@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap";
.Header-module__hBw1pG__header{z-index:100;background:0 0;width:100%;padding:24px 0;transition:all .3s;position:fixed;top:0;left:0}.Header-module__hBw1pG__scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#2e7850f2 0%,#195032f2 100%);padding:16px 0;box-shadow:0 4px 20px #00000026}.Header-module__hBw1pG__headerContainer{justify-content:space-between;align-items:center;padding:0 60px;display:flex}.Header-module__hBw1pG__logo{flex:none}.Header-module__hBw1pG__logoImage{width:auto;height:64px;transition:height .3s;display:block}.Header-module__hBw1pG__scrolled .Header-module__hBw1pG__logoImage{height:48px}.Header-module__hBw1pG__nav{flex:auto;justify-content:center;display:flex}.Header-module__hBw1pG__navList{gap:12px;list-style:none;display:flex}.Header-module__hBw1pG__navLink{color:#fff;border:1px solid #fffc;border-radius:30px;padding:8px 24px;font-size:16px;font-weight:500;text-decoration:none;transition:all .3s;display:inline-block}.Header-module__hBw1pG__navLink:hover{background:#ffffff26;transform:translateY(-2px);box-shadow:0 4px 10px #0000001a}.Header-module__hBw1pG__activeNavLink{color:var(--primary-green);background:#fff;border-color:#fff}.Header-module__hBw1pG__roommateNavLink{align-items:center;gap:6px;display:inline-flex}.Header-module__hBw1pG__hotBadge{color:#fff;letter-spacing:.5px;text-transform:uppercase;background:linear-gradient(135deg,#ff416c,#ff4b2b);border-radius:10px;padding:1px 6px;font-size:10px;font-weight:700;line-height:1.4;box-shadow:0 2px 5px #ff4b2b66}.Header-module__hBw1pG__dropdownItem{position:relative}.Header-module__hBw1pG__navLinkGroup{border:1px solid #fffc;border-radius:30px;align-items:center;transition:all .3s;display:inline-flex}.Header-module__hBw1pG__navLinkGroup:hover{background:#ffffff26;transform:translateY(-2px);box-shadow:0 4px 10px #0000001a}.Header-module__hBw1pG__navLinkGroupActive{background:#fff;border-color:#fff}.Header-module__hBw1pG__navLinkInner{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:30px 0 0 30px;padding:8px 8px 8px 24px;font-family:inherit;font-size:16px;font-weight:500;text-decoration:none}.Header-module__hBw1pG__navLinkGroupActive .Header-module__hBw1pG__navLinkInner{color:var(--primary-green)}.Header-module__hBw1pG__dropdownToggleBtn{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:0 30px 30px 0;justify-content:center;align-items:center;padding:8px 12px 8px 4px;transition:transform .3s;display:flex}.Header-module__hBw1pG__navLinkGroupActive .Header-module__hBw1pG__dropdownToggleBtn{color:var(--primary-green)}.Header-module__hBw1pG__dropdownToggleBtn span{font-size:20px}.Header-module__hBw1pG__dropdownToggleBtnOpen{transform:rotate(180deg)}.Header-module__hBw1pG__dropdownMenu{-webkit-backdrop-filter:blur(15px);opacity:0;visibility:hidden;z-index:102;pointer-events:none;background:#195032f2;border:1px solid #ffffff26;border-radius:16px;min-width:380px;padding:20px;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(10px);box-shadow:0 10px 40px #0000004d}.Header-module__hBw1pG__dropdownItem:hover .Header-module__hBw1pG__dropdownMenu,.Header-module__hBw1pG__dropdownMenuOpen{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)translateY(0)}.Header-module__hBw1pG__dropdownGrid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.Header-module__hBw1pG__dropdownLink{color:#ffffffd9;border-radius:8px;padding:10px 14px;font-size:14px;text-decoration:none;transition:all .2s;display:block}.Header-module__hBw1pG__dropdownLink:hover{color:#fff;background:#ffffff26;transform:translate(4px)}.Header-module__hBw1pG__activeDropdownLink{color:#fff;background:#fff3;font-weight:700}.Header-module__hBw1pG__allDistrictsLink{text-align:center;background:#ffffff1a;border-bottom:1px solid #fff3;grid-column:span 2;margin-bottom:4px;font-weight:600}.Header-module__hBw1pG__actions{flex:none;align-items:center;gap:16px;display:flex}.Header-module__hBw1pG__loginBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border:none;border-radius:30px;align-items:center;gap:6px;padding:8px 22px;font-size:15px;font-weight:700;transition:all .2s;display:flex;box-shadow:0 4px 12px #10b9814d}.Header-module__hBw1pG__loginBtn:hover{transform:translateY(-1px);box-shadow:0 6px 16px #10b98166}.Header-module__hBw1pG__userMenuWrapper{position:relative}.Header-module__hBw1pG__userBadgeBtn{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#0f172a;cursor:pointer;background:#fffffff2;border:1px solid #fffc;border-radius:50px;align-items:center;gap:10px;min-width:140px;max-width:240px;padding:6px 16px 6px 6px;font-size:14px;font-weight:600;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 14px #00000014}.Header-module__hBw1pG__userBadgeBtn:hover,.Header-module__hBw1pG__userBadgeBtnOpen{background:#fff;border-color:#378e5e;transform:translateY(-1px);box-shadow:0 6px 20px #378e5e33}.Header-module__hBw1pG__scrolled .Header-module__hBw1pG__userBadgeBtn{color:#0f172a;background:#f8fafc;border-color:#e2e8f0;box-shadow:0 2px 8px #0000000a}.Header-module__hBw1pG__scrolled .Header-module__hBw1pG__userBadgeBtn:hover,.Header-module__hBw1pG__scrolled .Header-module__hBw1pG__userBadgeBtnOpen{background:#fff;border-color:#378e5e;box-shadow:0 6px 18px #378e5e26}.Header-module__hBw1pG__userName{text-overflow:ellipsis;white-space:nowrap;color:#0f172a;letter-spacing:-.01em;padding-right:2px;font-weight:600;overflow:hidden}.Header-module__hBw1pG__userAvatar{object-fit:cover;border:1.5px solid #fff;border-radius:50%;flex-shrink:0;width:34px;height:34px;box-shadow:0 2px 6px #0000001f}.Header-module__hBw1pG__userAvatarPlaceholder{color:#fff;background:linear-gradient(135deg,#378e5e 0%,#1e5a38 100%);border:1.5px solid #fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:14px;font-weight:700;display:flex;box-shadow:0 2px 6px #0000001f}.Header-module__hBw1pG__userChevron{color:#475569;flex-shrink:0;margin-left:auto;transition:transform .25s,color .25s;font-size:20px!important}.Header-module__hBw1pG__userBadgeBtn:hover .Header-module__hBw1pG__userChevron,.Header-module__hBw1pG__userBadgeBtnOpen .Header-module__hBw1pG__userChevron{color:#378e5e}.Header-module__hBw1pG__userChevronRotate{transform:rotate(180deg)}.Header-module__hBw1pG__userDropdownMenu{z-index:1000;background:#fff;border:1px solid #e2e8f0;border-radius:16px;min-width:220px;padding:8px 0;animation:.2s ease-out forwards Header-module__hBw1pG__dropdownFadeIn;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 12px 30px #00000026}@keyframes Header-module__hBw1pG__dropdownFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.Header-module__hBw1pG__userDropdownHeader{border-bottom:1px solid #f1f5f9;padding:12px 16px}.Header-module__hBw1pG__userDropdownName{color:#0f172a;font-size:.9rem;font-weight:700}.Header-module__hBw1pG__userDropdownEmail{color:#64748b;text-overflow:ellipsis;white-space:nowrap;font-size:.775rem;overflow:hidden}.Header-module__hBw1pG__userDropdownItem{color:#334155;cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:10px;width:100%;padding:10px 16px;font-size:.875rem;font-weight:500;transition:background .15s;display:flex}.Header-module__hBw1pG__userDropdownItem:hover{color:#10b981;background:#f8fafc}.Header-module__hBw1pG__logoutItem{color:#ef4444}.Header-module__hBw1pG__logoutItem:hover{color:#dc2626;background:#fef2f2}.Header-module__hBw1pG__menuOverlay{display:none}.Header-module__hBw1pG__hamburger{cursor:pointer;z-index:101;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:24px;height:18px;padding:0;display:none}.Header-module__hBw1pG__hamburger span{transform-origin:0;background-color:#fff;width:100%;height:2px;transition:all .3s}.Header-module__hBw1pG__hamburger.Header-module__hBw1pG__open span:first-child{transform:rotate(45deg)}.Header-module__hBw1pG__hamburger.Header-module__hBw1pG__open span:nth-child(2){opacity:0}.Header-module__hBw1pG__hamburger.Header-module__hBw1pG__open span:nth-child(3){transform:rotate(-45deg)}@media (max-width:1024px){.Header-module__hBw1pG__headerContainer{padding:0 30px}.Header-module__hBw1pG__navLink{padding:8px 16px;font-size:15px}}@media (max-width:768px){.Header-module__hBw1pG__headerContainer{padding:0 20px}.Header-module__hBw1pG__hamburger{display:flex}.Header-module__hBw1pG__actions{gap:15px}.Header-module__hBw1pG__loginBtn{padding:8px 24px;font-size:14px}.Header-module__hBw1pG__logoImage{width:auto;height:44px;transition:height .3s;display:block}.Header-module__hBw1pG__scrolled .Header-module__hBw1pG__logoImage{height:28px}.Header-module__hBw1pG__menuOverlay{z-index:80;opacity:0;visibility:hidden;background:#00000080;width:125vw;height:125vh;transition:all .3s;display:block;position:fixed;top:0;left:0}.Header-module__hBw1pG__menuOverlay.Header-module__hBw1pG__overlayOpen{opacity:1;visibility:visible}.Header-module__hBw1pG__nav{z-index:90;background:linear-gradient(#2e7850 0%,#195032 100%);border-top-left-radius:20px;border-bottom-left-radius:20px;width:80vw;height:125vh;padding-top:90px;transition:right .3s cubic-bezier(.4,0,.2,1);display:block;position:fixed;top:0;right:-80vw;overflow-y:auto;box-shadow:-5px 0 20px #0003}.Header-module__hBw1pG__nav.Header-module__hBw1pG__navOpen{right:0}.Header-module__hBw1pG__navList{flex-direction:column;gap:0;width:100%}.Header-module__hBw1pG__navItem{border-bottom:1px solid #ffffff1a;width:100%}.Header-module__hBw1pG__navLink{text-align:left;border:none;border-radius:0;width:100%;padding:16px 30px;font-size:1.1rem;display:block}.Header-module__hBw1pG__navLink:hover{box-shadow:none;background:#ffffff26;transform:none}.Header-module__hBw1pG__navLinkGroup{border:none;border-radius:0;width:100%;display:flex}.Header-module__hBw1pG__navLinkGroup:hover{box-shadow:none;background:0 0;transform:none}.Header-module__hBw1pG__navLinkInner{text-align:left;border-radius:0;flex:1;padding:16px 10px 16px 30px;font-size:1.1rem}.Header-module__hBw1pG__dropdownToggleBtn{border-radius:0;padding:16px 30px 16px 10px}.Header-module__hBw1pG__dropdownMenu{box-shadow:none;opacity:0;pointer-events:none;background:#00000026;border:none;border-radius:0;min-width:100%;padding:0;display:none;position:static;transform:none}.Header-module__hBw1pG__dropdownMenuOpen{opacity:1;pointer-events:auto;padding-bottom:16px;animation:.3s forwards Header-module__hBw1pG__fadeInDropdown;display:block}@keyframes Header-module__hBw1pG__fadeInDropdown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.Header-module__hBw1pG__dropdownGrid{grid-template-columns:repeat(2,1fr);gap:12px;width:100%;padding:15px 20px;display:grid}.Header-module__hBw1pG__dropdownLink{text-align:center;background:#ffffff14;border:1px solid #fff3;border-radius:10px;justify-content:center;align-items:center;width:100%;padding:12px 8px;font-size:13px;display:flex}.Header-module__hBw1pG__allDistrictsLink{background:#fff3;border:1px solid #ffffff4d;grid-column:span 2;margin-bottom:4px;padding:14px 10px;font-size:15px;font-weight:700}.Header-module__hBw1pG__dropdownLink:hover{background:#fff3}}
.Footer-module__S6Hkya__section{background-color:#0000;width:100%;padding:40px 20px;position:relative}.Footer-module__S6Hkya__container{background-color:#fff;border-radius:24px;flex-direction:column;gap:40px;width:100%;max-width:1200px;margin:0 auto;padding:60px 80px;font-family:Montserrat,Outfit,sans-serif;display:flex;box-shadow:0 10px 40px #0000000d}.Footer-module__S6Hkya__mainRow{justify-content:space-between;gap:40px;display:flex}.Footer-module__S6Hkya__leftCol{flex-direction:column;flex:2.2;gap:20px;display:flex}.Footer-module__S6Hkya__logoWrapper{margin-bottom:8px}.Footer-module__S6Hkya__logo{object-fit:contain;width:auto;height:120px}.Footer-module__S6Hkya__infoBlock{flex-direction:column;gap:6px;display:flex}.Footer-module__S6Hkya__copyright{color:#378e5e;margin:0 0 4px;font-size:.95rem;font-weight:700}.Footer-module__S6Hkya__text{color:#378e5e;margin:0;font-size:.85rem;line-height:1.5}.Footer-module__S6Hkya__middleCol{flex-direction:column;flex:1;gap:20px;display:flex}.Footer-module__S6Hkya__colTitle{color:#1a5632;letter-spacing:.5px;margin:0;font-size:1rem;font-weight:800}.Footer-module__S6Hkya__linksList{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.Footer-module__S6Hkya__link{color:#378e5e;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .3s}.Footer-module__S6Hkya__link:hover{color:#008248}.Footer-module__S6Hkya__rightCol{flex-direction:column;flex:1.3;gap:32px;display:flex}.Footer-module__S6Hkya__connectBlock,.Footer-module__S6Hkya__zaloOABlock{flex-direction:column;gap:16px;display:flex}.Footer-module__S6Hkya__socialIcons{align-items:center;gap:12px;display:flex}.Footer-module__S6Hkya__socialIcon{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:transform .3s,filter .3s;display:inline-flex}.Footer-module__S6Hkya__socialIcon:hover{transform:scale(1.08)}.Footer-module__S6Hkya__fbIcon{background-color:#1877f2}.Footer-module__S6Hkya__tiktokIcon{background-color:#000}.Footer-module__S6Hkya__zaloIcon{color:#0068ff;background-color:#0000;border:1.5px solid #0068ff}.Footer-module__S6Hkya__zaloSubtitle{color:#378e5e;margin:0;font-size:.85rem}.Footer-module__S6Hkya__zaloOaBadge{color:#fff;cursor:pointer;background-color:#0068ff;border-radius:50%;flex-direction:column;justify-content:center;align-self:flex-start;align-items:center;width:48px;height:48px;transition:transform .3s,background-color .3s;display:flex;box-shadow:0 4px 10px #0068ff33}.Footer-module__S6Hkya__zaloOaBadge:hover{background-color:#0056d6;transform:translateY(-2px)}.Footer-module__S6Hkya__oaText{color:#0068ff;text-transform:uppercase;background-color:#fff;border-radius:2px;margin-bottom:2px;padding:.5px 3.5px;font-size:8px;font-weight:900;line-height:1.1}.Footer-module__S6Hkya__zaloText{font-size:10px;font-weight:700;line-height:1.1}@media (max-width:1024px){.Footer-module__S6Hkya__container{flex-direction:column;gap:36px;padding:36px 20px}.Footer-module__S6Hkya__mainRow{flex-direction:column;gap:36px}.Footer-module__S6Hkya__leftCol,.Footer-module__S6Hkya__middleCol,.Footer-module__S6Hkya__rightCol{flex:none;width:100%}}.Footer-module__S6Hkya__divider{background-color:#e5ece8;width:100%;height:1px}.Footer-module__S6Hkya__districtRow{flex-direction:column;gap:16px;width:100%;display:flex}.Footer-module__S6Hkya__districtGrid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.Footer-module__S6Hkya__districtLink{color:#378e5e;font-size:.85rem;font-weight:500;text-decoration:none;transition:color .3s}.Footer-module__S6Hkya__districtLink:hover{color:#008248}@media (max-width:768px){.Footer-module__S6Hkya__districtGrid{grid-template-columns:repeat(2,1fr)}}
.HeroSection-module__sBkrQG__heroSection{background-color:#0000;justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:relative;overflow:hidden}@media (min-width:1024px){.HeroSection-module__sBkrQG__heroSection{height:125vh}}.HeroSection-module__sBkrQG__parallaxWrapper{width:100%;height:100%;position:relative}.HeroSection-module__sBkrQG__layer{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.HeroSection-module__sBkrQG__fullImage{object-fit:cover;object-position:bottom center;width:100%;height:100%}.HeroSection-module__sBkrQG__layerText{opacity:0;z-index:2;justify-content:center;align-items:center;transition:all .3s ease-out;display:flex;transform:translateY(30px)scale(.98)}.HeroSection-module__sBkrQG__textContainer{text-align:center;margin-top:-18vh;padding:0 20px}.HeroSection-module__sBkrQG__heroTitle{font-family:var(--font-montserrat), sans-serif;color:#fff;text-shadow:0 10px 30px #0000004d;letter-spacing:-2px;margin:0;font-size:12rem;font-weight:800;line-height:1}.HeroSection-module__sBkrQG__heroSubtitle{font-family:var(--font-montserrat), sans-serif;color:#d1e8d9;letter-spacing:2px;text-shadow:0 4px 10px #0000004d;margin-top:10px;font-size:1.5rem;font-weight:600}.HeroSection-module__sBkrQG__layerCouch{z-index:3}.HeroSection-module__sBkrQG__layerCard7k{opacity:0;transform-origin:85% 80%;z-index:4;transition:all .3s ease-out;transform:translateY(20px)scale(.85)}.HeroSection-module__sBkrQG__layerCard10k{opacity:0;transform-origin:65% 30%;z-index:4;transition:all .3s ease-out;transform:translateY(20px)scale(.85)}.HeroSection-module__sBkrQG__layerCardBtn{opacity:0;z-index:5;pointer-events:auto;cursor:pointer;transition:all .3s ease-out;transform:translateY(20px)}.HeroSection-module__sBkrQG__animate .HeroSection-module__sBkrQG__layerText{opacity:1;transition:all 1s cubic-bezier(.2,.8,.2,1) .2s;transform:translateY(0)scale(1)}.HeroSection-module__sBkrQG__animate .HeroSection-module__sBkrQG__layerCard7k{opacity:1;transition:all .8s ease-out .4s;transform:translateY(0)scale(.85)}.HeroSection-module__sBkrQG__animate .HeroSection-module__sBkrQG__layerCard10k{opacity:1;transition:all .8s ease-out .6s;transform:translateY(0)scale(.85)}.HeroSection-module__sBkrQG__animate .HeroSection-module__sBkrQG__layerCardBtn{opacity:1;transition:all .8s ease-out .8s;transform:translateY(0)}.HeroSection-module__sBkrQG__layerCardBtn:hover{filter:brightness(1.1)}@keyframes HeroSection-module__sBkrQG__float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.HeroSection-module__sBkrQG__animate .HeroSection-module__sBkrQG__layerCard7k img{animation:4s ease-in-out .4s infinite HeroSection-module__sBkrQG__float}.HeroSection-module__sBkrQG__animate .HeroSection-module__sBkrQG__layerCard10k img{animation:4s ease-in-out 1s infinite HeroSection-module__sBkrQG__float}.HeroSection-module__sBkrQG__animate .HeroSection-module__sBkrQG__layerCardBtn img{animation:4s ease-in-out .2s infinite HeroSection-module__sBkrQG__float}@media (max-width:1024px){.HeroSection-module__sBkrQG__heroSection{height:70vh}.HeroSection-module__sBkrQG__heroTitle{font-size:8rem}}@media (max-width:768px){.HeroSection-module__sBkrQG__heroSection{height:65vh;min-height:500px}.HeroSection-module__sBkrQG__fullImage{object-position:center bottom}.HeroSection-module__sBkrQG__textContainer{margin-top:-10vh}.HeroSection-module__sBkrQG__heroTitle{font-size:4rem}.HeroSection-module__sBkrQG__heroSubtitle{letter-spacing:1px;font-size:1.1rem}.HeroSection-module__sBkrQG__layerCard7k .HeroSection-module__sBkrQG__fullImage,.HeroSection-module__sBkrQG__layerCard10k .HeroSection-module__sBkrQG__fullImage{object-fit:contain;object-position:center bottom}.HeroSection-module__sBkrQG__animate .HeroSection-module__sBkrQG__layerCard7k,.HeroSection-module__sBkrQG__animate .HeroSection-module__sBkrQG__layerCard10k{transform:translateY(0)scale(1)}}@media (max-width:480px){.HeroSection-module__sBkrQG__heroSection{height:60vh;min-height:400px}.HeroSection-module__sBkrQG__textContainer{margin-top:-20vh}.HeroSection-module__sBkrQG__heroTitle{font-size:4rem}.HeroSection-module__sBkrQG__heroSubtitle{font-size:.85rem}.HeroSection-module__sBkrQG__layerCard7k,.HeroSection-module__sBkrQG__layerCard10k{bottom:5%}}
.AboutSection-module__UGBiha__aboutSection{background-color:#0000;justify-content:center;padding:60px 20px;display:flex}.AboutSection-module__UGBiha__container{background-color:#fff;border-radius:20px;width:100%;max-width:1200px;padding:40px 60px;overflow:hidden;box-shadow:0 10px 30px #0000001a}.AboutSection-module__UGBiha__sectionHeader{margin-bottom:30px}.AboutSection-module__UGBiha__sectionTitle{color:#00a651;margin-bottom:10px;font-size:28px;font-weight:600}.AboutSection-module__UGBiha__divider{background-color:#00a651;width:100%;height:2px;margin-bottom:30px}.AboutSection-module__UGBiha__aboutContent{grid-template-columns:1fr 1.5fr;gap:40px;margin-bottom:60px;display:grid}.AboutSection-module__UGBiha__leftContent,.AboutSection-module__UGBiha__rightContent{opacity:0;will-change:transform, opacity;flex-direction:column;gap:20px;transition:all .3s ease-out;display:flex;transform:translateY(30px)}.AboutSection-module__UGBiha__leftContent.AboutSection-module__UGBiha__animate{opacity:1;transition:all .9s cubic-bezier(.16,1,.3,1) .1s;transform:translate(0,0)}.AboutSection-module__UGBiha__rightContent.AboutSection-module__UGBiha__animate{opacity:1;transition:all .9s cubic-bezier(.16,1,.3,1) .25s;transform:translate(0,0)}.AboutSection-module__UGBiha__videoWrapper{border-radius:12px;height:320px;overflow:hidden;box-shadow:0 4px 15px #0000000d}.AboutSection-module__UGBiha__videoLeft,.AboutSection-module__UGBiha__videoRight{object-fit:cover;width:100%;height:100%}.AboutSection-module__UGBiha__textHighlight{color:#00a651;font-size:16px;line-height:1.5}.AboutSection-module__UGBiha__textNormal{color:#00a651;font-size:16px;line-height:1.6}.AboutSection-module__UGBiha__customerStats{align-items:center;gap:15px;display:flex}.AboutSection-module__UGBiha__avatars{display:flex}.AboutSection-module__UGBiha__avatar{object-fit:cover;border:2px solid #fff;border-radius:50%;width:40px;height:40px;margin-left:-10px}.AboutSection-module__UGBiha__avatar:first-child{margin-left:0}.AboutSection-module__UGBiha__arrowBtn{color:#fff;cursor:pointer;background-color:#00a651;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:transform .3s;display:flex}.AboutSection-module__UGBiha__arrowBtn:hover{transform:scale(1.1)}.AboutSection-module__UGBiha__reasonsContainer{justify-content:center;align-items:flex-end;gap:30px;margin-bottom:60px;display:flex}.AboutSection-module__UGBiha__reasonItem{text-align:center;opacity:0;will-change:transform, opacity;flex:1;width:100%;max-width:320px;transition:all .3s ease-out;transform:translateY(30px)}.AboutSection-module__UGBiha__sideReason{margin-bottom:30px}.AboutSection-module__UGBiha__centerReason{flex-direction:column;justify-content:flex-end;display:flex}.AboutSection-module__UGBiha__reasonItem:first-child.AboutSection-module__UGBiha__animate{opacity:1;transition:all .9s cubic-bezier(.16,1,.3,1) .1s;transform:translate(0,0)}.AboutSection-module__UGBiha__reasonItem:nth-child(2).AboutSection-module__UGBiha__animate{opacity:1;transition:all .9s cubic-bezier(.16,1,.3,1) .25s;transform:translate(0,0)}.AboutSection-module__UGBiha__reasonItem:nth-child(3).AboutSection-module__UGBiha__animate{opacity:1;transition:all .9s cubic-bezier(.16,1,.3,1) .4s;transform:translate(0,0)}.AboutSection-module__UGBiha__reasonsTitle{color:#00a651;text-align:center;margin-bottom:40px;font-size:36px;font-weight:400;line-height:1.3}.AboutSection-module__UGBiha__reasonImageWrapper{aspect-ratio:4/5;border-radius:24px;width:100%;margin-bottom:15px;overflow:hidden}.AboutSection-module__UGBiha__reasonImage{object-fit:cover;width:100%;height:100%}.AboutSection-module__UGBiha__reasonTitle{color:#00a651;margin-bottom:5px;font-size:20px;font-weight:700}.AboutSection-module__UGBiha__reasonDesc{color:#00a651;font-size:16px}.AboutSection-module__UGBiha__partnersContainer{margin-top:40px}.AboutSection-module__UGBiha__partnersHeader{opacity:0;will-change:transform, opacity;transition:all .3s ease-out;transform:translateY(20px)}.AboutSection-module__UGBiha__animate .AboutSection-module__UGBiha__partnersHeader{opacity:1;transition:all .9s cubic-bezier(.16,1,.3,1) .85s;transform:translate(0,0)}.AboutSection-module__UGBiha__marqueeContainer{opacity:0;will-change:transform, opacity;width:100%;margin-top:30px;transition:all .3s ease-out;overflow:hidden;transform:translateY(20px)}.AboutSection-module__UGBiha__animate .AboutSection-module__UGBiha__marqueeContainer{opacity:1;transition:all .9s cubic-bezier(.16,1,.3,1) 1s;transform:translate(0,0)}.AboutSection-module__UGBiha__marqueeTrack{align-items:center;gap:50px;width:max-content;animation:25s linear infinite AboutSection-module__UGBiha__marquee;display:flex}.AboutSection-module__UGBiha__marqueeTrack:hover{animation-play-state:paused}.AboutSection-module__UGBiha__partnerLogo{object-fit:contain;max-width:150px;height:40px}@keyframes AboutSection-module__UGBiha__marquee{0%{transform:translate(0,0)}to{transform:translate(calc(-50% - 25px))}}@media (max-width:768px){.AboutSection-module__UGBiha__aboutContent{grid-template-columns:1fr}.AboutSection-module__UGBiha__reasonsContainer{flex-direction:column;align-items:center}.AboutSection-module__UGBiha__reasonItem{width:100%;max-width:380px}.AboutSection-module__UGBiha__sideReason{margin-bottom:0}.AboutSection-module__UGBiha__reasonsTitle{margin-bottom:20px;font-size:32px}.AboutSection-module__UGBiha__container{padding:20px}}
.EventsSection-module__JGLbRq__eventsSection{color:#fff;width:100%;padding-bottom:40px;position:relative;overflow:hidden}.EventsSection-module__JGLbRq__container{max-width:1200px;margin:0 auto;padding:0 20px}.EventsSection-module__JGLbRq__sectionHeader,.EventsSection-module__JGLbRq__description,.EventsSection-module__JGLbRq__eventCard,.EventsSection-module__JGLbRq__rightContent{opacity:0;transition:opacity .4s ease-out,transform .4s ease-out;transform:translateY(40px)}.EventsSection-module__JGLbRq__animate .EventsSection-module__JGLbRq__sectionHeader,.EventsSection-module__JGLbRq__animate .EventsSection-module__JGLbRq__description,.EventsSection-module__JGLbRq__animate .EventsSection-module__JGLbRq__eventCard,.EventsSection-module__JGLbRq__animate .EventsSection-module__JGLbRq__rightContent{opacity:1;transform:translateY(0)}.EventsSection-module__JGLbRq__animate .EventsSection-module__JGLbRq__sectionHeader{transition-delay:0s}.EventsSection-module__JGLbRq__animate .EventsSection-module__JGLbRq__description{transition-delay:.1s}.EventsSection-module__JGLbRq__animate .EventsSection-module__JGLbRq__eventCard:first-child{transition-delay:.2s}.EventsSection-module__JGLbRq__animate .EventsSection-module__JGLbRq__eventCard:nth-child(2){transition-delay:.3s}.EventsSection-module__JGLbRq__animate .EventsSection-module__JGLbRq__rightContent{transition-delay:.4s}.EventsSection-module__JGLbRq__sectionHeader{text-align:right;margin-bottom:40px}.EventsSection-module__JGLbRq__sectionTitle{margin:0 0 10px;font-size:2.5rem;font-weight:300}.EventsSection-module__JGLbRq__divider{background-color:#fff;width:100%;height:2px}.EventsSection-module__JGLbRq__contentGrid{align-items:stretch;gap:40px;display:flex}.EventsSection-module__JGLbRq__leftContent{flex:1;width:50%}.EventsSection-module__JGLbRq__description{max-width:90%;margin-bottom:40px;font-size:1.1rem;line-height:1.5}.EventsSection-module__JGLbRq__eventCards{flex-direction:column;gap:20px;display:flex}.EventsSection-module__JGLbRq__eventCard{background:#fff;border-radius:20px;display:flex;overflow:hidden;box-shadow:0 10px 30px #0000001a}.EventsSection-module__JGLbRq__animate .EventsSection-module__JGLbRq__eventCard:hover{transition-duration:.3s;transition-delay:0s;transform:translateY(-5px)}.EventsSection-module__JGLbRq__cardImageWrapper{flex:0 0 35%;position:relative}.EventsSection-module__JGLbRq__cardImage{object-fit:cover;width:100%;height:100%}.EventsSection-module__JGLbRq__cardContent{color:#333;flex:1;padding:20px}.EventsSection-module__JGLbRq__cardTitle{color:#175e3a;text-transform:uppercase;margin:0 0 10px;font-size:1rem;font-weight:700;line-height:1.4}.EventsSection-module__JGLbRq__cardDate{color:#8fa096;text-transform:uppercase;margin-bottom:15px;font-size:.8rem}.EventsSection-module__JGLbRq__cardDesc{color:#666;margin:0;font-size:.9rem;font-style:italic;line-height:1.5}.EventsSection-module__JGLbRq__rightContent{border-radius:20px;flex-direction:column;flex:1;width:50%;min-width:0;display:flex;position:relative}.EventsSection-module__JGLbRq__carouselWrapper{flex:1;width:100%;position:relative}.EventsSection-module__JGLbRq__carouselWrapper .swiper{width:100%!important;height:100%!important}.EventsSection-module__JGLbRq__carouselWrapper .swiper-slide{height:100%!important}.EventsSection-module__JGLbRq__slideImageWrapper{border-radius:20px;width:100%;height:100%;position:relative;overflow:hidden}@media (max-width:992px){.EventsSection-module__JGLbRq__slideImageWrapper{height:400px}}@media (max-width:768px){.EventsSection-module__JGLbRq__slideImageWrapper{height:350px}}@media (max-width:480px){.EventsSection-module__JGLbRq__slideImageWrapper{height:300px}}.EventsSection-module__JGLbRq__slideImage{object-fit:cover;border-radius:20px;width:100%;height:100%}.EventsSection-module__JGLbRq__seeMoreBtn{color:#175e3a;cursor:pointer;z-index:10;background:#fff;border:none;border-radius:30px;align-items:center;gap:10px;padding:8px 20px;font-size:1rem;font-weight:600;transition:all .3s;display:flex;position:absolute;bottom:20px;left:50%;transform:translate(-50%);box-shadow:0 5px 15px #0003}.EventsSection-module__JGLbRq__seeMoreBtn:hover{background:#f0f0f0;transform:translate(-50%)scale(1.05)}.EventsSection-module__JGLbRq__arrowCircle{color:#fff;background:#009951;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:flex}@media (max-width:992px){.EventsSection-module__JGLbRq__contentGrid{flex-direction:column}.EventsSection-module__JGLbRq__leftContent,.EventsSection-module__JGLbRq__rightContent{width:100%;max-width:100%}.EventsSection-module__JGLbRq__rightContent{height:400px;min-height:400px;margin-top:20px}}@media (max-width:768px){.EventsSection-module__JGLbRq__sectionTitle{text-align:center;font-size:2rem}.EventsSection-module__JGLbRq__sectionHeader{text-align:center}.EventsSection-module__JGLbRq__description{text-align:center;max-width:100%}.EventsSection-module__JGLbRq__eventCard{flex-direction:column}.EventsSection-module__JGLbRq__cardImageWrapper{flex:none;height:220px}.EventsSection-module__JGLbRq__rightContent{height:350px;min-height:350px}.EventsSection-module__JGLbRq__carouselNavPrev{left:10px!important}.EventsSection-module__JGLbRq__carouselNavNext{right:10px!important}}@media (max-width:480px){.EventsSection-module__JGLbRq__sectionTitle{font-size:1.7rem}.EventsSection-module__JGLbRq__cardTitle{font-size:.95rem}.EventsSection-module__JGLbRq__cardDesc{font-size:.85rem}.EventsSection-module__JGLbRq__cardImageWrapper{height:180px}.EventsSection-module__JGLbRq__rightContent{height:300px;min-height:300px}.EventsSection-module__JGLbRq__seeMoreBtn{padding:6px 16px;font-size:.9rem}}
.RoomCard-module__YyALZa__roomCard{perspective:1500px;cursor:pointer;width:100%;height:600px;animation:.7s cubic-bezier(.16,1,.3,1) both RoomCard-module__YyALZa__fadeInUp;position:relative;-webkit-backdrop-filter:none!important;box-shadow:none!important;contain:none!important;content-visibility:visible!important;background:0 0!important;border:none!important}@keyframes RoomCard-module__YyALZa__fadeInUp{0%{opacity:0;transform:translateY(24px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.RoomCard-module__YyALZa__roomCardInner{width:100%;height:100%;transform-style:preserve-3d;transition:transform .8s cubic-bezier(.175,.885,.32,1.275);position:relative}.RoomCard-module__YyALZa__roomCardFlipped{transform:rotateY(180deg)}.RoomCard-module__YyALZa__roomCardFront,.RoomCard-module__YyALZa__roomCardBack{backface-visibility:hidden;-webkit-backdrop-filter:blur(8px);background:#fffffff0;border:1px solid #fff9;border-radius:20px;flex-direction:column;width:100%;height:100%;transition:box-shadow .3s,border-color .3s,transform .3s;display:flex;position:absolute;top:0;left:0;overflow:hidden;transform:translateZ(0);box-shadow:0 10px 35px #0000001f}.RoomCard-module__YyALZa__roomCardBack{transform:rotateY(180deg)}.RoomCard-module__YyALZa__roomCard:hover .RoomCard-module__YyALZa__roomCardFront,.RoomCard-module__YyALZa__roomCard:hover .RoomCard-module__YyALZa__roomCardBack{border-color:#ffffffe6;box-shadow:0 16px 45px #378e5e2e}.RoomCard-module__YyALZa__roomCardInner:hover{will-change:transform}.RoomCard-module__YyALZa__roomCardImage{aspect-ratio:16/11.5;background:#f1f5f9;flex-shrink:0;height:auto;max-height:220px;position:relative;overflow:hidden}.RoomCard-module__YyALZa__roomCardSlider{touch-action:pan-y;width:100%;height:100%;position:relative}.RoomCard-module__YyALZa__roomCardTrack{will-change:transform;height:100%;transition:transform .5s cubic-bezier(.4,0,.2,1);display:flex}.RoomCard-module__YyALZa__roomCardSlide{flex:0 0 100%;width:100%;height:100%}.RoomCard-module__YyALZa__roomCardSlide img{object-fit:cover;width:100%;height:100%}.RoomCard-module__YyALZa__noImagePlaceholder{color:#94a3b8;background:linear-gradient(135deg,#f1f5f9 0%,#e2e8f0 100%);flex-direction:column;justify-content:center;align-items:center;gap:12px;display:flex!important}.RoomCard-module__YyALZa__noImagePlaceholder span:first-child{opacity:.5;font-size:48px}.RoomCard-module__YyALZa__noImagePlaceholder span:last-child{text-transform:uppercase;letter-spacing:1px;opacity:.7;font-size:13px;font-weight:600}.RoomCard-module__YyALZa__roomCardBadge{z-index:5;text-transform:uppercase;letter-spacing:.5px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#1e293b;background:#fffffff2;border-radius:20px;align-items:center;gap:6px;padding:5px 12px;font-size:11px;font-weight:700;display:flex;position:absolute;top:12px;left:12px;box-shadow:0 4px 12px #00000026}.RoomCard-module__YyALZa__statusAvailable{color:#16a34a!important}.RoomCard-module__YyALZa__statusOccupied{color:#dc2626!important}.RoomCard-module__YyALZa__statusSoon{color:#ea580c!important}.RoomCard-module__YyALZa__badgeDot{background-color:currentColor;border-radius:50%;width:6px;height:6px}.RoomCard-module__YyALZa__favoriteCardBtn{-webkit-backdrop-filter:blur(12px);cursor:pointer;z-index:10;color:#64748b;background:#ffffffbf;border:1px solid #ffffff80;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;top:12px;right:12px;box-shadow:0 6px 15px #00000014}.RoomCard-module__YyALZa__favoriteCardBtn:hover{color:#ef4444;background:#fff;border-color:#ef444433;transform:scale(1.15)translateY(-1px);box-shadow:0 10px 20px #ef444433}.RoomCard-module__YyALZa__favoriteCardBtn.RoomCard-module__YyALZa__favorited{color:#ef4444;background:#fff;box-shadow:0 4px 12px #ef444426}.RoomCard-module__YyALZa__favoriteCardBtn.RoomCard-module__YyALZa__favorited:hover{color:#dc2626;transform:scale(1.1)}.RoomCard-module__YyALZa__heartIconOutline{transition:transform .2s}.RoomCard-module__YyALZa__heartIconFilled{animation:.35s cubic-bezier(.175,.885,.32,1.275) both RoomCard-module__YyALZa__heartBeat}@keyframes RoomCard-module__YyALZa__heartBeat{0%{transform:scale(.8)}50%{transform:scale(1.3)}to{transform:scale(1)}}.RoomCard-module__YyALZa__badgeDot{border-radius:50%;width:6px;height:6px}.RoomCard-module__YyALZa__thumbnailsOuterContainer{background:#f8fafca6;border-bottom:1px solid #e2e8f099;flex-shrink:0;justify-content:center;align-items:center;gap:8px;width:100%;padding:6px 12px;display:flex}.RoomCard-module__YyALZa__roomCardThumbnails{flex-shrink:0;justify-content:center;gap:8px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden}.RoomCard-module__YyALZa__thumbArrowBtn{color:#378e5e;cursor:pointer;background:#fff;border:1px solid #e2e8f0cc;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;transition:all .2s;display:flex;box-shadow:0 2px 6px #0000000d}.RoomCard-module__YyALZa__thumbArrowBtn:hover{color:#fff;background:#378e5e;border-color:#378e5e;transform:scale(1.08)}.RoomCard-module__YyALZa__thumbArrowBtn span{font-size:18px!important;font-weight:700!important}.RoomCard-module__YyALZa__sliderArrowBtn{-webkit-backdrop-filter:blur(4px);color:#184128;cursor:pointer;z-index:10;opacity:0;background:#ffffffd9;border:none;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 10px #00000026}.RoomCard-module__YyALZa__roomCardImage:hover .RoomCard-module__YyALZa__sliderArrowBtn{opacity:1}.RoomCard-module__YyALZa__sliderArrowLeft{left:12px}.RoomCard-module__YyALZa__sliderArrowRight{right:12px}.RoomCard-module__YyALZa__sliderArrowBtn:hover{color:#fff;background:#378e5e;transform:translateY(-50%)scale(1.1)}.RoomCard-module__YyALZa__sliderArrowBtn span{font-size:20px!important;font-weight:700!important}.RoomCard-module__YyALZa__cardThumb{cursor:pointer;border:2px solid #0000;border-radius:8px;flex-shrink:0;width:46px;height:46px;transition:all .2s cubic-bezier(.4,0,.2,1);overflow:hidden}.RoomCard-module__YyALZa__cardThumbActive{border-color:#378e5e;transform:scale(1.05);box-shadow:0 2px 8px #378e5e40}.RoomCard-module__YyALZa__mainImg{object-fit:cover;width:100%;height:100%;display:block}.RoomCard-module__YyALZa__roomCardContent{flex-direction:column;flex:1;gap:8px;padding:16px;display:flex;overflow:hidden}.RoomCard-module__YyALZa__roomCardHeaderSection{flex-direction:column;flex-shrink:0;gap:4px;display:flex}.RoomCard-module__YyALZa__frontHeaderRow{justify-content:space-between;align-items:flex-start;margin-bottom:8px;display:flex}.RoomCard-module__YyALZa__titleWrapper{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:4px;min-height:44px;display:flex}.RoomCard-module__YyALZa__roomTypeBadge{color:#4338ca;white-space:nowrap;background-color:#e0e7ff;border:1px solid #4f46e52e;border-radius:12px;align-items:center;padding:2px 9px;font-size:11px;font-weight:600;line-height:1.3;display:inline-flex}.RoomCard-module__YyALZa__roomCardTitle{color:#184128;margin:0;font-size:18px;font-weight:700;transition:color .2s}.RoomCard-module__YyALZa__roomCard:hover .RoomCard-module__YyALZa__roomCardTitle{color:#378e5e}.RoomCard-module__YyALZa__roomCardSubInfo{flex-direction:column;gap:4px;min-height:48px;display:flex}.RoomCard-module__YyALZa__infoLine{color:#475569;align-items:flex-start;gap:8px;font-size:13px;display:flex}.RoomCard-module__YyALZa__infoLineIcon{margin-top:2px;color:#378e5e!important}.RoomCard-module__YyALZa__infoLineText{color:#334155;-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;margin:0;font-size:13px;line-height:1.4;display:-webkit-box;overflow:hidden}.RoomCard-module__YyALZa__roomCardFurnitures{box-sizing:border-box;border-top:1px solid #e2e8f0cc;border-bottom:1px solid #e2e8f0cc;flex-shrink:0;grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(4,1fr);place-content:center;place-items:center;gap:6px;height:84px;margin-top:auto;padding:6px 0;display:grid;overflow:hidden}.RoomCard-module__YyALZa__cardFurnitureItem{color:#475569;flex-direction:column;align-items:center;gap:4px;transition:color .2s;display:flex}.RoomCard-module__YyALZa__cardFurnitureItem:hover{color:#184128}.RoomCard-module__YyALZa__cardFurnitureItem span:first-child{color:#378e5e;font-size:20px}.RoomCard-module__YyALZa__cardFurnitureItem span:last-child{text-transform:uppercase;white-space:nowrap;font-size:10px;font-weight:600}.RoomCard-module__YyALZa__cardFurnitureItemMore{border-radius:8px;padding:2px 0;font-weight:700;color:#378e5e!important;background:#378e5e1a!important;border:1px solid #378e5e40!important}.RoomCard-module__YyALZa__cardFurnitureItemMore span{color:#378e5e!important}.RoomCard-module__YyALZa__roomCardFooter{flex-shrink:0;justify-content:space-between;align-items:flex-end;margin-top:auto;padding-top:6px;display:flex}.RoomCard-module__YyALZa__priceValue{color:#378e5e;text-align:right;font-size:18px;font-weight:800;line-height:1.2}.RoomCard-module__YyALZa__priceUnit{color:#64748b;font-size:11px;font-weight:600}.RoomCard-module__YyALZa__cardActionBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#378e5e 0%,#225a38 100%);border:1px solid #ffffff26;border-radius:50px;width:100%;padding:9px 20px;font-size:13px;font-weight:700;transition:all .3s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 15px #378e5e40}.RoomCard-module__YyALZa__cardActionBtn:hover{background:linear-gradient(135deg,#40a36c 0%,#2b704a 100%);transform:translateY(-2px)scale(1.02);box-shadow:0 8px 25px #378e5e59}.RoomCard-module__YyALZa__cardActionBtn:active{transform:translateY(0)scale(.97);box-shadow:0 4px 10px #378e5e33}.RoomCard-module__YyALZa__roomCardContentBack{flex-direction:column;flex:1;gap:12px;height:100%;padding:20px;display:flex}.RoomCard-module__YyALZa__backHeaderRow{justify-content:space-between;align-items:flex-start;display:flex}.RoomCard-module__YyALZa__roomCardTitleBack{color:#184128;margin:0;font-size:20px;font-weight:700}.RoomCard-module__YyALZa__backBadge{margin-top:8px!important;display:inline-flex!important;position:static!important}.RoomCard-module__YyALZa__backPriceValue{color:#378e5e;text-align:right;font-size:20px;font-weight:800;line-height:1.2}.RoomCard-module__YyALZa__backPriceUnit{color:#64748b;font-size:11px;font-weight:600}.RoomCard-module__YyALZa__backSubInfoContainer{flex-direction:column;gap:8px;display:flex}.RoomCard-module__YyALZa__backInfoIcon{margin-top:2px;font-size:18px;color:#d97706!important}.RoomCard-module__YyALZa__backProjectCode{color:#184128}.RoomCard-module__YyALZa__backAddressText{color:#334155;margin:0}.RoomCard-module__YyALZa__backCostsContainer{border-top:1px solid #e2e8f0cc;flex-direction:column;gap:6px;padding-top:10px;display:flex}.RoomCard-module__YyALZa__backSectionTitle{color:#d97706;text-transform:uppercase;letter-spacing:.5px;margin:0 0 4px;font-size:12px;font-weight:700}.RoomCard-module__YyALZa__backCostsList{flex-direction:column;gap:8px;max-height:140px;padding-right:4px;display:flex;overflow-y:auto}.RoomCard-module__YyALZa__backCostsList::-webkit-scrollbar{width:4px}.RoomCard-module__YyALZa__backCostsList::-webkit-scrollbar-thumb{background-color:#0000001a;border-radius:4px}.RoomCard-module__YyALZa__backCostItem{color:#334155;justify-content:space-between;font-size:13px;display:flex}.RoomCard-module__YyALZa__backCostName{color:#475569}.RoomCard-module__YyALZa__backCostDescription{color:#94a3b8;margin-top:2px;font-size:10px;display:block}.RoomCard-module__YyALZa__backCostAmount{color:#d97706;font-weight:700}.RoomCard-module__YyALZa__backSectionEmpty{color:#94a3b8;font-size:12px;font-style:italic}.RoomCard-module__YyALZa__backFurnituresContainer{border-top:1px solid #e2e8f0cc;flex-direction:column;gap:6px;padding-top:10px;display:flex}.RoomCard-module__YyALZa__backFurnitureList{flex-wrap:wrap;gap:6px;display:flex}.RoomCard-module__YyALZa__backFurnitureTag{color:#184128;background:#378e5e1a;border:1px solid #378e5e33;border-radius:20px;align-items:center;gap:4px;padding:3px 10px;font-size:11px;font-weight:600;display:inline-flex}.RoomCard-module__YyALZa__backFurnitureTagIcon{color:#378e5e;font-size:13px}.RoomCard-module__YyALZa__backFurnitureEmpty{color:#94a3b8;font-size:12px;font-style:italic}.RoomCard-module__YyALZa__frontFurnitureEmpty{color:#94a3b8;text-align:center;grid-column:1/-1;justify-content:center;align-items:center;height:100%;font-size:12px;display:flex}.RoomCard-module__YyALZa__backInstruction{text-align:center;color:#64748b;margin-top:auto;padding:6px 0;font-size:11px;font-style:italic}@media (max-width:768px){.RoomCard-module__YyALZa__roomCard{height:600px!important}.RoomCard-module__YyALZa__roomCardContent{gap:6px!important;padding:12px 14px!important}.RoomCard-module__YyALZa__roomCardTitle,.RoomCard-module__YyALZa__priceValue{font-size:16px!important}.RoomCard-module__YyALZa__roomCardFurnitures{grid-template-rows:repeat(2,1fr)!important;gap:4px!important;height:72px!important}.RoomCard-module__YyALZa__backCostsList{max-height:110px!important}.RoomCard-module__YyALZa__roomCardContentBack{gap:10px!important;padding:16px 14px!important}}
.RoomListCard-module__mrkGUG__cardContainer{-webkit-backdrop-filter:blur(12px);color:#fff;background:#ffffff1a;border:1px solid #ffffff2e;border-radius:14px;flex-direction:column;width:100%;min-width:0;height:215px;text-decoration:none;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex;overflow:hidden;box-shadow:0 3px 12px #00000026}.RoomListCard-module__mrkGUG__cardContainer:hover{border-color:#ffffff4d;transform:translateY(-2px);box-shadow:0 6px 20px #00000040}.RoomListCard-module__mrkGUG__imageWrapper{background:#00000040;flex-shrink:0;width:100%;height:110px;position:relative;overflow:hidden}.RoomListCard-module__mrkGUG__roomImage{object-fit:cover;width:100%;height:100%;transition:transform .5s;display:block}.RoomListCard-module__mrkGUG__cardContainer:hover .RoomListCard-module__mrkGUG__roomImage{transform:scale(1.05)}.RoomListCard-module__mrkGUG__noImage{color:#ffffff59;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:100%;height:100%;font-size:10px;display:flex}.RoomListCard-module__mrkGUG__noImage span{font-size:26px!important}.RoomListCard-module__mrkGUG__favoriteBtn{cursor:pointer;color:#fff;z-index:2;background:#00000080;border:1px solid #fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;padding:0;transition:all .2s;display:flex;position:absolute;top:6px;right:6px}.RoomListCard-module__mrkGUG__favoriteBtn:hover{background:#000000b3;transform:scale(1.1)}.RoomListCard-module__mrkGUG__heartIconFilled{color:#ef4444;display:block}.RoomListCard-module__mrkGUG__heartIconOutline{color:#ffffffe6;display:block}.RoomListCard-module__mrkGUG__infoWrapper{flex-direction:column;flex:1;justify-content:space-between;min-width:0;padding:7px 9px 6px;display:flex;overflow:hidden}.RoomListCard-module__mrkGUG__headerRow{align-items:center;min-width:0;display:flex}.RoomListCard-module__mrkGUG__roomCode{color:#fff;letter-spacing:.3px;white-space:nowrap;text-overflow:ellipsis;background:linear-gradient(135deg,#2e7d54 0%,#1a5235 100%);border-radius:5px;max-width:100%;padding:2px 7px;font-size:11px;font-weight:800;overflow:hidden}.RoomListCard-module__mrkGUG__detailsRow{flex-direction:column;gap:1px;width:100%;min-width:0;display:flex}.RoomListCard-module__mrkGUG__infoLine{color:#ffffffb3;align-items:flex-start;gap:3px;width:100%;min-width:0;font-size:10px;line-height:1.3;display:flex}.RoomListCard-module__mrkGUG__infoIcon{color:#ffffff73;flex-shrink:0;font-size:11px!important}.RoomListCard-module__mrkGUG__infoText{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}.RoomListCard-module__mrkGUG__addressText{-webkit-line-clamp:2;white-space:normal;-webkit-box-orient:vertical;flex:1;min-width:0;line-height:1.35;display:-webkit-box;overflow:hidden}.RoomListCard-module__mrkGUG__priceRow{justify-content:flex-end;align-items:baseline;min-width:0;display:flex}.RoomListCard-module__mrkGUG__priceText{color:#4ade80;letter-spacing:.2px;white-space:nowrap;font-size:12px;font-weight:800}.RoomListCard-module__mrkGUG__priceUnit{color:#ffffff8c;white-space:nowrap;margin-left:1px;font-size:9px;font-weight:500}.RoomListCard-module__mrkGUG__roomTypeBadge{color:#4f46e5;white-space:nowrap;text-transform:uppercase;background-color:#e0e7ff;border-radius:9px;margin-left:6px;padding:1px 6px;font-size:9px;font-weight:700}
.HomepageRoomsSection-module__gaCOXq__section{justify-content:center;width:100%;padding:40px 20px 20px;display:flex;position:relative;overflow:hidden}.HomepageRoomsSection-module__gaCOXq__container{z-index:2;width:100%;max-width:1200px}.HomepageRoomsSection-module__gaCOXq__header{text-align:center;opacity:0;will-change:transform, opacity;flex-direction:column;align-items:center;margin-bottom:30px;transition:all .8s cubic-bezier(.16,1,.3,1);display:flex;transform:translateY(30px)}.HomepageRoomsSection-module__gaCOXq__header.HomepageRoomsSection-module__gaCOXq__animate{opacity:1;transform:translateY(0)}.HomepageRoomsSection-module__gaCOXq__title{color:#fff;font-family:var(--font-montserrat), sans-serif;letter-spacing:-.5px;text-shadow:0 4px 12px #0000001a;max-width:1100px;margin-bottom:12px;font-size:2.2rem;font-weight:700;line-height:1.3}.HomepageRoomsSection-module__gaCOXq__mobileOnlyBr{display:none}.HomepageRoomsSection-module__gaCOXq__subtitle{color:#ffffffbf;max-width:700px;margin-bottom:16px;font-size:1.05rem;font-weight:400;line-height:1.6}.HomepageRoomsSection-module__gaCOXq__titleLine{background:linear-gradient(90deg,#0000,#74b868,#0000);border-radius:2px;width:150px;height:3px}.HomepageRoomsSection-module__gaCOXq__roomsFlex{opacity:0;will-change:transform, opacity;width:100%;margin-bottom:30px;transition:all .6s cubic-bezier(.16,1,.3,1);transform:translateY(30px)}.HomepageRoomsSection-module__gaCOXq__roomsFlex.HomepageRoomsSection-module__gaCOXq__animate{opacity:1;transform:translateY(0)}.HomepageRoomsSection-module__gaCOXq__desktopSliderWrapper{width:100%;display:block;position:relative}.HomepageRoomsSection-module__gaCOXq__mobileGridWrapper{display:none}.HomepageRoomsSection-module__gaCOXq__roomsSwiper{width:100%;position:relative;padding-bottom:45px!important}.HomepageRoomsSection-module__gaCOXq__roomSlide{height:auto;display:flex}.HomepageRoomsSection-module__gaCOXq__roomSlideInner{width:100%;height:100%}.HomepageRoomsSection-module__gaCOXq__desktopSliderWrapper .swiper-pagination{justify-content:center;align-items:center;gap:6px;display:flex;bottom:0!important}.HomepageRoomsSection-module__gaCOXq__desktopSliderWrapper .swiper-pagination-bullet{opacity:.7;cursor:pointer;background:#fff6;border-radius:5px;width:10px;height:10px;transition:all .3s cubic-bezier(.16,1,.3,1);margin:0!important}.HomepageRoomsSection-module__gaCOXq__desktopSliderWrapper .swiper-pagination-bullet:hover{opacity:1;background:#ffffffe6}.HomepageRoomsSection-module__gaCOXq__desktopSliderWrapper .swiper-pagination-bullet-active{opacity:1;background:#378e5e;border-radius:5px;width:28px;box-shadow:0 0 10px #378e5e80}.HomepageRoomsSection-module__gaCOXq__swiperNavBtn{z-index:20;color:#184128;cursor:pointer;-webkit-backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #ffffffe6;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;top:calc(50% - 40px);box-shadow:0 8px 24px #0000002e}.HomepageRoomsSection-module__gaCOXq__swiperNavBtn:hover{color:#fff;background:#378e5e;border-color:#378e5e;transform:scale(1.1);box-shadow:0 12px 28px #378e5e66}.HomepageRoomsSection-module__gaCOXq__swiperNavBtn:active{transform:scale(.95)}.HomepageRoomsSection-module__gaCOXq__swiperNavBtn.swiper-button-disabled{opacity:.3;cursor:not-allowed;pointer-events:none}.HomepageRoomsSection-module__gaCOXq__swiperPrev{left:-23px}.HomepageRoomsSection-module__gaCOXq__swiperNext{right:-23px}.HomepageRoomsSection-module__gaCOXq__viewAllContainer{opacity:0;will-change:transform, opacity;justify-content:center;margin-top:20px;transition:all .8s cubic-bezier(.16,1,.3,1) .3s;display:flex;transform:translateY(20px)}.HomepageRoomsSection-module__gaCOXq__viewAllContainer.HomepageRoomsSection-module__gaCOXq__animate{opacity:1;transform:translateY(0)}.HomepageRoomsSection-module__gaCOXq__viewAllButton{color:#fff;-webkit-backdrop-filter:blur(10px);background:#ffffff14;border:1px solid #fff3;border-radius:50px;align-items:center;padding:14px 36px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 10px 20px #00000014}.HomepageRoomsSection-module__gaCOXq__viewAllButton:hover{color:#184128;background:#fff;border-color:#fff;transform:translateY(-3px);box-shadow:0 15px 30px #00000026}@media (max-width:992px){.HomepageRoomsSection-module__gaCOXq__title{font-size:1.8rem}}.HomepageRoomsSection-module__gaCOXq__mobileOnlyField{display:none}.HomepageRoomsSection-module__gaCOXq__filterBarContainer{z-index:50;opacity:0;will-change:transform, opacity;background-color:#fff;border-radius:50px;align-items:center;gap:15px;margin-bottom:30px;padding:10px 20px;transition:all .8s cubic-bezier(.16,1,.3,1) .15s;display:flex;position:relative;transform:translateY(20px);box-shadow:0 10px 30px #0000000d}.HomepageRoomsSection-module__gaCOXq__filterBarContainer.HomepageRoomsSection-module__gaCOXq__animate{opacity:1;transform:translateY(0)}.HomepageRoomsSection-module__gaCOXq__quickFilterInputWrapper{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:30px;flex:1.5;align-items:center;height:44px;padding:8px 16px;display:flex}.HomepageRoomsSection-module__gaCOXq__quickInput{color:#334155;background:0 0;border:none;outline:none;width:100%;margin-left:8px;font-size:14px}.HomepageRoomsSection-module__gaCOXq__searchIcon{color:#94a3b8}.HomepageRoomsSection-module__gaCOXq__quickSelect{flex:1}.HomepageRoomsSection-module__gaCOXq__advFilterBtn{color:#184128;cursor:pointer;background:0 0;border:1px solid #18412833;border-radius:50px;align-items:center;gap:8px;height:44px;padding:10px 20px;font-size:14px;font-weight:600;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex}.HomepageRoomsSection-module__gaCOXq__advFilterBtn:hover{background:#1841280d;border-color:#184128;transform:translateY(-1px)}.HomepageRoomsSection-module__gaCOXq__quickSearchBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#378e5e 0%,#2b704a 100%);border:none;border-radius:50px;height:44px;padding:11px 28px;font-size:14px;font-weight:700;transition:all .3s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 15px #378e5e33}.HomepageRoomsSection-module__gaCOXq__quickSearchBtn:hover{background:linear-gradient(135deg,#40a36c 0%,#2b704a 100%);transform:translateY(-1px);box-shadow:0 6px 20px #378e5e4d}.HomepageRoomsSection-module__gaCOXq__midpointTriggerBtn{color:#1e293b;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#6366f126 0%,#a855f726 100%);border:1px solid #a855f759;border-radius:50px;align-items:center;gap:8px;height:44px;padding:10px 20px;font-size:14px;font-weight:700;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex}.HomepageRoomsSection-module__gaCOXq__midpointTriggerBtn:hover{background:linear-gradient(135deg,#6366f140 0%,#a855f740 100%);border-color:#a855f799;transform:translateY(-1px);box-shadow:0 4px 16px #6366f133}.HomepageRoomsSection-module__gaCOXq__customSelectWrapper{position:relative}.HomepageRoomsSection-module__gaCOXq__filterSelect{cursor:pointer;background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:30px;align-items:center;width:100%;height:44px;padding:10px 20px;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.HomepageRoomsSection-module__gaCOXq__filterSelect:hover,.HomepageRoomsSection-module__gaCOXq__filterSelectOpen{background-color:#fff;border-color:#cbd5e1;box-shadow:0 4px 12px #0000000d}.HomepageRoomsSection-module__gaCOXq__filterSelectOpen{border-color:#378e5e;box-shadow:0 0 0 3px #378e5e26}.HomepageRoomsSection-module__gaCOXq__selectedValue{color:#334155;white-space:nowrap;text-overflow:ellipsis;-webkit-user-select:none;user-select:none;padding-right:18px;font-size:14px;font-weight:500;overflow:hidden}.HomepageRoomsSection-module__gaCOXq__customDropdown{-webkit-backdrop-filter:blur(8px);z-index:100;background:#fffffffa;border:1px solid #e2e8f0e6;border-radius:16px;max-height:250px;padding:8px;animation:.3s cubic-bezier(.2,.8,.2,1) HomepageRoomsSection-module__gaCOXq__dropdownFadeIn;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow-y:auto;box-shadow:0 12px 40px #00000014,0 4px 12px #0000000a}.HomepageRoomsSection-module__gaCOXq__customDropdownItem{color:#475569;cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:10px;align-items:center;padding:10px 14px;font-size:14px;transition:all .3s cubic-bezier(.2,.8,.2,1);display:flex;position:relative;overflow:hidden}.HomepageRoomsSection-module__gaCOXq__customDropdownItem:before{content:"";transform-origin:50%;background-color:#378e5e;border-radius:4px;width:4px;height:100%;transition:transform .3s cubic-bezier(.2,.8,.2,1);position:absolute;top:0;left:0;transform:scaleY(0)}.HomepageRoomsSection-module__gaCOXq__customDropdownItem:hover{color:#184128;background-color:#378e5e0f;transform:translate(4px)}.HomepageRoomsSection-module__gaCOXq__customDropdownItem:hover:before{transform:scaleY(.6)}.HomepageRoomsSection-module__gaCOXq__customDropdownItemSelected{color:#378e5e;background-color:#378e5e1a;font-weight:600}.HomepageRoomsSection-module__gaCOXq__customDropdownItemSelected:before{transform:scaleY(1)}.HomepageRoomsSection-module__gaCOXq__dropdownIcon{pointer-events:none;color:#94a3b8;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;top:50%;right:18px}@keyframes HomepageRoomsSection-module__gaCOXq__dropdownFadeIn{0%{opacity:0;transform:translateY(-8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.HomepageRoomsSection-module__gaCOXq__advFilterBtnActive{box-shadow:inset 0 2px 4px #0000000d;background:#1841281a!important;border-color:#184128!important}.HomepageRoomsSection-module__gaCOXq__advancedFilterPanel{opacity:0;background:#fff;border:1px solid #0000;border-radius:24px;flex-direction:column;gap:15px;max-height:0;margin-top:0;padding:0 24px;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;overflow:hidden;box-shadow:0 15px 35px #00000014}.HomepageRoomsSection-module__gaCOXq__advancedFilterPanelOpen{opacity:1;border:1px solid #e2e8f0;max-height:1400px;margin-top:15px;padding:24px;overflow:visible}.HomepageRoomsSection-module__gaCOXq__advancedFilterGrid{grid-template-columns:repeat(3,1fr);gap:20px;width:100%;display:grid}.HomepageRoomsSection-module__gaCOXq__filterColumn{flex-direction:column;gap:15px;display:flex}.HomepageRoomsSection-module__gaCOXq__filterGroup{flex-direction:column;gap:8px;display:flex}.HomepageRoomsSection-module__gaCOXq__filterLabel{color:#475569;font-size:13.5px;font-weight:700}.HomepageRoomsSection-module__gaCOXq__modalSelect{color:#334155;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;outline:none;width:100%;height:44px;padding:11px 16px;font-size:14px;transition:all .3s}.HomepageRoomsSection-module__gaCOXq__modalSelect:hover{border-color:#cbd5e1}.HomepageRoomsSection-module__gaCOXq__modalSelect:focus{border-color:#378e5e}.HomepageRoomsSection-module__gaCOXq__modalSelect option{color:#334155;background:#fff}.HomepageRoomsSection-module__gaCOXq__customPriceInputs{align-items:center;gap:12px;display:flex}.HomepageRoomsSection-module__gaCOXq__modalInput{color:#334155;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;outline:none;flex:1;height:44px;padding:11px 16px;font-size:14px;transition:all .3s}.HomepageRoomsSection-module__gaCOXq__modalInput:hover{border-color:#cbd5e1}.HomepageRoomsSection-module__gaCOXq__modalInput:focus{border-color:#378e5e}.HomepageRoomsSection-module__gaCOXq__modalInput::placeholder,.HomepageRoomsSection-module__gaCOXq__priceDivider{color:#94a3b8}.HomepageRoomsSection-module__gaCOXq__postMergerToggleLabel{cursor:pointer;display:block}.HomepageRoomsSection-module__gaCOXq__postMergerCheckbox{display:none}.HomepageRoomsSection-module__gaCOXq__postMergerToggleCard{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;align-items:center;gap:12px;height:103px;padding:12px 16px;transition:all .35s cubic-bezier(.16,1,.3,1);display:flex}.HomepageRoomsSection-module__gaCOXq__postMergerToggleCard:hover{background:#f1f5f9;border-color:#cbd5e1}.HomepageRoomsSection-module__gaCOXq__postMergerToggleCardActive{background:#378e5e0f!important;border-color:#378e5e66!important}.HomepageRoomsSection-module__gaCOXq__postMergerIconWrap{color:#64748b;background:#e2e8f0;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;transition:all .3s;display:flex}.HomepageRoomsSection-module__gaCOXq__postMergerIconWrap svg{width:18px;height:18px}.HomepageRoomsSection-module__gaCOXq__postMergerIconWrapActive{color:#fff!important;background:#378e5e!important}.HomepageRoomsSection-module__gaCOXq__postMergerToggleBody{flex-direction:column;flex:1;display:flex}.HomepageRoomsSection-module__gaCOXq__postMergerToggleTitle{color:#334155;font-size:13px;font-weight:700}.HomepageRoomsSection-module__gaCOXq__postMergerToggleBottom{justify-content:space-between;align-items:center;margin-top:4px;display:flex}.HomepageRoomsSection-module__gaCOXq__postMergerToggleStatus{color:#64748b;font-size:11px}.HomepageRoomsSection-module__gaCOXq__toggleSwitch{background:#cbd5e1;border-radius:999px;width:36px;height:20px;transition:all .3s;position:relative}.HomepageRoomsSection-module__gaCOXq__toggleSwitchOn{background:#378e5e!important}.HomepageRoomsSection-module__gaCOXq__toggleThumb{background:#fff;border-radius:50%;width:16px;height:16px;transition:transform .3s;position:absolute;top:2px;left:2px}.HomepageRoomsSection-module__gaCOXq__toggleSwitchOn .HomepageRoomsSection-module__gaCOXq__toggleThumb{transform:translate(16px)}.HomepageRoomsSection-module__gaCOXq__furnitureGrid{flex-wrap:wrap;gap:8px;display:flex}.HomepageRoomsSection-module__gaCOXq__furnitureChip{color:#475569;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:50px;align-items:center;padding:8px 16px;font-size:13px;font-weight:600;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex}.HomepageRoomsSection-module__gaCOXq__furnitureChip:hover{background:#f1f5f9;border-color:#cbd5e1;transform:translateY(-1px)}.HomepageRoomsSection-module__gaCOXq__furnitureChipActive{color:#fff!important;background:linear-gradient(135deg,#378e5e 0%,#2b704a 100%)!important;border-color:#378e5e!important}.HomepageRoomsSection-module__gaCOXq__chipCheck{margin-right:4px}.HomepageRoomsSection-module__gaCOXq__togglesGroup{flex-direction:column;gap:10px;display:flex}.HomepageRoomsSection-module__gaCOXq__toggleItem{cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;align-items:center;padding:12px 16px;transition:all .3s;display:flex}.HomepageRoomsSection-module__gaCOXq__toggleItem:hover{background:#f1f5f9;border-color:#cbd5e1}.HomepageRoomsSection-module__gaCOXq__toggleItemActive{color:#184128;background:#378e5e0f!important;border-color:#378e5e66!important}.HomepageRoomsSection-module__gaCOXq__toggleText{color:#475569;font-size:13px;font-weight:600}.HomepageRoomsSection-module__gaCOXq__toggleItemActive .HomepageRoomsSection-module__gaCOXq__toggleText{color:#378e5e}.HomepageRoomsSection-module__gaCOXq__panelFooter{border-top:1px solid #e2e8f0;justify-content:space-between;gap:15px;padding-top:15px;display:flex}.HomepageRoomsSection-module__gaCOXq__resetBtn{color:#64748b;cursor:pointer;background:0 0;border:1px solid #cbd5e1;border-radius:50px;align-items:center;height:40px;padding:10px 24px;font-size:14px;font-weight:600;transition:all .3s;display:inline-flex}.HomepageRoomsSection-module__gaCOXq__resetBtn:hover{color:#334155;background:#f8fafc;border-color:#94a3b8}.HomepageRoomsSection-module__gaCOXq__applyBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#378e5e 0%,#2b704a 100%);border:none;border-radius:50px;align-items:center;height:40px;padding:10px 32px;font-size:14px;font-weight:700;transition:all .3s;display:inline-flex}.HomepageRoomsSection-module__gaCOXq__applyBtn:hover{background:linear-gradient(135deg,#40a36c 0%,#2b704a 100%);transform:translateY(-1px)}@keyframes HomepageRoomsSection-module__gaCOXq__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes HomepageRoomsSection-module__gaCOXq__slideUp{0%{opacity:0;transform:translateY(20px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.HomepageRoomsSection-module__gaCOXq__loadingSpinnerContainer{color:#fff;flex-direction:column;grid-column:1/-1;justify-content:center;align-items:center;gap:20px;width:100%;padding:80px 0;display:flex}.HomepageRoomsSection-module__gaCOXq__spinner{border:4px solid #ffffff1a;border-top-color:#378e5e;border-radius:50%;width:48px;height:48px;animation:1s linear infinite HomepageRoomsSection-module__gaCOXq__spin}@keyframes HomepageRoomsSection-module__gaCOXq__spin{to{transform:rotate(360deg)}}.HomepageRoomsSection-module__gaCOXq__emptyRoomsContainer{color:#ffffff80;text-align:center;flex-direction:column;grid-column:1/-1;justify-content:center;align-items:center;gap:15px;width:100%;padding:80px 20px;display:flex}.HomepageRoomsSection-module__gaCOXq__filterBackdrop,.HomepageRoomsSection-module__gaCOXq__mobilePanelHeader,.HomepageRoomsSection-module__gaCOXq__mobileOnlyField{display:none}@media (max-width:768px){.HomepageRoomsSection-module__gaCOXq__mobileOnlyBr{display:inline}.HomepageRoomsSection-module__gaCOXq__section{padding:30px 16px 20px;overflow:visible}.HomepageRoomsSection-module__gaCOXq__container{z-index:auto}.HomepageRoomsSection-module__gaCOXq__sectionActive{position:relative;z-index:999999!important}.HomepageRoomsSection-module__gaCOXq__desktopSliderWrapper{display:none}.HomepageRoomsSection-module__gaCOXq__mobileGridWrapper{grid-template-columns:1fr 1fr;gap:10px;width:100%;padding:0;display:grid;overflow:hidden}.HomepageRoomsSection-module__gaCOXq__mobileCardWrapper{width:100%;min-width:0;overflow:hidden}.HomepageRoomsSection-module__gaCOXq__title{font-size:1.5rem}.HomepageRoomsSection-module__gaCOXq__subtitle{font-size:.95rem}.HomepageRoomsSection-module__gaCOXq__viewAllButton{justify-content:center;width:100%;padding:12px 24px}.HomepageRoomsSection-module__gaCOXq__filterBarContainer{border-radius:20px;flex-direction:column;gap:10px;margin-bottom:20px;padding:15px}.HomepageRoomsSection-module__gaCOXq__quickFilterInputWrapper,.HomepageRoomsSection-module__gaCOXq__quickSelect,.HomepageRoomsSection-module__gaCOXq__advFilterBtn,.HomepageRoomsSection-module__gaCOXq__quickSearchBtn{flex:none;justify-content:center;width:100%}.HomepageRoomsSection-module__gaCOXq__filterBackdrop{-webkit-backdrop-filter:blur(4px);z-index:99999;opacity:0;visibility:hidden;background-color:#00000080;width:125vw;height:125vh;transition:all .3s;display:block;position:fixed;top:0;left:0}.HomepageRoomsSection-module__gaCOXq__filterBackdropOpen{opacity:1;visibility:visible}.HomepageRoomsSection-module__gaCOXq__mobilePanelHeader{z-index:10;background:#1e462f;border-bottom:1px solid #ffffff26;justify-content:space-between;align-items:center;width:100%;margin-bottom:15px;padding-bottom:12px;display:flex;position:sticky;top:0}.HomepageRoomsSection-module__gaCOXq__mobilePanelHeader h3{text-transform:uppercase;color:#fff;letter-spacing:.5px;margin:0;font-size:18px;font-weight:700}.HomepageRoomsSection-module__gaCOXq__mobileCloseBtn{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .3s;display:flex}.HomepageRoomsSection-module__gaCOXq__mobileCloseBtn:hover{background:#fff3;transform:rotate(90deg)}.HomepageRoomsSection-module__gaCOXq__advancedFilterPanel{z-index:100000;opacity:0;border-radius:0 20px 20px 0;flex-direction:column;gap:20px;width:90vw;height:125vh;max-height:125vh;margin-top:0;padding:24px;transition:transform .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;left:0;overflow-y:auto;transform:translate(-90vw);box-shadow:20px 0 40px #0000004d;background:linear-gradient(#1d5234 0%,#123823 100%)!important;border:none!important}.HomepageRoomsSection-module__gaCOXq__advancedFilterPanel::-webkit-scrollbar{width:6px}.HomepageRoomsSection-module__gaCOXq__advancedFilterPanel::-webkit-scrollbar-track{background:#ffffff0d;border-radius:3px}.HomepageRoomsSection-module__gaCOXq__advancedFilterPanel::-webkit-scrollbar-thumb{background:#ffffff40;border-radius:3px;transition:background .3s}.HomepageRoomsSection-module__gaCOXq__advancedFilterPanel::-webkit-scrollbar-thumb:hover{background:#fff6}.HomepageRoomsSection-module__gaCOXq__advancedFilterPanelOpen{opacity:1!important;border:none!important;max-height:125vh!important;margin-top:0!important;padding:24px!important;overflow-y:auto!important;transform:translate(0)!important}.HomepageRoomsSection-module__gaCOXq__advancedFilterGrid{grid-template-columns:1fr;gap:15px}.HomepageRoomsSection-module__gaCOXq__mobileOnlyField{display:contents}.HomepageRoomsSection-module__gaCOXq__filterLabel{text-transform:uppercase;letter-spacing:.5px;font-size:11px;color:#ffffffe6!important}.HomepageRoomsSection-module__gaCOXq__modalSelect,.HomepageRoomsSection-module__gaCOXq__modalInput{outline:none;width:100%;font-size:14px;font-weight:500;transition:box-shadow .2s,border-color .2s;color:#1a1a1a!important;background:#ffffffe6!important;border:1px solid #ffffff80!important}.HomepageRoomsSection-module__gaCOXq__modalSelect:focus,.HomepageRoomsSection-module__gaCOXq__modalInput:focus{background:#fff!important;border-color:#378e5e!important;box-shadow:0 0 0 3px #378e5e40!important}.HomepageRoomsSection-module__gaCOXq__modalSelect option{color:#1a1a1a;background:#fff}.HomepageRoomsSection-module__gaCOXq__postMergerToggleCard{background:#ffffff14;border:1px solid #ffffff26;height:auto;padding:10px 14px}.HomepageRoomsSection-module__gaCOXq__postMergerToggleTitle{color:#fff}.HomepageRoomsSection-module__gaCOXq__postMergerIconWrap{color:#ffffffb3;background:#ffffff1a}.HomepageRoomsSection-module__gaCOXq__postMergerToggleStatus{color:#ffffff80}.HomepageRoomsSection-module__gaCOXq__toggleItem{background:#ffffff14;border:1px solid #ffffff26}.HomepageRoomsSection-module__gaCOXq__toggleText{color:#ffffffe6}.HomepageRoomsSection-module__gaCOXq__toggleItemActive{color:#4ade80!important;background:#378e5e40!important;border-color:#378e5e99!important}.HomepageRoomsSection-module__gaCOXq__toggleItemActive .HomepageRoomsSection-module__gaCOXq__toggleText{color:#4ade80!important}.HomepageRoomsSection-module__gaCOXq__furnitureChip{color:#fff;background:#ffffff14;border:1px solid #ffffff26}.HomepageRoomsSection-module__gaCOXq__furnitureChipActive{color:#fff!important;background:linear-gradient(135deg,#378e5e 0%,#2b704a 100%)!important;border-color:#378e5e!important}.HomepageRoomsSection-module__gaCOXq__panelFooter{border-top-color:#ffffff26;margin-top:10px}.HomepageRoomsSection-module__gaCOXq__resetBtn{color:#fffc;border-color:#ffffff4d}.HomepageRoomsSection-module__gaCOXq__resetBtn:hover{color:#fff;background:#ffffff1a}}.HomepageRoomsSection-module__gaCOXq__aiSearchContainer{-webkit-backdrop-filter:blur(25px);background:#ffffff14;border:1px solid #ffffff26;border-radius:20px;width:100%;margin-bottom:30px;padding:24px;transition:all .3s cubic-bezier(.16,1,.3,1);box-shadow:0 15px 35px #0000001a}.HomepageRoomsSection-module__gaCOXq__aiSearchContainer:hover{background:#ffffff1f;border-color:#ffffff40;box-shadow:0 20px 45px #00000026}.HomepageRoomsSection-module__gaCOXq__aiInputWrapper{background:#fffffff2;border:2px solid #0000;border-radius:16px;align-items:center;gap:16px;padding:6px 10px 6px 18px;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:relative;box-shadow:inset 0 2px 4px #0000000f}.HomepageRoomsSection-module__gaCOXq__aiInputWrapper:focus-within{border-color:#4ade80;box-shadow:0 0 0 4px #4ade8040,inset 0 2px 4px #0000000f}.HomepageRoomsSection-module__gaCOXq__aiIcon{color:#378e5e;-webkit-user-select:none;user-select:none;font-size:24px!important}.HomepageRoomsSection-module__gaCOXq__aiInput{color:#1a1a1a;background:0 0;border:none;outline:none;flex:1;padding:10px 0;font-size:16px;font-weight:500}.HomepageRoomsSection-module__gaCOXq__aiInput::placeholder{color:#718096;font-weight:400}.HomepageRoomsSection-module__gaCOXq__aiSearchButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#378e5e 0%,#2b704a 100%);border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:12px 28px;font-size:15px;font-weight:700;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 4px 12px #378e5e40}.HomepageRoomsSection-module__gaCOXq__aiSearchButton:hover:not(:disabled){background:linear-gradient(135deg,#40a36c 0%,#318256 100%);transform:translateY(-2px);box-shadow:0 6px 18px #378e5e59}.HomepageRoomsSection-module__gaCOXq__aiSearchButton:active:not(:disabled){transform:translateY(0)}.HomepageRoomsSection-module__gaCOXq__aiSearchButton:disabled{opacity:.7;cursor:not-allowed}.HomepageRoomsSection-module__gaCOXq__spinnerSmall{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.8s linear infinite HomepageRoomsSection-module__gaCOXq__spin}.HomepageRoomsSection-module__gaCOXq__recentSearchesContainer{flex-direction:column;gap:8px;margin-top:16px;animation:.3s HomepageRoomsSection-module__gaCOXq__fadeIn;display:flex}.HomepageRoomsSection-module__gaCOXq__recentSearchesLabel{color:#ffffffb3;align-items:center;gap:4px;font-size:13px;font-weight:600;display:flex}.HomepageRoomsSection-module__gaCOXq__recentChips{flex-wrap:wrap;gap:8px;display:flex}.HomepageRoomsSection-module__gaCOXq__recentChip{color:#ffffffe6;cursor:pointer;-webkit-backdrop-filter:blur(10px);background:#ffffff14;border:1px solid #ffffff1f;border-radius:20px;flex-shrink:0;align-items:center;padding:6px 12px;font-size:13px;font-weight:500;transition:all .2s cubic-bezier(.16,1,.3,1);display:inline-flex;position:relative;overflow:hidden}.HomepageRoomsSection-module__gaCOXq__recentChip:hover{color:#fff;background:#ffffff29;border-color:#ffffff40;transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.HomepageRoomsSection-module__gaCOXq__recentChip:active{transform:translateY(0)}.HomepageRoomsSection-module__gaCOXq__chipText{white-space:nowrap}.HomepageRoomsSection-module__gaCOXq__recentChipRemove{color:#fff6;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;margin-left:6px;font-size:16px;line-height:1;transition:color .2s;display:inline-flex}.HomepageRoomsSection-module__gaCOXq__recentChipRemove:hover{color:#f87171;background:#ef444426}.HomepageRoomsSection-module__gaCOXq__topKeywordsContainer{flex-direction:column;gap:8px;margin-top:12px;animation:.3s HomepageRoomsSection-module__gaCOXq__fadeIn;display:flex}.HomepageRoomsSection-module__gaCOXq__topKeywordsLabel{color:#ffffffb3;align-items:center;gap:4px;font-size:13px;font-weight:600;display:flex}.HomepageRoomsSection-module__gaCOXq__topChips{flex-wrap:wrap;gap:8px;display:flex}.HomepageRoomsSection-module__gaCOXq__topChip{color:#ffffffe6;cursor:pointer;-webkit-backdrop-filter:blur(10px);background:#ff5a5f0f;border:1px solid #ff5a5f26;border-radius:20px;flex-shrink:0;align-items:center;gap:6px;padding:6px 12px;font-size:13px;font-weight:500;transition:all .2s cubic-bezier(.16,1,.3,1);display:inline-flex}.HomepageRoomsSection-module__gaCOXq__topChip:hover{color:#fff;background:#ff5a5f26;border-color:#ff5a5f59;transform:translateY(-1px);box-shadow:0 4px 12px #ff5a5f26}.HomepageRoomsSection-module__gaCOXq__topChip:active{transform:translateY(0)}.HomepageRoomsSection-module__gaCOXq__topKeywordRank{color:#ff5a5f;background:#ff5a5f33;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:10px;font-weight:700;display:inline-flex}.HomepageRoomsSection-module__gaCOXq__topKeywordCount{color:#fff6;background:#ffffff0d;border-radius:10px;padding:1px 6px;font-size:10px}@media (max-width:768px){.HomepageRoomsSection-module__gaCOXq__aiSearchContainer{border-radius:18px;margin-bottom:20px;padding:14px 16px}.HomepageRoomsSection-module__gaCOXq__aiInputWrapper{background:#fffffff5;border-radius:14px;flex-direction:row;align-items:center;gap:8px;padding:4px 6px 4px 12px}.HomepageRoomsSection-module__gaCOXq__aiIcon{color:#378e5e;display:inline-flex;font-size:20px!important}.HomepageRoomsSection-module__gaCOXq__aiInput{text-align:left;padding:8px 0;font-size:13.5px}.HomepageRoomsSection-module__gaCOXq__aiSearchButton{white-space:nowrap;border-radius:10px;flex-shrink:0;padding:8px 14px;font-size:12.5px}.HomepageRoomsSection-module__gaCOXq__recentChips,.HomepageRoomsSection-module__gaCOXq__topChips{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;padding-bottom:4px;overflow-x:auto}.HomepageRoomsSection-module__gaCOXq__recentChips::-webkit-scrollbar{display:none}.HomepageRoomsSection-module__gaCOXq__topChips::-webkit-scrollbar{display:none}}.HomepageRoomsSection-module__gaCOXq__locationStatusContainer{justify-content:center;width:100%;margin:10px 0 20px;display:flex}.HomepageRoomsSection-module__gaCOXq__locationStatusBadge{color:#74b868;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#74b86826;border:1px solid #74b86866;border-radius:20px;align-items:center;gap:8px;padding:8px 18px;font-size:14px;font-weight:500;display:inline-flex}.HomepageRoomsSection-module__gaCOXq__locationRetryBtn{color:#fff;cursor:pointer;opacity:.85;background:0 0;border:none;margin-left:6px;font-size:12px;text-decoration:underline}.HomepageRoomsSection-module__gaCOXq__locationRetryBtn:hover{opacity:1}
.style-module__sJOCmG__pageWrapper{background-color:#fff;flex-direction:column;min-height:100vh;display:flex}.style-module__sJOCmG__banner{background:linear-gradient(#54a067 0%,#2e683f 60%);width:100%;height:520px;position:relative}.style-module__sJOCmG__bannerWrapper{width:100%;height:100%;position:relative;overflow:hidden}.style-module__sJOCmG__layer{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.style-module__sJOCmG__bannerImage{object-fit:cover;object-position:center;width:100%;height:100%}.style-module__sJOCmG__titleContainer{pointer-events:none;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.style-module__sJOCmG__bannerTitle{color:#fff;text-shadow:0 4px 10px #00000040;letter-spacing:2px;font-size:7.5rem;font-weight:800;font-family:var(--font-montserrat), "Arial", sans-serif;text-align:center;justify-content:center;align-items:center;display:flex}.style-module__sJOCmG__titleSpace{width:320px;transition:width .3s;display:inline-block}.style-module__sJOCmG__coverLayer{pointer-events:none;justify-content:center;align-items:flex-end;width:100%;height:100%;display:flex;position:absolute;bottom:0;left:0}.style-module__sJOCmG__coverImage{object-fit:contain;object-position:bottom center;filter:drop-shadow(0 6px 12px #0003);width:auto;max-width:100%;height:95%;max-height:95%;transition:all .3s}.style-module__sJOCmG__searchContainer{z-index:10;background-color:#fff;border-radius:50px;align-items:center;gap:20px;width:90%;max-width:900px;padding:8px 12px 8px 30px;display:flex;position:absolute;bottom:0;left:50%;transform:translate(-50%,50%);box-shadow:0 10px 30px #00000026}.style-module__sJOCmG__searchField{flex:1;align-items:center;display:flex;position:relative}.style-module__sJOCmG__searchField:not(:last-child):after{content:"";background-color:#e0e0e0;width:1px;height:24px;position:absolute;top:50%;right:0;transform:translateY(-50%)}.style-module__sJOCmG__selectWrapper{width:100%;padding-right:15px;position:relative}.style-module__sJOCmG__selectElement{color:#378e5e;cursor:pointer;appearance:none;background:0 0;border:none;outline:none;width:100%;padding:10px 24px 10px 0;font-size:1rem;font-weight:500}.style-module__sJOCmG__selectArrow{color:#378e5e;pointer-events:none;align-items:center;display:flex;position:absolute;top:50%;right:5px;transform:translateY(-50%)}.style-module__sJOCmG__selectArrow svg{fill:currentColor;width:14px;height:14px}.style-module__sJOCmG__searchBtn{color:#fff;cursor:pointer;white-space:nowrap;background-color:#008248;border:none;border-radius:50px;padding:12px 36px;font-size:.95rem;font-weight:700;transition:all .3s}.style-module__sJOCmG__searchBtn:hover{background-color:#1e5034;transform:scale(1.02)}.style-module__sJOCmG__mainContainer{background-color:#fff;flex:1;width:100%;max-width:1200px;margin:0 auto;padding:30px 20px 40px}.style-module__sJOCmG__jobDetailsSection{margin-bottom:24px}.style-module__sJOCmG__detailsGrid{grid-template-columns:340px 1fr;align-items:stretch;gap:24px;display:grid}.style-module__sJOCmG__infoCard{background-color:#fff;border:1.5px solid #a8bfb2;border-radius:16px;flex-direction:column;padding:24px 20px;display:flex;box-shadow:0 4px 15px #00000005}.style-module__sJOCmG__infoCardTitle{color:#0e5c3b;text-transform:uppercase;text-align:center;letter-spacing:.5px;padding-bottom:4px;font-size:1.55rem;font-weight:800}.style-module__sJOCmG__infoCardDivider{background-color:#e0e9e4;height:1px;margin:12px -20px 22px}.style-module__sJOCmG__infoCardList{flex-direction:column;gap:18px;margin:0;padding:0;list-style:none;display:flex}.style-module__sJOCmG__infoCardItem{align-items:center;gap:14px;display:flex}.style-module__sJOCmG__infoIconBadge{color:#fff;background-color:#0f5c3b;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;min-width:40px;height:40px;display:flex}.style-module__sJOCmG__infoIconBadge svg{fill:currentColor;width:20px;height:20px}.style-module__sJOCmG__infoTextGroup{flex-direction:column;gap:1px;display:flex}.style-module__sJOCmG__infoCardLabel{color:#719683;font-size:.9rem;font-weight:500}.style-module__sJOCmG__infoCardValue{color:#0e5c3b;font-size:1.05rem;font-weight:800;line-height:1.35}.style-module__sJOCmG__contentCard{background-color:#fff;border:1.5px solid #a8bfb2;border-radius:16px;flex-direction:column;justify-content:space-between;padding:28px 32px;display:flex;box-shadow:0 4px 15px #00000005}.style-module__sJOCmG__contentBlock{margin-bottom:8px}.style-module__sJOCmG__contentHeader{align-items:center;gap:14px;margin-bottom:14px;display:flex}.style-module__sJOCmG__contentHeaderIcon{color:#fff;background-color:#0f5c3b;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;min-width:38px;height:38px;display:flex}.style-module__sJOCmG__contentHeaderIcon svg{fill:currentColor;width:20px;height:20px}.style-module__sJOCmG__contentHeaderTitle{color:#0e5c3b;text-transform:uppercase;letter-spacing:.5px;font-size:1.45rem;font-weight:800}.style-module__sJOCmG__contentList{flex-direction:column;gap:10px;margin:0;padding-left:6px;list-style:none;display:flex}.style-module__sJOCmG__contentListItem{color:#3b6e51;padding-left:20px;font-size:1.02rem;font-weight:500;line-height:1.55;position:relative}.style-module__sJOCmG__contentListItem:before{content:"";background-color:#0e5c3b;border-radius:50%;width:6px;height:6px;position:absolute;top:9px;left:0}.style-module__sJOCmG__contentBlockDivider{background-color:#e0e9e4;height:1px;margin:20px -32px}.style-module__sJOCmG__applyBtnBox{justify-content:center;margin-top:24px;display:flex}.style-module__sJOCmG__applyNowBtn{color:#fff;cursor:pointer;background-color:#0e5c3b;border:none;border-radius:30px;align-items:center;gap:8px;padding:12px 42px;font-size:1.05rem;font-weight:700;transition:all .3s;display:inline-flex;box-shadow:0 4px 15px #0e5c3b40}.style-module__sJOCmG__applyNowBtn:hover{background-color:#083c25;transform:translateY(-2px);box-shadow:0 6px 20px #0e5c3b66}.style-module__sJOCmG__suitableJobsSection{background:linear-gradient(#cde3d6 0%,#edf5f0 100%);border-radius:24px;margin-top:24px;padding:24px 20px}.style-module__sJOCmG__suitableHeader{justify-content:center;align-items:center;gap:14px;margin-bottom:20px;display:flex}.style-module__sJOCmG__suitableTitleIconBadge{color:#fff;background-color:#0f5c3b;border-radius:50%;justify-content:center;align-items:center;width:44px;min-width:44px;height:44px;display:flex;box-shadow:0 4px 12px #0f5c3b40}.style-module__sJOCmG__suitableTitleIconBadge svg{width:22px;height:22px}.style-module__sJOCmG__suitableTitle{text-align:center;color:#0f5c3b;letter-spacing:1px;text-transform:uppercase;margin:0;font-size:2.2rem;font-weight:800}.style-module__sJOCmG__jobCardsGrid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.style-module__sJOCmG__jobCardItem{color:#fff;background-color:#456e63;border-radius:16px;justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 6px 18px #00000014}.style-module__sJOCmG__jobCardHeader{align-items:center;gap:12px;display:flex}.style-module__sJOCmG__jobCardIconCircle{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;background-color:#fff3;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;min-width:38px;height:38px;display:flex;box-shadow:0 3px 8px #0000001f}.style-module__sJOCmG__jobCardIconCircle svg{width:20px;height:20px}.style-module__sJOCmG__jobCardItem:hover{transform:translateY(-3px);box-shadow:0 10px 25px #00000026}.style-module__sJOCmG__jobCardContent{flex-direction:column;gap:10px;display:flex}.style-module__sJOCmG__jobCardTitle{text-transform:uppercase;color:#fff;letter-spacing:.3px;font-size:1.25rem;font-weight:800;line-height:1.3}.style-module__sJOCmG__jobCardMeta{color:#e2ece6;flex-direction:column;gap:6px;font-size:.95rem;display:flex}.style-module__sJOCmG__metaRow{align-items:center;gap:8px;display:flex}.style-module__sJOCmG__metaIcon{fill:currentColor;width:18px;height:18px}.style-module__sJOCmG__jobCardAction{flex-shrink:0}.style-module__sJOCmG__jobCardApplyBtn{color:#0f5c3b;cursor:pointer;white-space:nowrap;background-color:#e2ece6;border:none;border-radius:10px;padding:10px 18px;font-size:.85rem;font-weight:800;transition:all .2s}.style-module__sJOCmG__jobCardApplyBtn:hover{background-color:#fff;transform:scale(1.05)}.style-module__sJOCmG__whyChooseSection{color:#fff;background-color:#1b4e34;border-radius:24px;margin-top:24px;position:relative;overflow:hidden}.style-module__sJOCmG__whyChooseContainer{z-index:2;grid-template-columns:1.2fr 1fr;align-items:center;gap:24px;padding:30px 30px 60px;display:grid;position:relative}.style-module__sJOCmG__whyChooseTitle{color:#fff;text-transform:uppercase;margin-bottom:14px;font-size:2.2rem;font-weight:800;line-height:1.2}.style-module__sJOCmG__whyChooseIntro{color:#e2ece6;margin-bottom:16px;font-size:1.05rem;line-height:1.6}.style-module__sJOCmG__whyChooseList{flex-direction:column;gap:12px;margin-bottom:20px;padding-left:10px;list-style:none;display:flex}.style-module__sJOCmG__whyChooseList li{color:#fff;padding-left:22px;font-size:1rem;line-height:1.5;position:relative}.style-module__sJOCmG__whyChooseList li:before{content:"•";color:#6ee7b7;font-size:1.5rem;position:absolute;top:-3px;left:0}.style-module__sJOCmG__whyChooseOutro{color:#a7f3d0;font-size:1.05rem;font-weight:600}.style-module__sJOCmG__whyChooseImageCol{justify-content:center;display:flex}.style-module__sJOCmG__whyChooseImageFrame{border-radius:20px;overflow:hidden;box-shadow:0 15px 35px #0000004d}.style-module__sJOCmG__whyChooseImg{object-fit:cover;width:100%;height:auto;display:block}.style-module__sJOCmG__cloudFooterWrapper{pointer-events:none;z-index:1;width:100%;line-height:0;position:absolute;bottom:0;left:0;overflow:hidden}.style-module__sJOCmG__cloudFooterImg{width:100%;height:auto;display:block;transform:translateY(55%)}.style-module__sJOCmG__processSection{color:#fff;background:radial-gradient(at 50% 0,#2e6e51 0%,#1c5239 55%,#123c28 100%),linear-gradient(#2b674d 0%,#143d29 100%);border-radius:28px;margin-top:24px;padding:36px 24px 44px;position:relative;overflow:hidden;box-shadow:0 14px 40px #0f3c284d}.style-module__sJOCmG__processSection:before{content:"";pointer-events:none;background:radial-gradient(at 50% 0,#ffffff26 0%,#fff0 75%);height:65%;position:absolute;top:0;left:0;right:0}.style-module__sJOCmG__processTitle{text-align:center;text-transform:uppercase;color:#fff;letter-spacing:1.5px;margin-bottom:36px;font-size:2.2rem;font-weight:800}.style-module__sJOCmG__processStepsGrid{flex-wrap:nowrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.style-module__sJOCmG__processStep{text-align:center;flex-direction:column;flex:1;align-items:center;max-width:230px;display:flex}.style-module__sJOCmG__stepBadgeGroup{margin-bottom:20px;position:relative}.style-module__sJOCmG__stepNumberBadge{color:#1f573d;z-index:2;background-color:#fff;border:2.5px solid #1f573d;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1rem;font-weight:800;display:flex;position:absolute;top:-4px;left:-4px;box-shadow:0 3px 8px #0003}.style-module__sJOCmG__stepIconCircle{color:#1f573d;background-color:#fff;border-radius:50%;justify-content:center;align-items:center;width:82px;height:82px;transition:transform .3s;display:flex;box-shadow:0 8px 22px #0000002e}.style-module__sJOCmG__processStep:hover .style-module__sJOCmG__stepIconCircle{transform:scale(1.05)}.style-module__sJOCmG__stepIconCircle svg{width:40px;height:40px}.style-module__sJOCmG__stepTitle{text-transform:uppercase;color:#fff;letter-spacing:.3px;white-space:nowrap;justify-content:center;align-items:center;height:26px;margin-bottom:8px;font-size:clamp(.78rem,1.05vw,.95rem);font-weight:800;display:flex}.style-module__sJOCmG__stepDesc{color:#ffffffe6;text-align:center;word-break:keep-all;text-wrap:balance;font-size:.85rem;line-height:1.4}.style-module__sJOCmG__stepArrow{flex-shrink:0;justify-content:center;align-items:center;width:60px;margin-top:35px;display:flex}.style-module__sJOCmG__stepArrow svg{width:100%;height:14px}.style-module__sJOCmG__bestSaleSection{text-align:center;margin-top:24px;position:relative}.style-module__sJOCmG__bestSaleTitle{color:#0f5c3b;text-transform:uppercase;letter-spacing:1px;margin-bottom:20px;font-size:2.2rem;font-weight:800}.style-module__sJOCmG__bestSaleCarouselWrapper{width:100%;position:relative}.style-module__sJOCmG__bestSaleGrid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.style-module__sJOCmG__bestSaleCard{border-radius:20px;transition:transform .3s,box-shadow .3s;overflow:hidden;box-shadow:0 10px 25px #0000001a}.style-module__sJOCmG__bestSaleCard:hover{transform:translateY(-6px);box-shadow:0 15px 35px #0000002e}.style-module__sJOCmG__bestSaleImg{object-fit:cover;width:100%;height:auto;display:block}.style-module__sJOCmG__bestSaleDots{justify-content:center;align-items:center;gap:8px;margin-top:16px;display:none}.style-module__sJOCmG__bestSaleDot{cursor:pointer;background-color:#cbd5e1;border:none;border-radius:50%;width:10px;height:10px;padding:0;transition:all .3s}.style-module__sJOCmG__bestSaleDotActive{background-color:#0f5c3b;border-radius:12px;width:28px;box-shadow:0 2px 8px #0f5c3b66}.style-module__sJOCmG__bestSaleNavBtn{display:none}.style-module__sJOCmG__applyBannerSection{margin-top:24px}.style-module__sJOCmG__applyBannerBox{background-color:#fff;border:1.5px solid #0f5c3b;border-radius:20px;overflow:hidden;box-shadow:0 6px 20px #0000000d}.style-module__sJOCmG__applyBannerHeader{text-align:center;background-color:#1b4e34;padding:18px}.style-module__sJOCmG__applyBannerTitle{color:#fff;text-transform:uppercase;letter-spacing:1px;font-size:1.8rem;font-weight:800}.style-module__sJOCmG__applyBannerBody{flex-direction:column;gap:16px;padding:32px 40px;display:flex}.style-module__sJOCmG__applyInfoRow{align-items:center;gap:24px;font-size:1.1rem;display:flex}.style-module__sJOCmG__applyInfoLabel{color:#0f5c3b;min-width:140px;font-weight:800}.style-module__sJOCmG__applyInfoValue{color:#2d3748;font-weight:600}.style-module__sJOCmG__applyBannerBtnBox{justify-content:center;margin-top:20px;display:flex}.style-module__sJOCmG__applyBannerBtn{color:#fff;cursor:pointer;background-color:#0f5c3b;border:none;border-radius:30px;padding:14px 48px;font-size:1.1rem;font-weight:800;transition:all .3s;box-shadow:0 6px 20px #0f5c3b40}.style-module__sJOCmG__applyBannerBtn:hover{background-color:#083c25;transform:translateY(-2px);box-shadow:0 8px 25px #0f5c3b66}@media (max-width:992px){.style-module__sJOCmG__detailsGrid{grid-template-columns:1fr}.style-module__sJOCmG__whyChooseContainer{grid-template-columns:1fr;padding:30px 20px 70px}.style-module__sJOCmG__processSection{padding:24px 16px 30px}.style-module__sJOCmG__processTitle{margin-bottom:24px;font-size:1.8rem}.style-module__sJOCmG__processStepsGrid{flex-wrap:nowrap;justify-content:space-between;gap:8px}.style-module__sJOCmG__stepArrow{flex-shrink:0;width:32px;margin-top:24px;display:flex}.style-module__sJOCmG__stepIconCircle{width:64px;height:64px}.style-module__sJOCmG__stepNumberBadge{width:26px;height:26px;font-size:.85rem}.style-module__sJOCmG__stepTitle{font-size:.85rem}.style-module__sJOCmG__stepDesc{font-size:.75rem}}@media (max-width:768px){.style-module__sJOCmG__jobCardsGrid{grid-template-columns:1fr}.style-module__sJOCmG__jobCardItem{flex-direction:column;align-items:flex-start}.style-module__sJOCmG__jobCardAction{width:100%;margin-top:10px}.style-module__sJOCmG__jobCardApplyBtn{text-align:center;width:100%}.style-module__sJOCmG__bestSaleGrid{grid-template-columns:1fr}.style-module__sJOCmG__applyInfoRow{flex-direction:column;align-items:flex-start;gap:4px}.style-module__sJOCmG__applyInfoLabel{min-width:auto}}@media (max-width:576px){.style-module__sJOCmG__processSection{padding:20px 8px 24px}.style-module__sJOCmG__processTitle{letter-spacing:.5px;margin-bottom:20px;font-size:1.4rem}.style-module__sJOCmG__processStepsGrid{gap:2px}.style-module__sJOCmG__stepArrow{width:20px;margin-top:16px;display:flex}.style-module__sJOCmG__stepIconCircle{width:46px;height:46px}.style-module__sJOCmG__stepNumberBadge{border-width:1.5px;width:20px;height:20px;font-size:.7rem;top:-2px;left:-2px}.style-module__sJOCmG__stepTitle{letter-spacing:0;white-space:nowrap;height:20px;margin-bottom:4px;font-size:clamp(.6rem,2.2vw,.72rem)}.style-module__sJOCmG__stepDesc{word-break:keep-all;text-wrap:balance;font-size:.65rem;line-height:1.2}}.style-module__sJOCmG__modalOverlay{z-index:1000;background-color:#000000a6;justify-content:center;align-items:center;width:100%;height:100%;padding:20px;display:flex;position:fixed;inset:0}.style-module__sJOCmG__modalContent{font-family:var(--font-montserrat), sans-serif;background-color:#fff;border-radius:8px;width:90%;max-width:800px;max-height:90vh;margin:auto;padding:0;animation:.3s ease-out style-module__sJOCmG__modalFadeIn;position:relative;overflow-y:auto;box-shadow:0 20px 40px #0003}@keyframes style-module__sJOCmG__modalFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.style-module__sJOCmG__closeBtnForm{cursor:pointer;color:#fff;z-index:10;background:#0003;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.5rem;transition:all .2s;display:flex;position:absolute;top:15px;right:20px}.style-module__sJOCmG__closeBtnForm:hover{background-color:#0006}.style-module__sJOCmG__modalHeaderForm{text-align:center;background-color:#386f4b;padding:25px}.style-module__sJOCmG__modalHeaderTitle{color:#fff;text-transform:uppercase;letter-spacing:1px;margin:0;font-size:1.8rem;font-weight:700}.style-module__sJOCmG__modalInfoSection{background-color:#fff;padding:25px 40px}.style-module__sJOCmG__infoRow{margin-bottom:12px;display:flex}.style-module__sJOCmG__infoRow:last-child{margin-bottom:0}.style-module__sJOCmG__infoLabelForm{color:#126338;width:160px;font-size:1.05rem;font-weight:700}.style-module__sJOCmG__infoValueForm{color:#79b596;font-size:1.05rem;font-weight:600}.style-module__sJOCmG__modalFormSection{color:#fff;background-color:#4a8d62;background-image:radial-gradient(circle,#00000005 1px,#0000 1px);background-size:4px 4px;padding:30px 40px 40px}.style-module__sJOCmG__formSectionTitle{text-transform:uppercase;margin-bottom:25px;font-size:1.4rem;font-weight:700}.style-module__sJOCmG__fullWidth{grid-column:1/-1}.style-module__sJOCmG__formLabel{color:#fff;margin-bottom:8px;font-size:.95rem}.style-module__sJOCmG__formInput{color:#333;background-color:#9abfa6;border:none;border-radius:8px;outline:none;padding:12px 15px;font-family:inherit;font-size:1rem;transition:background-color .2s}.style-module__sJOCmG__formInput:focus{background-color:#b0ccba}.style-module__sJOCmG__uploadSection{text-align:center;margin-top:35px}.style-module__sJOCmG__uploadButton{cursor:pointer;color:#fff;background-color:#9abfa6;border:2px dashed #fffc;border-radius:8px;justify-content:center;align-items:center;gap:15px;width:100%;max-width:400px;margin:0 auto;padding:20px;font-size:1.1rem;font-weight:700;transition:all .2s;display:flex}.style-module__sJOCmG__uploadButton:hover{background-color:#b0ccba}.style-module__sJOCmG__uploadContent{align-items:center;gap:10px;display:flex}.style-module__sJOCmG__uploadIcon{fill:currentColor;width:28px;height:28px}.style-module__sJOCmG__uploadHelper{opacity:.9;margin-top:15px;font-size:.9rem}.style-module__sJOCmG__termsSection{align-items:flex-start;gap:15px;margin-top:35px;display:flex}.style-module__sJOCmG__termsCheckbox{appearance:none;cursor:pointer;background-color:#9abfa6;border:2px solid #549b6b;border-radius:6px;min-width:28px;height:28px;margin-top:2px;position:relative}.style-module__sJOCmG__termsCheckbox:checked{background-color:#386f4b;border-color:#386f4b}.style-module__sJOCmG__termsCheckbox:checked:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:7px;height:14px;position:absolute;top:3px;left:8px;transform:rotate(45deg)}.style-module__sJOCmG__termsText{color:#ffffffe6;cursor:pointer;font-size:1rem;line-height:1.5}.style-module__sJOCmG__termsText b{color:#fff;font-weight:700}.style-module__sJOCmG__submitApplyBtn{color:#1a5632;cursor:pointer;background-color:#fff;border:none;border-radius:50px;padding:14px 40px;font-family:inherit;font-size:1.1rem;font-weight:800;transition:all .3s;box-shadow:0 4px 15px #0000001a}.style-module__sJOCmG__submitApplyBtn:hover{background-color:#f0fdf4;transform:translateY(-2px);box-shadow:0 6px 20px #0003}.style-module__sJOCmG__loadingContainer,.style-module__sJOCmG__emptyContainer{text-align:center;color:#888;flex-direction:column;justify-content:center;align-items:center;padding:100px 20px;display:flex}.style-module__sJOCmG__spinner{border:4px solid #0082481a;border-left-color:#008248;border-radius:50%;width:40px;height:40px;margin-bottom:20px;animation:1s linear infinite style-module__sJOCmG__spin}@keyframes style-module__sJOCmG__spin{to{transform:rotate(360deg)}}@media (max-width:1024px){.style-module__sJOCmG__detailsGrid{grid-template-columns:280px 1fr;gap:30px}.style-module__sJOCmG__banner{height:450px}}@media (max-width:768px){.style-module__sJOCmG__detailsGrid{grid-template-columns:1fr;gap:40px}.style-module__sJOCmG__banner{height:380px}.style-module__sJOCmG__titleContainer{align-items:flex-start;padding-top:120px}.style-module__sJOCmG__bannerTitle{font-size:3.3rem}.style-module__sJOCmG__titleSpace{display:none}.style-module__sJOCmG__coverLayer{align-items:flex-end;padding-bottom:0}.style-module__sJOCmG__coverImage{height:85%;max-height:85%}.style-module__sJOCmG__searchContainer{border-radius:20px;flex-direction:column;gap:12px;width:calc(100% - 32px);margin-top:16px;padding:20px;top:100%;bottom:auto;left:50%;transform:translate(-50%);box-shadow:0 10px 25px #00000014}.style-module__sJOCmG__searchField{box-sizing:border-box;background-color:#f8faf9;border:1px solid #e6ece9;border-radius:12px;align-items:center;width:100%;padding:0 16px;transition:all .2s;display:flex}.style-module__sJOCmG__searchField:focus-within{border-color:#378e5e;box-shadow:0 0 0 3px #378e5e1a}.style-module__sJOCmG__searchField:not(:last-child):after{display:none}.style-module__sJOCmG__selectElement{padding:12px 24px 12px 0;font-size:16px}.style-module__sJOCmG__searchBtn{border-radius:12px;width:100%;margin-top:4px;padding:14px;font-size:1rem;box-shadow:0 4px 12px #00824826}.style-module__sJOCmG__mainContent{padding-top:250px}.style-module__sJOCmG__similarJobsTitle{font-size:1.6rem}.style-module__sJOCmG__jobsTable th,.style-module__sJOCmG__jobsTable td{padding:12px 15px}.style-module__sJOCmG__applyBtnContainer{justify-content:center;width:100%;margin-top:25px;margin-bottom:20px}.style-module__sJOCmG__applyBtn{justify-content:center;width:100%;padding:14px 20px}.style-module__sJOCmG__modalContent{width:95%}.style-module__sJOCmG__modalHeaderForm{padding:15px}.style-module__sJOCmG__modalHeaderTitle{font-size:1.3rem}.style-module__sJOCmG__modalInfoSection{padding:20px}.style-module__sJOCmG__infoRow{flex-direction:column;margin-bottom:15px}.style-module__sJOCmG__infoLabelForm{width:100%;margin-bottom:5px}.style-module__sJOCmG__modalFormSection{padding:25px 20px}.style-module__sJOCmG__formGrid{grid-template-columns:1fr;gap:15px}.style-module__sJOCmG__formSectionTitle{font-size:1.2rem}.style-module__sJOCmG__closeBtnForm{width:28px;height:28px;font-size:1.2rem;top:10px;right:15px}.style-module__sJOCmG__termsSection{align-items:flex-start}.style-module__sJOCmG__submitApplyBtn{width:100%;padding:12px 20px}.style-module__sJOCmG__bestSaleTitle{margin-bottom:16px;font-size:1.6rem}.style-module__sJOCmG__bestSaleGrid{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;border-radius:20px;flex-wrap:nowrap;gap:0;padding:0;display:flex;overflow-x:auto}.style-module__sJOCmG__bestSaleGrid::-webkit-scrollbar{display:none}.style-module__sJOCmG__bestSaleCard{scroll-snap-align:start;scroll-snap-stop:always;border-radius:20px;flex:0 0 100%;width:100%;max-width:100%;box-shadow:0 8px 20px #00000014}.style-module__sJOCmG__bestSaleDots{display:flex}.style-module__sJOCmG__bestSaleNavBtn{color:#0f5c3b;cursor:pointer;z-index:10;background:#ffffffeb;border:1px solid #0f5c3b33;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:22px;font-weight:700;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 12px #00000026}.style-module__sJOCmG__bestSaleNavBtn:disabled{opacity:.25;cursor:not-allowed}.style-module__sJOCmG__bestSalePrevBtn{left:8px}.style-module__sJOCmG__bestSaleNextBtn{right:8px}}.style-module__sJOCmG__modalOverlay{z-index:1000;background-color:#000000a6;justify-content:center;align-items:center;width:100%;height:100%;padding:20px;animation:.25s ease-out style-module__sJOCmG__fadeIn;display:flex;position:fixed;inset:0}@keyframes style-module__sJOCmG__fadeIn{0%{opacity:0}to{opacity:1}}.style-module__sJOCmG__modalContent{background:#fff;border-radius:20px;flex-direction:column;width:100%;max-width:660px;max-height:90vh;margin:auto;animation:.35s cubic-bezier(.16,1,.3,1) style-module__sJOCmG__slideUp;display:flex;overflow-y:auto;transform:translateZ(0);box-shadow:0 25px 50px -12px #00000040,0 0 0 1px #0000000d}@keyframes style-module__sJOCmG__slideUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.style-module__sJOCmG__modalHeader{color:#fff;background:linear-gradient(135deg,#0f5c3b 0%,#064e2e 100%);border-top-left-radius:20px;border-top-right-radius:20px;justify-content:space-between;align-items:flex-start;padding:22px 28px;display:flex;position:relative;box-shadow:inset 0 -1px #ffffff1a}.style-module__sJOCmG__modalBadge{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#a7f3d0;letter-spacing:.8px;background-color:#ffffff29;border-radius:20px;align-items:center;gap:6px;margin-bottom:8px;padding:3px 10px;font-size:.72rem;font-weight:800;display:inline-flex}.style-module__sJOCmG__modalTitle{color:#fff;letter-spacing:.3px;margin:0 0 4px;font-size:1.35rem;font-weight:800;line-height:1.25}.style-module__sJOCmG__jobTitleSubtitle{color:#d1fae5;margin:0;font-size:.92rem;font-weight:600}.style-module__sJOCmG__closeBtn{color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;margin-left:15px;font-size:1.1rem;transition:all .2s;display:flex}.style-module__sJOCmG__closeBtn:hover{background:#ffffff4d;transform:rotate(90deg)}.style-module__sJOCmG__applyForm{flex-direction:column;gap:16px;padding:24px 28px 28px;display:flex}.style-module__sJOCmG__formGrid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.style-module__sJOCmG__formGroup{flex-direction:column;display:flex}.style-module__sJOCmG__formGroupFull{flex-direction:column;grid-column:1/-1;display:flex}.style-module__sJOCmG__formLabel{color:#334155;align-items:center;gap:4px;margin-bottom:6px;font-size:.88rem;font-weight:700;display:flex}.style-module__sJOCmG__requiredStar{color:#ef4444;margin-left:2px}.style-module__sJOCmG__fileHint{color:#64748b;font-size:.78rem;font-weight:500}.style-module__sJOCmG__formInput,.style-module__sJOCmG__formSelect,.style-module__sJOCmG__formTextarea{color:#1e293b;background-color:#f8fafc;border:1.5px solid #cbd5e1;border-radius:10px;outline:none;width:100%;padding:10px 14px;font-size:.92rem;transition:border-color .15s,box-shadow .15s,background-color .15s}.style-module__sJOCmG__formInput:focus,.style-module__sJOCmG__formSelect:focus,.style-module__sJOCmG__formTextarea:focus{background-color:#fff;border-color:#10b981;box-shadow:0 0 0 3px #10b9812e}.style-module__sJOCmG__formTextarea{resize:vertical;min-height:80px}.style-module__sJOCmG__radioGroup{flex-wrap:wrap;align-items:center;gap:10px;margin-top:2px;display:flex}.style-module__sJOCmG__radioPill{color:#475569;cursor:pointer;background-color:#f8fafc;border:1.5px solid #cbd5e1;border-radius:8px;align-items:center;gap:6px;padding:8px 14px;font-size:.88rem;font-weight:600;transition:all .2s;display:inline-flex}.style-module__sJOCmG__radioPill input[type=radio]{accent-color:#0f5c3b;width:15px;height:15px}.style-module__sJOCmG__radioPillActive{color:#0f5c3b;background-color:#f0fdf4;border-color:#0f5c3b;font-weight:700}.style-module__sJOCmG__infoBadgeCard{color:#0f5c3b;background-color:#f0fdf4;border:1.5px solid #bbf7d0;border-radius:10px;align-items:center;gap:12px;padding:12px 16px;display:flex}.style-module__sJOCmG__infoBadgeIcon{color:#0f5c3b;background-color:#dcfce7;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.style-module__sJOCmG__infoBadgeTitle{color:#0f5c3b;font-size:.95rem;font-weight:800}.style-module__sJOCmG__infoBadgeSub{color:#166534;font-size:.78rem}.style-module__sJOCmG__addressCard{color:#0f5c3b;background-color:#f0fdf4;border:1.5px solid #bbf7d0;border-radius:10px;align-items:flex-start;gap:12px;width:100%;padding:12px 16px;display:flex}.style-module__sJOCmG__addressCardIcon{color:#0f5c3b;background-color:#dcfce7;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;margin-top:2px;display:flex}.style-module__sJOCmG__addressCardContent{flex-direction:column;gap:2px;display:flex}.style-module__sJOCmG__addressCardTitle{text-transform:uppercase;letter-spacing:.5px;color:#166534;font-size:.8rem;font-weight:700}.style-module__sJOCmG__addressCardText{color:#0f5c3b;word-break:break-word;white-space:normal;font-size:.9rem;font-weight:700;line-height:1.4}.style-module__sJOCmG__cvUploadBox{text-align:center;cursor:pointer;background-color:#f0fdf4;border:2px dashed #a7f3d0;border-radius:12px;padding:18px 20px;transition:all .2s}.style-module__sJOCmG__cvUploadBox:hover{background-color:#ecfdf5;border-color:#10b981;transform:translateY(-1px)}.style-module__sJOCmG__cvUploadContent{flex-direction:column;align-items:center;gap:6px;display:flex}.style-module__sJOCmG__uploadIconCircle{color:#0f5c3b;background-color:#dcfce7;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:2px;display:flex}.style-module__sJOCmG__uploadMainText{color:#334155;font-size:.92rem}.style-module__sJOCmG__browseText{color:#0f5c3b;text-decoration:underline}.style-module__sJOCmG__uploadSubText{color:#64748b;font-size:.78rem}.style-module__sJOCmG__cvUploadingState{color:#0f5c3b;justify-content:center;align-items:center;gap:10px;font-size:.9rem;font-weight:700;display:flex}.style-module__sJOCmG__spinnerIcon{border:3px solid #bbf7d0;border-top-color:#0f5c3b;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite style-module__sJOCmG__spin}.style-module__sJOCmG__cvFileCard{background-color:#ecfdf5;border:1.5px solid #a7f3d0;border-radius:10px;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.style-module__sJOCmG__cvFileLeft{align-items:center;gap:12px;display:flex}.style-module__sJOCmG__pdfIconBox{color:#e11d48;background-color:#ffe4e6;border-radius:8px;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.style-module__sJOCmG__cvFileName{color:#1e293b;text-overflow:ellipsis;white-space:nowrap;max-width:300px;font-size:.9rem;font-weight:700;overflow:hidden}.style-module__sJOCmG__cvFileSuccessBadge{color:#15803d;align-items:center;gap:4px;font-size:.78rem;font-weight:600;display:flex}.style-module__sJOCmG__reUploadBtn{color:#475569;cursor:pointer;background:0 0;border:1px solid #cbd5e1;border-radius:6px;padding:5px 12px;font-size:.8rem;font-weight:600;transition:all .2s}.style-module__sJOCmG__reUploadBtn:hover{color:#0f5c3b;background-color:#fff;border-color:#0f5c3b}.style-module__sJOCmG__modalFooter{border-top:1px solid #e2e8f0;justify-content:flex-end;gap:12px;margin-top:8px;padding-top:16px;display:flex}.style-module__sJOCmG__cancelBtn{color:#475569;cursor:pointer;background-color:#f1f5f9;border:none;border-radius:10px;padding:10px 20px;font-size:.9rem;font-weight:700;transition:background-color .2s}.style-module__sJOCmG__cancelBtn:hover{color:#1e293b;background-color:#e2e8f0}.style-module__sJOCmG__submitBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0f5c3b 0%,#064e2e 100%);border:none;border-radius:10px;align-items:center;padding:10px 24px;font-size:.9rem;font-weight:800;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 4px 14px #0f5c3b4d}.style-module__sJOCmG__submitBtn:hover{transform:translateY(-1px);box-shadow:0 6px 18px #0f5c3b66}.style-module__sJOCmG__submitBtn:disabled,.style-module__sJOCmG__cancelBtn:disabled{opacity:.6;cursor:not-allowed;transform:none}
.style-module__cVuZoa__pageWrapper{background-color:#f8fafc;flex-direction:column;min-height:100vh;display:flex}.style-module__cVuZoa__banner{text-align:center;color:#fff;background:linear-gradient(135deg,#184128 0%,#378e5e 100%);padding:8rem 2rem 5rem;position:relative;overflow:hidden}.style-module__cVuZoa__banner:before{content:"";pointer-events:none;background-image:radial-gradient(circle at 20% 30%,#ffffff0d 0%,#0000 50%),radial-gradient(circle at 80% 70%,#ffffff14 0%,#0000 40%);position:absolute;inset:0}.style-module__cVuZoa__bannerContent{z-index:1;max-width:800px;margin:0 auto;position:relative}.style-module__cVuZoa__bannerTitle{font-family:var(--font-family), sans-serif;letter-spacing:-.02em;text-transform:uppercase;margin-bottom:1rem;font-size:2.75rem;font-weight:800}.style-module__cVuZoa__bannerSubtitle{opacity:.9;font-size:1.125rem;font-weight:400;line-height:1.6}.style-module__cVuZoa__contentSection{flex:1;padding:3rem 0 5rem}.style-module__cVuZoa__container{max-width:900px;margin:0 auto;padding:0 1.5rem}.style-module__cVuZoa__policyCard{background-color:#fff;border:1px solid #e2e8f0cc;border-radius:1rem;padding:3rem;animation:.4s style-module__cVuZoa__fadeIn;box-shadow:0 4px 25px #00000008}.style-module__cVuZoa__policyHeader{border-bottom:1px solid #e2e8f0;margin-bottom:2.5rem;padding-bottom:1.5rem}.style-module__cVuZoa__policyTitle{font-family:var(--font-montserrat), sans-serif;color:#184128;margin-bottom:.75rem;font-size:2.25rem;font-weight:800;line-height:1.3}.style-module__cVuZoa__lastUpdated{font-family:var(--font-montserrat), sans-serif;color:#378e5e;align-items:center;gap:.25rem;font-size:.875rem;font-weight:500;display:flex}.style-module__cVuZoa__policyContent{font-family:var(--font-montserrat), sans-serif;color:#1c3527;font-size:1.05rem;line-height:1.8}.style-module__cVuZoa__policyContent h3{font-family:var(--font-montserrat), sans-serif;color:#184128;align-items:center;gap:.5rem;margin:2.5rem 0 1rem;font-size:1.4rem;font-weight:700;display:flex}.style-module__cVuZoa__policyContent h3:before{content:"";background-color:#378e5e;border-radius:2px;width:4px;height:18px;display:inline-block}.style-module__cVuZoa__policyContent p{text-align:justify;margin-bottom:1.25rem}.style-module__cVuZoa__policyContent ul{margin-bottom:1.5rem;padding-left:1.5rem}.style-module__cVuZoa__policyContent li{margin-bottom:.5rem}.style-module__cVuZoa__policyContent strong{color:#184128;font-weight:700}.style-module__cVuZoa__highlightBox{background-color:#effaf3;border-left:4px solid #378e5e;border-radius:0 .5rem .5rem 0;margin:2rem 0;padding:1.25rem}.style-module__cVuZoa__highlightBox p{color:#1e3a27;margin-bottom:0;font-weight:500}@keyframes style-module__cVuZoa__fadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@media (max-width:991px){.style-module__cVuZoa__banner{padding-top:7rem;padding-bottom:4rem}.style-module__cVuZoa__bannerTitle{font-size:2.25rem}.style-module__cVuZoa__policyCard{padding:2.5rem}.style-module__cVuZoa__policyTitle{font-size:1.85rem}}@media (max-width:480px){.style-module__cVuZoa__banner{padding-top:6.5rem;padding-bottom:3rem}.style-module__cVuZoa__bannerTitle{font-size:1.85rem}.style-module__cVuZoa__policyCard{padding:1.5rem}.style-module__cVuZoa__policyTitle{font-size:1.5rem}.style-module__cVuZoa__policyContent{font-size:.975rem;line-height:1.7}}
