.BlogHero-module__G4qtFq__hero__title{margin-bottom:var(--space-xs)}.BlogHero-module__G4qtFq__hero__wrapper{justify-content:flex-start;align-items:flex-start;gap:var(--space-lg);z-index:2;flex-direction:column;width:100%;display:flex;position:relative}.BlogHero-module__G4qtFq__hero__top,.BlogHero-module__G4qtFq__hero__section{z-index:2;position:relative}.BlogHero-module__G4qtFq__hero__blur{z-index:0;position:absolute;top:-220px;left:-364px}.BlogHero-module__G4qtFq__hero__wrapper--left,.BlogHero-module__G4qtFq__hero__wrapper--right{z-index:2;width:100%;position:relative}.BlogHero-module__G4qtFq__hero__mainimage{border-radius:var(--space-md);width:100%;margin-bottom:var(--space-md);overflow:hidden}.BlogHero-module__G4qtFq__hero__mainimage img{object-fit:contain;border-radius:var(--space-md);width:100%;overflow:hidden}.BlogHero-module__G4qtFq__hero__maintitle{gap:var(--space-xs);flex-direction:column;display:flex}.BlogHero-module__G4qtFq__hero__mainauthor{justify-content:flex-start;align-items:center;gap:var(--space-tiny);display:flex}.BlogHero-module__G4qtFq__hero__mainauthor__image{border-radius:50%;width:35px;height:35px;overflow:hidden}.BlogHero-module__G4qtFq__hero__mainauthor p span:hover{text-decoration:underline}.BlogHero-module__G4qtFq__hero__mainauthor__image img{object-fit:cover;width:100%;height:100%}.BlogHero-module__G4qtFq__hero__post{padding-block:var(--space-xs)}.BlogHero-module__G4qtFq__hero__posts{justify-content:flex-start;align-items:flex-start;gap:var(--space-xs);flex-direction:column;display:flex}.BlogHero-module__G4qtFq__hero__list{gap:var(--space-xs);-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;flex-direction:row;max-height:100%;display:flex;overflow-x:auto}.BlogHero-module__G4qtFq__hero__post{padding-block:var(--space-xs);scroll-snap-align:start;flex:0 0 253px}.BlogHero-module__G4qtFq__hero__postimage{border-radius:var(--space-xs);width:100%;height:128px;overflow:hidden}.BlogHero-module__G4qtFq__hero__postimage img{object-fit:contain;border-radius:var(--space-xs);height:100%;overflow:hidden}.BlogHero-module__G4qtFq__hero__postcontent{flex:1}.BlogHero-module__G4qtFq__hero__opening{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.BlogHero-module__G4qtFq__hero__title{margin-bottom:var(--space-xs);z-index:2;position:relative}@media screen and (min-width:768px){.BlogHero-module__G4qtFq__hero__list{flex-wrap:wrap}.BlogHero-module__G4qtFq__hero__posts{justify-content:flex-start;align-items:center;gap:var(--space-xs);flex-direction:row;display:flex}.BlogHero-module__G4qtFq__hero__post:first-child,.BlogHero-module__G4qtFq__hero__post:nth-child(2){border-bottom:1px solid var(--gray-40)}.BlogHero-module__G4qtFq__hero__post{flex:0 0 100%}.BlogHero-module__G4qtFq__hero__postimage{border-radius:var(--space-xs);width:100%;max-width:192px;height:128px;overflow:hidden}.BlogHero-module__G4qtFq__hero__title{margin-bottom:var(--space-lg)}}@media screen and (min-width:992px){.BlogHero-module__G4qtFq__hero__title{margin-bottom:var(--space-lg)}.BlogHero-module__G4qtFq__hero__post{flex:0 0 calc(50% - var(--space-tiny))}}@media screen and (min-width:1200px){.BlogHero-module__G4qtFq__hero__wrapper{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:0}.BlogHero-module__G4qtFq__hero__wrapper--left{width:100%}.BlogHero-module__G4qtFq__hero__post:first-child{border-bottom:0}.BlogHero-module__G4qtFq__hero__post:nth-child(2){border-block:1px solid var(--gray-40)}.BlogHero-module__G4qtFq__hero__list{flex-direction:column;display:flex}.BlogHero-module__G4qtFq__hero__wrapper--right{width:100%;max-width:484px}.BlogHero-module__G4qtFq__hero__mainimage{width:calc(100% - 80px)}}@media screen and (min-width:1800px){.BlogHero-module__G4qtFq__hero__blur{z-index:0;position:absolute;top:-10%;left:-20%}}@media screen and (min-width:2000px){.BlogHero-module__G4qtFq__hero__blur{z-index:0;position:absolute;top:-15%;left:-10%}}@media screen and (min-width:2300px){.BlogHero-module__G4qtFq__hero__blur{z-index:0;position:absolute;top:-15%;left:-5%}}@media screen and (min-width:2500px){.BlogHero-module__G4qtFq__hero__blur{z-index:0;position:absolute;top:-15%;left:0%}}@media screen and (min-width:2750px){.BlogHero-module__G4qtFq__hero__blur{z-index:0;position:absolute;top:-15%;left:5%}}@media screen and (min-width:3000px){.BlogHero-module__G4qtFq__hero__blur{z-index:0;position:absolute;top:-15%;left:10%}}
.TagCategory-module__JmZbAW__tab{box-sizing:border-box;width:fit-content;padding-bottom:var(--space-md);color:var(--gray-80);cursor:pointer}.TagCategory-module__JmZbAW__tab:hover{color:var(--black);border-bottom:solid 2px var(--black);margin-bottom:-2px}
@keyframes Toast-module__UDIc7a__fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes Toast-module__UDIc7a__fadeOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-20px)}}.Toast-module__UDIc7a__toast__wrapper{z-index:var(--zindex-xxl);width:calc(100% - var(--space-xs) * 2);height:fit-content;padding:var(--space-xs);background-color:var(--white);color:var(--gray-100);border:1px solid var(--gray-40);border-radius:var(--radius-tiny);animation:.3s ease-out forwards Toast-module__UDIc7a__fadeIn;position:absolute;inset-block-end:var(--space-xs);inset-inline-start:var(--space-xs)}.Toast-module__UDIc7a__toast__wrapper svg path{fill:var(--gray-100)}.Toast-module__UDIc7a__toast__wrapper--hidden{animation:.3s ease-out forwards Toast-module__UDIc7a__fadeOut}.Toast-module__UDIc7a__toast__wrapper--dark{background-color:var(--gray-150);color:var(--gray-40)}.Toast-module__UDIc7a__toast__wrapper--dark svg path{fill:var(--gray-40)}@media screen and (min-width:768px){.Toast-module__UDIc7a__toast__wrapper{width:fit-content;inset-block-start:96px;inset-inline-start:initial;inset-inline-end:var(--space-xxs)}}
.AgreementResponse-module___hHHRq__response__image{width:100px;height:100px}.AgreementResponse-module___hHHRq__response__image img{object-fit:contain;width:100%;height:100%}.AgreementResponse-module___hHHRq__response{text-align:center}.AgreementResponse-module___hHHRq__response__alert{text-align:left}.AgreementResponse-module___hHHRq__response__button{width:100%;margin-top:var(--space-tiny)}.AgreementResponse-module___hHHRq__affordable__price span{letter-spacing:0;font-size:12px;line-height:1.3;font-family:var(--roboto);text-align:center;font-weight:400}.AgreementResponse-module___hHHRq__affordable__price span strong{font-family:var(--barlow);letter-spacing:-.3px;text-align:center;color:#0075ff;font-size:16px;font-weight:600;line-height:24px}.AgreementResponse-module___hHHRq__response__change__permanence{justify-content:flex-start;align-items:center;gap:16px;display:flex}.AgreementResponse-module___hHHRq__response__change__permanence__badge{border-radius:4px;justify-content:flex-start;align-items:center;gap:4px;padding:4px;display:flex}.AgreementResponse-module___hHHRq__response__change__permanence__badge--gray{background-color:#fafafa}.AgreementResponse-module___hHHRq__response__change__permanence__badge--green{background-color:#f7fff7}.AgreementResponse-module___hHHRq__response__change__permanence__badge__icon{justify-content:center;align-items:center;display:flex}.AgreementResponse-module___hHHRq__response__change__permanence img{width:100px;height:100px}.AgreementResponse-module___hHHRq__response__change__permanence__badge__icon img{object-fit:contain;width:8px;height:8px}.AgreementResponse-module___hHHRq__response__change__permanence__badge__arrow img{object-fit:contain;width:12px;height:12px}
.ModalOpenbankingConfirmation-module__raBAuG__modal__buttons{width:100%}.ModalOpenbankingConfirmation-module__raBAuG__modal__buttons>div{flex:1}
.ModalOpenbanking-module___0GZjq__modal__iframe{background:#3232364d}.ModalOpenbanking-module___0GZjq__modal__iframe iframe{width:100%;height:80dvh;display:block;overflow-y:scroll}@media (min-width:575px){.ModalOpenbanking-module___0GZjq__modal__iframe{border-bottom-left-radius:var(--space-xs);border-bottom-right-radius:var(--space-xs);overflow:hidden}}@media (min-width:1024px){.ModalOpenbanking-module___0GZjq__modal__iframe iframe{height:90dvh}}
.BadgeList-module__EdupfG__list__container{z-index:1;position:relative}.BadgeList-module__EdupfG__list{overflow:hidden}.BadgeList-module__EdupfG__list--center{justify-content:center}.BadgeList-module__EdupfG__list--start{justify-content:flex-start}.BadgeList-module__EdupfG__list--end{justify-content:flex-end}.BadgeList-module__EdupfG__list__container:after{content:"";pointer-events:none;opacity:1;background:linear-gradient(#fff0 0%,#fff 100%);height:80px;transition:opacity .26s;position:absolute;bottom:60px;left:0;right:0}.BadgeList-module__EdupfG__list__container--expanded:after{opacity:0}
.AgreementStockMessage-module__cQcrSG__message__wrapper{padding:var(--space-xs);background-color:var(--blue-10);border:1px solid var(--blue-100);border-radius:var(--radius-tiny)}.AgreementStockMessage-module__cQcrSG__message__icon{flex-shrink:0;justify-content:center;align-items:center;display:flex}.AgreementStockMessage-module__cQcrSG__message__link{margin-top:var(--space-xs);cursor:pointer;text-underline-offset:2px;background:0 0;border:none;align-self:flex-start;padding:0;text-decoration:underline}
@keyframes RequestLoader-module__wCqEjq__spinner{0%{opacity:1;width:0;height:0;top:96px;left:96px}to{opacity:0;width:156px;height:156px;top:18px;left:18px}}.RequestLoader-module__wCqEjq__wrapper{background:var(--white);width:100%;height:100%;z-index:var(--zindex-huge);flex-direction:column;justify-content:center;align-items:center;display:flex;position:fixed;top:0;bottom:0;left:0;overflow:hidden}.RequestLoader-module__wCqEjq__wrapper--dark{background:var(--gray-150)}.RequestLoader-module__wCqEjq__wrapper__animation--spinner div{opacity:1;border-style:solid;border-width:4px;border-radius:50%;animation:1.2s cubic-bezier(0,.2,.8,1) infinite RequestLoader-module__wCqEjq__spinner;position:absolute;top:50%;left:50%}.RequestLoader-module__wCqEjq__wrapper__animation--spinner div:first-child{border-color:#00ffde}.RequestLoader-module__wCqEjq__wrapper__animation--spinner div:nth-child(2){border-color:#00ffde;animation-delay:-.5s}.RequestLoader-module__wCqEjq__wrapper__animation--spinner{background:0 0;width:200px;height:200px;display:inline-block;position:relative;overflow:hidden}
.AgreementStockChangeModal-module__Qfx1ua__modal__content{max-height:calc(100dvh - 200px);overflow:hidden auto}.AgreementStockChangeModal-module__Qfx1ua__modal__footer{overflow-y:hidden}.AgreementStockChangeModal-module__Qfx1ua__color,.AgreementStockChangeModal-module__Qfx1ua__batch{padding:var(--space-xxs);border-radius:var(--radius-tiny);outline:1px solid var(--gray-40);cursor:pointer;min-height:48px}.AgreementStockChangeModal-module__Qfx1ua__color--selected,.AgreementStockChangeModal-module__Qfx1ua__batch--selected{outline:2px solid var(--black)}.AgreementStockChangeModal-module__Qfx1ua__color--disabled{background:var(--gray-30);cursor:default;outline:none}.AgreementStockChangeModal-module__Qfx1ua__color--disabled .AgreementStockChangeModal-module__Qfx1ua__color__delivery{opacity:.6}.AgreementStockChangeModal-module__Qfx1ua__color__tag{background:var(--red-20);border-radius:var(--radius-modulor);padding:0 var(--space-modulor)}.AgreementStockChangeModal-module__Qfx1ua__image__wrapper{background-color:var(--gray-20);border-radius:var(--radius-tiny);padding:var(--space-xs) var(--space-tiny)}.AgreementStockChangeModal-module__Qfx1ua__batch__tag{border-radius:var(--radius-modulor);padding:0 var(--space-modulor)}.AgreementStockChangeModal-module__Qfx1ua__batch__tag--gray{background:var(--gray-40)}.AgreementStockChangeModal-module__Qfx1ua__batch__tag--green{background:var(--green-40)}
.CityBadges-module__WINu7W__badges{background-position:top;background-repeat:no-repeat;background-size:375px 250px}.CityBadges-module__WINu7W__header{z-index:1}@media screen and (min-width:992px){.CityBadges-module__WINu7W__badges{background-size:407px 272px}}
.PdfViewer-module__eYPciG__container{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;flex:1;width:100%;min-height:0;overflow-y:auto}.PdfViewer-module__eYPciG__status{padding:var(--space-sm)}

.CityHero-module__NDOGTq__hero__bg{padding-top:var(--space-sm);background:url(/V2/images/landings/espana/gradient.webp) 50%/cover no-repeat;margin-top:48px;overflow:hidden}.CityHero-module__NDOGTq__hero__content{gap:var(--space-xs)}.CityHero-module__NDOGTq__hero__images--desktop{display:none}.CityHero-module__NDOGTq__hero__content h1{max-width:343px}.CityHero-module__NDOGTq__image__bg{aspect-ratio:16/9;z-index:2;position:relative}.CityHero-module__NDOGTq__image__cars{z-index:3;width:100%;height:auto;margin-top:-22%}@media screen and (min-width:992px){.CityHero-module__NDOGTq__hero__bg{background-position:right 25% bottom 85%;background-size:50%;position:relative;overflow:visible}.CityHero-module__NDOGTq__hero__content{gap:var(--space-xs);width:50%}.CityHero-module__NDOGTq__hero__content h1{max-width:100%}.CityHero-module__NDOGTq__hero__images--desktop{width:45%;display:flex}.CityHero-module__NDOGTq__hero__images--mobile{display:none}}@media screen and (min-width:1200px){.CityHero-module__NDOGTq__hero__bg{margin-top:var(--space-xl);padding-top:var(--space-xl)}.CityHero-module__NDOGTq__hero{gap:var(--space-lg)}}@media screen and (min-width:1600px){.CityHero-module__NDOGTq__hero__bg{background-position:right 20% bottom 90%;background-size:50%}}@media screen and (min-width:1900px){.CityHero-module__NDOGTq__hero__bg{background-position:right 20% bottom 50%;background-size:45%}}
.ComparativeTable-module__OPeE9W__text{max-width:984px;margin-inline:auto}.ComparativeTable-module__OPeE9W__table{grid-template-rows:48px repeat(11,56px);grid-template-columns:3.04fr repeat(3,2.32fr);align-items:center;display:grid;position:relative}@media screen and (min-width:992px){.ComparativeTable-module__OPeE9W__table{max-width:992px}}.ComparativeTable-module__OPeE9W__table div,.ComparativeTable-module__OPeE9W__table__content th,.ComparativeTable-module__OPeE9W__table__content td{z-index:1}.ComparativeTable-module__OPeE9W__table__content,.ComparativeTable-module__OPeE9W__table__content thead,.ComparativeTable-module__OPeE9W__table__content tbody,.ComparativeTable-module__OPeE9W__table__content tr{display:contents}.ComparativeTable-module__OPeE9W__table__content th,.ComparativeTable-module__OPeE9W__table__content td{font-weight:inherit;background:0 0;border:0;margin:0}.ComparativeTable-module__OPeE9W__table__column{width:100%;height:100%;position:absolute}.ComparativeTable-module__OPeE9W__table__column--first{border-top:2px solid var(--gray-40);border-bottom:2px solid var(--gray-40);grid-area:2/1/auto/2}.ComparativeTable-module__OPeE9W__table__column--second{border-radius:var(--radius-xs);grid-area:1/2/auto/3;box-shadow:0 1px 10px #26374614}.ComparativeTable-module__OPeE9W__table__column--others{border-top:2px solid var(--gray-40);border-bottom:2px solid var(--gray-40);grid-area:2/3/auto/5}.ComparativeTable-module__OPeE9W__table__emptyHeader{grid-column:1/2}.ComparativeTable-module__OPeE9W__table__revelHeader{grid-column:2/3}.ComparativeTable-module__OPeE9W__table__revelHeader img{width:60px;height:auto}.ComparativeTable-module__OPeE9W__table__textHeader{padding:0 var(--space-2xs);display:flex}.ComparativeTable-module__OPeE9W__table__textHeader--desktop{display:none}.ComparativeTable-module__OPeE9W__table__textCell{text-align:left}.ComparativeTable-module__OPeE9W__table__content th.ComparativeTable-module__OPeE9W__table__textCell{padding:0 var(--space-xs)}.ComparativeTable-module__OPeE9W__textCell__text--desktop,.ComparativeTable-module__OPeE9W__table__textCell__icon{display:none}.ComparativeTable-module__OPeE9W__cta a{width:100%}@media screen and (min-width:575px){.ComparativeTable-module__OPeE9W__table__revelHeader img{width:80px}}@media screen and (min-width:992px){.ComparativeTable-module__OPeE9W__text{padding-top:0}.ComparativeTable-module__OPeE9W__text p{text-align:center}.ComparativeTable-module__OPeE9W__table{grid-template-rows:54px repeat(11,1fr);grid-template-columns:400px 184px repeat(2,200px);margin:0 auto}.ComparativeTable-module__OPeE9W__table__column--first{border-left:2px solid var(--gray-40);border-bottom-left-radius:var(--radius-xs);border-top-left-radius:var(--radius-xs)}.ComparativeTable-module__OPeE9W__table__column--others{border-right:2px solid var(--gray-40);border-bottom-right-radius:var(--radius-xs);border-top-right-radius:var(--radius-xs)}.ComparativeTable-module__OPeE9W__table__revelHeader img{width:120px}.ComparativeTable-module__OPeE9W__table__textHeader--mobile{display:none}.ComparativeTable-module__OPeE9W__table__textHeader--desktop{display:flex}.ComparativeTable-module__OPeE9W__table__textHeader{padding:0 var(--space-xs)}.ComparativeTable-module__OPeE9W__table__content th.ComparativeTable-module__OPeE9W__table__textCell{padding:calc(var(--space-lg) / 2) var(--space-sm)}.ComparativeTable-module__OPeE9W__textCell__text--mobile{display:none}.ComparativeTable-module__OPeE9W__textCell__text--desktop{display:flex}.ComparativeTable-module__OPeE9W__table__textCell__icon{display:block}.ComparativeTable-module__OPeE9W__cta{align-items:center}.ComparativeTable-module__OPeE9W__cta a{width:fit-content}}
.DocumentsRetrieverTestFormTrigger-module__R7yFnq__documentsRetriever__alert{border-radius:var(--space-tiny);background-color:#f5f8ff}.DocumentsRetrieverTestFormTrigger-module__R7yFnq__documentsRetriever__alert__icon{flex-shrink:0;width:40px;height:40px}.DocumentsRetrieverTestFormTrigger-module__R7yFnq__documentsRetriever__info__icon{background-color:var(--green-20);border-radius:50%;min-width:24px;height:24px}
.CountryHero-module__2s_U9a__hero__bg{padding-top:var(--space-sm);margin-top:48px;position:relative;overflow:hidden}.CountryHero-module__2s_U9a__hero__bg:after{content:"";z-index:-1;background:url(/V2/images/landings/espana/gradient.webp) 50%/cover no-repeat;width:100%;height:100%;position:absolute}.CountryHero-module__2s_U9a__hero__content{gap:var(--space-xs)}.CountryHero-module__2s_U9a__hero__images--desktop{display:none}.CountryHero-module__2s_U9a__hero__content h1{max-width:343px}.CountryHero-module__2s_U9a__hero__images--mobile{height:358px}.CountryHero-module__2s_U9a__hero__image{width:612px;position:absolute;left:50%;transform:translate(-50%)}.CountryHero-module__2s_U9a__hero__image img{width:100%;height:auto}@media screen and (min-width:992px){.CountryHero-module__2s_U9a__hero__bg{overflow:visible}.CountryHero-module__2s_U9a__hero__bg:after{background-position:100%;background-size:contain;height:125%}.CountryHero-module__2s_U9a__hero__content h1{max-width:100%}.CountryHero-module__2s_U9a__hero__image{position:relative}.CountryHero-module__2s_U9a__hero__content{gap:var(--space-sm);width:50%}.CountryHero-module__2s_U9a__hero__images--desktop{width:45%;display:flex}.CountryHero-module__2s_U9a__hero__description{max-width:552px}.CountryHero-module__2s_U9a__hero__images--mobile{display:none}}@media screen and (min-width:1200px){.CountryHero-module__2s_U9a__hero__bg{margin-top:var(--space-xl);padding-top:var(--space-xl)}.CountryHero-module__2s_U9a__hero__bg:after{background-position:right 15% center}}@media screen and (min-width:1350px){.CountryHero-module__2s_U9a__hero__bg:after{height:150%}}@media screen and (min-width:2150px){.CountryHero-module__2s_U9a__hero__bg:after{background-position:right 22% center}}
.DocumentsRetrieverConfirmation-module__LGwE3q__modal__buttons{width:100%}.DocumentsRetrieverConfirmation-module__LGwE3q__modal__buttons>div{text-wrap-mode:nowrap;flex:1}
@media screen and (min-width:992px){.LocationFaqs-module__xwRxEq__faqs{max-width:992px;margin:0 auto}}@media screen and (min-width:1000px){.LocationFaqs-module__xwRxEq__faqs{max-width:992px}}@media screen and (min-width:1200px){.LocationFaqs-module__xwRxEq__faqs{max-width:1000px}}@media screen and (min-width:1660px){.LocationFaqs-module__xwRxEq__faqs{max-width:1200px}}
@media screen and (min-width:992px){.DocumentsTimeout-module__I6niHa__modalTimeout{margin-bottom:var(--space-lg)}}
.Requirements-module__yk_ina__requirements{background:linear-gradient(180deg, var(--Colors-Mint-20,#ccfff8a8) 0%, var(--colors-blue-sale-20,#cce3ffa8) 103.66%)}.Requirements-module__yk_ina__requirements__content{max-width:984px;margin-inline:auto}.Requirements-module__yk_ina__requirements__badge{border-radius:var(--radius-md);padding:var(--radius-sm) var(--radius-md);background-color:#fff;box-shadow:0 4px 24px #26374614}.Requirements-module__yk_ina__requirements__badge__icon{background-color:var(--mint-20);border-radius:var(--radius-lg);padding:var(--radius-xxs)}.Requirements-module__yk_ina__requirements__cta a{width:100%}@media screen and (min-width:992px){.Requirements-module__yk_ina__requirements__cta{align-items:center}.Requirements-module__yk_ina__requirements__cta a{width:fit-content}}
.DocumentsRetrieverTestForm-module__GMW7Ha__separator{background-color:var(--gray-40);width:100%;height:1px}.DocumentsRetrieverTestForm-module__GMW7Ha__iframeWrapper{height:100%;overflow-y:auto}.DocumentsRetrieverTestForm-module__GMW7Ha__iframeWrapper iframe{border:none;width:100%;height:90dvh;display:block;overflow-y:scroll}.DocumentsRetrieverTestForm-module__GMW7Ha__documentTimeout{height:100vh;position:relative;top:-48px}@media (min-width:575px){.DocumentsRetrieverTestForm-module__GMW7Ha__iframeWrapper{border-bottom-left-radius:var(--space-xs);border-bottom-right-radius:var(--space-xs);overflow:hidden}.DocumentsRetrieverTestForm-module__GMW7Ha__documentTimeout{height:fit-content;display:block;position:static}}@media (min-width:1024px){.DocumentsRetrieverTestForm-module__GMW7Ha__iframeWrapper iframe{height:80dvh}}
.CarInfoDetails-module__smKGWq__car-info__details{gap:var(--space-modulor);flex-wrap:wrap;display:flex}.CarInfoDetails-module__smKGWq__car-info__details--center{justify-content:center}.CarInfoDetails-module__smKGWq__car-info__details>div:not(:last-of-type):after{content:"·";letter-spacing:0;font-size:12px;line-height:1.3;font-family:var(--roboto);font-weight:400}.CarInfoDetails-module__smKGWq__details__car-color{border-radius:50%;width:16px;height:16px}.CarInfoDetails-module__smKGWq__details__eco img{object-fit:cover;width:100%;height:100%}
.Categories-module__m0bwea__categories{border-bottom:1px solid var(--gray-40);width:100%;overflow:scroll}.Categories-module__m0bwea__categories .Categories-module__m0bwea__item{cursor:pointer;border-bottom:4px solid #0000;flex-shrink:0;padding-block-end:var(--space-md)}.Categories-module__m0bwea__categories::-webkit-scrollbar{display:none}.Categories-module__m0bwea__categories .Categories-module__m0bwea__item:first-child{margin-left:0}.Categories-module__m0bwea__categories .Categories-module__m0bwea__item:hover{border-bottom:4px solid var(--black)}.Categories-module__m0bwea__categories .Categories-module__m0bwea__item:hover span{color:var(--black)}.Categories-module__m0bwea__categories__dropdown__scroll{width:100vw;margin-left:calc(50% - 50vw);animation:.3s ease-out forwards Categories-module__m0bwea__dropdownOpen;overflow:auto hidden}.Categories-module__m0bwea__categories__dropdown__scroll::-webkit-scrollbar{display:none}.Categories-module__m0bwea__categories__dropdown--closing{animation:.3s ease-out forwards Categories-module__m0bwea__dropdownClose}.Categories-module__m0bwea__categories__dropdown{gap:var(--space-lg);background:var(--gray-30);border-radius:0 0 var(--radius-md) var(--radius-md);padding-inline:var(--space-xs);flex-wrap:nowrap;row-gap:0;width:max-content}.Categories-module__m0bwea__categories .Categories-module__m0bwea__item--active{border-bottom:4px solid var(--black)}.Categories-module__m0bwea__categories .Categories-module__m0bwea__item--active span{color:var(--black)}.Categories-module__m0bwea__categories__dropdown__item{cursor:pointer;border-bottom:4px solid #0000;flex-shrink:0;height:76px}.Categories-module__m0bwea__categories__dropdown__item:hover{border-bottom:4px solid var(--black)}.Categories-module__m0bwea__categories__dropdown__item:hover span{color:var(--black)}@media screen and (min-width:768px){.Categories-module__m0bwea__categories{justify-content:center}.Categories-module__m0bwea__categories__dropdown{justify-content:center;width:100%}.Categories-module__m0bwea__categories__dropdown__scroll{width:auto;margin-left:0}.Categories-module__m0bwea__categories .Categories-module__m0bwea__item:first-child:hover{border-bottom:4px solid var(--black)}.Categories-module__m0bwea__categories .Categories-module__m0bwea__item:not(:first-child){margin-left:var(--space-lg)}.Categories-module__m0bwea__categories__dropdown{flex-wrap:wrap}}@keyframes Categories-module__m0bwea__dropdownOpen{0%{opacity:0;max-height:0}to{opacity:1;max-height:200px}}@keyframes Categories-module__m0bwea__dropdownClose{0%{opacity:1;max-height:200px}to{opacity:0;max-height:0}}
.CarTable-module__xYSHMa__car-table{width:100%;margin-block-end:var(--space-sm)}.CarTable-module__xYSHMa__car-table tr{justify-content:space-between;gap:var(--space-xs);padding-block:var(--space-tiny);border-block-start:1px solid var(--gray-40);display:flex}.CarTable-module__xYSHMa__car-table--last-border:last-child{border-block-end:1px solid var(--gray-40)}.CarTable-module__xYSHMa__car-table th{text-align:start}.CarTable-module__xYSHMa__car-table td{text-align:end}.CarTable-module__xYSHMa__car-table td>div{text-align:start}
.PostsGrid-module__rJvP-q__grid__container{grid-template-columns:repeat(1,minmax(0,1fr));gap:40px 16px;display:grid}@media screen and (min-width:576px){.PostsGrid-module__rJvP-q__grid__container{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (min-width:1201px){.PostsGrid-module__rJvP-q__grid__container{grid-template-columns:repeat(3,minmax(0,1fr))}}.PostsGrid-module__rJvP-q__post__container{gap:var(--space-xs);flex-direction:column;display:flex;overflow:hidden}.PostsGrid-module__rJvP-q__post__image{width:100%;height:256px}.PostsGrid-module__rJvP-q__post__image img{object-fit:contain;border-radius:var(--space-tiny);height:100%;overflow:hidden}.PostsGrid-module__rJvP-q__post__opening{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.PostsGrid-module__rJvP-q__pagination__container{margin-top:var(--space-xl,48px);justify-content:center;align-items:center;width:100%;display:flex}.PostsGrid-module__rJvP-q__pagination__item,.PostsGrid-module__rJvP-q__pagination__arrow{border-radius:var(--space-modulor);cursor:pointer;background:0 0;justify-content:center;align-items:center;min-width:30px;height:32px;transition:all .2s;display:flex}.PostsGrid-module__rJvP-q__pagination__item--active{color:var(--black);background-color:var(--mint-100);cursor:default}.PostsGrid-module__rJvP-q__pagination__item--dots{cursor:default;color:var(--black)}.PostsGrid-module__rJvP-q__pagination__arrow:disabled{opacity:.3;cursor:not-allowed}.PostsGrid-module__rJvP-q__post__mainauthor{justify-content:flex-start;align-items:center;gap:var(--space-tiny);margin-top:var(--space-xs);display:flex}.PostsGrid-module__rJvP-q__post__mainauthor__image{border-radius:50%;width:35px;height:35px;overflow:hidden}.PostsGrid-module__rJvP-q__post__mainauthor__image img{object-fit:cover;width:100%;height:100%}
.Locations-module__4U2z3q__locations__map--desktop{display:none}.Locations-module__4U2z3q__locations__map img{width:100%;max-width:500px;height:auto}@media (min-width:768px){.Locations-module__4U2z3q__locations{align-items:flex-start;gap:var(--space-sm);flex-direction:row}.Locations-module__4U2z3q__locations__content{gap:var(--space-sm);width:100%}.Locations-module__4U2z3q__locations__map{width:65%}.Locations-module__4U2z3q__locations__map--mobile{display:none}.Locations-module__4U2z3q__locations__map--desktop{display:block}}
.page-module__rWATKG__auther__section{text-align:center;flex-direction:column;align-items:center;width:100%;max-width:695px;margin-inline:auto;padding:60px 0;display:flex}.page-module__rWATKG__authors__group{margin-bottom:var(--space-sm);justify-content:center;align-items:center;display:flex}.page-module__rWATKG__author__item{border:solid var(--white) 4px;border-radius:50%;width:100px;height:100px;margin-left:-30px;transition:transform .2s;position:relative;overflow:hidden;box-shadow:0 4px 6px #0000000d}.page-module__rWATKG__author__item:first-child{margin-left:0}.page-module__rWATKG__author__item img{object-fit:cover;width:100%;height:100%}.page-module__rWATKG__pre__footer{background-color:var(--gray-100);width:100%;padding:var(--space-md);border-radius:var(--space-sm);gap:var(--space-xs);background-image:url(/images/blog/blog_background.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;flex-direction:column;display:flex;position:relative}.page-module__rWATKG__pre__footer__image{width:100%}.page-module__rWATKG__pre__footer__image img{max-width:100%}@media (min-width:992px){.page-module__rWATKG__pre__footer__image{max-width:532px;position:absolute;top:20px;right:46px}}@media (min-width:1200px){.page-module__rWATKG__pre__footer__image{max-width:800px;top:0;right:8px}}@media (min-width:1660px){.page-module__rWATKG__pre__footer__image{max-width:1050px;top:-40px;right:4px}}.page-module__rWATKG__pre__footer__item{gap:var(--space-tiny);flex-direction:column;width:100%;max-width:370px;display:flex}
.ConfirmCarInfo-module__G1tM_q__car-info__image-container{height:130px;border-radius:var(--space-xs);background:linear-gradient(98deg,#edf2ff 0%,#e6fffc 100%);justify-content:center;align-items:center;margin-block-end:var(--space-xs);display:flex}.ConfirmCarInfo-module__G1tM_q__car-info__image-container__image{width:211px}.ConfirmCarInfo-module__G1tM_q__car-info__image-container__image>img{object-fit:cover;width:100%}
