:root {
  --light-sea-green: #00a19c;
  --white: white;
  --brown: #80142b;
  --silver: #c6c6c6;
  --black: black;
}

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

.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-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

@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 {
  border-style: none;
  border-width: 5px 1px 1px;
  border-color: var(--light-sea-green) black black;
  margin-left: 0;
  margin-right: 0;
}

.section.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

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

.section.cc-store-home-wrap {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

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

.container {
  border-style: solid none none;
  border-width: 5px 1px 1px;
  border-color: var(--light-sea-green) black black;
  background-color: var(--white);
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.container.container-6 {
  border-bottom: 5px none var(--brown);
  border-top-style: none;
}

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

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

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

.paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
  font-style: italic;
}

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

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

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

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

.button.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  background-color: #fff;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button.cc-contact-us {
  z-index: 5;
  position: relative;
}

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

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

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

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

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

.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: .6;
  color: #000;
  text-align: left;
  max-width: none;
  margin-left: 50px;
  margin-right: 50px;
}

.paragraph-light.paragraph-box-light {
  text-align: justify;
}

.paragraph-light.again {
  margin-left: 0;
  margin-right: 0;
}

.paragraph-light.column-paragraph {
  margin-left: 10px;
  margin-right: 10px;
}

.heading-jumbo {
  color: var(--silver);
  text-align: center;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 70px;
  font-weight: 800;
  line-height: 80px;
  position: relative;
}

.heading-jumbo.steps-jumbo {
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
}

.heading-jumbo.jumbo-main {
  text-align: left;
  font-size: 60px;
  line-height: 65px;
}

.heading-jumbo.smaller {
  font-size: 64px;
}

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

.heading-jumbo-small.h2 {
  font-size: 30px;
}

.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;
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-right: 40px;
  display: block;
  position: absolute;
  inset: 30% 0% 0%;
}

.menu.mobile {
  display: none;
}

.menu.desktop {
  display: block;
}

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

.navigation {
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0 0 30px;
  display: flex;
}

.navigation-item {
  border-right: 1px solid var(--white);
  opacity: 1;
  color: var(--white);
  letter-spacing: 1px;
  text-transform: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition-property: none;
}

.navigation-item:hover {
  opacity: 1;
  color: var(--silver);
}

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

.navigation-item.w--current {
  opacity: 1;
  color: var(--light-sea-green);
  font-weight: 400;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: var(--silver);
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation-item.nav-item-end {
  border-right-style: none;
  flex: 0 auto;
  justify-content: flex-end;
  display: flex;
}

.navigation-item.nav-item-end.mobile-number {
  display: none;
}

.navigation-item.nav-button {
  background-color: var(--light-sea-green);
  border-right-style: none;
  font-weight: 700;
}

.navigation-item.nav-button:hover {
  background-color: var(--silver);
  color: var(--light-sea-green);
}

.navigation-item.nav-button.w--current {
  color: var(--black);
}

.logo-image {
  display: block;
}

.navigation-items {
  text-align: left;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navigation-items.top-menu {
  background-color: var(--black);
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  display: flex;
  position: relative;
}

.footer-wrap {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 40px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

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

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

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

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

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.intro-header {
  color: #fff;
  background-color: #f4f4f400;
  justify-content: center;
  align-items: center;
  height: 550px;
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

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

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

.intro-content.cc-homepage {
  background-color: #0000;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.motto-wrap {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 85%;
  margin: 100px auto;
  display: flex;
}

.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 {
  background-color: var(--black);
  text-align: center;
  background-image: url('../images/pexels-kamshotthat-3457780-2.png');
  background-position: 10% 10%;
  background-size: cover;
  margin-top: 0;
  margin-bottom: 0;
}

.section-heading-wrap.section-4 {
  border-top: 5px solid var(--brown);
  border-bottom: 3px none var(--brown);
  background-color: var(--white);
  background-image: none;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.service-icon {
  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 solid #eee;
  padding: 45px 50px 50px;
}

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

.details-wrap {
  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;
  margin-bottom: 100px;
  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;
  margin-bottom: 120px;
}

.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: ". . ."
                       ". . .";
  margin-bottom: 60px;
}

.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;
  margin-bottom: 60px;
}

.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;
  margin-bottom: 100px;
  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;
  margin-top: 100px;
  margin-bottom: 100px;
}

.project-pics {
  margin-bottom: 120px;
}

.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 {
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 100px;
  padding: 100px 0 0;
  display: flex;
}

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

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

.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-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  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;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

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

._w-lightbox-caption {
  background-color: #0009;
}

.heading {
  margin-left: 5%;
}

.heading-2, .heading-3 {
  font-size: 64px;
}

.heading-4 {
  margin-bottom: 0;
  margin-left: 10%;
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  font-weight: 800;
}

.heading-5 {
  color: var(--black);
  text-align: center;
  margin: 10px 10%;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
}

.heading-5.heading-18 {
  color: var(--silver);
  text-align: center;
  margin-left: 0%;
  margin-right: 0%;
}

.paragraph {
  color: var(--white);
  text-align: center;
  max-width: none;
  margin-left: 10%;
  margin-right: 10%;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.heading-6 {
  text-align: center;
  font-size: 75px;
  font-weight: 800;
}

.heading-6.heady-7 {
  color: var(--silver);
  text-align: left;
  margin-bottom: 10px;
  margin-left: 20px;
  line-height: 75px;
}

.heading-6.heady-7.heading-plum {
  color: var(--black);
}

.heading-7 {
  text-align: center;
  font-weight: 800;
}

.html-embed {
  margin: 0 15%;
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-2 {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}

.column {
  color: var(--silver);
  background-color: #000;
  padding: 100px 60px;
}

.paragraph-2 {
  color: var(--silver);
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 20px;
  padding-left: 0;
}

.button-2 {
  float: none;
  clear: none;
  border: 3px none var(--light-sea-green);
  background-color: var(--light-sea-green);
  color: var(--white);
  text-align: center;
  flex-flow: row;
  flex: 0 auto;
  align-self: auto;
  width: auto;
  max-width: 400px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  display: block;
  position: static;
}

.button-2:hover {
  background-color: var(--white);
  color: var(--light-sea-green);
}

.button-2.cta-button {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.button-2.cta-button.rewards-button {
  margin-top: 0;
}

.button-2.learn-more, .button-2.tte-button {
  margin-left: 20px;
}

.container-3 {
  border-top: 3px none var(--brown);
  background-color: var(--silver);
  max-width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-3.nopadding {
  flex-flow: column;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.columns {
  align-items: center;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 100px 60px;
  display: flex;
  overflow: hidden;
}

.heading-8 {
  color: #ffffff80;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-style: italic;
  font-weight: 300;
}

.heading-9 {
  color: #fff;
  flex: 1;
  margin-bottom: 0;
  font-weight: 700;
  display: flex;
}

.heading-9.heading-10 {
  margin-top: 0;
  font-weight: 400;
}

.paragraph-3 {
  color: #ffffff80;
  margin-bottom: 0;
  font-style: italic;
}

.section-2 {
  overflow: visible;
}

.columns-2 {
  border-top: 3px none var(--brown);
  border-bottom: 3px none var(--brown);
  background-image: url('../images/pexels-mike-bird-120049.png');
  background-position: 50%;
  background-size: cover;
}

.body {
  background-image: url('../images/iStock-1347150429.jpg');
  background-position: 0%;
  background-size: cover;
  background-attachment: fixed;
  padding-left: 0%;
}

.column-2 {
  color: var(--silver);
  padding-top: 40px;
  padding-bottom: 40px;
}

.columns-3 {
  border-top: 3px none var(--brown);
  object-fit: fill;
  background-color: #0000;
  background-image: url('../images/Screenshot-2024-01-12-at-5.06.04-PM.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
  overflow: hidden;
}

.column-3 {
  background-image: url('../images/Screenshot-2024-01-12-at-5.06.04-PM.jpg');
  background-position: 0 0;
  background-size: auto;
  flex-wrap: nowrap;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: none;
  overflow: hidden;
}

.image {
  object-fit: fill;
  height: 100%;
  margin-right: 40px;
  display: block;
  overflow: hidden;
}

.video {
  position: absolute;
  inset: 0% 0% auto;
}

.background-video {
  filter: brightness(50%);
  max-width: 100%;
  height: 700px;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.background-video.visible {
  height: 770px;
  display: block;
}

.list {
  text-align: left;
  margin-left: 20px;
  padding-left: 60px;
}

.columns-4 {
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.heading-11 {
  color: var(--white);
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.paragraph-4 {
  color: var(--white);
  font-style: italic;
}

.paragraph-5 {
  color: var(--white);
  text-align: left;
  font-style: italic;
}

.paragraph-6 {
  color: var(--white);
  text-align: right;
  font-weight: 700;
}

.columns-5 {
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

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

.div-block-2 {
  background-color: #0000;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px;
  display: flex;
}

.div-block-2:hover {
  color: var(--black);
  background-color: #00a19c80;
}

.grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: end;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 20px;
  padding-left: 0;
}

.div-block-3 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-12 {
  color: var(--white);
  font-weight: 700;
}

.section-3 {
  border-bottom: 5px solid var(--brown);
  background-image: url('../images/stockCarCollision.png');
  background-position: 0%;
  background-size: cover;
}

.list-2 {
  color: var(--white);
  text-align: left;
}

.heading-13 {
  font-weight: 700;
}

.column-4 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-4 {
  max-width: 85%;
}

.column-5 {
  display: flex;
}

.body-2 {
  background-color: var(--black);
  background-image: url('../images/pexels-pixabay-261985.png');
  background-position: 0%;
  background-size: cover;
  background-attachment: fixed;
  overflow: scroll;
}

.text-span {
  border-bottom: 5px none var(--brown);
  font-size: 30px;
  line-height: 36px;
}

.text-span-2 {
  border-bottom: 5px none var(--brown);
}

.text-span-3, .text-span-4, .text-span-5 {
  border-bottom: 5px solid var(--brown);
}

.div-block-4 {
  background-image: linear-gradient(to right, var(--light-sea-green), var(--light-sea-green) 25%, #8a8a8a00 30%, #91919100 100%, white);
  height: 5px;
  margin-left: 20px;
}

.div-block-4.div-block-5 {
  margin-left: 10%;
}

.icon, .icon-2 {
  font-size: 14px;
}

.dropdown-link {
  background-color: var(--black);
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
}

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

.dropdown-link.w--current {
  color: var(--light-sea-green);
}

.grid-2 {
  background-color: var(--black);
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr .5fr .5fr .5fr;
  margin-left: 0;
  margin-right: 0;
  padding: 32px 10px 64px;
}

.heading-14 {
  color: var(--white);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-style: italic;
}

.button-3 {
  background-color: var(--black);
  font-family: Inconsolata, monospace;
  font-style: italic;
}

.button-3:hover {
  background-color: var(--black);
  color: var(--silver);
}

.heading-15 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 40px;
}

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

.heading-16 {
  text-align: center;
  width: 90%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  width: 80%;
  margin-top: 20px;
  margin-bottom: 40px;
}

.heading-17 {
  color: var(--white);
  text-align: center;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  text-decoration: none;
}

.div-block-6 {
  background-color: var(--silver);
  background-image: url('../images/pexels-mike-bird-5351114.png');
  background-position: 50%;
  background-size: cover;
  width: 90%;
}

.div-block-6.cta {
  width: 50%;
  text-decoration: none;
}

.div-block-6.cta:hover {
  background-color: var(--light-sea-green);
  color: var(--white);
}

.div-block-6.collision {
  background-image: url('../images/collisionPic.jpg');
  width: 90%;
  padding-top: 40px;
  padding-bottom: 40px;
  text-decoration: none;
  transition: all .2s;
}

.div-block-6.collision:hover {
  opacity: 1;
  filter: saturate(200%) brightness(80%);
  mix-blend-mode: normal;
  position: static;
}

.div-block-6.dent {
  background-image: url('../images/Dent.jpg');
  padding-top: 40px;
  padding-bottom: 40px;
  text-decoration: none;
  transition-property: all;
}

.div-block-6.dent:hover {
  filter: saturate(200%) brightness(80%);
}

.div-block-6.painting {
  background-image: url('../images/Commercial-Van-on-lift-Lighter.jpg');
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-6.painting:hover {
  filter: brightness(80%) saturate(200%);
}

.list-item {
  list-style: square;
}

.section-5 {
  background-image: url('../images/pexels-pixabay-261985.png');
  background-position: 100%;
  background-size: cover;
  background-attachment: fixed;
}

.columns-6 {
  padding: 40px 20px;
}

.html-embed-2 {
  opacity: .9;
  filter: grayscale();
  text-align: center;
}

.image-2 {
  width: 100%;
  max-width: 500px;
  padding: 10px 0;
}

.div-block-7 {
  width: 90%;
  padding-left: 40px;
  padding-right: 40px;
}

.container-7 {
  background-color: var(--silver);
  background-image: url('../images/iStock-1287620067.jpg');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  overflow: visible;
}

.container-7.rewards-program {
  background-color: var(--brown);
}

.columns-7 {
  align-items: center;
  max-width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.column-6 {
  justify-content: flex-end;
  display: flex;
}

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

.column-8 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.columns-8 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.list-item-2 {
  list-style: none;
}

.grid-4 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-columns: 1fr 1fr;
  margin-top: 40px;
}

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

.heading-19, .heading-20, .heading-21, .heading-22 {
  text-align: center;
}

.grid-5 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 100px;
  margin-bottom: 20px;
}

.image-3 {
  height: 150px;
  margin-left: auto;
  margin-right: auto;
}

.image-3.vans {
  height: 80px;
  margin-top: 35px;
  margin-bottom: 35px;
  padding-left: 20px;
  padding-right: 20px;
}

.image-4, .image-5, .image-6 {
  height: 150px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-9 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.column-10 {
  background-image: url('../images/MCC_civic_before1.jpg');
  background-position: 0 0;
  background-size: cover;
  align-items: flex-end;
  height: 300px;
  display: flex;
}

.column-10.slide-2 {
  background-image: url('../images/MCC_civic_before2.jpg');
}

.column-11 {
  background-image: url('../images/MCC_civic_after1.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-end;
  height: 300px;
  display: flex;
}

.column-11.slide-2 {
  background-image: url('../images/MCC_civic_after2.jpg');
}

.heading-23 {
  text-align: right;
}

.slider {
  height: 300px;
  margin-top: 100px;
  margin-bottom: 100px;
  display: none;
}

.slide-nav, .left-arrow {
  display: block;
}

.heading-24 {
  background-color: #c6c6c6bf;
  padding: 10px;
}

.right-arrow {
  display: block;
}

.paragraph-7 {
  color: var(--white);
}

.list-item-3 {
  text-align: left;
}

.list-3 {
  text-align: left;
  list-style: decimal;
}

.accordion-item {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}

.accordion-toggle {
  background-color: var(--light-sea-green);
  align-items: center;
  height: 120px;
  display: flex;
}

.accordion-toggle.mobile-accordion {
  height: 80px;
}

.dropdown-list {
  display: block;
  position: static;
}

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

.heading-25 {
  text-align: left;
  margin-top: 60px;
  margin-bottom: 40px;
}

.text-block {
  color: var(--white);
  white-space: pre-wrap;
  word-break: normal;
  overflow-wrap: break-word;
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
}

.paragraph-8 {
  background-color: var(--white);
  padding: 20px;
}

.image-9 {
  filter: invert();
  color: #fff;
  width: 25px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
}

.link-block {
  border-right: 1px solid var(--white);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.link-block:hover {
  opacity: .7;
}

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

.text-block-2:hover {
  color: var(--silver);
}

.heading-26 {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 20px;
}

.container-8 {
  background-color: var(--black);
  max-width: 100%;
  margin-top: 0;
  padding: 100px 40px;
}

.paragraph-9 {
  text-align: center;
  width: 80%;
  margin-bottom: 40px;
}

.image-10 {
  background-color: #0000;
  width: 100%;
  padding: 0;
}

.paragraph-10 {
  margin-top: 40px;
  margin-left: 20px;
  font-style: normal;
}

.column-12 {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.heading-27 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

.image-11 {
  width: 60%;
}

.column-14 {
  justify-content: center;
  display: flex;
}

.columns-9 {
  margin: 40px;
  display: flex;
}

.columns-10 {
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.column-15 {
  align-items: center;
  display: flex;
}

.columns-11 {
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.column-16 {
  display: flex;
}

.div-block-11 {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.list-4 {
  margin-left: 40px;
  padding-left: 60px;
  list-style-type: square;
}

.list-item-4, .list-item-5, .list-item-6 {
  text-align: left;
}

.div-block-12 {
  flex-direction: column;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-28 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.heading-29 {
  text-align: right;
}

.div-block-13 {
  width: 100%;
  padding: 20px;
}

.div-block-13.double {
  background-color: var(--light-sea-green);
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.div-block-13.reviewbg1 {
  color: var(--white);
  background-image: url('../images/car1.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-13.reviewbg2 {
  color: var(--white);
  background-image: url('../images/car2.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.div-block-13.reviewbg3 {
  color: var(--white);
  background-image: url('../images/car3.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-13.reviewbg4 {
  background-color: var(--black);
  color: var(--white);
  background-image: url('../images/car4.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-13.image {
  margin-right: 0;
  padding: 0;
  display: flex;
}

.div-block-14 {
  flex-direction: row;
  padding-top: 10px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.div-block-14.other {
  min-height: 20px;
  padding-left: 0;
  padding-right: 0;
}

.link-block-2, .link-block-3, .link-block-4, .link-block-5, .link-block-6 {
  text-decoration: none;
}

.link-block-7 {
  line-height: 24px;
}

.list-item-7, .list-item-8, .list-item-9, .list-item-10 {
  margin-bottom: 0;
}

.link-block-8 {
  text-decoration: none;
}

.list-item-11 {
  margin-bottom: 0;
}

.link-block-9, .link-block-10, .link-block-11, .link-block-12, .link-block-13, .link-block-14 {
  text-decoration: none;
}

.list-item-12, .list-item-13, .list-item-14, .list-item-15 {
  margin-bottom: 0;
}

.link-block-15, .link-block-16 {
  text-decoration: none;
}

.column-17 {
  overflow: hidden;
}

.div-block-15 {
  flex-flow: row;
  align-items: center;
  padding-right: 20px;
  display: flex;
}

.div-block-15.banner {
  background-color: var(--brown);
  color: var(--brown);
  padding-right: 0;
}

.container-9 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.container-10 {
  max-width: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
}

.columns-12, .container-11 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.field-label {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.form {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.form-block {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-30 {
  color: #fff;
  margin-top: 10px;
}

.radio-button-label {
  color: #fff;
}

.textarea {
  height: 120px;
  min-height: 120px;
}

.div-block-16 {
  height: 25px;
}

.div-block-17 {
  background-image: linear-gradient(to right, var(--silver), #fff0 0%, var(--light-sea-green) 50%, var(--silver) 90%, #c6c6c600);
  width: 70%;
  height: 5px;
  margin: 20px auto;
}

.container-12 {
  max-width: none;
  margin-left: 25px;
  margin-right: 25px;
  display: flex;
}

.collumns {
  flex-direction: row;
  align-self: auto;
  align-items: stretch;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.div-block-18 {
  text-align: center;
  background-color: #c6c6c680;
  flex: 1;
  align-self: center;
  height: 100%;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px 20px 40px;
}

.heading-31 {
  text-align: left;
  line-height: 38px;
}

.heading-32 {
  text-align: left;
}

.div-block-19 {
  border: 3px solid var(--light-sea-green);
  background-color: #c6c6c680;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  display: flex;
}

.div-block-19.hidden {
  display: none;
}

.heading-33 {
  text-align: left;
}

.image-12 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.heading-34, .heading-35 {
  margin-top: 60px;
}

.div-block-20 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.div-block-21 {
  flex-direction: column;
  display: flex;
}

.image-13 {
  width: 100%;
}

.column-18, .column-19 {
  padding-left: 0;
  padding-right: 0;
}

.paragraph-11 {
  text-align: left;
  font-size: 10px;
  font-style: italic;
  line-height: 14px;
}

.paragraph-12 {
  text-align: center;
  padding-top: 40px;
  font-size: 10px;
  font-style: italic;
  line-height: 12px;
}

.link-block-17 {
  text-decoration: none;
}

.heading-37 {
  color: var(--white);
  text-align: center;
}

.paragraph-13 {
  color: var(--white);
}

.heading-38 {
  color: var(--white);
  text-align: center;
}

.container-13 {
  background-color: var(--light-sea-green);
  max-width: 100%;
}

.image-14 {
  width: auto;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.slider-2 {
  background-color: #0000;
  height: 400px;
}

.left-arrow-2, .right-arrow-2 {
  color: #000;
}

.grid-6 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
}

.image-15 {
  width: auto;
  min-width: 200px;
  max-width: 267px;
  height: 356px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-22 {
  margin-top: 0;
}

.image-16 {
  width: 80%;
  min-width: auto;
  max-width: 500px;
  margin: 40px auto;
}

.image-17 {
  width: 200px;
}

.link-block-18 {
  color: var(--silver);
  text-decoration: none;
}

.paragraph-14 {
  color: #fff;
}

.container-14 {
  width: 100vw;
  max-width: none;
  padding-bottom: 0;
}

.container-15 {
  width: 100%;
  max-width: none;
}

.heading-39 {
  color: #fff;
  text-align: center;
}

.section-6 {
  background-color: #000;
}

.video-2 {
  background-color: var(--silver);
  flex: 0 auto;
  max-width: 1080px;
  height: auto;
  max-height: 720px;
  margin: 20px auto;
  display: block;
  position: relative;
  overflow: visible;
}

.div-block-24 {
  background-color: var(--brown);
  flex-flow: column;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.youtube {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.youtube-2 {
  width: 100%;
  max-width: 1080px;
  height: auto;
  max-height: 640px;
  margin: 20px auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.image-18 {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.list-item-16 {
  margin-left: 40px;
}

.link {
  display: inline;
}

.container-16 {
  width: 1080px;
  max-height: 720px;
}

.link-2 {
  color: #f0f0f0;
}

.code-embed {
  margin-bottom: 220px;
}

.container-17 {
  margin-bottom: 100px;
}

.container-18 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  order: 9999;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  width: 50%;
  margin-left: 0;
  display: block;
  position: static;
  left: auto;
}

.flowappz-cookie-consent-hide-cookie-button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 100%;
  width: 48px;
  height: 48px;
  padding: 10px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-decoration: underline;
  display: block;
  position: fixed;
  bottom: 2%;
  left: 2%;
  box-shadow: 0 2px 5px #0003;
}

.flowappz-cookie-consent-hide-cookie-button:hover {
  box-shadow: 0 5px 30px #0003;
}

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

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

  .button {
    justify-content: center;
  }

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

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

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

  .menu-icon {
    filter: invert();
    display: block;
  }

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

  .menu.mobile {
    display: block;
  }

  .menu.desktop {
    display: none;
  }

  .navigation-wrap {
    background-color: #0000;
    flex-direction: column;
    align-self: stretch;
    align-items: stretch;
  }

  .navigation {
    padding: 0 0 25px;
  }

  .navigation-item {
    z-index: 1;
    text-align: center;
    border-right-style: none;
    flex-direction: column;
    align-items: stretch;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
    display: flex;
    position: relative;
  }

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

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

  .navigation-item.nav-item-end {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .navigation-item.nav-item-end.mobile-number {
    display: block;
  }

  .menu-button {
    padding: 0;
  }

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

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

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

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

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

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

  .dropdown-link {
    z-index: auto;
  }

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

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

  .image-2, .div-block-7 {
    margin-left: auto;
    margin-right: auto;
  }

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

  .grid-5 {
    flex-direction: column;
    display: flex;
  }

  .accordion-toggle {
    align-items: center;
    height: 120px;
  }

  .text-block {
    white-space: pre-wrap;
    word-break: break-all;
    overflow-wrap: anywhere;
    font-size: 16px;
  }

  .div-block-10 {
    display: none;
  }

  .image-9 {
    text-align: left;
  }

  .link-block {
    flex-direction: row;
    order: 0;
    align-self: auto;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .link-block.w--current {
    border-right-style: none;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .dropdown {
    flex-direction: column;
    display: block;
  }

  .dropdown-2 {
    z-index: 2;
    flex-direction: column;
    display: block;
  }

  .dropdown-list-2.w--open {
    z-index: 3;
    background-color: #000;
  }

  .columns-10 {
    flex-direction: row;
    align-items: center;
    display: flex;
  }

  .column-20 {
    align-self: auto;
  }

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

  .div-block-23 {
    display: none;
  }

  .youtube-2 {
    width: 100%;
  }

  .container-16 {
    width: 720px;
  }
}

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

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

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

  .container {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

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

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

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

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

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

  .navigation {
    padding: 0 0 20px;
  }

  .navigation-item {
    border-right-style: none;
    flex-direction: column;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
    display: block;
  }

  .navigation-item.nav-item-end.mobile-number {
    display: block;
  }

  .navigation-items {
    background-color: #000;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

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

  .intro-content {
    width: 80%;
  }

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

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

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

  .div-block-7 {
    margin-left: auto;
    margin-right: auto;
  }

  .columns-7 {
    flex-direction: column;
  }

  .column-6 {
    justify-content: center;
  }

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

  .grid-5 {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .paragraph-7 {
    text-align: left;
  }

  .accordion-toggle {
    align-items: center;
    height: 120px;
  }

  .accordion-toggle.mobile-accordion {
    height: 160px;
  }

  .text-block {
    white-space: pre-wrap;
    word-break: normal;
    overflow-wrap: break-word;
    align-items: stretch;
    display: flex;
  }

  .div-block-10 {
    display: none;
  }

  .link-block.w--current {
    border-right-style: none;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .dropdown {
    align-self: center;
    display: block;
  }

  .dropdown-2 {
    flex-direction: column;
    display: block;
  }

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

  .columns-10 {
    flex-direction: column;
  }

  .div-block-14 {
    flex-direction: row;
    display: flex;
  }

  .div-block-15 {
    display: none;
  }

  .collumns {
    flex-direction: column;
  }

  .div-block-18 {
    margin-bottom: 20px;
  }

  .youtube-2 {
    width: 100%;
  }

  .container-16 {
    width: 500px;
  }

  .container-18 {
    width: 100%;
  }
}

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

  .section.cc-home-wrap {
    margin-left: 0;
    margin-right: 0;
  }

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

  .paragraph-light {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-jumbo {
    margin-top: 10px;
    font-size: 36px;
    line-height: 48px;
    display: block;
  }

  .heading-jumbo.jumbo-main {
    display: none;
  }

  .menu-icon {
    filter: none;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation {
    padding-left: 0;
    padding-right: 0;
  }

  .navigation-item {
    border-right-style: none;
    flex-direction: column;
    display: flex;
  }

  .navigation-item:hover {
    background-color: var(--white);
    color: var(--light-sea-green);
  }

  .navigation-item.nav-item-end.mobile-number {
    display: block;
  }

  .menu-button {
    filter: invert();
    flex: none;
  }

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

  .navigation-items {
    background-color: var(--black);
    color: var(--white);
    flex-direction: column;
    align-items: flex-end;
  }

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

  .intro-header.cc-subpage {
    display: flex;
  }

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

  .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: 40px;
  }

  .intro-text {
    width: 100%;
    margin-left: auto;
  }

  .heading-6.heady-7 {
    white-space: normal;
    word-break: normal;
    overflow-wrap: break-word;
    font-size: 50px;
  }

  .heading-6.heady-7.heading-plum {
    word-break: normal;
    font-size: 50px;
  }

  .column {
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-2 {
    text-align: left;
  }

  .button-2 {
    max-width: 100%;
    line-height: 20px;
  }

  .button-2.learn-more {
    max-width: 80%;
    margin-left: 10%;
    display: block;
  }

  .button-2.tte-button {
    max-width: 80%;
    margin-left: 10%;
  }

  .columns {
    flex-direction: column;
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-9.heading-10 {
    text-align: left;
  }

  .columns-3 {
    flex-direction: column;
  }

  .background-video.visible {
    height: 700px;
  }

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

  .columns-4 {
    flex-direction: column;
  }

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

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

  .html-embed-2 {
    display: none;
  }

  .div-block-7 {
    margin-left: auto;
    margin-right: auto;
  }

  .columns-7 {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .grid-5 {
    flex-direction: column;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    display: flex;
  }

  .image-3, .image-3.vans {
    height: auto;
  }

  .paragraph-7 {
    text-align: left;
  }

  .accordion-item {
    margin-bottom: 20px;
  }

  .accordion-toggle {
    height: 120px;
  }

  .text-block {
    align-self: center;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 16px;
  }

  .image-7 {
    display: none;
  }

  .image-8, .image-9 {
    display: block;
  }

  .link-block {
    border-right-style: none;
    justify-content: center;
    display: flex;
  }

  .dropdown {
    flex-direction: column;
    justify-content: center;
    display: block;
  }

  .dropdown:hover {
    background-color: #0000;
  }

  .dropdown-2 {
    background-color: #0000;
    flex-direction: column;
    display: block;
  }

  .dropdown-2:hover {
    background-color: #0000;
  }

  .text-block-2, .text-block-3 {
    padding-right: 10px;
  }

  .dropdown-list-2 {
    flex-direction: column;
    align-items: stretch;
    display: none;
    position: relative;
  }

  .dropdown-list-2.w--open {
    display: block;
    position: relative;
  }

  .container-8 {
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-9, .paragraph-10 {
    text-align: left;
  }

  .columns-9, .columns-10, .columns-11 {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  .column-17 {
    justify-content: center;
    display: flex;
  }

  .div-block-15 {
    display: none;
  }

  .container-9 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .container-11 {
    margin-bottom: 100px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .form {
    width: 300px;
  }

  .collumns {
    flex-direction: column;
    margin-top: 20px;
  }

  .div-block-18 {
    margin-bottom: 20px;
    padding-bottom: 40px;
  }

  .heading-31 {
    margin-top: 40px;
  }

  .list-5 {
    text-align: left;
  }

  .columns-13 {
    display: flex;
  }

  .heading-36 {
    text-align: left;
  }

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

  .youtube-2 {
    height: auto;
  }

  .container-16 {
    width: 300px;
  }

  .container-18 {
    width: 100%;
  }
}

#w-node-_40ec4271-dace-2369-ba08-fcf0173a899f-4001872a {
  place-self: center;
}

#w-node-_72236339-0c76-453a-ce4f-9de4083863db-51e627e8, #w-node-_8e740147-378b-02da-dc7c-119354a29ecb-51e627e8, #w-node-_479f57e6-db70-f13b-2db6-1a3d5411453f-51e627e8, #w-node-_3eeba468-81f4-fbbc-e82e-a01cab57f446-51e627e8, #w-node-_818bb7e5-9509-b07d-01c1-c965b16ff5e0-51e627e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7f4980ae-c45a-023f-0244-639787422724-40018733 {
  justify-self: center;
}

#w-node-_0d16ca96-f0a9-5a33-50aa-6826de787425-4001873f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_0d16ca96-f0a9-5a33-50aa-6826de787426-4001873f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0d16ca96-f0a9-5a33-50aa-6826de787427-4001873f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end center;
}

#w-node-_0d16ca96-f0a9-5a33-50aa-6826de787428-4001873f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0d16ca96-f0a9-5a33-50aa-6826de787429-4001873f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto center;
}

#w-node-_0d16ca96-f0a9-5a33-50aa-6826de78742a-4001873f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0d16ca96-f0a9-5a33-50aa-6826de78742b-4001873f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto center;
}

#w-node-_0d16ca96-f0a9-5a33-50aa-6826de78742c-4001873f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0d16ca96-f0a9-5a33-50aa-6826de78742d-4001873f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto center;
}

#w-node-_0d16ca96-f0a9-5a33-50aa-6826de78742e-4001873f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0d16ca96-f0a9-5a33-50aa-6826de78742f-4001873f, #w-node-_0d16ca96-f0a9-5a33-50aa-6826de787432-4001873f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto center;
}

#w-node-_0d16ca96-f0a9-5a33-50aa-6826de787433-4001873f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0d16ca96-f0a9-5a33-50aa-6826de787434-4001873f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto center;
}

#w-node-_0d16ca96-f0a9-5a33-50aa-6826de787435-4001873f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0d16ca96-f0a9-5a33-50aa-6826de787436-4001873f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto center;
}

#w-node-_0d16ca96-f0a9-5a33-50aa-6826de787437-4001873f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0d16ca96-f0a9-5a33-50aa-6826de787438-4001873f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto center;
}

#w-node-_0d16ca96-f0a9-5a33-50aa-6826de787439-4001873f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0d16ca96-f0a9-5a33-50aa-6826de78743a-4001873f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto center;
}

#w-node-_0d16ca96-f0a9-5a33-50aa-6826de78743b-4001873f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0d16ca96-f0a9-5a33-50aa-6826de78743c-4001873f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto center;
}

#w-node-_0d16ca96-f0a9-5a33-50aa-6826de78743d-4001873f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-40018741 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-40018741, #w-node-_421df62a-c217-12af-eee8-27f88a387918-40018742 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-40018742 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-40018743 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-40018743 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6cf25074-b8b0-c423-c330-d9e642646a03-40018745, #w-node-d8590f30-2e1f-a2f8-2693-55d21a2a693a-40018745, #w-node-_0c47c627-048c-80d2-1f84-48ecf48e1353-40018745 {
  place-self: center;
}

#w-node-_0263e69c-151f-67d6-83dd-b69ddd188c8b-40018745 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: stretch stretch;
}

#w-node-_2b510fdb-7e05-ee6b-2406-796ca19ad7e3-40018745, #w-node-fb5d324d-d6d0-c2db-2805-f8d4e948bfd3-40018745, #w-node-a5e0f7c9-226c-4a11-30e7-1bb9abc97968-40018745, #w-node-eca7819b-76d5-0ad1-e249-ae1c2a9a95b8-40018745, #w-node-_97c8162c-41e5-1195-a47d-4557d9c2179d-40018745 {
  place-self: center;
}

#w-node-_2436069c-4ff6-0890-cfb7-a4358fc2da95-40018745 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: stretch stretch;
}

#w-node-e8343ec7-e7b1-5c5b-6d39-1d39a94a5de0-40018745, #w-node-_1fec57a9-8907-a214-8795-86745a56da5d-40018745, #w-node-e73faf63-b3e0-20b9-9df7-6bbd2836e8c5-40018745 {
  place-self: center;
}

#w-node-_8adfa621-ee83-0153-f592-b043dbc564eb-40018749, #w-node-_6498b724-387d-b58d-0ee4-878bbe7c76ad-40018749, #w-node-dffb8ca9-a559-0180-3d27-593c78b944b6-40018749, #w-node-d6cc0b25-f2df-e012-e698-7dd5511da148-40018749, #w-node-_6b8d6847-5410-4bb6-ef77-0ad1ed1a2529-40018749 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6cf25074-b8b0-c423-c330-d9e642646a03-4001874a {
  justify-self: center;
}

#w-node-fca36216-2280-c259-72ec-019439d16677-52780e1f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_663b2897-cae2-2fb7-517b-e1d7a48f8097-52780e1f, #w-node-_64d0efca-c65e-97b0-4da3-d6ec318cd03a-52780e1f, #w-node-_1ba86eae-5992-700e-87fb-6cf9d527ff66-52780e1f, #w-node-d4d06c08-e7c3-5645-82b5-72fa3b8187f3-52780e1f, #w-node-edd67894-b150-56a9-8709-3fd135cd3f91-52780e1f, #w-node-_1c3e5870-b87a-ef87-e55a-56a57e7df137-52780e1f, #w-node-a9402414-be92-545f-8143-fc7b9d6b9ff3-52780e1f, #w-node-b08ebfe0-d437-bb1e-cce1-26a49ce916e3-52780e1f, #w-node-cd666ce7-7649-aeba-2cf2-729410129bdd-52780e1f, #w-node-_1454c338-d317-d663-37b4-35930653ceba-52780e1f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-_72236339-0c76-453a-ce4f-9de4083863db-51e627e8 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_421df62a-c217-12af-eee8-27f88a387928-40018741, #w-node-_421df62a-c217-12af-eee8-27f88a387928-40018742, #w-node-_421df62a-c217-12af-eee8-27f88a387928-40018743 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_72236339-0c76-453a-ce4f-9de4083863db-51e627e8 {
    grid-column: span 2 / span 2;
  }
}


