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

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

.btn-primary-small:hover {
  color: #00A59E;
  background-color: #fff;
  transform: translate3d(0, -3px, .01px);
}

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

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

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

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

.hamburger-menu-wrapper.w--open {
  background-color: rgba(0, 0, 0, 0);
}

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

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

.header-nav-link:hover {
  color: #00A59E;
}

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

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

.dropdown-link:hover {
  color: #00A59E;
}

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

.dropdown-pd {
  padding: 40px;
}

.dropdown-card {
  min-width: 280px;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 20px;
  top: 32px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

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

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

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

.dropdown-toggle {
  color: #211f54;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.dropdown-toggle:hover {
  color: #00A59E;
}

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

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

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

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

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

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

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

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

.opacity-20 {
  opacity: .2;
}

.floating-image-hero-v1---1 {
  z-index: -1;
  position: absolute;
  top: auto;
  bottom: -32%;
  left: -41%;
  right: auto;
}

.opacity-10 {
  opacity: .1;
}

.floating-image-hero-v1---2 {
  z-index: -1;
  max-width: 600px;
  position: absolute;
  top: auto;
  bottom: 8%;
  left: auto;
  right: 11%;
  transform: rotate(140deg);
}

.text-200-bold {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.color-neutral-800 {
  color: #211f54;
}

.icon-list {
  margin-right: 16px;
}

.icon-list-item-wrapper {
  align-items: center;
  display: flex;
}

.error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

.icon-success-message {
  margin-bottom: 10px;
}

.success-message {
  color: #fff;
  background-color: #00A59E;
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-size: 18px;
  line-height: 30px;
}

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

.btn-primary:hover {
  color: #00A59E;
  background-color: #fff;
  border: 2;
  border-radius: 48px;
  text-decoration: none;
  transform: translate3d(0, -3px, .01px);
}

.input {
  min-height: 70px;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 100px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .08);
}

.input:hover {
  border-color: #00A59E;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .1);
}

.input:focus {
  color: #211f54;
  border-color: #00A59E;
}

.input::-ms-input-placeholder {
  color: #6e7191;
  font-size: 18px;
}

.input::placeholder {
  color: #6e7191;
  font-size: 18px;
}

.grid-subscribe-form-button-left {
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
}

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

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

.color-neutral-600 {
  color: #6e7191;
}

.mg-bottom-48px {
  margin-bottom: 48px;
}

.heading-h1-size {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

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

.section-hero-primary {
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

.floating-image-hero-v1---3 {
  z-index: -1;
  max-width: 600px;
  position: absolute;
  top: auto;
  bottom: 8%;
  left: auto;
  right: 11%;
  transform: rotate(140deg);
}

.btn-secondary {
  color: #211f54;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px rgba(20, 20, 43, .04);
}

.btn-secondary:hover {
  color: #fff;
  background-color: #00A59E;
  border-color: #00A59E;
  transform: translate3d(0, -3px, .01px);
}

.button-row-left {
  margin-right: 24px;
}

.buttons-row {
  align-items: center;
  display: flex;
}

.mg-bottom-40px {
  margin-bottom: 40px;
}

.color-neutral-801 {
  color: #211f54;
}

.mg-bottom-0 {
  margin-bottom: 0;
}

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

.icon-square-32px---twitter {
  width: 32px;
  height: 32px;
  min-height: 32px;
  min-width: 32px;
  background-color: #eef8ff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.icon-square-32px---twitter:hover {
  transform: scale(.92);
}

.testimonial-v9-twitter-icon {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: end;
  justify-items: end;
}

.twitter-icon-wrapper {
  flex: 1;
}

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

.color-accent-1 {
  color: #00A59E;
}

.color-neutral-802 {
  color: #211f54;
}

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

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

.mg-left-8px {
  margin-left: 8px;
}

.avatar-image-link {
  transition: transform .3s;
}

.avatar-image-link:hover {
  transform: scale(1.1);
}

.avatar-circle-03 {
  width: 64px;
  height: 64px;
  max-height: 64px;
  max-width: 64px;
  border-radius: 50%;
  overflow: hidden;
  transform: translate(0);
}

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

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

.width-100 {
  width: 100%;
}

.card-testimonial-twitter {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 32px 32px 40px;
  display: flex;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
}

.grid-3-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.buttons-row-right---t-left {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.heading-h2-size {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.mg-bottom-16px {
  margin-bottom: 16px;
}

.inner-container-490px {
  max-width: 490px;
}

.grid-top---text-2-buttons {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  align-items: end;
  margin-bottom: 48px;
}

.section {
  color: #fff;
  padding-top: 176px;
  padding-bottom: 176px;
}

.text-200 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.color-neutral-803 {
  color: #211f54;
}

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

.mg-left-16px {
  margin-left: 16px;
}

.avatar-circle-04 {
  width: 80px;
  height: 80px;
  max-height: 80px;
  max-width: 80px;
  border-radius: 50%;
  overflow: hidden;
  transform: translate(0);
}

.color-neutral-804 {
  color: #6e7191;
}

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

.card-left-pd-40px {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
}

.3-columns-1-col-tablet {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.inner-container-574px---center {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.bg-image-full-width {
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.color-neutral-805 {
  color: #6e7191;
}

.cta-v9-card {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  padding: 94px 62px;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
}

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

.cta-v9-section {
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
  overflow: hidden;
}

.grid-6-columns-logo-strip {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  display: grid;
}

.text-300-bold {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

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

.color-neutral-806 {
  color: #6e7191;
}

.heading-h3-size {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.card-left-text-wrapper {
  margin-left: 24px;
}

.square-icon {
  border-radius: 16px;
}

.card---icon-left---content-right {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  align-items: flex-start;
  padding: 48px;
  display: flex;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
}

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

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

.inner-container-600px---center {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.contact-v6-half-bg-right {
  z-index: -1;
  width: 36%;
  height: 100%;
  background-color: #00A59E;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

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

.big-icon-left {
  border-radius: 16px;
  margin-right: 16px;
}

.icon-link-wrapper {
  transform-style: preserve-3d;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
}

.icon-link-wrapper:hover {
  transform: translate3d(8px, 0, .01px);
}

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

.color-neutral-807 {
  color: #6e7191;
}

.card-pd-64px---56px {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  padding: 64px 56px;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
}

.color-neutral-100 {
  color: #fff;
}

.icon-success-message-big {
  width: 60px;
  margin-bottom: 10px;
}

.text-area {
  min-height: 144px;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 22px;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 28px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .08);
}

.text-area:hover {
  border-color: #00A59E;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .1);
}

.text-area:focus {
  color: #211f54;
  border-color: #00A59E;
}

.text-area::-ms-input-placeholder {
  color: #6e7191;
  font-size: 18px;
}

.text-area::placeholder {
  color: #6e7191;
  font-size: 18px;
}

.input-label {
  color: #211f54;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 20px;
}

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

.subtitle {
  color: #00A59E;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.grid-contact-v6 {
  grid-column-gap: 60px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.section-position-relative {
  padding-top: 176px;
  padding-bottom: 176px;
  position: relative;
  overflow: hidden;
}

.paragraph-link {
  color: #00A59E;
  text-decoration: underline;
  transition: color .3s;
}

.paragraph-link:hover {
  color: #281ca5;
}

.footer-bottom {
  color: #6e7191;
  text-align: center;
  border-top: 1px solid #eff0f6;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 18px;
  line-height: 30px;
}

.social-icon-square-30px {
  width: 30px;
  height: 30px;
  min-height: 30px;
  min-width: 30px;
  background-color: #f2f1ff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.social-icon-square-30px:hover {
  transform: scale(.92);
}

.social-media-grid-right---t-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: end;
  align-self: center;
  justify-items: end;
}

.footer-link {
  color: #6e7191;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

.footer-link:hover {
  color: #00A59E;
}

.footer-list-item-horizontal {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.footer-list-wrapper-horizontal {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

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

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

.grid-footer-3-cols {
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr .3fr;
  align-items: center;
}

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

.footer-wrapper {
  background-color: #fff;
  border-top: 1px solid #eff0f6;
}

.floating-image-hero-v1---4 {
  z-index: -1;
  max-width: 600px;
  position: absolute;
  top: auto;
  bottom: 8%;
  left: auto;
  right: 11%;
  transform: rotate(140deg);
}

.border-radius-24px {
  z-index: -1;
  border-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.img-below-card {
  max-width: 976px;
  margin-left: auto;
}

.color-neutral-808 {
  color: #6e7191;
}

.card-over-image {
  z-index: 1;
  max-width: 728px;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  padding: 80px 72px;
  position: absolute;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
}

.flex-card---image-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.section-hero-short {
  padding-top: 72px;
  padding-bottom: 72px;
  position: relative;
  overflow: hidden;
}

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

.hero-full-width-right-hero-v5 {
  max-width: 45%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.floating-image-hero-v2---1 {
  z-index: -1;
  max-width: 600px;
  position: absolute;
  top: -1%;
  bottom: auto;
  left: -21%;
  right: auto;
  transform: rotate(140deg);
}

.color-neutral-809 {
  color: #6e7191;
  text-align: justify
}

.section-hero-full-width-right {
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

.floating-image-hero-v1---5 {
  z-index: -1;
  max-width: 600px;
  position: absolute;
  top: auto;
  bottom: 8%;
  left: auto;
  right: 11%;
  transform: rotate(140deg);
}

.color-neutral-810 {
  color: #6e7191;
}

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

.text-200-bold-2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.color-accent-2 {
  color: #4a3aff;
}

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

.link-wrapper:hover {
  color: #4a3aff;
}

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

.color-neutral-811 {
  color: #6e7191;
}

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

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

.color-neutral-812 {
  color: #211f54;
}

.image-wrapper-br-24px-shadow {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 14px 42px rgba(20, 20, 43, .14);
}

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

.link-content {
  color: #6e7191;
  text-decoration: none;
}

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

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

.inner-container-1000px-center {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.heading-h2-size-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.subtitle-2 {
  color: #4a3aff;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.mg-bottom-16px-2 {
  margin-bottom: 16px;
}

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

.inner-container-490px-center {
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
}

.mg-bottom-48px-2 {
  margin-bottom: 48px;
}

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

.section-2 {
  color: #fff;
  padding-top: 176px;
  padding-bottom: 176px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
}

.rich-text-block {
  color: #6e7191;
  font-size: 18px;
  line-height: 30px;
}

@media screen and (min-width: 1440px) {
  .grid-hero-v1 {
    grid-column-gap: 90px;
  }

  .cta-v9-card {
    padding-left: 94px;
    padding-right: 94px;
  }

  .form-grid-2-columns {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .grid-contact-v6 {
    grid-column-gap: 100px;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 1920px) {
  .hero-full-width-right-hero-v5 {
    width: 100%;
    max-width: 46%;
  }
}

@media screen and (max-width: 991px) {
  .hamburger-menu-bar-bottom {
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

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

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

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

  .hamburger-menu-wrapper.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

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

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

  .dropdown-card {
    min-width: auto;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border-width: 0;
    border-radius: 0;
  }

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

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

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

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

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

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

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

  .floating-image-hero-v1---1 {
    bottom: -14%;
    left: -42%;
  }

  .floating-image-hero-v1---2 {
    top: 24%;
    right: -30%;
  }

  .btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

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

  .mg-bottom-48px {
    margin-bottom: 40px;
  }

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

  .grid-hero-v1 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

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

  .floating-image-hero-v1---3 {
    top: 24%;
    right: -30%;
  }

  .testimonial-v9-twitter-icon {
    grid-column-gap: 10px;
  }

  .twitter-icon-wrapper {
    width: 100%;
  }

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

  .buttons-row-right---t-left {
    justify-content: flex-start;
  }

  .heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .grid-top---text-2-buttons {
    grid-row-gap: 24px;
    grid-template-columns: .7fr;
  }

  .section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

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

  .cta-v9-card {
    padding: 72px 92px;
  }

  .grid-cta-v9 {
    grid-template-columns: 1fr;
  }

  .cta-v9-section {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .grid-6-columns-logo-strip {
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
  }

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

  .heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .card-left-text-wrapper {
    margin-top: 24px;
    margin-left: 0;
  }

  .card---icon-left---content-right {
    flex-direction: column;
    padding-left: 32px;
    padding-right: 32px;
  }

  .contact-v6-half-bg-right {
    width: 100%;
    height: 30%;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .grid-contact-v6 {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .section-position-relative {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .footer-bottom {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .social-media-grid-right---t-center {
    grid-column-gap: 10px;
    justify-content: center;
    justify-items: center;
  }

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

  .footer-top-small {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .floating-image-hero-v1---4 {
    top: 24%;
    right: -30%;
  }

  .card-over-image {
    margin-bottom: 34px;
    padding: 56px 48px;
    position: static;
  }

  .flex-card---image-wrapper {
    display: block;
  }

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

  .hero-full-width-right-hero-v5 {
    height: 450px;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden;
  }

  .floating-image-hero-v2---1 {
    top: 24%;
    right: -30%;
  }

  .section-hero-full-width-right {
    padding-top: 100px;
    padding-bottom: 522px;
  }

  .floating-image-hero-v1---5 {
    top: 24%;
    right: -30%;
  }

  .mg-bottom-32px-2 {
    margin-bottom: 24px;
  }

  .display-4 {
    font-size: 22px;
    line-height: 38px;
  }

  .brix--grid-2-columns-text-right, .grid-2-columns-text-left {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .heading-h2-size-2 {
    font-size: 30px;
    line-height: 46px;
  }

  .mg-bottom-48px-2 {
    margin-bottom: 40px;
  }

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


@media screen and (max-width: 767px) {
  .btn-primary-small {
    padding: 20px 32px;
  }

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

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

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

  .floating-image-hero-v1---1 {
    max-width: 500px;
  }

  .floating-image-hero-v1---2 {
    max-width: 480px;
  }

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

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

  .input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

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

  .heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .grid-hero-v1 {
    grid-template-columns: 1fr;
  }

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

  .floating-image-hero-v1---3 {
    max-width: 480px;
  }

  .btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button-row-left {
    margin-right: 16px;
  }

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

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

  .avatar-circle-03 {
    width: 56px;
    height: 56px;
    max-height: 56px;
    max-width: 56px;
  }

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

  .heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .mg-bottom-16px {
    margin-bottom: 8px;
  }

  .grid-top---text-2-buttons {
    grid-template-columns: .9fr;
  }

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

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

  .avatar-circle-04 {
    width: 64px;
    height: 64px;
    max-height: 64px;
    max-width: 64px;
  }

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

  .cta-v9-card {
    padding: 50px 32px;
  }

  .grid-cta-v9 {
    grid-template-columns: 1fr;
  }

  .cta-v9-section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .grid-6-columns-logo-strip {
    grid-column-gap: 72px;
    grid-row-gap: 32px;
    grid-template-columns: auto auto;
    transform: scale(.96);
  }

  .text-300-bold {
    font-size: 18px;
    line-height: 22px;
  }

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

  .square-icon {
    max-width: 56px;
    border-radius: 12px;
  }

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

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

  .big-icon-left {
    max-width: 56px;
    border-radius: 12px;
  }

  .card-pd-64px---56px {
    padding: 58px 32px;
  }

  .text-area {
    border-radius: 18px;
  }

  .form-grid-2-columns {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .subtitle {
    font-size: 17px;
    line-height: 19px;
  }

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

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

  .social-media-grid-right---t-center {
    justify-content: center;
    justify-items: center;
  }

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

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

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

  .floating-image-hero-v1---4 {
    max-width: 480px;
  }

  .card-over-image {
    padding: 45px 32px;
  }

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

  .hero-full-width-right-hero-v5 {
    margin-top: 62px;
    position: static;
  }

  .floating-image-hero-v2---1 {
    max-width: 480px;
  }

  .section-hero-full-width-right {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .floating-image-hero-v1---5 {
    max-width: 480px;
  }

  .link-icon-right {
    width: 20px;
    margin-left: 8px;
  }

  .text-200-bold-2 {
    font-size: 16px;
    line-height: 18px;
  }

  .display-4 {
    font-size: 20px;
    line-height: 32px;
  }

  .image-wrapper-br-24px-shadow {
    border-radius: 14px;
    box-shadow: 0 4px 22px rgba(20, 20, 43, .14);
  }

  .brix--grid-2-columns-text-right, .grid-2-columns-text-left {
    grid-template-columns: 1fr;
  }

  .heading-h2-size-2 {
    font-size: 28px;
    line-height: 40px;
  }

  .subtitle-2 {
    font-size: 17px;
    line-height: 19px;
  }

  .mg-bottom-16px-2 {
    margin-bottom: 8px;
  }

  .mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

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

@media screen and (max-width: 479px) {
  .btn-primary-small {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .header-nav-list-item-show-in-mbl, .header-nav-list-item {
    width: 100%;
    text-align: left;
  }

  .header-logo {
    max-width: 84%;
  }

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .floating-image-hero-v1---1 {
    opacity: .2;
    bottom: -5%;
    left: -35%;
  }

  .floating-image-hero-v1---2 {
    display: none;
  }

  .text-200-bold {
    font-size: 15px;
    line-height: 16px;
  }

  .icon-list {
    width: 24px;
    margin-right: 8px;
  }

  .btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .input {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .input::-ms-input-placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

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

  .paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

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

  .heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .section-hero-primary {
    padding-top: 48px;
    padding-bottom: 96px;
  }

  .floating-image-hero-v1---3 {
    display: none;
  }

  .btn-secondary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .button-row-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .buttons-row {
    flex-direction: column;
    align-items: stretch;
  }

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

  .icon-square-32px---twitter {
    width: 30px;
    height: 30px;
    min-height: 30px;
    min-width: 30px;
    border-radius: 6px;
    font-size: 14px;
  }

  .testimonial-v9-twitter-icon {
    grid-template-columns: repeat(auto-fit, 30px);
  }

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

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

  .avatar-circle-03 {
    width: 48px;
    height: 48px;
    max-height: 48px;
    max-width: 48px;
    min-height: 48px;
    min-width: 48px;
  }

  .card-testimonial-twitter {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .buttons-row-right---t-left {
    flex-direction: column;
    align-items: stretch;
  }

  .heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .mg-bottom-16px {
    margin-bottom: 15px;
  }

  .grid-top---text-2-buttons {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .text-200 {
    font-size: 15px;
    line-height: 16px;
  }

  .mg-bottom-8px {
    margin-bottom: 6px;
  }

  .mg-left-16px {
    margin-left: 13px;
  }

  .avatar-image {
    width: 100%;
  }

  .avatar-circle-04 {
    width: 56px;
    height: 56px;
    max-height: 56px;
    max-width: 56px;
    min-height: 56px;
    min-width: 56px;
  }

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

  .card-left-pd-40px {
    padding-top: 32px;
    padding-left: 22px;
    padding-right: 22px;
  }

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

  .cta-v9-card {
    padding: 40px 32px;
  }

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

  .grid-6-columns-logo-strip {
    grid-column-gap: 48px;
    grid-row-gap: 32px;
  }

  .text-300-bold {
    font-size: 17px;
    line-height: 21px;
  }

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

  .heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .square-icon {
    max-width: 56px;
    border-radius: 14px;
  }

  .card---icon-left---content-right {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .big-icon-left {
    max-width: 56px;
    border-radius: 14px;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .icon-link-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .card-pd-64px---56px {
    padding: 40px 24px;
  }

  .text-area {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 26px;
  }

  .text-area::-ms-input-placeholder {
    font-size: 16px;
    line-height: 24px;
  }

  .text-area::placeholder {
    font-size: 16px;
    line-height: 24px;
  }

  .subtitle {
    font-size: 14px;
    line-height: 18px;
  }

  .grid-contact-v6 {
    grid-row-gap: 48px;
  }

  .section-position-relative {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .social-icon-square-30px {
    width: 30px;
    height: 30px;
    min-height: 30px;
    min-width: 30px;
    border-radius: 6px;
    font-size: 14px;
  }

  .social-media-grid-right---t-center {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .footer-link {
    font-size: 16px;
    line-height: 19px;
  }

  .footer-list-item-horizontal {
    margin-bottom: 6px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-list-wrapper-horizontal {
    flex-direction: column;
  }

  .footer-logo {
    width: 100%;
    max-width: 240px;
  }

  .footer-top-small {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .floating-image-hero-v1---4 {
    display: none;
  }

  .card-over-image {
    padding: 34px 24px;
  }

  .section-hero-short {
    padding-top: 48px;
    padding-bottom: 96px;
  }

  .hero-full-width-right-hero-v5 {
    height: 50%;
    object-fit: fill;
  }

  .floating-image-hero-v2---1 {
    display: none;
  }

  .section-hero-full-width-right {
    padding-top: 48px;
  }

  .floating-image-hero-v1---5 {
    display: none;
  }

  .link-icon-right {
    width: 18px;
  }

  .text-200-bold-2 {
    font-size: 15px;
    line-height: 16px;
  }

  .paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .image-wrapper-br-24px-shadow {
    border-radius: 16px;
  }

  .heading-h2-size-2 {
    font-size: 24px;
    line-height: 34px;
  }

  .subtitle-2 {
    font-size: 14px;
    line-height: 18px;
  }

  .mg-bottom-16px-2 {
    margin-bottom: 15px;
  }

  .mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#w-node-_5820f99f-504a-1f3c-4455-285fcb6f9088-bf8854ce {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5820f99f-504a-1f3c-4455-285fcb6f908c-bf8854ce, #w-node-_8ae929b8-5dc5-1212-f9f8-7cefcedaece1-bf8854ce {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_8ae929b8-5dc5-1212-f9f8-7cefcedaece1-bf8854ce {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8ae929b8-5dc5-1212-f9f8-7cefcedaece1-bf8854ce {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5820f99f-504a-1f3c-4455-285fcb6f9088-bf8854ce {
    grid-column: span 1 / span 1;
  }
}
