<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.n-mobile-lg-menu {
    position: fixed;
    top: 65px;
    left: 0;
    bottom: 65px;
    width: 100%;
    z-index: 100;
    background: #fff;
    font-size: 20px;
    overflow: auto;
    padding: 15px;
}
.n-mobile-row &gt; div {
    max-width: 49%;
    display: inline-flex;
    width: 49%;
}

.n-mobile-row {
    display: flex;
    justify-content: space-between;
}

.mobile-slider-inner-link {
    width:100%;
    height: 100%;
}

.n-mobile-row .n-mobile-main-links-slider-col a, .n-mobile-row .n-mobile-main-links-slider-col .n-mobile-link {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
/* identical to box height */
    letter-spacing: 0.2px;
}

.n-mobile-row .n-mobile-main-links-slider-col a {
    display: block;
    margin: 0;
    padding: 0;
    color: #fff;
    position: static !important;
}

.n-mobile-row .n-mobile-main-links-slider-col .n-mobile-link {
    min-height: 94px;
    padding-top: 13px;
    margin-bottom: 7px;
    position: relative;
}
.n-mob-first {
    background-image: url(/site/images/link3.svg) !important;
}
.n-mob-second {
    background-image: url(/site/images/link4.svg) !important;
    background-color: #37AEE2 !important;
}
.n-mob-third {
    background-image: url(/site/images/link5.svg) !important;
    background-color: #622960 !important;
}
.n-mob-forth {
    background-color: #E9863F !important;
    color: #fff !important;
    background-image: url(/site/images/wheel2.svg) !important;
    background-position-x: 13px !important;
    background-position-y: 13px !important;
    margin-bottom: 7px;
    background-repeat: no-repeat;
    border-radius: 10px;
}

.n-mobile-row .n-mobile-main-links-slider-col.n-mob-forth a {
    display: flex !important;
    position: relative !important;
    height: 100%;
    width: 100%;
}

.n-mob-forth a span {
    display: block;
    position: absolute;
    width: auto;
    height: auto;
    background: none;
    top:64px;
    left: 13px;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.2px;
}

.n-mob-fiths {
    background-image: url(/site/images/link6.png) !important;
    background-color: #B3C1D0 !important;
    padding-left: 13px !important;
    background-position: right bottom !important;
}
.n-mob-six {
    background-image: url(/site/images/link7.svg) !important;
    padding-left: 13px !important;
}
.n-mob-seven {
    background-image: url(/site/images/places.svg) !important;
    background-color: #622960 !important;
    background-position: 91% 76% !important;
}
.n-mob-eight {
    background-image: url(/site/images/wheel3.svg) !important;
    background-color: #B3C1D0 !important;
    background-position: 11% 88% !important;
    background-size: 28px;
}
.n-mob-nine {
    background-image: url(/site/images/template/car.svg) !important;
    background-position: 0 0 !important;
    background-size: 84%;
}
.n-mob-nine a {
    color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex !important;
    align-items: flex-end;
}
@media (min-width: 576px) {
    .n-mobile-lg-menu {
        display: none !important;
    }
}

</pre></body></html>