:root{--landing-text: #f8f7f2;--landing-shadow: rgba(0, 0, 0, .36);--landing-overlay-residents: rgba(12, 57, 35, .56);--landing-overlay-visitors: rgba(4, 42, 73, .5);--landing-seal-size: clamp(112px, 21.6vw, 224px);--landing-cta-bottom: clamp(18px, 4vw, 34px);--landing-safe-top: max(18px, env(safe-area-inset-top));--landing-safe-bottom: max(18px, env(safe-area-inset-bottom))}*,*:before,*:after{box-sizing:border-box}html,body{width:100%;min-height:100%;margin:0}body{font-family:Montserrat,Segoe UI,sans-serif;background:#050505;color:var(--landing-text)}.landing{position:relative;min-height:100dvh;display:block;isolation:isolate;background:var(--landing-mobile-bg) center / cover no-repeat}.landing__half{position:absolute;bottom:calc(var(--landing-safe-bottom) + 10px);z-index:4;display:flex;align-items:flex-end;justify-content:center;text-decoration:none;color:inherit;width:50%;height:150px;padding:0 8px}.landing__media{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transform:scale(1.03);display:none}.landing__overlay{display:none}.landing__half--residents{left:0}.landing__half--visitors{right:0}.landing__cta{width:min(100%,190px);height:auto;filter:drop-shadow(0 6px 14px var(--landing-shadow))}.landing__logos{position:absolute;top:var(--landing-safe-top);left:50%;transform:translate(-50%);width:min(92vw,420px);display:flex;align-items:center;justify-content:center;gap:clamp(22px,8vw,56px);z-index:10}.landing__seal{width:clamp(86px,25.2vw,117px)}.landing__seal img{width:100%;height:auto;-o-object-fit:contain;object-fit:contain}.landing__brand{width:clamp(90px,27vw,140px)}.landing__brand img{width:100%;height:auto;-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 6px 14px var(--landing-shadow))}.landing__seal a,.landing__brand a{display:inline-block}@media(hover:hover)and (pointer:fine){.landing__half:hover .landing__media{transform:scale(1.09)}}@media(min-width:960px){.landing{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr;background:none}.landing__half{position:relative;bottom:auto;width:auto;height:auto;align-items:flex-end;justify-content:flex-start;overflow:hidden;padding:clamp(20px,5vw,56px)}.landing__media{display:block;transform:scale(1.03);transition:transform .38s ease}.landing__overlay{display:block;position:absolute;inset:0}.landing__half--residents .landing__overlay{background:linear-gradient(180deg,rgba(0,0,0,.22),var(--landing-overlay-residents))}.landing__half--visitors .landing__overlay{background:linear-gradient(180deg,rgba(0,0,0,.2),var(--landing-overlay-visitors))}.landing__half--residents .landing__cta{position:absolute;bottom:var(--landing-cta-bottom);left:clamp(10px,2.5vw,28px);max-width:clamp(140px,18vw,260px);width:auto}.landing__half--visitors{justify-content:flex-end}.landing__half--visitors .landing__cta{position:absolute;bottom:var(--landing-cta-bottom);left:auto;right:clamp(10px,2.5vw,28px);max-width:clamp(140px,18vw,260px);width:auto}.landing__logos{position:static;transform:none;width:auto;gap:0}.landing__seal{position:absolute;top:40%;left:50%;transform:translate(-50%,-50%);width:var(--landing-seal-size);z-index:10}.landing__brand{position:absolute;left:50%;bottom:var(--landing-cta-bottom);transform:translate(-50%);z-index:10;width:clamp(120px,18vw,210px)}}.residents-page{--residents-header-height: 74px;--residents-blue: #11a8d8;--residents-green: #248a2a;--residents-text-dark: #12334d;--residents-text-light: #f7f9fb;color:var(--residents-text-dark);background:#f2f4f6}.residents-container{width:min(100%,1060px);margin:0 auto;padding:0 16px}.residents-header{position:fixed;top:0;left:0;width:100%;height:var(--residents-header-height);background:#fffffff5;border-bottom:1px solid rgba(18,51,77,.15);z-index:100}.residents-header__inner{width:min(100%,1180px);margin:0 auto;height:100%;display:flex;align-items:center;justify-content:space-between;padding:0 16px;gap:12px}.residents-header__logo{width:clamp(112px,21vw,148px);height:auto;display:block}.residents-header__toggle{width:44px;height:44px;border:0;border-radius:8px;background:transparent;cursor:pointer;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:5px}.residents-header__toggle span{width:22px;height:2px;background:#0e5799;border-radius:1px}.residents-header__nav{position:absolute;top:calc(100% + 1px);left:0;width:100%;display:none;flex-direction:column;background:#fffffffa;border-bottom:1px solid rgba(18,51,77,.15);padding:8px 16px 14px}.residents-header__nav a{color:#0e5799;text-decoration:none;font-weight:700;font-size:.95rem;padding:12px 0}.residents-header.is-open .residents-header__nav{display:flex}.residents-hero{position:relative;margin-top:var(--residents-header-height);min-height:48vh;display:flex;align-items:center;background:var(--residents-hero-bg) center / cover no-repeat}.residents-hero__overlay{position:absolute;inset:0;background:linear-gradient(90deg,#00000073,#00000029)}.residents-hero__content{position:relative;z-index:1;width:min(100%,920px);margin:0 auto;padding:28px 16px 36px;display:flex;align-items:center;justify-content:center;gap:18px}.residents-hero__seal{width:clamp(106px,26vw,188px);height:auto}.residents-hero__copy{max-width:360px}.residents-hero__copy h1{margin:0;color:#fff;font-size:clamp(1.5rem,5.5vw,3rem);line-height:.98;text-transform:lowercase;font-weight:800}.residents-hero__line{display:block;width:84px;height:7px;background:#12a9d8;margin-top:16px}.residents-section{padding:40px 0}.residents-section[id]{scroll-margin-top:90px}.residents-section--blue{background:var(--residents-blue)}.residents-section--green{background:var(--residents-green)}.residents-section__head{display:flex;justify-content:flex-start;margin-bottom:18px}.residents-title-banner{width:min(100%,380px);height:auto}.residents-section__head--with-seal{align-items:center;gap:12px;flex-wrap:nowrap}.residents-section__head--with-seal .residents-title-banner{width:min(100%,300px)}.residents-title-seal{width:62px;height:auto;flex:0 0 auto}.residents-gallery{display:grid;width:100%;margin:0}.residents-gallery--five{grid-template-columns:repeat(5,1fr)}.residents-gallery--mosaic{display:block}.residents-gallery img{width:100%;height:clamp(68px,15vw,120px);-o-object-fit:cover;object-fit:cover;display:block}.residents-gallery--mosaic img{height:clamp(92px,20vw,168px)}.residents-section__text{margin:20px 0 0;font-size:.96rem;line-height:1.6;color:#1f4e6e}.residents-section__text--light{color:var(--residents-text-light)}.residents-info{display:block;margin-bottom:24px}.residents-info__seal{width:82px;height:auto}.residents-links-grid{margin-top:24px;display:grid;grid-template-columns:1fr;gap:12px}.residents-icon-link{display:flex;align-items:center;gap:10px;text-decoration:none;color:#0f93c5;font-weight:700}.residents-icon-link img{width:34px;height:34px}.residents-more{margin-top:22px}.residents-more h2{margin:0 0 12px;color:#318d2d;font-size:clamp(1.6rem,5.3vw,2.1rem);display:flex;align-items:center;gap:2cm}.residents-more h2:after{content:"";flex:1;height:5pt;background:#0e5799}.residents-more__actions{display:grid;grid-template-columns:1fr;gap:10px}.residents-download-btn{background:#12a9d8;color:#fff;text-decoration:none;font-weight:700;min-height:48px;padding:10px 14px;display:flex;align-items:center;justify-content:space-between;gap:10px}.residents-download-btn img{width:16px;height:16px}.residents-register-btn{margin-top:24px;display:inline-flex;align-items:center;justify-content:center;min-height:54px;width:100%;max-width:440px;background:#12a9d8;color:#fff;text-decoration:none;font-size:clamp(1.5rem,5vw,2.8rem);font-weight:500}.visitors-pay-links{margin-top:22px;display:grid;grid-template-columns:1fr;gap:10px}.visitors-pay-link{min-height:48px;padding:10px 0;background:transparent;color:#fff;text-decoration:none;display:inline-flex;align-items:center;gap:10px;font-weight:700;font-size:clamp(1.45rem,4.2vw,2.1rem)}.visitors-pay-link img,.visitors-pay-link--web img{width:56px;height:56px}.visitors-pay-link span{display:inline-block;border-bottom:6px solid #11a8d8;line-height:1.1;padding-bottom:6px}.visitors-pay-stores{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.visitors-store-link{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;padding:0;background:transparent;border-radius:0}.visitors-store-link img{width:clamp(70px,20vw,120px);height:auto;display:block}.visitors-page .residents-footer{background:#0057a8;border-top-color:#12a9d8}.visitors-page .residents-footer__copy p,.visitors-page .residents-footer__social a{color:#fff}.residents-footer{background:#eff1f3;border-top:26px solid #12a9d8;padding:30px 0}.residents-footer__inner{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;align-items:center}.residents-footer__copy{grid-column:1 / -1}.residents-footer__copy p{margin:0 0 14px;color:#155380;font-size:1.2rem;font-weight:700;max-width:300px}.residents-footer__social{display:flex;flex-wrap:wrap;gap:12px 18px}.residents-footer__social a{display:inline-flex;align-items:center;gap:8px;color:#155380;text-decoration:none;font-weight:600}.residents-footer__social img{width:24px;height:24px}.residents-footer__tupa img{width:78px;height:auto}.residents-footer__cairu img{width:112px;height:auto}@media(min-width:760px){.residents-header__toggle{display:none}.residents-header__nav{position:static;width:auto;display:flex;flex-direction:row;align-items:center;gap:clamp(16px,2vw,40px);border-bottom:0;background:transparent;padding:0}.residents-header__nav a{font-size:clamp(.86rem,1vw,1rem);white-space:nowrap;padding:0}.residents-hero{min-height:clamp(380px,52vw,600px)}.residents-hero__content{justify-content:flex-start;gap:26px;padding:42px 16px}.residents-section{padding:54px 0}.residents-info{grid-template-columns:94px 1fr}.residents-links-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 24px}.residents-more__actions{grid-template-columns:repeat(2,minmax(0,1fr))}.visitors-pay-links{grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;gap:20px}.visitors-pay-stores{justify-content:flex-start;gap:22px}.visitors-store-link img{width:clamp(85px,7.5vw,130px)}.residents-footer__inner{grid-template-columns:1fr auto auto;gap:14px 30px}.residents-footer__copy{grid-column:auto}.residents-footer__tupa,.residents-footer__cairu{justify-self:center}}.dynamic-page{--dynamic-header-height: 88px;--dynamic-footer-dark: #004f9e;--dynamic-text: #12334d;background:#f3f5f7;color:var(--dynamic-text);min-height:100dvh}.dynamic-page__header{position:sticky;top:0;z-index:60;background:#fffffff5;border-bottom:1px solid rgba(18,51,77,.16);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.dynamic-page__header-inner{width:min(100%,1200px);min-height:var(--dynamic-header-height);margin:0 auto;display:grid;grid-template-columns:84px 1fr 84px;align-items:center;gap:12px;padding:10px 14px}.dynamic-page__header-brand img,.dynamic-page__header-cairu img{width:100%;height:auto;-o-object-fit:contain;object-fit:contain}.dynamic-page__header-sector{text-align:center;color:#004f9e;font-size:clamp(1rem,2.8vw,1.5rem);font-weight:800;line-height:1.2}.dynamic-page__content{padding-bottom:24px}.dynamic-page__title{margin:0;font-size:clamp(1.6rem,4.4vw,2.5rem);color:#004f9e}.dynamic-page__summary{margin:10px 0 0;font-size:1rem;line-height:1.65}.dynamic-section{padding:28px 0}.dynamic-section__inner{width:min(100%,1100px);margin:0 auto;padding:0 16px}.section-heading h2{margin:0;font-size:clamp(1.4rem,3.8vw,2.4rem);line-height:1.2}.section-heading p{margin:8px 0 0;font-size:1rem}.section-heading--center{text-align:center}.section-rich-text{font-size:1rem;line-height:1.75}.section-rich-text--highlight{font-weight:600}.section-rich-text--quote{border-left:4px solid currentColor;padding-left:14px;font-style:italic}.section-image{margin:0;display:flex;flex-direction:column;width:100%}.section-image img{display:block;width:100%;height:auto}.section-image figcaption,.section-video figcaption{margin-top:8px;font-size:.9rem;opacity:.9}.section-image figcaption{width:100%;text-align:left}.section-image--contained{max-width:980px}.section-image--full{max-width:none}.section-image--left{margin-right:auto}.section-image--center{margin-left:auto;margin-right:auto}.section-image--right{margin-left:auto}.section-video video{width:100%;max-width:980px;display:block;margin:0 auto}.section-video__embed{position:relative;width:100%;max-width:980px;margin:0 auto;padding-top:56.25%}.section-video__embed iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.section-bullets h3{margin:0 0 10px;font-size:clamp(1.2rem,3.2vw,1.8rem)}.section-bullets ul{margin:0;padding-left:20px;display:grid;gap:8px}.section-bullets--two ul{grid-template-columns:1fr 1fr}.section-bullets li.is-highlight{font-weight:700}.section-hero{position:relative;min-height:clamp(280px,52vw,560px);display:flex;align-items:center;justify-content:center;background-position:center;background-size:cover;background-repeat:no-repeat;overflow:hidden}.section-hero__overlay{position:absolute;inset:0;background:#00000057}.section-hero__badge{position:absolute;right:24px;top:24px;width:clamp(84px,11vw,132px);z-index:2}.section-hero__content{position:relative;z-index:2;width:min(100%,980px);color:#fff;text-align:left;padding:0 16px}.section-hero__content h2{margin:0;font-size:clamp(1.8rem,4.6vw,3rem);line-height:1.15}.section-hero__content p{margin:12px 0 0;font-size:clamp(1rem,2.2vw,1.35rem)}.dynamic-page__footer{margin-top:20px;border-top:1px solid rgba(0,0,0,.06)}.dynamic-page__footer-inner{width:min(100%,1120px);margin:0 auto;padding:24px 16px;display:grid;gap:18px;align-items:center;grid-template-columns:1fr 1fr}.dynamic-page__footer-copy p{margin:0;max-width:420px;font-size:1rem;line-height:1.45;font-weight:700}.dynamic-page__footer-copy{grid-column:1 / -1}.dynamic-page__footer-tupa,.dynamic-page__footer-cairu{justify-self:center}.dynamic-page__footer-social{margin-top:12px;display:flex;flex-wrap:wrap;gap:14px}.dynamic-page__footer-social a{display:inline-flex;align-items:center;gap:8px;color:inherit;text-decoration:none;font-weight:600}.dynamic-page__footer-social img{width:22px;height:22px;-o-object-fit:contain;object-fit:contain}.dynamic-page__footer-tupa img{width:clamp(90px,16vw,132px)}.dynamic-page__footer-cairu img{width:clamp(126px,22vw,186px)}@media(max-width:959px){.dynamic-page__footer-cairu img{width:clamp(108px,19vw,156px)}}.dynamic-page__footer--light{background:#fff;color:#145085}.dynamic-page__footer--dark{background:var(--dynamic-footer-dark);color:#fff}@media(min-width:960px){.dynamic-page__header-inner{grid-template-columns:110px 1fr 110px;padding:14px 18px}.dynamic-page__footer-inner{grid-template-columns:1.3fr auto auto}}@media(max-width:600px){.section-bullets--two ul{grid-template-columns:1fr}}
