.Header-module__HmnIjW__header{-webkit-backdrop-filter:blur(16px);z-index:1000;width:100%;height:80px;transition:var(--transition-smooth);background-color:#ffffffb3;border-bottom:1px solid #e2e8f080;align-items:center;display:flex;position:fixed;top:0;left:0}.Header-module__HmnIjW__container{justify-content:space-between;align-items:center;width:100%;max-width:1280px;margin:0 auto;padding:0 24px;display:flex}.Header-module__HmnIjW__brand{color:var(--color-primary-dark);cursor:pointer;letter-spacing:-.5px;font-size:1.25rem;font-weight:800}.Header-module__HmnIjW__nav{gap:24px;display:flex}.Header-module__HmnIjW__navLink{color:#475569;cursor:pointer;transition:var(--transition-fast);background:0 0;border:none;outline:none;padding:8px 12px;font-family:inherit;font-size:.9rem;font-weight:600;position:relative}.Header-module__HmnIjW__navLink:hover{color:var(--color-primary)}.Header-module__HmnIjW__navLink.Header-module__HmnIjW__active{color:var(--color-primary-dark)}.Header-module__HmnIjW__navLink:after{content:"";background-color:var(--color-primary);height:2px;transition:var(--transition-fast);position:absolute;bottom:0;left:12px;right:12px;transform:scaleX(0)}.Header-module__HmnIjW__navLink.Header-module__HmnIjW__active:after{transform:scaleX(1)}.Header-module__HmnIjW__actions{align-items:center;gap:16px;display:flex}.Header-module__HmnIjW__searchWrapper{align-items:center;display:flex;position:relative}.Header-module__HmnIjW__searchInput{width:200px;color:var(--color-text-dark);transition:var(--transition-smooth);background-color:#f1f3e9;border:1px solid #cbd5e166;border-radius:20px;outline:none;padding:8px 36px 8px 16px;font-family:inherit;font-size:.85rem}.Header-module__HmnIjW__searchInput:focus{background-color:var(--color-bg-white);border-color:var(--color-primary-light);width:240px;box-shadow:0 0 0 3px #0b51301a}.Header-module__HmnIjW__searchIcon{color:var(--color-text-muted);pointer-events:none;position:absolute;right:12px}.Header-module__HmnIjW__loginBtn{background-color:var(--color-lime);color:var(--color-lime-text);cursor:pointer;transition:var(--transition-smooth);border:1px solid #a3e6354d;border-radius:20px;padding:8px 24px;font-family:inherit;font-size:.9rem;font-weight:700;text-decoration:none;display:inline-block}.Header-module__HmnIjW__loginBtn:hover{background-color:var(--color-lime-hover);transform:translateY(-1px);box-shadow:0 4px 10px #a3e63533}@media (max-width:900px){.Header-module__HmnIjW__nav{display:none}}
.Hero-module__UUVVSa__hero{background-image:url(/images/hero_background.png);background-position:50%;background-size:cover;justify-content:center;align-items:center;width:100%;height:90vh;min-height:700px;padding:100px 24px 80px;display:flex;position:relative;overflow:hidden}.Hero-module__UUVVSa__overlay{z-index:1;background:linear-gradient(#1323184d 0%,#13231880 50%,#132318cc 100%);width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__UUVVSa__content{z-index:2;text-align:center;flex-direction:column;align-items:center;width:100%;max-width:900px;animation:1s cubic-bezier(.16,1,.3,1) forwards Hero-module__UUVVSa__fadeIn;display:flex;position:relative}.Hero-module__UUVVSa__title{color:var(--color-bg-white);letter-spacing:-1px;text-shadow:0 4px 12px #00000040;max-width:800px;margin-bottom:24px;font-size:3rem;font-weight:800;line-height:1.15}.Hero-module__UUVVSa__subtitle{color:#ffffffe6;text-shadow:0 2px 6px #0003;max-width:600px;margin-bottom:48px;font-size:1.15rem;font-weight:400;line-height:1.6}.Hero-module__UUVVSa__widget{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#fffffff2;border:1px solid #fffc;border-radius:16px;align-items:center;gap:16px;width:100%;padding:16px 20px;display:flex;box-shadow:0 10px 30px #00000026}.Hero-module__UUVVSa__field{text-align:left;flex-direction:column;flex:1;align-items:flex-start;padding:0 8px;display:flex}.Hero-module__UUVVSa__label{color:var(--color-text-muted);letter-spacing:1px;margin-bottom:6px;font-size:.7rem;font-weight:700}.Hero-module__UUVVSa__selectWrapper{width:100%;position:relative}.Hero-module__UUVVSa__select{width:100%;color:var(--color-text-dark);cursor:pointer;appearance:none;background:0 0;border:none;outline:none;padding-right:20px;font-family:inherit;font-size:.95rem;font-weight:600}.Hero-module__UUVVSa__selectWrapper:after{content:"▼";color:var(--color-text-muted);pointer-events:none;font-size:.65rem;position:absolute;top:50%;right:2px;transform:translateY(-50%)}.Hero-module__UUVVSa__divider{background-color:#e2e8f0;width:1px;height:40px}.Hero-module__UUVVSa__searchBtn{background-color:var(--color-lime);color:var(--color-lime-text);cursor:pointer;transition:var(--transition-smooth);white-space:nowrap;border:none;border-radius:12px;outline:none;justify-content:center;align-items:center;gap:8px;padding:14px 28px;font-family:inherit;font-size:.95rem;font-weight:700;display:flex}.Hero-module__UUVVSa__searchBtn:hover{background-color:var(--color-lime-hover);transform:translateY(-1px);box-shadow:0 4px 15px #a3e6354d}.Hero-module__UUVVSa__btnIcon{flex-shrink:0}@media (max-width:800px){.Hero-module__UUVVSa__title{font-size:2.25rem}.Hero-module__UUVVSa__subtitle{margin-bottom:32px;font-size:1rem}.Hero-module__UUVVSa__widget{border-radius:20px;flex-direction:column;gap:20px;padding:24px}.Hero-module__UUVVSa__field{width:100%;padding:0}.Hero-module__UUVVSa__divider{background-color:#e2e8f0;width:100%;height:1px}.Hero-module__UUVVSa__searchBtn{width:100%;padding:16px}}
.FeaturedProducts-module__UYbKJW__section{background-color:#fafaf7;padding:80px 24px}.FeaturedProducts-module__UYbKJW__header{justify-content:space-between;align-items:flex-end;margin-bottom:40px;display:flex}.FeaturedProducts-module__UYbKJW__title{color:var(--color-primary-dark);letter-spacing:-.5px;margin-bottom:8px;font-size:2.25rem;font-weight:800}.FeaturedProducts-module__UYbKJW__subtitle{color:var(--color-text-muted);font-size:1.05rem}.FeaturedProducts-module__UYbKJW__seeAll{color:var(--color-primary-light);transition:var(--transition-fast);align-items:center;gap:6px;font-size:.95rem;font-weight:700;display:flex}.FeaturedProducts-module__UYbKJW__seeAll:hover{color:var(--color-primary-dark)}.FeaturedProducts-module__UYbKJW__seeAll:hover .FeaturedProducts-module__UYbKJW__arrow{transform:translate(4px)}.FeaturedProducts-module__UYbKJW__arrow{transition:transform .2s}.FeaturedProducts-module__UYbKJW__grid{grid-template-columns:1.25fr 1fr;gap:32px;display:grid}.FeaturedProducts-module__UYbKJW__spotlightCol{width:100%}.FeaturedProducts-module__UYbKJW__spotlightCard{background-position:50%;background-size:cover;border-radius:20px;flex-direction:column;justify-content:flex-end;height:520px;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000000d}.FeaturedProducts-module__UYbKJW__spotlightOverlay{z-index:1;background:linear-gradient(#0000001a 0%,#0f171066 40%,#0f1710e6 100%);width:100%;height:100%;position:absolute;top:0;left:0}.FeaturedProducts-module__UYbKJW__spotlightContent{z-index:2;color:var(--color-bg-white);flex-direction:column;align-items:flex-start;padding:36px;display:flex;position:relative}.FeaturedProducts-module__UYbKJW__badge{background-color:var(--color-lime);color:var(--color-lime-text);text-transform:uppercase;letter-spacing:.5px;border-radius:30px;margin-bottom:16px;padding:6px 14px;font-size:.75rem;font-weight:700}.FeaturedProducts-module__UYbKJW__spotlightTitle{letter-spacing:-.5px;margin-bottom:12px;font-size:1.75rem;font-weight:800}.FeaturedProducts-module__UYbKJW__spotlightDesc{color:#ffffffd9;max-width:520px;margin-bottom:28px;font-size:.95rem;line-height:1.5}.FeaturedProducts-module__UYbKJW__spotlightFooter{justify-content:space-between;align-items:center;width:100%;display:flex}.FeaturedProducts-module__UYbKJW__spotlightPrice{color:var(--color-lime);font-size:1.6rem;font-weight:800}.FeaturedProducts-module__UYbKJW__spotlightBtn{background-color:var(--color-lime);color:var(--color-lime-text);cursor:pointer;transition:var(--transition-smooth);border:none;border-radius:12px;padding:12px 28px;font-family:inherit;font-size:.95rem;font-weight:700}.FeaturedProducts-module__UYbKJW__spotlightBtn:hover{background-color:var(--color-lime-hover);transform:translateY(-2px);box-shadow:0 6px 20px #a3e63540}.FeaturedProducts-module__UYbKJW__listCol{flex-direction:column;justify-content:space-between;gap:20px;display:flex}.FeaturedProducts-module__UYbKJW__productRow{background-color:var(--color-bg-white);transition:var(--transition-smooth);border:1px solid #e2e8f099;border-radius:20px;align-items:center;padding:16px;display:flex;box-shadow:0 4px 15px #00000005}.FeaturedProducts-module__UYbKJW__productRow:hover{border-color:#0b513026;transform:translateY(-3px);box-shadow:0 8px 25px #0000000d}.FeaturedProducts-module__UYbKJW__rowImg{object-fit:cover;background-color:#f8fafc;border-radius:14px;flex-shrink:0;width:96px;height:96px}.FeaturedProducts-module__UYbKJW__rowInfo{flex-direction:column;flex:1;gap:4px;margin-left:20px;display:flex}.FeaturedProducts-module__UYbKJW__rowCategory{color:var(--color-text-muted);font-size:.75rem;font-weight:600}.FeaturedProducts-module__UYbKJW__rowTitle{color:var(--color-text-dark);font-size:1.05rem;font-weight:700}.FeaturedProducts-module__UYbKJW__rowPrice{color:var(--color-primary-light);font-size:1.15rem;font-weight:700}.FeaturedProducts-module__UYbKJW__rowBtn{background-color:var(--color-bg-white);color:var(--color-text-dark);cursor:pointer;transition:var(--transition-fast);white-space:nowrap;border:1px solid #e2e8f0;border-radius:12px;padding:8px 18px;font-family:inherit;font-size:.85rem;font-weight:600}.FeaturedProducts-module__UYbKJW__rowBtn:hover{color:var(--color-primary-dark);background-color:#f8fafc;border-color:#cbd5e1}@media (max-width:992px){.FeaturedProducts-module__UYbKJW__grid{grid-template-columns:1fr;gap:24px}.FeaturedProducts-module__UYbKJW__spotlightCard{height:400px}}@media (max-width:576px){.FeaturedProducts-module__UYbKJW__header{flex-direction:column;align-items:flex-start;gap:16px}.FeaturedProducts-module__UYbKJW__title{font-size:1.8rem}.FeaturedProducts-module__UYbKJW__spotlightCard{height:380px}.FeaturedProducts-module__UYbKJW__spotlightContent{padding:24px}.FeaturedProducts-module__UYbKJW__spotlightTitle{font-size:1.4rem}.FeaturedProducts-module__UYbKJW__productRow{flex-direction:column;align-items:flex-start;gap:16px;padding:20px}.FeaturedProducts-module__UYbKJW__rowImg{width:100%;height:180px}.FeaturedProducts-module__UYbKJW__rowInfo{margin-left:0}.FeaturedProducts-module__UYbKJW__rowBtn{text-align:center;width:100%}}
.DigitalMap-module__S49vDG__mapSection{background-color:var(--color-bg-light)}.DigitalMap-module__S49vDG__grid{grid-template-columns:1.2fr 1fr;align-items:center;gap:48px;display:grid}.DigitalMap-module__S49vDG__mapVisualWrapper{background-color:var(--color-bg-white);border:1px solid var(--color-border);box-shadow:var(--shadow-md);border-radius:24px;padding:16px;position:relative;overflow:hidden}.DigitalMap-module__S49vDG__mapContainer{width:100%;box-shadow:var(--shadow-sm);background-color:#e2f0d9;border-radius:16px;position:relative;overflow:hidden}.DigitalMap-module__S49vDG__mapImage{width:100%;height:auto;transition:var(--transition-smooth);display:block}.DigitalMap-module__S49vDG__pinWrapper{cursor:pointer;z-index:10;width:24px;height:24px;position:absolute;transform:translate(-50%,-50%)}.DigitalMap-module__S49vDG__pinDot{background-color:var(--color-primary);border:2px solid var(--color-bg-white);z-index:2;border-radius:50%;width:12px;height:12px;position:absolute;top:6px;left:6px}.DigitalMap-module__S49vDG__pinPulse{border:3px solid var(--color-primary);opacity:0;z-index:1;border-radius:50%;width:36px;height:36px;animation:1.8s cubic-bezier(.215,.61,.355,1) infinite DigitalMap-module__S49vDG__pulse-ring;position:absolute;top:-6px;left:-6px}@keyframes DigitalMap-module__S49vDG__pulse-ring{0%{opacity:.8;transform:scale(.33)}80%,to{opacity:0;transform:scale(1.3)}}.DigitalMap-module__S49vDG__tooltip{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:var(--color-bg-white);text-align:center;width:180px;box-shadow:var(--shadow-md);opacity:0;pointer-events:none;transition:var(--transition-smooth);z-index:100;background-color:#1e293bf2;border-radius:8px;padding:10px 14px;position:absolute;bottom:32px;left:50%;transform:translate(-50%)translateY(10px)}.DigitalMap-module__S49vDG__tooltip:after{content:"";border:6px solid #0000;border-top-color:#1e293bf2;position:absolute;top:100%;left:50%;transform:translate(-50%)}.DigitalMap-module__S49vDG__tooltipVisible{opacity:1;transform:translate(-50%)translateY(0)}.DigitalMap-module__S49vDG__tooltip h4{margin-bottom:2px;font-size:.85rem;font-weight:700}.DigitalMap-module__S49vDG__tooltip p{opacity:.8;font-size:.75rem}.DigitalMap-module__S49vDG__floatInfo{background-color:var(--color-bg-light);border:1px solid var(--color-border);transition:var(--transition-smooth);border-radius:12px;margin-top:16px;padding:16px}.DigitalMap-module__S49vDG__floatBadge{color:var(--color-primary);text-transform:uppercase;background-color:#0b51301a;border-radius:50px;margin-bottom:8px;padding:3px 8px;font-size:.7rem;font-weight:700;display:inline-block}.DigitalMap-module__S49vDG__floatTitle{color:var(--color-primary);margin-bottom:4px;font-size:1.1rem;font-weight:700}.DigitalMap-module__S49vDG__floatDesc{color:var(--color-text-muted);font-size:.85rem}.DigitalMap-module__S49vDG__mapTextWrapper{flex-direction:column;display:flex}.DigitalMap-module__S49vDG__sectionBadge{color:var(--color-secondary-dark);text-transform:uppercase;letter-spacing:1px;margin-bottom:12px;font-size:.85rem;font-weight:700}.DigitalMap-module__S49vDG__title{color:var(--color-primary);margin-bottom:16px;font-size:2.25rem;font-weight:800;line-height:1.2}.DigitalMap-module__S49vDG__desc{color:var(--color-text-muted);margin-bottom:32px;font-size:1.05rem;line-height:1.6}.DigitalMap-module__S49vDG__categoryList{flex-direction:column;gap:16px;display:flex}.DigitalMap-module__S49vDG__categoryCard{background-color:var(--color-bg-white);border:1px solid var(--color-border);cursor:pointer;transition:var(--transition-smooth);box-shadow:var(--shadow-sm);border-radius:16px;align-items:flex-start;gap:16px;padding:18px;display:flex}.DigitalMap-module__S49vDG__categoryCard:hover{box-shadow:var(--shadow-md);border-color:#0b513033;transform:translateY(-2px)}.DigitalMap-module__S49vDG__activeCard{border-color:var(--color-primary);background-color:#0b513005;box-shadow:0 8px 20px #0b513014}.DigitalMap-module__S49vDG__cardIcon{background-color:var(--color-bg-light);width:48px;height:48px;transition:var(--transition-smooth);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.75rem;display:flex}.DigitalMap-module__S49vDG__activeCard .DigitalMap-module__S49vDG__cardIcon{background-color:var(--color-primary)}.DigitalMap-module__S49vDG__cardTitle{color:var(--color-text-dark);margin-bottom:4px;font-size:1.1rem;font-weight:700}.DigitalMap-module__S49vDG__activeCard .DigitalMap-module__S49vDG__cardTitle{color:var(--color-primary)}.DigitalMap-module__S49vDG__cardDesc{color:var(--color-text-muted);font-size:.85rem;line-height:1.4}@media (max-width:992px){.DigitalMap-module__S49vDG__grid{grid-template-columns:1fr;gap:40px}}
.FacilitiesAndActivities-module__WQfiTq__combinedSection{background-color:var(--color-bg-white)}.FacilitiesAndActivities-module__WQfiTq__grid{grid-template-columns:1fr 1fr;gap:64px;display:grid}.FacilitiesAndActivities-module__WQfiTq__sectionBadge{color:var(--color-secondary-dark);text-transform:uppercase;letter-spacing:1px;margin-bottom:12px;font-size:.85rem;font-weight:700;display:block}.FacilitiesAndActivities-module__WQfiTq__title{color:var(--color-primary);margin-bottom:16px;font-size:2.25rem;font-weight:800;line-height:1.2}.FacilitiesAndActivities-module__WQfiTq__desc{color:var(--color-text-muted);margin-bottom:36px;font-size:1.05rem;line-height:1.6}.FacilitiesAndActivities-module__WQfiTq__facilitiesGrid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px;display:grid}.FacilitiesAndActivities-module__WQfiTq__facCard{background-color:var(--color-bg-light);border:1px solid var(--color-border);transition:var(--transition-smooth);border-radius:16px;flex-direction:column;gap:16px;padding:24px;display:flex}.FacilitiesAndActivities-module__WQfiTq__facCard:hover{box-shadow:var(--shadow-md);background-color:var(--color-bg-white);border-color:#0b513033;transform:translateY(-4px)}.FacilitiesAndActivities-module__WQfiTq__facIconWrapper{width:48px;height:48px;color:var(--color-primary);transition:var(--transition-smooth);background-color:#0b513014;border-radius:12px;justify-content:center;align-items:center;display:flex}.FacilitiesAndActivities-module__WQfiTq__facCard:hover .FacilitiesAndActivities-module__WQfiTq__facIconWrapper{background-color:var(--color-primary);color:var(--color-bg-white)}.FacilitiesAndActivities-module__WQfiTq__facName{color:var(--color-text-dark);font-size:1.15rem;font-weight:700}.FacilitiesAndActivities-module__WQfiTq__facDesc{color:var(--color-text-muted);font-size:.85rem;line-height:1.5}.FacilitiesAndActivities-module__WQfiTq__activitiesCol{flex-direction:column;display:flex}.FacilitiesAndActivities-module__WQfiTq__activitiesColFull{flex-direction:column;width:100%;display:flex}.FacilitiesAndActivities-module__WQfiTq__sliderHeader{justify-content:space-between;align-items:flex-end;margin-bottom:36px;display:flex}.FacilitiesAndActivities-module__WQfiTq__sliderControls{gap:10px;display:flex}.FacilitiesAndActivities-module__WQfiTq__controlBtn{background-color:var(--color-bg-light);color:var(--color-text-dark);border:1px solid var(--color-border);cursor:pointer;width:40px;height:40px;transition:var(--transition-smooth);border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;display:flex}.FacilitiesAndActivities-module__WQfiTq__controlBtn:hover{background-color:var(--color-primary);color:var(--color-bg-white);border-color:var(--color-primary)}.FacilitiesAndActivities-module__WQfiTq__slideCard{background-color:var(--color-bg-white);border:1px solid var(--color-border);box-shadow:var(--shadow-md);transition:var(--transition-smooth);border-radius:20px;height:100%;overflow:hidden}.FacilitiesAndActivities-module__WQfiTq__slideCard:hover{box-shadow:var(--shadow-lg);border-color:#0b513026}.FacilitiesAndActivities-module__WQfiTq__slideImageWrapper{width:100%;height:260px;position:relative;overflow:hidden}.FacilitiesAndActivities-module__WQfiTq__slideImg{object-fit:cover;width:100%;height:100%;transition:var(--transition-smooth)}.FacilitiesAndActivities-module__WQfiTq__slideCard:hover .FacilitiesAndActivities-module__WQfiTq__slideImg{transform:scale(1.03)}.FacilitiesAndActivities-module__WQfiTq__slideBadge{background-color:var(--color-secondary);color:#1e1e1e;border-radius:50px;padding:6px 14px;font-size:.8rem;font-weight:700;position:absolute;bottom:16px;left:16px;box-shadow:0 4px 10px #00000026}.FacilitiesAndActivities-module__WQfiTq__slideContent{padding:24px}.FacilitiesAndActivities-module__WQfiTq__slideCategory{text-transform:uppercase;color:var(--color-secondary-dark);letter-spacing:.5px;margin-bottom:8px;font-size:.75rem;font-weight:700;display:block}.FacilitiesAndActivities-module__WQfiTq__slideTitle{color:var(--color-text-dark);margin-bottom:12px;font-size:1.4rem;font-weight:800;line-height:1.3}.FacilitiesAndActivities-module__WQfiTq__slideDesc{color:var(--color-text-muted);font-size:.95rem;line-height:1.6}.FacilitiesAndActivities-module__WQfiTq__readMoreBtn{color:var(--color-primary-light);cursor:pointer;text-align:left;transition:var(--transition-fast);background:0 0;border:none;padding:12px 0 0;font-family:inherit;font-size:.9rem;font-weight:700;display:block}.FacilitiesAndActivities-module__WQfiTq__readMoreBtn:hover{color:var(--color-primary-dark);text-decoration:underline}.FacilitiesAndActivities-module__WQfiTq__modalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2000;background-color:#0f172a66;justify-content:center;align-items:center;width:100%;height:100%;padding:20px;display:flex;position:fixed;top:0;left:0}.FacilitiesAndActivities-module__WQfiTq__modalCard{background-color:var(--color-bg-white);border:1px solid #e2e8f0cc;border-radius:24px;flex-direction:column;gap:16px;width:100%;max-width:600px;max-height:90vh;padding:28px;animation:.3s cubic-bezier(.16,1,.3,1) forwards FacilitiesAndActivities-module__WQfiTq__modalFadeIn;display:flex;overflow-y:auto;box-shadow:0 20px 40px #00000026}.FacilitiesAndActivities-module__WQfiTq__modalHeader{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding-bottom:12px;display:flex}.FacilitiesAndActivities-module__WQfiTq__modalBadge{color:#15803d;letter-spacing:.5px;background-color:#dcfce7;border-radius:30px;padding:4px 12px;font-size:.75rem;font-weight:800}.FacilitiesAndActivities-module__WQfiTq__closeBtn{color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;font-size:1.15rem}.FacilitiesAndActivities-module__WQfiTq__modalBody{flex-direction:column;gap:14px;display:flex}.FacilitiesAndActivities-module__WQfiTq__modalImg{object-fit:cover;background-color:#f1f5f9;border-radius:14px;width:100%;height:280px}.FacilitiesAndActivities-module__WQfiTq__modalDate{color:var(--color-text-muted);font-size:.8rem;font-weight:600}.FacilitiesAndActivities-module__WQfiTq__modalTitle{color:var(--color-primary-dark);font-size:1.5rem;font-weight:850;line-height:1.25}.FacilitiesAndActivities-module__WQfiTq__modalDesc{color:var(--color-text-dark);font-size:.95rem;line-height:1.6}@keyframes FacilitiesAndActivities-module__WQfiTq__modalFadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@media (max-width:992px){.FacilitiesAndActivities-module__WQfiTq__grid{grid-template-columns:1fr;gap:56px}}
.Footer-module__cyaCmW__footer{color:#94a3b8;background-color:#171d19;border-top:1px solid #ffffff0d;padding:60px 24px 30px}.Footer-module__cyaCmW__grid{grid-template-columns:1.25fr .75fr .75fr 1.25fr;gap:40px;margin-bottom:40px;display:grid}.Footer-module__cyaCmW__brandCol{flex-direction:column;align-items:flex-start;display:flex}.Footer-module__cyaCmW__brand{color:var(--color-bg-white);cursor:pointer;letter-spacing:-.5px;margin-bottom:16px;font-size:1.25rem;font-weight:800}.Footer-module__cyaCmW__desc{color:#94a3b8;margin-bottom:24px;font-size:.85rem;line-height:1.6}.Footer-module__cyaCmW__socials{gap:12px;display:flex}.Footer-module__cyaCmW__socialLink{width:36px;height:36px;color:var(--color-lime);transition:var(--transition-smooth);background-color:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;display:flex}.Footer-module__cyaCmW__socialLink:hover{background-color:var(--color-lime);color:var(--color-lime-text);transform:translateY(-2px)}.Footer-module__cyaCmW__linksCol{flex-direction:column;display:flex}.Footer-module__cyaCmW__title{color:var(--color-bg-white);text-transform:uppercase;letter-spacing:.5px;margin-bottom:20px;font-size:.9rem;font-weight:700}.Footer-module__cyaCmW__linksList{flex-direction:column;gap:12px;display:flex}.Footer-module__cyaCmW__linkBtn,.Footer-module__cyaCmW__link{color:#94a3b8;cursor:pointer;text-align:left;transition:var(--transition-fast);background:0 0;border:none;outline:none;padding:0;font-family:inherit;font-size:.85rem;text-decoration:none}.Footer-module__cyaCmW__linkBtn:hover,.Footer-module__cyaCmW__link:hover{color:var(--color-lime)}.Footer-module__cyaCmW__contactCol{flex-direction:column;display:flex}.Footer-module__cyaCmW__contactItem{color:#94a3b8;margin-bottom:12px;font-size:.85rem;line-height:1.6}.Footer-module__cyaCmW__contactLabel{color:var(--color-bg-white);font-weight:600}.Footer-module__cyaCmW__bottomBar{color:#64748b;border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;padding-top:24px;font-size:.8rem;display:flex}@media (max-width:900px){.Footer-module__cyaCmW__grid{grid-template-columns:repeat(2,1fr);gap:32px}}@media (max-width:576px){.Footer-module__cyaCmW__grid{grid-template-columns:1fr;gap:28px}.Footer-module__cyaCmW__bottomBar{text-align:center;flex-direction:column;gap:12px}}
