/*
 * modules, settings, functions, mixins and global styles
 */
/*----------------------------------------------------
Fonts
-----------------------------------------------------*/
.accordion__group {
  padding: 15px 0;
}
.accordion__group.active .accordion__heading:not(.accordion__heading--plus)::after {
  content: "-";
}
.accordion__group.active .accordion__heading.accordion__heading--plus::before {
  background: url("images/icon-minus.svg") center center no-repeat;
}
.accordion__heading {
  width: 100%;
  color: #2b2e35;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.accordion__heading::after {
  content: "+";
  display: block;
  font-weight: 600;
  margin-right: 10px;
  font-size: 14px;
  width: 10px;
}
.accordion__heading--plus::after {
  background: url("icon-plus.svg") center center no-repeat;
}
.accordion__copy {
  display: none;
  margin-top: 15px;
}
.accordion__copy p {
  margin-bottom: 15px;
}
.accordion__copy p:last-child {
  margin: 0;
}

.skip-to-link {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}
.skip-to-link:focus, .skip-to-link:active {
  left: auto;
  top: auto;
  height: auto;
  width: auto;
  overflow: auto;
  z-index: 999;
}

*:focus-visible {
  outline: 2px solid #2b2e35 !important;
  outline-offset: 2px !important;
}

.brand-card {
  background: #fff;
  padding: 40px 70px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1330px) {
  .brand-card {
    padding: 30px;
  }
}
@media (max-width: 576px) {
  .brand-card {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .brand-card--tag .brand-card__info {
    padding-top: 20px;
  }
}
.brand-card__tag {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 768px) {
  .brand-card__tag {
    width: 100%;
    text-align: center;
  }
}
.brand-card:not(:last-child) {
  margin-bottom: 20px;
}
.brand-card__info {
  width: 420px;
}
@media (max-width: 992px) {
  .brand-card__info {
    width: 100%;
  }
}
.brand-card__info h3 {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .brand-card__info h3 {
    margin-bottom: 10px;
  }
}
.brand-card__info p {
  line-height: 21px;
}
.brand-card__info p:first-child {
  margin-top: 0;
}
@media (max-width: 576px) {
  .brand-card__info p {
    display: none;
  }
}
.brand-card__info .specs-chart {
  column-count: 2;
  padding: 25px 25px 15px 25px;
}
@media (max-width: 576px) {
  .brand-card__info .specs-chart {
    padding: 15px;
    column-count: 1;
  }
  .brand-card__info .specs-chart .value {
    text-align: right;
  }
}
.brand-card__info .actions {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .brand-card__info .actions {
    justify-content: center;
  }
  .brand-card__info .actions .btn {
    width: 100%;
  }
}
.brand-card__info .actions .link-arrow {
  color: #2b2e35;
  font-weight: 600;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .brand-card__info .actions .link-arrow {
    margin-top: 10px;
  }
}
.brand-card__image {
  width: calc(100% - 500px);
}
@media (max-width: 1330px) {
  .brand-card__image {
    width: calc(100% - 440px);
  }
}
.brand-card__image:hover {
  transform: scale(1.05);
}
.brand-card__image--mobile {
  display: none;
}
@media (max-width: 992px) {
  .brand-card__image--mobile {
    display: block;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .brand-card__image--mobile {
    padding: 15px 0 0 0;
  }
}
@media (max-width: 992px) {
  .brand-card__image--desktop {
    display: none;
  }
}

.btn {
  padding: 15px 28px;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  text-decoration: none;
  display: inline-block;
  border: none;
  border-radius: 3px;
}
.btn--sm {
  padding: 9px 20px;
}
.btn--primary, .header__nav li.top-level > a:not(.btn--primary):hover {
  background: #c6a874;
  color: #2b2e35;
}
.btn--primary:hover, .header__nav li.top-level > a:hover:not(.btn--primary) {
  background: #2b2e35;
  color: #fff;
}
.btn--secondary {
  background: #2b2e35;
  color: #fff;
}
.btn--secondary:hover, .btn--secondary.active {
  background: #c6a874;
  color: #2b2e35;
}
.btn--flex {
  width: auto;
  max-width: unset;
}
.btn--icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn--icon img {
  margin-right: 10px;
  width: 15px;
}
.btn--eye {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px;
  border-radius: 80px;
  background: #fff;
  color: #2b2e35;
}
.btn--eye img {
  margin-right: 10px;
}
.btn--eye:hover {
  color: #fff;
  background: #2b2e35;
}
.btn--eye:hover img {
  filter: invert(1) brightness(120%);
}

.link-arrow {
  display: flex;
  align-items: center;
  text-decoration: underline;
}
.link-arrow::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 7px;
  margin-left: 5px;
}
.link-arrow--black {
  color: #2b2e35;
}
.link-arrow--black::after {
  background: url("images/icon-tri-right-black.svg") center center no-repeat;
}
.link-arrow--white {
  color: #fff;
}
.link-arrow--white::after {
  background: url("images/icon-tri-right-white.svg") center center no-repeat;
}
.link-arrow--gold::after {
  background: url("images/icon-tri-right-gold.svg") center center no-repeat;
}

@font-face {
  font-family: "Inter";
  src: url("fonts/Inter18pt-Regular.woff2") format("woff2"), url("fonts/Inter18pt-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("fonts/Inter18pt-SemiBold.woff2") format("woff2"), url("fonts/Inter18pt-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("fonts/Inter18pt-Bold.woff2") format("woff2"), url("fonts/Inter18pt-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("fontsInter18pt-Black.woff2") format("woff2"), url("fontsInter18pt-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.form__group {
  margin-bottom: 20px;
  position: relative;
}
.form__group input[type=text],
.form__group input[type=email],
.form__group input[type=password],
.form__group input[type=number],
.form__group select,
.form__group textarea {
  font-family: "Inter", Arial, sans-serif;
  border: 1px solid #2b2e35;
  border-radius: 0;
  display: block;
  width: 100%;
  appearance: none;
}
.form__group input[type=text]:focus,
.form__group input[type=email]:focus,
.form__group input[type=password]:focus,
.form__group input[type=number]:focus,
.form__group select:focus,
.form__group textarea:focus {
  outline: 1px solid #f5f5f5;
}
.form__group input[type=text],
.form__group input[type=email],
.form__group input[type=password],
.form__group input[type=number],
.form__group select {
  height: 45px;
  padding: 0 10px;
}
.form__group select {
  background: url("icon-triangle-down.svg") calc(100% - 10px) center no-repeat;
}
.form__group textarea {
  font-family: "Inter", Arial, sans-serif;
  min-height: 120px;
  padding: 10px;
}
.form__group input[type=checkbox] {
  height: auto;
}
.form__group--check label, .form__group--radio label {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form__group--check label:hover input ~ .checkmark, .form__group--radio label:hover input ~ .checkmark {
  background: whitesmoke;
}
.form__group--check label input, .form__group--radio label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.form__group--check label input:checked ~ .checkmark, .form__group--radio label input:checked ~ .checkmark {
  background: #2b2e35;
  border: none;
}
.form__group--check label input:checked ~ .checkmark::after, .form__group--radio label input:checked ~ .checkmark::after {
  display: block;
  width: 9px;
  height: 7px;
  background: url() center no-repeat;
  top: 3px;
  left: 3px;
}
.form__group--check label .checkmark, .form__group--radio label .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background: transparent;
  border: 1px solid whitesmoke;
}
.form__group--check label .checkmark::after, .form__group--radio label .checkmark::after {
  content: "";
  position: absolute;
  display: none;
}
.form__group--radio label {
  margin-bottom: 10px;
}
.form__group--radio label .checkmark {
  border-radius: 100%;
}

.form__row .inner {
  background: #fff;
  border-radius: 3px;
  height: 45px;
  padding: 10px 12px 10px 18px;
}
.form__row label {
  font-weight: 700;
  font-size: 12px;
  border-right: 1px solid #d9d9d9;
  width: 60px;
  display: flex;
  align-items: center;
  height: 100%;
}
.form__controls {
  width: calc(100% - 65px);
}
.form__controls select,
.form__controls input {
  border: none;
}

select {
  background: url(images/icon-triangle-down.svg) calc(100% - 5px) center no-repeat #fff;
}

select,
input,
textarea {
  width: 100%;
  font-family: "Inter", Arial, sans-serif;
  font-size: 12px;
  appearance: none;
}

.form-input {
  min-height: 45px;
  border-radius: 3px;
  border: none;
  background: #fff;
  padding: 0 25px;
}

.check-wrap {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  user-select: none;
}
.check-wrap:hover input ~ .checkmark {
  background-color: #ccc;
}
.check-wrap input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.check-wrap input:checked ~ .checkmark {
  background-color: #c6a874;
}
.check-wrap input:checked ~ .checkmark::after {
  display: block;
}
.check-wrap .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 13px;
  width: 13px;
  background-color: #7b7b7c;
}
.check-wrap .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 1px;
  width: 4px;
  height: 8px;
  border: solid #2b2e35;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::selection {
  background: #2b2e35;
  color: #fff;
}

::-moz-selection {
  background: #2b2e35;
  color: #fff;
}

body {
  font-family: "Inter", Arial, sans-serif;
  font-size: 12px;
  background: url(images/topo-bg.jpg) center center fixed repeat #f9f3e7;
  color: #2b2e35;
}

html,
body {
  overflow-x: clip;
}

/* The default outline styling, for greatest accessibility. */
/* You can skip this to just use the browser's defaults. */
/* When mouse is detected, ALL focused elements have outline removed. */
/* You could apply this selector only to buttons, if you wanted. */
body.using-mouse :focus {
  outline: none;
}

[hidden] {
  display: none;
}

p {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

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

.todo {
  font-style: italic;
  color: red;
}

.zebra li:nth-child(even) {
  background: #f5f5f5;
}

/* ------------------------------------------------------------ *\
	ADA related
\* ------------------------------------------------------------ */
.sr-only,
.slick-sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

/* ------------------------------------------------------------ *\
	Position related
\* ------------------------------------------------------------ */
.cta-panel__copy, .cta-banner__copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cta-panel .vertical-heading {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* ------------------------------------------------------------ *\
	Display related
\* ------------------------------------------------------------ */
.d-flex, .form__row .inner {
  display: flex;
  flex-wrap: wrap;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.justify-between, .form__row .inner {
  justify-content: space-between;
}

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

.justify-right {
  justify-content: right;
}

.align-center, .form__row .inner {
  align-items: center;
}

.align-left {
  align-items: left;
}

.align-right {
  align-items: right;
}

/* ------------------------------------------------------------ *\
	Typography related
\* ------------------------------------------------------------ */
.text-center {
  text-align: center;
}

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

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

.text-upper, .eyebrow, .btn {
  text-transform: uppercase;
}

.list-reset {
  margin: 0;
  padding: 0;
}
.list-reset li {
  list-style-type: none;
}

/* ------------------------------------------------------------ *\
	FX/Animation related
\* ------------------------------------------------------------ */
.mobile-menu__lower .list-block__inner::after, .header__icon--menu button .line, .header__icon--menu button, .header__icon--search, .header__nav .sub-menu .list-block__copy, .header__nav .sub-menu .list-block__inner .brand-image, .header__nav .sub-menu .list-block__inner, .header__nav .sub-menu .list-block--cta .list-block__inner::after, .header__logo path, .header__inner, .fixed-wrap, .footer__util .legal a, .footer__util .social li a, .footer__util .utlity-menu ul li a, .footer__menus li a, .brand-slider .brand__copy .actions, .brand-slider .brand__image, .swiper-nav .arrow, .accordion__heading h2, .brand-card__image, .btn, .btn--eye, .btn--eye img, .form__group--check label .checkmark, .form__group--radio label .checkmark {
  transition: all 0.17s ease-in-out;
}

.iframe-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.iframe-wrap iframe,
.iframe-wrap video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 15px;
}
.container--md {
  max-width: 1230px;
}
.container--sm {
  max-width: 980px;
}
@media (max-width: 1330px) {
  .container {
    max-width: 952px;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 728px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 536px;
  }
}
@media (max-width: 576px) {
  .container {
    max-width: 440px;
    padding: 0 20px;
  }
}

html {
  box-sizing: border-box;
  font-size: 16px;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

body {
  margin: 0;
  padding: 0;
}

button {
  background: none;
  padding: 0;
  border: none;
  cursor: pointer;
}

.specs-chart {
  background: #f5f5f5;
  padding: 20px;
  font-size: 10px;
}
.specs-chart li:not(:last-child) {
  margin-bottom: 10px;
}
.specs-chart .eyebrow {
  width: 50%;
}
.specs-chart .value {
  width: 50%;
}

.swiper-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 2px 4px;
  border-radius: 80px;
  background: #fff;
  color: #2b2e35;
  width: 125px;
  margin-left: 20px;
}
.swiper-nav .progress {
  width: calc(100% - 70px);
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}
.swiper-nav .progress .swiper-pagination-progressbar-fill {
  background: #2b2e35;
  border-radius: 3px;
}
.swiper-nav .arrow {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #d9d9d9;
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.1);
}
.swiper-nav .arrow[disabled] {
  opacity: 0.2;
}
.swiper-nav .arrow:hover {
  color: #fff;
  background: #2b2e35;
}
.swiper-nav .arrow:hover img {
  filter: invert(1) brightness(120%);
}
.swiper-nav .arrow--next img {
  margin-right: -1px;
}
.swiper-nav .arrow--prev img {
  margin-left: -1px;
}

.tag {
  background: #953608;
  display: inline-block;
  padding: 15px 30px;
  color: #fff;
  line-height: 1;
}
@media (max-width: 768px) {
  .tag {
    padding: 8px 15px;
  }
  .tag span {
    font-size: 9px;
  }
}
.tag--sm {
  padding: 8px 15px;
}
.tag--sm span {
  font-size: 10px;
}

.heading--hero {
  font-weight: 700;
  font-size: 46px;
  line-height: 56px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.eyebrow {
  display: block;
}

h1,
.heading--one {
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
}
@media (max-width: 768px) {
  h1,
  .heading--one {
    font-size: 40px;
    line-height: 45px;
  }
}

h2,
.heading--two {
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
}
@media (max-width: 768px) {
  h2,
  .heading--two {
    font-size: 35px;
    line-height: 35px;
  }
}

h3,
.heading--three {
  font-weight: 700;
  font-size: 35px;
  line-height: 35px;
}
@media (max-width: 768px) {
  h3,
  .heading--three {
    font-size: 30px;
  }
}

h4,
.heading--four {
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
}
@media (max-width: 768px) {
  h4,
  .heading--four {
    font-size: 25px;
  }
}

h5,
.heading--five {
  font-weight: 700;
  font-size: 25px;
  line-height: 25px;
}
@media (max-width: 768px) {
  h5,
  .heading--five {
    font-size: 20px;
  }
}

h6,
.heading--six {
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
}
@media (max-width: 768px) {
  h6,
  .heading--six {
    font-size: 18px;
    line-height: 26px;
  }
}

.eyebrow {
  font-size: 12px;
  letter-spacing: 2.4px;
}
.eyebrow--sm {
  font-size: 10px;
  letter-spacing: 2px;
}
.eyebrow--bold {
  font-weight: 700;
}

.mini {
  font-weight: 400;
  font-size: 12px;
}

.link {
  font-size: 14px;
  text-decoration: underline;
}

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

.alert-bar {
  background: #2b2e35;
  padding: 8px 0;
}
.alert-bar .alert {
  color: #fff;
  font-weight: 500;
}
.alert-bar .alert p {
  margin: 0;
}
.alert-bar .alert a {
  color: #fff;
}

.article-slider {
  padding-bottom: 100px;
}
.article-slider__heading {
  padding-bottom: 50px;
}
.article-slider__actions {
  padding-top: 40px;
}
@media (max-width: 576px) {
  .article-slider .swiper {
    overflow: visible;
    padding: 0 25px;
  }
}
.article-slider .card__inner {
  color: #2b2e35;
  text-decoration: none;
}
.article-slider .card__image {
  aspect-ratio: 430/320;
  overflow: hidden;
  border-radius: 10px;
}
.article-slider .card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-slider .card__info {
  padding-top: 25px;
}
.article-slider .card__info .eyebrow {
  margin-bottom: 10px;
}
.article-slider .card__info h3 {
  margin-bottom: 20px;
}

.brand-slider {
  padding: 100px 0;
}
@media (max-width: 768px) {
  .brand-slider {
    padding: 50px 0;
  }
}
.brand-slider__heading {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .brand-slider__heading {
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  .brand-slider .swiper {
    overflow: visible;
    padding: 0 25px;
  }
}
.brand-slider .brand__image {
  margin-bottom: 20px;
  max-width: 335px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .brand-slider .brand__image {
    max-width: 100%;
  }
}
.brand-slider .brand__copy {
  padding-top: 50px;
}
@media (max-width: 768px) {
  .brand-slider .brand__copy {
    padding-top: 10px;
  }
}
.brand-slider .brand__copy .eyebrow {
  margin-top: 5px;
}
.brand-slider .brand__copy .actions {
  opacity: 0;
  margin-top: 20px;
}
.brand-slider .brand__copy .actions .btn {
  width: 100%;
  max-width: 200px;
}
.brand-slider .swiper-slide {
  padding: 20px 0;
}
.brand-slider .swiper-slide-active .brand__image {
  transform: scale(1.5);
}
@media (max-width: 768px) {
  .brand-slider .swiper-slide-active .brand__image {
    transform: none;
  }
}
.brand-slider .swiper-slide-active .brand__copy .actions {
  opacity: 1;
}
.brand-slider__actions {
  padding-top: 40px;
}

.cta-banner {
  height: 800px;
  position: relative;
  overflow: hidden;
  background: #2b2e35;
}
@media (max-width: 576px) {
  .cta-banner {
    height: 650px;
  }
}
.cta-banner::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #000;
  opacity: 0.2;
}
.cta-banner::before {
  content: "";
  display: block;
  width: 100%;
  height: 70%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  opacity: 0.3;
}
.cta-banner__copy {
  width: 100%;
  z-index: 3;
}
.cta-banner__copy .inner {
  max-width: 820px;
  margin: 0 auto;
}
.cta-banner__copy h2 {
  color: #fff;
  line-height: 45px;
}
.cta-banner__copy h2 span {
  display: block;
}
@media (max-width: 576px) {
  .cta-banner__copy h2 span {
    margin-top: 20px;
  }
}
.cta-banner__copy p {
  color: #fff;
  margin: 10px 0 0 0;
}
.cta-banner video,
.cta-banner picture, .cta-banner__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

.cta-panel {
  position: relative;
  overflow: hidden;
}
.cta-panel .vertical-heading {
  right: 17px;
  overflow: visible;
  writing-mode: sideways-lr;
  text-orientation: mixed;
  z-index: 99;
}
@media (max-width: 768px) {
  .cta-panel .vertical-heading {
    display: none;
  }
}
.cta-panel .vertical-heading .eyebrow {
  color: #fff;
}
.cta-panel::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #000;
  opacity: 0.3;
}
.cta-panel__bg {
  position: absolute;
  top: -100px;
  left: -100px;
  width: calc(100vw + 200px);
  height: calc(100% + 200px);
  object-fit: cover;
  filter: blur(20px);
  max-width: unset;
  z-index: 1;
}
.cta-panel__main {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 50px;
  display: block;
}
@media (max-width: 768px) {
  .cta-panel__main {
    padding: 20px;
  }
}
.cta-panel__main .image-wrap {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}
.cta-panel__main .image-wrap img {
  width: 100%;
}
.cta-panel__main .image-wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #000;
  opacity: 0.4;
}
.cta-panel__copy {
  width: 100%;
  text-align: center;
  z-index: 4;
  color: #fff;
  padding: 15px;
}
.cta-panel__copy .inner {
  max-width: 420px;
  margin: 0 auto;
}
.cta-panel--left .cta-panel__copy .inner {
  margin: 0 auto 0 0;
  text-align: left;
}
@media (max-width: 768px) {
  .cta-panel--left .cta-panel__copy .inner {
    margin: 0 auto;
    text-align: center;
  }
}
.cta-panel--right .cta-panel__copy .inner {
  margin: 0 0 0 auto;
  text-align: right;
}
@media (max-width: 768px) {
  .cta-panel--right .cta-panel__copy .inner {
    margin: 0 auto;
    text-align: center;
  }
}
.cta-panel__copy p {
  line-height: 18px;
}
@media (max-width: 576px) {
  .cta-panel__copy p {
    display: none;
  }
}
.cta-panel__copy h2 {
  color: #fff;
}
.cta-panel__copy .actions {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .cta-panel__copy .actions {
    margin-top: 15px;
    display: flex;
    justify-content: center;
  }
}
.cta-panel__copy .actions .link-arrow {
  display: none;
}
@media (max-width: 768px) {
  .cta-panel__copy .actions .link-arrow {
    display: flex;
  }
}
@media (max-width: 768px) {
  .cta-panel__copy .actions .btn {
    display: none;
  }
}

.footer {
  padding: 100px 0 40px 0;
  background: #161920;
  color: #fff;
}
@media (max-width: 768px) {
  .footer {
    padding: 40px 0;
  }
}
.footer__form h2 {
  color: #fff;
  max-width: 200px;
  padding-top: 10px;
}
@media (max-width: 768px) {
  .footer__form h2 {
    max-width: 100%;
    text-align: center;
    padding-top: 0;
    margin-bottom: 20px;
    width: 100%;
  }
}
.footer__form .form {
  width: calc(100% - 240px);
}
@media (max-width: 768px) {
  .footer__form .form {
    width: 100%;
  }
}
.footer__form .form-input {
  width: calc(100% - 155px);
}
@media (max-width: 768px) {
  .footer__form .form-input {
    width: 100%;
  }
}
.footer__form .btn {
  max-width: 135px;
}
@media (max-width: 768px) {
  .footer__form .btn {
    margin: 15px auto 0 auto;
    max-width: 100%;
  }
}
.footer__form .subLegal {
  color: rgba(255, 255, 255, 0.5);
  font-style: italic;
  font-size: 10px;
  padding-top: 15px;
}
.footer__menus {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
@media (max-width: 768px) {
  .footer__menus {
    margin-top: 15px;
    padding-top: 15px;
  }
}
.footer__menus .eyebrow {
  color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .footer__menus .eyebrow {
    margin-bottom: 0;
  }
}
.footer__menus .menu--mobile {
  display: none;
}
@media (max-width: 768px) {
  .footer__menus .menu--mobile {
    display: block;
    width: 100%;
    color: #fff;
  }
  .footer__menus .menu--mobile button::after {
    color: #fff;
  }
}
@media (max-width: 768px) {
  .footer__menus .menu--desktop {
    display: none;
  }
}
.footer__menus li {
  display: block;
}
.footer__menus li:not(:last-child) {
  margin-bottom: 10px;
}
.footer__menus li a {
  color: #fff;
  text-decoration: none;
  opacity: 0.7;
}
.footer__menus li a:hover {
  opacity: 1;
}
.footer__util {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
@media (max-width: 768px) {
  .footer__util {
    margin-top: 15px;
    padding-top: 15px;
  }
}
@media (max-width: 768px) {
  .footer__util .utlity-menu {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .footer__util .utlity-menu ul {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .footer__util .utlity-menu ul li {
    margin-bottom: 10px;
  }
}
.footer__util .utlity-menu ul li:not(:last-child) {
  margin-right: 15px;
}
.footer__util .utlity-menu ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 10px;
  font-weight: 300;
  opacity: 0.7;
}
.footer__util .utlity-menu ul li a:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  .footer__util .social {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 10px;
  }
}
.footer__util .social li:not(:last-child) {
  margin-right: 20px;
}
.footer__util .social li a {
  opacity: 0.7;
}
.footer__util .social li a:hover {
  opacity: 1;
}
.footer__util .legal {
  max-width: 700px;
  font-size: 9px;
  font-weight: 300;
  opacity: 0.7;
  padding-top: 30px;
  line-height: 14px;
}
@media (max-width: 768px) {
  .footer__util .legal {
    padding-top: 20px;
  }
}
.footer__util .legal a {
  color: #fff;
}
.footer__util .legal a:hover {
  color: #c6a874;
}

.fixed-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.logged-in .fixed-wrap {
  top: 32px;
}

.header {
  margin-top: 10px;
}
@media (max-width: 1330px) {
  .header {
    margin-top: 0;
    padding: 10px 0;
  }
}
.menu-open .header {
  background: #fff;
}
@media (max-width: 1330px) {
  .scrolling .header {
    background: #fff;
  }
}
.header__inner {
  border-radius: 10px;
  margin: 0 -15px;
  padding: 0 25px;
  position: relative;
}
.header--solid .header__inner {
  background: #fff;
}
@media (max-width: 1330px) {
  .header--solid .header__inner {
    background: none;
  }
}
.header__logo {
  width: 180px;
}
@media (max-width: 1330px) {
  .header__logo {
    width: 165px;
  }
}
.header__logo a {
  display: block;
  line-height: 1;
}
.header--solid .header__logo path, .menu-open .header__logo path {
  fill: #2b2e35;
}
.header__actions {
  width: calc(100% - 200px);
}
@media (max-width: 1330px) {
  .header__actions {
    width: calc(100% - 180px);
  }
}
@media (max-width: 1330px) {
  .header__nav {
    display: none;
  }
}
.header__nav li.top-level {
  padding: 10px 0;
}
.header__nav li.top-level:not(:first-child) {
  padding-left: 10px;
}
@media (max-width: 1330px) {
  .header__nav li.top-level:not(:first-child) {
    padding-left: 0;
  }
}
.header__nav li.top-level > a:not(.btn--primary) {
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}
.header--solid .header__nav li.top-level > a:not(.btn--primary) {
  color: #2b2e35;
}
.header__nav li.top-level > a:not(.btn--primary):hover {
  color: #fff;
}
.header__nav li.top-level:hover > a:not(.btn--primary) {
  background: #2b2e35;
  color: #fff;
}
.header__nav li.top-level:hover .sub-menu {
  display: block;
}
.header__nav .sub-menu {
  display: none;
  position: absolute;
  top: calc(100% - 8px);
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 0 0 10px 10px;
  padding: 25px;
}
.header__nav .sub-menu__nav {
  width: 240px;
}
.header__nav .sub-menu__nav h3 {
  font-size: 16px;
  margin-bottom: 15px;
}
.header__nav .sub-menu__nav li {
  display: block;
}
.header__nav .sub-menu__nav li a {
  color: #2b2e35;
  text-decoration: none;
  padding-bottom: 15px;
  display: block;
  font-size: 14px;
}
.header__nav .sub-menu__heading {
  padding-bottom: 20px;
}
.header__nav .sub-menu__heading p {
  margin: 5px 0 0 0;
}
.header__nav .sub-menu__heading .actions a {
  color: #2b2e35;
  font-weight: 700;
}
.header__nav .sub-menu .cta-blocks {
  width: calc(100% - 560px);
}
.header__nav .sub-menu .cta-blocks .list-block {
  height: 345px;
}
.header__nav .sub-menu__list {
  margin: 0 -5px;
}
.header__nav .sub-menu .list-block {
  padding: 0 5px;
}
.header__nav .sub-menu .list-block--cta {
  overflow: hidden;
}
.header__nav .sub-menu .list-block--cta .list-block__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.header__nav .sub-menu .list-block--cta .list-block__inner {
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.header__nav .sub-menu .list-block--cta .list-block__inner::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #000;
  opacity: 0.35;
}
.header__nav .sub-menu .list-block--cta .list-block__inner:hover::after {
  opacity: 0.7;
  background: #c6a874;
}
.header__nav .sub-menu .list-block--cta .list-block__copy {
  color: #fff;
}
.header__nav .sub-menu .list-block__inner {
  display: block;
  background: #f5f5f5;
  padding: 20px;
  border-radius: 5px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.header__nav .sub-menu .list-block__inner .brand-image {
  margin: 0 auto;
}
.header__nav .sub-menu .list-block__inner:hover {
  background: rgba(245, 245, 245, 0.5);
}
.header__nav .sub-menu .list-block__inner:hover .brand-image {
  transform: scale(1.07);
}
.header__nav .sub-menu .list-block__copy {
  color: #2b2e35;
  position: relative;
  z-index: 3;
}
.header__nav .sub-menu .list-block__copy .title {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
}
.header__nav .sub-menu .list-block__copy p {
  margin: 0;
}
.header__icon {
  margin-left: 20px;
}
.header__icon--search {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.header--solid .header__icon--search:not(.active):not(:hover), .menu-open .header__icon--search:not(.active):not(:hover) {
  filter: invert(1);
}
.header__icon--search:hover, .header__icon--search.active {
  filter: invert(0);
  background: #2b2e35;
}
.header__icon--menu {
  display: none;
}
@media (max-width: 1330px) {
  .header__icon--menu {
    display: block;
    margin-left: 5px;
  }
}
.header__icon--menu button {
  line-height: 1;
  width: 35px;
  height: 35px;
  justify-content: center;
  flex-direction: column;
  border-radius: 50%;
}
.header__icon--menu button .line {
  display: block;
  width: 15px;
  height: 2px;
  background: #fff;
  border-radius: 3px;
}
.header--solid .header__icon--menu button .line, .menu-open .header__icon--menu button .line {
  background: #2b2e35;
}
.header__icon--menu button .line--top {
  transform: translateY(-3px);
}
.header__icon--menu button .line--bottom {
  transform: translateY(3px);
}
.header__icon--menu button.active {
  background: #2b2e35;
}
.header__icon--menu button.active .line {
  background: #fff;
}
.header__icon--menu button.active .line--top {
  transform: rotate(45deg) translateY(0px) translateX(1px);
}
.header__icon--menu button.active .line--bottom {
  transform: rotate(-45deg) translateY(-1px) translateX(1px);
}

.hero {
  height: 100vh;
  position: relative;
  overflow: hidden;
  background: #2b2e35;
}
@media (max-width: 576px) {
  .hero {
    height: 650px;
  }
}
.hero::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #000;
  opacity: 0.2;
}
.hero::before {
  content: "";
  display: block;
  width: 100%;
  height: 70%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  opacity: 0.3;
}
.hero__copy {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 50px;
  z-index: 3;
}
.hero__copy h1 {
  color: #fff;
}
.hero__copy h1 span {
  display: block;
}
@media (max-width: 576px) {
  .hero__copy h1 span {
    margin-top: 20px;
  }
}
.hero__copy p {
  color: #fff;
  margin: 10px 0 0 0;
}
.hero video,
.hero picture, .hero__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
@media (max-width: 576px) {
  .hero--home .hero__copy h1 {
    max-width: 220px;
  }
}
.image-grid {
  padding: 100px 0;
}
@media (max-width: 992px) {
  .image-grid {
    padding: 50px 0;
  }
}
.image-grid__heading {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .image-grid__heading {
    margin-bottom: 50px;
  }
}
.image-grid__list .col {
  width: 50%;
}
@media (max-width: 768px) {
  .image-grid__list .col {
    width: 100%;
  }
}
.image-grid__list .col--one {
  padding-right: 40px;
}
@media (max-width: 1330px) {
  .image-grid__list .col--one {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .image-grid__list .col--one {
    padding-right: 19px;
  }
}
@media (max-width: 768px) {
  .image-grid__list .col--one {
    padding-right: 0;
    padding-bottom: 15px;
  }
}
.image-grid__list .col--two {
  padding-left: 25px;
  flex-direction: column;
}
@media (max-width: 768px) {
  .image-grid__list .col--two {
    padding-left: 0;
  }
}
.image-grid__list .col--two .cta-card:first-child {
  padding-bottom: 50px;
}
@media (max-width: 992px) {
  .image-grid__list .col--two .cta-card:first-child {
    padding-bottom: 37px;
  }
}
@media (max-width: 768px) {
  .image-grid__list .col--two .cta-card:first-child {
    padding-bottom: 15px;
  }
}
.image-grid__list .cta-card--lg .cta-card__inner::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.3) 70%);
}
.image-grid__list .cta-card--sm .cta-card__inner::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0) 70%);
}
.image-grid__list .cta-card__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-grid__list .cta-card__inner {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  text-decoration: none;
}
.image-grid__list .cta-card__title {
  padding: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
}

.intro {
  padding: 160px 0 100px 0;
}
@media (max-width: 768px) {
  .intro {
    padding: 130px 0 60px 0;
  }
}
.intro p {
  font-size: 14px;
}
.intro .page-links {
  padding-bottom: 30px;
}
.intro .page-links a {
  margin: 0 10px;
}
@media (max-width: 768px) {
  .intro .page-links a {
    width: 100%;
    margin: 0 0 15px 0;
  }
}
.intro a:not(.btn) {
  color: #2b2e35;
  text-decoration: none;
}
.intro a:not(.btn) img {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .intro a:not(.btn) img {
    margin: 0 auto 10px auto;
  }
}
.intro a:not(.btn) .underline {
  text-decoration: underline;
  display: inline-block;
  margin-left: 10px;
}
@media (max-width: 768px) {
  .intro a:not(.btn) span {
    text-align: center;
    width: 100%;
    margin: 5px 0;
    margin-left: 0;
  }
}

.mission {
  padding: 50px 0 140px 0;
}
@media (max-width: 768px) {
  .mission {
    padding: 40px 0 100px 0;
  }
}
.mission__inner {
  max-width: 900px;
  margin: 0 auto;
}
.mission__inner h2 {
  text-align: center;
  line-height: 1;
  justify-content: center;
}
.mission__inner h2 .line:last-child {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .mission__inner h2 .line:last-child {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .mission__inner .line span {
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 10px;
  }
}
.mission__inner img.trailer {
  max-width: 210px;
  margin-bottom: -5px;
  margin-right: 15px;
}
@media (max-width: 768px) {
  .mission__inner img.trailer {
    margin: 0 auto;
  }
}
.mission__inner img.lifestyle {
  max-width: 160px;
  border-radius: 40px;
  margin-left: 25px;
}
@media (max-width: 768px) {
  .mission__inner img.lifestyle {
    display: none;
  }
}
.mission .actions {
  padding-top: 40px;
}

.mobile-menu {
  display: none;
}
.mobile-menu__inner {
  overflow: auto;
}
.mobile-menu__upper {
  background: #fff;
  padding: 25px 0;
}
.mobile-menu__upper .btn {
  width: 100%;
  margin-bottom: 15px;
}
.mobile-menu__upper .accordion__heading {
  font-size: 18px;
  font-weight: 700;
}
.mobile-menu__upper .accordion__heading::after {
  font-size: 18px;
}
.mobile-menu__upper .solid-menu {
  padding: 20px;
  border-radius: 5px;
  background: #f9f3e7;
}
.mobile-menu__upper .solid-menu li {
  display: flex;
}
.mobile-menu__upper .solid-menu li:not(:last-child) {
  margin-bottom: 15px;
}
.mobile-menu__upper .solid-menu li a {
  font-size: 14px;
  font-weight: 600;
  color: #2b2e35;
  text-decoration: none;
}
.mobile-menu__upper .brand-block {
  background: #f9f3e7;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 5px;
  color: #2b2e35;
  text-decoration: none;
}
.mobile-menu__upper .brand-block__image {
  width: 85px;
}
.mobile-menu__upper .brand-block__copy {
  width: calc(100% - 100px);
  font-size: 14px;
  font-weight: 600;
  text-align: left;
}
.mobile-menu__lower {
  padding: 25px 0;
  background: #f9f3e7;
}
.mobile-menu__lower .list-block:not(:last-child) {
  margin-bottom: 10px;
}
.mobile-menu__lower .list-block__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.mobile-menu__lower .list-block__inner {
  display: flex;
  justify-content: left;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  text-decoration: none;
}
.mobile-menu__lower .list-block__inner::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #000;
  opacity: 0.35;
}
.mobile-menu__lower .list-block__inner:hover::after {
  opacity: 0.7;
  background: #c6a874;
}
.mobile-menu__lower .list-block__copy {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 40px 15px;
  position: relative;
  z-index: 4;
}

.model-finder {
  background: rgba(0, 0, 0, 0.35);
  padding: 30px;
  border-radius: 5px;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .model-finder {
    padding: 15px;
  }
}
@media (max-width: 576px) {
  .model-finder {
    padding: 35px 15px;
    margin-top: 15px;
    background: #2b2e35;
  }
}
.model-finder h2 {
  color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .model-finder h2 {
    text-align: center;
    max-width: 200px;
    margin: 0 auto 20px auto;
  }
}
.model-finder .form__body {
  margin: 0 -5px;
}
.model-finder .form__row {
  width: 20%;
  padding: 0 5px;
}
@media (max-width: 1330px) {
  .model-finder .form__row {
    width: 25%;
  }
}
@media (max-width: 992px) {
  .model-finder .form__row {
    width: 50%;
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .model-finder .form__row {
    width: 100%;
  }
}
.model-finder .form__actions {
  width: 20%;
  padding: 0 5px;
}
@media (max-width: 1330px) {
  .model-finder .form__actions {
    width: 100%;
    margin-top: 10px;
  }
}
@media (max-width: 992px) {
  .model-finder .form__actions {
    margin-top: 0;
  }
}

.rv-type-panels .rv-type {
  padding-bottom: 80px;
}
.rv-type-panels .rv-type__heading {
  padding: 40px 0;
}
@media (max-width: 992px) {
  .rv-type-panels .rv-type__heading {
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .rv-type-panels .rv-type__heading h2 {
    width: 100%;
    margin-bottom: 20px;
  }
}

.type-compare {
  background: #fff;
  padding: 100px 0;
}
.type-compare__heading {
  padding-bottom: 60px;
}
.type-compare__heading .inner {
  max-width: 760px;
  margin: 0 auto;
}
.type-compare__heading .link-arrow {
  font-weight: 700;
}
.type-compare__list {
  margin: 0 -10px;
}

.rv-chart {
  width: 33.3333333333%;
  padding: 0 10px;
}
@media (max-width: 992px) {
  .rv-chart {
    width: 100%;
  }
  .rv-chart:not(:last-child) {
    margin-bottom: 60px;
  }
}
.rv-chart__image img {
  margin: 0 auto 20px auto;
}
.rv-chart__heading .eyebrow {
  margin-top: 10px;
}
.rv-chart__specs {
  margin-top: 20px;
}
.rv-chart__specs li {
  padding: 8px 15px;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
.rv-chart__specs li .label {
  font-weight: 600;
}
.rv-chart .actions {
  padding-top: 20px;
}
.rv-chart .actions .btn {
  width: 100%;
}

.page-template-coming-soon .fixed-wrap,
.page-template-coming-soon .footer {
  display: none;
}
.page-template-coming-soon #main {
  padding-top: 0 !important;
}
.page-template-coming-soon .logo-soon {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  z-index: 5;
}
.page-template-coming-soon .logo-soon svg {
  width: 100%;
  max-width: 250px;
  height: auto;
  display: block;
}
@media (max-width: 576px) {
  .page-template-coming-soon .logo-soon svg {
    margin: 0 auto;
  }
}
.page-template-coming-soon .video-wrapper {
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.page-template-coming-soon .video-wrapper::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #2b2e35;
  opacity: 0.2;
}
.page-template-coming-soon .video-wrapper::before {
  content: "";
  display: block;
  width: 100%;
  height: 70%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(to bottom, rgba(43, 46, 53, 0) 0%, #2b2e35 100%);
  opacity: 0.6;
}
.page-template-coming-soon .video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.page-template-coming-soon .video-wrapper__copy {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 75px;
  z-index: 3;
}
@media (max-width: 576px) {
  .page-template-coming-soon .video-wrapper__copy {
    text-align: center;
  }
}
.page-template-coming-soon .video-wrapper__copy h1 {
  color: #fff;
}
.page-template-coming-soon .video-wrapper__copy h1 span {
  display: block;
}
@media (max-width: 576px) {
  .page-template-coming-soon .video-wrapper__copy h1 span {
    margin-top: 20px;
  }
}

.single-brand .brand__intro {
  background: #fff;
  padding: 160px 0 100px 0;
  position: relative;
}
.single-brand .brand__intro + .cta-banner {
  margin-top: -150px;
  z-index: 1;
}
.single-brand .brand__intro .tag {
  margin-bottom: 20px;
}
.single-brand .brand__intro h1 {
  margin-bottom: 10px;
}
.single-brand .brand__intro .actions {
  margin-top: 30px;
}
.single-brand .brand__intro .actions .btn {
  margin: 0 10px;
  min-width: 200px;
}
.single-brand .brand__intro .intro__image img {
  margin: 0 auto;
}
.single-brand .brand__intro .intro__details {
  position: relative;
  z-index: 99;
}
.single-brand .brand__intro .intro__details .inner {
  background: #2b2e35;
  padding: 25px;
  border-radius: 10px;
  color: #fff;
  max-width: 1200px;
  margin: 0 auto;
}
.single-brand .brand__intro .intro__details .inner .detail {
  width: 20%;
}
.single-brand .brand__intro .intro__details .inner .detail .eyebrow {
  font-size: 14px;
}
.single-brand .brand__intro .intro__details .inner .detail .value {
  font-weight: 600;
  font-size: 20px;
}

.tax-rv-type .rv-type__list {
  padding: 60px 0;
}
.tax-rv-type .seo-block {
  padding: 40px 0 100px 0;
}
.tax-rv-type .seo-block .inner {
  max-width: 840px;
  margin: 0 auto;
}
.tax-rv-type .seo-block .inner p {
  line-height: 21px;
}
/*# sourceMappingURL=sleepify.css.map */
