:root {
  --white: white;
  --black: black;
}

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

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.cc-cta {
  background-color: #f4f4f4;
  background-image: radial-gradient(circle, #000000b8, #fff0), url('../images/Grossini-VW-Classic.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  margin-bottom: 100px;
  padding: 140px 80px;
}

.section.cc-cta.john {
  background-image: linear-gradient(#000000a3, #000000a3), url('../images/john-bug-copy.webp');
  background-position: 0 0, 50%;
  background-size: auto, contain;
}

.section.cc-home-wrap, .section.cc-store-home-wrap {
  padding-top: 0;
  padding-bottom: 0;
}

.section.services {
  background-color: #000;
  background-image: none;
  margin-left: 0;
  margin-right: 0;
  padding-top: 60px;
}

.section.contact-a {
  padding-top: 0;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.paragraph-tiny {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  color: #fff;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 33px;
  font-weight: 400;
  line-height: 38px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.paragraph-bigger.cc-bigger-light.white {
  opacity: 100;
  color: #fff;
  margin-bottom: 40px;
  font-size: 32px;
  line-height: 38px;
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: 1;
  color: #fff;
  line-height: 38px;
}

.primary-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 15px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

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

.primary-button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.primary-button.cc-contact-us {
  z-index: 5;
  transition-property: none;
  position: relative;
}

.primary-button.cc-contact-us:hover {
  background-color: #000;
}

.primary-button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.primary-button.cc-white-button:hover {
  background-color: #fffc;
}

.primary-button.cc-white-button:active {
  background-color: #ffffffe6;
}

.primary-button.clear {
  background-color: #0000;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: 1;
  color: #fff;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.label.big {
  text-transform: none;
  font-family: Oswald, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text figcaption {
  opacity: .6;
}

.rich-text figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.paragraph-light {
  opacity: 1;
  color: #fff;
}

.paragraph-light.hero {
  color: #fff;
  font-weight: 500;
}

.paragraph-light.services {
  margin-bottom: 10px;
}

.paragraph-light.cta {
  margin-bottom: 40px;
  padding-left: 100px;
  padding-right: 100px;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.heading-jumbo-small.white {
  color: #fff;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation {
  background-color: #ffd900;
  border-bottom: 3px solid #d81d23;
  align-items: center;
  padding: 10px 50px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navigation-item {
  opacity: 1;
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition-property: none;
}

.navigation-item:hover {
  opacity: 1;
  color: #fff;
}

.navigation-item:active {
  opacity: .8;
  color: #fff;
}

.navigation-item.w--current {
  opacity: 1;
  color: #000;
  font-size: 14px;
  font-weight: 600;
}

.navigation-item.w--current:hover, .navigation-item.w--current:active {
  opacity: 1;
  color: #fff;
}

.logo-image {
  display: block;
}

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

.footer-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  color: #fff;
  align-items: center;
  margin-top: 26px;
  text-decoration: none;
  transition-property: none;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 100%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  display: flex;
}

.intro-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: linear-gradient(#00000070, #00000070), url('../images/Logo-bg-res.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  height: 80vh;
  margin-bottom: 100px;
  display: flex;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  outline-offset: 0px;
  outline: 7px #ffd93e;
  margin-bottom: 20px;
  padding: 10px 10px 40px;
}

.motto-wrap {
  text-align: center;
  width: 80%;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
}

.about-story-wrap {
  text-align: center;
  width: 80%;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  margin-bottom: 80px;
}

.service-icon {
  mix-blend-mode: luminosity;
  border-radius: 50px;
  margin-bottom: 30px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
}

.details-wrap {
  color: #fff;
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

.team-pic {
  background-color: #f4f4f4;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
}

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
}

.project-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 0;
  padding-top: 140px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 55px;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-bottom: 80px;
}

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

.intro-text {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

.secondary-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #000;
  border: 2px solid #fff;
  margin-left: 10px;
  margin-right: 10px;
  padding: 18px 20px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.secondary-button:hover {
  color: #fff;
  background-color: #d81d23;
}

.secondary-button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.heading {
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 75px;
}

.heading-2 {
  font-family: Oswald, sans-serif;
  font-size: 41px;
  font-weight: 500;
  line-height: 46px;
}

.bold-text {
  color: #000;
}

.bold-text-2 {
  color: #fff;
  font-size: 20px;
}

.bold-text-3 {
  color: var(--white);
  font-family: Oswald, sans-serif;
  font-size: 23px;
}

.image {
  margin: 10px;
}

.text-block, .text-block-2, .text-block-3 {
  font-size: 15px;
}

.bold-text-4 {
  color: #fff;
  line-height: 28px;
}

.bold-text-5 {
  line-height: 28px;
}

.bold-text-6 {
  color: #fff;
  line-height: 28px;
}

.bold-text-7, .bold-text-8, .bold-text-9 {
  line-height: 28px;
}

.bold-text-10 {
  font-family: Oswald, sans-serif;
  font-size: 23px;
}

.div-block {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  display: flex;
}

.div-block-2 {
  margin-top: 10px;
}

.link {
  color: #fff;
  transition-property: none;
}

.link:hover {
  color: #fff;
}

.link-2 {
  color: #fff;
  transition-property: none;
}

.link-2:hover {
  color: #fff;
}

.link-3 {
  color: #fff;
  transition-property: none;
}

.link-3:hover {
  color: #fff;
}

.body {
  background-color: #000;
}

.bold-text-11 {
  font-family: Oswald, sans-serif;
  font-size: 51px;
  line-height: 56px;
}

.text-block-4 {
  font-size: 15px;
  line-height: 20px;
}

.footer-social-link-area {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.copyright-text {
  color: #000;
  margin-bottom: 0;
  font-size: 15px;
}

.footer-grid-wrap {
  margin-bottom: 50px;
}

.link-4 {
  color: #fff;
}

.footer-details-wrap {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  display: flex;
}

.footer-social-link-wrap {
  background-color: #1c2024;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  min-height: 100px;
  transition-property: background-color;
  display: flex;
}

.footer-social-link-wrap:hover {
  background-color: #ff6229;
}

.link-5 {
  color: #000;
  text-decoration: underline;
}

.footer-button {
  color: #101418;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ff6229;
  padding: 20px 26px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  transition: color .2s, border-color .2s, background-color .2s;
}

.footer-button:hover {
  color: #fff;
  background-color: #d7202a;
  border-color: #1756b5;
}

.link-6 {
  color: #000;
  text-decoration: underline;
}

.footer-section {
  background-color: #ffd423;
  padding-top: 100px;
  padding-bottom: 45px;
}

.footer-details-area {
  border-top: 1px solid #ffffff1c;
  padding: 40px;
}

.footer-text-field {
  color: #fff;
  background-color: #000;
  border: 1px solid #d1dbe5;
  height: 60px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-size: 16px;
}

.footer-text-field:focus-visible, .footer-text-field[data-wf-focus-visible] {
  border-color: #ff6229;
}

.footer-text-field::placeholder {
  color: #fff;
}

.footer-details-link-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  align-items: center;
  font-size: 20px;
  transition-property: none;
  display: flex;
}

.footer-left-wrap {
  background-color: #000;
  margin-bottom: 20px;
}

.mg-bottom-0 {
  color: #fff;
  margin-bottom: 0;
}

.mg-bottom-0.white {
  color: #fff;
}

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

.footer-link-area {
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-link {
  color: #fff;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 18px;
  display: block;
}

.footer-link:hover {
  color: #d7202a;
  -webkit-text-stroke-color: #d7202a;
}

.footer-logo-wrap {
  max-width: 300px;
}

.footer-widget-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Oswald, sans-serif;
  font-size: 26px;
  font-weight: 600;
}

.error-message {
  color: #000;
  text-align: center;
  margin-top: 20px;
  padding: 20px;
  font-size: 17px;
}

.footer-grid {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 8.21fr;
}

.footer-details-icon-wrap {
  background-color: #101418;
  justify-content: center;
  align-items: center;
  min-width: 45px;
  min-height: 45px;
  display: flex;
  position: relative;
}

.footer-logo-area {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 50px 40px;
  display: flex;
}

.footer-bottom-wrap {
  background-color: #ffb51400;
  border-top: 1px solid #ffffff1c;
  padding: 40px;
}

.footer-field-label {
  color: #000;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

.footer-right-wrap {
  background-color: #000;
  padding: 40px 40px 35px;
}

.footer-field-divider {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

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

.footer-details-text {
  color: #fff;
  max-width: 330px;
  margin-bottom: 0;
  font-size: 20px;
}

.success-message {
  color: #fff;
  background-color: #1756b5;
  padding: 20px;
  font-size: 17px;
}

.heading-3 {
  color: #000;
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Oswald, sans-serif;
}

.section-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/AdobeStock_1457907408-res-sq-copy.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 50vh;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.services-div {
  outline-offset: 0px;
  background-image: none;
  outline: 1px solid #fff;
  padding: 10px;
}

.home-banner-wrap {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 800px;
  display: flex;
  position: relative;
}

.container-large {
  max-width: 1720px;
  padding-left: 20px;
  padding-right: 20px;
}

.home-banner-section {
  padding-top: 219px;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

.home-banner-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home-banner-image-wrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.banner-content {
  color: #fff;
  margin-bottom: 0;
}

.secondary-button-2 {
  color: #fff;
  text-align: center;
  background-color: #101418;
  border: 1px solid #101418;
  margin-top: 0;
  padding: 20px 27px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  transition: border-color .2s, background-color .2s;
}

.secondary-button-2:hover {
  background-color: #1756b5;
  border-color: #1756b5;
}

.secondary-button-2.banner-button {
  color: #000;
  background-color: #fff;
}

.secondary-button-2.banner-button:hover {
  color: #fff;
  background-color: #ffd900;
}

.banner-content-wrap {
  max-width: 900px;
  margin: 20px auto 65px;
}

.home-banner-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
  line-height: 75px;
}

.home-banner-bg-wrap {
  background-image: linear-gradient(90deg, #101418, #101418b0 0%, #10141808 84%);
  position: absolute;
  inset: 0%;
}

.banner-button-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.primary-button-2 {
  color: #fff;
  text-align: center;
  background-color: #d81d23;
  border: 1px solid #ff6229;
  margin-top: 0;
  padding: 20px 27px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  transition: color .2s, border-color .2s, background-color .2s;
}

.primary-button-2:hover {
  color: #fff;
  background-color: #ffd900;
  border-color: #1756b5;
}

.online-quotes {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #cc2a3400;
  border-radius: 5px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
  font-size: 38px;
  font-weight: 700;
}

.home-intro-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-5 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.code-embed {
  background-color: #fff0;
  margin-top: 0;
}

.home-intro-form-area {
  background-color: #fe6337;
  flex-flow: column;
  flex: 1;
  margin-top: -427px;
  display: flex;
}

.home-intro-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
}

.home-intro-section {
  padding-top: 60px;
  padding-bottom: 20px;
}

.home-intro-line-wrap {
  color: #fff;
  background-color: #fff;
  width: 2px;
  height: 300px;
}

.home-intro-text {
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
}

.link-block {
  margin: 11px 5px;
}

.home-intro-point-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 380px;
  display: flex;
}

.home-intro-area {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.services-content-2 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 18px;
}

.services-overlay-area {
  z-index: -1;
  position: absolute;
  inset: 0% 0% auto;
}

.section-title {
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 40px;
}

.section-title.mg-bottom-0 {
  color: #fff;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  line-height: 45px;
}

.section-title.mg-bottom-0.learn-more {
  color: #fff;
  text-align: center;
  background-color: #0000;
  padding-top: 40px;
  padding-bottom: 0;
}

.services-section-2 {
  background-color: #000;
  padding-top: 20px;
  position: relative;
}

.services-card-title-wrap-2 {
  align-self: flex-start;
  margin-bottom: 10px;
  display: inline-block;
}

.heading-4 {
  color: #fff;
  padding-top: 10px;
  font-size: 30px;
  line-height: 35px;
}

.services-overlay-wrap-2 {
  height: 400px;
}

.services-card-area-2 {
  background-color: #10141800;
  border: 1px #ccc;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.services-card-line-wrap-2 {
  background-color: #ff6229;
  width: 100%;
  height: 2px;
  margin-top: -5px;
}

.services-card-line-wrap-2.home {
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
}

.services-card-wrap {
  padding-left: 25px;
  padding-right: 25px;
}

.services-details-area-2 {
  max-width: 300px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.services-bg-wrap-2 {
  background-color: #10141800;
  position: absolute;
  inset: 0%;
}

.process-line-area {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section-sub-title-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #ff6229;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  line-height: 1.1;
  display: flex;
}

.section-sub-title-wrap.text-dark {
  color: #1756b5;
}

.process-area {
  position: relative;
}

.process-details-area {
  border-bottom: 1px solid #ccc;
  flex: 1;
  padding-bottom: 35px;
  padding-right: 5%;
}

.process-details-area.last-item {
  border-bottom: 0 #0000;
  padding-bottom: 0;
}

.process-wrap {
  z-index: 1;
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.process-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.process-lite-bg-wrap {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 80px;
  max-width: 80px;
  min-height: 80px;
  max-height: 80px;
  display: flex;
  position: relative;
}

.process-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
}

.process-item-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section-icon-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.process-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
}

.process-step-wrap {
  z-index: 1;
  color: #fff;
  background-color: #ff6229;
  border: 2px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 22px;
  max-width: 22px;
  min-height: 22px;
  max-height: 22px;
  padding-bottom: .5px;
  padding-right: .5px;
  font-size: 10px;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.process-text-wrap {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 45px;
}

.process-lite-icon {
  opacity: 0;
  position: absolute;
}

.process-image-wrap {
  width: 100%;
  max-width: 500px;
  margin-bottom: 30px;
}

.process-text {
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
}

.process-dark-bg-wrap {
  opacity: 0;
  background-color: #101418;
  border: 1px solid #101418;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 80px;
  max-width: 80px;
  min-height: 80px;
  max-height: 80px;
  display: flex;
  position: absolute;
}

.process-highlight-line-wrap {
  border: 1px dashed #ff6229;
  height: 16%;
  margin-top: 70px;
  margin-left: -2px;
}

.process-line-wrap {
  border: 1px dashed #ccc;
  height: 85%;
  margin-left: 40px;
}

.process-icon-wrap {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.why-choose-card {
  border: 1px solid #fff3;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 340px;
  padding: 30px 25px;
  display: flex;
}

.why-choose-title-wrap {
  max-width: 550px;
  margin-top: 15px;
  margin-bottom: 50px;
}

.why-choose-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 40px;
  line-height: 45px;
}

.why-choose-content-wrap {
  margin-top: 25px;
}

.why-choose-highlight-text {
  color: #d81d23;
  font-weight: 600;
  transition: text-underline-offset .2s, color .2s;
}

.why-choose-highlight-text:hover {
  color: #fff;
  text-underline-offset: 5px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.why-choose-image-wrap {
  width: 37%;
  max-width: 37%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.why-choose-image-area {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.why-choose-card-wrap {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
  position: relative;
}

.why-choose-icon-wrap {
  justify-content: center;
  align-items: center;
  min-width: 25px;
  min-height: 30px;
  display: flex;
}

.why-choose-icon-wrap.small {
  max-width: 26px;
}

.why-choose-section {
  background-color: #101418;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.why-choose-grid {
  z-index: 1;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .7fr;
  align-items: center;
}

.why-choose-image {
  box-sizing: border-box;
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding-left: 0;
}

.why-choose-text {
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
}

.why-choose-card-area {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.link-7 {
  color: #ff6229;
  text-decoration: underline;
}

.why-choose-content {
  z-index: 1;
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
  position: relative;
}

.why-choose-card-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 27px;
}

.why-choose-left-area {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.adas-section {
  padding-top: 120px;
  display: block;
  position: relative;
}

.count-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.count-icon-wrap {
  background-color: #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 60px;
  max-width: 60px;
  min-height: 60px;
  max-height: 60px;
  display: flex;
}

.count-card-link {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  display: block;
}

.count-card-link:hover {
  color: #fff;
}

.count-image-area {
  position: relative;
}

.count-content-wrap {
  margin-top: 20px;
  margin-bottom: 50px;
}

.count-details-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #d81d23;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 320px;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.count-card-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
}

.count-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding-right: 40px;
  position: relative;
  box-shadow: 0 15px 10px #cccccc40;
}

.count-bg-wrap {
  background-color: #101418;
  min-height: 600px;
  position: absolute;
  inset: 0% 0% auto;
}

.count-image-wrap {
  height: 525px;
}

.primary-button-3 {
  color: #fff;
  text-align: center;
  background-color: #d81d23;
  border: 1px solid #ff6229;
  margin-top: 0;
  padding: 20px 27px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  transition: color .2s, border-color .2s, background-color .2s;
}

.primary-button-3:hover {
  color: #fff;
  background-color: #1756b5;
  border-color: #1756b5;
}

.body-2 {
  background-color: #000;
}

.bold-text-12 {
  color: #000;
}

.text-block-5 {
  color: #d81d23;
}

.link-block-2 {
  margin-top: -19px;
  margin-bottom: 20px;
}

.link-block-2.sd {
  margin-top: 10px;
}

@media screen and (min-width: 1280px) {
  .footer-social-link-wrap {
    min-width: 110px;
    min-height: 110px;
  }

  .footer-details-area {
    padding: 50px 40px 50px 50px;
  }

  .container-2 {
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-widget-title {
    margin-bottom: 20px;
    font-size: 25px;
  }

  .footer-logo-area, .footer-bottom-wrap {
    padding-left: 50px;
    padding-right: 50px;
  }

  .footer-field-label {
    font-size: 25px;
  }

  .footer-right-wrap {
    padding: 50px;
  }

  .home-banner-section {
    padding-top: 130px;
    padding-bottom: 160px;
  }

  .home-banner-title {
    font-size: 80px;
  }

  .home-intro-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .home-intro-title {
    font-size: 26px;
  }

  .services-content-2 {
    margin-top: 10px;
  }

  .services-section-2 {
    background-color: #000;
    padding-top: 150px;
  }

  .services-card-title-wrap-2 {
    margin-bottom: 10px;
  }

  .heading-4 {
    padding-top: 10px;
  }

  .services-card-wrap {
    padding-left: 50px;
    padding-right: 50px;
  }

  .services-details-area-2 {
    margin-bottom: 55px;
  }

  .process-section {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .process-grid {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .why-choose-card {
    max-width: none;
    padding: 30px;
  }

  .why-choose-image-wrap {
    width: 45%;
    max-width: 45%;
  }

  .why-choose-card-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .why-choose-section {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .why-choose-grid {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    grid-template-columns: 1fr .9fr;
  }

  .why-choose-card-area {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .why-choose-card-title {
    font-size: 24px;
  }

  .adas-section {
    padding-top: 150px;
  }

  .count-card-link {
    font-size: 25px;
  }

  .count-grid {
    grid-column-gap: 60px;
    padding-right: 60px;
  }

  .count-image-wrap {
    height: auto;
  }
}

@media screen and (min-width: 1440px) {
  .footer-logo-wrap {
    max-width: 350px;
  }

  .footer-bottom-wrap {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .home-banner-section {
    padding-bottom: 190px;
  }

  .home-intro-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .home-intro-title {
    font-size: 28px;
  }

  .home-intro-section {
    padding-top: 58px;
  }

  .services-content-2 {
    color: #fff;
  }

  .section-title.mg-bottom-0 {
    font-family: Oswald, sans-serif;
    line-height: 45px;
  }

  .section-title.mg-bottom-0.learn-more {
    font-family: Oswald, sans-serif;
  }

  .services-section-2 {
    background-color: #000;
  }

  .heading-4 {
    color: #fff;
  }

  .services-overlay-wrap-2 {
    height: 440px;
  }

  .services-card-area-2 {
    background-color: #000;
  }

  .services-card-line-wrap-2.home {
    background-color: #fff;
  }

  .process-grid {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .why-choose-title {
    font-family: Oswald, sans-serif;
  }

  .why-choose-highlight-text {
    color: #d81d23;
  }

  .why-choose-card-title {
    font-size: 25px;
  }

  .count-details-wrap {
    background-color: #d81d23;
  }

  .count-grid {
    grid-column-gap: 80px;
    padding-right: 70px;
  }

  .primary-button-3 {
    background-color: #d81d23;
  }

  .bold-text-13 {
    line-height: 85px;
  }
}

@media screen and (min-width: 1920px) {
  .footer-logo-wrap {
    max-width: 380px;
  }

  .container-large, .home-banner-image-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .home-intro-title {
    font-size: 30px;
  }

  .services-section-2 {
    padding-top: 129px;
  }

  .services-overlay-wrap-2 {
    height: 585px;
  }

  .why-choose-image-wrap {
    width: 50%;
    max-width: 50%;
  }

  .why-choose-grid {
    grid-template-columns: .75fr 1fr;
  }
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    background-image: linear-gradient(#00000080, #00000080), url('../images/john-bug-copy.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    padding-left: 0;
    padding-right: 0;
  }

  .section.services {
    padding-top: 0;
  }

  .styleguide-block {
    text-align: center;
  }

  .primary-button {
    justify-content: center;
  }

  .primary-button.cc-contact-us {
    display: none;
  }

  .paragraph-light.cta {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    background-color: #fff0;
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    background-color: #fff0;
  }

  .navigation {
    box-shadow: none;
    border: 0 solid #000;
    border-bottom: 3px solid #d81d23;
    padding: 25px 30px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

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

  .navigation-items {
    background-color: #ffd93e;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .our-services-grid {
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .details-wrap {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .home-section-wrap {
    text-align: center;
  }

  .section-heading {
    font-size: 45px;
    line-height: 50px;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

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

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

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

  .footer-grid-wrap {
    margin-bottom: 40px;
  }

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

  .footer-left-wrap {
    padding-top: 20px;
  }

  .footer-logo-wrap {
    max-width: 250px;
  }

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

  .footer-logo-area {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-details-text {
    max-width: none;
  }

  .div-block-3, .div-block-4 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .home-banner-wrap {
    justify-content: center;
    align-items: flex-start;
    max-width: 550px;
  }

  .home-banner-section {
    padding-bottom: 100px;
  }

  .banner-content-wrap {
    margin-bottom: 50px;
  }

  .home-banner-title {
    font-size: 60px;
    line-height: 65px;
  }

  .home-banner-bg-wrap {
    background-image: linear-gradient(90deg, #101418, #101418db 0%, #101418cc 0%, #10141808);
  }

  .home-intro-wrap {
    flex-flow: column;
    flex: 1;
    align-items: stretch;
    min-width: 50%;
  }

  .code-embed {
    background-color: #fff;
    margin-top: -257px;
  }

  .home-intro-form-area {
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    margin-top: -57px;
    display: flex;
  }

  .home-intro-section {
    padding-top: 40px;
  }

  .home-intro-line-wrap {
    width: 100%;
    height: 3px;
  }

  .link-block {
    margin-left: 5px;
    margin-right: 5px;
  }

  .home-intro-point-wrap {
    flex-flow: column;
  }

  .home-intro-area {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .section-title {
    font-size: 36px;
  }

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

  .services-card-area-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .services-card-wrap {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .services-details-area-2 {
    max-width: 370px;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .process-dark-icon {
    width: 35px;
  }

  .process-details-area {
    padding-bottom: 25px;
    padding-right: 2%;
  }

  .process-wrap {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

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

  .process-lite-bg-wrap {
    min-width: 70px;
    max-width: 70px;
    min-height: 70px;
    max-height: 70px;
  }

  .process-title {
    font-size: 24px;
  }

  .process-item-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .process-step-wrap {
    top: -3px;
    right: -3px;
  }

  .process-text-wrap {
    margin-bottom: 35px;
  }

  .process-lite-icon {
    width: 35px;
  }

  .process-dark-bg-wrap {
    min-width: 70px;
    max-width: 70px;
    min-height: 70px;
    max-height: 70px;
  }

  .process-highlight-line-wrap {
    margin-top: 60px;
  }

  .process-line-wrap {
    margin-left: 35px;
  }

  .why-choose-card {
    max-width: none;
  }

  .why-choose-title-wrap {
    max-width: none;
    margin-bottom: 40px;
  }

  .why-choose-title {
    font-size: 36px;
  }

  .why-choose-content-wrap {
    margin-top: 25px;
  }

  .why-choose-image-wrap {
    width: auto;
    max-width: 100%;
    position: static;
    inset: 0%;
  }

  .why-choose-image-area {
    order: 0;
    align-self: flex-start;
    position: static;
  }

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

  .why-choose-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .why-choose-card-area {
    position: relative;
  }

  .why-choose-content {
    margin-bottom: 0;
  }

  .why-choose-left-area {
    justify-content: center;
    align-items: center;
  }

  .adas-section {
    padding-top: 100px;
  }

  .count-card-link {
    font-size: 22px;
  }

  .count-content-wrap {
    margin-bottom: 35px;
  }

  .count-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 20px;
  }

  .count-image-wrap {
    height: 500px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap, .section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 25px;
    line-height: 30px;
  }

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

  .label.big {
    letter-spacing: 0;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .paragraph-light.cta {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-content {
    width: 80%;
  }

  .intro-content.cc-homepage {
    outline-width: 5px;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .secondary-button {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 15px;
  }

  .heading {
    font-size: 50px;
    line-height: 55px;
  }

  .heading-2 {
    line-height: 42px;
  }

  .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9 {
    font-size: 25px;
    line-height: 30px;
  }

  .footer-details-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .footer-social-link-wrap {
    min-width: 95px;
    min-height: 95px;
  }

  .footer-button {
    padding: 18px 24px;
  }

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

  .footer-details-area {
    padding: 30px;
  }

  .footer-text-field {
    height: 55px;
    padding-left: 15px;
  }

  .footer-details-link-wrap {
    font-size: 18px;
  }

  .footer-left-wrap {
    max-width: none;
  }

  .footer-logo-wrap {
    max-width: 220px;
  }

  .footer-widget-title {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .error-message {
    font-size: 18px;
  }

  .footer-logo-area {
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-bottom-wrap {
    padding: 35px 30px;
  }

  .footer-field-label {
    font-size: 22px;
  }

  .footer-right-wrap {
    padding: 35px 30px 30px;
  }

  .footer-link-icon {
    height: 35px;
  }

  .footer-details-text {
    max-width: none;
    font-size: 18px;
  }

  .success-message {
    font-size: 18px;
  }

  .home-banner-wrap {
    max-width: 650px;
  }

  .home-banner-section {
    padding-top: 186px;
    padding-bottom: 80px;
  }

  .secondary-button-2 {
    padding: 18px 24px;
  }

  .banner-content-wrap {
    margin-bottom: 40px;
  }

  .home-banner-title {
    font-size: 50px;
  }

  .home-banner-bg-wrap {
    background-color: #101418cc;
    background-image: none;
  }

  .banner-button-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .primary-button-2 {
    padding: 18px 24px;
  }

  .home-intro-wrap {
    min-width: 50%;
  }

  .code-embed {
    margin-top: -127px;
  }

  .home-intro-section {
    padding-top: 20px;
  }

  .home-intro-point-wrap {
    max-width: none;
  }

  .home-intro-area {
    flex-flow: wrap;
  }

  .section-title {
    font-size: 32px;
  }

  .services-section-2 {
    padding-top: 80px;
  }

  .services-overlay-wrap-2 {
    height: 450px;
  }

  .services-card-area-2 {
    flex-flow: column;
    align-items: stretch;
    padding-top: 0;
    padding-bottom: 0;
  }

  .services-card-wrap {
    padding-top: 30px;
  }

  .services-details-area-2 {
    max-width: none;
    margin-top: 15px;
    margin-bottom: 0;
  }

  .process-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

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

  .process-title {
    font-size: 22px;
  }

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

  .process-text-wrap {
    margin-top: 15px;
    margin-bottom: 25px;
  }

  .process-line-wrap {
    margin-left: 35px;
  }

  .why-choose-card {
    min-width: 350px;
    max-width: 500px;
  }

  .why-choose-title-wrap {
    margin-bottom: 30px;
  }

  .why-choose-title {
    font-size: 32px;
  }

  .why-choose-content-wrap {
    margin-top: 20px;
  }

  .why-choose-image-wrap {
    height: 100%;
    display: flex;
  }

  .why-choose-card-wrap {
    flex-flow: wrap;
    justify-content: center;
  }

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

  .why-choose-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .why-choose-content {
    margin-bottom: 0;
  }

  .why-choose-card-title {
    font-size: 22px;
  }

  .adas-section {
    padding-top: 80px;
  }

  .count-content-wrap {
    margin-bottom: 30px;
  }

  .count-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    padding-right: 0;
  }

  .count-image-wrap {
    height: 400px;
  }

  .count-details-area {
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .primary-button-3 {
    padding: 18px 24px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .section.cc-store-home-wrap {
    padding-top: 39px;
  }

  .section.services {
    padding-bottom: 0;
  }

  .container {
    padding-top: 0;
  }

  .paragraph-bigger {
    font-size: 24px;
    line-height: 29px;
  }

  .paragraph-bigger.cc-bigger-light.white {
    text-align: center;
  }

  .primary-button {
    background-color: #d81d23;
    font-size: 15px;
  }

  .primary-button:hover {
    background-color: #000;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .paragraph-light.hero._12 {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .paragraph-light.cta {
    padding-left: 0;
    padding-right: 0;
  }

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

  .heading-jumbo-small.white {
    line-height: 42px;
  }

  .menu-icon {
    color: #fff;
    background-color: #fff0;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation-wrap {
    background-color: #0000;
    border: 1px #000;
  }

  .navigation {
    box-shadow: none;
    border: 0 solid #000;
    border-bottom: 3px solid #d81d23;
    border-radius: 0 0 5px 5px;
    padding: 0 20px;
  }

  .navigation-item {
    opacity: 100;
    color: #000;
    background-color: #ffd93e;
    transition-property: none;
  }

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

  .navigation-item:active {
    opacity: 100;
  }

  .navigation-item.w--current:hover {
    color: #000;
  }

  .menu-button {
    background-color: #0000;
    flex: none;
    padding: 38px;
  }

  .menu-button.w--open {
    flex: none;
  }

  .navigation-items {
    background-color: #000;
  }

  .cta-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .intro-header {
    background-image: url('../images/Logo-bg.png');
    background-position: 50%;
    background-size: cover;
    background-attachment: scroll;
  }

  .intro-content.cc-homepage {
    opacity: 1;
    background-image: linear-gradient(#0000008f, #0000008f);
    width: 90%;
  }

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .get-in-touch-form {
    color: #fff;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .home-content-wrap {
    padding-top: 80px;
  }

  .section-heading {
    text-align: center;
    font-size: 35px;
    line-height: 40px;
  }

  .secondary-button {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .heading {
    letter-spacing: -1px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
    font-family: Oswald, sans-serif;
    font-size: 55px;
    font-style: italic;
    font-weight: 700;
    line-height: 60px;
  }

  .heading-2 {
    font-size: 32px;
    line-height: 41px;
  }

  .image {
    margin: 10px;
  }

  .text-block, .text-block-2, .text-block-3 {
    font-weight: 500;
  }

  .bold-text-7 {
    font-size: 20px;
  }

  .div-block {
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }

  .div-block-2 {
    margin-top: 40px;
  }

  .text-block-4 {
    text-transform: uppercase;
    font-size: 15px;
  }

  .footer-social-link-area {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
  }

  .copyright-text {
    font-size: 12px;
  }

  .footer-grid-wrap {
    margin-bottom: 30px;
  }

  .footer-details-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .footer-social-link-wrap {
    flex: 0 auto;
    min-width: 60px;
    min-height: 60px;
  }

  .footer-button {
    padding: 16px 22px;
    font-size: 16px;
  }

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

  .footer-details-area {
    padding: 20px;
  }

  .footer-text-field {
    height: 50px;
  }

  .footer-details-link-wrap {
    font-size: 16px;
  }

  .mg-bottom-0 {
    color: #fff;
  }

  .container-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-link-area {
    grid-column-gap: 40px;
  }

  .footer-link {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
  }

  .footer-logo-wrap {
    max-width: 180px;
  }

  .footer-widget-title {
    font-size: 20px;
    line-height: 25px;
  }

  .error-message {
    margin-top: 15px;
    padding: 15px;
    font-size: 16px;
  }

  .footer-logo-area {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    padding: 0;
  }

  .footer-bottom-wrap {
    padding: 30px 20px 15px;
  }

  .footer-field-label {
    font-size: 20px;
  }

  .footer-right-wrap {
    margin: 14px;
    padding: 30px 20px 25px;
  }

  .footer-field-divider {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    align-items: stretch;
  }

  .footer-link-icon {
    height: 25px;
  }

  .footer-details-text {
    font-size: 16px;
  }

  .success-message {
    padding: 15px;
    font-size: 16px;
  }

  .heading-3 {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 41px;
  }

  .section-2 {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .home-banner-section {
    padding-top: 174px;
  }

  .home-banner-image {
    height: 120%;
  }

  .secondary-button-2 {
    padding: 16px 22px;
    font-size: 16px;
  }

  .banner-content-wrap {
    margin-bottom: 30px;
  }

  .home-banner-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 45px;
  }

  .home-banner-bg-wrap {
    background-color: #101418b8;
  }

  .banner-button-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    align-self: stretch;
    align-items: stretch;
  }

  .primary-button-2 {
    color: #fff;
    padding: 16px 22px;
    font-size: 16px;
  }

  .online-quotes {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 35px;
    line-height: 40px;
  }

  .home-intro-wrap {
    grid-row-gap: 25px;
  }

  .code-embed {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .home-intro-form-area {
    margin-top: 0;
  }

  .home-intro-title {
    font-size: 22px;
  }

  .home-intro-section {
    padding-top: 20px;
  }

  .home-intro-line-wrap {
    background-color: #fff;
    height: 2px;
  }

  .home-intro-area {
    flex-flow: column;
    align-items: stretch;
  }

  .services-content-2 {
    font-size: 16px;
  }

  .section-title {
    margin-bottom: 15px;
    font-size: 30px;
  }

  .section-title.mg-bottom-0 {
    line-height: 35px;
  }

  .section-title.mg-bottom-0.learn-more {
    margin-top: 0;
    padding-top: 0;
  }

  .services-section-2 {
    padding-top: 40px;
  }

  .services-card-title-wrap-2 {
    border-bottom: 1px #000;
  }

  .services-card-area-2 {
    padding-bottom: 0;
    position: relative;
  }

  .services-card-line-wrap-2.home {
    border-top: 1px #000;
  }

  .services-card-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .services-details-area-2 {
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .process-dark-icon {
    width: 30px;
  }

  .process-details-area {
    padding-bottom: 20px;
    padding-right: 0%;
  }

  .process-lite-bg-wrap {
    min-width: 60px;
    max-width: 60px;
    min-height: 60px;
    max-height: 60px;
  }

  .process-title {
    font-size: 20px;
  }

  .process-item-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .process-grid {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .process-text-wrap {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .process-lite-icon {
    width: 30px;
  }

  .process-text {
    font-size: 16px;
  }

  .process-dark-bg-wrap {
    min-width: 60px;
    max-width: 60px;
    min-height: 60px;
    max-height: 60px;
  }

  .process-highlight-line-wrap {
    height: 5%;
  }

  .process-line-wrap {
    height: 80%;
    margin-left: 30px;
  }

  .why-choose-card {
    min-width: auto;
    padding: 25px 20px;
  }

  .why-choose-title {
    font-size: 30px;
  }

  .why-choose-content-wrap {
    margin-top: 15px;
  }

  .why-choose-image-area {
    height: 290px;
  }

  .why-choose-card-wrap {
    flex-flow: column;
  }

  .why-choose-image {
    overflow: clip;
  }

  .why-choose-text, .why-choose-content {
    font-size: 16px;
  }

  .why-choose-card-title {
    font-size: 20px;
  }

  .count-icon {
    width: 25px;
  }

  .count-icon-wrap {
    min-width: 55px;
    max-width: 55px;
    min-height: 55px;
    max-height: 55px;
  }

  .count-card-link {
    font-size: 20px;
  }

  .count-grid {
    padding: 10px;
  }

  .primary-button-3 {
    color: #fff;
    padding: 16px 22px;
    font-size: 16px;
  }

  .bold-text-13 {
    line-height: 45px;
  }

  .div-block-6, .div-block-7 {
    text-align: center;
  }
}

#w-node-_86e64837-0616-515b-4568-76c147234d34-545dff15 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_86e64837-0616-515b-4568-76c147234d3f-545dff15, #w-node-_86e64837-0616-515b-4568-76c147234d41-545dff15 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_86e64837-0616-515b-4568-76c147234d4c-545dff15, #w-node-a789b6fe-001e-4a8d-bcb3-a825690339d6-545dff15 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a789b6fe-001e-4a8d-bcb3-a825690339dc-545dff15 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a789b6fe-001e-4a8d-bcb3-a825690339e2-545dff15 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-a789b6fe-001e-4a8d-bcb3-a825690339e8-545dff15 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-a789b6fe-001e-4a8d-bcb3-a825690339ee-545dff15 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-a789b6fe-001e-4a8d-bcb3-a825690339f5-545dff15 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_466e4cac-cdeb-b2e3-f26d-4ec47b45ec1e-545dff15 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_466e4cac-cdeb-b2e3-f26d-4ec47b45ec36-545dff15 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cbfdc0dd-97c6-4bb3-edb6-9de0af637a82-af637a7e {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: center;
}

#w-node-e31fa724-73a5-602b-f2ee-c8b59b5fd7b9-86af4b75 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e31fa724-73a5-602b-f2ee-c8b59b5fd7d1-86af4b75 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e31fa724-73a5-602b-f2ee-c8b59b5fd7b9-cdcd1347 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e31fa724-73a5-602b-f2ee-c8b59b5fd7d1-cdcd1347 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e31fa724-73a5-602b-f2ee-c8b59b5fd7b9-3a5f0477 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e31fa724-73a5-602b-f2ee-c8b59b5fd7d1-3a5f0477 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e31fa724-73a5-602b-f2ee-c8b59b5fd7b9-e8c4b85a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e31fa724-73a5-602b-f2ee-c8b59b5fd7d1-e8c4b85a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e31fa724-73a5-602b-f2ee-c8b59b5fd7b9-be1a1c38 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e31fa724-73a5-602b-f2ee-c8b59b5fd7d1-be1a1c38 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e31fa724-73a5-602b-f2ee-c8b59b5fd7b9-a2b6bb11 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e31fa724-73a5-602b-f2ee-c8b59b5fd7d1-a2b6bb11, #w-node-_86e64837-0616-515b-4568-76c147234d41-3e4816b8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_86e64837-0616-515b-4568-76c147234d4c-3e4816b8, #w-node-_1935751a-3e95-cbbb-6693-95b583709472-3e4816b8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1935751a-3e95-cbbb-6693-95b58370947c-3e4816b8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1935751a-3e95-cbbb-6693-95b583709486-3e4816b8 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_1935751a-3e95-cbbb-6693-95b583709490-3e4816b8 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_1935751a-3e95-cbbb-6693-95b58370949a-3e4816b8 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_1935751a-3e95-cbbb-6693-95b5837094a5-3e4816b8 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-a789b6fe-001e-4a8d-bcb3-a825690339d6-3e4816b8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a789b6fe-001e-4a8d-bcb3-a825690339dc-3e4816b8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a789b6fe-001e-4a8d-bcb3-a825690339e2-3e4816b8 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-a789b6fe-001e-4a8d-bcb3-a825690339e8-3e4816b8 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-a789b6fe-001e-4a8d-bcb3-a825690339ee-3e4816b8 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-a789b6fe-001e-4a8d-bcb3-a825690339f5-3e4816b8 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_466e4cac-cdeb-b2e3-f26d-4ec47b45ec1e-3e4816b8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_466e4cac-cdeb-b2e3-f26d-4ec47b45ec36-3e4816b8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_86e64837-0616-515b-4568-76c147234d34-8a0b83f2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_86e64837-0616-515b-4568-76c147234d3f-8a0b83f2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_466e4cac-cdeb-b2e3-f26d-4ec47b45ec1e-8a0b83f2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_466e4cac-cdeb-b2e3-f26d-4ec47b45ec36-8a0b83f2 {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-_86e64837-0616-515b-4568-76c147234d34-545dff15 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d3f-545dff15 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d41-545dff15 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: auto;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d4c-545dff15 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a789b6fe-001e-4a8d-bcb3-a825690339e2-545dff15 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a789b6fe-001e-4a8d-bcb3-a825690339e8-545dff15 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-a789b6fe-001e-4a8d-bcb3-a825690339ee-545dff15 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-a789b6fe-001e-4a8d-bcb3-a825690339f5-545dff15 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_466e4cac-cdeb-b2e3-f26d-4ec47b45ec36-545dff15, #w-node-e31fa724-73a5-602b-f2ee-c8b59b5fd7d1-86af4b75, #w-node-e31fa724-73a5-602b-f2ee-c8b59b5fd7d1-cdcd1347, #w-node-e31fa724-73a5-602b-f2ee-c8b59b5fd7d1-3a5f0477, #w-node-e31fa724-73a5-602b-f2ee-c8b59b5fd7d1-e8c4b85a, #w-node-e31fa724-73a5-602b-f2ee-c8b59b5fd7d1-be1a1c38, #w-node-e31fa724-73a5-602b-f2ee-c8b59b5fd7d1-a2b6bb11 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d41-3e4816b8 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: auto;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d4c-3e4816b8 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1935751a-3e95-cbbb-6693-95b583709486-3e4816b8 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1935751a-3e95-cbbb-6693-95b583709490-3e4816b8 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_1935751a-3e95-cbbb-6693-95b58370949a-3e4816b8 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_1935751a-3e95-cbbb-6693-95b5837094a5-3e4816b8 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-a789b6fe-001e-4a8d-bcb3-a825690339e2-3e4816b8 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a789b6fe-001e-4a8d-bcb3-a825690339e8-3e4816b8 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-a789b6fe-001e-4a8d-bcb3-a825690339ee-3e4816b8 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-a789b6fe-001e-4a8d-bcb3-a825690339f5-3e4816b8 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_466e4cac-cdeb-b2e3-f26d-4ec47b45ec36-3e4816b8, #w-node-_86e64837-0616-515b-4568-76c147234d34-8a0b83f2 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d3f-8a0b83f2 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_466e4cac-cdeb-b2e3-f26d-4ec47b45ec36-8a0b83f2 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a789b6fe-001e-4a8d-bcb3-a825690339dc-545dff15 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a789b6fe-001e-4a8d-bcb3-a825690339e2-545dff15 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-a789b6fe-001e-4a8d-bcb3-a825690339e8-545dff15 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-a789b6fe-001e-4a8d-bcb3-a825690339ee-545dff15 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-a789b6fe-001e-4a8d-bcb3-a825690339f5-545dff15 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_1935751a-3e95-cbbb-6693-95b58370947c-3e4816b8 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1935751a-3e95-cbbb-6693-95b583709486-3e4816b8 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_1935751a-3e95-cbbb-6693-95b583709490-3e4816b8 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_1935751a-3e95-cbbb-6693-95b58370949a-3e4816b8 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_1935751a-3e95-cbbb-6693-95b5837094a5-3e4816b8 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-a789b6fe-001e-4a8d-bcb3-a825690339dc-3e4816b8 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a789b6fe-001e-4a8d-bcb3-a825690339e2-3e4816b8 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-a789b6fe-001e-4a8d-bcb3-a825690339e8-3e4816b8 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-a789b6fe-001e-4a8d-bcb3-a825690339ee-3e4816b8 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-a789b6fe-001e-4a8d-bcb3-a825690339f5-3e4816b8 {
    grid-area: 5 / 1 / 6 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_86e64837-0616-515b-4568-76c147234d3f-545dff15 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-cbfdc0dd-97c6-4bb3-edb6-9de0af637a82-af637a7e {
    grid-area: span 2 / span 1 / span 2 / span 1;
    place-self: center;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d3f-8a0b83f2 {
    grid-area: 1 / 1 / 2 / 2;
  }
}


