:root{--c-navy: #001830;--c-navy-rgb: 0, 24, 48;--c-blue: #002d74;--c-blue-deep: #000e24;--c-yellow: #ffbe23;--c-yellow-deep: #b17c00;--c-grey: #313131;--c-black: #000;--c-white: #fff;--c-white-rgb: 255, 255, 255;--c-map-base: #1f1f1f;--c-text: var(--c-navy);--c-bg: var(--c-white)}@font-face{font-family:"Plus Jakarta Sans";src:url("../assets/fonts/plus-jakarta-sans-var.woff2") format("woff2");font-weight:200 800;font-style:normal;font-display:swap}@font-face{font-family:"Plus Jakarta Sans";src:url("../assets/fonts/plus-jakarta-sans-var-italic.woff2") format("woff2");font-weight:200 800;font-style:italic;font-display:swap}:root{--f-text: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif}:root{--t-duration-primary: 0.3s;--t-ease-primary: cubic-bezier(0.4, 0.02, 0.1, 1)}:root{--grid-columns: 11;--grid-margin: clamp(1.25rem, 3.90625vw + -0.15625rem, 3.75rem);--grid-gutter: clamp(0.5rem, 0.78125vw + 0.21875rem, 1rem);--grid-container-width: 108rem;--grid-fluid-area: calc(50vw - var(--grid-container-width) / 2);--grid-template-columns: var(--grid-fluid-area) max(var(--grid-margin), env(safe-area-inset-left)) 1fr repeat(var(--grid-columns), var(--grid-gutter) 1fr) max(var(--grid-margin), env(safe-area-inset-right)) var(--grid-fluid-area);--grid-template-areas: 'fm1 m1 c1 g1 c2 g2 c3 g3 c4 g4 c5 g5 c6 g6 c7 g7 c8 g8 c9 g9 c10 g10 c11 g11 c12 m2 fm2'}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,svg,picture{display:block;max-width:100%}a{color:inherit;text-decoration:none}ul,ol{list-style:none}address{font-style:normal}@media(prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms !important;transition-duration:.01ms !important}}body{font-family:var(--f-text);font-size:1rem;line-height:1.6;color:var(--c-text);background:var(--c-bg);overflow-x:clip}::selection{background:var(--c-yellow);color:var(--c-navy)}:focus-visible{outline:0.125rem solid var(--c-yellow);outline-offset:0.125rem}.e-h1{font-size:clamp(2rem,1.5625vw + 1.4375rem,3rem);font-weight:700;font-style:italic;line-height:1.2}.e-h2{font-size:clamp(1.625rem,0.5859375vw + 1.4140625rem,2rem);font-weight:700;font-style:italic;line-height:1.05}.e-kicker{display:block;font-size:0.875rem;font-weight:600;line-height:1}.e-body{font-size:clamp(0.9375rem,0.09765625vw + 0.90234375rem,1rem);line-height:1.6}.o-grid{display:grid;grid-template-columns:var(--grid-template-columns);grid-template-areas:var(--grid-template-areas)}.o-grid--inner{--grid-template-columns: 1fr repeat(var(--grid-columns), var(--grid-gutter) 1fr);--grid-template-areas: 'c1 g1 c2 g2 c3 g3 c4 g4 c5 g5 c6 g6 c7 g7 c8 g8 c9 g9 c10 g10 c11 g11 c12'}.o-btn{--c-btn-bg: transparent;--c-btn-border: transparent;--c-btn-content: var(--c-navy);--c-btn-circle: rgba(var(--c-navy-rgb), 0.1);--c-btn-arrow: var(--c-navy);--c-btn-circle-hover: var(--c-navy);--c-btn-arrow-hover: var(--c-yellow);cursor:pointer;display:inline-flex;align-items:center;flex-shrink:0;gap:0.5rem;height:2.75rem;padding-inline:1rem;border:0.0625rem solid var(--c-btn-border);border-radius:1.875rem;background:var(--c-btn-bg);color:var(--c-btn-content);font-family:var(--f-text);font-size:0.75rem;font-weight:500;line-height:1;white-space:nowrap;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);transition:filter var(--t-duration-primary) var(--t-ease-primary)}@media(min-width: 576px){.o-btn{gap:0.625rem;height:3.25rem;padding-inline:1.375rem;font-size:0.8125rem}}.o-btn--primary{--c-btn-bg: var(--c-yellow);--c-btn-border: var(--c-yellow);--c-btn-circle: rgba(var(--c-navy-rgb), 0.12)}.o-btn--dark{--c-btn-bg: var(--c-navy);--c-btn-border: var(--c-navy);--c-btn-content: var(--c-white)}.o-btn--outline{--c-btn-border: rgba(var(--c-navy-rgb), 0.1)}.o-btn--glass{--c-btn-bg: rgba(var(--c-white-rgb), 0.1);--c-btn-border: rgba(var(--c-white-rgb), 0.1);--c-btn-content: var(--c-white);--c-btn-circle: rgba(var(--c-white-rgb), 0.1);--c-btn-arrow: var(--c-white);--c-btn-circle-hover: var(--c-white);--c-btn-arrow-hover: var(--c-navy)}.o-btn--glass-dark{--c-btn-bg: rgba(var(--c-navy-rgb), 0.1);--c-btn-border: rgba(var(--c-navy-rgb), 0.1)}.o-btn--circle{gap:0.5rem;padding-right:0.3125rem}@media(min-width: 576px){.o-btn--circle{gap:0.5625rem;padding-right:0.375rem}}.o-btn__circle{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:2rem;height:2rem;border-radius:50%;background:var(--c-btn-circle);color:var(--c-btn-arrow);font-size:0.5625rem}@media(min-width: 576px){.o-btn__circle{width:2.5rem;height:2.5rem;font-size:0.625rem}}.o-btn__circle{transition:background var(--t-duration-primary) var(--t-ease-primary),color var(--t-duration-primary) var(--t-ease-primary)}.o-btn__circle .u-icon{transition:transform var(--t-duration-primary) var(--t-ease-primary)}.o-btn__icon{flex-shrink:0;font-size:0.75rem}@media(min-width: 576px){.o-btn__icon{font-size:0.8125rem}}@media(hover: hover){.o-btn:hover .o-btn__circle{background:var(--c-btn-circle-hover);color:var(--c-btn-arrow-hover)}.o-btn:hover .o-btn__circle .u-icon{transform:rotate(45deg)}.o-btn--dark:hover{filter:brightness(1.15)}.o-btn--outline:hover{--c-btn-bg: rgba(var(--c-navy-rgb), 0.06)}}.u-icon{height:1em;width:auto;fill:currentColor}.c-socials{display:flex;align-items:center;gap:1.375rem;font-size:0.9375rem;line-height:1}.c-socials__link{display:inline-flex;transition:opacity var(--t-duration-primary) var(--t-ease-primary)}@media(hover: hover){.c-socials__link:hover{opacity:.6}}.c-socials--pill{height:2.6875rem;padding-inline:1.375rem;border-radius:1.375rem;background:var(--c-white);color:var(--c-navy)}.c-topbar{background:var(--c-navy);color:var(--c-white);overflow:hidden}.c-topbar__inner{align-items:center;min-height:2.8125rem}.c-topbar__marquee{grid-column:fm1/fm2;display:flex;overflow:hidden;mask-image:linear-gradient(to right, transparent, #000 1.5rem, #000 calc(100% - 1.5rem), transparent)}@media(min-width: 992px){.c-topbar__marquee{grid-column:c1/c9;mask-image:none}}.c-topbar__badges{display:flex;align-items:center;gap:1.25rem;flex-shrink:0;padding-block:0.875rem;padding-right:1.25rem;animation:topbar-marquee 24s linear infinite}@media(min-width: 992px){.c-topbar__badges{animation:none;padding-right:0}}@media(min-width: 992px){.c-topbar__badges--clone{display:none}}.c-topbar__badge{display:flex;align-items:center;gap:0.375rem;flex-shrink:0;font-size:0.71875rem;font-weight:500;line-height:1;white-space:nowrap}.c-topbar__badge .u-icon{font-size:0.625rem;color:var(--c-yellow)}.c-topbar__socials{display:none}@media(min-width: 992px){.c-topbar__socials{grid-column:c10/c12;display:flex;justify-content:flex-end}}@keyframes topbar-marquee{to{transform:translateX(-100%)}}@media(prefers-reduced-motion: reduce){.c-topbar__marquee{overflow-x:auto;scrollbar-width:none}.c-topbar__marquee::-webkit-scrollbar{display:none}.c-topbar__badges{animation:none}.c-topbar__badges--clone{display:none}}.c-header{padding-top:clamp(1.25rem,1.953125vw + 0.546875rem,2.5rem)}.c-header__inner{align-items:center}.c-header__bar{grid-column:c1/c12;display:flex;align-items:center;justify-content:space-between;gap:0.375rem}@media(min-width: 768px){.c-header__bar{gap:0.75rem}}.c-header__logo{flex-shrink:0}.c-header__logo img{width:auto;height:clamp(2.5rem,1.953125vw + 1.796875rem,3.75rem)}@media(max-width: 399px){.c-header__logo img{height:2.25rem}}.c-header__actions{display:flex;align-items:center;gap:0.3125rem}@media(max-width: 399px){.c-header__actions{gap:0.1875rem}}@media(min-width: 576px){.c-header__actions{gap:0.375rem}}.c-header__phone-label{display:none}@media(min-width: 768px){.c-header__phone-label{display:inline}}@media(max-width: 767px){.c-header__phone{width:2.75rem;padding-inline:0;justify-content:center}}@media(max-width: 767px)and (min-width: 576px){.c-header__phone{width:3.25rem}}@media(max-width: 399px){.c-header__phone{width:2.5rem;height:2.5rem}}@media(max-width: 575px){.c-header__cta{padding-right:1rem}.c-header__cta .o-btn__circle{display:none}}@media(max-width: 399px){.c-header__cta{padding-inline:0.75rem}}.c-hero{align-items:start;padding-top:clamp(2.75rem,3.90625vw + 1.34375rem,5.25rem)}@media(min-width: 992px){.c-hero{padding-bottom:4rem}}@media(min-width: 1400px){.c-hero{padding-bottom:0}}.c-hero__content{grid-column:c1/c12}@media(min-width: 992px){.c-hero__content{grid-column:c1/c5}}@media(min-width: 1400px){.c-hero__content{padding-top:0.25rem}}.c-hero__kicker{margin-bottom:1.1875rem}.c-hero__title{margin-bottom:clamp(1.5rem,0.9765625vw + 1.1484375rem,2.125rem)}.c-hero__text{max-width:35.125rem;margin-bottom:1.9375rem}.c-hero__actions{display:flex;flex-wrap:wrap;gap:0.375rem}.c-hero__media{grid-column:c1/c12;margin-top:clamp(2.25rem,1.953125vw + 1.546875rem,3.5rem)}@media(min-width: 992px){.c-hero__media{grid-column:c6/c12;margin-top:0;align-self:end;margin-bottom:-4rem}}@media(min-width: 1400px){.c-hero__media{align-self:start;margin-bottom:0}}.c-hero__media img{width:100%;height:auto}.c-divisions__list{grid-column:fm1/fm2;display:grid}@media(min-width: 992px){.c-divisions__list{grid-template-columns:repeat(3, 1fr)}}.c-division{display:flex;flex-direction:column;color:var(--c-white)}.c-division--renting{background:linear-gradient(180deg, var(--c-blue) 47.671%, var(--c-blue-deep) 100%)}.c-division--mercedes{background:linear-gradient(180deg, var(--c-grey) 0%, var(--c-black) 100%)}.c-division--ford{color:var(--c-navy);background:linear-gradient(180deg, var(--c-yellow) 50%, var(--c-yellow-deep) 100%)}.c-division__body{padding:clamp(2.5rem,2.63671875vw + 1.55078125rem,4.1875rem) clamp(1.5rem,3.515625vw + 0.234375rem,3.75rem) 0}.c-division__brand{display:block;width:auto;height:clamp(2.5rem,0.9765625vw + 2.1484375rem,3.125rem);margin-bottom:clamp(1rem,0.5859375vw + 0.7890625rem,1.375rem)}.c-division__title{margin-bottom:1.875rem}.c-division__text{max-width:26.25rem;font-size:0.9375rem;margin-bottom:1.9375rem}.c-division__media{margin-top:auto;padding-top:1.25rem}.c-division__media img{width:100%;height:auto;aspect-ratio:4/3;object-fit:contain;object-position:center bottom}@media(min-width: 992px){.c-division__media img{aspect-ratio:1/1;object-fit:cover;object-position:center}}.c-footer{position:relative;background:var(--c-map-base);color:var(--c-white);padding-top:clamp(4rem,4.00390625vw + 2.55859375rem,6.5625rem)}.c-footer>*:not(.c-footer__map){position:relative;z-index:1}.c-footer__intro{grid-column:c1/c12;pointer-events:none}@media(min-width: 992px){.c-footer__intro{grid-column:c1/c6}}.c-footer__kicker{font-size:1rem;margin-bottom:1.0625rem}.c-footer__title{margin-bottom:1.8125rem}.c-footer__text{max-width:26.25rem;font-size:0.9375rem}.c-footer__locations{grid-column:c1/c12;display:grid;gap:0.75rem;margin-top:clamp(10rem,23.4375vw + 1.5625rem,25rem)}@media(min-width: 768px){.c-footer__locations{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1200px){.c-footer__locations{grid-template-columns:repeat(4, 1fr)}}.c-footer__location{-webkit-backdrop-filter:blur(0.5rem);backdrop-filter:blur(0.5rem);background:rgba(var(--c-white-rgb), 0.1);padding:2.125rem 1.75rem 1.625rem}.c-footer__city{display:flex;align-items:baseline;gap:0.5625rem;font-size:1rem;font-weight:700;font-style:italic;line-height:1;margin-bottom:0.5625rem}.c-footer__city .u-icon{font-size:0.75rem;flex-shrink:0}.c-footer__brands{display:flex;flex-direction:column;gap:0.3125rem;font-size:0.75rem;font-weight:600;margin-bottom:0.6875rem}.c-footer__brands span{display:flex;align-items:center;gap:0.5rem}.c-footer__brands img{width:1rem;height:1rem;object-fit:contain;flex-shrink:0}.c-footer__address{font-size:0.875rem;font-weight:500;line-height:1.5rem;margin-bottom:0.4375rem}.c-footer__contact{font-size:0.875rem;font-weight:500;line-height:1.5rem}.c-footer__contact a{display:block;color:var(--c-yellow)}@media(hover: hover){.c-footer__contact a:hover{text-decoration:underline}}.c-footer__bar{grid-column:c1/c12;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-top:clamp(3rem,3.125vw + 1.875rem,5rem)}.c-footer__logo img{width:auto;height:clamp(2.75rem,1.5625vw + 2.1875rem,3.75rem)}.c-footer__credit{grid-column:c1/c12;font-size:0.6875rem;color:rgba(var(--c-white-rgb), 0.6);padding-block:1.25rem}@media(hover: hover){.c-footer__credit a:hover{text-decoration:underline}}.c-footer>.c-footer__map{position:absolute;inset:0;opacity:0;transition:opacity .6s var(--t-ease-primary)}.c-footer>.c-footer__map.is-loaded{opacity:1}.c-map-pin{width:1.5rem;cursor:pointer}.c-map-pin svg{display:block;width:100%;height:auto;filter:drop-shadow(0 0.1875rem 0.375rem rgba(0, 0, 0, 0.45))}.c-error{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;padding:1.5rem;text-align:center;background:var(--c-navy);color:var(--c-white)}.u-visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}@media(prefers-reduced-motion: no-preference){.js .c-hero__kicker,.js .c-hero__title,.js .c-hero__text,.js .c-hero__actions .o-btn,.js .c-division__body>*,.js .c-footer__intro>*,.js .c-footer__location{visibility:hidden}}
