
/* ~~~~~~~~~~~~~~~~~~~~~~~ home.css ~~~~~~~~~~~~~~~~~~~~~~~ */

#cms_typeicons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 1em 0;
}

h1 {
    margin: 0;
}
section#hero {
    background-color: #E1E1E1;
}
section#hero .hesection#product .descriptionro-text {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2.12rem;
}

section#hero h1 {
    font-weight: 400 !important;
    font-size: 4.5rem;
    line-height: 4.5rem;
}

@media (max-width: 786px) {
    section#hero .hero-text {
        font-size: 1.125em;
    }
}

@media (max-width: 576px) {
    section#hero .hero-buttons .md-button {
        width: 100%;
    }
}

section#hero .hero-image {
    width: calc(50vw - 15px - 3em);
}

form#rv_type {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

@media (min-width: 576px) {
    form#rv_type {
        border-radius: 1.25em;
        box-shadow: 0 51px 96px rgba(0, 0, 0, 0.05), 0 33px 56px rgba(0, 0, 0, 0.03), 0 20px 31px rgba(0, 0, 0, 0.03), 0 10px 16px rgba(0, 0, 0, 0.02), 0 4px 8px rgba(0, 0, 0, 0.01), 0 1px 4px rgba(0, 0, 0, 0.01);
    }
}

form#rv_type .types {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 1em 0;
}

@media (max-width: 576px) {
    form#rv_type .types {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: auto;
        grid-gap: 1.25em;
    }
}

form#rv_type .types input {
    display: none;
}

form#rv_type .types a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    border-radius: .625em;
    padding: 1.25em 1.5em;
    transition: var(--transition-small);
    color: #000;
    font-size: 1.25em;
    font-family: var(--font-headings);
    text-transform: uppercase;
    font-weight: bold;
}

@media (max-width: 576px) {
    form#rv_type .types a {
        padding: 1.25em;
        box-shadow:  0 9px 25px rgba(0,0,0,0.07),0 6px 15px rgba(0,0,0,0.05),0 3px 8px rgba(0,0,0,0.04),0 2px 4px rgba(0,0,0,0.03),0 1px 2px rgba(0,0,0,0.02),0 0 1px rgba(0,0,0,0.01);
    }
}

form#rv_type .types a:hover {
    box-shadow: 0 9px 25px rgba(0,0,0,0.07),0 6px 15px rgba(0,0,0,0.05),0 3px 8px rgba(0,0,0,0.04),0 2px 4px rgba(0,0,0,0.03),0 1px 2px rgba(0,0,0,0.02),0 0 1px rgba(0,0,0,0.01);
}

form#rv_type .types a img {
    margin-bottom: .25em;
}

section#promos {
    overflow: hidden;
}

section#promos .promo {
    display: block;
    width: 100%;
    padding-top: 100%;
    border-radius: 1.25em;
    overflow: hidden;
}

@media (max-width: 768px) {
    section#promos .promo {
        border-radius: .875em;
    }
}

section#promos .promo span,
section#promos .promo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

section#promos .promo img {
    object-fit: cover;
    object-position: center;
}

section#promos .promo span {
    font-size: 2.5em;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    padding: .75em .5em;
    color: white;
    font-family: var(--font-headings);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.6);
}

@media (max-width: 786px) {
    section#promos .promo span {
        padding: .5em .25em;
        font-size: 2.375em; /* ~38px */
    }
}

section#featured {
    overflow: hidden;
}

section#featured h2, section#grab h2 {
    text-align: center;
}

section#featured .swiper-container {
    overflow: visible;
}

.featured_card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.featured_card .image {
  width: 100%;
  padding-top: 74%;
}

.featured_card .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.featured_card .info {
    padding: 1em;
    display: flex;
    flex-direction: column;
    color: var(--color-gray-800);
    font-size: 1.12rem;
    line-height: 1.37rem;
    height: 100%;
    justify-content: space-between;
}

.featured_card .name {
  font-family: var(--font-headings);
  font-size: 2rem;
  font-weight: bold;
  color: black;
  text-align: center;
  line-height: 2.37rem;
}

.featured_card .md-button, #grab .md-button {
    width: max-content;
    margin: 0 auto;
    text-transform: initial;
    padding: 10px 3.12rem;
}

section#grab {
    font-size: 1.5rem;
    line-height: 1.81rem;
}

section#testimonial {
    padding: 10em 1em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
}

@media (max-width: 768px) {
    section#testimonial {
        padding: 4em 1em 15em;
    }
}

section#testimonial::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(180deg, #090909 40%, #090909 40%, rgba(31, 31, 31, 0) 100%);
}

section#testimonial img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    z-index: -1;
}

@media (max-width: 768px) {
    section#testimonial img {
        object-position: right center;
    }
}

section#testimonial .comment {
    font-family: var(--font-headings);
    font-size: 2.75em; /* ~44px */
    text-transform: uppercase;
    font-weight: bold;
    max-width: 21em;
}

@media (max-width: 768px) {
    section#testimonial .comment {
        font-size: 2.25em; /* ~36px */
    }
}

section#testimonial .author {
    font-weight: bold;
    font-size: 1.5em; /* ~24px */
    margin-top: .75em;
    margin-bottom: 1.5em;
}

@media (max-width: 768px) {
    section#testimonial .author {
        font-size: 1.125em; /* ~18px */
    }
}

section#product h2 {
    color: #011520;
}

section#product .description {
    font-size: 1.125em;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    section#product .md-button {
        width: 100%;
    }
}

section#about .description {
    color: var(--color-gray-700-dark);
    font-size: 1.125em;
}

@media (max-width: 768px) {
    section#about .description {
        font-size: 1.25em;
    }
}

section#about .description b {
    color: var(--color-gray-800);
}

section#rv_care .card {
    background-color: var(--color-gray-200);
    border-radius: 1.25em;
}

@media (max-width: 576px) {
    section#rv_care .card {
        border-radius: 0;
    }
}

section#rv_care .app-logo {
    padding-top: 100%;
    border-radius: 2.125em;
    overflow: hidden;
}

section#rv_care .app-logo .cmsSection {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 2.125em;
}

section#rv_care .app-logo div[id^='cms_'] {
    height: 100%;
    overflow: hidden;
}

section#rv_care .app-logo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

section#rv_care .description {
    font-size: 1.25em;
}

section#rv_care .buttons a {
    line-height: 0;
}

section#rv_care .stores-buttons button {
    background-color: transparent;
    border: none;
    box-shadow: none;
    outline: none;
    padding: 0;
    margin: 0;
}

section#rv_care .stores-buttons button a,
section#rv_care .stores-buttons button .cmsSection {
    color: transparent;
    font-size: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-decoration: none;
}

section#rv_care .stores-buttons button .cmsSection {
    color: inherit;
    font-size: inherit;
    z-index: 1;
}

@media (min-width: 768px) {
    section#news h2 {
        text-align: center;
    }
}

section#social h2 {
    text-align: center;
}

