.global-btn {
  display: block;
  letter-spacing: 0;
  background-color: #303ab2;
  border: 2px solid #303ab2;
  border-radius: 40px;
  color: white;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  transition: all 0.4s;
  text-align: center;
  padding: 16px 20px;
  max-width: 220px;
  border: 2px solid #303ab2;
}
.global-btn:hover {
  background-color: #202777;
  border: 2px solid #202777;
}
.global-btn:focus {
  border: 2px solid #1edfe9;
}
.global-btn:active {
  color: black;
  border: 2px solid #1edfe9;
  background-color: #1edfe9;
}
.global-btn.ghost-btn {
  background-color: white;
  border: 2px solid #303ab2;
  color: #303ab2;
}
.global-btn.ghost-btn:hover {
  background-color: #202777;
  border: 2px solid #202777;
  color: white;
}
.global-btn.ghost-btn:focus {
  border: 2px solid #1edfe9;
  background-color: #303ab2;
  color: white;
}
.global-btn.ghost-btn:active {
  color: black;
  border: 2px solid #1edfe9;
  background-color: #1edfe9;
}

.c6-v3-get-started-popup {
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.2784313725);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: none;
  position: fixed;
  inset: 0%;
}

.c6-v3-get-started-wrap {
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 710px;
  min-height: 710px;
  padding: 20px 40px;
  display: flex;
  position: relative;
}
.c6-v3-get-started-wrap form fieldset {
  margin-top: 20px;
}

.c6-v3-get-started-exit {
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 33px;
  height: 33px;
  display: flex;
  position: absolute;
  inset: -12px -3% auto auto;
}

.c6-v3-get-started-form {
  width: 100%;
}

.c6-v3-get-started-msg {
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  padding-right: 0;
  display: none;
}

.c6-v3-get-started-link {
  text-align: center;
  padding-right: 20px;
  display: none;
}

.get-started-gf-wrapper .gform-theme--foundation .gform_fields {
  gap: 10px !important;
}
.get-started-gf-wrapper .gform_validation_errors {
  display: none !important;
}
.get-started-gf-wrapper .gform_confirmation_message {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2em;
  text-align: center;
}
.get-started-gf-wrapper .gform-loader {
  position: absolute !important;
  left: 47% !important;
  bottom: -5% !important;
}
.get-started-gf-wrapper .gform-body {
  position: relative;
}
.get-started-gf-wrapper .gform-body .gform-field-label {
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.2em !important;
  color: black;
  padding-bottom: 0px !important;
  padding-left: 15px !important;
  display: block !important;
  position: relative !important;
}
.get-started-gf-wrapper .gform-body .gform-field-label .gfield_required {
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  font-size: 16px;
  padding: 0;
  margin: 0;
}
.get-started-gf-wrapper .gform-body .gform-field-label .gfield_required .gfield_required {
  display: none !important;
  visibility: hidden !important;
}
.get-started-gf-wrapper .gform-body .gform-field-label .gfield_required::after {
  content: "*";
  visibility: visible;
  position: absolute;
  left: 5px;
  top: 0;
  color: red;
  font-size: 16px;
}
.get-started-gf-wrapper .gform-body .gform-field-label.gfield_consent_label .gfield_required_text {
  text-indent: -99999em;
}
.get-started-gf-wrapper .gform-body .gform-field-label.gfield_consent_label .gfield_required_text::after {
  text-indent: 0em;
  top: -7px;
  left: 0;
}
.get-started-gf-wrapper .gform-body .smsbox-checkbox {
  grid-column: span 1;
}
.get-started-gf-wrapper .gform-body .smsbox-checkbox label {
  display: none !important;
}
.get-started-gf-wrapper .gform-body .smsbox-text {
  grid-column: span 11;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.2em !important;
  color: black;
  padding: 7px 0px 0px !important;
  display: block !important;
  position: relative !important;
  letter-spacing: -0.02em;
}
.get-started-gf-wrapper .gform-body .smsbox-text a {
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.2em !important;
  color: #303ab2;
}
.get-started-gf-wrapper .gform-body .smsbox-text a:hover {
  text-decoration: none !important;
}
.get-started-gf-wrapper .gform-body fieldset legend {
  display: none !important;
}
.get-started-gf-wrapper .gform-body fieldset .ginput_container.ginput_container_consent {
  display: flex !important;
  align-items: flex-start !important;
}
.get-started-gf-wrapper .gform-body fieldset .ginput_container.ginput_container_consent .gform-field-label {
  padding-left: 8px !important;
  letter-spacing: -0.02em;
}
.get-started-gf-wrapper .gform-body fieldset input[type=checkbox] {
  position: relative !important;
  top: -3px !important;
  min-width: 20px !important;
  height: 20px !important;
}
.get-started-gf-wrapper .gform-body .gfield_error {
  position: relative;
}
.get-started-gf-wrapper .gform-body .gfield_error .gfield_validation_message {
  position: absolute;
  left: 14px;
  top: 7px;
}
.get-started-gf-wrapper .gform-body .gfield_error.gfield--type-consent .gfield_validation_message {
  left: 40px;
}
.get-started-gf-wrapper .gform-body .ginput_container input[type=text],
.get-started-gf-wrapper .gform-body .ginput_container input[type=email],
.get-started-gf-wrapper .gform-body .ginput_container input[type=tel],
.get-started-gf-wrapper .gform-body .ginput_container textarea,
.get-started-gf-wrapper .gform-body .ginput_container select {
  background-color: #f0f0f0 !important;
  width: 100% !important;
  color: black !important;
  border: 1px solid #f0f0f0 !important;
  padding: 9px 20px !important;
  border-radius: 5px !important;
  margin-bottom: 5px !important;
  max-height: 45px !important;
  min-height: 45px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.9em !important;
}
.get-started-gf-wrapper .gform-body .ginput_container textarea {
  min-height: 90px !important;
  max-height: none !important;
}
.get-started-gf-wrapper .gform-body .ginput_container select {
  width: 100% !important;
  height: 48px !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image: url("https://859-xal-140.mktoweb.com/js/forms2/images/arrow-down-bk.png") !important;
  background-repeat: no-repeat !important;
  background-position: right 10px center !important;
  background-size: 16px !important;
  padding-right: 30px !important;
}
.get-started-gf-wrapper .gform-body .ginput_container select:focus-visible {
  outline: none !important;
}
.get-started-gf-wrapper .gform-footer {
  margin-top: 10px;
}
.get-started-gf-wrapper .gform-footer input[type=submit] {
  width: 100% !important;
  color: #fff !important;
  border-radius: 8px !important;
  background-color: #303ab2 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1em !important;
  border: none !important;
  height: 50px !important;
  cursor: pointer !important;
}
.get-started-gf-wrapper .gform_wrapper .gform_footer {
  position: relative;
}
.get-started-gf-wrapper .gform_wrapper .gform_footer .gform_ajax_spinner {
  position: absolute;
  bottom: 125px;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 10px; /* Adjust as needed */
  display: block !important; /* Temporarily force visibility */
  opacity: 1 !important; /* Ensure it is fully visible */
}
@media (max-height: 800px) {
  .get-started-gf-wrapper .gform-theme--foundation .gform_fields {
    gap: 30px !important;
  }
  .get-started-gf-wrapper .gform-theme--foundation .gfield {
    grid-column: span 6;
  }
  .get-started-gf-wrapper .gform-theme--foundation .gfield.gfield--input-type-consent {
    grid-column: span 12;
  }
}
@media (max-width: 600px) {
  .get-started-gf-wrapper {
    max-width: 400px;
  }
  .get-started-gf-wrapper .gform-body {
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .c6-v3-get-started-wrap {
    max-width: 436px;
  }
}
#JotFormIFrame-243476275694268,
#JotFormIFrame-243375519590262 {
  max-height: 710px !important;
  height: 710px !important;
  overflow-x: hidden;
  position: relative;
  left: 0;
  background: white;
}

@media (max-height: 820px) {
  #custom-iframe,
  #JotFormIFrame-243476275694268,
  #JotFormIFrame-243375519590262 {
    max-height: 450px !important;
    height: 450px !important;
  }
  .c6-v3-get-started-wrap {
    min-height: 535px;
    max-height: 535px !important;
    height: 535px !important;
  }
  .c6-v3-get-started-wrap .get-started-gf-wrapper .gform-theme--foundation .gform_fields {
    gap: 10px !important;
  }
  .c6-v3-get-started-wrap {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media (max-width: 767px) {
  #custom-iframe,
  #JotFormIFrame-243476275694268,
  #JotFormIFrame-243375519590262 {
    max-height: 532px !important;
    height: 532px !important;
  }
}
#hero {
  background-color: #f1fbff;
  padding: 100px 20px;
}
@media (max-width: 991px) {
  #hero {
    padding: 80px 20px;
  }
}
@media (max-width: 768px) {
  #hero {
    padding: 60px 20px;
  }
}
@media (max-width: 480px) {
  #hero {
    padding: 45px 20px;
  }
}
#hero .wrapper {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
#hero .two-cols.logos-wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 60px auto;
  padding: 40px;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 32px;
  gap: 0;
}
@media (max-width: 1180px) {
  #hero .two-cols.logos-wrap {
    flex-direction: column;
    max-width: 700px;
  }
}
@media (max-width: 768px) {
  #hero .two-cols.logos-wrap {
    padding: 23px 30px 30px 30px;
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  #hero .two-cols.logos-wrap {
    margin-bottom: 30px;
    padding-top: 18px;
    max-width: 300px;
  }
}
#hero .two-cols.logos-wrap .col {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
#hero .two-cols.logos-wrap .col:first-of-type {
  gap: 12px;
  padding-right: 60px;
  border-right: 1px solid black;
}
@media (max-width: 1180px) {
  #hero .two-cols.logos-wrap .col:first-of-type {
    border-right: none;
    border-bottom: 1px solid black;
    padding-right: 0;
    padding-bottom: 30px;
  }
}
@media (max-width: 768px) {
  #hero .two-cols.logos-wrap .col:first-of-type {
    max-width: 210px;
    padding-bottom: 15px;
  }
}
@media (max-width: 480px) {
  #hero .two-cols.logos-wrap .col:first-of-type {
    max-width: 140px;
    padding-bottom: 5px;
  }
}
#hero .two-cols.logos-wrap .col:last-of-type {
  padding-left: 60px;
}
#hero .two-cols.logos-wrap .col:last-of-type svg {
  width: 100%;
  max-width: 574px;
  min-width: 574px;
}
@media (max-width: 768px) {
  #hero .two-cols.logos-wrap .col:last-of-type svg {
    max-width: 350px;
    min-width: 350px;
  }
}
@media (max-width: 480px) {
  #hero .two-cols.logos-wrap .col:last-of-type svg {
    max-width: 230px;
    min-width: 230px;
  }
}
@media (max-width: 1180px) {
  #hero .two-cols.logos-wrap .col:last-of-type {
    padding-left: 0;
    padding-top: 30px;
  }
}
#hero .desc {
  font-size: 30px;
  font-weight: 500;
  line-height: 125%;
  color: #242626;
  text-align: center;
}
@media (max-width: 991px) {
  #hero .desc {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  #hero .desc {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  #hero .desc {
    font-size: 19px;
  }
}
#hero .global-btn {
  margin: 30px auto 0 auto;
  max-width: 252px;
}

#about-us {
  padding: 100px 20px;
  background-color: white;
}
@media (max-width: 991px) {
  #about-us {
    padding: 80px 20px;
  }
}
@media (max-width: 768px) {
  #about-us {
    padding: 60px 20px;
  }
}
@media (max-width: 480px) {
  #about-us {
    padding: 45px 20px;
  }
}
#about-us h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 108%;
  color: #242626;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  #about-us h1 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  #about-us h1 {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  #about-us h1 {
    font-size: 28px;
  }
}
#about-us .two-cols-wrap {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  gap: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#about-us .two-cols-wrap .two-cols {
  gap: 50px;
  align-items: start;
}
#about-us .two-cols-wrap .col {
  max-width: 570px;
  width: 100%;
  gap: 25px;
  display: flex;
  flex-direction: row;
}
#about-us .two-cols-wrap .col .svg-wrap {
  min-width: 113px;
  height: 113px;
  background-color: #f1fbff;
  border-radius: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  #about-us .two-cols-wrap .col .svg-wrap {
    min-width: 70px;
    height: 70px;
  }
}
#about-us .two-cols-wrap .col .svg-wrap svg {
  max-width: 60px;
  max-height: 60px;
}
@media (max-width: 768px) {
  #about-us .two-cols-wrap .col .svg-wrap svg {
    max-width: 40px;
    max-height: 40px;
  }
}
#about-us .two-cols-wrap .col .txt-wrap h2 {
  font-size: 33px;
  font-weight: 700;
  line-height: 108%;
  color: #303ab2;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  #about-us .two-cols-wrap .col .txt-wrap h2 {
    font-size: 29px;
  }
}
@media (max-width: 768px) {
  #about-us .two-cols-wrap .col .txt-wrap h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  #about-us .two-cols-wrap .col .txt-wrap h2 {
    font-size: 20px;
  }
}
#about-us .two-cols-wrap .col .txt-wrap .desc {
  font-size: 25px;
  font-weight: 400;
  line-height: 125%;
  color: #242626;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  #about-us .two-cols-wrap .col .txt-wrap .desc {
    font-size: 23px;
  }
}
@media (max-width: 768px) {
  #about-us .two-cols-wrap .col .txt-wrap .desc {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  #about-us .two-cols-wrap .col .txt-wrap .desc {
    font-size: 17px;
  }
}

#cta {
  background-color: white;
  padding: 0 20px 100px 20px;
}
@media (max-width: 991px) {
  #cta {
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  #cta {
    padding-bottom: 60px;
  }
}
@media (max-width: 480px) {
  #cta {
    padding-bottom: 60px;
  }
}
#cta .wrapper {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 60px;
  background-color: #f1fbff;
  border-radius: 30px;
}
@media (max-width: 991px) {
  #cta .wrapper {
    padding: 50px 30px;
    max-width: 740px;
  }
}
@media (max-width: 768px) {
  #cta .wrapper {
    padding: 40px 25px;
  }
}
#cta .two-cols {
  gap: 40px;
  width: 100%;
}
#cta .two-cols.logos-wrap {
  max-width: 760px;
  border-radius: 20px;
  background-color: white;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 25px 15px;
  gap: 0;
  margin: 0 auto 60px auto;
}
@media (max-width: 991px) {
  #cta .two-cols.logos-wrap {
    flex-direction: column;
    max-width: 500px;
  }
}
@media (max-width: 768px) {
  #cta .two-cols.logos-wrap {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  #cta .two-cols.logos-wrap {
    margin-bottom: 30px;
  }
}
#cta .two-cols.logos-wrap .col {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
#cta .two-cols.logos-wrap .col:first-of-type {
  gap: 12px;
  padding-right: 40px;
  border-right: 1px solid black;
}
@media (max-width: 991px) {
  #cta .two-cols.logos-wrap .col:first-of-type {
    padding-right: 0;
    padding-bottom: 20px;
    border-right: none;
    border-bottom: 1px solid black;
  }
}
@media (max-width: 768px) {
  #cta .two-cols.logos-wrap .col:first-of-type {
    max-width: 180px;
    padding-bottom: 17px;
  }
}
@media (max-width: 480px) {
  #cta .two-cols.logos-wrap .col:first-of-type {
    max-width: 140px;
    padding-bottom: 7px;
  }
}
#cta .two-cols.logos-wrap .col:last-of-type {
  padding-left: 40px;
}
#cta .two-cols.logos-wrap .col:last-of-type svg {
  width: 100%;
  max-width: 360px;
  min-width: 360px;
}
@media (max-width: 768px) {
  #cta .two-cols.logos-wrap .col:last-of-type svg {
    max-width: 280px;
    min-width: 280px;
  }
}
@media (max-width: 480px) {
  #cta .two-cols.logos-wrap .col:last-of-type svg {
    max-width: 220px;
    min-width: 20px;
  }
}
@media (max-width: 991px) {
  #cta .two-cols.logos-wrap .col:last-of-type {
    padding-left: 0;
    padding-top: 20px;
  }
}
@media (max-width: 480px) {
  #cta .two-cols.global {
    gap: 30px;
  }
}
#cta .two-cols.global .col:first-of-type {
  width: 100%;
  max-width: 626px;
}
#cta .two-cols.global .col:last-of-type {
  width: 100%;
  max-width: 630px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#cta .two-cols.global h3 {
  font-size: 33px;
  font-weight: 700;
  line-height: 108%;
  margin-bottom: 27px;
  color: #303ab2;
}
@media (max-width: 991px) {
  #cta .two-cols.global h3 {
    font-size: 26px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  #cta .two-cols.global h3 {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  #cta .two-cols.global h3 {
    font-size: 19px;
  }
}
#cta .two-cols.global .desc {
  font-size: 25px;
  font-weight: 400;
  line-height: 125%;
  color: #242626;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  #cta .two-cols.global .desc {
    font-size: 23px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  #cta .two-cols.global .desc {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  #cta .two-cols.global .desc {
    font-size: 17px;
  }
}
#cta .two-cols.global video {
  width: 100%;
  max-width: 630px;
  border-radius: 15px;
}
#cta .global-btn {
  margin: 60px auto 0 auto;
}
@media (max-width: 991px) {
  #cta .global-btn {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  #cta .global-btn {
    margin-top: 40px;
  }
}/*# sourceMappingURL=main.css.map */