@charset "UTF-8";
@-webkit-keyframes ajaxRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes ajaxRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.ng-mazda .main,
.ng-mazda .main-header {
  font-size: 40px !important;
  letter-spacing: 4px !important;
  line-height: 40px !important;
  font-family: InterstateRegular !important;
  margin-bottom: initial;
  text-transform: initial;
}
@media screen and (max-width: 768px) {
  .ng-mazda .main,
  .ng-mazda .main-header {
    font-size: 30px !important;
    letter-spacing: 3px !important;
    line-height: 32px !important;
  }
}
.ng-mazda .feature-header {
  font-size: 20px !important;
  letter-spacing: 2px !important;
  line-height: 27px !important;
  font-family: InterstateRegular !important;
  margin-bottom: initial;
  text-transform: initial;
}
.ng-mazda .section-header {
  font-size: 18px !important;
  letter-spacing: 2px !important;
  line-height: 25px !important;
  font-family: InterstateRegular !important;
  margin-bottom: initial;
  text-transform: initial;
}
.ng-mazda .btn-label {
  font-size: 14px !important;
  letter-spacing: 1px !important;
  line-height: 20px !important;
  font-family: InterstateRegular !important;
}
.ng-mazda .body-copy {
  font-size: 16px !important;
  letter-spacing: normal !important;
  line-height: 20px !important;
  font-family: InterstateLight !important;
}
.ng-mazda .body-footer {
  font-size: 10px !important;
  letter-spacing: 2px !important;
  line-height: 18px !important;
  font-family: InterstateRegular !important;
}
.ng-mazda .ng-btn {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 175px;
  width: auto;
  box-sizing: border-box;
  padding: 16px 24px !important;
  border-radius: 4px;
  outline: 0;
  border: none;
  text-decoration: none;
  cursor: pointer;
  font-family: InterstateRegular;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  transition:
    background-color 150ms ease-in-out,
    color 150ms ease-in-out,
    border-color 150ms ease-in-out !important;
}
.ng-mazda .ng-btn:disabled {
  opacity: 0.4;
  pointer-events: none;
}
.ng-mazda .ng-btn.red {
  color: #fff !important;
  background-color: #040b13 !important;
}
.ng-mazda .ng-btn.red:hover {
  background-color: #535b69 !important;
  color: #fff !important;
}
.ng-mazda .ng-btn.red.is-pressed,
.ng-mazda .ng-btn.red:active {
  background-color: #000 !important;
  color: #fff !important;
}
.ng-mazda .ng-link {
  position: relative;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  color: #101010;
}
.ng-mazda .ng-link p {
  display: inline;
  position: relative;
  margin: initial !important;
  margin-left: 12px !important;
}
.ng-mazda .ng-link p:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: #8d7057;
  transition: 0.4s linear;
}
.ng-mazda .ng-link span {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  transition: 0.4s linear;
}
.ng-mazda .ng-link:hover p:before {
  width: 100%;
}
@media (max-width: 1024px) {
  .ng-mazda .ng-link:hover p:before {
    display: none;
  }
}
.ng-mazda .ng-link:hover span {
  color: #8d7057;
} /*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
aside,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
audio,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
b,
strong {
  font-weight: initial !important;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
code {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
select {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled] {
  cursor: default;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
a,
aside,
audio,
b,
center,
code,
del,
div,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
label,
li,
nav,
ol,
p,
s,
section,
span,
strong,
sup,
tr,
u,
ul,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
*,
::after,
::before {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  min-height: 100%;
}
body {
  background-color: #f5f5f5;
  height: 100%;
  overflow-x: hidden;
  position: relative;
}
ol,
ul {
  list-style: none;
}
button {
  padding: 0;
}
@font-face {
  font-family: InterstateBold;
  src: url(/assets/theme/fonts/mazda-type-tt/MazdaTypeTT-Bold.eot);
  src:
    url(/assets/theme/fonts/mazda-type-tt/MazdaTypeTT-Bold.eot?#iefix)
      format("embedded-opentype"),
    url(/assets/theme/fonts/mazda-type-tt/MazdaTypeTT-Bold.woff) format("woff"),
    url(/assets/theme/fonts/mazda-type-tt/MazdaTypeTT-Bold.ttf)
      format("truetype"),
    url(/assets/theme/fonts/mazda-type-tt/MazdaTypeTT-Bold.svg#InterstateMazdaBold)
      format("svg");
  font-weight: 700;
  font-style: bold;
}
@font-face {
  font-family: InterstateItalic;
  src: url(/assets/theme/fonts/mazda-type-tt/MazdaTypeTT-Italic.eot);
  src:
    url(/assets/theme/fonts/mazda-type-tt/MazdaTypeTT-Italic.eot?#iefix)
      format("embedded-opentype"),
    url(/assets/theme/fonts/mazda-type-tt/MazdaTypeTT-Italic.woff)
      format("woff"),
    url(/assets/theme/fonts/mazda-type-tt/MazdaTypeTT-Italic.ttf)
      format("truetype"),
    url(/assets/theme/fonts/mazda-type-tt/MazdaTypeTT-Italic.svg#InterstateMazdaItalic)
      format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: InterstateRegular;
  src: url(/assets/theme/fonts/mazda-type-tt/MazdaTypeTT-Medium.eot);
  src:
    url(/assets/theme/fonts/mazda-type-tt/MazdaTypeTT-Medium.eot?#iefix)
      format("embedded-opentype"),
    url(/assets/theme/fonts/mazda-type-tt/MazdaTypeTT-Medium.woff)
      format("woff"),
    url(/assets/theme/fonts/mazda-type-tt/MazdaTypeTT-Medium.ttf)
      format("truetype"),
    url(/assets/theme/fonts/mazda-type-tt/MazdaTypeTT-Medium.svg#InterstateMazdaRegular)
      format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: InterstateLight;
  src: url(/assets/theme/fonts/mazda-type-tt/MazdaTypeTT-Regular.eot);
  src:
    url(/assets/theme/fonts/mazda-type-tt/MazdaTypeTT-Regular.eot?#iefix)
      format("embedded-opentype"),
    url(/assets/theme/fonts/mazda-type-tt/MazdaTypeTT-Regular.woff)
      format("woff"),
    url(/assets/theme/fonts/mazda-type-tt/MazdaTypeTT-Regular.ttf)
      format("truetype"),
    url(/assets/theme/fonts/mazda-type-tt/MazdaTypeTT-Regular.svg#InterstateMazdaLight)
      format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: InterstateLightItalic;
  src: url(/assets/theme/fonts/mazda-type-tt/iMazdaTypeTT-Italic.eot);
  src:
    url(/assets/theme/fonts/mazda-type-tt/iMazdaTypeTT-Italic.eot?#iefix)
      format("embedded-opentype"),
    url(/assets/theme/fonts/mazda-type-tt/iMazdaTypeTT-Italic.woff)
      format("woff"),
    url(/assets/theme/fonts/mazda-type-tt/iMazdaTypeTT-Italic.ttf)
      format("truetype"),
    url(/assets/theme/fonts/mazda-type-tt/iMazdaTypeTT-Italic.svg#InterstateMazdaLightItalic)
      format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: MazdaBold;
  src: url(/assets/theme/fonts/mazda-brand/mazda-bold.eot);
  src:
    url(/assets/theme/fonts/mazda-brand/mazda-bold.eot?#iefix)
      format("embedded-opentype"),
    url(/assets/theme/fonts/mazda-brand/mazda-bold.ttf) format("truetype"),
    url(/assets/theme/fonts/mazda-brand/mazda-bold.svg#MazdaBold) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: MazdaRegular;
  src: url(/assets/theme/fonts/mazda-brand/mazda-regular.eot);
  src:
    url(/assets/theme/fonts/mazda-brand/mazda-regular.eot?#iefix)
      format("embedded-opentype"),
    url(/assets/theme/fonts/mazda-brand/mazda-regular.ttf) format("truetype"),
    url(/assets/theme/fonts/mazda-brand/mazda-regular.svg#MazdaBold)
      format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: TheanoOldStyle;
  src: url(/assets/theme/fonts/theano-regular/theanooldstyle-regular-webfont.eot)
    format("eot");
  src:
    url(/assets/theme/fonts/theano-regular/theanooldstyle-regular-webfont.eot?#iefix)
      format("embedded-opentype"),
    url(/assets/theme/fonts/theano-regular/theanooldstyle-regular-webfont.ttf)
      format("ttf"),
    url(/assets/theme/fonts/theano-regular/theanooldstyle-regular-webfont.woff)
      format("woff"),
    url(/assets/theme/fonts/theano-regular/theanooldstyle-regular-webfont.woff2)
      format("woff2"),
    url(/assets/theme/fonts/theano-regular/theanooldstyle-regular-webfont.svg)
      format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: mazda-icons;
  src: url(/assets/theme/fonts/mazda-new-icons/mazda-icons.eot?n8yhhy);
  src:
    url(/assets/theme/fonts/mazda-new-icons/mazda-icons.eot?n8yhhy#iefix)
      format("embedded-opentype"),
    url(/assets/theme/fonts/mazda-new-icons/mazda-icons.ttf?n8yhhy)
      format("truetype"),
    url(/assets/theme/fonts/mazda-new-icons/mazda-icons.woff?n8yhhy)
      format("woff"),
    url(/assets/theme/fonts/mazda-new-icons/mazda-icons.svg?n8yhhy#mazda-icons)
      format("svg");
  font-weight: 400;
  font-style: normal;
}
body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: InterstateLight, helvetica, arial, sans-serif;
  line-height: 1.75;
  color: #101010;
  -webkit-font-smoothing: antialiased;
}
p {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0 28px;
  line-height: 1.75;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: InterstateRegular;
  letter-spacing: 0.35px;
  text-transform: uppercase;
  font-weight: inherit;
}
.light h1,
.light h2,
.light h3,
.light h4,
.light h5,
.light h6 {
  color: #000;
}
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6 {
  color: #101010;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0.2em;
  line-height: 1.3;
}
h1 {
  font-size: 32px;
  font-size: 3.2rem;
  margin-bottom: 12px;
  margin-bottom: 1.2rem;
  line-height: 36px;
  line-height: 3.6rem;
}
h2 {
  font-size: 23px;
  font-size: 2.3rem;
  margin-bottom: 12px;
  margin-bottom: 1.2rem;
  line-height: 26px;
  line-height: 2.6rem;
}
h3 {
  font-size: 21px;
  font-size: 2.1rem;
  margin-bottom: 12px;
  margin-bottom: 1.2rem;
  line-height: 24px;
  line-height: 2.4rem;
}
h4 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 12px;
  margin-bottom: 1.2rem;
  line-height: 21px;
  line-height: 2.1rem;
}
h5 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 12px;
  margin-bottom: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
}
h6 {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 12px;
  margin-bottom: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
}
h1.title,
h2.title {
  padding-bottom: 12px;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #101010;
  border-bottom: 0.1rem solid #101010;
}
h2.title {
  margin-top: 10px;
  margin-top: 1rem;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  padding-bottom: 10px;
  padding-bottom: 1rem;
}
h3.title {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 7px;
  margin-bottom: 0.7rem;
  line-height: 18px;
  line-height: 1.8rem;
}
.main-header {
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.2em;
  font-family: InterstateRegular, helvetica, arial, sans-serif;
  text-transform: uppercase;
  line-height: 37px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .main-header {
    font-size: 40px;
    font-size: 4rem;
    line-height: 47px;
  }
}
@media screen and (min-width: 960px) {
  .main-header {
    font-size: 50px;
    font-size: 5rem;
    line-height: 57px;
  }
}
.main-header > h1,
.main-header > h2,
.main-header > h3,
.main-header > h4,
.main-header > h5,
.main-header > h6,
.main-header > p {
  font-size: 30px;
  font-size: 3rem;
  line-height: 37px;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .main-header > h1,
  .main-header > h2,
  .main-header > h3,
  .main-header > h4,
  .main-header > h5,
  .main-header > h6,
  .main-header > p {
    font-size: 40px;
    font-size: 4rem;
    line-height: 47px;
  }
}
@media screen and (min-width: 960px) {
  .main-header > h1,
  .main-header > h2,
  .main-header > h3,
  .main-header > h4,
  .main-header > h5,
  .main-header > h6,
  .main-header > p {
    font-size: 50px;
    font-size: 5rem;
    line-height: 57px;
  }
}
.feature-header {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.2em;
  font-family: InterstateRegular, helvetica, arial, sans-serif;
  text-transform: uppercase;
  line-height: 27px;
  margin-bottom: 30px;
}
.feature-header > h1,
.feature-header > h2,
.feature-header > h3,
.feature-header > h4,
.feature-header > h5,
.feature-header > h6,
.feature-header > p {
  font-size: 20px;
  font-size: 2rem;
  line-height: 27px;
}
.section-header {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  font-family: InterstateRegular, helvetica, arial, sans-serif;
  text-transform: uppercase;
  line-height: 25px;
  margin-bottom: 28px;
}
.section-header > h1,
.section-header > h2,
.section-header > h3,
.section-header > h4,
.section-header > h5,
.section-header > h6,
.section-header > p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 25px;
}
.tout-header {
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  font-family: InterstateRegular, helvetica, arial, sans-serif;
  text-transform: uppercase;
  line-height: 20px;
  margin-bottom: 0;
}
.tout-header > h1,
.tout-header > h2,
.tout-header > h3,
.tout-header > h4,
.tout-header > h5,
.tout-header > h6,
.tout-header > p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
}
.button-label {
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  font-family: InterstateRegular, helvetica, arial, sans-serif;
  text-transform: uppercase;
  line-height: 20px;
  margin-bottom: 0;
}
.button-label > h1,
.button-label > h2,
.button-label > h3,
.button-label > h4,
.button-label > h5,
.button-label > h6,
.button-label > p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
}
.form-category-header {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  font-family: InterstateRegular, helvetica, arial, sans-serif;
  text-transform: uppercase;
  line-height: 25px;
  color: #101010;
  margin-bottom: 40px;
  margin-top: 60px;
}
.form-category-header > h1,
.form-category-header > h2,
.form-category-header > h3,
.form-category-header > h4,
.form-category-header > h5,
.form-category-header > h6,
.form-category-header > p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 25px;
  color: #101010;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    font-size: 4rem;
    margin-bottom: 12px;
    margin-bottom: 1.2rem;
    line-height: 44px;
    line-height: 4.4rem;
  }
  h2 {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 10px;
    margin-bottom: 1rem;
    line-height: 32px;
    line-height: 3.2rem;
  }
  h3 {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 8px;
    margin-bottom: 0.8rem;
    line-height: 30px;
    line-height: 3rem;
  }
  h4 {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 8px;
    margin-bottom: 0.8rem;
    line-height: 26px;
    line-height: 2.6rem;
  }
  h5 {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 8px;
    margin-bottom: 0.8rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
  h6 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 8px;
    margin-bottom: 0.8rem;
    line-height: 22px;
    line-height: 2.2rem;
  }
  h3.title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 8px;
    margin-bottom: 0.8rem;
    line-height: 22px;
    line-height: 2.2rem;
  }
}
a {
  text-decoration: none;
  color: #101010;
}
a:active,
a:hover {
  color: #101010;
}
sup {
  position: relative;
  font-size: 75%;
}
sup {
  top: -0.5em;
  left: 2px;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
@font-face {
  font-family: standard-icon-font;
  src:
    url(/assets/theme/icons/font-icon/standard-icon-font.eot?da4be1179bf27b9d49e555cce525f57c?#iefix)
      format("embedded-opentype"),
    url(/assets/theme/icons/font-icon/standard-icon-font.woff?da4be1179bf27b9d49e555cce525f57c)
      format("woff"),
    url(/assets/theme/icons/font-icon/standard-icon-font.ttf?da4be1179bf27b9d49e555cce525f57c)
      format("truetype"),
    url(/assets/theme/icons/font-icon/standard-icon-font.svg?da4be1179bf27b9d49e555cce525f57c#standard-icon-font)
      format("svg");
}
.icon-360:before,
.icon-calculator:before,
.icon-check:before,
.icon-close:before,
.icon-expand:before,
.icon-full-gallery:before,
.icon-gallery-1:before,
.icon-gallery-3:before,
.icon-gallery-close:before,
.icon-gallery-left:before,
.icon-gallery-right:before,
.icon-left-arrow:before,
.icon-link:before,
.icon-right-arrow:before,
.icon-share:before,
.icon-trims-audio:before,
.icon-trims-skyactiv:before,
.icon-view:before {
  font-family: standard-icon-font;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-360:before {
  content: "\f101";
}
.icon-calculator:before {
  content: "\f104";
}
.icon-check:before {
  content: "\f106";
}
.icon-close:before {
  content: "\f108";
}
.icon-expand:before {
  content: "\f10f";
}
.icon-full-gallery:before {
  content: "\f117";
}
.icon-gallery-1:before {
  content: "\f118";
}
.icon-gallery-3:before {
  content: "\f119";
}
.icon-gallery-close:before {
  content: "\f11a";
}
.icon-gallery-left:before {
  content: "\f11b";
}
.icon-gallery-right:before {
  content: "\f11c";
}
.icon-left-arrow:before {
  content: "\f122";
}
.icon-link:before {
  content: "\f123";
}
.icon-right-arrow:before {
  content: "\f134";
}
.icon-share:before {
  content: "\f136";
}
.icon-trims-audio:before {
  content: "\f138";
}
.icon-trims-skyactiv:before {
  content: "\f13c";
}
.icon-view:before {
  content: "\f144";
}
[class*=" mazda-icon-"],
[class^="mazda-icon-"] {
  font-family: mazda-icons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mazda-icon-360:before {
  content: "\e901";
}
.mazda-icon-compara:before {
  content: "\e900";
}
.mazda-icon-configura:before {
  content: "\e90b";
}
.mazda-icon-cotiza:before {
  content: "\e90c";
}
.mazda-icon-arrow-bottom:before {
  content: "\e90f";
}
.mazda-icon-arrow-top:before {
  content: "\e910";
}
.mazda-icon-arrow-right:before {
  content: "\e911";
}
.mazda-icon-arrow-left:before {
  content: "\e912";
}
.mazda-icon-scroll-to-bottom:before {
  content: "\e91b";
}
.mazda-icon-scroll-to-top:before {
  content: "\e91c";
}
.mazda-icon-mazda-mx-check:before {
  content: "\e923";
}
.mazda-icon-mazda-mx-close:before {
  content: "\e924";
}
@font-face {
  font-family: mazda-general-icons;
  src: url(/assets/theme/fonts/mazda-general-icons/mazda-general-icons.eot?b7bgws);
  src:
    url(/assets/theme/fonts/mazda-general-icons/mazda-general-icons.eot?b7bgws#iefix)
      format("embedded-opentype"),
    url(/assets/theme/fonts/mazda-general-icons/mazda-general-icons.ttf?b7bgws)
      format("truetype"),
    url(/assets/theme/fonts/mazda-general-icons/mazda-general-icons.woff?b7bgws)
      format("woff"),
    url(/assets/theme/fonts/mazda-general-icons/mazda-general-icons.svg?b7bgws#mazda-general-icons)
      format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: mazda-mx-icons-2023;
  src: url(/assets/theme/fonts/mazda-mx-icons-2023/mazda-mx-icons-2023.eot?xo69m6);
  src:
    url(/assets/theme/fonts/mazda-mx-icons-2023/mazda-mx-icons-2023.eot?xo69m6#iefix)
      format("embedded-opentype"),
    url(/assets/theme/fonts/mazda-mx-icons-2023/mazda-mx-icons-2023.ttf?xo69m6)
      format("truetype"),
    url(/assets/theme/fonts/mazda-mx-icons-2023/mazda-mx-icons-2023.woff?xo69m6)
      format("woff"),
    url(/assets/theme/fonts/mazda-mx-icons-2023/mazda-mx-icons-2023.svg?xo69m6#mazda-mx-icons-2023)
      format("svg");
  font-weight: 400;
  font-style: normal;
}
[class*=" icon-mazda-"],
[class*=" icon-mazda-"]:before,
[class^="icon-mazda-"],
[class^="icon-mazda-"]:before {
  font-family: mazda-general-icons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-mazda-mx-360:before {
  content: "\e900" !important;
}
.icon-mazda-mx-arrow-left:before {
  content: "\e905" !important;
}
.icon-mazda-mx-arrow-right:before {
  content: "\e906" !important;
}
.icon-mazda-mx-car:before {
  content: "\e90e" !important;
}
.icon-mazda-mx-check:before {
  content: "\e910" !important;
}
.icon-mazda-mx-circle:before {
  content: "\e911" !important;
}
.icon-mazda-mx-close:before {
  content: "\e912" !important;
}
.icon-mazda-mx-copy:before {
  content: "\e913" !important;
}
.icon-mazda-mx-expand:before {
  content: "\e920" !important;
}
.icon-mazda-mx-filter:before {
  content: "\e922" !important;
}
.icon-mazda-mx-full-screen:before {
  content: "\e924" !important;
}
.icon-mazda-mx-jpg:before {
  content: "\e92b" !important;
}
.icon-mazda-mx-link:before {
  content: "\e92f" !important;
}
.icon-mazda-mx-next:before {
  content: "\e937" !important;
}
.icon-mazda-mx-share:before {
  content: "\e94f" !important;
}
.icon-mazda-mx-view:before {
  content: "\e95e" !important;
}
.icon-mazda-mx-web:before {
  content: "\e963" !important;
}
.icon-mazda-mx-360-v2:before {
  content: "\e902";
  font-family: mazda-mx-icons-2023 !important;
}
.icon-mazda-mx-calculator:before {
  content: "\e90e";
  font-family: mazda-mx-icons-2023 !important;
}
.cta {
  display: inline-block;
  line-height: normal;
  border-radius: 3px;
  min-width: 170px;
  text-align: center;
  white-space: nowrap;
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-family: InterstateRegular !important;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
}
.cta--wrapper {
  transition:
    all 0.3s,
    visibility 0s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  padding: 15px 18px;
}
@media screen and (max-width: 767px) {
  .cta {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cta-1 {
  background-color: #000;
}
.cta-1 .cta-state-0 {
  position: relative;
  z-index: 1;
  color: transparent;
  white-space: nowrap;
}
.cta-1 .cta-state-1 {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  transition:
    all 0.3s,
    visibility 0s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  opacity: 1;
  white-space: nowrap;
}
.cta-1 .cta-state-2 {
  position: absolute;
  left: 0;
  color: transparent;
  transition:
    all 0.3s,
    visibility 0s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  top: -15px;
  opacity: 0;
  white-space: nowrap;
}
@media only screen and (min-width: 1025px) {
  .cta-1:hover {
    background-color: #910a2d;
    transition:
      all 0.3s,
      visibility 0s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  }
  .cta-1:hover .cta-state-1 {
    top: 15px;
    transition:
      all 0.3s,
      visibility 0s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    opacity: 0;
  }
  .cta-1:hover .cta-state-2 {
    top: 0;
    color: #fff;
    transition:
      all 0.3s,
      visibility 0s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    opacity: 1;
  }
}
.cta-2 {
  background-color: transparent;
  color: #000;
}
.cta-2 .cta--wrapper {
  padding: 13px 16px;
  border: 2px solid #000;
  border-radius: 3px;
}
@media only screen and (min-width: 1025px) {
  .cta-2 .cta--wrapper:hover {
    border: 2px solid transparent;
  }
}
.cta-2 .cta-state-0 {
  position: relative;
  z-index: 1;
  color: transparent;
}
.cta-2 .cta-state-1 {
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
  transition:
    all 0.3s,
    visibility 0s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  opacity: 1;
}
.cta-2 .cta-state-2 {
  position: absolute;
  left: 0;
  color: transparent;
  transition:
    all 0.3s,
    visibility 0s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  top: -15px;
  opacity: 0;
}
@media only screen and (min-width: 1025px) {
  .cta-2:hover {
    background-color: #910a2d;
  }
  .cta-2:hover .cta--wrapper {
    border: 2px solid #910a2d;
  }
  .cta-2:hover .cta-state-1 {
    top: 15px;
    transition:
      all 0.3s,
      visibility 0s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    opacity: 0;
  }
  .cta-2:hover .cta-state-2 {
    top: 0;
    color: #fff;
    transition:
      all 0.3s,
      visibility 0s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    opacity: 1;
  }
}
.cta-3.cta {
  min-width: 0;
}
.cta-3 .cta--wrapper {
  padding: 0;
}
.cta-3 .cta-state-0 {
  transition:
    all 0.3s,
    visibility 0s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  padding-bottom: 1px;
  border-bottom: 2px solid #101010;
  color: #101010;
}
@media only screen and (min-width: 1025px) {
  .cta-3:hover .cta-state-0 {
    transition:
      all 0.3s,
      visibility 0s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    padding-bottom: 1px;
    border-bottom: 2px solid #8d7057;
    color: #000;
  }
}
.cta-4 {
  background-color: #910a2d;
  color: #fff;
}
.cta-4 .cta-state-0 {
  color: transparent;
  position: relative;
  z-index: 1;
}
.cta-4 .cta-state-1 {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  transition:
    all 0.3s,
    visibility 0s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  opacity: 1;
}
.cta-4 .cta-state-2 {
  position: absolute;
  left: 0;
  color: transparent;
  transition:
    all 0.3s,
    visibility 0s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  top: -15px;
  opacity: 0;
}
@media only screen and (min-width: 1025px) {
  .cta-4:hover {
    background-color: #000;
    color: #fff;
  }
  .cta-4:hover .cta-state-1 {
    top: 15px;
    transition:
      all 0.3s,
      visibility 0s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    opacity: 0;
  }
  .cta-4:hover .cta-state-2 {
    top: 0;
    color: #fff;
    transition:
      all 0.3s,
      visibility 0s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    opacity: 1;
  }
}
.cta-5 {
  background-color: transparent;
  color: #fff;
}
.cta-5 .cta--wrapper {
  padding: 13px 16px;
  border: 2px solid #fff;
  border-radius: 3px;
}
@media only screen and (min-width: 1025px) {
  .cta-5 .cta--wrapper:hover {
    border: 2px solid transparent;
  }
}
.cta-5 .cta-state-0 {
  color: transparent;
  position: relative;
  z-index: 1;
}
.cta-5 .cta-state-1 {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  transition:
    all 0.3s,
    visibility 0s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  opacity: 1;
}
.cta-5 .cta-state-2 {
  position: absolute;
  left: 0;
  color: transparent;
  transition:
    all 0.3s,
    visibility 0s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  top: -15px;
  opacity: 0;
}
@media only screen and (min-width: 1025px) {
  .cta-5:hover {
    background-color: #910a2d;
  }
  .cta-5:hover .cta--wrapper {
    border: 2px solid #910a2d;
  }
  .cta-5:hover .cta-state-1 {
    top: 15px;
    transition:
      all 0.3s,
      visibility 0s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    opacity: 0;
  }
  .cta-5:hover .cta-state-2 {
    top: 0;
    color: #fff;
    transition:
      all 0.3s,
      visibility 0s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    opacity: 1;
  }
}
.cta-6 .cta {
  color: #000;
}
.cta-6 .cta--wrapper {
  border-radius: 3px;
  background-color: #fff;
}
.cta-6 .cta-state-0 {
  color: transparent;
  position: relative;
  z-index: 1;
}
.cta-6 .cta-state-1 {
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
  transition:
    all 0.3s,
    visibility 0s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  opacity: 1;
}
.cta-6 .cta-state-2 {
  position: absolute;
  left: 0;
  color: transparent;
  transition:
    all 0.3s,
    visibility 0s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  top: -15px;
  opacity: 0;
}
@media only screen and (min-width: 1025px) {
  .cta-6:hover {
    color: #fff;
  }
  .cta-6:hover .cta--wrapper {
    background-color: #910a2d;
  }
  .cta-6:hover .cta-state-1 {
    top: 15px;
    transition:
      all 0.3s,
      visibility 0s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    opacity: 0;
  }
  .cta-6:hover .cta-state-2 {
    top: 0;
    color: #fff;
    transition:
      all 0.3s,
      visibility 0s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    opacity: 1;
  }
}
.cta-icon-check {
  display: inline-block;
  line-height: normal;
  border-radius: 3px;
  min-width: 170px;
  text-align: center;
  white-space: nowrap;
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-family: InterstateRegular !important;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  color: #999;
  transition:
    all 0s,
    visibility 0s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  min-width: 0;
  position: relative;
  white-space: normal;
}
.cta-icon-check::before {
  color: #999;
  font-size: 20px;
  font-size: 2rem;
  left: 0;
  padding-right: 7px;
  position: relative;
  top: 5px;
  transition:
    all 0s,
    visibility 0s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
@media only screen and (min-width: 1025px) {
  .cta-icon-check:hover {
    color: #000;
    transition:
      all 0s,
      visibility 0s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  }
  .cta-icon-check:hover::before {
    color: #8d7057;
    transition:
      all 0s,
      visibility 0s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  }
}
.cta-icon-check:before {
  content: "\e910";
  font-family: mazda-general-icons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cta-icon-close {
  display: inline-block;
  line-height: normal;
  border-radius: 3px;
  min-width: 170px;
  text-align: center;
  white-space: nowrap;
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-family: InterstateRegular !important;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  color: #999;
  transition:
    all 0s,
    visibility 0s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  min-width: 0;
  position: relative;
  white-space: normal;
}
.cta-icon-close::before {
  color: #999;
  font-size: 20px;
  font-size: 2rem;
  left: 0;
  padding-right: 7px;
  position: relative;
  top: 5px;
  transition:
    all 0s,
    visibility 0s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
@media only screen and (min-width: 1025px) {
  .cta-icon-close:hover {
    color: #000;
    transition:
      all 0s,
      visibility 0s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  }
  .cta-icon-close:hover::before {
    color: #8d7057;
    transition:
      all 0s,
      visibility 0s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  }
}
.cta-icon-close:before {
  content: "\e912";
  font-family: mazda-general-icons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cta-icon-expand {
  display: inline-block;
  line-height: normal;
  border-radius: 3px;
  min-width: 170px;
  text-align: center;
  white-space: nowrap;
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-family: InterstateRegular !important;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  color: #999;
  transition:
    all 0s,
    visibility 0s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  min-width: 0;
  position: relative;
  white-space: normal;
}
.cta-icon-expand::before {
  color: #999;
  font-size: 20px;
  font-size: 2rem;
  left: 0;
  padding-right: 7px;
  position: relative;
  top: 5px;
  transition:
    all 0s,
    visibility 0s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
@media only screen and (min-width: 1025px) {
  .cta-icon-expand:hover {
    color: #000;
    transition:
      all 0s,
      visibility 0s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  }
  .cta-icon-expand:hover::before {
    color: #8d7057;
    transition:
      all 0s,
      visibility 0s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  }
}
.cta-icon-expand:before {
  content: "\f10f";
  font-family: standard-icon-font;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cta-icon-full-gallery {
  display: inline-block;
  line-height: normal;
  border-radius: 3px;
  min-width: 170px;
  text-align: center;
  white-space: nowrap;
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-family: InterstateRegular !important;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  color: #999;
  transition:
    all 0s,
    visibility 0s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  min-width: 0;
  position: relative;
  white-space: normal;
}
.cta-icon-full-gallery::before {
  color: #999;
  font-size: 20px;
  font-size: 2rem;
  left: 0;
  padding-right: 7px;
  position: relative;
  top: 5px;
  transition:
    all 0s,
    visibility 0s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
@media only screen and (min-width: 1025px) {
  .cta-icon-full-gallery:hover {
    color: #000;
    transition:
      all 0s,
      visibility 0s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  }
  .cta-icon-full-gallery:hover::before {
    color: #8d7057;
    transition:
      all 0s,
      visibility 0s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  }
}
.cta-icon-full-gallery:before {
  content: "\f117";
  font-family: standard-icon-font;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cta-icon-gallery-1 {
  display: inline-block;
  line-height: normal;
  border-radius: 3px;
  min-width: 170px;
  text-align: center;
  white-space: nowrap;
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-family: InterstateRegular !important;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  color: #999;
  transition:
    all 0s,
    visibility 0s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  min-width: 0;
  position: relative;
  white-space: normal;
}
.cta-icon-gallery-1::before {
  color: #999;
  font-size: 20px;
  font-size: 2rem;
  left: 0;
  padding-right: 7px;
  position: relative;
  top: 5px;
  transition:
    all 0s,
    visibility 0s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
@media only screen and (min-width: 1025px) {
  .cta-icon-gallery-1:hover {
    color: #000;
    transition:
      all 0s,
      visibility 0s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  }
  .cta-icon-gallery-1:hover::before {
    color: #8d7057;
    transition:
      all 0s,
      visibility 0s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  }
}
.cta-icon-gallery-1:before {
  content: "\f118";
  font-family: standard-icon-font;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cta-icon-gallery-3 {
  display: inline-block;
  line-height: normal;
  border-radius: 3px;
  min-width: 170px;
  text-align: center;
  white-space: nowrap;
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-family: InterstateRegular !important;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  color: #999;
  transition:
    all 0s,
    visibility 0s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  min-width: 0;
  position: relative;
  white-space: normal;
}
.cta-icon-gallery-3::before {
  color: #999;
  font-size: 20px;
  font-size: 2rem;
  left: 0;
  padding-right: 7px;
  position: relative;
  top: 5px;
  transition:
    all 0s,
    visibility 0s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
@media only screen and (min-width: 1025px) {
  .cta-icon-gallery-3:hover {
    color: #000;
    transition:
      all 0s,
      visibility 0s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  }
  .cta-icon-gallery-3:hover::before {
    color: #8d7057;
    transition:
      all 0s,
      visibility 0s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  }
}
.cta-icon-gallery-3:before {
  content: "\f119";
  font-family: standard-icon-font;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cta-icon-gallery-close {
  display: inline-block;
  line-height: normal;
  border-radius: 3px;
  min-width: 170px;
  text-align: center;
  white-space: nowrap;
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-family: InterstateRegular !important;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  color: #999;
  transition:
    all 0s,
    visibility 0s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  min-width: 0;
  position: relative;
  white-space: normal;
}
.cta-icon-gallery-close::before {
  color: #999;
  font-size: 20px;
  font-size: 2rem;
  left: 0;
  padding-right: 7px;
  position: relative;
  top: 5px;
  transition:
    all 0s,
    visibility 0s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
@media only screen and (min-width: 1025px) {
  .cta-icon-gallery-close:hover {
    color: #000;
    transition:
      all 0s,
      visibility 0s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  }
  .cta-icon-gallery-close:hover::before {
    color: #8d7057;
    transition:
      all 0s,
      visibility 0s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  }
}
.cta-icon-gallery-close:before {
  content: "\e912";
  font-family: mazda-general-icons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cta-icon-gallery-left {
  display: inline-block;
  line-height: normal;
  border-radius: 3px;
  min-width: 170px;
  text-align: center;
  white-space: nowrap;
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-family: InterstateRegular !important;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  color: #999;
  transition:
    all 0s,
    visibility 0s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  min-width: 0;
  position: relative;
  white-space: normal;
}
.cta-icon-gallery-left::before {
  color: #999;
  font-size: 20px;
  font-size: 2rem;
  left: 0;
  padding-right: 7px;
  position: relative;
  top: 5px;
  transition:
    all 0s,
    visibility 0s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
@media only screen and (min-width: 1025px) {
  .cta-icon-gallery-left:hover {
    color: #000;
    transition:
      all 0s,
      visibility 0s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  }
  .cta-icon-gallery-left:hover::before {
    color: #8d7057;
    transition:
      all 0s,
      visibility 0s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  }
}
.cta-icon-gallery-left:before {
  content: "\f11b";
  font-family: standard-icon-font;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cta-icon-gallery-right {
  display: inline-block;
  line-height: normal;
  border-radius: 3px;
  min-width: 170px;
  text-align: center;
  white-space: nowrap;
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-family: InterstateRegular !important;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  color: #999;
  transition:
    all 0s,
    visibility 0s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  min-width: 0;
  position: relative;
  white-space: normal;
}
.cta-icon-gallery-right::before {
  color: #999;
  font-size: 20px;
  font-size: 2rem;
  left: 0;
  padding-right: 7px;
  position: relative;
  top: 5px;
  transition:
    all 0s,
    visibility 0s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
@media only screen and (min-width: 1025px) {
  .cta-icon-gallery-right:hover {
    color: #000;
    transition:
      all 0s,
      visibility 0s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  }
  .cta-icon-gallery-right:hover::before {
    color: #8d7057;
    transition:
      all 0s,
      visibility 0s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  }
}
.cta-icon-gallery-right:before {
  content: "\f11c";
  font-family: standard-icon-font;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cta-icon-left-arrow {
  display: inline-block;
  line-height: normal;
  border-radius: 3px;
  min-width: 170px;
  text-align: center;
  white-space: nowrap;
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-family: InterstateRegular !important;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  color: #999;
  transition:
    all 0s,
    visibility 0s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  min-width: 0;
  position: relative;
  white-space: normal;
}
.cta-icon-left-arrow::before {
  color: #999;
  font-size: 20px;
  font-size: 2rem;
  left: 0;
  padding-right: 7px;
  position: relative;
  top: 5px;
  transition:
    all 0s,
    visibility 0s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
@media only screen and (min-width: 1025px) {
  .cta-icon-left-arrow:hover {
    color: #000;
    transition:
      all 0s,
      visibility 0s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  }
  .cta-icon-left-arrow:hover::before {
    color: #8d7057;
    transition:
      all 0s,
      visibility 0s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  }
}
.cta-icon-left-arrow:before {
  content: "\f122";
  font-family: standard-icon-font;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cta-icon-link {
  display: inline-block;
  line-height: normal;
  border-radius: 3px;
  min-width: 170px;
  text-align: center;
  white-space: nowrap;
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-family: InterstateRegular !important;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  color: #999;
  transition:
    all 0s,
    visibility 0s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  min-width: 0;
  position: relative;
  white-space: normal;
  font-size: 14px !important;
  font-family: InterstateRegular !important;
  line-height: 20px !important;
  letter-spacing: 1px !important;
  color: #101010;
  position: relative;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
}
.cta-icon-link::before {
  color: #999;
  font-size: 20px;
  font-size: 2rem;
  left: 0;
  padding-right: 7px;
  position: relative;
  top: 5px;
  transition:
    all 0s,
    visibility 0s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
@media only screen and (min-width: 1025px) {
  .cta-icon-link:hover {
    color: #000;
    transition:
      all 0s,
      visibility 0s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  }
  .cta-icon-link:hover::before {
    color: #8d7057;
    transition:
      all 0s,
      visibility 0s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  }
}
.cta-icon-link:before {
  content: "\f123";
  font-family: standard-icon-font;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cta-icon-link:before {
  margin-right: 10px;
  font-size: 18px;
  color: #101010;
  transition: 0.4s linear;
  padding: 0 !important;
  left: 0;
  top: 0;
}
.cta-icon-link:after {
  content: "";
  width: 0;
  height: 2px;
  background: #8d7057;
  position: absolute;
  bottom: 0;
  left: 24px;
  transition: 0.4s linear;
}
.cta-icon-link:hover {
  color: #101010;
}
.cta-icon-link:hover:after {
  width: calc(100% - 24px);
}
.cta-icon-link:hover:before {
  color: #8d7057;
}
.cta-icon-right-arrow {
  display: inline-block;
  line-height: normal;
  border-radius: 3px;
  min-width: 170px;
  text-align: center;
  white-space: nowrap;
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-family: InterstateRegular !important;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  color: #999;
  transition:
    all 0s,
    visibility 0s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  min-width: 0;
  position: relative;
  white-space: normal;
}
.cta-icon-right-arrow::before {
  color: #999;
  font-size: 20px;
  font-size: 2rem;
  left: 0;
  padding-right: 7px;
  position: relative;
  top: 5px;
  transition:
    all 0s,
    visibility 0s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
@media only screen and (min-width: 1025px) {
  .cta-icon-right-arrow:hover {
    color: #000;
    transition:
      all 0s,
      visibility 0s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  }
  .cta-icon-right-arrow:hover::before {
    color: #8d7057;
    transition:
      all 0s,
      visibility 0s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  }
}
.cta-icon-right-arrow:before {
  content: "\f134";
  font-family: standard-icon-font;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cta-icon-share {
  display: inline-block;
  line-height: normal;
  border-radius: 3px;
  min-width: 170px;
  text-align: center;
  white-space: nowrap;
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-family: InterstateRegular !important;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  color: #999;
  transition:
    all 0s,
    visibility 0s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  min-width: 0;
  position: relative;
  white-space: normal;
}
.cta-icon-share::before {
  color: #999;
  font-size: 20px;
  font-size: 2rem;
  left: 0;
  padding-right: 7px;
  position: relative;
  top: 5px;
  transition:
    all 0s,
    visibility 0s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
@media only screen and (min-width: 1025px) {
  .cta-icon-share:hover {
    color: #000;
    transition:
      all 0s,
      visibility 0s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  }
  .cta-icon-share:hover::before {
    color: #8d7057;
    transition:
      all 0s,
      visibility 0s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  }
}
.cta-icon-share:before {
  content: "\f136";
  font-family: standard-icon-font;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cta-icon-trims-audio {
  display: inline-block;
  line-height: normal;
  border-radius: 3px;
  min-width: 170px;
  text-align: center;
  white-space: nowrap;
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-family: InterstateRegular !important;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  color: #999;
  transition:
    all 0s,
    visibility 0s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  min-width: 0;
  position: relative;
  white-space: normal;
}
.cta-icon-trims-audio::before {
  color: #999;
  font-size: 20px;
  font-size: 2rem;
  left: 0;
  padding-right: 7px;
  position: relative;
  top: 5px;
  transition:
    all 0s,
    visibility 0s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
@media only screen and (min-width: 1025px) {
  .cta-icon-trims-audio:hover {
    color: #000;
    transition:
      all 0s,
      visibility 0s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  }
  .cta-icon-trims-audio:hover::before {
    color: #8d7057;
    transition:
      all 0s,
      visibility 0s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  }
}
.cta-icon-trims-audio:before {
  content: "\f138";
  font-family: standard-icon-font;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cta-icon-trims-skyactiv {
  display: inline-block;
  line-height: normal;
  border-radius: 3px;
  min-width: 170px;
  text-align: center;
  white-space: nowrap;
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-family: InterstateRegular !important;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  color: #999;
  transition:
    all 0s,
    visibility 0s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  min-width: 0;
  position: relative;
  white-space: normal;
}
.cta-icon-trims-skyactiv::before {
  color: #999;
  font-size: 20px;
  font-size: 2rem;
  left: 0;
  padding-right: 7px;
  position: relative;
  top: 5px;
  transition:
    all 0s,
    visibility 0s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
@media only screen and (min-width: 1025px) {
  .cta-icon-trims-skyactiv:hover {
    color: #000;
    transition:
      all 0s,
      visibility 0s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  }
  .cta-icon-trims-skyactiv:hover::before {
    color: #8d7057;
    transition:
      all 0s,
      visibility 0s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  }
}
.cta-icon-trims-skyactiv:before {
  content: "\f13c";
  font-family: standard-icon-font;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cta-icon-view {
  display: inline-block;
  line-height: normal;
  border-radius: 3px;
  min-width: 170px;
  text-align: center;
  white-space: nowrap;
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-family: InterstateRegular !important;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  color: #999;
  transition:
    all 0s,
    visibility 0s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  min-width: 0;
  position: relative;
  white-space: normal;
}
.cta-icon-view::before {
  color: #999;
  font-size: 20px;
  font-size: 2rem;
  left: 0;
  padding-right: 7px;
  position: relative;
  top: 5px;
  transition:
    all 0s,
    visibility 0s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
@media only screen and (min-width: 1025px) {
  .cta-icon-view:hover {
    color: #000;
    transition:
      all 0s,
      visibility 0s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  }
  .cta-icon-view:hover::before {
    color: #8d7057;
    transition:
      all 0s,
      visibility 0s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  }
}
.cta-icon-view:before {
  content: "\f144";
  font-family: standard-icon-font;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@-webkit-keyframes rotate {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-170px);
    transform: translateY(-170px);
  }
  35% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  65% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
  }
}
@keyframes rotate {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-170px);
    transform: translateY(-170px);
  }
  35% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  65% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
  }
}
.component-navigation-1 > ul > li > a {
  display: block;
  cursor: pointer;
  font-family: InterstateRegular, helvetica, arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 14px;
  padding-top: 24px;
  padding-top: 2.4rem;
  padding-bottom: 24px;
  padding-bottom: 2.4rem;
}
.component-navigation-1 > ul > li > a.main-link {
  color: #101010;
}
.component-navigation-1 > ul > li.active > a {
  color: #101010;
}
.component-navigation-1 > ul > li > a {
  color: #101010;
}
.component-navigation-1 > ul > li > a:hover {
  color: #101010;
}
@media screen and (max-width: 767px) {
  .component-navigation-1 > ul > li {
    border-bottom: 1px solid #999;
  }
}
@media screen and (min-width: 768px) {
  .component-navigation-1 > ul > li > a {
    display: block;
    cursor: pointer;
    font-family: InterstateRegular, helvetica, arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 14px;
    padding-top: 24px;
    padding-top: 2.4rem;
    padding-bottom: 24px;
    padding-bottom: 2.4rem;
  }
  .component-navigation-1 > ul > li > a.main-link {
    color: #101010;
  }
  .component-navigation-1 > ul > li {
    float: left;
  }
  .component-navigation-1 > ul > li.active > a {
    color: #101010;
  }
  .component-navigation-1 > ul > li > a {
    color: #101010;
  }
  .component-navigation-1 > ul > li > a:hover {
    color: #101010;
  }
  .component-navigation-1 > ul::after,
  .component-navigation-1 > ul::before {
    content: "";
    display: table;
  }
  .component-navigation-1 > ul::after {
    clear: both;
  }
  .component-navigation-1 > ul > li > a {
    padding-left: 24px;
    padding-left: 2.4rem;
    padding-right: 24px;
    padding-right: 2.4rem;
  }
  .component-navigation-1 > ul > li:first-child > a {
    padding-left: 0;
  }
  .component-navigation-1 > ul > li:first-child > a.main-link {
    padding-right: 35px;
  }
  .component-navigation-1 > ul > li:first-child > a.main-link::after {
    display: none;
  }
  .component-navigation-1 > ul > li:last-child > a::after {
    display: none;
  }
}
.component-navigation-1 > ul > .selected > a {
  color: #101010;
}
.component-navigation-2 > ul > li > a {
  display: block;
  cursor: pointer;
  font-family: InterstateRegular, helvetica, arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 14px;
  padding-top: 24px;
  padding-top: 2.4rem;
  padding-bottom: 24px;
  padding-bottom: 2.4rem;
}
.component-navigation-2 > ul > li > a.main-link {
  color: #101010;
}
.component-navigation-2 > ul > li.active > a {
  color: #101010;
}
.component-navigation-2 > ul > li > a {
  color: #101010;
}
.component-navigation-2 > ul > li > a:hover {
  color: #101010;
}
.component-navigation-3 > ul > li > a {
  display: block;
  cursor: pointer;
  font-family: InterstateRegular, helvetica, arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 14px;
  padding-top: 24px;
  padding-top: 2.4rem;
  padding-bottom: 24px;
  padding-bottom: 2.4rem;
}
.component-navigation-3 > ul > li > a.main-link {
  color: #101010;
}
.component-navigation-3 > ul > li.active > a {
  color: #101010;
}
.component-navigation-3 > ul > li > a {
  color: #101010;
}
.component-navigation-3 > ul > li > a:hover {
  color: #101010;
}
@media screen and (max-width: 767px) {
  .component-navigation-3 > ul > li {
    border-bottom: 1px solid #999;
  }
}
@media screen and (min-width: 768px) {
  .component-navigation-3 {
    display: inline-block;
  }
  .component-navigation-3 > ul > li > a {
    display: block;
    cursor: pointer;
    font-family: InterstateRegular, helvetica, arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 14px;
    padding-top: 24px;
    padding-top: 2.4rem;
    padding-bottom: 24px;
    padding-bottom: 2.4rem;
  }
  .component-navigation-3 > ul > li > a.main-link {
    color: #101010;
  }
  .component-navigation-3 > ul > li {
    float: left;
  }
  .component-navigation-3 > ul > li.active > a {
    color: #101010;
  }
  .component-navigation-3 > ul > li > a {
    color: #101010;
  }
  .component-navigation-3 > ul > li > a:hover {
    color: #101010;
  }
  .component-navigation-3 > ul::after,
  .component-navigation-3 > ul::before {
    content: "";
    display: table;
  }
  .component-navigation-3 > ul::after {
    clear: both;
  }
  .component-navigation-3 > ul {
    background-color: #101010;
    border-radius: 2px;
    border-radius: 0.2rem;
  }
  .component-navigation-3 > ul > li {
    padding-top: 24px;
    padding-top: 2.4rem;
    padding-bottom: 24px;
    padding-bottom: 2.4rem;
    padding-left: 24px;
    padding-left: 2.4rem;
    padding-right: 24px;
    padding-right: 2.4rem;
  }
  .component-navigation-3 > ul > li > a {
    border-bottom: 2px solid #101010;
    padding-bottom: 6px;
    transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  }
  .component-navigation-3 > ul > li:last-child > a::after {
    display: none;
  }
  .component-navigation-3 > ul > li.selected > a,
  .component-navigation-3 > ul > li > a:hover {
    color: #fff;
    border-bottom: 2px solid #910a2d;
    padding-bottom: 4px;
    transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  }
}
.component-navigation-4 {
  position: absolute;
  background: 0 0;
  border: 0;
  outline: 0;
  padding: 0;
  color: #101010;
  width: 40px;
  width: 4rem;
  height: 40px;
  height: 4rem;
  font-size: 30px;
  font-size: 3rem;
}
.component-navigation-4.prev {
  left: 0;
}
.component-navigation-4.prev:before {
  content: "\e917";
  font-family: mazda-general-icons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.component-navigation-4.next {
  right: 0;
}
.component-navigation-4.next:before {
  content: "\e918";
  font-family: mazda-general-icons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.component-navigation-5 {
  overflow: hidden;
}
.component-navigation-5.align-center {
  text-align: center;
}
.component-navigation-5.align-right {
  text-align: right;
}
.component-navigation-5 .dot {
  min-width: 21px;
  min-height: 21px;
  text-align: center;
  display: inline-block;
}
.component-navigation-5 span {
  display: inline-block;
  border: 1px solid grey;
  margin: 0;
  background-color: grey;
  border-radius: 50%;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  width: 10px;
  height: 10px;
  transition: all 0.1s linear;
}
.component-navigation-6 {
  display: table;
  word-spacing: -1em;
  width: 100%;
}
.component-navigation-6 .next,
.component-navigation-6 .prev {
  display: inline-block;
  word-spacing: 0;
  vertical-align: top;
  width: 33.3333333333%;
}
.component-navigation-6 .next a,
.component-navigation-6 .prev a {
  display: inline-block;
  line-height: normal;
  border-radius: 3px;
  min-width: 170px;
  text-align: center;
  white-space: nowrap;
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-family: InterstateRegular !important;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
}
.component-navigation-6 .next a--wrapper,
.component-navigation-6 .prev a--wrapper {
  transition:
    all 0.3s,
    visibility 0s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  padding: 15px 18px;
}
@media screen and (max-width: 767px) {
  .component-navigation-6 .next a,
  .component-navigation-6 .prev a {
    width: 100%;
    margin-bottom: 15px;
  }
}
.component-navigation-6 .next a-1,
.component-navigation-6 .prev a-1 {
  background-color: #000;
}
.component-navigation-6 .next a-1 .cta-state-0,
.component-navigation-6 .prev a-1 .cta-state-0 {
  position: relative;
  z-index: 1;
  color: transparent;
  white-space: nowrap;
}
.component-navigation-6 .next a-1 .cta-state-1,
.component-navigation-6 .prev a-1 .cta-state-1 {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  transition:
    all 0.3s,
    visibility 0s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  opacity: 1;
  white-space: nowrap;
}
.component-navigation-6 .next a-1 .cta-state-2,
.component-navigation-6 .prev a-1 .cta-state-2 {
  position: absolute;
  left: 0;
  color: transparent;
  transition:
    all 0.3s,
    visibility 0s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  top: -15px;
  opacity: 0;
  white-space: nowrap;
}
@media only screen and (min-width: 1025px) {
  .component-navigation-6 .next a-1:hover,
  .component-navigation-6 .prev a-1:hover {
    background-color: #910a2d;
    transition:
      all 0.3s,
      visibility 0s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  }
  .component-navigation-6 .next a-1:hover .cta-state-1,
  .component-navigation-6 .prev a-1:hover .cta-state-1 {
    top: 15px;
    transition:
      all 0.3s,
      visibility 0s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    opacity: 0;
  }
  .component-navigation-6 .next a-1:hover .cta-state-2,
  .component-navigation-6 .prev a-1:hover .cta-state-2 {
    top: 0;
    color: #fff;
    transition:
      all 0.3s,
      visibility 0s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    opacity: 1;
  }
}
.component-navigation-6 .next a-2,
.component-navigation-6 .prev a-2 {
  background-color: transparent;
  color: #000;
}
.component-navigation-6 .next a-2 .cta--wrapper,
.component-navigation-6 .prev a-2 .cta--wrapper {
  padding: 13px 16px;
  border: 2px solid #000;
  border-radius: 3px;
}
@media only screen and (min-width: 1025px) {
  .component-navigation-6 .next a-2 .cta--wrapper:hover,
  .component-navigation-6 .prev a-2 .cta--wrapper:hover {
    border: 2px solid transparent;
  }
}
.component-navigation-6 .next a-2 .cta-state-0,
.component-navigation-6 .prev a-2 .cta-state-0 {
  position: relative;
  z-index: 1;
  color: transparent;
}
.component-navigation-6 .next a-2 .cta-state-1,
.component-navigation-6 .prev a-2 .cta-state-1 {
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
  transition:
    all 0.3s,
    visibility 0s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  opacity: 1;
}
.component-navigation-6 .next a-2 .cta-state-2,
.component-navigation-6 .prev a-2 .cta-state-2 {
  position: absolute;
  left: 0;
  color: transparent;
  transition:
    all 0.3s,
    visibility 0s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  top: -15px;
  opacity: 0;
}
@media only screen and (min-width: 1025px) {
  .component-navigation-6 .next a-2:hover,
  .component-navigation-6 .prev a-2:hover {
    background-color: #910a2d;
  }
  .component-navigation-6 .next a-2:hover .cta--wrapper,
  .component-navigation-6 .prev a-2:hover .cta--wrapper {
    border: 2px solid #910a2d;
  }
  .component-navigation-6 .next a-2:hover .cta-state-1,
  .component-navigation-6 .prev a-2:hover .cta-state-1 {
    top: 15px;
    transition:
      all 0.3s,
      visibility 0s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    opacity: 0;
  }
  .component-navigation-6 .next a-2:hover .cta-state-2,
  .component-navigation-6 .prev a-2:hover .cta-state-2 {
    top: 0;
    color: #fff;
    transition:
      all 0.3s,
      visibility 0s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    opacity: 1;
  }
}
.component-navigation-6 .next a-3.cta,
.component-navigation-6 .prev a-3.cta {
  min-width: 0;
}
.component-navigation-6 .next a-3 .cta--wrapper,
.component-navigation-6 .prev a-3 .cta--wrapper {
  padding: 0;
}
.component-navigation-6 .next a-3 .cta-state-0,
.component-navigation-6 .prev a-3 .cta-state-0 {
  transition:
    all 0.3s,
    visibility 0s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  padding-bottom: 1px;
  border-bottom: 2px solid #101010;
  color: #101010;
}
@media only screen and (min-width: 1025px) {
  .component-navigation-6 .next a-3:hover .cta-state-0,
  .component-navigation-6 .prev a-3:hover .cta-state-0 {
    transition:
      all 0.3s,
      visibility 0s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    padding-bottom: 1px;
    border-bottom: 2px solid #8d7057;
    color: #000;
  }
}
.component-navigation-6 .next a-4,
.component-navigation-6 .prev a-4 {
  background-color: #910a2d;
  color: #fff;
}
.component-navigation-6 .next a-4 .cta-state-0,
.component-navigation-6 .prev a-4 .cta-state-0 {
  color: transparent;
  position: relative;
  z-index: 1;
}
.component-navigation-6 .next a-4 .cta-state-1,
.component-navigation-6 .prev a-4 .cta-state-1 {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  transition:
    all 0.3s,
    visibility 0s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  opacity: 1;
}
.component-navigation-6 .next a-4 .cta-state-2,
.component-navigation-6 .prev a-4 .cta-state-2 {
  position: absolute;
  left: 0;
  color: transparent;
  transition:
    all 0.3s,
    visibility 0s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  top: -15px;
  opacity: 0;
}
@media only screen and (min-width: 1025px) {
  .component-navigation-6 .next a-4:hover,
  .component-navigation-6 .prev a-4:hover {
    background-color: #000;
    color: #fff;
  }
  .component-navigation-6 .next a-4:hover .cta-state-1,
  .component-navigation-6 .prev a-4:hover .cta-state-1 {
    top: 15px;
    transition:
      all 0.3s,
      visibility 0s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    opacity: 0;
  }
  .component-navigation-6 .next a-4:hover .cta-state-2,
  .component-navigation-6 .prev a-4:hover .cta-state-2 {
    top: 0;
    color: #fff;
    transition:
      all 0.3s,
      visibility 0s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    opacity: 1;
  }
}
.component-navigation-6 .next a-5,
.component-navigation-6 .prev a-5 {
  background-color: transparent;
  color: #fff;
}
.component-navigation-6 .next a-5 .cta--wrapper,
.component-navigation-6 .prev a-5 .cta--wrapper {
  padding: 13px 16px;
  border: 2px solid #fff;
  border-radius: 3px;
}
@media only screen and (min-width: 1025px) {
  .component-navigation-6 .next a-5 .cta--wrapper:hover,
  .component-navigation-6 .prev a-5 .cta--wrapper:hover {
    border: 2px solid transparent;
  }
}
.component-navigation-6 .next a-5 .cta-state-0,
.component-navigation-6 .prev a-5 .cta-state-0 {
  color: transparent;
  position: relative;
  z-index: 1;
}
.component-navigation-6 .next a-5 .cta-state-1,
.component-navigation-6 .prev a-5 .cta-state-1 {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  transition:
    all 0.3s,
    visibility 0s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  opacity: 1;
}
.component-navigation-6 .next a-5 .cta-state-2,
.component-navigation-6 .prev a-5 .cta-state-2 {
  position: absolute;
  left: 0;
  color: transparent;
  transition:
    all 0.3s,
    visibility 0s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  top: -15px;
  opacity: 0;
}
@media only screen and (min-width: 1025px) {
  .component-navigation-6 .next a-5:hover,
  .component-navigation-6 .prev a-5:hover {
    background-color: #910a2d;
  }
  .component-navigation-6 .next a-5:hover .cta--wrapper,
  .component-navigation-6 .prev a-5:hover .cta--wrapper {
    border: 2px solid #910a2d;
  }
  .component-navigation-6 .next a-5:hover .cta-state-1,
  .component-navigation-6 .prev a-5:hover .cta-state-1 {
    top: 15px;
    transition:
      all 0.3s,
      visibility 0s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    opacity: 0;
  }
  .component-navigation-6 .next a-5:hover .cta-state-2,
  .component-navigation-6 .prev a-5:hover .cta-state-2 {
    top: 0;
    color: #fff;
    transition:
      all 0.3s,
      visibility 0s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    opacity: 1;
  }
}
.component-navigation-6 .next a-6 .cta,
.component-navigation-6 .prev a-6 .cta {
  color: #000;
}
.component-navigation-6 .next a-6 .cta--wrapper,
.component-navigation-6 .prev a-6 .cta--wrapper {
  border-radius: 3px;
  background-color: #fff;
}
.component-navigation-6 .next a-6 .cta-state-0,
.component-navigation-6 .prev a-6 .cta-state-0 {
  color: transparent;
  position: relative;
  z-index: 1;
}
.component-navigation-6 .next a-6 .cta-state-1,
.component-navigation-6 .prev a-6 .cta-state-1 {
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
  transition:
    all 0.3s,
    visibility 0s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  opacity: 1;
}
.component-navigation-6 .next a-6 .cta-state-2,
.component-navigation-6 .prev a-6 .cta-state-2 {
  position: absolute;
  left: 0;
  color: transparent;
  transition:
    all 0.3s,
    visibility 0s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  top: -15px;
  opacity: 0;
}
@media only screen and (min-width: 1025px) {
  .component-navigation-6 .next a-6:hover,
  .component-navigation-6 .prev a-6:hover {
    color: #fff;
  }
  .component-navigation-6 .next a-6:hover .cta--wrapper,
  .component-navigation-6 .prev a-6:hover .cta--wrapper {
    background-color: #910a2d;
  }
  .component-navigation-6 .next a-6:hover .cta-state-1,
  .component-navigation-6 .prev a-6:hover .cta-state-1 {
    top: 15px;
    transition:
      all 0.3s,
      visibility 0s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    opacity: 0;
  }
  .component-navigation-6 .next a-6:hover .cta-state-2,
  .component-navigation-6 .prev a-6:hover .cta-state-2 {
    top: 0;
    color: #fff;
    transition:
      all 0.3s,
      visibility 0s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    opacity: 1;
  }
}
.component-navigation-6 .next a::before,
.component-navigation-6 .prev a::before {
  color: #101010;
  font-size: 2rem;
}
.component-navigation-6 .prev {
  text-align: left;
}
.component-navigation-6 .prev a {
  padding-left: 48px;
  padding-left: 4.8rem;
}
.component-navigation-6 .prev a:before {
  content: "\f122";
  font-family: standard-icon-font;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.component-navigation-6 .prev a::before {
  left: 0;
}
.component-navigation-6 .next {
  text-align: right;
}
.component-navigation-6 .next a {
  padding-right: 48px;
  padding-right: 4.8rem;
}
.component-navigation-6 .next a:before {
  content: "\f134";
  font-family: standard-icon-font;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.component-navigation-6 .next a::before {
  right: 0;
}
@supports (-ms-accelerator: true) {
  .select2-container--disabled
    .select2-selection--single
    .select2-selection__rendered::after {
    border-color: #d5d5d5;
  }
}
@-webkit-keyframes radioIn {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes radioIn {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes checkbox-anim {
  0% {
    color: #101010;
  }
  100% {
    color: #fff;
  }
}
@keyframes checkbox-anim {
  0% {
    color: #101010;
  }
  100% {
    color: #fff;
  }
}
@keyframes ajaxRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.ajaxloader,
[data-key="ajaxloader"] {
  position: relative;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  display: block;
}
.ajaxloader .arc,
[data-key="ajaxloader"] .arc {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
}
.ajaxloader .arc::after,
.ajaxloader .arc::before,
[data-key="ajaxloader"] .arc::after,
[data-key="ajaxloader"] .arc::before {
  content: "";
  position: absolute;
  border: 2px solid;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.ajaxloader .arc::before,
[data-key="ajaxloader"] .arc::before {
  border-color: #aaa;
}
.ajaxloader .arc::after,
[data-key="ajaxloader"] .arc::after {
  border-color: transparent;
  border-bottom-color: #101010;
  -webkit-animation: ajaxRotate 1s infinite linear;
  animation: ajaxRotate 1s infinite linear;
}
.container {
  max-width: 1218px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 24px;
  padding-left: 2.4rem;
  padding-right: 24px;
  padding-right: 2.4rem;
}
.container::after,
.container::before {
  content: "";
  display: table;
}
.container::after {
  clear: both;
}
.container--full-width {
  margin: 0;
  padding: 0;
}
.container--full-width.no-gutter > .grid-row {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
.container--full-width.no-gutter > .grid-row .grid-row {
  margin-bottom: 20px;
}
.container--full-width.no-gutter > .grid-row > [class*="grid-col-"] {
  margin: 0;
  padding: 0;
}
a,
button {
  transition:
    color 0.3s,
    background 0.3s,
    border 0.3s;
} /*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@-webkit-keyframes bounce {
  20%,
  53%,
  80%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  20%,
  53%,
  80%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@-webkit-keyframes flash {
  50%,
  from,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  50%,
  from,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes jello {
  11.1%,
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  11.1%,
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@-webkit-keyframes bounceIn {
  20%,
  40%,
  60%,
  80%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  20%,
  40%,
  60%,
  80%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes bounceInDown {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes bounceInLeft {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes bounceInRight {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes bounceInUp {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInCenter {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
  }
}
@keyframes fadeInCenter {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
  }
}
@-webkit-keyframes fadeOutCenter {
  0% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
  }
}
@keyframes fadeOutCenter {
  0% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
  }
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInUp10 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp10 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.main-footer {
  background-color: #101010;
}
.grid-col-medium-1,
.grid-col-medium-10,
.grid-col-medium-11,
.grid-col-medium-12,
.grid-col-medium-2,
.grid-col-medium-3,
.grid-col-medium-4,
.grid-col-medium-5,
.grid-col-medium-6,
.grid-col-medium-7,
.grid-col-medium-8,
.grid-col-medium-9 {
  min-height: 1px;
}
[class*="grid-col-small"] {
  padding: 0 8px;
  padding: 0 0.8rem;
}
[class*="grid-col-medium"] {
  padding: 0 8px;
  padding: 0 0.8rem;
}
[class*="grid-col-large"] {
  padding: 0 8px;
  padding: 0 0.8rem;
}
@media screen and (min-width: 768px) {
  .grid-col-medium-1,
  .grid-col-medium-10,
  .grid-col-medium-11,
  .grid-col-medium-12,
  .grid-col-medium-2,
  .grid-col-medium-3,
  .grid-col-medium-4,
  .grid-col-medium-5,
  .grid-col-medium-6,
  .grid-col-medium-7,
  .grid-col-medium-8,
  .grid-col-medium-9 {
    float: left;
  }
  .grid-col-medium-1 {
    width: 8.3333333333%;
  }
  .grid-col-medium-2 {
    width: 16.6666666667%;
  }
  .grid-col-medium-3 {
    width: 25%;
  }
  .grid-col-medium-4 {
    width: 33.3333333333%;
  }
  .grid-col-medium-5 {
    width: 41.6666666667%;
  }
  .grid-col-medium-6 {
    width: 50%;
  }
  .grid-col-medium-7 {
    width: 58.3333333333%;
  }
  .grid-col-medium-8 {
    width: 66.6666666667%;
  }
  .grid-col-medium-9 {
    width: 75%;
  }
  .grid-col-medium-10 {
    width: 83.3333333333%;
  }
  .grid-col-medium-11 {
    width: 91.6666666667%;
  }
  .grid-col-medium-12 {
    width: 100%;
  }
  [class*="grid-col-small"] {
    padding: 0 10px;
    padding: 0 1rem;
  }
  [class*="grid-col-medium"] {
    padding: 0 10px;
    padding: 0 1rem;
  }
  [class*="grid-col-large"] {
    padding: 0 10px;
    padding: 0 1rem;
  }
}
@media screen and (min-width: 960px) {
  [class*="grid-col-small"] {
    padding: 0 12px;
    padding: 0 1.2rem;
  }
  [class*="grid-col-medium"] {
    padding: 0 12px;
    padding: 0 1.2rem;
  }
  [class*="grid-col-large"] {
    padding: 0 12px;
    padding: 0 1.2rem;
  }
}
.container > .grid-row:first-child,
.layout > .grid-row:first-child {
  margin-top: 16px;
  margin-top: 1.6rem;
}
@media screen and (min-width: 768px) {
  .container > .grid-row:first-child,
  .layout > .grid-row:first-child {
    margin-top: 20px;
    margin-top: 2rem;
  }
}
@media screen and (min-width: 960px) {
  .container > .grid-row:first-child,
  .layout > .grid-row:first-child {
    margin-top: 24px;
    margin-top: 2.4rem;
  }
}
.container > .grid-row:first-child.no-margin,
.layout > .grid-row:first-child.no-margin {
  margin: 0;
}
.grid-row {
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .grid-row {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 960px) {
  .grid-row {
    margin-left: -12px;
    margin-right: -12px;
    margin-bottom: 24px;
  }
}
.grid-row::after,
.grid-row::before {
  content: "";
  display: table;
}
.grid-row::after {
  clear: both;
}
.grid-row .grid-row {
  zoom: 1;
  margin-bottom: 0;
}
.grid-row .grid-row + .grid-row {
  margin-top: 16px;
  margin-top: 1.6rem;
}
@media screen and (min-width: 768px) {
  .grid-row .grid-row + .grid-row {
    margin-top: 20px;
    margin-top: 2rem;
  }
}
@media screen and (min-width: 960px) {
  .grid-row .grid-row + .grid-row {
    margin-top: 24px;
    margin-top: 2.4rem;
  }
}
.grid-row.no-gutter {
  margin: 0;
}
.grid-row.no-gutter [class*="grid-col-"] {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  [class*="grid-col-large"],
  [class*="grid-col-medium"] {
    width: 100%;
    margin-bottom: 16px;
    margin-bottom: 1.6rem;
  }
  [class*="grid-col-"]:last-child,
  [class*="grid-col-small"] {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  [class*="grid-col-large"] {
    width: 100%;
    margin-bottom: 20px;
    margin-bottom: 2rem;
  }
  [class*="grid-col-large"]:last-child {
    margin-bottom: 0;
  }
}
[class*="grid-col-"].center {
  float: none;
  margin-right: auto;
  margin-left: auto;
}
.no-margin {
  margin: 0 !important;
}
code[class*="language-"] {
  color: #f8f8f2;
  text-shadow: 0 1px rgba(0, 0, 0, 0.3);
  font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
  direction: ltr;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
:not(pre) > code[class*="language-"] {
  background: #272822;
}
:not(pre) > code[class*="language-"] {
  padding: 0.1em;
  border-radius: 0.3em;
}
.nm-block {
  /*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
}
.nm-block html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
.nm-block body {
  margin: 0;
}
.nm-block h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.nm-block a {
  background-color: transparent;
}
.nm-block b,
.nm-block strong {
  font-weight: initial;
}
.nm-block code {
  font-family: monospace, monospace;
  font-size: 1em;
}
.nm-block sup {
  font-size: 75% !important;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.nm-block sup {
  top: -0.5em;
}
.nm-block img {
  border-style: none;
}
.nm-block button,
.nm-block select {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
.nm-block button {
  overflow: visible;
}
.nm-block button,
.nm-block select {
  text-transform: none;
}
.nm-block [type="button"],
.nm-block [type="reset"],
.nm-block [type="submit"],
.nm-block button {
  -webkit-appearance: button;
}
.nm-block [type="button"]::-moz-focus-inner,
.nm-block [type="reset"]::-moz-focus-inner,
.nm-block [type="submit"]::-moz-focus-inner,
.nm-block button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
.nm-block [type="button"]:-moz-focusring,
.nm-block [type="reset"]:-moz-focusring,
.nm-block [type="submit"]:-moz-focusring,
.nm-block button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
.nm-block [type="checkbox"],
.nm-block [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
.nm-block [type="number"]::-webkit-inner-spin-button,
.nm-block [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.nm-block [type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
.nm-block [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.nm-block ::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
.nm-block [hidden] {
  display: none;
}
.nm-block a,
.nm-block aside,
.nm-block audio,
.nm-block body,
.nm-block code,
.nm-block del,
.nm-block div,
.nm-block figure,
.nm-block footer,
.nm-block form,
.nm-block h1,
.nm-block h2,
.nm-block h3,
.nm-block h4,
.nm-block h5,
.nm-block h6,
.nm-block header,
.nm-block html,
.nm-block iframe,
.nm-block img,
.nm-block label,
.nm-block li,
.nm-block nav,
.nm-block ol,
.nm-block p,
.nm-block s,
.nm-block section,
.nm-block span,
.nm-block sup,
.nm-block tr,
.nm-block ul,
.nm-block video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-transform: initial;
  letter-spacing: normal;
}
.nm-block aside,
.nm-block figure,
.nm-block footer,
.nm-block header,
.nm-block nav,
.nm-block section {
  display: block;
}
.nm-block body {
  line-height: 1;
}
.nm-block ol,
.nm-block ul {
  list-style: none;
}
@font-face {
  font-family: mazda-mx-icons;
  src: url(/assets/theme/fonts/mazda-mx-icons/mazda-mx-icons.eot?mlc5fcx1);
  src:
    url(/assets/theme/fonts/mazda-mx-icons/mazda-mx-icons.eot?mlc5fcx#iefix1)
      format("embedded-opentype"),
    url(/assets/theme/fonts/mazda-mx-icons/mazda-mx-icons.ttf?mlc5fcx1)
      format("truetype"),
    url(/assets/theme/fonts/mazda-mx-icons/mazda-mx-icons.woff?mlc5fcx1)
      format("woff"),
    url(/assets/theme/fonts/mazda-mx-icons/mazda-mx-icons.svg?mlc5fcx1#mazda-mx-icons)
      format("svg");
  font-weight: 400;
  font-style: normal;
}
[class*=" mazda-mx-icon-"],
[class^="mazda-mx-icon-"] {
  font-family: mazda-mx-icons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mazda-mx-icon-360:before {
  content: "\e901";
}
.mazda-mx-icon-arrow-left:before {
  content: "\e904";
}
.mazda-mx-icon-arrow-right:before {
  content: "\e905";
}
.mazda-mx-icon-block:before {
  content: "\e90a";
}
.mazda-mx-icon-mazda-mx-check:before {
  content: "\e910";
}
.mazda-mx-icon-circle-left:before {
  content: "\e912";
}
.mazda-mx-icon-circle-right:before {
  content: "\e913";
}
.mazda-mx-icon-mazda-mx-close:before {
  content: "\e915";
}
.mazda-mx-icon-fullscreen:before {
  content: "\e927";
}
.mazda-mx-icon-link:before {
  content: "\e92f";
}
.mazda-mx-icon-list:before {
  content: "\e931";
}
.mazda-mx-icon-share:before {
  content: "\e954";
}
.mazda-mx-icon-subtitle:before {
  content: "\e959";
}
.mazda-mx-icon-view:before {
  content: "\e960";
}
a,
button,
select {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}
.specs-ms .nm-block .nm-link p:before {
  bottom: 9px !important;
}
.nm-block .headline {
  font-size: 40px;
  line-height: 45px;
  letter-spacing: 9px;
  font-family: InterstateRegular;
}
.nm-block .headline--section {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 3px;
  font-family: InterstateRegular;
}
.nm-block .description {
  font-size: 16px;
  letter-spacing: normal;
  line-height: 20px;
  color: #101010;
  font-family: InterstateLight;
}
.nm-block .description--title {
  font-size: 13px;
  line-height: 22px;
  font-family: InterstateRegular !important;
}
.nm-block .nm-select-in select {
  font-size: 16px !important;
  line-height: 20px !important;
  letter-spacing: normal !important;
  font-family: InterstateRegular;
}
.nm-block .nm-select-in.select-mobile select {
  width: 100%;
  font-size: 16px;
  line-height: 20px !important;
  letter-spacing: normal !important;
  font-family: InterstateRegular !important;
  border: none;
  border-radius: 0 !important;
  border-bottom: 1px solid #999;
  padding: 7px 0;
  position: relative;
  background: 0 0;
  z-index: 1;
  height: 100%;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  color: #101010;
  transition: 0.3s linear;
}
.nm-block .nm-select-in.select-mobile select::-webkit-input-placeholder {
  color: #101010;
  font-family: InterstateRegular;
  padding: 0 !important;
}
.nm-block .nm-select-in.select-mobile select::-webkit-input-placeholder,
.nm-block .nm-select-in.select-mobile select::placeholder {
  color: #101010;
  font-family: InterstateRegular;
  padding: 0 !important;
}
.nm-block .nm-select-in.select-mobile select:focus {
  padding: 7px;
  padding-right: 35px;
  border-bottom: 1px solid #101010;
}
.nm-block .nm-select-in.select-mobile.active-select select {
  color: #101010;
}
.nm-block .nm-select-in.select-mobile.active-select select {
  padding: 6px 35px 7px 7px !important;
}
.nm-block .nm-select-in.select-mobile.active-select:after {
  right: 7px !important;
}
.nm-block .nm-select-in.select-mobile:after {
  font-family: mazda-mx-icons !important;
  content: "\e903";
  font-size: 18px;
  position: absolute;
  right: 0;
  z-index: 0;
  transition: 0.3s linear;
}
.nm-block ol.nm-list li,
.nm-block ul.nm-list li {
  font-size: 16px;
  line-height: 38px;
  color: #101010;
  font-family: InterstateLight;
  padding-left: 14px;
  position: relative;
}
.nm-block ol.nm-list li:before,
.nm-block ul.nm-list li:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #101010;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 17px;
}
.nm-block .nm-btn {
  min-width: 141px;
  width: auto;
  height: auto;
  font-size: 14px;
  line-height: 20px;
  font-family: InterstateRegular;
  letter-spacing: 1px;
  text-align: center;
  padding: 9px 15px;
  border-radius: 2px;
  display: inline-block;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  transition: 0.4s linear;
}
.nm-block .nm-btn span {
  margin-left: 15px;
}
.nm-block .nm-btn.medium {
  min-height: 40px;
  min-width: 166px;
  padding: 13px 15px 11px;
}
.nm-block .nm-btn.red {
  color: #fff;
  background: #c60303;
}
.nm-block .nm-btn.red:hover {
  background: #910a2d;
}
.nm-block .nm-btn.red--outline {
  color: #c60303;
  border: 2px solid #c60303;
}
.nm-block .nm-btn.red--outline:hover {
  background: rgba(145, 10, 45, 0.2);
}
.nm-block .nm-link {
  font-size: 16px !important;
  line-height: 20px !important;
  letter-spacing: normal !important;
  position: relative;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  font-family: InterstateLight;
  color: #101010;
}
.nm-block .nm-link p {
  display: inline;
  position: relative;
}
.nm-block .nm-link p:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: #8d7057;
  transition: 0.4s linear;
}
.nm-block .nm-link span {
  margin: 0 6px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  transition: 0.4s linear;
}
.nm-block .nm-link:hover p:before {
  width: 100%;
}
@media (max-width: 1024px) {
  .nm-block .nm-link:hover p:before {
    display: none;
  }
}
.nm-block .nm-link:hover span {
  color: #8d7057;
}
.nm-block .nm-link--text {
  letter-spacing: 1px;
  display: inline;
  font-family: InterstateLight;
  color: #8d7057;
  text-decoration: underline;
  cursor: pointer;
  transition: 0.4s linear;
}
.nm-block .nm-link--text:hover {
  color: #caa380;
}
.nm-block .nm-link--cta {
  font-size: 15px;
  letter-spacing: 3px;
  line-height: 22px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-family: InterstateRegular;
  color: #101010;
  transition: 0.4s linear;
}
.nm-block .nm-link--cta:before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #101010;
  transition: 0.4s linear;
}
.nm-block .nm-link--cta:hover:before {
  background: #8d7057;
}
.nm-block .nm-select-in {
  position: relative;
  height: 33px;
  width: 100%;
  margin-bottom: 33px;
  display: block;
}
.nm-block .nm-select-in:invalid {
  box-shadow: none;
}
.nm-block .nm-select-in .select2.select2-container {
  width: 100% !important;
}
.nm-block .nm-grid {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}
.nm-block .nm-grid-940 {
  width: 95%;
  max-width: 940px;
  margin: 0 auto;
}
.nm-block div .s-color {
  width: 150px;
  height: 50px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.nm-block div .s-color:nth-child(1) {
  background: #101010;
}
.nm-block div .s-color:nth-child(2) {
  background: #999;
}
.nm-block div .s-color:nth-child(3) {
  background: #424242;
}
.nm-block div .s-color:nth-child(4) {
  background: #d5d5d5;
}
.nm-block div .s-color:nth-child(5) {
  background: #e7e7e7;
}
.nm-block div .s-color:nth-child(6) {
  background: #f5f5f5;
}
.nm-block div .s-color:nth-child(7) {
  background: #fff;
}
.nm-block div .s-color:nth-child(8) {
  background: #750000;
}
.nm-block div .s-color:nth-child(9) {
  background: #910a2d;
}
.nm-block div .s-color:nth-child(10) {
  background: #c60303;
}
@media (max-width: 1024px) {
  .nm-block .headline {
    font-size: 22px;
    line-height: 27px;
    letter-spacing: 4px;
  }
  .nm-block .headline--section {
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 3px;
  }
  .nm-block .description {
    font-size: 14px;
    line-height: 20px;
  }
  .nm-block .description--title {
    font-size: 13px;
    line-height: 22px;
  }
  .nm-block .nm-select-in select {
    font-size: 16px !important;
    line-height: 20px !important;
    letter-spacing: normal !important;
    font-family: InterstateRegular;
  }
  .nm-block .nm-select-in.select-mobile select {
    width: 100%;
    font-size: 16px;
    line-height: 20px !important;
    letter-spacing: normal !important;
    font-family: InterstateRegular !important;
    border: none;
    border-radius: 0 !important;
    border-bottom: 1px solid #999;
    padding: 7px 0;
    position: relative;
    background: 0 0;
    z-index: 1;
    height: 100%;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    color: #101010;
    transition: 0.3s linear;
  }
  .nm-block .nm-select-in.select-mobile select::-webkit-input-placeholder {
    color: #101010;
    font-family: InterstateRegular;
    padding: 0 !important;
  }
  .nm-block .nm-select-in.select-mobile select::-webkit-input-placeholder,
  .nm-block .nm-select-in.select-mobile select::placeholder {
    color: #101010;
    font-family: InterstateRegular;
    padding: 0 !important;
  }
  .nm-block .nm-select-in.select-mobile select:focus {
    padding: 7px;
    padding-right: 35px;
    border-bottom: 1px solid #101010;
  }
  .nm-block .nm-select-in.select-mobile.active-select select {
    color: #101010;
  }
  .nm-block .nm-select-in.select-mobile.active-select select {
    padding: 6px 35px 7px 7px !important;
  }
  .nm-block .nm-select-in.select-mobile.active-select:after {
    right: 7px !important;
  }
  .nm-block .nm-select-in.select-mobile:after {
    font-family: mazda-mx-icons !important;
    content: "\e903";
    font-size: 18px;
    position: absolute;
    right: 0;
    z-index: 0;
    transition: 0.3s linear;
  }
}
@media (max-width: 768px) {
  .nm-block .headline {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 4px;
  }
  .nm-block .headline--section {
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 3px;
  }
  .nm-block .description {
    font-size: 14px;
    line-height: 20px;
  }
  .nm-block .description--title {
    font-size: 13px;
    line-height: 22px;
  }
}
.grid-1200 {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}
.select2-container--style1 li:hover {
  background: #e7e7e7;
}
.select2-container--style1 li[aria-selected="true"] {
  background: #e7e7e7;
}
body {
  font-family: MazdaType-Regular, helvetica, arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #101010;
  background-color: #f5f5f5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  color: #101010;
  transition: color 150ms ease-in-out;
}
a:hover {
  color: #101010;
}
a:active {
  color: #101010;
}
@font-face {
  font-family: MazdaType-Regular;
  src:
    url(/assets/theme/fonts/mazda-type-tt/MazdaTypeTT-Regular.woff2)
      format("woff2"),
    url(/assets/theme/fonts/mazda-type-tt/MazdaTypeTT-Regular.woff)
      format("woff"),
    url(/assets/theme/fonts/mazda-type-tt/MazdaTypeTT-Regular.ttf)
      format("truetype"),
    url(/assets/theme/fonts/mazda-type-tt/MazdaTypeTT-Regular.eot?#iefix)
      format("embedded-opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: MazdaType-RegularItalic;
  src:
    url(/assets/theme/fonts/mazda-type-tt/MazdaTypeTT-Italic.woff2)
      format("woff2"),
    url(/assets/theme/fonts/mazda-type-tt/MazdaTypeTT-Italic.woff)
      format("woff"),
    url(/assets/theme/fonts/mazda-type-tt/MazdaTypeTT-Italic.ttf)
      format("truetype"),
    url(/assets/theme/fonts/mazda-type-tt/MazdaTypeTT-Italic.eot?#iefix)
      format("embedded-opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: MazdaType-Medium;
  src:
    url(/assets/theme/fonts/mazda-type-tt/MazdaTypeTT-Medium.woff2)
      format("woff2"),
    url(/assets/theme/fonts/mazda-type-tt/MazdaTypeTT-Medium.woff)
      format("woff"),
    url(/assets/theme/fonts/mazda-type-tt/MazdaTypeTT-Medium.ttf)
      format("truetype"),
    url(/assets/theme/fonts/mazda-type-tt/MazdaTypeTT-Medium.eot?#iefix)
      format("embedded-opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: MazdaType-MediumItalic;
  src:
    url(/assets/theme/fonts/mazda-type-tt/MazdaTypeTT-MediumItalic.woff2)
      format("woff2"),
    url(/assets/theme/fonts/mazda-type-tt/MazdaTypeTT-MediumItalic.woff)
      format("woff"),
    url(/assets/theme/fonts/mazda-type-tt/MazdaTypeTT-MediumItalic.ttf)
      format("truetype"),
    url(/assets/theme/fonts/mazda-type-tt/MazdaTypeTT-MediumItalic.eot?#iefix)
      format("embedded-opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: MazdaType-Bold;
  src:
    url(/assets/theme/fonts/mazda-type-tt/MazdaTypeTT-Bold.woff2)
      format("woff2"),
    url(/assets/theme/fonts/mazda-type-tt/MazdaTypeTT-Bold.woff) format("woff"),
    url(/assets/theme/fonts/mazda-type-tt/MazdaTypeTT-Bold.ttf)
      format("truetype"),
    url(/assets/theme/fonts/mazda-type-tt/MazdaTypeTT-Bold.eot?#iefix)
      format("embedded-opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: MazdaType-BoldItalic;
  src:
    url(/assets/theme/fonts/mazda-type-tt/MazdaTypeTT-BoldItalic.woff2)
      format("woff2"),
    url(/assets/theme/fonts/mazda-type-tt/MazdaTypeTT-BoldItalic.woff)
      format("woff"),
    url(/assets/theme/fonts/mazda-type-tt/MazdaTypeTT-BoldItalic.ttf)
      format("truetype"),
    url(/assets/theme/fonts/mazda-type-tt/MazdaTypeTT-BoldItalic.eot?#iefix)
      format("embedded-opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
.headline-1 {
  font-family: MazdaType-Regular, helvetica, arial, sans-serif;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: normal;
  letter-spacing: 1.2px;
  color: #101010;
}
@media (min-width: 1025px) {
  .headline-1 {
    font-size: 48px;
    font-size: 4.8rem;
  }
}
.headline-2 {
  font-family: MazdaType-Regular, helvetica, arial, sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: normal;
  letter-spacing: 1.2px;
  color: #101010;
}
@media (min-width: 1025px) {
  .headline-2 {
    font-size: 40px;
    font-size: 4rem;
  }
}
.headline-3 {
  font-family: MazdaType-Regular, helvetica, arial, sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: normal;
  letter-spacing: 1.2px;
  color: #101010;
}
@media (min-width: 1025px) {
  .headline-3 {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
.headline-4 {
  font-family: MazdaType-Regular, helvetica, arial, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: normal;
  letter-spacing: 1.2px;
  color: #101010;
}
@media (min-width: 1025px) {
  .headline-4 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.headline-5 {
  font-family: MazdaType-Regular, helvetica, arial, sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: normal;
  letter-spacing: 1.2px;
  color: #101010;
}
@media (min-width: 1025px) {
  .headline-5 {
    font-size: 20px;
    font-size: 2rem;
  }
}
.headline-6 {
  font-family: MazdaType-Regular, helvetica, arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: normal;
  letter-spacing: 1.2px;
  color: #101010;
}
@media (min-width: 1025px) {
  .headline-6 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.body-primary {
  font-family: MazdaType-Regular, helvetica, arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: normal;
  letter-spacing: 1.2px;
  color: #101010;
}
.body-secondary {
  font-family: MazdaType-Regular, helvetica, arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: 1.2px;
  color: #101010;
}
.call-to-action {
  font-family: MazdaType-Regular, helvetica, arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: 1.2px;
  color: #101010;
}
.body-blog {
  font-family: MazdaType-Regular, helvetica, arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: normal;
  letter-spacing: 1.2px;
  color: #101010;
}
@media (min-width: 1025px) {
  .body-blog {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.text--inverse {
  color: #fff;
}
.text--light {
  color: #fff;
}
sup {
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  letter-spacing: inherit;
  font-size: 0.5em;
  line-height: 1;
  vertical-align: super;
  position: relative;
  top: -0.4em;
}
sup.mdp-foundation-disclaimer {
  padding: 0 10px 0 1px;
}
.mdp-v2-btn {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  font-family: MazdaType-Regular, helvetica, arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: 1.2px;
  line-height: 1;
  text-transform: uppercase !important;
  text-decoration: none;
  cursor: pointer;
  border: none;
  border-radius: 4px;
  outline: 0;
  padding: 16px 24px !important;
  transition:
    background-color 150ms ease-in-out,
    color 150ms ease-in-out,
    border-color 150ms ease-in-out !important;
}
@media (min-width: 576px) {
  .mdp-v2-btn {
    min-width: 175px;
  }
}
.mdp-v2-btn:disabled {
  opacity: 0.4;
  pointer-events: none;
}
.mdp-v2-btn--primary {
  color: #fff !important;
  background-color: #040b13 !important;
}
.mdp-v2-btn--primary:hover {
  background-color: #535b69 !important;
  color: #fff !important;
}
.mdp-v2-btn--primary.is-pressed,
.mdp-v2-btn--primary:active {
  background-color: #000 !important;
  color: #fff !important;
}
.mdp-v2-btn--secondary {
  color: #000 !important;
  background-color: #fff !important;
  border: 1px solid #ccc !important;
}
.mdp-v2-btn--secondary:hover {
  color: #fff !important;
  background-color: #535b69 !important;
  border-color: #535b69 !important;
}
.mdp-v2-btn--secondary.is-pressed,
.mdp-v2-btn--secondary:active {
  color: #fff !important;
  background-color: #040b13 !important;
  border-color: #040b13 !important;
}
.mdp-v2-btn--outline-on-dark {
  color: #fff !important;
  background-color: transparent !important;
  border: 1px solid #fff !important;
}
.mdp-v2-btn--outline-on-dark:focus-visible,
.mdp-v2-btn--outline-on-dark:hover {
  color: #fff !important;
  background-color: #8d7057 !important;
  border-color: #8d7057 !important;
}
.mdp-v2-btn--outline-on-dark.is-pressed,
.mdp-v2-btn--outline-on-dark:active {
  color: #fff !important;
  background-color: #caa380 !important;
  border-color: #caa380 !important;
}
.mdp-v2-btn--outline-on-light {
  color: #000 !important;
  background-color: transparent !important;
  border: 1px solid #000 !important;
}
.mdp-v2-btn--outline-on-light:focus-visible,
.mdp-v2-btn--outline-on-light:hover {
  color: #fff !important;
  background-color: #8d7057 !important;
  border-color: #8d7057 !important;
}
.mdp-v2-btn--outline-on-light.is-pressed,
.mdp-v2-btn--outline-on-light:active {
  color: #fff !important;
  background-color: #caa380 !important;
  border-color: #caa380 !important;
}
.mdp-v2-btn--subtle {
  min-width: auto !important;
  padding: 8px 16px !important;
  border-radius: 4px;
  color: #000 !important;
  background-color: transparent !important;
  border: 1px solid transparent !important;
}
.mdp-v2-btn--subtle:focus,
.mdp-v2-btn--subtle:focus-visible,
.mdp-v2-btn--subtle:hover {
  color: #000 !important;
  background-color: rgba(0, 0, 0, 0.06) !important;
}
.mdp-v2-btn--subtle.active,
.mdp-v2-btn--subtle.is-pressed,
.mdp-v2-btn--subtle:active,
.mdp-v2-btn--subtle[aria-current="page"] {
  color: #fff !important;
  background-color: #000 !important;
  border-color: #000 !important;
}
.mdp-v2-btn-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}
.mdp-v2-link {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 4px;
  min-height: 40px;
  padding: 8px;
  box-sizing: border-box;
  border-radius: 4px;
  text-decoration: none;
  font-family: MazdaType-Medium, helvetica, arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  transition: color 150ms ease-in-out;
}
.mdp-v2-link:focus-visible {
  outline: 2px solid #040b13;
  outline-offset: 2px;
}
.mdp-v2-link:link,
.mdp-v2-link:visited {
  color: #040b13;
}
.mdp-v2-link:hover {
  color: #8d7057;
}
.mdp-v2-link.is-pressed,
.mdp-v2-link:active {
  color: #caa380;
}
.mdp-v2-link__rule {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  margin: 0;
  padding: 0;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  overflow: hidden;
  pointer-events: none;
}
.mdp-v2-link__rule::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: currentColor;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  transition: -webkit-transform 0.28s ease;
  transition: transform 0.28s ease;
}
.mdp-v2-link.active .mdp-v2-link__rule::after,
.mdp-v2-link:active .mdp-v2-link__rule::after,
.mdp-v2-link:focus-visible .mdp-v2-link__rule::after,
.mdp-v2-link:hover .mdp-v2-link__rule::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.mdp-v2-link--state-pressed {
  color: #caa380;
}
.mdp-v2-link--state-pressed .mdp-v2-link__rule::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.mdp-v2-link__inner {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4px;
}
.mdp-v2-icon {
  --mdp-v2-icon-size: 24px;
  --mdp-v2-icon-color: currentColor;
  --mdp-v2-icon-src: none;
  display: inline-block;
  width: var(--mdp-v2-icon-size);
  height: var(--mdp-v2-icon-size);
  min-width: var(--mdp-v2-icon-size);
  min-height: var(--mdp-v2-icon-size);
  border-radius: 0;
  font-style: normal;
  line-height: 1;
  vertical-align: middle;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: relative;
}
.mdp-v2-icon::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--mdp-v2-icon-color);
  -webkit-mask-image: var(--mdp-v2-icon-src);
  mask-image: var(--mdp-v2-icon-src);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.mdp-v2-icon--color-current {
  --mdp-v2-icon-color: currentColor;
}
.mdp-v2-icon--color-primary {
  --mdp-v2-icon-color: var(--mdp-v2-icon-color-primary, #101828);
}
.mdp-v2-icon--color-secondary {
  --mdp-v2-icon-color: var(--mdp-v2-icon-color-secondary, #344054);
}
.mdp-v2-icon--color-muted {
  --mdp-v2-icon-color: var(--mdp-v2-icon-color-muted, #98a2b3);
}
.mdp-v2-icon--color-inverse {
  --mdp-v2-icon-color: var(--mdp-v2-icon-color-inverse, #ffffff);
}
.mdp-v2-icon--style-line-icons {
  --mdp-v2-icon-src: var(--mdp-v2-icon-src-line-icons, var(--mdp-v2-icon-src));
}
.mdp-v2-icon--style-solid-icons {
  --mdp-v2-icon-src: var(--mdp-v2-icon-src-solid-icons, var(--mdp-v2-icon-src));
}
.mdp-v2-icon--close {
  --mdp-v2-icon-src-line-icons: url("./x-close.svg");
  --mdp-v2-icon-src-duotone-icons: url("/assets/theme/icons/Duotone_icons/General/x-close.svg");
  --mdp-v2-icon-src-duocolor-icons: url("/assets/theme/icons/Duocolor_icons/General/x-close.svg");
  --mdp-v2-icon-src-solid-icons: url("/assets/theme/icons/Solid_icons/General/x-close.svg");
  --mdp-v2-icon-src: var(--mdp-v2-icon-src-line-icons);
}
.mdp-v2-icon--chevron-left {
  --mdp-v2-icon-src-line-icons: url("chevron-left.svg");
  --mdp-v2-icon-src-duotone-icons: url("/assets/theme/icons/Duotone_icons/Arrows/chevron-left.svg");
  --mdp-v2-icon-src-duocolor-icons: url("/assets/theme/icons/Duocolor_icons/Arrows/chevron-left.svg");
  --mdp-v2-icon-src-solid-icons: url("/assets/theme/icons/Solid_icons/Arrows/chevron-left.svg");
  --mdp-v2-icon-src: var(--mdp-v2-icon-src-line-icons);
}
.mdp-v2-icon--chevron-right {
  --mdp-v2-icon-src-line-icons: url("chevron-right.svg");
  --mdp-v2-icon-src-duotone-icons: url("/assets/theme/icons/Duotone_icons/Arrows/chevron-right.svg");
  --mdp-v2-icon-src-duocolor-icons: url("/assets/theme/icons/Duocolor_icons/Arrows/chevron-right.svg");
  --mdp-v2-icon-src-solid-icons: url("/assets/theme/icons/Solid_icons/Arrows/chevron-right.svg");
  --mdp-v2-icon-src: var(--mdp-v2-icon-src-line-icons);
}
.mdp-v2-icon--maximize-02 {
  --mdp-v2-icon-src-line-icons: url("maximize-02.svg");
  --mdp-v2-icon-src-duotone-icons: url("/assets/theme/icons/Duotone_icons/Layout/maximize-02.svg");
  --mdp-v2-icon-src-duocolor-icons: url("/assets/theme/icons/Duocolor_icons/Layout/maximize-02.svg");
  --mdp-v2-icon-src-solid-icons: url("/assets/theme/icons/Solid_icons/Layout/maximize-02.svg");
  --mdp-v2-icon-src: var(--mdp-v2-icon-src-line-icons);
}
.mdp-v2-icon--pano {
  --mdp-v2-icon-src-line-icons: url("/assets/theme/icons/pano.svg");
  --mdp-v2-icon-src-duotone-icons: url("/assets/theme/icons/pano.svg");
  --mdp-v2-icon-src-duocolor-icons: url("/assets/theme/icons/pano.svg");
  --mdp-v2-icon-src-solid-icons: url("/assets/theme/icons/pano.svg");
  --mdp-v2-icon-src: var(--mdp-v2-icon-src-line-icons);
}
.mdp-v2-icon-btn {
  --mdp-v2-icon-btn-size: 32px;
  --mdp-v2-icon-glyph-size: 16px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: var(--mdp-v2-icon-btn-size);
  height: var(--mdp-v2-icon-btn-size);
  padding: 0;
  border-radius: 50%;
  border: 1px solid transparent;
  text-decoration: none;
  cursor: pointer;
  outline: 0;
  transition:
    background-color 150ms ease-in-out,
    color 150ms ease-in-out,
    border-color 150ms ease-in-out;
}
.mdp-v2-icon-btn:disabled {
  opacity: 0.4;
  pointer-events: none;
}
.mdp-v2-icon-btn i:not(.mdp-v2-icon) {
  display: inline-block;
  width: var(--mdp-v2-icon-glyph-size);
  height: var(--mdp-v2-icon-glyph-size);
  border-radius: 50%;
  background-color: currentColor;
}
.mdp-v2-icon-btn .mdp-v2-icon {
  --mdp-v2-icon-size: var(--mdp-v2-icon-glyph-size);
  --mdp-v2-icon-color: #fff;
}
.mdp-v2-icon-btn--sm {
  --mdp-v2-icon-btn-size: 24px;
  --mdp-v2-icon-glyph-size: 12px;
}
.mdp-v2-icon-btn--lg .mdp-v2-icon {
  --mdp-v2-icon-size: 24px;
}
.mdp-v2-icon-btn--square,
.mdp-v2-icon-btn.mdp-v2-icon-btn--square {
  border-radius: 4px;
}
.mdp-v2-icon-btn--primary {
  color: #fff;
  background-color: #040b13;
}
.mdp-v2-icon-btn--primary:hover {
  color: #fff;
  background-color: #535b69;
}
.mdp-v2-icon-btn--primary.is-pressed,
.mdp-v2-icon-btn--primary:active {
  color: #fff;
  background-color: #000;
}
.mdp-v2-icon-btn--secondary {
  color: #000;
  background-color: #fff;
  border-color: #ccc;
}
.mdp-v2-icon-btn--secondary i.mdp-v2-icon {
  --mdp-v2-icon-color: #000;
}
.mdp-v2-icon-btn--secondary:hover {
  color: #fff;
  background-color: #535b69;
  border-color: #535b69;
}
.mdp-v2-icon-btn--secondary:hover i.mdp-v2-icon {
  --mdp-v2-icon-color: #fff;
}
.mdp-v2-icon-btn--secondary.is-pressed,
.mdp-v2-icon-btn--secondary:active {
  color: #fff;
  background-color: #040b13;
  border-color: #040b13;
}
.mdp-v2-icon-btn--secondary.is-pressed i.mdp-v2-icon,
.mdp-v2-icon-btn--secondary:active i.mdp-v2-icon {
  --mdp-v2-icon-color: #fff;
}
@media (min-width: 1200px) {
  .mdp-v2-icon-btn {
    --mdp-v2-icon-btn-size: 48px;
    --mdp-v2-icon-glyph-size: 24px;
  }
  .mdp-v2-icon-btn--sm {
    --mdp-v2-icon-btn-size: 40px;
    --mdp-v2-icon-glyph-size: 20px;
  }
}
.container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 576px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 769px) {
  .container {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (min-width: 1025px) {
  .container {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (min-width: 1200px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.container--fluid {
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 576px) {
  .container--fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 769px) {
  .container--fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (min-width: 1025px) {
  .container--fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.section {
  padding-top: 24px;
  padding-bottom: 24px;
}
@media (min-width: 576px) {
  .section {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.content-wrapper {
  position: relative;
  overflow: hidden;
}
.row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}
@media (min-width: 1025px) {
  .row {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.col-1 {
  position: relative;
  width: 100%;
  padding-left: 8px;
  padding-right: 8px;
  width: 25%;
}
@media (min-width: 1025px) {
  .col-1 {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.col-2 {
  position: relative;
  width: 100%;
  padding-left: 8px;
  padding-right: 8px;
  width: 50%;
}
@media (min-width: 1025px) {
  .col-2 {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.col-3 {
  position: relative;
  width: 100%;
  padding-left: 8px;
  padding-right: 8px;
  width: 75%;
}
@media (min-width: 1025px) {
  .col-3 {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.col-4 {
  position: relative;
  width: 100%;
  padding-left: 8px;
  padding-right: 8px;
  width: 100%;
}
@media (min-width: 1025px) {
  .col-4 {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.col-offset-0 {
  margin-left: 0;
}
.col-offset-1 {
  margin-left: 25%;
}
.col-offset-2 {
  margin-left: 50%;
}
.col-offset-3 {
  margin-left: 75%;
}
.col-12 {
  position: relative;
  width: 100%;
  padding-left: 8px;
  padding-right: 8px;
  width: 100%;
}
@media (min-width: 1025px) {
  .col-12 {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 576px) {
  .col-sm-1 {
    width: 12.5%;
  }
  .col-sm-2 {
    width: 25%;
  }
  .col-sm-3 {
    width: 37.5%;
  }
  .col-sm-4 {
    width: 50%;
  }
  .col-sm-5 {
    width: 62.5%;
  }
  .col-sm-6 {
    width: 75%;
  }
  .col-sm-7 {
    width: 87.5%;
  }
  .col-sm-8 {
    width: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 12.5%;
  }
  .col-sm-offset-2 {
    margin-left: 25%;
  }
  .col-sm-offset-3 {
    margin-left: 37.5%;
  }
  .col-sm-offset-4 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 62.5%;
  }
  .col-sm-offset-6 {
    margin-left: 75%;
  }
  .col-sm-offset-7 {
    margin-left: 87.5%;
  }
  .col-sm-12 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes ajaxRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes ajaxRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.mdp-scroll-reveal .mdp-reveal {
  transition:
    opacity 0.5s ease-in-out,
    -webkit-transform 0.5s ease-in-out;
  transition:
    opacity 0.5s ease-in-out,
    transform 0.5s ease-in-out;
  transition-delay: var(--mdp-reveal-delay, 0ms);
}
.mdp-scroll-reveal .mdp-reveal:not(.mdp-reveal--visible) {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
@media (prefers-reduced-motion: reduce) {
  .mdp-scroll-reveal .mdp-reveal:not(.mdp-reveal--visible) {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
  .mdp-scroll-reveal .mdp-reveal {
    transition: none;
  }
}
.hidden {
  display: none !important;
}
.visible {
  visibility: visible;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.p-0 {
  padding: 0;
}
.p-1 {
  padding: 8px;
}
.p-2 {
  padding: 16px;
}
.p-3 {
  padding: 24px;
}
.p-4 {
  padding: 32px;
}

@keyframes pnlm-mv {
  from {
    left: 0;
    top: 0;
  }
  25% {
    left: 10px;
    top: 0;
  }
  50% {
    left: 10px;
    top: 10px;
  }
  75% {
    left: 0;
    top: 10px;
  }
  to {
    left: 0;
    top: 0;
  }
}
@-webkit-keyframes pnlm-mv {
  from {
    left: 0;
    top: 0;
  }
  25% {
    left: 10px;
    top: 0;
  }
  50% {
    left: 10px;
    top: 10px;
  }
  75% {
    left: 0;
    top: 10px;
  }
  to {
    left: 0;
    top: 0;
  }
}
@-webkit-keyframes ajaxRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes ajaxRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.ng-mazda .main,
.ng-mazda .main-header {
  font-size: 40px !important;
  letter-spacing: 4px !important;
  line-height: 40px !important;
  font-family: InterstateRegular !important;
  margin-bottom: initial;
  text-transform: initial;
}
@media screen and (max-width: 768px) {
  .ng-mazda .main,
  .ng-mazda .main-header {
    font-size: 30px !important;
    letter-spacing: 3px !important;
    line-height: 32px !important;
  }
}
.ng-mazda .feature-header {
  font-size: 20px !important;
  letter-spacing: 2px !important;
  line-height: 27px !important;
  font-family: InterstateRegular !important;
  margin-bottom: initial;
  text-transform: initial;
}
.ng-mazda .section-header {
  font-size: 18px !important;
  letter-spacing: 2px !important;
  line-height: 25px !important;
  font-family: InterstateRegular !important;
  margin-bottom: initial;
  text-transform: initial;
}
.ng-mazda .btn-label {
  font-size: 14px !important;
  letter-spacing: 1px !important;
  line-height: 20px !important;
  font-family: InterstateRegular !important;
}
.ng-mazda .body-copy {
  font-size: 16px !important;
  letter-spacing: normal !important;
  line-height: 20px !important;
  font-family: InterstateLight !important;
}
.ng-mazda .body-footer {
  font-size: 10px !important;
  letter-spacing: 2px !important;
  line-height: 18px !important;
  font-family: InterstateRegular !important;
}
.ng-mazda .ng-btn {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 175px;
  width: auto;
  box-sizing: border-box;
  padding: 16px 24px !important;
  border-radius: 4px;
  outline: 0;
  border: none;
  text-decoration: none;
  cursor: pointer;
  font-family: InterstateRegular;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  transition:
    background-color 150ms ease-in-out,
    color 150ms ease-in-out,
    border-color 150ms ease-in-out !important;
}
.ng-mazda .ng-btn:disabled {
  opacity: 0.4;
  pointer-events: none;
}
.ng-mazda .ng-btn.red {
  color: #fff !important;
  background-color: #040b13 !important;
}
.ng-mazda .ng-btn.red:hover {
  background-color: #535b69 !important;
  color: #fff !important;
}
.ng-mazda .ng-btn.red.is-pressed,
.ng-mazda .ng-btn.red:active {
  background-color: #000 !important;
  color: #fff !important;
}
.ng-mazda .ng-link {
  position: relative;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  color: #101010;
}
.ng-mazda .ng-link p {
  display: inline;
  position: relative;
  margin: initial !important;
  margin-left: 12px !important;
}
.ng-mazda .ng-link p:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: #8d7057;
  transition: 0.4s linear;
}
.ng-mazda .ng-link span {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  transition: 0.4s linear;
}
.ng-mazda .ng-link:hover p:before {
  width: 100%;
}
@media (max-width: 1024px) {
  .ng-mazda .ng-link:hover p:before {
    display: none;
  }
}
.ng-mazda .ng-link:hover span {
  color: #8d7057;
}
.select2 {
  width: 100% !important;
}
.main-title {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 10px !important;
}
@media screen and (max-width: 767px) {
  .main-title {
    margin-bottom: 50px !important;
  }
}
.main-title {
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  text-align: center;
}
@-webkit-keyframes ajaxRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes ajaxRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.ng-mazda .main,
.ng-mazda .main-header {
  font-size: 40px !important;
  letter-spacing: 4px !important;
  line-height: 40px !important;
  font-family: InterstateRegular !important;
  margin-bottom: initial;
  text-transform: initial;
}
@media screen and (max-width: 768px) {
  .ng-mazda .main,
  .ng-mazda .main-header {
    font-size: 30px !important;
    letter-spacing: 3px !important;
    line-height: 32px !important;
  }
}
.ng-mazda .feature-header {
  font-size: 20px !important;
  letter-spacing: 2px !important;
  line-height: 27px !important;
  font-family: InterstateRegular !important;
  margin-bottom: initial;
  text-transform: initial;
}
.ng-mazda .section-header {
  font-size: 18px !important;
  letter-spacing: 2px !important;
  line-height: 25px !important;
  font-family: InterstateRegular !important;
  margin-bottom: initial;
  text-transform: initial;
}
.ng-mazda .btn-label {
  font-size: 14px !important;
  letter-spacing: 1px !important;
  line-height: 20px !important;
  font-family: InterstateRegular !important;
}
.ng-mazda .body-copy {
  font-size: 16px !important;
  letter-spacing: normal !important;
  line-height: 20px !important;
  font-family: InterstateLight !important;
}
.ng-mazda .body-footer {
  font-size: 10px !important;
  letter-spacing: 2px !important;
  line-height: 18px !important;
  font-family: InterstateRegular !important;
}
.ng-mazda .ng-btn {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 175px;
  width: auto;
  box-sizing: border-box;
  padding: 16px 24px !important;
  border-radius: 4px;
  outline: 0;
  border: none;
  text-decoration: none;
  cursor: pointer;
  font-family: InterstateRegular;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  transition:
    background-color 150ms ease-in-out,
    color 150ms ease-in-out,
    border-color 150ms ease-in-out !important;
}
.ng-mazda .ng-btn:disabled {
  opacity: 0.4;
  pointer-events: none;
}
.ng-mazda .ng-btn.red {
  color: #fff !important;
  background-color: #040b13 !important;
}
.ng-mazda .ng-btn.red:hover {
  background-color: #535b69 !important;
  color: #fff !important;
}
.ng-mazda .ng-btn.red.is-pressed,
.ng-mazda .ng-btn.red:active {
  background-color: #000 !important;
  color: #fff !important;
}
.ng-mazda .ng-link {
  position: relative;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  color: #101010;
}
.ng-mazda .ng-link p {
  display: inline;
  position: relative;
  margin: initial !important;
  margin-left: 12px !important;
}
.ng-mazda .ng-link p:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: #8d7057;
  transition: 0.4s linear;
}
.ng-mazda .ng-link span {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  transition: 0.4s linear;
}
.ng-mazda .ng-link:hover p:before {
  width: 100%;
}
@media (max-width: 1024px) {
  .ng-mazda .ng-link:hover p:before {
    display: none;
  }
}
.ng-mazda .ng-link:hover span {
  color: #8d7057;
}
@-webkit-keyframes asd {
  0% {
    z-index: 2;
  }
  5% {
    z-index: 4;
  }
  100% {
    z-index: 4;
  }
}
@keyframes asd {
  0% {
    z-index: 2;
  }
  5% {
    z-index: 4;
  }
  100% {
    z-index: 4;
  }
}
@-webkit-keyframes turn {
  0% {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
  }
  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
}
@keyframes turn {
  0% {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
  }
  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
}
@-webkit-keyframes turn2 {
  0% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
  100% {
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
  }
}
@keyframes turn2 {
  0% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
  100% {
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
  }
}
@-webkit-keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes animatetopmoz {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetopmoz {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
.nm-block {
  /*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
}
.nm-block html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
.nm-block body {
  margin: 0;
}
.nm-block h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.nm-block a {
  background-color: transparent;
}
.nm-block b,
.nm-block strong {
  font-weight: initial;
}
.nm-block code {
  font-family: monospace, monospace;
  font-size: 1em;
}
.nm-block sup {
  font-size: 75% !important;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.nm-block sup {
  top: -0.5em;
}
.nm-block img {
  border-style: none;
}
.nm-block button,
.nm-block select {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
.nm-block button {
  overflow: visible;
}
.nm-block button,
.nm-block select {
  text-transform: none;
}
.nm-block [type="button"],
.nm-block [type="reset"],
.nm-block [type="submit"],
.nm-block button {
  -webkit-appearance: button;
}
.nm-block [type="button"]::-moz-focus-inner,
.nm-block [type="reset"]::-moz-focus-inner,
.nm-block [type="submit"]::-moz-focus-inner,
.nm-block button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
.nm-block [type="button"]:-moz-focusring,
.nm-block [type="reset"]:-moz-focusring,
.nm-block [type="submit"]:-moz-focusring,
.nm-block button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
.nm-block [type="checkbox"],
.nm-block [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
.nm-block [type="number"]::-webkit-inner-spin-button,
.nm-block [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.nm-block [type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
.nm-block [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.nm-block ::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
.nm-block [hidden] {
  display: none;
}
.nm-block a,
.nm-block aside,
.nm-block audio,
.nm-block body,
.nm-block code,
.nm-block del,
.nm-block div,
.nm-block figure,
.nm-block footer,
.nm-block form,
.nm-block h1,
.nm-block h2,
.nm-block h3,
.nm-block h4,
.nm-block h5,
.nm-block h6,
.nm-block header,
.nm-block html,
.nm-block iframe,
.nm-block img,
.nm-block label,
.nm-block li,
.nm-block nav,
.nm-block ol,
.nm-block p,
.nm-block s,
.nm-block section,
.nm-block span,
.nm-block sup,
.nm-block tr,
.nm-block ul,
.nm-block video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-transform: initial;
  letter-spacing: normal;
}
.nm-block aside,
.nm-block figure,
.nm-block footer,
.nm-block header,
.nm-block nav,
.nm-block section {
  display: block;
}
.nm-block body {
  line-height: 1;
}
.nm-block ol,
.nm-block ul {
  list-style: none;
}
@font-face {
  font-family: mazda-mx-icons;
  src: url(/assets/theme/fonts/mazda-mx-icons/mazda-mx-icons.eot?mlc5fcx1);
  src:
    url(/assets/theme/fonts/mazda-mx-icons/mazda-mx-icons.eot?mlc5fcx#iefix1)
      format("embedded-opentype"),
    url(/assets/theme/fonts/mazda-mx-icons/mazda-mx-icons.ttf?mlc5fcx1)
      format("truetype"),
    url(/assets/theme/fonts/mazda-mx-icons/mazda-mx-icons.woff?mlc5fcx1)
      format("woff"),
    url(/assets/theme/fonts/mazda-mx-icons/mazda-mx-icons.svg?mlc5fcx1#mazda-mx-icons)
      format("svg");
  font-weight: 400;
  font-style: normal;
}
[class*=" mazda-mx-icon-"],
[class^="mazda-mx-icon-"] {
  font-family: mazda-mx-icons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mazda-mx-icon-360:before {
  content: "\e901";
}
.mazda-mx-icon-arrow-left:before {
  content: "\e904";
}
.mazda-mx-icon-arrow-right:before {
  content: "\e905";
}
.mazda-mx-icon-block:before {
  content: "\e90a";
}
.mazda-mx-icon-mazda-mx-check:before {
  content: "\e910";
}
.mazda-mx-icon-circle-left:before {
  content: "\e912";
}
.mazda-mx-icon-circle-right:before {
  content: "\e913";
}
.mazda-mx-icon-mazda-mx-close:before {
  content: "\e915";
}
.mazda-mx-icon-fullscreen:before {
  content: "\e927";
}
.mazda-mx-icon-link:before {
  content: "\e92f";
}
.mazda-mx-icon-list:before {
  content: "\e931";
}
.mazda-mx-icon-share:before {
  content: "\e954";
}
.mazda-mx-icon-subtitle:before {
  content: "\e959";
}
.mazda-mx-icon-view:before {
  content: "\e960";
}
a,
button,
select {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}
.specs-ms .nm-block .nm-link p:before {
  bottom: 9px !important;
}
.nm-block .headline {
  font-size: 40px;
  line-height: 45px;
  letter-spacing: 9px;
  font-family: InterstateRegular;
}
.nm-block .headline--section {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 3px;
  font-family: InterstateRegular;
}
.nm-block .description {
  font-size: 16px;
  letter-spacing: normal;
  line-height: 20px;
  color: #101010;
  font-family: InterstateLight;
}

@keyframes pnlm-mv {
  from {
    left: 0;
    top: 0;
  }
  25% {
    left: 10px;
    top: 0;
  }
  50% {
    left: 10px;
    top: 10px;
  }
  75% {
    left: 0;
    top: 10px;
  }
  to {
    left: 0;
    top: 0;
  }
}
@-webkit-keyframes pnlm-mv {
  from {
    left: 0;
    top: 0;
  }
  25% {
    left: 10px;
    top: 0;
  }
  50% {
    left: 10px;
    top: 10px;
  }
  75% {
    left: 0;
    top: 10px;
  }
  to {
    left: 0;
    top: 0;
  }
}
@-webkit-keyframes ajaxRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes ajaxRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.ng-mazda .main,
.ng-mazda .main-header {
  font-size: 40px !important;
  letter-spacing: 4px !important;
  line-height: 40px !important;
  font-family: InterstateRegular !important;
  margin-bottom: initial;
  text-transform: initial;
}
@media screen and (max-width: 768px) {
  .ng-mazda .main,
  .ng-mazda .main-header {
    font-size: 30px !important;
    letter-spacing: 3px !important;
    line-height: 32px !important;
  }
}
.ng-mazda .feature-header {
  font-size: 20px !important;
  letter-spacing: 2px !important;
  line-height: 27px !important;
  font-family: InterstateRegular !important;
  margin-bottom: initial;
  text-transform: initial;
}
.ng-mazda .section-header {
  font-size: 18px !important;
  letter-spacing: 2px !important;
  line-height: 25px !important;
  font-family: InterstateRegular !important;
  margin-bottom: initial;
  text-transform: initial;
}
.ng-mazda .btn-label {
  font-size: 14px !important;
  letter-spacing: 1px !important;
  line-height: 20px !important;
  font-family: InterstateRegular !important;
}
.ng-mazda .body-copy {
  font-size: 16px !important;
  letter-spacing: normal !important;
  line-height: 20px !important;
  font-family: InterstateLight !important;
}
.ng-mazda .body-footer {
  font-size: 10px !important;
  letter-spacing: 2px !important;
  line-height: 18px !important;
  font-family: InterstateRegular !important;
}
.ng-mazda .ng-btn {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 175px;
  width: auto;
  box-sizing: border-box;
  padding: 16px 24px !important;
  border-radius: 4px;
  outline: 0;
  border: none;
  text-decoration: none;
  cursor: pointer;
  font-family: InterstateRegular;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  transition:
    background-color 150ms ease-in-out,
    color 150ms ease-in-out,
    border-color 150ms ease-in-out !important;
}
.ng-mazda .ng-btn:disabled {
  opacity: 0.4;
  pointer-events: none;
}
.ng-mazda .ng-btn.red {
  color: #fff !important;
  background-color: #040b13 !important;
}
.ng-mazda .ng-btn.red:hover {
  background-color: #535b69 !important;
  color: #fff !important;
}
.ng-mazda .ng-btn.red.is-pressed,
.ng-mazda .ng-btn.red:active {
  background-color: #000 !important;
  color: #fff !important;
}
.ng-mazda .ng-link {
  position: relative;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  color: #101010;
}
.ng-mazda .ng-link p {
  display: inline;
  position: relative;
  margin: initial !important;
  margin-left: 12px !important;
}
.ng-mazda .ng-link p:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: #8d7057;
  transition: 0.4s linear;
}
.ng-mazda .ng-link span {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  transition: 0.4s linear;
}
.ng-mazda .ng-link:hover p:before {
  width: 100%;
}
@media (max-width: 1024px) {
  .ng-mazda .ng-link:hover p:before {
    display: none;
  }
}
.ng-mazda .ng-link:hover span {
  color: #8d7057;
}
.select2 {
  width: 100% !important;
}
.main-title {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 10px !important;
}
@media screen and (max-width: 767px) {
  .main-title {
    margin-bottom: 50px !important;
  }
}
.main-title {
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  text-align: center;
}
@-webkit-keyframes ajaxRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes ajaxRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.ng-mazda .main,
.ng-mazda .main-header {
  font-size: 40px !important;
  letter-spacing: 4px !important;
  line-height: 40px !important;
  font-family: InterstateRegular !important;
  margin-bottom: initial;
  text-transform: initial;
}
@media screen and (max-width: 768px) {
  .ng-mazda .main,
  .ng-mazda .main-header {
    font-size: 30px !important;
    letter-spacing: 3px !important;
    line-height: 32px !important;
  }
}
.ng-mazda .feature-header {
  font-size: 20px !important;
  letter-spacing: 2px !important;
  line-height: 27px !important;
  font-family: InterstateRegular !important;
  margin-bottom: initial;
  text-transform: initial;
}
.ng-mazda .section-header {
  font-size: 18px !important;
  letter-spacing: 2px !important;
  line-height: 25px !important;
  font-family: InterstateRegular !important;
  margin-bottom: initial;
  text-transform: initial;
}
.ng-mazda .btn-label {
  font-size: 14px !important;
  letter-spacing: 1px !important;
  line-height: 20px !important;
  font-family: InterstateRegular !important;
}
.ng-mazda .body-copy {
  font-size: 16px !important;
  letter-spacing: normal !important;
  line-height: 20px !important;
  font-family: InterstateLight !important;
}
.ng-mazda .body-footer {
  font-size: 10px !important;
  letter-spacing: 2px !important;
  line-height: 18px !important;
  font-family: InterstateRegular !important;
}
.ng-mazda .ng-btn {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 175px;
  width: auto;
  box-sizing: border-box;
  padding: 16px 24px !important;
  border-radius: 4px;
  outline: 0;
  border: none;
  text-decoration: none;
  cursor: pointer;
  font-family: InterstateRegular;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  transition:
    background-color 150ms ease-in-out,
    color 150ms ease-in-out,
    border-color 150ms ease-in-out !important;
}
.ng-mazda .ng-btn:disabled {
  opacity: 0.4;
  pointer-events: none;
}
.ng-mazda .ng-btn.red {
  color: #fff !important;
  background-color: #040b13 !important;
}
.ng-mazda .ng-btn.red:hover {
  background-color: #535b69 !important;
  color: #fff !important;
}
.ng-mazda .ng-btn.red.is-pressed,
.ng-mazda .ng-btn.red:active {
  background-color: #000 !important;
  color: #fff !important;
}
.ng-mazda .ng-link {
  position: relative;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  color: #101010;
}
.ng-mazda .ng-link p {
  display: inline;
  position: relative;
  margin: initial !important;
  margin-left: 12px !important;
}
.ng-mazda .ng-link p:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: #8d7057;
  transition: 0.4s linear;
}
.ng-mazda .ng-link span {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  transition: 0.4s linear;
}
.ng-mazda .ng-link:hover p:before {
  width: 100%;
}
@media (max-width: 1024px) {
  .ng-mazda .ng-link:hover p:before {
    display: none;
  }
}
.ng-mazda .ng-link:hover span {
  color: #8d7057;
}
@-webkit-keyframes asd {
  0% {
    z-index: 2;
  }
  5% {
    z-index: 4;
  }
  100% {
    z-index: 4;
  }
}
@keyframes asd {
  0% {
    z-index: 2;
  }
  5% {
    z-index: 4;
  }
  100% {
    z-index: 4;
  }
}
@-webkit-keyframes turn {
  0% {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
  }
  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
}
@keyframes turn {
  0% {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
  }
  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
}
@-webkit-keyframes turn2 {
  0% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
  100% {
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
  }
}
@keyframes turn2 {
  0% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
  100% {
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
  }
}
@-webkit-keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes animatetopmoz {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetopmoz {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
.nm-block {
  /*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
}
.nm-block html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
.nm-block body {
  margin: 0;
}
.nm-block h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.nm-block a {
  background-color: transparent;
}
.nm-block b,
.nm-block strong {
  font-weight: initial;
}
.nm-block code {
  font-family: monospace, monospace;
  font-size: 1em;
}
.nm-block sup {
  font-size: 75% !important;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.nm-block sup {
  top: -0.5em;
}
.nm-block img {
  border-style: none;
}
.nm-block button,
.nm-block select {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
.nm-block button {
  overflow: visible;
}
.nm-block button,
.nm-block select {
  text-transform: none;
}
.nm-block [type="button"],
.nm-block [type="reset"],
.nm-block [type="submit"],
.nm-block button {
  -webkit-appearance: button;
}
.nm-block [type="button"]::-moz-focus-inner,
.nm-block [type="reset"]::-moz-focus-inner,
.nm-block [type="submit"]::-moz-focus-inner,
.nm-block button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
.nm-block [type="button"]:-moz-focusring,
.nm-block [type="reset"]:-moz-focusring,
.nm-block [type="submit"]:-moz-focusring,
.nm-block button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
.nm-block [type="checkbox"],
.nm-block [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
.nm-block [type="number"]::-webkit-inner-spin-button,
.nm-block [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.nm-block [type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
.nm-block [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.nm-block ::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
.nm-block [hidden] {
  display: none;
}
.nm-block a,
.nm-block aside,
.nm-block audio,
.nm-block body,
.nm-block code,
.nm-block del,
.nm-block div,
.nm-block figure,
.nm-block footer,
.nm-block form,
.nm-block h1,
.nm-block h2,
.nm-block h3,
.nm-block h4,
.nm-block h5,
.nm-block h6,
.nm-block header,
.nm-block html,
.nm-block iframe,
.nm-block img,
.nm-block label,
.nm-block li,
.nm-block nav,
.nm-block ol,
.nm-block p,
.nm-block s,
.nm-block section,
.nm-block span,
.nm-block sup,
.nm-block tr,
.nm-block ul,
.nm-block video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-transform: initial;
  letter-spacing: normal;
}
.nm-block aside,
.nm-block figure,
.nm-block footer,
.nm-block header,
.nm-block nav,
.nm-block section {
  display: block;
}
.nm-block body {
  line-height: 1;
}
.nm-block ol,
.nm-block ul {
  list-style: none;
}
@font-face {
  font-family: mazda-mx-icons;
  src: url(/assets/theme/fonts/mazda-mx-icons/mazda-mx-icons.eot?mlc5fcx1);
  src:
    url(/assets/theme/fonts/mazda-mx-icons/mazda-mx-icons.eot?mlc5fcx#iefix1)
      format("embedded-opentype"),
    url(/assets/theme/fonts/mazda-mx-icons/mazda-mx-icons.ttf?mlc5fcx1)
      format("truetype"),
    url(/assets/theme/fonts/mazda-mx-icons/mazda-mx-icons.woff?mlc5fcx1)
      format("woff"),
    url(/assets/theme/fonts/mazda-mx-icons/mazda-mx-icons.svg?mlc5fcx1#mazda-mx-icons)
      format("svg");
  font-weight: 400;
  font-style: normal;
}
[class*=" mazda-mx-icon-"],
[class^="mazda-mx-icon-"] {
  font-family: mazda-mx-icons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mazda-mx-icon-360:before {
  content: "\e901";
}
.mazda-mx-icon-arrow-left:before {
  content: "\e904";
}
.mazda-mx-icon-arrow-right:before {
  content: "\e905";
}
.mazda-mx-icon-block:before {
  content: "\e90a";
}
.mazda-mx-icon-mazda-mx-check:before {
  content: "\e910";
}
.mazda-mx-icon-circle-left:before {
  content: "\e912";
}
.mazda-mx-icon-circle-right:before {
  content: "\e913";
}
.mazda-mx-icon-mazda-mx-close:before {
  content: "\e915";
}
.mazda-mx-icon-fullscreen:before {
  content: "\e927";
}
.mazda-mx-icon-link:before {
  content: "\e92f";
}
.mazda-mx-icon-list:before {
  content: "\e931";
}
.mazda-mx-icon-share:before {
  content: "\e954";
}
.mazda-mx-icon-subtitle:before {
  content: "\e959";
}
.mazda-mx-icon-view:before {
  content: "\e960";
}
a,
button,
select {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}
.specs-ms .nm-block .nm-link p:before {
  bottom: 9px !important;
}
.nm-block .headline {
  font-size: 40px;
  line-height: 45px;
  letter-spacing: 9px;
  font-family: InterstateRegular;
}
.nm-block .headline--section {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 3px;
  font-family: InterstateRegular;
}
.nm-block .description {
  font-size: 16px;
  letter-spacing: normal;
  line-height: 20px;
  color: #101010;
  font-family: InterstateLight;
}

@media only screen and (max-width: 900px) {
  .mdp-navigation-main-ms {
    background: #fff;
    height: 60px;
  }
}
@media only screen and (max-width: 346px) {
  .mdp-navigation-main-ms [class^="icon-mazda-mx"],
  .mdp-navigation-main-ms [class^="mazda-mx-icon"] {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}
.mdp-navigation {
  position: absolute;
  top: 0;
  background-color: transparent;
  width: 100%;
  height: 80px;
  z-index: 10;
}
.mdp-navigation.no-sticky {
  position: relative;
  background-color: #040b13;
}
main.main-content:after {
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
}
body:has(.mdp-navigation-flydown.open) > main.main-content:after {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  pointer-events: auto;
  opacity: 1;
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
}
@media (max-width: 1024px) {
  .mdp-navigation {
    position: fixed !important;
    top: 0;
    height: auto;
    z-index: 12;
  }
  main.main-content:after {
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
  }
  body:has(.mdp-navigation-menu--main.open) > main.main-content:after {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    pointer-events: auto;
    opacity: 1;
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
  }
}
@-webkit-keyframes ajaxRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes ajaxRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.ng-mazda .main,
.ng-mazda .main-header {
  font-size: 40px !important;
  letter-spacing: 4px !important;
  line-height: 40px !important;
  font-family: InterstateRegular !important;
  margin-bottom: initial;
  text-transform: initial;
}
@media screen and (max-width: 768px) {
  .ng-mazda .main,
  .ng-mazda .main-header {
    font-size: 30px !important;
    letter-spacing: 3px !important;
    line-height: 32px !important;
  }
}
.ng-mazda .feature-header {
  font-size: 20px !important;
  letter-spacing: 2px !important;
  line-height: 27px !important;
  font-family: InterstateRegular !important;
  margin-bottom: initial;
  text-transform: initial;
}
.ng-mazda .section-header {
  font-size: 18px !important;
  letter-spacing: 2px !important;
  line-height: 25px !important;
  font-family: InterstateRegular !important;
  margin-bottom: initial;
  text-transform: initial;
}
.ng-mazda .btn-label {
  font-size: 14px !important;
  letter-spacing: 1px !important;
  line-height: 20px !important;
  font-family: InterstateRegular !important;
}
.ng-mazda .body-copy {
  font-size: 16px !important;
  letter-spacing: normal !important;
  line-height: 20px !important;
  font-family: InterstateLight !important;
}
.ng-mazda .body-footer {
  font-size: 10px !important;
  letter-spacing: 2px !important;
  line-height: 18px !important;
  font-family: InterstateRegular !important;
}
.ng-mazda .ng-btn {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 175px;
  width: auto;
  box-sizing: border-box;
  padding: 16px 24px !important;
  border-radius: 4px;
  outline: 0;
  border: none;
  text-decoration: none;
  cursor: pointer;
  font-family: InterstateRegular;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  transition:
    background-color 150ms ease-in-out,
    color 150ms ease-in-out,
    border-color 150ms ease-in-out !important;
}
.ng-mazda .ng-btn:disabled {
  opacity: 0.4;
  pointer-events: none;
}
.ng-mazda .ng-btn.red {
  color: #fff !important;
  background-color: #040b13 !important;
}
.ng-mazda .ng-btn.red:hover {
  background-color: #535b69 !important;
  color: #fff !important;
}
.ng-mazda .ng-btn.red.is-pressed,
.ng-mazda .ng-btn.red:active {
  background-color: #000 !important;
  color: #fff !important;
}
.ng-mazda .ng-link {
  position: relative;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  color: #101010;
}
.ng-mazda .ng-link p {
  display: inline;
  position: relative;
  margin: initial !important;
  margin-left: 12px !important;
}
.ng-mazda .ng-link p:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: #8d7057;
  transition: 0.4s linear;
}
.ng-mazda .ng-link span {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  transition: 0.4s linear;
}
.ng-mazda .ng-link:hover p:before {
  width: 100%;
}
@media (max-width: 1024px) {
  .ng-mazda .ng-link:hover p:before {
    display: none;
  }
}
.ng-mazda .ng-link:hover span {
  color: #8d7057;
}
.mdp-foundation-header {
  display: none;
  position: relative;
  z-index: 10;
  background-color: #101010;
}
.mdp-foundation-header .header-content {
  transition: none;
  -webkit-transform: none;
  transform: none;
}
@media screen and (max-width: 767px) {
  .mdp-foundation-header {
    height: 50px;
    height: 5rem;
    position: absolute;
    width: 100%;
    z-index: 2;
    top: 0;
  }
  .mdp-foundation-header .header-row::after,
  .mdp-foundation-header .header-row::before {
    content: "";
    display: table;
  }
  .mdp-foundation-header .header-row::after {
    clear: both;
  }
  .mdp-foundation-header .header-content {
    width: 100%;
    position: absolute;
    z-index: 20;
    top: 50px;
    top: 5rem;
    background-color: #101010;
    margin-right: auto;
    margin-left: auto;
    padding-left: 24px;
    padding-left: 2.4rem;
    padding-right: 24px;
    padding-right: 2.4rem;
  }
  .mdp-foundation-header .header-content::after,
  .mdp-foundation-header .header-content::before {
    content: "";
    display: table;
  }
  .mdp-foundation-header .header-content::after {
    clear: both;
  }
  .mdp-foundation-header .header-content {
    left: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
  }
  .mdp-foundation-header .header-content [mdp-search-header] {
    display: none;
  }
  .mdp-foundation-header.section-active-header .header-content {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.mdp-foundation-header .mobile-nav-button {
  position: absolute;
  top: 12px;
  top: 1.2rem;
  padding-top: 10px;
  padding-top: 1rem;
  padding-bottom: 10px;
  padding-bottom: 1rem;
  border: 0;
  background: 0 0;
  outline: 0;
}
@media screen and (min-width: 768px) {
  .mdp-foundation-header .mobile-nav-button {
    display: none;
  }
}
.mdp-foundation-header .mobile-nav-button {
  top: 15px;
  top: 1.5rem;
  right: 24px;
  right: 2.4rem;
  color: #910a2d;
  width: 23px;
  width: 2.3rem;
  height: 23px;
  height: 2.3rem;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  transition: 0.5s ease-in-out;
}
.mdp-foundation-header .mobile-nav-button::before {
  font-size: 20px;
  font-size: 2rem;
}
.mdp-foundation-header .mobile-nav-button span {
  display: block;
  position: absolute;
  height: 2px;
  height: 0.2rem;
  width: 100%;
  background: #910a2d;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  transition: 0.25s ease-in-out;
}
.mdp-foundation-header .mobile-nav-button span:nth-child(1) {
  top: 0;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.mdp-foundation-header .mobile-nav-button span:nth-child(2) {
  top: 9px;
  top: 0.9rem;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.mdp-foundation-header .mobile-nav-button span:nth-child(3) {
  top: 18px;
  top: 1.8rem;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.mdp-foundation-header.section-active-header .mobile-nav-button span {
  background: #fff;
}
.mdp-foundation-header.section-active-header
  .mobile-nav-button
  span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 2px;
  left: 0.2rem;
}
.mdp-foundation-header.section-active-header
  .mobile-nav-button
  span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.mdp-foundation-header.section-active-header
  .mobile-nav-button
  span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 17px;
  top: 1.7rem;
  left: 2px;
  left: 0.2rem;
}
.grid-col-medium-12 > .mdp-foundation-copy {
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .grid-col-medium-8 > .mdp-foundation-copy {
    margin-top: 80px;
  }
}
@media screen and (min-width: 960px) {
  .grid-col-medium-8 > ul .mdp-foundation-copy {
    margin-top: 0;
  }
}
.main-content {
  min-height: calc(100vh - 289px);
}
@media screen and (max-width: 1366px) {
  .main-content {
    min-height: calc(100vh - 240px);
  }
}
@media screen and (max-width: 1130px) {
  .main-content {
    min-height: calc(100vh - 319px);
  }
}
@media screen and (max-width: 1050px) {
  .main-content {
    min-height: calc(100vh - 279px);
  }
}
@media screen and (max-width: 1024px) {
  .main-content {
    min-height: calc(100vh - 270px);
  }
}
@media screen and (max-width: 768px) {
  .main-content {
    min-height: calc(100vh - 446px);
  }
}
.main-content
  .layout
  > .container:first-child
  > .grid-row
  > [class*="grid-col"]
  > .mdp-foundation-copy:first-child {
  margin-top: 46px;
}
@media screen and (min-width: 768px) {
  .main-content
    .layout
    > .container:first-child
    > .grid-row
    > [class*="grid-col"]
    > .mdp-foundation-copy:first-child {
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 767px) {
  .main-content
    .layout
    > .container:first-child
    > .grid-row
    > [class*="grid-col"]
    > .mdp-foundation-copy:first-child {
    margin-top: 20px;
  }
}
.main-content
  .layout
  > .container:first-child
  > .grid-row
  > [class*="grid-col"]
  > .mdp-foundation-copy:first-child
  h4 {
  margin-bottom: 2.5rem;
}
.main-content
  .layout
  > .container.top-bottom-margin
  > .grid-row
  > [class*="grid-col"]
  > .mdp-foundation-copy:first-child {
  margin-top: 46px;
}
@media screen and (max-width: 767px) {
  .main-content
    .layout
    > .container.top-bottom-margin
    > .grid-row
    > [class*="grid-col"]
    > .mdp-foundation-copy:first-child {
    margin-top: 20px;
  }
}
.main-content
  .layout
  > .container.top-bottom-margin
  > .grid-row
  > [class*="grid-col"]
  > .mdp-foundation-copy:last-child {
  margin-bottom: 46px;
}
@media screen and (max-width: 767px) {
  .main-content
    .layout
    > .container.top-bottom-margin
    > .grid-row
    > [class*="grid-col"]
    > .mdp-foundation-copy:last-child {
    margin-bottom: 20px;
  }
}
.mdp-foundation-copy a {
  color: #101010;
}
.mdp-foundation-copy a:hover {
  color: #101010;
}
.mdp-foundation-copy .link-internal::after {
  margin-left: 12px;
  margin-left: 1.2rem;
}
.mdp-foundation-copy .link-internal,
.mdp-foundation-copy .link-internal a {
  border-bottom: 0;
}
.mdp-foundation-copy ul {
  display: table;
  margin-left: 20px;
}
.mdp-foundation-copy ul li {
  line-height: 2;
  margin: 8px 0 8px 10px;
  position: relative;
  text-align: left;
}
.mdp-foundation-copy ul li::before {
  background-color: #999;
  border-radius: 50%;
  content: "";
  font-size: 4px;
  left: -22px;
  padding: 3px;
  position: absolute;
  top: 13px;
}
.mdp-foundation-copy ol {
  display: table;
  margin-left: 20px;
}
.mdp-foundation-copy ol li {
  counter-increment: step-counter;
  line-height: 2;
  margin: 8px 0;
  position: relative;
  text-align: left;
}
.mdp-foundation-copy ol li::before {
  color: #999;
  content: counter(step-counter) ".";
  font-size: 16px;
  font-size: 1.6rem;
  left: -15px;
  position: relative;
}
.mdp-foundation-copy img {
  max-width: 100%;
  height: auto;
}
.mdp-foundation-copy .disclaimer {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
}
.mdp-foundation-copy .align-left {
  float: left;
  margin: 0 24px 24px 0;
  margin: 0 2.4rem 2.4rem 0;
}
.mdp-foundation-copy .align-right {
  float: right;
  margin: 0 0 24px 24px;
  margin: 0 0 2.4rem 2.4rem;
}
.mdp-foundation-copy .nm-block li sup.mdp-foundation-disclaimer,
.mdp-foundation-copy .nm-block ol sup.mdp-foundation-disclaimer,
.mdp-foundation-copy .nm-block p sup.mdp-foundation-disclaimer,
.mdp-foundation-copy .nm-block ul sup.mdp-foundation-disclaimer {
  font-size: 1.1rem !important;
}
.mdp-foundation-disclaimer {
  cursor: pointer;
  font-family: InterstateLight, helvetica, arial, sans-serif;
  letter-spacing: 0;
}
@-webkit-keyframes disclaimer-slideIn {
  0% {
    bottom: 0;
    opacity: 0;
  }
  100% {
    bottom: 5%;
    opacity: 1;
  }
}
@keyframes disclaimer-slideIn {
  0% {
    bottom: 0;
    opacity: 0;
  }
  100% {
    bottom: 5%;
    opacity: 1;
  }
}
@-webkit-keyframes disclaimer-slideOut {
  0% {
    bottom: 5%;
    opacity: 1;
  }
  100% {
    bottom: 0;
    opacity: 0;
  }
}
@keyframes disclaimer-slideOut {
  0% {
    bottom: 5%;
    opacity: 1;
  }
  100% {
    bottom: 0;
    opacity: 0;
  }
}
@-webkit-keyframes disc-mobile-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes disc-mobile-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .mdp-foundation-disclaimer {
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  .mdp-foundation-disclaimer {
    pointer-events: none;
  }
}
.mdp-foundation-disclaimer:hover {
  opacity: 0.8;
}
.mdp-assemble--colors__color-picker.exterior .mdp-foundation-disclaimer__block {
  color: #999;
  display: block;
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mdp-assemble--colors__color-picker.exterior
    .mdp-foundation-disclaimer__block {
    margin-top: 6px;
  }
}
.mdp-assemble--colors__color-picker.interior .mdp-foundation-disclaimer__block {
  color: #f5f5f5;
  display: block;
  margin-top: 12px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mdp-assemble--colors__color-picker.interior
    .mdp-foundation-disclaimer__block {
    margin-top: 8px;
  }
}
.mdp-foundation-disclaimer__block {
  font-size: 11px;
  font-size: 1.1rem;
  cursor: pointer;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .mdp-foundation-disclaimer__block {
    cursor: inherit;
  }
}
@media screen and (max-width: 767px) {
  .mdp-foundation-disclaimer__block {
    cursor: inherit;
  }
}
.mdp-foundation-disclaimer__block > sup:hover {
  color: #910a2d;
}
.mde-hero .mdp-foundation-disclaimer__block {
  bottom: 3%;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 5;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .mde-hero .mdp-foundation-disclaimer__block {
    bottom: 7%;
  }
}
@media only screen and (max-height: 480px) {
  .mde-hero .mdp-foundation-disclaimer__block {
    bottom: 12%;
  }
}
@media screen and (min-width: 960px) {
  .mde-hero .mdp-foundation-disclaimer__block ~ .mde-hero__chevron {
    bottom: 6%;
  }
}
.mdp-404-page {
  background-size: auto auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-top: 50px;
  min-height: 626px;
  padding-bottom: 30%;
}
@media screen and (max-width: 767px) {
  .mdp-404-page {
    background-size: 100% auto;
  }
}
@media screen and (min-width: 768px) {
  .mdp-404-page {
    padding-top: 88px;
    padding-bottom: 230px;
  }
}
.mdp-404-page__header {
  margin: 0 auto 38px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .mdp-404-page__header {
    width: 480px;
  }
}
.mdp-404-page__header .page-label {
  font-family: InterstateRegular, helvetica, arial, sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 9px;
  margin-bottom: 0.9rem;
}
.mdp-404-page__header .title {
  line-height: 28px;
  line-height: 2.8rem;
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .mdp-404-page__header .title {
    display: block;
  }
}
.mdp-404-page__cta-wrapper {
  text-align: center;
}
@-webkit-keyframes ajaxRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes ajaxRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.ng-mazda .main,
.ng-mazda .main-header {
  font-size: 40px !important;
  letter-spacing: 4px !important;
  line-height: 40px !important;
  font-family: InterstateRegular !important;
  margin-bottom: initial;
  text-transform: initial;
}
@media screen and (max-width: 768px) {
  .ng-mazda .main,
  .ng-mazda .main-header {
    font-size: 30px !important;
    letter-spacing: 3px !important;
    line-height: 32px !important;
  }
}
.ng-mazda .feature-header {
  font-size: 20px !important;
  letter-spacing: 2px !important;
  line-height: 27px !important;
  font-family: InterstateRegular !important;
  margin-bottom: initial;
  text-transform: initial;
}
.ng-mazda .section-header {
  font-size: 18px !important;
  letter-spacing: 2px !important;
  line-height: 25px !important;
  font-family: InterstateRegular !important;
  margin-bottom: initial;
  text-transform: initial;
}
.ng-mazda .btn-label {
  font-size: 14px !important;
  letter-spacing: 1px !important;
  line-height: 20px !important;
  font-family: InterstateRegular !important;
}
.ng-mazda .body-copy {
  font-size: 16px !important;
  letter-spacing: normal !important;
  line-height: 20px !important;
  font-family: InterstateLight !important;
}
.ng-mazda .body-footer {
  font-size: 10px !important;
  letter-spacing: 2px !important;
  line-height: 18px !important;
  font-family: InterstateRegular !important;
}
.ng-mazda .ng-btn {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 175px;
  width: auto;
  box-sizing: border-box;
  padding: 16px 24px !important;
  border-radius: 4px;
  outline: 0;
  border: none;
  text-decoration: none;
  cursor: pointer;
  font-family: InterstateRegular;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  transition:
    background-color 150ms ease-in-out,
    color 150ms ease-in-out,
    border-color 150ms ease-in-out !important;
}
.ng-mazda .ng-btn:disabled {
  opacity: 0.4;
  pointer-events: none;
}
.ng-mazda .ng-btn.red {
  color: #fff !important;
  background-color: #040b13 !important;
}
.ng-mazda .ng-btn.red:hover {
  background-color: #535b69 !important;
  color: #fff !important;
}
.ng-mazda .ng-btn.red.is-pressed,
.ng-mazda .ng-btn.red:active {
  background-color: #000 !important;
  color: #fff !important;
}
.ng-mazda .ng-link {
  position: relative;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  color: #101010;
}
.ng-mazda .ng-link p {
  display: inline;
  position: relative;
  margin: initial !important;
  margin-left: 12px !important;
}
.ng-mazda .ng-link p:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: #8d7057;
  transition: 0.4s linear;
}
.ng-mazda .ng-link span {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  transition: 0.4s linear;
}
.ng-mazda .ng-link:hover p:before {
  width: 100%;
}
@media (max-width: 1024px) {
  .ng-mazda .ng-link:hover p:before {
    display: none;
  }
}
.ng-mazda .ng-link:hover span {
  color: #8d7057;
}
.Mazda_block *,
.Mazda_block header {
  letter-spacing: 0;
  margin: 0;
  padding: 0;
}
.Mazda_block header {
  font-family: InterstateRegular;
}
.Mazda_block a {
  color: #101010;
}
.Mazda_block h1 {
  font-size: 40px;
  line-height: 45px;
}
.Mazda_block .subtitle {
  font-size: 25px;
  line-height: 27px;
}
.Mazda_block .feature {
  font-size: 20px;
  line-height: 22px;
}
.Mazda_block .section {
  font-size: 18px;
  line-height: 20px;
}
.Mazda_block .button-label {
  font-size: 15px;
  line-height: 17px;
}
.Mazda_block p {
  font-size: 17px;
  line-height: 20px;
  font-family: InterstateRegular;
}
.Mazda_block p.type2 {
  font-size: 15px;
  line-height: 17px;
  font-family: InterstateLight;
}
.Mazda_block sup {
  font-size: 10px;
}
.Mazda_block sup.mdp-foundation-disclaimer {
  padding: 0 10px 0 1px;
}
.Mazda_block a.Link {
  font-family: InterstateRegular;
  font-size: 15px;
  color: #101010;
  position: relative;
  transition: 0.3s ease-in-out;
}
.Mazda_block a.Link.arrow-link:after {
  font-family: standard-icon-font;
  content: "\f134";
  position: absolute;
  font-size: 18px;
  right: -20px;
  top: -4px;
  color: #910a2d;
}
.Mazda_block a.Link:hover {
  color: #910a2d;
}
.Mazda_block .grid1170 {
  width: 95%;
  margin: 0 auto;
  height: 100%;
  position: relative;
  max-width: 1170px;
}
.Mazda_block .grid1366 {
  width: 95%;
  margin: 0 auto;
  height: 100%;
  position: relative;
  max-width: 1366px;
}
.Mazda_block .grid1440 {
  width: 95%;
  margin: 0 auto;
  height: 100%;
  position: relative;
  max-width: 1440px;
}
.Mazda_block .border-cta {
  display: inline-block;
  line-height: 13px;
  line-height: 1.3rem;
  text-align: center;
  white-space: nowrap;
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: normal;
  font-family: InterstateRegular, helvetica, arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  padding: 10px 15px 8px;
  margin: 20px 15px;
  position: relative;
  overflow: hidden;
  z-index: 0;
  width: auto;
  min-width: 119px;
  border: 0 !important;
  background: #910a2d;
  transition: 0.4s ease-in-out !important;
}
.Mazda_block .border-cta * {
  transition: 0.4s ease-in-out !important;
}
.Mazda_block .border-cta.light {
  color: #fff;
}
.Mazda_block .border-cta.light:hover {
  color: #fff;
}
.Mazda_block .border-cta.dark {
  color: #101010;
}
.Mazda_block .border-cta.dark:hover {
  color: #fff;
}
.Mazda_block .border-cta:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 100%;
  content: "";
  z-index: -1;
}
.Mazda_block .border-cta:after {
  background-color: transparent !important;
  transition:
    all 0.3s,
    visibility 0s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.Mazda_block .border-cta.active-state,
.Mazda_block .border-cta:hover {
  background-color: #910a2d !important;
}
.Mazda_block .border-cta.active-state:after,
.Mazda_block .border-cta:hover:after {
  right: 0;
}
@media (max-width: 768px) {
  .Mazda_block .border-cta {
    background-color: #910a2d;
  }
  .Mazda_block .border-cta:after {
    right: 0 !important;
  }
}
.Mazda_block .border-cta:first-child {
  margin-left: 0;
}
.Mazda_block .border-cta:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .Mazda_block .border-cta {
    color: #fff;
  }
  .Mazda_block .border-cta:after {
    right: 0;
  }
}
.Mazda_block .slide-navigation {
  position: absolute;
  width: 240px;
  overflow: hidden;
  left: 0;
  right: 0;
  bottom: 20px;
  height: 35px;
  text-align: center;
  margin: auto;
  z-index: 2;
  -webkit-animation: opacityIn 1s;
  animation: opacityIn 1s;
}
.Mazda_block .slide-navigation ul {
  position: absolute;
  left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  transition: 0.3s;
}
.Mazda_block .slide-navigation ul li {
  height: 35px;
  width: 50px;
  line-height: 35px;
  margin: 0 15px;
  display: table;
}
.Mazda_block .slide-navigation ul li a {
  display: inline-block;
  vertical-align: bottom;
  height: 28px;
  font-size: 13px;
  width: 50px;
  margin: 0;
  transition:
    all 0.3s,
    visibility 0s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  position: relative;
}
.Mazda_block .slide-navigation ul li a.light {
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
.Mazda_block .slide-navigation ul li a.light:hover {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.Mazda_block .slide-navigation ul li a.dark {
  color: #101010;
  border-bottom: 1px solid rgba(16, 16, 16, 0.8);
}
.Mazda_block .slide-navigation ul li a.dark:hover {
  color: #101010;
  border-bottom: 1px solid #101010;
}
.Mazda_block .slide-navigation ul li.active a {
  height: 35px;
  font-size: 15px;
  font-size: 1.5rem;
  color: #fff;
  border-bottom: 5px solid #8d7057 !important;
}
.Mazda_block .slide-navigation ul li.active a:hover {
  color: #fff;
}
.Mazda_block .slide-navigation ul li.active a.light {
  color: #fff;
}
.Mazda_block .slide-navigation ul li.active a.light:hover {
  color: #fff;
}
.Mazda_block .slide-navigation ul li.active a.dark {
  color: #101010;
}
.Mazda_block .slide-navigation ul li.active a.dark:hover {
  color: #101010;
}
@media screen and (max-width: 767px) {
  .Mazda_block .slide-navigation {
    bottom: 20px;
  }
}
@-webkit-keyframes ajaxRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes ajaxRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.ng-mazda .main,
.ng-mazda .main-header {
  font-size: 40px !important;
  letter-spacing: 4px !important;
  line-height: 40px !important;
  font-family: InterstateRegular !important;
  margin-bottom: initial;
  text-transform: initial;
}
@media screen and (max-width: 768px) {
  .ng-mazda .main,
  .ng-mazda .main-header {
    font-size: 30px !important;
    letter-spacing: 3px !important;
    line-height: 32px !important;
  }
}
.ng-mazda .feature-header {
  font-size: 20px !important;
  letter-spacing: 2px !important;
  line-height: 27px !important;
  font-family: InterstateRegular !important;
  margin-bottom: initial;
  text-transform: initial;
}
.ng-mazda .section-header {
  font-size: 18px !important;
  letter-spacing: 2px !important;
  line-height: 25px !important;
  font-family: InterstateRegular !important;
  margin-bottom: initial;
  text-transform: initial;
}
.ng-mazda .btn-label {
  font-size: 14px !important;
  letter-spacing: 1px !important;
  line-height: 20px !important;
  font-family: InterstateRegular !important;
}
.ng-mazda .body-copy {
  font-size: 16px !important;
  letter-spacing: normal !important;
  line-height: 20px !important;
  font-family: InterstateLight !important;
}
.ng-mazda .body-footer {
  font-size: 10px !important;
  letter-spacing: 2px !important;
  line-height: 18px !important;
  font-family: InterstateRegular !important;
}
.ng-mazda .ng-btn {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 175px;
  width: auto;
  box-sizing: border-box;
  padding: 16px 24px !important;
  border-radius: 4px;
  outline: 0;
  border: none;
  text-decoration: none;
  cursor: pointer;
  font-family: InterstateRegular;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  transition:
    background-color 150ms ease-in-out,
    color 150ms ease-in-out,
    border-color 150ms ease-in-out !important;
}
.ng-mazda .ng-btn:disabled {
  opacity: 0.4;
  pointer-events: none;
}
.ng-mazda .ng-btn.red {
  color: #fff !important;
  background-color: #040b13 !important;
}
.ng-mazda .ng-btn.red:hover {
  background-color: #535b69 !important;
  color: #fff !important;
}
.ng-mazda .ng-btn.red.is-pressed,
.ng-mazda .ng-btn.red:active {
  background-color: #000 !important;
  color: #fff !important;
}
.ng-mazda .ng-link {
  position: relative;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  color: #101010;
}
.ng-mazda .ng-link p {
  display: inline;
  position: relative;
  margin: initial !important;
  margin-left: 12px !important;
}
.ng-mazda .ng-link p:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: #8d7057;
  transition: 0.4s linear;
}
.ng-mazda .ng-link span {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  transition: 0.4s linear;
}
.ng-mazda .ng-link:hover p:before {
  width: 100%;
}
@media (max-width: 1024px) {
  .ng-mazda .ng-link:hover p:before {
    display: none;
  }
}
.ng-mazda .ng-link:hover span {
  color: #8d7057;
}
.gallery-counter {
  float: left;
  color: #101010;
}
@media (max-width: 768px) {
  .gallery-counter {
    float: none;
  }
}
.mdp-flexiblecontent-gallery {
  position: relative;
}
.mdp-flexiblecontent-gallery .gallery-content {
  position: relative;
}
.mdp-flexiblecontent-gallery .gallery-content .title {
  text-align: center;
}
@media (max-width: 768px) {
  .mdp-flexiblecontent-gallery .gallery-content .description {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .mdp-flexiblecontent-gallery .gallery-counter {
    position: absolute;
  }
}
@media (max-width: 768px) {
  .mdp-flexiblecontent-gallery .gallery-counter {
    position: relative;
    text-align: center;
  }
  .mdp-flexiblecontent-gallery .gallery-counter p {
    display: inline;
  }
}
.mdp-flexiblecontent-5050--left {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-height: 900px;
  overflow: hidden;
  position: relative;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.mdp-flexiblecontent-5050--left .nm-block .nm-btn {
  margin-top: 20px;
}
.mdp-flexiblecontent-5050--left a {
  margin: 30px 0 0 !important;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .mdp-flexiblecontent-5050--left {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    max-height: none;
    min-height: inherit;
  }
}
@media screen and (max-width: 767px) {
  .mdp-flexiblecontent-5050--left {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    max-height: none;
    min-height: inherit;
  }
}
.mdp-flexiblecontent-5050--left__header {
  margin: 10px 0 20px;
}
.mdp-flexiblecontent-5050--left__header-primary {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.2em;
  font-family: InterstateRegular, helvetica, arial, sans-serif;
  text-transform: uppercase;
  line-height: 27px;
  margin-bottom: 28px;
  margin-bottom: 2.8rem;
}
.mdp-flexiblecontent-5050--left__header-primary > h1,
.mdp-flexiblecontent-5050--left__header-primary > h2,
.mdp-flexiblecontent-5050--left__header-primary > h3,
.mdp-flexiblecontent-5050--left__header-primary > h4,
.mdp-flexiblecontent-5050--left__header-primary > h5,
.mdp-flexiblecontent-5050--left__header-primary > h6,
.mdp-flexiblecontent-5050--left__header-primary > p {
  font-size: 20px;
  font-size: 2rem;
  line-height: 27px;
}
.mdp-flexiblecontent-5050--left__copy {
  margin-top: 18px;
  margin-top: 1.8rem;
}
.mdp-flexiblecontent-5050--left__copy ul {
  display: table;
  margin-left: 20px;
}
.mdp-flexiblecontent-5050--left__copy ul li {
  line-height: 2;
  margin: 8px 0 8px 10px;
  position: relative;
  text-align: left;
}
.mdp-flexiblecontent-5050--left__copy ul li::before {
  background-color: #999;
  border-radius: 50%;
  content: "";
  font-size: 4px;
  left: -22px;
  padding: 3px;
  position: absolute;
  top: 13px;
}
.mdp-flexiblecontent-5050--left__copy ol {
  display: table;
  margin-left: 20px;
}
.mdp-flexiblecontent-5050--left__copy ol li {
  counter-increment: step-counter;
  line-height: 2;
  margin: 8px 0;
  position: relative;
  text-align: left;
}
.mdp-flexiblecontent-5050--left__copy ol li::before {
  color: #999;
  content: counter(step-counter) ".";
  font-size: 16px;
  font-size: 1.6rem;
  left: -15px;
  position: relative;
}
.mdp-flexiblecontent-5050--left__copy p:last-child {
  margin-bottom: 0;
}
.mdp-flexiblecontent-5050--left__copy p {
  font-family: interstateRegular;
  font-size: 14px;
  line-height: 16px;
}
.mdp-flexiblecontent-5050--left__image-container {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 50%;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .mdp-flexiblecontent-5050--left__image-container {
    max-height: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .mdp-flexiblecontent-5050--left__image-container {
    max-height: 100%;
    width: 100%;
  }
}
.mdp-flexiblecontent-5050--left__image {
  height: auto;
  width: 100%;
}
.mdp-flexiblecontent-5050--left .left-tout--description {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 50px;
  position: relative;
  width: 50%;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .mdp-flexiblecontent-5050--left .left-tout--description {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .mdp-flexiblecontent-5050--left .left-tout--description {
    width: 100%;
    padding: 50px 30px;
  }
}
.mdp-flexiblecontent-5050--left .left-tout--description__container {
  min-width: 383px;
  max-width: 470px;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .mdp-flexiblecontent-5050--left .left-tout--description__container {
    max-width: 600px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .mdp-flexiblecontent-5050--left .left-tout--description__container {
    min-width: 0;
    width: 100%;
  }
}
.mdp-flexiblecontent-5050--left .cta-container {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .mdp-flexiblecontent-5050--left .cta-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.mdp-flexiblecontent-5050--left.light-text
  .mdp-flexiblecontent-5050--left__copy,
.mdp-flexiblecontent-5050--left.light-text
  .mdp-flexiblecontent-5050--left__header {
  color: #fff;
}
.mdp-flexiblecontent-5050--left.text-center {
  text-align: center;
}
.mdp-flexiblecontent-5050--right {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 900px;
  overflow: hidden;
  position: relative;
}
.mdp-flexiblecontent-5050--right a {
  margin: 30px 0 0 !important;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .mdp-flexiblecontent-5050--right {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    max-height: none;
    min-height: inherit;
  }
}
@media screen and (max-width: 767px) {
  .mdp-flexiblecontent-5050--right {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    max-height: none;
    min-height: inherit;
  }
}
.mdp-flexiblecontent-5050--right__header {
  margin: 10px 0 20px;
}
.mdp-flexiblecontent-5050--right__header-primary * {
  font-size: 18px;
  font-size: 1.8rem;
}
.mdp-flexiblecontent-5050--right__copy {
  margin-top: 18px;
  margin-top: 1.8rem;
}
.mdp-flexiblecontent-5050--right__copy ul {
  display: table;
  margin-left: 20px;
}
.mdp-flexiblecontent-5050--right__copy ul li {
  line-height: 2;
  margin: 8px 0 8px 10px;
  position: relative;
  text-align: left;
}
.mdp-flexiblecontent-5050--right__copy ul li::before {
  background-color: #999;
  border-radius: 50%;
  content: "";
  font-size: 4px;
  left: -22px;
  padding: 3px;
  position: absolute;
  top: 13px;
}
.mdp-flexiblecontent-5050--right__copy ol {
  display: table;
  margin-left: 20px;
}
.mdp-flexiblecontent-5050--right__copy ol li {
  counter-increment: step-counter;
  line-height: 2;
  margin: 8px 0;
  position: relative;
  text-align: left;
}
.mdp-flexiblecontent-5050--right__copy ol li::before {
  color: #999;
  content: counter(step-counter) ".";
  font-size: 16px;
  font-size: 1.6rem;
  left: -15px;
  position: relative;
}
.mdp-flexiblecontent-5050--right__copy p:last-child {
  margin-bottom: 0;
}
.mdp-flexiblecontent-5050--right__image-container {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  overflow: hidden;
  position: relative;
  width: 50%;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .mdp-flexiblecontent-5050--right__image-container {
    max-height: 100%;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .mdp-flexiblecontent-5050--right__image-container {
    max-height: 100%;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }
}
.mdp-flexiblecontent-5050--right__image {
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
}
.mdp-flexiblecontent-5050--right .right-tout--description {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  padding: 50px;
  position: relative;
  width: 50%;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .mdp-flexiblecontent-5050--right .right-tout--description {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .mdp-flexiblecontent-5050--right .right-tout--description {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }
}
.mdp-flexiblecontent-5050--right .right-tout--description__container {
  min-width: 383px;
  max-width: 470px;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .mdp-flexiblecontent-5050--right .right-tout--description__container {
    max-width: 600px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .mdp-flexiblecontent-5050--right .right-tout--description__container {
    min-width: 0;
    width: 100%;
  }
}
.mdp-flexiblecontent-5050--right .cta-container {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .mdp-flexiblecontent-5050--right .cta-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.mdp-flexiblecontent-5050--right.light-text
  .mdp-flexiblecontent-5050--right__copy,
.mdp-flexiblecontent-5050--right.light-text
  .mdp-flexiblecontent-5050--right__header {
  color: #fff;
}
.mdp-flexiblecontent-5050--right.text-center {
  text-align: center;
}
.stories-blog-page-5050-ms {
  min-height: 470px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 900px;
  overflow: hidden;
  position: relative;
}
.stories-blog-page-5050-ms h4 {
  text-align: center;
}
.stories-blog-page-5050-ms .cta-container {
  text-align: center;
}
.stories-blog-page-5050-ms .mdp-flexiblecontent-5050--right__copy {
  text-align: center;
  font-size: 14px;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .stories-blog-page-5050-ms {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    max-height: none;
    min-height: inherit;
  }
}
@media screen and (max-width: 767px) {
  .stories-blog-page-5050-ms {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    max-height: none;
    min-height: inherit;
  }
}
.stories-blog-page-5050-ms__header {
  margin: 10px 0 20px;
}
.stories-blog-page-5050-ms__header-primary {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.2em;
  font-family: InterstateRegular, helvetica, arial, sans-serif;
  text-transform: uppercase;
  line-height: 27px;
  margin-bottom: 28px;
  margin-bottom: 2.8rem;
}
.stories-blog-page-5050-ms__header-primary > h1,
.stories-blog-page-5050-ms__header-primary > h2,
.stories-blog-page-5050-ms__header-primary > h3,
.stories-blog-page-5050-ms__header-primary > h4,
.stories-blog-page-5050-ms__header-primary > h5,
.stories-blog-page-5050-ms__header-primary > h6,
.stories-blog-page-5050-ms__header-primary > p {
  font-size: 20px;
  font-size: 2rem;
  line-height: 27px;
}
.stories-blog-page-5050-ms__copy {
  margin-top: 18px;
  margin-top: 1.8rem;
}
.stories-blog-page-5050-ms__copy ul {
  display: table;
  margin-left: 20px;
}
.stories-blog-page-5050-ms__copy ul li {
  line-height: 2;
  margin: 8px 0 8px 10px;
  position: relative;
  text-align: left;
}
.stories-blog-page-5050-ms__copy ul li::before {
  background-color: #999;
  border-radius: 50%;
  content: "";
  font-size: 4px;
  left: -22px;
  padding: 3px;
  position: absolute;
  top: 13px;
}
.stories-blog-page-5050-ms__copy ol {
  display: table;
  margin-left: 20px;
}
.stories-blog-page-5050-ms__copy ol li {
  counter-increment: step-counter;
  line-height: 2;
  margin: 8px 0;
  position: relative;
  text-align: left;
}
.stories-blog-page-5050-ms__copy ol li::before {
  color: #999;
  content: counter(step-counter) ".";
  font-size: 16px;
  font-size: 1.6rem;
  left: -15px;
  position: relative;
}
.stories-blog-page-5050-ms__copy p:last-child {
  margin-bottom: 0;
}
.stories-blog-page-5050-ms__image-container {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 50%;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .stories-blog-page-5050-ms__image-container {
    max-height: 50vh;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .stories-blog-page-5050-ms__image-container {
    max-height: 50vh;
    width: 100%;
  }
}
.stories-blog-page-5050-ms__image {
  height: auto;
  width: 100%;
}
.stories-blog-page-5050-ms .left-tout--description {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 50px;
  position: relative;
  width: 50%;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .stories-blog-page-5050-ms .left-tout--description {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .stories-blog-page-5050-ms .left-tout--description {
    width: 100%;
    padding: 50px 30px;
  }
}
.stories-blog-page-5050-ms .left-tout--description__container {
  min-width: 383px;
  max-width: 470px;
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  transition:
    opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition:
    opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.stories-blog-page-5050-ms .left-tout--description__container.in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 1024px) {
  .stories-blog-page-5050-ms .left-tout--description__container {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .stories-blog-page-5050-ms .left-tout--description__container {
    max-width: 600px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .stories-blog-page-5050-ms .left-tout--description__container {
    min-width: 0;
    width: 100%;
  }
}
.stories-blog-page-5050-ms .cta-container {
  margin: 0 -10px;
}
@media screen and (max-width: 767px) {
  .stories-blog-page-5050-ms .cta-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.stories-blog-page-5050-ms .cta-container .cta {
  margin: 30px 10px 0;
}
.stories-blog-page-5050-ms.light-text .mdp-flexiblecontent-5050--left__copy,
.stories-blog-page-5050-ms.light-text .mdp-flexiblecontent-5050--left__header {
  color: #fff;
}
.stories-blog-page-5050-ms.text-center {
  text-align: center;
}
.stories-blog-page-5050-ms {
  min-height: 470px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 900px;
  overflow: hidden;
  position: relative;
}
.stories-blog-page-5050-ms h4 {
  text-align: center;
}
.stories-blog-page-5050-ms .cta-container {
  text-align: center;
  margin: 0 -10px;
}
@media screen and (max-width: 767px) {
  .stories-blog-page-5050-ms .cta-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.stories-blog-page-5050-ms .cta-container .cta {
  margin: 30px 10px 0;
}
.stories-blog-page-5050-ms .mdp-flexiblecontent-5050--right__copy {
  text-align: center;
  font-size: 14px;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .stories-blog-page-5050-ms {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    max-height: none;
    min-height: inherit;
  }
}
@media screen and (max-width: 767px) {
  .stories-blog-page-5050-ms {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    max-height: none;
    min-height: inherit;
  }
}
.stories-blog-page-5050-ms__header {
  margin: 10px 0 20px;
}
.stories-blog-page-5050-ms__header-primary * {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}
.stories-blog-page-5050-ms__copy {
  margin-top: 18px;
  margin-top: 1.8rem;
}
.stories-blog-page-5050-ms__copy ul {
  display: table;
  margin-left: 20px;
}
.stories-blog-page-5050-ms__copy ul li {
  line-height: 2;
  margin: 8px 0 8px 10px;
  position: relative;
  text-align: left;
}
.stories-blog-page-5050-ms__copy ul li::before {
  background-color: #999;
  border-radius: 50%;
  content: "";
  font-size: 4px;
  left: -22px;
  padding: 3px;
  position: absolute;
  top: 13px;
}
.stories-blog-page-5050-ms__copy ol {
  display: table;
  margin-left: 20px;
}
.stories-blog-page-5050-ms__copy ol li {
  counter-increment: step-counter;
  line-height: 2;
  margin: 8px 0;
  position: relative;
  text-align: left;
}
.stories-blog-page-5050-ms__copy ol li::before {
  color: #999;
  content: counter(step-counter) ".";
  font-size: 16px;
  font-size: 1.6rem;
  left: -15px;
  position: relative;
}
.stories-blog-page-5050-ms__copy p:last-child {
  margin-bottom: 0;
}
.stories-blog-page-5050-ms__image-container {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  overflow: hidden;
  position: relative;
  width: 50%;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .stories-blog-page-5050-ms__image-container {
    max-height: 50vh;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .stories-blog-page-5050-ms__image-container {
    max-height: 50vh;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }
}
.stories-blog-page-5050-ms__image {
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
}
.stories-blog-page-5050-ms .right-tout--description {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  padding: 50px;
  position: relative;
  width: 50%;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .stories-blog-page-5050-ms .right-tout--description {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .stories-blog-page-5050-ms .right-tout--description {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }
}
.stories-blog-page-5050-ms .right-tout--description__container {
  min-width: 383px;
  max-width: 470px;
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  transition:
    opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition:
    opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.stories-blog-page-5050-ms .right-tout--description__container.in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 1024px) {
  .stories-blog-page-5050-ms .right-tout--description__container {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .stories-blog-page-5050-ms .right-tout--description__container {
    max-width: 600px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .stories-blog-page-5050-ms .right-tout--description__container {
    min-width: 0;
    width: 100%;
  }
}
.stories-blog-page-5050-ms.light-text .mdp-flexiblecontent-5050--right__copy,
.stories-blog-page-5050-ms.light-text .mdp-flexiblecontent-5050--right__header {
  color: #fff;
}
.stories-blog-page-5050-ms.text-center {
  text-align: center;
}
.stories-blog-page-5050-ms {
  margin-top: 40px;
}
.stories-blog-page-5050-ms > div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.stories-blog-page-5050-ms > div.left-text {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.stories-blog-page-5050-ms > div.right-text {
  -webkit-flex-direction: row-reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.stories-blog-page-5050-ms .cta-container {
  margin: 0 auto;
  display: inline-block;
}
.stories-blog-page-5050-ms .cta-container a {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 375px) {
  .stories-blog-page-5050-ms .cta-container a:first-child {
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .stories-blog-page-5050-ms > div {
    display: block;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.container--full-width
  > .grid-row:first-child
  > .grid-col-medium-6
  > .mdp-flexiblecontent-tout--full-width {
  margin-top: 154px;
  margin-top: 15.4rem;
}
.mdp-flexiblecontent-tout--full-width {
  position: relative;
  width: 100%;
}
.mdp-flexiblecontent-tout--full-width__image {
  width: 100%;
  height: auto;
  transition: -webkit-transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (min-width: 768px) {
  .mdp-flexiblecontent-tout--full-width__image {
    -webkit-transform: scale(1.01) translateZ(0);
    transform: scale(1.01) translateZ(0);
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
  }
  .mdp-flexiblecontent-tout--full-width__image:hover {
    -webkit-transform: scale(1.07) translateZ(0);
    transform: scale(1.07) translateZ(0);
  }
}
.mdp-flexiblecontent-tout--full-width__image-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
  max-height: 415px;
  overflow: hidden;
  position: relative;
}
.mdp-flexiblecontent-tout--full-width__header {
  position: relative;
}
.mdp-flexiblecontent-tout--full-width__header-primary * {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 4px;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 767px) {
  .mdp-flexiblecontent-tout--full-width__header-primary * {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .mdp-flexiblecontent-tout--full-width .tout--description {
    height: auto;
  }
}
@media only screen and (max-width: 1250px) and (min-width: 768px) {
  .mdp-flexiblecontent-tout--full-width .tout--description {
    min-height: 140px;
  }
}
@media only screen and (min-width: 1251px) {
  .mdp-flexiblecontent-tout--full-width .tout--description {
    min-height: 110px;
  }
}
.mdp-flexiblecontent-tout--full-width .tout--description {
  border-left: 1px solid #e7e7e7;
  margin: 35px 0;
  padding: 0 10%;
  text-align: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.mdp-flexiblecontent-tout--full-width .tout--description .cta-container .cta,
.mdp-flexiblecontent-tout--full-width .tout--description .cta-container .cta-1 {
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 20px;
  font-family: InterstateRegular;
}
.mdp-flexiblecontent-tout--full-width
  .tout--description
  .cta-container
  .ng-btn {
  letter-spacing: 3px;
  font-size: 14px;
  line-height: 20px;
  font-family: InterstateRegular;
}
.mdp-flexiblecontent-tout--full-width
  .tout--description
  .cta-container
  .ng-btn:not(:first-child) {
  margin: 10px;
}
.mdp-flexiblecontent-tout--full-width
  .tout--description
  .mdp-flexiblecontent-tout--full-width__copy,
.mdp-flexiblecontent-tout--full-width
  .tout--description
  .mdp-flexiblecontent-tout__copy {
  color: #101010;
  margin: 0 auto;
  max-width: 770px;
}
.mdp-flexiblecontent-tout--full-width
  .tout--description
  .mdp-flexiblecontent-tout--full-width__copy
  ul,
.mdp-flexiblecontent-tout--full-width
  .tout--description
  .mdp-flexiblecontent-tout__copy
  ul {
  display: table;
  margin-left: 20px;
}
.mdp-flexiblecontent-tout--full-width
  .tout--description
  .mdp-flexiblecontent-tout--full-width__copy
  ul
  li,
.mdp-flexiblecontent-tout--full-width
  .tout--description
  .mdp-flexiblecontent-tout__copy
  ul
  li {
  line-height: 2;
  margin: 8px 0 8px 10px;
  position: relative;
  text-align: left;
}
.mdp-flexiblecontent-tout--full-width
  .tout--description
  .mdp-flexiblecontent-tout--full-width__copy
  ul
  li::before,
.mdp-flexiblecontent-tout--full-width
  .tout--description
  .mdp-flexiblecontent-tout__copy
  ul
  li::before {
  background-color: #999;
  border-radius: 50%;
  content: "";
  font-size: 4px;
  left: -22px;
  padding: 3px;
  position: absolute;
  top: 13px;
}
.mdp-flexiblecontent-tout--full-width
  .tout--description
  .mdp-flexiblecontent-tout--full-width__copy
  ol,
.mdp-flexiblecontent-tout--full-width
  .tout--description
  .mdp-flexiblecontent-tout__copy
  ol {
  display: table;
  margin-left: 20px;
}
.mdp-flexiblecontent-tout--full-width
  .tout--description
  .mdp-flexiblecontent-tout--full-width__copy
  ol
  li,
.mdp-flexiblecontent-tout--full-width
  .tout--description
  .mdp-flexiblecontent-tout__copy
  ol
  li {
  counter-increment: step-counter;
  line-height: 2;
  margin: 8px 0;
  position: relative;
  text-align: left;
}
.mdp-flexiblecontent-tout--full-width
  .tout--description
  .mdp-flexiblecontent-tout--full-width__copy
  ol
  li::before,
.mdp-flexiblecontent-tout--full-width
  .tout--description
  .mdp-flexiblecontent-tout__copy
  ol
  li::before {
  color: #999;
  content: counter(step-counter) ".";
  font-size: 16px;
  font-size: 1.6rem;
  left: -15px;
  position: relative;
}
.mdp-flexiblecontent-tout--full-width
  .tout--description
  .mdp-flexiblecontent-tout--full-width__copy
  p:last-child,
.mdp-flexiblecontent-tout--full-width
  .tout--description
  .mdp-flexiblecontent-tout__copy
  p:last-child {
  margin-bottom: 0;
}
.mdp-flexiblecontent-tout--full-width.light-text
  .mdp-flexiblecontent-tout--full-width__copy,
.mdp-flexiblecontent-tout--full-width.light-text
  .mdp-flexiblecontent-tout--full-width__header-primary
  * {
  color: #fff;
}
.mdp-flexiblecontent-tout--full-width.text-center {
  text-align: center;
}
.mdp-flexiblecontent-tout--full-width[data-modal-index]
  .mdp-flexiblecontent-tout--full-width__image-container {
  cursor: pointer;
}
[class*="grid-col-"]:first-child
  .mdp-flexiblecontent-tout--full-width
  .tout--description {
  border-left: 0;
}
[class*="grid-col-"]
  .mdp-flexiblecontent-tout--full-width
  .mdp-flexiblecontent-tout__copy {
  border: 0;
  margin: 0;
  padding: 0;
}
.mdp-flexiblecontent-tout {
  border: 1px solid #d5d5d5;
  background: #fff;
  position: relative;
}
.mdp-flexiblecontent-tout__image {
  max-width: 100%;
  width: 100%;
  vertical-align: bottom;
  transition: -webkit-transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (min-width: 768px) {
  .mdp-flexiblecontent-tout__image {
    -webkit-transform: scale(1.01) translateZ(0);
    transform: scale(1.01) translateZ(0);
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
  }
  .mdp-flexiblecontent-tout__image:hover {
    -webkit-transform: scale(1.07) translateZ(0);
    transform: scale(1.07) translateZ(0);
  }
}
.mdp-flexiblecontent-tout__image-container {
  overflow: hidden;
  position: relative;
}
.mdp-flexiblecontent-tout__header-primary {
  position: relative;
}
.mdp-flexiblecontent-tout.light-text .mdp-flexiblecontent-tout__copy,
.mdp-flexiblecontent-tout.light-text
  .mdp-flexiblecontent-tout__header-primary
  * {
  color: #fff;
}
.mdp-flexiblecontent-tout.text-center {
  text-align: center;
}
.grid-col-medium-3 .mdp-flexiblecontent-tout__header,
.grid-col-medium-4 .mdp-flexiblecontent-tout__header {
  margin: 0 18px;
  border-bottom: 1px solid #ddd;
}
.grid-col-medium-3 .mdp-flexiblecontent-tout__header-primary *,
.grid-col-medium-4 .mdp-flexiblecontent-tout__header-primary * {
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
}
.grid-col-medium-3 .mdp-flexiblecontent-tout .tout--description,
.grid-col-medium-4 .mdp-flexiblecontent-tout .tout--description {
  text-align: center;
  padding: 32px 30px 30px;
}
.grid-col-medium-3 .mdp-flexiblecontent-tout .tout--description ul,
.grid-col-medium-4 .mdp-flexiblecontent-tout .tout--description ul {
  display: table;
  margin-left: 20px;
}
.grid-col-medium-3 .mdp-flexiblecontent-tout .tout--description ul li,
.grid-col-medium-4 .mdp-flexiblecontent-tout .tout--description ul li {
  line-height: 2;
  margin: 8px 0 8px 10px;
  position: relative;
  text-align: left;
}
.grid-col-medium-3 .mdp-flexiblecontent-tout .tout--description ul li::before,
.grid-col-medium-4 .mdp-flexiblecontent-tout .tout--description ul li::before {
  background-color: #999;
  border-radius: 50%;
  content: "";
  font-size: 4px;
  left: -22px;
  padding: 3px;
  position: absolute;
  top: 13px;
}
.grid-col-medium-3 .mdp-flexiblecontent-tout .tout--description ol,
.grid-col-medium-4 .mdp-flexiblecontent-tout .tout--description ol {
  display: table;
  margin-left: 20px;
}
.grid-col-medium-3 .mdp-flexiblecontent-tout .tout--description ol li,
.grid-col-medium-4 .mdp-flexiblecontent-tout .tout--description ol li {
  counter-increment: step-counter;
  line-height: 2;
  margin: 8px 0;
  position: relative;
  text-align: left;
}
.grid-col-medium-3 .mdp-flexiblecontent-tout .tout--description ol li::before,
.grid-col-medium-4 .mdp-flexiblecontent-tout .tout--description ol li::before {
  color: #999;
  content: counter(step-counter) ".";
  font-size: 16px;
  font-size: 1.6rem;
  left: -15px;
  position: relative;
}
.grid-col-medium-3 .mdp-flexiblecontent-tout .tout--description p,
.grid-col-medium-4 .mdp-flexiblecontent-tout .tout--description p {
  margin: 18px 0;
}
.grid-col-medium-3 .mdp-flexiblecontent-tout__copy,
.grid-col-medium-4 .mdp-flexiblecontent-tout__copy {
  border-top: 1px solid #d1d1d1;
  margin-top: 30px;
  padding-top: 6px;
}
.grid-col-medium-6 .mdp-flexiblecontent-tout__header {
  margin: 0 18px;
  border-bottom: 1px solid #ddd;
}
.grid-col-medium-6 .mdp-flexiblecontent-tout__header-primary {
  padding: 0 15px;
}
.grid-col-medium-6 .mdp-flexiblecontent-tout__header-primary * {
  padding: 12px 0;
  margin: 0;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .grid-col-medium-6 .mdp-flexiblecontent-tout__header-primary * {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .grid-col-medium-6 .mdp-flexiblecontent-tout-primary * {
    margin: 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.grid-col-medium-6 .mdp-flexiblecontent-tout .tout--description {
  text-align: center;
  padding: 32px 30px 30px;
}
.grid-col-medium-6 .mdp-flexiblecontent-tout .tout--description ul {
  display: table;
  margin-left: 20px;
}
.grid-col-medium-6 .mdp-flexiblecontent-tout .tout--description ul li {
  line-height: 2;
  margin: 8px 0 8px 10px;
  position: relative;
  text-align: left;
}
.grid-col-medium-6 .mdp-flexiblecontent-tout .tout--description ul li::before {
  background-color: #999;
  border-radius: 50%;
  content: "";
  font-size: 4px;
  left: -22px;
  padding: 3px;
  position: absolute;
  top: 13px;
}
.grid-col-medium-6 .mdp-flexiblecontent-tout .tout--description ol {
  display: table;
  margin-left: 20px;
}
.grid-col-medium-6 .mdp-flexiblecontent-tout .tout--description ol li {
  counter-increment: step-counter;
  line-height: 2;
  margin: 8px 0;
  position: relative;
  text-align: left;
}
.grid-col-medium-6 .mdp-flexiblecontent-tout .tout--description ol li::before {
  color: #999;
  content: counter(step-counter) ".";
  font-size: 16px;
  font-size: 1.6rem;
  left: -15px;
  position: relative;
}
.grid-col-medium-6 .mdp-flexiblecontent-tout .tout--description p {
  margin: 18px;
}
.grid-col-medium-6 .mdp-flexiblecontent-tout__copy {
  border-top: 1px solid #d1d1d1;
  margin-top: 30px;
  padding-top: 6px;
}
.grid-col-medium-12 > .mdp-flexiblecontent-tout__header-primary * {
  padding: 12px 0;
  margin: 0;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .grid-col-medium-12 > .mdp-flexiblecontent-tout__header-primary * {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.grid-col-medium-12 > .mdp-flexiblecontent-tout .tout--description {
  text-align: center;
  padding-bottom: 20px;
}
.grid-col-medium-12 > .mdp-flexiblecontent-tout .tout--description ul {
  display: table;
  margin-left: 20px;
}
.grid-col-medium-12 > .mdp-flexiblecontent-tout .tout--description ul li {
  line-height: 2;
  margin: 8px 0 8px 10px;
  position: relative;
  text-align: left;
}
.grid-col-medium-12
  > .mdp-flexiblecontent-tout
  .tout--description
  ul
  li::before {
  background-color: #999;
  border-radius: 50%;
  content: "";
  font-size: 4px;
  left: -22px;
  padding: 3px;
  position: absolute;
  top: 13px;
}
.grid-col-medium-12 > .mdp-flexiblecontent-tout .tout--description ol {
  display: table;
  margin-left: 20px;
}
.grid-col-medium-12 > .mdp-flexiblecontent-tout .tout--description ol li {
  counter-increment: step-counter;
  line-height: 2;
  margin: 8px 0;
  position: relative;
  text-align: left;
}
.grid-col-medium-12
  > .mdp-flexiblecontent-tout
  .tout--description
  ol
  li::before {
  color: #999;
  content: counter(step-counter) ".";
  font-size: 16px;
  font-size: 1.6rem;
  left: -15px;
  position: relative;
}
.grid-col-medium-12 > .mdp-flexiblecontent-tout .tout--description p {
  margin: 18px;
}
.mdp-flexiblecontent-tout__icon-container--icon {
  height: 7rem;
}
.mdp-flexiblecontent-video {
  background-color: #000;
  position: relative;
}
.mdp-flexiblecontent-video__overlay {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  pointer-events: none;
  position: relative;
  z-index: 2;
}
.mdp-flexiblecontent-video__overlay:before {
  content: "\f131";
  font-family: standard-icon-font;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mdp-flexiblecontent-video__overlay:hover {
  cursor: pointer;
}
.mdp-flexiblecontent-video__overlay::before {
  background-color: rgba(0, 0, 0, 0.3);
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  font-size: 1.3rem;
  padding: 25px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .mdp-flexiblecontent-video__overlay::before {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 30px;
  }
}
.mdp-flexiblecontent-video__overlay > img {
  height: 100%;
  width: 100%;
}
.mdp-flexiblecontent-video__overlay.hidden {
  visibility: hidden;
  z-index: -1;
}
.mdp-flexiblecontent-video__wrapper {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.mdp-flexiblecontent-video .cover {
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
  z-index: 2;
}
.mdp-flexiblecontent-6040 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 600px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .mdp-flexiblecontent-6040 {
    max-height: none;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
@media (max-width: 1024px) {
  .mdp-flexiblecontent-6040 {
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    max-height: inherit;
  }
}
.mdp-flexiblecontent-6040__container {
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex: 0 1 40%;
  -ms-flex: 0 1 40%;
  flex: 0 1 40%;
  overflow: hidden;
}
.mdp-flexiblecontent-6040__container--image {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  max-height: 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .mdp-flexiblecontent-6040__container {
    -ms-flex-item-align: auto;
    -webkit-align-self: auto;
    align-self: auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
@media (max-width: 1024px) {
  .mdp-flexiblecontent-6040__container {
    -ms-flex-item-align: auto;
    -webkit-align-self: auto;
    align-self: auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
.mdp-flexiblecontent-6040 .mdp-flexiblecontent-6040-description {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex: 0 1 60%;
  -ms-flex: 0 1 60%;
  flex: 0 1 60%;
  margin: 20px 0;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .mdp-flexiblecontent-6040 .mdp-flexiblecontent-6040-description {
    -ms-flex-item-align: auto;
    -webkit-align-self: auto;
    align-self: auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
@media (max-width: 1024px) {
  .mdp-flexiblecontent-6040 .mdp-flexiblecontent-6040-description {
    -ms-flex-item-align: auto;
    -webkit-align-self: auto;
    align-self: auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
.mdp-flexiblecontent-6040 .mdp-flexiblecontent-6040-description__container {
  -webkit-flex: 0 1 80%;
  -ms-flex: 0 1 80%;
  flex: 0 1 80%;
  max-width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .mdp-flexiblecontent-6040 .mdp-flexiblecontent-6040-description__container {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding: 0 24px;
  }
}
@media (max-width: 1024px) {
  .mdp-flexiblecontent-6040 .mdp-flexiblecontent-6040-description__container {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding: 0 24px;
  }
}
.mdp-flexiblecontent-6040__header-primary > * {
  font-size: 18px;
  font-size: 1.8rem;
}
.mdp-flexiblecontent-6040 .cta-container .cta {
  margin-right: 20px;
}
.mdp-flexiblecontent-6040.image-right .mdp-flexiblecontent-6040__container {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .mdp-flexiblecontent-6040.image-right .mdp-flexiblecontent-6040__container {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media (max-width: 1024px) {
  .mdp-flexiblecontent-6040.image-right .mdp-flexiblecontent-6040__container {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
.mdp-flexiblecontent-6040.image-right .mdp-flexiblecontent-6040-description {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .mdp-flexiblecontent-6040.image-right .mdp-flexiblecontent-6040-description {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media (max-width: 1024px) {
  .mdp-flexiblecontent-6040.image-right .mdp-flexiblecontent-6040-description {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
.mdp-flexiblecontent-6040.light-text
  .mdp-flexiblecontent-6040-description
  .mdp-flexiblecontent-6040__copy,
.mdp-flexiblecontent-6040.light-text
  .mdp-flexiblecontent-6040-description
  .mdp-flexiblecontent-6040__header-primary {
  color: #fff;
}
.mdp-flexiblecontent-vehicle-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  padding: 30px 0 65px;
}
.mdp-flexiblecontent-vehicle-list
  .mdp-flexiblecontent-vehicle-list__title
  .title {
  border: 0;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 60px;
  padding: 0;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .mdp-flexiblecontent-vehicle-list
    .mdp-flexiblecontent-vehicle-list__title
    .title {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .mdp-flexiblecontent-vehicle-list
    .mdp-flexiblecontent-vehicle-list__title
    .title {
    display: none;
  }
}
.mdp-flexiblecontent-vehicle-list
  .mdp-flexiblecontent-vehicle-list__title
  .mobile-title {
  display: none;
}
@media screen and (max-width: 767px) {
  .mdp-flexiblecontent-vehicle-list
    .mdp-flexiblecontent-vehicle-list__title
    .mobile-title {
    display: block;
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 17px;
  }
}
.mdp-flexiblecontent-vehicle-list
  .mdp-flexiblecontent-vehicle-list__column--container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .mdp-flexiblecontent-vehicle-list
    .mdp-flexiblecontent-vehicle-list__column--container {
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
.mdp-flexiblecontent-vehicle-list
  .mdp-flexiblecontent-vehicle-list__column--container
  .mdp-flexiblecontent-vehicle-list__column {
  border-right: 1px solid #c4c4c4;
  -webkit-flex: 0 1 33%;
  -ms-flex: 0 1 33%;
  flex: 0 1 33%;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mdp-flexiblecontent-vehicle-list
    .mdp-flexiblecontent-vehicle-list__column--container
    .mdp-flexiblecontent-vehicle-list__column {
    border-right: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding: 0;
  }
}
.mdp-flexiblecontent-vehicle-list
  .mdp-flexiblecontent-vehicle-list__column--container
  .mdp-flexiblecontent-vehicle-list__column:last-child {
  border: 0;
}
.mdp-flexiblecontent-vehicle-list
  .mdp-flexiblecontent-vehicle-list__column--container
  .mdp-flexiblecontent-vehicle-list__column
  .model-label {
  -webkit-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
@media screen and (max-width: 767px) {
  .mdp-flexiblecontent-vehicle-list
    .mdp-flexiblecontent-vehicle-list__column--container
    .mdp-flexiblecontent-vehicle-list__column
    .model-label {
    line-height: 11px;
    line-height: 1.1rem;
    margin-left: 20px;
  }
}
.mdp-flexiblecontent-vehicle-list
  .mdp-flexiblecontent-vehicle-list__column--container
  .mdp-flexiblecontent-vehicle-list__column
  .model-name {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  line-height: 26px;
  font-family: InterstateRegular, helvetica, arial, sans-serif;
  margin-bottom: 0;
  text-transform: uppercase;
  white-space: nowrap;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .mdp-flexiblecontent-vehicle-list
    .mdp-flexiblecontent-vehicle-list__column--container
    .mdp-flexiblecontent-vehicle-list__column
    .model-name {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .mdp-flexiblecontent-vehicle-list
    .mdp-flexiblecontent-vehicle-list__column--container
    .mdp-flexiblecontent-vehicle-list__column
    .model-name {
    display: inline-block;
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 1px;
  }
}
.mdp-flexiblecontent-vehicle-list
  .mdp-flexiblecontent-vehicle-list__column--container
  .mdp-flexiblecontent-vehicle-list__column
  .model-image {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 130px;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
@media screen and (max-width: 767px) {
  .mdp-flexiblecontent-vehicle-list
    .mdp-flexiblecontent-vehicle-list__column--container
    .mdp-flexiblecontent-vehicle-list__column
    .model-image {
    -webkit-flex: 0 1 46%;
    -ms-flex: 0 1 46%;
    flex: 0 1 46%;
    height: 100%;
  }
}
.mdp-flexiblecontent-vehicle-list
  .mdp-flexiblecontent-vehicle-list__column--container
  .mdp-flexiblecontent-vehicle-list__column
  .model-image
  img {
  height: auto;
  width: 80%;
}
.stories-gallery a {
  display: block;
}
.stories-blog-page-header .blog-page-header {
  width: 100%;
  max-width: 620px;
  text-align: center;
  margin: 0 auto;
}
.stories-blog-page-header .blog-page-header p.description {
  margin-top: 40px;
}
.stories-blog-page-5050-ms > div,
.stories-blog-page-5050 > div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.stories-blog-page-5050-ms > div.left-text,
.stories-blog-page-5050 > div.left-text {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.stories-blog-page-5050-ms > div.right-text,
.stories-blog-page-5050 > div.right-text {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.stories-gallery .light-container,
.stories-gallery .stories-gallery-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  position: relative;
}
.stories-gallery .icon-mazda-mx-close {
  position: absolute;
  right: 20px;
  top: 3px;
  z-index: 2;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}
.stories-gallery .stories-gallery-image {
  width: calc(33.3333333333% - 20px);
  margin-top: 20px;
  margin-left: 20px;
  position: relative;
  cursor: pointer;
  opacity: 1;
  transition: 0.4s ease-in-out;
  outline: 0 !important;
}
.stories-gallery .stories-gallery-image img {
  width: 100%;
}
.stories-gallery .stories-gallery-image span {
  font-size: 24px;
  color: #fff;
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin-left: -12px;
}
.stories-gallery .gallery-arrow {
  position: absolute;
  font-size: 28px;
  top: 50%;
  margin-top: -14px;
  color: #fff;
  z-index: 1;
}
.stories-gallery .stories-gallery-container .stories-gallery-image {
  height: 300px;
  overflow: hidden;
}
.stories-gallery .stories-gallery-container .stories-gallery-image img {
  position: absolute;
  height: 100%;
  width: initial;
  left: 50%;
}
.stories-blog-page-footer a {
  color: #101010;
}
.stories-blog-page-video .yt-video-container {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.stories-blog-page-video .yt-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .stories-blog-page-video .yt-video-container {
    padding-bottom: 56.25%;
  }
}
@media (max-width: 768px) {
  .stories-main-category .nm-grid-940 {
    width: 100%;
  }
  .stories-blog-page-header {
    padding-bottom: 10px;
  }
  .stories-blog-page-5050-ms > div,
  .stories-blog-page-5050 > div {
    display: block;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .stories-gallery .stories-gallery-container .stories-gallery-image {
    height: auto;
  }
  .stories-gallery .stories-gallery-container .stories-gallery-image img {
    position: relative;
    height: auto;
    width: 100%;
    left: initial;
  }
  .stories-blog-page-video {
    margin-top: 35px;
  }
  .stories-blog-page-video .video-container {
    position: relative;
  }
  .stories-blog-page-footer {
    margin-top: 0;
  }
}
.gallery-slider {
  padding: 0 0 50px;
}
.gallery-slider .gallery-slider-container {
  position: relative;
}
.gallery-slider .gallery-slider-item {
  background: #fff;
  cursor: pointer;
}
.gallery-slider a {
  display: block;
}
.gallery-slider .gallery-slider-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
}
.gallery-slider .gallery-slider-item {
  margin-top: 20px;
  margin-left: 20px;
  cursor: pointer;
  opacity: 1;
  width: 300px;
}
.gallery-slider .gallery-slider-item:focus {
  outline: 0 !important;
}
.gallery-slider .gallery-slider-item .gallery-slider-img {
  position: relative;
  font-size: 0;
  overflow: hidden;
  outline: 0;
}
.gallery-slider .gallery-slider-item .gallery-slider-img img {
  width: 100%;
}
.gallery-slider .gallery-slider-item span {
  font-size: 24px;
  color: #fff;
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin-left: -12px;
}
.gallery-slider .gallery-slider-container .gallery-slider-img {
  height: 300px;
  overflow: hidden;
}
.gallery-slider .gallery-slider-container .gallery-slider-img img {
  position: absolute;
  height: 100%;
  width: initial;
  outline: 0;
}
.gallery-slider .gallery-slider-arrow {
  position: absolute;
  font-size: 28px;
  top: 50%;
  margin-top: -14px;
  color: #fff;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 768px) {
  .gallery-slider {
    padding: 0 10px 20px 0;
    overflow: hidden;
  }
  .gallery-slider .nm-grid-940 {
    width: 100%;
  }
  .gallery-slider .gallery-slider-container .gallery-slider-item {
    margin-left: 30px;
  }
  .gallery-slider .gallery-slider-container .gallery-slider-item img {
    width: 98%;
    height: auto;
  }
  .gallery-slider .gallery-slider-container .gallery-slider-item span {
    font-size: 20px;
    color: #fff;
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin-left: -12px;
  }
  .gallery-slider .gallery-slider-arrow {
    position: absolute;
    font-size: 28px;
    top: 45%;
    margin-top: -14px;
    color: #fff;
    z-index: 1;
    cursor: pointer;
  }
}
@media (max-width: 768px) {
  .gallery-slider .gallery-slider-container .gallery-slider-img {
    height: auto;
  }
  .gallery-slider .gallery-slider-container .gallery-slider-img img {
    position: relative;
    height: auto;
    width: 100%;
    left: initial;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.mdp-flexiblecontent-quick-access {
  background-color: #f5f5f5;
  width: 100%;
  max-width: 100%;
  padding: 15px 0;
}
@media (max-width: 768px) {
  .mdp-flexiblecontent-quick-access {
    padding: 20px 0;
  }
}
.mdp-flexiblecontent-quick-access .grid1440 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%;
  margin: 0 auto;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 60px;
}
@media (max-width: 768px) {
  .mdp-flexiblecontent-quick-access .grid1440 {
    row-gap: 40px;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
.mdp-flexiblecontent-quick-access .mdp-flexiblecontent-quick-access__container {
  -webkit-flex: 0 0 calc((100% - 180px) / 4);
  -ms-flex: 0 0 calc((100% - 180px) / 4);
  flex: 0 0 calc((100% - 180px) / 4);
  max-width: calc((100% - 180px) / 4);
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .mdp-flexiblecontent-quick-access
    .mdp-flexiblecontent-quick-access__container {
    -webkit-flex: 1 1 calc(50% - 10px);
    -ms-flex: 1 1 calc(50% - 10px);
    flex: 1 1 calc(50% - 10px);
    width: calc(50% - 10px);
    max-width: calc(50% - 10px);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0 5px;
  }
}
.mdp-flexiblecontent-quick-access
  .mdp-flexiblecontent-quick-access__container
  .mdp-flexiblecontent-quick-access__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px 30px;
  width: auto;
  height: 100%;
  box-sizing: border-box;
  min-width: 180px;
  transition: opacity 250ms;
}
@media (max-width: 768px) {
  .mdp-flexiblecontent-quick-access
    .mdp-flexiblecontent-quick-access__container
    .mdp-flexiblecontent-quick-access__item {
    width: 100%;
    height: 100%;
    min-height: 100%;
    padding: 20px 30px 15px;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.mdp-flexiblecontent-quick-access
  .mdp-flexiblecontent-quick-access__container
  .mdp-flexiblecontent-quick-access__item
  .mdp-flexiblecontent-quick-access__icon {
  height: 56px;
  width: auto;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-bottom: 15px;
}
.mdp-flexiblecontent-quick-access
  .mdp-flexiblecontent-quick-access__container
  .mdp-flexiblecontent-quick-access__item
  .mdp-flexiblecontent-quick-access__icon:before {
  font-size: 56px;
  color: #101010;
  font-weight: 700;
  transition: color 0.3s;
}
.mdp-flexiblecontent-quick-access
  .mdp-flexiblecontent-quick-access__container
  .mdp-flexiblecontent-quick-access__item
  .mdp-flexiblecontent-quick-access__icon.icon-mazda-mx-calculator:before {
  font-weight: 400 !important;
}
@media screen and (min-width: 769px) {
  .mdp-flexiblecontent-quick-access
    .mdp-flexiblecontent-quick-access__container
    .mdp-flexiblecontent-quick-access__item:hover
    .mdp-flexiblecontent-quick-access__icon:before {
    color: #8d7057;
  }
}
.mdp-flexiblecontent-quick-access
  .mdp-flexiblecontent-quick-access__container
  .mdp-flexiblecontent-quick-access__item
  .mdp-flexiblecontent-quick-access__text {
  font-family: InterstateRegular;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.02rem;
  text-align: center;
  color: #101010;
}
@media (max-width: 768px) {
  .mdp-flexiblecontent-quick-access
    .mdp-flexiblecontent-quick-access__container
    .mdp-flexiblecontent-quick-access__item
    .mdp-flexiblecontent-quick-access__text {
    margin-top: 0;
    line-height: 1;
  }
}
@media screen and (min-width: 769px) {
  .mdp-flexiblecontent-quick-access
    .grid1440:hover
    .mdp-flexiblecontent-quick-access__item {
    opacity: 0.3;
  }
  .mdp-flexiblecontent-quick-access
    .grid1440:hover
    .mdp-flexiblecontent-quick-access__item:hover {
    opacity: 1;
  }
}
@-webkit-keyframes ajaxRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes ajaxRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.ng-mazda .main,
.ng-mazda .main-header {
  font-size: 40px !important;
  letter-spacing: 4px !important;
  line-height: 40px !important;
  font-family: InterstateRegular !important;
  margin-bottom: initial;
  text-transform: initial;
}
@media screen and (max-width: 768px) {
  .ng-mazda .main,
  .ng-mazda .main-header {
    font-size: 30px !important;
    letter-spacing: 3px !important;
    line-height: 32px !important;
  }
}
.ng-mazda .feature-header {
  font-size: 20px !important;
  letter-spacing: 2px !important;
  line-height: 27px !important;
  font-family: InterstateRegular !important;
  margin-bottom: initial;
  text-transform: initial;
}
.ng-mazda .section-header {
  font-size: 18px !important;
  letter-spacing: 2px !important;
  line-height: 25px !important;
  font-family: InterstateRegular !important;
  margin-bottom: initial;
  text-transform: initial;
}
.ng-mazda .btn-label {
  font-size: 14px !important;
  letter-spacing: 1px !important;
  line-height: 20px !important;
  font-family: InterstateRegular !important;
}
.ng-mazda .body-copy {
  font-size: 16px !important;
  letter-spacing: normal !important;
  line-height: 20px !important;
  font-family: InterstateLight !important;
}
.ng-mazda .body-footer {
  font-size: 10px !important;
  letter-spacing: 2px !important;
  line-height: 18px !important;
  font-family: InterstateRegular !important;
}
.ng-mazda .ng-btn {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 175px;
  width: auto;
  box-sizing: border-box;
  padding: 16px 24px !important;
  border-radius: 4px;
  outline: 0;
  border: none;
  text-decoration: none;
  cursor: pointer;
  font-family: InterstateRegular;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  transition:
    background-color 150ms ease-in-out,
    color 150ms ease-in-out,
    border-color 150ms ease-in-out !important;
}
.ng-mazda .ng-btn:disabled {
  opacity: 0.4;
  pointer-events: none;
}
.ng-mazda .ng-btn.red {
  color: #fff !important;
  background-color: #040b13 !important;
}
.ng-mazda .ng-btn.red:hover {
  background-color: #535b69 !important;
  color: #fff !important;
}
.ng-mazda .ng-btn.red.is-pressed,
.ng-mazda .ng-btn.red:active {
  background-color: #000 !important;
  color: #fff !important;
}
.ng-mazda .ng-link {
  position: relative;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  color: #101010;
}
.ng-mazda .ng-link p {
  display: inline;
  position: relative;
  margin: initial !important;
  margin-left: 12px !important;
}
.ng-mazda .ng-link p:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: #8d7057;
  transition: 0.4s linear;
}
.ng-mazda .ng-link span {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  transition: 0.4s linear;
}
.ng-mazda .ng-link:hover p:before {
  width: 100%;
}
@media (max-width: 1024px) {
  .ng-mazda .ng-link:hover p:before {
    display: none;
  }
}
.ng-mazda .ng-link:hover span {
  color: #8d7057;
}

@-webkit-keyframes zIn {
  0% {
    opacity: 0;
    z-index: -10;
  }
  100% {
    opacity: 1;
    z-index: 10;
  }
}
@keyframes zIn {
  0% {
    opacity: 0;
    z-index: -10;
  }
  100% {
    opacity: 1;
    z-index: 10;
  }
}
@-webkit-keyframes zOut {
  0% {
    opacity: 1;
    z-index: 10;
  }
  100% {
    opacity: 0;
    z-index: -10;
  }
}
@keyframes zOut {
  0% {
    opacity: 1;
    z-index: 10;
  }
  100% {
    opacity: 0;
    z-index: -10;
  }
}
@-webkit-keyframes swipeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20);
    transform: translateY(20);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes swipeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20);
    transform: translateY(20);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes swipeOut {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20);
    transform: translateY(20);
  }
}
@keyframes swipeOut {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20);
    transform: translateY(20);
  }
}
@-webkit-keyframes ajaxRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes ajaxRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.ng-mazda .main,
.ng-mazda .main-header {
  font-size: 40px !important;
  letter-spacing: 4px !important;
  line-height: 40px !important;
  font-family: InterstateRegular !important;
  margin-bottom: initial;
  text-transform: initial;
}
@media screen and (max-width: 768px) {
  .ng-mazda .main,
  .ng-mazda .main-header {
    font-size: 30px !important;
    letter-spacing: 3px !important;
    line-height: 32px !important;
  }
}
.ng-mazda .feature-header {
  font-size: 20px !important;
  letter-spacing: 2px !important;
  line-height: 27px !important;
  font-family: InterstateRegular !important;
  margin-bottom: initial;
  text-transform: initial;
}
.ng-mazda .section-header {
  font-size: 18px !important;
  letter-spacing: 2px !important;
  line-height: 25px !important;
  font-family: InterstateRegular !important;
  margin-bottom: initial;
  text-transform: initial;
}
.ng-mazda .btn-label {
  font-size: 14px !important;
  letter-spacing: 1px !important;
  line-height: 20px !important;
  font-family: InterstateRegular !important;
}
.ng-mazda .body-copy {
  font-size: 16px !important;
  letter-spacing: normal !important;
  line-height: 20px !important;
  font-family: InterstateLight !important;
}
.ng-mazda .body-footer {
  font-size: 10px !important;
  letter-spacing: 2px !important;
  line-height: 18px !important;
  font-family: InterstateRegular !important;
}
.ng-mazda .ng-btn {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 175px;
  width: auto;
  box-sizing: border-box;
  padding: 16px 24px !important;
  border-radius: 4px;
  outline: 0;
  border: none;
  text-decoration: none;
  cursor: pointer;
  font-family: InterstateRegular;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  transition:
    background-color 150ms ease-in-out,
    color 150ms ease-in-out,
    border-color 150ms ease-in-out !important;
}
.ng-mazda .ng-btn:disabled {
  opacity: 0.4;
  pointer-events: none;
}
.ng-mazda .ng-btn.red {
  color: #fff !important;
  background-color: #040b13 !important;
}
.ng-mazda .ng-btn.red:hover {
  background-color: #535b69 !important;
  color: #fff !important;
}
.ng-mazda .ng-btn.red.is-pressed,
.ng-mazda .ng-btn.red:active {
  background-color: #000 !important;
  color: #fff !important;
}
.ng-mazda .ng-link {
  position: relative;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  color: #101010;
}
.ng-mazda .ng-link p {
  display: inline;
  position: relative;
  margin: initial !important;
  margin-left: 12px !important;
}
.ng-mazda .ng-link p:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: #8d7057;
  transition: 0.4s linear;
}
.ng-mazda .ng-link span {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  transition: 0.4s linear;
}
.ng-mazda .ng-link:hover p:before {
  width: 100%;
}
@media (max-width: 1024px) {
  .ng-mazda .ng-link:hover p:before {
    display: none;
  }
}
.ng-mazda .ng-link:hover span {
  color: #8d7057;
}
.mdp-gallery--header {
  position: relative;
  margin-top: 68px;
}
.mdp-gallery--header__title {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}
.mdp-gallery--media-counter__wrapper {
  font-family: InterstateRegular, helvetica, arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mdp-gallery--media-counter__wrapper {
    text-align: center;
  }
}
.mdp-gallery--media-counter__wrapper div {
  display: none;
  letter-spacing: 3px;
}
.mdp-gallery--media-counter__videos-div {
  text-align: center;
  margin: 43px auto 20px;
}
.mdp-gallery--media-counter__videos-label {
  font-size: 13px;
  font-size: 1.3rem;
}
.mdp-gallery-full {
  font-size: 0;
  max-height: 100vh;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  transition: all 0.5s ease-in-out;
  left: -30px;
}
.mdp-gallery-full .img-wrapper {
  position: relative;
  background-color: #fff;
  display: inline-block;
  margin: 0 -15px;
  max-height: 900px;
  overflow: hidden;
  transition: all 0.8s ease-in-out;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .mdp-gallery-full .img-wrapper {
    overflow: hidden;
  }
}
.mdp-gallery-full .img-wrapper > .next,
.mdp-gallery-full .img-wrapper > .prev {
  display: none;
}
.mdp-gallery-full .img-wrapper > img {
  opacity: 0.5;
  transition: all 0.4s ease-in-out;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mdp-gallery-full .img-wrapper > img {
    position: relative;
    width: 150%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.mdp-gallery-full .img-wrapper.active {
  opacity: 1;
  z-index: 0;
}
.mdp-gallery-full .img-wrapper.active > .next,
.mdp-gallery-full .img-wrapper.active > .prev {
  display: block;
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 30%;
}
.mdp-gallery-full .img-wrapper.active > .prev {
  left: 30px;
}
.mdp-gallery-full .img-wrapper.active > .next {
  right: 30px;
}
.mdp-gallery-full .img-wrapper.active > img {
  opacity: 1;
}
.mdp-gallery-full .img-wrapper:first-child {
  margin: 0 -15px 0 0;
}
.mdp-gallery-full .img-wrapper:last-child {
  margin: 0 0 0 -15px;
}
.mdp-gallery-full__container {
  overflow: hidden;
  position: relative;
}
.mdp-gallery-full__link {
  position: absolute;
  bottom: 5%;
  left: 10%;
}
.mdp-gallery-mobile iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.mdp-gallery-mobile img {
  width: 100%;
}
.mdp-gallery-mobile .image-container,
.mdp-gallery-mobile .video-container {
  position: relative;
}
.mdp-gallery-mobile--description__container {
  text-align: center;
  margin: 10px 0;
}
.mdp-gallery-mobile--description__counter-container {
  color: #000;
  margin: 10px;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 767px) {
  .mdp-gallery-mobile--description__counter-container {
    display: none;
  }
}
.mdp-gallery-mobile--prev {
  color: #fff;
  cursor: pointer;
  font-size: 40px;
  font-size: 4rem;
  margin-left: 20px;
  position: absolute;
  top: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mdp-gallery-mobile--prev::after {
  content: "";
  height: 90px;
  left: -20px;
  position: absolute;
  top: -25px;
  width: 90px;
}
.mdp-gallery-mobile--next {
  color: #fff;
  cursor: pointer;
  font-size: 40px;
  font-size: 4rem;
  margin-right: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mdp-gallery-mobile--next::after {
  content: "";
  height: 90px;
  left: -25px;
  position: absolute;
  top: -25px;
  width: 85px;
}
.mdp-gallery--header + .mde-three-sixty__content.mobile {
  display: none;
}
.mdp-gallery .mdp-foundation-disclaimer__block,
.mdp-gallery-mobile .mdp-foundation-disclaimer__block {
  bottom: 24px;
  color: #e7e7e7;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.mdp-gallery-mobile {
  display: none;
}
@-webkit-keyframes ajaxRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes ajaxRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.ng-mazda .main,
.ng-mazda .main-header {
  font-size: 40px !important;
  letter-spacing: 4px !important;
  line-height: 40px !important;
  font-family: InterstateRegular !important;
  margin-bottom: initial;
  text-transform: initial;
}
@media screen and (max-width: 768px) {
  .ng-mazda .main,
  .ng-mazda .main-header {
    font-size: 30px !important;
    letter-spacing: 3px !important;
    line-height: 32px !important;
  }
}
.ng-mazda .feature-header {
  font-size: 20px !important;
  letter-spacing: 2px !important;
  line-height: 27px !important;
  font-family: InterstateRegular !important;
  margin-bottom: initial;
  text-transform: initial;
}
.ng-mazda .section-header {
  font-size: 18px !important;
  letter-spacing: 2px !important;
  line-height: 25px !important;
  font-family: InterstateRegular !important;
  margin-bottom: initial;
  text-transform: initial;
}
.ng-mazda .btn-label {
  font-size: 14px !important;
  letter-spacing: 1px !important;
  line-height: 20px !important;
  font-family: InterstateRegular !important;
}
.ng-mazda .body-copy {
  font-size: 16px !important;
  letter-spacing: normal !important;
  line-height: 20px !important;
  font-family: InterstateLight !important;
}
.ng-mazda .body-footer {
  font-size: 10px !important;
  letter-spacing: 2px !important;
  line-height: 18px !important;
  font-family: InterstateRegular !important;
}
.ng-mazda .ng-btn {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 175px;
  width: auto;
  box-sizing: border-box;
  padding: 16px 24px !important;
  border-radius: 4px;
  outline: 0;
  border: none;
  text-decoration: none;
  cursor: pointer;
  font-family: InterstateRegular;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  transition:
    background-color 150ms ease-in-out,
    color 150ms ease-in-out,
    border-color 150ms ease-in-out !important;
}
.ng-mazda .ng-btn:disabled {
  opacity: 0.4;
  pointer-events: none;
}
.ng-mazda .ng-btn.red {
  color: #fff !important;
  background-color: #040b13 !important;
}
.ng-mazda .ng-btn.red:hover {
  background-color: #535b69 !important;
  color: #fff !important;
}
.ng-mazda .ng-btn.red.is-pressed,
.ng-mazda .ng-btn.red:active {
  background-color: #000 !important;
  color: #fff !important;
}
.ng-mazda .ng-link {
  position: relative;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  color: #101010;
}
.ng-mazda .ng-link p {
  display: inline;
  position: relative;
  margin: initial !important;
  margin-left: 12px !important;
}
.ng-mazda .ng-link p:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: #8d7057;
  transition: 0.4s linear;
}
.ng-mazda .ng-link span {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  transition: 0.4s linear;
}
.ng-mazda .ng-link:hover p:before {
  width: 100%;
}
@media (max-width: 1024px) {
  .ng-mazda .ng-link:hover p:before {
    display: none;
  }
}
.ng-mazda .ng-link:hover span {
  color: #8d7057;
}
@-webkit-keyframes blur {
  0% {
    filter: blur(50px);
    -webkit-filter: blur(50px);
  }
  25% {
    filter: blur(20px);
    -webkit-filter: blur(20px);
  }
  100% {
    filter: blur(0);
    -webkit-filter: blur(0);
  }
}
@keyframes blur {
  0% {
    filter: blur(50px);
    -webkit-filter: blur(50px);
  }
  25% {
    filter: blur(20px);
    -webkit-filter: blur(20px);
  }
  100% {
    filter: blur(0);
    -webkit-filter: blur(0);
  }
}
@-webkit-keyframes animIn {
  0% {
    filter: blur(40px);
    -webkit-filter: blur(40px);
    -webkit-transform: scaleX(0.97) scaleY(0.97) translateX(-50%)
      translateY(-50%);
    transform: scaleX(0.97) scaleY(0.97) translateX(-50%) translateY(-50%);
  }
  25% {
    filter: blur(20px);
    -webkit-filter: blur(20px);
    -webkit-transform: scaleX(0.98) scaleY(0.98) translateX(-50%)
      translateY(-50%);
    transform: scaleX(0.98) scaleY(0.98) translateX(-50%) translateY(-50%);
  }
  50% {
    filter: blur(15px);
    -webkit-filter: blur(15px);
    -webkit-transform: scaleX(0.985) scaleY(0.985) translateX(-50%)
      translateY(-50%);
    transform: scaleX(0.985) scaleY(0.985) translateX(-50%) translateY(-50%);
  }
  80% {
    filter: blur(10px);
    -webkit-filter: blur(10px);
    -webkit-transform: scaleX(0.999) scale(0.9999) translateX(-50%)
      translateY(-50%);
    transform: scaleX(0.999) scale(0.9999) translateX(-50%) translateY(-50%);
  }
  100% {
    filter: blur(0);
    -webkit-filter: blur(0);
    -webkit-transform: scaleX(1) scaleY(1) translateX(-50%) translateY(-50%);
    transform: scaleX(1) scaleY(1) translateX(-50%) translateY(-50%);
  }
}
@keyframes animIn {
  0% {
    filter: blur(40px);
    -webkit-filter: blur(40px);
    -webkit-transform: scaleX(0.97) scaleY(0.97) translateX(-50%)
      translateY(-50%);
    transform: scaleX(0.97) scaleY(0.97) translateX(-50%) translateY(-50%);
  }
  25% {
    filter: blur(20px);
    -webkit-filter: blur(20px);
    -webkit-transform: scaleX(0.98) scaleY(0.98) translateX(-50%)
      translateY(-50%);
    transform: scaleX(0.98) scaleY(0.98) translateX(-50%) translateY(-50%);
  }
  50% {
    filter: blur(15px);
    -webkit-filter: blur(15px);
    -webkit-transform: scaleX(0.985) scaleY(0.985) translateX(-50%)
      translateY(-50%);
    transform: scaleX(0.985) scaleY(0.985) translateX(-50%) translateY(-50%);
  }
  80% {
    filter: blur(10px);
    -webkit-filter: blur(10px);
    -webkit-transform: scaleX(0.999) scale(0.9999) translateX(-50%)
      translateY(-50%);
    transform: scaleX(0.999) scale(0.9999) translateX(-50%) translateY(-50%);
  }
  100% {
    filter: blur(0);
    -webkit-filter: blur(0);
    -webkit-transform: scaleX(1) scaleY(1) translateX(-50%) translateY(-50%);
    transform: scaleX(1) scaleY(1) translateX(-50%) translateY(-50%);
  }
}
@-webkit-keyframes opacityIn {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacityIn {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes scaleIn {
  0% {
    -webkit-transform: scaleX(0.97) scaleY(0.97) translateX(-50%)
      translateY(-50%);
    transform: scaleX(0.97) scaleY(0.97) translateX(-50%) translateY(-50%);
  }
  80% {
    -webkit-transform: scaleX(0.9999) scale(0.9999) translateX(-50%)
      translateY(-50%);
    transform: scaleX(0.9999) scale(0.9999) translateX(-50%) translateY(-50%);
  }
  100% {
    -webkit-transform: scaleX(1) scaleY(1) translateX(-50%) translateY(-50%);
    transform: scaleX(1) scaleY(1) translateX(-50%) translateY(-50%);
  }
}
@keyframes scaleIn {
  0% {
    -webkit-transform: scaleX(0.97) scaleY(0.97) translateX(-50%)
      translateY(-50%);
    transform: scaleX(0.97) scaleY(0.97) translateX(-50%) translateY(-50%);
  }
  80% {
    -webkit-transform: scaleX(0.9999) scale(0.9999) translateX(-50%)
      translateY(-50%);
    transform: scaleX(0.9999) scale(0.9999) translateX(-50%) translateY(-50%);
  }
  100% {
    -webkit-transform: scaleX(1) scaleY(1) translateX(-50%) translateY(-50%);
    transform: scaleX(1) scaleY(1) translateX(-50%) translateY(-50%);
  }
}
@-webkit-keyframes moveIn {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes moveIn {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.mde-hero {
  height: calc(100vh - 125px);
  max-height: 900px;
}
.mde-hero__inner {
  background-color: #101010;
  height: calc(100vh - 125px);
  max-height: 900px;
  overflow: hidden;
  position: relative;
}
.mde-hero__content-cont {
  height: 100%;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  text-align: center;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  width: 100%;
}
.mde-hero__description {
  margin: 0 auto;
  max-width: 910px;
  min-width: 700px;
  opacity: 0;
  padding: 0 12px;
  position: relative;
  top: 11%;
  width: 70%;
  word-break: break-word;
  z-index: 2;
}
.mde-hero__description--title {
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.2em;
  font-family: InterstateRegular, helvetica, arial, sans-serif;
  text-transform: uppercase;
  line-height: 37px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .mde-hero__description--title {
    font-size: 40px;
    font-size: 4rem;
    line-height: 47px;
  }
}
@media screen and (min-width: 960px) {
  .mde-hero__description--title {
    font-size: 50px;
    font-size: 5rem;
    line-height: 57px;
  }
}
.mde-hero__description--title > h1,
.mde-hero__description--title > h2,
.mde-hero__description--title > h3,
.mde-hero__description--title > h4,
.mde-hero__description--title > h5,
.mde-hero__description--title > h6,
.mde-hero__description--title > p {
  font-size: 30px;
  font-size: 3rem;
  line-height: 37px;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .mde-hero__description--title > h1,
  .mde-hero__description--title > h2,
  .mde-hero__description--title > h3,
  .mde-hero__description--title > h4,
  .mde-hero__description--title > h5,
  .mde-hero__description--title > h6,
  .mde-hero__description--title > p {
    font-size: 40px;
    font-size: 4rem;
    line-height: 47px;
  }
}
@media screen and (min-width: 960px) {
  .mde-hero__description--title > h1,
  .mde-hero__description--title > h2,
  .mde-hero__description--title > h3,
  .mde-hero__description--title > h4,
  .mde-hero__description--title > h5,
  .mde-hero__description--title > h6,
  .mde-hero__description--title > p {
    font-size: 50px;
    font-size: 5rem;
    line-height: 57px;
  }
}
.mde-hero__description-mobile {
  display: none;
  opacity: 0;
  word-break: break-word;
  z-index: 2;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.2em;
  font-family: InterstateRegular, helvetica, arial, sans-serif;
  text-transform: uppercase;
  line-height: 37px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .mde-hero__description-mobile {
    font-size: 40px;
    font-size: 4rem;
    line-height: 47px;
  }
}
@media screen and (min-width: 960px) {
  .mde-hero__description-mobile {
    font-size: 50px;
    font-size: 5rem;
    line-height: 57px;
  }
}
.mde-hero__description-mobile > h1,
.mde-hero__description-mobile > h2,
.mde-hero__description-mobile > h3,
.mde-hero__description-mobile > h4,
.mde-hero__description-mobile > h5,
.mde-hero__description-mobile > h6,
.mde-hero__description-mobile > p {
  font-size: 30px;
  font-size: 3rem;
  line-height: 37px;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .mde-hero__description-mobile > h1,
  .mde-hero__description-mobile > h2,
  .mde-hero__description-mobile > h3,
  .mde-hero__description-mobile > h4,
  .mde-hero__description-mobile > h5,
  .mde-hero__description-mobile > h6,
  .mde-hero__description-mobile > p {
    font-size: 40px;
    font-size: 4rem;
    line-height: 47px;
  }
}
@media screen and (min-width: 960px) {
  .mde-hero__description-mobile > h1,
  .mde-hero__description-mobile > h2,
  .mde-hero__description-mobile > h3,
  .mde-hero__description-mobile > h4,
  .mde-hero__description-mobile > h5,
  .mde-hero__description-mobile > h6,
  .mde-hero__description-mobile > p {
    font-size: 50px;
    font-size: 5rem;
    line-height: 57px;
  }
}
.mde-hero__cta-container {
  bottom: 6%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.mde-hero__cta-container a {
  width: auto;
}
.mde-hero__cta-container a:first-child {
  margin-right: 20px;
}
.mde-hero__cta-container a:last-child {
  margin-right: 0;
}
.mde-hero__chevron {
  bottom: 6%;
  cursor: pointer;
  display: inline-block;
  height: 60px;
  opacity: 0;
  position: absolute;
  right: 10%;
  width: 60px;
  z-index: 2;
}
.mde-hero__chevron:hover ~ .mde-hero__img-cont {
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}
.mde-hero__chevron--svg:hover .chevron-cont {
  fill: #000;
}
.mde-hero__chevron--svg:hover .chevron-cont__arrow {
  stroke: #fff;
}
.mde-hero__chevron a {
  display: inline-block;
  height: 60px;
  position: relative;
  width: 60px;
}
.mde-hero__chevron .chevron-cont {
  fill: transparent;
  stroke: #000;
}
.mde-hero__chevron .chevron-cont__circle {
  stroke-miterlimit: 10;
  stroke-width: 18px;
}
.mde-hero__chevron .chevron-cont__arrow {
  -webkit-animation: rotate 1.4s infinite;
  animation: rotate 1.4s infinite;
  stroke-miterlimit: 10;
  stroke-width: 18px;
  transition: all 0.2s;
}
.mde-hero__img-cont {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  transition: -webkit-transform 1.2s ease-in-out;
  transition: transform 1.2s ease-in-out;
}
.mde-hero__img {
  -webkit-animation:
    blur 2s,
    opacityIn 2.3s,
    scaleIn 2.3s;
  animation:
    blur 2s,
    opacityIn 2.3s,
    scaleIn 2.3s;
  min-height: 100%;
  min-width: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform-origin: left;
  transform-origin: left;
  transition: filter 1s -webkit-filter 1s;
}
.mde-hero__img.mobile {
  display: none;
}
.mde-hero.has-secondary-nav {
  height: calc(100vh - 190px);
}
.mde-hero.has-secondary-nav .mde-hero__inner {
  height: calc(100vh - 190px);
}
.mde-hero.light-text .mde-hero__description--copy,
.mde-hero.light-text .mde-hero__description--title {
  color: #fff;
}
.mde-hero.light-text .mde-hero__chevron--svg .chevron-cont {
  fill: transparent;
  stroke: #fff;
}
.mde-hero.light-text .mde-hero__chevron--svg:hover .chevron-cont {
  fill: #fff;
}
.mde-hero.light-text .mde-hero__chevron--svg:hover .chevron-cont__arrow {
  stroke: #000;
}
.mde-hero .cta--container {
  display: none;
  position: relative;
  top: 30%;
  z-index: 1;
}
@-moz-document url-prefix() {
  .mde-hero .mde-hero__img {
    animation: opacityIn 0.4s;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .mde-hero__content-cont {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .mde-hero__description {
    max-width: 90%;
    min-width: auto;
    top: -25%;
  }
  .mde-hero__cta-container {
    left: 0;
    right: 0;
    display: block;
  }
  .mde-hero__chevron {
    bottom: 5%;
    right: 5%;
  }
}
@media screen and (max-width: 959px) {
  .mde-hero__img {
    display: none;
  }
  .mde-hero__img.mobile {
    display: inherit;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .mde-hero {
    height: calc(100vh - 75px);
    max-height: none;
  }
  .mde-hero__inner {
    height: calc(100vh - 75px);
    max-height: none;
  }
  .mde-hero.has-secondary-nav {
    height: calc(100vh - 140px);
  }
  .mde-hero.has-secondary-nav .mde-hero__inner {
    max-height: none;
    height: calc(100vh - 140px);
  }
}
@media screen and (max-width: 767px) {
  .mde-hero__content-cont {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 12px;
  }
  .mde-hero__description {
    display: none;
  }
  .mde-hero__description-mobile {
    top: -25%;
    display: block;
    position: relative;
  }
  .mde-hero__cta-container {
    left: 0;
    right: 0;
    display: block;
  }
  .mde-hero__cta-container a:first-child {
    margin-right: 0;
  }
  .mde-hero__chevron {
    display: none;
  }
  .mde-hero .cta--container {
    display: block;
    opacity: 0;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    top: 26%;
  }
}
@media screen and (max-width: 767px) and (max-height: 605px) {
  .mde-hero__content-cont {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .mde-hero__description-mobile {
    height: 70%;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding: 20px 0 0;
    top: 0;
  }
  .mde-hero__cta-container {
    width: 100vw;
    bottom: auto;
    position: relative;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .mde-hero__cta-container .cta {
    margin: 15px 0 0;
  }
}
.mde-hero--background {
  background-color: #000;
}
.mde-hero--background .mde-hero--slide {
  width: 100%;
  background-color: #000;
  position: relative;
  margin: auto;
  height: 500px;
  max-width: 100%;
  transition: 0.3s;
  overflow: hidden;
}
@media only screen and (min-width: 1450px) {
  .mde-hero--background .mde-hero--slide {
    height: 68vh;
  }
}
@media only screen and (min-width: 1550px) {
  .mde-hero--background .mde-hero--slide {
    height: 70vh;
  }
}
.mde-hero--background .mde-hero--slide .border-cta {
  width: 175px;
}
.mde-hero--background .mde-hero--slide .ng-btn {
  margin-top: 20px;
}
.mde-hero--background .mde-hero--slide .ng-btn:nth-child(2) {
  margin-left: 20px;
}
@media only screen and (max-width: 400px) {
  .mde-hero--background .mde-hero--slide .ng-btn:nth-child(2) {
    margin-left: 5px;
  }
}
.mde-hero--background .mde-hero--slide-mobile__inner {
  display: none;
}
.mde-hero--background .mde-hero--slide__inner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  overflow: hidden;
  transition: 2s;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.mde-hero--background .mde-hero--slide__inner.active {
  z-index: 0;
  opacity: 1;
  visibility: visible;
}
.mde-hero--background
  .mde-hero--slide__inner.center
  .mde-hero--slide__wrapper
  .mde-hero--slide__description,
.mde-hero--background
  .mde-hero--slide__inner.center
  .mde-hero--slide__wrapper
  .mde-hero--slide__header {
  position: relative;
  margin: auto;
  text-align: center;
}
.mde-hero--background
  .mde-hero--slide__inner.center
  .mde-hero--slide__wrapper
  .mde-hero--slide__description--text,
.mde-hero--background
  .mde-hero--slide__inner.center
  .mde-hero--slide__wrapper
  .mde-hero--slide__header--text {
  margin: 0 auto;
}
.mde-hero--background
  .mde-hero--slide__inner.center
  .mde-hero--slide__wrapper
  .mde-hero--slide__description
  .mde-hero--slide__circle-cta-container,
.mde-hero--background
  .mde-hero--slide__inner.center
  .mde-hero--slide__wrapper
  .mde-hero--slide__header
  .mde-hero--slide__circle-cta-container {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 440px) {
  .mde-hero--background
    .mde-hero--slide__inner.center
    .mde-hero--slide__wrapper
    .mde-hero--slide__description
    .mde-hero--slide__circle-cta-container,
  .mde-hero--background
    .mde-hero--slide__inner.center
    .mde-hero--slide__wrapper
    .mde-hero--slide__header
    .mde-hero--slide__circle-cta-container {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .mde-hero--background
    .mde-hero--slide__inner.center
    .mde-hero--slide__wrapper
    .mde-hero--slide__description
    .mde-hero--slide__circle-cta-container
    a,
  .mde-hero--background
    .mde-hero--slide__inner.center
    .mde-hero--slide__wrapper
    .mde-hero--slide__header
    .mde-hero--slide__circle-cta-container
    a {
    padding: 4px;
    height: 45px;
  }
}
.mde-hero--background
  .mde-hero--slide__inner.center
  .mde-hero--slide__wrapper
  .mde-hero--slide__wrapper-container {
  width: 100%;
}
.mde-hero--background .mde-hero--slide__inner.left {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-columns: 1;
  -moz-columns: 1;
  columns: 1;
}
.mde-hero--background
  .mde-hero--slide__inner.left
  .mde-hero--slide__wrapper
  .mde-hero--slide__description,
.mde-hero--background
  .mde-hero--slide__inner.left
  .mde-hero--slide__wrapper
  .mde-hero--slide__header {
  text-align: left;
  position: relative;
  margin: auto;
  float: left;
  clear: both;
  width: 370px;
}
.mde-hero--background
  .mde-hero--slide__inner.left
  .mde-hero--slide__wrapper
  .mde-hero--slide__description--title__main,
.mde-hero--background
  .mde-hero--slide__inner.left
  .mde-hero--slide__wrapper
  .mde-hero--slide__header--title__main {
  margin-left: -3px;
}
.mde-hero--background
  .mde-hero--slide__inner.left
  .mde-hero--slide__wrapper
  .mde-hero--slide__description--text,
.mde-hero--background
  .mde-hero--slide__inner.left
  .mde-hero--slide__wrapper
  .mde-hero--slide__header--text {
  margin: 0;
}
.mde-hero--background
  .mde-hero--slide__inner.left
  .mde-hero--slide__wrapper
  .mde-hero--slide__description
  .mde-hero--slide__circle-cta-container,
.mde-hero--background
  .mde-hero--slide__inner.left
  .mde-hero--slide__wrapper
  .mde-hero--slide__header
  .mde-hero--slide__circle-cta-container {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.mde-hero--background
  .mde-hero--slide__inner.left
  .mde-hero--slide__wrapper
  .mde-hero--slide__wrapper-container {
  width: 100%;
}
.mde-hero--background .mde-hero--slide__inner.right {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-columns: 1;
  -moz-columns: 1;
  columns: 1;
}
.mde-hero--background
  .mde-hero--slide__inner.right
  .mde-hero--slide__wrapper
  .mde-hero--slide__description,
.mde-hero--background
  .mde-hero--slide__inner.right
  .mde-hero--slide__wrapper
  .mde-hero--slide__header {
  text-align: left;
  position: relative;
  margin: auto;
  float: right;
  clear: both;
  width: 370px;
}
.mde-hero--background
  .mde-hero--slide__inner.right
  .mde-hero--slide__wrapper
  .mde-hero--slide__description--title__main,
.mde-hero--background
  .mde-hero--slide__inner.right
  .mde-hero--slide__wrapper
  .mde-hero--slide__header--title__main {
  margin-left: -3px;
}
.mde-hero--background
  .mde-hero--slide__inner.right
  .mde-hero--slide__wrapper
  .mde-hero--slide__description--text,
.mde-hero--background
  .mde-hero--slide__inner.right
  .mde-hero--slide__wrapper
  .mde-hero--slide__header--text {
  margin: 0;
}
.mde-hero--background
  .mde-hero--slide__inner.right
  .mde-hero--slide__wrapper
  .mde-hero--slide__description
  .mde-hero--slide__circle-cta-container,
.mde-hero--background
  .mde-hero--slide__inner.right
  .mde-hero--slide__wrapper
  .mde-hero--slide__header
  .mde-hero--slide__circle-cta-container {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.mde-hero--background
  .mde-hero--slide__inner.right
  .mde-hero--slide__wrapper
  .mde-hero--slide__wrapper-container {
  width: 100%;
}
.mde-hero--background .mde-hero--slide__video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 915px) {
  .mde-hero--background .mde-hero--slide__video {
    width: 115%;
  }
}
.mde-hero--background .mde-hero--slide__video video {
  width: 100%;
  -ms-flex-item-align: end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  margin-bottom: -20px;
}
.mde-hero--background .mde-hero--slide__video .video-link,
.mde-hero--background .mde-hero--slide__video video {
  min-height: 100%;
  min-width: 100%;
}
.mde-hero--background .mde-hero--slide__wrapper {
  position: relative;
  display: block;
  width: 1170px;
  margin: 27px auto 0;
}
@media only screen and (max-width: 1325px) {
  .mde-hero--background .mde-hero--slide__wrapper {
    padding: 0 90px;
    width: 100%;
  }
}
.mde-hero--background .mde-hero--slide__header {
  opacity: 0;
  padding: 0;
  position: relative;
  margin: auto;
  word-break: break-word;
  letter-spacing: 0;
  z-index: 2;
}
.mde-hero--background .mde-hero--slide__header--title__main {
  letter-spacing: 0.05rem;
  font-family: InterstateRegular, helvetica, arial, sans-serif;
  margin-bottom: 0;
}
.mde-hero--background .mde-hero--slide__header--title__main.one-line {
  font-size: 40px;
  font-size: 4rem;
  line-height: normal;
}
.mde-hero--background .mde-hero--slide__description {
  opacity: 0;
  padding: 0;
  word-break: break-word;
  letter-spacing: 0;
  z-index: 2;
}
.mde-hero--background .mde-hero--slide__description--text {
  max-width: 370px;
  letter-spacing: 0;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: InterstateLight, helvetica, arial, sans-serif;
  line-height: 20px;
  line-height: 2rem;
}
.mde-hero--background .mde-hero--slide__circle-cta-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  z-index: 1;
}
.mde-hero--background .mde-hero--slide__chevron {
  bottom: 20px;
  cursor: pointer;
  transition: all 0.8s;
  height: 40px;
  position: absolute;
  right: 0;
  width: 40px;
  z-index: 2;
}
.mde-hero--background .mde-hero--slide__chevron--svg {
  border: 1px solid #8d7057;
  height: 40px;
  width: 40px;
}
.mde-hero--background .mde-hero--slide__chevron--svg:hover .chevron-cont {
  fill: transparent;
}
.mde-hero--background
  .mde-hero--slide__chevron--svg:hover
  .chevron-cont__arrow {
  transition: 0.3s;
}
.mde-hero--background
  .mde-hero--slide__chevron--svg:hover
  .chevron-cont__arrow.light {
  stroke: rgba(255, 255, 255, 0.7);
}
.mde-hero--background
  .mde-hero--slide__chevron--svg:hover
  .chevron-cont__arrow.dark {
  stroke: rgba(16, 16, 16, 0.7);
}
.mde-hero--background .mde-hero--slide__chevron a {
  display: inline-block;
  height: 60px;
  position: relative;
  width: 60px;
}
.mde-hero--background .mde-hero--slide__chevron .chevron-cont {
  fill: transparent;
}
.mde-hero--background .mde-hero--slide__chevron .chevron-cont__circle {
  stroke-miterlimit: 10;
  stroke-width: 30px;
  stroke: #910a2d;
}
.mde-hero--background .mde-hero--slide__chevron .chevron-cont__arrow {
  -webkit-animation: rotate 2s infinite;
  animation: rotate 2s infinite;
  stroke-miterlimit: 10;
  stroke-width: 20px;
  transition: all 0.2s;
}
.mde-hero--background .mde-hero--slide__chevron .chevron-cont__arrow.light {
  stroke: #fff;
}
.mde-hero--background .mde-hero--slide__chevron .chevron-cont__arrow.dark {
  stroke: #101010;
}
@media (max-width: 1024px) {
  .mde-hero--background {
    margin-bottom: 0;
  }
  .mde-hero--background .mde-hero--slide {
    height: auto;
  }
  .mde-hero--background .mde-hero--slide .border-cta {
    width: auto;
    color: #fff;
  }
  .mde-hero--background .mde-hero--slide__header {
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
  }
  .mde-hero--background .mde-hero--slide__header--title__main.one-line {
    font-size: 25px;
    font-size: 2.5rem;
  }
  .mde-hero--background .mde-hero--slide-mobile__inner {
    height: 450px;
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
  }
  .mde-hero--background .mde-hero--slide__inner {
    background-image: none !important;
    height: auto;
    overflow: hidden;
    transition: 2s;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
  }
  .mde-hero--background .mde-hero--slide__inner.active {
    z-index: 0;
    opacity: 1;
    visibility: visible;
    position: relative;
  }
  .mde-hero--background
    .mde-hero--slide__inner.center
    .mde-hero--slide__wrapper
    .mde-hero--slide__wrapper-container,
  .mde-hero--background
    .mde-hero--slide__inner.left
    .mde-hero--slide__wrapper
    .mde-hero--slide__wrapper-container,
  .mde-hero--background
    .mde-hero--slide__inner.right
    .mde-hero--slide__wrapper
    .mde-hero--slide__wrapper-container {
    display: table;
  }
  .mde-hero--background
    .mde-hero--slide__inner.center
    .mde-hero--slide__wrapper
    .mde-hero--slide__wrapper-container
    .mde-hero--slide__description,
  .mde-hero--background
    .mde-hero--slide__inner.center
    .mde-hero--slide__wrapper
    .mde-hero--slide__wrapper-container
    .mde-hero--slide__header,
  .mde-hero--background
    .mde-hero--slide__inner.left
    .mde-hero--slide__wrapper
    .mde-hero--slide__wrapper-container
    .mde-hero--slide__description,
  .mde-hero--background
    .mde-hero--slide__inner.left
    .mde-hero--slide__wrapper
    .mde-hero--slide__wrapper-container
    .mde-hero--slide__header,
  .mde-hero--background
    .mde-hero--slide__inner.right
    .mde-hero--slide__wrapper
    .mde-hero--slide__wrapper-container
    .mde-hero--slide__description,
  .mde-hero--background
    .mde-hero--slide__inner.right
    .mde-hero--slide__wrapper
    .mde-hero--slide__wrapper-container
    .mde-hero--slide__header {
    float: none;
    clear: none;
    width: 100%;
  }
  .mde-hero--background
    .mde-hero--slide__inner.center
    .mde-hero--slide__wrapper
    .mde-hero--slide__wrapper-container
    .mde-hero--slide__description,
  .mde-hero--background
    .mde-hero--slide__inner.left
    .mde-hero--slide__wrapper
    .mde-hero--slide__wrapper-container
    .mde-hero--slide__description,
  .mde-hero--background
    .mde-hero--slide__inner.right
    .mde-hero--slide__wrapper
    .mde-hero--slide__wrapper-container
    .mde-hero--slide__description {
    position: relative;
    margin: auto;
    text-align: center;
  }
  .mde-hero--background
    .mde-hero--slide__inner.center
    .mde-hero--slide__wrapper
    .mde-hero--slide__wrapper-container
    .mde-hero--slide__description--text,
  .mde-hero--background
    .mde-hero--slide__inner.left
    .mde-hero--slide__wrapper
    .mde-hero--slide__wrapper-container
    .mde-hero--slide__description--text,
  .mde-hero--background
    .mde-hero--slide__inner.right
    .mde-hero--slide__wrapper
    .mde-hero--slide__wrapper-container
    .mde-hero--slide__description--text {
    margin: 10px auto 0;
    max-width: 100%;
    padding: 0 30px;
  }
  .mde-hero--background
    .mde-hero--slide__inner.center
    .mde-hero--slide__wrapper
    .mde-hero--slide__wrapper-container
    .mde-hero--slide__description
    .mde-hero--slide__circle-cta-container,
  .mde-hero--background
    .mde-hero--slide__inner.left
    .mde-hero--slide__wrapper
    .mde-hero--slide__wrapper-container
    .mde-hero--slide__description
    .mde-hero--slide__circle-cta-container,
  .mde-hero--background
    .mde-hero--slide__inner.right
    .mde-hero--slide__wrapper
    .mde-hero--slide__wrapper-container
    .mde-hero--slide__description
    .mde-hero--slide__circle-cta-container {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .mde-hero--background
    .mde-hero--slide__inner.center
    .mde-hero--slide__wrapper
    .mde-hero--slide__wrapper-container
    .mde-hero--slide__header,
  .mde-hero--background
    .mde-hero--slide__inner.left
    .mde-hero--slide__wrapper
    .mde-hero--slide__wrapper-container
    .mde-hero--slide__header,
  .mde-hero--background
    .mde-hero--slide__inner.right
    .mde-hero--slide__wrapper
    .mde-hero--slide__wrapper-container
    .mde-hero--slide__header {
    position: relative;
    margin: auto;
    text-align: center;
    float: none;
    width: 100%;
  }
  .mde-hero--background
    .mde-hero--slide__inner.center
    .mde-hero--slide__wrapper
    .mde-hero--slide__wrapper-container
    .mde-hero--slide__header--title__main,
  .mde-hero--background
    .mde-hero--slide__inner.left
    .mde-hero--slide__wrapper
    .mde-hero--slide__wrapper-container
    .mde-hero--slide__header--title__main,
  .mde-hero--background
    .mde-hero--slide__inner.right
    .mde-hero--slide__wrapper
    .mde-hero--slide__wrapper-container
    .mde-hero--slide__header--title__main {
    margin-left: 0;
  }
  .mde-hero--background .mde-hero--slide__video {
    margin: 20px 0;
    position: relative;
    display: none;
    width: 100%;
  }
  .mde-hero--background .mde-hero--slide__video .video-link,
  .mde-hero--background .mde-hero--slide__video video {
    display: none;
  }
  .mde-hero--background .mde-hero--slide__wrapper {
    position: absolute;
    top: 30px;
    height: auto;
    margin-top: 0;
    padding: 0;
  }
}
.mde-hero--slider {
  position: relative;
  width: 100%;
  height: 100vh !important;
  min-height: 50vw;
  max-height: 56.25vw;
  background-color: #101010;
}
.mde-hero--slider .mde-hero--slider__slide {
  width: 100%;
  height: 100vh;
  min-height: 50vw;
  max-height: 56.25vw;
  padding: 120px 100px 15px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.mde-hero--slider .mde-hero--slider__slide .mde-hero--slider__wrapper {
  height: 100%;
}
.mde-hero--slider
  .mde-hero--slider__slide
  .mde-hero--slider__wrapper
  .mde-hero--slider__wrapper-container {
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
}
.mde-hero--slider
  .mde-hero--slider__slide
  .mde-hero--slider__wrapper
  .mde-hero--slider__wrapper-container
  .mde-hero--slider__content {
  color: #fff;
  text-shadow: 2px 2px 6px #101010;
  max-width: 600px;
}
.mde-hero--slider
  .mde-hero--slider__slide
  .mde-hero--slider__wrapper
  .mde-hero--slider__wrapper-container
  .mde-hero--slider__content
  .mde-hero--slider__cta-container
  .mde-hero--slider__cta {
  text-shadow: none;
}
.mde-hero--slider
  .mde-hero--slider__slide
  .mde-hero--slider__wrapper
  .mde-hero--slider__wrapper-container
  .mde-hero--slider__content.text-align-center {
  text-align: center;
}
.mde-hero--slider
  .mde-hero--slider__slide
  .mde-hero--slider__wrapper
  .mde-hero--slider__wrapper-container
  .mde-hero--slider__content.text-align-left {
  text-align: left;
}
.mde-hero--slider
  .mde-hero--slider__slide
  .mde-hero--slider__wrapper
  .mde-hero--slider__wrapper-container
  .mde-hero--slider__content.text-align-right {
  text-align: right;
}
.mde-hero--slider
  .mde-hero--slider__slide
  .mde-hero--slider__wrapper
  .mde-hero--slider__wrapper-container
  .mde-hero--slider__content.vertical-align-top {
  margin-top: 0;
  margin-bottom: auto;
}
.mde-hero--slider
  .mde-hero--slider__slide
  .mde-hero--slider__wrapper
  .mde-hero--slider__wrapper-container
  .mde-hero--slider__content.vertical-align-center {
  margin-top: auto;
  margin-bottom: auto;
}
.mde-hero--slider
  .mde-hero--slider__slide
  .mde-hero--slider__wrapper
  .mde-hero--slider__wrapper-container
  .mde-hero--slider__content.vertical-align-bottom {
  margin-bottom: 120px;
  margin-top: auto;
}
.mde-hero--slider
  .mde-hero--slider__slide
  .mde-hero--slider__wrapper
  .mde-hero--slider__wrapper-container
  .mde-hero--slider__content
  .mde-hero--slider__title {
  font-size: 42px !important;
  letter-spacing: 4px !important;
  line-height: 1.3 !important;
  font-family: InterstateRegular;
}
.mde-hero--slider
  .mde-hero--slider__slide
  .mde-hero--slider__wrapper
  .mde-hero--slider__wrapper-container
  .mde-hero--slider__content
  .mde-hero--slider__text {
  font-size: 16px !important;
  line-height: 1 !important;
  margin-bottom: 15px;
  font-family: InterstateLight;
}
.mde-hero--slider
  .mde-hero--slider__slide
  .mde-hero--slider__wrapper
  .mde-hero--slider__wrapper-container
  .mde-hero--slider__content
  .mde-hero--slider__cta-container {
  margin-top: 5px;
}
.mde-hero--slider
  .mde-hero--slider__slide
  .mde-hero--slider__wrapper
  .mde-hero--slider__wrapper-container
  .mde-hero--slider__content
  .mde-hero--slider__cta-container
  .mde-hero--slider__cta {
  margin: auto;
}
.mde-hero--slider
  .mde-hero--slider__slide
  .mde-hero--slider__wrapper
  .mde-hero--slider__wrapper-container
  .mde-hero--slider__content
  .mde-hero--slider__cta-container
  .mde-hero--slider__cta:first-of-type {
  margin-right: 7.5px;
}
.mde-hero--slider
  .mde-hero--slider__slide
  .mde-hero--slider__wrapper
  .mde-hero--slider__wrapper-container
  .mde-hero--slider__content
  .mde-hero--slider__cta-container
  .mde-hero--slider__cta:last-of-type {
  margin-left: 7.5px;
}
.mde-hero--slider
  .mde-hero--slider__slide
  .mde-hero--slider__wrapper
  .mde-hero--slider__wrapper-container
  .mde-hero--slider__highlights {
  position: absolute;
  bottom: 70px;
  width: 100%;
  text-align: center;
  margin: auto;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-shadow: 2px 2px 6px #101010;
}
.mde-hero--slider
  .mde-hero--slider__slide
  .mde-hero--slider__wrapper
  .mde-hero--slider__wrapper-container
  .mde-hero--slider__highlights:hover {
  opacity: 0.8;
}
.mde-hero--slider
  .mde-hero--slider__slide
  .mde-hero--slider__wrapper
  .mde-hero--slider__wrapper-container
  .mde-hero--slider__highlights
  .mde-hero--slider__highlights-price {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.mde-hero--slider
  .mde-hero--slider__slide
  .mde-hero--slider__wrapper
  .mde-hero--slider__wrapper-container
  .mde-hero--slider__disclaimer {
  position: absolute;
  bottom: 0;
  text-align: center;
  color: #fff;
  font-family: InterstateRegular;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 25px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.mde-hero--slider
  .mde-hero--slider__slide
  .mde-hero--slider__wrapper
  .mde-hero--slider__wrapper-container
  .mde-hero--slider__disclaimer
  p {
  font-size: 11px;
  margin-bottom: 0;
  line-height: 1.1;
}
.mde-hero--slider .mde-hero--slider__slide .mde-hero--slider__wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mde-hero--slider
  .mde-hero--slider__slide
  .mde-hero--slider__wrapper
  video.video-mobile {
  display: none;
}
.mde-hero--slider
  .mde-hero--slider__slide
  .mde-hero--slider__wrapper
  video.video-desktop {
  display: block;
}
.mde-hero--slider
  .mde-hero--slider__slide.dark
  .mde-hero--slider__wrapper
  .mde-hero--slider__wrapper-container
  .mde-hero--slider__content {
  color: #101010;
  text-shadow: unset;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@-webkit-keyframes scrollAnimation {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes scrollAnimation {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media (max-width: 1200px) {
  .mde-hero--slider .mde-hero--slider__slide {
    padding: 120px 80px 10px;
  }
  .mde-hero--slider
    .mde-hero--slider__slide
    .mde-hero--slider__wrapper
    .mde-hero--slider__wrapper-container
    .mde-hero--slider__content
    .mde-hero--slider__title {
    font-size: 35px !important;
    letter-spacing: 4px !important;
    line-height: 1.3 !important;
  }
  .mde-hero--slider
    .mde-hero--slider__slide
    .mde-hero--slider__wrapper
    .mde-hero--slider__wrapper-container
    .mde-hero--slider__content
    .mde-hero--slider__text {
    font-size: 12px !important;
    line-height: 1 !important;
    margin-bottom: 10px;
  }
  .mde-hero--slider
    .mde-hero--slider__slide
    .mde-hero--slider__wrapper
    .mde-hero--slider__wrapper-container
    .mde-hero--slider__content
    .mde-hero--slider__cta-container {
    margin-top: 5px;
  }
  .mde-hero--slider
    .mde-hero--slider__slide
    .mde-hero--slider__wrapper
    .mde-hero--slider__wrapper-container
    .mde-hero--slider__content
    .mde-hero--slider__cta-container
    .mde-hero--slider__cta:first-of-type {
    margin-right: 5px;
  }
  .mde-hero--slider
    .mde-hero--slider__slide
    .mde-hero--slider__wrapper
    .mde-hero--slider__wrapper-container
    .mde-hero--slider__content
    .mde-hero--slider__cta-container
    .mde-hero--slider__cta:last-of-type {
    margin-left: 5px;
  }
  .mde-hero--slider
    .mde-hero--slider__slide
    .mde-hero--slider__wrapper
    .mde-hero--slider__wrapper-container
    .mde-hero--slider__highlights {
    bottom: 60px;
  }
  .mde-hero--slider
    .mde-hero--slider__slide
    .mde-hero--slider__wrapper
    .mde-hero--slider__wrapper-container
    .mde-hero--slider__disclaimer {
    position: absolute;
    bottom: 0;
    text-align: center;
    color: #fff;
    font-size: 10px;
    font-family: InterstateRegular;
    width: 100%;
  }
  .mde-hero--slider
    .mde-hero--slider__slide
    .mde-hero--slider__wrapper
    .mde-hero--slider__wrapper-container
    .mde-hero--slider__disclaimer
    p {
    font-size: 10px;
  }
}
@media (max-width: 1024px) {
  .mde-hero--slider .mde-hero--slider__slide {
    padding: 110px 60px 7.5px;
  }
  .mde-hero--slider
    .mde-hero--slider__slide
    .mde-hero--slider__wrapper
    .mde-hero--slider__wrapper-container
    .mde-hero--slider__content
    .mde-hero--slider__title {
    font-size: 24px !important;
    letter-spacing: 3px !important;
    line-height: 1.3 !important;
  }
  .mde-hero--slider
    .mde-hero--slider__slide
    .mde-hero--slider__wrapper
    .mde-hero--slider__wrapper-container
    .mde-hero--slider__content
    .mde-hero--slider__text {
    font-size: 10px !important;
    line-height: 1 !important;
    margin-bottom: 10px;
  }
  .mde-hero--slider
    .mde-hero--slider__slide
    .mde-hero--slider__wrapper
    .mde-hero--slider__wrapper-container
    .mde-hero--slider__content
    .mde-hero--slider__cta-container {
    margin-top: 5px;
  }
  .mde-hero--slider
    .mde-hero--slider__slide
    .mde-hero--slider__wrapper
    .mde-hero--slider__wrapper-container
    .mde-hero--slider__content
    .mde-hero--slider__cta-container
    .mde-hero--slider__cta {
    min-width: 100px;
    height: 30px;
    font-size: 10px;
  }
  .mde-hero--slider
    .mde-hero--slider__slide
    .mde-hero--slider__wrapper
    .mde-hero--slider__wrapper-container
    .mde-hero--slider__content
    .mde-hero--slider__cta-container
    .mde-hero--slider__cta:first-of-type {
    margin-right: 5px;
  }
  .mde-hero--slider
    .mde-hero--slider__slide
    .mde-hero--slider__wrapper
    .mde-hero--slider__wrapper-container
    .mde-hero--slider__content
    .mde-hero--slider__cta-container
    .mde-hero--slider__cta:last-of-type {
    margin-left: 5px;
  }
  .mde-hero--slider
    .mde-hero--slider__slide
    .mde-hero--slider__wrapper
    .mde-hero--slider__wrapper-container
    .mde-hero--slider__highlights {
    bottom: 50px;
  }
  .mde-hero--slider
    .mde-hero--slider__slide
    .mde-hero--slider__wrapper
    .mde-hero--slider__wrapper-container
    .mde-hero--slider__disclaimer {
    position: absolute;
    bottom: 0;
    text-align: center;
    color: #fff;
    font-family: InterstateRegular;
    width: 100%;
  }
  .mde-hero--slider
    .mde-hero--slider__slide
    .mde-hero--slider__wrapper
    .mde-hero--slider__wrapper-container
    .mde-hero--slider__disclaimer
    p {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .mde-hero--slider {
    min-height: 667px;
    max-height: 950px;
  }
  .mde-hero--slider .mde-hero--slider__slide {
    min-height: 667px;
    max-height: 950px;
    padding: 75px 30px 50px;
  }
  .mde-hero--slider
    .mde-hero--slider__slide
    .mde-hero--slider__wrapper
    .mde-hero--slider__wrapper-container {
    max-width: 500px;
    margin: auto;
  }
  .mde-hero--slider
    .mde-hero--slider__slide
    .mde-hero--slider__wrapper
    .mde-hero--slider__wrapper-container
    .mde-hero--slider__content {
    text-align: center !important;
    margin: auto !important;
    margin-top: 0 !important;
    width: 100%;
  }
  .mde-hero--slider
    .mde-hero--slider__slide
    .mde-hero--slider__wrapper
    .mde-hero--slider__wrapper-container
    .mde-hero--slider__content
    .mde-hero--slider__title {
    font-size: 30px !important;
    letter-spacing: 1px !important;
    line-height: 1.3 !important;
  }
  .mde-hero--slider
    .mde-hero--slider__slide
    .mde-hero--slider__wrapper
    .mde-hero--slider__wrapper-container
    .mde-hero--slider__content
    .mde-hero--slider__text {
    font-size: 16px !important;
    line-height: 1 !important;
    margin-bottom: 15px;
  }
  .mde-hero--slider
    .mde-hero--slider__slide
    .mde-hero--slider__wrapper
    .mde-hero--slider__wrapper-container
    .mde-hero--slider__content
    .mde-hero--slider__cta-container {
    margin-top: 5px;
  }
  .mde-hero--slider
    .mde-hero--slider__slide
    .mde-hero--slider__wrapper
    .mde-hero--slider__wrapper-container
    .mde-hero--slider__content
    .mde-hero--slider__cta-container
    .mde-hero--slider__cta {
    width: 100%;
    margin: 0 !important;
    font-size: 14px;
    height: 40px;
  }
  .mde-hero--slider
    .mde-hero--slider__slide
    .mde-hero--slider__wrapper
    .mde-hero--slider__wrapper-container
    .mde-hero--slider__content
    .mde-hero--slider__cta-container
    .mde-hero--slider__cta:first-of-type {
    margin-bottom: 5px !important;
  }
  .mde-hero--slider
    .mde-hero--slider__slide
    .mde-hero--slider__wrapper
    .mde-hero--slider__wrapper-container
    .mde-hero--slider__content
    .mde-hero--slider__cta-container
    .mde-hero--slider__cta:last-of-type {
    margin-top: 5px !important;
  }
  .mde-hero--slider
    .mde-hero--slider__slide
    .mde-hero--slider__wrapper
    .mde-hero--slider__wrapper-container
    .mde-hero--slider__highlights {
    position: absolute;
    bottom: 100px;
    margin: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mde-hero--slider
    .mde-hero--slider__slide
    .mde-hero--slider__wrapper
    .mde-hero--slider__wrapper-container
    .mde-hero--slider__highlights
    .mde-hero--slider__highlights-price {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mde-hero--slider
    .mde-hero--slider__slide
    .mde-hero--slider__wrapper
    .mde-hero--slider__wrapper-container
    .mde-hero--slider__disclaimer {
    position: absolute;
    bottom: 10px;
    text-align: center;
    color: #fff;
    font-family: InterstateRegular;
    width: 100%;
  }
  .mde-hero--slider
    .mde-hero--slider__slide
    .mde-hero--slider__wrapper
    .mde-hero--slider__wrapper-container
    .mde-hero--slider__disclaimer
    p {
    font-size: 10px;
  }
  .mde-hero--slider .mde-hero--slider__slide .mde-hero--slider__wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .mde-hero--slider
    .mde-hero--slider__slide
    .mde-hero--slider__wrapper
    video.video-mobile {
    display: block;
  }
  .mde-hero--slider
    .mde-hero--slider__slide
    .mde-hero--slider__wrapper
    video.video-desktop {
    display: none;
  }
  .mde-hero--slider
    .mde-hero--slider__slide.dark
    .mde-hero--slider__wrapper
    .mde-hero--slider__wrapper-container
    .mde-hero--slider__content {
    width: 100%;
  }
}
@-webkit-keyframes FadeIn {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@keyframes FadeIn {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
.mde-hero--background {
  background-color: #000;
}
.mde-hero--background .mde-hero--vlp {
  width: 100%;
  background-color: #000;
  position: relative;
  margin: auto;
  height: 500px;
  max-width: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 1450px) {
  .mde-hero--background .mde-hero--vlp {
    height: 68vh;
  }
}
@media only screen and (min-width: 1550px) {
  .mde-hero--background .mde-hero--vlp {
    height: 70vh;
  }
}
.mde-hero--background .mde-hero--vlp-mobile__inner {
  display: none;
}
.mde-hero--background .mde-hero--vlp__inner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  overflow: hidden;
  transition: 1s;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-animation: FadeIn 2s;
  animation: FadeIn 2s;
  z-index: 0;
}
.mde-hero--background
  .mde-hero--vlp__inner.center
  .mde-hero--vlp__wrapper
  .mde-hero--vlp__header {
  position: relative;
  margin: auto;
  text-align: center;
}
.mde-hero--background
  .mde-hero--vlp__inner.center
  .mde-hero--vlp__wrapper
  .mde-hero--vlp__wrapper-container {
  width: 100%;
}
.mde-hero--background .mde-hero--vlp__inner.left {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-columns: 1;
  -moz-columns: 1;
  columns: 1;
}
.mde-hero--background
  .mde-hero--vlp__inner.left
  .mde-hero--vlp__wrapper
  .mde-hero--vlp__header {
  text-align: left;
  position: relative;
  margin: auto;
  float: left;
  width: 370px;
}
.mde-hero--background
  .mde-hero--vlp__inner.left
  .mde-hero--vlp__wrapper
  .mde-hero--vlp__header--title__main {
  margin-left: -3px;
}
.mde-hero--background
  .mde-hero--vlp__inner.left
  .mde-hero--vlp__wrapper
  .mde-hero--vlp__wrapper-container {
  width: 100%;
}
.mde-hero--background .mde-hero--vlp__inner.right {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-columns: 1;
  -moz-columns: 1;
  columns: 1;
}
.mde-hero--background
  .mde-hero--vlp__inner.right
  .mde-hero--vlp__wrapper
  .mde-hero--vlp__header {
  text-align: left;
  position: relative;
  margin: auto;
  float: right;
  width: 370px;
}
.mde-hero--background
  .mde-hero--vlp__inner.right
  .mde-hero--vlp__wrapper
  .mde-hero--vlp__header--title__main {
  margin-left: -3px;
}
.mde-hero--background
  .mde-hero--vlp__inner.right
  .mde-hero--vlp__wrapper
  .mde-hero--vlp__wrapper-container {
  width: 100%;
}
.mde-hero--background .mde-hero--vlp__video {
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 915px) {
  .mde-hero--background .mde-hero--vlp__video {
    width: 115%;
  }
}
.mde-hero--background .mde-hero--vlp__video video {
  width: 100%;
  -ms-flex-item-align: end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  margin-bottom: -20px;
}
.mde-hero--background .mde-hero--vlp__video .vlp-link,
.mde-hero--background .mde-hero--vlp__video video {
  min-height: 100%;
  min-width: 100%;
  pointer-events: none;
}
.mde-hero--background .mde-hero--vlp__wrapper {
  position: relative;
  display: block;
  max-width: 1170px;
  width: 100%;
  margin: 27px auto 0;
}
.mde-hero--background .mde-hero--vlp__header {
  opacity: 0;
  padding: 0;
  position: relative;
  margin: auto;
  word-break: break-word;
  letter-spacing: 0;
  z-index: 2;
}
.mde-hero--background .mde-hero--vlp__header--title {
  letter-spacing: 0;
}
.mde-hero--background .mde-hero--vlp__header--title__main {
  letter-spacing: 0.05rem;
  font-family: InterstateRegular, helvetica, arial, sans-serif;
  margin-bottom: 0;
}
.mde-hero--background .mde-hero--vlp__header--title__main.one-line {
  font-size: 40px;
  font-size: 4rem;
  line-height: 55px;
  line-height: 5.5rem;
}
.mde-hero--background .mde-hero--vlp__chevron {
  bottom: 20px;
  cursor: pointer;
  transition: all 0.8s;
  height: 40px;
  position: absolute;
  right: 0;
  width: 40px;
  z-index: 2;
}
.mde-hero--background .mde-hero--vlp__chevron--svg {
  border: 1px solid #8d7057;
  height: 40px;
  width: 40px;
}
.mde-hero--background .mde-hero--vlp__chevron--svg:hover .chevron-cont {
  fill: transparent;
}
.mde-hero--background .mde-hero--vlp__chevron--svg:hover .chevron-cont__arrow {
  transition: 0.3s;
}
.mde-hero--background
  .mde-hero--vlp__chevron--svg:hover
  .chevron-cont__arrow.light {
  stroke: rgba(255, 255, 255, 0.7);
}
.mde-hero--background
  .mde-hero--vlp__chevron--svg:hover
  .chevron-cont__arrow.dark {
  stroke: rgba(16, 16, 16, 0.7);
}
.mde-hero--background .mde-hero--vlp__chevron a {
  display: inline-block;
  height: 60px;
  position: relative;
  width: 60px;
}
.mde-hero--background .mde-hero--vlp__chevron .chevron-cont {
  fill: transparent;
}
.mde-hero--background .mde-hero--vlp__chevron .chevron-cont__circle {
  stroke-miterlimit: 10;
  stroke-width: 30px;
  stroke: #910a2d;
}
.mde-hero--background .mde-hero--vlp__chevron .chevron-cont__arrow {
  -webkit-animation: rotate 2s infinite;
  animation: rotate 2s infinite;
  stroke-miterlimit: 10;
  stroke-width: 20px;
  transition: all 0.2s;
}
.mde-hero--background .mde-hero--vlp__chevron .chevron-cont__arrow.light {
  stroke: #fff;
}
.mde-hero--background .mde-hero--vlp__chevron .chevron-cont__arrow.dark {
  stroke: #101010;
}
@media (max-width: 1024px) {
  .mde-hero--background .mde-hero--vlp {
    height: auto;
  }
  .mde-hero--background .mde-hero--vlp__header {
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
  }
  .mde-hero--background .mde-hero--vlp__header--title__main.one-line {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 25px;
    line-height: 2.5rem;
  }
  .mde-hero--background .mde-hero--vlp-mobile__inner {
    height: 450px;
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    -webkit-animation: FadeIn 2s;
    animation: FadeIn 2s;
  }
  .mde-hero--background .mde-hero--vlp__inner {
    background-image: none !important;
    height: auto;
    overflow: hidden;
    width: 100%;
    position: relative;
  }
  .mde-hero--background
    .mde-hero--vlp__inner.center
    .mde-hero--vlp__wrapper
    .mde-hero--vlp__wrapper-container,
  .mde-hero--background
    .mde-hero--vlp__inner.left
    .mde-hero--vlp__wrapper
    .mde-hero--vlp__wrapper-container,
  .mde-hero--background
    .mde-hero--vlp__inner.right
    .mde-hero--vlp__wrapper
    .mde-hero--vlp__wrapper-container {
    display: table;
  }
  .mde-hero--background
    .mde-hero--vlp__inner.center
    .mde-hero--vlp__wrapper
    .mde-hero--vlp__wrapper-container
    .mde-hero--vlp__header,
  .mde-hero--background
    .mde-hero--vlp__inner.left
    .mde-hero--vlp__wrapper
    .mde-hero--vlp__wrapper-container
    .mde-hero--vlp__header,
  .mde-hero--background
    .mde-hero--vlp__inner.right
    .mde-hero--vlp__wrapper
    .mde-hero--vlp__wrapper-container
    .mde-hero--vlp__header {
    position: relative;
    margin: auto;
    text-align: center;
    float: none;
    width: 100%;
  }
  .mde-hero--background
    .mde-hero--vlp__inner.center
    .mde-hero--vlp__wrapper
    .mde-hero--vlp__wrapper-container
    .mde-hero--vlp__header--title__main,
  .mde-hero--background
    .mde-hero--vlp__inner.left
    .mde-hero--vlp__wrapper
    .mde-hero--vlp__wrapper-container
    .mde-hero--vlp__header--title__main,
  .mde-hero--background
    .mde-hero--vlp__inner.right
    .mde-hero--vlp__wrapper
    .mde-hero--vlp__wrapper-container
    .mde-hero--vlp__header--title__main {
    margin-left: 0;
  }
  .mde-hero--background .mde-hero--vlp__video {
    margin: 20px 0;
    position: relative;
    display: none;
    width: 100%;
  }
  .mde-hero--background .mde-hero--vlp__video .vlp-link,
  .mde-hero--background .mde-hero--vlp__video video {
    display: none;
  }
  .mde-hero--background .mde-hero--vlp__wrapper {
    position: absolute;
    top: 30px;
    height: auto;
    margin-top: 0;
  }
}
.mde-gallery--slider {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background-color: #101010;
}
.mde-gallery--slider .mde-gallery--slider__slide {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@keyframes scrollAnimation {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.mde-specs {
  text-align: center;
  padding: 100px 0;
}
.mde-specs__title {
  position: relative;
}

.mde-specs__content {
  display: block;
  text-align: center;
  padding: 0 17%;
}
.mde-specs__content--top {
  height: 290px;
}
@media screen and (max-width: 767px) {
  .mde-specs__content--top {
    display: none;
  }
}
.mde-specs__content--bottom {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .mde-specs__content--bottom {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .mde-specs__content {
    padding: 0 10px;
  }
}
.mde-specs__image {
  width: 78%;
  height: 100%;
  position: relative;
  float: left;
}
.mde-specs__image--car {
  display: none;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
.mde-specs__image--car.active {
  display: block;
}
@media screen and (max-width: 767px) {
  .mde-specs {
    padding: 30px 0;
  }
}
.specs-ms .component-navigation-1 ul .selected-ms a {
  border-bottom: 2px solid #8d7057;
  padding-bottom: 0 !important;
  padding-right: 0 !important;
  height: 23px;
  color: #040b13;
  padding-left: 3px !important;
}
.specs-ms .component-navigation-1 ul li {
  border-left: 1px solid #999;
}
.specs-ms .component-navigation-1 ul > li:first-child {
  border-left: 0 solid #910a2d !important;
}
@media screen and (max-width: 767px) {
  .specs-ms {
    margin-top: 0;
  }
}
.specs-ms .container {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.specs-ms .container .mde-specs__content .mde-specs-ms .nm-link--cta p {
  color: #101010;
  text-transform: uppercase;
}
.specs-ms .container .mde-specs__content .mde-specs-ms .nm-link--cta p:before {
  background-color: #910a2d;
}
.specs-ms .container .mde-specs__content .mde-specs-ms .nm-link--cta:hover p {
  color: #101010;
}
.specs-ms
  .container
  .mde-specs__content
  .mde-specs-ms
  .nm-link--cta:hover:before {
  background-color: #c60303;
}
@media screen and (max-width: 519px) {
  .specs-ms .container .mde-specs-ms .nm-link--cta p {
    text-transform: uppercase;
  }
  .specs-ms .container .mde-specs-ms .nm-link--cta:before {
    background: 0 0 !important;
  }
  .specs-ms .container .mde-specs-ms .ng-mazda-link-cta {
    width: 250px;
    border-bottom: 3px solid #910a2d;
    padding-bottom: 2px;
  }
}
.specs-ms li .item-title:before {
  content: "\e918" !important;
  font-family: mazda-general-icons !important;
}
.specs-ms li.active .item-title:before {
  content: "\e916" !important;
}
.specs-ms .mde-specs__content--bottom {
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .specs-ms .mde-specs-ms__content--bottom {
    position: relative;
    clear: both !important;
  }
}
.specs-ms .mde-specs-ms-link-cta {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .specs-ms .mde-specs-title {
    text-align: center;
  }
}
.specs-ms .mde-specs-ms {
  text-align: center;
  margin: 0 auto 100px;
}
.specs-ms .mde-specs-ms__title {
  position: relative;
}
.specs-ms .mde-specs-ms .item-title {
  color: #101010 !important;
}
.specs-ms .mde-specs-ms .item-title:before {
  color: #101010 !important;
}
.specs-ms .mde-specs-ms__content {
  display: block;
  text-align: center;
  padding: 0 17%;
}
@media screen and (max-width: 767px) {
  .specs-ms .mde-specs-ms__content--top {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}
.specs-ms .mde-specs-ms__content--bottom {
  clear: both;
}
@media screen and (max-width: 767px) {
  .specs-ms .mde-specs-ms__content--bottom {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .specs-ms .mde-specs-ms__content {
    padding: 0 10px;
  }
}
.specs-ms .mde-specs-ms__image {
  width: 70%;
  height: 100%;
  position: relative;
  min-height: 290px;
  display: inline-block;
}
@media (max-width: 768px) {
  .specs-ms .mde-specs-ms__image {
    width: 100%;
  }
}
.specs-ms .mde-specs-ms__image--car {
  display: none;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
@media (max-width: 768px) {
  .specs-ms .mde-specs-ms__image--car {
    background-position: center center;
  }
}
.specs-ms .mde-specs-ms__image--car.active {
  display: block;
}
.mde-three-sixty {
  overflow: hidden;
  cursor: -webkit-grab;
  margin: 0 auto;
}
.active .mde-three-sixty {
  height: 540px;
  margin: -5.495% auto 0;
  width: 100%;
}
.mde-three-sixty__wrapper {
  max-width: 100%;
  padding: 0;
}
.mde-three-sixty__wrapper .grid-row {
  width: 100%;
}
.mde-three-sixty__content {
  visibility: hidden;
  position: relative;
  transition: opacity 1s;
  opacity: 0;
}
.mde-three-sixty__content.active {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  position: relative;
  top: inherit;
  left: inherit;
}
.mde-three-sixty__content--exterior,
.mde-three-sixty__content--interior {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.mde-three-sixty__content--interior {
  text-align: center;
}
.mde-three-sixty__content--interior .mde-three-sixty__cta {
  position: absolute;
  z-index: 3;
  left: 0;
  margin: auto;
  bottom: 50px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .mde-three-sixty__content--interior .mde-three-sixty__cta {
    display: none;
  }
}
.mde-three-sixty__content--interior .mde-three-sixty__cta.mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .mde-three-sixty__content--interior .mde-three-sixty__cta.mobile {
    display: block;
    position: relative;
    left: inherit;
    margin: auto;
    bottom: inherit;
    right: inherit;
    padding-top: 30px;
  }
}
.mde-three-sixty__content--interior .cta-6:hover {
  background-color: #910a2d;
}
.mde-three-sixty__cta {
  text-align: center;
  margin-top: -3%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .mde-three-sixty__cta {
    margin-top: 29px;
    position: relative;
    z-index: 2;
  }
}
.mde-three-sixty__cta .cta {
  margin-bottom: 0;
}
.mde-three-sixty:active {
  cursor: -webkit-grabbing;
}
.mde-three-sixty__drag {
  position: absolute;
  bottom: 10px;
  right: 15%;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .mde-three-sixty__drag {
    position: relative;
    margin-top: -6%;
    text-align: center;
    z-index: 2;
    right: auto;
    bottom: auto;
  }
}
.mde-three-sixty__drag > p {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  font-family: InterstateRegular, helvetica, arial, sans-serif;
  text-transform: uppercase;
  margin: 0;
}
.mde-three-sixty__drag > p:after {
  content: "\e900";
  font-family: mazda-general-icons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mde-three-sixty__drag > p::after {
  font-size: 34px;
  position: relative;
  top: 13px;
  left: 13px;
}
@media screen and (max-width: 767px) {
  .mde-three-sixty__drag > p {
    line-height: 10px;
    margin: 10px auto;
    width: 72%;
  }
  .mde-three-sixty__drag > p::after {
    line-height: 10px;
  }
}
.mde-three-sixty__colors {
  width: 100%;
  text-align: center;
}
.mde-three-sixty__colors .dot {
  height: 38px;
  width: 38px;
  display: inline-block;
  margin: 0 5px;
  position: relative;
}
.mde-three-sixty__colors .dot:hover .picker--tooltip {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.mde-three-sixty__colors .dot .picker--tooltip {
  display: none;
  color: #101010;
  height: 45px;
  left: 50%;
  opacity: 0;
  position: absolute;
  pointer-events: none;
  margin-left: -300px;
  transition: all 0.4s ease;
  top: 46px;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  width: 600px;
  z-index: 3;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .mde-three-sixty__colors .dot .picker--tooltip {
    display: block;
  }
}
.mde-three-sixty__colors .dot .picker--tooltip__text {
  display: table;
  height: 45px;
  padding: 0 23px;
  margin: 0 auto;
  background: #e7e7e7;
  border-radius: 3px;
  border: 1px solid #d5d5d5;
}
.mde-three-sixty__colors .dot .picker--tooltip__text span {
  display: table-cell;
  font-family: InterstateLight, helvetica, arial, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  vertical-align: middle;
  white-space: nowrap;
}
.mde-three-sixty__colors .dot .picker--tooltip__arrow {
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #e7e7e7;
  left: 288px;
  position: absolute;
  top: -11px;
}
.mde-three-sixty__colors .dot .picker--tooltip__arrow-border {
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #d5d5d5;
  left: 288px;
  position: absolute;
  top: -12px;
}
.mde-three-sixty__colors .dot:focus {
  outline: 0;
}
.mde-three-sixty__colors > ul {
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .mde-three-sixty__colors > ul {
    white-space: nowrap;
    overflow-x: scroll;
  }
}
.mde-three-sixty__colors > ul .dot {
  cursor: pointer;
}
.mde-three-sixty__colors > ul .dot__selected {
  opacity: 0;
  visibility: hidden;
  line-height: 1.1;
  left: 12px;
  position: absolute;
  top: 12px;
  transition:
    opacity 0.1s,
    visibility 0.1s;
  transition-delay: 0.1s;
  color: #fff;
  font-size: 15px;
}
.mde-three-sixty__colors > ul .dot.active .inner-circle {
  -webkit-transform: scale(1.71);
  transform: scale(1.71);
  transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
}
.mde-three-sixty__colors > ul .dot.active .dot__selected {
  opacity: 1;
  visibility: visible;
}
.mde-three-sixty__colors > ul span {
  transition: none;
  border: 0;
}
.mde-three-sixty__colors > ul .inner-circle {
  width: 22px;
  height: 22px;
  display: block;
  position: absolute;
  top: 8px;
  left: 8px;
  border-radius: 50%;
}
.mde-three-sixty__colors > ul .outer-circle {
  background-color: #e7e7e7;
  border-radius: 50%;
  border: 0;
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  display: block;
  height: 38px;
  position: relative;
  width: 38px;
}
.mde-three-sixty__colors > ul [data-color*="blanco"].active .inner-circle,
.mde-three-sixty__colors > ul [data-color*="white"].active .inner-circle {
  background: linear-gradient(
    to top,
    #f7f7f7 0,
    #f7f7f7 50%,
    #fff 50%,
    #fff 100%
  );
}
.mde-three-sixty__colors > ul [data-color*="blanco"].active .dot__selected,
.mde-three-sixty__colors > ul [data-color*="white"].active .dot__selected {
  color: #101010;
}
.mde-three-sixty__colors > ul [data-color*="blanco"] .inner-circle,
.mde-three-sixty__colors > ul [data-color*="white"] .inner-circle {
  background-color: #f7f7f7;
}
.mde-three-sixty__colors
  > ul
  [data-color="snowflake_white_pearl"].active
  .inner-circle {
  background-color: #f7f7f7;
  background: linear-gradient(
    to top,
    #f7f7f7 0,
    #f7f7f7 50%,
    #fff 50%,
    #fff 100%
  );
}
.mde-three-sixty__colors
  > ul
  [data-color="snowflake_white_pearl"]
  .inner-circle {
  background-color: #f7f7f7;
  border: 1px solid #d5d5d5;
}
.mde-three-sixty__colors > ul [data-color="blue_reflex"].active .inner-circle {
  background-color: #2a4a78;
  background: linear-gradient(
    to top,
    #2a4a78 0,
    #2a4a78 50%,
    #546d92 50%,
    #3b5883 100%
  );
}
.mde-three-sixty__colors > ul [data-color="blue_reflex"] .inner-circle {
  background-color: #2a4a78;
}
.mde-three-sixty__colors > ul [data-color="meteor_gray"].active .inner-circle {
  background-color: #323337;
  background: linear-gradient(
    to top,
    #323337 0,
    #323337 50%,
    #5a5b5e 50%,
    #424347 100%
  );
}
.mde-three-sixty__colors > ul [data-color="meteor_gray"] .inner-circle {
  background-color: #323337;
}
.mde-three-sixty__colors > ul [data-color="soul_red"].active .inner-circle {
  background-color: #890000;
  background: linear-gradient(
    to top,
    #890000 0,
    #890000 50%,
    #9f3030 50%,
    #8d0808 100%
  );
}
.mde-three-sixty__colors > ul [data-color="soul_red"] .inner-circle {
  background-color: #890000;
}
.mde-three-sixty__colors > ul [data-color="sonic_silver"].active .inner-circle {
  background-color: #7a8292;
  background: linear-gradient(
    to top,
    #7a8292 0,
    #7a8292 50%,
    #949ba7 50%,
    #848c9b 100%
  );
}
.mde-three-sixty__colors > ul [data-color="sonic_silver"] .inner-circle {
  background-color: #7a8292;
}
.mde-three-sixty__colors > ul [data-color="jet_black"].active .inner-circle {
  background-color: #22222f;
  background: linear-gradient(
    to top,
    #22222f 0,
    #22222f 50%,
    #4d4d58 50%,
    #33333f 100%
  );
}
.mde-three-sixty__colors > ul [data-color="jet_black"] .inner-circle {
  background-color: #22222f;
}
.mde-three-sixty__loader {
  z-index: 5;
  display: none;
  margin-top: 16%;
}
.interior-color {
  display: inline-block;
  height: 65px;
  width: 66px;
  position: relative;
}
.interior-color.active .dot__selected {
  opacity: 1;
  visibility: visible;
}
.interior-color .dot__selected {
  opacity: 0;
  visibility: hidden;
  left: 25px;
  margin: auto;
  position: absolute;
  top: 25px;
  transition:
    opacity 0.4s,
    visibility 0.4s;
  transition-delay: 0.1s;
  color: #fff;
  font-size: 15px;
  z-index: 2;
}
.interior-color[data-interiorColor="leatherette_negro"].active .dot__selected,
.interior-color[data-interiorColor="piel_cuero_terracota"].active
  .dot__selected,
.interior-color[data-interiorColor="piel_nappa_negro"].active .dot__selected,
.interior-color[data-interiorColor="piel_nappa_oscura"].active .dot__selected,
.interior-color[data-interiorColor="piel_nappa_roja"].active .dot__selected,
.interior-color[data-interiorColor="piel_negra"].active .dot__selected,
.interior-color[data-interiorColor="piel_negra_costuras_grises"].active
  .dot__selected,
.interior-color[data-interiorColor="piel_roja"].active .dot__selected,
.interior-color[data-interiorColor="piel_tela_negra"].active .dot__selected,
.interior-color[data-interiorColor="piel_terracota_negro"].active
  .dot__selected,
.interior-color[data-interiorColor="tela_negra"].active .dot__selected {
  color: #fff;
}
.interior-color[data-interiorColor="piel_arena"].active .dot__selected,
.interior-color[data-interiorColor="piel_nappa_arena"].active .dot__selected {
  color: #101010;
}
.interior__images {
  overflow: hidden;
  position: relative;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .interior__images {
    margin-bottom: -50px;
  }
}
.interior__images .active {
  visibility: visible;
  opacity: 1;
}
.interior__images img {
  transition: all 1s;
  opacity: 0;
  visibility: hidden;
  max-width: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
}
@media screen and (max-width: 1200px) {
  .active .mde-three-sixty {
    width: 100%;
    height: 450px;
  }
}
@media screen and (min-width: 1200px) {
  .mde-three-sixty__wrapper {
    min-height: 800px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 1024px) {
  .active .mde-three-sixty {
    width: 100%;
    height: 450px;
  }
}
@media screen and (max-width: 768px) {
  .active .mde-three-sixty {
    width: 100%;
    height: 280px;
  }
}
@media screen and (max-width: 480px) {
  .active .mde-three-sixty {
    width: 360px;
    height: 225px;
  }
}
@media screen and (max-width: 480px) and (orientation: portrait),
  screen and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .active .mde-three-sixty {
    width: 100%;
    height: 240px;
  }
}
.mde-three-sixty__images {
  position: relative;
  margin: 0 auto;
  display: none;
  z-index: 1;
}
.mde-three-sixty__images.active {
  z-index: 2;
}
.mde-three-sixty > ol > li > img {
  position: absolute;
  top: 0;
  height: auto;
  left: 50%;
  max-width: 1480px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: -webkit-filter 0.8s;
  width: 100%;
}
@keyframes FadeIn {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
.mde-threehundredsixty {
  padding: 0;
  background-color: #f5f5f5;
}
.mde-threehundredsixty .mde-threehundredsixty__wrapper {
  position: relative;
  padding: 0 30px;
  margin-bottom: 20px;
}
.mde-threehundredsixty
  .mde-threehundredsixty__wrapper
  .mde-threehundredsixty__title {
  text-align: center;
  margin-bottom: 24px;
}
.mde-threehundredsixty .mde-threehundredsixty__viewer {
  position: relative;
}
.mde-threehundredsixty
  .mde-threehundredsixty__viewer
  .mde-threehundredsixty__switch {
  position: absolute;
  left: 50%;
  top: 12px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 6;
  margin: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.mde-threehundredsixty
  .mde-threehundredsixty__viewer
  .mde-threehundredsixty__switch
  .segmented-control-wrapper {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0;
  overflow: visible;
  margin: 0;
}
.mde-threehundredsixty
  .mde-threehundredsixty__viewer
  .mde-threehundredsixty__switch
  .segmented-control {
  position: relative;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  padding: 4px;
  border: 1px solid #646464;
  border-radius: 28px;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 8px 18px rgba(16, 16, 16, 0.12);
}
.mde-threehundredsixty
  .mde-threehundredsixty__viewer
  .mde-threehundredsixty__switch
  .segmented-control
  .segmented-control__item {
  font-size: 17px;
  font-size: 1.7rem;
  min-width: 120px;
  height: 36px;
  border: 1px solid transparent;
  border-radius: 22px;
  background-color: transparent;
  color: #646464;
  font-family: InterstateLight;
  line-height: 1;
  cursor: pointer;
  transition: all 0.25s ease;
}
.mde-threehundredsixty
  .mde-threehundredsixty__viewer
  .mde-threehundredsixty__switch
  .segmented-control
  .segmented-control__item:hover {
  background-color: #d7d7d7;
}
.mde-threehundredsixty
  .mde-threehundredsixty__viewer
  .mde-threehundredsixty__switch
  .segmented-control
  .segmented-control__item.active {
  background-color: #101010;
  color: #fff;
  cursor: default;
}
@media (max-width: 1024px) {
  .mde-threehundredsixty
    .mde-threehundredsixty__viewer
    .mde-threehundredsixty__switch {
    top: -65px;
  }
}
.mde-threehundredsixty .mde-threehundredsixty__exterior-type,
.mde-threehundredsixty .mde-threehundredsixty__interior-type {
  max-width: 1200px;
  width: 95%;
  margin: auto;
  text-align: center;
  transition: opacity 1s;
  opacity: 0;
  position: absolute;
  top: -9999px;
  left: -9999px;
}
@media (max-width: 991px) {
  .mde-threehundredsixty .mde-threehundredsixty__exterior-type,
  .mde-threehundredsixty .mde-threehundredsixty__interior-type {
    width: 100%;
  }
}
.mde-threehundredsixty
  .mde-threehundredsixty__exterior-type
  .mde-threehundredsixty__block,
.mde-threehundredsixty
  .mde-threehundredsixty__interior-type
  .mde-threehundredsixty__block {
  padding: 0;
  width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  .mde-threehundredsixty
    .mde-threehundredsixty__exterior-type
    .mde-threehundredsixty__block,
  .mde-threehundredsixty
    .mde-threehundredsixty__interior-type
    .mde-threehundredsixty__block {
    margin: 80px 0 150px;
  }
}
.mde-threehundredsixty .mde-threehundredsixty__exterior-type.active,
.mde-threehundredsixty .mde-threehundredsixty__interior-type.active {
  visibility: visible;
  opacity: 1;
  position: relative;
  top: inherit;
  left: inherit;
}
.mde-threehundredsixty .mde-threehundredsixty__exterior-type.active p,
.mde-threehundredsixty .mde-threehundredsixty__interior-type.active p {
  font-size: 13px;
  font-size: 1.3rem;
}
.mde-threehundredsixty .mde-threehundredsixty__block {
  cursor: -webkit-grab;
  overflow: hidden;
  padding-bottom: 0;
  position: relative;
  height: 350px;
  aspect-ratio: 16/9;
}
.mde-threehundredsixty .mde-threehundredsixty__block:active {
  cursor: -webkit-grabbing;
}
.mde-threehundredsixty
  .mde-threehundredsixty__block
  .mde-threehundredsixty__drag {
  text-align: center;
  display: block;
  font-size: 30px;
  font-size: 3rem;
  position: absolute;
  top: auto;
  left: auto;
  right: 15px;
  bottom: 15px;
  z-index: 8;
  opacity: 0.75;
}
.mde-threehundredsixty
  .mde-threehundredsixty__block
  .mde-threehundredsixty__drag:before {
  color: #fff;
}
@media (max-width: 1024px) {
  .mde-threehundredsixty
    .mde-threehundredsixty__block
    .mde-threehundredsixty__drag {
    bottom: 15px;
  }
}
.mde-threehundredsixty
  .mde-threehundredsixty__block
  .mde-threehundredsixty__images {
  position: relative;
  margin: 0 auto;
  display: none;
  z-index: 1;
}
.mde-threehundredsixty
  .mde-threehundredsixty__block
  .mde-threehundredsixty__images.active {
  z-index: 2;
}
.mde-threehundredsixty
  .mde-threehundredsixty__block
  .mde-threehundredsixty__images
  img {
  position: absolute;
  top: 0;
  height: auto;
  left: 50%;
  max-width: 1480px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: -webkit-filter 0.8s;
  width: 100%;
  border-radius: 8px;
}
@media (max-width: 1024px) {
  .mde-threehundredsixty
    .mde-threehundredsixty__block
    .mde-threehundredsixty__images
    img {
    border-radius: 0;
  }
}
.mde-threehundredsixty
  .mde-threehundredsixty__block
  .mde-threehundredsixty__loader {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 5;
}
.mde-threehundredsixty
  .mde-threehundredsixty__block
  .mde-threehundredsixty__loader
  .arc {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mde-threehundredsixty
  .mde-threehundredsixty__block
  > .mde-threehundredsixty__colors {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 38px;
  z-index: 7;
  width: 100%;
  max-width: 100%;
  margin: 0;
  box-sizing: border-box;
  text-align: center;
  pointer-events: auto;
}
@media (max-width: 1024px) {
  .mde-threehundredsixty
    .mde-threehundredsixty__block
    > .mde-threehundredsixty__colors {
    bottom: -73px;
  }
}
.mde-threehundredsixty
  .mde-threehundredsixty__block
  > .mde-threehundredsixty__exterior-disclaimers {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin-top: 0;
  z-index: 7;
  pointer-events: auto;
}
@media (max-width: 1024px) {
  .mde-threehundredsixty .mde-threehundredsixty__block {
    overflow: visible;
  }
}
.mde-threehundredsixty .mdp-assemble--colors__view-type {
  position: relative;
  bottom: initial;
}
.mde-threehundredsixty .mdp-assemble--colors__view-type img {
  width: 100%;
}
.mde-threehundredsixty .mdp-assemble--colors__color-picker {
  position: relative;
  height: auto;
  top: 0;
  overflow-x: visible !important;
}
.mde-threehundredsixty
  .exterior
  [data-color="snowflake_white_pearl"]
  .inner-circle {
  background-color: #fff;
}
.mde-threehundredsixty
  .exterior
  [data-color="snowflake_white_pearl"]
  .outer-circle {
  background-color: transparent;
}
.mde-threehundredsixty
  .exterior
  [data-color="snowflake_white_pearl"].active
  .outer-circle {
  background-color: #fff;
  border: 1px solid #d5d5d5;
}
.mde-threehundredsixty
  .exterior
  [data-color="snowflake_white_pearl"]
  .inner-circle {
  border: 1px solid #d5d5d5;
  box-sizing: border-box;
}
.mde-threehundredsixty
  .exterior
  [data-color="snowflake_white_pearl"]
  .icon-mazda-mx-check {
  display: none;
}
.mde-threehundredsixty .exterior [data-color="blue_reflex"] .inner-circle {
  background-color: #2d78a6;
}
.mde-threehundredsixty .exterior [data-color="blue_reflex"] .outer-circle {
  background-color: transparent;
}
.mde-threehundredsixty
  .exterior
  [data-color="blue_reflex"].active
  .outer-circle {
  background-color: #fff;
  border: 1px solid #2d78a6;
}
.mde-threehundredsixty .exterior [data-color="meteor_gray"] .inner-circle {
  background-color: #adadad;
}
.mde-threehundredsixty .exterior [data-color="meteor_gray"] .outer-circle {
  background-color: transparent;
}
.mde-threehundredsixty
  .exterior
  [data-color="meteor_gray"].active
  .outer-circle {
  background-color: #fff;
  border: 1px solid #adadad;
}
.mde-threehundredsixty .exterior [data-color="soul_red"] .inner-circle {
  background-color: #c31515;
}
.mde-threehundredsixty .exterior [data-color="soul_red"] .outer-circle {
  background-color: transparent;
}
.mde-threehundredsixty .exterior [data-color="soul_red"].active .outer-circle {
  background-color: #fff;
  border: 1px solid #c31515;
}
.mde-threehundredsixty .exterior [data-color="sonic_silver"] .inner-circle {
  background-color: #ededed;
}
.mde-threehundredsixty .exterior [data-color="sonic_silver"] .outer-circle {
  background-color: transparent;
}
.mde-threehundredsixty
  .exterior
  [data-color="sonic_silver"].active
  .outer-circle {
  background-color: #fff;
  border: 1px solid #ededed;
}
.mde-threehundredsixty .exterior [data-color="jet_black"] .inner-circle {
  background-color: #232323;
}
.mde-threehundredsixty .exterior [data-color="jet_black"] .outer-circle {
  background-color: transparent;
}
.mde-threehundredsixty .exterior [data-color="jet_black"].active .outer-circle {
  background-color: #fff;
  border: 1px solid #232323;
}
.mde-threehundredsixty .exterior [data-color="rojo_brillante"] .inner-circle {
  background-color: #c31515;
}
.mde-threehundredsixty .exterior [data-color="rojo_brillante"] .outer-circle {
  background-color: transparent;
}
.mde-threehundredsixty
  .exterior
  [data-color="rojo_brillante"].active
  .outer-circle {
  background-color: #fff;
  border: 1px solid #c31515;
}
.mde-threehundredsixty .exterior [data-color="azul_indigo"] .inner-circle {
  background-color: #5b7492;
}
.mde-threehundredsixty .exterior [data-color="azul_indigo"] .outer-circle {
  background-color: transparent;
}
.mde-threehundredsixty
  .exterior
  [data-color="azul_indigo"].active
  .outer-circle {
  background-color: #fff;
  border: 1px solid #5b7492;
}
.mde-threehundredsixty .exterior [data-color="azul_celeste"] .inner-circle {
  background-color: #b4c9d3;
}
.mde-threehundredsixty .exterior [data-color="azul_celeste"] .outer-circle {
  background-color: transparent;
}
.mde-threehundredsixty
  .exterior
  [data-color="azul_celeste"].active
  .outer-circle {
  background-color: #fff;
  border: 1px solid #b4c9d3;
}
.mde-threehundredsixty
  .exterior
  [data-color="blanco_aperlado_mica"]
  .inner-circle,
.mde-threehundredsixty
  .exterior
  [data-color="blanco_cristal_aperlado_mica"]
  .inner-circle {
  background-color: #fff;
}
.mde-threehundredsixty
  .exterior
  [data-color="blanco_aperlado_mica"]
  .outer-circle,
.mde-threehundredsixty
  .exterior
  [data-color="blanco_cristal_aperlado_mica"]
  .outer-circle {
  background-color: transparent;
}
.mde-threehundredsixty
  .exterior
  [data-color="blanco_aperlado_mica"].active
  .outer-circle,
.mde-threehundredsixty
  .exterior
  [data-color="blanco_cristal_aperlado_mica"].active
  .outer-circle {
  background-color: #fff;
  border: 1px solid #d5d5d5;
}
.mde-threehundredsixty
  .exterior
  [data-color="blanco_aperlado_mica"]
  .inner-circle,
.mde-threehundredsixty
  .exterior
  [data-color="blanco_cristal_aperlado_mica"]
  .inner-circle {
  border: 1px solid #d5d5d5;
  box-sizing: border-box;
}
.mde-threehundredsixty
  .exterior
  [data-color="blanco_aperlado_mica"]
  .icon-mazda-mx-check,
.mde-threehundredsixty
  .exterior
  [data-color="blanco_cristal_aperlado_mica"]
  .icon-mazda-mx-check {
  display: none;
}
.mde-threehundredsixty .exterior [data-color="gris_titanio"] .inner-circle {
  background-color: #adadad;
}
.mde-threehundredsixty .exterior [data-color="gris_titanio"] .outer-circle {
  background-color: transparent;
}
.mde-threehundredsixty
  .exterior
  [data-color="gris_titanio"].active
  .outer-circle {
  background-color: #fff;
  border: 1px solid #adadad;
}
.mde-threehundredsixty .exterior [data-color="plata_sonico"] .inner-circle {
  background-color: #ededed;
}
.mde-threehundredsixty .exterior [data-color="plata_sonico"] .outer-circle {
  background-color: transparent;
}
.mde-threehundredsixty
  .exterior
  [data-color="plata_sonico"].active
  .outer-circle {
  background-color: #fff;
  border: 1px solid #ededed;
}
.mde-threehundredsixty .exterior [data-color="racing_orange"] .inner-circle {
  background-color: #9b0000;
}
.mde-threehundredsixty .exterior [data-color="racing_orange"] .outer-circle {
  background-color: transparent;
}
.mde-threehundredsixty
  .exterior
  [data-color="racing_orange"].active
  .outer-circle {
  background-color: #fff;
  border: 1px solid #9b0000;
}
.mde-threehundredsixty .exterior [data-color="carbon"] .inner-circle {
  background-color: #232323;
}
.mde-threehundredsixty .exterior [data-color="carbon"] .outer-circle {
  background-color: transparent;
}
.mde-threehundredsixty .exterior [data-color="carbon"].active .outer-circle {
  background-color: #fff;
  border: 1px solid #232323;
}
.mde-threehundredsixty .exterior [data-color="metalic_white"] .inner-circle {
  background-color: #f7f7f7;
}
.mde-threehundredsixty .exterior [data-color="metalic_white"] .outer-circle {
  background-color: transparent;
}
.mde-threehundredsixty
  .exterior
  [data-color="metalic_white"].active
  .outer-circle {
  background-color: #fff;
  border: 1px solid #d5d5d5;
}
.mde-threehundredsixty .exterior [data-color="metalic_white"] .inner-circle {
  border: 1px solid #d5d5d5;
  box-sizing: border-box;
}
.mde-threehundredsixty
  .exterior
  [data-color="metalic_white"]
  .icon-mazda-mx-check {
  display: none;
}
.mde-threehundredsixty
  .exterior
  [data-color="azul_marino_profundo"]
  .inner-circle {
  background-color: #053a9d;
}
.mde-threehundredsixty
  .exterior
  [data-color="azul_marino_profundo"]
  .outer-circle {
  background-color: transparent;
}
.mde-threehundredsixty
  .exterior
  [data-color="azul_marino_profundo"].active
  .outer-circle {
  background-color: #fff;
  border: 1px solid #053a9d;
}
.mde-threehundredsixty .exterior [data-color="negro_celeste"] .inner-circle {
  background-color: #232323;
}
.mde-threehundredsixty .exterior [data-color="negro_celeste"] .outer-circle {
  background-color: transparent;
}
.mde-threehundredsixty
  .exterior
  [data-color="negro_celeste"].active
  .outer-circle {
  background-color: #fff;
  border: 1px solid #232323;
}
.mde-threehundredsixty .exterior [data-color="plata_ceramico"] .inner-circle {
  background-color: #ebebeb;
}
.mde-threehundredsixty .exterior [data-color="plata_ceramico"] .outer-circle {
  background-color: transparent;
}
.mde-threehundredsixty
  .exterior
  [data-color="plata_ceramico"].active
  .outer-circle {
  background-color: #fff;
  border: 1px solid #d5d5d5;
}
.mde-threehundredsixty .exterior [data-color="plata_ceramico"] .inner-circle {
  border: 1px solid #d5d5d5;
  box-sizing: border-box;
}
.mde-threehundredsixty
  .exterior
  [data-color="plata_ceramico"]
  .icon-mazda-mx-check {
  display: none;
}
.mde-threehundredsixty
  .exterior
  [data-color="aluminio_metalico"]
  .inner-circle {
  background-color: #777a7f;
}
.mde-threehundredsixty
  .exterior
  [data-color="aluminio_metalico"]
  .outer-circle {
  background-color: transparent;
}
.mde-threehundredsixty
  .exterior
  [data-color="aluminio_metalico"].active
  .outer-circle {
  background-color: #fff;
  border: 1px solid #777a7f;
}
.mde-threehundredsixty .exterior [data-color="gris_meteoro"] .inner-circle {
  background-color: #323337;
}
.mde-threehundredsixty .exterior [data-color="gris_meteoro"] .outer-circle {
  background-color: transparent;
}
.mde-threehundredsixty
  .exterior
  [data-color="gris_meteoro"].active
  .outer-circle {
  background-color: #fff;
  border: 1px solid #323337;
}
.mde-threehundredsixty .exterior [data-color="gris_polimetal"] .inner-circle {
  background-color: #747d81;
}
.mde-threehundredsixty .exterior [data-color="gris_polimetal"] .outer-circle {
  background-color: transparent;
}
.mde-threehundredsixty
  .exterior
  [data-color="gris_polimetal"].active
  .outer-circle {
  background-color: #fff;
  border: 1px solid #747d81;
}
.mde-threehundredsixty .exterior [data-color="cuarzo_platino"] .inner-circle {
  background-color: #eee8d8;
}
.mde-threehundredsixty .exterior [data-color="cuarzo_platino"] .outer-circle {
  background-color: transparent;
}
.mde-threehundredsixty
  .exterior
  [data-color="cuarzo_platino"].active
  .outer-circle {
  background-color: #fff;
  border: 1px solid #d5d5d5;
}
.mde-threehundredsixty .exterior [data-color="cuarzo_platino"] .inner-circle {
  border: 1px solid #d5d5d5;
  box-sizing: border-box;
}
.mde-threehundredsixty
  .exterior
  [data-color="cuarzo_platino"]
  .icon-mazda-mx-check {
  display: none;
}
.mde-threehundredsixty .exterior [data-color="cobre_calido"] .inner-circle {
  background-color: #eabfad;
}
.mde-threehundredsixty .exterior [data-color="cobre_calido"] .outer-circle {
  background-color: transparent;
}
.mde-threehundredsixty
  .exterior
  [data-color="cobre_calido"].active
  .outer-circle {
  background-color: #fff;
  border: 1px solid #d5d5d5;
}
.mde-threehundredsixty .exterior [data-color="cobre_calido"] .inner-circle {
  border: 1px solid #d5d5d5;
  box-sizing: border-box;
}
.mde-threehundredsixty
  .exterior
  [data-color="cobre_calido"]
  .icon-mazda-mx-check {
  display: none;
}
.mde-threehundredsixty .exterior [data-color="rojo_solar"] .inner-circle {
  background-color: #e50d0d;
}
.mde-threehundredsixty .exterior [data-color="rojo_solar"] .outer-circle {
  background-color: transparent;
}
.mde-threehundredsixty
  .exterior
  [data-color="rojo_solar"].active
  .outer-circle {
  background-color: #fff;
  border: 1px solid #e50d0d;
}
.mde-threehundredsixty .exterior [data-color="verde_bosque"] .inner-circle {
  background-color: #307f27;
}
.mde-threehundredsixty .exterior [data-color="verde_bosque"] .outer-circle {
  background-color: transparent;
}
.mde-threehundredsixty
  .exterior
  [data-color="verde_bosque"].active
  .outer-circle {
  background-color: #fff;
  border: 1px solid #307f27;
}
.mde-threehundredsixty .exterior [data-color="gris_aero"] .inner-circle {
  background-color: #dbdbdb;
}
.mde-threehundredsixty .exterior [data-color="gris_aero"] .outer-circle {
  background-color: transparent;
}
.mde-threehundredsixty .exterior [data-color="gris_aero"].active .outer-circle {
  background-color: #fff;
  border: 1px solid #dbdbdb;
}
.mde-threehundredsixty .exterior [data-color="arena"] .inner-circle {
  background-color: #dad1ac;
}
.mde-threehundredsixty .exterior [data-color="arena"] .outer-circle {
  background-color: transparent;
}
.mde-threehundredsixty .exterior [data-color="arena"].active .outer-circle {
  background-color: #fff;
  border: 1px solid #d5d5d5;
}
.mde-threehundredsixty .exterior [data-color="arena"] .inner-circle {
  border: 1px solid #d5d5d5;
  box-sizing: border-box;
}
.mde-threehundredsixty .exterior [data-color="arena"] .icon-mazda-mx-check {
  display: none;
}
.mde-threehundredsixty
  .mde-threehundredsixty__colors
  .mde-threehundredsixty__drag {
  text-align: center;
  display: block;
  font-size: 30px;
  font-size: 3rem;
  position: absolute;
  top: auto;
  left: auto;
  right: 15px;
  bottom: 15px;
  z-index: 8;
  opacity: 0.75;
}
.mde-threehundredsixty
  .mde-threehundredsixty__colors
  .mde-threehundredsixty__drag:before {
  color: #fff;
}
@media (max-width: 1024px) {
  .mde-threehundredsixty
    .mde-threehundredsixty__colors
    .mde-threehundredsixty__drag {
    bottom: 15px;
  }
}
.mde-threehundredsixty
  .mde-threehundredsixty__colors
  .mde-threehundredsixty__drag--interior {
  width: 35px;
  height: 35px;
}
.mde-threehundredsixty
  .mde-threehundredsixty__colors
  .mdp-assemble--colors__color-picker.exterior
  ul.component-color-picker-1 {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  padding: 8px 18px;
  margin: 0 auto;
  background: #fff;
  border-radius: 999px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  height: auto;
  min-height: 0;
  max-width: 100%;
  width: auto;
}
@media only screen and (max-width: 520px) {
  .mde-threehundredsixty
    .mde-threehundredsixty__colors
    .mdp-assemble--colors__color-picker.exterior
    ul.component-color-picker-1 {
    -webkit-overflow-scrolling: touch;
  }
}
.mde-threehundredsixty
  .mde-threehundredsixty__colors
  .mdp-assemble--colors__color-picker.exterior
  ul.component-color-picker-1
  .dot {
  position: relative;
  margin: 0;
  width: 32px;
  height: 32px;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.mde-threehundredsixty
  .mde-threehundredsixty__colors
  .mdp-assemble--colors__color-picker.exterior
  ul.component-color-picker-1
  .dot
  .dot__selected {
  display: none;
}
.mde-threehundredsixty
  .mde-threehundredsixty__colors
  .mdp-assemble--colors__color-picker.exterior
  ul.component-color-picker-1
  .dot.active
  .inner-circle {
  -webkit-transform: none;
  transform: none;
}
.mde-threehundredsixty
  .mde-threehundredsixty__colors
  .mdp-assemble--colors__color-picker.exterior
  ul.component-color-picker-1
  .dot:not(.active)
  .outer-circle {
  border: 1px solid transparent;
  background-color: transparent;
}
.mde-threehundredsixty
  .mde-threehundredsixty__colors
  .mdp-assemble--colors__color-picker.exterior
  ul.component-color-picker-1
  .dot
  .outer-circle {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  box-sizing: border-box;
  box-shadow: none;
  width: 32px;
  height: 32px;
  padding: 0;
}
.mde-threehundredsixty
  .mde-threehundredsixty__colors
  .mdp-assemble--colors__color-picker.exterior
  ul.component-color-picker-1
  .dot
  .inner-circle {
  position: static;
  top: auto;
  left: auto;
  display: block;
  width: 24px;
  height: 24px;
  margin: 0;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  border-radius: 50%;
}
.mde-threehundredsixty
  .mde-threehundredsixty__interior-type
  .mdp-assemble--colors__color-picker.interior
  ul.component-color-picker-1--interior {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  padding: 8px 18px;
  margin: 0 auto;
  background: #fff;
  border-radius: 999px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  height: auto;
  min-height: 0;
  max-width: 100%;
  width: auto;
}
@media (max-width: 1024px) {
  .mde-threehundredsixty
    .mde-threehundredsixty__interior-type
    .mdp-assemble--colors__color-picker.interior
    ul.component-color-picker-1--interior {
    overflow: visible !important;
  }
}
@media only screen and (max-width: 520px) {
  .mde-threehundredsixty
    .mde-threehundredsixty__interior-type
    .mdp-assemble--colors__color-picker.interior
    ul.component-color-picker-1--interior {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    max-width: calc(100vw - 32px);
    padding-left: 14px;
    padding-right: 14px;
  }
}
.mde-threehundredsixty
  .mde-threehundredsixty__interior-type
  .mdp-assemble--colors__color-picker.interior
  ul.component-color-picker-1--interior
  .dot {
  position: relative;
  margin: 0;
  width: 32px;
  height: 32px;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: pointer;
}
.mde-threehundredsixty
  .mde-threehundredsixty__interior-type
  .mdp-assemble--colors__color-picker.interior
  ul.component-color-picker-1--interior
  .dot
  .dot__selected {
  display: none;
}
.mde-threehundredsixty
  .mde-threehundredsixty__interior-type
  .mdp-assemble--colors__color-picker.interior
  ul.component-color-picker-1--interior
  .dot.active
  .inner-circle {
  -webkit-transform: none;
  transform: none;
}
.mde-threehundredsixty
  .mde-threehundredsixty__interior-type
  .mdp-assemble--colors__color-picker.interior
  ul.component-color-picker-1--interior
  .dot:not(.active)
  .outer-circle {
  border: 1px solid transparent;
  background-color: transparent;
}
.mde-threehundredsixty
  .mde-threehundredsixty__interior-type
  .mdp-assemble--colors__color-picker.interior
  ul.component-color-picker-1--interior
  .dot
  .outer-circle {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  box-sizing: border-box;
  box-shadow: none;
  width: 32px;
  height: 32px;
  padding: 0;
}
.mde-threehundredsixty
  .mde-threehundredsixty__interior-type
  .mdp-assemble--colors__color-picker.interior
  ul.component-color-picker-1--interior
  .dot
  .inner-circle {
  position: static;
  top: auto;
  left: auto;
  display: block;
  width: 24px;
  height: 24px;
  margin: 0;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  border-radius: 50%;
  box-sizing: border-box;
}
.mde-threehundredsixty
  .mde-threehundredsixty__interior-type
  .mdp-assemble--colors__color-picker.interior
  ul.component-color-picker-1--interior
  .dot
  > img {
  display: none !important;
}
.mde-threehundredsixty
  .mde-threehundredsixty__interior-type
  .mdp-assemble--colors__color-picker.interior
  ul.component-color-picker-1--interior
  .dot.active
  .outer-circle {
  background-color: #fff;
  border: 1px solid #d5d5d5;
}
.mde-threehundredsixty
  .mde-threehundredsixty__interior-type
  .mdp-assemble--colors__color-picker.interior
  ul.component-color-picker-1--interior
  [data-interiorcolor="tela_negra"]
  .inner-circle {
  background-color: #3e3d3d;
}
.mde-threehundredsixty
  .mde-threehundredsixty__interior-type
  .mdp-assemble--colors__color-picker.interior
  ul.component-color-picker-1--interior
  [data-interiorcolor="piel_tela_negra"]
  .inner-circle,
.mde-threehundredsixty
  .mde-threehundredsixty__interior-type
  .mdp-assemble--colors__color-picker.interior
  ul.component-color-picker-1--interior
  [data-interiorcolor="piel_tela_negra_s"]
  .inner-circle {
  background-color: #363636;
}
.mde-threehundredsixty
  .mde-threehundredsixty__interior-type
  .mdp-assemble--colors__color-picker.interior
  ul.component-color-picker-1--interior
  [data-interiorcolor="leatherette_microgamuza"]
  .inner-circle,
.mde-threehundredsixty
  .mde-threehundredsixty__interior-type
  .mdp-assemble--colors__color-picker.interior
  ul.component-color-picker-1--interior
  [data-interiorcolor="leatherette_negra"]
  .inner-circle,
.mde-threehundredsixty
  .mde-threehundredsixty__interior-type
  .mdp-assemble--colors__color-picker.interior
  ul.component-color-picker-1--interior
  [data-interiorcolor="leatherette_negro"]
  .inner-circle {
  background-color: #474343;
}
.mde-threehundredsixty
  .mde-threehundredsixty__interior-type
  .mdp-assemble--colors__color-picker.interior
  ul.component-color-picker-1--interior
  [data-interiorcolor="piel_negra"]
  .inner-circle {
  background-color: #181818;
}
.mde-threehundredsixty
  .mde-threehundredsixty__interior-type
  .mdp-assemble--colors__color-picker.interior
  ul.component-color-picker-1--interior
  [data-interiorcolor="piel_negra_costuras_grises"]
  .inner-circle {
  background-color: #464646;
}
.mde-threehundredsixty
  .mde-threehundredsixty__interior-type
  .mdp-assemble--colors__color-picker.interior
  ul.component-color-picker-1--interior
  [data-interiorcolor="piel_terracota_negro"]
  .inner-circle {
  background: linear-gradient(135deg, #ce6f1c 50%, #1a0e04 50%);
}
.mde-threehundredsixty
  .mde-threehundredsixty__interior-type
  .mdp-assemble--colors__color-picker.interior
  ul.component-color-picker-1--interior
  [data-interiorcolor="piel_cuero_terracota"]
  .inner-circle,
.mde-threehundredsixty
  .mde-threehundredsixty__interior-type
  .mdp-assemble--colors__color-picker.interior
  ul.component-color-picker-1--interior
  [data-interiorcolor="piel_terracota"]
  .inner-circle {
  background-color: #cd6810;
}
.mde-threehundredsixty
  .mde-threehundredsixty__interior-type
  .mdp-assemble--colors__color-picker.interior
  ul.component-color-picker-1--interior
  [data-interiorcolor="piel_arena"]
  .inner-circle,
.mde-threehundredsixty
  .mde-threehundredsixty__interior-type
  .mdp-assemble--colors__color-picker.interior
  ul.component-color-picker-1--interior
  [data-interiorcolor="piel_beige"]
  .inner-circle {
  background-color: #e9c290;
}
.mde-threehundredsixty
  .mde-threehundredsixty__interior-type
  .mdp-assemble--colors__color-picker.interior
  ul.component-color-picker-1--interior
  [data-interiorcolor="piel_arena"]
  .inner-circle,
.mde-threehundredsixty
  .mde-threehundredsixty__interior-type
  .mdp-assemble--colors__color-picker.interior
  ul.component-color-picker-1--interior
  [data-interiorcolor="piel_beige"]
  .inner-circle {
  border: 1px solid #d5d5d5;
  box-sizing: border-box;
}
.mde-threehundredsixty
  .mde-threehundredsixty__interior-type
  .mdp-assemble--colors__color-picker.interior
  ul.component-color-picker-1--interior
  [data-interiorcolor="piel_arena"]
  .icon-mazda-mx-check,
.mde-threehundredsixty
  .mde-threehundredsixty__interior-type
  .mdp-assemble--colors__color-picker.interior
  ul.component-color-picker-1--interior
  [data-interiorcolor="piel_beige"]
  .icon-mazda-mx-check {
  display: none;
}
.mde-threehundredsixty
  .mde-threehundredsixty__interior-type
  .mdp-assemble--colors__color-picker.interior
  ul.component-color-picker-1--interior
  [data-interiorcolor="piel_nappa_arena"]
  .inner-circle {
  background-color: #f3dabb;
}
.mde-threehundredsixty
  .mde-threehundredsixty__interior-type
  .mdp-assemble--colors__color-picker.interior
  ul.component-color-picker-1--interior
  [data-interiorcolor="piel_nappa_arena"]
  .inner-circle {
  border: 1px solid #d5d5d5;
  box-sizing: border-box;
}
.mde-threehundredsixty
  .mde-threehundredsixty__interior-type
  .mdp-assemble--colors__color-picker.interior
  ul.component-color-picker-1--interior
  [data-interiorcolor="piel_nappa_arena"]
  .icon-mazda-mx-check {
  display: none;
}
.mde-threehundredsixty
  .mde-threehundredsixty__interior-type
  .mdp-assemble--colors__color-picker.interior
  ul.component-color-picker-1--interior
  [data-interiorcolor="piel_nappa_negro"]
  .inner-circle {
  background-color: #393939;
}
.mde-threehundredsixty
  .mde-threehundredsixty__interior-type
  .mdp-assemble--colors__color-picker.interior
  ul.component-color-picker-1--interior
  [data-interiorcolor="piel_nappa_oscura"]
  .inner-circle {
  background-color: #545454;
}
.mde-threehundredsixty
  .mde-threehundredsixty__interior-type
  .mdp-assemble--colors__color-picker.interior
  ul.component-color-picker-1--interior
  [data-interiorcolor="piel_nappa_roja"]
  .inner-circle {
  background-color: #7a0505;
}
.mde-threehundredsixty
  .mde-threehundredsixty__interior-type
  .mdp-assemble--colors__color-picker.interior
  ul.component-color-picker-1--interior
  [data-interiorcolor="piel_roja"]
  .inner-circle {
  background-color: #b1070a;
}
.mde-threehundredsixty
  .mde-threehundredsixty__colors
  .mdp-assemble--colors__color-picker.exterior
  ul.component-color-picker-1
  .dot,
.mde-threehundredsixty
  .mde-threehundredsixty__interior-type
  .mdp-assemble--colors__color-picker
  ul.component-color-picker-1
  .dot {
  position: relative;
  cursor: pointer;
}
.mde-threehundredsixty
  .mde-threehundredsixty__colors
  .mdp-assemble--colors__color-picker.exterior
  ul.component-color-picker-1
  .dot:active
  .picker--tooltip,
.mde-threehundredsixty
  .mde-threehundredsixty__colors
  .mdp-assemble--colors__color-picker.exterior
  ul.component-color-picker-1
  .dot:hover
  .picker--tooltip,
.mde-threehundredsixty
  .mde-threehundredsixty__interior-type
  .mdp-assemble--colors__color-picker
  ul.component-color-picker-1
  .dot:active
  .picker--tooltip,
.mde-threehundredsixty
  .mde-threehundredsixty__interior-type
  .mdp-assemble--colors__color-picker
  ul.component-color-picker-1
  .dot:hover
  .picker--tooltip {
  opacity: 1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.mde-threehundredsixty
  .mde-threehundredsixty__colors
  .mdp-assemble--colors__color-picker.exterior
  ul.component-color-picker-1
  .dot
  .picker--tooltip,
.mde-threehundredsixty
  .mde-threehundredsixty__interior-type
  .mdp-assemble--colors__color-picker
  ul.component-color-picker-1
  .dot
  .picker--tooltip {
  display: block;
  top: auto;
  bottom: calc(100% + 18px);
  left: 50%;
  right: auto;
  margin: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: min(280px, calc(100vw - 40px));
  height: auto;
  min-height: 0;
  opacity: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: opacity 0.25s ease;
  pointer-events: none;
  z-index: 25;
  text-align: center;
}
@media (max-width: 1024px) {
  .mde-threehundredsixty
    .mde-threehundredsixty__colors
    .mdp-assemble--colors__color-picker.exterior
    ul.component-color-picker-1
    .dot
    .picker--tooltip,
  .mde-threehundredsixty
    .mde-threehundredsixty__interior-type
    .mdp-assemble--colors__color-picker
    ul.component-color-picker-1
    .dot
    .picker--tooltip {
    bottom: calc(100% - 88px);
  }
}
.mde-threehundredsixty
  .mde-threehundredsixty__colors
  .mdp-assemble--colors__color-picker.exterior
  ul.component-color-picker-1
  .dot
  .picker--tooltip__arrow,
.mde-threehundredsixty
  .mde-threehundredsixty__colors
  .mdp-assemble--colors__color-picker.exterior
  ul.component-color-picker-1
  .dot
  .picker--tooltip__arrow-border,
.mde-threehundredsixty
  .mde-threehundredsixty__interior-type
  .mdp-assemble--colors__color-picker
  ul.component-color-picker-1
  .dot
  .picker--tooltip__arrow,
.mde-threehundredsixty
  .mde-threehundredsixty__interior-type
  .mdp-assemble--colors__color-picker
  ul.component-color-picker-1
  .dot
  .picker--tooltip__arrow-border {
  display: none;
}
.mde-threehundredsixty
  .mde-threehundredsixty__colors
  .mdp-assemble--colors__color-picker.exterior
  ul.component-color-picker-1
  .dot
  .picker--tooltip__text,
.mde-threehundredsixty
  .mde-threehundredsixty__interior-type
  .mdp-assemble--colors__color-picker
  ul.component-color-picker-1
  .dot
  .picker--tooltip__text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 16px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #d5d5d5;
  border-radius: 999px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.mde-threehundredsixty
  .mde-threehundredsixty__colors
  .mdp-assemble--colors__color-picker.exterior
  ul.component-color-picker-1
  .dot
  .picker--tooltip__text
  span,
.mde-threehundredsixty
  .mde-threehundredsixty__interior-type
  .mdp-assemble--colors__color-picker
  ul.component-color-picker-1
  .dot
  .picker--tooltip__text
  span {
  display: block;
  font-family: InterstateLight;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.35;
  white-space: normal;
  text-align: center;
}
@media (max-width: 768px) {
  .mde-threehundredsixty
    .mde-threehundredsixty__colors
    .mdp-assemble--colors__color-picker.exterior
    ul.component-color-picker-1
    .dot:active
    .picker--tooltip,
  .mde-threehundredsixty
    .mde-threehundredsixty__colors
    .mdp-assemble--colors__color-picker.exterior
    ul.component-color-picker-1
    .dot:hover
    .picker--tooltip,
  .mde-threehundredsixty
    .mde-threehundredsixty__interior-type
    .mdp-assemble--colors__color-picker
    ul.component-color-picker-1
    .dot:active
    .picker--tooltip,
  .mde-threehundredsixty
    .mde-threehundredsixty__interior-type
    .mdp-assemble--colors__color-picker
    ul.component-color-picker-1
    .dot:hover
    .picker--tooltip {
    opacity: 0;
  }
  .mde-threehundredsixty
    .mde-threehundredsixty__colors
    .mdp-assemble--colors__color-picker.exterior
    ul.component-color-picker-1
    .dot.active
    .picker--tooltip,
  .mde-threehundredsixty
    .mde-threehundredsixty__interior-type
    .mdp-assemble--colors__color-picker
    ul.component-color-picker-1
    .dot.active
    .picker--tooltip {
    opacity: 1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .mde-threehundredsixty
    .mde-threehundredsixty__colors
    .mdp-assemble--colors__color-picker.exterior
    ul.component-color-picker-1
    .dot
    .picker--tooltip__text,
  .mde-threehundredsixty
    .mde-threehundredsixty__interior-type
    .mdp-assemble--colors__color-picker
    ul.component-color-picker-1
    .dot
    .picker--tooltip__text {
    border: none;
    box-shadow: none;
    background: 0 0;
  }
}
.mde-threehundredsixty
  .mde-threehundredsixty__interior-type
  .mde-threehundredsixty__colors {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .mde-threehundredsixty
    .mde-threehundredsixty__interior-type
    .mde-threehundredsixty__colors {
    margin: 80px 0 150px;
  }
}
.mde-threehundredsixty
  .mde-threehundredsixty__interior-type
  .mde-threehundredsixty__colors
  > ul {
  height: 90px;
  overflow: hidden;
  padding: 0 30px 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 600px;
  width: 100%;
  margin: auto;
  position: relative;
}
.mde-threehundredsixty
  .mde-threehundredsixty__interior-type
  .mde-threehundredsixty__colors
  > ul
  .color-picker {
  width: 100px;
  cursor: pointer;
  background-color: #f5f5f5;
}
.mde-threehundredsixty
  .mde-threehundredsixty__interior-type
  .mde-threehundredsixty__colors
  > ul
  .color-picker:first-child {
  padding-left: 10px;
}
.mde-threehundredsixty
  .mde-threehundredsixty__interior-type
  .mde-threehundredsixty__colors
  > ul
  .color-picker:last-child {
  padding-right: 10px;
}
.mde-threehundredsixty
  .mde-threehundredsixty__interior-type
  .mde-threehundredsixty__colors
  > ul
  .color-picker
  .square {
  width: 100%;
  height: 30px;
  cursor: pointer;
  position: relative;
}
.mde-threehundredsixty
  .mde-threehundredsixty__interior-type
  .mde-threehundredsixty__colors
  > ul
  .color-picker
  .square
  .color-name {
  color: #101010;
  opacity: 0;
  transition: 0.3s;
  text-align: center;
  font-size: 13px;
  line-height: normal;
  margin: auto;
  position: absolute;
  top: -45px;
  left: -40px;
  right: -40px;
  text-transform: initial;
}
.mde-threehundredsixty
  .mde-threehundredsixty__interior-type
  .mde-threehundredsixty__colors
  > ul
  .color-picker
  .square
  .square-inner {
  transition: 0.15s;
  border: 1px solid #ddd;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 50%;
  overflow: hidden;
}
.mde-threehundredsixty
  .mde-threehundredsixty__interior-type
  .mde-threehundredsixty__colors
  > ul
  .color-picker
  .square
  .square-inner
  img {
  width: 100%;
  top: 0;
  position: absolute;
  left: -10px;
  right: -10px;
  bottom: 0;
  margin: auto;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.mde-threehundredsixty
  .mde-threehundredsixty__interior-type
  .mde-threehundredsixty__colors
  > ul
  .color-picker.active
  .square
  .color-name {
  color: #101010;
  opacity: 1;
  top: -45px !important;
  line-height: 22px !important;
}
.mde-threehundredsixty
  .mde-threehundredsixty__interior-type
  .mde-threehundredsixty__colors
  > ul
  .color-picker.active
  .square
  .square-inner {
  top: 0;
}
.mde-threehundredsixty
  .mde-threehundredsixty__interior-type
  .mde-threehundredsixty__colors
  .mdp-build-your-mazda--internal-three-sixty {
  position: relative;
  border-radius: 8px;
  overflow: visible;
}
.mde-threehundredsixty
  .mde-threehundredsixty__interior-type
  .mde-threehundredsixty__colors
  .mdp-build-your-mazda--internal-three-sixty
  .mdp-build-your-mazda--internal-three-sixty-viewer {
  border-radius: 8px;
}
@media (max-width: 1024px) {
  .mde-threehundredsixty
    .mde-threehundredsixty__interior-type
    .mde-threehundredsixty__colors
    .mdp-build-your-mazda--internal-three-sixty
    .mdp-build-your-mazda--internal-three-sixty-viewer {
    border-radius: 0;
  }
}
.mde-threehundredsixty
  .mde-threehundredsixty__interior-type
  .mde-threehundredsixty__colors
  .mdp-build-your-mazda--internal-three-sixty
  .ptn-section.form-elements.interior-skin {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 90px;
}
@media (max-width: 1024px) {
  .mde-threehundredsixty
    .mde-threehundredsixty__interior-type
    .mde-threehundredsixty__colors
    .mdp-build-your-mazda--internal-three-sixty
    .ptn-section.form-elements.interior-skin {
    bottom: -114px;
  }
}
.mde-threehundredsixty .mde-threehundredsixty__interior__images {
  overflow: hidden;
  position: relative;
  margin-top: 15px;
}
.mde-threehundredsixty .mde-threehundredsixty__interior__images .active {
  visibility: visible;
  opacity: 1;
}
.mde-threehundredsixty .mde-threehundredsixty__interior__images img {
  transition: all 1.5s;
  opacity: 0;
  visibility: hidden;
  max-width: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
}
.mde-threehundredsixty .mde-threehundredsixty__interior-disclaimer {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100%;
}
.mde-threehundredsixty .mde-threehundredsixty__interior-disclaimer p {
  margin-bottom: 0;
}
.mde-threehundredsixty .mde-threehundredsixty__exterior-disclaimer,
.mde-threehundredsixty .mde-threehundredsixty__exterior-disclaimers,
.mde-threehundredsixty .mde-threehundredsixty__interior-disclaimer,
.mde-threehundredsixty .mde-threehundredsixty__interior-disclaimers {
  text-align: center;
  margin-top: 10px;
  min-height: 28px;
}
.mde-threehundredsixty .mde-threehundredsixty__exterior-disclaimer div,
.mde-threehundredsixty .mde-threehundredsixty__exterior-disclaimers div,
.mde-threehundredsixty .mde-threehundredsixty__interior-disclaimer div,
.mde-threehundredsixty .mde-threehundredsixty__interior-disclaimers div {
  display: none;
  padding: 0 15px;
  font-size: 13px;
  font-weight: 100;
}
.mde-threehundredsixty .mde-threehundredsixty__exterior-disclaimer p,
.mde-threehundredsixty .mde-threehundredsixty__exterior-disclaimers p,
.mde-threehundredsixty .mde-threehundredsixty__interior-disclaimer p,
.mde-threehundredsixty .mde-threehundredsixty__interior-disclaimers p {
  font-size: 13px;
  font-weight: 100;
}
.mde-threehundredsixty .mde-threehundredsixty__exterior-disclaimers--light,
.mde-threehundredsixty .mde-threehundredsixty__interior-disclaimer--light {
  color: #fff;
  text-shadow: #101010 2px 2px 6px;
}
@media (max-width: 1024px) {
  .mde-threehundredsixty .mde-threehundredsixty__exterior-disclaimers--light,
  .mde-threehundredsixty .mde-threehundredsixty__interior-disclaimer--light {
    color: #101010;
    text-shadow: initial;
    bottom: -150px !important;
  }
}
.mde-threehundredsixty .mde-threehundredsixty__exterior-disclaimers--light div,
.mde-threehundredsixty .mde-threehundredsixty__exterior-disclaimers--light p,
.mde-threehundredsixty .mde-threehundredsixty__interior-disclaimer--light div,
.mde-threehundredsixty .mde-threehundredsixty__interior-disclaimer--light p {
  color: inherit;
  text-shadow: inherit;
}
.mde-threehundredsixty .mde-threehundredsixty__exterior-disclaimers--dark,
.mde-threehundredsixty .mde-threehundredsixty__interior-disclaimer--dark {
  color: #101010;
}
.mde-threehundredsixty .mde-threehundredsixty__exterior-disclaimers--dark div,
.mde-threehundredsixty .mde-threehundredsixty__exterior-disclaimers--dark p,
.mde-threehundredsixty .mde-threehundredsixty__interior-disclaimer--dark div,
.mde-threehundredsixty .mde-threehundredsixty__interior-disclaimer--dark p {
  color: inherit;
}
.mde-threehundredsixty .btn-container {
  width: 100%;
  margin-top: 10px;
  text-align: center;
  display: inline-block;
}
@media (max-width: 1024px) {
  .mde-threehundredsixty .mdp-assemble--colors__color-picker {
    position: relative;
  }
  .mde-threehundredsixty .mdp-assemble--colors__color-picker .picker--tooltip {
    display: none;
  }
  .mde-threehundredsixty .mdp-assemble--colors__color-picker .color-name-label {
    display: block;
  }
  .mde-threehundredsixty
    .mdp-assemble--colors__color-picker
    ul.component-color-picker-1 {
    text-align: center;
  }
  .mde-threehundredsixty .mde-threehundredsixty__exterior-type {
    padding-bottom: initial;
  }
  .mde-threehundredsixty .mdp-assemble--colors__view-type {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .mde-threehundredsixty .mde-threehundredsixty__wrapper h2 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .mde-threehundredsixty .mdp-assemble--colors__color-picker {
    padding: 0 10px !important;
  }
  .mde-threehundredsixty .mdp-assemble--colors__color-picker.exterior {
    height: auto;
  }
  .mde-threehundredsixty .mde-threehundredsixty__block {
    height: 250px;
  }
  .mde-threehundredsixty
    .mde-threehundredsixty__colors
    ul
    .color-picker
    .square {
    height: 40px;
  }
  .mde-threehundredsixty
    .mde-threehundredsixty__colors
    ul
    .color-picker
    .square
    .square-inner {
    left: 5px;
    right: 5px;
  }
  .mde-threehundredsixty
    .mde-threehundredsixty__colors
    ul
    .color-picker.active
    .square
    .color-name {
    top: -52px !important;
    width: 110px !important;
    line-height: 15px !important;
    left: -38px !important;
  }
}
@media only screen and (max-width: 767px) and (max-width: 500px) {
  .mde-threehundredsixty
    .mde-threehundredsixty__colors
    ul
    .color-picker.active
    .square
    .color-name {
    top: -50px !important;
    left: -38px;
  }
}
@media screen and (max-width: 767px) {
  .mde-threehundredsixty .mde-threehundredsixty__interior-disclaimer {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) and (max-width: 500px) {
  .mde-threehundredsixty .mde-threehundredsixty__interior-disclaimer p {
    height: auto;
  }
}
.interior-color {
  display: inline-block;
  height: 65px;
  width: 65px;
  line-height: 65px;
  position: relative;
}
.interior-color.active .dot__selected {
  opacity: 1;
  visibility: visible;
}
.interior-color .dot__selected {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: all 0.5s;
  transition-delay: 0.1s;
  margin: auto;
  bottom: 0;
  right: 0;
}
.interior__images {
  position: relative;
}
.interior__images .active {
  visibility: visible;
  opacity: 1;
}
.interior__images img {
  transition: all 1s;
  opacity: 0;
  visibility: hidden;
  max-width: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@keyframes opacityIn {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes opacityOut {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes opacityOut {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes moveIn {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
  }
}
.mdp-text-block .text-block {
  padding: 30px 20px;
  text-align: center;
}
.mdp-text-block .text-block h1,
.mdp-text-block .text-block h2,
.mdp-text-block .text-block h3,
.mdp-text-block .text-block h4,
.mdp-text-block .text-block h5,
.mdp-text-block .text-block h6 {
  font-size: 20px;
  font-size: 2rem;
  line-height: normal;
  margin-bottom: 10px;
  color: #101010;
}
.mdp-text-block .text-block li,
.mdp-text-block .text-block p {
  font-size: 15px;
  font-size: 1.5rem;
  color: #101010;
  font-family: InterstateLight;
}
.mdp-text-block .text-block p {
  margin-bottom: 20px;
}
.mdp-text-block .text-block ul {
  margin-left: 13px;
  margin-bottom: 20px;
}
.mdp-text-block .text-block ul li {
  position: relative;
  margin-left: 10px;
  text-align: left;
  margin-bottom: 10px;
}
.mdp-text-block .text-block ul li:before {
  background-color: #999;
  border-radius: 50%;
  content: "";
  font-size: 4px;
  left: -22px;
  padding: 3px;
  position: absolute;
  top: 13px;
}
.mdp-text-block .text-block ul li:last-child {
  margin-bottom: 0;
}
.mdp-text-block .text-block .cta-container.right {
  text-align: right;
}
.mdp-text-block .text-block .cta-container.left {
  text-align: left;
}
.mdp-text-block .text-block .cta-container.center {
  text-align: center;
}
.mdp-text-block .text-block .cta-container .border-cta:hover {
  color: #fff;
}
.mdp-text-block .text-block .cta-container .Link,
.mdp-text-block .text-block .cta-container .border-cta {
  margin-top: 0;
  margin-bottom: 0;
}
.mdp-text-block .text-block .cta-container .Link {
  margin: 0 15px;
}
.mdp-text-block .text-block .cta-container .Link:first-child {
  margin-left: 0;
}
.mdp-text-block .text-block .cta-container .Link:last-child {
  margin-right: 0;
}
.mdp-text-block .text-block .cta-container .Link.arrow-link {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .mdp-text-block .text-block li,
  .mdp-text-block .text-block p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .mdp-text-block .text-block .cta-container.center,
  .mdp-text-block .text-block .cta-container.left,
  .mdp-text-block .text-block .cta-container.right {
    text-align: center;
  }
  .mdp-text-block .text-block .cta-container .border-cta {
    color: #fff;
  }
}
@-webkit-keyframes slide-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mde-video-background {
  height: 100vh;
  max-height: 900px;
  background-image: -webkit-radial-gradient(
    -10% 50%,
    circle farthest-side,
    #101010 30%,
    transparent 100%
  );
}
@media screen and (max-width: 767px) {
  .mde-video-background {
    background-image: none;
    height: auto;
    max-height: none;
  }
}
.mde-video-background__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  height: 100vh;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-height: 900px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .mde-video-background__inner {
    min-height: inherit;
  }
}
@media screen and (max-width: 767px) {
  .mde-video-background__inner {
    min-height: inherit;
    height: auto;
    max-height: none;
  }
}
.mde-video-background__content-container {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mde-video-background__content-container {
    background: #000;
  }
}
.mde-video-background.right-align .mde-video-background__content {
  float: right;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .mde-video-background.right-align .mde-video-background__content {
    float: none;
  }
}
.mde-video-background.left-align .mde-video-background__content {
  float: left;
}
.mde-video-background__content {
  display: block;
  height: auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
  text-align: left;
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  transition:
    opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition:
    opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.mde-video-background__content.in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 1024px) {
  .mde-video-background__content {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .mde-video-background__content {
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 90%;
  }
  .mde-video-background__content.in-view {
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .mde-video-background__content {
    position: static;
    -webkit-transform: none;
    transform: none;
    width: 100%;
    top: auto;
    padding: 45px 25px 0;
    background: #000;
  }
  .mde-video-background__content.in-view {
    -webkit-transform: none;
    transform: none;
  }
}
.mde-video-background__content [class^="cta"] {
  display: block;
  margin-bottom: 18px;
  text-align: left;
}
.mde-video-background__header {
  font-family: InterstateRegular, helvetica, arial, sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  margin: 0 0 8px;
  text-align: left;
  text-transform: uppercase;
}
.mde-video-background__title {
  font-family: InterstateRegular, helvetica, arial, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.2em;
  margin: 0 0 22px;
  text-align: left;
  text-transform: uppercase;
}
.mde-video-background__description {
  font-family: InterstateLight, helvetica, arial, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 28px;
  margin: 0 0 30px;
  text-align: left;
}
.mde-video-background .cta {
  margin: 0 0 10px 20px;
}
.mde-video-background .cta__icon {
  background-position: 2px center;
  background-repeat: no-repeat;
}
.mde-video-background__video-container {
  background-color: #000;
  bottom: 0;
  height: auto;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .mde-video-background__video-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 600px;
    position: relative;
  }
}
.mde-video-background__img,
.mde-video-background__video {
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.mde-video-background__video {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .mde-video-background__video {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .mde-video-background__video {
    display: none;
  }
}
.mde-video-background__img {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .mde-video-background__img {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .mde-video-background__img {
    display: block;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
  }
}
.current-image {
  visibility: visible;
  opacity: 1;
  width: 100%;
}
@-webkit-keyframes ajaxRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes ajaxRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.ng-mazda .main,
.ng-mazda .main-header {
  font-size: 40px !important;
  letter-spacing: 4px !important;
  line-height: 40px !important;
  font-family: InterstateRegular !important;
  margin-bottom: initial;
  text-transform: initial;
}
@media screen and (max-width: 768px) {
  .ng-mazda .main,
  .ng-mazda .main-header {
    font-size: 30px !important;
    letter-spacing: 3px !important;
    line-height: 32px !important;
  }
}
.ng-mazda .feature-header {
  font-size: 20px !important;
  letter-spacing: 2px !important;
  line-height: 27px !important;
  font-family: InterstateRegular !important;
  margin-bottom: initial;
  text-transform: initial;
}
.ng-mazda .section-header {
  font-size: 18px !important;
  letter-spacing: 2px !important;
  line-height: 25px !important;
  font-family: InterstateRegular !important;
  margin-bottom: initial;
  text-transform: initial;
}
.ng-mazda .btn-label {
  font-size: 14px !important;
  letter-spacing: 1px !important;
  line-height: 20px !important;
  font-family: InterstateRegular !important;
}
.ng-mazda .body-copy {
  font-size: 16px !important;
  letter-spacing: normal !important;
  line-height: 20px !important;
  font-family: InterstateLight !important;
}
.ng-mazda .body-footer {
  font-size: 10px !important;
  letter-spacing: 2px !important;
  line-height: 18px !important;
  font-family: InterstateRegular !important;
}
.ng-mazda .ng-btn {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 175px;
  width: auto;
  box-sizing: border-box;
  padding: 16px 24px !important;
  border-radius: 4px;
  outline: 0;
  border: none;
  text-decoration: none;
  cursor: pointer;
  font-family: InterstateRegular;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  transition:
    background-color 150ms ease-in-out,
    color 150ms ease-in-out,
    border-color 150ms ease-in-out !important;
}
.ng-mazda .ng-btn:disabled {
  opacity: 0.4;
  pointer-events: none;
}
.ng-mazda .ng-btn.red {
  color: #fff !important;
  background-color: #040b13 !important;
}
.ng-mazda .ng-btn.red:hover {
  background-color: #535b69 !important;
  color: #fff !important;
}
.ng-mazda .ng-btn.red.is-pressed,
.ng-mazda .ng-btn.red:active {
  background-color: #000 !important;
  color: #fff !important;
}
.ng-mazda .ng-link {
  position: relative;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  color: #101010;
}
.ng-mazda .ng-link p {
  display: inline;
  position: relative;
  margin: initial !important;
  margin-left: 12px !important;
}
.ng-mazda .ng-link p:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: #8d7057;
  transition: 0.4s linear;
}
.ng-mazda .ng-link span {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  transition: 0.4s linear;
}
.ng-mazda .ng-link:hover p:before {
  width: 100%;
}
@media (max-width: 1024px) {
  .ng-mazda .ng-link:hover p:before {
    display: none;
  }
}
.ng-mazda .ng-link:hover span {
  color: #8d7057;
}
.mdp-assemble--colors__color-picker ul.component-color-picker-1 {
  padding-top: 10px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mdp-assemble--colors__color-picker ul.component-color-picker-1 {
    text-align: left;
  }
}
.mdp-assemble--colors__color-picker ul.component-color-picker-1 .dot {
  cursor: pointer;
  height: 38px;
  width: 38px;
  display: inline-block;
  margin: 0 5px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mdp-assemble--colors__color-picker ul.component-color-picker-1 .dot {
    margin: 0 6px;
  }
}
.mdp-assemble--colors__color-picker ul.component-color-picker-1 .dot__selected {
  display: block;
  opacity: 0;
  visibility: hidden;
  left: 12px;
  position: absolute;
  top: 12px;
  transition:
    opacity 0.1s,
    visibility 0.1s;
  transition-delay: 0.1s;
  color: #fff;
  font-size: 15px;
  line-height: 15px;
}
.mdp-assemble--colors__color-picker
  ul.component-color-picker-1
  .dot.active
  .inner-circle {
  -webkit-transform: scale(1.71);
  transform: scale(1.71);
  transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
}
.mdp-assemble--colors__color-picker
  ul.component-color-picker-1
  .dot.active
  .dot__selected {
  opacity: 1;
  visibility: inherit;
}
.mdp-assemble--colors__color-picker ul.component-color-picker-1 span {
  transition: none;
  border: 0;
}
.mdp-assemble--colors__color-picker ul.component-color-picker-1 .inner-circle {
  width: 22px;
  height: 22px;
  display: block;
  position: absolute;
  top: 8px;
  left: 8px;
  border-radius: 50%;
}
.mdp-assemble--colors__color-picker ul.component-color-picker-1 .outer-circle {
  background-color: #e7e7e7;
  border-radius: 50%;
  border: 0;
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  display: block;
  height: 38px;
  position: relative;
  width: 38px;
}
.mdp-assemble--colors__color-picker
  ul.component-color-picker-1
  [data-color*="blanco"].active
  .inner-circle,
.mdp-assemble--colors__color-picker
  ul.component-color-picker-1
  [data-color*="white"].active
  .inner-circle {
  background-color: #f5f5f5;
  background: linear-gradient(
    to top,
    #f5f5f5 0,
    #f5f5f5 50%,
    #fff 50%,
    #fff 100%
  );
  border: 1px solid #d5d5d5;
}
.mdp-assemble--colors__color-picker
  ul.component-color-picker-1
  [data-color*="blanco"].active
  .dot__selected,
.mdp-assemble--colors__color-picker
  ul.component-color-picker-1
  [data-color*="white"].active
  .dot__selected {
  color: #101010;
}
.mdp-assemble--colors__color-picker
  ul.component-color-picker-1
  [data-color*="blanco"]
  .inner-circle,
.mdp-assemble--colors__color-picker
  ul.component-color-picker-1
  [data-color*="white"]
  .inner-circle {
  background-color: #f5f5f5;
  border: 1px solid #d5d5d5;
}
.mdp-assemble {
  -webkit-tap-highlight-color: transparent;
  font-size-adjust: 100%;
  height: 100vh;
}
.mdp-assemble.active {
  height: auto;
}
.mdp-assemble--nav-scroll {
  height: 125vh;
  min-height: 850px;
}
.mdp-assemble__scroll {
  overflow-y: scroll;
}
.mdp-assemble .ajaxloader {
  width: 40px;
  height: 40px;
}
.mdp-assemble a {
  outline: 0;
}
.mdp-assemble sup {
  line-height: 0;
  position: relative;
  top: -0.7em;
}
.mdp-assemble .cta-2:hover {
  background-color: #910a2d;
}
.mdp-assemble .cta-2:hover .cta--wrapper {
  border-color: #910a2d;
}
.mdp-assemble .cta-1:hover .cta--wrapper {
  border-color: #910a2d;
}
.mdp-assemble .cta {
  font-size: 13px;
  font-size: 1.3rem;
}
.mdp-assemble--tooltip {
  display: block;
  color: #101010;
  height: 45px;
  left: 38px;
  opacity: 0;
  position: absolute;
  pointer-events: none;
  transition: all 0.4s ease;
  top: -8px;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
  z-index: 3;
  text-align: left;
}
@media screen and (min-width: 960px) {
  .mdp-assemble--tooltip {
    display: block;
  }
}
.mdp-assemble--tooltip__text {
  display: table;
  height: 45px;
  padding: 0 21px;
  margin: 0 auto;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #d5d5d5;
}
.mdp-assemble--tooltip__text span {
  display: table-cell;
  font-family: InterstateRegular, helvetica, arial, sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #101010;
  vertical-align: middle;
}
.mdp-assemble--tooltip__arrow {
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-right: 9px solid #fff;
  top: 13px;
  position: absolute;
  left: -8px;
}
.mdp-assemble--tooltip__arrow-border {
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-right: 9px solid #d5d5d5;
  top: 13px;
  position: absolute;
  left: -9px;
}
.mdp-assemble--footer {
  background: #fff;
  border-top: 1px solid #d5d5d5;
  bottom: 0;
  display: block;
  height: 80px;
  line-height: 1.1;
  padding-top: 19px;
  position: fixed;
  visibility: hidden;
  width: 100%;
  z-index: 3;
}
.mdp-assemble--footer__nav {
  position: absolute;
  right: 24px;
  width: 50%;
  top: 0;
  text-align: right;
  font-size: 0;
}
.mdp-assemble--footer .container {
  padding: 0 24px;
  position: relative;
}
.mdp-assemble--footer .footer-border {
  border-right: 1px solid #d5d5d5;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  visibility: hidden;
  width: 0;
}
.mdp-assemble--model-select {
  padding: 92px 0 140px;
  visibility: visible;
  z-index: auto;
}
.mdp-assemble--model-select .title {
  margin-bottom: 60px;
}
.mdp-assemble--model-select__type {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .mdp-assemble--model-select__type {
    border-right: 1px solid #c4c4c4;
    padding-top: 14px;
  }
}
.mdp-assemble--model-select__type:last-child {
  border: 0;
}
.mdp-assemble--colors__container {
  display: block;
  height: 100%;
  padding: 0;
  width: 100%;
}
.mdp-assemble--colors__interior {
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  padding-bottom: 0;
  width: 100%;
  padding-top: 0;
  top: 0;
  opacity: 0;
}
.mdp-assemble--colors__interior.active {
  display: block;
}
.mdp-assemble--colors__exterior {
  display: none;
  height: 100%;
  position: relative;
  width: 100%;
  vertical-align: middle;
}
.mdp-assemble--colors__exterior.active {
  display: block;
}
.mdp-assemble--colors__wrapper {
  position: relative;
  width: 100%;
}
.mdp-assemble--colors__interior .mdp-assemble--colors__wrapper {
  width: 100%;
  height: 100%;
}
.mdp-assemble--colors__exterior .mdp-assemble--colors__wrapper {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 106% auto;
  padding-top: 0;
  position: relative;
  width: 100%;
  height: 100%;
}
.mdp-assemble--colors__header {
  left: 0;
  position: absolute;
  top: 75px;
  width: 100%;
  z-index: 3;
}
.mdp-assemble--colors__view-type {
  height: 105px;
  position: absolute;
  bottom: 129px;
  width: 100%;
  z-index: 2;
}
.mdp-assemble--colors__view-type[data-active="exterior"] li.exterior a {
  color: #101010;
}
.mdp-assemble--colors__view-type[data-active="exterior"] li.interior a {
  color: #101010;
}
@media screen and (min-width: 768px) {
  .mdp-assemble--colors__view-type[data-active="exterior"] li.interior a:hover {
    color: #101010;
  }
}
.mdp-assemble--colors__view-type[data-active="interior"] li.exterior a {
  color: #101010;
}
@media screen and (min-width: 768px) {
  .mdp-assemble--colors__view-type[data-active="interior"] li.exterior a:hover {
    color: #fff;
  }
}
.mdp-assemble--colors__view-type[data-active="interior"] li.interior a {
  color: #fff;
}
.mdp-assemble--colors__view-nav {
  margin-bottom: 6px;
  text-align: center;
  width: 100%;
}
.mdp-assemble--colors__view-nav li {
  display: inline-block;
  font-size: 0;
  padding: 0 12px;
}
.mdp-assemble--colors__view-nav li a {
  transition: color 0.4s;
  font-family: InterstateRegular, helvetica, arial, sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.mdp-assemble--colors__view-nav li:first-child {
  border-right: 1px solid #d5d5d5;
}
.mdp-assemble--colors__color-picker {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 26px;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}
.mdp-assemble--colors__color-picker > ul {
  margin: 0 auto;
  text-align: center;
}
.mdp-assemble--colors__color-picker > ul > li {
  text-align: center;
}
.mdp-assemble--colors__color-picker > ul > li:hover .picker--tooltip {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.mdp-assemble--colors__color-picker.active {
  opacity: 1;
  visibility: inherit;
}
.mdp-assemble--colors .picker--tooltip {
  display: none;
  color: #101010;
  height: 45px;
  left: 50%;
  opacity: 0;
  position: absolute;
  pointer-events: none;
  margin-left: -300px;
  transition: all 0.4s ease;
  top: 46px;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  width: 600px;
  z-index: 3;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .mdp-assemble--colors .picker--tooltip {
    display: block;
  }
}
.mdp-assemble--colors .picker--tooltip__text {
  display: table;
  height: 45px;
  padding: 0 23px;
  margin: 0 auto;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #d5d5d5;
}
.mdp-assemble--colors .picker--tooltip__text span {
  display: table-cell;
  font-family: InterstateLight, helvetica, arial, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  vertical-align: middle;
}
.mdp-assemble--colors .picker--tooltip__arrow {
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #fff;
  left: 288px;
  position: absolute;
  top: -11px;
}
.mdp-assemble--colors .picker--tooltip__arrow-border {
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #d5d5d5;
  left: 288px;
  position: absolute;
  top: -12px;
}
@media screen and (max-width: 767px) {
  #assemble {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  #assemble {
    margin: 0;
  }
  .mdp-assemble {
    overflow: hidden;
    position: relative;
    height: 800px;
    top: 0;
    width: 100%;
  }
  .mdp-assemble.active {
    height: 100%;
    position: fixed;
  }
  .mdp-assemble__disclaimer {
    line-height: 1.75;
    width: 100%;
    background: #101010;
  }
  .mdp-assemble__disclaimer .mdp-foundation-disclaimer__mobile--link:hover {
    color: #101010;
  }
  .mdp-assemble .cta-1:hover {
    background-color: #101010;
  }
  .mdp-assemble .cta-1:hover .cta--wrapper {
    border-color: #101010;
  }
  .mdp-assemble .cta-1:hover .cta-state-1 {
    top: 0;
    opacity: 1;
  }
  .mdp-assemble .cta-1:hover .cta-state-2 {
    top: 15px;
    opacity: 0;
  }
  .mdp-assemble .cta-2:hover {
    background-color: transparent;
  }
  .mdp-assemble .cta-2:hover .cta--wrapper {
    border-color: #101010;
  }
  .mdp-assemble .cta-2:hover .cta-state-1 {
    top: 0;
    opacity: 1;
  }
  .mdp-assemble .cta-2:hover .cta-state-2 {
    top: 15px;
    opacity: 0;
  }
  .mdp-assemble--footer {
    bottom: 0;
    display: block;
    line-height: 13px;
    padding-top: 10px;
    height: 56px;
  }
  .mdp-assemble--footer .mdp-assemble__disclaimer {
    background: #fff;
    position: absolute;
    bottom: 55px;
  }
  .mdp-assemble--footer__nav .cta {
    font-size: 11px;
    font-size: 1.1rem;
    height: 35px;
    width: auto;
    min-width: 111px;
  }
  .mdp-assemble--footer__nav .cta .cta--wrapper {
    padding: 10px 18px;
  }
  .mdp-assemble--model-select .title.mobile-title {
    display: block;
  }
  .mdp-assemble--model-select .container {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    width: 100%;
  }
  .mdp-assemble--model-select .title {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 17px;
  }
  .mdp-assemble--model-select__type {
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .mdp-assemble--colors.active {
    display: block;
  }
  .mdp-assemble--colors__view-nav {
    position: relative;
    z-index: 2;
  }
  .mdp-assemble--colors__color-picker {
    padding: 0 50px;
    z-index: 2;
  }
  .mdp-assemble--colors__color-picker li {
    outline: 0;
  }
  .mdp-assemble--colors__color-picker li .picker--tooltip {
    display: none;
  }
  .mdp-assemble--colors__color-picker.exterior {
    font-size: 0;
    height: 80px;
    overflow-x: hidden;
    overflow-y: visible;
  }
  .mdp-assemble--colors .container {
    display: block;
    height: 100%;
  }
  .mdp-assemble--colors__container {
    padding: 0;
    height: 100%;
  }
  .mdp-assemble--colors .model-color-image {
    height: auto;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .mdp-assemble--colors__exterior .mdp-assemble--colors__wrapper {
    background-size: 123% auto;
  }
  .mdp-assemble--colors__header {
    top: 80px;
  }
  .mdp-assemble--colors__view-type {
    transition:
      bottom 0.4s,
      height 0.4s;
    position: absolute;
    bottom: 106px;
    height: 90px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px),
  screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (min-device-height: 1366px) and (max-device-height: 1366px) and (min-width: 1024px) and (max-width: 1024px) {
  .mdp-assemble__disclaimer {
    line-height: 1.75;
    width: 100%;
    background: #fff;
  }
  .mdp-assemble__disclaimer .mdp-foundation-disclaimer__mobile--link:hover {
    color: #101010;
  }
  .mdp-assemble--footer .mdp-assemble__disclaimer {
    position: absolute;
    bottom: 79px;
  }
  .mdp-assemble--model-select .title {
    margin-bottom: 35px;
  }
  .mdp-assemble--model-select .model-type {
    padding: 0 30px;
  }
  .mdp-assemble--model-select .model-type .content {
    margin-top: -19px;
    margin-bottom: -19px;
  }
  .mdp-assemble--colors__header {
    top: 100px;
  }
  .mdp-assemble--colors__interior.active {
    display: block;
  }
  .mdp-assemble--colors__view-type {
    bottom: 130px;
  }
}

@-webkit-keyframes ajaxRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes ajaxRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.ng-mazda .main,
.ng-mazda .main-header {
  font-size: 40px !important;
  letter-spacing: 4px !important;
  line-height: 40px !important;
  font-family: InterstateRegular !important;
  margin-bottom: initial;
  text-transform: initial;
}
@media screen and (max-width: 768px) {
  .ng-mazda .main,
  .ng-mazda .main-header {
    font-size: 30px !important;
    letter-spacing: 3px !important;
    line-height: 32px !important;
  }
}
.ng-mazda .feature-header {
  font-size: 20px !important;
  letter-spacing: 2px !important;
  line-height: 27px !important;
  font-family: InterstateRegular !important;
  margin-bottom: initial;
  text-transform: initial;
}
.ng-mazda .section-header {
  font-size: 18px !important;
  letter-spacing: 2px !important;
  line-height: 25px !important;
  font-family: InterstateRegular !important;
  margin-bottom: initial;
  text-transform: initial;
}
.ng-mazda .btn-label {
  font-size: 14px !important;
  letter-spacing: 1px !important;
  line-height: 20px !important;
  font-family: InterstateRegular !important;
}
.ng-mazda .body-copy {
  font-size: 16px !important;
  letter-spacing: normal !important;
  line-height: 20px !important;
  font-family: InterstateLight !important;
}
.ng-mazda .body-footer {
  font-size: 10px !important;
  letter-spacing: 2px !important;
  line-height: 18px !important;
  font-family: InterstateRegular !important;
}
.ng-mazda .ng-btn {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 175px;
  width: auto;
  box-sizing: border-box;
  padding: 16px 24px !important;
  border-radius: 4px;
  outline: 0;
  border: none;
  text-decoration: none;
  cursor: pointer;
  font-family: InterstateRegular;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  transition:
    background-color 150ms ease-in-out,
    color 150ms ease-in-out,
    border-color 150ms ease-in-out !important;
}
.ng-mazda .ng-btn:disabled {
  opacity: 0.4;
  pointer-events: none;
}
.ng-mazda .ng-btn.red {
  color: #fff !important;
  background-color: #040b13 !important;
}
.ng-mazda .ng-btn.red:hover {
  background-color: #535b69 !important;
  color: #fff !important;
}
.ng-mazda .ng-btn.red.is-pressed,
.ng-mazda .ng-btn.red:active {
  background-color: #000 !important;
  color: #fff !important;
}
.ng-mazda .ng-link {
  position: relative;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  color: #101010;
}
.ng-mazda .ng-link p {
  display: inline;
  position: relative;
  margin: initial !important;
  margin-left: 12px !important;
}
.ng-mazda .ng-link p:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: #8d7057;
  transition: 0.4s linear;
}
.ng-mazda .ng-link span {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  transition: 0.4s linear;
}
.ng-mazda .ng-link:hover p:before {
  width: 100%;
}
@media (max-width: 1024px) {
  .ng-mazda .ng-link:hover p:before {
    display: none;
  }
}
.ng-mazda .ng-link:hover span {
  color: #8d7057;
}
.center1400 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.center1400 {
  max-width: 1400px;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #d5d5d5 !important;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 0, 0, 0.4);
}
.mdp-compara-main-container {
  overflow: hidden;
}
@font-face {
  font-family: icomoon;
  src: url(/assets/theme/icons/font-icon/compara/fonts/icomoon.eot?nwgxei);
  src:
    url(/assets/theme/icons/font-icon/compara/fonts/icomoon.eot?nwgxei#iefix)
      format("embedded-opentype"),
    url(/assets/theme/icons/font-icon/compara/fonts/icomoon.ttf?nwgxei)
      format("truetype"),
    url(/assets/theme/icons/font-icon/compara/fonts/icomoon.woff?nwgxei)
      format("woff"),
    url(/assets/theme/icons/font-icon/compara/fonts/icomoon.svg?nwgxei#icomoon)
      format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: icomoon;
  src: url(/assets/theme/icons/font-icon/compara/fontsPlus/icomoon.eot?28vjew);
  src:
    url(/assets/theme/icons/font-icon/compara/fontsPlus/icomoon.eot?28vjew#iefix)
      format("embedded-opentype"),
    url(/assets/theme/icons/font-icon/compara/fontsPlus/icomoon.ttf?28vjew)
      format("truetype"),
    url(/assets/theme/icons/font-icon/compara/fontsPlus/icomoon.woff?28vjew)
      format("woff"),
    url(/assets/theme/icons/font-icon/compara/fontsPlus/icomoon.svg?28vjew#icomoon)
      format("svg");
  font-weight: 400;
  font-style: normal;
}
@media print {
  @page {
    size: A4 landscape;
  }
  @page {
    orientation: landscape;
  }
  body {
    color: #333;
    margin-top: 0.5cm;
    margin-right: 0.5cm;
    margin-bottom: 1.5cm;
    margin-left: 0.5cm;
    height: 100% !important;
  }
  div[class^="mdp-navigation"] {
    display: none !important;
  }
}
@-webkit-keyframes ajaxRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes ajaxRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.ng-mazda .main,
.ng-mazda .main-header {
  font-size: 40px !important;
  letter-spacing: 4px !important;
  line-height: 40px !important;
  font-family: InterstateRegular !important;
  margin-bottom: initial;
  text-transform: initial;
}
@media screen and (max-width: 768px) {
  .ng-mazda .main,
  .ng-mazda .main-header {
    font-size: 30px !important;
    letter-spacing: 3px !important;
    line-height: 32px !important;
  }
}
.ng-mazda .feature-header {
  font-size: 20px !important;
  letter-spacing: 2px !important;
  line-height: 27px !important;
  font-family: InterstateRegular !important;
  margin-bottom: initial;
  text-transform: initial;
}
.ng-mazda .section-header {
  font-size: 18px !important;
  letter-spacing: 2px !important;
  line-height: 25px !important;
  font-family: InterstateRegular !important;
  margin-bottom: initial;
  text-transform: initial;
}
.ng-mazda .btn-label {
  font-size: 14px !important;
  letter-spacing: 1px !important;
  line-height: 20px !important;
  font-family: InterstateRegular !important;
}
.ng-mazda .body-copy {
  font-size: 16px !important;
  letter-spacing: normal !important;
  line-height: 20px !important;
  font-family: InterstateLight !important;
}
.ng-mazda .body-footer {
  font-size: 10px !important;
  letter-spacing: 2px !important;
  line-height: 18px !important;
  font-family: InterstateRegular !important;
}
.ng-mazda .ng-btn {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 175px;
  width: auto;
  box-sizing: border-box;
  padding: 16px 24px !important;
  border-radius: 4px;
  outline: 0;
  border: none;
  text-decoration: none;
  cursor: pointer;
  font-family: InterstateRegular;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  transition:
    background-color 150ms ease-in-out,
    color 150ms ease-in-out,
    border-color 150ms ease-in-out !important;
}
.ng-mazda .ng-btn:disabled {
  opacity: 0.4;
  pointer-events: none;
}
.ng-mazda .ng-btn.red {
  color: #fff !important;
  background-color: #040b13 !important;
}
.ng-mazda .ng-btn.red:hover {
  background-color: #535b69 !important;
  color: #fff !important;
}
.ng-mazda .ng-btn.red.is-pressed,
.ng-mazda .ng-btn.red:active {
  background-color: #000 !important;
  color: #fff !important;
}
.ng-mazda .ng-link {
  position: relative;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  color: #101010;
}
.ng-mazda .ng-link p {
  display: inline;
  position: relative;
  margin: initial !important;
  margin-left: 12px !important;
}
.ng-mazda .ng-link p:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: #8d7057;
  transition: 0.4s linear;
}
.ng-mazda .ng-link span {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  transition: 0.4s linear;
}
.ng-mazda .ng-link:hover p:before {
  width: 100%;
}
@media (max-width: 1024px) {
  .ng-mazda .ng-link:hover p:before {
    display: none;
  }
}
.ng-mazda .ng-link:hover span {
  color: #8d7057;
}
.center1400 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.center1400 {
  max-width: 1400px;
}
@font-face {
  font-family: icomoon;
  src: url(/assets/theme/icons/font-icon/icomoon.eot?vuwtpt);
  src:
    url(/assets/theme/icons/font-icon/icomoon.eot?vuwtpt#iefix)
      format("embedded-opentype"),
    url(/assets/theme/icons/font-icon/icomoon.ttf?vuwtpt) format("truetype"),
    url(/assets/theme/icons/font-icon/icons-resume/icomoon.woff?vuwtpt)
      format("woff"),
    url(/assets/theme/icons/font-icon/icomoon.svg?vuwtpt#icomoon) format("svg");
  font-weight: 400;
  font-style: normal;
}
[class*="icon-config"],
[class^="icon-config"] {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .model-data {
    display: none !important;
  }
}
@-webkit-keyframes ajaxRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes ajaxRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.ng-mazda .main,
.ng-mazda .main-header {
  font-size: 40px !important;
  letter-spacing: 4px !important;
  line-height: 40px !important;
  font-family: InterstateRegular !important;
  margin-bottom: initial;
  text-transform: initial;
}
@media screen and (max-width: 768px) {
  .ng-mazda .main,
  .ng-mazda .main-header {
    font-size: 30px !important;
    letter-spacing: 3px !important;
    line-height: 32px !important;
  }
}
.ng-mazda .feature-header {
  font-size: 20px !important;
  letter-spacing: 2px !important;
  line-height: 27px !important;
  font-family: InterstateRegular !important;
  margin-bottom: initial;
  text-transform: initial;
}
.ng-mazda .section-header {
  font-size: 18px !important;
  letter-spacing: 2px !important;
  line-height: 25px !important;
  font-family: InterstateRegular !important;
  margin-bottom: initial;
  text-transform: initial;
}
.ng-mazda .btn-label {
  font-size: 14px !important;
  letter-spacing: 1px !important;
  line-height: 20px !important;
  font-family: InterstateRegular !important;
}
.ng-mazda .body-copy {
  font-size: 16px !important;
  letter-spacing: normal !important;
  line-height: 20px !important;
  font-family: InterstateLight !important;
}
.ng-mazda .body-footer {
  font-size: 10px !important;
  letter-spacing: 2px !important;
  line-height: 18px !important;
  font-family: InterstateRegular !important;
}
.ng-mazda .ng-btn {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 175px;
  width: auto;
  box-sizing: border-box;
  padding: 16px 24px !important;
  border-radius: 4px;
  outline: 0;
  border: none;
  text-decoration: none;
  cursor: pointer;
  font-family: InterstateRegular;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  transition:
    background-color 150ms ease-in-out,
    color 150ms ease-in-out,
    border-color 150ms ease-in-out !important;
}
.ng-mazda .ng-btn:disabled {
  opacity: 0.4;
  pointer-events: none;
}
.ng-mazda .ng-btn.red {
  color: #fff !important;
  background-color: #040b13 !important;
}
.ng-mazda .ng-btn.red:hover {
  background-color: #535b69 !important;
  color: #fff !important;
}
.ng-mazda .ng-btn.red.is-pressed,
.ng-mazda .ng-btn.red:active {
  background-color: #000 !important;
  color: #fff !important;
}
.ng-mazda .ng-link {
  position: relative;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  color: #101010;
}
.ng-mazda .ng-link p {
  display: inline;
  position: relative;
  margin: initial !important;
  margin-left: 12px !important;
}
.ng-mazda .ng-link p:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: #8d7057;
  transition: 0.4s linear;
}
.ng-mazda .ng-link span {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  transition: 0.4s linear;
}
.ng-mazda .ng-link:hover p:before {
  width: 100%;
}
@media (max-width: 1024px) {
  .ng-mazda .ng-link:hover p:before {
    display: none;
  }
}
.ng-mazda .ng-link:hover span {
  color: #8d7057;
}
@-webkit-keyframes empty {
  0% {
    stroke-dashoffset: 0;
    stroke: #fde000;
    background: linear-gradient(to right, #ccb409, #fde000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  100% {
    stroke-dashoffset: -1037.5;
    stroke: #fde000;
    background: linear-gradient(to right, #ccb409, #fde000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
@keyframes empty {
  0% {
    stroke-dashoffset: 0;
    stroke: #fde000;
    background: linear-gradient(to right, #ccb409, #fde000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  100% {
    stroke-dashoffset: -1037.5;
    stroke: #fde000;
    background: linear-gradient(to right, #ccb409, #fde000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
@media (max-width: 1024px) {
  @-webkit-keyframes empty {
    0% {
      stroke-dashoffset: 0;
      stroke: #fde000;
      background: linear-gradient(to right, #ccb409, #fde000);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    100% {
      stroke-dashoffset: -862.07;
      stroke: #fde000;
      background: linear-gradient(to right, #ccb409, #fde000);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
  }
  @keyframes empty {
    0% {
      stroke-dashoffset: 0;
      stroke: #fde000;
      background: linear-gradient(to right, #ccb409, #fde000);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    100% {
      stroke-dashoffset: -862.07;
      stroke: #fde000;
      background: linear-gradient(to right, #ccb409, #fde000);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
  }
}
@media (max-width: 768px) {
  @-webkit-keyframes empty {
    0% {
      stroke-dashoffset: 0;
      stroke: #fde000;
      background: linear-gradient(to right, #ccb409, #fde000);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    100% {
      stroke-dashoffset: calc(-2 * 3.14159 * 87.5px);
      stroke: #fde000;
      background: linear-gradient(to right, #ccb409, #fde000);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
  }
  @keyframes empty {
    0% {
      stroke-dashoffset: 0;
      stroke: #fde000;
      background: linear-gradient(to right, #ccb409, #fde000);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    100% {
      stroke-dashoffset: calc(-2 * 3.14159 * 87.5px);
      stroke: #fde000;
      background: linear-gradient(to right, #ccb409, #fde000);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
  }
}
@-webkit-keyframes ajaxRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes ajaxRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.ng-mazda .main,
.ng-mazda .main-header {
  font-size: 40px !important;
  letter-spacing: 4px !important;
  line-height: 40px !important;
  font-family: InterstateRegular !important;
  margin-bottom: initial;
  text-transform: initial;
}
@media screen and (max-width: 768px) {
  .ng-mazda .main,
  .ng-mazda .main-header {
    font-size: 30px !important;
    letter-spacing: 3px !important;
    line-height: 32px !important;
  }
}
.ng-mazda .feature-header {
  font-size: 20px !important;
  letter-spacing: 2px !important;
  line-height: 27px !important;
  font-family: InterstateRegular !important;
  margin-bottom: initial;
  text-transform: initial;
}
.ng-mazda .section-header {
  font-size: 18px !important;
  letter-spacing: 2px !important;
  line-height: 25px !important;
  font-family: InterstateRegular !important;
  margin-bottom: initial;
  text-transform: initial;
}
.ng-mazda .btn-label {
  font-size: 14px !important;
  letter-spacing: 1px !important;
  line-height: 20px !important;
  font-family: InterstateRegular !important;
}
.ng-mazda .body-copy {
  font-size: 16px !important;
  letter-spacing: normal !important;
  line-height: 20px !important;
  font-family: InterstateLight !important;
}
.ng-mazda .body-footer {
  font-size: 10px !important;
  letter-spacing: 2px !important;
  line-height: 18px !important;
  font-family: InterstateRegular !important;
}
.ng-mazda .ng-btn {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 175px;
  width: auto;
  box-sizing: border-box;
  padding: 16px 24px !important;
  border-radius: 4px;
  outline: 0;
  border: none;
  text-decoration: none;
  cursor: pointer;
  font-family: InterstateRegular;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  transition:
    background-color 150ms ease-in-out,
    color 150ms ease-in-out,
    border-color 150ms ease-in-out !important;
}
.ng-mazda .ng-btn:disabled {
  opacity: 0.4;
  pointer-events: none;
}
.ng-mazda .ng-btn.red {
  color: #fff !important;
  background-color: #040b13 !important;
}
.ng-mazda .ng-btn.red:hover {
  background-color: #535b69 !important;
  color: #fff !important;
}
.ng-mazda .ng-btn.red.is-pressed,
.ng-mazda .ng-btn.red:active {
  background-color: #000 !important;
  color: #fff !important;
}
.ng-mazda .ng-link {
  position: relative;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  color: #101010;
}
.ng-mazda .ng-link p {
  display: inline;
  position: relative;
  margin: initial !important;
  margin-left: 12px !important;
}
.ng-mazda .ng-link p:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: #8d7057;
  transition: 0.4s linear;
}
.ng-mazda .ng-link span {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  transition: 0.4s linear;
}
.ng-mazda .ng-link:hover p:before {
  width: 100%;
}
@media (max-width: 1024px) {
  .ng-mazda .ng-link:hover p:before {
    display: none;
  }
}
.ng-mazda .ng-link:hover span {
  color: #8d7057;
}
.mdp-build-your-mazda--container.Mazda_block sup {
  font-size: 10px;
}
.mdp-build-your-mazda--container.Mazda_block sup.mdp-foundation-disclaimer {
  padding: 0 10px 0 1px;
}
.mdp-build-your-mazda--container .mdp-build-your-mazda--header {
  color: #fff;
  text-align: center;
  padding: 15px 0;
  background-color: #535b69;
  letter-spacing: 0.15rem;
}
.mdp-build-your-mazda--container .mdp-build-your-mazda--header p {
  font-size: 12px;
}
.mdp-build-your-mazda--container .mdp-build-your-mazda--content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  height: auto;
  position: relative;
}

.mdp-build-your-mazda--container
  .mdp-build-your-mazda--content
  .mdp-build-your-mazda--three-sixty-container {
  line-height: 0;
  width: 75%;
  aspect-ratio: 16/9;
  position: relative;
}
.mdp-build-your-mazda--container
  .mdp-build-your-mazda--content
  .mdp-build-your-mazda--three-sixty-container
  .bottom-icon {
  bottom: 30px;
  color: #fff;
  font-size: 36px;
  --mdp-v2-icon-size: 30px;
  opacity: 0.75;
  pointer-events: none;
  position: absolute;
  right: 30px;
  z-index: 1;
}
.mdp-build-your-mazda--container
  .mdp-build-your-mazda--content
  .mdp-build-your-mazda--three-sixty-container
  .mdp-build-your-mazda--internal-three-sixty {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 150ms linear;
}
.mdp-build-your-mazda--container
  .mdp-build-your-mazda--content
  .mdp-build-your-mazda--three-sixty-container
  .switch-360 {
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  color: #101010;
  display: none;
  font-size: 14px;
  height: 48px;
  border: 1px solid #a6a6a6;
  border-radius: 24px;
  width: auto;
  padding: 4px 8px;
  background-color: rgba(255, 255, 255, 0.65);
}
.mdp-build-your-mazda--container
  .mdp-build-your-mazda--content
  .mdp-build-your-mazda--three-sixty-container
  .mdp-build-your-mazda__disclaimer {
  text-shadow: #101010 1px 1px 3px;
  position: absolute;
  bottom: 15px;
  text-align: center;
  color: #fff;
  font-family: InterstateRegular;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 25px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.mdp-build-your-mazda--container
  .mdp-build-your-mazda--content
  .mdp-build-your-mazda--three-sixty-container
  .mdp-build-your-mazda__disclaimer
  p {
  font-size: 11px;
  margin-bottom: 0;
  line-height: 2;
}

@media (max-width: 1440px) {
  .mdp-build-your-mazda--container.Mazda_block sup {
    font-size: calc(10 / 1920 * 100vw);
  }
  .mdp-build-your-mazda--container.Mazda_block sup.mdp-foundation-disclaimer {
    padding: 0 calc(10 / 1920 * 100vw) 0 calc(1 / 1920 * 100vw);
  }
  .mdp-build-your-mazda--container
    div.mdp-build-your-mazda--content
    .mdp-build-your-mazda--three-sixty-container
    .bottom-icon {
    bottom: calc(30 / 1920 * 100vw);
    font-size: calc(36 / 1920 * 100vw);
    --mdp-v2-icon-size: calc(30 / 1920 * 100vw);
    right: calc(30 / 1920 * 100vw);
  }
  .mdp-build-your-mazda--container
    div.mdp-build-your-mazda--content
    .mdp-build-your-mazda--three-sixty-container
    .switch-360 {
    top: calc(30 / 1920 * 100vw);
    font-size: calc(14 / 1920 * 100vw);
    height: calc(40 / 1920 * 100vw);
    border: calc(1 / 1920 * 100vw) solid #d5d5d5;
    border-radius: calc(24 / 1920 * 100vw);
    padding: calc(4 / 1920 * 100vw) calc(8 / 1920 * 100vw);
  }
}
@media (max-width: 768px) {
  .mdp-build-your-mazda--container.Mazda_block sup {
    font-size: 10px !important;
  }
  .mdp-build-your-mazda--container.Mazda_block sup.mdp-foundation-disclaimer {
    padding: 0 10px 0 1px !important;
  }
  .mdp-build-your-mazda--container .mdp-build-your-mazda--header {
    padding: 8px 0;
    letter-spacing: 0.15rem;
  }
  .mdp-build-your-mazda--container div.mdp-build-your-mazda--content {
    height: auto;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mdp-build-your-mazda--container
    div.mdp-build-your-mazda--content
    .mdp-build-your-mazda--three-sixty-container {
    max-height: 100%;
    width: 100vw;
    height: calc(100vw * 0.5625);
    opacity: 0;
    position: absolute;
    transition: unset;
  }
  .mdp-build-your-mazda--container
    div.mdp-build-your-mazda--content
    .mdp-build-your-mazda--three-sixty-container
    .bottom-icon {
    bottom: 10px;
    font-size: 19px;
    --mdp-v2-icon-size: 16px;
    right: 10px;
  }
  .mdp-build-your-mazda--container
    div.mdp-build-your-mazda--content
    .mdp-build-your-mazda--three-sixty-container
    .mdp-build-your-mazda--internal-three-sixty {
    top: 0;
  }
  .mdp-build-your-mazda--container
    div.mdp-build-your-mazda--content
    .mdp-build-your-mazda--three-sixty-container
    .switch-360 {
    top: 10px;
    font-size: 14px;
    height: 32px;
    border-radius: 24px;
    padding: 4px 8px;
  }
  .mdp-build-your-mazda--container
    div.mdp-build-your-mazda--content
    .mdp-build-your-mazda--three-sixty-container
    .mdp-build-your-mazda__disclaimer {
    font-size: 10px;
  }
  .mdp-build-your-mazda--container
    div.mdp-build-your-mazda--content
    .mdp-build-your-mazda--three-sixty-container
    .mdp-build-your-mazda__disclaimer
    p {
    font-size: 10px;
  }
}

@-webkit-keyframes ajaxRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes ajaxRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.ng-mazda .main,
.ng-mazda .main-header {
  font-size: 40px !important;
  letter-spacing: 4px !important;
  line-height: 40px !important;
  font-family: InterstateRegular !important;
  margin-bottom: initial;
  text-transform: initial;
}
@media screen and (max-width: 768px) {
  .ng-mazda .main,
  .ng-mazda .main-header {
    font-size: 30px !important;
    letter-spacing: 3px !important;
    line-height: 32px !important;
  }
}
.ng-mazda .feature-header {
  font-size: 20px !important;
  letter-spacing: 2px !important;
  line-height: 27px !important;
  font-family: InterstateRegular !important;
  margin-bottom: initial;
  text-transform: initial;
}
.ng-mazda .section-header {
  font-size: 18px !important;
  letter-spacing: 2px !important;
  line-height: 25px !important;
  font-family: InterstateRegular !important;
  margin-bottom: initial;
  text-transform: initial;
}
.ng-mazda .btn-label {
  font-size: 14px !important;
  letter-spacing: 1px !important;
  line-height: 20px !important;
  font-family: InterstateRegular !important;
}
.ng-mazda .body-copy {
  font-size: 16px !important;
  letter-spacing: normal !important;
  line-height: 20px !important;
  font-family: InterstateLight !important;
}
.ng-mazda .body-footer {
  font-size: 10px !important;
  letter-spacing: 2px !important;
  line-height: 18px !important;
  font-family: InterstateRegular !important;
}
.ng-mazda .ng-btn {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 175px;
  width: auto;
  box-sizing: border-box;
  padding: 16px 24px !important;
  border-radius: 4px;
  outline: 0;
  border: none;
  text-decoration: none;
  cursor: pointer;
  font-family: InterstateRegular;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  transition:
    background-color 150ms ease-in-out,
    color 150ms ease-in-out,
    border-color 150ms ease-in-out !important;
}
.ng-mazda .ng-btn:disabled {
  opacity: 0.4;
  pointer-events: none;
}
.ng-mazda .ng-btn.red {
  color: #fff !important;
  background-color: #040b13 !important;
}
.ng-mazda .ng-btn.red:hover {
  background-color: #535b69 !important;
  color: #fff !important;
}
.ng-mazda .ng-btn.red.is-pressed,
.ng-mazda .ng-btn.red:active {
  background-color: #000 !important;
  color: #fff !important;
}
.ng-mazda .ng-link {
  position: relative;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  color: #101010;
}
.ng-mazda .ng-link p {
  display: inline;
  position: relative;
  margin: initial !important;
  margin-left: 12px !important;
}
.ng-mazda .ng-link p:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: #8d7057;
  transition: 0.4s linear;
}
.ng-mazda .ng-link span {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  transition: 0.4s linear;
}
.ng-mazda .ng-link:hover p:before {
  width: 100%;
}
@media (max-width: 1024px) {
  .ng-mazda .ng-link:hover p:before {
    display: none;
  }
}
.ng-mazda .ng-link:hover span {
  color: #8d7057;
}

@-webkit-keyframes ajaxRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes ajaxRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.ng-mazda .main,
.ng-mazda .main-header {
  font-size: 40px !important;
  letter-spacing: 4px !important;
  line-height: 40px !important;
  font-family: InterstateRegular !important;
  margin-bottom: initial;
  text-transform: initial;
}
@media screen and (max-width: 768px) {
  .ng-mazda .main,
  .ng-mazda .main-header {
    font-size: 30px !important;
    letter-spacing: 3px !important;
    line-height: 32px !important;
  }
}
.ng-mazda .feature-header {
  font-size: 20px !important;
  letter-spacing: 2px !important;
  line-height: 27px !important;
  font-family: InterstateRegular !important;
  margin-bottom: initial;
  text-transform: initial;
}
.ng-mazda .section-header {
  font-size: 18px !important;
  letter-spacing: 2px !important;
  line-height: 25px !important;
  font-family: InterstateRegular !important;
  margin-bottom: initial;
  text-transform: initial;
}
.ng-mazda .btn-label {
  font-size: 14px !important;
  letter-spacing: 1px !important;
  line-height: 20px !important;
  font-family: InterstateRegular !important;
}
.ng-mazda .body-copy {
  font-size: 16px !important;
  letter-spacing: normal !important;
  line-height: 20px !important;
  font-family: InterstateLight !important;
}
.ng-mazda .body-footer {
  font-size: 10px !important;
  letter-spacing: 2px !important;
  line-height: 18px !important;
  font-family: InterstateRegular !important;
}
.ng-mazda .ng-btn {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 175px;
  width: auto;
  box-sizing: border-box;
  padding: 16px 24px !important;
  border-radius: 4px;
  outline: 0;
  border: none;
  text-decoration: none;
  cursor: pointer;
  font-family: InterstateRegular;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  transition:
    background-color 150ms ease-in-out,
    color 150ms ease-in-out,
    border-color 150ms ease-in-out !important;
}
.ng-mazda .ng-btn:disabled {
  opacity: 0.4;
  pointer-events: none;
}
.ng-mazda .ng-btn.red {
  color: #fff !important;
  background-color: #040b13 !important;
}
.ng-mazda .ng-btn.red:hover {
  background-color: #535b69 !important;
  color: #fff !important;
}
.ng-mazda .ng-btn.red.is-pressed,
.ng-mazda .ng-btn.red:active {
  background-color: #000 !important;
  color: #fff !important;
}
.ng-mazda .ng-link {
  position: relative;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  color: #101010;
}
.ng-mazda .ng-link p {
  display: inline;
  position: relative;
  margin: initial !important;
  margin-left: 12px !important;
}
.ng-mazda .ng-link p:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: #8d7057;
  transition: 0.4s linear;
}
.ng-mazda .ng-link span {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  transition: 0.4s linear;
}
.ng-mazda .ng-link:hover p:before {
  width: 100%;
}
@media (max-width: 1024px) {
  .ng-mazda .ng-link:hover p:before {
    display: none;
  }
}
.ng-mazda .ng-link:hover span {
  color: #8d7057;
}
.segmented-control-wrapper {
  padding: 16px 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  text-align: center;
  margin-left: -16px;
  margin-right: -16px;
  padding-left: 16px;
  padding-right: 16px;
  width: calc(100% + 32px);
}
.segmented-control-wrapper::-webkit-scrollbar {
  display: none;
}
.segmented-control {
  position: relative;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-color: #fff;
  border: 1px solid #999;
  gap: 8px;
  height: auto;
  padding: 8px;
  border-radius: 16px;
}
.segmented-control__indicator {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #101010;
  transition:
    left 0.3s ease-in-out,
    width 0.3s ease-in-out;
  z-index: 0;
  pointer-events: none;
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -2px rgba(0, 0, 0, 0.1);
  height: 24px;
  border-radius: 16px;
}
.segmented-control__item {
  position: relative;
  z-index: 1;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  border: 1px solid transparent;
  background-color: transparent;
  cursor: pointer;
  transition:
    color 0.3s ease-in-out,
    background-color 150ms ease-in-out;
  font-family: MazdaType-Medium, helvetica, arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0.14px;
  line-height: normal;
  color: #999;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: 0;
  height: 24px;
  min-width: 80px;
  padding: 0 8px;
  gap: 4px;
  border-radius: 16px;
}
.segmented-control__item.active {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
  cursor: default;
}
.segmented-control__item:not(.active):hover {
  background-color: #e7e7e7;
}
.segmented-control__item:focus-visible {
  outline: 2px solid #999;
  outline-offset: 2px;
}
@media (min-width: 769px) {
  .segmented-control-wrapper {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .segmented-control {
    gap: 10px;
    height: 48px;
    padding: 4px;
    border-radius: 24px;
  }
  .segmented-control__indicator {
    height: 36px;
    border-radius: 24px;
  }
  .segmented-control__item {
    height: 36px;
    min-width: 96px;
    padding: 0 8px;
    gap: 8px;
    border-radius: 24px;
  }
}
@media (min-width: 1025px) {
  .segmented-control {
    gap: 16px;
    height: 48px;
    padding: 4px;
    border-radius: 24px;
  }
  .segmented-control__indicator {
    height: 40px;
    border-radius: 28px;
  }
  .segmented-control__item {
    height: 40px;
    min-width: 128px;
    padding: 0 10px;
    gap: 10px;
    border-radius: 28px;
  }
}
.mdp-v2-submenu {
  width: 100%;
  background-color: #fff;
  position: relative;
  z-index: 8;
}
@media (max-width: 1024px) {
  .mdp-v2-submenu {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 11;
    box-sizing: border-box;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
  }
  .mdp-v2-submenu__title a.mdp-v2-link {
    padding: 0;
    min-height: auto;
  }
}
.mdp-v2-submenu--sticky-active {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
.mdp-v2-submenu__placeholder {
  display: none;
}
.mdp-v2-submenu__track {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 0;
  gap: 4px;
}
.mdp-v2-submenu__link,
.mdp-v2-submenu__title {
  white-space: nowrap;
}
.mdp-v2-submenu__title {
  margin: 0;
  padding-bottom: 4px;
  text-align: center;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  border-bottom: 1px solid #e7e7e7;
}
.mdp-v2-submenu__title a span {
  font-size: 16px;
}
.mdp-v2-submenu__content-shell {
  position: relative;
  width: 100%;
}
.mdp-v2-submenu__content-shell::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 56px;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  transition: opacity 150ms ease-in-out;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.6) 55%,
    #fff 100%
  );
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 60%);
  mask-image: linear-gradient(to right, transparent 0, #000 60%);
}
.mdp-v2-submenu__scroll-next {
  position: absolute;
  top: 6px;
  right: 8px;
  bottom: 6px;
  z-index: 2;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  aspect-ratio: 1/1;
  background-color: #fff;
  cursor: pointer;
  color: #101010;
  transition:
    opacity 150ms ease-in-out,
    visibility 150ms ease-in-out;
}
.mdp-v2-submenu__scroll-next:focus-visible {
  outline: 2px solid #999;
  outline-offset: 2px;
}
.mdp-v2-submenu__scroll-next[hidden] {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.mdp-v2-submenu__scroll-next-icon {
  font-size: 12px;
  line-height: 1;
}
.mdp-v2-submenu__content {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding: 8px 8px 8px 0;
}
.mdp-v2-submenu__content::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.mdp-v2-submenu__content-track {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  margin-right: 8px;
  margin-left: 8px;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mdp-v2-submenu__nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.mdp-v2-submenu__link {
  text-decoration: none;
  text-transform: uppercase;
}
.mdp-v2-submenu__link:focus,
.mdp-v2-submenu__link:hover {
  text-decoration: none;
}
.mdp-v2-submenu__cta {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .mdp-v2-submenu__track {
    padding: 0 16px;
  }
}
@media (min-width: 1025px) {
  .mdp-v2-submenu__track {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .mdp-v2-submenu__title {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: left;
    border-bottom: 0;
    padding-right: 24px;
    padding-bottom: 0;
  }
  .mdp-v2-submenu__title a span {
    font-size: 18px;
  }
  .mdp-v2-submenu__content-shell {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
  }
  .mdp-v2-submenu__content-shell::after {
    display: none;
  }
  .mdp-v2-submenu__scroll-next {
    display: none !important;
  }
  .mdp-v2-submenu__content {
    width: 100%;
    overflow: visible;
  }
  .mdp-v2-submenu__content-track {
    min-width: 0;
    width: 100%;
    margin-right: 0;
  }
  .mdp-v2-submenu__nav {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    gap: 24px;
  }
  .mdp-v2-submenu__nav:not(:has(> :nth-child(3))) {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .mdp-v2-submenu__cta {
    margin-left: auto;
  }
}
.mdp-v2-vnav {
  position: fixed;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  opacity: 0.65;
  transition: opacity 0.2s ease;
  width: 0;
}
.mdp-v2-vnav__nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 12px;
}
.mdp-v2-vnav__item {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-decoration: none;
  position: relative;
  min-height: 18px;
  overflow-x: hidden;
  border-radius: 40px;
  cursor: default;
}
.mdp-v2-vnav__dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background-color: #c9ccd1;
  transition:
    width 0.12s ease,
    height 0.12s ease,
    background-color 0.12s ease;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.mdp-v2-vnav__label {
  overflow: visible;
  white-space: nowrap;
  margin-left: 0;
  padding: 4px 12px;
  border-radius: 999px;
  background-color: #c9ccd1;
  color: #21263a;
  letter-spacing: 0.16em;
  font-size: 13px;
  line-height: 1;
  opacity: 1;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  transition:
    -webkit-transform 0.25s ease,
    background-color 0.25s ease,
    color 0.25s ease;
  transition:
    transform 0.25s ease,
    background-color 0.25s ease,
    color 0.25s ease;
  transition-delay: 80ms, 0s, 0s;
  position: relative;
  z-index: 2;
}
.mdp-v2-vnav__item.is-active .mdp-v2-vnav__dot {
  background-color: #8f723f;
}
.mdp-v2-gallery {
  margin: 20px -16px;
  overflow: hidden;
  width: auto;
}
.mdp-v2-gallery .mdp-v2-gallery__header {
  margin-bottom: 16px;
  text-align: center;
}
.mdp-v2-gallery .mdp-v2-gallery__slider {
  width: 100%;
  position: relative;
  transition: opacity 0.3s ease-in-out;
}

/***********************************/

.mdp-v2-gallery .mdp-v2-gallery__slider .slick-slide > div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.mdp-v2-gallery .mdp-v2-gallery__slider .slick-slide .js-mdp-v2-gallery-expand {
  position: absolute;
  z-index: 1;
  right: 16px;
  bottom: 19px;
}
.mdp-v2-gallery .mdp-v2-gallery__viewport {
  position: relative;
}
.mdp-v2-gallery .mdp-v2-gallery__controls {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 1440px;
  padding-left: 60px;
  padding-right: 60px;
  box-sizing: border-box;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  pointer-events: none;
  z-index: 2;
}
.mdp-v2-gallery .mdp-v2-gallery__controls .js-mdp-v2-gallery-next,
.mdp-v2-gallery .mdp-v2-gallery__controls .js-mdp-v2-gallery-prev {
  pointer-events: auto;
}
.mdp-v2-gallery .mdp-v2-gallery__fullscreen {
  position: fixed;
  inset: 0;
  z-index: 1200;
  background-color: rgba(0, 0, 0, 0.95);
  display: none;
}
.mdp-v2-gallery .mdp-v2-gallery__fullscreen.is-open {
  display: block;
}
.mdp-v2-gallery .mdp-v2-gallery__fullscreen-content {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 80px 24px 32px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.mdp-v2-gallery .mdp-v2-gallery__fullscreen-media {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
.mdp-v2-gallery .mdp-v2-gallery__fullscreen-media img,
.mdp-v2-gallery .mdp-v2-gallery__fullscreen-media video {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.mdp-v2-gallery .mdp-v2-gallery__fullscreen-counter {
  position: absolute;
  top: 24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
}
.mdp-v2-gallery .mdp-v2-gallery__fullscreen-close,
.mdp-v2-gallery .mdp-v2-gallery__fullscreen-next,
.mdp-v2-gallery .mdp-v2-gallery__fullscreen-prev {
  position: absolute;
  z-index: 1;
  cursor: pointer;
}
.mdp-v2-gallery .mdp-v2-gallery__fullscreen-close {
  top: 24px;
  right: 24px;
}
.mdp-v2-gallery .mdp-v2-gallery__fullscreen-next,
.mdp-v2-gallery .mdp-v2-gallery__fullscreen-prev {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mdp-v2-gallery
  .mdp-v2-gallery__fullscreen-next.mdp-v2-gallery__fullscreen-nav--hidden,
.mdp-v2-gallery
  .mdp-v2-gallery__fullscreen-prev.mdp-v2-gallery__fullscreen-nav--hidden {
  display: none;
}
.mdp-v2-gallery .mdp-v2-gallery__fullscreen-prev {
  left: 24px;
}
.mdp-v2-gallery .mdp-v2-gallery__fullscreen-next {
  right: 24px;
}
@media (max-width: 1024px) {
  .mdp-v2-gallery .mdp-v2-gallery__fullscreen-next,
  .mdp-v2-gallery .mdp-v2-gallery__fullscreen-prev {
    display: none;
  }
}
@media (min-width: 1025px) {
  .mdp-v2-gallery
    .mdp-v2-gallery__slider
    .slick-slide
    .js-mdp-v2-gallery-expand {
    right: 40px;
    bottom: 40px;
  }
  .mdp-v2-gallery .mdp-v2-gallery__controls {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .mdp-v2-gallery .mdp-v2-gallery__fullscreen-content {
    padding-left: 160px;
    padding-right: 160px;
  }
  .mdp-v2-gallery .mdp-v2-gallery__fullscreen-close {
    right: 60px;
  }
  .mdp-v2-gallery .mdp-v2-gallery__fullscreen-counter {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .mdp-v2-gallery .mdp-v2-gallery__fullscreen-prev {
    left: 60px;
  }
  .mdp-v2-gallery .mdp-v2-gallery__fullscreen-next {
    right: 60px;
  }
}
@media (min-width: 576px) {
  .mdp-v2-gallery {
    margin: auto -32px;
  }
}
@media (min-width: 769px) {
  .mdp-v2-gallery {
    margin: 20px -48px;
  }
  .mdp-v2-gallery .mdp-v2-gallery__slide {
    width: 100%;
    max-width: none;
  }
  .mdp-v2-gallery .mdp-v2-gallery__media {
    aspect-ratio: 325/414;
    background-color: #000;
  }
  .mdp-v2-gallery .mdp-v2-gallery__image,
  .mdp-v2-gallery .mdp-v2-gallery__video {
    object-fit: cover;
  }
  .mdp-v2-gallery .mdp-v2-gallery__image--desktop,
  .mdp-v2-gallery .mdp-v2-gallery__video--desktop {
    display: block;
  }
  .mdp-v2-gallery .mdp-v2-gallery__image--mobile,
  .mdp-v2-gallery .mdp-v2-gallery__video--mobile {
    display: none;
  }
}
@media (min-width: 1025px) {
  .mdp-v2-gallery {
    margin: 40px -64px;
    overflow: hidden;
  }
  .mdp-v2-gallery .mdp-v2-gallery__header {
    margin-bottom: 16px;
    text-align: center;
  }
  .mdp-v2-gallery .mdp-v2-gallery__slider {
    width: 100%;
  }
  .mdp-v2-gallery .mdp-v2-gallery__slider .slick-slide {
    width: 60vw;
    max-width: 1080px;
    margin: 0 4px;
    border-radius: 8px;
    overflow: hidden;
  }
  .mdp-v2-gallery .mdp-v2-gallery__slider .slick-slide .mdp-v2-gallery__media {
    aspect-ratio: 137/77;
  }
  .mdp-v2-gallery
    .mdp-v2-gallery__slider
    .slick-slide
    .mdp-v2-gallery__media
    .mdp-v2-gallery__image,
  .mdp-v2-gallery
    .mdp-v2-gallery__slider
    .slick-slide
    .mdp-v2-gallery__media
    .mdp-v2-gallery__video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border: 0;
  }
  .mdp-v2-gallery
    .mdp-v2-gallery__slider
    .slick-slide
    .mdp-v2-gallery__media
    .mdp-v2-gallery__image--desktop,
  .mdp-v2-gallery
    .mdp-v2-gallery__slider
    .slick-slide
    .mdp-v2-gallery__media
    .mdp-v2-gallery__video--desktop {
    display: block;
  }
  .mdp-v2-gallery
    .mdp-v2-gallery__slider
    .slick-slide
    .mdp-v2-gallery__media
    .mdp-v2-gallery__image--mobile,
  .mdp-v2-gallery
    .mdp-v2-gallery__slider
    .slick-slide
    .mdp-v2-gallery__media
    .mdp-v2-gallery__video--mobile {
    display: none;
  }
  .mdp-v2-gallery .mdp-v2-gallery__slider .slick-slide > div {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
body.mdp-v2-gallery-alt-fullscreen-open {
  overflow: hidden;
}
.mdp-v2-gallery-alt {
  margin: 20px 0;
  overflow: hidden;
  width: auto;
}
.mdp-v2-gallery-alt .mdp-v2-gallery-alt__header {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 16px;
  text-align: center;
}
.mdp-v2-gallery-alt .mdp-v2-gallery-alt__header .mdp-v2-gallery-alt__intro {
  margin: 8px 0 0;
  max-width: none;
}
.mdp-v2-gallery-alt .mdp-v2-gallery-alt__stage {
  position: relative;
  width: 100%;
}
.mdp-v2-gallery-alt .mdp-v2-gallery-alt__slider {
  width: 100%;
  position: relative;
}
.mdp-v2-gallery-alt .mdp-v2-gallery-alt__slider .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 15px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 2;
}
.mdp-v2-gallery-alt .mdp-v2-gallery-alt__slider .slick-dots li {
  margin: 0;
  line-height: 0;
}
.mdp-v2-gallery-alt
  .mdp-v2-gallery-alt__slider
  .slick-dots
  button:not(.mdp-v2-gallery-alt__progress-control) {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #ccc;
  padding: 0;
  box-sizing: border-box;
  background-color: transparent;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
}
.mdp-v2-gallery-alt
  .mdp-v2-gallery-alt__slider
  .slick-dots
  li.slick-active
  button:not(.mdp-v2-gallery-alt__progress-control) {
  border-color: #fff;
  background-color: #fff;
}
.mdp-v2-gallery-alt
  .mdp-v2-gallery-alt__slider
  .mdp-v2-gallery-alt__progress-dot {
  line-height: 0;
}
.mdp-v2-gallery-alt
  .mdp-v2-gallery-alt__slider
  .mdp-v2-gallery-alt__progress-control {
  width: 32px;
  height: 32px;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  padding: 0;
  border: 0;
  background: 0 0;
  color: #fff;
  cursor: pointer;
  position: relative;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.mdp-v2-gallery-alt
  .mdp-v2-gallery-alt__slider
  .mdp-v2-gallery-alt__progress-ring {
  width: 32px;
  height: 32px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.mdp-v2-gallery-alt
  .mdp-v2-gallery-alt__slider
  .mdp-v2-gallery-alt__progress-track {
  fill: none;
  stroke: rgba(255, 255, 255, 0.35);
  stroke-width: 2;
}
.mdp-v2-gallery-alt
  .mdp-v2-gallery-alt__slider
  .mdp-v2-gallery-alt__progress-value {
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
}
.mdp-v2-gallery-alt
  .mdp-v2-gallery-alt__slider
  .mdp-v2-gallery-alt__progress-pause {
  position: absolute;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4px;
}
.mdp-v2-gallery-alt
  .mdp-v2-gallery-alt__slider
  .mdp-v2-gallery-alt__progress-pause
  span {
  width: 3px;
  height: 10px;
  border-radius: 2px;
  background-color: #fff;
  display: block;
}
.mdp-v2-gallery-alt
  .mdp-v2-gallery-alt__slider
  .mdp-v2-gallery-alt__progress-play {
  position: absolute;
  display: none;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #fff;
  margin-left: 2px;
}
.mdp-v2-gallery-alt
  .mdp-v2-gallery-alt__slider
  .mdp-v2-gallery-alt__progress-control.is-paused
  .mdp-v2-gallery-alt__progress-pause {
  display: none;
}
.mdp-v2-gallery-alt
  .mdp-v2-gallery-alt__slider
  .mdp-v2-gallery-alt__progress-control.is-paused
  .mdp-v2-gallery-alt__progress-play {
  display: block;
}
.mdp-v2-gallery-alt .mdp-v2-gallery-alt__slider .slick-slide {
  width: 888.888888889px;
  max-width: 100%;
  margin: 0 4px;
  border-radius: 4px;
  overflow: hidden;
}
.mdp-v2-gallery-alt
  .mdp-v2-gallery-alt__slider
  .slick-slide
  .mdp-v2-gallery-alt__media {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 888.888888889px;
  aspect-ratio: 16/9;
  height: auto;
  background-color: transparent;
}
.mdp-v2-gallery-alt
  .mdp-v2-gallery-alt__slider
  .slick-slide
  .mdp-v2-gallery-alt__media
  .mdp-v2-gallery-alt__image,
.mdp-v2-gallery-alt
  .mdp-v2-gallery-alt__slider
  .slick-slide
  .mdp-v2-gallery-alt__media
  .mdp-v2-gallery-alt__video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border: 0;
  opacity: 1;
  transition: opacity 0.2s ease;
}
.mdp-v2-gallery-alt
  .mdp-v2-gallery-alt__slider
  .slick-slide
  .mdp-v2-gallery-alt__media
  .mdp-v2-gallery-alt__image--desktop,
.mdp-v2-gallery-alt
  .mdp-v2-gallery-alt__slider
  .slick-slide
  .mdp-v2-gallery-alt__media
  .mdp-v2-gallery-alt__video--desktop {
  display: none;
}
.mdp-v2-gallery-alt
  .mdp-v2-gallery-alt__slider
  .slick-slide
  .mdp-v2-gallery-alt__media
  .mdp-v2-gallery-alt__image--mobile,
.mdp-v2-gallery-alt
  .mdp-v2-gallery-alt__slider
  .slick-slide
  .mdp-v2-gallery-alt__media
  .mdp-v2-gallery-alt__video--mobile {
  display: block;
}
.mdp-v2-gallery-alt
  .mdp-v2-gallery-alt__slider
  .slick-slide:not(.slick-center):not(.slick-current)
  .mdp-v2-gallery-alt__media
  .mdp-v2-gallery-alt__image,
.mdp-v2-gallery-alt
  .mdp-v2-gallery-alt__slider
  .slick-slide:not(.slick-center):not(.slick-current)
  .mdp-v2-gallery-alt__media
  .mdp-v2-gallery-alt__video {
  opacity: 0.5;
}
.mdp-v2-gallery-alt
  .mdp-v2-gallery-alt__slider
  .slick-slide.slick-center
  .mdp-v2-gallery-alt__media
  .mdp-v2-gallery-alt__image,
.mdp-v2-gallery-alt
  .mdp-v2-gallery-alt__slider
  .slick-slide.slick-center
  .mdp-v2-gallery-alt__media
  .mdp-v2-gallery-alt__video,
.mdp-v2-gallery-alt
  .mdp-v2-gallery-alt__slider
  .slick-slide.slick-current
  .mdp-v2-gallery-alt__media
  .mdp-v2-gallery-alt__image,
.mdp-v2-gallery-alt
  .mdp-v2-gallery-alt__slider
  .slick-slide.slick-current
  .mdp-v2-gallery-alt__media
  .mdp-v2-gallery-alt__video {
  opacity: 1;
}
.mdp-v2-gallery-alt .mdp-v2-gallery-alt__slider .slick-slide > div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.mdp-v2-gallery-alt
  .mdp-v2-gallery-alt__slider
  .slick-slide
  .js-mdp-v2-gallery-alt-expand {
  position: absolute;
  z-index: 2;
  right: 16px;
  bottom: 19px;
}
.mdp-v2-gallery-alt .mdp-v2-gallery-alt__viewport {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
.mdp-v2-gallery-alt .mdp-v2-gallery-alt__caption-shell {
  box-sizing: border-box;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-item-align: start;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  max-width: 100%;
  text-align: left;
}
.mdp-v2-gallery-alt .mdp-v2-gallery-alt__caption-body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  opacity: 1;
  transition: opacity 0.28s ease;
}
.mdp-v2-gallery-alt
  .mdp-v2-gallery-alt__caption-body.mdp-v2-gallery-alt__caption-body--fade-out {
  opacity: 0;
}
@media (prefers-reduced-motion: reduce) {
  .mdp-v2-gallery-alt .mdp-v2-gallery-alt__caption-body {
    transition: none;
  }
}
.mdp-v2-gallery-alt .mdp-v2-gallery-alt__caption-shell--empty {
  display: none;
}
.mdp-v2-gallery-alt .mdp-v2-gallery-alt__caption-title {
  margin: 0;
  text-transform: uppercase;
}
.mdp-v2-gallery-alt .mdp-v2-gallery-alt__caption-description {
  margin: 0;
}
.mdp-v2-gallery-alt .mdp-v2-gallery-alt__controls {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  pointer-events: none;
  z-index: 2;
}
.mdp-v2-gallery-alt .mdp-v2-gallery-alt__controls .js-mdp-v2-gallery-alt-next,
.mdp-v2-gallery-alt .mdp-v2-gallery-alt__controls .js-mdp-v2-gallery-alt-prev {
  pointer-events: auto;
}
.mdp-v2-gallery-alt .mdp-v2-gallery-alt__fullscreen {
  position: fixed;
  inset: 0;
  z-index: 1200;
  background-color: rgba(0, 0, 0, 0.95);
  display: none;
}
.mdp-v2-gallery-alt .mdp-v2-gallery-alt__fullscreen.is-open {
  display: block;
}
.mdp-v2-gallery-alt .mdp-v2-gallery-alt__fullscreen-content {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 80px 24px 32px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.mdp-v2-gallery-alt .mdp-v2-gallery-alt__fullscreen-media {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
.mdp-v2-gallery-alt .mdp-v2-gallery-alt__fullscreen-media img,
.mdp-v2-gallery-alt .mdp-v2-gallery-alt__fullscreen-media video {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.mdp-v2-gallery-alt .mdp-v2-gallery-alt__fullscreen-counter {
  position: absolute;
  top: 24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
}
.mdp-v2-gallery-alt .mdp-v2-gallery-alt__fullscreen-close,
.mdp-v2-gallery-alt .mdp-v2-gallery-alt__fullscreen-next,
.mdp-v2-gallery-alt .mdp-v2-gallery-alt__fullscreen-prev {
  position: absolute;
  z-index: 1;
  cursor: pointer;
}
.mdp-v2-gallery-alt .mdp-v2-gallery-alt__fullscreen-close {
  top: 24px;
  right: 24px;
}
.mdp-v2-gallery-alt .mdp-v2-gallery-alt__fullscreen-next,
.mdp-v2-gallery-alt .mdp-v2-gallery-alt__fullscreen-prev {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mdp-v2-gallery-alt
  .mdp-v2-gallery-alt__fullscreen-next.mdp-v2-gallery-alt__fullscreen-nav--hidden,
.mdp-v2-gallery-alt
  .mdp-v2-gallery-alt__fullscreen-prev.mdp-v2-gallery-alt__fullscreen-nav--hidden {
  display: none;
}
.mdp-v2-gallery-alt .mdp-v2-gallery-alt__fullscreen-prev {
  left: 24px;
}
.mdp-v2-gallery-alt .mdp-v2-gallery-alt__fullscreen-next {
  right: 24px;
}
@media (max-width: 1024px) {
  .mdp-v2-gallery-alt .mdp-v2-gallery-alt__viewport {
    width: 100vw;
    max-width: none;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    box-sizing: border-box;
    margin-left: 0;
    margin-right: 0;
  }
  .mdp-v2-gallery-alt .mdp-v2-gallery-alt__slider .slick-slide {
    width: 75vw !important;
    max-width: 888.888888889px !important;
    margin: 0 4px !important;
    border-radius: 4px;
  }
  .mdp-v2-gallery-alt
    .mdp-v2-gallery-alt__slider
    .slick-slide
    .mdp-v2-gallery-alt__media {
    aspect-ratio: auto;
    height: auto;
    background-color: transparent;
  }
  .mdp-v2-gallery-alt
    .mdp-v2-gallery-alt__slider
    .slick-slide
    .mdp-v2-gallery-alt__media
    .mdp-v2-gallery-alt__image,
  .mdp-v2-gallery-alt
    .mdp-v2-gallery-alt__slider
    .slick-slide
    .mdp-v2-gallery-alt__media
    .mdp-v2-gallery-alt__video {
    width: 100%;
    height: auto;
    object-fit: unset;
    object-position: center;
  }
  .mdp-v2-gallery-alt .mdp-v2-gallery-alt__fullscreen-next,
  .mdp-v2-gallery-alt .mdp-v2-gallery-alt__fullscreen-prev {
    display: none;
  }
}
@media (min-width: 1025px) {
  .mdp-v2-gallery-alt .mdp-v2-gallery-alt__viewport {
    width: 100%;
    max-width: none;
    left: auto;
    -webkit-transform: none;
    transform: none;
  }
  .mdp-v2-gallery-alt
    .mdp-v2-gallery-alt__slider
    .slick-slide
    .js-mdp-v2-gallery-alt-expand {
    right: 40px;
    bottom: 40px;
  }
  .mdp-v2-gallery-alt .mdp-v2-gallery-alt__controls {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 64px;
    padding-right: 64px;
  }
  .mdp-v2-gallery-alt .mdp-v2-gallery-alt__fullscreen-content {
    padding-left: 160px;
    padding-right: 160px;
  }
  .mdp-v2-gallery-alt .mdp-v2-gallery-alt__fullscreen-close {
    right: 60px;
  }
  .mdp-v2-gallery-alt .mdp-v2-gallery-alt__fullscreen-counter {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .mdp-v2-gallery-alt .mdp-v2-gallery-alt__fullscreen-prev {
    left: 60px;
  }
  .mdp-v2-gallery-alt .mdp-v2-gallery-alt__fullscreen-next {
    right: 60px;
  }
}
@media (min-width: 576px) {
  .mdp-v2-gallery-alt {
    margin: 20px 0;
  }
}
@media (min-width: 769px) {
  .mdp-v2-gallery-alt {
    margin: 20px 0;
  }
  .mdp-v2-gallery-alt .mdp-v2-gallery-alt__image--desktop,
  .mdp-v2-gallery-alt .mdp-v2-gallery-alt__video--desktop {
    display: block;
  }
  .mdp-v2-gallery-alt .mdp-v2-gallery-alt__image--mobile,
  .mdp-v2-gallery-alt .mdp-v2-gallery-alt__video--mobile {
    display: none;
  }
}
@media (min-width: 1025px) {
  .mdp-v2-gallery-alt {
    margin: 40px 0;
    overflow: hidden;
  }
  .mdp-v2-gallery-alt .mdp-v2-gallery-alt__header {
    margin-bottom: 16px;
    text-align: center;
  }
  .mdp-v2-gallery-alt .mdp-v2-gallery-alt__slider {
    width: 100%;
  }
  .mdp-v2-gallery-alt .mdp-v2-gallery-alt__slider .slick-slide {
    width: 888.888888889px;
    max-width: 100%;
    margin: 0 4px;
    border-radius: 8px;
    overflow: hidden;
  }
  .mdp-v2-gallery-alt
    .mdp-v2-gallery-alt__slider
    .slick-slide
    .mdp-v2-gallery-alt__media
    .mdp-v2-gallery-alt__image,
  .mdp-v2-gallery-alt
    .mdp-v2-gallery-alt__slider
    .slick-slide
    .mdp-v2-gallery-alt__media
    .mdp-v2-gallery-alt__video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border: 0;
  }
  .mdp-v2-gallery-alt
    .mdp-v2-gallery-alt__slider
    .slick-slide
    .mdp-v2-gallery-alt__media
    .mdp-v2-gallery-alt__image--desktop,
  .mdp-v2-gallery-alt
    .mdp-v2-gallery-alt__slider
    .slick-slide
    .mdp-v2-gallery-alt__media
    .mdp-v2-gallery-alt__video--desktop {
    display: block;
  }
  .mdp-v2-gallery-alt
    .mdp-v2-gallery-alt__slider
    .slick-slide
    .mdp-v2-gallery-alt__media
    .mdp-v2-gallery-alt__image--mobile,
  .mdp-v2-gallery-alt
    .mdp-v2-gallery-alt__slider
    .slick-slide
    .mdp-v2-gallery-alt__media
    .mdp-v2-gallery-alt__video--mobile {
    display: none;
  }
  .mdp-v2-gallery-alt .mdp-v2-gallery-alt__slider .slick-slide > div {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.mdp-v2-product-viewer {
  width: 100%;
}
.mdp-v2-product-viewer__title {
  text-align: center;
  margin: 0 0 24px;
}
.mdp-v2-product-viewer__stage {
  position: relative;
  min-height: 600px;
  height: auto;
  overflow: hidden;
  border-radius: 16px;
}
.mdp-v2-product-viewer__media-layer {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.mdp-v2-product-viewer__media-layer.is-visible {
  opacity: 1;
}
.mdp-v2-product-viewer__media-layer.is-leaving {
  z-index: 2;
  -webkit-animation: mdp-v2-product-viewer-leave 0.56s ease forwards;
  animation: mdp-v2-product-viewer-leave 0.56s ease forwards;
}
.mdp-v2-product-viewer__media-layer.is-entering {
  z-index: 3;
  -webkit-animation: mdp-v2-product-viewer-enter 0.56s ease forwards;
  animation: mdp-v2-product-viewer-enter 0.56s ease forwards;
}
.mdp-v2-product-viewer__image,
.mdp-v2-product-viewer__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mdp-v2-product-viewer__media-layer picture {
  display: block;
  width: 100%;
  height: 100%;
}
.mdp-v2-product-viewer__overlay {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
}
.mdp-v2-product-viewer__nav {
  display: none;
}
.mdp-v2-product-viewer__nav-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 50px;
  background-color: rgba(231, 231, 231, 0.25);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  width: 40px;
  position: relative;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition:
    opacity 0.2s ease,
    -webkit-transform 0.2s ease;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
  height: 76px;
  margin-bottom: -16px;
}
.mdp-v2-product-viewer__nav-btn:active,
.mdp-v2-product-viewer__nav-btn:focus,
.mdp-v2-product-viewer__nav-btn:hover {
  background-color: rgba(231, 231, 231, 0.65);
}
.mdp-v2-product-viewer__nav-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 24px;
  height: 24px;
  background-color: #000;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.mdp-v2-product-viewer__nav-btn--prev::before {
  -webkit-mask-image: url(./chevron-left.svg);
  mask-image: url(./chevron-left.svg);
}
.mdp-v2-product-viewer__nav-btn--next::before {
  -webkit-mask-image: url(./chevron-right.svg);
  mask-image: url(./chevron-right.svg);
}
.mdp-v2-product-viewer__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
  position: absolute;
  top: 50%;
  left: 80px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
}
.mdp-v2-product-viewer__item {
  margin: 0;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 370px;
  padding: 16px 24px;
  border-radius: 50px;
  background-color: rgba(231, 231, 231, 0.65);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  cursor: pointer;
  transition:
    padding 0.38s cubic-bezier(0.22, 1, 0.36, 1),
    border-radius 0.38s cubic-bezier(0.22, 1, 0.36, 1),
    max-width 0.38s cubic-bezier(0.22, 1, 0.36, 1),
    background-color 323ms ease;
}
.mdp-v2-product-viewer__item.is-expanded {
  padding-bottom: 20px;
  border-radius: 24px;
  max-width: 420px;
}
.mdp-v2-product-viewer__trigger {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background: 0 0;
  color: #000;
  cursor: pointer;
  padding: 0 0 0 48px;
  text-align: left;
  display: block;
  opacity: 1;
  transition: opacity 0.2s ease;
}
.mdp-v2-product-viewer__trigger::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 24px;
  top: 50%;
  background-color: currentColor;
  -webkit-mask-image: url(./plus-circle.svg);
  mask-image: url(./plus-circle.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
  opacity: 0.68;
  transition:
    -webkit-transform 209ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 171ms cubic-bezier(0.22, 1, 0.36, 1);
  transition:
    transform 209ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 171ms cubic-bezier(0.22, 1, 0.36, 1);
}
.mdp-v2-product-viewer__label {
  font-weight: 400;
  transition: font-weight 0.2s ease;
  white-space: normal;
}
.mdp-v2-product-viewer__trigger:not(.active) .mdp-v2-product-viewer__label {
  white-space: nowrap;
}
.mdp-v2-product-viewer__description-shell {
  display: grid;
  grid-template-rows: 0fr;
  width: 100%;
  margin-top: 0;
  transition:
    grid-template-rows 0.38s cubic-bezier(0.22, 1, 0.36, 1),
    margin-top 0.38s cubic-bezier(0.22, 1, 0.36, 1);
}
.mdp-v2-product-viewer__item.is-expanded
  .mdp-v2-product-viewer__description-shell {
  grid-template-rows: 1fr;
  margin-top: 8px;
}
.mdp-v2-product-viewer__description {
  margin: 0;
  min-height: 0;
  overflow: hidden;
  padding-left: 0;
  max-width: 100%;
  color: #000;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: anywhere;
  transition: padding-left 0.38s cubic-bezier(0.22, 1, 0.36, 1);
}
.mdp-v2-product-viewer__trigger.active,
.mdp-v2-product-viewer__trigger:focus,
.mdp-v2-product-viewer__trigger:hover {
  opacity: 1;
}
.mdp-v2-product-viewer__trigger.active::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  opacity: 1;
}
.mdp-v2-product-viewer__trigger.active .mdp-v2-product-viewer__label {
  font-weight: 700;
}
.mdp-v2-product-viewer__item.is-expanded .mdp-v2-product-viewer__description {
  padding-left: 48px;
}
@media (prefers-reduced-motion: reduce) {
  .mdp-v2-product-viewer__description,
  .mdp-v2-product-viewer__description-shell,
  .mdp-v2-product-viewer__item,
  .mdp-v2-product-viewer__trigger::before {
    transition-duration: NaNs !important;
  }
}
@-webkit-keyframes mdp-v2-product-viewer-leave {
  from {
    opacity: 1;
    -webkit-transform: translateX(0) scale(1.08);
    transform: translateX(0) scale(1.08);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(-36px) scale(1.12);
    transform: translateX(-36px) scale(1.12);
  }
}
@keyframes mdp-v2-product-viewer-leave {
  from {
    opacity: 1;
    -webkit-transform: translateX(0) scale(1.08);
    transform: translateX(0) scale(1.08);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(-36px) scale(1.12);
    transform: translateX(-36px) scale(1.12);
  }
}
@-webkit-keyframes mdp-v2-product-viewer-enter {
  from {
    opacity: 0;
    -webkit-transform: translateX(36px) scale(1.04);
    transform: translateX(36px) scale(1.04);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0) scale(1.08);
    transform: translateX(0) scale(1.08);
  }
}
@keyframes mdp-v2-product-viewer-enter {
  from {
    opacity: 0;
    -webkit-transform: translateX(36px) scale(1.04);
    transform: translateX(36px) scale(1.04);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0) scale(1.08);
    transform: translateX(0) scale(1.08);
  }
}
@media (max-width: 768px) {
  .mdp-v2-product-viewer__stage {
    margin-right: -16px;
    margin-left: -16px;
    border-radius: 0;
  }
}
@media (max-width: 768px) and (min-width: 576px) {
  .mdp-v2-product-viewer__stage {
    margin-right: -32px;
    margin-left: -32px;
  }
}
@media (max-width: 768px) and (min-width: 768px) {
  .mdp-v2-product-viewer__stage {
    margin-right: -48px;
    margin-left: -48px;
  }
}
@media (max-width: 768px) {
  .mdp-v2-product-viewer__nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 16px;
    padding: 16px 0;
    z-index: 7;
    pointer-events: none;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .mdp-v2-product-viewer__nav-btn {
    pointer-events: auto;
    width: 10%;
  }
  .mdp-v2-product-viewer__nav-btn--prev {
    border-radius: 0 22px 22px 0;
  }
  .mdp-v2-product-viewer__nav-btn--next {
    border-radius: 22px 0 0 22px;
  }
  .mdp-v2-product-viewer__list {
    top: auto;
    bottom: 16px;
    left: 16px;
    right: 16px;
    -webkit-transform: none;
    transform: none;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 10px;
    width: auto;
    max-width: none;
    margin: auto -16px;
    padding: 0 16px;
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }
  .mdp-v2-product-viewer__list::-webkit-scrollbar {
    display: none;
  }
  .mdp-v2-product-viewer__item {
    width: auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
    padding: 14px 18px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition:
      width 0.38s cubic-bezier(0.22, 1, 0.36, 1),
      opacity 0.19s cubic-bezier(0.22, 1, 0.36, 1),
      padding 0.38s cubic-bezier(0.22, 1, 0.36, 1),
      margin 0.38s cubic-bezier(0.22, 1, 0.36, 1),
      -webkit-transform 0.2736s cubic-bezier(0.22, 1, 0.36, 1);
    transition:
      width 0.38s cubic-bezier(0.22, 1, 0.36, 1),
      opacity 0.19s cubic-bezier(0.22, 1, 0.36, 1),
      padding 0.38s cubic-bezier(0.22, 1, 0.36, 1),
      margin 0.38s cubic-bezier(0.22, 1, 0.36, 1),
      transform 0.2736s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .mdp-v2-product-viewer.is-tablet-focus .mdp-v2-product-viewer__list {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow-x: hidden;
  }
  .mdp-v2-product-viewer.is-tablet-focus .mdp-v2-product-viewer__nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .mdp-v2-product-viewer.is-tablet-focus .mdp-v2-product-viewer__item {
    display: none;
  }
  .mdp-v2-product-viewer.is-tablet-focus
    .mdp-v2-product-viewer__item.is-expanded {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    min-width: 0;
    max-width: 400px;
    -webkit-flex: 0 0 80%;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    -webkit-transform: none;
    transform: none;
  }
  .mdp-v2-product-viewer
    .mdp-v2-product-viewer__item.is-expanded
    .mdp-v2-product-viewer__description {
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 1024px) {
  .mdp-v2-product-viewer__stage {
    margin-right: -16px;
    margin-left: -16px;
    border-radius: 0;
  }
}
@media (max-width: 1024px) and (min-width: 576px) {
  .mdp-v2-product-viewer__stage {
    margin-right: -32px;
    margin-left: -32px;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .mdp-v2-product-viewer__stage {
    margin-right: -48px;
    margin-left: -48px;
  }
}
@media (max-width: 1024px) and (min-width: 992px) {
  .mdp-v2-product-viewer__stage {
    margin-right: -64px;
    margin-left: -64px;
  }
}
@media (max-width: 1024px) {
  .mdp-v2-product-viewer__nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 16px;
    padding: 16px 0;
    z-index: 7;
    pointer-events: none;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .mdp-v2-product-viewer__nav-btn {
    pointer-events: auto;
    width: 10%;
  }
  .mdp-v2-product-viewer__nav-btn--prev {
    border-radius: 0 22px 22px 0;
  }
  .mdp-v2-product-viewer__nav-btn--next {
    border-radius: 22px 0 0 22px;
  }
  .mdp-v2-product-viewer__list {
    top: auto;
    bottom: 16px;
    left: 16px;
    right: 16px;
    -webkit-transform: none;
    transform: none;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 10px;
    width: auto;
    max-width: none;
    margin: auto -16px;
    padding: 0 16px;
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }
  .mdp-v2-product-viewer__list::-webkit-scrollbar {
    display: none;
  }
  .mdp-v2-product-viewer__item {
    width: auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
    padding: 14px 18px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition:
      width 0.38s cubic-bezier(0.22, 1, 0.36, 1),
      opacity 0.19s cubic-bezier(0.22, 1, 0.36, 1),
      padding 0.38s cubic-bezier(0.22, 1, 0.36, 1),
      margin 0.38s cubic-bezier(0.22, 1, 0.36, 1),
      -webkit-transform 0.2736s cubic-bezier(0.22, 1, 0.36, 1);
    transition:
      width 0.38s cubic-bezier(0.22, 1, 0.36, 1),
      opacity 0.19s cubic-bezier(0.22, 1, 0.36, 1),
      padding 0.38s cubic-bezier(0.22, 1, 0.36, 1),
      margin 0.38s cubic-bezier(0.22, 1, 0.36, 1),
      transform 0.2736s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .mdp-v2-product-viewer.is-tablet-focus .mdp-v2-product-viewer__list {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow-x: hidden;
  }
  .mdp-v2-product-viewer.is-tablet-focus .mdp-v2-product-viewer__nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .mdp-v2-product-viewer.is-tablet-focus .mdp-v2-product-viewer__item {
    display: none;
  }
  .mdp-v2-product-viewer.is-tablet-focus
    .mdp-v2-product-viewer__item.is-expanded {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    min-width: 0;
    max-width: 400px;
    -webkit-flex: 0 0 80%;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    -webkit-transform: none;
    transform: none;
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .mdp-v2-product-viewer.is-tablet-focus
    .mdp-v2-product-viewer__item.is-expanded {
    max-width: 550px;
  }
}
@media (max-width: 1024px) {
  .mdp-v2-product-viewer
    .mdp-v2-product-viewer__item.is-expanded
    .mdp-v2-product-viewer__description {
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  .mdp-v2-product-viewer__item {
    width: 78vw;
    max-width: 320px;
  }
  .mdp-v2-product-viewer__trigger:not(.active) .mdp-v2-product-viewer__label {
    white-space: normal;
  }
}
@media (min-width: 1025px) {
  .mdp-v2-product-viewer__item {
    width: auto;
    transition:
      width 0.38s cubic-bezier(0.22, 1, 0.36, 1),
      opacity 0.19s cubic-bezier(0.22, 1, 0.36, 1),
      padding 0.38s cubic-bezier(0.22, 1, 0.36, 1),
      margin 0.38s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .mdp-v2-product-viewer__stage {
    min-height: 700px;
  }
}
.trims {
  text-align: center;
}
.trims .trims__model {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.trims .trims__subtitle {
  margin: 4px 0 0;
}
.trims .segmented-control-wrapper {
  margin-bottom: 16px;
}
.trims .trims__price {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4px;
  margin-bottom: 24px;
}
.trims .trims__price-value {
  margin: 0;
}
.trims .trims__vehicle {
  position: relative;
  margin-bottom: 24px;
  border-radius: 8px;
  overflow: hidden;
}
.trims .trims__vehicle-stack {
  position: relative;
  width: 100%;
  aspect-ratio: 16/5;
}
.trims .trims__ctas {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 24px;
}
.trims .trims__vehicle-img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}
.trims .trims__vehicle-img.is-visible {
  opacity: 1;
  z-index: 2;
}
.trims .trims__vehicle-img:not(.is-visible) {
  z-index: 1;
}
@media (prefers-reduced-motion: reduce) {
  .trims .trims__vehicle-img {
    transition: none;
  }
}
@media (min-width: 769px) {
  .trims .trims__price {
    gap: 8px;
  }
}
.mdp-v2-specs {
  width: 100%;
  text-align: center;
}
.mdp-v2-specs__title {
  margin: 0 0 24px;
}
.mdp-v2-specs__media {
  margin: 0 0 24px;
}
.mdp-v2-specs__hero,
.mdp-v2-specs__video {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}
.mdp-v2-specs__embed {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 8px;
}
.mdp-v2-specs__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.mdp-v2-specs__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  row-gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.mdp-v2-specs__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.mdp-v2-specs__icon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 4px;
}
.mdp-v2-specs__icon img,
.mdp-v2-specs__icon svg {
  width: 40px;
  height: 40px;
  object-fit: contain;
  stroke: currentColor;
  color: #2d2d2d;
}
.mdp-v2-specs__item-description,
.mdp-v2-specs__item-title {
  margin: 0;
}
.mdp-v2-specs__item-title {
  font-weight: 600;
}
.mdp-v2-specs__item-description {
  color: #2d2d2d;
}
@media (min-width: 769px) {
  .mdp-v2-specs__list {
    row-gap: 40px;
  }
  .mdp-v2-specs__item {
    -ms-flex-preferred-size: 33.3333%;
    -webkit-flex-basis: 33.3333%;
    flex-basis: 33.3333%;
    max-width: 33.3333%;
  }
}
@media (min-width: 1025px) {
  .mdp-v2-specs__media {
    margin-bottom: 32px;
  }
  .mdp-v2-specs__icon {
    width: 56px;
    height: 56px;
    margin-bottom: 16px;
  }
  .mdp-v2-specs__icon img,
  .mdp-v2-specs__icon svg {
    width: 56px;
    height: 56px;
  }
  .mdp-v2-specs__item {
    -ms-flex-preferred-size: 16.6667%;
    -webkit-flex-basis: 16.6667%;
    flex-basis: 16.6667%;
    max-width: 16.6667%;
  }
  .mdp-v2-specs__list {
    row-gap: 24px;
  }
}
.mdp-v2-splitcards {
  margin: 24px auto;
}
.mdp-v2-splitcards .mdp-v2-splitcards__header {
  text-align: center;
  margin-bottom: 16px;
}
.mdp-v2-splitcards .mdp-v2-splitcards__list {
  display: grid;
  gap: 16px;
}
.mdp-v2-splitcards .mdp-v2-splitcards__list:not(:has(> :nth-child(3))) {
  justify-items: center;
}
.mdp-v2-splitcards .mdp-v2-splitcards__item {
  background-color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 470px;
  margin: auto;
  height: 183px;
}
.mdp-v2-splitcards .mdp-v2-splitcards__content {
  width: 50%;
  background-color: #454545;
  color: #fff;
  padding: 16px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.mdp-v2-splitcards .mdp-v2-splitcards__title {
  margin: 0 0 8px;
  color: #fff;
  font-weight: 700;
}
.mdp-v2-splitcards .mdp-v2-splitcards__description {
  margin: 0 0 8px;
  color: #fff;
}
.mdp-v2-splitcards .mdp-v2-splitcards__download {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}
.mdp-v2-splitcards .mdp-v2-splitcards__download .mdp-v2-icon {
  --mdp-v2-icon-size: 21px;
}
.mdp-v2-splitcards .mdp-v2-splitcards__download:focus,
.mdp-v2-splitcards .mdp-v2-splitcards__download:hover {
  opacity: 0.85;
  color: #fff;
}
.mdp-v2-splitcards .mdp-v2-splitcards__media {
  width: 50%;
}
.mdp-v2-splitcards .mdp-v2-splitcards__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 576px) {
  .mdp-v2-splitcards .mdp-v2-splitcards__content {
    padding: 24px;
  }
}
@media (min-width: 769px) {
  .mdp-v2-splitcards {
    width: auto;
  }
  .mdp-v2-splitcards .mdp-v2-splitcards__item {
    width: auto;
    margin: auto;
  }
  .mdp-v2-splitcards .mdp-v2-splitcards__content {
    padding: 18px 16px;
  }
}
@media (min-width: 1025px) {
  .mdp-v2-splitcards {
    width: auto;
    max-width: none;
  }
  .mdp-v2-splitcards .mdp-v2-splitcards__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .mdp-v2-splitcards .mdp-v2-splitcards__list .mdp-v2-splitcards__item {
    height: auto;
  }
  .mdp-v2-splitcards .mdp-v2-splitcards__list:not(:has(> :nth-child(3))) {
    grid-template-columns: repeat(auto-fit, minmax(0, 470px));
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .mdp-v2-splitcards .mdp-v2-splitcards__header {
    margin-bottom: 24px;
  }
}
.mdp-v2-media-content-5050 {
  margin: 24px auto;
}
.mdp-v2-media-content-5050 .mdp-v2-media-content-5050__top-title-mobile {
  margin: 0 0 16px;
  text-align: center;
}
.mdp-v2-media-content-5050 .mdp-v2-media-content-5050__title-desktop {
  display: none;
  margin: 0 0 8px;
}
.mdp-v2-media-content-5050 .mdp-v2-media-content-5050__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  overflow: hidden;
}
.mdp-v2-media-content-5050 .mdp-v2-media-content-5050__content,
.mdp-v2-media-content-5050 .mdp-v2-media-content-5050__media {
  width: 100%;
}
.mdp-v2-media-content-5050 .mdp-v2-media-content-5050__media {
  background-color: #000;
  border-radius: 8px;
  overflow: hidden;
}
.mdp-v2-media-content-5050 .mdp-v2-media-content-5050__image,
.mdp-v2-media-content-5050 .mdp-v2-media-content-5050__video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border: 0;
}
.mdp-v2-media-content-5050 .mdp-v2-media-content-5050__content {
  padding: 24px 16px;
  text-align: left;
}
.mdp-v2-media-content-5050 .mdp-v2-media-content-5050__eyebrow {
  margin: 0 0 4px;
}
.mdp-v2-media-content-5050 .mdp-v2-media-content-5050__description {
  margin: 0 0 16px;
}
.mdp-v2-media-content-5050 .mdp-v2-media-content-5050__actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 576px) {
  .mdp-v2-media-content-5050 .mdp-v2-media-content-5050__content {
    padding: 24px;
  }
}
@media (min-width: 769px) {
  .mdp-v2-media-content-5050 .mdp-v2-media-content-5050__top-title-mobile {
    display: none;
  }
  .mdp-v2-media-content-5050 .mdp-v2-media-content-5050__title-desktop {
    display: block;
  }
  .mdp-v2-media-content-5050 .mdp-v2-media-content-5050__content,
  .mdp-v2-media-content-5050 .mdp-v2-media-content-5050__media {
    width: 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .mdp-v2-media-content-5050 .mdp-v2-media-content-5050__content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 28px 24px;
  }
  .mdp-v2-media-content-5050.mdp-v2-media-content-5050--text-left
    .mdp-v2-media-content-5050__item {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .mdp-v2-media-content-5050.mdp-v2-media-content-5050--text-left
    .mdp-v2-media-content-5050__content {
    text-align: left;
  }
  .mdp-v2-media-content-5050.mdp-v2-media-content-5050--text-left
    .mdp-v2-media-content-5050__actions {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .mdp-v2-media-content-5050.mdp-v2-media-content-5050--text-right
    .mdp-v2-media-content-5050__item {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .mdp-v2-media-content-5050.mdp-v2-media-content-5050--text-right
    .mdp-v2-media-content-5050__content {
    text-align: left;
  }
  .mdp-v2-media-content-5050.mdp-v2-media-content-5050--text-right
    .mdp-v2-media-content-5050__actions {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (min-width: 1025px) {
  .mdp-v2-media-content-5050 .mdp-v2-media-content-5050__content {
    padding: 48px;
  }
  .mdp-v2-media-content-5050 .mdp-v2-media-content-5050__description {
    margin-bottom: 24px;
  }
  .mdp-v2-media-content-5050.mdp-v2-media-content-5050--text-left
    .mdp-v2-media-content-5050__content {
    padding-left: 0;
  }
  .mdp-v2-media-content-5050.mdp-v2-media-content-5050--text-right
    .mdp-v2-media-content-5050__content {
    padding-right: 0;
  }
}
.highlights {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.highlights__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 16px;
}
.highlights__item {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: center;
  -webkit-flex: 0 0 calc((100% / 3) - 16px);
  -ms-flex: 0 0 calc((100% / 3) - 16px);
  flex: 0 0 calc((100% / 3) - 16px);
  padding: 4px 8px;
}
.highlights__item + .highlights__item {
  border-left: 1px solid #d5d5d5;
}
.highlights__item:nth-child(n + 4) {
  -ms-flex-preferred-size: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.highlights__item:first-child,
.highlights__item:nth-child(4) {
  border-left: none;
}
.highlights__title {
  margin: 0 0 4px;
  font-family: MazdaType-Medium, helvetica, arial, sans-serif !important;
  font-size: 17px !important;
  line-height: normal;
  letter-spacing: 0.34px;
  white-space: nowrap;
}
.highlights__description {
  margin: 0;
  font-family: MazdaType-Regular, helvetica, arial, sans-serif;
  font-size: 14px !important;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 769px) {
  .highlights__list {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    row-gap: 0;
  }
  .highlights__item {
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    padding: 8px 16px;
  }
  .highlights__item:nth-child(n + 4) {
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
  }
  .highlights__item + .highlights__item {
    border-left: 1px solid #d5d5d5;
  }
  .highlights__item:first-child {
    border-left: none;
  }
}
@media (min-width: 1025px) {
  .highlights__item {
    padding: 8px 24px;
  }
  .highlights__title {
    font-size: 32px !important;
    letter-spacing: 0.64px;
  }
  .highlights__description {
    font-size: 18px !important;
    letter-spacing: 0.36px;
  }
}
.mdp-v2-highlights {
  width: 100%;
}
.mdp-v2-highlights__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 8px;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.mdp-v2-highlights__item {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 8px;
}
.mdp-v2-highlights__caption,
.mdp-v2-highlights__description,
.mdp-v2-highlights__pretitle,
.mdp-v2-highlights__title {
  margin: 0 0 4px;
}
.mdp-v2-highlights__caption,
.mdp-v2-highlights__description,
.mdp-v2-highlights__pretitle {
  color: #6d6d6d !important;
}
.mdp-v2-highlights__caption {
  font-style: italic;
}
.mdp-v2-highlights__item > .mdp-v2-highlights__caption:last-child,
.mdp-v2-highlights__item > .mdp-v2-highlights__description:last-child,
.mdp-v2-highlights__item > .mdp-v2-highlights__pretitle:last-child,
.mdp-v2-highlights__item > .mdp-v2-highlights__title:last-child {
  margin-bottom: 0;
}
.mdp-v2-highlights__item--image-only {
  padding: 0;
}
.mdp-v2-highlights__image {
  display: block;
  width: auto;
  height: 60px;
  object-fit: contain;
}
@media (min-width: 769px) {
  .mdp-v2-highlights__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .mdp-v2-highlights__image {
    height: 90px;
  }
}
.mdp-v2-hero-banner.mdp-v2-hero-banner--cta-preview {
  min-height: 0;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  padding: 24px;
}
.mdp-v2-hero-banner.mdp-v2-hero-banner--cta-preview .mdp-v2-hero-banner__media {
  display: none;
}
.mdp-v2-hero-banner.mdp-v2-hero-banner--cta-preview .col-12,
.mdp-v2-hero-banner.mdp-v2-hero-banner--cta-preview .container,
.mdp-v2-hero-banner.mdp-v2-hero-banner--cta-preview .row {
  min-height: 0;
  height: auto;
}
.mdp-v2-hero-banner.mdp-v2-hero-banner--cta-preview .mdp-v2-hero-banner__inner {
  min-height: 0;
  height: auto;
  padding: 0;
}
.mdp-v2-hero-banner.mdp-v2-hero-banner--cta-preview
  .mdp-v2-hero-banner__content {
  max-width: none;
  margin: 0;
}
.mdp-v2-hero-banner {
  aspect-ratio: 375/450;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  background-color: #000;
  color: #fff;
}
.mdp-v2-hero-banner.mdp-v2-hero-banner--text-dark {
  color: #000;
}
.mdp-v2-hero-banner .mdp-v2-hero-banner__media {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.mdp-v2-hero-banner .mdp-v2-hero-banner__picture {
  display: block;
  width: 100%;
  height: 100%;
}
.mdp-v2-hero-banner .mdp-v2-hero-banner__image,
.mdp-v2-hero-banner .mdp-v2-hero-banner__video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border: 0;
}
.mdp-v2-hero-banner .mdp-v2-hero-banner__picture .mdp-v2-hero-banner__image {
  height: 100%;
}
.mdp-v2-hero-banner .mdp-v2-hero-banner__video--mobile-only {
  display: block;
}
@media (min-width: 1025px) {
  .mdp-v2-hero-banner .mdp-v2-hero-banner__video--mobile-only {
    display: none;
  }
}
.mdp-v2-hero-banner .mdp-v2-hero-banner__video--desktop-only {
  display: none;
}
@media (min-width: 1025px) {
  .mdp-v2-hero-banner .mdp-v2-hero-banner__video--desktop-only {
    display: block;
  }
}
.mdp-v2-hero-banner .col-12,
.mdp-v2-hero-banner .container,
.mdp-v2-hero-banner .row {
  min-height: inherit;
  height: 100%;
  width: 100%;
}
.mdp-v2-hero-banner .container {
  position: relative;
  z-index: 3;
}
.mdp-v2-hero-banner .row {
  margin: 0;
}
.mdp-v2-hero-banner .mdp-v2-hero-banner__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: inherit;
  height: 100%;
  width: 100%;
  padding: 24px 0;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.mdp-v2-hero-banner .mdp-v2-hero-banner__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.mdp-v2-hero-banner .mdp-v2-hero-banner__eyebrow,
.mdp-v2-hero-banner .mdp-v2-hero-banner__subtitle,
.mdp-v2-hero-banner .mdp-v2-hero-banner__title {
  margin: 0;
  color: inherit;
  text-shadow: 1px 1px 10px #000;
}
.mdp-v2-hero-banner .mdp-v2-hero-banner__eyebrow {
  margin-bottom: 4px;
}
.mdp-v2-hero-banner .mdp-v2-hero-banner__title {
  margin-bottom: 4px;
  line-height: normal;
}
.mdp-v2-hero-banner .mdp-v2-hero-banner__title * {
  margin-bottom: 4px;
  line-height: normal;
  font-size: 3.2rem;
  letter-spacing: 1.2px;
}
@media (min-width: 1025px) {
  .mdp-v2-hero-banner .mdp-v2-hero-banner__title * {
    font-size: 4.8rem;
  }
}
.mdp-v2-hero-banner .mdp-v2-hero-banner__title p {
  margin: 0;
}
.mdp-v2-hero-banner .mdp-v2-hero-banner__title p + p {
  margin-top: 0.5em;
}
.mdp-v2-hero-banner .mdp-v2-hero-banner__subtitle {
  margin-bottom: 16px;
}
.mdp-v2-hero-banner .mdp-v2-hero-banner__subtitle p {
  margin: 0;
}
.mdp-v2-hero-banner .mdp-v2-hero-banner__subtitle p + p {
  margin-top: 0.5em;
}
.mdp-v2-hero-banner .mdp-v2-hero-banner__actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.mdp-v2-hero-banner.mdp-v2-hero-banner--v-top .mdp-v2-hero-banner__inner {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.mdp-v2-hero-banner.mdp-v2-hero-banner--v-bottom .mdp-v2-hero-banner__inner {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.mdp-v2-hero-banner.mdp-v2-hero-banner--v-center .mdp-v2-hero-banner__inner {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .mdp-v2-hero-banner.mdp-v2-hero-banner--v-center.mdp-v2-hero-banner--v-mobile-bottom
    .mdp-v2-hero-banner__inner {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media (min-width: 576px) {
  .mdp-v2-hero-banner .mdp-v2-hero-banner__inner {
    padding: 32px 0;
  }
}
@media (min-width: 769px) {
  .mdp-v2-hero-banner {
    aspect-ratio: 1024/640;
  }
  .mdp-v2-hero-banner .mdp-v2-hero-banner__inner {
    padding: 56px 0;
  }
  .mdp-v2-hero-banner .mdp-v2-hero-banner__content {
    max-width: 620px;
  }
}
@media (min-width: 1025px) {
  .mdp-v2-hero-banner {
    aspect-ratio: 1911/768;
  }
  .mdp-v2-hero-banner .mdp-v2-hero-banner__inner {
    padding: 64px 0;
  }
  .mdp-v2-hero-banner .mdp-v2-hero-banner__content {
    max-width: 680px;
    margin-left: 0;
    margin-right: 0;
  }
  .mdp-v2-hero-banner.mdp-v2-hero-banner--h-left .mdp-v2-hero-banner__inner {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .mdp-v2-hero-banner.mdp-v2-hero-banner--h-left .mdp-v2-hero-banner__content {
    text-align: left;
  }
  .mdp-v2-hero-banner.mdp-v2-hero-banner--h-left .mdp-v2-hero-banner__actions {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .mdp-v2-hero-banner.mdp-v2-hero-banner--h-center .mdp-v2-hero-banner__inner {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .mdp-v2-hero-banner.mdp-v2-hero-banner--h-center
    .mdp-v2-hero-banner__content {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .mdp-v2-hero-banner.mdp-v2-hero-banner--h-center
    .mdp-v2-hero-banner__actions {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .mdp-v2-hero-banner.mdp-v2-hero-banner--h-right .mdp-v2-hero-banner__inner {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .mdp-v2-hero-banner.mdp-v2-hero-banner--h-right .mdp-v2-hero-banner__content {
    text-align: right;
  }
  .mdp-v2-hero-banner.mdp-v2-hero-banner--h-right .mdp-v2-hero-banner__actions {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .mdp-v2-hero-banner.mdp-v2-hero-banner--v-top .mdp-v2-hero-banner__inner {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .mdp-v2-hero-banner.mdp-v2-hero-banner--v-center .mdp-v2-hero-banner__inner {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mdp-v2-hero-banner.mdp-v2-hero-banner--v-bottom .mdp-v2-hero-banner__inner {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.mdp-v2-vlp-safety-5050 {
  margin: 24px auto;
}
.mdp-v2-vlp-safety-5050 .mdp-v2-vlp-safety-5050__top-title-mobile {
  margin: 0 0 16px;
  padding: 0 16px;
  text-align: left;
}
.mdp-v2-vlp-safety-5050 .mdp-v2-vlp-safety-5050__title-desktop {
  display: none;
  margin: 0 0 24px;
  text-align: left;
}
.mdp-v2-vlp-safety-5050 .mdp-v2-vlp-safety-5050__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  overflow: hidden;
}
.mdp-v2-vlp-safety-5050 .mdp-v2-vlp-safety-5050__content,
.mdp-v2-vlp-safety-5050 .mdp-v2-vlp-safety-5050__media {
  width: 100%;
}
.mdp-v2-vlp-safety-5050 .mdp-v2-vlp-safety-5050__media {
  background-color: #000;
  border-radius: 8px;
  overflow: hidden;
}
.mdp-v2-vlp-safety-5050 .mdp-v2-vlp-safety-5050__image,
.mdp-v2-vlp-safety-5050 .mdp-v2-vlp-safety-5050__video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  border: 0;
}
.mdp-v2-vlp-safety-5050 .mdp-v2-vlp-safety-5050__content {
  padding: 8px 16px;
  text-align: left;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.mdp-v2-vlp-safety-5050 .mdp-v2-vlp-safety-5050__features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  width: 100%;
}
.mdp-v2-vlp-safety-5050 .mdp-v2-vlp-safety-5050__feature {
  margin: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 8px;
}
.mdp-v2-vlp-safety-5050 .mdp-v2-vlp-safety-5050__feature-visual {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
}
.mdp-v2-vlp-safety-5050 .mdp-v2-vlp-safety-5050__feature-visual .mdp-v2-icon {
  --mdp-v2-icon-size: 24px;
  --mdp-v2-icon-color: #040b13;
}
.mdp-v2-vlp-safety-5050 .mdp-v2-vlp-safety-5050__feature-img {
  display: block;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  max-width: 40px;
  max-height: 40px;
  object-fit: contain;
  border-radius: 2px;
}
.mdp-v2-vlp-safety-5050 .mdp-v2-vlp-safety-5050__feature-title {
  margin: 0;
  color: #000;
  font-family: InterstateRegular;
}
.mdp-v2-vlp-safety-5050 .mdp-v2-vlp-safety-5050__feature-text {
  margin: 0;
  color: #000;
  font-family: InterstateLight;
}
@media (min-width: 576px) {
  .mdp-v2-vlp-safety-5050 .mdp-v2-vlp-safety-5050__top-title-mobile {
    padding-left: 24px;
    padding-right: 24px;
  }
  .mdp-v2-vlp-safety-5050 .mdp-v2-vlp-safety-5050__content {
    padding: 8px 24px;
  }
}
@media (min-width: 769px) {
  .mdp-v2-vlp-safety-5050 .mdp-v2-vlp-safety-5050__top-title-mobile {
    display: none;
  }
  .mdp-v2-vlp-safety-5050 .mdp-v2-vlp-safety-5050__title-desktop {
    display: block;
  }
  .mdp-v2-vlp-safety-5050 .mdp-v2-vlp-safety-5050__content,
  .mdp-v2-vlp-safety-5050 .mdp-v2-vlp-safety-5050__media {
    width: 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .mdp-v2-vlp-safety-5050 .mdp-v2-vlp-safety-5050__content {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .mdp-v2-vlp-safety-5050 .mdp-v2-vlp-safety-5050__features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    row-gap: 56px;
  }
  .mdp-v2-vlp-safety-5050.mdp-v2-vlp-safety-5050--text-left
    .mdp-v2-vlp-safety-5050__content,
  .mdp-v2-vlp-safety-5050.mdp-v2-vlp-safety-5050--text-right
    .mdp-v2-vlp-safety-5050__content {
    min-height: 0;
  }
  .mdp-v2-vlp-safety-5050.mdp-v2-vlp-safety-5050--text-left
    .mdp-v2-vlp-safety-5050__media,
  .mdp-v2-vlp-safety-5050.mdp-v2-vlp-safety-5050--text-right
    .mdp-v2-vlp-safety-5050__media {
    position: relative;
    min-height: 0;
    overflow: hidden;
    -ms-flex-item-align: stretch;
    -webkit-align-self: stretch;
    align-self: stretch;
  }
  .mdp-v2-vlp-safety-5050.mdp-v2-vlp-safety-5050--text-left
    .mdp-v2-vlp-safety-5050__image,
  .mdp-v2-vlp-safety-5050.mdp-v2-vlp-safety-5050--text-left
    .mdp-v2-vlp-safety-5050__video,
  .mdp-v2-vlp-safety-5050.mdp-v2-vlp-safety-5050--text-right
    .mdp-v2-vlp-safety-5050__image,
  .mdp-v2-vlp-safety-5050.mdp-v2-vlp-safety-5050--text-right
    .mdp-v2-vlp-safety-5050__video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .mdp-v2-vlp-safety-5050.mdp-v2-vlp-safety-5050--text-left
    .mdp-v2-vlp-safety-5050__item {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .mdp-v2-vlp-safety-5050.mdp-v2-vlp-safety-5050--text-left
    .mdp-v2-vlp-safety-5050__content {
    text-align: left;
    padding: 8px 24px;
  }
  .mdp-v2-vlp-safety-5050.mdp-v2-vlp-safety-5050--text-right
    .mdp-v2-vlp-safety-5050__item {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .mdp-v2-vlp-safety-5050.mdp-v2-vlp-safety-5050--text-right
    .mdp-v2-vlp-safety-5050__content {
    text-align: left;
    padding: 8px 24px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .mdp-v2-vlp-safety-5050.mdp-v2-vlp-safety-5050--text-left
    .mdp-v2-vlp-safety-5050__content,
  .mdp-v2-vlp-safety-5050.mdp-v2-vlp-safety-5050--text-right
    .mdp-v2-vlp-safety-5050__content {
    padding: 8px 16px;
  }
  .mdp-v2-vlp-safety-5050 .mdp-v2-vlp-safety-5050__features {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
@media (min-width: 1025px) {
  .mdp-v2-vlp-safety-5050 .mdp-v2-vlp-safety-5050__content {
    gap: 32px;
  }
  .mdp-v2-vlp-safety-5050.mdp-v2-vlp-safety-5050--text-left
    .mdp-v2-vlp-safety-5050__content {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 24px;
  }
  .mdp-v2-vlp-safety-5050.mdp-v2-vlp-safety-5050--text-right
    .mdp-v2-vlp-safety-5050__content {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 24px;
  }
}






/*************************/


.mdp-v2-gallery .mdp-v2-gallery__slider .mdp-v2-gallery__progress-control {
    width: 32px;
    height: 32px;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    padding: 0;
    border: 0;
    background: 0 0;
    color: #fff;
    cursor: pointer;
    position: relative;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.mdp-v2-gallery .mdp-v2-gallery__slider .mdp-v2-gallery__progress-ring {
    width: 32px;
    height: 32px;
    -webkit-transform: rotate(-90deg);
    transform: rotate( 248deg);
}

.mdp-v2-gallery .mdp-v2-gallery__slider .mdp-v2-gallery__progress-track {
    fill: none;
    stroke: rgba(255,255,255,.35);
    stroke-width: 2
}

.mdp-v2-gallery .mdp-v2-gallery__slider .mdp-v2-gallery__progress-value {
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round
}

.mdp-v2-gallery .mdp-v2-gallery__slider .mdp-v2-gallery__progress-pause {
    position: absolute;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 4px
}

.mdp-v2-gallery .mdp-v2-gallery__slider .mdp-v2-gallery__progress-pause span {
    width: 3px;
    height: 10px;
    border-radius: 2px;
    background-color: #fff;
    display: block
}

.mdp-v2-gallery .mdp-v2-gallery__slider .mdp-v2-gallery__progress-play {
    position: absolute;
    display: none;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #fff;
    margin-left: 2px
}


