.button {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
  background: #E43636;
  border-radius: 16px;
  padding: 20px 30px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.button .button__text {
  position: relative;
  z-index: 2;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #FFFFFF;
}
.button .button__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: transparent;
}
.button {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.button:hover {
  background: #333333;
}
@media screen and (min-width: 992px) {
  .button {
    padding: 20px 30px;
    height: 60px;
  }
  .button .button__text {
    font-size: 16px;
    line-height: 1;
  }
}

h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 42px;
  letter-spacing: 0%;
  color: #333333;
}
h2 span {
  color: #16A34A;
}
@media screen and (min-width: 992px) {
  h2 {
    font-size: 4rem;
    line-height: 50px;
  }
}

h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #282828;
}
h3 span {
  font-weight: 500;
}
h3 span.green {
  color: #127956;
}
@media screen and (min-width: 992px) {
  h3 {
    font-size: 25px;
  }
}
@media screen and (min-width: 1300px) {
  h3 {
    font-size: 35px;
    line-height: 60px;
  }
}

p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0%;
  color: rgba(51, 51, 51, 0.8);
}
@media screen and (min-width: 992px) {
  p {
    font-size: 1.8rem;
    line-height: 30px;
  }
}

.navbtns {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 10px;
  margin-top: 16px;
}
.navbtns .swiper-button-next, .navbtns .swiper-button-prev {
  position: static;
  margin: 0;
}
.navbtns .swiper-button-next svg, .navbtns .swiper-button-prev svg {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  padding: 0;
  margin: 0;
}

html {
  font-size: 10px;
}

button {
  cursor: pointer;
}

.call-whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  z-index: 1000;
}
.call-whatsapp a {
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: -ms-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;
  background: #1AA676;
  border-radius: 50%;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.call-whatsapp a:hover {
  background: #14986B;
}
.call-whatsapp a.call {
  background: #3C92D5;
}
.call-whatsapp a.call:hover {
  background: #2A6EBB;
}
@media screen and (max-width: 768px) {
  .call-whatsapp {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

.container {
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
@media (min-width: 450px) {
  .container {
    max-width: 400px;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1120px;
  }
}
@media (min-width: 1300px) {
  .container {
    max-width: 1320px;
  }
}

.container-fluid {
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.mobile-img {
  display: block;
}
@media screen and (min-width: 992px) {
  .mobile-img {
    display: none;
  }
}

.desktop-img {
  display: none;
}
@media screen and (min-width: 992px) {
  .desktop-img {
    display: block;
  }
}

.bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.header {
  position: absolute;
  width: 100%;
  z-index: 99;
  top: 32px;
}
.header .logo {
  width: 144px;
}
.header .logo img {
  display: block;
  width: 100%;
  height: auto;
}
.header .headerContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header .contactBtns {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 26px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 16px;
}
.header .contactBtns .btn {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .contactBtns .whatsapp {
  background: -webkit-gradient(linear, left top, left bottom, from(#61FD7D), to(#2BB826));
  background: linear-gradient(180deg, #61FD7D 0%, #2BB826 100%);
}
.header .contactBtns .whatsapp:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#61FD7D), to(rgba(43, 184, 38, 0.8352941176)));
  background: linear-gradient(180deg, #61FD7D 0%, rgba(43, 184, 38, 0.8352941176) 100%);
}
.header .contactBtns .call {
  background: #3B82F6;
}
.header .contactBtns .call:hover {
  background: rgba(59, 130, 246, 0.8352941176);
}
.header .contactBtns .call .call-text {
  display: none;
}
.header .enquiryBtn {
  padding: 10px 20px;
  height: 40px;
  border-radius: 8px;
}
@media screen and (min-width: 992px) {
  .header .logo {
    width: 195px;
  }
  .header .enquiryBtn {
    display: none;
  }
  .header .contactBtns {
    position: static;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header .contactBtns .call {
    background: #FFD15B;
    width: auto;
    padding: 11.5px 20px;
  }
  .header .contactBtns .call:hover {
    background: rgba(255, 209, 91, 0.8352941176);
  }
  .header .contactBtns .call img {
    display: none;
  }
  .header .contactBtns .call .call-text {
    display: block;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #333333;
    text-decoration: none;
  }
  .header .contactBtns .call .call-text span {
    font-weight: 600;
    margin-left: 10px;
  }
}

.stickyBtns {
  position: fixed;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 20px;
  bottom: 26px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 16px;
}
.stickyBtns .btn {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.stickyBtns .whatsapp {
  background: -webkit-gradient(linear, left top, left bottom, from(#61FD7D), to(#2BB826));
  background: linear-gradient(180deg, #61FD7D 0%, #2BB826 100%);
}
.stickyBtns .whatsapp:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#61FD7D), to(rgba(43, 184, 38, 0.8352941176)));
  background: linear-gradient(180deg, #61FD7D 0%, rgba(43, 184, 38, 0.8352941176) 100%);
}
.stickyBtns .call {
  background: #3B82F6;
}
.stickyBtns .call:hover {
  background: rgba(59, 130, 246, 0.8352941176);
}
.stickyBtns .call .call-text {
  display: none;
}

.banner {
  position: relative;
}
.banner .enquiryBtn {
  position: absolute;
  right: 0;
  top: 32px;
}
.banner .banner-container {
  position: relative;
}
.banner .banner-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .logo {
  position: absolute;
  top: 30px;
  width: 120px;
}
.banner .logo img {
  width: 100%;
  height: auto;
}
.banner .banner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 146px 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .banner .banner-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 160px 0 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.banner .banner-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 992px) {
  .banner .banner-image {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.banner .banner-text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner .banner-text h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 4rem;
  line-height: 45px;
  color: #333333;
  max-width: unset;
  margin-bottom: 10px;
  text-align: center;
}
.banner .banner-text h1 span {
  color: #16A34A;
}
@media screen and (min-width: 992px) {
  .banner .banner-text h1 {
    font-size: 4.8rem;
    line-height: 54px;
    text-align: left;
  }
}
.banner .banner-text p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 24px;
  letter-spacing: 0%;
  color: rgba(51, 51, 51, 0.8);
  max-width: unset;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .banner .banner-text p {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 992px) {
  .banner .banner-text p {
    font-size: 1.8rem;
    line-height: 26px;
    text-align: left;
  }
}
.banner .banner-container {
  position: relative;
  height: 100%;
}
.banner .banner-form {
  width: 100%;
  padding: 0;
}
.banner .banner-form-container {
  z-index: 10;
}
@media screen and (min-width: 992px) {
  .banner .logo {
    top: 40px;
    width: 195px;
  }
  .banner .banner-form-container {
    position: absolute;
    width: 100%;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) !important;
            transform: translateY(-50%) !important;
  }
  .banner .banner-left {
    width: 55%;
  }
  .banner .banner-form {
    width: 40%;
  }
}
@media screen and (min-width: 1300px) {
  .banner .logo {
    width: 157px;
  }
}

.footer {
  position: relative;
}
.footer::before {
  content: "";
  position: absolute;
  background: linear-gradient(101.02deg, #16A34A 2.28%, #333333 130.07%);
  width: 100%;
  height: calc(100% - 126px);
  bottom: 0;
  left: 0;
  z-index: -1;
}
.footer::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  background: #2CAB49;
  z-index: -1;
}
.footer .content {
  background: linear-gradient(98.1deg, #4EB848 19.77%, #16A34A 128.52%);
  padding: 64px 28px 65px;
  padding-right: 0;
  border-top-left-radius: 40px;
}
.footer .footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
.footer .footer-content .footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
.footer .footer-content .footer-info .footer-links h5 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.footer .footer-content .footer-info .footer-links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer .footer-content .footer-info .footer-links a span {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFFFFF;
}
.footer .footer-content .footer-info .footer-links a:hover {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.footer .footer-content .footer-info .footer-links a + a {
  margin-top: 18.5px;
}
.footer .footer-content .footer-logo {
  width: 100%;
  max-width: 330px;
}
.footer .footer-content .footer-logo p {
  max-width: 280px;
  margin-left: auto;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0%;
  color: #FFFFFF;
  margin-bottom: 8px;
}
.footer .footer-content .footer-logo img {
  width: 100%;
  max-width: 320px;
  height: auto;
}
.footer .footer-bottom {
  padding: 16px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 60px;
}
.footer .footer-bottom .copyright {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0%;
  text-align: center;
  color: #FFFFFF;
}
.footer .curve-bg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.footer .curve-bg .container, .footer .curve-bg .curve {
  width: 100%;
  height: 100%;
}
.footer .curve-bg .curve {
  background: linear-gradient(98.1deg, #4EB848 19.77%, #16A34A 128.52%);
}
@media screen and (min-width: 768px) {
  .footer::after {
    background: #28AA49;
  }
}
@media screen and (min-width: 992px) {
  .footer::after {
    background: #27A949;
  }
  .footer .content {
    padding: 80px 40px 16px;
    padding-right: 0;
  }
  .footer .footer-bottom .copyright {
    font-size: 14px;
    text-align: right;
  }
  .footer .footer-content .footer-logo {
    width: 50%;
    max-width: 530px;
  }
  .footer .footer-content .footer-logo p {
    font-size: 16px;
    max-width: 375px;
  }
  .footer .footer-content .footer-logo img {
    max-width: 521px;
  }
}

.form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #FFFFFF;
  width: 100%;
  border-radius: 24px;
  max-width: 420px;
  margin: 0 0 0 auto;
  padding: 40px;
}
@media screen and (max-width: 992px) {
  .form {
    margin: 0 auto;
  }
}
.form h2 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 40px;
  color: #333333;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 576px) {
  .form h2 {
    font-size: 2.5rem;
    line-height: 32px;
  }
}
.form .inputBox + .inputBox {
  margin-top: 20px;
}
.form input, .form textarea, .form select {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.1;
  letter-spacing: -0.02em;
  padding: 13px 16px;
  width: 100%;
  border: 1px solid rgba(51, 51, 51, 0.1019607843);
  background: rgba(255, 255, 255, 0.4);
  border-radius: 6px;
  color: rgba(51, 51, 51, 0.4);
}
.form input::-webkit-input-placeholder, .form textarea::-webkit-input-placeholder, .form select::-webkit-input-placeholder {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: 0%;
  color: rgba(51, 51, 51, 0.4);
}
.form input::-moz-placeholder, .form textarea::-moz-placeholder, .form select::-moz-placeholder {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: 0%;
  color: rgba(51, 51, 51, 0.4);
}
.form input:-ms-input-placeholder, .form textarea:-ms-input-placeholder, .form select:-ms-input-placeholder {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: 0%;
  color: rgba(51, 51, 51, 0.4);
}
.form input::-ms-input-placeholder, .form textarea::-ms-input-placeholder, .form select::-ms-input-placeholder {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: 0%;
  color: rgba(51, 51, 51, 0.4);
}
.form input::placeholder, .form textarea::placeholder, .form select::placeholder {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: 0%;
  color: rgba(51, 51, 51, 0.4);
}
.form input:focus, .form textarea:focus, .form select:focus {
  outline: none;
}
.form input option, .form textarea option, .form select option {
  color: #1A2238;
}
@media screen and (max-width: 576px) {
  .form input, .form textarea, .form select {
    font-size: 1.5rem;
    line-height: 25px;
  }
}
@media screen and (max-width: 450px) {
  .form input, .form textarea, .form select {
    font-size: 1.3rem;
    line-height: 20px;
  }
}
.form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../images/white-drop.svg");
  background-size: 14px 8px;
  background-repeat: no-repeat;
  background-position: right 10px center;
  cursor: pointer;
}
.form #name {
  text-transform: capitalize;
}
.form .showLabel {
  position: relative;
}
.form .showLabel label.error {
  position: absolute;
  bottom: -15px;
  left: 0px;
  color: #fff;
  z-index: 1;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-size: 12px;
  padding: 2px 5px;
  border-radius: 5px;
  white-space: nowrap;
  background: #D73737;
}
.form .showLabel label.error::before {
  content: "";
  position: absolute;
  left: 4px;
  top: -4px;
  border-bottom: 5px solid #D73737;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.form .submit-btn {
  background: #E43636;
  font-family: "Poppins", sans-serif;
  font-size: 1.8rem;
  line-height: 1.1;
  font-weight: 600;
  color: #FFFFFF;
  padding: 15px 45px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 100%;
  white-space: nowrap;
  border: none;
  border-radius: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 40px;
  margin-top: 24px;
}
.form .submit-btn:hover, .form .submit-btn:focus {
  color: #000;
  background: #16A34A;
}
.form .submit-btn:hover .button__text, .form .submit-btn:focus .button__text {
  color: #FFFFFF;
}
.form .c-load, .form .c-status {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.form .c-load .circle, .form .c-status .circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 5px solid #F7A928;
  border-right-color: transparent;
  -webkit-animation: loader 1.2s linear infinite;
          animation: loader 1.2s linear infinite;
}
@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.form .c-load .status-box, .form .c-status .status-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form .c-load .status-box .status-icon img, .form .c-status .status-box .status-icon img {
  max-width: 65px;
}
.form .c-load .status-text, .form .c-status .status-text {
  text-align: center;
}
.form .c-load .status-text h5, .form .c-status .status-text h5 {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 45px;
  letter-spacing: -0.02em;
  color: #1A2238;
}
.form .c-load .status-text p, .form .c-status .status-text p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 20px;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: rgba(26, 34, 56, 0.75);
}
@media screen and (min-width: 768px) {
  .form .submit-btn {
    padding: 16px;
    height: 60px;
  }
}
@media screen and (min-width: 992px) {
  .form {
    padding: 40px;
  }
}

.popUpWrapper .form {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 992px) {
  .banner-form .form {
    display: none;
  }
}

.popUpWrapper {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.42);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.popUpWrapper.showPopup {
  visibility: visible;
  opacity: 1;
  z-index: 999;
}
.popUpWrapper .popUp {
  position: relative;
}
.popUpWrapper .popUp .closepop {
  position: absolute;
  width: 30px;
  right: -45px;
  top: -25px;
  cursor: pointer;
}
@media screen and (max-width: 576px) {
  .popUpWrapper .popUp .closepop {
    width: 25px;
    right: 0px;
    top: -40px;
  }
}

.thankyou-page .thankyou-banner {
  min-height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.thankyou-page .thankyou-banner h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 42px;
  letter-spacing: 0%;
  color: #333333;
}
.thankyou-page .thankyou-banner h1 span {
  color: #16A34A;
}
@media screen and (min-width: 992px) {
  .thankyou-page .thankyou-banner h1 {
    font-size: 4rem;
    line-height: 50px;
  }
}
.thankyou-page .thankyou-banner h1 {
  max-width: 630px;
  margin: 0 auto;
}
.thankyou-page .thankyou-banner p {
  margin-top: 15px;
}
.thankyou-page .thankyou-banner .content {
  text-align: center;
}
.thankyou-page .thankyou-banner .content .button {
  margin-top: 40px;
}

.counter {
  padding: 24px 0;
  position: relative;
  background: #F9F9F9;
  z-index: 0;
}
.counter::before {
  content: "";
  position: absolute;
  background-image: url("../images/counter-bg.svg");
  width: 490px;
  height: 285px;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  right: 0;
  background-position: right top;
}
.counter .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1036px;
  margin: 0 auto;
}
.counter .counter-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.counter .counter-box {
  width: 100%;
  text-align: center;
  position: relative;
  background: #FFFFFF;
  border-radius: 16px;
  padding: 26px;
}
.counter .counter-box .count-number {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
  color: #16A34A;
}
.counter .counter-box .count-text {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
  margin-top: 10px;
  color: rgba(51, 51, 51, 0.8980392157);
}
.counter .counter-box img {
  width: 100%;
}
.counter .counter-logo {
  width: 100%;
  text-align: center;
}
.counter .counter-logo .counter-box {
  display: -webkit-box;
  display: -ms-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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.counter .counter-logo .image {
  max-width: 132px;
}
@media screen and (min-width: 768px) {
  .counter .content {
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
  .counter .counter-content {
    width: calc(100% - 350px);
  }
  .counter .counter-content .counter-box {
    padding: 26px 40px;
    width: calc(50% - 4px);
  }
  .counter .counter-content .counter-box .count-number, .counter .counter-content .counter-box .count-text {
    text-align: left;
  }
  .counter .counter-logo {
    width: 340px;
  }
  .counter .counter-logo .counter-box {
    padding: 26px 32.5px;
    height: 100%;
  }
}
@media screen and (min-width: 992px) {
  .counter {
    padding: 32px 0;
  }
  .counter::before {
    width: 490px;
    height: 285px;
  }
  .counter .counter-content {
    position: relative;
  }
  .counter .counter-box .count-number {
    font-size: 4rem;
    line-height: 26px;
  }
  .counter .counter-box .count-text {
    font-size: 1.8rem;
    line-height: 26px;
  }
}

.customers {
  padding: 64px 0;
}
.customers h2 {
  text-align: center;
  max-width: 365px;
  margin: 0 auto 30px;
}
.customers .testimonial-slider {
  margin-top: 35px;
  overflow: hidden;
}
.customers .testimonial-slider .testmonialCard {
  position: relative;
  background: #F8F8F8;
  padding: 32px 40px;
  border-radius: 24px;
}
.customers .testimonial-slider .testmonialCard::before {
  content: "";
  position: absolute;
  background-image: url("../images/testimonial/quote.svg");
  width: 118px;
  height: 103px;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0px;
  left: 16px;
}
.customers .testimonial-slider .text {
  position: relative;
  height: 200px !important;
  overflow-y: auto;
  scrollbar-width: thin;
}
.customers .testimonial-slider .text ::-webkit-scrollbar-track {
  background-color: transparent;
}
.customers .testimonial-slider .text p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0%;
  color: rgba(51, 51, 51, 0.6);
  margin-right: 5px;
}
.customers .testimonial-slider .user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 2;
  position: relative;
  text-align: right;
  margin-top: 32px;
}
.customers .testimonial-slider .user .rating {
  margin-bottom: 6px;
}
.customers .testimonial-slider .user .name {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  color: #333333;
}
.customers .testimonial-slider .user .job {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  color: rgba(51, 51, 51, 0.8);
  margin-top: 5px;
}
.customers .testimonial-slider .user .image {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}
.customers .testimonial-slider .user .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (min-width: 768px) {
  .customers h2 {
    max-width: unset;
  }
  .customers .testimonial-slider {
    overflow: visible;
  }
}
@media screen and (min-width: 992px) {
  .customers {
    padding: 64px 0;
  }
  .customers .testimonial-slider .user {
    margin-top: 40px;
  }
}

.plans-banner {
  background-image: url("../images/plan-bg-mobile.png");
  padding: 70px 15px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.plans-banner .title {
  font-family: "Museo Sans", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: 0%;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.plans-banner .title span {
  display: inline-block;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.66);
  position: relative;
}
.plans-banner .title span::before {
  content: "";
  position: absolute;
  width: 170px;
  height: 22px;
  background-image: url("../images/strike.svg");
  background-repeat: no-repeat;
  background-size: contain;
  left: -10px;
  bottom: 6px;
  z-index: 0;
}
.plans-banner ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.plans-banner ul li {
  font-family: "Museo Sans", sans-serif;
  font-weight: 400;
  font-style: 500;
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: 0%;
  color: #FFFFFF;
  position: relative;
  display: -webkit-box;
  display: -ms-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;
  width: 100%;
  gap: 8px;
}
.plans-banner ul li::before {
  content: "";
  display: inline-block;
  background-image: url("../images/plans-check.svg");
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}
.plans-banner p {
  color: #FFFFFF;
}
.plans-banner .button {
  margin-top: 40px;
}
.plans-banner .content {
  text-align: center;
  max-width: 735px;
  margin: 0 auto;
  position: relative;
}
.plans-banner .content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 62px;
  background-image: url(../images/plans-before.svg);
  left: 0;
  background-repeat: no-repeat;
  background-position: bottom;
  bottom: 20px;
}
@media screen and (min-width: 576px) {
  .plans-banner {
    background-image: url("../images/plan-bg.png");
  }
  .plans-banner::before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.5411764706);
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
    top: 0;
  }
}
@media screen and (min-width: 768px) {
  .plans-banner ul {
    gap: 20px;
  }
  .plans-banner ul li {
    width: unset;
  }
}
@media screen and (min-width: 992px) {
  .plans-banner {
    padding: 170px 0;
  }
  .plans-banner .title {
    font-size: 50px;
  }
  .plans-banner .title span::before {
    width: 182px;
    height: 27px;
    bottom: 6px;
  }
  .plans-banner ul {
    gap: 40px;
  }
  .plans-banner ul li {
    font-size: 20px;
  }
}
@media screen and (min-width: 1300px) {
  .plans-banner .title {
    font-size: 57px;
  }
}

.faq {
  padding: 65px 0;
  position: relative;
}
.faq h2 {
  text-align: center;
  margin-bottom: 30px;
}
.faq .faq-content {
  max-width: 846px;
  margin: 0 auto;
}
.faq .faq-item {
  position: relative;
  padding-bottom: 25px;
  border-bottom: 2px solid rgba(51, 51, 51, 0.1019607843);
}
.faq .faq-item::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url("../images/plus.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: 0px;
  right: 0px;
  cursor: pointer;
}
.faq .faq-item + .faq-item {
  padding-top: 25px;
}
.faq .faq-item + .faq-item::before {
  top: 25px;
}
.faq .faq-question {
  width: 100%;
  background: transparent;
  text-align: left;
  border: none;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  color: #333333;
  max-width: calc(100% - 25px);
}
.faq .faq-answer {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease, padding 0.3s ease;
  transition: max-height 0.3s ease, padding 0.3s ease;
  max-width: calc(100% - 25px);
}
.faq .faq-answer p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0%;
  color: rgba(51, 51, 51, 0.8);
}
@media screen and (min-width: 992px) {
  .faq .faq-answer p {
    font-size: 1.8rem;
    line-height: 30px;
  }
}
.faq .faq-item.active .faq-answer {
  max-height: unset;
}
.faq .faq-item.active::before {
  background-image: url("../images/minus.svg");
}
.faq .faq-item.active .faq-answer {
  padding: 13px 0 0;
}
@media screen and (min-width: 992px) {
  .faq {
    padding: 64px 0;
  }
}

.dataflow-cta .content img, .verification-cta .content img, .this-could-cta .content img {
  width: 100%;
  height: auto;
}
.dataflow-cta .content .mobile-img, .verification-cta .content .mobile-img, .this-could-cta .content .mobile-img {
  display: block;
}
.dataflow-cta .content .desktop-img, .verification-cta .content .desktop-img, .this-could-cta .content .desktop-img {
  display: none;
}
@media screen and (min-width: 576px) {
  .dataflow-cta .content .mobile-img, .verification-cta .content .mobile-img, .this-could-cta .content .mobile-img {
    display: none;
  }
  .dataflow-cta .content .desktop-img, .verification-cta .content .desktop-img, .this-could-cta .content .desktop-img {
    display: block;
  }
}

.this-could-cta {
  padding-bottom: 65px;
}
.this-could-cta a {
  text-decoration: none;
}
.this-could-cta .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 24px;
  background-image: url("../images/be-you-mob-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 0;
}
.this-could-cta .content::before {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(22, 163, 74, 0)), to(#16A34A));
  background: linear-gradient(0deg, rgba(22, 163, 74, 0) 0%, #16A34A 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 24px;
  z-index: -1;
}
.this-could-cta .left {
  padding: 64px 20px 0;
  text-align: center;
}
.this-could-cta .left h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #FFFFFF;
}
.this-could-cta .left h2 span {
  font-size: 80px;
  font-weight: 700;
  color: #FFFFFF;
}
.this-could-cta .left .button {
  margin-top: 25px;
}
@media screen and (min-width: 576px) {
  .this-could-cta {
    padding-bottom: 54px;
  }
}
@media screen and (min-width: 992px) {
  .this-could-cta {
    margin-top: 70px;
  }
  .this-could-cta .content {
    padding: 0 50px;
    max-width: 870px;
    margin: 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    background-image: url("../images/be-you-bg.png");
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .this-could-cta .content::before {
    background: -webkit-gradient(linear, left top, right top, from(rgba(22, 163, 74, 0)), to(#16A34A));
    background: linear-gradient(90deg, rgba(22, 163, 74, 0) 0%, #16A34A 100%);
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  .this-could-cta .left {
    padding: 45px 10px 63px;
    padding-right: 0;
    text-align: left;
    width: 65%;
  }
  .this-could-cta .right {
    width: 40%;
    position: relative;
  }
  .this-could-cta .right img {
    width: 100%;
    max-width: 282px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

.verification-cta {
  position: relative;
  background: #3B82F6;
  overflow: hidden;
}
.verification-cta a {
  text-decoration: none;
}
.verification-cta .textContent {
  position: relative;
  z-index: 0;
  padding: 80px 0;
}
.verification-cta .textContent .text {
  width: 50%;
  max-width: 508px;
}
.verification-cta .textContent .text h2, .verification-cta .textContent .text p, .verification-cta .textContent .text .button {
  text-decoration: none;
}
.verification-cta .textContent .text h2 {
  color: #FFFFFF;
}
.verification-cta .textContent .text h2 span {
  color: #FFD15B;
}
.verification-cta .textContent .text p {
  font-weight: 500;
  color: #FFFFFF;
  margin: 12px 0 24px;
}
.verification-cta .content .image {
  position: relative;
}
.verification-cta .content .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.verification-cta .content .image::before {
  content: "";
  position: absolute;
  background: linear-gradient(0.44deg, rgba(59, 130, 246, 0) -28.23%, #3B82F6 99.62%);
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 576px) {
  .verification-cta .textContent {
    display: block;
  }
  .verification-cta .content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .verification-cta .content .image {
    width: 50%;
    height: 100%;
    margin-left: auto;
    position: relative;
  }
  .verification-cta .content .image::before {
    background: -webkit-gradient(linear, right top, left top, color-stop(1.61%, rgba(59, 130, 246, 0)), to(#3B82F6));
    background: linear-gradient(270deg, rgba(59, 130, 246, 0) 1.61%, #3B82F6 100%);
    bottom: unset;
    top: 0;
  }
  .verification-cta .content .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right;
       object-position: right;
  }
}
@media screen and (max-width: 576px) {
  .verification-cta .cta-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .verification-cta .cta-wrapper .textContent {
    padding: 60px 0 30px;
  }
  .verification-cta .cta-wrapper .textContent .text {
    width: 100%;
    max-width: unset;
    text-align: center;
  }
  .verification-cta .cta-wrapper .content .image {
    margin-bottom: -2px;
  }
}

.free-guide-cta {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.free-guide-cta a {
  text-decoration: none;
}
.free-guide-cta .content-wrap {
  background: #FFD15B;
  border-radius: 24px;
}
.free-guide-cta .content-wrap .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 40px;
  position: relative;
  z-index: 0;
}
.free-guide-cta .content-wrap .content::before {
  content: "";
  position: absolute;
  background: url("../images/e-book-mob-before.svg") no-repeat;
  width: 100%;
  height: 334px;
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  top: 0;
  z-index: -1;
  background-position: top right;
}
.free-guide-cta .content-wrap .right {
  padding: 64px 20px 0;
  text-align: center;
}
.free-guide-cta .content-wrap .right h2 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0%;
  color: rgba(51, 51, 51, 0.8980392157);
  text-decoration: none;
}
.free-guide-cta .content-wrap .right .button {
  margin-top: 24px;
}
.free-guide-cta .content-wrap .left {
  width: 100%;
  margin-bottom: -2px;
  text-align: center;
}
.free-guide-cta .content-wrap .left img {
  width: 100%;
}
.free-guide-cta .content-wrap .button {
  position: relative;
  padding: 17px 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.free-guide-cta .content-wrap .button::before {
  content: "";
  display: inline-block;
  background: url("../images/dwnload.svg") no-repeat;
  width: 26px;
  height: 26px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
  z-index: 0;
}
@media screen and (min-width: 576px) {
  .free-guide-cta .content-wrap .left img {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .free-guide-cta {
    margin-top: 60px;
    overflow: unset;
  }
  .free-guide-cta .content-wrap .content {
    padding: 0 80px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .free-guide-cta .content-wrap .content::before {
    width: 80px;
    height: 60px;
    background: url("../images/e-book-before.svg") no-repeat;
    background-position: left;
    background-size: contain;
    left: 5px;
    top: 15px;
    z-index: -1;
  }
  .free-guide-cta .content-wrap .content::after {
    content: "";
    position: absolute;
    background: url("../images/e-book-after.svg") no-repeat;
    width: 110px;
    height: 275px;
    background-size: contain;
    background-position: bottom right;
    right: 0;
    bottom: 0;
    z-index: -1;
  }
  .free-guide-cta .content-wrap .left {
    width: 40%;
    margin-bottom: 0;
    position: relative;
  }
  .free-guide-cta .content-wrap .left img {
    position: absolute;
    width: 100%;
    max-width: 355px;
    left: 0;
    bottom: 0;
  }
  .free-guide-cta .content-wrap .right {
    padding: 40px 10px;
    width: 60%;
    text-align: left;
  }
}
@media screen and (min-width: 1300px) {
  .free-guide-cta .content-wrap .content {
    padding: 0 150px;
  }
  .free-guide-cta .content-wrap .content::before {
    width: 103px;
    height: 83px;
  }
  .free-guide-cta .content-wrap .content::after {
    width: 135px;
    height: 260px;
  }
  .free-guide-cta .content-wrap .right h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .free-guide-cta .content-wrap .right .button {
    margin-top: 32px;
  }
}

.dataflow-cta a {
  text-decoration: none;
}
.dataflow-cta .content-wrap {
  background: #3B82F6;
  border-radius: 40px;
  overflow: hidden;
}
.dataflow-cta .content-wrap .left {
  padding: 60px 20px 0;
  text-align: center;
}
.dataflow-cta .content-wrap .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  position: relative;
  z-index: 0;
}
.dataflow-cta .content-wrap .content::before {
  content: "";
  position: absolute;
  background: url("../images/get-verified-before.svg") no-repeat;
  width: 100%;
  height: 406px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.dataflow-cta .content-wrap h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0%;
  color: #FFFFFF;
}
.dataflow-cta .content-wrap p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0%;
  color: rgba(255, 255, 255, 0.8980392157);
  margin: 12px 0 24px;
}
.dataflow-cta .content-wrap .right {
  text-align: center;
  margin-bottom: -2px;
}
.dataflow-cta .content-wrap .right img {
  max-width: 276px;
}
@media screen and (min-width: 992px) {
  .dataflow-cta {
    margin-top: 65px;
  }
  .dataflow-cta .content-wrap {
    overflow: unset;
  }
  .dataflow-cta .content-wrap .content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0 100px;
  }
  .dataflow-cta .content-wrap .content::before {
    width: 606px;
    height: 100%;
    right: 0;
    left: unset;
    background-position: bottom right;
  }
  .dataflow-cta .content-wrap .left {
    text-align: left;
    width: 60%;
    padding: 50px 0 60px;
  }
  .dataflow-cta .content-wrap .right {
    width: 40%;
    margin-bottom: 0;
    position: relative;
  }
  .dataflow-cta .content-wrap .right img {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 342px;
  }
}
@media screen and (min-width: 1300px) {
  .dataflow-cta .content-wrap h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .dataflow-cta .content-wrap p {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 32px;
    max-width: 450px;
  }
}

.healthcare {
  padding: 64px 0 60px;
}
.healthcare h2 {
  margin: 0 auto 30px;
  text-align: center;
  max-width: 780px;
}
.healthcare .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1120px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.healthcare .content .imageCard {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.healthcare .content .imageCard img {
  width: 100%;
  height: 100%;
  display: block;
  max-width: 240px;
}
.healthcare .content .imageCard h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: 0%;
  text-align: center;
  margin-top: 12px;
  text-wrap: nowrap;
  color: #333333;
}
@media screen and (min-width: 576px) {
  .healthcare .content .imageCard {
    width: calc(50% - 12px);
  }
}
@media screen and (min-width: 768px) {
  .healthcare .content .imageCard {
    width: calc(33.33% - 20px);
  }
  .healthcare .content .imageCard h3 {
    font-size: 22px;
    margin-top: 16px;
  }
}
@media screen and (min-width: 992px) {
  .healthcare {
    padding: 54px 0 60px;
  }
  .healthcare .content {
    gap: 24px 48px;
  }
  .healthcare .content .imageCard {
    width: calc(25% - 38px);
  }
}

.attestation {
  padding: 64px 0;
}
.attestation h2 {
  text-align: center;
}
.attestation .boxContent {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.attestation .box {
  padding: 38px 16px 22px;
  border-radius: 24px;
  background: rgba(240, 240, 240, 0.6);
  text-align: center;
  position: relative;
  width: calc(50% - 4px);
  margin-top: 40px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.attestation .box .text {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
  color: #333333;
  max-width: 171px;
  margin: 0 auto;
  margin-top: 7px;
}
.attestation .box .icon {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.attestation .box:hover {
  background: #F0F0F0;
}
@media screen and (min-width: 768px) {
  .attestation .box {
    width: calc(33.33% - 8px);
  }
}
@media screen and (min-width: 992px) {
  .attestation .box {
    width: calc(25% - 16px);
  }
}
@media screen and (min-width: 992px) {
  .attestation .box {
    width: calc(16.66% - 16px);
  }
}

.dataflow {
  padding-top: 64px;
}
.dataflow h2 {
  margin-bottom: 15px;
  text-align: center;
}
.dataflow .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1080px;
  margin: 0 auto;
}
.dataflow .imageCard {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 32px;
  background: #F9F9F9;
}
.dataflow .imageCard .image {
  max-width: 280px;
}
.dataflow .imageCard h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: 0%;
  text-align: center;
  margin: 0;
  color: #333333;
}
.dataflow .imageCard img {
  display: block;
  width: 100%;
  height: 100%;
}
.dataflow .imageCard:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
          box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}
@media screen and (min-width: 576px) {
  .dataflow .imageCard {
    width: calc(50% - 12px);
  }
}
@media screen and (min-width: 768px) {
  .dataflow .imageCard {
    width: calc(33.33% - 16px);
  }
  .dataflow .imageCard h3 {
    font-size: 20px;
  }
}

.why-you-need {
  padding: 64px 0;
  background: #FBFBFB;
  position: relative;
  z-index: 0;
}
.why-you-need::before {
  content: "";
  position: absolute;
  background-image: url("../images/why-need-before.svg");
  width: 300px;
  height: 200px;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: 0;
  z-index: -1;
  background-position: left;
}
.why-you-need::after {
  content: "";
  position: absolute;
  background-image: url("../images/why-need-after.svg");
  width: 300px;
  height: 200px;
  background-repeat: no-repeat;
  background-size: contain;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-position: right bottom;
}
.why-you-need .head {
  text-align: center;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.why-you-need .head .logo {
  margin-top: 6px;
  width: 168px;
}
.why-you-need .head .logo img {
  width: 100%;
}
.why-you-need .text p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  color: rgba(51, 51, 51, 0.8);
}
.why-you-need .text p + p {
  margin-top: 8px;
}
.why-you-need .content {
  max-width: 715px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .why-you-need .head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .why-you-need .head .logo {
    margin-top: 0;
  }
  .why-you-need .text p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (min-width: 992px) {
  .why-you-need::before {
    width: 265px;
    height: 292px;
  }
  .why-you-need::after {
    width: 243px;
    height: 250px;
  }
}

.expert-consult {
  padding: 64px 0;
  text-align: center;
}
.expert-consult h2 {
  text-align: center;
  margin-bottom: 20px;
}
.expert-consult .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.expert-consult .box {
  width: 100%;
  padding: 32px;
  border-radius: 24px;
  background: #16A34A;
  position: relative;
  margin-top: 46px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.expert-consult .box .icon {
  width: 80px;
  position: absolute;
  right: 16px;
  top: -45px;
}
.expert-consult .box .icon img {
  width: 100%;
}
.expert-consult .box h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0%;
  color: #FFFAE4;
  text-align: left;
}
.expert-consult .box ul {
  margin: 20px 0 0;
  padding: 0;
  list-style-type: none;
}
.expert-consult .box li {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0%;
  color: #FFFAE4;
  text-align: left;
  position: relative;
  margin-left: 38px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.expert-consult .box li::before {
  content: "";
  display: inline-block;
  background-image: url("../images/correct.svg");
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0px;
  left: -37px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.expert-consult .box li:hover {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.expert-consult .box li + li {
  margin-top: 10px;
}
.expert-consult .box.wrong {
  background: #F6F6F6;
}
.expert-consult .box.wrong h3 {
  color: #333333;
}
.expert-consult .box.wrong li {
  color: rgba(51, 51, 51, 0.8);
}
.expert-consult .box.wrong li::before {
  background-image: url("../images/wrong.svg");
}
.expert-consult .button {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .expert-consult .box {
    width: calc(50% - 10px);
  }
}
@media screen and (min-width: 992px) {
  .expert-consult .box {
    padding: 40px 48px;
    margin-top: 32px;
  }
  .expert-consult .box li + li {
    margin-top: 14px;
  }
  .expert-consult .box .icon {
    top: -28px;
  }
  .expert-consult .button {
    margin-top: 40px;
  }
}

.hassle-free {
  padding: 54px 0 64px;
  position: relative;
}
.hassle-free::before {
  content: "";
  position: absolute;
  background-image: url("../images/hassle-free/before.svg");
  width: 268px;
  height: 345px;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  bottom: 0;
  z-index: -1;
  background-position: left bottom;
}
.hassle-free::after {
  content: "";
  position: absolute;
  background-image: url("../images/hassle-free/after.svg");
  width: 302px;
  height: 367px;
  background-repeat: no-repeat;
  background-size: contain;
  right: 0;
  top: 0;
  z-index: -1;
  background-position: right top;
}
.hassle-free h2 {
  font-size: 28px;
  line-height: 38px;
  text-align: center;
  max-width: 412px;
  margin: 0 auto 24px;
}
.hassle-free .boxContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.hassle-free .boxContent + .boxContent {
  margin-top: 20px;
}
.hassle-free .box {
  background: #16A34A;
  border-radius: 40px;
  padding: 32px 24px;
  width: 100%;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.hassle-free .box:hover {
  background: #333333;
}
.hassle-free .box .icon {
  width: 60px;
  position: absolute;
  right: 18px;
  top: 18px;
}
.hassle-free .box .icon img {
  width: 100%;
}
.hassle-free .box .num {
  font-family: "Inter", sans-serif;
  font-weight: 900;
  font-size: 80px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
  color: rgba(255, 255, 255, 0.1607843137);
}
.hassle-free .box h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  text-align: left;
  color: #FFFAE4;
}
.hassle-free .box p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: left;
  color: rgba(255, 250, 228, 0.8980392157);
  margin-top: 6px;
}
@media screen and (min-width: 768px) {
  .hassle-free .box {
    width: calc(33.33% - 14px);
  }
  .hassle-free .boxContent + .boxContent {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (min-width: 992px) {
  .hassle-free::before {
    width: 268px;
    height: 345px;
  }
  .hassle-free::after {
    width: 302px;
    height: 367px;
  }
  .hassle-free h2 {
    font-size: 32px;
    line-height: 42px;
  }
  .hassle-free .box {
    padding: 40px 32px 46px;
  }
  .hassle-free .box .icon {
    width: 80px;
  }
  .hassle-free .box .num {
    font-size: 99px;
  }
  .hassle-free .box h3 {
    font-size: 22px;
    line-height: 28px;
  }
  .hassle-free .box p {
    font-size: 18px;
    margin-top: 8px;
  }
}

.services {
  padding: 64px 0;
  background: #F5F5F5;
  text-align: center;
}
.services h2 {
  text-align: center;
  margin-bottom: 30px;
}
.services .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  max-width: 1058px;
  margin: 0 auto;
}
.services .name {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: 0%;
  text-align: center;
  color: #333333;
  margin-top: 8px;
}
.services .box {
  padding: 32px;
  border-radius: 24px;
  background: #FFFFFF;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.services .box:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
          box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}
.services .box .details {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid rgba(51, 51, 51, 0.1215686275);
}
.services .box .text {
  text-align: left;
}
.services .box .text h3 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #333333;
}
.services .box .text p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgba(51, 51, 51, 0.8);
  margin-top: 6px;
}
.services .box .text + .text {
  margin-top: 24px;
}
.services .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.services .image img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 140px;
}
.services .imagecard-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.services .imagecard-content .imageCard {
  width: calc(50% - 4px);
  text-align: center;
  padding: 32px;
  border-radius: 24px;
  background: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.services .imagecard-content .imageCard:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
          box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}
.services .button {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .services .box {
    width: 330px;
  }
  .services .imagecard-content {
    width: calc(100% - 346px);
  }
  .services .name {
    font-size: 20px;
    margin-top: 24px;
  }
}
@media screen and (min-width: 992px) {
  .services .content {
    gap: 16px;
  }
  .services .imagecard-content {
    gap: 16px;
  }
  .services .imagecard-content .imageCard {
    width: calc(33.33% - 16px);
  }
}

.choose-trueway {
  padding: 64px 0;
  text-align: center;
}
.choose-trueway h2 {
  text-align: center;
  margin-bottom: 30px;
}
.choose-trueway .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  max-width: 1140px;
  margin: 0 auto;
}
.choose-trueway ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.choose-trueway li {
  margin-left: 40px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0%;
  color: rgba(51, 51, 51, 0.8);
  text-align: left;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.choose-trueway li::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url("../images/green-tick.svg");
  background-size: contain;
  background-repeat: no-repeat;
  left: -40px;
}
.choose-trueway li span {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #333333;
  display: block;
  margin-bottom: 8px;
}
.choose-trueway li:hover {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.choose-trueway li + li {
  margin-top: 22px;
}
.choose-trueway .image {
  width: 100%;
  padding: 36px 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #16A34A;
  border-radius: 12px;
  overflow: hidden;
}
.choose-trueway .image img {
  width: 100%;
}
.choose-trueway .button {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .choose-trueway .content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .choose-trueway .text {
    width: 100%;
  }
  .choose-trueway .image {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .choose-trueway {
    position: relative;
  }
  .choose-trueway::before {
    content: "";
    position: absolute;
    background-image: url("../images/trueway-df-bf.svg");
    width: 227px;
    height: 324px;
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    top: 0;
    z-index: -1;
    background-position: right;
  }
  .choose-trueway .content {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .choose-trueway .text {
    width: 50%;
    max-width: 460px;
  }
  .choose-trueway .image {
    width: 40%;
    padding: 50px 52px;
    border-radius: 16px;
  }
}

.visionary {
  padding: 64px 0;
  background: #FFD15B;
  position: relative;
}
.visionary .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  max-width: 1130px;
  margin: 0 auto;
}
.visionary .img-card-wrapper {
  width: 100%;
  position: relative;
  z-index: 0;
}
.visionary .img-card-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 51px;
  background: url("../images/since-mob.svg") no-repeat center center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  z-index: -1;
}
.visionary .img-card-wrapper .image {
  border-radius: 24px;
  overflow: hidden;
  max-width: 242px;
}
.visionary .img-card-wrapper .image img {
  width: 100%;
  height: auto;
  display: block;
}
.visionary .img-card-wrapper .img-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.visionary .img-card-wrapper .image-text {
  margin-top: 16px;
  position: relative;
  padding-left: 56px;
}
.visionary .img-card-wrapper .image-text::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background: #333333;
  top: 7px;
  left: 0;
}
.visionary .img-card-wrapper .image-text h3 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0%;
  color: #333333;
}
.visionary .img-card-wrapper .image-text p {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0%;
  color: rgba(51, 51, 51, 0.8);
  margin-top: 8px;
}
.visionary .img-card-wrapper .img-card + .img-card {
  margin-left: auto;
  margin-top: 28px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  text-align: right;
}
.visionary .img-card-wrapper .img-card + .img-card .image-text {
  padding-left: 0;
  padding-right: 56px;
}
.visionary .img-card-wrapper .img-card + .img-card .image-text::before {
  left: unset;
  right: 0;
}
.visionary .text p {
  margin-top: 16px;
}
.visionary .text p span {
  font-weight: 600;
}
.visionary .since {
  display: none;
}
@media screen and (min-width: 768px) {
  .visionary .img-card-wrapper {
    width: 80%;
  }
  .visionary .img-card-wrapper::before {
    display: none;
  }
  .visionary .img-card-wrapper .img-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 16px;
  }
  .visionary .img-card-wrapper .img-card + .img-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-top: -121px;
  }
}
@media screen and (min-width: 992px) {
  .visionary .content {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .visionary .img-card-wrapper {
    width: 50%;
  }
  .visionary .text {
    width: 40%;
    max-width: 431px;
  }
  .visionary .since {
    display: block;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: clamp(60px, 6vw, 120px);
    line-height: 80px;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 0.1607843137);
    position: absolute;
    right: 36px;
    bottom: 30px;
  }
}
@media screen and (min-width: 1300px) {
  .visionary .since {
    font-size: 120px;
  }
}