:root{--black:#1a1a1a;--gray-dark:#707070;--gray:#ccc;--gray-soft:#e5e5e5;--gray-light:#f7f7f7;--white:#fff;--brand:#0004e6;--text-xxl:64px;--text-xl:52px;--text-l:28px;--text-m:22px;--text-r:16px;--text-s:14px;--leading-xxl:1.1;--leading-xl:1.15;--leading-l:1.25;--leading-m:1.35;--leading-r:1.5;--leading-s:1.45;--space-xxl:64px;--space-xl:48px;--space-l:24px;--space-r:16px;--space-sr:12px;--space-s:8px;--space-xs:4px;--page-width-max:56rem;--page-gutter:var(--space-sr)}html{box-sizing:border-box}*,:before,:after{box-sizing:inherit}html,body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0}body{color:var(--black);background-color:var(--white)}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6,p{color:var(--black);margin:0;font-weight:400}h1{font-size:36px;line-height:1.08}h2{font-size:var(--text-l);line-height:var(--leading-l)}h3{font-size:var(--text-m);line-height:var(--leading-m)}h4{font-size:var(--text-r);line-height:var(--leading-r)}h5,h6{font-size:var(--text-s);line-height:var(--leading-s)}p{font-size:var(--text-r);line-height:var(--leading-r)}@media (min-width:36rem){h1{font-size:42px;line-height:1.1}}@media (min-width:48rem){h1{font-size:var(--text-xl);line-height:var(--leading-xl)}}.text-l,.text-m,.text-r,.text-s{font-weight:400}.text-l{font-size:var(--text-l);line-height:var(--leading-l)}.text-m{font-size:var(--text-m);line-height:var(--leading-m)}.text-r{font-size:var(--text-r);line-height:var(--leading-r)}.text-s{font-size:var(--text-s);line-height:var(--leading-s)}.font-500{font-weight:500}.truncate{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.gap-xs{gap:var(--space-xs)}.gap-s{gap:var(--space-s)}.gap-r{gap:var(--space-r)}.gap-xl{gap:var(--space-xl)}.gap-m{gap:var(--space-l)}.gap-l{gap:var(--space-xl)}.margin-0{margin:0}.margin-left-auto{margin-left:auto}.padding-top-xxl{padding-top:var(--space-xxl)}.padding-bottom-xxl{padding-bottom:var(--space-xxl)}.padding-top-xl{padding-top:var(--space-xl)}.padding-bottom-xl{padding-bottom:var(--space-xl)}.padding-top-l{padding-top:var(--space-l)}.padding-bottom-l{padding-bottom:var(--space-l)}.padding-bottom-r{padding-bottom:var(--space-r)}.padding-top-r{padding-top:var(--space-r)}.flex{display:flex}.flex-row{flex-direction:row}.flex-column{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-fill{flex:auto}.height-fill{height:100%}.flex-none{flex:none}.items-center{align-items:center}.min-width-0{min-width:0}.stack-r{gap:var(--space-r);flex-direction:column;display:flex}.stack-s{gap:var(--space-s);flex-direction:column;display:flex}.grid-2-col{gap:var(--space-r);grid-template-columns:repeat(2,minmax(0,1fr));width:100%;display:grid}.grid-3-col{gap:var(--space-r);grid-template-columns:minmax(0,1fr);width:100%;display:grid}.grid-4-col{gap:var(--space-r);grid-template-columns:repeat(2,minmax(0,1fr));width:100%;display:grid}.row-gap-m{row-gap:var(--space-l)}.row-gap-l{row-gap:var(--space-xl)}.grid-span-2{grid-column:span 2}.grid-span-2-desktop{grid-column:auto}.text-black{color:var(--black)}.text-gray-dark{color:var(--gray-dark)}.text-gray{color:var(--gray)}.text-brand{color:var(--brand)}.hover-text-black{transition:color .2s}.hover-text-black:hover,.hover-text-black:focus-visible{color:var(--black)}.bg-white{background-color:var(--white)}.icon-white{filter:brightness(0)invert()}.list-reset{margin:0;padding:0;list-style:none}.breadcrumbs{width:100%}.breadcrumbs__list{line-height:var(--leading-s)}.breadcrumbs__item{display:inline}.breadcrumbs__separator{margin-inline:var(--space-xs);vertical-align:baseline;display:inline-block}.section{width:100%}.section-navbar{width:100%;padding-block:var(--space-sr);border-bottom:1px solid var(--gray-soft);color:var(--gray-dark)}.wrapper,.wrapper-header{width:100%;max-width:calc(var(--page-width-max) + (var(--page-gutter) * 2));padding-inline:var(--page-gutter);margin:0 auto;display:flex}.wrapper{flex-direction:column}.wrapper.padding-top-xxl{padding-top:var(--space-xxl)}.wrapper.padding-bottom-xxl{padding-bottom:var(--space-xxl)}.wrapper-row{flex-direction:row}.wrapper-column{flex-direction:column}.wrapper-header{flex-direction:row;justify-content:space-between;align-items:center}.brand-flex{align-items:center;line-height:0;display:flex}.brand-flex img{display:block}.footer{border-top:1px solid var(--gray-soft);width:100%}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.footer-link{text-align:left;font:inherit;font-size:var(--text-s);line-height:var(--leading-s);color:var(--gray-dark);cursor:pointer;background:0 0;border:0;padding:0}.toolbar-sticky{z-index:20;background-color:var(--white);width:100%;position:sticky;top:0}.toolbar-sticky__inner{align-items:center;gap:var(--space-r);padding-top:var(--space-s);padding-bottom:var(--space-s);border-bottom:1px solid var(--gray-soft);flex-direction:row}.toolbar-sticky__car-image{object-fit:contain;flex:none;width:auto;height:20px;display:block}.chip-group{align-items:center;gap:var(--space-s);flex-wrap:wrap;display:flex}.chip{justify-content:center;align-items:center;gap:var(--space-xs);border:1px solid var(--gray);background-color:var(--gray-light);color:var(--gray-dark);white-space:nowrap;cursor:pointer;border-radius:1000px;padding:8px 16px;font-family:inherit;font-size:12px;font-weight:500;line-height:1;text-decoration:none;display:inline-flex}.chip:hover{background-color:var(--gray);border-color:var(--gray-dark);color:var(--black)}.chip--active,.chip--active:hover{background-color:var(--black);border-color:var(--black);color:var(--white)}.comparison-overlay{align-items:center}.comparison-overlay__viewport{width:100%}.comparison-overlay__controls{align-items:center}.comparison-overlay__chip-group{justify-content:center;width:100%}.accordion-item{width:100%;overflow:hidden}.accordion-toggle{text-align:left;width:100%;color:inherit;font:inherit;cursor:pointer;background:0 0;border:0;padding:0;display:block}.accordion-icon{transform-origin:50%;transition:transform .2s}.accordion-icon--open{transform:rotate(45deg)}.accordion-body{padding-top:var(--space-r);display:block}.metric-label-row,.metric-heading-row{align-items:flex-start;gap:var(--space-s);flex-wrap:wrap;display:flex}.metric-label-row>:first-child,.metric-heading-row>:first-child{flex:auto;min-width:0}.metric-info{flex:none;position:relative}.metric-info__summary{border:1px solid var(--gray);width:20px;height:20px;color:var(--gray-dark);cursor:pointer;-webkit-user-select:none;user-select:none;background-color:#0000;border-radius:999px;justify-content:center;align-items:center;padding:0;list-style:none;display:inline-flex}.metric-info__summary::-webkit-details-marker{display:none}.metric-info__summary:hover{border-color:var(--gray-dark);color:var(--black)}.metric-info__summary:focus-visible{outline:2px solid var(--black);outline-offset:2px}.metric-info__icon{font-size:11px;font-weight:500;line-height:1}.metric-info__panel{top:calc(100% + var(--space-s));z-index:10;width:min(20rem, calc(100vw - (var(--page-gutter) * 4)));padding:var(--space-sr);border:1px solid var(--gray-soft);background-color:var(--white);border-radius:12px;position:absolute;right:0;box-shadow:0 8px 24px #1a1a1a14}.metric-info__body{gap:var(--space-s);flex-direction:column;display:flex}.metric-info__body p{color:inherit;margin:0}.button,.button-primary,.button-secondary{justify-content:center;align-items:center;gap:var(--space-xs);white-space:nowrap;cursor:pointer;border-radius:1000px;padding:8px 16px;font-family:inherit;font-size:14px;font-weight:500;line-height:1;text-decoration:none;display:inline-flex}.button,.button-secondary{border:1px solid var(--gray);background-color:var(--white);color:var(--gray-dark)}.button:hover,.button-secondary:hover{background-color:var(--gray-light);border-color:var(--gray-dark);color:var(--black)}.button:focus-visible,.button-secondary:focus-visible,.button-primary:focus-visible{outline:2px solid var(--black);outline-offset:2px}.button-primary{border:1px solid var(--brand);background-color:var(--brand);color:var(--white)}.button-primary:hover{background-color:var(--black);border-color:var(--black)}.button-primary:disabled{opacity:.6;cursor:not-allowed}.inline-arrow-label{align-items:center;gap:var(--space-xs);vertical-align:middle;display:inline-flex}.inline-arrow-icon{flex:none;width:16px;height:16px;display:block}.static-page-sections{gap:var(--space-xl);flex-direction:column;display:flex}.static-page-section{gap:var(--space-l);flex-direction:column;width:100%;display:flex}.static-page-section+.static-page-section{padding-top:var(--space-xl);border-top:1px solid var(--gray-soft)}.author-profile-plain-section{gap:var(--space-l);flex-direction:column;display:flex}.card-content{background-color:var(--gray-light);border-radius:var(--space-r);width:100%;padding:var(--space-r)}.car-summary-card{min-width:0;height:100%}.car-summary-card__meta{flex-direction:column;flex:auto;gap:0;min-height:0;display:flex}.car-summary-card__variation{min-height:calc(var(--text-r) * var(--leading-r))}.card-content>.thumb{margin-top:auto}.model-card-title{overflow-wrap:anywhere;min-width:0}a.card-content{transition:box-shadow .2s}a.card-content:hover,a.card-content:focus-visible{box-shadow:inset 0 0 0 1px var(--gray-soft)}.card-hero-image{background-color:var(--gray-light);border-radius:var(--space-r);width:100%;padding:var(--space-xl)}.card-hero-image--tight,.card-hero-image--mobile-tight{padding:var(--space-r)}.card-hero-image__img{object-fit:contain;border-radius:var(--space-r);width:100%;height:auto;display:block}.home-hero-image{width:100%}.home-hero-image__img{object-fit:contain;width:100%;height:auto;display:block}.dimension-benchmark{gap:var(--space-s);flex-direction:column;display:flex}.dimension-benchmark__copy{flex-direction:column;gap:2px;display:flex}.dimension-benchmark__chart{width:100%;min-width:0}.dimension-benchmark__track{height:36px;position:relative}.dimension-benchmark__axis{border-top:1px solid var(--gray-dark);position:absolute;top:20px;left:0;right:0}.dimension-benchmark__center-tick{border-left:1px solid var(--gray-dark);width:0;height:7px;position:absolute;top:20px;left:50%;transform:translate(-50%)}.dimension-benchmark__marker{border-left:10px solid #0000;border-right:10px solid #0000;border-top:20px solid var(--brand);width:0;height:0;position:absolute;top:0;transform:translate(-50%)}.dimension-benchmark__labels{height:22px;position:relative}.dimension-benchmark__center-label{color:var(--gray-dark);line-height:var(--leading-s);white-space:nowrap;position:absolute;top:0;left:50%;transform:translate(-50%)}.space-efficiency-dual{gap:var(--space-s);flex-direction:column;display:flex}.space-efficiency-dual__chart{width:100%;min-width:0}.space-efficiency-dual__marker--vda{border-top-color:var(--gray)}.space-efficiency-dual__marker--sae{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpolygon points='1,1 19,1 10,19' fill='none' stroke='%23cccccc' stroke-width='2'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:20px 20px;border:0;width:20px;height:20px}.space-efficiency-dual__marker--overall{border-top-color:var(--brand)}.space-efficiency-dual__legend{align-items:center;gap:var(--space-r);flex-wrap:wrap;display:flex}.space-efficiency-dual__legend-item{align-items:center;gap:8px;display:inline-flex}.space-efficiency-dual__swatch{border-radius:999px;width:10px;height:10px;display:inline-block}.space-efficiency-dual__swatch--vda{background-color:var(--gray)}.space-efficiency-dual__swatch--sae{border:2px solid var(--gray);box-sizing:border-box;background-color:#0000}.space-efficiency-dual__swatch--overall{background-color:var(--brand)}.compare-scale .dimension-benchmark__track{height:36px}.compare-scale__meta{gap:var(--space-xs);flex-direction:column;display:flex}.compare-scale__reference-marker{border-left:1px solid var(--gray-dark);width:0;height:8px;position:absolute;top:20px;transform:translate(-50%)}.compare-scale__marker-labels{height:22px;position:relative}.compare-scale__value{color:var(--gray-dark);line-height:var(--leading-s);white-space:nowrap;position:absolute;top:0;transform:translate(-50%)}.compare-scale__references{min-height:34px;position:relative}.compare-scale__reference{line-height:var(--leading-s);white-space:nowrap;flex-direction:column;align-items:center;gap:2px;display:inline-flex;position:absolute;top:0;transform:translate(-50%)}.compare-module__values{align-items:start}.compare-module__panel{gap:var(--space-xs);flex-direction:column;min-width:0;display:flex}.compare-module__car-label{min-width:0}.compare-module__value-delta{font-size:var(--text-r);line-height:var(--leading-r);white-space:nowrap}.carousel{--fast-facts-visible-cards:1.15;gap:var(--space-r);width:100%;padding-bottom:var(--space-s);scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;touch-action:manipulation;overscroll-behavior-x:contain;flex-wrap:nowrap;display:flex;overflow:auto hidden}.carousel__card{flex:0 0 calc((100% - (var(--space-r) * (var(--fast-facts-visible-cards) - 1))) / var(--fast-facts-visible-cards));scroll-snap-align:start;width:auto}.carousel::-webkit-scrollbar{display:none}.carousel-control{border-radius:999px;width:32px;height:32px;padding:0}.carousel-control:disabled,.carousel-control:disabled:hover{border-color:var(--gray);background-color:var(--gray-light);color:var(--gray-dark);opacity:.6;cursor:default}.carousel-control__icon{width:12px;height:12px;display:block}.parking-fit__card{background-color:var(--gray-light);border:1px solid var(--gray-soft);border-radius:calc(var(--space-r) / 2);width:100%;overflow:hidden}.parking-fit__card--compact{background-color:var(--white);container-type:inline-size}.parking-fit__card--compact-gray{background-color:var(--gray-light)}.parking-fit__summary{--parking-fit-status-bg:var(--gray-light);--parking-fit-status-border:var(--gray);--parking-fit-status-color:var(--gray-dark);align-items:center;gap:var(--space-sr);flex-wrap:wrap;grid-column:1/-1;display:flex}.parking-fit__summary-text{gap:var(--space-xs);flex-direction:column;flex:14rem;min-width:0;display:flex}.parking-fit__pair--compact{gap:var(--space-r);flex-direction:column;display:flex}.parking-fit__compact-panel{gap:var(--space-s);flex-direction:column;display:flex}.parking-fit__scene{aspect-ratio:1280/720;isolation:isolate;background-color:#f2f2f2;background-image:linear-gradient(#ffffffd1 0%,#ffffff6b 34%,#fff0 56%),url(/drivesize-parking-fit-background.png);background-position:top,50%;background-repeat:no-repeat;background-size:cover,cover;width:100%;position:relative;overflow:hidden}.parking-fit__scene--compact{--parking-fit-compact-space-top:18%;--parking-fit-compact-space-bottom:18%;--parking-fit-compact-space-center:50%;--parking-fit-compact-key-gap:clamp(32px, 4cqw, 36px);--parking-fit-compact-key-label-gap:clamp(24px, 3.35cqw, 30px);--parking-fit-compact-clearance-label-offset:calc(var(--parking-fit-compact-key-gap) - 16px);background-color:var(--white);background-image:none}@container (max-width:40rem){.parking-fit__scene--compact{--parking-fit-compact-space-top:20%;--parking-fit-compact-space-bottom:20%;aspect-ratio:8/5}}@container (max-width:27.5rem){.parking-fit__scene--compact{--parking-fit-compact-space-top:26%;--parking-fit-compact-space-bottom:26%;aspect-ratio:4/3;min-height:240px}}.parking-fit__scene--compact-gray{background-color:var(--gray-light)}.parking-fit__space-gap{z-index:1;position:absolute;top:0;bottom:0}.parking-fit__space-gap--green{background-color:#c4ddc6ad}.parking-fit__space-gap--amber{background-color:#eebe6b9e}.parking-fit__space-gap--red{background-color:#df73669e}.parking-fit__space-gap--comfortable{background-color:#9ccca485}.parking-fit__space-gap--ok{background-color:#91bdf380}.parking-fit__space-gap--tight{background-color:#e7bc558a}.parking-fit__space-gap--too-large{background-color:#dc948a94}.parking-fit__space-gap--compact{top:var(--parking-fit-compact-space-top);bottom:var(--parking-fit-compact-space-bottom)}.parking-fit__space-line{z-index:4;background-color:var(--black);width:2px;position:absolute;top:0;bottom:0;transform:translate(-1px)}.parking-fit__space-line--compact{top:var(--parking-fit-compact-space-top);bottom:var(--parking-fit-compact-space-bottom)}.parking-fit__edge-marker{z-index:0;pointer-events:none;background-color:#0000;background-image:repeating-linear-gradient(135deg, transparent 0 3px, var(--gray) 3px 5px, transparent 5px 8px);display:block;position:absolute;top:0;bottom:0}.parking-fit__edge-marker--compact{top:var(--parking-fit-compact-space-top);bottom:var(--parking-fit-compact-space-bottom)}.parking-fit__edge-marker--start{left:0}.parking-fit__edge-marker--end{right:0}.parking-fit__compact-space-label{top:calc(var(--parking-fit-compact-space-top) - var(--parking-fit-compact-key-gap) - var(--parking-fit-compact-key-label-gap));z-index:7;color:var(--gray-dark);white-space:nowrap;position:absolute;left:50%;transform:translate(-50%)}.parking-fit__compact-gap-label{bottom:calc(var(--parking-fit-compact-space-bottom) - var(--parking-fit-compact-clearance-label-offset));z-index:7;color:var(--gray-dark);text-align:center;white-space:nowrap;font-size:12px;line-height:1.2;position:absolute;transform:translate(-50%)}.parking-fit__compact-inner-label{left:50%;bottom:calc(var(--parking-fit-compact-space-bottom) - var(--parking-fit-compact-key-gap) - var(--parking-fit-compact-key-label-gap));z-index:7;color:var(--gray-dark);white-space:nowrap;position:absolute;transform:translate(-50%)}.parking-fit__compact-dimension-line{bottom:calc(var(--parking-fit-compact-space-bottom) - var(--parking-fit-compact-key-gap));z-index:7;border-top:1px solid var(--gray-dark);height:0;display:block;position:absolute}.parking-fit__compact-dimension-line--top{top:calc(var(--parking-fit-compact-space-top) - var(--parking-fit-compact-key-gap));bottom:auto}.parking-fit__compact-dimension-tick{bottom:calc(var(--parking-fit-compact-space-bottom) - var(--parking-fit-compact-key-gap));z-index:7;border-left:1px solid var(--gray-dark);width:0;height:12px;display:block;position:absolute;transform:translate(-.5px)}.parking-fit__compact-dimension-tick--top{top:calc(var(--parking-fit-compact-space-top) - var(--parking-fit-compact-key-gap));bottom:auto}.parking-fit__compact-dimension-tick--bottom-end,.parking-fit__compact-dimension-tick--bottom-middle{bottom:calc(var(--parking-fit-compact-space-bottom) - var(--parking-fit-compact-key-gap));height:12px}.parking-fit__measurement{z-index:6;position:absolute;left:50%;transform:translate(-50%)}.parking-fit__measurement--space{top:7%}.parking-fit__measurement--car{top:22%}.parking-fit__arrow{flex-direction:column;align-items:center;gap:8px;display:flex}.parking-fit__measurement-value{color:var(--black);letter-spacing:-.02em;white-space:nowrap;margin:0;font-size:clamp(16px,5vw,26px);font-weight:500;line-height:1.1}.parking-fit__arrow-line{border-top:4px solid var(--black);width:100%;height:0;display:block;position:relative}.parking-fit__arrow-line--car{border-top-style:dashed;border-top-width:3px}.parking-fit__arrow-head{width:18px;height:18px;position:absolute;top:-10px}.parking-fit__arrow-head--left{border-top:4px solid var(--black);border-left:4px solid var(--black);transform-origin:0;left:0;transform:rotate(-45deg)}.parking-fit__arrow-head--right{border-top:4px solid var(--black);border-right:4px solid var(--black);transform-origin:100%;right:0;transform:rotate(45deg)}.parking-fit__car{z-index:5;pointer-events:none;justify-content:center;align-items:flex-end;padding-bottom:7.5%;display:flex;position:absolute;inset:0}.parking-fit__car--compact{padding-bottom:0;display:block}.parking-fit__car-visual{width:100%}.parking-fit__car-image{object-fit:contain;object-position:center bottom;width:100%;height:auto;display:block}.parking-fit__evidence{justify-content:space-between;align-items:flex-start;gap:var(--space-r);padding:var(--space-sr) var(--space-r);border-top:1px solid var(--gray-soft);background-color:#ffffffb8;display:flex}.parking-fit__evidence-main{min-width:0}.parking-fit__evidence-label,.parking-fit__evidence-detail{color:var(--gray-dark)}.parking-fit__evidence-value{color:var(--black);font-size:var(--text-r);line-height:var(--leading-r)}.parking-fit__evidence-detail{text-align:right;flex:0 11rem}.parking-fit__legend{justify-content:center;align-items:center;gap:var(--space-s);flex-wrap:wrap;padding:14px;display:flex}.parking-fit__legend-item{align-items:center;gap:10px;display:inline-flex}.parking-fit__legend-line{border-top:3px solid var(--black);width:42px;display:inline-block}.parking-fit__legend-line--car{border-top-style:dashed}.parking-fit-region-card{justify-content:flex-start}.parking-fit-region-card--plain{background-color:#0000;border-radius:0;padding:0}.parking-fit-region-card__visuals{gap:var(--space-r);flex-direction:column;display:flex}.parking-fit-status--comfortable{--parking-fit-status-bg:#dceedd;--parking-fit-status-border:#9ccca4;--parking-fit-status-color:#225c31}.parking-fit-status--ok{--parking-fit-status-bg:#dceafe;--parking-fit-status-border:#91bdf3;--parking-fit-status-color:#1f559d}.parking-fit-status--tight{--parking-fit-status-bg:#fff0cc;--parking-fit-status-border:#e7bc55;--parking-fit-status-color:#765000}.parking-fit-status--too-large{--parking-fit-status-bg:#f8ded9;--parking-fit-status-border:#dc948a;--parking-fit-status-color:#8a2e24}.parking-fit-status__chip{border:1px solid var(--parking-fit-status-border);background-color:var(--parking-fit-status-bg);color:var(--parking-fit-status-color);white-space:nowrap;border-radius:1000px;justify-content:center;align-items:center;padding:8px 16px;font-size:12px;font-weight:500;line-height:1;display:inline-flex}.bleed-mobile{width:calc(100% + (var(--page-gutter) * 2));margin-inline:calc(var(--page-gutter) * -1);padding-inline:var(--page-gutter);scroll-padding-inline:var(--page-gutter)}.grid-2-col--stack{grid-template-columns:minmax(0,1fr)}@media (min-width:48rem){.card-hero-image--mobile-tight{padding:var(--space-xl)}.bleed-mobile{width:100%;margin-inline:0;padding-inline:0;scroll-padding-inline:0}.grid-2-col--stack{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-span-2-desktop{grid-column:span 2}.grid-3-col{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4-col{grid-template-columns:repeat(4,minmax(0,1fr))}.parking-fit__measurement--space{top:8%}.parking-fit__measurement--car{top:24%}.parking-fit__measurement-value{font-size:clamp(18px,1.8vw,30px)}.parking-fit__legend{gap:var(--space-r);padding:var(--space-r)}.carousel{--fast-facts-visible-cards:2}.footer-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/2c55a0e60120577a-s.03ez25a9g3i0n.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.3i9rha7jpxn0q.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/ad66f9afd8947f86-s.2o7ko1d-5m1xu.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/5476f68d60460930-s.1ee5w62fj497l.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.1way2z9fj6cig.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/1bffadaabf893a1e-s.0szrwpqb9mkwe.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.45535valc9rzk.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/2c55a0e60120577a-s.03ez25a9g3i0n.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.3i9rha7jpxn0q.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/ad66f9afd8947f86-s.2o7ko1d-5m1xu.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/5476f68d60460930-s.1ee5w62fj497l.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.1way2z9fj6cig.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/1bffadaabf893a1e-s.0szrwpqb9mkwe.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.45535valc9rzk.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/2c55a0e60120577a-s.03ez25a9g3i0n.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.3i9rha7jpxn0q.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/ad66f9afd8947f86-s.2o7ko1d-5m1xu.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/5476f68d60460930-s.1ee5w62fj497l.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.1way2z9fj6cig.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/1bffadaabf893a1e-s.0szrwpqb9mkwe.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.45535valc9rzk.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/2c55a0e60120577a-s.03ez25a9g3i0n.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.3i9rha7jpxn0q.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/ad66f9afd8947f86-s.2o7ko1d-5m1xu.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/5476f68d60460930-s.1ee5w62fj497l.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.1way2z9fj6cig.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/1bffadaabf893a1e-s.0szrwpqb9mkwe.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.45535valc9rzk.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_36eb3589-module__PEkuXq__className{font-family:Inter,Inter Fallback;font-style:normal}
