.locSkel{--sk-a:#e6efec;--sk-b:#f3f8f6;min-height:100vh;background:#fbfdfc}.locSkel__bar,.locSkel__card,.locSkel__chip,.locSkel__pill{display:block;background:linear-gradient(100deg,var(--sk-a) 30%,var(--sk-b) 50%,var(--sk-a) 70%);background-size:200% 100%;animation:locSkelShimmer 1.4s linear infinite;border-radius:10px}.locSkel__hero{height:520px;background:linear-gradient(180deg,#d7e5e0,#c3d6d0);display:flex;align-items:flex-end}.locSkel__hero .locSkel__bar,.locSkel__hero .locSkel__chip{--sk-a:hsla(0,0%,100%,.35);--sk-b:hsla(0,0%,100%,.6)}.locSkel__hero-inner,.locSkel__wrap{width:100%;max-width:1240px;margin:0 auto;padding:0 32px 40px}.locSkel__bar{height:16px;margin:10px 0}.locSkel__bar--xs{height:12px}.locSkel__bar--lg{height:26px}.locSkel__bar--xl{height:54px;border-radius:14px}.locSkel__chips{display:flex;gap:10px;margin-top:18px}.locSkel__chip{height:34px;border-radius:999px}.locSkel__nav{display:flex;gap:12px;max-width:1240px;margin:0 auto;padding:14px 32px;border-bottom:1px solid #e8efec}.locSkel__pill{height:30px;border-radius:999px}.locSkel__wrap{padding-top:40px}.locSkel__cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:16px}.locSkel__card{aspect-ratio:16/11;border-radius:20px}.locSkel__two{display:grid;grid-template-columns:1.3fr 1fr;gap:18px;margin-top:16px}.locSkel__card--wide{aspect-ratio:auto;height:300px}@keyframes locSkelShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:900px){.locSkel__hero{height:380px}.locSkel__cards{grid-template-columns:repeat(2,minmax(0,1fr))}.locSkel__two{grid-template-columns:1fr}.locSkel__hero-inner,.locSkel__nav,.locSkel__wrap{padding-left:16px;padding-right:16px}}@media (prefers-reduced-motion:reduce){.locSkel__bar,.locSkel__card,.locSkel__chip,.locSkel__pill{animation:none}}