:root {
  --gainsboro: #e8e3dd;
  --black-red: #020d20;
  --white-smoke: #f8f8f8;
  --red: #ab2500;
  --dark-slate-grey\<deleted\|variable-f2f5af41\>: #d6f4d4;
  --dark-orange: #ea8c22;
  --white: #fff;
  --low: #d6f4d4;
  --medium: #ccebfd;
  --high: #f8d6e0;
  --extra: #dfdafa;
  --black: #000;
  --accessible-components--white-smoke: whitesmoke;
  --accessible-components--dark-grey: #9b9b9b;
  --red-copy: color-mix(in srgb, var(--red) 50%, transparent);
  --accessible-components--transparent: #fff0;
}

body {
  background-color: var(--gainsboro);
  color: #020d20cc;
  font-family: Mulish, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 30px;
}

a {
  color: #020d20cc;
  transition: all .4s;
}

a:hover {
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 30px;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 3px;
}

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

.section {
  background-color: var(--gainsboro);
  color: #020d20;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.section.hero {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

.section.faqs {
  background-image: url("https://cdn.prod.website-files.com/6388d2da1cd7445bec9071c0/63d3bce99f84a1f7c000d1a1_cover-compass.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.motorhome-data {
  background-color: var(--gainsboro);
  padding-top: 0;
}

.section.superindex {
  background-color: var(--white-smoke);
  padding-top: 25px;
  padding-bottom: 25px;
}

.section.reviews {
  background-image: url("https://cdn.prod.website-files.com/6388d2da1cd7445bec9071c0/63d2ac7cb5f98678f33bd984_cover-route.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.highlights {
  background-color: var(--red);
  padding-top: 30px;
  padding-bottom: 30px;
}

.section.availability {
  padding-top: 25px;
}

.section.contact {
  padding-top: 0;
  padding-bottom: 0;
}

.section.season-pop-up {
  z-index: 500;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #f8f8f8d9;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.section.offers {
  padding-top: 0;
}

.section.sign {
  z-index: 100;
  background-color: var(--black-red);
  padding-top: 50px;
  padding-bottom: 0;
}

.section.auto-guide {
  z-index: 999;
  background-color: var(--white-smoke);
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.container {
  max-width: 2000px;
  padding-left: 8vw;
  padding-right: 8vw;
  display: block;
}

.container.hero {
  z-index: 7;
  display: flex;
  position: relative;
}

.container.sign {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.center {
  text-align: center;
}

.black {
  font-weight: 900;
}

.t2 {
  color: var(--white-smoke);
  letter-spacing: 3px;
  text-transform: uppercase;
  text-shadow: 0 0 5px #020d2099;
  font-family: Titan One, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 45px;
}

.t2.motorhome-model {
  margin-top: 0;
  margin-bottom: 0;
}

.t5 {
  color: var(--black-red);
  font-size: 20px;
  font-weight: 900;
  line-height: 30px;
  text-decoration: none;
}

.t5.black, .t5.slate-grey, .t5.black {
  color: var(--black-red);
}

.t5.unmargin.white {
  color: var(--white);
}

.t5.unmargin.offer {
  background-color: var(--white);
  color: var(--red);
  text-align: center;
  align-self: center;
  padding: 0 5px;
}

.t5.unmargin.offer.invert {
  background-color: var(--red);
  color: var(--white);
}

.t5.black {
  color: var(--black-red);
}

.t3 {
  font-family: Titan One, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
}

.t3.unmargin.red {
  color: var(--red);
}

.t3.white {
  color: var(--white-smoke);
}

.t4 {
  color: var(--black-red);
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
}

.p5 {
  text-transform: none;
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
}

.p5.center.white {
  color: #fff;
}

.p3 {
  color: inherit;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
}

.p3.white {
  color: var(--white);
}

.p2 {
  font-size: 17px;
  line-height: 25px;
}

.legalbar {
  z-index: 100;
  background-color: #fff;
  padding-top: 4rem;
  padding-bottom: 2rem;
}

.copyright {
  float: left;
  color: var(--white-smoke);
  text-align: center;
  margin-top: 5px;
  margin-bottom: 25px;
  font-size: 11px;
  font-weight: 300;
  line-height: 13px;
}

.mvea-sign {
  color: var(--white-smoke);
  text-align: center;
  letter-spacing: .3px;
  font-family: Titan One, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.brix---accordion-content-wrapper-width-660px {
  flex-direction: column;
  justify-content: center;
  max-width: 660px;
  display: flex;
}

.brix---accordion-right-side {
  margin-left: 24px;
  margin-right: 0;
}

.brix---acordion-body {
  width: 100%;
  overflow: hidden;
}

.brix---btn-circle-accordion-btn {
  background-color: var(--white-smoke);
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  color: var(--red);
  background-image: url("https://cdn.prod.website-files.com/6388d2da1cd7445bec9071c0/65521cd89352f44615cee372_icon-cross.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 20px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  transition: all .4s;
  display: flex;
  transform: rotate(-45deg);
  box-shadow: 0 0 5px #020d2080;
}

.brix---btn-circle-accordion-btn:hover {
  border-color: #eff0f6;
  transform: rotate(-45deg);
  box-shadow: 0 0 #020d2080;
}

.wrapper-card-faq {
  border: 3px solid var(--white-smoke);
  background-color: var(--white-smoke);
  cursor: pointer;
  border-radius: 10px;
  justify-content: space-between;
  width: 100%;
  padding: 25px;
  transition: all .4s;
  display: flex;
  box-shadow: 0 0 5px #020d2080;
}

.wrapper-card-faq:hover {
  transform: scale(.98);
  box-shadow: 0 0 #020d2080;
}

.brix---accordion-header {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hide {
  display: none;
}

.icon-link {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 5px;
  display: flex;
}

.icon-link:hover {
  transform: scale(1.2);
}

.icon-link:active {
  transform: scale(.8);
}

.faqs-list {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-apps {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: stretch;
  place-items: start center;
  display: grid;
}

.app-link {
  background-color: var(--white-smoke);
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  margin-bottom: 10px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 5px #020d2080;
}

.app-link:hover {
  transform: scale(.98);
  box-shadow: 0 0 #020d2080;
}

.app-link:active {
  box-shadow: inset 0 0 5px #020d2080;
}

.wrapper-app {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.wrapper-platforms-apps {
  justify-content: space-between;
  align-items: center;
  padding-left: 5px;
  display: flex;
}

.wrapper-platforms-apps.utilities-page {
  justify-content: flex-start;
}

.tab-link {
  background-color: var(--gainsboro);
  border: 3px solid #fff;
  border-radius: 10px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  text-decoration: none;
  display: flex;
}

.tab-link:hover {
  border: 3px solid var(--black-red);
  background-color: var(--white-smoke);
  box-shadow: 0 0 5px #020d2080;
}

.tab-link:active {
  transform: scale(.98);
  box-shadow: 0 0 #020d2080;
}

.tab-link.w--current {
  border-color: var(--white);
  background-color: var(--white-smoke);
  opacity: .62;
}

.tab-link.w--current:hover {
  box-shadow: none;
}

.unmargin {
  margin: 0;
}

.empty-message {
  border: 1px solid var(--red);
  color: var(--red);
  text-align: center;
  text-transform: none;
  background-color: #0000;
  border-radius: 10px;
}

.wrapper-go-to-link {
  z-index: 200;
  border-bottom: .5px solid var(--black-red);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffff80;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-flow: column;
  justify-content: space-around;
  place-items: flex-end start;
  padding-top: 85px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  overflow: auto;
}

.wrapper-heading-auto-guide {
  z-index: 201;
  align-items: center;
  padding-top: 15px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.audo-guide-home {
  width: 60px;
  margin-left: auto;
}

.tabs-app {
  z-index: 300;
  background-color: #fff;
  justify-content: space-around;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.tabs-app-content {
  overflow: visible;
}

.body-app {
  background-color: var(--white-smoke);
  padding-bottom: 90px;
}

.go-to-link {
  color: var(--black-red);
  text-align: center;
  background-color: #0000;
  border-bottom: 3px solid #0000;
  flex: 1;
  margin-right: 0;
  padding: 10px;
  font-weight: 900;
}

.go-to-link:hover, .go-to-link.w--current {
  border-bottom-color: var(--black-red);
}

.to-link {
  border-bottom: .5px solid var(--black-red);
  padding: 140px 25px 25px;
}

.tab-unlink {
  background-color: #0000;
  padding: 0;
}

.tab-unlink.w--current {
  background-color: #0000;
}

.fs-toc_link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--red);
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: .5rem;
  text-decoration: underline;
  display: flex;
}

.fs-toc_link:hover {
  text-decoration: none;
}

.fs-toc_link.w--current {
  color: #cf4a2780;
  text-decoration: none;
}

.fs-toc_link.is-h3 {
  letter-spacing: .025rem;
  letter-spacing: .025rem;
}

.fs-toc_link-content {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-toc_example {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: start stretch;
  display: grid;
}

.fs-toc_sidebar {
  color: #1a1a1a;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  height: calc(100vh - 240px);
  display: flex;
  position: sticky;
  top: 140px;
  overflow: auto;
}

.fs-toc_h-trigger {
  display: none;
}

.fs-toc_link-wrapper {
  color: #f5f5f5;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  overflow: hidden;
}

.fs-toc_link-wrapper.is-h4 {
  padding-left: .75rem;
}

.fs-toc_link-wrapper.is-h5, .fs-toc_link-wrapper.is-h6, .fs-toc_link-wrapper.is-h3, .fs-toc_link-wrapper.is-h4 {
  padding-left: .75rem;
}

.fs-toc_link-wrapper.is-h2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.fs-toc_link-wrapper.is-h5, .fs-toc_link-wrapper.is-h6, .fs-toc_link-wrapper.is-h3 {
  padding-left: .75rem;
}

.footer-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  color: var(--black-red);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: var(--black-red);
  text-align: left;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.logo_baseline {
  color: var(--white);
}

.sign-pixelker {
  float: left;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-color: #f5f5f5;
  border-top-right-radius: .3rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.2rem;
  padding: .3rem .4rem .3rem 1.5rem;
  text-decoration: none;
  display: flex;
}

.text-developer {
  color: #1f1f1f;
  text-align: center;
  white-space: nowrap;
  font-family: Verdana, Geneva, sans-serif;
  font-size: .6rem;
  font-weight: 400;
  line-height: .75rem;
}

.logo-developer {
  height: .75rem;
  margin-bottom: .2rem;
}

@media screen and (min-width: 1440px) {
  .review-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .tabs-content {
    background-color: var(--white-smoke);
  }

  .item-day {
    width: 35px;
    height: 30px;
  }

  .motorhome-image.availability {
    max-width: 400px;
  }

  .nav-link {
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 50px;
    padding-right: 50px;
  }

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

  .button.h4.icon {
    padding-left: 30px;
    padding-right: 30px;
  }

  .t5.black.unmargin.app {
    font-weight: 800;
  }

  .form-subscriber {
    margin-bottom: 24px;
  }

  .grid-heading-sections {
    grid-template-columns: 1fr;
    margin-left: 50px;
    margin-right: 50px;
  }

  .isologo-mvea {
    z-index: 10;
    position: relative;
  }

  .gallery-item {
    width: 125px;
    height: 80px;
  }

  .tabs {
    flex-direction: column;
    justify-content: flex-start;
  }

  .tabs-menu {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .tab-link {
    padding: .25rem;
  }

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

  .item-day {
    width: 30px;
    height: 30px;
  }

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

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

  .wrapper-card-motorhome.availability {
    flex-direction: column;
  }

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

  .grid-stock-list.in-post {
    grid-template-columns: 1fr;
  }

  .motorhome-image {
    max-width: 250px;
  }

  .motorhome-image.availability {
    margin-left: auto;
    margin-right: auto;
  }

  .wrapper-data-motorhome {
    align-self: stretch;
  }

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

  .nav-menu {
    z-index: 9;
    background-color: #f8f8f8d9;
    width: 100%;
    height: 100vh;
    margin-right: 0;
    padding: 107px 50px;
    position: fixed;
    top: 0;
  }

  .wrapper-go-to-link {
    padding-top: 80px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .wrapper-heading-auto-guide {
    padding-left: 50px;
    padding-right: 50px;
  }

  .icon-app {
    width: 100px;
    height: 100px;
  }

  .nav-link {
    text-align: center;
    margin: 10px 0;
    font-size: 20px;
  }

  .button-menu {
    border: 3px solid var(--red);
    background-color: var(--white-smoke);
    outline-color: var(--white-smoke);
    outline-offset: 0px;
    background-image: url("https://cdn.prod.website-files.com/6388d2da1cd7445bec9071c0/6552109c055ef570584df984_icon-menu.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 20px;
    border-radius: 10px;
    outline-width: 2px;
    outline-style: solid;
    width: 40px;
    height: 40px;
    padding: 0;
    transition: all .4s;
    display: flex;
    box-shadow: 0 0 5px #020d2080;
  }

  .button-menu:hover {
    transform: scale(.98);
    box-shadow: 0 0 #020d2080;
  }

  .button-menu:active {
    box-shadow: inset 0 0 5px #020d2080;
  }

  .button-menu.w--open {
    z-index: 10;
    background-color: var(--white-smoke);
    background-image: url("https://cdn.prod.website-files.com/6388d2da1cd7445bec9071c0/65521cd89352f44615cee372_icon-cross.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 20px;
  }

  .wrapper-menu {
    align-items: center;
    display: flex;
  }

  .wrapper-image-book {
    flex-flow: column;
  }

  .collection-list-featured-equipment {
    flex: 1;
  }

  .wrapper-motorhome-data-price {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .wrap_ext-data-motorhome {
    display: block;
  }

  .div-block-4 {
    margin-bottom: 15px;
  }

  .pop-up {
    margin-left: 50px;
    margin-right: 50px;
  }

  .wrapper-seasons-pup-up {
    overflow: auto;
  }

  .fs-toc_example {
    flex-direction: column;
  }

  .hide-tablet {
    display: none;
  }

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

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

  .sign-pixelker {
    margin-top: 1.8rem;
    padding-left: 2rem;
  }

  .tab_title.t3.unmargin {
    font-size: 16px;
    line-height: 26px;
  }

  .t4-2 {
    font-size: 1.5rem;
  }

  .t5-2 {
    font-size: 1.2rem;
  }

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

  .image-offer {
    height: 200px;
  }

  .offer-list.single {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-7 {
    flex-flow: row;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .section.highlights {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .container.hero {
    flex-direction: column-reverse;
  }

  .button {
    font-size: 15px;
  }

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

  .t2 {
    font-size: 18px;
    line-height: 28px;
  }

  .t5 {
    font-size: 16px;
    line-height: 26px;
  }

  .t5.black.unmargin.app {
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
  }

  .t1 {
    font-size: 24px;
    line-height: 34px;
  }

  .t3, .t4 {
    font-size: 18px;
    line-height: 28px;
  }

  .p1 {
    font-size: 16px;
    line-height: 26px;
  }

  .brix---accordion-right-side {
    margin-left: 16px;
    margin-right: 16px;
  }

  .brix---btn-circle-accordion-btn {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .value-review {
    width: 18px;
    height: 18px;
  }

  .input-subscriber {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .grid-heading-sections {
    margin-left: 25px;
    margin-right: 25px;
  }

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

  .isologo-mvea {
    width: 150px;
  }

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

  .gallery-list {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
  }

  .gallery-item {
    width: 80px;
    height: 50px;
    margin-right: 10px;
  }

  .slider {
    height: 300px;
  }

  .tabs-menu {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .tab-link.app {
    padding: 5px 10px;
  }

  .equipment-list {
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }

  .navbar {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .wrapper-inputs {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .wrapper-input-icon {
    width: 100%;
    padding-bottom: 25px;
    padding-right: 0;
  }

  .columns-cookies.unshow {
    display: none;
  }

  .item-day {
    width: 28px;
    height: 28px;
  }

  .day-season {
    font-size: 10px;
    line-height: 15px;
  }

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

  .wrapper-card-motorhome {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 15px 15px 5px;
  }

  .wrapper-card-motorhome.availability {
    padding-bottom: 15px;
    padding-left: 15px;
  }

  .wrapper-card-motorhome.app {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .grid-stock-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .motorhome-image {
    flex: 1;
    width: 150px;
  }

  .motorhome-image.availability {
    max-width: 250px;
  }

  .grid-featured-equipment-list {
    grid-template-columns: 1fr 1fr;
  }

  .grid-featured-equipment-list.on-page {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .wrapper-highlight.home {
    flex-direction: column;
    justify-content: flex-start;
  }

  .nav-menu {
    padding: 77px 25px;
  }

  .wrapper-go-to-link {
    padding-top: 70px;
  }

  .wrapper-heading-auto-guide {
    padding-top: 5px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .wrapper-wapp-link {
    border-radius: 27.5px;
    width: 48px;
    height: 48px;
    padding: 8px;
  }

  .wrapper-body-post {
    grid-template-columns: 1fr;
  }

  .grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .icon-app {
    border-radius: 18.75px;
    width: 75px;
    height: 75px;
  }

  .go-to-link {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    line-height: 15px;
  }

  .wrapper-image-book {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .wrapper-content-hero {
    margin-right: 0;
  }

  .wrapper-content-contact {
    flex-direction: column-reverse;
  }

  .wrapper-contact-form {
    padding-top: 25px;
    padding-bottom: 0;
  }

  .wrapper-image-contact {
    flex: 0 auto;
    height: 300px;
  }

  .wrapper-motorhome-data-price {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .wrap_ext-data-motorhome {
    grid-template-columns: 1fr 1fr;
  }

  .pop-up {
    margin-left: 25px;
    margin-right: 25px;
  }

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

  .image-highlight.home {
    margin-right: 0;
  }

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

  .fs-toc_sidebar {
    position: relative;
    top: 0;
  }

  .grid-hero {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link {
    text-align: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .sign-pixelker {
    margin-top: 2rem;
  }

  .cta_content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 1rem;
  }

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

  .t4-2 {
    letter-spacing: 0;
    font-size: 1.2rem;
  }

  .t5-2 {
    letter-spacing: .005em;
    font-size: 1.1rem;
  }

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

  .image-offer {
    height: 100%;
  }

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

  .div-block-7 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .button.h2.subscribe {
    float: none;
    float: none;
    float: none;
  }

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

  .t2.motorhome-model {
    max-width: 200px;
    line-height: 28px;
  }

  .t5.black.unmargin.app {
    font-size: 11px;
    line-height: 20px;
  }

  .p1 {
    direction: ltr;
  }

  .brix---accordion-right-side {
    margin-right: 0;
  }

  .brix---btn-circle-accordion-btn {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
  }

  .wrapper-input-subscriber {
    flex-direction: column;
    height: 120px;
    padding-right: 0;
    display: flex;
  }

  .input-subscriber {
    font-size: 16px;
    line-height: 18px;
    position: relative;
  }

  .input-subscriber::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

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

  .isologo-mvea {
    width: 125px;
  }

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

  .slider {
    height: 275px;
  }

  .tab-link.app {
    padding-left: 5px;
    padding-right: 5px;
  }

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

  .item-day {
    width: 35px;
    height: 35px;
  }

  .grid-year, .wrapper-legend {
    grid-template-columns: 1fr;
  }

  .wrapper-card-motorhome {
    flex-direction: column;
    width: auto;
    padding: 1.5rem 1.5rem 1rem;
  }

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

  .motorhome-image {
    width: 100%;
  }

  .motorhome-image.availability {
    max-width: 100%;
  }

  .grid-featured-equipment-list, .grid-featured-equipment-list.on-page, .grid-featured-equipment-list.on-page {
    grid-template-columns: 1fr 1fr;
  }

  .wrapper-spaces.booqable {
    justify-content: flex-start;
  }

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

  .wrapper-go-to-link.faqs {
    justify-content: flex-start;
  }

  .wrapper-buttons {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

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

  .icon-app {
    border-radius: 25px;
    width: 100px;
    height: 100px;
  }

  .go-to-link {
    flex: none;
    width: 100px;
  }

  .wrapper-image-book {
    flex-direction: column;
  }

  .pop-up {
    margin-left: 30px;
    margin-right: 30px;
  }

  .wrap_slider-arrows {
    display: none;
  }

  .footer-content, .link-offer {
    grid-template-columns: 1fr;
  }

  .wrapper-buttons-v {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

  .offer-list, .offer-list.single, .offer-list.single {
    grid-template-columns: 1fr;
  }
}

#w-node-ea84c103-b638-4b20-e152-0bc7a688205e-91be6276, #w-node-cf5365da-9a14-50bb-b99d-54c571b7bec7-91be6276, #w-node-_38cb9c28-32e4-bd12-1da0-638b2f8a20c7-91be6276, #w-node-_38cb9c28-32e4-bd12-1da0-638b2f8a20d9-91be6276, #w-node-_2ff6e414-9479-5d96-f26a-a18f03e795e2-fc63ff8b, #w-node-b80c213b-876b-b000-863f-e5383f233adb-fc63ff8b, #w-node-_2ff6e414-9479-5d96-f26a-a18f03e795eb-fc63ff8b, #w-node-_2ff6e414-9479-5d96-f26a-a18f03e795f6-fc63ff8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-b80c213b-876b-b000-863f-e5383f233adb-fc63ff8b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
