:root {
  --hover: #347aff;
  --orange: #fe6747;
}

.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 {
  transform: scale3d(1none, 1none, 1none);
  color: #333;
  transform-style: preserve-3d;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

img {
  align-self: center;
  max-width: 100%;
  display: block;
}

.navbar-no-shadow {
  background-color: #e2e2e2;
  border: 0 solid #000;
  border-bottom-width: 1px;
  border-radius: 0;
  height: 69px;
  min-height: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-top: -14px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.navbar-brand {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
}

.navbar-brand:hover {
  transform: scale(1.15);
}

.nav-menu-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 197px;
  display: block;
}

.nav-menu {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

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

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

.nav-link:focus-visible, .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 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

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

.nav-dropdown-toggle:focus-visible, .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-list {
  background-color: #fff;
  border-radius: 12px;
}

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

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

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

.mobile-margin-top-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  display: block;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-fit: fill;
  background-color: #347aff;
  background-clip: padding-box;
  border: 0 solid #000;
  border-radius: 50px;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 230px;
  min-width: 0;
  padding: 5px 20px;
  font-family: Segoe Ui;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
  display: block;
}

.button-primary:hover {
  color: #fff;
  background-color: #1a418a;
}

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

.image {
  transform-style: preserve-3d;
  text-decoration: underline;
  transform: none;
}

.image:hover {
  aspect-ratio: auto;
  mix-blend-mode: normal;
  font-size: 14px;
  display: inline-block;
  transform: none;
}

.image:active {
  transform: none;
}

.body {
  background-color: #f9fafb;
  border: 0 solid #000;
  margin-top: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

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

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

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

.hero-split {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 46%;
  padding-top: 0;
  display: flex;
}

.margin-bottom-24px {
  outline-offset: 0px;
  color: #347aff;
  outline: 3px #347aff;
  width: 616px;
  min-width: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 23px;
  font-weight: 800;
  line-height: 26px;
}

.hero-form {
  margin-bottom: 12px;
}

.hero-form-container {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input {
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  width: 240px;
  height: auto;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input:hover, .hero-form-input:focus {
  border-color: #76879d;
}

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

.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.outline-button {
  color: #1a1b1f;
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary-2.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

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

.dda {
  -webkit-text-stroke-color: red;
  display: block;
  overflow: visible;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border: 1px solid #000;
  border-width: 1px 0;
  padding: 15px 30px;
  position: relative;
}

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

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

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

.features-metrics {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.features-wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.features-block {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.features-title {
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

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

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

.pricing-card {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px #96a3b51f;
}

.pricing-card.featured-pricing {
  z-index: 2;
  box-shadow: 0 4px 130px #96a3b54d;
}

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

.pricing-title {
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.pricing-subtitle {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.pricing-price {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-regular {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular.margin-bottom-20 {
  margin-bottom: 20px;
}

.pricing-divider {
  background-color: #76879d1a;
  align-self: stretch;
  height: 1px;
  margin: 56px -24px 16px;
}

.pricing-feature-list {
  align-self: stretch;
}

.pricing-feature {
  background-image: url('../images/');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;
}

.pricing-tag {
  color: #3a4554;
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px #96a3b533;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

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

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

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

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

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.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-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

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

.button-primary-2-copy {
  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-copy:hover {
  color: #fff;
  background-color: #32343a;
}

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

.button-primary-2-copy.outline-button {
  color: #1a1b1f;
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary-2-copy.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.text-block {
  flex: 0 auto;
  align-self: auto;
  width: 479px;
  margin-top: -13px;
  margin-bottom: 15px;
}

.hero-wrapper-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

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

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

.shadow-two {
  outline-offset: 0px;
  text-align: left;
  outline: 3px #333;
}

.heading {
  font-size: 17px;
  line-height: 25px;
}

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

.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-3 {
  margin-bottom: 24px;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.footer-dark-pro {
  background-color: #f9fafb;
  border-top: 0 solid #000;
  border-bottom: 0 solid #e4ebf3;
  justify-content: center;
  margin-top: -2px;
  padding: 50px 30px 15px;
  display: block;
  position: relative;
}

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

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-brand-2 {
  width: 514px;
  margin-right: auto;
  padding-bottom: 0;
  display: block;
}

.footer-content {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr 1fr;
  grid-auto-columns: .25fr;
  place-items: center;
  display: block;
}

.footer-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 168px;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  width: 190px;
  margin-top: 12px;
  margin-bottom: -4px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
}

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

.footer-social-block {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  margin: 29px auto -49px;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 14px;
  display: flex;
}

.footer-social-link-2 {
  margin-left: 12px;
}

.footer-divider {
  background-color: #72727200;
  width: 100%;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 16px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.footer-light-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

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

.footer-block-two-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title-2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two-2 {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

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

.footer-form-2 {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block-2 {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field-2 {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field-2:hover, .footer-form-field-2:focus {
  border-color: #76879d;
}

.footer-form-field-2::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit-2 {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit-2:hover {
  background-color: #3a4554;
}

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

.footer-bottom-2 {
  grid-column-gap: 306px;
  grid-row-gap: 306px;
  color: #000;
  justify-content: center;
  align-items: center;
  margin-top: -10px;
  margin-bottom: 25px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Segoe Ui;
  font-size: 12px;
  font-weight: 300;
  display: flex;
}

.footer-copyright-2 {
  color: #3a4554;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.footer-social-block-two-2 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

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

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

.footer-form-container-two {
  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;
}

.button-primary-3 {
  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-3:hover {
  color: #fff;
  background-color: #32343a;
}

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

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

.footer-wrapper-three {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  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 {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

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

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  display: flex;
}

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

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

.button {
  text-align: left;
}

.button-primary-copy {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-fit: fill;
  background-color: #fe6747;
  background-clip: padding-box;
  border: 1px solid #000;
  border-radius: 50px;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 230px;
  min-width: 0;
  padding: 10px 20px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
  display: block;
}

.button-primary-copy:hover {
  color: #fff;
  background-color: #347aff;
}

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

.button-primary-copy-copy {
  box-sizing: content-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--hover);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-fit: fill;
  background-clip: padding-box;
  border: 0 solid #000;
  border-radius: 50px;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 95.5%;
  min-width: 0;
  margin-top: -35px;
  margin-bottom: 40px;
  padding: 10px 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
  display: flex;
}

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

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

.text-block-2 {
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  text-decoration: underline;
}

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

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

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

.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-4 {
  object-fit: none;
  width: 393px;
  min-width: 6px;
  margin-bottom: 24px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

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

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

.heading-2 {
  pointer-events: auto;
  color: #fe6747;
  -webkit-text-stroke-color: #000;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  width: 661px;
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 5px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 19px;
  font-weight: 700;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: block;
  position: static;
}

.title-small-copy {
  color: #347aff;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-bottom: -3px;
  font-family: Segoe Ui;
  font-size: 15px;
  font-weight: 700;
  line-height: 16px;
}

.title-small-copy-copy {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

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

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

.footer-link-copy {
  color: #1a1b1f;
  width: 190px;
  margin-top: 12px;
  margin-bottom: -4px;
  font-family: Segoe Ui;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
}

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

.footer-link-copy-copy {
  color: #1a1b1f;
  width: 182px;
  margin-top: 12px;
  margin-bottom: -4px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
}

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

.footer-social-link-2-copy, .footer-social-link-2-copy-copy, .footer-social-link-2-copy-copy-copy, .footer-social-link-2-copy {
  margin-left: 12px;
}

.image-2 {
  width: 40px;
  height: 40px;
}

.image-2:hover {
  mix-blend-mode: luminosity;
}

.image-3 {
  width: 40px;
  height: 40px;
}

.image-3:hover {
  mix-blend-mode: luminosity;
}

.image-4 {
  width: 40px;
  height: 40px;
}

.image-4:hover {
  mix-blend-mode: luminosity;
}

.image-5 {
  width: 40px;
  height: 40px;
}

.image-5:hover {
  mix-blend-mode: luminosity;
}

.image-6 {
  width: 40px;
  height: 40px;
}

.image-6:hover {
  mix-blend-mode: luminosity;
}

.image-7 {
  width: 100px;
}

.hero-heading-left-3 {
  -webkit-text-fill-color: inherit;
  background-color: #e2e2e2;
  background-image: url('../images/Group-106_1.avif');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
  border: 0 solid #000;
  margin-top: -2px;
  padding: 20px 0;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 16px;
  display: flex;
}

.hero-wrapper-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: -15px;
  padding-top: 0;
  display: flex;
}

.hero-split-4 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  padding-right: 0;
  display: block;
}

.margin-bottom-24px-6 {
  color: #fff;
  width: 100%;
  margin-bottom: 24px;
  padding-right: 25px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
}

.button-primary-4 {
  background-color: var(--hover);
  color: #fff;
  letter-spacing: 1px;
  text-transform: capitalize;
  border: 0 solid #000;
  border-radius: 50px;
  padding: 12px 25px;
  font-family: Segoe Ui;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
}

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

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

.shadow-two-3 {
  height: auto;
}

.heading-3 {
  color: var(--orange);
  text-transform: capitalize;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 25px;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.hero-heading-left-4 {
  background-color: #fff;
  background-image: url('../images/Component-39-–-1.avif');
  background-position: 0 0;
  background-size: 1500px;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 0;
  margin-bottom: -2px;
  padding: 0 30px 140px;
  position: relative;
}

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

.margin-bottom-24px-7 {
  margin-bottom: 24px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
}

.shadow-two-4 {
  transform-style: preserve-3d;
  width: auto;
  height: auto;
  margin-top: 0;
  padding-bottom: 0;
  display: block;
  position: static;
  transform: translate(0, 88px)scale(1.4);
}

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

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

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

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

.text-span {
  color: var(--hover);
}

.text-span-2 {
  color: var(--orange);
}

.hero-heading-left-5 {
  background-color: #e2e2e2;
  border-top: 1px solid #000;
  border-bottom: 1px solid #e4ebf3;
  padding: 20px 0;
  position: relative;
}

.hero-split-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-8 {
  width: 512px;
  margin-bottom: 10px;
  font-size: 15px;
}

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

.shadow-two-5 {
  padding-top: 15px;
}

.hero-without-image {
  background-color: #f5f7fa;
  border-top: 1px solid #000;
  border-bottom: 1px solid #e4ebf3;
  padding: 20px 0 41px;
  position: relative;
}

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

.heading-4 {
  color: var(--hover);
  width: 529px;
  font-family: Segoe Ui;
  font-size: 22px;
  line-height: 28px;
}

.hero-without-image-copy {
  background-color: #06f;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.heading-5 {
  text-align: center;
  font-family: Segoe Ui;
  font-size: 21px;
}

.hero-without-image-2 {
  background-color: #06f;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

.hero-without-image-3 {
  background-color: #06f;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

.hero-without-image-copy, .hero-without-image-copy-copy {
  background-color: #f5f7fa;
  border-top: 1px solid #000;
  border-bottom: 1px solid #e4ebf3;
  padding: 20px 0 41px;
  position: relative;
}

.hero-without-image-copy-copy {
  background-color: #e2e2e2;
  border-top: 1px solid #000;
  border-bottom: 1px solid #e4ebf3;
  margin-top: -9px;
  padding: 20px 0 41px;
  position: relative;
}

.container-4-copy {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 16px;
}

.hero-wrapper-two-2-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 371px;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

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

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

.hero-form-2 {
  margin-bottom: 12px;
}

.hero-form-container-2 {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input-2 {
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  width: 240px;
  height: auto;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input-2:hover, .hero-form-input-2:focus {
  border-color: #76879d;
}

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

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

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

.hero-without-image-4 {
  background-color: #06f;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.heading-5-copy {
  text-align: center;
  font-family: Segoe Ui;
  font-size: 21px;
}

.heading-6 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 40px;
  line-height: 49px;
}

.hero-without-image-5 {
  background-color: #fff;
  background-image: url('../images/Rectangle-125.png');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 1642px;
  border-bottom: 1px solid #e4ebf3;
  margin-top: -50px;
  padding: 94px 30px 0;
  position: relative;
}

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

.hero-wrapper-two-3 {
  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-14 {
  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;
}

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

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

.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, .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, .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, .nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

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

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

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

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

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

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

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

.navbar-no-shadow-copy {
  z-index: 2;
  float: none;
  background-color: #e2e2e2;
  border: 0 solid #000;
  border-radius: 0;
  height: 69px;
  min-height: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  position: static;
  top: auto;
  right: auto;
}

.hero-heading-left-6, .hero-without-image-6 {
  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;
}

.hero-wrapper-two-4 {
  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-16 {
  margin-bottom: 24px;
}

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

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

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

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

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

.hero-heading-left-4-copy {
  background-color: #fff;
  background-image: url('../images/Component-39-–-1.avif');
  background-position: 0 0;
  background-size: 1500px;
  border-bottom: 1px solid #e4ebf3;
  margin-bottom: -19px;
  padding: 0 30px;
  position: relative;
}

.shadow-two-4-copy {
  margin-top: 0;
  padding-bottom: 0;
  display: block;
  transform: scale(1.3)translate(0);
}

.hero-without-image-7 {
  background-color: #c1c1c1;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-two-5 {
  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-17 {
  text-align: left;
  margin-bottom: 24px;
  font-size: 15px;
}

.button-primary-9 {
  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-9:hover {
  color: #fff;
  background-color: #32343a;
}

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

.margin-bottom-24px-6-copy {
  text-align: left;
  width: 639px;
  margin-bottom: 24px;
  font-size: 14px;
}

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

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

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

.hero-wrapper-two-6 {
  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-18 {
  margin-bottom: 24px;
}

.button-primary-10 {
  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-10:hover {
  color: #fff;
  background-color: #32343a;
}

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

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

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

.navbar-no-shadow-copy-copy, .navbar-no-shadow-copy-copy-copy {
  z-index: 2;
  float: none;
  background-color: #e2e2e2;
  border: 0 solid #000;
  border-radius: 0;
  height: 69px;
  min-height: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  position: static;
  top: auto;
  right: auto;
}

.navbar-no-shadow-2 {
  z-index: 1000;
  background-color: #f9fafb;
  height: 45px;
  margin-top: 0;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 5px #0003;
}

.navbar-no-shadow-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  height: 45px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular-2 {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.nav-menu-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  margin-top: -15px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mobile-margin-top-12 {
  padding-left: 100px;
}

.nav-button-wrapper-2 {
  margin-left: 120px;
}

.button-primary-11 {
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #347aff;
  border-radius: 50px;
  margin-top: -3px;
  padding: 7px 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

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

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

.image-9 {
  pointer-events: auto;
  cursor: pointer;
  height: auto;
  margin-top: -16px;
}

.navbar-logo-left {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  background-color: var(--hover);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  width: auto;
  margin-top: 24px;
  display: grid;
}

.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 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center;
  width: 100%;
  max-width: 1140px;
  margin: auto auto 0;
  padding: 0;
  font-family: Segoe Ui;
  display: grid;
}

.container-12 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.nav-link-4 {
  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-4:hover {
  color: #1a1b1fbf;
}

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

.nav-divider {
  background-color: #e4ebf3;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
}

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

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

.button-primary-12 {
  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-12:hover {
  color: #fff;
  background-color: #32343a;
}

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

.text-block-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  order: 0;
  justify-content: center;
  align-self: baseline;
  align-items: center;
  margin-bottom: auto;
  display: flex;
}

.list-item {
  display: flex;
}

.text-block-4 {
  color: #fff;
  padding-left: 0;
  padding-right: 0;
  font-family: Segoe Ui;
  display: block;
}

.navbar-brand-2-copy {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-10 {
  height: 18px;
}

.image-11 {
  width: 19px;
  height: 19px;
}

.navbar-no-shadow-container-3 {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-wrapper-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.nav-link-5 {
  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-5:hover {
  color: #1a1b1fbf;
}

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

.button-primary-13 {
  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-13:hover {
  color: #fff;
  background-color: #32343a;
}

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

.text-block-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
}

.text-block-3-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  order: 0;
  justify-content: center;
  align-self: baseline;
  align-items: center;
  margin-bottom: auto;
  display: flex;
}

.navbar-brand-2-copy-copy {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
}

.image-11-copy {
  width: 34px;
  height: 22px;
}

.hero-heading-left-8 {
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  display: inline-block;
  position: relative;
}

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

.hero-wrapper-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: 430px;
  display: block;
}

.hero-split-9 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: 46%;
  padding-bottom: 0;
  display: flex;
}

.margin-bottom-24px-19 {
  margin-bottom: -7px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 22px;
}

.shadow-two-9 {
  height: auto;
  margin-left: 230px;
}

.navbar-logo-left-copy {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  background-color: var(--hover);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  width: auto;
  margin-top: 0;
  text-decoration: none;
  display: grid;
}

.button-primary-4-copy {
  background-color: var(--hover);
  color: #fff;
  letter-spacing: 1px;
  text-transform: capitalize;
  border: 0 solid #000;
  border-radius: 50px;
  flex-flow: row;
  padding: 12px 25px;
  font-family: Segoe Ui;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
  display: flex;
}

.button-primary-4-copy:hover {
  color: #000;
  background-color: #fff;
}

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

.container-14 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-12 {
  box-sizing: content-box;
  aspect-ratio: 8;
  object-fit: fill;
  object-position: 50% 50%;
  width: 1262px;
  max-width: 147%;
  height: auto;
  margin-top: -188px;
  display: block;
  overflow: auto;
}

.logos-without-title {
  background-color: #fff;
  border-bottom: 0 solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.clients-wrapper-three {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.clients-image-three {
  height: auto;
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

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

.testimonial-slider-two {
  background-color: #0000;
  height: auto;
}

.testimonial-slide {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-image-two {
  object-fit: cover;
  width: 350px;
  height: 400px;
}

.testimonial-author-image-three {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

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

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

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

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

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

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

.footer-dark-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-wrapper-2 {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content-2 {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link-2 {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

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

.footer-social-block-2 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link-3 {
  margin-left: 12px;
}

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

.footer-copyright-center-2 {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.image-13 {
  width: 143px;
  height: auto;
}

.footer-content-copy {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr 1fr;
  grid-auto-columns: .25fr;
  place-items: center;
  width: 219px;
  display: block;
}

.hero-heading-left-10 {
  background-color: #f9fafb;
  border: 0 #000;
  padding: 40px 30px;
  display: block;
  position: relative;
}

.heading-7 {
  width: auto;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 33px;
}

.hero-heading-center-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f9fafb;
  border: 0 solid #000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: -10px;
  padding: 80px 30px;
  display: block;
  position: relative;
}

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

.hero-wrapper-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.margin-bottom-24px-20 {
  color: #fff;
  width: 607px;
  margin-bottom: 24px;
}

.container-16 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  max-width: 949px;
  display: flex;
}

.container-17 {
  width: 744px;
  min-width: 47px;
}

.faq-item {
  border: 0 solid #000;
  border-bottom: 1px solid #adadad;
  margin-top: 0;
}

.div-block {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  width: 550px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.div-block-copy {
  border-bottom: 1px solid #e1e1e1;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 75px;
  display: flex;
}

.text-block-6 {
  margin-bottom: -10px;
  padding-bottom: 0;
  font-family: Segoe Ui;
  font-size: 18px;
}

.div-block-2 {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-14 {
  height: 18px;
}

.text-block-7 {
  margin-top: 12px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Segoe Ui;
  font-size: 16px;
  display: block;
}

.container-18 {
  overflow: hidden;
}

.div-block-3 {
  display: block;
  overflow: hidden;
}

.hero-heading-center-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f5f7fa;
  background-image: url('../images/Group-106_1.avif');
  background-position: 0 0;
  background-size: cover;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding: 100px 30px;
  display: block;
  position: relative;
}

.container-19 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.image-15 {
  height: auto;
}

.hero-heading-left-11 {
  background-color: #f5f7fa;
  background-image: url('../images/Group-106_1.avif');
  background-position: 0 0;
  background-size: cover;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 20px;
  position: relative;
}

.heading-8 {
  color: #fe6747;
  font-size: 30px;
}

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

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

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

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

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

.container-18-copy, .container-18-copy-copy, .container-18-copy-copy-copy {
  overflow: hidden;
}

.div-block-2-copy {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-3-copy {
  display: block;
  overflow: hidden;
}

.hero-heading-left-10-copy {
  background-color: #f9fafb;
  border: 0 #000;
  padding: 40px 30px;
  display: block;
  position: relative;
}

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

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

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

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

.margin-bottom-24px-22 {
  color: #fff;
  margin-bottom: 24px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 23px;
}

.button-primary-14 {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 54px;
  padding: 12px 25px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
}

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

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

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

.hero-without-image-9 {
  background-color: #f5f7fa;
  background-image: url('../images/Group-106_1.avif');
  background-position: 50%;
  background-size: cover;
  border-bottom: 1px solid #e4ebf3;
  margin-top: -2px;
  padding: 80px 30px;
  position: relative;
}

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

.heading-9 {
  color: #fff;
  margin-top: 0;
}

.text-span-3 {
  color: #fe6747;
}

.text-span-4 {
  color: #333;
}

.hero-heading-center-9 {
  background-color: #f5f7fa;
  background-image: url('../images/Group-106_1.avif');
  background-position: 50%;
  background-size: cover;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

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

.button-primary-15 {
  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-15:hover {
  color: #fff;
  background-color: #32343a;
}

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

.text-block-6-copy {
  font-family: Segoe Ui;
  font-size: 23px;
}

.image-14-copy {
  height: 18px;
}

.text-block-7-copy {
  margin-top: 12px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.div-block-copy-copy {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding-top: 30px;
  padding-bottom: 30px;
  display: block;
}

.last-acc {
  margin-top: 12px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Segoe Ui;
  font-size: 16px;
  display: block;
}

.container-21 {
  justify-content: flex-start;
  align-items: center;
  width: 360px;
  display: flex;
}

.div-block-copy {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  width: 550px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.text-block-7-copy-copy, .last-acc-copy, .last-acc-copy {
  margin-top: 12px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Segoe Ui;
  font-size: 16px;
  display: block;
}

.last-acc-copy {
  height: 100%;
  margin-top: 12px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Segoe Ui;
  font-size: 16px;
  display: block;
}

.last-acc-copy-copy, .last-acc-copy-copy-copy, .last-acc-copy-copy, .last-acc-copy-copy-copy {
  margin-top: 12px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Segoe Ui;
  font-size: 16px;
  display: block;
}

.last-acc-copy-copy-copy-copy {
  margin-top: 12px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Segoe Ui;
  font-size: 14px;
  display: block;
}

.div-block-copy-copy {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  width: 550px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

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

.button-primary-16 {
  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-16:hover {
  color: #fff;
  background-color: #32343a;
}

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

.accordian-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.hero-heading-center-10 {
  background-color: var(--hover);
  border-bottom: 1px solid #e4ebf3;
  padding: 27px 30px 0;
  position: relative;
}

.container-22 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: center;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

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

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

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

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

.margin-bottom-24px-25 {
  color: #fff;
  width: 120%;
  margin-bottom: 24px;
  font-family: Segoe Ui;
  font-size: 17px;
  font-weight: 600;
}

.button-primary-17 {
  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-17:hover {
  color: #fff;
  background-color: #32343a;
}

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

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

.hero-heading-left-13 {
  background-color: #f5f7fa;
  background-image: url('../images/Group-106_1.avif');
  background-position: 50%;
  background-size: cover;
  border-bottom: 1px solid #e4ebf3;
  padding: 100px 30px;
  position: relative;
}

.text-span-5 {
  color: var(--orange);
}

.heading-10 {
  font-family: Segoe Ui;
  font-size: 46px;
}

.hero-split-14 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-26 {
  color: #000;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 13px;
  margin-bottom: 24px;
  font-family: Segoe Ui;
  font-size: 25px;
  font-weight: 600;
}

.container-23 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: 405px;
  display: flex;
}

.container-24 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 1140px;
  display: block;
}

.container-25 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: block;
}

.navbar-no-shadow-2-copy {
  background-color: var(--hover);
  margin-top: 20px;
  text-decoration: none;
  box-shadow: 0 2px 5px #0003;
}

.navbar-no-shadow-container-2-copy {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1140px;
  height: 45px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  display: block;
}

.container-regular-2-copy {
  grid-column-gap: 247px;
  grid-row-gap: 247px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-3-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  order: 0;
  justify-content: center;
  align-self: baseline;
  align-items: center;
  width: 221px;
  margin-bottom: auto;
  display: block;
}

.container-regular-2-copy-copy {
  grid-column-gap: 247px;
  grid-row-gap: 247px;
  grid-column-gap: 247px;
  grid-row-gap: 247px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-regular-2-copy-copy-copy {
  grid-column-gap: 247px;
  grid-row-gap: 247px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-24-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 1140px;
  display: grid;
}

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

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

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

.navbar-logo-left-container-2.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-wrapper-4 {
  justify-content: space-between;
  align-items: center;
  max-width: 1140px;
  display: flex;
}

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

.nav-link-6 {
  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-6:hover {
  color: #1a1b1fbf;
}

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

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

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

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

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

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

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

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

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

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

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

.nav-link-accent-3 {
  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-3:hover {
  color: #1a1b1fbf;
}

.hero-heading-center-12 {
  z-index: 2147483647;
  background-color: var(--hover);
  border-bottom: 1px solid #e4ebf3;
  margin-bottom: -1px;
  padding: 2px 30px;
  position: static;
  top: 0%;
}

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

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

.navbar-logo-left-3 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  background-color: #347aff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  width: auto;
  margin-top: 0;
  display: grid;
}

.container-28 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  text-align: center;
  order: 0;
  justify-content: center;
  align-self: baseline;
  align-items: center;
  margin-bottom: auto;
  text-decoration: none;
  display: flex;
}

.navbar-wrapper-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-16 {
  width: 22px;
  height: 22px;
}

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

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

.container-29 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

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

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

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

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

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

.hero-heading-center-15 {
  background-color: #f5f7fa;
  background-image: url('../images/Group-106_1.avif');
  background-position: 50%;
  background-size: cover;
  border-bottom: 1px solid #e4ebf3;
  padding: 120px 30px;
  display: block;
  position: relative;
}

.hero-split-16, .hero-split-17, .hero-split-18, .hero-split-19 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

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

.hero-wrapper-two-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  display: grid;
}

.hero-image-2 {
  width: 100%;
  margin-top: 50px;
}

.hero-image-2.shadow-two {
  height: 10%;
}

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

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

.hero-stack-3 {
  background-color: #646464;
  background-image: url('../images/Component-134-–-1_1.avif');
  background-position: 50%;
  background-size: cover;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-stack-4 {
  background-color: #646464;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.heading-11 {
  color: #fff;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Segoe Ui;
}

.heading-12 {
  color: #929292;
  margin-bottom: -20px;
  font-family: Segoe Ui;
}

.heading-13 {
  overflow-wrap: normal;
  margin-bottom: 0;
  font-family: Segoe Ui;
}

.text-span-7 {
  color: #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.text-span-8, .text-span-9, .text-span-10 {
  color: #fff;
}

.text-span-11, .text-span-12 {
  color: #dedede33;
}

.text-span-13 {
  color: var(--orange);
}

.container-29-copy {
  width: 100%;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}

.container-30 {
  background-color: #e5e5e5;
  border-radius: 25px;
  margin-bottom: 60px;
  padding: 20px 40px 40px;
  transform: rotate(7deg);
  box-shadow: 0 2px 5px #0003;
}

.heading-14 {
  color: var(--hover);
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 26px;
}

.text-block-9 {
  padding-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.text-block-10 {
  padding-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 17px;
}

.container-30-copy {
  background-color: #e5e5e5;
  border-radius: 25px;
  padding: 20px 40px 40px;
  transform: rotate(0);
}

.white-back {
  background-color: #fff;
  border-radius: 25px;
  margin-bottom: 60px;
  padding: 20px 40px 40px;
  transform: rotate(-8deg);
  box-shadow: 0 2px 5px #0003;
}

.container-30-copy-copy {
  background-color: #b1b1b1;
  border-radius: 25px;
  padding: 20px 40px 40px;
  transform: rotate(0);
}

.container-30-copy-copy-copy {
  background-color: #b1b1b1;
  border-radius: 25px;
  margin-bottom: 40px;
  padding: 20px 40px 40px;
  transform: rotate(5deg);
  box-shadow: 0 2px 5px #0003;
}

.hero-heading-left-14 {
  background-color: #646464;
  background-image: url('../images/1212_1.avif');
  background-position: 50%;
  background-size: cover;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 60px;
  position: relative;
}

.container-31 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 940px;
  height: 253px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

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

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

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

.button-primary-18 {
  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-18:hover {
  color: #fff;
  background-color: #32343a;
}

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

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

.container-32 {
  width: 50%;
}

.container-33 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  height: 100%;
  display: block;
}

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

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

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

.text-block-11 {
  color: #fff;
  width: 365px;
  padding-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.image-17 {
  height: 96px;
  margin-left: -12px;
}

.text-block-11-copy {
  color: #fff;
  text-underline-offset: 8px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.div-block-copy {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.div-block-4 {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-5 {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-18 {
  height: 18px;
}

.text-block-12 {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Segoe Ui;
  font-size: 20px;
}

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

.hero-heading-left-15 {
  background-color: #fff;
  background-image: url('../images/Component-154-–-1_1.avif');
  background-position: 50%;
  background-size: cover;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 60px 30px;
  position: relative;
}

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

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

.container-32-copy {
  width: 55%;
}

.div-block-4-copy {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

.centered-heading-8 {
  color: #fff;
  text-align: center;
  width: 940px;
  margin-bottom: 16px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.centered-subheading {
  color: #fff;
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

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

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

.team-block {
  background-color: #fff;
  background-image: url('../images/Component-132-–-1.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 25px;
  height: 244px;
  padding-bottom: 24px;
}

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

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

.team-member-name-two {
  color: #fff;
  margin-top: 57px;
  margin-bottom: 12px;
  padding-left: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 600;
}

.team-member-text {
  color: #fff;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.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 {
  display: block;
  overflow: hidden;
}

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

.text-span-14 {
  color: var(--orange);
}

.text-span-15 {
  color: #000;
}

.container-37 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.heading-15 {
  margin-top: -20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.text-block-14 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.tabs-menu {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  display: grid;
}

.tab-link-tab-5 {
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-link-tab-5:hover {
  background-color: #a5a5a5;
}

.tab-link-tab-5.w--current {
  background-color: var(--hover);
}

.tab-link-tab-4 {
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-link-tab-4:hover {
  background-color: #a5a5a5;
}

.tab-link-tab-4.w--current {
  background-color: var(--hover);
}

.tab-link-tab-1 {
  background-color: #ddd;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-link-tab-1:hover {
  background-color: #a5a5a5;
}

.tab-link-tab-1.w--current {
  background-color: var(--hover);
  border-radius: 80px;
  justify-content: center;
  align-items: center;
}

.tab-link-tab-3 {
  border-radius: 80px;
  justify-content: space-between;
  align-items: center;
  display: block;
}

.tab-link-tab-3:hover {
  background-color: #a5a5a5;
}

.tab-link-tab-3.w--current {
  background-color: var(--hover);
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-19 {
  padding-bottom: 20px;
}

.text-block-15 {
  color: #000;
  letter-spacing: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.tab-link-tab-2 {
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-link-tab-2:hover {
  background-color: #a5a5a5;
}

.tab-link-tab-2.w--current {
  background-color: var(--hover);
}

.tab-link-tab-6 {
  border-radius: 80px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: block;
}

.tab-link-tab-6:hover {
  background-color: #a5a5a5;
}

.tab-link-tab-6.w--current {
  background-color: var(--hover);
}

.text-block-16 {
  justify-content: center;
  align-items: center;
  font-family: Segoe Ui;
  font-size: 13px;
  font-weight: 600;
  display: flex;
}

.text-block-17 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.text-block-18 {
  justify-content: center;
  align-items: center;
  font-family: Segoe Ui;
  font-size: 13px;
  font-weight: 600;
  display: flex;
}

.text-block-19 {
  justify-content: center;
  align-items: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 600;
  display: flex;
}

.text-block-20 {
  justify-content: center;
  align-items: center;
  font-family: Segoe Ui;
  font-size: 13px;
  font-weight: 600;
  display: flex;
}

.button-primary-11-copy {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #347aff;
  border-radius: 50px;
  margin-top: -3px;
  padding: 10px 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
}

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

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

.text-span-16 {
  color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.text-block-21 {
  color: #fff;
  font-family: Segoe Ui;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}

.heading-16 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Segoe Ui;
}

.text-span-17 {
  color: var(--orange);
  font-family: Segoe Ui;
}

.text-block-22 {
  width: 317px;
  padding-bottom: 0;
  font-family: Segoe Ui;
  font-size: 27px;
  font-weight: 600;
  line-height: 30px;
}

.text-block-23 {
  text-align: left;
  width: 330px;
  font-family: Segoe Ui;
  font-size: 16px;
  font-weight: 400;
}

.text-span-18 {
  font-size: 18px;
  font-weight: 600;
}

.form-block {
  background-color: #fff;
  border-radius: 20px;
  margin-right: 160px;
  padding: 20px;
}

.form {
  width: 100%;
}

.text-field {
  background-color: #e3e3e3;
  border-radius: 10px;
  width: 100%;
}

.field-label {
  font-family: Segoe Ui;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.text-field-2, .text-field-3, .text-field-4 {
  background-color: #e3e3e3;
  border-radius: 10px;
}

.submit-button {
  background-color: #646464;
  border-radius: 50px;
  width: 100px;
  font-family: Segoe Ui;
  font-size: 14px;
}

.submit-button:hover {
  background-color: #337afe;
}

.container-38 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 141px;
  display: flex;
}

.footer-social-block-copy {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  margin: 29px auto -49px;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 14px;
  display: flex;
}

.container-39 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-10-copy {
  color: #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.heading-11-copy {
  color: #fff;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Segoe Ui;
}

.margin-bottom-24px-26-copy {
  color: #000;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 13px;
  margin-bottom: 24px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

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

.container-29-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  place-items: center stretch;
  width: 100%;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.text-span-19 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

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

.text-span-20 {
  height: 95%;
  font-size: 14px;
}

.text-span-21 {
  font-size: 14px;
}

.bold-text-2, .text-span-22, .bold-text-3 {
  font-weight: 400;
}

.word-highlight {
  color: #fff;
  font-weight: 400;
}

.faq-divider {
  border-top: 1px dashed #ffffff40;
  height: 0;
}

.note {
  color: #aaa;
  font-size: 1.4em;
  font-weight: 300;
  line-height: 1.6em;
}

.c-content.cloneable {
  background-color: #fff;
  padding-top: 20px;
}

.container-41 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 3%;
}

.container-41.cloneable {
  border-top: 2px dashed #ffffff80;
}

.c-note {
  align-items: center;
  margin-bottom: 60px;
}

.c-faq-a {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  overflow: hidden;
}

.c-faq {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.c-faq-icon {
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: relative;
}

.c-faq-q {
  align-items: center;
  display: flex;
}

.faq-stripe-1 {
  background-color: #fff;
  width: 2px;
  height: 100%;
}

.c-faq-a-text {
  padding: 20px;
}

.c-faq-q-text {
  flex: 1;
  padding: 20px;
}

.c-faq-divider {
  padding-left: 20px;
  padding-right: 20px;
}

.faq-a-text {
  font-size: 1em;
  line-height: 1.6em;
}

.cloneable-area {
  min-height: 50vh;
}

.c-faq-item {
  cursor: pointer;
  background-color: #222;
  border-left: 3px solid #2ea07c;
  margin-bottom: 10px;
  font-size: 1.2em;
  line-height: 1.6em;
}

.faq-stripe-2 {
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
}

._w-faq-icon {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
}

.c-faq-2 {
  background-color: #fff;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.container-42 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 3%;
}

.container-42.cloneable {
  border-top: 2px dashed #ffffff80;
  border-bottom: 0 solid #00000073;
}

.faq-a-text-2 {
  color: #333;
  margin-bottom: 10px;
  font-size: 1em;
  line-height: 1.6em;
}

.faq-stripe-1-2 {
  color: #000;
  background-color: #000;
  width: 2px;
  height: 100%;
}

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

.faq-stripe-2-2 {
  background-color: #000;
  width: 100%;
  height: 2px;
  position: absolute;
}

.c-faq-item-2 {
  color: #333;
  cursor: pointer;
  border-bottom: 1px solid #00000073;
  border-left: 0 solid #2ea07c;
  margin-bottom: 10px;
  font-size: 1.2em;
  line-height: 1.6em;
}

.c-faq-q-text-2 {
  flex: 1;
  margin-bottom: 0;
  padding: 20px;
}

.c-faq-icon-2 {
  justify-content: center;
  align-items: center;
  padding: 10px;
  position: relative;
}

.margin-bottom-24px-28 {
  color: #000;
  max-width: 210px;
  margin-bottom: -7px;
  font-size: 22px;
}

.heading-17 {
  color: #000;
  width: 210px;
  max-width: 210px;
  font-size: 35px;
  font-weight: 600;
  line-height: 33px;
}

.hero-split-22 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: 210px;
  padding-bottom: 0;
  display: flex;
}

.c-faq-item-3 {
  cursor: pointer;
  background-color: #222;
  border-left: 0 solid #2ea07c;
  margin-bottom: 0;
  font-size: 1.2em;
  line-height: 1.6em;
}

.faq-q-text-2 {
  margin-top: -10px;
  margin-bottom: -10px;
  padding-top: 0;
}

.container-43 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq-stripe-1-3 {
  background-color: #000;
  width: 2px;
  height: 100%;
}

.c-faq-q-text-3 {
  flex: 1;
  padding: 20px;
}

.faq-a-text-3 {
  color: #000;
  margin-top: -20px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.6em;
}

.container-44 {
  color: #000;
  max-width: 210px;
}

.hero-heading-center-16 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f9fafb;
  border: 0 solid #000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: -2px;
  padding: 80px 30px;
  display: block;
  position: relative;
}

.container-45 {
  overflow: hidden;
}

.c-faq-icon-3 {
  justify-content: center;
  align-items: center;
  padding: 10px;
  position: relative;
}

.margin-bottom-24px-29 {
  color: #000;
  max-width: 210px;
  margin-bottom: -7px;
  font-size: 22px;
}

.heading-18 {
  color: #000;
  width: 210px;
  max-width: 210px;
  font-size: 35px;
  font-weight: 600;
  line-height: 33px;
}

.hero-split-23 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: 210px;
  padding-bottom: 0;
  display: flex;
}

.c-faq-item-4 {
  cursor: pointer;
  background-color: #222;
  border-left: 0 solid #2ea07c;
  margin-bottom: 0;
  font-size: 1.2em;
  line-height: 1.6em;
}

.container-46 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq-stripe-1-4 {
  background-color: #000;
  width: 2px;
  height: 100%;
}

.c-faq-q-text-4 {
  flex: 1;
  padding: 20px;
}

.faq-a-text-4 {
  color: #000;
  margin-top: -20px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.6em;
}

.container-47 {
  color: #000;
  max-width: 210px;
}

.hero-heading-center-17 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f9fafb;
  border: 0 solid #000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: -2px;
  padding: 80px 30px;
  display: block;
  position: relative;
}

.container-48 {
  overflow: hidden;
}

.image-20 {
  width: 310px;
  height: 283px;
}

.image-21, .image-22, .image-23, .image-24, .image-25 {
  width: 311px;
  height: 283px;
}

.text-span-23 {
  color: #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.div-block-copy-copy-copy {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  width: 550px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

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

.container-49 {
  width: 700px;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: block;
}

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

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

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

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

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

.button-primary-19 {
  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-19:hover {
  color: #fff;
  background-color: #32343a;
}

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

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

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

.dropdown-toggle {
  vertical-align: baseline;
  width: 100%;
  overflow: visible;
}

.accorian-wrapper-copy {
  border-top: 0 solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  max-width: 151%;
}

.dropdown-list {
  width: 100%;
  height: auto;
  position: static;
}

.dropdown-list.w--open {
  background-color: #ddd0;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-24 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  height: auto;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 24px;
  display: flex;
}

.paragraph {
  margin-bottom: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.text-block-24-copy {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  height: auto;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 24px;
  display: flex;
}

.icon-2, .icon-3 {
  opacity: .5;
  margin-bottom: 166px;
  overflow: hidden;
}

.container-49-copy {
  color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 50%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: block;
}

.accorian-wrapper-copy-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  border-top: 0 solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: none;
  display: block;
}

.dropdown-toggle-copy {
  vertical-align: baseline;
  width: 100%;
  overflow: visible;
}

.dropdown-copy {
  color: #fff;
  width: 100%;
  display: inline-block;
}

.dropdown-toggle-copy-copy {
  color: #fff;
  vertical-align: baseline;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: block;
  overflow: visible;
}

.dropdown-toggle-copy-copy.w--open {
  width: auto;
}

.dropdown-list-copy {
  width: 100%;
  height: auto;
  position: static;
}

.dropdown-list-copy.w--open {
  background-color: #ddd0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.paragraph-copy {
  color: #333;
  margin-bottom: 20px;
  font-family: Segoe Ui;
}

.text-block-24-copy {
  color: #333;
  flex-flow: column;
  align-items: baseline;
  height: auto;
  font-family: Segoe Ui;
  font-size: 18px;
  line-height: 24px;
  display: flex;
}

.icon-4 {
  mix-blend-mode: normal;
}

.text-block-24-copy-copy {
  color: #333;
  flex-flow: column;
  align-items: baseline;
  height: auto;
  font-family: Segoe Ui;
  font-size: 18px;
  line-height: 24px;
  display: flex;
}

.paragraph-copy-copy {
  color: #fff;
  width: 367px;
  margin-bottom: 20px;
  font-family: Segoe Ui;
}

.text-span-24, .text-span-25, .text-span-26 {
  color: #fff;
  width: 100%;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.container-50 {
  flex: 0 auto;
}

.video {
  border-radius: 14px;
}

.background-video {
  background-color: #fff;
  border-radius: 40px;
  width: 100%;
  margin-top: 0;
  padding-left: 0;
}

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

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

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

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

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

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

.button-primary-20 {
  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-20:hover {
  color: #fff;
  background-color: #32343a;
}

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

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

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

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

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

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

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

.button-primary-21 {
  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-21:hover {
  color: #fff;
  background-color: #32343a;
}

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

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

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

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

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

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

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

.button-primary-22 {
  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-22:hover {
  color: #fff;
  background-color: #32343a;
}

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

.background-video-2 {
  z-index: 0;
  background-color: var(--hover);
  border-radius: 40px;
  width: 90%;
  margin-left: 157px;
  position: sticky;
}

.video-2 {
  background-color: #0000;
  border-radius: 0;
  height: 90%;
}

.hero-split-4-copy {
  border-radius: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 33%;
  height: 100%;
  margin-top: 53px;
  display: block;
  position: static;
}

.video-3 {
  border-radius: 20px;
  width: 100%;
  height: 110%;
  position: sticky;
}

.video-4 {
  opacity: 1;
  border-radius: 12px;
  height: 88%;
  position: relative;
}

.hero-heading-center-19 {
  background-color: #f5f7fa0d;
  background-image: url('../images/Group-106_1.avif');
  background-position: 50%;
  background-size: cover;
  border-bottom: 1px solid #e4ebf3;
  margin-bottom: -2px;
  padding: 80px 30px;
  position: relative;
}

.container-32-copy-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading-11-copy-2 {
  color: #fe6747;
  text-align: left;
  text-underline-offset: 11px;
  width: 190px;
  margin-top: 10px;
  -webkit-text-decoration: underline #fff;
  text-decoration: underline #fff;
}

.text-block-25 {
  color: #fff;
  width: 636px;
  font-family: Segoe Ui;
}

.text-span-27 {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.link {
  text-underline-offset: 7px;
}

.text-span-28 {
  color: #fff;
  text-underline-offset: 7px;
  font-size: 18px;
  font-weight: 600;
  -webkit-text-decoration: underline #fff;
  text-decoration: underline #fff;
}

.hero-heading-center-copy-copy {
  background-color: #f5f7fa0d;
  background-image: none;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.container-32-copy-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading-11-copy-copy {
  color: #fe6747;
  text-align: left;
  text-underline-offset: 11px;
  width: 190px;
  margin-top: 10px;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.text-block-11-copy-copy {
  color: #000;
  width: 636px;
  font-family: Segoe Ui;
  font-weight: 400;
}

.hero-heading-center-20 {
  background-color: #f5f7fa0d;
  background-image: url('../images/Group-106_1.avif');
  background-position: 50%;
  background-size: cover;
  border-bottom: 1px solid #e4ebf3;
  margin-bottom: -2px;
  padding: 80px 30px;
  position: relative;
}

.container-32-copy-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading-11-copy-3 {
  color: #fe6747;
  text-align: left;
  text-underline-offset: 11px;
  width: 190px;
  margin-top: 10px;
  -webkit-text-decoration: underline #fff;
  text-decoration: underline #fff;
}

.text-block-26 {
  color: #fff;
  width: 636px;
  font-family: Segoe Ui;
}

.text-span-9-copy {
  color: #fff;
}

.container-54 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-26 {
  padding-top: 40px;
}

.container-55 {
  width: 65%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
}

.text-block-27 {
  color: #fff;
  letter-spacing: 0;
  margin-bottom: -20px;
  padding-bottom: 0;
  font-family: Segoe Ui;
  font-size: 17px;
  font-weight: 600;
}

.text-block-12-copy {
  color: #fff;
  text-align: center;
  margin-top: -5px;
  font-family: Segoe Ui;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.heading-19 {
  text-align: center;
  font-family: Segoe Ui;
  font-size: 40px;
}

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

.text-span-29 {
  color: #fe6747;
}

.text-block-28 {
  color: #fff;
  text-align: right;
  margin-top: -5px;
  font-family: Segoe Ui;
  font-size: 18px;
  font-weight: 600;
}

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

.hero-without-image-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 80px 30px;
  display: block;
  position: relative;
}

.text-span-30 {
  font-size: 15px;
  font-weight: 600;
  line-height: 28px;
}

.text-span-31 {
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}

.text-block-29 {
  border-bottom: 1px solid #fff;
  border-radius: 0;
  padding-bottom: 20px;
}

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

.text-block-14-copy {
  border-bottom: 0 solid #fff;
  border-radius: 0;
  padding-bottom: 20px;
}

.text-span-32 {
  font-size: 15px;
  font-weight: 600;
  line-height: 28px;
}

.div-block-7 {
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
}

.container-35-copy-copy {
  color: #fff;
  background-color: #347aff;
  border-radius: 20px;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-family: Segoe Ui;
  display: block;
}

.div-block-8 {
  padding-top: 10px;
}

.text-block-30 {
  color: #fff;
  background-color: #fe6747;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  width: 54%;
  margin-bottom: -15px;
  padding: 8px 10px;
  font-family: Segoe Ui;
  font-weight: 600;
  display: flex;
}

.div-block-9 {
  padding-top: 10px;
}

.container-35-copy {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.team-block-2 {
  color: #fff;
  background-color: #444;
  border-radius: 20px;
  height: 261px;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

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

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

.image-27 {
  margin-bottom: -10px;
}

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

.team-block-info-2 {
  flex-direction: column;
  align-items: flex-start;
  padding: 10px 20px;
  display: flex;
}

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

.container-58 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.centered-heading-10 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Segoe Ui;
}

.icon-5, .icon-6 {
  opacity: .5;
}

.centered-subheading-3 {
  text-align: center;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  font-family: Segoe Ui;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

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

.icon-7 {
  opacity: .5;
  margin-bottom: 88px;
  padding-bottom: 0;
}

.centered-heading-11 {
  color: #fe6747;
  text-align: center;
  width: 940px;
  margin-bottom: 16px;
  font-family: Segoe Ui;
}

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

.icon-8 {
  opacity: .5;
  margin-bottom: 88px;
}

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

.team-block-3 {
  color: #fff;
  background-color: #444;
  border-radius: 20px;
  height: 251px;
  padding-bottom: 20px;
  font-family: Segoe Ui;
}

.icon-9 {
  opacity: .5;
}

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

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

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

.team-slider-4 {
  background-color: #646464;
  border-bottom: 1px solid #e4ebf3;
  margin-bottom: -2px;
  padding: 40px 30px;
  position: relative;
}

.centered-heading-12 {
  color: #fe6747;
  text-align: left;
  width: 939px;
  margin-bottom: 16px;
  font-family: Segoe Ui;
}

.icon-10 {
  opacity: .5;
}

.centered-subheading-2 {
  color: #fff;
  text-align: left;
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  font-family: Segoe Ui;
  font-size: 16px;
  font-weight: 400;
}

.hero-without-image-12 {
  background-color: #f5f7fa;
  background-image: url('../images/Group-106_1.avif');
  background-position: 50%;
  background-size: cover;
  border-bottom: 1px solid #e4ebf3;
  padding: 220px 30px;
  position: relative;
}

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

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

.heading-27 {
  color: #fff;
  font-family: Segoe Ui;
  line-height: 49px;
}

.text-span-33 {
  color: #fe6747;
}

.text-span-34 {
  color: #000;
}

.margin-bottom-24px-34 {
  color: #fff;
  text-align: left;
  margin-bottom: 24px;
  font-family: Segoe Ui;
  font-size: 15px;
  line-height: 23px;
}

.button-primary-23 {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 50px;
  padding: 12px 25px;
  font-family: Segoe Ui;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
}

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

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

.hero-stack-5 {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

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

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

.heading-28 {
  font-family: Segoe Ui;
  font-size: 22px;
  font-weight: 600;
  line-height: 34px;
}

.hero-heading-center-copy {
  background-color: #f5f7fa0d;
  background-image: url('../images/Group-106_1.avif');
  background-position: 50%;
  background-size: cover;
  border-bottom: 1px solid #e4ebf3;
  margin-bottom: -2px;
  padding: 80px 30px;
  position: relative;
}

.container-32-copy-copy-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading-11-copy-copy-2 {
  color: #fe6747;
  text-align: left;
  text-underline-offset: 11px;
  border-bottom: 2px solid #fff;
  width: 190px;
  margin-top: 10px;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.text-span-35 {
  font-size: 34px;
  text-decoration: none;
}

.text-span-36 {
  text-underline-offset: 14px;
  font-size: 36px;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.text-block-11-copy-2 {
  color: #fff;
  width: 636px;
  font-family: Segoe Ui;
}

.text-span-37 {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

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

.container-32-copy-copy-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading-11-copy-copy-copy {
  color: #fe6747;
  text-align: left;
  text-underline-offset: 11px;
  border-bottom: 2px solid #fff;
  width: 190px;
  margin-top: 10px;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.text-span-38 {
  font-size: 34px;
  text-decoration: none;
}

.text-block-11-copy-copy-2 {
  color: #000;
  width: 636px;
  font-family: Segoe Ui;
}

.hero-heading-center-copy-copy-copy-copy {
  background-color: #f5f7fa0d;
  background-image: url('../images/Group-106_1.avif');
  background-position: 50%;
  background-size: cover;
  border-bottom: 1px solid #e4ebf3;
  margin-bottom: -2px;
  padding: 80px 30px;
  position: relative;
}

.container-32-copy-copy-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading-11-copy-copy-3 {
  color: #fe6747;
  text-align: left;
  text-underline-offset: 11px;
  border-bottom: 2px solid #fff;
  width: 190px;
  margin-top: 10px;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.text-span-39 {
  font-size: 34px;
  text-decoration: none;
}

.text-block-11-copy-3 {
  color: #fff;
  width: 636px;
  font-family: Segoe Ui;
}

.container-63 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-heading-center-7-copy {
  background-color: #646464;
  border-bottom: 1px solid #e4ebf3;
  margin-bottom: -2px;
  padding: 80px 30px;
  position: relative;
}

.image-28 {
  padding-top: 40px;
}

.container-64 {
  width: 65%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
}

.text-span-40 {
  color: #000;
}

.heading-29 {
  text-align: center;
  font-family: Segoe Ui;
  font-size: 40px;
}

.container-24-copy-3 {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.text-span-41 {
  color: #fe6747;
}

.hero-without-image-13 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 30px 60px;
  position: relative;
}

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

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

.heading-30 {
  color: #fe6747;
  font-family: Segoe Ui;
}

.margin-bottom-24px-35 {
  margin-bottom: 24px;
  font-family: Segoe Ui;
}

.hero-without-image-14 {
  background-color: #646464;
  border-bottom: 1px solid #e4ebf3;
  margin-bottom: -2px;
  padding: 40px 30px;
  position: relative;
}

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

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

.heading-31 {
  color: #fe6747;
  font-family: Segoe Ui;
  font-size: 36px;
}

.margin-bottom-24px-36 {
  color: #fff;
  margin-bottom: 24px;
  font-family: Segoe Ui;
}

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

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

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

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

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

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

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

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

.nav-link-7 {
  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-7:hover {
  color: #1a1b1fbf;
}

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

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

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

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

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

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

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

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

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

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

.nav-link-accent-4 {
  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-4:hover {
  color: #1a1b1fbf;
}

.mobile-margin-top-16 {
  align-self: auto;
  margin-left: -30px;
}

.button-primary-24 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #347aff;
  border-radius: 50px;
  padding: 12px 25px;
  font-size: 15px;
  line-height: 20px;
  transition: all .2s;
}

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

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

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

.navbar-logo-left-container-3.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

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

.navbar-no-shadow-4 {
  display: block;
}

.navbar-no-shadow-container-4 {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: block;
}

.container-regular-3 {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-button-wrapper-3 {
  margin-left: 120px;
}

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

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

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

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

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

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

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

.hero-stack-6 {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

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

.button-primary-25 {
  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-25:hover {
  color: #fff;
  background-color: #32343a;
}

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

.hero-image-3 {
  width: 100%;
  margin-top: 50px;
}

.hero-image-3.shadow-two {
  margin-top: 0;
}

.navbar-logo-center-4 {
  background-color: #347aff;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

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

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

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

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

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

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

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

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

.nav-link-8 {
  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-8:hover {
  color: #1a1b1fbf;
}

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

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

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

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

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

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

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

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

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

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

.nav-link-accent-5 {
  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-5:hover {
  color: #1a1b1fbf;
}

.button-primary-26 {
  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-26:hover {
  color: #fff;
  background-color: #32343a;
}

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

.text-block-31 {
  color: #fff;
  width: auto;
  font-size: 21px;
}

.link-2 {
  color: #fff;
}

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

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

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

.pricing-card-2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px #96a3b51f;
}

.pricing-card-2.featured-pricing {
  z-index: 2;
  box-shadow: 0 4px 130px #96a3b54d;
}

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

.pricing-title-2 {
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.pricing-subtitle-2 {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.pricing-price-2 {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-regular-2 {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular-2.margin-bottom-20 {
  margin-bottom: 20px;
}

.button-primary-27 {
  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-27:hover {
  color: #fff;
  background-color: #32343a;
}

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

.button-primary-27.outline-button {
  color: #1a1b1f;
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary-27.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.pricing-divider-2 {
  background-color: #76879d1a;
  align-self: stretch;
  height: 1px;
  margin: 56px -24px 16px;
}

.pricing-feature-list-2 {
  align-self: stretch;
}

.pricing-feature-2 {
  background-image: url('../images/');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;
}

.pricing-tag-2 {
  color: #3a4554;
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px #96a3b533;
}

.testimonial-column-dark {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

.testimonial-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.testimonial-block-main {
  background-color: #f5f7fa;
  justify-content: space-between;
  padding: 32px 24px;
  display: flex;
}

.testimonial-main-image {
  object-fit: cover;
  width: 200px;
  height: 280px;
  margin-right: 24px;
}

.testimonial-main-content {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

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

.testimonial-main-heading {
  margin-bottom: 2px;
  font-weight: 600;
}

.testimonial-block {
  background-color: #f5f7fa;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px 24px;
  display: flex;
}

.testimonial-info-two-2 {
  align-items: center;
  display: flex;
}

.testimonial-image-2 {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name-2 {
  font-weight: 700;
}

.video-5 {
  z-index: 999;
  position: fixed;
}

.hero-heading-center-23 {
  background-color: #f5f7fa;
  background-image: url('../images/Artboard-1.jpg');
  background-position: 0 0;
  background-size: cover;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  display: block;
  position: relative;
}

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

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

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

.video-6 {
  text-shadow: 0 1px 1px #0003;
  border-radius: 50px;
}

.footer-light-3 {
  background-color: #f9fafb;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 0;
  position: relative;
}

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

.footer-block-two-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title-3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two-3 {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

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

.footer-form-3 {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block-3 {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field-3 {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field-3:hover, .footer-form-field-3:focus {
  border-color: #76879d;
}

.footer-form-field-3::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit-3 {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit-3:hover {
  background-color: #3a4554;
}

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

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

.footer-copyright-3 {
  color: #3a4554;
  text-align: center;
  width: 100%;
  margin-top: -100px;
  margin-bottom: -25px;
  padding-top: 0;
  padding-bottom: 0;
}

.footer-social-block-two-3 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link-4 {
  margin-left: 12px;
}

.hero-without-image-15 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  display: block;
  position: relative;
}

.container-71 {
  flex-flow: row;
  width: 70%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-wrapper-two-14 {
  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-40 {
  margin-bottom: 24px;
}

.button-primary-28 {
  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-28:hover {
  color: #fff;
  background-color: #32343a;
}

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

.code-embed {
  width: 70%;
}

.container-72 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  display: flex;
}

.container-73 {
  width: 60%;
}

.text-block-32 {
  text-align: center;
  text-shadow: 0 1px 1px #000000c7;
  padding-bottom: 10px;
}

.text-block-33 {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 1px #000;
  padding-top: 10px;
  font-weight: 700;
}

.form-block-2 {
  padding-top: 56px;
}

.bold-text-4 {
  color: #fff;
  font-weight: 700;
}

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

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

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

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

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

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

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

.button-primary-29 {
  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-29:hover {
  color: #fff;
  background-color: #32343a;
}

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

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

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

.text-block-34 {
  padding-bottom: 10px;
  font-family: Segoe Ui;
  font-size: 25px;
  font-weight: 700;
}

.code-embed-2 {
  text-align: justify;
  padding-left: 140px;
}

.section-2, .section-2-copy {
  background-image: url('../images/Component-39-–-1.avif');
  background-size: cover;
}

.code-embed-3 {
  text-align: left;
  padding-bottom: 0;
  padding-left: 140px;
  display: block;
}

.section-3 {
  background-image: url('../images/Component-39-–-1.avif');
  background-position: 0 0;
  background-size: cover;
}

.pricing-comparison-3 {
  background-color: #347aff;
  background-image: url('../images/Group-106_1.avif');
  background-position: 70%;
  background-size: cover;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.pricing-wrapper-3 {
  grid-column-gap: 20px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 26px;
  display: grid;
}

.pricing-card-3 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px #96a3b51f;
}

.pricing-card-3.featured-pricing {
  z-index: 2;
  z-index: 2;
  z-index: 2;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 24px;
  box-shadow: 0 4px 130px #96a3b54d;
}

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

.pricing-title-3 {
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 30px;
  font-weight: 500;
  line-height: 48px;
}

.pricing-subtitle-3 {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.pricing-price-3 {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-regular-3 {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular-3.margin-bottom-20 {
  text-align: center;
  text-overflow: clip;
  word-break: normal;
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.button-primary-30 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 20px;
  margin-bottom: 0;
  margin-left: 0;
  padding: 12px 15px;
  font-size: 10px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.button-primary-30.outline-button {
  color: #1a1b1f;
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary-30.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.pricing-divider-3 {
  background-color: #76879d1a;
  align-self: stretch;
  height: 1px;
  margin: 17px -24px 16px;
}

.pricing-feature-list-3 {
  align-self: stretch;
}

.pricing-feature-3 {
  background-image: url('../images/');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;
}

.pricing-tag-3 {
  color: #3a4554;
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px #96a3b533;
}

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

.centered-heading-16 {
  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-rows: auto;
  grid-template-columns: 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-card-text {
  margin-bottom: 20px;
}

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

.text-block-35 {
  color: #fff;
  text-align: center;
  margin-top: -20px;
  margin-bottom: 70px;
  font-family: Segoe Ui;
  font-size: 27px;
  line-height: 34px;
}

.text-block-36 {
  text-align: center;
  width: 68%;
  margin-bottom: 60px;
  font-size: 17px;
}

.container-76 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container-77 {
  margin-bottom: 10px;
  padding: 0;
}

.code-embed-4 {
  max-width: 100%;
  margin-bottom: 0;
}

.code-embed-5 {
  margin-bottom: 0;
}

.body-2 {
  background-image: url('../images/687a547c5b2065ad109ceb99_Artboard-1_1.avif');
  background-position: 50%;
  background-size: contain;
}

.form-block-3 {
  background-color: #fff;
  border-radius: 10px;
  align-self: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 40px;
  display: block;
}

.submit-button-2 {
  background-color: #347aff;
  border-radius: 10px;
}

.text-field-5, .text-field-6 {
  border-radius: 20px;
}

.text-block-37 {
  color: #fff;
  text-align: center;
  text-shadow: 3px 3px 3px #0f0707a1;
  margin-top: 40px;
  font-family: Segoe Ui;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}

.container-78 {
  flex-flow: column;
  max-width: 53%;
  display: flex;
}

.text-field-5-copy {
  border-radius: 20px;
}

.field-label-2 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Segoe Ui;
  font-size: 20px;
}

.code-embed-6 {
  max-width: 150%;
}

.code-embed-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 60%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: 361px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.hero-stack-7 {
  background-color: #f5f7fa;
  border: 0 solid #fff;
  height: 39%;
  max-height: 28.16%;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-two-15 {
  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-42 {
  margin-bottom: 24px;
  font-family: Segoe Ui;
  font-size: 31px;
  line-height: 36px;
}

.button-primary-31 {
  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-31:hover {
  color: #fff;
  background-color: #32343a;
}

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

.hero-image-4 {
  width: 100%;
  margin-top: 50px;
}

.heading-32 {
  font-family: Segoe Ui;
  font-size: 50px;
  line-height: 50px;
}

.hero-heading-center-25 {
  background-color: #f5f7fa;
  border: 0 solid #000;
  padding: 80px 30px 60px;
  position: relative;
}

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

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

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

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

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

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

.body-3, .body-4 {
  background-color: #f5f7fa;
}

.section-4 {
  background-image: url('../images/Group-106_1.avif');
  background-size: cover;
  margin-top: 0;
}

.heading-33 {
  color: #000;
  text-align: center;
  margin-top: -12px;
  margin-bottom: 40px;
  font-family: Segoe Ui;
  font-size: 29px;
  font-weight: 600;
  line-height: 44px;
}

.text-block-38 {
  color: #000;
  margin-bottom: 40px;
  font-family: Segoe Ui;
  font-size: 20px;
  line-height: 31px;
}

.code-embed-8 {
  margin-top: -60px;
  margin-bottom: 40px;
}

.section-5 {
  background-image: url('../images/Component-39-–-1.avif');
  background-position: 50%;
  background-size: cover;
}

.text-span-42 {
  color: #fe6747;
}

.text-span-43, .text-span-44 {
  color: #000;
}

.container-80 {
  display: block;
}

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

.image-29 {
  margin-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

.image-30 {
  margin-top: -51px;
  padding-left: 100px;
  padding-right: 100px;
}

.navbar-no-shadow-5 {
  margin-top: -10px;
  margin-bottom: -10px;
}

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

.container-regular-4 {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

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

.nav-link-9 {
  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-9:hover {
  color: #1a1b1fbf;
}

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

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

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

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

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

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

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

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

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

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

.nav-button-wrapper-4 {
  margin-left: 120px;
}

.button-primary-32 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #347aff;
  border-radius: 20px;
  padding: 12px 25px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

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

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

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

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

.pricing-wrapper-4 {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.pricing-card-4 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px #96a3b51f;
}

.pricing-card-4.featured-pricing {
  z-index: 2;
  box-shadow: 0 4px 130px #96a3b54d;
}

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

.pricing-title-4 {
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.pricing-subtitle-4 {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.pricing-price-4 {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-regular-4 {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular-4.margin-bottom-20 {
  margin-bottom: 20px;
}

.button-primary-33 {
  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-33:hover {
  color: #fff;
  background-color: #32343a;
}

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

.button-primary-33.outline-button {
  color: #1a1b1f;
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary-33.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.pricing-divider-4 {
  background-color: #76879d1a;
  align-self: stretch;
  height: 1px;
  margin: 56px -24px 16px;
}

.pricing-feature-list-4 {
  align-self: stretch;
}

.pricing-feature-4 {
  background-image: url('../images/');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;
}

.pricing-tag-4 {
  color: #3a4554;
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px #96a3b533;
}

.section-6 {
  background-image: url('../images/687a547c5b2065ad109ceb99_Artboard-1_1.avif');
  background-position: 50%;
  background-repeat: repeat-x;
}

.hero-heading-center-26 {
  background-color: #f5f7fa;
  background-image: url('../images/687a547c5b2065ad109ceb99_Artboard-1_1.avif');
  background-position: 50%;
  background-size: cover;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading-18.margin-bottom-32px {
  text-align: left;
  margin-bottom: 32px;
}

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

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

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

.button-primary-34 {
  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-34:hover {
  color: #fff;
  background-color: #32343a;
}

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

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

.footer-light-4 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

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

.footer-block-two-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title-4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two-4 {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

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

.footer-form-4 {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block-4 {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field-4 {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field-4:hover, .footer-form-field-4:focus {
  border-color: #76879d;
}

.footer-form-field-4::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit-4 {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit-4:hover {
  background-color: #3a4554;
}

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

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

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

.footer-social-block-two-4 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link-5 {
  margin-left: 12px;
}

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

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

.hero-wrapper-two-16 {
  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-45 {
  margin-bottom: 24px;
}

.button-primary-35 {
  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-35:hover {
  color: #fff;
  background-color: #32343a;
}

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

.video-7 {
  border-radius: 20px;
}

.code-embed-9 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-31 {
  z-index: 9999;
  height: 100%;
  position: fixed;
  inset: auto 0% 0% auto;
  overflow: visible;
}

.section-7 {
  z-index: 9999;
  position: relative;
}

.link-block {
  z-index: 99999;
  position: relative;
}

.image-32 {
  z-index: 99999;
  position: fixed;
  inset: auto 1% 1% auto;
}

.section-8 {
  position: sticky;
  overflow: visible;
}

.link-block-2 {
  position: relative;
}

.section-9 {
  z-index: 99999;
  position: fixed;
  inset: auto 0% 0% auto;
}

.link-block-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-33 {
  z-index: 999999999;
  transition: all .2s;
  position: fixed;
  inset: auto 0% 0% auto;
}

.image-33:hover {
  transform: scale(1.15);
}

.whatsapp-float {
  z-index: 1000;
  transition: all .2s;
  position: sticky;
  inset: 0 24px 24px auto;
  overflow: visible;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

.section-10 {
  z-index: 9999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: static;
  inset: auto 0% 0% auto;
  overflow: visible;
}

.link-block-4 {
  z-index: 9999;
  position: fixed;
  inset: auto 0% 0% auto;
  overflow: visible;
}

.image-34 {
  width: Infinity% ;
  transition: all .2s;
  position: fixed;
  inset: auto 2% 2% auto;
  overflow: visible;
}

.image-34:hover {
  transform: scale(1.15);
}

.link-block-5 {
  z-index: 99999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: block;
  position: static;
  inset: auto 0% 0% auto;
}

.section-11 {
  z-index: 99999;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.image-34-copy {
  z-index: 9999;
  width: Infinity% ;
  transition: all .2s;
  position: sticky;
  left: 18px;
  right: 18px;
}

.image-34-copy:hover {
  transform: scale(1.15);
}

.image-35 {
  transition: all .2s;
  position: fixed;
  inset: auto 2% 2% auto;
}

.image-35:hover {
  transform: scale(1.15);
}

.link-block-6 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-12 {
  z-index: 99999;
  position: fixed;
  inset: auto 0% 0% auto;
}

.code-embed-10 {
  display: flex;
}

.image-36 {
  z-index: 9999;
  cursor: grab;
  margin-bottom: 20px;
  margin-right: 20px;
  padding-right: 0;
  transition: all .2s;
  position: sticky;
  top: auto;
  left: auto;
}

.image-36:hover {
  transform: scale(1.2);
}

.section-13 {
  z-index: 999999999;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  margin: -100px auto 0;
  display: flex;
  position: sticky;
  top: auto;
  bottom: 0;
  right: 0;
  overflow: visible;
}

.link-block-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body-5, .body-6, .body-7, .body-8, .body-9 {
  background-color: #f9fafb;
}

.text-span-45 {
  color: #000;
  text-decoration: none;
}

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

.pricing-comparison-3-copy {
  background-color: #347aff;
  background-image: url('../images/Group-106_1.avif');
  background-position: 70%;
  background-size: cover;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .navbar-no-shadow-container {
    border: 0 solid #000;
  }

  .nav-menu-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #0000;
    flex-flow: row;
    padding-left: 0;
    display: none;
  }

  .nav-menu {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    background-color: #fff;
    border: 1px solid #000;
    border-width: 1px 0;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    display: flex;
  }

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

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

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #347aff;
    background-color: #fff;
    border: 0 solid #000;
  }

  .container {
    max-width: 728px;
  }

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

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

  .margin-bottom-24px {
    text-align: left;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 612px;
    display: block;
  }

  .hero-heading-center {
    border-width: 0;
    display: block;
  }

  .features-wrapper {
    justify-content: space-between;
  }

  .pricing-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card {
    width: 350px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .hero-wrapper-2 {
    text-align: center;
    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 {
    order: 0;
    align-self: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .icon {
    display: block;
  }

  .icon:hover {
    color: #347aff;
  }

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

  .footer-brand-2 {
    width: auto;
  }

  .footer-content {
    grid-column-gap: 0px;
  }

  .footer-block {
    justify-content: space-between;
    align-items: center;
  }

  .footer-link {
    text-align: left;
    justify-content: center;
    align-items: center;
    width: 168px;
    margin-bottom: 10px;
    display: flex;
  }

  .footer-wrapper-two-2 {
    flex-wrap: wrap;
  }

  .footer-form-2 {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container-2 {
    max-width: 350px;
  }

  .footer-bottom-2 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .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: center;
    align-items: center;
  }

  .footer-social-block-three {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
  }

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

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

  .heading-2 {
    width: auto;
    font-size: 20px;
    line-height: 26px;
  }

  .title-small-copy {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    display: block;
  }

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

  .footer-link-copy {
    margin-bottom: 0;
  }

  .footer-link-copy-copy {
    justify-content: center;
    align-items: center;
    width: 168px;
    margin-bottom: 10px;
    display: flex;
  }

  .hero-heading-left-3 {
    border: 0 solid #000;
    padding-top: 20px;
  }

  .container-4 {
    justify-content: center;
    align-items: center;
    max-width: 728px;
  }

  .hero-wrapper-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: -100px;
    padding-top: 0;
  }

  .hero-split-4 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .margin-bottom-24px-6 {
    width: auto;
    font-size: 14px;
  }

  .shadow-two-3 {
    margin-top: -29px;
    margin-bottom: 33px;
    padding-bottom: 20px;
  }

  .heading-3 {
    text-transform: capitalize;
  }

  .hero-heading-left-4 {
    margin-bottom: -81px;
    padding-top: 25px;
  }

  .hero-wrapper-5 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    display: block;
  }

  .margin-bottom-24px-7 {
    font-size: 20px;
    line-height: 30px;
  }

  .shadow-two-4 {
    margin-top: -105px;
    transform: translate(0, 88px)translate3d(0, 0, 129px);
  }

  .hero-heading-left-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border: 1px solid #000;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    place-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: grid;
    position: static;
  }

  .hero-split-5 {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .shadow-two-5 {
    margin-top: -18px;
    margin-bottom: -21px;
    padding-top: 0;
  }

  .hero-without-image {
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .heading-5 {
    font-family: Segoe Ui;
    font-size: 20px;
  }

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

  .hero-without-image-copy, .hero-without-image-copy-copy {
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-without-image-copy-copy {
    margin-top: -22px;
    padding: 1px 15px 40px;
  }

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

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

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

  .heading-5-copy {
    font-family: Segoe Ui;
    font-size: 20px;
  }

  .heading-6 {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 53px;
    line-height: 67px;
  }

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

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

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

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

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

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

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

  .hero-heading-left-4-copy {
    padding-top: 25px;
  }

  .shadow-two-4-copy {
    margin-top: -127px;
  }

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

  .margin-bottom-24px-6-copy {
    width: auto;
    font-size: 14px;
  }

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

  .navbar-wrapper-2 {
    margin-top: -17px;
  }

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

  .nav-menu-2 {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    background-color: #ececec;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    display: flex;
  }

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

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

  .mobile-margin-top-12 {
    padding-left: 0;
  }

  .nav-button-wrapper-2 {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-3 {
    padding: 0;
  }

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

  .image-9 {
    margin-top: auto;
  }

  .navbar-logo-left-container.shadow-three {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: space-between;
    place-items: center stretch;
    margin-top: 15px;
    display: grid;
  }

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

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    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-4 {
    padding-left: 5px;
    padding-right: 5px;
  }

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

  .nav-menu-3 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

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

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

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

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

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

  .clients-image-three {
    margin-bottom: 30px;
  }

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .footer-content-2 {
    grid-column-gap: 60px;
  }

  .footer-content-copy {
    grid-column-gap: 0px;
  }

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

  .hero-wrapper-10 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: -40px;
  }

  .hero-split-10 {
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-16 {
    flex-flow: column;
  }

  .div-block {
    width: 600px;
  }

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

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

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

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

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

  .div-block-copy, .div-block-copy-copy {
    width: 600px;
  }

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

  .hero-wrapper-13 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: -40px;
  }

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

  .hero-split-14 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .text-block-3-copy {
    text-align: center;
  }

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

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

  .nav-menu-two-2 {
    background-color: #fff;
    border-radius: 50px;
    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-6 {
    padding-left: 5px;
    padding-right: 5px;
  }

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

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

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

  .hero-heading-center-12 {
    width: 100%;
  }

  .container-27, .container-28 {
    max-width: 728px;
  }

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

  .navbar-wrapper-5 {
    margin-top: -17px;
  }

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

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

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

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

  .nav-menu-three-2 {
    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;
  }

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

  .hero-split-15, .hero-split-16, .hero-split-17, .hero-split-18, .hero-split-19, .hero-split-20 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-heading-left-14 {
    flex-flow: row;
    height: 60%;
    padding-bottom: 370px;
    display: block;
  }

  .container-31 {
    flex-flow: column;
    grid-auto-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 728px;
    display: flex;
  }

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

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

  .container-32 {
    padding-bottom: 50px;
  }

  .container-33 {
    width: 90%;
    height: 120%;
    margin-bottom: 0;
    padding-bottom: 0;
  }

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

  .div-block-copy {
    width: 600px;
  }

  .div-block-4 {
    width: 99.9999%;
  }

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

  .container-32-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    flex: 0 auto;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-bottom: 50px;
    display: flex;
  }

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

  .centered-heading-8 {
    width: 100%;
  }

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

  .team-member-name-two, .team-member-text {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .text-block-23 {
    width: 330px;
  }

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

  .container-38 {
    padding-left: 0;
  }

  .container-29-copy {
    max-width: 728px;
  }

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

  .container-43 {
    flex-flow: column;
  }

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

  .container-46 {
    flex-flow: column;
  }

  .div-block-copy-copy-copy {
    width: 600px;
  }

  .container-49 {
    max-width: 728px;
    padding-left: 100px;
    padding-right: 100px;
  }

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

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

  .container-49-copy {
    width: 100%;
    max-width: 728px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .accorian-wrapper-copy-copy, .dropdown-copy, .dropdown-toggle-copy-copy, .paragraph-copy-copy, .text-span-24, .text-span-25, .text-span-26 {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

  .hero-split-4-copy {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 50%;
    height: 601px;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    display: block;
  }

  .video-4 {
    height: 80%;
    margin-top: 8px;
  }

  .container-32-copy-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .heading-11-copy-2 {
    line-height: 52px;
  }

  .container-32-copy-copy {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
  }

  .heading-11-copy-copy {
    line-height: 52px;
  }

  .container-32-copy-3 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .heading-11-copy-3 {
    line-height: 52px;
  }

  .container-54 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    justify-content: center;
    align-items: center;
  }

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

  .text-block-27, .text-block-12-copy {
    text-align: center;
  }

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

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

  .hero-heading-center-21 {
    display: block;
  }

  .container-56, .container-35-copy-copy {
    max-width: 728px;
  }

  .text-block-30 {
    width: 67%;
  }

  .container-35-copy, .container-58 {
    max-width: 728px;
  }

  .centered-heading-11 {
    width: 100%;
  }

  .container-59, .container-60 {
    max-width: 728px;
  }

  .centered-heading-12, .centered-subheading-2 {
    width: 100%;
  }

  .container-61, .container-62 {
    max-width: 728px;
  }

  .container-32-copy-copy-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .heading-11-copy-copy-2 {
    line-height: 52px;
  }

  .container-32-copy-copy-3 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .heading-11-copy-copy-copy {
    line-height: 52px;
  }

  .container-32-copy-copy-4 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .heading-11-copy-copy-3 {
    line-height: 52px;
  }

  .container-63 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    justify-content: center;
    align-items: center;
  }

  .hero-heading-center-7-copy {
    display: block;
  }

  .container-64, .container-24-copy-3, .container-65, .container-66, .container-67 {
    max-width: 728px;
  }

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

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

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

  .nav-menu-three-3 {
    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-7 {
    padding-left: 5px;
    padding-right: 5px;
  }

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

  .button-primary-24 {
    margin-bottom: 40px;
    margin-left: 32px;
  }

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

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

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

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

  .nav-menu-4 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    background-color: #fff;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-button-wrapper-3 {
    width: 100%;
    margin-left: 0;
  }

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

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

  .container-68, .container-69 {
    max-width: 728px;
  }

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

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

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

  .nav-menu-three-4 {
    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-8 {
    padding-left: 5px;
    padding-right: 5px;
  }

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

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

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

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

  .pricing-wrapper-2 {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card-2 {
    width: 350px;
  }

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

  .testimonial-main-image {
    width: 300px;
    height: 350px;
  }

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

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

  .footer-wrapper-two-3 {
    flex-wrap: wrap;
  }

  .footer-form-3 {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container-3 {
    max-width: 350px;
  }

  .container-71, .container-74 {
    max-width: 728px;
  }

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

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

  .code-embed-2 {
    padding-left: 0;
  }

  .code-embed-3 {
    padding-bottom: 30px;
    padding-left: 0;
  }

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

  .pricing-wrapper-3 {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card-3 {
    width: 350px;
  }

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

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

  .margin-bottom-24px-42 {
    line-height: 40px;
  }

  .heading-32 {
    line-height: 47px;
  }

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

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

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

  .text-block-38 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .code-embed-8 {
    margin-top: auto;
    margin-bottom: auto;
  }

  .image-30 {
    margin-top: -80px;
  }

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

  .nav-menu-5 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

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

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

  .nav-button-wrapper-4 {
    width: 100%;
    margin-left: 0;
  }

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

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

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

  .pricing-wrapper-4 {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card-4 {
    width: 350px;
  }

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

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

  .footer-wrapper-two-4 {
    flex-wrap: wrap;
  }

  .footer-form-4 {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container-4 {
    max-width: 350px;
  }

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

  .section-13 {
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .navbar-brand:hover {
    transform: scale(1.1);
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

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

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

  .hero-subscribe-left, .hero-heading-center, .hero-heading-left, .features-metrics {
    padding: 60px 15px;
  }

  .features-wrapper {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .features-block {
    width: 50%;
    margin-bottom: 40px;
  }

  .pricing-comparison {
    padding: 60px 15px;
  }

  .pricing-wrapper {
    justify-items: stretch;
  }

  .pricing-card {
    width: auto;
  }

  .pricing-title {
    font-size: 34px;
    line-height: 42px;
  }

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

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

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

  .footer-social-block-two {
    margin-top: 20px;
  }

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

  .hero-stack {
    padding: 60px 15px;
  }

  .footer-dark-pro {
    justify-content: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }

  .container-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: block;
  }

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

  .footer-brand-2 {
    margin-bottom: -17px;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    border-top: 0 solid #000;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .footer-link {
    text-align: left;
    width: 184px;
  }

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

  .footer-social-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 0;
    display: flex;
  }

  .footer-social-link-2 {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

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

  .footer-bottom-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

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

  .footer-social-block-two-2 {
    margin-top: 20px;
  }

  .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-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

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

  .button-primary-copy-copy {
    width: auto;
  }

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

  .title-small-copy {
    border: 1px #000;
  }

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

  .footer-link-copy-copy {
    text-align: left;
    margin-bottom: 10px;
  }

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

  .footer-social-link-2-copy, .footer-social-link-2-copy-copy, .footer-social-link-2-copy-copy-copy, .footer-social-link-2-copy {
    margin-left: 20px;
  }

  .hero-heading-left-3 {
    padding: 20px 15px 0;
  }

  .hero-wrapper-4 {
    margin-bottom: -209px;
  }

  .hero-split-4 {
    padding-top: 0;
  }

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

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

  .margin-bottom-24px-7 {
    font-size: 17px;
    font-weight: 600;
    line-height: 23px;
  }

  .shadow-two-4 {
    margin-top: -100px;
    margin-bottom: -26px;
    padding-bottom: 109px;
  }

  .hero-heading-center-3, .hero-heading-center-2-copy {
    padding: 60px 15px;
  }

  .hero-heading-left-5 {
    padding: 20px 15px 0;
  }

  .shadow-two-5 {
    margin-top: -11px;
    margin-bottom: -25px;
    padding-bottom: 0;
  }

  .hero-without-image {
    padding: 20px 15px 40px;
  }

  .heading-5 {
    font-size: 15px;
  }

  .hero-without-image-2, .hero-without-image-3 {
    padding: 60px 15px;
  }

  .hero-without-image-copy, .hero-without-image-copy-copy {
    padding: 20px 15px 40px;
  }

  .hero-without-image-copy-copy {
    margin-top: -55px;
    padding: 5px 15px 40px;
  }

  .hero-wrapper-two-2-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .image-8 {
    margin-right: 17px;
    padding-left: 0;
  }

  .hero-subscribe-left-2, .hero-without-image-4 {
    padding: 60px 15px;
  }

  .heading-5-copy {
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
  }

  .heading-6 {
    font-size: 41px;
    line-height: 48px;
  }

  .hero-without-image-5 {
    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 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .hero-heading-center-4, .hero-heading-left-6, .hero-without-image-6, .hero-heading-left-7 {
    padding: 60px 15px;
  }

  .hero-heading-left-4-copy {
    padding: 22px 15px 60px;
  }

  .shadow-two-4-copy {
    margin-top: -95px;
    margin-bottom: -26px;
    padding-bottom: 0;
  }

  .hero-without-image-7 {
    padding: 60px 15px;
  }

  .margin-bottom-24px-6-copy {
    width: auto;
  }

  .hero-without-image-8 {
    padding: 60px 15px;
  }

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

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

  .nav-menu-2 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

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

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

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

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

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

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

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

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-logo-left-container.shadow-three {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    place-items: center;
  }

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

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

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

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

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

  .navbar-brand-2-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

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

  .nav-menu-3 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

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

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

  .text-block-3-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    flex-flow: row;
    flex: 1;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    text-decoration: none;
  }

  .navbar-brand-2-copy-copy {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    text-align: left;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .hero-heading-left-8, .logos-without-title {
    padding: 60px 15px;
  }

  .clients-wrapper-three {
    margin-bottom: -30px;
  }

  .clients-image-three {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

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

  .hero-heading-center-5, .hero-heading-left-9 {
    padding: 60px 15px;
  }

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

  .footer-wrapper-2 {
    flex-direction: column;
    align-items: center;
  }

  .footer-content-2 {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block-2 {
    align-items: center;
  }

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

  .footer-social-block-2 {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link-3 {
    margin-left: 20px;
  }

  .footer-divider-2 {
    margin-top: 60px;
  }

  .footer-content-copy {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .hero-heading-left-10, .hero-heading-center-6 {
    padding: 60px 15px;
  }

  .container-16 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
  }

  .div-block {
    width: 540px;
  }

  .hero-heading-center-7, .hero-heading-left-11, .hero-heading-center-8, .hero-heading-left-10-copy, .hero-heading-left-12, .hero-without-image-9, .hero-heading-center-9 {
    padding: 60px 15px;
  }

  .div-block-copy, .div-block-copy-copy {
    width: 540px;
  }

  .hero-heading-center-10, .hero-heading-left-13 {
    padding: 60px 15px;
  }

  .margin-bottom-24px-26 {
    line-height: 28px;
  }

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

  .navbar-logo-left-container-2 {
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .hero-heading-center-14, .hero-heading-center-15, .hero-stack-2, .hero-stack-3, .hero-stack-4 {
    padding: 60px 15px;
  }

  .heading-14 {
    padding-bottom: 10px;
    font-size: 25px;
    line-height: 29px;
  }

  .text-block-9 {
    font-size: 22px;
    line-height: 26px;
  }

  .hero-heading-left-14 {
    padding: 60px 15px 332px;
    display: flex;
  }

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

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

  .text-block-11 {
    width: 100%;
  }

  .image-17 {
    height: 88px;
  }

  .div-block-copy {
    width: 540px;
  }

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

  .container-32-copy {
    justify-content: center;
    align-items: center;
    width: 88%;
    margin-left: 30px;
    padding-bottom: 60px;
    padding-left: 0;
    display: flex;
  }

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

  .team-member-name-two {
    margin-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .team-member-text {
    margin-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-37 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .container-38 {
    margin-bottom: 34px;
    padding-bottom: 0;
    padding-left: 10px;
  }

  .footer-social-block-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: -18px;
    display: flex;
  }

  .margin-bottom-24px-26-copy {
    line-height: 28px;
  }

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

  .container-29-copy {
    flex-flow: column;
    display: flex;
  }

  .container-43 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
  }

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

  .container-46 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
  }

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

  .div-block-copy-copy-copy {
    width: 540px;
  }

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

  .container-49, .container-49-copy {
    width: 500px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-heading-right-2, .hero-heading-right-3, .hero-heading-right-4 {
    padding: 60px 15px;
  }

  .hero-split-4-copy {
    padding-top: 0;
  }

  .video-4 {
    height: 59%;
  }

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

  .container-32-copy-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

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

  .container-32-copy-copy {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

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

  .container-32-copy-3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .container-54 {
    flex-flow: column;
  }

  .hero-heading-center-21, .hero-without-image-11 {
    padding: 60px 15px;
  }

  .container-56 {
    flex-flow: column;
  }

  .text-block-30 {
    width: 47%;
  }

  .team-slider-2, .team-slider-3, .team-slider-4, .hero-without-image-12, .hero-stack-5, .hero-heading-center-copy {
    padding: 60px 15px;
  }

  .container-32-copy-copy-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

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

  .container-32-copy-copy-3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

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

  .container-32-copy-copy-4 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .container-63 {
    flex-flow: column;
  }

  .hero-heading-center-7-copy, .hero-without-image-13, .hero-without-image-14 {
    padding: 60px 15px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .button-primary-24 {
    margin-left: 32px;
    display: inline-block;
  }

  .navbar-logo-left-container-3 {
    max-width: 100%;
  }

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

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

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

  .nav-menu-4 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .hero-heading-center-22, .hero-stack-6 {
    padding: 60px 15px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .pricing-comparison-2 {
    padding: 60px 15px;
  }

  .pricing-wrapper-2 {
    justify-items: stretch;
  }

  .pricing-card-2 {
    width: auto;
  }

  .pricing-title-2 {
    font-size: 34px;
    line-height: 42px;
  }

  .testimonial-column-dark {
    padding: 60px 15px;
  }

  .testimonial-main-image {
    width: 250px;
  }

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

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

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

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

  .footer-social-block-two-3 {
    margin-top: 20px;
  }

  .footer-social-link-4 {
    margin-left: 20px;
  }

  .hero-without-image-15, .hero-heading-center-24, .hero-heading-left-16, .pricing-comparison-3 {
    padding: 60px 15px;
  }

  .pricing-wrapper-3 {
    justify-items: stretch;
  }

  .pricing-card-3 {
    width: auto;
  }

  .pricing-title-3 {
    font-size: 34px;
    line-height: 42px;
  }

  .pricing-overview, .hero-stack-7, .hero-heading-center-25 {
    padding: 60px 15px;
  }

  .heading-33 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-38 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-30 {
    margin-top: -70px;
  }

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

  .nav-menu-5 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

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

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

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

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

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

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

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

  .pricing-comparison-4 {
    padding: 60px 15px;
  }

  .pricing-wrapper-4 {
    justify-items: stretch;
  }

  .pricing-card-4 {
    width: auto;
  }

  .pricing-title-4 {
    font-size: 34px;
    line-height: 42px;
  }

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

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

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

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

  .footer-social-block-two-4 {
    margin-top: 20px;
  }

  .footer-social-link-5 {
    margin-left: 20px;
  }

  .hero-without-image-16, .pricing-comparison-3-copy {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    border: 1px solid #000;
    border-width: 1px 0;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .menu-button.w--open {
    color: #347aff;
    background-color: #fff;
    border-width: 0;
  }

  .body {
    overflow: visible;
  }

  .container {
    max-width: none;
  }

  .margin-bottom-24px {
    width: auto;
    font-size: 11px;
    line-height: 14px;
  }

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .hero-heading-center {
    display: block;
  }

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

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

  .footer-block-two {
    margin-top: 40px;
  }

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

  .footer-social-block-two {
    margin-top: 20px;
  }

  .text-block {
    font-size: 9px;
    line-height: 12px;
  }

  .icon:hover {
    color: #347aff;
  }

  .container-2 {
    max-width: none;
  }

  .footer-block {
    justify-content: space-between;
    align-items: center;
  }

  .footer-link {
    justify-content: center;
    align-items: center;
    width: 168px;
    display: flex;
  }

  .footer-social-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    flex-flow: row;
    flex: 0 auto;
    order: 0;
    grid-template-rows: auto;
    grid-template-columns: minmax(159px, 1fr);
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: space-between;
    align-self: auto;
    place-items: center start;
    height: 40px;
    margin-bottom: 0;
    margin-left: -16px;
    margin-right: auto;
    padding-left: 0;
    font-family: Segoe Ui;
    display: flex;
    position: static;
    overflow: visible;
  }

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

  .footer-block-two-2 {
    margin-top: 40px;
  }

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

  .footer-social-block-two-2 {
    margin-top: 20px;
  }

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

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

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-3.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-wrapper-three {
    justify-content: center;
    align-items: center;
  }

  .footer-block-three {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-legal-link {
    text-align: center;
  }

  .button-primary-copy-copy {
    width: auto;
    margin-bottom: 20px;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .margin-bottom-24px-4 {
    width: 290px;
  }

  .heading-2 {
    max-width: 440px;
    padding-bottom: 0;
    line-height: 28px;
  }

  .title-small-copy {
    margin-bottom: 10px;
  }

  .container-3 {
    max-width: none;
  }

  .footer-link-copy-copy {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-2 {
    width: 40px;
    height: 38px;
    padding-left: 0;
    display: block;
  }

  .image-3 {
    height: 38px;
  }

  .image-4 {
    width: 40px;
    height: 38px;
  }

  .image-5 {
    height: 38px;
  }

  .image-6 {
    height: 40px;
  }

  .hero-heading-left-3 {
    border-width: 0;
    padding-bottom: 100px;
  }

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

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

  .shadow-two-3 {
    margin-top: -9px;
  }

  .heading-3 {
    text-transform: capitalize;
    font-family: Segoe Ui;
    font-size: 20px;
    line-height: 24px;
  }

  .hero-heading-left-4 {
    margin-bottom: -58px;
  }

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

  .shadow-two-4 {
    margin-top: -85px;
    margin-bottom: -20px;
    padding-bottom: 88px;
  }

  .centered-heading-3 {
    margin-bottom: 24px;
  }

  .hero-heading-left-5 {
    padding-top: 10px;
    display: block;
  }

  .hero-split-5 {
    width: auto;
  }

  .margin-bottom-24px-8 {
    width: auto;
    font-size: 13px;
  }

  .shadow-two-5 {
    margin-top: -23px;
    margin-bottom: -28px;
  }

  .hero-without-image {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .heading-4 {
    width: auto;
    font-size: 16px;
    line-height: 19px;
  }

  .heading-5 {
    line-height: 19px;
  }

  .container-5, .container-6 {
    max-width: none;
  }

  .hero-without-image-copy, .hero-without-image-copy-copy, .hero-without-image-copy-copy {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .container-4-copy {
    max-width: none;
  }

  .hero-wrapper-two-2-copy {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-flow: column;
    width: auto;
  }

  .image-8 {
    margin-right: 12px;
    padding-left: 0;
  }

  .hero-form-2 {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input-2 {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .heading-5-copy {
    line-height: 19px;
  }

  .heading-6 {
    font-size: 41px;
    line-height: 46px;
  }

  .container-7, .container-8 {
    max-width: none;
  }

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

  .centered-heading-4 {
    margin-bottom: 24px;
  }

  .container-9 {
    max-width: none;
  }

  .hero-heading-left-4-copy {
    margin-bottom: -58px;
  }

  .shadow-two-4-copy {
    margin-top: -31px;
    margin-bottom: -20px;
  }

  .container-10 {
    max-width: none;
  }

  .hero-wrapper-two-5, .margin-bottom-24px-17 {
    width: 290px;
  }

  .container-11 {
    max-width: none;
  }

  .footer-legal-link-copy {
    text-align: center;
  }

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

  .nav-button-wrapper-2 {
    width: auto;
  }

  .container-12 {
    max-width: none;
  }

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

  .navbar-brand-2-copy {
    display: none;
  }

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

  .navbar-brand-2-copy-copy {
    display: none;
  }

  .container-13 {
    max-width: none;
  }

  .hero-split-9 {
    width: 290px;
  }

  .container-14 {
    max-width: none;
  }

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .clients-image-three {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

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

  .heading-7 {
    width: 290px;
  }

  .container-15 {
    max-width: none;
  }

  .div-block {
    width: 290px;
  }

  .div-block-3 {
    height: 100%;
  }

  .container-20 {
    max-width: none;
  }

  .margin-bottom-24px-22 {
    font-size: 22px;
    line-height: 28px;
  }

  .heading-9 {
    font-size: 31px;
  }

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

  .container-21, .div-block-copy {
    width: 290px;
  }

  .last-acc-copy {
    height: 67px;
  }

  .div-block-copy-copy {
    width: 290px;
  }

  .container-22 {
    max-width: none;
  }

  .centered-heading-7 {
    margin-bottom: 24px;
  }

  .container-26 {
    max-width: none;
  }

  .nav-menu-two-2 {
    flex-direction: column;
  }

  .container-27, .container-28 {
    max-width: none;
  }

  .container-29 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    max-width: none;
    display: flex;
  }

  .nav-menu-three-2 {
    flex-direction: column;
  }

  .container-29-copy {
    max-width: none;
  }

  .container-30 {
    padding-top: 20px;
    transform: rotate(3deg);
  }

  .white-back {
    transform: rotate(-3deg);
  }

  .container-30-copy-copy-copy {
    transform: rotate(4deg);
  }

  .hero-heading-left-14 {
    height: 70%;
    padding-bottom: 459px;
  }

  .container-31 {
    flex-flow: column;
    flex: 0 auto;
    justify-content: space-between;
    align-items: center;
    max-width: none;
    height: 253px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-34 {
    max-width: none;
  }

  .text-block-11 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 290px;
    margin-bottom: 43px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .image-17 {
    width: 251px;
    height: 77px;
    margin-bottom: 16px;
  }

  .div-block-copy {
    width: 290px;
  }

  .text-block-13 {
    width: 260px;
  }

  .hero-heading-left-15 {
    padding-bottom: 0;
  }

  .container-35 {
    max-width: none;
  }

  .container-32-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }

  .container-36 {
    max-width: none;
  }

  .centered-heading-8 {
    margin-bottom: 24px;
  }

  .centered-subheading {
    margin-bottom: -23px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .team-member-name-two {
    padding-left: 30px;
  }

  .team-member-text {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-37 {
    flex-flow: column;
  }

  .button-primary-11-copy {
    text-align: center;
    font-size: 13px;
  }

  .text-block-22 {
    width: 290px;
  }

  .text-block-23 {
    width: 290px;
    margin-bottom: -75px;
  }

  .form-block {
    width: 290px;
  }

  .footer-social-block-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    flex: 0 auto;
    order: 0;
    grid-template-rows: auto;
    grid-template-columns: minmax(159px, 1fr) 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: space-between;
    align-self: auto;
    place-items: center start;
    width: 290px;
    height: 40px;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: auto;
    padding-left: 0;
    font-family: Segoe Ui;
    display: flex;
    position: static;
    overflow: visible;
  }

  .container-29-copy {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    max-width: none;
    display: flex;
  }

  .text-span-21 {
    height: 65px;
  }

  .note {
    font-size: 1.2em;
    line-height: 1.4em;
  }

  .hero-split-22, .hero-split-23, .div-block-copy-copy-copy {
    width: 290px;
  }

  .div-block-6 {
    height: 100%;
  }

  .container-49 {
    width: 290px;
    max-width: none;
  }

  .centered-heading-9 {
    margin-bottom: 24px;
  }

  .dropdown {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    display: inline-block;
  }

  .dropdown-toggle {
    vertical-align: baseline;
    flex-flow: row;
    width: 100%;
    height: auto;
    padding-left: 10px;
    padding-right: 40px;
    display: block;
  }

  .accorian-wrapper-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    height: auto;
    display: block;
  }

  .text-block-24 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    aspect-ratio: auto;
    object-fit: fill;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    margin-right: 0;
    padding-right: 0;
    display: block;
    overflow: clip;
  }

  .paragraph {
    width: 100%;
    height: auto;
  }

  .text-block-24-copy {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    aspect-ratio: auto;
    object-fit: fill;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    aspect-ratio: auto;
    object-fit: fill;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    margin-right: 0;
    padding-right: 0;
    display: block;
    overflow: clip;
  }

  .container-49-copy {
    width: 290px;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .accorian-wrapper-copy-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    width: 290px;
    height: auto;
    display: block;
  }

  .dropdown-toggle-copy {
    vertical-align: baseline;
    flex-flow: row;
    width: 100%;
    height: auto;
    padding-left: 10px;
    padding-right: 40px;
    display: block;
  }

  .dropdown-copy {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 290px;
    height: auto;
    display: inline-block;
  }

  .dropdown-toggle-copy-copy {
    vertical-align: baseline;
    flex-flow: row;
    width: 290px;
    height: auto;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 40px;
    display: block;
  }

  .dropdown-list-copy {
    width: 290px;
  }

  .paragraph-copy {
    width: 100%;
    height: auto;
  }

  .text-block-24-copy {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    aspect-ratio: auto;
    object-fit: fill;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    margin-right: 0;
    padding-right: 0;
    display: block;
    overflow: clip;
  }

  .text-block-24-copy-copy {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    aspect-ratio: auto;
    object-fit: fill;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    aspect-ratio: auto;
    object-fit: fill;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    aspect-ratio: auto;
    object-fit: fill;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 244px;
    margin-bottom: 0;
    margin-right: 0;
    padding-right: 0;
    display: block;
    overflow: clip;
  }

  .paragraph-copy-copy {
    width: 100%;
    height: auto;
  }

  .text-span-24 {
    width: auto;
  }

  .container-51, .container-52, .container-53 {
    max-width: none;
  }

  .video-2 {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .hero-split-4-copy {
    width: 100%;
    height: 600px;
  }

  .video-4 {
    height: 64%;
  }

  .container-32-copy-2 {
    flex-flow: column;
    margin-top: -20px;
  }

  .heading-11-copy-2 {
    margin-bottom: 0;
  }

  .text-block-25 {
    width: 100%;
  }

  .container-32-copy-copy {
    flex-flow: column;
    margin-top: -20px;
  }

  .heading-11-copy-copy {
    text-align: center;
    margin-bottom: 0;
  }

  .text-block-11-copy-copy {
    width: 100%;
  }

  .container-32-copy-3 {
    flex-flow: column;
    margin-top: -20px;
  }

  .heading-11-copy-3 {
    margin-bottom: 0;
  }

  .text-block-26 {
    width: 100%;
  }

  .container-55 {
    width: 85%;
    max-width: none;
    padding-bottom: 40px;
  }

  .heading-19 {
    font-size: 39px;
  }

  .container-24-copy-2 {
    max-width: none;
  }

  .heading-26 {
    margin-bottom: 20px;
  }

  .container-56, .container-35-copy-copy {
    max-width: none;
  }

  .text-block-30 {
    width: 81%;
  }

  .container-35-copy, .container-58 {
    max-width: none;
  }

  .centered-heading-10, .centered-heading-11 {
    margin-bottom: 24px;
  }

  .container-59, .container-60 {
    max-width: none;
  }

  .centered-heading-12 {
    margin-bottom: 24px;
  }

  .container-61, .container-62 {
    max-width: none;
  }

  .container-32-copy-copy-2 {
    flex-flow: column;
  }

  .heading-11-copy-copy-2 {
    margin-bottom: 0;
  }

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

  .text-block-11-copy-2 {
    width: 100%;
  }

  .container-32-copy-copy-3 {
    flex-flow: column;
  }

  .heading-11-copy-copy-copy {
    text-align: center;
    margin-bottom: 0;
  }

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

  .text-block-11-copy-copy-2 {
    width: 100%;
  }

  .container-32-copy-copy-4 {
    flex-flow: column;
  }

  .heading-11-copy-copy-3 {
    margin-bottom: 0;
  }

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

  .text-block-11-copy-3 {
    width: 100%;
  }

  .container-64 {
    width: 85%;
    max-width: none;
    padding-bottom: 40px;
  }

  .heading-29 {
    font-size: 39px;
  }

  .container-24-copy-3, .container-65 {
    max-width: none;
  }

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

  .margin-bottom-24px-35 {
    font-size: 14px;
    line-height: 19px;
  }

  .container-66, .container-67 {
    max-width: none;
  }

  .nav-menu-three-3 {
    flex-direction: column;
  }

  .button-primary-24 {
    margin-left: 25px;
  }

  .nav-menu-two-3 {
    flex-direction: column;
  }

  .nav-menu-4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .nav-button-wrapper-3 {
    width: auto;
  }

  .centered-heading-13 {
    margin-bottom: 24px;
  }

  .container-68, .container-69 {
    max-width: none;
  }

  .nav-menu-three-4 {
    flex-direction: column;
  }

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

  .container-70 {
    max-width: none;
  }

  .centered-heading-14 {
    margin-bottom: 24px;
  }

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

  .testimonial-block-main {
    flex-direction: column;
  }

  .testimonial-main-image {
    width: 100%;
    height: auto;
    margin-bottom: 32px;
    margin-right: 0;
  }

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

  .footer-block-two-3 {
    margin-top: 40px;
  }

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

  .footer-social-block-two-3 {
    margin-top: 20px;
  }

  .container-71, .container-74 {
    max-width: none;
  }

  .centered-heading-15 {
    margin-bottom: 24px;
  }

  .container-75 {
    max-width: none;
  }

  .centered-heading-16 {
    margin-bottom: 24px;
  }

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

  .container-79 {
    max-width: none;
  }

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

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

  .centered-heading-17 {
    margin-bottom: 24px;
  }

  .heading-33 {
    min-width: 1px;
    margin-bottom: 29px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 23px;
    font-weight: 600;
    line-height: 35px;
  }

  .text-block-38 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .code-embed-8 {
    margin-top: auto;
  }

  .image-30 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .nav-button-wrapper-4 {
    width: auto;
  }

  .container-82 {
    max-width: none;
  }

  .centered-heading-18 {
    margin-bottom: 24px;
  }

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

  .footer-block-two-4 {
    margin-top: 40px;
  }

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

  .footer-social-block-two-4 {
    margin-top: 20px;
  }

  .container-83 {
    max-width: none;
  }
}

#w-node-d432c413-f890-936a-34cd-48956fcdd2d8-6fcdd2bf {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_90a7e425-0188-3985-ac49-e32bed751660-cde05eec {
  place-self: auto;
}

#w-node-_5706ad07-ce2b-63b7-2c42-5e2187a34f7e-cde05eec {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-a70235d7-681b-de14-8cc0-4a9bc80b9aa2-c80b9a71, #w-node-a70235d7-681b-de14-8cc0-4a9bc80b9acc-c80b9a71, #w-node-a70235d7-681b-de14-8cc0-4a9bc80b9afb-c80b9a71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-d432c413-f890-936a-34cd-48956fcdd2d8-6fcdd2bf, #w-node-_5706ad07-ce2b-63b7-2c42-5e2187a34f7e-cde05eec {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


