body {
  color: #333;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 140%;
}

.d-flex-all {
  display: flex;
}

.d-flex-all.justify-between {
  justify-content: space-between;
}

.d-flex-all.justify-between.items-center {
  align-items: center;
}

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

.day-to-day {
  background-color: #f0f8ff;
}

.faq-head {
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.feature-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.d-flex-column {
  flex-flow: column;
  display: flex;
}

.d-flex-column.gap-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.d-flex-column.gap-40 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.d-flex-column.justify-center {
  align-items: center;
}

.d-flex-column.justify-center.gap-24 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.feature-strip {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: #fff;
  border-radius: 12px;
  padding: 32px 100px;
  display: flex;
  box-shadow: 0 9px 36px #0000001a;
}

.faq-open {
  cursor: pointer;
}

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

.faq-close {
  cursor: pointer;
  display: none;
}

.text-block-2 {
  color: #111217;
}

.bg-neutral-50 {
  background-color: #fafafb;
}

.footer-flex {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  padding-top: 64px;
  padding-bottom: 32px;
  display: flex;
}

.hero-h1 {
  color: #035ea1;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 60px;
  font-weight: 700;
  line-height: 72px;
}

.faq-data {
  color: #667085;
  padding-top: 12px;
  display: none;
  overflow: hidden;
}

.role-feature {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #111217;
  background-color: #fff;
  border: 1px solid #e4e5eb;
  border-radius: 8px;
  align-items: center;
  padding: 12px 20px;
  display: flex;
}

.hero-bg {
  background-image: url('../images/hero-img-v2.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 75%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.flex-center {
  justify-content: center;
  display: flex;
}

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.container-md {
  width: 90%;
  max-width: 1041px;
  margin-left: auto;
  margin-right: auto;
}

.ms-xl-4pr {
  padding-left: 4%;
}

.faq-title {
  color: #101828;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 500;
}

.dtd-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #444a5b;
  background-color: #fafafb;
  border: 1px solid #e4e5eb;
  border-radius: 8px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  padding: 20px 24px;
  display: flex;
}

.image {
  width: 32px;
  display: block;
}

.bg-blue-gradient {
  background-image: linear-gradient(270deg, #075085, #075085 46%, #07508500), url('../images/working-man.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 60%;
}

.faq-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.p-who-we-are {
  text-align: center;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 32px;
}

.btn-primary {
  color: #fafafb;
  text-align: center;
  background-color: #1da1f2;
  border-radius: 8px;
  width: 232px;
  padding: 12px 18px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.btn-primary._w-auto {
  width: auto;
}

.container {
  width: 90%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.faq-item {
  background-color: #fff;
  border: 1px solid #e4e5eb;
  border-radius: 8px;
  padding: 24px;
}

.popup-close {
  color: #101828;
  background-color: #f5f5f5;
  border-radius: 50%;
  padding: 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
}

.d-flex {
  display: flex;
}

.d-flex.gap-32 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.d-flex.position-relative {
  z-index: 1;
  position: relative;
}

.d-flex.items-center {
  align-items: center;
}

.d-flex.justify-end {
  justify-content: flex-end;
}

.features-strip-wrapper {
  z-index: 10;
  margin-top: -80px;
  position: relative;
}

.brand {
  color: #1da1f2;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
  line-height: 117%;
  text-decoration: none;
}

.flex-end {
  justify-content: flex-end;
  display: flex;
}

.who-we-are {
  color: #fafafb;
  background-image: url('../images/rays-bg.png'), linear-gradient(#035ea1, #075085);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.requirement-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #111217;
  background-color: #fff;
  align-items: center;
  padding: 12px 20px;
  display: flex;
}

.li-neutral-50 {
  color: #fafafb;
  background-image: url('../images/check-circle-white_1check-circle-white.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 44px;
}

.hero-v2 {
  background-color: #f0f8ff;
  position: relative;
}

._w-100 {
  width: 100%;
}

.section-heading {
  color: #111217;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 48px;
  font-weight: 600;
  line-height: 56px;
}

.section-heading.mb-0 {
  margin-bottom: 0;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.py-80.pb-0 {
  padding-bottom: 0;
}

._w-50 {
  width: 50%;
}

._w-50.pe-xl-80 {
  padding-right: 80px;
}

._w-50.ps-xl-80 {
  padding-left: 80px;
}

._w-50.pt-80-pb-160 {
  padding-top: 80px;
  padding-bottom: 160px;
}

._w-50.pt-80-pb-160.relative-1 {
  position: relative;
}

._w-50.pt-80-pb-160.relative-1.hero-content-v2.hero-w-60 {
  width: 60%;
}

._w-50.pt-80-pb-160.relative-1.hero-content-v2.new-hero {
  flex-flow: column;
  justify-content: center;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.hero-caption-v2 {
  color: #444a5b;
  letter-spacing: -2px;
  margin-bottom: 24px;
  font-size: 28px;
  font-weight: 500;
  line-height: 28px;
}

.text-center {
  color: #111217;
  text-align: center;
}

.footer-link {
  color: #333333b3;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
}

.text-block-4 {
  color: #444a5b;
}

.popup-wrapper {
  z-index: 1000;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff80;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-wrapper.show {
  display: flex;
}

.text-block {
  color: #111217;
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
}

.popup-form {
  background-color: #fff;
  border-radius: 20px;
  width: 90%;
  max-width: 700px;
  padding: 40px;
  position: relative;
  box-shadow: 0 0 30px 10px #0000004d;
}

.hr {
  background-color: #a7a6a6;
  height: 1px;
}

.close-btn-wrapper {
  z-index: 1000;
  position: absolute;
  inset: 8px 10px auto auto;
}

.py-10px {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-10px.sticky-top {
  z-index: 100;
  background-color: #fff;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}

.code-embed {
  margin-bottom: 0;
}

.hero-ul {
  margin-bottom: 20px;
  padding-left: 0;
  list-style-type: none;
}

.hero-ul-li {
  color: #444a5b;
  background-image: url('../images/hero-ul-bullet.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 20px;
  padding-left: 44px;
  font-size: 24px;
  line-height: 180%;
}

.hero-strip {
  color: #fff;
  background-color: #47b2f5;
  width: 90%;
  max-width: 565px;
  margin-bottom: 16px;
  padding: 12px 20px;
  font-size: 32px;
  font-style: italic;
  font-weight: 500;
  line-height: 100%;
}

.hero-bg-md {
  background-image: url('../images/hero-img-v2.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 75%;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.d-none {
  display: none;
}

.paragraph {
  color: #444a5b;
  margin-bottom: 0;
}

.mb-64 {
  margin-bottom: 64px;
}

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

.text-white {
  color: #fff;
}

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

._w-60 {
  width: 60%;
}

.ul-white-tick {
  margin-bottom: 20px;
  padding-left: 0;
  list-style-type: none;
}

.ul-white-tick-li {
  color: #fafafb;
  background-image: url('../images/white-tick.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 24px;
  padding-left: 40px;
  font-size: 16px;
  line-height: 140%;
}

._w-55, ._w-55-lg-50 {
  width: 55%;
}

.checkers-bg {
  background-color: #f0f8ff;
  background-image: url('../images/check-background.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.checkers-bg.py-80 {
  flex-flow: column;
  align-items: center;
}

.max-w-872 {
  max-width: 872px;
  margin-left: auto;
  margin-right: auto;
}

.text-blue {
  color: #035ea1;
}

.pt-80 {
  padding-top: 80px;
}

.pt-80.pb-0 {
  padding-bottom: 0;
}

.flex-grow-1 {
  flex: 1;
}

.flex-column {
  flex-flow: column;
  display: flex;
}

.flex-column.align-center {
  justify-content: center;
}

.flex-column.align-center.flex-grow-1.py-80.bg-aliceblue.thank-you-bg-2 {
  background-image: url('../images/hero-img-v2.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 70%;
}

.min-height-100vh {
  min-height: 100vh;
}

.bg-aliceblue {
  background-color: #f0f8ff;
}

.max-w-928-center {
  max-width: 928px;
  margin-left: auto;
  margin-right: auto;
}

.thank-you-h1 {
  color: #035ea1;
  text-align: center;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 72px;
  font-weight: 600;
  line-height: 115%;
}

.thank-you-h1.text-left {
  text-align: left;
}

.thank-you-h1.text-left.m-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.hero-h1-semibold {
  color: #035ea1;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 60px;
  font-weight: 600;
  line-height: 72px;
}

.max-w-818 {
  max-width: 818px;
}

.thank-you-bg {
  background-image: url('../images/hero-img-v2.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.mt-64 {
  margin-top: 64px;
}

.max-w-1145 {
  max-width: 1145px;
}

.max-w-600 {
  max-width: 600px;
}

.hero-bg-v3 {
  background-image: url('../images/confident-smiling-female.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 75%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.hero-bg-md-v3 {
  background-image: url('../images/hero-img-v2.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 75%;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.hero-bg-v4 {
  background-image: url('../images/friendly-male.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 75%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.hero-bg-md-v4 {
  background-image: url('../images/hero-img-v2.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 75%;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.hide {
  display: none;
}

.h-100 {
  height: 100%;
}

.hero-inner-container {
  flex-flow: column;
  justify-content: center;
  width: 90%;
  max-width: 1600px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-80.pb-0 {
  padding-bottom: 0;
}

@media screen and (min-width: 1440px) {
  .text-block-2 {
    color: #111217;
  }

  .section-heading.mb-40.text-center.text-white {
    color: #fff;
  }

  .hero-caption-v2, .text-center {
    color: #111217;
  }
}

@media screen and (min-width: 1920px) {
  .hero-bg {
    background-position: 100% 10%;
    background-size: cover;
  }

  .container-md {
    max-width: 1000px;
  }

  .hero-ul-li {
    margin-bottom: 20px;
  }

  .hero-bg-md {
    background-position: 100% 10%;
    background-size: cover;
  }

  .ul-white-tick-li {
    font-size: 20px;
    line-height: 150%;
  }

  ._w-55, ._w-55-lg-50 {
    width: 50%;
  }

  .hero-bg-md-v3, .hero-bg-v4, .hero-bg-md-v4 {
    background-position: 100% 10%;
    background-size: cover;
  }
}

@media screen and (max-width: 991px) {
  .feature-strip {
    padding-left: 32px;
    padding-right: 32px;
  }

  .grid.mb-40 {
    grid-template-columns: 1fr;
  }

  .hero-bg {
    background-position: 70%;
    width: 40%;
    display: none;
  }

  .ms-xl-4pr {
    padding-left: 0%;
  }

  .bg-blue-gradient {
    background-size: auto, cover;
  }

  .d-flex {
    flex-flow: column;
  }

  .d-flex.items-center.gap-md-80 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .d-flex.items-center.gap-md-80.md-reverse {
    flex-flow: column-reverse;
  }

  .d-flex.justify-end.md-flex-end {
    flex-flow: row;
  }

  ._w-50 {
    width: 100%;
  }

  ._w-50.pe-xl-80 {
    padding-right: 0;
  }

  ._w-50.ps-xl-80 {
    padding-left: 0;
  }

  ._w-50.pt-80-pb-160.relative-1.hero-content-v2 {
    z-index: 1;
    width: 60%;
  }

  ._w-50.pt-80-pb-160.relative-1.hero-content-v2.hero-w-60 {
    width: 70%;
  }

  ._w-50.pt-80-pb-160.relative-1.hero-content-v2.new-hero {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-bg-md {
    background-position: 50%;
    width: 60%;
    display: block;
  }

  .flex-column.align-center.flex-grow-1.py-80.bg-aliceblue.thank-you-bg-2 {
    background-position: 0 0;
    background-size: 120%;
  }

  .thank-you-h1 {
    font-size: 60px;
  }

  .max-w-600 {
    max-width: 570px;
  }

  .hero-bg-v3 {
    width: 40%;
    display: none;
  }

  .hero-bg-md-v3 {
    background-image: url('../images/confident-smiling-female.png');
    background-position: 60%;
    width: 60%;
    display: block;
  }

  .hero-bg-v4 {
    background-position: 70%;
    width: 40%;
    display: none;
  }

  .hero-bg-md-v4 {
    background-image: url('../images/friendly-male.png');
    background-position: 50%;
    width: 60%;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 130%;
  }

  .footer-link-wrapper {
    flex-flow: column;
  }

  .feature-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    font-size: 12px;
    line-height: 140%;
  }

  .feature-strip {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 20px;
  }

  .footer-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .hero-h1 {
    font-size: 36px;
    line-height: 120%;
  }

  .role-feature {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 10px 16px;
  }

  .my-40 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .faq-title {
    font-size: 20px;
  }

  .dtd-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .p-who-we-are {
    font-size: 18px;
    line-height: 26px;
  }

  .btn-primary {
    width: auto;
  }

  .d-flex.gap-32 {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
  }

  .brand.w--current {
    font-size: 26px;
  }

  .requirement-item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 10px 16px;
  }

  .li-neutral-50 {
    background-size: 24px;
  }

  .section-heading {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 120%;
  }

  .section-heading.mb-64 {
    margin-bottom: 40px;
  }

  .py-80 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-caption-v2 {
    font-size: 16px;
    line-height: 140%;
  }

  .footer-link {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .text-block {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 26px;
  }

  .popup-form {
    padding: 30px 20px 20px;
  }

  .hero-ul-li {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .hero-strip {
    font-size: 24px;
  }

  .ul-white-tick-li {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .pt-80 {
    padding-top: 40px;
  }

  .flex-column.align-center.flex-grow-1.py-80.bg-aliceblue.thank-you-bg-2 {
    background-position: 0 0;
    background-size: 120%;
  }

  .thank-you-h1 {
    font-size: 48px;
  }

  .hero-h1-semibold {
    font-size: 36px;
    line-height: 120%;
  }

  .max-w-818 {
    max-width: 350px;
  }

  .mt-64 {
    margin-top: 30px;
  }

  .pb-80 {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 479px) {
  .feature-strip {
    flex-flow: column;
  }

  .hero-h1 {
    font-size: 28px;
  }

  .hero-bg {
    background-position: 50% 0;
    width: 100%;
    height: 300px;
    position: static;
  }

  .btn-primary {
    padding: 10px 12px;
    font-size: 14px;
  }

  .brand {
    font-size: 20px;
  }

  ._w-50.pt-80-pb-160.relative-1.hero-content-v2 {
    width: 100%;
    padding-bottom: 20px;
  }

  ._w-50.pt-80-pb-160.relative-1.hero-content-v2.hero-w-60 {
    width: 100%;
  }

  ._w-50.pt-80-pb-160.relative-1.hero-content-v2.new-hero {
    padding-top: 40px;
    padding-bottom: 10px;
  }

  .popup-wrapper {
    overflow: scroll;
  }

  .hero-bg-md {
    background-position: 50% 0;
    width: 100%;
    height: 300px;
    position: static;
  }

  ._w-55-lg-50 {
    width: 100%;
  }

  .flex-column.align-center.flex-grow-1.py-80.bg-aliceblue.thank-you-bg-2 {
    background-position: 25%;
    background-size: 150%;
    justify-content: flex-start;
    padding-top: 250px;
  }

  .thank-you-h1 {
    font-size: 40px;
  }

  .hero-h1-semibold {
    font-size: 28px;
  }

  .max-w-818 {
    max-width: 250px;
  }

  .thank-you-bg {
    background-position: 150% 0;
  }

  .thank-you-bg.bg-aliceblue.min-height-100vh.py-80.ty-bg-sm {
    background-position: 0 0;
    background-size: 120%;
  }

  .max-w-600 {
    max-width: 290px;
  }

  .hero-bg-v3, .hero-bg-md-v3, .hero-bg-v4, .hero-bg-md-v4 {
    background-position: 50% 0;
    width: 100%;
    height: 300px;
    position: static;
  }
}


