.CatalogToolbarTabs_tab__fg4iO{position:relative;padding:var(--space-tiny) var(--space-xs);background:var(--gray-30);outline:1px solid var(--gray-80);border-radius:var(--radius-modulor)}.CatalogToolbarTabs_tab__fg4iO+.CatalogToolbarTabs_tab__fg4iO{margin-left:calc(-1 * var(--space-modulor))}.CatalogToolbarTabs_tab--active__vLlkL{z-index:1}.CatalogToolbarTabs_tab--dark__AThvk{background:var(--gray-100);outline:1px solid var(--gray-80)}.CatalogToolbarTabs_activeIndicator__KwRLf{position:absolute;inset:0;background:var(--white);outline:2px solid var(--black);border-radius:var(--radius-modulor);z-index:0}.CatalogToolbarTabs_activeIndicator--dark__Y35S2{background:var(--black);outline:2px solid var(--white)}.CatalogToolbarTabs_tab__content__Vz6f5{position:relative;z-index:1}.CatalogToolbarTabs_count__Hvdgp{padding:var(--space-modulor) var(--space-tiny);border-radius:40px}.CatalogToolbarTabs_count--light__8WxdR{background-color:rgba(0,0,0,.08)}.CatalogToolbarTabs_count--dark__lxzT7{background-color:rgba(255,255,255,.08)}.CatalogToolbar_bar__5HCfT{padding:var(--space-tiny) var(--space-sm);min-height:52px}.Modal_modal__overlay__PqGCl{width:100vw;height:auto;position:fixed;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center;z-index:var(--zindex-huge);gap:var(--space-tiny)}.Modal_modal__overlay__PqGCl:before{content:"";height:100dvh;width:100%;display:block;background-color:rgba(50,50,54,.3);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:absolute;top:0;left:0;z-index:-1;transition:all .3s linear}.Modal_modal__BZo4N{background-color:var(--white);width:100%;height:100dvh;display:flex;flex-direction:column;justify-content:space-between;position:relative;will-change:opacity,transform}.Modal_modal--transparent__u_4J3{height:-moz-fit-content;height:fit-content;background-color:transparent}.Modal_modal__popover__jO0Br{height:-moz-fit-content;height:fit-content;border-radius:var(--radius-xs) var(--radius-xs) 0 0}.Modal_modal__popover--sheet__yXrzt{border-radius:var(--radius-xs)}.Modal_modal__bottom__T6jDm{align-items:flex-end;flex-direction:column;justify-content:flex-end}.Modal_modal__bottom--sheet__3PB_l{padding:var(--space-tiny)}.Modal_modal__button--float__gZwkF{display:flex;justify-content:flex-end;align-items:center}.Modal_modal__button--float__gZwkF button{display:flex;border-radius:50%;background:white;align-items:center;justify-content:center;cursor:pointer;padding:var(--space-xxs);width:40px;height:40px;border:1px solid rgba(0,0,0,.08);box-shadow:0 4px 24px 0 rgba(38,55,70,.08)}.Modal_modal__header__EeSZo{padding:var(--space-xxs);position:relative;min-height:48px}.Modal_modal__header--sheet__5iBVo{padding:var(--space-xxs) var(--space-xxs) 0 var(--space-xxs);position:relative}.Modal_modal__header__EeSZo.Modal_border__az7KF{border-bottom:1px solid var(--gray-40)}.Modal_modal__arrow__9LvEX{position:absolute;top:var(--space-xs);left:var(--space-xxs)}.Modal_modal__close__GrNM1{position:absolute;top:var(--space-xs);right:var(--space-xxs);cursor:pointer}.Modal_modal__close--sheet__wOVqQ{display:none}.Modal_modal__body__b5VZC{padding:var(--space-xs);padding-top:0}.Modal_modal__body--sheet__FvkJ5{padding-top:var(--space-xs);height:-moz-fit-content;height:fit-content}.Modal_modal__body--full__OVpWM{padding:0}.Modal_modal__content__Y5gNs{display:flex;flex-direction:column;justify-content:space-between;height:auto;overflow-y:auto;overflow-x:hidden}.Modal_modal__content--top__L3L_y{justify-content:flex-start}.Modal_modal__content--center__0MnjF{justify-content:center}.Modal_modal__footer__5dviZ{padding:var(--space-xs);position:fixed;bottom:0;left:0;right:0}.Modal_modal__footer--sheet__xBFgx{position:relative}.Modal_modal__footer__5dviZ.Modal_border__az7KF{border-top:1px solid var(--gray-40)}@media screen and (min-width:575px){.Modal_modal__BZo4N{border-radius:var(--radius-xs);width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;min-width:384px;max-height:calc(100vh - 40px);overflow-y:unset}.Modal_modal--transparent__u_4J3{border-radius:none}.Modal_modal__close__GrNM1{position:absolute;top:var(--space-xs);right:var(--space-xxs);cursor:pointer}.Modal_modal__close--sheet__wOVqQ{display:block}.Modal_modal__button--float__gZwkF{display:none}.Modal_modal__footer__5dviZ{position:relative}.Modal_small__FKESE{min-width:384px;max-width:384px}.Modal_medium___1nPl{min-width:584px;max-width:584px}.Modal_large__VFMzC{min-width:784px;max-width:784px}}.Modal_modal__overlay__PqGCl[data-modal-state=open]:before{animation:Modal_modalOverlayIn__5MhLq .2s ease-out forwards}.Modal_modal__overlay__PqGCl[data-modal-state=open] .Modal_modal__BZo4N{animation:Modal_modalPanelIn__dQ962 .2s ease-out forwards}.Modal_modal__overlay__PqGCl[data-modal-state=closing]:before{animation:Modal_modalOverlayOut__gtPfC .2s ease-in forwards}.Modal_modal__overlay__PqGCl[data-modal-state=closing] .Modal_modal__BZo4N{animation:Modal_modalPanelOut___zGC2 .2s ease-in forwards}@keyframes Modal_modalOverlayIn__5MhLq{0%{opacity:0}to{opacity:1}}@keyframes Modal_modalOverlayOut__gtPfC{0%{opacity:1}to{opacity:0}}@keyframes Modal_modalPanelIn__dQ962{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes Modal_modalPanelOut___zGC2{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.95)}}.Press_press__4fBap{width:100%;overflow:hidden;width:100vw}.Press_press__title__30NuI{text-align:center}.Press_card__WHxq7{display:flex;flex-direction:column;justify-content:space-between;width:311px;min-width:311px;height:344px;box-shadow:0 4px 25px 0 rgba(38,55,70,.1);border-radius:var(--radius-xs);padding:var(--space-sm);margin:var(--space-sm) var(--space-tiny)}.Press_card__image__yRx2v{height:24px;width:100%;position:relative;display:flex;justify-content:flex-start;margin-bottom:var(--space-xs)}.Press_card__image__yRx2v img{height:100%;width:auto!important}@media screen and (min-width:768px){.Press_card__WHxq7{width:384px;min-width:384px;height:296px}}.ModalAvailablePermanence_modal--approved__M6iXJ{flex-direction:row}.PromoBanner_banner__P_LYU{display:flex;justify-content:space-between;align-items:center;width:100%;overflow:hidden}.PromoBanner_banner__text__hPw5A{padding:16px}.PromoBanner_banner__title__2HuBJ{font-size:22px;line-height:1.45;letter-spacing:-.6px;font-family:var(--barlow);font-weight:600;color:var(--white)}.PromoBanner_banner__image__jKdqv{display:flex;justify-content:center;align-items:flex-end;width:30%}.PromoBanner_banner__image__jKdqv img{max-height:100%;width:auto}.PromoBanner_countdown__k22j3{background-color:white;display:flex;padding:4px 8px;justify-content:center;align-items:center;border-radius:50px;margin-top:8px;width:-moz-fit-content;width:fit-content}.PromoBanner_banner__link__0Xmyi{cursor:pointer}@media screen and (min-width:992px){.PromoBanner_banner__P_LYU{border-radius:8px;margin-top:16px}.PromoBanner_banner__text__hPw5A{padding:24px}.PromoBanner_banner__title__2HuBJ{font-size:28px;line-height:1.14}}.CarsPage_stickyToolbar__83pnC{position:-webkit-sticky;position:sticky;top:0;z-index:var(--zindex-xl)}.CarsPage_list--element--icon__uwinO{display:flex;justify-content:center;align-items:center;flex-shrink:0;width:16px;height:16px;border-radius:50%;background-color:var(--mint-20)}.ModalPermanenceInfo_modal__K75uk{position:fixed;inset:0;z-index:var(--zindex-huge);display:flex;justify-content:center;align-items:center;width:100vw;height:auto}.ModalPermanenceInfo_modal__K75uk:before{content:"";position:absolute;inset-block-start:0;inset-inline-start:0;z-index:var(--zindex-lg);display:block;height:100vh;width:100%;background-color:rgba(50,50,54,.3);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:all .3s linear}.ModalPermanenceInfo_modal__wrapper__8lSu5{position:relative;display:flex;flex-direction:column;justify-content:space-between;width:100%;height:100%;background-color:var(--white);z-index:var(--zindex-xxl)}.ModalPermanenceInfo_modal__wrapper__top__AWaU1{position:relative;display:flex;justify-content:flex-end;padding:var(--space-xxs) var(--space-xs)}.ModalPermanenceInfo_modal__wrapper__top__AWaU1>button{cursor:pointer}.ModalPermanenceInfo_modal__wrapper__body__N0_pL{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;padding-inline:var(--space-xs)}.ModalPermanenceInfo_modal__wrapper__body__N0_pL ul{-webkit-margin-start:var(--space-sm);margin-inline-start:var(--space-sm);list-style:disc}.ModalPermanenceInfo_modal__wrapper__body__N0_pL li{display:list-item;list-style-type:disc}.ModalPermanenceInfo_modal__wrapper__bottom__GPbn1{width:100%;padding:var(--space-xs);border-top:1px solid var(--gray-40)}.ModalPermanenceInfo_body__image__mDjLw{display:flex;justify-content:center;align-items:center;height:160px;width:160px;border-radius:50%;background-color:var(--mint-20);-webkit-margin-after:var(--space-lg);margin-block-end:var(--space-lg)}.ModalPermanenceInfo_body__first__Bbqwf{padding-bottom:var(--space-sm);border-bottom:1px solid var(--gray-40)}.ModalPermanenceInfo_body__tag__03MI_{display:flex;align-items:flex-start;gap:var(--space-tiny);padding:var(--space-modulor) var(--space-tiny);border-radius:var(--radius-xs);background-color:var(--gray-40)}@media screen and (min-width:575px){.ModalPermanenceInfo_modal__wrapper__8lSu5{border-radius:var(--radius-xs);max-width:385px;max-height:800px}}