/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[1].use[2]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./src/sass/style.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap);
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[1].use[2]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./src/sass/style.scss (1) ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************/
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

textarea, input, button {
  background: transparent;
  border: none;
  margin: 0; }
  textarea:focus, input:focus, button:focus {
    outline: none; }

input,
textarea,
button,
select,
a {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

section {
  overflow: hidden; }

.container {
  width: 100%;
  margin: auto;
  position: relative;
  padding: 0 20px; }

body {
  color: #000000;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.6; }

[class^="icon-"]:before, [class*=" icon-"]:before {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.main-btn {
  padding: 12px 36px;
  justify-content: center;
  border-radius: 48px;
  border: 1px solid #FFF;
  background: #45AB45;
  color: #FFF;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 30.4px;
  /* 190% */
  letter-spacing: 0.16px;
  display: inline-flex;
  align-items: center;
  gap: 10px; }

.second-btn {
  padding: 12px 36px;
  justify-content: center;
  border-radius: 48px;
  border: 1px solid #FFF;
  background: transparent;
  color: #FFF;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 30.4px;
  /* 190% */
  letter-spacing: 0.16px; }
  .second-btn:hover {
    background: #FFF; }

.header-top {
  padding: 12px; }
  .header-top.dark-bg {
    background: #162038; }
  .header-top .contact-info {
    color: #FFF;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 19.6px */
    letter-spacing: 0.14px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center; }

@media screen and (max-width: 767px) {
  .header-area .logo {
    padding: 12px 0; } }

.header-area .container {
  max-width: 1215px; }
  @media screen and (max-width: 767px) {
    .header-area .container {
      padding: 0 16px; } }

.header-area .sticky-area {
  background: #FFF;
  box-shadow: 0 3px 16px -2px #D0CECE; }

@media screen and (max-width: 991px) {
  .header-area .align-items-center .col-lg-3 {
    display: flex;
    align-items: center;
    justify-content: space-between; } }

.header-area .align-items-center .main-btn.mobile {
  display: none; }
  @media screen and (max-width: 991px) {
    .header-area .align-items-center .main-btn.mobile {
      display: inline-flex; } }

.header-area .align-items-center .header-right-content {
  justify-content: end; }

@media screen and (max-width: 767px) {
  .header-area .navbar-brand img {
    width: 54px;
    height: 51px;
    aspect-ratio: 18/17; } }

.header-area .main-menu .navbar-nav {
  display: flex;
  gap: 45px; }
  .header-area .main-menu .navbar-nav .nav-link a {
    color: #162038;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 125% */
    font-variant: all-small-caps;
    letter-spacing: 0.16px;
    position: relative;
    padding: 6px 0; }
    .header-area .main-menu .navbar-nav .nav-link a:hover::after {
      width: 100%; }
    .header-area .main-menu .navbar-nav .nav-link a.active {
      color: #162038; }
    .header-area .main-menu .navbar-nav .nav-link a::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 0;
      height: 2px;
      background: #45AB45;
      transition: width .25s; }

.header-area .main-menu .navbar-toggler {
  display: none; }

.site-footer {
  background: #162038;
  padding: 60px 0; }
  .site-footer .container {
    max-width: 1240px; }
    @media screen and (max-width: 767px) {
      .site-footer .container {
        padding: 0 16px; } }
  .site-footer .footer-brand {
    max-width: 317px; }
    @media screen and (max-width: 767px) {
      .site-footer .footer-brand {
        display: flex;
        gap: 24px;
        justify-content: space-between;
        max-width: unset;
        margin-bottom: 16px; } }
    .site-footer .footer-brand .logo-tile {
      margin-bottom: 24px; }
      @media screen and (max-width: 767px) {
        .site-footer .footer-brand .logo-tile {
          margin-bottom: 0;
          flex-shrink: 0; } }
      .site-footer .footer-brand .logo-tile img {
        width: 80px;
        height: 76px;
        display: block; }
    .site-footer .footer-brand p {
      color: #E5E5E5;
      font-family: "Roboto", sans-serif;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 140%;
      /* 22.4px */
      letter-spacing: 0.16px; }
      @media screen and (max-width: 767px) {
        .site-footer .footer-brand p {
          flex-grow: 1; } }
  .site-footer .footer-col h3 {
    color: #FFF;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    /* 112.5% */
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 14px; }
  .site-footer .footer-col address {
    color: #E5E5E5;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    letter-spacing: 0.16px; }
  .site-footer .footer-col ul {
    display: flex;
    gap: 9px;
    flex-direction: column; }
    .site-footer .footer-col ul li a {
      color: #FFF;
      font-family: "Roboto", sans-serif;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 20px;
      /* 125% */
      letter-spacing: 0.16px; }
  .site-footer .footer-grid {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap; }
    @media screen and (max-width: 767px) {
      .site-footer .footer-grid {
        gap: 20px; } }

.footer-bottom {
  border-top: 1px solid #919EBF;
  background: #162038;
  padding: 20px 0; }
  .footer-bottom .container {
    max-width: 1240px; }
    @media screen and (max-width: 767px) {
      .footer-bottom .container {
        padding: 0 16px; } }
  @media screen and (max-width: 767px) {
    .footer-bottom .wrap {
      gap: 8px; } }
  .footer-bottom .copyright-line, .footer-bottom .privacy {
    color: rgba(229, 229, 229, 0.8);
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 22.4px */
    letter-spacing: 0.16px; }

a {
  text-decoration: none;
  color: inherit;
  transition: color .5s, opacity .5s, background .5s; }
  a:focus {
    outline: none; }

button {
  transition: color .5s, opacity .5s, background .5s;
  cursor: pointer; }

.back-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.rect-outer {
  position: relative; }
  .rect-outer .rect-inner {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0; }

#loader {
  background-color: #45AB45; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition: .35s;
  transition-timing-function: ease; }

body.modal-open {
  overflow: hidden;
  height: 100%;
  position: fixed; }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  outline: 0; }
  .modal.in .close:before {
    transform: translate(-50%, -50%) rotate(45deg); }
  .modal.in .close:after {
    transform: translate(-50%, -50%) rotate(-45deg); }
  .modal .close {
    width: 30px;
    height: 30px;
    background: none;
    border: none;
    position: absolute;
    right: 29px;
    top: 34px;
    z-index: 1;
    opacity: 1;
    text-shadow: none;
    cursor: pointer; }
    .modal .close:hover:before {
      transform: translate(-50%, -50%) rotate(40deg); }
    .modal .close:hover:after {
      transform: translate(-50%, -50%) rotate(-40deg); }
    .modal .close:before, .modal .close:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 2px;
      background: white;
      top: 50%;
      left: 50%;
      transition: .5s; }
  .modal.fade.in .modal-dialog {
    transform: translate(-50%, -50%); }
  .modal .modal-dialog {
    max-width: 740px;
    width: auto;
    top: 50%;
    position: absolute;
    left: 50%;
    align-items: baseline;
    transform: translate(-50%, -40%);
    transition: transform 0.3s ease-out; }
    @media (min-width: 768px) {
      .modal .modal-dialog {
        width: 600px;
        margin: 30px auto; } }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
    .modal-backdrop.fade.in {
      opacity: 0.5; }

.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.homepage-slide .single-slide-item {
  padding: 264px 0 60px;
  height: auto; }
  @media screen and (max-width: 767px) {
    .homepage-slide .single-slide-item {
      padding: 85px 0 40px; } }
  .homepage-slide .single-slide-item .container {
    padding: 0 24px; }
    @media screen and (max-width: 767px) {
      .homepage-slide .single-slide-item .container {
        padding: 0 16px; } }
  @media screen and (max-width: 767px) {
    .homepage-slide .single-slide-item .row {
      margin: 0; } }
  .homepage-slide .single-slide-item .col-lg-12 {
    padding: 0; }
    @media screen and (max-width: 767px) {
      .homepage-slide .single-slide-item .col-lg-12 {
        text-align: start; } }
  .homepage-slide .single-slide-item .section-title .badge {
    color: #FFF;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    /* 112.5% */
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 12px 40px 12px 16px;
    align-items: center;
    gap: 8px;
    border-radius: 1000px;
    border: 1px solid #7498BE;
    background: rgba(79, 125, 174, 0.1);
    display: inline-flex;
    position: relative; }
    .homepage-slide .single-slide-item .section-title .badge:after {
      position: absolute;
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 1000px;
      background: #45AB45;
      right: 20px; }
    .homepage-slide .single-slide-item .section-title .badge:before {
      position: absolute;
      content: "";
      width: 16px;
      height: 16px;
      border-radius: 1000px;
      background: rgba(69, 171, 69, 0.2);
      right: 16px; }
  .homepage-slide .single-slide-item .section-title h1 {
    color: #FFF;
    font-family: "Roboto", sans-serif;
    font-size: 80px;
    font-style: normal;
    font-weight: 600;
    line-height: 95px;
    /* 118.75% */
    letter-spacing: 0;
    margin: 24px 0 12px 0;
    text-transform: inherit; }
    @media screen and (max-width: 767px) {
      .homepage-slide .single-slide-item .section-title h1 {
        font-size: 44px;
        font-style: normal;
        line-height: 120%;
        /* 52.8px */ } }
  .homepage-slide .single-slide-item .section-title p {
    color: #FFF;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 33.6px */
    letter-spacing: 0.24px;
    width: 62%;
    margin-bottom: 24px; }
    @media screen and (max-width: 767px) {
      .homepage-slide .single-slide-item .section-title p {
        font-size: 18px;
        font-style: normal;
        letter-spacing: 0.18px;
        width: 100%; } }
  .homepage-slide .single-slide-item .wrap-btns {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 24px; }
    @media screen and (max-width: 767px) {
      .homepage-slide .single-slide-item .wrap-btns {
        flex-direction: column; } }
    .homepage-slide .single-slide-item .wrap-btns a {
      margin: 0; }
      @media screen and (max-width: 767px) {
        .homepage-slide .single-slide-item .wrap-btns a {
          width: 100%; } }
  .homepage-slide .single-slide-item .contact-info {
    color: #FFF;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 33.6px */
    font-variant: all-small-caps;
    letter-spacing: 0.24px;
    display: flex;
    gap: 8px;
    align-items: center; }

.benefits {
  padding: 120px 0;
  background: #FFF; }
  @media screen and (max-width: 767px) {
    .benefits {
      padding: 60px 0; } }
  .benefits .container {
    max-width: 1240px; }
  .benefits .benefits-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding: 0 12px; }
    @media screen and (max-width: 767px) {
      .benefits .benefits-head {
        flex-direction: column;
        padding: 0;
        align-items: flex-start; } }
    .benefits .benefits-head .section-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 70px;
      margin-bottom: 24px;
      color: #0B79C0;
      font-family: "Roboto", sans-serif;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 18px;
      /* 112.5% */
      letter-spacing: 1px;
      text-transform: uppercase; }
      @media screen and (max-width: 767px) {
        .benefits .benefits-head .section-eyebrow {
          margin-bottom: 16px; } }
      .benefits .benefits-head .section-eyebrow .brand-stripe {
        position: relative; }
        .benefits .benefits-head .section-eyebrow .brand-stripe:after {
          content: "";
          width: 50px;
          height: 2px;
          background: #59C959;
          border-radius: 2px;
          position: absolute; }
    .benefits .benefits-head .section-title {
      color: #162038;
      font-family: "Roboto", sans-serif;
      font-size: 54px;
      font-style: normal;
      font-weight: 600;
      line-height: 110%;
      /* 59.4px */
      text-transform: inherit; }
      @media screen and (max-width: 767px) {
        .benefits .benefits-head .section-title {
          margin-bottom: 12px;
          font-size: 32px;
          font-style: normal;
          line-height: 120%;
          /* 38.4px */ } }
    .benefits .benefits-head .section-lead {
      color: #383737;
      font-family: "Roboto", sans-serif;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 140%;
      /* 22.4px */
      letter-spacing: 0.16px;
      max-width: 433px; }
  .benefits .benefits-grid {
    display: flex;
    gap: 24px;
    margin: 40px 0; }
    @media screen and (max-width: 1023px) {
      .benefits .benefits-grid {
        display: none; } }
  .benefits .benefits-slider {
    display: none; }
    @media screen and (max-width: 1023px) {
      .benefits .benefits-slider {
        display: block;
        margin-top: 40px; } }
  .benefits .benefit-card {
    padding: 24px;
    transition: transform .3s, box-shadow .3s, border-color .3s;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid #E1E5EA;
    background: #F5F6F8;
    flex: 1; }
    .benefits .benefit-card:hover {
      box-shadow: 0 8px 24px rgba(0, 121, 192, 0.1), 0 2px 4px rgba(0, 0, 0, 0.04);
      border-color: transparent; }
      .benefits .benefit-card:hover::before {
        transform: scaleX(1); }
    .benefits .benefit-card::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 4px;
      background: #45AB45;
      transform: scaleX(0);
      transform-origin: left;
      transition: transform .35s; }
    .benefits .benefit-card .benefit-icon {
      width: 48px;
      height: 48px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #FFFFFF;
      margin-bottom: 28px;
      border-radius: 6px;
      background: #0B79C0; }
      .benefits .benefit-card .benefit-icon img {
        width: 24px;
        height: 24px; }
    .benefits .benefit-card h3 {
      color: #000;
      font-family: "Roboto", sans-serif;
      font-size: 24px;
      font-style: normal;
      font-weight: 500;
      line-height: 28.8px;
      /* 120% */
      letter-spacing: 0.24px;
      text-transform: capitalize;
      margin-bottom: 12px; }
    .benefits .benefit-card p {
      color: #383737;
      font-family: "Roboto", sans-serif;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 140%;
      /* 22.4px */
      letter-spacing: 0.16px; }
  .benefits .owl-dots {
    text-align: center;
    margin-top: 24px; }
    .benefits .owl-dots button.owl-dot {
      background: none;
      color: inherit;
      border: none;
      padding: 0 !important;
      font: inherit; }
    .benefits .owl-dots .owl-dot span {
      width: 6px;
      height: 6px;
      border-radius: 100px;
      background: #A8A8A8;
      margin-right: 10px;
      margin-top: 20px; }
    .benefits .owl-dots button.owl-dot.active span {
      width: 24px;
      height: 6px;
      background: #59C959; }

.fuel {
  padding: 120px 0;
  background: #F6F6F6; }
  @media screen and (max-width: 767px) {
    .fuel {
      padding: 60px 0; } }
  .fuel .container {
    max-width: 1242px; }
    @media screen and (max-width: 767px) {
      .fuel .container {
        padding: 0 16px; } }
  .fuel .split {
    gap: 52px;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .fuel .split {
        flex-direction: column;
        gap: 24px; } }
    .fuel .split .split-image {
      position: relative;
      overflow: hidden;
      flex: 1;
      width: 100%; }
      .fuel .split .split-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 12px; }
        @media screen and (max-width: 767px) {
          .fuel .split .split-image img {
            height: 378px;
            border-radius: 8px; } }
    .fuel .split .split-content {
      flex: 1; }
    .fuel .split .section-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 70px;
      margin-bottom: 20px;
      color: #0B79C0;
      font-family: "Roboto", sans-serif;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 18px;
      /* 112.5% */
      letter-spacing: 1px;
      text-transform: uppercase; }
      .fuel .split .section-eyebrow .brand-stripe {
        position: relative; }
        .fuel .split .section-eyebrow .brand-stripe:after {
          content: "";
          width: 50px;
          height: 2px;
          background: #59C959;
          border-radius: 2px;
          position: absolute; }
    .fuel .split .section-title {
      color: #162038;
      font-family: "Roboto", sans-serif;
      font-size: 54px;
      font-style: normal;
      font-weight: 600;
      line-height: 110%;
      /* 59.4px */
      margin-bottom: 28px; }
      @media screen and (max-width: 767px) {
        .fuel .split .section-title {
          font-size: 32px;
          line-height: 120%;
          /* 38.4px */ } }
    .fuel .split .section-lead {
      color: #383737;
      font-family: "Roboto", sans-serif;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 140%;
      /* 22.4px */
      letter-spacing: 0.16px;
      margin-bottom: 28px;
      max-width: 433px; }
    .fuel .split .feature-list {
      list-style: none;
      padding: 0;
      display: grid;
      gap: 16px; }
      .fuel .split .feature-list li {
        display: flex;
        align-items: flex-start;
        gap: 11px;
        color: #383737;
        font-family: "Roboto", sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        /* 22.4px */
        letter-spacing: 0.16px; }
        .fuel .split .feature-list li .check {
          flex-shrink: 0; }
          .fuel .split .feature-list li .check svg {
            width: 24px;
            height: 24px; }

.location {
  color: #fff;
  position: relative;
  overflow: hidden;
  background: #0B79C0;
  padding: 110px 0 159px; }
  @media screen and (max-width: 767px) {
    .location {
      padding: 60px 0; } }
  .location .container {
    max-width: 1242px; }
    @media screen and (max-width: 767px) {
      .location .container {
        padding: 0 16px; } }
  .location .wrap-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 12px; }
    @media screen and (max-width: 1023px) {
      .location .wrap-head {
        align-items: flex-start;
        flex-direction: column;
        padding: 0; } }
  .location .section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 70px;
    margin-bottom: 24px;
    font-family: "Roboto", sans-serif;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    /* 112.5% */
    letter-spacing: 1px;
    text-transform: uppercase; }
    @media screen and (max-width: 767px) {
      .location .section-eyebrow {
        margin-bottom: 16px; } }
    .location .section-eyebrow .brand-stripe {
      position: relative; }
      .location .section-eyebrow .brand-stripe:after {
        content: "";
        width: 50px;
        height: 2px;
        background: #59C959;
        border-radius: 2px;
        position: absolute; }
  .location .section-title {
    color: #FFF;
    font-family: "Roboto", sans-serif;
    font-size: 54px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    /* 59.4px */
    max-width: 425px; }
    @media screen and (max-width: 1023px) {
      .location .section-title {
        margin-bottom: 12px; } }
    @media screen and (max-width: 767px) {
      .location .section-title {
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%;
        /* 38.4px */ } }
  .location .section-lead {
    color: rgba(255, 255, 255, 0.9);
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 22.4px */
    letter-spacing: 0.16px;
    max-width: 433px; }
    @media screen and (max-width: 767px) {
      .location .section-lead {
        margin-bottom: 24px; } }
  .location .location-grid {
    display: grid;
    margin-top: 40px;
    grid-template-columns: minmax(0, 1.24fr) minmax(0, 1fr);
    gap: 60px;
    align-items: stretch; }
    @media screen and (max-width: 1023px) {
      .location .location-grid {
        gap: 24px; } }
    @media screen and (max-width: 767px) {
      .location .location-grid {
        grid-template-columns: 1fr;
        margin-top: 0; } }
    .location .location-grid .address-card {
      padding: 24px;
      backdrop-filter: blur(6px);
      border-radius: 12px;
      border: 1px solid #4693CD;
      background: rgba(255, 255, 255, 0.1); }
      @media screen and (max-width: 767px) {
        .location .location-grid .address-card {
          padding: 16px; } }
      .location .location-grid .address-card .address-line {
        color: #FFF;
        font-family: "Roboto", sans-serif;
        font-size: 40px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        /* 44px */
        letter-spacing: 0.4px;
        text-transform: capitalize;
        margin-bottom: 12px; }
        @media screen and (max-width: 767px) {
          .location .location-grid .address-card .address-line {
            font-size: 24px;
            letter-spacing: 0.24px; } }
      .location .location-grid .address-card .address-sub {
        color: rgba(255, 255, 255, 0.9);
        font-family: "Roboto", sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        /* 33.6px */
        letter-spacing: 0.24px;
        margin-bottom: 40px; }
        @media screen and (max-width: 767px) {
          .location .location-grid .address-card .address-sub {
            font-size: 18px;
            letter-spacing: 0.18px;
            margin-bottom: 24px; } }
      @media screen and (max-width: 767px) {
        .location .location-grid .address-card .main-btn {
          width: 100%; } }
    .location .location-grid .map-frame {
      overflow: hidden;
      min-height: 380px;
      border-radius: 12px;
      width: 100%; }
      @media screen and (max-width: 767px) {
        .location .location-grid .map-frame {
          min-height: 245.354px; } }
      .location .location-grid .map-frame iframe {
        width: 100%;
        height: 100%;
        border: 0;
        display: block; }

.carwash {
  background: #FFF;
  padding: 120px 0; }
  @media screen and (max-width: 767px) {
    .carwash {
      padding: 60px 0; } }
  .carwash .container {
    max-width: 1242px; }
    @media screen and (max-width: 767px) {
      .carwash .container {
        padding: 0 16px; } }
  .carwash .carwash-inner {
    display: grid;
    align-items: center;
    position: relative;
    overflow: hidden;
    grid-template-columns: 1fr auto;
    padding: 48px 50px;
    gap: 40px;
    border-radius: 12px;
    border: 1px solid #E1E5EA;
    background: #F5F6F8; }
    @media screen and (max-width: 767px) {
      .carwash .carwash-inner {
        padding: 24px;
        gap: 24px;
        border-radius: 8px;
        grid-template-columns: 1fr; } }
    .carwash .carwash-inner .wrap-icon-text {
      display: flex;
      gap: 24px;
      align-items: center;
      padding: 20px 0; }
      @media screen and (max-width: 767px) {
        .carwash .carwash-inner .wrap-icon-text {
          gap: 12px;
          flex-direction: column;
          padding: 0;
          align-items: start; } }
    .carwash .carwash-inner .carwash-icon {
      width: 60px;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      flex-shrink: 0;
      border-radius: 6px;
      background: #0B79C0; }
      @media screen and (max-width: 767px) {
        .carwash .carwash-inner .carwash-icon {
          width: 48px;
          height: 48px; } }
      .carwash .carwash-inner .carwash-icon img {
        width: 44px;
        height: 44px; }
        @media screen and (max-width: 767px) {
          .carwash .carwash-inner .carwash-icon img {
            width: 24px;
            height: 24px; } }
  .carwash .carwash-text h2 {
    color: #162038;
    font-family: "Roboto", sans-serif;
    font-size: 54px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    /* 59.4px */
    margin-bottom: 12px; }
    @media screen and (max-width: 767px) {
      .carwash .carwash-text h2 {
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%;
        /* 38.4px */ } }
  .carwash .carwash-text p {
    color: #383737;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 22.4px */
    letter-spacing: 0.16px; }

.final-cta {
  padding: 271px 0;
  background: linear-gradient(1deg, rgba(3, 15, 39, 0.6) 0.66%, rgba(11, 54, 141, 0.6) 98.75%);
  text-align: center;
  position: relative; }
  @media screen and (max-width: 767px) {
    .final-cta {
      padding: 154px 0 152px; } }
  .final-cta .background-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -1; }
  .final-cta .container {
    max-width: 1242px; }
    @media screen and (max-width: 767px) {
      .final-cta .container {
        padding: 0 16px; } }
  .final-cta h2 {
    color: #FFF;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 80px;
    font-style: normal;
    font-weight: 600;
    line-height: 95px;
    /* 118.75% */
    margin-bottom: 12px; }
    @media screen and (max-width: 767px) {
      .final-cta h2 {
        font-size: 44px;
        font-style: normal;
        line-height: 120%;
        /* 52.8px */ } }
  .final-cta p {
    color: #FFF;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 33.6px */
    letter-spacing: 0.24px;
    margin: 0 auto 24px;
    max-width: 715px; }
    @media screen and (max-width: 767px) {
      .final-cta p {
        font-size: 18px;
        letter-spacing: 0.18px; } }

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[1].use[2]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./src/fonts/fontello/css/fontello.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-display: swap;
  font-family: 'fontello';
  src: url(./fonts/fontello.eot);
  src: url(./fonts/fontello.eot#iefix) format("embedded-opentype"), url(./fonts/fontello.woff2) format("woff2"), url(./fonts/fontello.woff) format("woff"), url(./fonts/fontello.ttf) format("truetype"), url(2a67413eabc93f8092c3.svg?76411224#fontello) format("svg");
  font-weight: normal;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?76411224#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-glass:before {
  content: '\e800'; }

/* '' */
.icon-music:before {
  content: '\e801'; }

/* '' */
.icon-search:before {
  content: '\e802'; }

/* '' */


/*# sourceMappingURL=main.css.map*/