/*
Theme Name: Dongfeng Landing Page
Theme URI: https://dongfengmotor.co.nz
Description: A custom theme for Dongfeng.
Version: 1.0
Author: Pixelplay
Author URI: https://www.pixelplay.co.nz
*/
/* --------------------------------------------------------------
***** IMPORTANT: Do not edit the styles directly in style.css
***** Make style changes via the scss files in the css folders. 
-------------------------------------------------------------- */
/* Colours
-------------------------------------------------------------- */
.bg-grey {
  background: #3d3935;
  color: #fff; }

.bg-light-grey {
  background-color: #D9D9D9; }

/* Fonts
-------------------------------------------------------------- */
/* Layout
-------------------------------------------------------------- */
/* Breakpoints
-------------------------------------------------------------- */
/* --------------------------------------------------------------
Base
-------------------------------------------------------------- */
* {
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  height: 100%; }

body {
  width: 100%;
  font-family: "Exo", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  color: #000000;
  background: #fff;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  /* Stop body scrolling when mobile menu is open */ }
  body.no-scroll {
    overflow: hidden; }

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

:focus {
  outline: none; }

:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px #E60020, 0 0 0 4px rgba(255, 255, 255, 0.6);
  border-radius: 2px; }

h1, h2, h3, h4, h5 {
  clear: both;
  line-height: 1.2;
  font-family: "Exo", sans-serif;
  font-weight: 700;
  color: #000000;
  margin: 0;
  padding: 0; }

h1 {
  font-size: 4.8rem;
  font-weight: 400;
  text-wrap: balance;
  margin: 0 0 3rem; }
  @media screen and (max-width: 1570px) {
    h1 {
      font-size: 4rem; } }
  @media screen and (max-width: 1200px) {
    h1 {
      font-size: 3.6rem; } }
  @media screen and (max-width: 768px) {
    h1 {
      font-size: 2.4rem; } }

h2,
.h1-small {
  font-size: 4.8rem;
  font-weight: 400;
  margin: 0 0 3rem; }
  @media screen and (max-width: 1570px) {
    h2,
    .h1-small {
      font-size: 4rem; } }
  @media screen and (max-width: 1200px) {
    h2,
    .h1-small {
      font-size: 3.6rem; } }
  @media screen and (max-width: 768px) {
    h2,
    .h1-small {
      font-size: 2.4rem; } }

.section .tagline {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.19em;
  text-transform: uppercase;
  margin: 0 0 4rem;
  padding: 0 0 1.4rem;
  position: relative; }
  @media screen and (max-width: 768px) {
    .section .tagline {
      margin-bottom: 4rem;
      padding: 0 0 1.4rem; } }
  .section .tagline::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 88px;
    height: 5px;
    background-color: #E60020; }

.section > h2:first-child,
.section .row .col > h2:first-child,
.section .row .col > h2.h2-small:first-child,
.section .container > h2:first-child,
.section .container .row .col > h2:first-child,
.section .container .row .col > h2.h2-small:first-child {
  margin-top: 0; }

.section .row.vertical-align-center .col > h2:first-child,
.section .row.vertical-align-center .col > h2.h2-small:first-child,
.section .container.vertical-align-center > h2:first-child,
.section .container .row.vertical-align-center .col > h2.h2-small:first-child {
  margin-top: 2rem; }

h3
.h2-small {
  font-size: 3rem;
  margin: 3rem 0 1rem; }
  @media screen and (max-width: 1200px) {
    h3
    .h2-small {
      font-size: 3rem; } }
  @media screen and (max-width: 768px) {
    h3
    .h2-small {
      font-size: 2rem; } }

h4,
.h3-small {
  font-size: 2rem;
  margin: 2rem 0 1rem; }
  @media screen and (max-width: 1200px) {
    h4,
    .h3-small {
      font-size: 3rem; } }
  @media screen and (max-width: 768px) {
    h4,
    .h3-small {
      font-size: 2rem; } }

h5,
.h4-small {
  font-size: 1.8rem;
  margin: 2rem 0 1rem; }
  @media screen and (max-width: 1200px) {
    h5,
    .h4-small {
      font-size: 1.6rem; } }

p {
  margin: 0 0 3rem; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

figure {
  margin: 1rem 0 2rem; }

a:not(.btn) {
  color: #E60020;
  text-decoration: none;
  position: relative; }
  a:not(.btn)::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0;
    height: 1px;
    margin: auto;
    opacity: 0;
    background: #E60020;
    transition: width 0.4s ease-out, opacity 0.3s ease-out; }
  a:not(.btn):hover::after {
    width: 100%;
    opacity: 1; }

a:hover {
  color: #E60020;
  text-decoration: none; }

main ul,
main ol {
  margin: 0 0 2rem; }
  main ul li,
  main ol li {
    margin-bottom: 0.8em; }

hr {
  clear: both;
  border: none;
  height: 1px;
  color: #D9D9D9;
  background-color: #D9D9D9;
  margin: 3rem 0; }

table {
  width: 100%;
  margin: 1rem 0 2rem; }

table, th, td {
  border: 1px solid #D9D9D9;
  border-collapse: collapse; }

table td, table th {
  padding: .75rem;
  text-align: left;
  vertical-align: top; }

strong {
  font-weight: 600; }

.small {
  font-size: 1.2rem; }

.large {
  font-size: 1.8rem; }

.left {
  float: left; }

.right {
  float: right; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

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

.no-break {
  white-space: nowrap; }

/* --------- Buttons --------- */
.btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin: 0 0 2rem; }

.btn,
a.btn {
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 0.19em;
  justify-content: center;
  padding: 1.65rem 2.25rem 1.5rem;
  margin: 0;
  border: 1px solid transparent;
  background: #E60020;
  text-decoration: none;
  transition: all 0.2s ease-out; }
  .btn:hover, .btn:focus-visible,
  a.btn:hover,
  a.btn:focus-visible {
    color: #fff;
    background: #000000;
    text-decoration: none; }
  @media screen and (max-width: 1200px) {
    .btn,
    a.btn {
      font-size: 1.3rem;
      padding: 1.15rem 1.7rem 1rem; } }

.btn-secondary,
a.btn-secondary {
  color: #000000;
  border-color: #000000;
  background: transparent;
  text-decoration: none; }
  .btn-secondary:hover, .btn-secondary:focus-visible,
  a.btn-secondary:hover,
  a.btn-secondary:focus-visible {
    color: #fff;
    background: #000000; }

/* GSAP Animations
-------------------------------------------------------------- */
.fade-in,
.fade-up,
.fade-in-from-left,
.fade-in-from-right {
  visibility: hidden; }

/* Responsive Images
-------------------------------------------------------------- */
img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

/* Flex
-------------------------------------------------------------- */
.flex {
  display: flex; }

.flex-wrap {
  flex-wrap: wrap; }

.flex-stretch {
  align-items: stretch; }

/* WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 0 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 20px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 40px; }

.alignleft {
  float: left;
  margin: 5px 40px 20px 0; }

.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 40px; }

a img.alignnone {
  margin: 0; }

a img.alignleft {
  float: left;
  margin: 5px 40px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  margin: 1rem 0 2rem;
  padding: 0 0 0.1rem 0;
  background: #f0f0f0; }

.wp-caption-text {
  font-weight: 700;
  margin: 1rem 0; }

.wp-caption.alignnone {
  display: inline-block;
  margin: 5px 40px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 40px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 40px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

@media screen and (max-width: 576px) {
  .aligncenter,
  div.aligncenter,
  .alignright,
  .alignleft,
  a img.alignright,
  a img.alignnone,
  a img.alignleft,
  a img.aligncenter {
    float: none;
    display: block;
    text-align: center;
    margin: 5px auto 20px auto; } }
/* --------- Fixes --------- */
/* Screen readers only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.clear-floats {
  clear: both; }

.clearfix:after,
header:after,
main:after,
section:after,
.wrapper:after {
  content: "";
  display: table;
  clear: both; }

p:empty {
  display: none; }

/* Header
-------------------------------------------------------------- */
.header {
  display: block;
  width: 100%;
  height: 70px;
  position: absolute;
  z-index: 300;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: all 0.6s ease-in-out; }
  @media screen and (max-width: 768px) {
    .header {
      display: none; } }
  .header .container {
    max-width: 100%;
    padding: 0 0 0 3rem; }
  .header__inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 6rem; }
  .header__logo {
    display: block;
    width: 182px; }

/* Show header on scroll */
.header {
  position: fixed;
  top: -100px;
  left: 0;
  transition: all 0.6s ease-in-out; }

body.scrolled .header {
  top: 0; }

/* Nav
-------------------------------------------------------------- */
.nav ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  height: 70px;
  margin: 0;
  padding: 0;
  column-gap: 4rem; }
  @media screen and (max-width: 992px) {
    .nav ul {
      column-gap: 2rem; } }
  .nav ul li {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    height: 100%; }
    .nav ul li a {
      display: block;
      padding: 1rem 0;
      color: #000000;
      font-size: 1.4rem;
      text-transform: uppercase;
      letter-spacing: 0.19em;
      line-height: 1;
      text-decoration: none; }
      .nav ul li a:hover {
        color: #000000;
        text-decoration: none; }
      .nav ul li a::after {
        bottom: 0; }
  .nav ul li.register-link {
    background: #E60020; }
    .nav ul li.register-link a {
      color: #fff;
      padding: 1rem 4rem; }
      @media screen and (max-width: 992px) {
        .nav ul li.register-link a {
          padding: 1rem 2rem; } }
      .nav ul li.register-link a::after {
        background: #fff;
        margin: 0 0 0 4rem; }
        @media screen and (max-width: 992px) {
          .nav ul li.register-link a::after {
            margin: 0 0 0 2rem; } }
      .nav ul li.register-link a:hover::after {
        width: calc(100% - 8rem);
        opacity: 1; }
        @media screen and (max-width: 992px) {
          .nav ul li.register-link a:hover::after {
            width: calc(100% - 4rem); } }

/* --------------------------------------------------------------
Layout
-------------------------------------------------------------- */
.container {
  width: 100%;
  max-width: calc(1440px + (3rem * 2));
  margin-right: auto;
  margin-left: auto;
  padding-left: 3rem;
  padding-right: 3rem; }

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw; }

.main-content {
  padding: 80px 0 0; }

section,
.section {
  padding: 150px 0;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 1200px) {
    section,
    .section {
      padding: 75px 0; } }

section.bg-color,
.section.bg-color {
  padding: 150px 0; }
  @media screen and (max-width: 1200px) {
    section.bg-color,
    .section.bg-color {
      padding: 75px 0; } }

.section-padding-large {
  padding: 0 0 225px; }
  @media screen and (max-width: 768px) {
    .section-padding-large {
      padding: 0 0 112.5px; } }

.section-padding-small {
  padding: 0 0 75px; }
  @media screen and (max-width: 768px) {
    .section-padding-small {
      padding: 0 0 37.5px; } }

.section-padding-none {
  padding: 0; }
  @media screen and (max-width: 768px) {
    .section-padding-none {
      padding: 0; } }

section > h2:first-child,
.section > h2:first-child {
  margin-top: 0; }

/* Banner
-------------------------------------------------------------- */
.banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  height: 100vh;
  height: 100svh;
  min-height: 800px;
  padding: 80px 0;
  visibility: hidden;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  position: relative; }
  @media screen and (max-width: 768px) {
    .banner {
      background: none;
      padding: 34px 0;
      text-align: center;
      min-height: 900px;
      max-height: 1000px; } }
  @media screen and (max-width: 576px) {
    .banner {
      min-height: 800px;
      max-height: 800px; } }
  @media screen and (max-width: 400px) {
    .banner {
      min-height: 700px;
      max-height: 750px; } }
  .banner .banner__inner,
  .banner .bx-wrapper,
  .banner .bx-viewport,
  .banner .bx-slider {
    height: 100% !important; }
  .banner .container {
    position: relative;
    max-width: 100%;
    padding: 0 10rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    z-index: 3;
    transition: padding 0.2s ease-out; }
    @media screen and (max-width: 1900px) {
      .banner .container {
        padding: 0 8rem; } }
    @media screen and (max-width: 1750px) {
      .banner .container {
        padding: 0 6rem; } }
    @media screen and (max-width: 1200px) {
      .banner .container {
        padding: 0 3rem; } }
    @media screen and (max-width: 768px) {
      .banner .container {
        align-items: flex-start; } }
    .banner .container .banner__logo {
      display: block;
      width: 343px;
      position: absolute;
      left: 10rem;
      top: 0;
      z-index: 2;
      transition: left 0.2s ease-out; }
      @media screen and (max-width: 1900px) {
        .banner .container .banner__logo {
          left: 8rem; } }
      @media screen and (max-width: 1750px) {
        .banner .container .banner__logo {
          left: 6rem; } }
      @media screen and (max-width: 1200px) {
        .banner .container .banner__logo {
          left: 3rem; } }
      @media screen and (max-width: 768px) {
        .banner .container .banner__logo {
          width: 200px;
          left: 50%;
          margin-left: -100px; } }
    .banner .container .banner__content {
      position: relative;
      max-width: 475px;
      z-index: 2;
      transition: padding 0.2s ease-out; }
      @media screen and (max-width: 1200px) {
        .banner .container .banner__content {
          max-width: 400px; } }
      @media screen and (max-width: 768px) {
        .banner .container .banner__content {
          max-width: 100%;
          padding: 90px 3rem 0; } }
      @media screen and (max-width: 576px) {
        .banner .container .banner__content {
          padding: 70px 3rem 0; } }
      .banner .container .banner__content span.tagline {
        display: inline-block;
        font-size: 1.4rem;
        font-weight: 500;
        line-height: 1;
        letter-spacing: 0.19em;
        text-transform: uppercase;
        padding-bottom: 14px;
        border-bottom: 5px solid #E60020; }
    .banner .container .banner__btns {
      position: absolute;
      left: 10rem;
      bottom: 0;
      z-index: 2;
      transition: left 0.2s ease-out; }
      @media screen and (max-width: 1900px) {
        .banner .container .banner__btns {
          left: 8rem; } }
      @media screen and (max-width: 1750px) {
        .banner .container .banner__btns {
          left: 6rem; } }
      @media screen and (max-width: 1200px) {
        .banner .container .banner__btns {
          left: 3rem; } }
      @media screen and (max-width: 768px) {
        .banner .container .banner__btns {
          width: 100%;
          left: 0; } }
      @media screen and (max-width: 768px) {
        .banner .container .banner__btns .btn-group {
          flex-direction: column;
          align-items: center; }
          .banner .container .banner__btns .btn-group a.btn {
            min-width: 279px;
            margin: 0; } }
  .banner .banner-slider {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: inherit;
    background-color: #fff;
    z-index: 0; }
    .banner .banner-slider .slider {
      width: 100%;
      height: 100% !important; }
      .banner .banner-slider .slider .banner-bg {
        height: 100% !important;
        width: 100% !important;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left center; }
        @media screen and (max-width: 768px) {
          .banner .banner-slider .slider .banner-bg {
            background: none !important; } }
        .banner .banner-slider .slider .banner-bg img {
          display: none;
          z-index: 1; }
          @media screen and (max-width: 768px) {
            .banner .banner-slider .slider .banner-bg img {
              display: block;
              position: absolute;
              left: 0;
              bottom: 184px;
              width: 100%; } }

.sect-banner {
  height: calc(50vh + 130px);
  min-height: 500px;
  padding: 80px 0; }
  @media screen and (max-width: 1200px) {
    .sect-banner {
      height: calc(50vh + 90px); } }

.banner-overlay {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2; }

/* Sliders
-------------------------------------------------------------- */
.bx-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.bx-wrapper img {
  max-width: 100%;
  display: block; }

.bxslider {
  margin: 0;
  padding: 0; }

ul.bxslider {
  list-style: none; }

.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  overflow: visible !important; }

/* Prevent text selection inside bxSlider slides */
.bx-wrapper .bx-viewport,
.bx-wrapper .bx-viewport * {
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE/Edge */
  user-select: none;
  /* Standard */ }

.bx-wrapper {
  background: transparent;
  overflow: hidden; }

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  width: 100%; }

/* PAGER */
.bx-pager-item:first-of-type:last-of-type {
  display: none;
  /* Hide pager if just one slide */ }

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #fff;
  bottom: 50px;
  left: 127px; }
  @media screen and (max-width: 1200px) {
    .bx-wrapper .bx-pager {
      bottom: 0; } }
  @media screen and (max-width: 768px) {
    .bx-wrapper .bx-pager {
      bottom: 1px;
      left: 0; } }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #D9D9D9;
  text-indent: -9999px;
  display: block;
  width: 17px;
  height: 17px;
  margin: 0 6px;
  outline: 0; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #E60020; }

.bx-wrapper .bx-pager.bx-default-pager a:after {
  content: none; }

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline; }

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
  position: absolute;
  width: 22px;
  height: 46px;
  margin-top: -23px;
  top: 50%;
  text-indent: -9000px;
  overflow: hidden;
  z-index: 100;
  background: url(images/icon-slider-arrow.svg) no-repeat calc(50% - 2px) center;
  background-size: contain;
  opacity: 1;
  cursor: pointer;
  transition: all 0.3s; }

.bx-wrapper .bx-prev {
  left: 15px;
  transform: rotate(180deg); }

.bx-wrapper .bx-next {
  right: 15px;
  transform: rotate(0deg); }

.bx-wrapper .bx-controls-direction a.disabled,
.bx-wrapper .bx-controls-direction a.disabled:hover {
  display: none; }

.slider {
  width: 100%;
  height: auto;
  position: relative; }

/* Sections
-------------------------------------------------------------- */
/* Vehicles */
@media screen and (max-width: 768px) {
  .section-vehicles {
    text-align: center; } }
.section-vehicles .tagline {
  display: block;
  margin-bottom: 6.5rem; }
  @media screen and (max-width: 768px) {
    .section-vehicles .tagline {
      margin-bottom: 3.3rem;
      padding: 0 0 1.6rem; } }
  .section-vehicles .tagline::after {
    width: 100%; }

.vehicle-slider .slide {
  position: relative; }
  .vehicle-slider .slide .image-wrapper {
    position: relative; }
  .vehicle-slider .slide img {
    max-width: 1920px;
    margin: 0 auto; }
    @media screen and (max-width: 1920px) {
      .vehicle-slider .slide img {
        max-width: 100%; } }
    .vehicle-slider .slide img.mobile {
      display: none; }
    @media screen and (max-width: 768px) {
      .vehicle-slider .slide img {
        padding-bottom: 35px; }
        .vehicle-slider .slide img.mobile {
          display: block; }
        .vehicle-slider .slide img.desktop {
          display: none; } }
  .vehicle-slider .slide .content-mobile {
    display: none; }
  @media screen and (max-width: 768px) {
    .vehicle-slider .slide .content-mobile {
      display: block; }
    .vehicle-slider .slide .content-desktop {
      display: none; } }
  .vehicle-slider .slide h2 {
    font-size: 12.8rem;
    font-weight: 500;
    margin: 0 0 3.7rem; }
    @media screen and (max-width: 1440px) {
      .vehicle-slider .slide h2 {
        font-size: 9rem;
        margin: 0 0 2.7rem; } }
    @media screen and (max-width: 1200px) {
      .vehicle-slider .slide h2 {
        font-size: 6rem; } }
    @media screen and (max-width: 768px) {
      .vehicle-slider .slide h2 {
        font-size: 3.2rem;
        margin: 0 0 1rem; } }
  .vehicle-slider .slide p.overline {
    font-size: 1.6rem;
    margin: 0 0 0.3rem; }
    @media screen and (max-width: 768px) {
      .vehicle-slider .slide p.overline {
        font-size: 1.4rem; } }
  .vehicle-slider .slide .content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
    @media screen and (max-width: 768px) {
      .vehicle-slider .slide .content {
        position: relative; } }
    .vehicle-slider .slide .content .container {
      display: flex;
      justify-content: flex-end;
      height: 100%; }
      @media screen and (max-width: 768px) {
        .vehicle-slider .slide .content .container {
          display: block;
          padding-bottom: 53px; } }
      .vehicle-slider .slide .content .container .content-inner {
        width: calc(50% - 230px);
        padding-top: 95px;
        transition: all 0.2s ease-out; }
        @media screen and (max-width: 1920px) {
          .vehicle-slider .slide .content .container .content-inner {
            padding-top: 75px; } }
        @media screen and (max-width: 1200px) {
          .vehicle-slider .slide .content .container .content-inner {
            width: calc(50% - 115px);
            padding-top: 55px; } }
        @media screen and (max-width: 860px) {
          .vehicle-slider .slide .content .container .content-inner {
            width: calc(50% - 95px); } }
        @media screen and (max-width: 768px) {
          .vehicle-slider .slide .content .container .content-inner {
            width: 100%;
            padding: 21px 0;
            border-top: 1px solid #D9D9D9;
            border-bottom: 1px solid #D9D9D9; } }

.vehicle-image-note.desktop {
  font-size: 1.2rem; }
  @media screen and (max-width: 1200px) {
    .vehicle-image-note.desktop {
      text-align: center;
      width: 100%; } }
  @media screen and (max-width: 768px) {
    .vehicle-image-note.desktop {
      display: none; } }

.vehicle-image-note.mobile {
  display: none;
  position: absolute;
  bottom: 45px;
  left: 0;
  font-size: 1rem;
  text-align: center;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .vehicle-image-note.mobile {
      display: block; } }

.vehicle-specs {
  display: flex;
  flex-direction: column;
  gap: 3rem; }
  @media screen and (max-width: 1600px) {
    .vehicle-specs {
      gap: 2rem; } }
  @media screen and (max-width: 1200px) {
    .vehicle-specs {
      gap: 0rem;
      flex-direction: row;
      flex-wrap: wrap;
      text-align: center; } }

.spec {
  display: flex;
  flex-direction: column;
  gap: 1rem; }
  @media screen and (max-width: 1440px) {
    .spec {
      gap: 0.5rem; } }
  @media screen and (max-width: 1200px) {
    .spec {
      gap: 0.5rem;
      width: 50%;
      padding: 0.9rem 0; } }

.spec__label {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.19em;
  text-transform: uppercase; }
  @media screen and (max-width: 1200px) {
    .spec__label {
      font-size: 1rem; } }

.spec__value {
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1; }
  @media screen and (max-width: 1440px) {
    .spec__value {
      font-size: 3rem; } }
  @media screen and (max-width: 1200px) {
    .spec__value {
      font-size: 2rem; } }

/* About */
.about {
  color: #fff;
  background: url(images/about-bg.jpg) no-repeat;
  background-size: cover; }
  @media screen and (max-width: 768px) {
    .about {
      color: #000000;
      text-align: center;
      padding: 0;
      background: none; } }
  .about .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr); }
    @media screen and (max-width: 768px) {
      .about .container {
        grid-template-columns: 1fr; } }

.about__heading {
  max-width: 580px;
  padding: 0 50px 0 90px; }
  @media screen and (max-width: 768px) {
    .about__heading {
      max-width: 100%;
      padding: 0; } }
  .about__heading h2 {
    color: #fff;
    margin: 0 0 3.1rem; }
    @media screen and (max-width: 1570px) {
      .about__heading h2 {
        max-width: 350px; } }
    @media screen and (max-width: 768px) {
      .about__heading h2 {
        color: #000000;
        text-align: center;
        margin-left: auto;
        margin-right: auto; } }
  .about__heading h3 {
    color: #fff;
    font-size: 4.8rem;
    font-weight: 400; }

.about__content {
  padding-top: 83px; }
  @media screen and (max-width: 768px) {
    .about__content {
      padding-top: 0; } }

.stats {
  display: flex;
  justify-content: center;
  gap: 3rem;
  padding: 4rem 0 0; }
  @media screen and (max-width: 768px) {
    .stats {
      flex-wrap: wrap;
      gap: 3rem;
      background: url(images/about-bg.jpg) no-repeat;
      background-size: cover;
      width: 100vw;
      position: relative;
      left: 50%;
      right: 50%;
      margin-left: -50vw;
      margin-right: -50vw;
      margin-top: 5rem;
      padding: 5rem 0; } }

.stat {
  flex: 0 1 33.333%;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  text-align: center;
  padding: 1.5rem 0; }
  @media screen and (max-width: 768px) {
    .stat {
      gap: 0;
      padding: 0; } }

.stat__value {
  color: #E60020;
  font-size: 4.8rem;
  font-weight: 500; }
  @media screen and (max-width: 768px) {
    .stat__value {
      font-size: 3.6rem; } }

.stat__label {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.19em;
  text-transform: uppercase; }
  @media screen and (max-width: 768px) {
    .stat__label {
      color: #fff;
      font-size: 1.1rem; } }

/* Register Your Interest */
#register-your-interest {
  text-align: center; }
  #register-your-interest h2 {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 1570px) {
      #register-your-interest h2 {
        max-width: 400px; } }

.form {
  max-width: 725px;
  padding: 1.2rem 0 0;
  margin: 0 auto; }
  .form .consent-text {
    font-size: 1.4rem;
    margin-top: -10px; }

/* Forms
-------------------------------------------------------------- */
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: 400;
  line-height: inherit;
  color: #000000;
  margin: 0;
  padding: 0;
  border-radius: 0; }

button, input {
  overflow: visible; }

button {
  color: #fff;
  border: none;
  background: #E60020;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-appearance: none; }

input[type="submit"],
input[type="button"] {
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 0.19em;
  justify-content: center;
  padding: 1.65rem 2.25rem 1.5rem !important;
  margin: 0 !important;
  border: 1px solid transparent;
  background: #E60020;
  text-decoration: none;
  transition: all 0.2s ease-out;
  cursor: pointer;
  -webkit-appearance: none; }
  input[type="submit"]:hover, input[type="submit"]:focus-visible,
  input[type="button"]:hover,
  input[type="button"]:focus-visible {
    color: #fff;
    background: #000000;
    text-decoration: none; }
  @media screen and (max-width: 768px) {
    input[type="submit"],
    input[type="button"] {
      font-size: 1.3rem;
      padding: 1.15rem 1.7rem 1rem !important; } }

input[type="submit"]:hover,
input[type="submit"]:focus {
  color: #000000;
  border-color: #000000;
  background: transparent;
  text-decoration: none; }
  input[type="submit"]:hover:hover, input[type="submit"]:hover:focus-visible,
  input[type="submit"]:focus:hover,
  input[type="submit"]:focus:focus-visible {
    color: #fff;
    background: #000000; }

/* Gravity Forms */
body .gform_wrapper {
  margin: 0; }

body .gform_body {
  padding: 0 0 5px; }

body .gform_wrapper .gform_footer .gform_ajax_spinner {
  display: none !important; }

body .gform_wrapper .validation_message {
  color: #E60020; }

body .gform_confirmation_wrapper {
  text-align: center;
  padding: 50px;
  background: #D9D9D9;
  color: #000000;
  margin-bottom: 20px; }

body .gform_wrapper .gform_fields .gfield {
  position: relative; }

body .gform_wrapper .gform_fields .gf_left_half,
body .gform_wrapper .gform_fields .gf_right_half {
  float: left;
  width: 50%;
  display: inline-block;
  clear: none;
  margin-bottom: 16px; }
  @media screen and (max-width: 641px) {
    body .gform_wrapper .gform_fields .gf_left_half,
    body .gform_wrapper .gform_fields .gf_right_half {
      float: none;
      width: 100%;
      margin-bottom: 0; } }

body .gform_wrapper .top_label div.ginput_container {
  margin-top: 0 !important; }

body .gform_wrapper .top_label label.gfield_label {
  color: #E60020;
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
  position: absolute;
  pointer-events: none;
  left: 20px;
  top: 7px;
  opacity: 1;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all; }
  body .gform_wrapper .top_label label.gfield_label .gfield_required {
    display: none; }

body .gform_wrapper .top_label .js-hide-label:not(.gfield--type-checkbox) label {
  opacity: 0;
  top: 12px; }

body .gform_wrapper .top_label .js-unhighlight-label:not(.gfield--type-checkbox) label {
  color: #b2b0af; }

body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper.gravity-theme textarea {
  color: #000000;
  font-size: 1.6rem;
  font-family: inherit;
  font-weight: 400;
  padding: 16px 20px 14px !important;
  border: 1px solid #000000;
  transition: 0.2s ease all; }
  @media screen and (max-width: 768px) {
    body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
    body .gform_wrapper.gravity-theme textarea {
      font-size: 1.5rem; } }

body input[type=checkbox] {
  margin-top: 8px !important;
  margin-right: 5px;
  vertical-align: top !important; }

@-moz-document url-prefix() {
  body input[type=checkbox] {
    margin-top: 4px !important; }
    @media screen and (max-width: 992px) {
      body input[type=checkbox] {
        margin-top: 4px !important; } } }
body .gform_wrapper.gravity-theme .gfield--type-checkbox {
  padding-top: 20px; }
  body .gform_wrapper.gravity-theme .gfield--type-checkbox legend.gfield_label {
    display: none; }

body .gform_wrapper.gravity-theme .gfield--input-type-checkbox {
  padding: 0; }
  body .gform_wrapper.gravity-theme .gfield--input-type-checkbox label {
    font-size: 1.6rem; }
    @media screen and (max-width: 768px) {
      body .gform_wrapper.gravity-theme .gfield--input-type-checkbox label {
        font-size: 1.5rem; } }
  body .gform_wrapper.gravity-theme .gfield--input-type-checkbox .gfield_description {
    font-size: 1.3rem;
    padding-bottom: 8px; }

body .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
  border: 1px solid #c02b0a !important; }

body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus-visible,
body .gform_wrapper textarea:focus,
body .gform_wrapper textarea:focus-visible {
  outline: none;
  border: 1px solid #E60020;
  box-shadow: none;
  border-radius: 0; }

body .gform_wrapper.gravity-theme .gform_footer,
body .gform_wrapper.gravity-theme .gform_page_footer {
  justify-content: center;
  padding: 0 0 26px;
  margin: 0; }

body .gform_wrapper.gravity-theme .gform_footer input {
  margin-bottom: 0; }

::placeholder {
  color: #b2b0af;
  font-weight: 400;
  opacity: 1; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #b2b0af;
  font-weight: 400;
  opacity: 1; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #b2b0af;
  font-weight: 400;
  opacity: 1; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #b2b0af;
  font-weight: 400;
  opacity: 1; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #b2b0af;
  font-weight: 400;
  opacity: 1; }

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.row-margin-large {
  margin-right: -50px;
  margin-left: -50px; }
  .row-margin-large > .col, .row-margin-large > .col-1, .row-margin-large > .col-10, .row-margin-large > .col-11, .row-margin-large > .col-12, .row-margin-large > .col-2, .row-margin-large > .col-3, .row-margin-large > .col-4, .row-margin-large > .col-5, .row-margin-large > .col-6, .row-margin-large > .col-7, .row-margin-large > .col-8, .row-margin-large > .col-9, .row-margin-large > .col-auto, .row-margin-large > .col-lg, .row-margin-large > .col-lg-1, .row-margin-large > .col-lg-10, .row-margin-large > .col-lg-11, .row-margin-large > .col-lg-12, .row-margin-large > .col-lg-2, .row-margin-large > .col-lg-3, .row-margin-large > .col-lg-4, .row-margin-large > .col-lg-5, .row-margin-large > .col-lg-6, .row-margin-large > .col-lg-7, .row-margin-large > .col-lg-8, .row-margin-large > .col-lg-9, .row-margin-large > .col-lg-auto, .row-margin-large > .col-md, .row-margin-large > .col-md-1, .row-margin-large > .col-md-10, .row-margin-large > .col-md-11, .row-margin-large > .col-md-12, .row-margin-large > .col-md-2, .row-margin-large > .col-md-3, .row-margin-large > .col-md-4, .row-margin-large > .col-md-5, .row-margin-large > .col-md-6, .row-margin-large > .col-md-7, .row-margin-large > .col-md-8, .row-margin-large > .col-md-9, .row-margin-large > .col-md-auto, .row-margin-large > .col-sm, .row-margin-large > .col-sm-1, .row-margin-large > .col-sm-10, .row-margin-large > .col-sm-11, .row-margin-large > .col-sm-12, .row-margin-large > .col-sm-2, .row-margin-large > .col-sm-3, .row-margin-large > .col-sm-4, .row-margin-large > .col-sm-5, .row-margin-large > .col-sm-6, .row-margin-large > .col-sm-7, .row-margin-large > .col-sm-8, .row-margin-large > .col-sm-9, .row-margin-large > .col-sm-auto, .row-margin-large > .col-xl, .row-margin-large > .col-xl-1, .row-margin-large > .col-xl-10, .row-margin-large > .col-xl-11, .row-margin-large > .col-xl-12, .row-margin-large > .col-xl-2, .row-margin-large > .col-xl-3, .row-margin-large > .col-xl-4, .row-margin-large > .col-xl-5, .row-margin-large > .col-xl-6, .row-margin-large > .col-xl-7, .row-margin-large > .col-xl-8, .row-margin-large > .col-xl-9, .row-margin-large > .col-xl-auto {
    padding-right: 50px;
    padding-left: 50px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0; }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -ms-flex-order: 13;
  order: 13; }

.order-0 {
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -ms-flex-order: 12;
  order: 12; }

.offset-1 {
  margin-left: 8.333333%; }

.offset-2 {
  margin-left: 16.666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.333333%; }

.offset-5 {
  margin-left: 41.666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.333333%; }

.offset-8 {
  margin-left: 66.666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.333333%; }

.offset-11 {
  margin-left: 91.666667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-sm-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-sm-last {
    -ms-flex-order: 13;
    order: 13; }

  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0; }

  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.333333%; }

  .offset-sm-2 {
    margin-left: 16.666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.333333%; }

  .offset-sm-5 {
    margin-left: 41.666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.333333%; }

  .offset-sm-8 {
    margin-left: 66.666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.333333%; }

  .offset-sm-11 {
    margin-left: 91.666667%; } }
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-md-last {
    -ms-flex-order: 13;
    order: 13; }

  .order-md-0 {
    -ms-flex-order: 0;
    order: 0; }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-md-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-md-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-md-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-md-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-md-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-md-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-md-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-md-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-md-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-md-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-md-12 {
    -ms-flex-order: 12;
    order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.333333%; }

  .offset-md-2 {
    margin-left: 16.666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.333333%; }

  .offset-md-5 {
    margin-left: 41.666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.333333%; }

  .offset-md-8 {
    margin-left: 66.666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.333333%; }

  .offset-md-11 {
    margin-left: 91.666667%; } }
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-lg-last {
    -ms-flex-order: 13;
    order: 13; }

  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0; }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.333333%; }

  .offset-lg-2 {
    margin-left: 16.666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.333333%; }

  .offset-lg-5 {
    margin-left: 41.666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.333333%; }

  .offset-lg-8 {
    margin-left: 66.666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.333333%; }

  .offset-lg-11 {
    margin-left: 91.666667%; } }
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-xl-last {
    -ms-flex-order: 13;
    order: 13; }

  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0; }

  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.333333%; }

  .offset-xl-2 {
    margin-left: 16.666667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.333333%; }

  .offset-xl-5 {
    margin-left: 41.666667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.333333%; }

  .offset-xl-8 {
    margin-left: 66.666667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.333333%; }

  .offset-xl-11 {
    margin-left: 91.666667%; } }
/* Blocks
-------------------------------------------------------------- */
/* Footer
-------------------------------------------------------------- */
.footer {
  color: #fff;
  text-align: center;
  padding: 95px 0 190px;
  background: #000000 url(images/footer-bg.jpg) no-repeat;
  background-size: cover;
  border-top: 8px solid #E60020; }
  @media screen and (max-width: 1200px) {
    .footer {
      padding: 95px 0 200px; } }
  @media screen and (max-width: 768px) {
    .footer {
      padding: 60px 0 120px;
      border-top: 5px solid #E60020; } }
  .footer .container {
    display: flex;
    flex-direction: column;
    gap: 2.6rem; }

.footer__logo {
  display: block;
  width: 200px;
  margin: 0 auto; }

.footer__copyright p {
  font-size: 1.4rem;
  margin: 0; }

.footer__links {
  padding-top: 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 2rem; }
  @media screen and (max-width: 768px) {
    .footer__links {
      flex-direction: column;
      align-items: center; } }
  .footer__links a {
    display: inline-block;
    color: #fff;
    text-decoration: none; }
    .footer__links a:hover {
      color: #fff; }

/* Popup */
.popup {
  display: none;
  /* Hidden by default */
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  /* Enable scroll if content is tall */
  background-color: rgba(0, 0, 0, 0.5); }
  .popup h3 {
    margin: 4rem 0 2rem; }
  .popup p {
    margin: 0 0 2rem; }
  .popup ul,
  .popup ol {
    margin: 0 0 2rem; }
    .popup ul li,
    .popup ol li {
      margin-bottom: 0.8em; }

/* Popup content box */
.popup__content {
  background-color: #fff;
  margin: 80px auto;
  /* Center vertically */
  padding: 3rem;
  border-radius: 8px;
  width: calc(100% - (3rem * 2));
  max-width: 1140px;
  position: relative;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3); }

/* Close button */
button.popup__close-btn {
  color: #000000;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 4rem;
  font-weight: 300;
  cursor: pointer;
  padding: 0;
  margin: 0;
  background: none; }
  button.popup__close-btn:hover {
    color: #E60020; }
