body {
  font-family: "Outfit", sans-serif;
  scroll-behavior: smooth;
  background: linear-gradient(180deg, #F8F8F8 18.65%, #FFFFFF 100%);
}
@media screen and (min-width: 1200px) {
  body .container {
    max-width: 1170px;
  }
}
@media screen and (min-width: 1400px) {
  body .container {
    max-width: 1300px;
  }
}
@media screen and (min-width: 1600px) {
  body .container {
    max-width: 1500px;
  }
}
body .container a {
  text-decoration: none;
  cursor: pointer;
}
body .container a:hover {
  text-decoration: none;
}
body .container img {
  display: initial;
}
body .calendly-popup {
  max-width: 100% !important;
  width: 100% !important;
}
body .img-fluid {
  max-width: 100%;
  height: auto;
}
body p {
  margin-bottom: 0;
}
body .primary-btn {
  padding: 12px 25px;
  background: #0075ab;
  color: #fff !important;
  font-weight: 500;
  font-size: 16px;
  border-radius: 32px;
  border: 2px solid #0075ab;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
body .typo-1 {
  font-size: calc(32px + 24 * (100vw - 320px) / 1600);
  line-height: calc(42px + 26 * (100vw - 320px) / 1600);
  font-weight: 600;
}
body .typo-2 {
  font-size: calc(28px + 20 * (100vw - 320px) / 1600);
  line-height: calc(34px + 24 * (100vw - 320px) / 1600);
  font-weight: 500;
}
body .typo-3 {
  font-size: calc(24px + 16 * (100vw - 320px) / 1600);
  line-height: calc(30px + 18 * (100vw - 320px) / 1600);
  font-weight: 500;
}
body .typo-4 {
  font-size: calc(20px + 4 * (100vw - 320px) / 1600);
  line-height: calc(26px + 4 * (100vw - 320px) / 1600);
  font-weight: 500;
}
body .typo-5 {
  font-size: calc(18px + 2 * (100vw - 320px) / 1600);
  line-height: calc(24px + 6 * (100vw - 320px) / 1600);
  font-weight: 500;
}
body .text-1 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
  color: #42474D;
}
body .text-2 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
body .text-3 {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
}
body .header {
  position: relative;
  transition: all 0.3s ease-in-out;
  z-index: 99;
  width: 100%;
  background: #193846;
}
body .header .navbar {
  position: relative;
  padding: 25px 0;
}
@media screen and (max-width: 383.98px) {
  body .header .navbar .navbar-head img {
    max-width: 105px;
    width: 100%;
  }
}
@media screen and (max-width: 383.98px) {
  body .header .navbar .header-buttons .primary-btn {
    padding: 10px 12px;
    width: 100%;
    display: block;
    font-size: 14px;
  }
}
body .header.sticky_header {
  position: sticky;
  top: 0;
  background: #193846;
}
@media screen and (max-width: 767.98px) {
  body .calendly-overlay .calendly-popup .calendly-popup-content {
    margin: 0 10px;
  }
}
body .banner {
  background: url("./images/banner-bg.png");
  background-position-x: 164px;
  padding-top: 80px;
}
@media screen and (max-width: 1199.98px) {
  body .banner {
    padding-top: 40px;
  }
}
@media screen and (max-width: 991.98px) {
  body .banner {
    text-align: center;
  }
}
@media screen and (max-width: 1199.98px) {
  body .banner .video-col {
    display: flex;
    align-items: end;
    justify-content: center;
  }
}
@media screen and (max-width: 1299.98px) {
  body .banner .video-col video {
    width: 100%;
  }
}
@media screen and (max-width: 991.98px) {
  body .banner .video-col video {
    max-width: 400px;
  }
}
body .banner .typo-1 {
  color: #FFFFFF;
  max-width: 524px;
}
@media screen and (max-width: 991.98px) {
  body .banner .typo-1 {
    max-width: 100%;
  }
}
body .banner .typo-1 span {
  color: #44ba88;
}
body .banner .typo-5 {
  color: #D0D1D3;
  max-width: 520px;
  font-weight: 200;
}
@media screen and (max-width: 991.98px) {
  body .banner .typo-5 {
    max-width: 100%;
  }
}
body .banner .btn_wrap {
  padding: 40px 0;
}
body .banner .trusted-box {
  display: flex;
  gap: 14px;
}
@media screen and (max-width: 991.98px) {
  body .banner .trusted-box {
    justify-content: center;
    padding: 20px 0 0;
  }
}
body .banner .trusted-box .trusted-text {
  font-size: calc(18px + 10 * (100vw - 320px) / 1600);
  line-height: calc(26px + 10 * (100vw - 320px) / 1600);
  color: #44ba88;
  font-weight: 500;
}
body .banner .list-box {
  display: flex;
  padding-top: 40px;
  gap: 24px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1199.98px) {
  body .banner .list-box {
    gap: 10px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 991.98px) {
  body .banner .list-box {
    gap: 10px;
    justify-content: center;
  }
}
body .banner .list-box .text-1 {
  color: #FFFFFF;
}
body .banner .list-box .text-1::before {
  content: url("./images/check-symbol.svg");
  color: #44ba88;
  display: inline-block;
  margin-right: 12px;
  position: relative;
  top: 4px;
}
body .comparison {
  padding: 96px 0 0;
  background: #FFFFFF;
}
@media screen and (max-width: 991.98px) {
  body .comparison {
    padding: 50px 0 0;
  }
}
body .comparison .box_row {
  max-width: 1250px;
  margin: auto;
  padding-top: 48px;
}
@media screen and (max-width: 991.98px) {
  body .comparison .box_row {
    gap: 30px 0;
    justify-content: center;
  }
}
body .comparison .box_row .outer-box {
  text-align: center;
  background: #f8f8f8;
  border-radius: 16px;
  padding: 50px 40px;
  max-width: 380px;
  margin: auto;
}
@media screen and (max-width: 1399.98px) {
  body .comparison .box_row .outer-box {
    padding: 50px 24px;
  }
}
@media screen and (max-width: 1199.98px) {
  body .comparison .box_row .outer-box {
    min-height: 426px;
    padding: 50px 20px;
  }
}
@media screen and (max-width: 991.98px) {
  body .comparison .box_row .outer-box {
    min-height: 398px;
    padding: 50px 20px;
  }
}
@media screen and (max-width: 767.98px) {
  body .comparison .box_row .outer-box {
    min-height: auto;
  }
}
body .comparison .box_row .outer-box .typo-4 {
  padding-top: 32px;
}
body .comparison .box_row .outer-box .text-1 {
  max-width: 300px;
  margin: auto;
}
body .features {
  padding: 96px 0 0;
  background: #FFFFFF;
}
@media screen and (max-width: 991.98px) {
  body .features {
    padding: 60px 0 0;
  }
}
body .features .upper-wrapper {
  text-align: center;
  padding: 0 0 48px;
}
body .features .upper-wrapper .text-1 {
  max-width: 800px;
  margin: auto;
  font-weight: 400;
  padding-top: 10px;
}
body .features .video-wrap {
  text-align: right;
}
@media screen and (max-width: 1199.98px) {
  body .features .video-wrap {
    margin: auto;
  }
}
@media screen and (max-width: 1799.98px) {
  body .features .video-wrap video {
    width: 100%;
  }
}
@media screen and (max-width: 991.98px) {
  body .features .content-wrapper {
    padding-top: 30px;
  }
}
body .features .outer-box {
  display: flex;
  padding-bottom: 26px;
}
body .features .outer-box .content-img {
  max-width: 48px;
  width: 100%;
}
body .features .outer-box .title {
  color: #42474D;
  font-weight: 600;
}
body .features .outer-box .content {
  max-width: 500px;
}
@media screen and (max-width: 991.98px) {
  body .features .outer-box .content {
    max-width: 100%;
  }
}
@media screen and (max-width: 991.98px) {
  body .features video {
    width: 100%;
  }
}
body .cta-section {
  padding: 90px 0 0;
  background: #FFFFFF;
}
@media screen and (max-width: 991.98px) {
  body .cta-section {
    padding: 40px 0 0;
  }
}
body .cta-section .cta-wrapper {
  background: #e7f4fa;
  max-width: 1200px;
  margin: auto;
  border-radius: 24px;
  padding: 60px 15px 70px;
}
@media screen and (max-width: 991.98px) {
  body .cta-section .cta-wrapper {
    padding: 40px 15px 50px;
  }
}
body .cta-section .cta-wrapper .btn_wrap {
  text-align: center;
  padding-top: 40px;
}
body .simple-steps {
  background: #FFFFFF;
  padding: 96px 0 96px;
}
@media screen and (max-width: 991.98px) {
  body .simple-steps {
    padding: 60px 0;
  }
}
body .simple-steps .steps_row {
  justify-content: center;
  padding-top: 50px;
}
@media screen and (max-width: 991.98px) {
  body .simple-steps .steps_row {
    gap: 50px 0;
  }
}
body .simple-steps .outer-box .steps {
  border: 1px dashed #0075ab;
  max-width: 100px;
  color: #0075ab !important;
  margin: 10px auto 20px;
  padding: 6px !important;
  border-radius: 26px;
}
body .simple-steps .outer-box .typo-5 {
  padding-top: 32px;
  color: #42474D;
}
body .simple-steps .outer-box .text-1 {
  max-width: 380px;
  margin: auto;
}
body .simple-steps .outer-box.box1 .steps::after {
  content: "";
  position: absolute;
  left: 300px;
  top: 30px;
  width: 400px;
  border: 1px dashed rgb(0, 117, 171);
}
@media screen and (max-width: 1799.98px) {
  body .simple-steps .outer-box.box1 .steps::after {
    width: 400px;
    left: 300px;
  }
}
@media screen and (max-width: 1599.98px) {
  body .simple-steps .outer-box.box1 .steps::after {
    width: 333px;
    left: 266px;
  }
}
@media screen and (max-width: 1399.98px) {
  body .simple-steps .outer-box.box1 .steps::after {
    display: none;
  }
}
body .simple-steps .outer-box.box2 {
  position: relative;
}
body .simple-steps .outer-box.box2 .steps {
  border: 1px dashed #44ba88;
  color: #44ba88 !important;
}
body .simple-steps .outer-box.box2 .steps::after {
  content: "";
  position: absolute;
  border: 1px dashed #44ba88;
  left: 284px;
  top: 18px;
  width: 400px;
}
@media screen and (max-width: 1799.98px) {
  body .simple-steps .outer-box.box2 .steps::after {
    width: 400px;
    left: 285px;
  }
}
@media screen and (max-width: 1599.98px) {
  body .simple-steps .outer-box.box2 .steps::after {
    width: 333px;
    left: 253px;
  }
}
@media screen and (max-width: 1399.98px) {
  body .simple-steps .outer-box.box2 .steps::after {
    display: none;
  }
}
body .simple-steps .outer-box.box3 .steps {
  border: 1px dashed #44ba88;
  color: #44ba88 !important;
}
body .simple-steps .slick-prev {
  display: none !important;
}
body .simple-steps .slick-next {
  display: none !important;
}
body .connects {
  background: #f9f9f9;
  padding: 54px 0;
}
@media screen and (max-width: 767.98px) {
  body .connects {
    padding: 40px 0 50px;
  }
}
body .connects .text-1 {
  max-width: 813px;
  margin: auto;
  padding-top: 10px;
}
body .connects .intuit-box {
  max-width: 1050px;
  background: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 24px;
  margin: 20px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 90px;
  padding: 38px 44px;
}
@media screen and (max-width: 1199.98px) {
  body .connects .intuit-box {
    gap: 24px;
  }
}
@media screen and (max-width: 991.98px) {
  body .connects .intuit-box {
    justify-content: flex-start;
  }
}
body .connects .intuit-box .pay {
  max-width: 408px;
  margin: 0;
}
@media screen and (max-width: 991.98px) {
  body .connects .intuit-box .pay {
    max-width: 100%;
  }
}
body .connects .intuit-box .text-2 {
  padding-top: 20px;
}
body .no-risk {
  padding: 96px 0;
}
@media screen and (max-width: 991.98px) {
  body .no-risk {
    padding: 60px 0;
  }
}
body .no-risk .row_risk {
  background: linear-gradient(189.6deg, #0075ab 7.05%, #0e3547 116.97%);
  max-width: 1250px;
  margin: auto;
  border-radius: 24px;
  padding: 54px 60px;
}
@media screen and (max-width: 991.98px) {
  body .no-risk .row_risk {
    padding: 30px;
  }
}
@media screen and (max-width: 575.98px) {
  body .no-risk .row_risk {
    padding: 30px 10px;
  }
}
body .no-risk .row_risk .typo-2 {
  color: #FFFFFF;
}
body .no-risk .row_risk .text-1 {
  color: rgb(232, 232, 233);
  max-width: 437px;
  padding-top: 22px;
}
body .no-risk .row_risk .checks {
  font-weight: 400;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  padding: 14px;
  margin: 16px 0;
  border-radius: 8px;
  color: #FFFFFF;
}
@media screen and (max-width: 1199px) {
  body .no-risk .row_risk .checks {
    text-indent: -20px;
    padding-left: 52px;
  }
}
body .no-risk .row_risk .checks::before {
  content: url("../images/g-tick.svg");
  color: #44ba88;
  display: inline-block;
  margin-right: 12px;
  position: relative;
  top: 4px;
}
body .form-sec {
  padding-bottom: 60px;
}
@media screen and (max-width: 1199px) {
  body .form-sec {
    padding-bottom: 90px;
  }
}
body .form-sec .text-1 {
  font-weight: 400;
  max-width: 570px;
  margin: auto;
  padding: 10px 0 0;
}
@media screen and (max-width: 1199px) {
  body .form-sec .text-1 {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767.98px) {
  body .form-sec .calendly-inline-widget {
    min-width: auto !important;
  }
}
body .footer {
  background-color: #051218;
  padding: 23px 0;
}
body .footer .copyright {
  align-self: center;
  text-align: end;
  opacity: 0.7;
}
body .footer .copyright .text-3 {
  color: #fff;
}/*# sourceMappingURL=style.css.map */