:root {
  --elements-webflow-library-neutral--100: white;
  --elements-webflow-library-accent--primary-1: #4a3aff;
  --elements-webflow-library-secondary--color-1: #281ca5;
  --elements-webflow-library-neutral--800: #211f54;
  --elements-webflow-library-neutral--600: #6e7191;
  --elements-webflow-library-neutral--300: #eff0f6;
  --elements-webflow-library-general--shadow-02: #14142b14;
}

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

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

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.navbar-logo-left {
  position: static;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  background-color: #f2f0ed;
  border: 1px solid #616161;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100%;
  margin: 38px 0 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
}

.navbar-logo-left-container.shadow-three.header {
  position: fixed;
}

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

.navbar-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navbar-brand {
  object-fit: contain;
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
  overflow: visible;
}

.nav-menu-two {
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 5px;
  display: flex;
  overflow: visible;
}

.nav-link {
  color: #000;
  text-align: left;
  letter-spacing: .25px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16.5px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
  font-weight: 700;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 27.5px 5px 15px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
  font-weight: 700;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-icon:hover {
  font-weight: 700;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  background-color: #f2f0ed;
  border: 1px solid #616161;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.nav-dropdown-link {
  text-align: left;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.nav-dropdown-link:hover {
  font-weight: 600;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link.w--current {
  color: #fc46aa;
  font-weight: 600;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 5px;
  margin-right: 5px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  flex: 0 auto;
  align-self: flex-start;
  margin-top: 0;
  margin-left: 7px;
  padding: 10px 17.5px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.section {
  min-height: 400px;
}

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

.hero-heading-left {
  object-fit: scale-down;
  background-color: #f2f0ed;
  border: 1px solid #616161;
  min-width: auto;
  min-height: auto;
  margin-top: 95px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 40px 30px;
  position: relative;
  top: 0;
}

.hero-wrapper {
  text-align: left;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 49%;
  display: flex;
}

.margin-bottom-24px {
  text-align: left;
  margin: 13px auto 24px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 25px;
}

.shadow-two {
  object-fit: fill;
  border: 1px solid #616161;
  box-shadow: 0 4px 24px #96a3b514;
}

.image {
  object-fit: fill;
  max-width: none;
  margin-left: 0;
  padding-bottom: 0;
  padding-left: 0;
  overflow: scroll;
}

.secondary-button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  object-fit: fill;
  background-color: #1a1b1f;
  flex: 0 auto;
  order: 0;
  justify-content: flex-end;
  align-self: auto;
  align-items: stretch;
  width: auto;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 0%;
  padding: 7.5px 20px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
  display: flex;
  position: static;
  overflow: visible;
}

.secondary-button:hover {
  color: #fff;
  background-color: #32343a;
}

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

.body {
  outline-offset: 0px;
  white-space: normal;
  -webkit-text-fill-color: inherit;
  background-color: #d7d2ca;
  background-clip: border-box;
  border-bottom: 5px solid #ae8625;
  border-radius: 0;
  outline: 3px #e148c0;
  min-width: auto;
  min-height: auto;
  margin-bottom: 10px;
  padding-top: 60px;
}

.heading-2 {
  letter-spacing: normal;
  text-transform: none;
  align-items: stretch;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 38px;
  font-weight: 400;
  display: flex;
  position: relative;
}

.bold-text {
  position: relative;
}

.text-block {
  direction: ltr;
  white-space: normal;
  display: flex;
  position: relative;
}

.text-block-2 {
  flex-direction: row;
  flex: 0 auto;
  order: 0;
  align-items: stretch;
  display: flex;
}

.column {
  font-size: 14px;
  position: relative;
}

.heading-3 {
  letter-spacing: 5px;
  font-family: Italiana, sans-serif;
}

.heading-4 {
  object-fit: fill;
  max-width: 0;
}

.columns {
  object-fit: fill;
  max-width: 1000px;
  position: static;
}

.heading-5 {
  margin-left: -10px;
  margin-right: -100px;
}

.heading-6 {
  font-family: Italiana, sans-serif;
  font-weight: 400;
}

.bold-text-2 {
  letter-spacing: 5px;
  margin-right: 170px;
}

.text-block-3 {
  margin-bottom: 20px;
  font-size: 23px;
}

.text-span {
  letter-spacing: 5px;
  margin-left: 10px;
  font-family: Italiana, sans-serif;
  font-size: 40px;
}

.text-span-2 {
  color: #000;
  letter-spacing: 5px;
  object-fit: fill;
  border-bottom: 3px solid #ccba78;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: stretch;
  margin-left: 7px;
  font-family: Italiana, sans-serif;
  font-size: 32px;
  display: flex;
  overflow: auto;
}

.heading-7 {
  letter-spacing: 0;
  object-fit: scale-down;
  border: 1px #000;
  border-bottom: 0 solid #dfbd69;
  flex: 0 auto;
  font-size: 36px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-span-3 {
  object-fit: fill;
  border-bottom: 1px #000;
  flex-wrap: wrap;
  place-content: stretch flex-start;
  align-items: stretch;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 32px;
  font-weight: 400;
  display: flex;
  position: relative;
  overflow: visible;
}

.text-block-4 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-block-4:hover {
  border: 1px #000;
  font-weight: 700;
}

.text-block-4:active {
  font-weight: 700;
}

.list-item {
  margin-right: 0;
}

.services-slider {
  outline-offset: 0px;
  background-color: #f2f0ed;
  border: 1px solid #616161;
  outline: 3px #e148c0;
  margin-top: 25px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
  font-family: Tenor Sans, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  border: 1px solid #616161;
  height: 638px;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  text-align: left;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.team-member-text {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.list-item-2 {
  margin-right: 10px;
}

.text-span-4 {
  color: #333;
  text-align: left;
  border: 1px #000;
  border-bottom: 1px solid #d4af38;
  margin-left: auto;
  margin-right: auto;
  font-family: Tenor Sans, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}

.text-span-5 {
  color: #333;
  text-align: left;
  letter-spacing: 1px;
  border: 1px #000;
  margin-left: auto;
  margin-right: auto;
  font-family: Tenor Sans, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}

.heading-8 {
  text-align: left;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: auto;
  font-family: Tenor Sans, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.heading-9 {
  font-family: Tenor Sans, sans-serif;
}

.text-span-6 {
  font-weight: 400;
}

.pricing-overview {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-3 {
  background-color: #f2f0ed;
  width: 100%;
  max-width: 940px;
  margin-top: -75px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.pricing-description {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-grid {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template: ". Area"
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.pricing-card-three {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-card-text {
  margin-bottom: 20px;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-2 {
  margin-left: 2px;
  display: flex;
}

.hero-without-image {
  background-color: #f2f0ed;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 25px;
  margin-left: 25px;
  margin-right: 25px;
  padding: 80px 30px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 98%;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-2 {
  text-align: left;
  margin-bottom: 24px;
  font-family: Tenor Sans, sans-serif;
  font-size: 15px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.button-primary-2.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.heading-10 {
  font-family: Tenor Sans, sans-serif;
  font-size: 35px;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  margin-left: 0;
  margin-right: 0;
  padding: 50px 30px 40px;
  position: relative;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  text-align: center;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  margin-left: -30px;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 20px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

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

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

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

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

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.hero-heading-right {
  background-color: #f2f0ed;
  border: 1px solid #616161;
  margin-top: 20px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 60px 30px;
  position: relative;
}

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

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

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two-2 {
  border: 1px solid #616161;
  margin-top: 30px;
  padding-top: 0;
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px-3 {
  object-fit: fill;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 10px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.heading-11 {
  font-family: Tenor Sans, sans-serif;
  font-size: 35px;
}

.team-circles {
  background-color: #f2f0ed;
  border: 1px solid #616161;
  margin-top: 20px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading-3 {
  text-align: center;
  margin-bottom: 30px;
  font-family: Tenor Sans, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.centered-subheading-2 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border: 1px solid #616161;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.paragraph {
  text-align: left;
  font-family: Montserrat, sans-serif;
}

.paragraph-2 {
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.column-2 {
  padding-right: 20px;
}

.column-3 {
  padding-left: 20px;
  padding-right: 20px;
}

.list-item-3 {
  margin-left: 0;
}

.text-block-5 {
  text-align: center;
  margin-bottom: 50px;
  font-family: Tenor Sans, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
}

.text-block-6 {
  margin-top: 25px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
}

.text-block-7 {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 27px;
}

.text-block-8 {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
}

.text-block-9 {
  margin-top: 25px;
  font-size: 16px;
}

.text-block-10 {
  margin-top: 39px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
}

.text-block-11 {
  font-family: Montserrat, sans-serif;
}

.text-block-12 {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.text-block-13 {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.text-block-16 {
  margin-top: 25px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
}

.text-block-17, .text-block-18 {
  margin-left: 0;
  font-size: 15px;
}

.link-block {
  color: #333;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.body-2 {
  background-color: #d9d2ca;
}

.hero-without-image-2 {
  text-align: left;
  background-color: #f2f0ed;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 151px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 80px 30px;
  position: relative;
}

.container-8 {
  text-align: left;
  background-color: #0000;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two-2 {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-4 {
  text-align: left;
  width: auto;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.brand {
  overflow: visible;
}

.image-copy {
  object-fit: fill;
  max-width: none;
  margin-left: 0;
  padding-bottom: 0;
  padding-left: 0;
  overflow: scroll;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading-4 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-3 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper-2 {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper-2 {
  width: 30%;
  margin-right: 5%;
}

.team-block-2 {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two-2 {
  border: 1px #333;
  border-bottom-style: solid;
  max-height: none;
  margin-bottom: 18px;
}

.team-block-info-2 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two-2 {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text-2 {
  margin-bottom: 20px;
}

.text-link-arrow-3 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-3 {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow-2 {
  display: none;
}

.team-slider-nav-2 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.quick-stack {
  margin-top: 140px;
}

.text-block-21 {
  padding-left: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.heading-12 {
  color: #fc46aa;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.features-list {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

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

.text-link-arrow-4 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-4 {
  margin-left: 2px;
  display: flex;
}

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

.nav-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

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

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

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

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-2:hover {
  color: #1a1b1fbf;
}

.button-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-5:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-5:active {
  background-color: #43464d;
}

.image-3 {
  width: 300px;
}

.text-span-7 {
  color: #333;
  text-align: left;
  border: 1px #000;
  border-bottom-color: #d4af38;
  font-family: Tenor Sans, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.text-span-8 {
  color: #333;
  text-align: left;
  letter-spacing: 1px;
  border: 1px #000;
  border-bottom: 1px solid #d4af38;
  font-family: Tenor Sans, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.text-span-11 {
  color: #333;
  text-align: left;
  letter-spacing: 1px;
  border: 1px #000;
  font-family: Tenor Sans, sans-serif;
  font-size: 30px;
}

.feature-section {
  background-color: #f2f0ed;
  border: 1px solid #616161;
  margin-top: -5px;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 30px 80px;
  position: relative;
}

.container-12 {
  background-color: #0000;
  border: 1px #333;
  width: 100%;
  max-width: none;
  margin-left: 10px;
  margin-right: 10px;
}

.features-wrapper {
  border: 1px #000;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.main-section-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 70%;
  display: flex;
}

.features-paragraph-2 {
  text-align: left;
  margin-bottom: 24px;
  margin-right: 40px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 25px;
}

.text-link-arrow-5 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-5 {
  margin-left: 2px;
  display: flex;
}

.features-right-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two-2 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image-2 {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.heading-17 {
  text-align: left;
  margin-bottom: 0;
  font-family: Tenor Sans, sans-serif;
  font-size: 34px;
}

.sub-section-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 30%;
  margin-top: 30px;
  display: flex;
  position: static;
  inset: 0% 0% 0% auto;
}

.features-paragraph-3 {
  margin-bottom: 24px;
}

.text-link-arrow-6 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.heading-19 {
  color: #f0f;
  white-space: normal;
  word-break: normal;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.hero-heading-left-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

.hero-split-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

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

.button-primary-6 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-6:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-6:active {
  background-color: #43464d;
}

.shadow-two-3 {
  box-shadow: 0 4px 24px #96a3b514;
}

.heading-20, .heading-21 {
  color: #fc46aa;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.container-14 {
  background-color: #fff;
  border: 1px solid #616161;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.section-4 {
  max-width: none;
}

.image-4 {
  border: 1px solid #616161;
  max-width: 100%;
  margin-top: -120px;
  margin-left: 0;
  margin-right: 0;
}

.container-16 {
  object-fit: fill;
  max-width: 100%;
  margin-top: 70px;
  margin-left: 0;
  margin-right: 0;
}

.heading-22 {
  color: #fc46aa;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.body-3 {
  background-color: #d7d2ca;
}

.div-block-2 {
  max-width: 100%;
}

.image-5 {
  object-fit: contain;
  width: 400px;
  max-width: 100%;
  height: 150px;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading-5 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-5.margin-bottom-32px {
  margin-bottom: 32px;
}

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

.hero-split-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

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

.button-primary-7 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-7:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-7:active {
  background-color: #43464d;
}

.shadow-two-4 {
  box-shadow: 0 4px 24px #96a3b514;
}

.heading-23 {
  color: #333;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-right: 40px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.heading-24 {
  color: #333;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 44px;
}

.link {
  font-weight: 400;
}

.link-2 {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.features-paragraph-4 {
  text-align: left;
  margin-bottom: 24px;
  margin-right: 40px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  line-height: 22px;
}

.brix---icon-small-hover {
  transition: transform .3s;
}

.brix---icon-small-hover:hover {
  transform: scale(.9);
}

.brix---top-bar-close-icon {
  cursor: pointer;
  align-items: center;
  padding: 20px 32px;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

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

.brix---top-bar-padding {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  position: static;
}

.brix---top-bar-wrapper {
  color: var(--elements-webflow-library-neutral--100);
  text-align: center;
  object-fit: fill;
  background-color: #000;
  padding-left: 72px;
  padding-right: 72px;
  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: 28px;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.container-18 {
  position: static;
}

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

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

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

.brix---btn-header-hidden-on-mbl {
  margin-left: 24px;
}

.brix---hamburger-menu-bar-bottom, .brix---hamburger-menu-bar-top {
  background-color: var(--elements-webflow-library-neutral--800);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---hamburger-menu-wrapper {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.brix---header-nav-list-item-show-in-mbl {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.brix---header-nav-link {
  color: var(--elements-webflow-library-neutral--800);
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
}

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

.brix---header-nav-list-item {
  margin-bottom: 0;
  padding-left: 32px;
}

.brix---dropdown-link {
  color: var(--elements-webflow-library-neutral--600);
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

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

.brix---dropdown-links-grid {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---dropdown-pd {
  padding: 40px;
}

.brix---dropdown-card {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-02);
  border-radius: 20px;
  min-width: 280px;
  top: 32px;
  overflow: hidden;
}

.brix---dropdown-column-wrapper {
  background-color: #0000;
  padding-top: 32px;
  transform: translate(0);
}

.brix---dropdown-column-wrapper.w--open {
  transform: translate(-50%);
}

.brix---dropdown-chevron {
  width: 14px;
  margin-left: 6px;
}

.brix---dropdown-toggle {
  color: var(--elements-webflow-library-neutral--800);
  align-items: center;
  padding: 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: 20px;
  transition: color .3s;
  display: flex;
}

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

.brix---header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---header-right-col {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---header-logo {
  max-width: 250px;
}

.brix---header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

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

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

.brix---header-wrapper {
  background-color: var(--elements-webflow-library-neutral--100);
  padding-top: 32px;
  padding-bottom: 32px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.brix---hamburger-menu-bar-top-2 {
  background-color: #211f54;
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---header-nav-link-2 {
  color: #211f54;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
}

.brix---header-nav-link-2:hover {
  color: #4a3aff;
}

.brix---dropdown-link-2 {
  color: #6e7191;
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link-2:hover {
  color: #4a3aff;
}

.brix---header-nav-list-item-2 {
  margin-bottom: 0;
  padding-left: 20px;
}

.brix---hamburger-menu-bar-bottom-2 {
  background-color: #211f54;
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---dropdown-card-2 {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 20px;
  min-width: 280px;
  top: 32px;
  overflow: hidden;
  box-shadow: 0 2px 12px #14142b14;
}

.brix---btn-primary-small-2 {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #000;
  border-radius: 48px;
  justify-content: center;
  padding: 10px 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small-2:hover {
  color: #fff;
  background-color: #281ca5;
  transform: translate3d(0, -3px, .01px);
}

.brix---header-wrapper-2 {
  background-color: #fff;
  border: 1px solid #000;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.brix---hamburger-menu-bar-middle {
  background-color: #211f54;
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---dropdown-toggle-2 {
  color: #211f54;
  align-items: center;
  padding: 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: 20px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle-2:hover {
  color: #4a3aff;
}

.brix---header-nav-link-phone {
  color: #211f54;
  padding: 0 20px 0 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  transition: color .3s;
}

.brix---header-nav-link-phone:hover {
  color: #4a3aff;
}

.brix---hamburger-menu-wrapper-2 {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper-2:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper-2.w--open {
  background-color: #0000;
}

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

.heading-17-copy {
  text-align: left;
  margin-bottom: 0;
  font-family: Tenor Sans, sans-serif;
  font-size: 34px;
}

.italic-text-2 {
  font-style: normal;
}

.features-paragraph-5 {
  text-align: left;
  margin-bottom: 24px;
  margin-right: 40px;
  padding-left: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
}

.heading-26 {
  color: #fc46aa;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.text-block-31 {
  text-align: left;
  padding-left: 1px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10 {
  font-family: Montserrat, sans-serif;
}

.body-4 {
  background-color: #d7d2ca;
}

.text-block-21-copy {
  padding-left: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.text-block-29, .text-block-28 {
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.features-paragraph-9 {
  text-align: left;
  margin-bottom: 24px;
  margin-right: 40px;
  padding-left: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 25px;
}

.text-block-30 {
  text-align: left;
  padding-left: 1px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.body-5 {
  background-color: #d7d2ca;
}

.heading-27 {
  text-align: left;
  margin-left: 0;
  margin-right: auto;
}

.text-span-4-copy {
  color: #333;
  text-align: left;
  border: 1px #000;
  border-bottom: 1px solid #d4af38;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.heading-28 {
  text-align: left;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.heading-29 {
  text-align: left;
  margin: 0 auto -25px 0;
  font-family: Tenor Sans, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.margin-bottom-25 {
  text-align: center;
  margin: -16px auto 24px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 25px;
}

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

.nav-link-3 {
  color: #000;
  letter-spacing: .25px;
  margin-left: 0;
  margin-right: 0;
  padding: 0 15px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-3:hover {
  color: #1a1b1fbf;
  font-weight: 700;
}

.nav-link-3:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.list-item-4 {
  margin-top: 0;
  padding-top: 1px;
  font-size: 15px;
}

.text-span-12 {
  color: #333;
  text-align: left;
  border: 1px #000;
  border-bottom-color: #d4af38;
  font-family: Tenor Sans, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.features-wrapper-copy {
  border: 1px #000;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.heading-30 {
  text-align: center;
  border-bottom: 2px solid #000;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5px;
  font-family: Tenor Sans, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 38px;
}

.heading-40 {
  text-align: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.text-block-35, .text-block-34, .text-block-33 {
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.image-6 {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.link-3 {
  font-size: 30px;
}

.modal {
  z-index: 9999;
  aspect-ratio: auto;
  opacity: 1;
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-bg {
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  mix-blend-mode: normal;
  background-color: #00000080;
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.modal-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 600px;
  max-width: 35rem;
  height: 380px;
  display: block;
  position: absolute;
}

.image-7 {
  text-align: left;
  max-width: 18%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.close-text {
  color: #202020;
  font-size: 40px;
  font-weight: 400;
  text-decoration: none;
  transform: rotate(45deg);
}

.link-block-3 {
  text-decoration: none;
  position: absolute;
  inset: 1rem 1rem auto auto;
  transform: translate(0);
}

.heading-41 {
  margin-bottom: 0;
  font-size: 30px;
}

.heading-42 {
  color: #eb07eb;
  background-color: #faddff;
  margin-top: 0;
  font-size: 26px;
}

.heading-43 {
  margin-top: 0;
  font-size: 22px;
  line-height: 25px;
}

.text-block-37 {
  margin: 25px 15px 20px;
  font-size: 20px;
}

.text-span-13, .text-span-14 {
  font-size: 26px;
}

.text-block-36 {
  margin-top: 30px;
  font-size: 20px;
}

.bold-text-12 {
  font-size: 22px;
}

.div-block-4 {
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 25px;
}

.bold-text-13 {
  text-align: left;
}

.bold-text-14 {
  font-size: 20px;
}

.hero-heading-right-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 0;
  position: relative;
}

.container-19 {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

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

.hero-split-5 {
  text-align: left;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  margin-top: -72px;
  display: flex;
}

.shadow-two-5 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px-7 {
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  line-height: 22px;
}

.button-primary-8 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-8:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-8:active {
  background-color: #43464d;
}

.heading-44 {
  text-align: center;
  font-family: Tenor Sans, sans-serif;
  font-weight: 400;
}

.heading-45 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}

.hero-split-6 {
  text-align: left;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  margin-top: 0;
  display: flex;
}

.team-slider-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading-6 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-4 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper-3 {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper-3 {
  width: 30%;
  margin-right: 5%;
}

.team-block-3 {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two-3 {
  margin-bottom: 18px;
}

.team-block-info-3 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two-3 {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text-3 {
  margin-bottom: 20px;
}

.text-link-arrow-7 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-6 {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow-3 {
  display: none;
}

.team-slider-nav-3 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.column-8 {
  padding-left: 20px;
}

@media screen and (min-width: 1440px) {
  .navbar-logo-left-container.shadow-three {
    background-color: #f2f0ed;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navbar-brand {
    object-fit: contain;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    overflow: scroll;
  }

  .nav-link {
    margin-left: 5px;
    padding-left: 10px;
    padding-right: 5px;
    font-size: 17px;
  }

  .nav-dropdown-toggle {
    padding-top: 4px;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    background-color: #f2f0ed;
  }

  .button-primary {
    border: 3px solid #333;
  }

  .hero-heading-left {
    background-color: #f2f0ed;
    border: 1px solid #333;
    margin-top: 104px;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-wrapper {
    margin-left: 100px;
    margin-right: 100px;
    font-size: 35px;
  }

  .margin-bottom-24px {
    font-size: 15px;
  }

  .shadow-two {
    border: 1px solid #333;
  }

  .image {
    object-fit: contain;
    margin-top: 0;
    margin-bottom: 0;
    overflow: scroll;
  }

  .secondary-button {
    text-align: center;
    border: 1px solid #333;
    width: auto;
    padding: 10px 20px;
  }

  .body {
    background-color: #d7d2ca;
  }

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

  .services-slider {
    -webkit-backdrop-filter: invert();
    backdrop-filter: invert();
    border: 1px solid #616161;
    margin-left: 15px;
    margin-right: 15px;
  }

  .centered-heading {
    font-family: Tenor Sans, sans-serif;
    font-weight: 400;
    line-height: 36px;
  }

  .team-block {
    border: 1px solid #616161;
  }

  .team-member-name-two {
    font-family: Montserrat, sans-serif;
  }

  .team-member-text {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
  }

  .text-span-4 {
    border-bottom: 1px solid #d4af38;
    font-size: 34px;
  }

  .text-span-5 {
    border: 1px #000;
    font-size: 34px;
  }

  .heading-8 {
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    border: 1px #000;
    border-bottom-color: #d4af38;
    margin: 0 auto 5px 0;
    font-size: 34px;
  }

  .footer-subscribe {
    opacity: 1;
    direction: ltr;
    letter-spacing: normal;
    white-space: normal;
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    font-weight: 400;
    line-height: 27px;
  }

  .footer-social-block-three {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-heading-right {
    border: 1px solid #616161;
    margin-bottom: 0;
    margin-left: 15px;
    margin-right: 15px;
  }

  .container-5 {
    max-width: 1000px;
  }

  .hero-wrapper-2 {
    flex-flow: row;
    justify-content: space-between;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-right: 60px;
    padding-bottom: 0;
  }

  .hero-split-2 {
    min-width: 0%;
  }

  .shadow-two-2 {
    border: 1px solid #616161;
    margin-top: 0;
  }

  .margin-bottom-24px-3 {
    white-space: normal;
    object-fit: fill;
    flex: 0 auto;
    margin-left: 0;
    font-size: 15px;
    font-weight: 400;
    position: static;
    overflow: visible;
  }

  .button-primary-3 {
    border: 1px solid #000;
    padding: 10px 20px;
  }

  .team-circles {
    border-style: solid;
    border-color: #616161;
  }

  .centered-heading-3 {
    font-family: Tenor Sans, sans-serif;
    font-size: 30px;
    line-height: 36px;
  }

  .team-card {
    margin-left: 0;
    padding-left: 0;
  }

  .team-member-image {
    border: 1px solid #616161;
    border-radius: 100%;
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .team-member-name, .paragraph, .paragraph-2 {
    font-family: Montserrat, sans-serif;
  }

  .column-2 {
    padding-right: 25px;
  }

  .text-block-5 {
    text-align: center;
    margin-left: 0;
    font-family: Tenor Sans, sans-serif;
    font-size: 30px;
    line-height: 36px;
  }

  .text-block-6 {
    margin-top: 40px;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 500;
  }

  .text-block-7 {
    margin-top: 5px;
    padding-top: 0;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
  }

  .text-block-8 {
    margin-top: 5px;
    margin-left: 0;
    padding-left: 0;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    font-weight: 400;
  }

  .text-block-9 {
    margin-top: 20px;
    font-family: Montserrat, sans-serif;
    font-size: 22px;
  }

  .text-block-10 {
    margin-top: 40px;
    margin-bottom: 5px;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 500;
  }

  .text-block-11 {
    font-family: Montserrat, sans-serif;
  }

  .text-block-12 {
    margin-top: 40px;
    font-family: Montserrat, sans-serif;
    font-size: 22px;
    font-weight: 500;
  }

  .text-block-13 {
    margin-top: 5px;
    font-size: 18px;
  }

  .text-block-14 {
    margin-top: 40px;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 500;
  }

  .text-block-15 {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
  }

  .column-4 {
    padding-left: 40px;
  }

  .columns-2 {
    margin-left: 40px;
  }

  .column-5 {
    padding-right: 40px;
  }

  .text-block-16 {
    margin-top: 40px;
  }

  .text-block-17, .text-block-18 {
    margin-left: 0;
    font-size: 15px;
    line-height: 27px;
  }

  .hero-without-image-2 {
    margin-top: 158px;
  }

  .link-block-2 {
    object-fit: fill;
    overflow: scroll;
  }

  .image-copy {
    object-fit: contain;
    margin-top: 0;
    margin-bottom: 0;
    overflow: scroll;
  }

  .image-2 {
    overflow: scroll;
  }

  .team-member-image-two-2 {
    border: 1px #333;
    border-bottom-style: solid;
    border-radius: 0;
  }

  .quick-stack {
    margin-top: 140px;
  }

  .list, .text-block-19 {
    font-size: 22px;
  }

  .text-block-20 {
    text-align: left;
  }

  .text-block-21 {
    text-align: left;
    padding-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 500;
  }

  .heading-12 {
    color: #fc46aa;
    text-align: left;
    margin-top: 5px;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 700;
  }

  .container-11 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .image-3 {
    width: 300px;
    max-width: 100%;
  }

  .heading-13 {
    font-family: Tenor Sans, sans-serif;
    font-size: 35px;
    font-weight: 400;
  }

  .text-span-7 {
    border: 1px #000;
    font-size: 30px;
  }

  .text-span-8 {
    border: 1px #000;
    border-bottom: 1px solid #d4af38;
    font-size: 30px;
  }

  .heading-14 {
    margin-bottom: 0;
    font-family: Tenor Sans, sans-serif;
    font-weight: 400;
  }

  .text-span-11 {
    border: 1px #000;
  }

  .heading-15 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Tenor Sans, sans-serif;
    font-size: 30px;
    font-weight: 400;
  }

  .columns-3 {
    margin-top: 0;
  }

  .heading-16 {
    z-index: 5;
    margin-left: 60px;
    position: static;
    top: 0;
    bottom: 0;
  }

  .section-2 {
    margin-left: 60px;
  }

  .section-3 {
    margin-top: 140px;
    margin-bottom: 0;
    margin-left: auto;
  }

  .feature-section {
    background-color: #f2f0ed;
    border: 1px solid #000;
    margin-top: 200px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
  }

  .container-12 {
    max-width: none;
    margin-left: 10px;
  }

  .main-section-left {
    max-width: 70%;
  }

  .features-paragraph-2 {
    margin-right: 40px;
    padding-right: 0;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-style: normal;
  }

  .heading-17 {
    margin-bottom: 0;
    font-family: Tenor Sans, sans-serif;
    font-weight: 400;
  }

  .sub-section-right {
    background-color: #0000;
    max-width: 30%;
    margin-top: 30px;
  }

  .heading-18 {
    font-family: Tenor Sans, sans-serif;
    font-weight: 400;
  }

  .heading-19 {
    color: #f0f;
    margin-top: 5px;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 600;
  }

  .heading-20, .heading-21 {
    color: #fc46aa;
    text-align: left;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 700;
  }

  .div-block {
    text-align: left;
  }

  .container-14 {
    text-align: center;
    background-color: #fff;
    border: 1px solid #333;
    margin-top: 0;
    padding: 0 20px 20px;
  }

  .container-15 {
    margin-left: 0;
    margin-right: 0;
  }

  .section-4 {
    margin-top: 100px;
    margin-bottom: -200px;
  }

  .image-4 {
    opacity: 1;
    object-fit: fill;
    width: 100%;
    max-width: 100%;
    max-height: 75%;
    margin-top: -120px;
    margin-left: auto;
  }

  .container-16 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .italic-text {
    font-style: normal;
    font-weight: 400;
  }

  .bold-text-3 {
    font-weight: 400;
  }

  .heading-22 {
    margin-top: 44px;
  }

  .heading-23 {
    color: #333;
    text-align: left;
    padding-left: 2px;
    font-weight: 400;
  }

  .heading-24 {
    color: #333;
    text-align: left;
    font-weight: 400;
  }

  .features-paragraph-4 {
    margin-right: 40px;
    padding-right: 0;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 24px;
  }

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

  .brix---header-wrapper-2 {
    float: none;
    clear: none;
    position: fixed;
    top: 40px;
  }

  .brix---header-nav-link-phone {
    padding-right: 20px;
  }

  .heading-17-copy {
    margin-bottom: 0;
    font-family: Tenor Sans, sans-serif;
    font-weight: 400;
  }

  .italic-text-2 {
    font-style: normal;
  }

  .features-paragraph-5 {
    margin-right: 40px;
    padding-right: 0;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-style: normal;
  }

  .text-block-31 {
    text-align: left;
    padding-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 400;
  }

  .text-block-21-copy {
    text-align: left;
    text-align: left;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 0;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 500;
  }

  .text-block-29, .text-block-28 {
    text-align: left;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 0;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 500;
  }

  .features-paragraph-9 {
    margin-right: 40px;
    padding-right: 0;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-style: normal;
  }

  .text-block-30 {
    text-align: left;
    padding-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 400;
  }

  .text-span-4-copy {
    border-bottom: 1px solid #d4af38;
    font-size: 35px;
  }

  .heading-29 {
    margin-bottom: 0;
    font-size: 34px;
  }

  .margin-bottom-25 {
    font-size: 15px;
  }

  .nav-link-3 {
    margin-left: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 17px;
  }

  .text-span-12 {
    border-bottom: 1px solid #d4af38;
    font-size: 35px;
  }

  .heading-30 {
    font-size: 30px;
  }

  .text-block-35, .text-block-34, .text-block-33 {
    text-align: left;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 0;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 400;
  }

  .margin-bottom-24px-7 {
    font-size: 16px;
  }

  .hero-split-6 {
    margin-top: 0;
  }
}

@media screen and (min-width: 1920px) {
  .navbar-logo-left-container.shadow-three {
    margin-top: 38px;
  }

  .container {
    margin-left: auto;
    margin-right: 0;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    background-color: #f2f0ed;
  }

  .hero-heading-left {
    margin-top: 93px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .hero-wrapper {
    width: 100%;
    margin-left: 0;
    margin-right: 60px;
  }

  .hero-split {
    flex: 1;
    align-items: flex-start;
    max-width: 46%;
    margin-left: 180px;
  }

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

  .shadow-two {
    max-width: 100%;
  }

  .text-span-5 {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-8 {
    margin-right: 0;
  }

  .hero-without-image-2 {
    margin-top: 164px;
  }

  .heading-23 {
    font-size: 24px;
  }

  .features-paragraph-4 {
    line-height: 24px;
  }

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

  .brix---btn-primary-small-2 {
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  }

  .brix---header-wrapper-2 {
    z-index: 5;
    float: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    opacity: 1;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    object-fit: fill;
    background-color: #fff;
    background-clip: border-box;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    position: fixed;
    inset: 38px 0% auto;
    overflow: visible;
  }

  .brix---container-default-3 {
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .heading-17-copy {
    font-size: 36px;
  }

  .heading-26 {
    color: #fc46aa;
    font-weight: 700;
  }

  .text-block-35, .text-block-34, .text-block-33 {
    padding-left: 0;
  }

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

  .container-20 {
    margin-left: auto;
  }
}

@media screen and (max-width: 991px) {
  .navbar-logo-left-container.shadow-three {
    border-style: solid;
    border-color: #616161;
    margin-top: 28px;
  }

  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #f2f0ed;
    border: 1px solid #333;
    border-radius: 20px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    background-color: #f2f0ed;
    border: 1px solid #333;
  }

  .button-primary {
    border-radius: 15px;
    margin-left: -2px;
    padding: 10px 15px;
  }

  .menu-button {
    padding: 12px;
  }

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

  .hero-heading-left {
    border-style: solid;
    border-color: #616161;
    margin-top: 79px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .shadow-two {
    border-style: solid;
    border-color: #616161;
  }

  .secondary-button {
    background-color: #1a1b1f;
  }

  .body {
    background-color: #d7d2ca;
  }

  .services-slider {
    border-style: solid;
    border-color: #616161;
    margin-top: 20px;
    margin-left: 15px;
    margin-right: 15px;
  }

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

  .centered-heading {
    margin-top: 0;
    font-family: Tenor Sans, sans-serif;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .team-block {
    text-align: center;
    border-style: solid;
    border-color: #616161;
    margin-left: auto;
    margin-right: auto;
  }

  .team-member-name-two {
    font-family: Montserrat, sans-serif;
  }

  .team-member-text {
    text-align: left;
    font-family: Montserrat, sans-serif;
  }

  .text-span-5 {
    border-bottom-color: #d4af38;
  }

  .container-3 {
    max-width: 728px;
  }

  .pricing-grid {
    grid-column-gap: 30px;
  }

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

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 0;
  }

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

  .hero-heading-right {
    border-style: solid;
    border-color: #616161;
  }

  .container-5 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .shadow-two-2 {
    border-style: solid;
    border-color: #616161;
  }

  .team-circles {
    background-color: #f2f0ed;
    border-style: solid;
    border-color: #616161;
    margin-top: 20px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .container-6 {
    max-width: 728px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    border-style: solid;
    border-color: #616161;
    width: 190px;
    height: 190px;
  }

  .list-item-3 {
    margin-left: -10px;
  }

  .text-block-5 {
    font-size: 30px;
  }

  .text-block-6 {
    margin-top: 40px;
    font-size: 20px;
  }

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

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

  .text-block-17, .text-block-18 {
    color: #333;
    margin-left: 0;
  }

  .hero-without-image-2 {
    margin-top: 138px;
  }

  .container-8, .container-9 {
    max-width: 728px;
  }

  .team-slide-wrapper-2 {
    width: 47%;
    margin-right: 6%;
  }

  .team-member-image-two-2 {
    border-style: none none solid;
    border-color: #616161;
  }

  .text-block-21 {
    line-height: 25px;
  }

  .heading-12 {
    color: #fc46aa;
    margin-top: -50px;
    font-size: 20px;
  }

  .container-10 {
    max-width: 728px;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

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

  .image-3 {
    width: 350px;
  }

  .text-span-8, .text-span-11 {
    border-bottom-color: #d4af38;
  }

  .feature-section {
    margin-top: -5px;
  }

  .container-12 {
    max-width: 728px;
  }

  .features-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .main-section-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-paragraph-2 {
    line-height: 23px;
  }

  .features-right-2 {
    max-width: 100%;
  }

  .sub-section-right {
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 40px;
    margin-left: -8px;
  }

  .heading-19 {
    font-weight: 600;
  }

  .container-13 {
    max-width: 728px;
  }

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .heading-20, .heading-21 {
    color: #fc46aa;
    margin-top: 40px;
    font-size: 20px;
  }

  .container-14 {
    background-color: #f2f0ed;
    border-style: none;
    position: static;
  }

  .heading-22 {
    margin-top: 20px;
  }

  .container-17 {
    max-width: 728px;
  }

  .hero-wrapper-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-4 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-paragraph-4 {
    line-height: 23px;
  }

  .brix---top-bar-close-icon {
    padding: 18px 24px;
  }

  .brix---top-bar-padding {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
  }

  .brix---top-bar-wrapper {
    padding-left: 56px;
    padding-right: 56px;
  }

  .text-block-23 {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
  }

  .brix---hamburger-menu-bar-bottom {
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---hamburger-menu-bar-top {
    width: 44px;
    height: 3px;
  }

  .brix---hamburger-menu-wrapper {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .brix---header-nav-list-item-show-in-mbl, .brix---header-nav-list-item {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---dropdown-pd {
    padding: 20px 0 14px;
  }

  .brix---dropdown-card {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    min-width: auto;
  }

  .brix---dropdown-card.w--open {
    position: static;
  }

  .brix---dropdown-column-wrapper {
    padding-top: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper.w--open {
    transform: none;
  }

  .brix---header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-menu-wrapper {
    border-top: 1px solid var(--elements-webflow-library-neutral--300);
    border-bottom: 1px solid var(--elements-webflow-library-neutral--300);
    background-color: var(--elements-webflow-library-neutral--100);
    padding: 24px;
  }

  .brix---header-logo {
    max-width: 232px;
  }

  .brix---header-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---hamburger-menu-bar-top-2 {
    width: 44px;
    height: 3px;
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .brix---header-nav-list-item-2 {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---hamburger-menu-bar-bottom-2 {
    width: 44px;
    height: 3px;
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .brix---dropdown-card-2 {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    min-width: auto;
  }

  .brix---dropdown-card-2.w--open {
    position: static;
  }

  .brix---header-menu-wrapper-2 {
    background-color: #fff;
    border-top: 1px solid #eff0f6;
    border-bottom: 1px solid #eff0f6;
    padding: 24px;
  }

  .brix---header-wrapper-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---hamburger-menu-bar-middle {
    width: 44px;
    height: 3px;
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .brix---hamburger-menu-wrapper-2 {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper-2:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper-2.w--open {
    background-color: #0000;
  }

  .text-block-31 {
    padding-left: 0;
  }

  .text-block-21-copy {
    line-height: 23px;
  }

  .text-block-29, .text-block-28 {
    padding-left: 0;
    line-height: 23px;
  }

  .features-paragraph-9 {
    line-height: 23px;
  }

  .text-block-30 {
    padding-left: 0;
  }

  .heading-28 {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
  }

  .nav-link-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .features-wrapper-copy {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading-30 {
    font-size: 30px;
  }

  .heading-40 {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
  }

  .text-block-35, .text-block-34, .text-block-33 {
    padding-left: 0;
    line-height: 23px;
  }

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

  .hero-wrapper-5 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100%;
    margin-bottom: -40px;
  }

  .hero-split-5 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .shadow-two-5 {
    margin-top: 108px;
  }

  .heading-44 {
    font-weight: 400;
  }

  .heading-45 {
    font-weight: 600;
  }

  .hero-split-6 {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .container-21 {
    max-width: 728px;
  }

  .team-slide-wrapper-3 {
    width: 47%;
    margin-right: 6%;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-logo-left-container.shadow-three {
    margin-top: 28px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    background-color: #f2f0ed;
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    background-color: #bebebe;
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-heading-left {
    border: 1px solid #616161;
    margin-top: 76px;
    padding: 60px 15px;
  }

  .shadow-two {
    border-color: #616161;
  }

  .secondary-button {
    margin-left: 0%;
  }

  .body {
    background-color: #d7d2ca;
  }

  .heading-5 {
    margin-right: -35px;
  }

  .services-slider {
    border-style: solid;
    margin-left: 15px;
    margin-right: 15px;
    padding: 60px 15px;
  }

  .centered-heading {
    margin-top: 0;
    font-size: 30px;
  }

  .team-block {
    text-align: center;
    border-style: solid;
    border-color: #616161;
    height: 740px;
  }

  .team-member-name-two {
    font-size: 22px;
  }

  .team-member-text {
    text-align: left;
  }

  .text-span-5 {
    border-bottom-color: #d4af38;
  }

  .pricing-overview, .hero-without-image {
    padding: 60px 15px;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .hero-heading-right {
    border: 1px solid #616161;
    padding: 60px 15px;
  }

  .team-circles {
    border-style: solid;
    border-color: #616161;
    padding: 60px 15px;
  }

  .centered-heading-3 {
    font-size: 30px;
  }

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

  .team-member-image {
    border-style: solid;
    border-color: #616161;
  }

  .paragraph {
    margin-bottom: 40px;
  }

  .text-block-5 {
    font-size: 28px;
  }

  .text-block-7, .text-block-8 {
    margin-bottom: 20px;
  }

  .text-block-17, .text-block-18 {
    margin-left: 0;
  }

  .hero-without-image-2 {
    margin-top: 129px;
    padding: 60px 15px;
  }

  .team-slider {
    padding: 60px 15px;
  }

  .team-member-image-two-2 {
    text-align: left;
    border-bottom-color: #616161;
  }

  .heading-12 {
    color: #fc46aa;
    margin-top: -40px;
  }

  .features-list {
    padding: 60px 15px;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .image-3 {
    width: 350px;
  }

  .text-span-8, .text-span-11 {
    border-bottom-color: #d4af38;
  }

  .feature-section {
    margin-top: -5px;
    padding: 60px 15px;
  }

  .container-12 {
    margin-left: auto;
    margin-right: auto;
  }

  .features-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .main-section-left {
    margin-bottom: 20px;
  }

  .features-paragraph-2 {
    margin-bottom: 30px;
    padding-left: 0;
  }

  .heading-17 {
    font-size: 30px;
  }

  .sub-section-right {
    margin-left: 0;
    margin-right: 0;
  }

  .hero-heading-left-2 {
    padding: 60px 15px;
  }

  .heading-20, .heading-21 {
    color: #fc46aa;
  }

  .container-14 {
    margin-left: auto;
  }

  .heading-22 {
    margin-top: 0;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .heading-23 {
    text-align: left;
    font-size: 19px;
    font-weight: 500;
  }

  .brix---icon-small-hover {
    width: 24px;
  }

  .brix---top-bar-close-icon {
    align-items: flex-start;
    padding-left: 16px;
    padding-right: 16px;
  }

  .brix---top-bar-padding {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
  }

  .brix---top-bar-wrapper {
    padding-left: 36px;
    padding-right: 36px;
    overflow: visible;
  }

  .text-block-23 {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
  }

  .brix---btn-primary-small {
    padding: 20px 32px;
  }

  .brix---btn-header-hidden-on-mbl {
    display: none;
  }

  .brix---header-nav-list-item-show-in-mbl {
    display: block;
  }

  .brix---header-logo {
    max-width: 90%;
  }

  .brix---hamburger-menu-bar-top-2, .brix---hamburger-menu-bar-bottom-2 {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .brix---btn-primary-small-2 {
    padding: 20px 32px;
  }

  .brix---hamburger-menu-bar-middle {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .heading-17-copy {
    font-size: 30px;
  }

  .text-block-31 {
    padding-left: 2px;
  }

  .text-block-29, .text-block-28 {
    padding-left: 0;
  }

  .features-paragraph-9, .text-block-30 {
    padding-left: 2px;
  }

  .heading-28 {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
  }

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

  .nav-link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .features-wrapper-copy {
    margin-left: 0;
    margin-right: 0;
  }

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

  .heading-40 {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
  }

  .text-block-35, .text-block-34, .text-block-33 {
    padding-left: 0;
  }

  .hero-heading-right-2 {
    padding: 60px 0 0;
  }

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

  .hero-split-5 {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .shadow-two-5 {
    margin-top: 36px;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom-24px-7 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-44 {
    font-weight: 400;
  }

  .heading-45 {
    font-weight: 600;
  }

  .hero-split-6 {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .team-slider-2 {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .navbar-logo-left-container.shadow-three {
    border-color: #616161;
    margin-top: 19px;
  }

  .container {
    max-width: none;
  }

  .nav-menu-two {
    background-color: #f2f0ed;
    border: 1px solid #333;
    flex-direction: column;
    margin-top: 5px;
    margin-left: 1px;
    margin-right: 1px;
  }

  .nav-link {
    margin-left: -10px;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    margin-left: 0;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-divider {
    color: #000;
    background-color: #bebebe;
  }

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

  .hero-heading-left {
    border: 1px solid #616161;
    margin-top: 57px;
    margin-left: 7.5px;
    margin-right: 7.5px;
  }

  .hero-wrapper {
    margin-top: -41px;
  }

  .margin-bottom-24px {
    text-align: left;
    margin-left: auto;
  }

  .shadow-two {
    border-color: #616161;
  }

  .image {
    object-fit: scale-down;
    overflow: visible;
  }

  .secondary-button {
    text-align: center;
    object-fit: fill;
    border: 1px solid #7a7a7a;
    margin: 0 auto 30px;
    padding: 5px 12.5px;
  }

  .body {
    background-color: #d7d2ca;
    border-bottom-style: none;
  }

  .text-span-2 {
    letter-spacing: 6px;
  }

  .services-slider {
    border: 1px solid #616161;
    margin-top: 10px;
    margin-left: 7.5px;
    margin-right: 7.5px;
  }

  .container-2 {
    max-width: none;
  }

  .centered-heading {
    margin-top: 0;
    margin-bottom: 24px;
    font-family: Tenor Sans, sans-serif;
    font-size: 22px;
    font-weight: 700;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-bottom: 0;
    margin-right: 0%;
  }

  .team-block {
    text-align: center;
    border-style: solid;
    border-color: #616161;
    height: 600px;
    padding-bottom: 0;
  }

  .team-member-name-two {
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    line-height: 30px;
  }

  .team-member-text {
    text-align: left;
    font-family: Montserrat, sans-serif;
  }

  .text-span-4 {
    border-bottom: 1px solid #d4af38;
    font-size: 22px;
    font-weight: 400;
  }

  .text-span-5 {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border: 1px #000;
    font-size: 22px;
    font-weight: 400;
  }

  .heading-8 {
    margin-left: 0;
    font-size: 22px;
    line-height: 30px;
  }

  .container-3 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

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

  .container-4 {
    max-width: none;
    margin-top: 40px;
  }

  .button-primary-2.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-subscribe {
    background-color: #d7d2ca;
    border: 1px #000;
  }

  .footer-form-two {
    background-color: #f2f0ed;
    padding: 20px;
  }

  .footer-form-title {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
    font-family: Montserrat, sans-serif;
  }

  .footer-social-block-three {
    margin-left: -20px;
    padding-bottom: 0;
  }

  .footer-divider-two {
    margin-top: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  }

  .hero-heading-right {
    border: 1px solid #616161;
    margin-top: 10px;
    margin-left: 7.5px;
    margin-right: 7.5px;
  }

  .container-5 {
    max-width: none;
  }

  .shadow-two-2 {
    border-color: #616161;
  }

  .margin-bottom-24px-3 {
    margin-top: 10px;
  }

  .team-circles {
    background-color: #f2f0ed;
    border: 1px solid #616161;
    margin-top: 10px;
    margin-left: 7.5px;
    margin-right: 7.5px;
  }

  .container-6 {
    max-width: none;
  }

  .centered-heading-3 {
    margin-top: 0;
    margin-bottom: 35px;
    font-family: Tenor Sans, sans-serif;
    font-size: 22px;
  }

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

  .team-card {
    padding-top: 15px;
  }

  .team-member-image {
    border: 1px solid #616161;
    border-radius: 50%;
    margin-left: 0;
  }

  .team-member-name {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
  }

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

  .column-2 {
    padding-right: 10px;
  }

  .column-3 {
    margin-top: 40px;
    padding-top: 10px;
  }

  .list-item-3 {
    color: #292828;
  }

  .text-block-5 {
    font-family: Tenor Sans, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 36px;
  }

  .text-block-6 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 500;
  }

  .text-block-7 {
    letter-spacing: normal;
    column-count: auto;
    margin-top: 10px;
    font-size: 15px;
  }

  .text-block-8 {
    margin-top: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
  }

  .text-block-9 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 15px;
  }

  .text-block-10 {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 500;
  }

  .text-block-11 {
    font-family: Montserrat, sans-serif;
  }

  .text-block-16 {
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
  }

  .container-7 {
    padding-right: 10px;
  }

  .text-block-17, .text-block-18 {
    margin-left: 0;
  }

  .hero-without-image-2 {
    margin-top: 120px;
    padding-bottom: 10px;
  }

  .container-8 {
    max-width: none;
  }

  .margin-bottom-24px-4 {
    text-align: left;
    word-break: normal;
    overflow-wrap: anywhere;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
  }

  .brand {
    object-fit: scale-down;
    padding-top: 0;
    position: relative;
  }

  .image-copy {
    object-fit: scale-down;
    overflow: visible;
  }

  .container-9 {
    max-width: none;
  }

  .centered-heading-4 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper-2 {
    width: 100%;
    margin-right: 0%;
  }

  .team-member-image-two-2 {
    text-align: center;
    border-left-style: solid;
    border-right-style: solid;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .text-block-21 {
    margin-left: -10px;
    font-weight: 500;
    line-height: 21px;
  }

  .heading-12 {
    color: #fc46aa;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -10px;
    font-size: 16px;
    line-height: 30px;
  }

  .container-10 {
    max-width: none;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .image-3 {
    max-width: 180px;
    height: auto;
  }

  .text-span-7 {
    border: 1px #000;
    font-size: 22px;
    font-weight: 400;
  }

  .text-span-8 {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border: 1px #000;
    border-bottom: 1px solid #d4af38;
    font-size: 22px;
    font-weight: 400;
  }

  .text-span-11 {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border: 1px #000;
    font-size: 22px;
    font-weight: 400;
  }

  .feature-section {
    margin-top: -5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-12 {
    width: auto;
    max-width: none;
    margin-left: 5px;
    margin-right: 5px;
  }

  .features-wrapper {
    margin-top: -75px;
  }

  .main-section-left {
    text-align: left;
    margin-bottom: 0;
    margin-left: 0;
    overflow: visible;
  }

  .features-paragraph-2 {
    text-align: left;
    margin-right: 0;
    padding-left: 2px;
    font-size: 14px;
    line-height: 21px;
  }

  .features-right-2 {
    margin-bottom: -30px;
  }

  .features-block-two-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image-2 {
    margin-bottom: 10px;
  }

  .heading-17 {
    text-align: center;
    object-fit: contain;
    max-width: none;
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
    font-family: Tenor Sans, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 35px;
    text-decoration: none;
    overflow: visible;
  }

  .sub-section-right {
    margin-top: 20px;
    margin-bottom: 100px;
    position: static;
  }

  .heading-19 {
    text-align: left;
    white-space: normal;
    overflow-wrap: normal;
    object-fit: fill;
    max-width: 100%;
    font-size: 17px;
    font-weight: 500;
    position: relative;
    right: auto;
  }

  .container-13 {
    max-width: none;
  }

  .heading-20, .heading-21 {
    color: #fc46aa;
    margin-top: 40px;
    margin-bottom: 0;
    margin-left: -10px;
    font-size: 16px;
    line-height: 30px;
  }

  .container-14 {
    background-color: #f2f0ed;
    border-style: none;
    margin-bottom: 10px;
  }

  .section-4 {
    margin-left: 0;
    margin-right: 0;
  }

  .image-4 {
    margin-top: 49px;
    margin-left: 0;
    margin-right: 0;
  }

  .container-16 {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-22 {
    color: #fc46aa;
    text-align: left;
    -webkit-text-stroke-width: 0px;
    white-space: pre-wrap;
    word-break: normal;
    overflow-wrap: normal;
    object-fit: fill;
    flex-wrap: wrap;
    place-content: stretch flex-start;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    display: flex;
    position: static;
    overflow: visible;
  }

  .div-block-2 {
    max-width: 0%;
  }

  .div-block-3 {
    clear: none;
    text-align: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    position: static;
    left: auto;
  }

  .container-17 {
    max-width: none;
  }

  .centered-heading-5 {
    margin-bottom: 24px;
  }

  .heading-23 {
    color: #333;
    text-align: center;
    -webkit-text-stroke-width: 0px;
    white-space: pre-wrap;
    word-break: normal;
    overflow-wrap: normal;
    object-fit: fill;
    flex-wrap: wrap;
    place-content: stretch flex-start;
    max-width: none;
    margin: 20px auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    position: static;
    overflow: visible;
  }

  .heading-24 {
    color: #333;
    text-align: center;
    -webkit-text-stroke-width: 0px;
    white-space: pre-wrap;
    word-break: normal;
    overflow-wrap: normal;
    object-fit: fill;
    flex-wrap: wrap;
    place-content: stretch flex-start;
    max-width: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    position: static;
    overflow: visible;
  }

  .link-2 {
    font-weight: 600;
  }

  .features-paragraph-4 {
    text-align: left;
    margin-right: 0;
    padding-left: 0;
    font-size: 14px;
    line-height: 21px;
  }

  .brix---icon-small-hover {
    width: 10px;
  }

  .brix---top-bar-close-icon {
    padding: 10px 0;
    font-size: 14px;
  }

  .brix---container-default {
    padding-left: 0;
    padding-right: 0;
  }

  .brix---top-bar-padding {
    margin-bottom: 3px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .brix---top-bar-wrapper {
    background-color: #000;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 17px;
    line-height: 26px;
    overflow: visible;
  }

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

  .text-block-23 {
    color: #fff;
    text-align: center;
    word-break: normal;
    overflow-wrap: normal;
    font-size: 10px;
    line-height: 18px;
  }

  .brix---btn-primary-small {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---header-nav-list-item-show-in-mbl, .brix---header-nav-list-item {
    text-align: left;
    width: 100%;
  }

  .brix---header-logo {
    max-width: 84%;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---hamburger-menu-bar-top-2 {
    width: 35px;
    margin-top: 6px;
    margin-bottom: 6px;
    transition: opacity .2s, opacity .2s;
    position: static;
    transform: scale(1);
  }

  .brix---header-nav-list-item-2 {
    text-align: left;
    width: 100%;
  }

  .brix---hamburger-menu-bar-bottom-2 {
    width: 35px;
    margin-top: 6px;
    margin-bottom: 6px;
    transform: skew(0deg);
  }

  .brix---btn-primary-small-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---header-wrapper-2 {
    z-index: 5;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }

  .brix---hamburger-menu-bar-middle {
    width: 35px;
    margin-top: 6px;
    margin-bottom: 6px;
    transform: translate(0)skew(0deg);
  }

  .brix---hamburger-menu-wrapper-2 {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-size: 14px;
    transition-property: none;
  }

  .brix---container-default-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-17-copy {
    text-align: left;
    object-fit: fill;
    max-width: 0;
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
    font-family: Tenor Sans, sans-serif;
    font-size: 30px;
    font-weight: 400;
    text-decoration: none;
    overflow: visible;
  }

  .features-paragraph-5 {
    text-align: left;
    margin-top: 5px;
    margin-right: 0;
    padding-left: 5px;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
  }

  .heading-26 {
    text-align: left;
    -webkit-text-stroke-width: 0px;
    white-space: pre-wrap;
    word-break: normal;
    overflow-wrap: normal;
    object-fit: fill;
    flex-wrap: wrap;
    place-content: stretch flex-start;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: -10px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    font-size: 17px;
    line-height: 20px;
    display: flex;
    position: static;
    overflow: visible;
  }

  .text-block-21-copy, .text-block-31 {
    margin-left: -10px;
    font-weight: 400;
    line-height: 21px;
  }

  .mask {
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-block-21-copy {
    margin-left: -10px;
    font-weight: 400;
    line-height: 20px;
  }

  .text-block-29, .text-block-28 {
    margin-left: -10px;
    padding-left: 2px;
    font-weight: 400;
    line-height: 20px;
  }

  .features-paragraph-9 {
    text-align: left;
    margin-right: 0;
    padding-left: 2px;
    font-size: 14px;
    line-height: 20px;
  }

  .text-block-30 {
    margin-left: -10px;
    font-weight: 400;
    line-height: 21px;
  }

  .text-span-4-copy {
    border: 1px #000;
    font-size: 22px;
    font-weight: 400;
  }

  .heading-28 {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    line-height: 25px;
  }

  .heading-29 {
    text-align: left;
    margin-bottom: -40px;
    margin-left: 0;
    margin-right: auto;
    font-size: 22px;
  }

  .bold-text-11 {
    white-space: pre-wrap;
    word-break: normal;
    overflow-wrap: normal;
    font-weight: 700;
    line-height: 20px;
  }

  .text-span-12 {
    border: 1px #000;
    font-size: 22px;
    font-weight: 400;
  }

  .features-wrapper-copy {
    margin-top: -75px;
  }

  .heading-30 {
    margin-bottom: 20px;
    font-family: Tenor Sans, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
  }

  .heading-40 {
    margin-left: 10px;
    margin-right: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
  }

  .text-block-35, .text-block-34, .text-block-33 {
    margin-left: -10px;
    padding-left: 2px;
    font-weight: 400;
    line-height: 20px;
  }

  .link-3 {
    font-size: 18px;
  }

  .hero-heading-right-2 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-19 {
    max-width: none;
    margin-top: 63px;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-wrapper-5 {
    max-width: 100%;
  }

  .hero-split-5 {
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .shadow-two-5 {
    margin-top: -48px;
    position: static;
  }

  .margin-bottom-24px-7 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    line-height: 21px;
  }

  .heading-44 {
    text-align: center;
    margin: 20px auto;
    font-family: Tenor Sans, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
  }

  .container-20 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-45 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 600;
  }

  .hero-split-6 {
    margin-top: 40px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-21 {
    max-width: none;
  }

  .centered-heading-6 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper-3 {
    width: 100%;
    margin-right: 0%;
  }
}

#w-node-d40ce2d5-6395-9d67-59d2-88d466bb2b89-d40cd9f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


