.top-0 {
    top: 0 !important;
}

.start-0 {
    left: 0 !important;
}

.bottom-0 {
    bottom: 0 !important;
}

.end-0 {
    right: 0 !important;
}

.max-width-none {
    max-width: none;
}

.font-bebas {
    font-family: 'bebas-neue-pro-expanded, sans-serif';
}

.word-break-all {
    word-break: break-all;
}

.responsive-object {
    padding-bottom: 0 !important;
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
}

.responsive-object iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

label.form-control-placeholder.required:after,
label.ln-select__label.required:after,
span.cm-upload__title.required:after {
    content: '*';
}

.border-none {
    border: none;
}

div.navigation-toggle {
    position: relative;
}

div.navigation-toggle ul.navigation-toggle__list {
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding-right: 4rem;
}

div.navigation-toggle ul.navigation-toggle__list::-webkit-scrollbar {
    display: none;
}

div.navigation-toggle div.support-breadcrumbs-overlay {
    position: absolute;
    height: 100%;
    width: 4rem;
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(90deg, rgba(236, 239, 241, 0) 0%, rgb(236, 239, 241) 60%);
    background: -webkit-linear-gradient(90deg, rgba(236, 239, 241, 0) 0%, rgb(236, 239, 241) 60%);
    background: -o-linear-gradient(90deg, rgba(236, 239, 241, 0) 0%, rgb(236, 239, 241) 60%);
    background: linear-gradient(90deg, rgba(236, 239, 241, 0) 0%, rgb(236, 239, 241) 60%);
    top: 0;
    right: 0;
}

ul.disc-list-type {
    list-style-type: disc;
}

.object-fit-contain {
    object-fit: contain;
}

.cursor--auto {
    cursor: auto !important;
}

.hover--font-white:hover {
    color: var(--white);
}

.drop-shadow {
    filter: drop-shadow(0px 0px 2.1875rem rgba(129, 129, 129, 0.2));
}

h3 .icon {
    height: 0.9375rem;
    position: relative;
    top: -0.1em;
    width: 0.9375rem;
}

.service-table.service-table--service {
    font-size: 1rem !important;
    line-height: 1.5 !important;
}

@media only screen and (min-width: 62.5rem) {
    .px-lg-3\% {
        padding-left: 3%;
        padding-right: 3%;
    }

    .swiper-wrapper.only-two-items {
        justify-content: flex-start !important;
        gap: 3.25rem;
    }

    .content-block--grid .col-desk-6 h2 + h3,
    .content-block--grid .col-desk-6 h2 + h4,
    .content-block--grid .col-desk-12 h2 + h3,
    .content-block--grid .col-desk-12 h2 + h4 {
        margin-top: 2.8125rem !important;
    }
}

.hyphens-auto {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

@media only screen and (min-width: 1000px) {
    .text-lg-black {
        color: #000 !important;
    }
    .bg-lg-transparent {
        background-color: transparent !important;
    }
}

.has-float-label.label-top input:placeholder-shown + label {
    font-size: 0.6875rem;
    transform: translateY(-8px);
}

.has-float-label.label-top input:placeholder-shown {
    padding-bottom: 0.375rem;
}

.g-recaptcha.invalid {
    border: 2px solid red;
    border-radius: 5px;
}

/* HOME PAGE */
.home__hero-background-container--no-overlay-before:before {
    height: 0 !important;
}

.home__hero-background-container--no-overlay-after:after {
    height: 0 !important;
}

.hero--level-up .home__hero-container {
    color: #fff;
    background-color: #0a1119;
    padding: 3.125rem 0;
}

.hero--level-up .home__hero-background-container:before,
.hero--level-up .home__hero-background-container:after {
    background: none;
}
@media screen and (min-width: 62.5rem) {
    .hero--level-up .home__hero-container {
        color: #000;
        background-color: transparent;
        padding: 9rem 0 3.125rem;
    }
}

@media screen and (max-width: 999.9px) {
    .home__hero-container.positive-margin-top {
        margin-top: 5%;
    }
}

/* ENERGY PAGE */
@media screen and (min-width: 1400px) {
    .energy__slider-3-items .energy__slider-slide {
        width: calc(33.33333% - 33.33333px);
    }
}

@media screen and (min-width: 62.5rem) and (max-width: 1399px) {
    .energy__slider-3-items {
        flex-wrap: wrap;
        justify-content: center;
    }
    .energy__slider-3-items .energy__slider-slide {
        padding: 1rem;
    }
    .energy__slider-3-items .energy__slider-slide:last {
        padding: 0;
    }
}

/* WARRANTY PAGE */
.warranty-page--text-section p:has(+ p) {
    margin-bottom: 1.25rem !important;
}

.warranty-page--text-section p:last-child {
    margin-bottom: 0 !important;
}

/* form radio column distribution */

.form-radio__label--radio-bottom {
    padding: 0;
    margin-bottom: 35px;
}

.form-radio__label--radio-bottom::before {
    bottom: -35px;
    margin-left: 50%;
    transform: translateX(-50%);
}

.form-radio__label--radio-bottom::after {
    bottom: -30px;
    margin-left: 50%;
    transform: translateX(calc(-50% - 5px));
}

.cluster-label {
    bottom: 10px;
}

.home__fazua-partner,
.ride60__fazua-partner,
.partners-slider__fazua-partner {
    width: 200px;
}
