/* scss/template-styles/how-it-works.scss */
:root {
  --bs-white: #FFFFFF;
  --bs-blue0: #004A81;
  --bs-blue1: #1171BB;
  --bs-blue2: #1F8FE6;
  --bs-blue3: #4DB1FF;
  --bs-blue4: #97D2FF;
  --bs-blue5: #DDF0FF;
  --bs-blueDisabled: #A9C7E4;
  --bs-ice0: #007DB3;
  --bs-ice1: #0098D5;
  --bs-ice2: #34BBF3;
  --bs-ice3: #89DDFF;
  --bs-ice4: #B9EBFF;
  --bs-ice5: #E7F8FF;
  --bs-green0: #238551;
  --bs-green1: #30A165;
  --bs-green2: #48CC86;
  --bs-green3: #74E3A8;
  --bs-green4: #ADF5CF;
  --bs-green5: #E6FFF2;
  --bs-yellow0: #EA9F06;
  --bs-yellow1: #FFBC33;
  --bs-yellow2: #FFD25A;
  --bs-yellow3: #FFDF8B;
  --bs-yellow4: #FFEAB2;
  --bs-yellow5: #FFF7E2;
  --bs-red0: #AE2206;
  --bs-red1: #D1462A;
  --bs-red2: #F86648;
  --bs-red3: #FD8C75;
  --bs-red4: #FFC4B8;
  --bs-red5: #FFEFEC;
  --bs-grey: #F6F8FA;
  --bs-grey0: #313E4B;
  --bs-grey1: #4F5963;
  --bs-grey2: #6E7681;
  --bs-grey3: #959EA8;
  --bs-grey4: #C9D0D9;
  --bs-grey5: #F0F4F7;
  --bs-darkGrey: #333333;
  --bs-purple0: #391684;
  --bs-purple1: #552AB1;
  --bs-purple2: #764DCC;
  --bs-purple3: #9E7FE3;
  --bs-purple4: #CCB9F5;
  --bs-purple5: #E7DCFF;
  --bs-default-rgb: #6E7681;
  --bs-primary-rgb: #1171BB;
  --bs-success-rgb: #30A165;
  --bs-info-rgb: #0098D5;
  --bs-warning-rgb: #FFBC33;
  --bs-danger-rgb: #D1462A;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #C9D0D9;
  --bs-white-rgb: #FFFFFF;
  --bs-dropdown-bg: #FFFFFF;
  --bs-modal-width: 650px;
  --bs-border-radius-sm: 0.25px;
  --bs-pagination-border-radius: 4px;
}
.link-white {
  color: #fff !important;
}
.link-white:hover,
.link-white:focus {
  color: #fff;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .margTop-sm-8 {
    margin-top: 8rem !important;
  }
  .margBot-sm-8 {
    margin-bottom: 8rem !important;
  }
  .padTop-sm-5 {
    padding-top: 5.6rem !important;
  }
  .padBot-sm-5 {
    padding-bottom: 5.6rem !important;
  }
  .padTop-sm-8 {
    padding-top: 8rem !important;
  }
  .padBot-sm-8 {
    padding-bottom: 8rem !important;
  }
}
@media screen and (min-width: 992px) {
  .margTop-md-8 {
    margin-top: 8rem !important;
  }
  .margBot-md-8 {
    margin-bottom: 8rem !important;
  }
  .padTop-md-8 {
    padding-top: 8rem !important;
  }
  .padBot-md-8 {
    padding-bottom: 8rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .margTop-lg-8 {
    margin-top: 8rem !important;
  }
  .margBot-lg-8 {
    margin-bottom: 8rem !important;
  }
  .padTop-lg-8 {
    padding-top: 8rem !important;
  }
  .padBot-lg-8 {
    padding-bottom: 8rem !important;
  }
}
@media (max-width: 767px) {
  .margTop-xs-medium {
    margin-top: 1.6rem;
  }
}
.background-blue0 {
  background-color: #004A81;
}
.background-blue1 {
  background-color: #1171BB;
}
.background-grey5 {
  background-color: #F0F4F7;
}
.hero-container {
  min-height: 23rem;
}
@media screen and (min-width: 768px) {
  .hero-container {
    min-height: 28rem;
  }
}
@media screen and (min-width: 1200px) {
  .hero-container {
    min-height: 33rem;
  }
}
.btn.btn-default.with-shadow {
  transition: all 0.3s ease-in-out;
  background-color: #fff;
}
.btn.btn-default.with-shadow:hover,
.btn.btn-default.with-shadow:focus {
  background-color: #fff;
  transform: translateY(-0.2rem);
  box-shadow: 0 5px 12px 0 rgba(25, 34, 43, 0.3);
}
.vjs-tech {
  object-fit: cover;
}
.video-js {
  border-radius: 8px;
  box-shadow: 0 5px 32px 0 rgba(25, 34, 43, 0.11);
  overflow: hidden;
  z-index: 5;
  color: #1171bb;
}
.video-js:hover .vjs-big-play-button,
.video-js:focus .vjs-big-play-button {
  background-color: #1171bb !important;
}
.video-js .vjs-big-play-button {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 1.5;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #1171bb;
  border: 0;
  font-size: 40px;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  color: #fff;
}
.video-js .vjs-control-bar {
  background-color: #fff !important;
}
.video-js .vjs-slider {
  background-color: #c9d0d9 !important;
}
.video-js .vjs-play-progress {
  background-color: #1171bb !important;
}
.video-js .vjs-play-progress:before {
  color: #1171bb !important;
}
.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  background-color: #1171bb !important;
}
.vjs-remaining-time-display {
  color: #19222b !important;
}
.vjs-modal-dialog-content {
  color: #fff !important;
}
.carousel {
  position: relative;
  max-width: 948px;
  margin-inline: auto;
}
.carousel-next,
.carousel-prev {
  position: absolute;
  z-index: 10;
  top: calc(100% - 1.2rem);
  height: 24px;
  aspect-ratio: 1;
  appearance: none;
  background-color: transparent;
  border: none;
}
@media (min-width: 768px) {
  .carousel-next,
  .carousel-prev {
    top: 50%;
    transform: translatey(-50%);
  }
}
.carousel-next {
  right: -48px;
}
.carousel-prev {
  left: -48px;
}
.carousel-pages {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.carousel-page {
  appearance: none;
  background-color: transparent;
  border: none;
  height: 12px;
  aspect-ratio: 1;
  background-color: #C9D0D9;
  border-radius: 9999px;
}
.carousel-page.active {
  background-color: #1171BB;
}
.carousel-inner {
  display: flex;
  align-items: center;
  overflow-x: scroll;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.carousel-inner::-webkit-scrollbar {
  display: none;
}
.carousel-slide {
  min-width: 100%;
  scroll-snap-align: center;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .hero-container {
    overflow: hidden;
  }
}
.hero-container .h1 {
  margin-top: 3.2rem;
}
@media screen and (min-width: 768px) {
  .hero-container .h1 {
    margin-top: 5.6rem;
  }
}
@media screen and (min-width: 1200px) {
  .hero-container .h1 {
    margin-top: 120px;
  }
}
.hero-text {
  margin: auto;
  max-width: 33rem;
}
@media screen and (min-width: 768px) {
  .hero-text {
    max-width: none;
  }
}
.hero-image {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 33rem;
  margin-top: 3.2rem;
}
@media screen and (min-width: 768px) {
  .hero-image {
    max-width: none;
  }
}
.tab-container {
  box-shadow: 0 5px 12px 0 rgba(25, 34, 43, 0.1);
}
.tab-container .custom-tabs a {
  display: inline-block;
  color: #6E7681;
  font-weight: 500;
  font-size: 2rem;
}
.tab-container .custom-tabs a.active {
  color: #19222B;
  position: relative;
}
.tab-container .custom-tabs a.active::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0.8rem 0.8rem 0 0;
  width: 100%;
  border-top: 0.4rem solid #1171bb;
}
.main-content .video-heading {
  margin-top: 5.6rem;
}
@media screen and (min-width: 1200px) {
  .main-content .video-heading {
    margin-top: 8rem;
  }
}
.main-content .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.main-content .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.started-cta .h2 {
  margin-top: 3.2rem;
}
@media screen and (min-width: 768px) {
  .started-cta .h2 {
    margin-top: 5.6rem;
  }
}
.started-cta a {
  margin-bottom: 3.2rem;
}
@media screen and (min-width: 768px) {
  .started-cta a {
    margin-bottom: 5.6rem;
  }
}
.step-wrapper {
  overflow: hidden;
}
.step-container {
  position: relative;
}
.step-image {
  display: block;
  width: 100%;
  margin-bottom: 3.2rem;
}
.d-flex .h2 {
  margin: 0;
}
.step-heading-container {
  margin-bottom: 2rem;
}
.icon-number {
  width: 4.1rem;
  height: 4.1rem;
  margin-right: 1.6rem;
  border-radius: 50%;
  background-color: #1171bb;
  color: #fff;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 2.2rem;
}
.step-check-marks {
  flex-wrap: wrap;
  flex-wrap: wrap;
}
.step-check-item {
  margin-right: 2.4rem;
  margin-bottom: 1.6rem;
  font-size: 1.8rem;
}
.step-check-item p {
  display: inline-block;
  margin-left: 36px;
}
.step-check-icon {
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 1.2rem;
  background-color: #ddf0fe;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  position: absolute;
}
.step-check-icon .far {
  margin-top: 0.4rem;
  font-size: 1.7rem;
  color: #1171bb;
}
.step-text {
  margin-bottom: 2rem;
}
.blue-bar-cta {
  margin: 0 1.5rem;
}
@media screen and (min-width: 768px) {
  .blue-bar-cta {
    margin: 0;
  }
}
.blue-bar-cta .background-blue1 {
  color: #FFFFFF;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .blue-bar-cta .background-blue1 {
    display: flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
  }
  .blue-bar-cta .background-blue1 .left-col {
    text-align: left;
    display: flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
}
.blue-bar-cta .deco-circle {
  display: -webkit-box;
  display: flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background-color: #fff;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 1200px) {
  .blue-bar-cta .deco-circle {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
}
.blue-bar-cta .deco-circle .deco-icon {
  margin-top: 5px;
}
.blue-bar-cta .btn {
  margin-top: 2.4rem;
}
@media screen and (min-width: 768px) {
  .blue-bar-cta .btn {
    white-space: nowrap;
  }
}
@media screen and (min-width: 1200px) {
  .blue-bar-cta .btn {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .stats-main-flex {
    display: flex;
    align-items: center;
    min-height: 34.5rem;
  }
}
@media screen and (min-width: 992px) {
  .stats-main-flex {
    min-height: 45.5rem;
  }
}
.stats-main-heading {
  font-size: 3.2rem;
}
@media screen and (min-width: 768px) {
  .stats-main-heading {
    font-size: 4rem;
    line-height: 0.88;
  }
}
.stats-main-value {
  font-size: 6.5rem;
  color: #1171BB;
  font-weight: 600;
  line-height: 0.54;
}
@media screen and (min-width: 768px) {
  .stats-main-value {
    font-size: 7.5rem;
    line-height: 0.47;
  }
}
.grey-cta {
  padding: 3.2rem 0;
}
@media screen and (min-width: 768px) {
  .grey-cta {
    padding: 5.6rem 0;
  }
}
@media screen and (min-width: 1200px) {
  .grey-cta {
    padding: 8rem 0;
  }
}
.grey-cta h3 {
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 768px) {
  .grey-cta h3 {
    margin-bottom: 2.4rem;
  }
}
.grey-cta .deco-icon-link {
  display: inline-block;
  margin-top: 5.6rem;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 768px) {
  .grey-cta .deco-icon-link {
    margin-bottom: 3.2rem;
  }
}
.grey-cta .deco-icon-link .deco-circle {
  display: -webkit-box;
  display: flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background-color: #fff;
}
@media screen and (min-width: 1200px) {
  .grey-cta .deco-icon-link .deco-circle {
    margin-right: 2.4rem;
    margin-bottom: 0;
  }
}
.grey-cta .deco-icon-link .deco-circle .deco-icon {
  margin-top: 5px;
}
.grey-cta .btn-primary {
  margin-top: 3.2rem;
}
@media screen and (min-width: 768px) {
  .grey-cta .btn-primary {
    margin-top: 5.6rem;
  }
}
.blue-bar-cta {
  margin-top: 5.6rem;
  margin-bottom: 3.2rem;
}
@media screen and (min-width: 768px) {
  .blue-bar-cta {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
}
@media screen and (min-width: 1200px) {
  .blue-bar-cta .text-md {
    margin-right: 5.6rem;
  }
}
.grey-cta .subheading {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .grey-cta .subheading {
    margin-bottom: 2.4rem;
  }
}
.grey-cta .testimonial-wrap {
  background-color: #FFFFFF;
  text-align: left;
  padding: 2.4rem;
  border-radius: 0.8rem;
  margin-top: 2.4rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .grey-cta .testimonial-wrap {
    margin-top: 3.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .grey-cta .testimonial-wrap {
    min-height: 295px;
  }
}
.grey-cta .testimonial-wrap p {
  margin-bottom: 4rem;
}
.grey-cta .testimonial-wrap .avatar-wrap {
  position: absolute;
  bottom: 24px;
  left: 24px;
}
.grey-cta .testimonial-wrap .avatar-wrap p {
  font-weight: 500;
  font-size: 2rem;
}
.pm-wrapper {
  padding: 3.2rem 0;
  text-align: center;
}
.pm-wrapper .btn {
  display: block;
}
@media screen and (min-width: 768px) {
  .pm-wrapper .btn {
    display: inline-block;
  }
}
@media screen and (min-width: 992px) {
  .pm-wrapper {
    padding: 5.6rem 0;
    text-align: left;
  }
}
.help-container {
  padding-top: 3.2rem;
}
@media screen and (min-width: 768px) {
  .help-container {
    padding-top: 8rem;
  }
}
@media (width >= 480px) {
  .step-image {
    margin-bottom: 8rem;
  }
  .step-container-left::before,
  .step-container-right::before {
    top: 8rem;
    font-size: 38rem;
  }
}
@media (width >= 768px) {
  .step-container-left::before {
    top: -5rem;
    left: -20rem;
    font-size: 50rem;
  }
  .step-container-right::before {
    top: -5rem;
    right: -20rem;
    font-size: 50rem;
  }
  .step-container-left-3::before {
    top: -10rem;
  }
  .step-check-item {
    margin-bottom: 2rem;
  }
}
@media (width >= 992px) {
  .step-container-left::before {
    top: 0;
    left: -20rem;
  }
  .step-container-right::before {
    top: 0;
    right: -20rem;
  }
  .step-image {
    margin-bottom: 0;
  }
}
@media (width >= 1920px) {
  .step-container-left::before {
    top: -15rem;
    left: -32rem;
    font-size: 80rem;
  }
  .step-container-right::before {
    top: -15rem;
    right: -32rem;
    font-size: 80rem;
  }
  .step-container-left-3::before {
    top: -30rem;
  }
}
.row-flex-v-center {
  display: block;
}
@media screen and (min-width: 992px) {
  .row-flex-v-center {
    display: flex;
    align-items: center;
  }
}
.Testimonials .carousel-prev {
  bottom: 0;
  left: 2rem;
}
@media screen and (width >= 992px) {
  .Testimonials .carousel-prev {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (width >= 992px) {
  .Testimonials .carousel-prev {
    left: 0;
  }
}
.Testimonials .carousel-next {
  right: 2rem;
}
@media screen and (width >= 992px) {
  .Testimonials .carousel-next {
    right: 0;
  }
}
.Testimonials-review {
  font-size: 1.8rem;
  text-wrap: balance;
  padding-inline: 4rem;
  margin-top: 1rem;
}
@media screen and (width >= 768px) {
  .Testimonials-review {
    font-size: 3.2rem;
    line-height: 4rem;
    font-weight: 500;
  }
}
.Testimonials-attribution {
  color: #4F5963;
}
.wave-container {
  position: relative;
  z-index: -10;
  width: 100%;
  height: 25rem;
}
.grey-wave {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
/*# sourceMappingURL=how-it-works-2V5U6IOT.min.css.map */
