@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #050505;
  --accent: #e74c3c;
  --off-white: #eaeaea;
  --off-black: #535353;
  --white: white;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Funnel Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 18px;
}

p {
  margin-bottom: 0;
}

label {
  margin-bottom: 0;
  font-weight: 700;
  display: block;
}

.section {
  padding-left: 2.2vw;
  padding-right: 2.2vw;
}

.section-container {
  flex-flow: column;
  width: 100%;
  max-width: 1400px;
  display: flex;
}

.p-1 {
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
}

.p-2 {
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

.p-2.txt-offwhite {
  width: 90%;
  font-weight: 400;
}

.p-3 {
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
}

.p-3.txt-offwhite {
  width: 70%;
}

.h-1 {
  font-family: Funnel Sans, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 100%;
}

.h-2 {
  font-family: Funnel Sans, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 100%;
}

.h-3 {
  font-family: Funnel Sans, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
}

.h-4 {
  font-size: 22px;
  font-weight: 300;
  line-height: 150%;
}

.h-5, .h-6 {
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
}

.section-1 {
  padding-top: 6.94vw;
  padding-bottom: 6.94vw;
}

.txt-black {
  color: var(--black);
}

.txt-accent {
  color: var(--accent);
}

.txt-offwhite {
  color: var(--off-white);
}

.txt-offblack {
  color: var(--off-black);
}

.bg-black {
  background-color: var(--black);
}

.bg-white {
  background-color: var(--white);
}

.bg-accent {
  background-color: var(--accent);
}

.bg-offwhite {
  background-color: var(--off-white);
}

.bg-offblack {
  background-color: var(--off-black);
}

.button-1 {
  border: 2px solid var(--accent);
  background-color: var(--accent);
  color: var(--white);
  text-align: center;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 10px 30px;
  font-family: Funnel Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  display: flex;
}

.button-1.submit-btn {
  width: 100%;
}

.button-3 {
  color: var(--black);
  background-color: #3898ec00;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-family: Funnel Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  display: flex;
}

.button-3.next-btn {
  background-color: var(--accent);
  color: var(--white);
}

.button-3.back-btn {
  border: 2px solid var(--accent);
  color: var(--accent);
}

.navbar {
  z-index: 100;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar.section {
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 0 5px #05050540;
}

.navbar-left {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  min-width: 550px;
  display: flex;
}

.navbar-right {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.drop-menu-items {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: none;
}

.nav-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.menu-item {
  color: var(--black);
  text-transform: none;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.menu-item:hover {
  color: var(--accent);
  text-transform: none;
}

.hero-section {
  background-image: linear-gradient(#05050580, #05050580), url('../images/car-carrier-trailer-6839728.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.hero-section.section {
  background-image: linear-gradient(90deg, #050505b3 45%, #fff0), url('../images/hero-image.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
}

.hero-section.section.hero-section-small {
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 50vh;
  padding-top: 5vh;
  padding-bottom: 0;
}

.hero-content {
  grid-column-gap: 15vh;
  grid-row-gap: 15vh;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 90%;
  max-width: 1400px;
  display: flex;
}

.hero-content.center {
  justify-content: center;
  align-items: center;
}

.txt-whitee {
  color: var(--white);
}

.hero-content-subheading {
  width: 80%;
}

.panorama-heading-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: -16px;
  display: flex;
}

.line {
  background-color: var(--accent);
  width: 100px;
  height: 2px;
}

.panoramic-heading {
  color: var(--accent);
  text-transform: uppercase;
  font-weight: 600;
}

.statistics {
  grid-column-gap: 5.56vw;
  grid-row-gap: 5.56vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 1.11vw;
  padding-bottom: 5.56vw;
  display: flex;
}

.hero-content-container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  width: 70%;
  min-width: 900px;
  max-width: 950px;
  height: 100%;
  display: flex;
}

.hero-content-container.hero-content-container-small {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 850px;
}

.section-header-2-subheading {
  text-align: center;
  width: 70%;
}

.section-header-2-subheading.h-6.txt-offblack {
  width: 65%;
}

.section-header-2 {
  grid-column-gap: 1.67vw;
  grid-row-gap: 1.67vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.section-header-2.section-heading-container {
  justify-content: space-between;
  align-items: center;
}

.section-header-2-heading.h-2.txt-whitee {
  text-align: center;
}

.section-header-subheading {
  width: 80%;
  min-width: 400px;
}

.testimonials {
  overflow: hidden;
}

.testimonials.section.section-1 {
  overflow: clip;
}

.testimonials-cards-container {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  width: 100%;
  display: flex;
}

.testimonial-card {
  grid-column-gap: 1.67vw;
  grid-row-gap: 1.67vw;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 50%;
  min-width: 49%;
  padding: 2.78vw;
  display: flex;
  box-shadow: 0 3px 10px #05050540;
}

.section-header {
  grid-column-gap: 1.67vw;
  grid-row-gap: 1.67vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  min-width: 600px;
  max-width: 700px;
  display: flex;
}

.section-header._2-col {
  width: 100%;
  min-width: 300px;
  max-width: 600px;
  margin-bottom: 0;
}

.section-header.contact-us-form-section-header {
  width: 50%;
  min-width: 500px;
  max-width: 600px;
}

.thin-line {
  background-color: var(--off-black);
  width: 100%;
  height: 1px;
}

.testimonial-author {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.div-block {
  border-radius: 50px;
  width: 64px;
  overflow: hidden;
}

.light {
  font-weight: 300;
}

.normal {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.semi-bold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.extra-bold {
  font-weight: 800;
}

.section-heading-container {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-bottom: 5.56vw;
  display: flex;
}

.section-heading-child-right {
  width: 40%;
}

.section-heading-child-right.shcr-contains-arrows {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.arrows {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  box-shadow: 0 3px 10px #05050540;
}

.arrows-img {
  width: 20px;
  display: block;
}

.stars {
  width: 120px;
}

.whychooseus-cards-container {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.whychooseus-card {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  background-color: var(--white);
  border-radius: 8px;
  flex-flow: column;
  padding: 2.78vw;
  display: flex;
  box-shadow: 0 3px 10px #05050540;
}

.whychooseus-card-icon {
  width: 64px;
}

.services-cards-container {
  width: 100%;
}

.services-card {
  border-top: 1px solid var(--black);
  flex-flow: row;
  justify-content: space-between;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.services-card-top {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  justify-content: flex-start;
  width: 60%;
  display: flex;
}

.services-card-bottom {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 40%;
  margin-left: auto;
  display: flex;
}

.services-card-para {
  color: var(--off-black);
  width: 60%;
}

.services-card-para.p-1 {
  width: 100%;
  display: none;
}

.ourpartners {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding-top: 5.56vw;
  padding-bottom: 5.56vw;
}

.ourpartners.section.section-1 {
  overflow: clip;
}

.ourpartners-logos {
  justify-content: space-between;
  align-items: stretch;
  min-width: 144%;
  display: flex;
}

.ourpartners-header {
  justify-content: center;
  align-items: center;
  margin-bottom: 2.78vw;
  display: flex;
}

.process-container {
  flex-flow: row;
  justify-content: space-between;
}

.process-container.section-container {
  justify-content: space-between;
}

.process-steps-container {
  grid-column-gap: 6.94vw;
  grid-row-gap: 6.94vw;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  padding-left: 0;
  display: flex;
  position: relative;
}

.process-steps {
  grid-column-gap: 2.5vw;
  grid-row-gap: 2.5vw;
  background-color: var(--white);
  border-radius: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 95%;
  min-width: 450px;
  max-width: 550px;
  padding: 1.11vw;
  display: flex;
  box-shadow: 0 3px 10px #05050540;
}

.step-count {
  border-radius: 8px;
  padding: 32px 24px;
}

.div-block-3 {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.step-count-heading {
  font-size: 48px;
  font-weight: 400;
}

.pricingfactors-cards-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.pricingfactors-card {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  background-color: var(--white);
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 2.78vw;
  display: flex;
  box-shadow: 0 3px 10px #05050540;
}

.body {
  color: var(--black);
}

.faq-heading-container {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.faq-cards-container {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.faq-cards-left, .faq-cards-right {
  width: 48%;
}

.faq-card {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-top: 1px solid var(--off-white);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px 16px;
  display: flex;
}

.faq-card-heading {
  width: 80%;
}

.white-arrows-card {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  box-shadow: 0 3px 10px #05050540;
}

.white-arrows-card.bg-white {
  box-shadow: 0 3px 10px #ffffff40;
}

.faq-card-header {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.faq-card-content {
  width: 80%;
  display: none;
}

.faq-cta-button {
  justify-content: center;
  align-items: center;
  padding-top: 4.17vw;
  display: flex;
}

.cta {
  padding-top: 2.5vw;
  padding-bottom: 2.5vw;
}

.cta-container {
  background-image: url('../images/CTA.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
}

.cta-container.section-container {
  background-image: linear-gradient(90deg, #050505e6, #fff0), url('../images/premium-1-adobe.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.cta-content {
  grid-column-gap: 1.67vw;
  grid-row-gap: 1.67vw;
  flex-flow: column;
  width: 70%;
  min-width: 550px;
  max-width: 650px;
  padding: 9.72vw 3.33vw 9.72vw 5.56vw;
  display: flex;
}

.cta-content-para {
  width: 80%;
  min-width: 500px;
}

.footer {
  color: var(--off-white);
  padding-top: 4.17vw;
  padding-bottom: 1.39vw;
}

.cursor-follow {
  z-index: 100;
  transform-origin: 50%;
  width: 350px;
  height: 175px;
  margin-left: auto;
  display: none;
}

.services-image {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  overflow: clip;
}

.footer-container.section-container {
  grid-column-gap: 1.67vw;
  grid-row-gap: 1.67vw;
}

.footer-top {
  justify-content: space-between;
  display: flex;
}

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

.footer-bottom-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.footer-bottom-content.socials {
  display: none;
}

.footer-top-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 40%;
  display: flex;
}

.footer-top-right {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  width: 40%;
  min-width: 470px;
  max-width: 520px;
  display: flex;
}

.footer-links-col {
  grid-column-gap: 1.39vw;
  grid-row-gap: 1.39vw;
  flex-flow: column;
  display: flex;
}

.text-span {
  color: var(--accent);
}

.navigation {
  color: var(--white);
  padding-top: 3.33vw;
  padding-bottom: 1.11vw;
}

.conn-1 {
  color: var(--off-black);
}

.conn-2 {
  color: var(--accent);
}

.navigation-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 50%;
  display: flex;
}

.navigation-container-main {
  flex-flow: row;
  justify-content: space-between;
}

.navigation-container-right {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  align-items: stretch;
  width: 50%;
  display: flex;
}

.about-us {
  padding-top: 5.56vw;
  padding-bottom: 5.56vw;
}

.about-us-content-para {
  width: 100%;
}

.about-us-section-header {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.about-us-section-heading-container {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.ourrecord {
  padding-top: 3.33vw;
}

.ourrecord-container.section-container {
  justify-content: flex-start;
  align-items: center;
}

.services-expanded {
  padding-top: 5.56vw;
  padding-bottom: 5.56vw;
}

.services-expanded.section.section-1 {
  padding-top: 2.23vw;
}

.services-expanded-container.section-container {
  grid-column-gap: 3.33vw;
  grid-row-gap: 3.33vw;
}

.services-expanded-container.section-container.hide {
  display: none;
}

.service-expanded-card {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.service-card-expanded-image {
  width: 100%;
  height: 30vh;
  min-height: 350px;
}

.service-expanded-card-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.service-expanded-card-heading {
  font-size: 36px;
  font-weight: 600;
}

.cta-buttons-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.contact-form-container {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  background-color: var(--off-white);
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 45%;
  padding: 2.22vw;
  display: flex;
  position: relative;
}

.contactform-container {
  flex-flow: row;
  justify-content: space-between;
}

.contactform {
  padding-top: 5.56vw;
  padding-bottom: 5.56vw;
}

.text-field {
  background-color: var(--white);
  border-radius: 8px;
  width: 100%;
  height: 40px;
  margin-bottom: 0;
  padding: 8px 12px;
  box-shadow: 0 3px 10px #05050540;
}

.form-item-set {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.form-item-set.form-radio {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

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

.about-us-section-img {
  width: 100%;
  height: 50vh;
  min-height: 300px;
  max-height: 450px;
}

.footer-image {
  width: 15vw;
  min-width: 250px;
  max-width: 250px;
}

.stats {
  grid-column-gap: 15vw;
  grid-row-gap: 15vw;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.header-logo {
  width: 22vw;
  min-width: 150px;
  max-width: 250px;
}

.hamburger {
  background-color: var(--white);
  color: var(--white);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 12px;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
  display: none;
}

.image {
  width: 32px;
}

.div-block-5 {
  grid-column-gap: 15%;
  grid-row-gap: 15%;
  display: flex;
}

.swiper.testimonials {
  overflow: visible;
}

.swiper-wrapper {
  display: flex;
}

.swiper-slide {
  border-radius: 8px;
  flex-flow: column;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  height: auto;
  padding: 2.78vw;
  display: flex;
  box-shadow: 0 3px 10px #05050540;
}

.request-quote-form {
  width: 100vw;
  max-width: 1400px;
  height: 100vh;
  padding-left: 2.22vw;
  padding-right: 2.22vw;
}

.request-quote-container {
  max-width: 800px;
  margin-top: 16vh;
}

.form-navigation {
  background-color: var(--white);
  border-radius: 8px;
  justify-content: space-around;
  width: 100%;
  display: flex;
}

.form-rq {
  background-color: var(--white);
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 32px;
  display: flex;
}

.form-block {
  width: 90%;
}

.step-btns {
  flex-flow: row;
  justify-content: space-between;
  padding-top: 16px;
  display: flex;
}

.step-btns.submit {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
}

.code-embed {
  width: 100%;
}

.radio-button-field {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.radio-label {
  font-size: 16px;
  font-weight: 500;
}

.button-icon {
  font-family: "Fa Solid 900", Arial, sans-serif;
  font-size: 20px;
  font-weight: 900;
}

.steps-container {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--off-black);
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 20vh;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.steps-svg {
  justify-content: center;
  align-items: center;
  display: none;
}

.steps-label {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

.progress-wrapper {
  border: 0px solid var(--off-black);
  width: 100%;
  margin-bottom: 64px;
}

.progress {
  width: 100%;
  height: 8px;
  padding: 2px;
  display: flex;
}

.progress-indicator {
  background-color: var(--off-white);
  width: 100%;
  height: 100%;
}

.progress-indicator.current {
  background-color: var(--accent);
}

.button-2 {
  border: 2px solid var(--white);
  background-color: var(--white);
  color: var(--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 10px 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  display: flex;
}

.menu-text:hover {
  color: var(--accent);
}

.hero-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.hero-form-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  width: 30%;
  display: flex;
}

.hero-form-item.hero-form-radio {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
}

.hero-form-item.radio {
  justify-content: flex-start;
  align-items: stretch;
  width: 20%;
}

.hero-form-block {
  width: 100%;
}

.hero-form-heading {
  border: 0px solid var(--off-black);
  width: 100%;
}

.hero-form-radio {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  height: 40px;
  display: flex;
}

.hero-form-rq {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--white);
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  min-width: 940px;
  max-width: 1400px;
  height: 100%;
  padding: 40px 3.33vw;
  display: flex;
}

.hero-form-wrapper {
  z-index: 10;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.vertical-line {
  background-color: var(--off-white);
  width: .1px;
  height: 75px;
}

.statistics-container {
  grid-column-gap: 17vw;
  grid-row-gap: 17vw;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-btn-container {
  width: 25%;
}

.body-2 {
  color: var(--black);
}

.swiper-card-upper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.swiper-card-lower {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  margin-top: 24px;
  display: flex;
}

.service-expanded-row {
  display: flex;
}

.service-expanded-row.odd {
  flex-flow: row-reverse;
}

.service-card-content {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  flex-flow: column;
  width: 90%;
  display: flex;
}

.footer-link {
  color: var(--off-white);
  text-transform: none;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--accent);
  text-transform: none;
}

.nav-item {
  color: var(--off-black);
  text-transform: none;
  text-decoration: none;
}

.nav-item:hover {
  color: var(--accent);
  text-transform: none;
}

.popup-wrapper {
  z-index: 1000;
  opacity: 1;
  background-color: #ffffff4d;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-content {
  z-index: 10001;
  background-color: var(--white);
  border-radius: 8px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 50vw;
  padding: 40px;
  display: flex;
  position: relative;
  box-shadow: 0 3px 10px #05050540;
}

.close-btn {
  background-color: var(--white);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  box-shadow: 0 3px 10px #05050540;
}

.div-block-6 {
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.popup-content-container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  width: 90%;
  display: flex;
}

.popup-content-inside {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.button-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-submitted-wrapper {
  z-index: 1000;
  opacity: 1;
  background-color: #ffffff4d;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.submission-content {
  z-index: 10001;
  background-color: var(--white);
  border-radius: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 50vw;
  padding: 40px;
  display: flex;
  position: relative;
  box-shadow: 0 3px 10px #05050540;
}

.form-submission-content-container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  display: flex;
}

.backtohome {
  background-color: var(--white);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  box-shadow: 0 3px 10px #05050540;
}

.backhome.w--current {
  width: 100%;
}

.submission-info {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.service-expanded-card-subheading {
  color: var(--off-black);
}

.div-block-7 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1400px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.navbar-menu-dropdown {
  position: fixed;
  inset: 10% 0% auto auto;
}

.drop-menu-item {
  color: var(--black);
  text-transform: none;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.drop-menu-item:hover {
  color: var(--accent);
  text-transform: none;
}

.dropdown-menu-item {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  border-top: 1px solid var(--black);
  flex-flow: column;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  position: relative;
}

.menu-items {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.menu-item-2 {
  color: var(--black);
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
}

.section-heading-container-vertical {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 50%;
  display: flex;
}

.image-2 {
  display: none;
}

.image-3 {
  border-radius: 8px;
  width: 100%;
  min-width: 300px;
  max-width: 600px;
}

.socials-icon {
  width: 28px;
}

.dropdown-menu-container {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  justify-content: flex-start;
  width: 60%;
  display: flex;
}

.policycontent {
  padding-top: 5.56vw;
  padding-bottom: 5.56vw;
}

.policycontent.section.section-1 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.policycontentcontainer.section-container {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  max-width: 900px;
}

.policycontentblock {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .section-container {
    max-width: 1500px;
  }

  .p-2 {
    font-size: 18px;
  }

  .p-2.txt-offwhite {
    width: 75%;
  }

  .h-1 {
    font-size: 80px;
  }

  .h-2 {
    font-size: 64px;
  }

  .h-3 {
    font-size: 28px;
  }

  .h-4 {
    font-size: 24px;
  }

  .h-5, .h-6 {
    font-size: 20px;
  }

  .section-1 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .button-1 {
    padding: 16px 36px;
  }

  .button-1.submit-btn {
    width: 100%;
  }

  .button-3 {
    padding: 16px 36px;
    font-size: 20px;
  }

  .navbar-left {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .navbar-right, .drop-menu-items {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .nav-container {
    max-width: 1500px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .menu-item {
    font-size: 20px;
    font-weight: 300;
  }

  .hero-section.section {
    background-image: linear-gradient(90deg, #050505b3 50%, #05050533), url('../images/hero-image.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .hero-content {
    max-width: 1300px;
  }

  .statistics.section.section-1.bg-black {
    padding-top: 20px;
    padding-bottom: 80px;
  }

  .hero-content-container {
    width: 70%;
    min-width: 900px;
    max-width: 950px;
  }

  .hero-content-container.hero-content-container-small {
    max-width: 1050px;
  }

  .section-header-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .testimonials-cards-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .testimonial-card {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    min-width: 49%;
    padding: 40px;
    overflow: visible;
  }

  .section-header {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .section-header.contact-us-form-section-header {
    width: 45%;
  }

  .section-heading-container {
    margin-bottom: 80px;
  }

  .section-heading-child-right.shcr-contains-arrows, .whychooseus-cards-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .whychooseus-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 40px;
  }

  .ourpartners.section.section-1.bg-black {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .ourpartners-header {
    margin-bottom: 40px;
  }

  .process-steps {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    width: 80%;
    min-width: 550px;
    max-width: 800px;
    padding: 16px;
  }

  .div-block-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .pricingfactors-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 40px;
  }

  .faq-card-content {
    width: 80%;
  }

  .faq-cta-button {
    padding-top: 60px;
  }

  .cta.section.section-1 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .cta-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    min-width: 750px;
    max-width: 900px;
    padding: 140px 48px 140px 100px;
  }

  .footer.section.section-1.bg-black {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .footer-container.section-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .footer-bottom {
    align-items: center;
  }

  .footer-bottom-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    display: flex;
  }

  .footer-links-col {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .header-logo {
    min-width: 180px;
    max-width: 220px;
  }

  .hamburger {
    font-size: 20px;
    display: none;
  }

  .swiper-slide.testimonials {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 40px;
    display: flex;
  }

  .hero-form-radio {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .hero-form-rq {
    width: 90%;
    min-width: 1180px;
    max-width: 1300px;
  }

  .hero-form-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .statistics-container.section-container {
    grid-column-gap: 300px;
    grid-row-gap: 300px;
  }

  .service-card-content {
    width: 85%;
  }

  .footer-link, .drop-menu-item {
    font-size: 20px;
    font-weight: 300;
  }

  .menu-items {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }
}

@media screen and (max-width: 991px) {
  .section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-container {
    max-width: 960px;
  }

  .p-1 {
    font-size: 16px;
  }

  .p-2.txt-offblack.center-align {
    text-align: center;
  }

  .p-2.txt-offwhite {
    text-align: center;
    width: 100%;
  }

  .h-1 {
    font-size: 72px;
  }

  .h-2 {
    font-size: 48px;
  }

  .h-4 {
    font-size: 20px;
  }

  .h-4.normal.txt-whitee, .h-4.normal.txt-offblack {
    font-size: 18px;
  }

  .section-1 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .navbar.section {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
  }

  .navbar-left {
    width: 50%;
    min-width: 50%;
  }

  .drop-menu-items {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    width: 100%;
  }

  .nav-container {
    justify-content: space-between;
  }

  .menu-item {
    display: none;
  }

  .hero-section.section {
    background-image: linear-gradient(90deg, #050505b3, #050505b3), url('../images/hero-image.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .hero-content {
    width: 100%;
  }

  .panorama-heading-container {
    margin-bottom: -12px;
  }

  .statistics.section.section-1.bg-black {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .hero-content-container {
    min-width: 700px;
    max-width: 740px;
  }

  .section-header-2-subheading.h-6.txt-offwhite {
    width: 90%;
  }

  .section-header-2, .testimonials-cards-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .testimonial-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 100%;
    padding: 32px;
  }

  .section-header {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .section-header._2-col {
    width: 100%;
    max-width: 100%;
  }

  .section-header.contact-us-form-section-header {
    width: 100%;
    min-width: 400px;
    max-width: 980px;
  }

  .section-heading-container {
    margin-bottom: 60px;
  }

  .section-heading-child-right.shcr-contains-arrows {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .whychooseus-cards-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .whychooseus-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 32px;
  }

  .services-cards-container.hide {
    display: none;
  }

  .ourpartners.section.section-1.bg-black {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .ourpartners-logos {
    min-width: 140%;
  }

  .ourpartners-header {
    margin-bottom: 32px;
  }

  .process-container.section-container {
    flex-flow: column;
  }

  .process-steps-container {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-left: 0;
  }

  .process-steps {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 100%;
    max-width: 100%;
    padding: 16px;
  }

  .step-count.bg-black {
    padding: 24px 16px;
  }

  .div-block-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .pricingfactors-cards-container {
    grid-template-columns: 1fr 1fr;
  }

  .pricingfactors-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: stretch;
    padding: 32px;
  }

  .faq-cards-container {
    flex-flow: column;
  }

  .faq-cards-left, .faq-cards-right {
    width: 100%;
  }

  .faq-card {
    align-items: stretch;
  }

  .faq-cta-button {
    padding-top: 40px;
  }

  .cta.section.section-1 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cta-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    min-width: 550px;
    max-width: 600px;
    padding: 100px 32px;
  }

  .footer.section.section-1.bg-black {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .footer-container.section-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .footer-top {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer-top-left {
    justify-content: center;
    align-items: center;
    width: 50%;
  }

  .footer-top-right {
    width: 100%;
  }

  .footer-links-col {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
  }

  .footer-links-col.hide {
    display: none;
  }

  .about-us-section-heading-container {
    flex-flow: wrap;
  }

  .services-expanded-container.section-container.hide {
    display: flex;
  }

  .service-card-expanded-image {
    max-width: 50%;
    min-height: 200px;
  }

  .service-expanded-card-content {
    width: 90%;
  }

  .service-expanded-card-heading {
    font-size: 32px;
  }

  .contact-form-container {
    width: 100%;
    min-width: 400px;
    max-width: 980px;
    margin-top: 48px;
  }

  .contactform-container.section-container {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
  }

  .contactform.section.section-1 {
    padding-top: 40px;
  }

  .header-logo {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 36px;
  }

  .hamburger {
    background-color: var(--white);
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    margin-left: -24px;
    padding: 14px;
    display: flex;
  }

  .image {
    width: 24px;
  }

  .partner-logo {
    height: 100px;
  }

  .swiper-slide.testimonials {
    padding: 32px;
  }

  .form-item.form.step1, .form-item.form.step2, .form-item.form.step3, .form-item.form.step4 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .hero-form {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: space-between;
  }

  .hero-form-item {
    width: 30%;
  }

  .hero-form-item.radio {
    width: 25%;
  }

  .hero-form-rq {
    width: 100%;
    min-width: 650px;
    max-width: 1100px;
    padding: 16px 20px;
  }

  .service-expanded-row.odd {
    justify-content: flex-start;
    align-items: center;
  }

  .footer-link {
    color: var(--off-white);
    text-align: center;
  }

  .footer-link.w--current, .nav-item.w--current {
    display: block;
  }

  .popup-content {
    width: 80vw;
  }

  .popup-content-inside {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .div-block-7 {
    justify-content: center;
    align-items: center;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .navbar-menu-dropdown {
    z-index: 101;
    width: 100%;
    height: 100px;
    display: flex;
    position: fixed;
    inset: 10% 0% auto auto;
  }

  .drop-menu-item {
    display: flex;
  }

  .dropdown-menu-item {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .menu-items, .menu-item-2 {
    display: none;
  }

  .section-heading-container-vertical {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 60px;
  }

  .image-3 {
    width: 90%;
  }

  .dropdown-menu-container {
    flex-flow: row;
    justify-content: space-between;
    width: 100%;
  }

  .policycontentcontainer.section-container {
    max-width: 700px;
  }
}

@media screen and (max-width: 767px) {
  .p-2.txt-offwhite {
    width: 80%;
  }

  .h-1 {
    font-size: 48px;
  }

  .h-2 {
    font-size: 40px;
    line-height: 110%;
  }

  .h-3 {
    font-size: 22px;
    line-height: 120%;
  }

  .h-5, .h-6 {
    font-size: 16px;
  }

  .button-1 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button-1.hide {
    display: none;
  }

  .button-3 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-container {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .hero-section.section {
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
  }

  .hero-content {
    grid-column-gap: 15vh;
    grid-row-gap: 15vh;
    padding-top: 30vh;
  }

  .hero-content.center {
    padding-top: 0;
  }

  .hero-content-heading.h-1.txt-whitee {
    text-align: left;
  }

  .hero-content-subheading.h-6.txt-whitee {
    text-align: left;
    width: 100%;
  }

  .line {
    display: none;
  }

  .panoramic-heading.h-5 {
    text-align: center;
  }

  .statistics.section.section-1.bg-black {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .hero-content-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: flex-start;
    align-items: stretch;
    width: 75%;
    min-width: 450px;
    max-width: 100%;
  }

  .section-header-2-subheading.h-6.txt-offwhite, .section-header-2-subheading.h-6.txt-offblack {
    width: 100%;
  }

  .section-header-2 {
    width: 90%;
    min-width: 400px;
    max-width: 500px;
  }

  .section-header-subheading.h-6.txt-offblack {
    width: 100%;
    min-width: 100%;
  }

  .testimonials-container.section-container {
    min-width: 448px;
    max-width: 736px;
  }

  .testimonial-card {
    min-width: 100%;
  }

  .section-header, .section-header._2-col {
    width: 90%;
    min-width: 400px;
    max-width: 500px;
  }

  .section-heading-container.center {
    justify-content: center;
    align-items: stretch;
  }

  .section-heading-child-right.shcr-contains-arrows {
    display: none;
  }

  .arrows-img {
    width: 18px;
  }

  .whychooseus-cards-container {
    grid-template-columns: 1fr;
  }

  .ourpartners-logos {
    min-width: 180%;
  }

  .pricingfactors-cards-container {
    grid-template-columns: 1fr;
  }

  .cta-container.section-container {
    margin-left: 0;
    margin-right: 0;
  }

  .cta-content {
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .cta-content-heading.h-2.txt-whitee {
    text-align: center;
  }

  .cta-content-para.h-6.txt-offwhite {
    text-align: center;
    min-width: 400px;
    max-width: 500px;
  }

  .footer-top {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
  }

  .footer-bottom {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .footer-bottom-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .footer-top-left {
    width: 100%;
  }

  .footer-top-right {
    flex-flow: wrap;
    width: 100%;
  }

  .footer-links-col {
    width: 45%;
  }

  .about-us.section.section-1 {
    padding-bottom: 0;
  }

  .services-expanded-container.section-container {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .service-expanded-card {
    flex-flow: column;
    display: flex;
  }

  .service-card-expanded-image {
    max-width: 100%;
    height: 35vh;
    min-height: 200px;
    max-height: 300px;
  }

  .service-expanded-card-content {
    width: 100%;
  }

  .cta-buttons-container {
    flex-flow: column;
  }

  .hamburger {
    padding: 12px;
  }

  .swiper.testimonials {
    width: 100%;
    min-width: 448px;
    max-width: 736px;
  }

  .swiper-wrapper.testimonials {
    width: 100%;
  }

  .swiper-slide.testimonials {
    width: 80%;
    min-width: 80%;
  }

  .form-navigation {
    justify-content: space-between;
  }

  .form-block {
    width: 100%;
  }

  .form-item.form.step1 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .steps-container {
    width: 20%;
  }

  .steps-label {
    font-size: 14px;
  }

  .hero-form {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .hero-form-item, .hero-form-item.radio {
    width: 100%;
  }

  .hero-form-radio {
    height: 20px;
  }

  .hero-form-rq {
    width: 100%;
    min-width: 400px;
  }

  .statistics-container.section-container {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
  }

  .form-btn-container {
    width: 100%;
  }

  .service-expanded-row.odd, .service-expanded-row.even {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column-reverse;
  }

  .service-card-content {
    width: 100%;
  }

  .popup-content {
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: flex-end;
    width: 95%;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .popup-content-container {
    width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .section-heading-container-vertical {
    justify-content: space-between;
    align-items: flex-start;
  }

  .section-heading-container-vertical.center {
    justify-content: center;
    align-items: stretch;
  }

  .image-3 {
    width: 100%;
  }

  .policycontentcontainer.section-container {
    max-width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-left: 8px;
    padding-right: 8px;
  }

  .section-container {
    min-width: 284px;
    max-width: 464px;
  }

  .p-2 {
    font-size: 14px;
  }

  .p-3 {
    font-size: 12px;
  }

  .h-2 {
    font-size: 36px;
  }

  .h-2.txt-whitee {
    font-size: 40px;
  }

  .h-3 {
    font-size: 22px;
  }

  .h-6 {
    font-size: 16px;
  }

  .section-1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .button-1 {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .button-3 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .navbar {
    min-width: 284px;
    max-width: 480px;
  }

  .navbar.section {
    width: 100vw;
  }

  .navbar-left {
    width: 60%;
    min-width: 60%;
  }

  .navbar-right {
    width: 40%;
  }

  .drop-menu-items {
    min-width: 284px;
    max-width: 464px;
  }

  .nav-container {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .hero-section.section {
    max-width: 480px;
  }

  .hero-section.section.hero-section-small {
    padding-top: 0;
  }

  .hero-content {
    grid-column-gap: 10vh;
    grid-row-gap: 10vh;
    justify-content: center;
    align-items: stretch;
    height: 100%;
    padding-top: 25vh;
    position: relative;
  }

  .hero-content.center {
    padding-top: 20vh;
  }

  .hero-content-heading.h-1.txt-whitee {
    text-align: left;
  }

  .hero-content-subheading.h-6.txt-whitee {
    text-align: left;
    width: 100%;
  }

  .panoramic-heading.h-5 {
    text-align: left;
  }

  .statistics.section.section-1.bg-black {
    flex-flow: column;
  }

  .stats-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .hero-content-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    min-width: 284px;
    max-width: 464px;
  }

  .section-header-2-subheading.h-6.txt-offwhite {
    width: 100%;
  }

  .section-header-2-subheading.h-6.txt-offblack {
    width: 90%;
  }

  .section-header-2 {
    width: 100%;
    min-width: 292px;
    max-width: 472px;
  }

  .section-header-subheading.h-6.txt-offblack {
    min-width: 100%;
  }

  .testimonials-container.section-container {
    min-width: 284px;
    max-width: 464px;
  }

  .testimonial-card {
    min-width: 100%;
    max-width: 100%;
  }

  .section-header, .section-header._2-col {
    width: 100%;
    min-width: 292px;
    max-width: 472px;
  }

  .section-header.contact-us-form-section-header {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

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

  .section-heading-child-right.shcr-contains-arrows {
    display: none;
  }

  .arrows-img {
    width: 16px;
  }

  .whychooseus-cards-container {
    grid-template-columns: 1fr;
  }

  .ourpartners.section.section-1.bg-black {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .ourpartners-logos {
    min-width: 250%;
  }

  .process-steps-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .process-steps {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    min-width: 100%;
    padding: 8px;
  }

  .step-count.bg-black {
    padding: 16px;
  }

  .div-block-3 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .step-count-heading.txt-whitee {
    font-size: 32px;
  }

  .pricingfactors-cards-container {
    grid-template-columns: 1fr;
  }

  .pricingfactors-card {
    padding: 24px;
  }

  .body {
    overflow-x: hidden;
  }

  .faq-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 16px 8px;
  }

  .white-arrows-card.bg-white {
    width: 32px;
    height: 32px;
  }

  .faq-card-content {
    width: 100%;
  }

  .cta-content {
    min-width: 100%;
  }

  .cta-content-para.h-6.txt-offwhite {
    min-width: 90%;
  }

  .footer-bottom {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    align-items: center;
  }

  .footer-top-right {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer-links-col {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .conn-1, .conn-2 {
    font-size: 12px;
  }

  .about-us-section-header {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .about-us-section-heading-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .ourrecord.section.section-1 {
    padding-top: 40px;
  }

  .services-expanded-container.section-container.hide {
    display: flex;
  }

  .service-expanded-card {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .service-card-expanded-image {
    height: 250px;
  }

  .service-expanded-card-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 100%;
    min-width: 100%;
  }

  .service-expanded-card-heading {
    font-size: 26px;
  }

  .service-expanded-card-heading.h-2 {
    font-size: 28px;
  }

  .cta-buttons-container {
    flex-flow: column;
  }

  .contact-form-container {
    width: 100%;
    min-width: 304px;
    max-width: 480px;
    padding: 24px 16px;
  }

  .contactform-container.section-container {
    flex-flow: column;
    justify-content: flex-start;
  }

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

  .about-us-section-img {
    width: 100%;
    height: 250px;
  }

  .stats {
    flex-flow: column;
  }

  .header-logo {
    height: 32px;
  }

  .hamburger {
    padding: 12px;
  }

  .image {
    width: 22px;
  }

  .div-block-5 {
    grid-column-gap: 30%;
    grid-row-gap: 30%;
  }

  .partner-logo {
    height: 80px;
  }

  .swiper.testimonials {
    width: 100%;
    min-width: 284px;
    max-width: 464px;
  }

  .swiper-wrapper.testimonials {
    width: 100%;
  }

  .swiper-slide.testimonials {
    width: 90%;
    min-width: 90%;
    max-width: 472px;
    padding: 24px;
  }

  .form-rq {
    padding-left: 8px;
    padding-right: 8px;
  }

  .form-block {
    width: 100%;
  }

  .button-icon {
    font-size: 16px;
  }

  .steps-label {
    font-size: 12px;
    line-height: 100%;
  }

  .hero-form-rq {
    min-width: 300px;
  }

  .statistics-container.section-container {
    grid-column-gap: 15vw;
    grid-row-gap: 15vw;
    flex-flow: column;
  }

  .swiper-card-upper {
    flex: 1;
  }

  .nav-item {
    font-size: 12px;
  }

  .popup-content {
    padding: 20px 20px 40px;
  }

  .popup-content-container {
    width: 100%;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .drop-menu-item {
    display: flex;
  }

  .section-heading-container-vertical {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    margin-bottom: 40px;
  }

  .dropdown-menu-container {
    flex-flow: row;
    justify-content: space-between;
    width: 100%;
  }

  .policycontentcontainer.section-container {
    max-width: 464%;
  }
}

#w-node-_39cc1a75-a684-1b98-60ba-9b2157c95a4a-241deb99 {
  place-self: center;
}

#w-node-_39cc1a75-a684-1b98-60ba-9b2157c95a50-241deb99 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_39cc1a75-a684-1b98-60ba-9b2157c95a54-241deb99 {
  place-self: center;
}

#w-node-_39cc1a75-a684-1b98-60ba-9b2157c95a5a-241deb99 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_39cc1a75-a684-1b98-60ba-9b2157c95a5e-241deb99 {
  place-self: center;
}

#w-node-_39cc1a75-a684-1b98-60ba-9b2157c95a64-241deb99 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_39cc1a75-a684-1b98-60ba-9b2157c95a68-241deb99 {
  place-self: center;
}

#w-node-_39cc1a75-a684-1b98-60ba-9b2157c95a6e-241deb99 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_39cc1a75-a684-1b98-60ba-9b2157c95a72-241deb99, #w-node-af92a3db-b6cf-2b06-56aa-c65bb1e54c2b-d86f3997 {
  place-self: center;
}

#w-node-e025f036-1703-813d-f835-f022335fbf98-d86f3997 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1be43dba-d881-0e6c-9465-127de0dcd2f5-d86f3997 {
  place-self: center;
}

#w-node-_3d31dca7-a1ee-b8a5-0d8f-155a3ddccdce-d86f3997 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e27f3fff-5a33-a899-ffb9-6bf24d556370-d86f3997 {
  place-self: center;
}

#w-node-e3326868-fc4b-96bf-9e1e-c6904bba84d8-d86f3997 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_766be673-4f0c-78ad-5ba5-d1a0b0808139-d86f3997 {
  place-self: center;
}

#w-node-bf7b2ec0-3ae3-1b1e-043f-853e5314c97f-d86f3997 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0a20ef07-7d44-f13c-36bb-352c1adcb7bd-d86f3997 {
  place-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-_39cc1a75-a684-1b98-60ba-9b2157c95a47-241deb99 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_39cc1a75-a684-1b98-60ba-9b2157c95a4a-241deb99, #w-node-_39cc1a75-a684-1b98-60ba-9b2157c95a54-241deb99, #w-node-_39cc1a75-a684-1b98-60ba-9b2157c95a5e-241deb99, #w-node-_39cc1a75-a684-1b98-60ba-9b2157c95a68-241deb99, #w-node-_39cc1a75-a684-1b98-60ba-9b2157c95a72-241deb99 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-dae453d6-61db-7166-b61d-4feb2a8f780b-d86f3997 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-af92a3db-b6cf-2b06-56aa-c65bb1e54c2b-d86f3997, #w-node-_1be43dba-d881-0e6c-9465-127de0dcd2f5-d86f3997, #w-node-e27f3fff-5a33-a899-ffb9-6bf24d556370-d86f3997, #w-node-_766be673-4f0c-78ad-5ba5-d1a0b0808139-d86f3997, #w-node-_0a20ef07-7d44-f13c-36bb-352c1adcb7bd-d86f3997 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }
}


@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}