.Navbar-module___rHu7W__navbar{height:var(--navbar-h);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border);z-index:500;background:#ffffffeb;position:fixed;top:0;left:0;right:0}.Navbar-module___rHu7W__inner{justify-content:space-between;align-items:center;gap:32px;height:100%;display:flex}.Navbar-module___rHu7W__brand{flex-shrink:0;align-items:center;gap:10px;text-decoration:none;display:flex}.Navbar-module___rHu7W__logoMark{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);width:40px;height:40px;color:var(--primary-text);border-radius:12px;justify-content:center;align-items:center;font-size:1.1rem;font-weight:900;display:flex;box-shadow:0 4px 12px #ecae1d59}.Navbar-module___rHu7W__logoText{flex-direction:column;line-height:1.1;display:flex}.Navbar-module___rHu7W__logoName{color:var(--text-primary);letter-spacing:-.02em;font-size:1.05rem;font-weight:800}.Navbar-module___rHu7W__logoSub{color:var(--text-muted);font-size:.68rem;font-weight:600}.Navbar-module___rHu7W__navLinks{flex:1;justify-content:center;align-items:center;gap:4px;display:flex}.Navbar-module___rHu7W__navLink{color:var(--text-secondary);white-space:nowrap;border-radius:10px;padding:8px 16px;font-size:.9rem;font-weight:600;transition:all .2s}.Navbar-module___rHu7W__navLink:hover,.Navbar-module___rHu7W__navLinkActive{background:var(--primary-bg);color:var(--primary-dark)}.Navbar-module___rHu7W__navRight{flex-shrink:0;align-items:center;gap:10px;display:flex}.Navbar-module___rHu7W__notifBtn{background:var(--bg);width:40px;height:40px;color:var(--text-secondary);border-radius:10px;justify-content:center;align-items:center;transition:all .2s;display:flex;position:relative}.Navbar-module___rHu7W__notifBtn:hover{background:var(--primary-bg);color:var(--primary)}.Navbar-module___rHu7W__notifDot{background:#ef4444;border:2px solid #fff;border-radius:50%;width:8px;height:8px;position:absolute;top:8px;right:8px}.Navbar-module___rHu7W__loginBtn{border:1.5px solid var(--primary-dark);color:var(--primary-dark);cursor:pointer;background:0 0;border-radius:12px;padding:9px 22px;font-family:inherit;font-size:.875rem;font-weight:700;transition:all .2s}.Navbar-module___rHu7W__loginBtn:hover{background:var(--primary-bg)}.Navbar-module___rHu7W__registerBtn{background:var(--primary);color:var(--primary-text);cursor:pointer;border:none;border-radius:12px;padding:9px 22px;font-family:inherit;font-size:.875rem;font-weight:700;transition:all .2s;box-shadow:0 4px 12px #ecae1d59}.Navbar-module___rHu7W__registerBtn:hover{background:var(--primary-light);transform:translateY(-1px);box-shadow:0 6px 16px #ecae1d73}.Navbar-module___rHu7W__hamburger{color:var(--text-primary);border-radius:8px;flex-direction:column;gap:5px;padding:8px;transition:background .2s;display:none}.Navbar-module___rHu7W__hamburger:hover{background:var(--bg)}.Navbar-module___rHu7W__drawer{top:var(--navbar-h);border-bottom:1px solid var(--border);box-shadow:var(--shadow-md);z-index:490;background:#fff;flex-direction:column;gap:8px;padding:16px 24px 24px;display:none;position:fixed;left:0;right:0}.Navbar-module___rHu7W__drawerOpen{display:flex}.Navbar-module___rHu7W__drawerLink{color:var(--text-secondary);border-radius:10px;padding:12px 16px;font-size:.95rem;font-weight:600;transition:all .15s}.Navbar-module___rHu7W__drawerLink:hover{background:var(--primary-bg);color:var(--primary)}.Navbar-module___rHu7W__drawerDivider{background:var(--border);height:1px;margin:8px 0}.Navbar-module___rHu7W__drawerButtons{gap:10px;margin-top:4px;display:flex}.Navbar-module___rHu7W__drawerButtons .Navbar-module___rHu7W__loginBtn,.Navbar-module___rHu7W__drawerButtons .Navbar-module___rHu7W__registerBtn{text-align:center;flex:1}@media (max-width:900px){.Navbar-module___rHu7W__navLinks,.Navbar-module___rHu7W__loginBtn,.Navbar-module___rHu7W__registerBtn,.Navbar-module___rHu7W__notifBtn{display:none}.Navbar-module___rHu7W__hamburger{display:flex}}
.HeroSection-module__yS5m3G__hero{padding-top:var(--navbar-h);background:linear-gradient(135deg,#eef3ff 0%,#f0f7ff 50%,#e8f4ff 100%);position:relative;overflow:hidden}.HeroSection-module__yS5m3G__hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#1a4fd814 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;top:-100px;right:-100px}.HeroSection-module__yS5m3G__hero:after{content:"";pointer-events:none;background:radial-gradient(circle,#ecae1d1a 0%,#0000 70%);border-radius:50%;width:360px;height:360px;position:absolute;bottom:-80px;left:-80px}.HeroSection-module__yS5m3G__inner{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:48px;padding:72px 24px 80px;display:grid;position:relative}.HeroSection-module__yS5m3G__tagline{background:var(--primary-bg);color:var(--primary-dark);letter-spacing:.03em;border:1px solid #ecae1d59;border-radius:99px;align-items:center;gap:8px;margin-bottom:20px;padding:6px 14px;font-size:.78rem;font-weight:700;display:inline-flex}.HeroSection-module__yS5m3G__taglineDot{background:var(--primary-dark);border-radius:50%;width:8px;height:8px;animation:1.4s infinite HeroSection-module__yS5m3G__blink}@keyframes HeroSection-module__yS5m3G__blink{0%,to{opacity:1}50%{opacity:.3}}.HeroSection-module__yS5m3G__title{color:var(--text-primary);letter-spacing:-.03em;margin-bottom:20px;font-size:3rem;font-weight:900;line-height:1.1}.HeroSection-module__yS5m3G__titleAccent{color:var(--primary-dark);position:relative}.HeroSection-module__yS5m3G__subtitle{color:var(--text-secondary);max-width:480px;margin-bottom:36px;font-size:1.1rem;font-weight:500;line-height:1.7}.HeroSection-module__yS5m3G__searchRow{border:1.5px solid var(--border);box-shadow:var(--shadow-md);background:#fff;border-radius:16px;align-items:center;gap:12px;max-width:520px;margin-bottom:32px;padding:6px 6px 6px 20px;transition:all .25s;display:flex}.HeroSection-module__yS5m3G__searchRow:focus-within{border-color:var(--primary);box-shadow:0 0 0 4px #ecae1d26, var(--shadow-md);background:#fff}.HeroSection-module__yS5m3G__searchIcon{color:var(--text-muted);flex-shrink:0;align-items:center;display:flex}.HeroSection-module__yS5m3G__searchInput{color:var(--text-primary);background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:.95rem;font-weight:500}.HeroSection-module__yS5m3G__searchInput::placeholder{color:var(--text-muted);font-weight:400}.HeroSection-module__yS5m3G__searchBtn{background:var(--primary);color:var(--primary-text);cursor:pointer;border:none;border-radius:12px;flex-shrink:0;padding:11px 22px;font-family:inherit;font-size:.9rem;font-weight:700;transition:background .2s}.HeroSection-module__yS5m3G__searchBtn:hover{background:var(--primary-light)}.HeroSection-module__yS5m3G__badges{flex-wrap:wrap;align-items:center;gap:20px;display:flex}.HeroSection-module__yS5m3G__badge{color:var(--text-secondary);align-items:center;gap:8px;font-size:.82rem;font-weight:600;display:flex}.HeroSection-module__yS5m3G__badgeIcon{font-size:1rem}.HeroSection-module__yS5m3G__badgeDivider{background:var(--border);width:1px;height:18px}.HeroSection-module__yS5m3G__imgWrap{justify-content:center;align-items:center;display:flex;position:relative}.HeroSection-module__yS5m3G__heroImg{width:100%;max-width:500px;box-shadow:var(--shadow-lg);object-fit:cover;border-radius:28px}.HeroSection-module__yS5m3G__floatCard{border:1px solid var(--border);box-shadow:var(--shadow-md);background:#fff;border-radius:14px;align-items:center;gap:10px;padding:10px 16px;animation:3s ease-in-out infinite HeroSection-module__yS5m3G__float;display:flex;position:absolute}.HeroSection-module__yS5m3G__floatCard1{animation-delay:0s;top:20px;left:-20px}.HeroSection-module__yS5m3G__floatCard2{animation-delay:1.5s;bottom:40px;right:-20px}@keyframes HeroSection-module__yS5m3G__float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.HeroSection-module__yS5m3G__floatEmoji{font-size:1.4rem}.HeroSection-module__yS5m3G__floatText{color:var(--text-primary);font-size:.8rem;font-weight:700}.HeroSection-module__yS5m3G__floatSub{color:var(--text-muted);font-size:.68rem;font-weight:500}.HeroSection-module__yS5m3G__statsStrip{z-index:2;background:linear-gradient(135deg,#c68b0f 0%,#ecae1d 60%,#f5c842 100%);padding:28px 24px;position:relative}.HeroSection-module__yS5m3G__statsInner{flex-wrap:wrap;justify-content:space-around;align-items:center;gap:20px;display:flex}.HeroSection-module__yS5m3G__statItem{color:var(--primary-text);flex-direction:column;align-items:center;gap:2px;display:flex}.HeroSection-module__yS5m3G__statNum{color:var(--primary-text);font-size:1.8rem;font-weight:900;line-height:1}.HeroSection-module__yS5m3G__statDesc{opacity:.65;font-size:.82rem;font-weight:600}.HeroSection-module__yS5m3G__statDiv{background:#1a1f3626;width:1px;height:40px}@media (max-width:900px){.HeroSection-module__yS5m3G__inner{text-align:center;grid-template-columns:1fr;padding:48px 24px 56px}.HeroSection-module__yS5m3G__title{font-size:2.2rem}.HeroSection-module__yS5m3G__subtitle{margin:0 auto 32px}.HeroSection-module__yS5m3G__searchRow{max-width:100%}.HeroSection-module__yS5m3G__badges{justify-content:center}.HeroSection-module__yS5m3G__imgWrap{display:none}.HeroSection-module__yS5m3G__statsInner{gap:28px 40px}.HeroSection-module__yS5m3G__statDiv{display:none}}@media (max-width:480px){.HeroSection-module__yS5m3G__title{font-size:1.75rem}.HeroSection-module__yS5m3G__tagline{font-size:.72rem}}
.ServiceGrid-module__uZxEuq__section{background:#fff;padding:80px 24px}.ServiceGrid-module__uZxEuq__sectionInner{flex-direction:column;gap:48px;display:flex}.ServiceGrid-module__uZxEuq__sectionHead{text-align:center;flex-direction:column;align-items:center;gap:12px;display:flex}.ServiceGrid-module__uZxEuq__sectionEyebrow{letter-spacing:.08em;color:var(--primary-dark);background:var(--primary-bg);text-transform:uppercase;border-radius:99px;align-items:center;gap:8px;padding:6px 14px;font-size:.78rem;font-weight:700;display:inline-flex}.ServiceGrid-module__uZxEuq__sectionTitle{color:var(--text-primary);letter-spacing:-.02em;font-size:2rem;font-weight:900}.ServiceGrid-module__uZxEuq__sectionSub{color:var(--text-secondary);max-width:540px;font-size:1rem;font-weight:500;line-height:1.65}.ServiceGrid-module__uZxEuq__grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.ServiceGrid-module__uZxEuq__card{text-align:center;background:var(--bg);border:1.5px solid var(--border);cursor:pointer;border-radius:24px;flex-direction:column;align-items:center;gap:14px;padding:32px 20px;transition:all .28s cubic-bezier(.4,0,.2,1);display:flex}.ServiceGrid-module__uZxEuq__card:hover{box-shadow:var(--shadow-lg);background:#fff;border-color:#0000;transform:translateY(-6px)}.ServiceGrid-module__uZxEuq__iconBox{border-radius:20px;justify-content:center;align-items:center;width:64px;height:64px;transition:transform .25s;display:flex}.ServiceGrid-module__uZxEuq__card:hover .ServiceGrid-module__uZxEuq__iconBox{transform:scale(1.12)rotate(-3deg)}.ServiceGrid-module__uZxEuq__cardTitle{color:var(--text-primary);font-size:.95rem;font-weight:800}.ServiceGrid-module__uZxEuq__cardDesc{color:var(--text-secondary);font-size:.78rem;font-weight:500;line-height:1.55}.ServiceGrid-module__uZxEuq__cardLink{color:var(--primary-dark);opacity:0;align-items:center;gap:4px;margin-top:4px;font-size:.8rem;font-weight:700;transition:opacity .2s;display:inline-flex}.ServiceGrid-module__uZxEuq__card:hover .ServiceGrid-module__uZxEuq__cardLink{opacity:1}.ServiceGrid-module__uZxEuq__laporan{background:var(--bg-laporan);color:var(--color-laporan)}.ServiceGrid-module__uZxEuq__berita{background:var(--bg-berita);color:var(--color-berita)}.ServiceGrid-module__uZxEuq__layanan{background:var(--bg-layanan);color:var(--color-layanan)}.ServiceGrid-module__uZxEuq__dagangan{background:var(--bg-dagangan);color:var(--color-dagangan)}.ServiceGrid-module__uZxEuq__cctv{background:var(--bg-cctv);color:var(--color-cctv)}.ServiceGrid-module__uZxEuq__wifi{background:var(--bg-wifi);color:var(--color-wifi)}.ServiceGrid-module__uZxEuq__peta{background:var(--bg-peta);color:var(--color-peta)}.ServiceGrid-module__uZxEuq__lainnya{background:var(--bg-lainnya);color:var(--color-lainnya)}@media (max-width:1100px){.ServiceGrid-module__uZxEuq__grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:768px){.ServiceGrid-module__uZxEuq__grid{grid-template-columns:repeat(2,1fr)}.ServiceGrid-module__uZxEuq__sectionTitle{font-size:1.6rem}}@media (max-width:480px){.ServiceGrid-module__uZxEuq__grid{grid-template-columns:repeat(2,1fr);gap:12px}.ServiceGrid-module__uZxEuq__card{padding:24px 14px}}
.NewsSection-module__K5P2kW__section{background:#fff;padding:80px 24px}.NewsSection-module__K5P2kW__inner{flex-direction:column;gap:40px;display:flex}.NewsSection-module__K5P2kW__head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:24px;display:flex}.NewsSection-module__K5P2kW__eyebrow{letter-spacing:.08em;color:var(--primary);background:var(--primary-bg);text-transform:uppercase;border-radius:99px;align-items:center;gap:6px;margin-bottom:12px;padding:6px 14px;font-size:.78rem;font-weight:700;display:inline-flex}.NewsSection-module__K5P2kW__title{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:10px;font-size:2rem;font-weight:900}.NewsSection-module__K5P2kW__sub{color:var(--text-secondary);max-width:500px;font-size:.95rem;font-weight:500;line-height:1.65}.NewsSection-module__K5P2kW__viewAll{color:var(--primary);white-space:nowrap;border:1.5px solid var(--primary);border-radius:12px;flex-shrink:0;align-self:flex-end;padding:10px 22px;font-family:inherit;font-size:.875rem;font-weight:700;transition:all .2s}.NewsSection-module__K5P2kW__viewAll:hover{background:var(--primary-bg)}.NewsSection-module__K5P2kW__cards{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.NewsSection-module__K5P2kW__card{background:var(--bg);border:1.5px solid var(--border);cursor:pointer;border-radius:24px;flex-direction:column;gap:12px;padding:28px;transition:all .28s;display:flex}.NewsSection-module__K5P2kW__card:hover{box-shadow:var(--shadow-lg);background:#fff;border-color:#0000;transform:translateY(-4px)}.NewsSection-module__K5P2kW__cardTop{justify-content:space-between;align-items:center;display:flex}.NewsSection-module__K5P2kW__cat{letter-spacing:.03em;border-radius:99px;padding:4px 12px;font-size:.72rem;font-weight:800}.NewsSection-module__K5P2kW__blue{color:#2563eb;background:#eff6ff}.NewsSection-module__K5P2kW__green{color:#059669;background:#ecfdf5}.NewsSection-module__K5P2kW__orange{color:#ea580c;background:#fff7ed}.NewsSection-module__K5P2kW__red{color:#dc2626;background:#fef2f2}.NewsSection-module__K5P2kW__date{color:var(--text-muted);font-size:.75rem;font-weight:600}.NewsSection-module__K5P2kW__emoji{font-size:2rem}.NewsSection-module__K5P2kW__cardTitle{color:var(--text-primary);font-size:1rem;font-weight:800;line-height:1.4}.NewsSection-module__K5P2kW__cardExcerpt{color:var(--text-secondary);flex:1;font-size:.85rem;font-weight:500;line-height:1.65}.NewsSection-module__K5P2kW__cardFoot{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;padding-top:12px;display:flex}.NewsSection-module__K5P2kW__author,.NewsSection-module__K5P2kW__readTime{color:var(--text-muted);font-size:.75rem;font-weight:600}.NewsSection-module__K5P2kW__readBtn{color:var(--primary);cursor:pointer;text-align:left;background:0 0;border:none;padding:0;font-family:inherit;font-size:.82rem;font-weight:700;transition:letter-spacing .2s}.NewsSection-module__K5P2kW__readBtn:hover{letter-spacing:.02em}@media (max-width:900px){.NewsSection-module__K5P2kW__cards{grid-template-columns:repeat(2,1fr)}.NewsSection-module__K5P2kW__title{font-size:1.6rem}}@media (max-width:580px){.NewsSection-module__K5P2kW__cards{grid-template-columns:1fr}.NewsSection-module__K5P2kW__viewAll{align-self:flex-start}}
.EnvironmentStatus-module__KZJr1G__section{background:linear-gradient(#f7f9fc 0%,#eef3ff 100%);padding:80px 24px}.EnvironmentStatus-module__KZJr1G__inner{flex-direction:column;gap:48px;display:flex}.EnvironmentStatus-module__KZJr1G__head{text-align:center;flex-direction:column;align-items:center;gap:12px;display:flex}.EnvironmentStatus-module__KZJr1G__eyebrow{letter-spacing:.08em;color:var(--primary);background:var(--primary-bg);text-transform:uppercase;border-radius:99px;align-items:center;gap:6px;padding:6px 14px;font-size:.78rem;font-weight:700;display:inline-flex}.EnvironmentStatus-module__KZJr1G__title{color:var(--text-primary);letter-spacing:-.02em;font-size:2rem;font-weight:900}.EnvironmentStatus-module__KZJr1G__sub{color:var(--text-secondary);max-width:500px;font-size:1rem;font-weight:500;line-height:1.65}.EnvironmentStatus-module__KZJr1G__cards{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.EnvironmentStatus-module__KZJr1G__card{border:1.5px solid var(--border);box-shadow:var(--shadow-sm);background:#fff;border-radius:28px;flex-direction:column;gap:16px;padding:32px;transition:all .28s;display:flex}.EnvironmentStatus-module__KZJr1G__card:hover{box-shadow:var(--shadow-lg);border-color:#0000;transform:translateY(-4px)}.EnvironmentStatus-module__KZJr1G__cardTop{justify-content:space-between;align-items:center;display:flex}.EnvironmentStatus-module__KZJr1G__iconCircle{border-radius:18px;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.EnvironmentStatus-module__KZJr1G__droplet{background:var(--bg-laporan);color:var(--color-laporan)}.EnvironmentStatus-module__KZJr1G__wind{background:var(--bg-berita);color:var(--color-berita)}.EnvironmentStatus-module__KZJr1G__badge{letter-spacing:.03em;border-radius:99px;padding:6px 16px;font-size:.75rem;font-weight:800}.EnvironmentStatus-module__KZJr1G__success{color:#059669;background:#ecfdf5}.EnvironmentStatus-module__KZJr1G__warning{color:#d97706;background:#fef3c7}.EnvironmentStatus-module__KZJr1G__danger{color:#dc2626;background:#fef2f2}.EnvironmentStatus-module__KZJr1G__valueBlock{align-items:baseline;gap:8px;display:flex}.EnvironmentStatus-module__KZJr1G__bigValue{color:var(--text-primary);letter-spacing:-.03em;font-size:2.5rem;font-weight:900;line-height:1}.EnvironmentStatus-module__KZJr1G__valueLabel{color:var(--text-muted);font-size:.82rem;font-weight:600}.EnvironmentStatus-module__KZJr1G__cardTitle{color:var(--text-primary);font-size:1.1rem;font-weight:800}.EnvironmentStatus-module__KZJr1G__cardDesc{color:var(--text-secondary);font-size:.875rem;font-weight:500;line-height:1.6}.EnvironmentStatus-module__KZJr1G__metrics{border-top:1px solid var(--border);flex-direction:column;gap:8px;padding-top:8px;display:flex}.EnvironmentStatus-module__KZJr1G__metric{background:var(--bg);border-radius:10px;justify-content:space-between;align-items:center;padding:8px 12px;display:flex}.EnvironmentStatus-module__KZJr1G__metL{color:var(--text-muted);font-size:.8rem;font-weight:600}.EnvironmentStatus-module__KZJr1G__metV{color:var(--text-primary);font-size:.875rem;font-weight:700}@media (max-width:768px){.EnvironmentStatus-module__KZJr1G__cards{grid-template-columns:1fr}.EnvironmentStatus-module__KZJr1G__title{font-size:1.6rem}}
.Footer-module__Grjkva__footer{background:var(--primary);color:#fff;padding:64px 24px 0}.Footer-module__Grjkva__inner{flex-direction:column;gap:48px;display:flex}.Footer-module__Grjkva__grid{grid-template-columns:2fr 1fr 1fr 1.5fr;gap:48px;display:grid}.Footer-module__Grjkva__brandCol{flex-direction:column;gap:16px;display:flex}.Footer-module__Grjkva__brand{align-items:center;gap:12px;display:flex}.Footer-module__Grjkva__logoMark{background:#ffffff26;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.15rem;font-weight:900;display:flex}.Footer-module__Grjkva__logoName{font-size:1.1rem;font-weight:800;line-height:1}.Footer-module__Grjkva__logoSub{opacity:.5;margin-top:2px;font-size:.7rem;font-weight:500}.Footer-module__Grjkva__brandDesc{opacity:.65;max-width:300px;font-size:.875rem;font-weight:500;line-height:1.65}.Footer-module__Grjkva__socials{flex-wrap:wrap;gap:8px;display:flex}.Footer-module__Grjkva__socialBtn{color:#fffc;cursor:pointer;background:#ffffff1a;border:none;border-radius:8px;padding:6px 14px;font-family:inherit;font-size:.75rem;font-weight:600;transition:background .2s}.Footer-module__Grjkva__socialBtn:hover{color:#fff;background:#ffffff2e}.Footer-module__Grjkva__linkCol{flex-direction:column;gap:16px;display:flex}.Footer-module__Grjkva__colTitle{letter-spacing:.06em;text-transform:uppercase;opacity:.5;font-size:.82rem;font-weight:800}.Footer-module__Grjkva__linkCol ul{flex-direction:column;gap:10px;display:flex}.Footer-module__Grjkva__link{color:#ffffffb3;font-size:.875rem;font-weight:500;transition:color .2s}.Footer-module__Grjkva__link:hover{color:#fff}.Footer-module__Grjkva__contactList{flex-direction:column;gap:10px;display:flex}.Footer-module__Grjkva__contactItem{color:#ffffffa6;font-size:.82rem;font-weight:500;line-height:1.5}.Footer-module__Grjkva__bottom{border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:20px 0;display:flex}.Footer-module__Grjkva__copyright{opacity:.5;font-size:.8rem;font-weight:500}.Footer-module__Grjkva__bottomLinks{gap:20px;display:flex}.Footer-module__Grjkva__bottomLink{color:#ffffff80;font-size:.8rem;font-weight:600;transition:color .2s}.Footer-module__Grjkva__bottomLink:hover{color:#fffc}@media (max-width:1024px){.Footer-module__Grjkva__grid{grid-template-columns:1fr 1fr;gap:36px}.Footer-module__Grjkva__brandCol{grid-column:1/-1}}@media (max-width:580px){.Footer-module__Grjkva__grid{grid-template-columns:1fr;gap:28px}.Footer-module__Grjkva__bottom{text-align:center;flex-direction:column}.Footer-module__Grjkva__bottomLinks{flex-wrap:wrap;justify-content:center}}
