@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2"), url('../fonts/fa-solid-900.eot') format("embedded-opentype"), url('../fonts/fa-solid-900.woff') format("woff"), url('../fonts/fa-solid-900.ttf') format("truetype"), url('../fonts/fa-solid-900.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa brands 400";
  src: url('../fonts/fa-brands-400.woff2') format("woff2"), url('../fonts/fa-brands-400.eot') format("embedded-opentype"), url('../fonts/fa-brands-400.woff') format("woff"), url('../fonts/fa-brands-400.ttf') format("truetype"), url('../fonts/fa-brands-400.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --white: white;
  --black: black;
  --transparent: transparent;
  --light-sky-blue: #7ec6fc;
  --mid-gray: #4a4a4a;
  --dark-scuff: #2c457d;
  --lighter-scuff: #2473b1;
  --smoke: #ebebeb;
  --threes: #333;
  --white-50: #ffffff80;
}

.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-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;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

.body {
  flex-direction: column;
  padding-bottom: 0;
  font-family: Lato, sans-serif;
  font-weight: 700;
  display: flex;
}

.master-header-section {
  z-index: 999;
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  width: 100%;
  display: flex;
  position: fixed;
}

.master-menu-section {
  background-color: #000;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.nav-container {
  background-color: var(--black);
  flex: 1;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.nav-link {
  background-color: var(--transparent);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  border-right: 1px solid #ffffff80;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 30px;
  font-size: 13px;
  transition: color .3s;
  display: flex;
}

.nav-link:hover {
  color: var(--light-sky-blue);
}

.nav-link.w--current {
  color: var(--light-sky-blue);
  flex-flow: row;
  flex: 0 auto;
  padding-left: 100px;
  padding-right: 100px;
  font-size: 13px;
  line-height: 20px;
  display: flex;
}

.nav-link.left {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.nav-link.left.w--current {
  color: var(--light-sky-blue);
}

.nav-link._1 {
  border-right-width: 0;
  border-right-color: #0000;
}

.navbar {
  background-color: var(--transparent);
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.nav-menu {
  justify-content: space-around;
  width: 100%;
  display: flex;
}

.co-logo-link {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.contact-link {
  color: var(--black);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.address {
  margin-bottom: 0;
  margin-left: 10px;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.address-swirly {
  margin-bottom: 2px;
  margin-left: 10px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 18px;
}

.contact-div {
  display: flex;
}

.contact-header-button {
  background-color: var(--dark-scuff);
  background-image: linear-gradient(88deg, var(--dark-scuff), var(--lighter-scuff) 45%, var(--dark-scuff));
  color: var(--white);
  letter-spacing: 0;
  border-radius: 0 14px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 15px;
  font-weight: 700;
  transition: background-color .5s;
  display: flex;
}

.contact-header-button:hover {
  background-color: var(--mid-gray);
}

.content-section {
  flex-direction: column;
  align-items: center;
  margin-top: 140px;
  padding-top: 60px;
  padding-bottom: 70px;
  display: flex;
}

.content-section.smoke {
  background-color: var(--smoke);
  margin-top: 0;
}

.content-section.smoke._70t {
  padding-top: 70px;
}

.content-section._0t {
  margin-top: 0;
  padding-top: 60px;
}

.content-section._0t.line {
  border-top: 1px solid var(--dark-scuff);
}

.h1 {
  border-bottom: 1px solid #4a4a4a4d;
  margin-top: 0;
  margin-bottom: 60px;
  padding-bottom: 30px;
  font-size: 50px;
  font-weight: 300;
  line-height: 50px;
}

.p {
  text-align: justify;
  margin-bottom: 0;
  font-weight: 400;
}

.p._1 {
  padding-top: 30px;
}

.p._2 {
  padding-bottom: 30px;
}

.p._3 {
  padding-top: 30px;
  padding-bottom: 30px;
}

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

.p.test {
  text-align: center;
}

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

.p.bot {
  margin-bottom: 10px;
}

.column {
  padding-left: 0;
  padding-right: 20px;
  line-height: 24px;
}

.column-2 {
  flex-direction: column;
  align-items: flex-end;
  padding-left: 20px;
  padding-right: 0;
  display: flex;
}

.blue-button {
  border: 1px solid var(--lighter-scuff);
  background-color: var(--white);
  color: var(--lighter-scuff);
  text-align: center;
  letter-spacing: 2px;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 210px;
  margin-top: 0;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 700;
  transition: color .5s, background-color .5s;
  display: flex;
}

.blue-button:hover {
  background-color: var(--lighter-scuff);
  color: var(--white);
}

.medium-heading {
  color: var(--dark-scuff);
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
}

.blue-body-section {
  background-color: var(--lighter-scuff);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.blue-body-section.hide {
  display: none;
}

.content-div {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1300px;
}

.content-div.vtl {
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.content-div._100 {
  width: 100%;
}

.h2 {
  color: var(--mid-gray);
  border-bottom: 1px solid #4a4a4a33;
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
  padding-bottom: 30px;
  font-size: 26px;
  font-weight: 300;
  line-height: 36px;
}

.h2.white {
  color: var(--white);
  border-bottom-color: #ffffff80;
}

.h2.white.top {
  margin-top: 40px;
}

.h2.test {
  text-align: center;
  border-top: 1px solid #3333334d;
  border-bottom-width: 0;
  width: auto;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 0;
}

.h2.centre {
  text-align: center;
}

.h2.toppad {
  margin-top: 40px;
}

.info {
  background-color: var(--lighter-scuff);
  color: var(--white);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
  font-weight: 400;
  transition: all .2s;
  display: flex;
}

.info:hover {
  background-color: var(--dark-scuff);
}

.learn-more {
  letter-spacing: .5px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

.button-div {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.italic-text {
  letter-spacing: 0;
  font-size: 15px;
}

.circle {
  background-color: var(--white);
  border-radius: 240px;
  justify-content: center;
  align-items: center;
  min-width: 75px;
  max-width: 75px;
  min-height: 75px;
  max-height: 75px;
  margin-right: 15px;
  display: flex;
}

.address-text {
  color: var(--white);
  font-weight: 400;
  line-height: 20px;
}

.middle-address-div {
  justify-content: center;
  align-items: center;
  padding-right: 30px;
  display: flex;
}

.right-address-div {
  justify-content: flex-end;
  align-items: center;
  padding-right: 30px;
  display: flex;
}

.footer-links {
  color: var(--white);
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}

.light-blue-section {
  background-color: var(--lighter-scuff);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.light-blue-section.flex {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  flex-flow: row;
  padding-left: 40px;
  padding-right: 40px;
}

.footer-section {
  background-color: var(--lighter-scuff);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  display: flex;
}

.full-image {
  width: 100%;
  margin-bottom: 50px;
}

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

.dropdown {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.dropdown-text {
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
}

.dd-icon {
  color: #fff;
}

.toggle {
  color: #fff;
  border-right: 1px solid #ffffff80;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 70px 10px 50px;
  font-size: 13px;
  transition: color .3s;
  display: inline-flex;
}

.toggle:hover {
  color: var(--light-sky-blue);
}

.font-awesome-solid {
  color: var(--lighter-scuff);
  align-items: center;
  font-family: "Fa solid 900", sans-serif;
  font-size: 34px;
  font-weight: 400;
  display: flex;
}

.white-no-underline {
  color: var(--white);
  text-decoration: none;
}

.service-box-description {
  margin-bottom: 0;
  font-size: 15px;
}

.font-awesome-solid-lighter {
  color: var(--lighter-scuff);
  font-family: "Fa solid 900", sans-serif;
  font-size: 34px;
  font-weight: 400;
}

.footerlink-div {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 100px;
  display: flex;
}

.menu-box-section {
  flex-direction: column;
  align-items: center;
  padding-bottom: 70px;
  display: flex;
}

.menu-box-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
}

.menu-boxes-group {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1300px;
  display: flex;
}

.menu-box-link {
  color: var(--white);
  flex-direction: column;
  justify-content: flex-end;
  text-decoration: none;
  display: flex;
}

.menu-box-heading {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
}

.menu-box-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 320px;
}

.menu-box-image._1 {
  background-image: url('../images/310457451.webp');
}

.menu-box-image._2 {
  background-image: url('../images/295005419.webp');
}

.menu-box-image._3 {
  background-image: url('../images/197285619.webp');
}

.menu-box-image._4 {
  background-image: url('../images/318267917.webp');
}

.menu-box-image._5 {
  background-image: url('../images/166791476.webp');
}

.menu-box-image._6 {
  background-image: url('../images/214607707.webp');
}

.list {
  margin-bottom: 0;
}

.list.white {
  color: var(--white);
  width: 100%;
}

.list.white.bottom {
  margin-bottom: 20px;
}

.list._2-col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.list-group.hzl {
  display: flex;
}

.list-item {
  font-weight: 400;
}

.list-item._10b {
  padding-bottom: 10px;
}

.list-item.blck {
  color: var(--black);
}

.footer-group-div {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  padding-bottom: 20px;
  display: flex;
}

.h3 {
  color: var(--threes);
  text-align: center;
  margin-top: 65px;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 26px;
  font-weight: 300;
  line-height: 40px;
  text-decoration: none;
}

.h3._0t {
  margin-top: 0;
}

._2x1 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-areas: ". Area";
  place-content: space-between;
}

.grid-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}

.grid-image._2 {
  background-image: url('../images/Untitled-3_2.webp');
}

.grid-image._3 {
  background-image: url('../images/310459731.webp');
}

.grid-image._7 {
  background-image: url('../images/Before-After-2.webp');
}

.grid-image._8 {
  background-image: url('../images/Before-After-1.webp');
}

.grid-image._9 {
  background-image: url('../images/email-2.webp');
  background-size: contain;
  min-height: 500px;
  margin-top: 60px;
}

.grid-image._13 {
  background-image: url('../images/vehicles-interior-002.webp');
  background-size: contain;
  min-height: 590px;
}

.grid-image._14 {
  background-image: url('../images/vehicles-interior-2-002.webp');
  background-size: contain;
  min-height: 590px;
}

.grid-image._4 {
  background-image: url('../images/homepage-002.webp');
}

.grid-image._5 {
  background-image: url('../images/Untitled-2.webp');
}

.grid-image._6 {
  background-image: url('../images/Untitled-3.webp');
}

.grid-image.image-20 {
  background-image: url('../images/Vehicle-Interoir2.webp');
  background-size: contain;
  min-height: 500px;
  margin-top: 60px;
}

.grid-image._10-copy {
  background-image: url('../images/email-1.webp');
  background-size: contain;
  min-height: 500px;
  margin-top: 60px;
}

.grid-image._11-copy {
  background-image: url('../images/update-image-6.webp');
  background-size: contain;
  min-height: 600px;
}

.grid-image.image-25-copy {
  background-image: url('../images/Untitled-4.webp');
  background-size: contain;
  min-height: 500px;
  margin-top: 60px;
}

.grid-image.image-30 {
  background-image: url('../images/instagram-15.jpg');
}

.grid-image.image-31 {
  background-image: url('../images/instagram-17.jpg');
}

.grid-image.image-40 {
  background-image: url('../images/Untitled-4_2.webp');
}

.grid-image.image-15 {
  background-image: url('../images/321343742.webp');
}

.grid-image.bumper-image-1 {
  background-image: url('../images/253943547.webp');
}

.grid-image.bumper-image-2 {
  background-image: url('../images/262301851.webp');
}

.services-menu-section {
  background-color: #000;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.services-toggle {
  color: var(--light-sky-blue);
  border-right: 1px solid #ffffff80;
  padding-left: 50px;
  padding-right: 70px;
  font-size: 13px;
  transition: color .3s;
}

.services-toggle:hover {
  color: var(--light-sky-blue);
}

.dropdown-link {
  text-transform: uppercase;
  font-size: 14px;
  transition: all .2s;
}

.dropdown-link:hover {
  background-color: var(--lighter-scuff);
  color: var(--white);
}

.dropdown-link.w--current {
  background-color: var(--light-sky-blue);
  color: var(--white);
}

.large-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.large-image._1 {
  background-image: url('../images/323153301.webp');
  min-height: 250px;
}

.large-image._2 {
  background-image: url('../images/257512892.webp');
}

.large-image._3 {
  background-image: url('../images/MOBILE-DENT-002.webp');
  width: 70%;
  height: 500px;
}

.large-image._5 {
  background-image: url('../images/fiberite-repair-system-1.webp');
  background-position: 50%;
  height: 500px;
}

.large-image._48 {
  width: 48%;
}

.large-image._2 {
  border: 12px solid var(--white);
  width: 50.75%;
}

.large-image._1 {
  width: 47%;
}

.large-image.cbr {
  background-image: url('../images/323153301.webp');
  width: 48.5%;
}

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

.int-link {
  color: var(--threes);
  font-weight: 700;
}

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

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

.banner-slider {
  height: auto;
}

.banner-mask {
  height: 700px;
}

.slide {
  background-image: url('../images/121958660.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-arrow {
  z-index: 20;
  width: 60px;
  transition: all .2s;
}

.banner-arrow:hover {
  background-color: #0000004d;
}

.thumbnail {
  box-shadow: 1px 1px 3px 0 var(--mid-gray);
  width: 100%;
}

.link-black {
  color: var(--threes);
  text-decoration: none;
}

.testimonials-slider {
  background-color: var(--smoke);
  height: auto;
  margin-bottom: 60px;
}

.test-mask {
  height: 370px;
}

.test-arrow {
  background-color: var(--smoke);
  color: var(--threes);
  border-right: 1px solid #4a4a4a66;
  font-size: 30px;
  transition: all .2s;
}

.test-arrow:hover {
  background-color: #ffffff80;
  background-image: linear-gradient(to bottom, #ffffff80, #ffffff80), linear-gradient(to bottom, var(--smoke), var(--smoke));
}

.test-arrow._1 {
  border-left: 1px solid #3336;
  border-right-width: 0;
}

.test-main {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.test-group {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
}

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

.contact-map.mobile {
  display: none;
}

.form-html {
  margin-top: 0;
}

.card-payment-heading {
  color: var(--mid-gray);
  text-align: center;
  border-bottom: 1px solid #4a4a4a33;
  width: 70%;
  margin-top: 0;
  margin-bottom: 30px;
  padding-bottom: 20px;
  font-size: 26px;
  line-height: 36px;
}

.media-div {
  justify-content: center;
  align-items: flex-start;
  padding-right: 30px;
  display: flex;
}

.media-icon {
  color: var(--white);
  flex-direction: column;
  font-family: "Fa brands 400", sans-serif;
  font-size: 40px;
  line-height: 44px;
}

.media-icon._1 {
  margin-left: 10px;
  font-size: 48px;
}

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

.slide-2 {
  background-image: url('../images/192763744.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-overlay {
  z-index: 5;
  justify-content: flex-start;
  align-items: flex-end;
  padding-left: 60px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slide-nav {
  z-index: 20;
}

.banner-content-div {
  background-color: #00000080;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  max-width: 1200px;
  height: 280px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.banner-heading {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 30px;
  font-size: 60px;
  font-weight: 300;
  line-height: 50px;
}

.banner-heading.small {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.banner-button {
  background-color: var(--light-sky-blue);
  text-transform: uppercase;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 15px 23px;
  transition: all .2s;
}

.banner-button:hover {
  background-color: var(--dark-scuff);
}

.media-group-div {
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-top: 50px;
  display: flex;
}

.media-group-div._0t {
  flex-flow: column;
  width: 95%;
  max-width: none;
}

.media-group-div._0t.z {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  width: 100%;
  display: grid;
}

.fb-interior-html {
  width: 300px;
  height: 500px;
}

.fb-interior-html.tablet, .fb-interior-html.mobile {
  display: none;
}

.fb-repairs-html {
  width: 300px;
  height: 500px;
}

.fb-repairs-html.tablet, .fb-repairs-html.mobile {
  display: none;
}

.media-sub-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.media-label {
  color: var(--white);
  text-align: center;
  padding-top: 5px;
  font-size: 14px;
  line-height: 17px;
}

.footer-button {
  border: 2px solid var(--white);
  background-color: var(--white);
  color: var(--lighter-scuff);
  border-radius: 4px;
  transition: all .2s;
}

.footer-button:hover {
  background-color: var(--lighter-scuff);
  color: var(--white);
}

.area-map-html.mobile {
  display: none;
}

.header-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  width: 100%;
}

._3-x-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  place-items: stretch stretch;
  display: grid;
}

._2-x-1 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
}

.section {
  flex-direction: column;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.award-banner._2024 {
  max-width: none;
  height: 250px;
  padding-top: 20px;
}

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

.facebook-container {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
}

.fb-review {
  width: 100%;
}

.fb-testimonials {
  margin-bottom: 50px;
  display: flex;
}

.widget-block-3 {
  z-index: 1000;
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 350px;
  padding: 40px 23px;
  display: flex;
  position: fixed;
  inset: auto auto 10px 10px;
  box-shadow: 1px 1px 3px #0000002e;
}

.pop-logo-2 {
  width: 220px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.cta-text-2 {
  color: var(--lighter-scuff);
  text-align: center;
  text-transform: uppercase;
  font-size: 19.5px;
  font-weight: 900;
  line-height: 26px;
}

.bold-span {
  font-size: 20px;
  font-weight: 800;
}

.call-btn-2 {
  border: 1px solid var(--lighter-scuff);
  color: var(--lighter-scuff);
  text-align: center;
  width: 100%;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.call-btn-2:hover {
  transform: scale(.95);
}

.close-icon-2 {
  background-color: var(--lighter-scuff);
  color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
  font-weight: 400;
  transition: all .2s ease-in-out;
  display: flex;
  position: absolute;
  inset: 10px 10px auto auto;
}

.close-icon-2:hover {
  background-color: var(--dark-scuff);
}

.text-span {
  font-weight: 400;
}

.new-services-form {
  margin-top: 40px;
}

.firberite {
  float: left;
  width: 30%;
  min-width: 350px;
  margin-bottom: 10px;
  margin-right: 30px;
}

.float-img {
  float: left;
  margin-right: 40px;
}

.bumper-scuff-img {
  float: left;
  width: 26%;
  min-width: 300px;
  margin-bottom: 10px;
  margin-right: 30px;
}

._2-img-div {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.trustpilot-reviews {
  margin-top: 20px;
}

.bullet-heading {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
}

.bullet-link {
  color: var(--threes);
}

._2-col-div {
  justify-content: space-between;
  display: flex;
}

._2-col-div.left {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.right-div {
  width: 48.5%;
}

.right-div._100 {
  width: 100%;
}

.body-div {
  width: 90%;
  max-width: 1200px;
}

.body-div._40t {
  margin-top: 40px;
}

.sub-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 25px;
}

.sub-heading.white {
  color: var(--white);
}

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

.gal-grid.video {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 40px;
}

.gal-img {
  width: 100%;
}

.video-button {
  background-color: var(--dark-scuff);
  text-transform: uppercase;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-left: 20px;
  padding: 15px 23px;
  transition: all .2s;
}

.video-button:hover {
  background-color: var(--lighter-scuff);
}

.video {
  width: 100%;
}

.video-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 400px;
  display: flex;
}

.image-41 {
  height: 70px;
}

.scoial-banner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--lighter-scuff);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: grid;
}

.text-block {
  background-color: var(--light-sky-blue);
  color: var(--black);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  text-decoration: none;
  display: flex;
}

.text-block.non {
  font-family: "Fa brands 400", sans-serif;
}

.link-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.img-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: none;
}

.div-block {
  background-image: url('../images/white-van.webp');
  background-position: 50%;
  background-size: cover;
  height: 450px;
}

.div-block._1 {
  background-image: url('../images/image1.webp');
}

.div-block._2 {
  background-image: url('../images/white-van.webp');
}

.img-3, .white-van {
  background-image: url('../images/white-van.webp');
  background-position: 50% 25%;
  background-size: cover;
}

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

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

.fs-cc-banner_close-icon {
  width: 24px;
  height: 24px;
}

.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 {
  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-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_component {
  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-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

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

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

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

.fs-cc-prefs_title {
  color: #021a69;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

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

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

.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_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_button {
  border: 2px solid var(--lighter-scuff);
  background-color: var(--lighter-scuff);
  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(--lighter-scuff);
  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-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_trigger {
  display: none;
}

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

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

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

.fs-cc-prefs_text {
  color: var(--lighter-scuff);
  font-size: 12px;
}

.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: var(--black);
  margin-right: 24px;
}

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

.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_content {
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

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

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

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

.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_component {
  z-index: 1000;
  background-color: var(--white);
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  max-width: 1300px;
  display: grid;
}

.b-a {
  width: 100%;
  margin-top: 20px;
}

.header-contact {
  border-left: 1px none var(--lighter-scuff);
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  padding-left: 5px;
  display: flex;
}

.main-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 32px 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.main-block.bottom {
  margin-right: 20px;
  padding-bottom: 0;
}

.fonticon {
  color: #fff;
  border-right: 1px solid #f7f7f224;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-right: 10px;
  font-size: 16px;
  line-height: 1;
  display: flex;
}

.fonticon.blue {
  background-color: var(--dark-scuff);
  color: var(--white);
  width: 40px;
  height: 40px;
  margin-right: 5px;
  font-family: "Fa solid 900", sans-serif;
  font-weight: 400;
}

.mobile-block {
  color: #ffea00;
  align-items: center;
  margin-right: 10px;
  font-weight: 500;
  display: flex;
}

.mobile-block.lig-text {
  color: #4c4a4b;
  cursor: pointer;
  transition: all .2s ease-in-out;
}

.h-link {
  color: #3a3a3a;
  font-size: 16px;
  text-decoration: none;
}

.divide-div {
  width: 100%;
}

.divide-div.content-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.video-divblock {
  width: 100%;
}

.fb-feeds {
  display: flex;
}

.fb-feeds.hide {
  display: none;
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-6 {
  background-color: var(--lighter-scuff);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 60px;
  display: flex;
}

.service-number {
  color: var(--lighter-scuff);
  margin-top: 50px;
  font-family: Oswald, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.service-light-text {
  color: #a9a9a9;
  font-size: .9rem;
}

.service-div {
  border-bottom: 1px solid #fff;
  height: auto;
  padding-bottom: 20px;
}

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

.service-header {
  color: var(--lighter-scuff);
  margin-top: 35px;
  margin-bottom: 40px;
  margin-right: 0;
  font-size: 29px;
  font-weight: 600;
}

.service-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 0;
}

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

.service-top-image._4 {
  background-image: url('../images/318267917.webp');
}

.service-top-image._3 {
  background-image: url('../images/197285619.webp');
  background-position: 50%;
}

.service-top-image._2 {
  background-image: url('../images/239149571.webp');
}

.service-top-image._5 {
  background-image: url('../images/166791476.webp');
}

.service-top-image._6 {
  background-image: url('../images/214607707.webp');
}

.arrow {
  margin-top: 5px;
}

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

.service-text {
  color: var(--black);
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7rem;
}

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

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

.left-side {
  align-self: stretch;
  align-items: stretch;
  width: 46%;
  display: flex;
}

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

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

.button-2.dark {
  color: #fff;
  background-color: #de0b0b;
  border-style: none;
  border-color: #000;
  border-radius: 0;
  margin-top: 25px;
  margin-right: 0;
  padding: 20px 40px;
  line-height: 22px;
}

.button-2.dark:hover {
  color: #fff;
  background-color: #000;
  border-style: none;
  border-color: #53d7db;
  transform: translate(0, -6px);
}

.button-2._2 {
  color: #fff;
  background-color: #0000;
  border-style: solid;
  border-color: #ac1313;
  border-radius: 0;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 0;
  padding: 20px 40px;
  line-height: 22px;
  transition-duration: .45s;
  transition-timing-function: ease-in-out;
}

.button-2._2:hover {
  color: #fff;
  background-color: #000;
  border-style: solid;
  border-color: #f5eded;
  transform: translate(0, -6px);
}

.p-2 {
  color: #fff;
  margin-top: 10px;
  font-size: 16px;
  line-height: 28px;
}

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

.right-side.content {
  width: 50%;
}

.inner-img {
  background-image: url('../images/image001.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
}

.section-h1-wrapper.display-flex {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 60px;
  display: flex;
}

.list-2 {
  padding-left: 0;
}

.list-2._3-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: 10px;
  display: grid;
}

.list-2._2row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.list-item-2 {
  margin-bottom: 5px;
  list-style-type: none;
  display: flex;
}

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

.list-head-2.bullet-font-icon-2 {
  margin-right: 10px;
}

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

.grid-award {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  display: grid;
}

.left {
  width: 50%;
  height: 100%;
}

.left._100 {
  width: 100%;
  max-width: 1300px;
}

.right, .code-embed {
  width: 100%;
  height: 100%;
}

.logo-slider, .left-right {
  width: 100%;
}

.dropdown-list {
  inset: auto 0% 0% auto;
}

.dropdown-list.w--open {
  inset: 0% auto auto 0%;
}

.insta-feed {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
}

.div-block-7 {
  margin-top: 60px;
  margin-bottom: 60px;
}

@media screen and (min-width: 1920px) {
  .service-grid {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .master-menu-section {
    z-index: 50;
    display: block;
    position: relative;
  }

  .nav-container {
    display: block;
  }

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

  .nav-link.left {
    background-color: #0000;
    border-right-color: #0000;
  }

  .navbar {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: block;
  }

  .contact-container {
    justify-content: center;
  }

  .nav-menu {
    background-color: var(--mid-gray);
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .co-logo-link {
    align-items: center;
  }

  .address {
    font-size: 15px;
  }

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

  .menu-button {
    text-align: center;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
  }

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

  .contact-header-button {
    text-align: center;
    width: 210px;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    line-height: 16px;
    display: none;
  }

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

  .p.white._2 {
    padding-bottom: 30px;
  }

  .column {
    padding-bottom: 30px;
    padding-right: 0;
  }

  .column-2 {
    padding-left: 0;
  }

  .blue-button {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    line-height: 16px;
  }

  .content-div {
    flex-direction: column;
    width: 90%;
  }

  .info {
    height: 321px;
  }

  .circle {
    min-width: 40px;
    max-width: none;
    min-height: 40px;
    max-height: none;
    font-size: 12px;
  }

  .middle-address-div {
    padding-right: 0;
  }

  .right-address-div {
    padding-bottom: 20px;
    padding-right: 0;
  }

  .light-blue-section.flex {
    flex-flow: column;
  }

  .dropdown {
    width: 100%;
  }

  .toggle {
    text-align: center;
    border-right-width: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-box-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .menu-boxes-group {
    width: 90%;
  }

  .menu-box-heading {
    line-height: 26px;
  }

  .footer-group-div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 95%;
    display: grid;
  }

  .h3 {
    font-size: 26px;
  }

  ._2x1 {
    grid-template-areas: "Area";
  }

  .grid-image._9, .grid-image._13, .grid-image._14, .grid-image.image-20, .grid-image._10-copy {
    min-height: 400px;
  }

  .grid-image._11-copy {
    min-height: 450px;
  }

  .grid-image.image-25-copy {
    min-height: 400px;
  }

  .services-toggle {
    text-align: center;
    border-right-width: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-link {
    text-align: center;
  }

  .large-image._3 {
    width: 100%;
    height: 660px;
  }

  .large-image._2 {
    border-width: 8px;
    width: 50.5%;
  }

  .large-image.cbr {
    width: 100%;
    min-height: 350px;
    margin-bottom: 30px;
  }

  .gallery-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .test-arrow {
    width: 60px;
  }

  .media-div {
    padding-bottom: 30px;
    padding-right: 0;
  }

  .fb-interior-html {
    display: none;
  }

  .fb-interior-html.tablet {
    width: 320px;
    height: 420px;
    display: block;
  }

  .fb-interior-html.mobile {
    height: 420px;
    display: none;
  }

  .fb-repairs-html {
    display: none;
  }

  .fb-repairs-html.tablet {
    width: 320px;
    height: 420px;
    display: block;
  }

  .fb-repairs-html.mobile {
    height: 420px;
    display: none;
  }

  .media-sub-div {
    padding-left: 10px;
    padding-right: 10px;
  }

  .header-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    width: auto;
    display: flex;
  }

  .section {
    margin-bottom: 0;
  }

  .facebook-container {
    flex-direction: column;
  }

  .firberite, .bumper-scuff-img {
    width: 40%;
    min-width: 200px;
    margin-bottom: 20px;
  }

  ._2-img-div {
    align-items: flex-start;
  }

  ._2-col-div {
    flex-direction: column;
  }

  .right-div {
    width: 100%;
  }

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

  .gal-grid.video {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .image-42 {
    width: 180px;
  }

  .div-block-2 {
    flex-flow: column;
    display: flex;
  }

  .fb-feeds {
    width: 100%;
  }

  .div-block-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .service-div {
    width: 100%;
  }

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

  .service-header {
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

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

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

  .left-side {
    width: 100%;
    margin-bottom: 40px;
  }

  .right-side, .right-side.content {
    width: 100%;
  }

  .inner-img {
    min-height: 450px;
    margin-top: 60px;
  }

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

  .bold-text-2, .bold-text-3 {
    font-size: 25px;
  }

  .left, .right {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .contact-container {
    flex-direction: column;
  }

  .co-logo-link {
    flex-direction: row;
    align-items: center;
    width: 100%;
  }

  .contact-link {
    text-align: center;
    justify-content: center;
    width: 100%;
  }

  .contact-link.hide {
    display: none;
  }

  .address {
    text-align: left;
    margin-left: 3px;
  }

  .address-swirly {
    margin-bottom: 0;
  }

  .address-div {
    text-align: center;
    align-items: center;
    display: flex;
  }

  .contact-header-button {
    margin-top: 0;
  }

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

  .content-section.smoke._70t {
    padding-top: 30px;
  }

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

  .medium-heading {
    font-size: 28px;
    line-height: 30px;
  }

  .blue-body-section {
    padding-bottom: 20px;
  }

  .info {
    height: 270px;
  }

  .light-blue-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .menu-box-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .menu-box-image {
    height: 220px;
  }

  .list-group.hzl {
    flex-direction: column;
  }

  ._2x1 {
    grid-template: "."
                   "Area"
                   / 1fr;
  }

  .grid-image {
    min-height: 300px;
  }

  .grid-image._11-copy {
    min-height: 350px;
  }

  .large-image._3 {
    height: 490px;
  }

  .large-image._2 {
    width: 50%;
  }

  .large-image._1 {
    height: auto;
  }

  .large-image.cbr {
    min-height: 300px;
  }

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

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

  .banner-slider, .banner-mask {
    height: 55vh;
  }

  .banner-arrow {
    width: 50px;
  }

  .test-arrow {
    width: 35px;
    font-size: 24px;
  }

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

  .contact-map {
    display: none;
  }

  .contact-map.mobile {
    display: block;
  }

  .card-payment-heading {
    font-size: 20px;
    line-height: 26px;
  }

  .media-div {
    width: 100%;
  }

  .banner-overlay {
    justify-content: center;
    height: 55vh;
    padding-left: 0;
  }

  .banner-content-div {
    justify-content: flex-start;
    width: 80%;
    height: 280px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner-heading {
    text-align: left;
    font-size: 50px;
  }

  .banner-button {
    font-size: 15px;
  }

  .media-group-div {
    flex-direction: column;
  }

  .media-group-div._0t {
    margin-top: 20px;
  }

  .media-group-div._0t.z {
    flex-flow: column;
  }

  .media-sub-div._1 {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .area-map-html {
    display: none;
  }

  .area-map-html.mobile {
    display: block;
  }

  .header-grid {
    flex-flow: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    padding-bottom: 5px;
    display: flex;
  }

  ._3-x-1, ._2-x-1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .section {
    margin-bottom: 40px;
  }

  .firberite {
    width: 50%;
  }

  .bumper-scuff-img {
    width: 50%;
    min-width: 210px;
    margin-bottom: 30px;
  }

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

  .gal-grid.video {
    grid-template-columns: 1fr 1fr;
  }

  .video-div._1 {
    padding-top: 40px;
    padding-bottom: 0;
  }

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

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

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

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

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

  .header-contact {
    border-left-style: none;
    margin-left: 0;
    padding-left: 5px;
  }

  .main-block {
    width: 100%;
  }

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

  .div-block-4 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-5 {
    display: flex;
  }

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

  .button-2 {
    text-align: center;
  }

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

  .list-2._3-row {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .master-header-section {
    padding-top: 10px;
  }

  .navbar {
    z-index: 5;
  }

  .address {
    font-size: 14px;
  }

  .address-swirly {
    display: none;
  }

  .menu-button {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .content-section {
    margin-top: 172px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .content-section.smoke {
    margin-top: 0;
  }

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

  .h1 {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 40px;
  }

  .p {
    text-align: left;
  }

  .column {
    text-align: left;
    padding-right: 0;
  }

  .column-2 {
    padding-left: 0;
  }

  .medium-heading {
    font-size: 30px;
  }

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

  .content-div {
    width: 90%;
  }

  .content-div.vtl {
    margin-top: 0;
  }

  .info {
    width: 100%;
    height: auto;
  }

  .circle {
    min-width: 40px;
    min-height: 40px;
  }

  .middle-address-div {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .right-address-div {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .light-blue-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-section {
    display: flex;
  }

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

  .menu-box-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .menu-box-grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .menu-boxes-group {
    flex-direction: column;
    margin-top: 30px;
  }

  .list.white {
    padding-left: 30px;
  }

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

  .footer-group-div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    width: 90%;
    display: flex;
  }

  .h3 {
    font-size: 22px;
    line-height: 30px;
  }

  .h3._0t {
    margin-top: 0;
  }

  ._2x1 {
    grid-row-gap: 5px;
    grid-template-areas: "."
                         "Area";
  }

  .grid-image._9 {
    min-height: 290px;
    margin-top: 0;
  }

  .grid-image._13, .grid-image._14, .grid-image.image-20 {
    min-height: 290px;
  }

  .grid-image._10-copy {
    min-height: 290px;
    margin-top: 0;
  }

  .grid-image._11-copy {
    min-height: 300px;
  }

  .grid-image.image-25-copy {
    min-height: 290px;
    margin-top: 0;
  }

  .grid-image.image-30, .grid-image.image-31 {
    min-height: 250px;
  }

  .large-image {
    height: 250px;
  }

  .large-image._3 {
    height: 275px;
  }

  .large-image._2 {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }

  .large-image._1 {
    width: 100%;
  }

  .large-image.cbr {
    height: 200px;
    min-height: 200px;
  }

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

  .banner-slider {
    padding-top: 55px;
  }

  .banner-mask {
    height: 50vh;
  }

  .banner-arrow {
    display: none;
  }

  .testimonials-slider {
    margin-bottom: 30px;
  }

  .test-mask {
    height: 500px;
  }

  .test-arrow {
    display: none;
  }

  .banner-overlay {
    align-items: stretch;
    height: 56vh;
  }

  .banner-content-div {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding-top: 94px;
  }

  .banner-heading {
    padding-top: 46px;
    padding-bottom: 0;
  }

  .banner-heading.small {
    padding-top: 0;
  }

  .media-group-div {
    width: 90%;
  }

  .media-group-div._0t {
    margin-top: 0;
  }

  .fb-interior-html.tablet {
    display: none;
  }

  .fb-interior-html.mobile {
    width: 280px;
    display: block;
  }

  .fb-repairs-html.tablet {
    display: none;
  }

  .fb-repairs-html.mobile {
    width: 280px;
    display: block;
  }

  .header-grid {
    width: 100%;
  }

  .section {
    margin-bottom: 30px;
  }

  .facebook-reviews {
    padding-bottom: 30px;
  }

  .facebook-container {
    width: 90%;
  }

  .fb-testimonials {
    margin-bottom: 20px;
  }

  .widget-block-3 {
    width: 300px;
  }

  .firberite {
    width: 100%;
    margin-right: 0;
  }

  .bumper-scuff-img {
    width: 100%;
  }

  ._2-img-div {
    flex-direction: column;
    align-items: center;
  }

  .gal-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .video-button {
    margin-left: 0;
  }

  .bold-text {
    font-size: 22px;
  }

  .img-block {
    grid-template-columns: 1fr;
  }

  .div-block._1, .img-3 {
    height: 250px;
  }

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

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

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

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

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

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

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

  .main-block {
    justify-content: center;
    margin-bottom: 5px;
  }

  .main-block.hide {
    display: none;
  }

  .mobile-block.lig-text {
    margin-right: 0;
  }

  .div-block-5 {
    flex-flow: column;
    margin-top: 10px;
  }

  .service-number {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .service-div {
    height: auto;
  }

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

  .service-header {
    margin-top: 0;
    font-size: 28px;
    line-height: 38px;
  }

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

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

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

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

  .left-side {
    margin-top: 60px;
    margin-bottom: 0;
  }

  .button-2 {
    margin-bottom: 10px;
  }

  .button-2.dark {
    width: auto;
  }

  .button-2._2 {
    width: 161.591px;
    margin-top: 10px;
    margin-left: 0;
  }

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

  .inner-img {
    min-height: 300px;
    margin-top: 0;
  }

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

  .list-2._3-row {
    display: block;
  }

  .list-head-2 {
    text-align: left;
    line-height: 25px;
  }

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

#w-node-_0e6770f2-5c4c-5e96-a0a8-3dafa71f148d-529adc6c, #w-node-_282a9aa7-6061-134b-ceb5-b34a7e37d6c0-529adc6c, #w-node-f6ed54f4-54af-6b12-c7b9-61f7223e7f68-529adc6c, #w-node-f6ed54f4-54af-6b12-c7b9-61f7223e7f69-529adc6c, #w-node-_405fe11c-0e00-1ef7-bb1a-55a65b8248da-529adc6c, #w-node-_405fe11c-0e00-1ef7-bb1a-55a65b8248db-529adc6c, #w-node-_40245bf6-f6ce-6ef4-220b-9ca18e9619d0-529adc6c, #w-node-_40245bf6-f6ce-6ef4-220b-9ca18e9619d1-529adc6c, #w-node-bd8fcc8d-5638-7aa5-4fd4-926821ea11ae-529adc6c, #w-node-bd8fcc8d-5638-7aa5-4fd4-926821ea11af-529adc6c, #w-node-_40a5aa05-a23c-c8f7-5cb0-487534920db0-529adc6c, #w-node-dee7ddca-4256-c29e-4a38-01f3c3edbf2b-529adc6c, #w-node-_5f8cb669-35a9-49bc-becf-b78558d56f09-529adc6c, #w-node-af32ada5-5646-f037-afbd-8eee67623c4e-529adc6c, #w-node-e0ad080c-d1ac-fc3c-7443-82b2f5250599-529adc6c, #w-node-_6557d9ad-c394-470f-3aa6-e67732061127-529adc6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c9781fd-9e21-37b8-9811-c09b1289141a-529adc6c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ddf5d343-3057-2cd2-c98b-afae272587b5-529adc6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96e7854e-59cd-c019-6065-20de39ca76c6-11350432 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0c0bdeb2-ba39-a66f-ac34-0d361135044f-11350432, #w-node-_77110b2b-e279-5e2e-ab73-3e3db35150e0-b96ca4ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ddf5d343-3057-2cd2-c98b-afae272587b5-23662e32 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_58827067-b834-2c21-3fe2-427d9c444c41-f2d32aa0, #w-node-_0798d8ba-a917-6ff6-a14a-9fbc97ec16e3-f2d32aa0 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_376935a0-6cc3-a5cf-4d4c-f970c1740890-c3f50b90, #w-node-_932d5157-8332-254b-436f-83f7a5075fed-c3f50b90, #w-node-_686c7cec-c50d-1672-fbcf-a118e2ceaba4-c3f50b90, #w-node-c170ef2a-3422-d131-5a10-57d55f56d6e6-c3f50b90, #w-node-_3356da9c-c2ee-f3f8-6c58-43f9f99a058a-c3f50b90, #w-node-ef448faa-bc77-2841-2376-88ccb7bdfae7-c3f50b90, #w-node-d513b2b1-4652-4047-0d4a-571aff15cec8-c3f50b90, #w-node-_2af36099-5521-912c-96de-660cbae3fa4d-c3f50b90, #w-node-_1fe0cd96-fe80-5960-5f07-e80209d5a132-c3f50b90, #w-node-_2f4e750d-c569-223b-cf97-c20307690e9b-c3f50b90, #w-node-f9075ae8-766e-199b-7da7-98a0e70972aa-c3f50b90, #w-node-_59c2db9a-9bb8-e91c-7b80-68c39a9b464f-c3f50b90, #w-node-_0be2f311-2d6b-f8ba-22e0-a80beabf4778-c3f50b90, #w-node-edc4eaa4-5afc-943d-fbd0-ed93eb3b4a68-c3f50b90, #w-node-_3dc946e5-5971-46a8-6c6d-499319b5b79a-c3f50b90, #w-node-f959a143-5ecb-1dc5-6b18-b290707b4208-c3f50b90, #w-node-_54303d52-fce7-b36b-6842-3cf846f6a7fa-c3f50b90, #w-node-b6dd1483-5dbc-c4cf-2b28-deec7ea749e5-c3f50b90, #w-node-_8744bef2-097d-1846-f6ff-050fef155b9b-c3f50b90, #w-node-cee9b81a-3a80-c61c-e196-e45d588bc6fa-c3f50b90 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d1eb945a-9e18-e7bf-edaa-099b3e4066ff-c3f50b90, #w-node-_1191b2be-11b5-d2f2-8fef-582d20905e24-49d66d36, #w-node-_8d5a8e20-dd30-93ec-0fa0-086759ed9fbe-49d66d36 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

@media screen and (max-width: 991px) {
  #w-node-_40a5aa05-a23c-c8f7-5cb0-487534920db0-529adc6c, #w-node-dee7ddca-4256-c29e-4a38-01f3c3edbf2b-529adc6c, #w-node-_5f8cb669-35a9-49bc-becf-b78558d56f09-529adc6c, #w-node-af32ada5-5646-f037-afbd-8eee67623c4e-529adc6c, #w-node-e0ad080c-d1ac-fc3c-7443-82b2f5250599-529adc6c, #w-node-_6557d9ad-c394-470f-3aa6-e67732061127-529adc6c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0c0bdeb2-ba39-a66f-ac34-0d3611350435-11350432, #w-node-_0c0bdeb2-ba39-a66f-ac34-0d361135044d-11350432 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0c0bdeb2-ba39-a66f-ac34-0d3611350450-11350432 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_0798d8ba-a917-6ff6-a14a-9fbc97ec16e3-f2d32aa0, #w-node-_7b92e75a-a47f-5ef3-9f7a-008b47f0bd59-f2d32aa0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0c0bdeb2-ba39-a66f-ac34-0d3611350435-11350432 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0c0bdeb2-ba39-a66f-ac34-0d3611350450-11350432 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-ddf5d343-3057-2cd2-c98b-afae272587b5-23662e32 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_58827067-b834-2c21-3fe2-427d9c444c41-f2d32aa0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0798d8ba-a917-6ff6-a14a-9fbc97ec16e3-f2d32aa0, #w-node-_1191b2be-11b5-d2f2-8fef-582d20905e24-49d66d36, #w-node-_8d5a8e20-dd30-93ec-0fa0-086759ed9fbe-49d66d36 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}