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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.hero-banner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  min-height: 800px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  font-family: 'PT Sans', sans-serif;
  color: hsla(0, 0%, 100%, 0.65);
  font-size: 18px;
  line-height: 26px;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.imperial-body {
  background-color: #171717;
  background-image: none;
  background-size: auto;
  font-family: 'PT Sans', sans-serif;
  color: hsla(0, 0%, 100%, 0.65);
  line-height: 24px;
}

.hero-container {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navbar {
  width: 100%;
  height: 100px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
  font-family: Oswald, sans-serif;
  font-size: 15px;
  line-height: 1;
}

.navbar-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.imperial-logo {
  height: 60px;
}

.navbar-link {
  margin-right: 10px;
  margin-left: 10px;
  font-family: 'Russo one', sans-serif;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}

.hero-text-wrapper {
  width: 100%;
  max-width: 720px;
  margin-top: -100px;
  text-align: center;
}

.main-title {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Russo one', sans-serif;
  color: #fff;
  font-size: 56px;
  line-height: 64px;
  font-weight: 400;
  text-align: center;
}

.main-button {
  margin-top: 30px;
  margin-bottom: 0px;
  padding: 0px 20px;
  border-radius: 2px;
  background-color: #c8222c;
  box-shadow: 0 4px 16px 0 rgba(200, 34, 44, 0.32);
  font-family: 'Russo one', sans-serif;
  font-size: 12px;
  line-height: 55px;
  text-transform: uppercase;
}

.main-button.full {
  width: 100%;
}

.general-section {
  width: 100%;
  padding-top: 160px;
  padding-bottom: 160px;
  color: #fff;
}

.general-section.brand-logos {
  padding-top: 100px;
  padding-bottom: 0px;
}

.general-section.experience {
  height: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/gradient-map-background-full-color.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/gradient-map-background-full-color.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  color: hsla(0, 0%, 100%, 0.65);
  font-size: 18px;
  line-height: 26px;
}

.general-section.certificate {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
}

.general-section.work {
  text-align: center;
}

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

.general-section.services {
  position: relative;
  overflow: hidden;
  height: auto;
  min-height: 400px;
}

.general-section.footer {
  padding-top: 60px;
  padding-bottom: 100px;
  background-image: url('../images/knitted-netting.png');
  background-position: 50% 0%;
  background-size: auto;
}

.general-section.form {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(23%, #171717), to(transparent)), url('../images/knitted-netting.png');
  background-image: linear-gradient(180deg, #171717 23%, transparent), url('../images/knitted-netting.png');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, auto;
}

.section-wrapper {
  width: 100%;
  height: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
}

.section-wrapper.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.brand-layout {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.boxed-content-780px {
  width: 100%;
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
}

.boxed-content-780px.center-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.certified-badge {
  width: 180px;
  margin-top: 40px;
}

.title-wrapper {
  width: 100%;
  max-width: 780px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  font-family: 'PT Sans', sans-serif;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
}

.section-subtitle {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: 'Russo one', sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
}

.projects-layout {
  padding-top: 20px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.project-image {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer-link {
  padding-right: 8px;
  padding-left: 8px;
  float: right;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-link.footer {
  font-family: 'PT Sans', sans-serif;
  font-size: 11px;
}

.instagram-avatar {
  overflow: hidden;
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
  border-radius: 60px;
}

.instagram-user {
  font-size: 18px;
  line-height: 26px;
}

.big-paragraph {
  font-size: 32px;
  line-height: 42px;
  font-weight: 400;
}

.avatar-wrapper {
  margin-bottom: 40px;
}

.form-wrapper {
  width: 100%;
  max-width: 505px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 30px;
  border-radius: 4px;
  background-color: #fff;
}

.input {
  height: 55px;
  margin-bottom: 20px;
  border-radius: 3px;
  background-color: #f2f2f2;
  color: #171717;
  font-size: 14px;
}

.input.select {
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 55px;
}

.form-paragraph {
  margin-bottom: 40px;
  color: #171717;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
}

.stroke {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  opacity: 0.2;
  font-family: 'Russo one', sans-serif;
  font-size: 220px;
  line-height: 1;
}

.stroke.detailing {
  left: 0%;
  top: 200px;
  right: 0%;
  bottom: auto;
  text-align: center;
}

.stroke.services {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  text-align: center;
}

.boxed-content-1024px {
  width: 100%;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
}

.services-text {
  display: inline-block;
  font-family: 'Russo one', sans-serif;
  font-size: 28px;
  line-height: 36px;
}

.play-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 360px;
  background-color: #fff;
}

.light-box-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: hsla(0, 0%, 100%, 0.65);
  text-decoration: none;
}

.red-line {
  width: 0px;
  height: 2px;
  margin-top: 4px;
  background-color: #c7212c;
  opacity: 0;
}

.icon-wrap {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-scroll {
  position: relative;
  width: 20px;
  height: 35px;
  border: 1px solid #fff;
  border-radius: 25px;
}

.scroll-dot {
  position: absolute;
  left: 50%;
  top: 10px;
  right: auto;
  bottom: auto;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.re-captcha {
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .general-section.experience {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/gradient-map-background-full-color.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/gradient-map-background-full-color.jpg');
    background-position: 0px 0px, 50% 50%;
  }

  .section-wrapper.footer {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .hero-banner {
    height: auto;
    font-size: 16px;
    line-height: 24px;
  }

  .imperial-body {
    font-size: 16px;
  }

  .hero-container {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .navbar-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .navbar-link {
    display: none;
    font-size: 14px;
  }

  .navbar-link.sales {
    display: block;
  }

  .hero-text-wrapper {
    margin-top: 80px;
  }

  .main-title {
    font-size: 48px;
    line-height: 54px;
  }

  .main-button {
    font-size: 12px;
    line-height: 50px;
  }

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

  .general-section.experience {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/gradient-map-background-full-color.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/gradient-map-background-full-color.jpg');
    background-position: 0px 0px, 50% 50%;
  }

  .general-section.certificate {
    font-size: 16px;
  }

  .general-section.footer {
    background-position: 50% 0%;
  }

  .section-wrapper.footer {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .certified-badge {
    width: 140px;
  }

  .title-wrapper {
    font-size: 16px;
  }

  .section-subtitle {
    font-size: 32px;
    line-height: 42px;
  }

  .projects-layout {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .project-image {
    height: 180px;
  }

  .big-paragraph {
    font-size: 22px;
    line-height: 32px;
  }

  .form-paragraph {
    font-size: 16px;
  }

  .stroke.detailing {
    font-size: 160px;
  }

  .stroke.services {
    font-size: 160px;
  }
}

@media screen and (max-width: 479px) {
  .hero-banner {
    min-height: 680px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: linear-gradient(180deg, null, null);
  }

  .imperial-body {
    font-size: 15px;
  }

  .navbar-link {
    font-size: 12px;
  }

  .main-title {
    font-size: 32px;
    line-height: 40px;
  }

  .general-section.brand-logos {
    padding-top: 60px;
  }

  .general-section.certificate {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 14px;
    line-height: 22px;
  }

  .general-section.footer {
    padding-top: 20px;
    padding-bottom: 60px;
    background-position: 50% 0%;
  }

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

  .brand-layout {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .boxed-content-780px.center-text {
    font-size: 14px;
    line-height: 22px;
  }

  .certified-badge {
    margin-top: 20px;
  }

  .title-wrapper {
    font-size: 14px;
    line-height: 22px;
  }

  .section-subtitle {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 32px;
  }

  .projects-layout {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .big-paragraph {
    font-size: 18px;
    line-height: 26px;
  }

  .form-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }

  .stroke.detailing {
    font-size: 100px;
  }

  .stroke.services {
    font-size: 100px;
  }

  .services-text {
    font-size: 20px;
    line-height: 28px;
  }
}

#w-node-_2c9fbec9-2b3d-2cf5-f65a-e1fe75ee41e4-f42659af {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4e0291da-cd76-4621-2e2c-d6a7241bbf86-f42659af {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_75916e88-cbec-9853-b3dc-87287da2e1cd-f42659af {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_4cc41bdb-b8b1-f627-c25d-520ae87d5237-f42659af {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_76598a01-4234-9c68-cfaa-0091d7ba1f8b-f42659af {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_00b0d683-6552-6871-00c4-01e2cc4e0b2c-f42659af {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-f92f8d97-5ea2-cac9-3b3a-3156ede22031-f42659af {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_280b3f28-d9b9-8ac9-532c-5e13050a1414-f42659af {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a7a3bd94-e2c2-5397-0cd9-be3219ea981d-f42659af {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8fa44bcb-6450-e726-4e22-508a2706d948-f42659af {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_120f240f-022a-01d6-afed-82f989b584c8-f42659af {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-faf5ba13-f52c-74aa-7071-61c947c0678f-f42659af {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0e88f254-3631-efeb-cbee-6986b64ba94e-f42659af {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_58657c26-04d2-37ae-bce7-18398b6064ea-f42659af {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@font-face {
  font-family: 'Russo one';
  src: url('../fonts/Russo_One.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}