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

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

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

@font-face {
  font-family: "Fa 300";
  src: url('../fonts/fa-light-300.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Sharp 300";
  src: url('../fonts/fa-sharp-light-300.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Duotone 900";
  src: url('../fonts/fa-duotone-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 100";
  src: url('../fonts/fa-thin-100.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: Fa6;
  src: url('../fonts/FA6-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fa6 solid;
  src: url('../fonts/FA6-Solid.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fa6 brands;
  src: url('../fonts/FA6-Brands.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Arrow right solid;
  src: url('../fonts/arrow-right-solid.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: #fff;
  --black: #19191a;
  --silver: #272a2f;
  --primary: #0090c9;
  --third: #400;
  --transparent: #fff0;
  --secondary: #750002;
  --pale-grey: #ddd;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

@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: var(--white);
  font-family: Exo, sans-serif;
}

.banner-header {
  color: var(--white);
  letter-spacing: -2px;
  text-transform: capitalize;
  flex-direction: row;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 56px;
  display: block;
}

.p {
  color: var(--black);
  margin-bottom: 10px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.p.banner {
  color: var(--white);
  font-family: Exo, sans-serif;
}

.p.w {
  color: var(--white);
}

.p.top10 {
  margin-top: 30px;
}

.body-section {
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.body-section.white {
  border-top: 1px none var(--silver);
  background-image: none;
}

.body-section.blue {
  background-color: var(--primary);
  background-image: none;
}

.body-section.grey {
  background-color: var(--silver);
  background-image: none;
}

.body-section.g {
  background-image: none;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.container {
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  max-width: 1400px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-bg-grad {
  background-image: linear-gradient(#00000040, #00000040), linear-gradient(90deg, #000c, #fff0), url('../images/Car-Banner.webp');
  background-position: 0 0, 0 0, 100%;
  background-size: auto, auto, cover;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 0;
  position: sticky;
}

.left-section {
  width: 75%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 60px;
  transition: all .2s ease-in-out;
}

.service-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  margin-top: 40px;
}

.service-div {
  border-bottom: 1px solid var(--black);
  height: auto;
  padding-bottom: 20px;
}

.service-top-image {
  background-image: url('../images/Ban.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-end;
  height: 380px;
  display: flex;
}

.service-top-image._2 {
  background-image: url('../images/IMG-20250218-WA0041.webp');
  background-position: 50%;
  background-size: cover;
}

.service-top-image._3 {
  background-image: url('../images/HP-Light-commerical-vechile-service-box.webp');
  background-position: 50%;
  background-size: cover;
}

.service-top-image._4 {
  background-image: url('../images/HP-auto-engine-repair-service-box.webp');
  background-position: 50%;
  background-size: cover;
}

.service-number {
  color: var(--black);
  letter-spacing: -2px;
  margin-top: 20px;
  font-size: 55px;
  font-weight: 600;
  line-height: 55px;
}

.service-box-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
}

.service-header {
  color: var(--black);
  letter-spacing: -2px;
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 0;
  font-size: 34px;
  font-weight: 600;
  line-height: 40px;
}

.service-text {
  color: var(--black);
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

.service-paragraph {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
  margin-left: 32px;
  display: flex;
}

.service-light-text {
  color: var(--primary);
  font-size: .9rem;
  font-weight: 600;
  text-decoration: none;
  transition: color .45s ease-in-out;
}

.service-light-text:hover {
  color: var(--black);
}

.service-link {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  margin-bottom: -5px;
  margin-right: -5px;
  text-decoration: none;
  transition: all .4s ease-in-out;
  display: flex;
  position: static;
  bottom: 10px;
  right: 10px;
}

.service-link:hover {
  transform: scale(1.2);
}

.para {
  color: var(--white);
  width: 60%;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.75;
}

.img-div {
  box-shadow: -11px 11px 0 0 var(--primary);
  background-image: url('../images/IMG-20250218-WA0030.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: stretch;
  align-items: stretch;
  width: 46%;
  display: flex;
}

.img-div.s1-1 {
  box-shadow: 8px -8px 0 0 var(--primary);
  background-image: url('../images/IMG-20250306-WA0087.webp');
  background-position: 50%;
  background-size: cover;
}

.img-div.s1-2 {
  box-shadow: none;
  background-image: url('../images/WhatsApp-Image-2025-03-06-at-09.44.42_e3bee275.webp');
  background-position: 50%;
  background-size: cover;
}

.img-div.s2-1 {
  box-shadow: 8px -8px 0 0 var(--primary);
  background-image: url('../images/IMG-20250218-WA0003.webp');
  background-position: 50%;
  background-size: cover;
}

.img-div.s2-2 {
  box-shadow: none;
  background-image: url('../images/IMG-20250306-WA0073.webp');
  background-position: 50%;
  background-size: cover;
}

.img-div.s3-1 {
  box-shadow: 8px -8px 0 0 var(--primary);
  background-image: url('../images/IMG-20250306-WA0034.webp');
  background-position: 50%;
  background-size: cover;
}

.img-div._3-2 {
  box-shadow: none;
  background-image: url('../images/IMG-20250306-WA0042.webp');
  background-position: 50%;
  background-size: cover;
}

.img-div.s3-3 {
  box-shadow: none;
  background-image: url('../images/Electric-car.webp');
  background-position: 25%;
  background-size: cover;
}

.img-div.s4-1 {
  box-shadow: 8px -8px 0 0 var(--primary);
  background-image: url('../images/Commercial-vehicle.webp');
  background-position: 50%;
  background-size: 650px;
}

.img-div.s4-2 {
  box-shadow: none;
  background-image: url('../images/WhatsApp-Image-2025-03-06-at-09.25.50_172032c4.webp');
  background-position: 50%;
  background-size: cover;
}

.img-div._3-2-copy {
  box-shadow: none;
  background-image: url('../images/Electric2.webp');
  background-position: 50%;
  background-size: cover;
}

.img-div.s4-3 {
  box-shadow: none;
  background-image: url('../images/WhatsApp-Image-2025-03-06-at-09.24.52_44141474.webp');
  background-position: 50%;
  background-size: cover;
}

.img-div.s5-1 {
  box-shadow: 8px -8px 0 0 var(--primary);
  background-image: url('../images/Auto-Engine.webp');
  background-position: 50% 75%;
  background-size: cover;
}

.img-div.s5-2 {
  box-shadow: none;
  background-image: url('../images/auto-engine-diagnostics-page---image-next-to-professional-diagnosis.webp');
  background-position: 50% 44%;
  background-size: cover;
}

.section-h1-wrapper._0 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.right-side {
  flex: 0 auto;
  width: 45%;
}

.right-side.content {
  width: 48%;
  padding-right: 24px;
}

.right-side._48 {
  width: 50%;
  padding-right: 24px;
}

.right-side._48._0 {
  padding-right: 0;
}

.right-side._w-100 {
  width: 100%;
}

.footer-col.large {
  margin-right: 60px;
}

.footer-list-items {
  padding-left: 0;
  list-style-type: none;
}

.footer-copy-text {
  color: var(--silver);
  text-align: right;
  border-bottom: 1px #dfdfdf;
  max-width: 800px;
  padding-bottom: 0;
  font-size: 14px;
}

.footer-link {
  color: var(--white);
  padding-top: 0;
  padding-bottom: 0;
  font-size: 17px;
  font-weight: 300;
  line-height: 32px;
  text-decoration: none;
  transition: all .45s ease-in-out;
}

.footer-link:hover {
  color: var(--primary);
}

.footer-link.w--current {
  color: var(--white);
}

.footer-wrapper {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1.25fr 1.25fr 1.25fr;
  grid-auto-columns: 1fr;
  padding-bottom: 40px;
  display: grid;
}

.footer-section-title {
  color: #b7b5b5;
  margin-bottom: 20px;
  font-size: 1.35em;
  font-weight: 300;
}

.footer-section-title.white {
  color: var(--white);
  text-transform: uppercase;
  font-size: 1.8em;
}

.footer-section {
  border-top: 1px solid #e0e0e080;
  padding-top: 60px;
}

.footer-copy {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #a9a9a9;
  border-top: 1px solid #ffffff80;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.footer-p {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 16.5px;
  font-weight: 300;
  line-height: 32px;
}

.header-social-media {
  display: flex;
}

.header-social-icon {
  color: var(--white);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-right: 28px;
  font-family: Fa6 brands, sans-serif;
  font-size: 1.8em;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.header-social-icon:hover {
  color: var(--primary);
  background-color: #0000;
}

.header-social-icon.margin-right-none {
  color: var(--white);
  width: auto;
  height: auto;
  margin-right: 28px;
  font-size: 1.8em;
}

.header-social-icon.margin-right-none:hover {
  color: var(--primary);
  background-color: #0000;
}

.full-width-image-section {
  background-image: linear-gradient(to right, #000000cf, #fff0), url('../images/ionut-vlad-idXQEOxhmvU-unsplash.jpeg');
  background-position: 0 0, 50% 60%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.full-width-image-section.para-img, .full-width-image-section.vehicle-service {
  background-image: linear-gradient(90deg, #000000cf, #fff0), url('../images/Mid-Banner.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-full-width {
  flex: 0 auto;
  width: 100%;
}

.nav-cta-wrapper {
  align-items: center;
  display: flex;
}

.nav-cta-wrapper.margin-left-auto {
  justify-content: space-between;
  margin-right: 0;
}

.co-logo {
  width: 150px;
}

.navbar-4 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 70%;
  display: flex;
}

.logo-link {
  width: auto;
}

.dropdown-link {
  background-color: var(--black);
  color: var(--white);
  text-align: left;
  font-size: 16.5px;
  transition: all .3s;
}

.dropdown-link:hover {
  color: var(--primary);
}

.contact-div-2 {
  justify-content: space-between;
  align-items: center;
  width: 92%;
  max-width: 1600px;
  display: flex;
}

.service-nav-text {
  color: var(--white);
  margin-right: 18px;
  transition: all .35s ease-in-out;
}

.service-nav-text:hover {
  color: var(--primary);
}

.contact-section {
  z-index: 100;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
}

.service-dropdown-arrow {
  color: var(--white);
}

.nav-link {
  color: var(--white);
  letter-spacing: 0;
  text-transform: none;
  background-color: #0000;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16.5px;
  font-weight: 300;
  transition: all .3s ease-in-out;
}

.nav-link:hover {
  color: var(--primary);
}

.nav-link.w--current {
  color: #fff;
}

.nav-link.dropdown {
  padding-left: 0;
  padding-right: 0;
}

.nav-menu-4 {
  width: 100%;
}

.h1 {
  color: var(--black);
  letter-spacing: -2px;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Exo, sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 50px;
}

.h1.w {
  color: var(--white);
  font-size: 36px;
  line-height: 42px;
}

.h1.w.t10 {
  margin-top: 20px;
}

.h1.small-h3 {
  color: var(--white);
  font-size: 30px;
  line-height: 38px;
}

.span-blue {
  color: var(--primary);
  text-transform: capitalize;
}

.h2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 500;
  line-height: 44px;
  overflow: visible;
}

.h2.b-30 {
  color: var(--white);
  letter-spacing: -2px;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 48px;
}

.image {
  width: 200px;
}

.footer-logo-link {
  margin-bottom: 30px;
}

.foot-div {
  width: 90%;
  max-width: 1500px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.list-head {
  color: var(--black);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
  display: flex;
}

.list-head.bullet-font-icon-2 {
  background-color: var(--white);
  flex: none;
  width: auto;
  height: auto;
  margin-right: 10px;
}

.bullet-font-icon-2 {
  background-color: var(--primary);
  color: #fff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 0;
  font-family: Fa6 solid, sans-serif;
  font-size: 1em;
  font-weight: 100;
  display: flex;
}

.arrow {
  filter: invert();
  margin-top: 5px;
}

.foot-link-lower {
  color: var(--white);
  text-decoration: none;
}

.top-links {
  color: var(--white);
  text-align: right;
  margin-bottom: 0;
  font-size: 16.5px;
  font-weight: 300;
  line-height: 26px;
  text-decoration: none;
  transition: all .45s ease-in-out;
}

.top-links:hover {
  color: var(--primary);
}

.top-container-black {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.font-awsome {
  color: var(--white);
  text-align: center;
  margin-right: 8px;
  font-family: Fa6 solid, sans-serif;
  font-size: 16.5px;
  font-weight: 400;
}

.font-awsome.email {
  color: var(--white);
  font-family: Fa6 solid, sans-serif;
  font-size: 16.5px;
  font-weight: 400;
}

.top-div-2 {
  background-color: #0000;
  justify-content: space-between;
  width: 92%;
  max-width: 1600px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-top {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.hyperlink {
  box-shadow: inset 0 -2px 0 0 var(--white);
  color: var(--white);
  padding-left: 2px;
  padding-right: 2px;
  font-weight: 600;
  text-decoration: none;
  transition: all .45s ease-in-out;
}

.hyperlink:hover {
  box-shadow: inset 0 -30px 0 0 var(--white);
  color: var(--primary);
}

.hyperlink.blue {
  box-shadow: inset 0 -2px 0 0 var(--primary);
  color: var(--primary);
}

.hyperlink.blue:hover {
  box-shadow: inset 0 -100px 0 0 var(--primary);
  color: var(--white);
  text-align: center;
}

.content-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 0;
  display: flex;
}

.content-section.orange {
  background-color: var(--third);
}

.bold-text {
  color: var(--white);
  text-transform: uppercase;
}

.h3 {
  color: var(--white);
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
}

.h3.m-bottom-20 {
  color: #005cb9;
  margin-bottom: 20px;
}

.h3-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1300px;
  display: flex;
}

.h3-logo {
  background-image: url('../images/realestate.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 450dvh;
  min-height: 200px;
  margin-bottom: 20px;
  display: flex;
}

.h3-logo.w--current {
  background-image: url('../images/realestate.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 450px;
  min-height: 150px;
  margin-bottom: 20px;
}

.top-links-2 {
  color: var(--white);
  text-align: right;
  margin-bottom: 0;
  font-size: 16.5px;
  font-weight: 300;
  line-height: 26px;
  text-decoration: none;
  transition: color .45s ease-in-out;
}

.top-links-2:hover {
  color: var(--primary);
}

.service-nav {
  z-index: 100;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: static;
}

.button-fill-2 {
  color: #fdfdfd;
  background-color: #0000;
  border: 1.5px solid #fff;
  border-radius: 2px;
  margin-top: 20px;
  padding: 15px 32px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.button-fill-2:hover {
  color: #fff;
  background-color: #f91818;
  border-width: 1.5px;
  border-color: #f91818;
}

.button-fill-2.header {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--white);
  margin-top: 0;
  margin-left: 0;
  padding: 10px 20px;
  font-size: 16px;
  transition-property: all;
  transition-duration: .45s;
}

.button-fill-2.header:hover {
  background-color: var(--black);
  color: #fff;
  border-color: #fff;
}

.top-container-black-2 {
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.service-navlink-2 {
  color: var(--white);
  letter-spacing: 0;
  text-transform: none;
  background-color: #0000;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16.5px;
  font-weight: 400;
  transition: all .45s ease-in-out;
}

.service-navlink-2:hover, .service-navlink-2.w--current {
  color: var(--primary);
}

.service-navlink-2.dropdown {
  padding-left: 0;
  padding-right: 0;
}

.co-logo-2 {
  width: 200px;
}

.service-banner {
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/Car-Banner.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 60vh;
  display: flex;
}

.service-ban-text {
  color: #fff;
  letter-spacing: -2px;
  text-transform: capitalize;
  margin-top: 80px;
  font-family: Exo, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 65px;
}

.buttons {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px #fff;
  border-radius: 0;
  height: auto;
  margin-right: 12px;
  padding: 15px 20px;
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
  transition: all .4s;
}

.buttons:hover {
  background-color: var(--primary);
  opacity: 1;
  color: #fff;
  border: 0 #0000;
  font-weight: 400;
  transform: translate(0, -1px);
}

.buttons.dark {
  border: 3px solid var(--black);
  background-color: var(--primary);
  color: var(--white);
  border-radius: 50px;
  margin-top: 25px;
  margin-right: 0;
  padding: 20px 40px;
  font-family: Poppins, sans-serif;
  line-height: 22px;
}

.buttons.dark:hover {
  border: 3px solid var(--primary);
  background-color: var(--black);
  border-radius: 80px;
  transform: translate(0, -6px);
}

.buttons.dark.w--current:hover {
  background-color: var(--black);
}

.buttons.banner {
  background-color: var(--primary);
  color: var(--white);
  border-style: none;
  border-color: #000;
  border-radius: 10px 0;
  margin-right: 0;
  padding: 16px 40px;
  font-family: Poppins, sans-serif;
  line-height: 22px;
}

.buttons.banner:hover {
  background-color: var(--black);
  border-style: none;
  border-color: #53d7db;
  transform: translate(0, -6px);
}

.section {
  border-top: 1px solid #ebebeb;
  padding-top: 120px;
  padding-bottom: 120px;
  font-weight: 500;
  position: relative;
}

.section.cta {
  background-image: linear-gradient(90deg, var(--white) 26%, #fff0 57%), url('../images/IMG_5643.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-top-style: none;
  padding-top: 100px;
  padding-bottom: 100px;
}

.top-text {
  color: #d77474;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.top-text.cta {
  color: var(--black);
  text-align: left;
  text-align: left;
  letter-spacing: 3px;
  padding-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.sticky_btn_call {
  z-index: 1000;
  color: #f0f6f8;
  text-align: center;
  background-color: #0000;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 125px;
  height: 80px;
  font-size: 1.9em;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 20px;
  left: -14px;
}

.sticky_btn_call:hover {
  transform: scale(.9);
}

.lottie-animation {
  color: var(--white);
  width: auto;
  height: auto;
  font-size: 4em;
}

.dropdown-toggle {
  color: var(--white);
  transition: all .3s;
}

.dropdown-toggle:hover {
  color: var(--primary);
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_button {
  border: 2px solid var(--primary);
  background-color: var(--primary);
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  border-color: var(--black);
  color: var(--black);
  background-color: #fff;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999px;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 24px;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_label {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs_text {
  color: var(--black);
  font-size: 13px;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  flex-direction: column;
  padding: 10px;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 16px;
  height: 16px;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

.fs-cc-manager_icon {
  width: 32px;
  height: 32px;
}

.fs-cc-prefs_title {
  color: var(--black);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: -12px -12px auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-banner_text-link {
  border-bottom: 2px solid var(--primary);
  color: var(--primary);
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 576px;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_submit-hide, .fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-banner_close-icon {
  color: var(--black);
  width: 24px;
  height: 24px;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 20px 20px;
}

.fs-cc-banner_button {
  border: 2px solid var(--primary);
  background-color: var(--primary);
  color: #fff;
  text-align: center;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: var(--black);
  color: var(--black);
  background-color: #f5f5f5;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.section-tittle-2 {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.section-tittle-2.cta {
  letter-spacing: -1px;
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
}

.container-2 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 92%;
  max-width: 1600px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-2.z {
  flex-flow: row;
  width: 90%;
  max-width: 1400px;
}

.contact-left {
  width: 35%;
}

.cta-text-2 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 25px;
}

.list-item-2 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  color: #fff;
  cursor: pointer;
  border-bottom: 1px solid #444;
  justify-content: flex-start;
  align-items: center;
  height: 4rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-family: Exo, sans-serif;
  text-decoration: none;
  transition: color .25s, background-color .25s;
  display: flex;
}

.list-item-2:hover {
  color: #000;
  background-color: #fff;
}

.burger-line-base {
  background-color: #fff;
  width: 31px;
  height: 2px;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}

.list_item-text {
  height: 1.25rem;
  overflow: hidden;
}

.minimenu_toggle {
  z-index: 100;
  background-color: var(--silver);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.list_item-no {
  height: 1.25rem;
  overflow: hidden;
}

.minimenu_list {
  z-index: 0;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--silver);
  border-radius: 30px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 24rem;
  height: 28rem;
  overflow: hidden;
}

.burger-line-top {
  background-color: #fff;
  width: 31px;
  height: 2px;
  position: absolute;
  inset: 0% 0% auto;
}

.toggle_burger {
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 2rem;
  height: 1.25rem;
  position: relative;
}

.burger-line-bottom {
  background-color: #fff;
  width: 31px;
  height: 2px;
  position: absolute;
  inset: auto 0% 0%;
}

.minimenu {
  z-index: 999;
  border-radius: 30px;
  display: flex;
  position: fixed;
  inset: auto 2.5rem 2.5rem auto;
}

.list-bottom {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  color: #fff;
  border-bottom: 1px dotted #444;
  justify-content: flex-start;
  align-items: center;
  height: 4rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  text-decoration: none;
  display: flex;
}

.text-style-color {
  color: var(--primary);
  cursor: default;
  font-family: Exo, sans-serif;
}

.fa-brand-sticky {
  font-family: Fa6 brands, sans-serif;
  font-size: 20px;
}

.fa-solid-sticky {
  font-family: "Fa Sharp 400", sans-serif;
  font-size: 20px;
}

.tex-top {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: Exo, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.navbar-group {
  width: 100%;
  position: absolute;
}

.nav-row {
  background-color: var(--transparent);
  border: 0 #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.mr-15 {
  margin-right: 15px;
}

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

.flex-row.scond {
  margin-left: auto;
  margin-right: 20px;
}

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

.logo {
  width: 100px;
  height: auto;
}

.nav-menu-links {
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.btn-primary-outline {
  border: 2px solid var(--white);
  color: var(--white);
  text-align: center;
  letter-spacing: -.2px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 50px;
  padding: 14px 24px;
  font-family: Exo, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
  transition: color .2s, border-color .2s, background-color .2s;
}

.btn-primary-outline:hover {
  background-color: var(--primary);
  color: #fff;
  border-color: #0000;
}

.btn-primary-outline.h {
  font-family: Exo, sans-serif;
}

.btn-primary-outline.grey {
  border-color: var(--black);
  color: var(--black);
  font-family: Exo, sans-serif;
}

.btn-primary-outline.grey:hover {
  border-color: var(--white);
  color: var(--white);
}

.btn-primary-outline.h3 {
  font-family: Exo, sans-serif;
}

.btn-primary-outline.h3:hover {
  background-color: var(--black);
}

.btn-primary-outline.g-button {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.nav-block {
  justify-content: space-between;
  align-items: center;
  width: 95%;
  max-width: 1400px;
  display: flex;
}

.nav-info {
  z-index: 999;
  background-color: var(--primary);
  border: 0 solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  position: relative;
}

.nav-link-item {
  color: #fff;
  letter-spacing: -.2px;
  text-transform: capitalize;
  padding: 15px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
}

.nav-link-item:hover {
  color: var(--primary);
}

.nav-link-item.w--current {
  color: var(--white);
}

.buton-col {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-left: 14px;
  display: flex;
}

.buton-col.left, .buton-col._20 {
  justify-content: flex-start;
  margin-top: 20px;
  margin-left: 0;
}

.brand-logo {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  padding: 0;
  display: flex;
}

.btn-primary {
  background-color: var(--primary);
  color: #fff;
  text-align: center;
  letter-spacing: -.2px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 15px 25px;
  font-family: Exo, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
  transition: background-color .2s;
}

.btn-primary:hover {
  background-color: #1f2022;
}

.btn-primary.h {
  font-family: Exo, sans-serif;
}

.btn-primary.white:hover {
  background-color: var(--white);
  color: var(--black);
}

.btn-primary.grey {
  background-color: var(--black);
}

.btn-primary.grey:hover {
  background-color: var(--white);
  color: var(--black);
}

.solid-arrow {
  font-family: "Fa Sharp 400", sans-serif;
  font-weight: 400;
}

.dropdown-column-wrapper {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 20px;
  overflow: hidden;
  transform: translate(-50%);
  box-shadow: 0 2px 12px #14142b14;
}

.dropdown-column-wrapper.w--open {
  background-color: #19191a;
  border-color: #19191a;
  transform: none;
}

.dropdown-link-3 {
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 4rem;
  padding: 0 2.5rem;
  font-size: 15px;
  line-height: 20px;
  transition: background-color .25s, color .25s;
  display: flex;
}

.dropdown-link-3:hover {
  background-color: var(--white);
  color: var(--black);
}

.dropdown-link-3.w--current {
  background-color: var(--white);
  color: var(--primary);
}

.grid-1-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-1-column.dropdown-link-column {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  justify-items: start;
}

.grid-1-column.dropdown-link-column.gap-24px {
  grid-row-gap: 0px;
}

.solid-fa-dropdown {
  margin-right: 10px;
  font-family: "Fa Sharp Solid 900", sans-serif;
  font-size: 20px;
  line-height: 22px;
}

.footer-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .75fr 1fr 1fr;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.footer-dark {
  background-color: var(--black);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  width: 95%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  padding-left: 80px;
  padding-right: 80px;
}

.footer-logo {
  width: 165px;
  margin-bottom: 16px;
}

.footer-text {
  color: #ffffff80;
  text-align: center;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Exo, sans-serif;
  font-size: 13px;
  line-height: 24px;
}

.footer-link-title {
  color: var(--primary);
  letter-spacing: -1px;
  text-transform: capitalize;
  margin-bottom: 22px;
  font-family: Exo, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 140%;
}

.footer-link-2 {
  color: #fff;
  letter-spacing: -.1px;
  text-transform: none;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Exo, sans-serif;
  font-size: 14px;
  line-height: 150%;
  text-decoration: none;
  transition: color .2s;
}

.footer-link-2:hover {
  color: var(--primary);
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-bottom {
  border-top: 1px solid #dfdad233;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
}

.bg-white {
  background-color: var(--black);
  padding-top: 40px;
}

.fb-div {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 85%;
  margin-top: 20px;
  display: flex;
}

.footer-social-link {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  margin-left: 0;
  margin-right: 10px;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.footer-social-link:hover {
  border: 1px solid var(--primary);
  color: var(--primary);
  background-color: #0000;
}

.contact-section-wrapper.flex {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.cta-text-contact {
  color: var(--primary);
  text-transform: capitalize;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
}

.container-4 {
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.contact-info-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  transition: box-shadow .2s cubic-bezier(.455, .03, .515, .955);
  display: grid;
}

.contact-info-block.m-bottom-20 {
  border-bottom: 1px solid #15162314;
  border-radius: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 0 10px;
  transition-property: none;
}

.contact-info-block.m-bottom-20.m-top-60 {
  border-bottom: 1px solid #1516230f;
  border-radius: 0;
  margin-top: 20px;
  padding-bottom: 10px;
}

.icon {
  background-color: var(--primary);
  color: #f9f9f9;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 1.8em;
  line-height: 1.2;
  display: flex;
}

.icon.brand {
  font-family: "Fa Brands 400", sans-serif;
}

.left-contact {
  flex-direction: column;
  justify-content: flex-start;
  width: 38%;
  display: flex;
}

.left-contact.right {
  background-color: #f9f9f9;
  border-radius: 6px;
  width: 50%;
  padding: 20px;
  box-shadow: 0 2px 5px #00000073;
}

.heading {
  color: #949494;
  font-size: 1.2em;
  font-weight: 400;
}

.heading.h3 {
  color: var(--black);
  text-align: left;
  letter-spacing: -2px;
  text-transform: capitalize;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
}

.heading-under-line {
  background-color: var(--primary);
  border-radius: 2px;
  width: 80px;
  height: 4px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.contact-info-text {
  flex-direction: column;
  display: flex;
}

.cta-link {
  color: var(--black);
  letter-spacing: -.2px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.75;
  text-decoration: none;
}

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

.icon-block {
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.main-form {
  color: var(--black);
}

.container-5 {
  z-index: 2;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-5._w-90 {
  width: 90%;
}

.heading-3-section {
  background-color: var(--primary);
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading-3-subheading {
  color: var(--white);
  text-transform: capitalize;
  font-size: 26px;
  font-weight: 600;
  line-height: 20px;
}

.heading-3-left-section {
  width: 75%;
}

.heading-3-container-wrapper.display-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading-3-text {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.gallery-head {
  color: var(--white);
  text-align: center;
  letter-spacing: -2px;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  font-size: 44px;
  font-weight: 600;
  line-height: 50px;
}

.project-header {
  background-color: var(--silver);
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.heading-blue {
  color: var(--primary);
}

.section-heading-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 996px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-heading-wrapper.mb-0 {
  text-align: left;
  margin-bottom: 0;
}

.about-flex-col {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  width: 50%;
  display: flex;
  position: relative;
}

.section-heading {
  color: #000;
  letter-spacing: -1.2px;
  text-transform: capitalize;
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
}

.section-heading.color {
  color: #fff;
  font-weight: 600;
}

.about-desc {
  color: #fff;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 25px;
}

.about-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  display: flex;
}

.about-img {
  width: 1218px;
  position: absolute;
  inset: 0% 4% auto auto;
}

.about-section {
  background-color: var(--silver);
  padding-top: 100px;
  padding-bottom: 100px;
}

.our-gallery-section {
  background-color: #d6dfec;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.our-gallery-section.grey {
  background-color: var(--black);
}

.gallery-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 20px;
}

.gallery-left-side {
  grid-column-gap: 54px;
  grid-row-gap: 54px;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 24px;
  display: flex;
}

.gallery-desc {
  color: #000;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 25px;
}

.gallery-heading {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.key-name {
  color: var(--primary);
  font-size: 17px;
  font-weight: 600;
  line-height: 28px;
}

.hero-btn-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: 100%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: grid;
}

.hero-btn-wrapper.grid-3 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-columns: 1fr 1fr;
  margin-top: 10px;
  margin-bottom: 20px;
}

.hero-btn-wrapper.grid-3._3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.hero-btn-wrapper.grid-3._0 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.hero-btn-wrapper.grid-3.banner3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 65%;
  margin-left: 0;
}

.about-car-block {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: var(--primary);
  color: var(--white);
  border-radius: 12px;
  align-items: center;
  padding: 12px;
  display: flex;
}

.about-car-text {
  color: var(--white);
  letter-spacing: -.5px;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.list-icon {
  width: 16px;
}

.home_work_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 35rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-work_work-title {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.home-work_work-description {
  font-size: 16px;
  line-height: 25px;
}

.home_work_image-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home_work_image {
  filter: brightness(55%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home_work_item {
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 42%;
  margin-left: 1%;
  margin-right: 1%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.overflow-hidden {
  overflow: hidden;
}

.home_work_scroll-wrapper {
  justify-content: center;
  width: 180%;
  max-width: 182rem;
  height: 100%;
  display: flex;
}

.home-work_text-wrapper {
  z-index: 1;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
  position: absolute;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.about-grid-2 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 5px;
  margin-bottom: 5px;
}

.key-metrics-box-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--black);
  text-align: center;
  border-radius: 16px;
  flex-direction: column;
  padding: 28px 14px;
  display: flex;
}

.key-number-2 {
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  line-height: 28px;
}

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

.bullet-heading {
  color: var(--black);
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
}

.bullet-heading.w {
  color: var(--white);
  line-height: 24px;
}

.card-bullet {
  padding-left: 0;
}

.card-bullet.grid2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.top-title-content {
  text-align: center;
}

.para-2 {
  color: #838383;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.75;
}

.para-2.bullet-para {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 400;
}

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

.bullet-block {
  background-color: var(--black);
  box-shadow: 1px 1px 3px 0 var(--primary);
  text-align: left;
  border-radius: 4px;
  flex-flow: column;
  justify-content: flex-start;
  padding: 28px;
  transition: all .2s ease-in-out;
  display: flex;
}

.bullet-block:hover {
  transform: translate(0, -5px);
}

.bullet-block-title {
  color: var(--white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
}

.card-icon {
  color: var(--white);
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  font-family: "Fa Sharp Solid 900", sans-serif;
  display: flex;
}

.card-icon.grey {
  color: var(--black);
}

.card-bullet-item {
  color: #838383;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 500;
  list-style-type: none;
  display: flex;
}

.heading-2-title {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 34px;
  line-height: 40px;
}

.heading-2-title.w {
  color: var(--white);
}

.bullet-list-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 28px;
  margin-bottom: 28px;
  display: grid;
}

.bullet-list-grid._0 {
  margin-bottom: 0;
}

.price {
  color: var(--primary);
  margin-top: 20px;
  font-size: 20px;
  font-weight: 600;
}

.lottie-icon {
  justify-content: center;
  align-items: center;
  width: 1.1rem;
  height: 1.1rem;
  display: flex;
}

.staff-accordion {
  cursor: pointer;
}

.faq-icon {
  background-color: var(--primary);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 4.75rem;
  min-width: 4.75rem;
  height: 4.75rem;
  min-height: 4.75rem;
  display: flex;
}

.team-title {
  color: #8b8b8b;
  font-family: Poppins, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.65;
}

.staff-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 1rem 0 2rem;
  display: flex;
}

.bio-section {
  text-align: left;
  font-size: 17px;
  line-height: 26px;
}

.team-main {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 59px;
  font-size: 50px;
  font-weight: 700;
  line-height: 56px;
}

.faq-bottom-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .7fr;
  grid-auto-columns: 1fr;
  padding-top: 2rem;
  padding-bottom: 2.5rem;
  padding-left: 2.8rem;
  display: grid;
}

.staff-info-wrap {
  perspective: 1000px;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.staff-accordion-top {
  border: 1px #d3e5e9;
  border-bottom: 1px solid #4a4b4b;
  justify-content: space-between;
  align-items: center;
  padding: .8rem .8rem 2rem;
  display: flex;
}

.team-header {
  letter-spacing: -2px;
  text-transform: capitalize;
  font-family: Poppins, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 46px;
}

.staff-lists {
  width: 90%;
  max-width: 1400px;
}

.team-accordions-no-cms {
  z-index: 10;
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.faq-bottom {
  overflow: hidden;
}

.staff-img {
  object-fit: cover;
  border-radius: 2rem;
  width: 15rem;
  height: 20rem;
}

.foot-link {
  color: #ffffff80;
  letter-spacing: 1px;
  text-decoration: none;
  transition: color .45s ease-in-out;
}

.foot-link:hover {
  color: var(--white);
}

.fs-cc-manager_component-2 {
  z-index: 1000;
  display: none;
  position: fixed;
  inset: auto auto 20px 20px;
}

.fs-cc-banner_close-2 {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-prefs_component-2 {
  z-index: 1000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-banner_component-2 {
  z-index: 1000;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.home-slider-3 {
  background-color: #d6dfec;
  width: 100%;
  height: 100%;
}

.slide {
  background-image: url('../images/IMG-20250218-WA0025.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/IMG-20250218-WA0003.webp');
  background-position: 50%;
  background-size: cover;
}

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

.home-slider-1 {
  background-color: var(--white);
  width: 49%;
  min-height: 500px;
}

.left-arrow, .right-arrow {
  display: none;
}

.slide-3 {
  background-color: var(--transparent);
  background-image: url('../images/IMG_5642.webp');
  background-position: 50%;
  background-size: cover;
  min-height: 500px;
}

.slide-4 {
  background-image: url('../images/homepage---welcome-to-ellis-auto-and-electrical-pic-of-porsche.webp');
  background-position: 50% 92%;
  background-size: cover;
}

.slide-4.h {
  background-image: url('../images/Engine-3.webp');
}

.google-reviews {
  margin-top: 32px;
}

.areas-list {
  margin-top: 20px;
  padding-left: 0;
}

.areas-list.areas-grid {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 15px;
  margin-bottom: 5px;
  display: grid;
}

.areas-list-item.left {
  color: var(--black);
  border-bottom: 1px solid #5f5f511f;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Exo, sans-serif;
  font-size: 16.5px;
  font-weight: 500;
  display: flex;
}

.fa-icon {
  background-color: var(--primary);
  color: #fff;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 15px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.hyperlink-2 {
  color: #2daae2;
  margin-left: -2px;
  margin-right: -2px;
  padding-left: 2px;
  padding-right: 2px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s ease-in-out;
  box-shadow: inset 0 -1px #2daae2;
}

.hyperlink-2:hover {
  color: #fff;
  box-shadow: inset 0 -40px #2daae2;
}

.area-map {
  filter: grayscale(60%);
  margin-top: 24px;
}

.gallery-thumb {
  object-fit: cover;
  width: 100%;
  height: 340px;
}

.map-section {
  margin-bottom: -10px;
}

.site-link {
  color: var(--black);
  font-weight: 600;
  text-decoration: none;
  transition: color .45s ease-in-out;
}

.site-link:hover {
  color: var(--primary);
}

.home-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin-top: 20px;
}

.bold-text-2 {
  font-weight: 600;
}

.fb-reviews {
  margin-top: 32px;
}

@media screen and (min-width: 1920px) {
  .team-title {
    font-size: 1.3rem;
  }

  .bio-section {
    font-size: 1.5rem;
  }

  .collection-item {
    width: 50%;
  }

  .team-header {
    font-size: 3rem;
  }

  .staff-lists {
    flex-wrap: wrap;
    display: flex;
  }

  .staff-img {
    object-fit: cover;
    width: 20rem;
    height: 27rem;
  }
}

@media screen and (max-width: 991px) {
  .banner-header {
    flex-direction: column;
    font-size: 44px;
    line-height: 50px;
  }

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

  .left-section {
    width: 90%;
    margin-top: 20px;
  }

  .service-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .service-div {
    width: 100%;
  }

  .service-top-image._2 {
    height: 375px;
  }

  .service-box-wrapper {
    justify-content: flex-start;
    width: 100%;
  }

  .service-paragraph {
    margin-left: 40px;
  }

  .para {
    width: 100%;
  }

  .img-div {
    width: 100%;
    min-height: 400px;
    margin-top: 32px;
  }

  .img-div.s1-1, .img-div.s2-1, .img-div.s3-1, .img-div.s4-1, .img-div.s5-1 {
    margin-top: 0;
    margin-bottom: 28px;
  }

  .section-h1-wrapper._0 {
    flex-direction: column-reverse;
  }

  .right-side {
    width: 100%;
  }

  .right-side.content, .right-side._48, .right-side._w-100 {
    width: 100%;
    padding-right: 0;
  }

  .footer-col.large {
    margin-right: 0;
  }

  .footer-copy-text {
    text-align: center;
  }

  .footer-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 32px;
    grid-template-columns: 1.25fr 1.25fr 1fr;
  }

  .footer-copy {
    flex-direction: column;
    place-content: center;
    justify-items: stretch;
    display: flex;
  }

  .footer-p {
    font-size: 1.25em;
  }

  .header-social-media {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0%;
    margin-bottom: 0;
  }

  .header-social-icon {
    color: #fdfdfd;
    background-color: #0000;
    border-right: 1px #353535;
    width: 10%;
    margin-right: 0;
  }

  .header-social-icon.margin-right-none {
    background-color: #0000;
    border-right-style: none;
    border-right-width: 0;
    width: 10%;
    margin-right: 0;
  }

  .div-full-width {
    width: 100%;
  }

  .navbar-4 {
    justify-content: flex-end;
    width: 90%;
  }

  .dropdown-link {
    text-align: right;
    padding: 20px 25px;
    font-size: 16px;
    display: block;
  }

  .contact-div-2 {
    flex-direction: row;
  }

  .nav-link {
    background-color: var(--black);
    text-align: right;
    width: 100%;
    font-size: 16px;
  }

  .icon-4 {
    color: var(--white);
  }

  .menu-button {
    background-color: #0000;
  }

  .menu-button.w--open {
    background-color: var(--black);
  }

  .h1 {
    margin-bottom: 20px;
  }

  .h1.w {
    font-size: 36px;
    line-height: 42px;
  }

  .top-links {
    font-size: 16px;
    display: flex;
  }

  .font-awsome.email {
    display: block;
  }

  .top-div-2 {
    width: 95%;
  }

  .content-section.orange {
    background-color: var(--third);
  }

  .top-links-2 {
    font-size: 16px;
    display: flex;
  }

  .icon-5 {
    color: #fff;
  }

  .menu-button-2 {
    background-color: #f94d18;
  }

  .menu-button-2.w--open {
    background-color: #000;
  }

  .button-fill-2.header {
    margin-right: 0;
    display: none;
  }

  .service-navlink-2 {
    text-align: right;
    background-color: #000;
    width: 100%;
    font-size: 16px;
  }

  .service-banner {
    min-height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.cta {
    padding: 60px 20px;
  }

  .dropdown-toggle {
    width: 100%;
  }

  .container-2.z {
    flex-flow: column;
  }

  .contact-left {
    width: 45%;
  }

  .menu-buttons {
    color: #1f2022;
    background-color: #fff;
    border-radius: 50%;
    margin-left: 8px;
    padding: 13px;
    font-size: 20px;
    transition: background-color .2s, color .2s;
    box-shadow: 0 10px 10px -10px #1f202233;
  }

  .menu-buttons.w--open {
    color: #fff;
    background-color: #1f2022;
  }

  .nav-menu-links {
    background-color: var(--black);
    padding: 10px;
    box-shadow: 0 10px 15px -10px #1f20221a;
  }

  .dropdown-column-wrapper {
    box-shadow: none;
    border-width: 0;
    border-radius: 0;
  }

  .dropdown-column-wrapper.w--open {
    position: static;
  }

  .dropdown-link-3 {
    padding-left: 1rem;
  }

  .dropdown-wrapper {
    width: 100%;
  }

  .dropdown-pd {
    padding: 20px 0 14px;
  }

  .footer-grid {
    grid-template-columns: .75fr .75fr;
  }

  .footer-dark {
    padding-left: 20px;
    padding-right: 20px;
  }

  .fb-div {
    justify-content: flex-start;
  }

  .contact-section-wrapper.flex {
    flex-direction: column;
  }

  .container-4 {
    width: 90%;
  }

  .contact-info-block.m-bottom-20 {
    grid-template-columns: .25fr 2fr;
    justify-items: start;
  }

  .left-contact {
    width: 100%;
  }

  .left-contact.right {
    width: 100%;
    margin-top: 40px;
  }

  .container-5 {
    width: 90%;
  }

  .heading-3-left-section {
    text-align: center;
    width: 100%;
  }

  .heading-3-container-wrapper.display-flex {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .heading-3-text {
    font-size: 1.2em;
    font-weight: 500;
    line-height: 1.6;
  }

  .main-container {
    max-width: 100%;
  }

  .about-flex-col {
    width: 100%;
  }

  .section-heading {
    font-size: 36px;
    line-height: 48px;
  }

  .about-wrapper {
    flex-wrap: wrap;
  }

  .about-img {
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    inset: auto;
  }

  .about-section {
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-left-side {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .hero-btn-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
  }

  .home_work_component {
    align-items: flex-start;
    height: 22rem;
    overflow: hidden;
  }

  .home-work_work-title {
    font-size: 19px;
  }

  .home_work_item.is-1, .home_work_item.is-2, .home_work_item.is-4, .home_work_item.is-3 {
    width: 100%;
  }

  .home_work_scroll-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: none;
    display: grid;
  }

  .spacer-xlarge {
    padding-top: 3.5rem;
  }

  .bullet-block-title {
    font-size: 25px;
    line-height: 30px;
  }

  .bullet-list-grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
  }

  .faq-icon {
    width: 4rem;
    min-width: 4rem;
    height: 4rem;
    min-height: 4rem;
  }

  .staff-accordion-top {
    padding: .5rem;
  }

  .team-accordions-no-cms {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .home-slider-1 {
    width: 100%;
    margin-top: 20px;
  }

  .areas-list.areas-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .home-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .banner-header {
    margin-top: 60px;
    font-size: 38px;
    line-height: 42px;
  }

  .p {
    font-size: 15.5px;
  }

  .body-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-bg-grad {
    height: 100vh;
    padding-top: 0;
  }

  .left-section {
    width: 95%;
    margin-top: 140px;
    padding-right: 0;
  }

  .service-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 20px;
  }

  .section-h1-wrapper._0 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
  }

  .footer-col {
    text-align: center;
  }

  .footer-copy-text {
    text-align: left;
  }

  .footer-wrapper {
    grid-template-columns: 1fr;
    place-items: center;
  }

  .footer-section {
    padding-top: 40px;
  }

  .header-social-media {
    justify-content: center;
  }

  .full-width-image-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .full-width-image-section.para-img, .full-width-image-section.vehicle-service {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .dropdown-link, .nav-link {
    font-size: 15px;
  }

  .h1 {
    font-size: 34px;
    line-height: 50px;
  }

  .h2.b-30 {
    font-size: 36px;
    line-height: 42px;
  }

  .top-links {
    font-size: 15px;
  }

  .top-container-black {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .top-div-2 {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .top-links-2 {
    font-size: 15px;
  }

  .menu-button-2 {
    background-color: #f9b328;
  }

  .top-container-black-2 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-navlink-2 {
    font-size: 15px;
  }

  .service-banner {
    height: 70vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .service-ban-text {
    text-align: center;
    width: 90%;
    margin-top: 180px;
    font-size: 52px;
    line-height: 50px;
  }

  .buttons {
    text-align: center;
  }

  .buttons.banner {
    display: none;
  }

  .section.cta {
    background-image: linear-gradient(90deg, var(--white) 26%, #fff0), url('../images/IMG_5643.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    padding: 40px 0;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .section-tittle-2.cta {
    font-size: 30px;
    line-height: 36px;
  }

  .contact-left {
    width: 80%;
  }

  .menu-buttons {
    margin-left: 0;
  }

  .flex-row.scond {
    margin: 20px 0;
  }

  .nav {
    margin-top: 10px;
  }

  .btn-primary-outline.h {
    display: none;
  }

  .nav-block {
    flex-flow: column;
    justify-content: center;
  }

  .buton-col {
    margin-left: 0;
  }

  .brand-logo.w--current {
    margin-right: 0;
  }

  .btn-primary.h {
    display: none;
  }

  .footer-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-link-2 {
    font-size: 15px;
  }

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

  .heading-3-subheading {
    text-align: left;
  }

  .heading-3-container-wrapper.display-flex {
    align-items: flex-start;
  }

  .heading-3-text {
    text-align: left;
    margin-bottom: 20px;
  }

  .project-header {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about-flex-col {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .section-heading {
    font-size: 28px;
    line-height: 34px;
  }

  .about-img {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .about-section, .our-gallery-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-btn-wrapper {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-columns: 1fr;
  }

  .hero-btn-wrapper.grid-3._3, .hero-btn-wrapper.grid-3.banner3 {
    grid-template-columns: 1fr 1fr;
  }

  .about-car-text {
    line-height: 22px;
  }

  .home_work_component {
    height: 50rem;
    padding-left: 20px;
    padding-right: 20px;
  }

  .home_work_item {
    width: 85vw;
    margin-left: 0%;
    margin-right: 0%;
  }

  .home_work_scroll-wrapper {
    grid-template-columns: 1fr;
    justify-content: flex-start;
  }

  .spacer-xlarge {
    padding-top: 2.5rem;
  }

  .about-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .bullet-list-grid {
    grid-template-columns: 1fr;
  }

  .lottie-icon {
    width: .9rem;
    height: .9rem;
  }

  .faq-icon {
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
    min-height: 3rem;
  }

  .staff-title-wrap {
    padding-left: 1.5rem;
  }

  .faq-bottom-content {
    grid-template-columns: 1fr;
    padding-bottom: 2rem;
    padding-left: 2rem;
  }

  .staff-info-wrap {
    padding-left: 1.5rem;
  }

  .team-header {
    font-size: 1.5rem;
  }

  .team-accordions-no-cms {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .staff-img {
    width: 10rem;
    height: 14rem;
  }

  .home-slider-1 {
    width: 100%;
    min-height: 400px;
  }

  .gallery-thumb {
    height: 275px;
  }
}

@media screen and (max-width: 479px) {
  .banner-header {
    flex-direction: column;
    width: 100%;
    margin-top: 150px;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 34px;
  }

  .p {
    font-size: 16px;
    line-height: 25px;
  }

  .p.banner {
    font-size: 15px;
    line-height: 22px;
  }

  .body-section {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container {
    width: 85%;
  }

  .hero-bg-grad {
    background-image: linear-gradient(to bottom, null, null), linear-gradient(90deg, #000c, #fff0), url('../images/Car-Banner.webp');
    background-position: 0 0, 0 0, 50%;
    height: 100vh;
    padding-top: 0;
  }

  .left-section {
    width: 100%;
    margin-top: 80px;
  }

  .service-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .service-div {
    height: auto;
  }

  .service-top-image, .service-top-image._2 {
    height: 250px;
  }

  .service-number {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 38px;
    line-height: 38px;
  }

  .service-box-wrapper {
    flex-direction: column;
  }

  .service-header {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 36px;
  }

  .service-text {
    font-size: 1rem;
  }

  .service-paragraph {
    margin-left: 0;
  }

  .para {
    font-size: 15px;
    line-height: 24px;
  }

  .img-div {
    box-shadow: -8px 6px 0 0 var(--white);
    min-height: 250px;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .img-div.s1-1 {
    margin-bottom: 20px;
  }

  .img-div.s1-2 {
    margin-top: 0;
  }

  .img-div.s2-1 {
    margin-bottom: 20px;
  }

  .img-div.s2-2 {
    margin-top: 0;
  }

  .img-div.s3-1 {
    margin-bottom: 20px;
  }

  .img-div._3-2, .img-div.s3-3 {
    margin-top: 0;
  }

  .img-div.s4-1 {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .img-div.s4-3 {
    margin-top: 0;
  }

  .img-div.s5-1 {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .img-div.s5-2 {
    margin-top: 0;
  }

  .section-h1-wrapper._0 {
    margin-top: 20px;
  }

  .right-side.content, .right-side._48, .right-side._w-100 {
    padding-right: 0;
  }

  .footer-col {
    width: 100%;
  }

  .footer-col.large {
    margin-right: 0;
  }

  .footer-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    text-align: center;
    grid-template-columns: 1.25fr;
    padding-bottom: 20px;
  }

  .footer-section-title.white {
    font-size: 1.6em;
  }

  .footer-section {
    padding-top: 30px;
  }

  .footer-copy {
    align-items: center;
    width: 100%;
  }

  .header-social-icon {
    margin-left: 10px;
  }

  .header-social-icon.margin-right-none.l {
    margin-left: 0;
  }

  .full-width-image-section.para-img, .full-width-image-section.vehicle-service {
    background-image: linear-gradient(#0009, #0009), url('../images/Mid-Banner.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .nav-cta-wrapper.margin-left-auto {
    display: block;
  }

  .co-logo {
    width: 125px;
  }

  .navbar-4 {
    text-align: center;
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .logo-link {
    text-align: left;
    margin-bottom: 10px;
  }

  .logo-link.w--current {
    text-align: left;
  }

  .dropdown-link {
    text-align: center;
    font-size: 16px;
    display: block;
  }

  .contact-div-2 {
    flex-direction: column;
    width: 100%;
    max-width: none;
  }

  .service-nav-text {
    margin-left: 20px;
  }

  .contact-section {
    padding-top: 12px;
  }

  .nav-link {
    text-align: center;
    font-size: 16px;
  }

  .nav-link.w--current {
    text-align: center;
  }

  .icon-4 {
    color: var(--white);
    font-size: 32px;
  }

  .h1 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 34px;
  }

  .h1.w {
    margin-top: 0;
    font-size: 30px;
    line-height: 36px;
  }

  .h2.b-30 {
    font-size: 28px;
    line-height: 34px;
  }

  .image {
    width: 160px;
  }

  .footer-logo-link {
    margin-bottom: 0;
  }

  .list-head {
    text-align: left;
    font-size: 14.5px;
    line-height: 25px;
  }

  .bullet-font-icon-2 {
    flex: none;
  }

  .top-links {
    text-align: center;
    line-height: 23px;
  }

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

  .top-container-black {
    flex-direction: column;
    padding-top: 0;
    display: none;
  }

  .font-awsome {
    margin-right: 10px;
    font-size: 20px;
  }

  .font-awsome.email {
    margin-left: 0;
    margin-right: 10px;
    font-size: 20px;
  }

  .contact-top {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }

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

  .content-section.orange {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .h3 {
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.35;
  }

  .h3-logo, .h3-logo.w--current {
    width: 200px;
  }

  .top-links-2 {
    text-align: center;
    line-height: 23px;
  }

  .top-links-2.top {
    margin-top: 10px;
  }

  .icon-5 {
    color: #fff;
    font-size: 32px;
  }

  .menu-button-2 {
    background-color: #0000;
  }

  .service-nav {
    padding-top: 12px;
  }

  .button-fill-2.header {
    margin-top: 10px;
    margin-bottom: 13px;
    font-size: 14px;
    display: none;
  }

  .top-container-black-2 {
    flex-direction: column;
    padding-top: 0;
  }

  .service-navlink-2 {
    text-align: center;
    font-size: 16px;
  }

  .service-navlink-2.w--current {
    text-align: center;
  }

  .co-logo-2 {
    width: 200px;
  }

  .service-banner {
    height: 55vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .service-ban-text {
    width: 90%;
    margin-top: 150px;
    font-size: 32px;
    line-height: 38px;
  }

  .buttons {
    margin-bottom: 10px;
  }

  .buttons.dark {
    width: auto;
  }

  .buttons.banner {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .section.cta {
    background-image: linear-gradient(#fff9, #fff9), url('../images/IMG_5643.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    padding: 40px 10px;
  }

  .sticky_btn_call {
    width: 70px;
    height: auto;
    bottom: 1%;
    left: auto;
    right: 1%;
  }

  .dropdown-toggle {
    padding-left: 40px;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-prefs_content, .fs-cc-prefs_component {
    padding: 24px;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -22px auto auto 5px;
  }

  .section-tittle-2 {
    font-size: 30px;
    line-height: 40px;
  }

  .section-tittle-2.cta {
    width: 100%;
    font-size: 26px;
    line-height: 32px;
  }

  .container-2 {
    width: 85%;
  }

  .container-2.z, .contact-left {
    width: 95%;
  }

  .cta-text-2 {
    width: 100%;
    line-height: 22px;
  }

  .list-item-2 {
    height: 3.6rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .minimenu_list {
    width: auto;
    height: 26rem;
  }

  .minimenu {
    right: .5rem;
  }

  .menu-buttons {
    padding: 12px;
  }

  .tex-top {
    font-size: 14px;
  }

  .nav-row {
    padding-top: 20px;
  }

  .mr-15 {
    margin-right: 10px;
  }

  .flex-row.scond {
    margin: 0 auto;
  }

  .nav {
    margin-top: 0;
  }

  .logo {
    width: 80px;
  }

  .btn-primary-outline {
    font-size: 14px;
  }

  .nav-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    align-items: center;
    width: 90%;
  }

  .buton-col {
    display: none;
  }

  .buton-col.left, .buton-col._20 {
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .brand-logo, .brand-logo.w--current {
    margin-right: 0;
  }

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

  .dropdown-link-3 {
    height: 3rem;
  }

  .dropdown-pd {
    padding-top: 0;
    padding-bottom: 0;
  }

  .solid-fa-dropdown {
    display: none;
  }

  .footer-grid {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .footer-dark {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-logo {
    width: 120px;
    margin-bottom: 0;
  }

  .footer-text {
    text-align: left;
    font-size: 14px;
    line-height: 26px;
  }

  .footer-link-2 {
    line-height: 180%;
  }

  .bg-white {
    padding-bottom: 40px;
  }

  .fb-div {
    justify-content: flex-start;
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }

  .footer-social-link {
    margin-left: 0;
    margin-right: 10px;
  }

  .contact-info-block {
    padding: 25px;
  }

  .contact-info-block.m-bottom-20, .contact-info-block.m-bottom-20.m-top-60 {
    justify-items: start;
  }

  .icon {
    width: 48px;
    height: 48px;
    font-size: 1em;
  }

  .left-contact.right {
    padding: 15px;
  }

  .heading.h3 {
    margin-bottom: 10px;
    font-size: 2em;
  }

  .heading-under-line {
    margin-top: 0;
  }

  .contact-info-text {
    align-items: flex-start;
    width: 100%;
  }

  .cta-link {
    font-size: 15px;
  }

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

  .icon-block {
    margin-bottom: 15px;
    margin-right: 0;
    font-size: 20px;
  }

  .heading-3-subheading {
    line-height: 30px;
  }

  .heading-3-text {
    font-size: 1.2em;
  }

  .gallery-head {
    font-size: 30px;
    line-height: 36px;
  }

  .project-header {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-heading {
    font-size: 24px;
    line-height: 30px;
  }

  .about-desc {
    font-size: 16px;
    line-height: 24px;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .key-name {
    font-size: 16px;
    line-height: 26px;
  }

  .hero-btn-wrapper {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-columns: 1fr;
  }

  .hero-btn-wrapper.grid-3, .hero-btn-wrapper.grid-3._3, .hero-btn-wrapper.grid-3._0 {
    grid-template-columns: 1fr;
  }

  .hero-btn-wrapper.grid-3.banner3 {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .home_work_item.is-1 {
    width: auto;
  }

  .home_work_item.is-2 {
    width: 100%;
  }

  .home_work_scroll-wrapper {
    max-width: none;
    margin-left: 0%;
    margin-right: 0%;
  }

  .key-metrics-box-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .key-number-2 {
    font-size: 22px;
    line-height: 24px;
  }

  .card-bullet.grid2 {
    grid-template-columns: 1fr;
  }

  .bullet-block-title {
    font-size: 23px;
    line-height: 28px;
  }

  .heading-2-title.w {
    text-align: left;
    letter-spacing: -1px;
    font-size: 26px;
    line-height: 32px;
  }

  .faq-icon {
    width: 2.5rem;
    min-width: 2.5rem;
    height: 2.5rem;
    min-height: 2.5rem;
  }

  .staff-title-wrap {
    align-items: center;
    margin-bottom: 1rem;
    padding-left: 1.25rem;
    padding-right: .75rem;
  }

  .bio-section {
    text-align: left;
    margin-top: 20px;
    font-size: 16px;
  }

  .team-main {
    margin-top: 0;
    font-size: 36px;
  }

  .faq-bottom-content {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .staff-info-wrap {
    flex-direction: column;
    padding-left: 1.25rem;
    padding-right: .75rem;
  }

  .staff-accordion-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    border-radius: .5rem;
    flex-direction: column;
    justify-content: center;
    padding-top: 1.5rem;
    padding-bottom: 1.25rem;
  }

  .team-header {
    letter-spacing: -1px;
  }

  .team-accordions-no-cms {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .staff-img {
    width: 15rem;
    height: 22rem;
    margin-bottom: 1rem;
  }

  .fs-cc-banner_close-2 {
    position: absolute;
    inset: -22px 10px auto auto;
  }

  .fs-cc-prefs_component-2 {
    padding: 24px;
  }

  .home-slider-3 {
    height: 300px;
  }

  .slide {
    height: 275px;
  }

  .home-slider-1 {
    width: 100%;
    min-height: 350px;
  }

  .areas-list.areas-grid {
    grid-row-gap: 1px;
    grid-template-columns: 1fr;
  }

  .areas-list-item.left {
    font-size: 15px;
  }
}

#w-node-_86dc6770-16cb-81fb-c036-7e9b77c027e6-a8087471, #w-node-f144fa74-7035-038d-61cc-54a3e89c38a7-a8087471, #w-node-_6eba55bf-997e-67b8-6385-042e8a8d2233-a8087471, #w-node-_3ee81e69-aa64-9f71-f0c3-601841aae282-a8087471, #w-node-_12a6e2d2-6ae8-eda1-7f01-3aeadd3be9b4-a8087471, #w-node-_12a6e2d2-6ae8-eda1-7f01-3aeadd3be9ba-a8087471, #w-node-_12a6e2d2-6ae8-eda1-7f01-3aeadd3be9c0-a8087471, #w-node-_12a6e2d2-6ae8-eda1-7f01-3aeadd3be9c6-a8087471 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_59420682-a82a-2f25-0894-9df7ff02e6dc-a8087471 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b09ca72c-cd25-e4ee-8dbf-d668cfec410b-a8087471, #w-node-_1b6370bf-deed-bcd1-4f81-5b67c200a0d9-a8087471, #w-node-_09040088-f556-7e36-eddd-4766bcbd612f-a8087471, #w-node-cc1c847c-3645-4cf9-5524-2391cee81628-a8087471, #w-node-_443deb39-9bc4-d084-be7b-1525d4bb553f-a8087471, #w-node-e5d97b96-c401-8c3b-330b-2082bf01b88b-a8087471, #w-node-e63b98c4-4e9f-efc0-d9bf-dd7f6e9ca955-a8087471, #w-node-f7045b48-4fd0-397a-68b2-291790a98a38-a8087471, #w-node-_5bfaf902-2875-61a7-ec60-d0f33fe8406e-3fe8406b, #w-node-_5bfaf902-2875-61a7-ec60-d0f33fe84076-3fe8406b, #w-node-_5bfaf902-2875-61a7-ec60-d0f33fe84083-3fe8406b, #w-node-_5bfaf902-2875-61a7-ec60-d0f33fe84090-3fe8406b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_896978d9-52d2-a939-9ff4-b5d0865baf73-865baf66, #w-node-_896978d9-52d2-a939-9ff4-b5d0865baf7e-865baf66, #w-node-_896978d9-52d2-a939-9ff4-b5d0865baf89-865baf66, #w-node-_896978d9-52d2-a939-9ff4-b5d0865baf92-865baf66 {
  align-self: center;
}

#w-node-e3bfd6d2-3470-126f-be9f-e80857118f48-05db84a2, #w-node-e3bfd6d2-3470-126f-be9f-e80857118f4c-05db84a2, #w-node-e3bfd6d2-3470-126f-be9f-e80857118f50-05db84a2, #w-node-e3bfd6d2-3470-126f-be9f-e80857118f54-05db84a2, #w-node-e3bfd6d2-3470-126f-be9f-e80857118f58-05db84a2, #w-node-e3bfd6d2-3470-126f-be9f-e80857118f5c-05db84a2, #w-node-e3bfd6d2-3470-126f-be9f-e80857118f60-05db84a2, #w-node-e3bfd6d2-3470-126f-be9f-e80857118f64-05db84a2, #w-node-e0b2f677-511e-486a-270e-e4d9e215d3e4-05db84a2, #w-node-d45f56dc-ecb1-a56a-b577-911c625c9793-05db84a2, #w-node-bf16f1a0-eb37-3d48-c5dd-0b61ee337027-05db84a2, #w-node-_5bb2fd81-e44a-43e5-623d-54cdc221048f-05db84a2, #w-node-dd18f92c-12ab-ecf5-cc53-a6b28e157085-05db84a2, #w-node-d93008e9-9adc-be64-8919-0df09c858d8a-05db84a2, #w-node-_48f5afa3-1c86-a8ec-f7de-8f1052aa7478-05db84a2, #w-node-_682a02ae-a6e6-ea4d-914a-29164402d4c2-05db84a2, #w-node-_9868c54c-b753-d2b5-9de2-e3d7add3cacc-05db84a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ac87700e-4f4c-08aa-39f5-e47ea9ff4fb0-05db84a2, #w-node-_5c8f4ef5-4595-99ed-987a-be1f1bc81615-05db84a2, #w-node-_87a15d28-f8d2-491a-371c-26b61a0ffdf2-05db84a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_542d5ce7-6924-7e61-86e8-98e56c3e4ea2-05db84a2, #w-node-_1bdd8d4f-cda8-efa5-3c61-630ea5c402b4-05db84a2, #w-node-e1f7f4f1-56dd-1e5d-17cc-5ae2796e242e-05db84a2, #w-node-_3e731a8b-6d43-7a3f-c29e-e9a25da4a213-05db84a2, #w-node-b7ca7a91-c085-b129-0de0-08ef84e3c3d1-05db84a2, #w-node-_7f1e6d44-3541-6f69-e3b6-2c2b767d68fb-05db84a2, #w-node-_5491227b-86a9-7474-876c-bc25d31413ad-05db84a2, #w-node-f9656047-639c-7228-edc9-2c3232991b33-05db84a2, #w-node-b1006017-8f5f-7eda-cb42-fca545330cf8-05db84a2, #w-node-f654a3d0-14b5-8f6a-6a3b-9f99838cedee-05db84a2, #w-node-b2df8430-50d0-1680-c09d-3c1a97b5beca-05db84a2, #w-node-f77e36fd-c309-7a8a-3819-29822ee52a29-05db84a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ac87700e-4f4c-08aa-39f5-e47ea9ff4fb0-98403764, #w-node-_5c8f4ef5-4595-99ed-987a-be1f1bc81615-98403764, #w-node-_87a15d28-f8d2-491a-371c-26b61a0ffdf2-98403764 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-a4702866-bd9d-7eef-d0e2-10ceda3c7ac5-98403764, #w-node-a4702866-bd9d-7eef-d0e2-10ceda3c7aca-98403764 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c8f4ef5-4595-99ed-987a-be1f1bc81615-274617c3 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: auto;
}

#w-node-a4702866-bd9d-7eef-d0e2-10ceda3c7ac0-274617c3, #w-node-a4702866-bd9d-7eef-d0e2-10ceda3c7ac5-274617c3, #w-node-a4702866-bd9d-7eef-d0e2-10ceda3c7aca-274617c3, #w-node-a4702866-bd9d-7eef-d0e2-10ceda3c7acf-274617c3, #w-node-_8f9f6e37-08cd-77d8-04a2-c63ac35c89f9-274617c3, #w-node-be283eec-e29c-8c59-6647-e4c36ea32f15-274617c3, #w-node-be283eec-e29c-8c59-6647-e4c36ea32f1a-274617c3, #w-node-be283eec-e29c-8c59-6647-e4c36ea32f1f-274617c3, #w-node-be283eec-e29c-8c59-6647-e4c36ea32f24-274617c3, #w-node-be283eec-e29c-8c59-6647-e4c36ea32f29-274617c3, #w-node-_58cefae8-1313-7113-5044-2dbac996581b-274617c3, #w-node-_58cefae8-1313-7113-5044-2dbac9965820-274617c3, #w-node-_58cefae8-1313-7113-5044-2dbac9965825-274617c3, #w-node-_58cefae8-1313-7113-5044-2dbac996582a-274617c3, #w-node-_58cefae8-1313-7113-5044-2dbac996582f-274617c3, #w-node-_84ab21aa-b693-3ab2-af7a-d62b8a0a3fb1-274617c3, #w-node-_84ab21aa-b693-3ab2-af7a-d62b8a0a3fb6-274617c3, #w-node-_84ab21aa-b693-3ab2-af7a-d62b8a0a3fbb-274617c3, #w-node-_84ab21aa-b693-3ab2-af7a-d62b8a0a3fc0-274617c3, #w-node-_84ab21aa-b693-3ab2-af7a-d62b8a0a3fc5-274617c3, #w-node-_84ab21aa-b693-3ab2-af7a-d62b8a0a3fcf-274617c3, #w-node-_84ab21aa-b693-3ab2-af7a-d62b8a0a3fd4-274617c3, #w-node-_84ab21aa-b693-3ab2-af7a-d62b8a0a3fd9-274617c3, #w-node-_84ab21aa-b693-3ab2-af7a-d62b8a0a3fde-274617c3, #w-node-_84ab21aa-b693-3ab2-af7a-d62b8a0a3fe3-274617c3, #w-node-bca11436-c72c-31ec-5d29-5df6d2bb57ca-2d8181d6, #w-node-bca11436-c72c-31ec-5d29-5df6d2bb57cf-2d8181d6, #w-node-bca11436-c72c-31ec-5d29-5df6d2bb57d4-2d8181d6, #w-node-bca11436-c72c-31ec-5d29-5df6d2bb57d9-2d8181d6, #w-node-bca11436-c72c-31ec-5d29-5df6d2bb57e2-2d8181d6, #w-node-bca11436-c72c-31ec-5d29-5df6d2bb57e7-2d8181d6, #w-node-bca11436-c72c-31ec-5d29-5df6d2bb57ec-2d8181d6, #w-node-bca11436-c72c-31ec-5d29-5df6d2bb57f1-2d8181d6, #w-node-bca11436-c72c-31ec-5d29-5df6d2bb57f6-2d8181d6, #w-node-bca11436-c72c-31ec-5d29-5df6d2bb57fb-2d8181d6, #w-node-bca11436-c72c-31ec-5d29-5df6d2bb5800-2d8181d6, #w-node-bca11436-c72c-31ec-5d29-5df6d2bb5805-2d8181d6, #w-node-bca11436-c72c-31ec-5d29-5df6d2bb580a-2d8181d6, #w-node-bca11436-c72c-31ec-5d29-5df6d2bb580f-2d8181d6, #w-node-_8646cb63-3732-da7f-8db7-6c23709286a0-1b9b536d, #w-node-_8646cb63-3732-da7f-8db7-6c23709286a5-1b9b536d, #w-node-_8646cb63-3732-da7f-8db7-6c23709286aa-1b9b536d, #w-node-_8646cb63-3732-da7f-8db7-6c23709286af-1b9b536d, #w-node-_403e08aa-9ed9-b643-dcf5-665256a95947-1b9b536d, #w-node-f2eff361-77a7-6869-548c-52e8245281aa-1b9b536d, #w-node-_715867b0-b123-c575-93d0-ed96d1190fda-1b9b536d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e40af058-f703-f088-0f5b-e09fa78d9cba-1b9b536d {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: auto;
}

#w-node-ad0d85c3-41bf-af59-a8ab-3a401ea70b75-bdce661e, #w-node-ad0d85c3-41bf-af59-a8ab-3a401ea70b7a-bdce661e, #w-node-ad0d85c3-41bf-af59-a8ab-3a401ea70b7f-bdce661e, #w-node-ad0d85c3-41bf-af59-a8ab-3a401ea70b84-bdce661e, #w-node-_653dead5-ad32-2f60-f034-23341f6c34b9-bdce661e, #w-node-_653dead5-ad32-2f60-f034-23341f6c34be-bdce661e, #w-node-_653dead5-ad32-2f60-f034-23341f6c34c3-bdce661e, #w-node-_653dead5-ad32-2f60-f034-23341f6c34c8-bdce661e, #w-node-_9fb4c4f7-4661-a3dd-cab6-c628375feab6-bdce661e, #w-node-db1bc109-2acf-dc17-faa8-8259659d29cd-bdce661e, #w-node-_3f765020-4343-9fd7-1b53-97bd60d7cf43-bdce661e, #w-node-_5e0ca0e3-edfe-d34d-05f5-82981276ad8e-bdce661e, #w-node-d09a509f-11d6-a587-4332-a1ce1032df0b-bdce661e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2a5f713-6b8e-0ac0-f59d-96295c3aee04-1a89122a, #w-node-b2a5f713-6b8e-0ac0-f59d-96295c3aee21-1a89122a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3cc4ac5c-51de-a4d9-3a0b-dac023ceacaf-9f597697, #w-node-_3cc4ac5c-51de-a4d9-3a0b-dac023ceacba-9f597697, #w-node-_3cc4ac5c-51de-a4d9-3a0b-dac023ceacc5-9f597697, #w-node-_3cc4ac5c-51de-a4d9-3a0b-dac023ceacce-9f597697 {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_86dc6770-16cb-81fb-c036-7e9b77c027e6-a8087471 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_896978d9-52d2-a939-9ff4-b5d0865baf70-865baf66 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_896978d9-52d2-a939-9ff4-b5d0865baf73-865baf66 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-_896978d9-52d2-a939-9ff4-b5d0865baf7b-865baf66 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_896978d9-52d2-a939-9ff4-b5d0865baf7e-865baf66 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-_896978d9-52d2-a939-9ff4-b5d0865baf86-865baf66 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_896978d9-52d2-a939-9ff4-b5d0865baf89-865baf66 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-_896978d9-52d2-a939-9ff4-b5d0865baf8f-865baf66 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_896978d9-52d2-a939-9ff4-b5d0865baf92-865baf66 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-_3cc4ac5c-51de-a4d9-3a0b-dac023ceacac-9f597697 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3cc4ac5c-51de-a4d9-3a0b-dac023ceacaf-9f597697 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-_3cc4ac5c-51de-a4d9-3a0b-dac023ceacb7-9f597697 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3cc4ac5c-51de-a4d9-3a0b-dac023ceacba-9f597697 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-_3cc4ac5c-51de-a4d9-3a0b-dac023ceacc2-9f597697 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3cc4ac5c-51de-a4d9-3a0b-dac023ceacc5-9f597697 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-_3cc4ac5c-51de-a4d9-3a0b-dac023ceaccb-9f597697 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3cc4ac5c-51de-a4d9-3a0b-dac023ceacce-9f597697 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }
}


@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp Solid 900';
  src: url('../fonts/fa-sharp-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp 400';
  src: url('../fonts/fa-sharp-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp 300';
  src: url('../fonts/fa-sharp-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Duotone 900';
  src: url('../fonts/fa-duotone-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 100';
  src: url('../fonts/fa-thin-100.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa6';
  src: url('../fonts/FA6-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa6 solid';
  src: url('../fonts/FA6-Solid.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa6 brands';
  src: url('../fonts/FA6-Brands.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arrow right solid';
  src: url('../fonts/arrow-right-solid.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}