.svgIcon svg{width:100%;height:100%}.header{z-index:100;width:100%;display:grid;align-items:center;position:fixed;top:0;left:0;right:0;transition:transform .3s cubic-bezier(.25,.46,.45,.94);border-bottom:1px solid #e6e6e6;background-color:#fff}.header.isHome{border-bottom:none;background-color:transparent}.header.isHome .header-inner{padding:1.125rem 1.5rem}.header-inner{padding:.7rem 1.5rem;max-width:90rem;width:100%;display:flex;align-items:center;margin:0 auto;justify-content:space-between;color:#131313;gap:1rem}@media (max-width: 768px){.header-inner{padding:.7rem 1rem}}.header-inner .iconList{flex:0 0 10rem;display:flex;justify-content:flex-end}@media (max-width: 768px){.header-inner .iconList{flex:0 0 auto}}.header-logo{color:#1158f0;transition:color .3s cubic-bezier(.25,.46,.45,.94);flex-shrink:0}.header-logo img{height:50px;width:auto}@media (max-width: 768px){.header-logo img{height:45px}}.header-logo:hover{color:#818181}.header-searchDesktop{flex:1;display:flex;justify-content:center;max-width:600px}@media (max-width: 768px){.header-searchDesktop{display:none}}.header .langSelector{display:flex;gap:.5rem;font-size:1rem;align-items:center;position:relative;cursor:pointer;transition:color .3s cubic-bezier(.25,.46,.45,.94);flex-shrink:0}.header .langSelector:hover{color:#1158f0}.header .langSelector .svgIcon{width:1.25rem;height:1.25rem}@media (max-width: 768px){.header .langSelector span{display:none}}.selections{display:flex;align-items:center;gap:1rem;flex-shrink:0}@media (max-width: 768px){.selections{gap:.5rem}}.selections .header-searchToggle{display:none;align-items:center;justify-content:center;width:40px;height:40px;background:#f5f5f5;border:1px solid #e0e0e0;border-radius:50%;cursor:pointer;transition:all .2s ease}@media (max-width: 768px){.selections .header-searchToggle{display:flex}}.selections .header-searchToggle:hover{background:#ebebeb;border-color:#ccc}.selections .header-searchToggle .svgIcon{width:18px;height:18px;color:#222}.mobileSearchModal{position:fixed;inset:0;z-index:1000;display:flex;flex-direction:column}.mobileSearchModal-overlay{position:absolute;inset:0;background:#00000080;animation:fadeIn .2s ease}.mobileSearchModal-content{position:relative;margin-top:auto;background:#fff;border-radius:20px 20px 0 0;max-height:90vh;overflow-y:auto;animation:slideUp .3s ease}.mobileSearchModal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #ebebeb;position:sticky;top:0;background:#fff;z-index:1}.mobileSearchModal-header h3{font-size:18px;font-weight:600;color:#222;margin:0}.mobileSearchModal-close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#f5f5f5;border:none;border-radius:50%;cursor:pointer;transition:background .2s ease}.mobileSearchModal-close:hover{background:#ebebeb}.mobileSearchModal-close svg{width:20px;height:20px;color:#222}.mobileSearchModal-body{padding:20px}.mobileSearchModal-body .searchBar.sidebar{box-shadow:none;border:1px solid #e0e0e0;border-radius:12px;overflow:hidden}.mobileSearchModal-body .searchBar.sidebar .searchBar-filter:first-child{border-radius:0;flex:3!important}.mobileSearchModal-body .searchBar.sidebar .searchBar-container{padding:16px}.mobileSearchModal-body .searchBar.sidebar .searchBar-btn{border-radius:12px}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.searchBar{background-color:#fff;border-radius:6rem;padding:.5rem .4rem .5rem 1.4rem;border:1px solid #e6e6e6;position:relative;animation:blur 1s forwards;display:flex;gap:2rem;align-items:center;justify-content:space-between}.searchBar.top .searchBar-filter:first-child{flex:3!important}.searchBar.home{padding:1.5rem}.searchBar.home .searchBar-results{margin-top:2.5rem;box-shadow:none}.searchBar.sidebar{flex-direction:column;border-radius:12px;padding:0;align-items:stretch;gap:0;border:none;background:#fff;box-shadow:none}.searchBar.sidebar .searchBar-filter{width:100%;border:none;border-bottom:1px solid #e8e8e8;border-radius:0;padding:.75rem 1rem;cursor:pointer;transition:background-color .15s ease}.searchBar.sidebar .searchBar-filter:hover{background-color:#f7f7f7}.searchBar.sidebar .searchBar-filter:last-of-type{border-bottom:none}.searchBar.sidebar .searchBar-filter:before{display:none!important}.searchBar.sidebar .searchBar-filter:first-child{display:flex!important;border-radius:12px 12px 0 0;flex:3!important}.searchBar.sidebar .searchBar-container{width:100%;padding:.75rem 1rem;display:flex}.searchBar.sidebar .searchBar-btn{width:100%;height:auto;min-height:44px;border-radius:8px;padding:12px 20px;display:flex;align-items:center;justify-content:center;gap:8px}.searchBar.sidebar .searchBar-btn .svgIcon{display:none}.searchBar.sidebar .searchBar-btn-text{display:block;font-size:15px;font-weight:600;color:#fff}.searchBar.sidebar .searchBar-datePicker,.searchBar.sidebar .searchBar-guestsPicker,.searchBar.sidebar .locationResults{left:0;right:auto;min-width:100%}.searchBar-filter{position:relative;display:flex;flex-direction:column;gap:4px}.searchBar-filter:first-child{flex:3}.searchBar-filter:not(:first-child){padding:.3rem 0;flex:2}.searchBar-filter:not(:first-child):before{content:"";position:absolute;left:0;top:0;bottom:0;transform:translate(-16px);background-color:#e6e6e6;width:1px;height:110%}.searchBar-filter-label{font-size:11px;font-weight:600;color:#717171;text-transform:uppercase;letter-spacing:.3px;text-align:left}.searchBar-filter-value{font-size:14px;font-weight:600;color:#222;text-align:start}.searchBar .locationFilter{min-width:10.9rem;position:relative}.searchBar .locationSearchInput{width:100%;min-width:200px;border:none;outline:none;background:transparent;font-size:inherit;font-weight:inherit;color:inherit;padding:0;padding-right:1rem}.searchBar .locationSearchInput::placeholder{color:#717171}.searchBar .clearFilter{position:absolute;right:0;top:50%;transform:translateY(-50%);font-weight:400;font-size:.8rem;color:#1158f0;cursor:pointer}.searchBar .clearFilter:hover{color:#131313}.searchBar .clearFilter .svgIcon{width:12px;height:12px}.searchBar-container{padding:.5rem}.searchBar-btn{width:3.5rem;height:3.5rem;background-color:#1158f0;border-radius:50%;display:grid;place-content:center;cursor:pointer;transition:background-color .2s ease}.searchBar-btn .svgIcon{color:#fff;width:1.2188rem;height:1.2188rem;transition:transform .3s cubic-bezier(.25,.46,.45,.94)}.searchBar-btn-text{display:none}.searchBar-btn:hover{background-color:#0c46c2}.searchBar-btn:hover .svgIcon{transform:scale(1.3)}.searchBar-btn.disabled{background:#ccc;cursor:not-allowed;pointer-events:none}.searchBar-results{position:absolute;padding:1rem 0;background-color:#fff;border-radius:1rem;width:max-content;min-width:15rem;height:15rem;overflow-y:hidden;display:none;margin-top:1.5rem;box-shadow:0 4px 8px #4d4d4d4d}.searchBar-results.isVisible{display:flex}.searchBar-results-list{display:flex;flex-direction:column;gap:.2rem;padding:0 .3rem;height:100%;width:100%;overflow-y:scroll}.searchBar-results-list-item{cursor:pointer;padding:.5rem;border-radius:1rem;width:100%}.searchBar-results-list-item:hover{background-color:#1158f0;color:#fff}.dateFilter{cursor:pointer;transition:color .2s ease;white-space:nowrap}.dateFilter:hover,.dateFilter .has-value{color:#222}.guestsFilter{cursor:pointer;transition:color .2s ease;white-space:nowrap}.guestsFilter:hover,.guestsFilter .has-value{color:#222}.searchBar-datePicker{z-index:200;margin-top:.5rem;position:absolute;top:0;background:#fff;border-radius:1rem;box-shadow:0 4px 20px #00000026;padding:1rem}@media (max-width: 768px){.searchBar-datePicker{position:unset}}.searchBar-datePicker .p-calendar{width:100%}.searchBar-datePicker .p-datepicker{border:none;padding:0}.searchBar-datePicker .p-datepicker table{font-size:14px}.searchBar-datePicker .p-datepicker .p-datepicker-header{padding:.5rem;border-bottom:1px solid #f0f0f0}.searchBar-datePicker .p-datepicker .p-highlight{background:#1158f0;color:#fff;border-radius:50%}.searchBar-datePicker .p-datepicker .p-datepicker-today>span{border-color:#1158f0}.searchBar-datePicker .p-datepicker td>span{width:2.5rem;height:2.5rem;border-radius:50%}.searchBar-datePicker .p-datepicker td>span:hover{background:#f7f7f7}.searchBar-datePicker .p-datepicker td.p-datepicker-other-month>span{color:#ccc}.searchBar-guestsPicker{position:absolute;top:100%;left:0;z-index:200;margin-top:.5rem;background:#fff;border-radius:1rem;box-shadow:0 4px 20px #00000026;padding:1.25rem;min-width:320px}@media (max-width: 720px){.searchBar-guestsPicker{position:unset}}.guestsPicker-row{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;border-bottom:1px solid #ebebeb}.guestsPicker-row:last-child{border-bottom:none;padding-bottom:0}.guestsPicker-row:first-child{padding-top:0}.guestsPicker-row-info{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.guestsPicker-row-label{font-size:16px;font-weight:500;color:#222}.guestsPicker-row-subtitle{font-size:13px;font-weight:400;color:#717171}.guestsPicker-row-controls{display:flex;align-items:center;gap:12px}.guestsPicker-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid #b0b0b0;border-radius:50%;background:#fff;color:#717171;cursor:pointer;transition:all .2s ease}.guestsPicker-btn:hover:not(:disabled){border-color:#222;color:#222}.guestsPicker-btn:disabled{border-color:#ebebeb;color:#ebebeb;cursor:not-allowed}.guestsPicker-btn svg{width:16px;height:16px}.guestsPicker-value{min-width:24px;text-align:center;font-size:16px;font-weight:500;color:#222}@media (max-width: 768px){.searchBar.home{flex-direction:column;border-radius:0;padding:0;gap:.75rem;background:transparent;box-shadow:none;border:none}.searchBar.home .searchBar-filter{width:100%;background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:.875rem 1rem;flex:3}.searchBar.home .searchBar-filter:before{display:none!important}.searchBar.home .searchBar-filter:not(:first-child){padding:.875rem 1rem;flex:2}.searchBar.home .searchBar-filter-label{font-size:11px;font-weight:600;color:#717171;text-transform:uppercase;margin-bottom:2px}.searchBar.home .searchBar-filter-value{font-size:16px;font-weight:500;color:#222;text-align:left}.searchBar.home .searchBar-container{width:100%;padding:0}.searchBar.home .searchBar-btn{width:100%;height:52px;border-radius:12px;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px;background-color:#1158f0}.searchBar.home .searchBar-btn .svgIcon{width:20px;height:20px;color:#fff;display:block}.searchBar.home .searchBar-btn-text{display:block;font-size:16px;font-weight:600;color:#fff}.searchBar.home .searchBar-btn:hover .svgIcon{transform:none}.searchBar.home .locationFilter{min-width:auto}.searchBar.home .locationSearchInput{font-size:16px;min-width:200px}.searchBar.home .searchBar-datePicker{position:fixed;inset:auto 0 0;margin:0;border-radius:1rem 1rem 0 0;max-height:80vh;overflow-y:auto}.searchBar.home .searchBar-datePicker .p-datepicker .p-datepicker-group{width:100%}.searchBar.home .searchBar-guestsPicker{position:fixed;inset:auto 0 0;margin:0;border-radius:1rem 1rem 0 0;min-width:auto;width:100%}.searchBar.home .locationResults{position:absolute;width:100%;left:0;right:0}}.p-datepicker-group-container{gap:35px}.p-datepicker-month{margin-right:10px}.locationResults{position:absolute;top:100%;left:0;right:0;background:#fff;border-radius:1rem;box-shadow:0 4px 16px #00000026;margin-top:.5rem;max-height:300px;min-width:350px;overflow-y:auto;z-index:100;opacity:0;visibility:hidden;transform:translateY(-10px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease}.locationResults.isVisible{opacity:1;visibility:visible;transform:translateY(0)}.locationResults-list{padding:.5rem 0}.locationResults-item{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 1rem;cursor:pointer;transition:background-color .15s ease;border-bottom:1px solid #f0f0f0;font-size:14px;font-weight:400;white-space:normal;overflow:visible;text-overflow:unset}.locationResults-item:last-child{border-bottom:none}.locationResults-item:hover,.locationResults-item--active{background:#f7f7f7}.locationResults-item--loading,.locationResults-item--error{color:#717171;cursor:default;justify-content:center}.locationResults-item--loading:hover,.locationResults-item--error:hover{background:transparent}.locationResults-item--error{color:#dc3545}.locationResults-item-content{display:flex;flex-direction:column;gap:.25rem;flex:1;min-width:0}.locationResults-item-main{font-weight:500;color:#222;white-space:normal;overflow:visible;text-overflow:unset;word-break:break-word}.locationResults-item-secondary{font-size:.85em;color:#717171;white-space:normal;overflow:visible;text-overflow:unset;word-break:break-word}.locationResults-item-badge{flex-shrink:0;font-size:11px;padding:4px 8px;border-radius:4px;font-weight:500;background:#f0f0f0;color:#717171}.locationResults-item-badge--city,.locationResults-item-badge--region{background:#e6f4ea;color:#1e7d32}.locationResults-item-badge--island{background:#e0f7fa;color:#006064}.currencySelector{position:relative}.currencySelector-toggle{display:flex;align-items:center;gap:4px;padding:8px 12px;background:#f5f5f5;border:1px solid #e0e0e0;border-radius:8px;cursor:pointer;transition:all .2s ease;font-size:14px;color:#222}@media (max-width: 768px){.currencySelector-toggle{padding:6px 10px;font-size:13px}}.currencySelector-toggle:hover{background:#f5f5f5;border-color:#ccc}.currencySelector-symbol{font-weight:600}.currencySelector-code{font-weight:500}@media (max-width: 480px){.currencySelector-code{display:none}}.currencySelector-arrow{margin-left:2px;transition:transform .2s ease}@media (max-width: 480px){.currencySelector-arrow{display:none}}.currencySelector-arrow--open{transform:rotate(180deg)}.currencySelector-dropdown{position:absolute;top:calc(100% + 4px);right:0;min-width:160px;background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 12px #0000001a;z-index:100;overflow:hidden}@media (max-width: 768px){.currencySelector-dropdown{position:fixed;inset:auto 0 0;min-width:auto;border-radius:16px 16px 0 0;padding-bottom:env(safe-area-inset-bottom,0);animation:slideUpCurrency .25s ease}}.currencySelector-option{display:flex;align-items:center;gap:8px;width:100%;padding:10px 14px;background:transparent;border:none;cursor:pointer;text-align:left;font-size:14px;color:#222;transition:background .15s ease}@media (max-width: 768px){.currencySelector-option{padding:14px 20px;font-size:15px}}.currencySelector-option:hover{background:#f5f5f5}.currencySelector-option--active{background:#f0f7ff}.currencySelector-option--active:hover{background:#e5f1ff}.currencySelector-option-symbol{font-weight:600;width:16px}.currencySelector-option-label{flex:1}.currencySelector-option-code{font-size:12px;color:#717171}.currencySelector-overlay{display:none}@media (max-width: 768px){.currencySelector-overlay{display:block;position:fixed;inset:0;background:#00000080;z-index:99;animation:fadeInCurrency .2s ease}}@keyframes slideUpCurrency{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes fadeInCurrency{0%{opacity:0}to{opacity:1}}.footer{background:#e8edf4;margin-top:auto}.footer-inner{max-width:1280px;margin:0 auto;padding:48px 24px 24px}@media (max-width: 768px){.footer-inner{padding:32px 16px 20px}}.footer-top{display:flex;justify-content:space-between;gap:64px;padding-bottom:32px}@media (max-width: 768px){.footer-top{flex-direction:column;gap:32px}}.footer-brand{flex-shrink:0}.footer-logo{display:inline-block}.footer-logo img{height:60px;width:auto}@media (max-width: 768px){.footer-logo img{height:50px}}.footer-menus{display:flex;gap:64px}@media (max-width: 768px){.footer-menus{gap:32px}}@media (max-width: 480px){.footer-menus{flex-direction:column;gap:24px}}.footer-menu{min-width:140px}.footer-menu-title{font-size:14px;font-weight:600;color:#222;margin-bottom:16px}@media (max-width: 768px){.footer-menu-title{margin-bottom:12px}}.footer-menu-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.footer-menu-link{font-size:14px;color:#444;text-decoration:none;transition:color .2s ease}.footer-menu-link:hover{color:#000}.footer-bottom{display:flex;align-items:center;justify-content:space-between;padding-top:20px;border-top:1px solid rgba(0,0,0,.08)}@media (max-width: 768px){.footer-bottom{flex-direction:column;gap:16px;align-items:flex-start}}.footer-copyright{font-size:13px;color:#666}.footer-legal{display:flex;align-items:center;gap:24px}.footer-legal-link{font-size:13px;color:#444;text-decoration:underline;text-underline-offset:2px;transition:color .2s ease}.footer-legal-link:hover{color:#000}.loader-container{top:0;left:0;right:0;min-height:100vh;height:100%;position:fixed;display:grid;background-color:#1158f066;place-content:center;overflow:hidden;visibility:visible;transition:opacity .3s ease-out;z-index:100}.loader-container.componentLoader{background-color:#fff20;min-height:unset;border-radius:.5rem}.loader-container.small{transform:scale(.3);justify-content:flex-start;width:4rem;height:4rem}.loader-container.small .loader,.loader-container.small .loader:after{border-radius:50%;width:4rem;height:4rem}.loader-container .loader,.loader-container .loader:after{border-radius:50%;width:6rem;height:6rem}.loader-container .loader{margin:60px auto;font-size:10px;position:relative;text-indent:-9999em;border-top:1.1em solid #c8c7c7;border-right:1.1em solid #c8c7c7;border-bottom:1.1em solid #c8c7c7;border-left:1.1em solid #1158f0;transform:translateZ(0);animation:load8 1.1s infinite linear;overflow:hidden;padding-top:50%;transform:translate(50%)}@-webkit-keyframes load8{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes load8{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.layout{position:relative;display:flex;flex-direction:column;min-height:100vh;height:100%;overflow-x:clip}.layout main{flex-grow:1;width:100%}.layout main.constrained{display:grid;grid-template-rows:1fr;max-width:90rem;margin:70px auto 0}@media (max-width: 768px){.layout main.constrained{margin-top:70px}}.layout main.full-width{display:flex;flex-direction:column;max-width:none;margin:0}.popularDestinations{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;background-color:#f7f7f7;padding:3rem 0}.popularDestinations-inner{max-width:1200px;width:100%;margin:0 auto;padding:0 1.5rem}.popularDestinations-header{margin-bottom:1.5rem}.popularDestinations-headerTop{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.popularDestinations-title{font-size:22px;font-weight:700;color:#222;margin:0 0 .25rem}.popularDestinations-title em,.popularDestinations-title i{font-style:italic}.popularDestinations-title strong,.popularDestinations-title b{font-weight:700}.popularDestinations-subtitle{font-size:14px;color:#717171;margin:0}.popularDestinations-nav{display:flex;gap:8px;flex-shrink:0;margin-top:4px}.popularDestinations-arrow{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid #ddd;border-radius:50%;background:#fff;cursor:pointer;color:#222;transition:all .2s ease;padding:0}.popularDestinations-arrow:hover:not(:disabled){border-color:#222}.popularDestinations-arrow:disabled{opacity:.3;cursor:not-allowed}.popularDestinations-grid{display:flex;flex-wrap:wrap;gap:.75rem}.popularDestinations-grid .destinationCard{height:200px}@media (max-width: 1024px){.popularDestinations-grid .destinationCard{height:180px}}@media (max-width: 640px){.popularDestinations-grid .destinationCard{height:160px;flex:0 0 100%!important}}.popularDestinations-grid .destinationCard:nth-child(4n+1){flex:0 0 calc(35% - .375rem)}.popularDestinations-grid .destinationCard:nth-child(4n+2){flex:0 0 calc(65% - .375rem)}.popularDestinations-grid .destinationCard:nth-child(4n+3){flex:0 0 calc(65% - .375rem)}.popularDestinations-grid .destinationCard:nth-child(4n){flex:0 0 calc(35% - .375rem)}.popularDestinations-dots{display:flex;justify-content:center;gap:8px;margin-top:24px}.popularDestinations-dot{width:8px;height:8px;border-radius:50%;border:none;background:#ddd;cursor:pointer;padding:0;transition:all .2s ease}.popularDestinations-dot--active{background:#222;width:24px;border-radius:4px}.popularDestinations-dot:hover:not(.popularDestinations-dot--active){background:#bbb}.destinationCard{position:relative;border-radius:12px;overflow:hidden;background-size:cover;background-position:center;background-color:#ccc;display:flex;align-items:flex-end;text-decoration:none;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.destinationCard:hover{transform:scale(1.02);box-shadow:0 8px 24px #00000026}.destinationCard-overlay{position:absolute;inset:0;background:linear-gradient(to top,#0009,#0000004d 40%,#0000)}.destinationCard-content{position:relative;z-index:1;padding:1.25rem;width:100%}.destinationCard-badges{display:flex;flex-wrap:wrap;gap:.375rem;margin-bottom:.5rem}.destinationCard-badge{display:inline-block;padding:.125rem .5rem;font-size:11px;font-weight:600;color:#fff;background:#00000073;backdrop-filter:blur(4px);border-radius:999px;text-shadow:0 1px 2px rgba(0,0,0,.3)}.destinationCard-title{font-size:20px;font-weight:700;color:#fff;margin:0 0 .25rem;text-shadow:0 1px 3px rgba(0,0,0,.3)}.destinationCard-count{font-size:13px;color:#ffffffd9;text-shadow:0 1px 2px rgba(0,0,0,.3)}.propertyCard{cursor:pointer;scroll-margin-top:280px;border-radius:12px;border:2px solid transparent;transition:box-shadow .2s ease,border-color .2s ease}.propertyCard:hover{box-shadow:0 4px 16px #0000001a;box-shadow:0 0 0 2px #2563eb;border-radius:12px}.propertyCard--selected{box-shadow:0 0 0 2px #2563eb}.propertyCard--base{cursor:pointer}.propertyCard-image{position:relative;width:100%;aspect-ratio:4/3;border-radius:12px;overflow:hidden;background:#f0f0f0}.propertyCard-image img{width:100%;height:100%;object-fit:cover}.propertyCard-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#ccc}.propertyCard-image-badge{position:absolute;top:10px;left:10px;padding:4px 10px;font-size:12px;font-weight:600;color:#222;background:#f5a623;border-radius:6px;z-index:1}.propertyCard-content{padding:10px 4px}.propertyCard-title{font-size:15px;font-weight:600;color:#222;line-height:1.3;margin-bottom:6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.propertyCard-meta{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.propertyCard-stars{display:flex;align-items:center;gap:2px}.propertyCard-stars-unclassified{font-size:12px;color:#999;font-style:italic}.propertyCard-rating{display:flex;align-items:center;gap:4px;flex-shrink:0}.propertyCard-rating-gLogo{flex-shrink:0}.propertyCard-rating-value{font-size:14px;font-weight:600;color:#222}.propertyCard-review{font-size:12px;color:#717171}.propertyCard-bottom{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.propertyCard-bottomLeft{display:flex;flex-direction:column;gap:6px}.propertyCard-bottomRight{display:flex;flex-direction:column;align-items:flex-end;gap:4px;flex-shrink:0}.propertyCard-tag{display:inline-block;padding:4px 10px;font-size:11px;font-weight:600;border-radius:6px;white-space:nowrap}.propertyCard-tag--breakfast{color:#92600a;background:#f2e0b6}.propertyCard-tag--cancellation{color:#1a6b3c;background:#c5e8d5}.propertyCard-stay{font-size:12px;color:#717171}.propertyCard-price{font-size:16px;font-weight:700;color:#1158f0}.propertyCard-priceNote{font-size:10px;color:#999}.propertyCard-category{display:block;font-size:12px;color:#717171;margin-top:6px}.propertyCard-stars-label{font-size:12px;color:#717171}.featuredProperties{padding:48px 0}@media (max-width: 768px){.featuredProperties{padding:32px 0}}.featuredProperties-inner{max-width:1280px;margin:0 auto;padding:0 24px}@media (max-width: 768px){.featuredProperties-inner{padding:0 16px}}.featuredProperties-header{margin-bottom:24px}.featuredProperties-title{font-size:24px;font-weight:700;line-height:1.3;margin-bottom:6px}.featuredProperties-title em,.featuredProperties-title i{font-style:italic}.featuredProperties-title strong,.featuredProperties-title b{font-weight:700}@media (max-width: 768px){.featuredProperties-title{font-size:20px}}.featuredProperties-subtitle{font-size:15px;line-height:1.5}.featuredProperties-carouselWrapper{position:relative}.featuredProperties-carousel{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:4px}.featuredProperties-carousel::-webkit-scrollbar{display:none}.featuredProperties-cardWrapper{flex-shrink:0;width:280px;scroll-snap-align:start}@media (max-width: 768px){.featuredProperties-cardWrapper{width:240px}}.featuredProperties-cardWrapper .propertyCard-image{border-radius:12px}.featuredProperties-cardWrapper .propertyCard-image-placeholder{background:#333;color:#666}.featuredProperties-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#ffffffe6;border:none;border-radius:50%;cursor:pointer;box-shadow:0 2px 8px #0000004d;transition:all .2s ease;padding:0;color:#222}.featuredProperties-arrow:hover{background:#fff}.featuredProperties-arrow--left{left:-12px}.featuredProperties-arrow--right{right:-12px}@media (max-width: 768px){.featuredProperties-arrow{display:none}}.homepage{display:flex;flex-direction:column;width:100%}.heroBanner{position:relative;width:100%;min-height:80vh;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:center;background-repeat:no-repeat;background-color:#1a365d}.heroBanner-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#0000001a,#0000004d,#0006);pointer-events:none}.heroBanner-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem 1.5rem;max-width:900px;width:100%}.heroBanner-title{font-size:clamp(28px,5vw,48px);font-weight:400;color:#fff;margin:0 0 .75rem;line-height:1.3;text-shadow:0 2px 8px rgba(0,0,0,.3)}.heroBanner-title strong{color:#f5a623;font-weight:700}.heroBanner-title em,.heroBanner-title b{color:#f5a623;font-style:normal;font-weight:700}.heroBanner-subtitle{font-size:clamp(14px,2vw,18px);color:#ffffffe6;margin:0 0 2rem;line-height:1.5;text-shadow:0 1px 4px rgba(0,0,0,.3);max-width:600px}.heroBanner-search{width:100%;max-width:720px}.heroBanner-search .searchBar.home{background:#fff;border-radius:50px;padding:.5rem .5rem .5rem 1.5rem;box-shadow:0 4px 20px #00000026;border:none}@media (max-width: 768px){.heroBanner{min-height:auto;padding:2rem 0 3rem}.heroBanner-overlay{background:linear-gradient(to bottom,#fff0,#ffffff26)}.heroBanner-content{padding:1.5rem 1rem}.heroBanner-title{font-size:28px;color:#333;text-shadow:none}.heroBanner-title strong,.heroBanner-title em,.heroBanner-title b{color:#1158f0}.heroBanner-subtitle{color:#555;text-shadow:none;margin-bottom:1.5rem}.heroBanner-search{max-width:100%;padding:0 .5rem}.heroBanner-search .searchBar.home{background:transparent;border-radius:0;padding:0;box-shadow:none}}.heroBanner{position:relative}.heroBanner-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.circleList{width:100%;background:#fff;padding:4rem 0}.circleList-inner{max-width:1200px;width:100%;margin:0 auto;padding:0 1.5rem}.circleList-header{text-align:center;margin-bottom:3rem}.circleList-title{font-size:28px;font-weight:700;color:#222;margin:0 0 .5rem}.circleList-subtitle{font-size:16px;color:#717171;margin:0}.circleList-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem 3rem}@media (max-width: 768px){.circleList-grid{gap:2rem 1.5rem}}.circleItem{display:flex;flex-direction:column;align-items:center;text-align:center;width:220px;max-width:100%}@media (max-width: 768px){.circleItem{width:160px}}@media (max-width: 480px){.circleItem{width:100%;max-width:280px}}.circleItem-iconWrapper{width:80px;height:80px;border-radius:50%;background:#e8f4fc;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;overflow:hidden}.circleItem:nth-child(1) .circleItem-iconWrapper{background:#fef3e2}.circleItem:nth-child(2) .circleItem-iconWrapper{background:#e8f4fc}.circleItem:nth-child(3) .circleItem-iconWrapper{background:#fce8e6}.circleItem:nth-child(4) .circleItem-iconWrapper{background:#e8f4fc}.circleItem:nth-child(5) .circleItem-iconWrapper{background:#fce8e6}.circleItem-icon{width:36px;height:36px;object-fit:contain}.circleItem-title{font-size:16px;font-weight:600;color:#222;margin:0 0 .5rem;line-height:1.3}.circleItem-description{font-size:14px;color:#717171;margin:0;line-height:1.5}.aboutPage{background-color:#2d7e9b5c;flex-grow:1}.propertyFilters{display:flex;align-items:flex-start;justify-content:space-between;padding:16px 0;border-bottom:1px solid #ebebeb;margin-bottom:12px;position:sticky}@media (min-width: 768px){.propertyFilters{top:110px}}@media (max-width: 767px){.propertyFilters{top:60px}}.propertyFilters{z-index:10;background:#fff}.propertyFilters--desktop{flex-direction:column;gap:0}@media (max-width: 768px){.propertyFilters--desktop{display:none}}.propertyFilters--mobile{display:none}@media (max-width: 768px){.propertyFilters--mobile{display:flex;align-items:center;gap:8px;padding:12px 0;margin-bottom:16px}}.propertyFilters-row{display:flex;align-items:center;width:100%}.propertyFilters-categories{gap:8px;flex-wrap:wrap}.propertyFilters-starValues{gap:8px;padding-top:12px;border-bottom:1px solid #f0f0f0;flex-wrap:wrap}.propertyFilters-filters{justify-content:space-between;padding-top:12px}.propertyFilters-left{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.propertyFilters-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;font-size:14px;font-weight:400;color:#222;background:#fff;border:1px solid #dddddd;border-radius:24px;cursor:pointer;transition:all .2s ease}.propertyFilters-btn:hover{border-color:#222}.propertyFilters-btn.active{background:#222;color:#fff;border-color:#222}.propertyFilters-btn.active .propertyFilters-btn-hint{color:#fffc}.propertyFilters-btn--dropdown{gap:4px}.propertyFilters-btn-hint{color:#717171;font-size:13px}.propertyFilters-btn svg{flex-shrink:0}.propertyFilters-mobileBtn{display:inline-flex;align-items:center;gap:6px;padding:10px 14px;font-size:14px;font-weight:500;color:#222;background:#fff;border:1px solid #ddd;border-radius:24px;cursor:pointer;transition:all .2s ease}.propertyFilters-mobileBtn:hover{border-color:#222}.propertyFilters-mobileBtn svg{flex-shrink:0}.propertyFilters-mobileBtn-badge{display:flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;font-size:12px;font-weight:600;color:#fff;background:#222;border-radius:10px}.propertyFilters-mobileCount{margin-left:auto;font-size:13px;font-weight:500;color:#717171;white-space:nowrap}.propertyFilters-mobileCount-value{font-weight:700;color:#1158f0}.propertyFilters-priceWrapper,.propertyFilters-sortWrapper{position:relative}.propertyFilters-priceDropdown,.propertyFilters-sortDropdown{position:absolute;top:calc(100% + 8px);left:0;background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000026;padding:20px;min-width:300px;z-index:100}.propertyFilters-priceDropdown-title,.propertyFilters-sortDropdown-title{font-size:16px;font-weight:600;color:#222;margin-bottom:16px}.propertyFilters-priceDropdown-inputs{display:flex;align-items:flex-end;gap:12px;margin-bottom:20px}.propertyFilters-priceDropdown-field{flex:1}.propertyFilters-priceDropdown-field label{display:block;font-size:12px;font-weight:500;color:#717171;margin-bottom:6px}.propertyFilters-priceDropdown-inputWrapper{position:relative;display:flex;align-items:center}.propertyFilters-priceDropdown-inputWrapper input{width:100%;padding:10px 30px 10px 12px;font-size:14px;border:1px solid #ddd;border-radius:8px;outline:none;transition:border-color .2s ease}.propertyFilters-priceDropdown-inputWrapper input:focus{border-color:#222}.propertyFilters-priceDropdown-inputWrapper input::placeholder{color:#b0b0b0}.propertyFilters-priceDropdown-inputWrapper input::-webkit-outer-spin-button,.propertyFilters-priceDropdown-inputWrapper input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.propertyFilters-priceDropdown-inputWrapper input{-moz-appearance:textfield}.propertyFilters-priceDropdown-currency{position:absolute;right:12px;color:#717171;font-size:14px;pointer-events:none}.propertyFilters-priceDropdown-separator{color:#717171;padding-bottom:10px}.propertyFilters-priceDropdown-actions{display:flex;justify-content:space-between;gap:12px}.propertyFilters-priceDropdown-clearBtn{padding:10px 16px;font-size:14px;font-weight:500;color:#222;background:none;border:none;cursor:pointer;text-decoration:underline}.propertyFilters-priceDropdown-clearBtn:hover{color:#000}.propertyFilters-priceDropdown-applyBtn{padding:10px 24px;font-size:14px;font-weight:600;color:#fff;background:#222;border:none;border-radius:8px;cursor:pointer;transition:background-color .2s ease}.propertyFilters-priceDropdown-applyBtn:hover:not(:disabled){background:#000}.propertyFilters-priceDropdown-applyBtn:disabled{background:#ddd;cursor:not-allowed}.propertyFilters-sortDropdown{min-width:220px;padding:16px}.propertyFilters-sortDropdown-options{display:flex;flex-direction:column;gap:4px}.propertyFilters-sortDropdown-option{display:flex;align-items:center;justify-content:space-between;width:100%;padding:10px 12px;font-size:14px;font-weight:400;color:#222;background:none;border:none;border-radius:8px;cursor:pointer;text-align:left;transition:background-color .2s ease}.propertyFilters-sortDropdown-option:hover{background:#f5f5f5}.propertyFilters-sortDropdown-option.active{font-weight:500;background:#f5f5f5}.propertyFilters-sortDropdown-option svg{color:#222;flex-shrink:0}.propertyFilters-right{display:flex;align-items:center;flex-direction:column;gap:20px}.propertyFilters-count{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;font-size:14px;font-weight:500;color:#222;background:#1158f014;border-radius:999px;white-space:nowrap}.propertyFilters-count-value{font-size:15px;font-weight:700;color:#1158f0}.propertyFilters-count-label{color:#757575}.propertyFilters--disabled{opacity:.5;pointer-events:none}.propertyFilters--disabled .propertyFilters-btn{cursor:not-allowed}.propertyFilters--disabled .propertyFilters-btn:hover{border-color:#ddd}.mobileSheet{position:fixed;inset:0;z-index:1000;display:flex;flex-direction:column}.mobileSheet-overlay{position:absolute;inset:0;background:#00000080;animation:mobileSheetFadeIn .2s ease}.mobileSheet-content{position:relative;margin-top:auto;background:#fff;border-radius:20px 20px 0 0;max-height:85vh;display:flex;flex-direction:column;animation:mobileSheetSlideUp .3s ease}.mobileSheet-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #ebebeb;flex-shrink:0}.mobileSheet-header h3{font-size:18px;font-weight:600;color:#222;margin:0}.mobileSheet-close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#f5f5f5;border:none;border-radius:50%;cursor:pointer;transition:background .2s ease}.mobileSheet-close:hover{background:#ebebeb}.mobileSheet-close svg{width:20px;height:20px;color:#222}.mobileSheet-body{flex:1;overflow-y:auto;padding:20px;-webkit-overflow-scrolling:touch}.mobileSheet-section{padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid #ebebeb}.mobileSheet-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.mobileSheet-sectionTitle{font-size:16px;font-weight:600;color:#222;margin-bottom:16px}.mobileSheet-toggle{display:flex;align-items:center;justify-content:space-between;padding:14px 0;cursor:pointer;border-bottom:1px solid #f0f0f0}.mobileSheet-toggle:last-child{border-bottom:none}.mobileSheet-toggle span:first-child{font-size:16px;color:#222}.mobileSheet-toggle input{display:none}.mobileSheet-toggle-slider{position:relative;width:52px;height:32px;background:#ddd;border-radius:16px;transition:background .2s ease}.mobileSheet-toggle-slider:after{content:"";position:absolute;top:4px;left:4px;width:24px;height:24px;background:#fff;border-radius:50%;transition:transform .2s ease;box-shadow:0 2px 4px #00000026}input:checked+.mobileSheet-toggle-slider{background:#222}input:checked+.mobileSheet-toggle-slider:after{transform:translate(20px)}.mobileSheet-priceInputs{display:flex;align-items:flex-end;gap:12px}.mobileSheet-priceField{flex:1}.mobileSheet-priceField label{display:block;font-size:12px;font-weight:500;color:#717171;margin-bottom:6px}.mobileSheet-priceInputWrapper{position:relative;display:flex;align-items:center}.mobileSheet-priceInputWrapper input{width:100%;padding:12px 36px 12px 14px;font-size:16px;border:1px solid #ddd;border-radius:10px;outline:none;transition:border-color .2s ease}.mobileSheet-priceInputWrapper input:focus{border-color:#222}.mobileSheet-priceInputWrapper input::placeholder{color:#b0b0b0}.mobileSheet-priceInputWrapper input::-webkit-outer-spin-button,.mobileSheet-priceInputWrapper input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.mobileSheet-priceInputWrapper input{-moz-appearance:textfield}.mobileSheet-priceInputWrapper span{position:absolute;right:14px;color:#717171;font-size:16px;pointer-events:none}.mobileSheet-priceSeparator{color:#717171;padding-bottom:12px}.mobileSheet-sortOptions{display:flex;flex-direction:column;gap:4px}.mobileSheet-sortOption{display:flex;align-items:center;justify-content:space-between;width:100%;padding:14px 16px;font-size:16px;font-weight:400;color:#222;background:none;border:none;border-radius:12px;cursor:pointer;text-align:left;transition:background-color .2s ease}.mobileSheet-sortOption:hover{background:#f5f5f5}.mobileSheet-sortOption.active{font-weight:500;background:#f5f5f5}.mobileSheet-sortOption svg{color:#222;flex-shrink:0}.mobileSheet-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 20px;border-top:1px solid #ebebeb;background:#fff;flex-shrink:0;padding-bottom:calc(16px + env(safe-area-inset-bottom,0))}.mobileSheet-clearBtn{padding:14px 20px;font-size:15px;font-weight:500;color:#222;background:none;border:none;cursor:pointer;text-decoration:underline}.mobileSheet-clearBtn:hover{color:#000}.mobileSheet-applyBtn{flex:1;padding:14px 24px;font-size:15px;font-weight:600;color:#fff;background:#222;border:none;border-radius:12px;cursor:pointer;transition:background-color .2s ease}.mobileSheet-applyBtn:hover{background:#000}.mobileSheet--sort .mobileSheet-content{max-height:50vh}@keyframes mobileSheetFadeIn{0%{opacity:0}to{opacity:1}}@keyframes mobileSheetSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.propertyFilters-propertyRatings{margin-top:15px;gap:8px;flex-wrap:wrap}.propertiesGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;min-height:500px}@media (max-width: 1024px){.propertiesGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.propertiesGrid{grid-template-columns:1fr}}.propertiesGrid--loading{opacity:.7}.propertiesGrid-skeleton{display:flex;flex-direction:column;gap:8px}.propertiesGrid-skeleton-image{width:100%;aspect-ratio:4/3;border-radius:12px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}.propertiesGrid-skeleton-title{height:18px;width:70%;border-radius:4px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}.propertiesGrid-skeleton-price{height:16px;width:50%;border-radius:4px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}.propertiesGrid-skeleton-tag{height:24px;width:40%;border-radius:4px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.propertiesGrid--refreshing{opacity:.5;pointer-events:none;transition:opacity .15s ease}.propertiesMap{position:relative;width:100%;height:100%}.propertiesMap-container{width:100%;height:100%}.propertiesMap-loading{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#f5f5f5;color:#717171;font-size:14px}.map-marker{padding:4px 10px;background:#fff;border:1px solid #ddd;border-radius:20px;font-size:13px;font-weight:600;color:#222;cursor:pointer;box-shadow:0 2px 6px #00000026;transition:all .15s ease;white-space:nowrap}.map-marker:hover{border-color:#2563eb;box-shadow:0 2px 8px #2563eb40}.map-marker--selected{background:#2563eb;color:#fff;border-color:#2563eb;box-shadow:0 2px 8px #2563eb66;transform:scale(1.1);z-index:10}.map-marker--simple{padding:4px 8px;min-width:24px;text-align:center}.propertiesMap-resultsBar{position:absolute;top:16px;left:50%;transform:translate(-50%);z-index:2;display:flex;align-items:center;gap:12px;padding:8px 8px 8px 16px;background:#fff;border-radius:999px;box-shadow:0 2px 10px #0000002e;white-space:nowrap}.propertiesMap-resultsBar-count{font-size:13px;font-weight:500;color:#757575}.propertiesMap-resultsBar-count strong{font-size:14px;font-weight:700;color:#222}.propertiesMap-resultsBar-pager{display:flex;align-items:center;gap:4px;padding-left:12px;border-left:1px solid #e6e6e6}.propertiesMap-resultsBar-page{min-width:44px;text-align:center;font-size:13px;font-weight:600;color:#222}.propertiesMap-resultsBar-arrow{display:flex;align-items:center;justify-content:center;width:30px;height:30px;padding:0;color:#222;background:#fff;border:1px solid #ddd;border-radius:50%;cursor:pointer;transition:border-color .15s ease}.propertiesMap-resultsBar-arrow:hover:not(:disabled){border-color:#222}.propertiesMap-resultsBar-arrow:disabled{opacity:.4;cursor:not-allowed}@media (max-width: 768px){.propertiesMap-resultsBar{top:12px;gap:8px;padding:6px 6px 6px 12px}.propertiesMap-resultsBar-count{font-size:12px}}.propertiesMap-zoom{display:flex;flex-direction:column;margin:10px;background:#fff;border-radius:8px;box-shadow:0 1px 4px #0000004d;overflow:hidden}.propertiesMap-zoom-btn{width:40px;height:40px;padding:0;border:none;background:#fff;color:#666;font-size:22px;line-height:1;cursor:pointer;user-select:none;transition:color .15s ease}.propertiesMap-zoom-btn:hover{color:#222}.propertiesMap-zoom-btn:first-child{border-bottom:1px solid #e6e6e6}.gm-style-iw{padding:12px!important;border-radius:16px!important;box-shadow:0 4px 20px #00000026!important}.gm-style-iw-d{overflow:hidden!important}.gm-style-iw-tc,.gm-ui-hover-effect{display:none!important}.propertiesMap-searchToggle{position:absolute;bottom:24px;left:50%;transform:translate(-50%);z-index:1;display:flex;align-items:center;gap:8px;padding:8px 16px;background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000026;cursor:pointer;user-select:none;white-space:nowrap}.propertiesMap-searchToggle input{position:absolute;opacity:0;width:0;height:0}.propertiesMap-searchToggle-switch{position:relative;width:36px;height:20px;background:#ccc;border-radius:10px;transition:background .2s ease;flex-shrink:0}.propertiesMap-searchToggle-switch:after{content:"";position:absolute;top:2px;left:2px;width:16px;height:16px;background:#fff;border-radius:50%;transition:transform .2s ease}input:checked+.propertiesMap-searchToggle-switch{background:#222}input:checked+.propertiesMap-searchToggle-switch:after{transform:translate(16px)}.propertiesMap-searchToggle-label{font-size:13px;font-weight:500;color:#222}@media (max-width: 768px){.propertiesMap-searchToggle{bottom:16px;padding:6px 12px}.propertiesMap-searchToggle-label{font-size:12px}}.pagination{display:flex;align-items:center;justify-content:center;gap:8px;padding:32px 0}.pagination-pages{display:flex;align-items:center;gap:4px}.pagination-btn{display:flex;align-items:center;justify-content:center;min-width:36px;height:36px;padding:0 12px;font-size:14px;font-weight:500;color:#222;background:#fff;border:1px solid #ddd;border-radius:50%;cursor:pointer;transition:all .2s ease}.pagination-btn:hover:not(:disabled):not(.pagination-btn--active){border-color:#222}.pagination-btn:disabled{opacity:.4;cursor:not-allowed}.pagination-btn--active{background:#222;color:#fff;border-color:#222}.pagination-btn--arrow{padding:0}.pagination-btn--arrow svg{width:16px;height:16px}.pagination-ellipsis{display:flex;align-items:center;justify-content:center;min-width:36px;height:36px;font-size:14px;color:#717171}.emptyState{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 24px;text-align:center}.emptyState-icon{margin-bottom:24px;color:#e0e0e0}.emptyState-title{margin:0 0 8px;font-size:20px;font-weight:600;color:#222}.emptyState-description{margin:0;font-size:14px;color:#717171;max-width:300px}.propertiesPage{display:flex;min-height:calc(100vh - 80px)}@media (max-width: 1200px){.propertiesPage{flex-direction:column}}.propertiesPage-content{flex:1;max-width:60%;padding:0 24px;margin-top:50px}@media (max-width: 1200px){.propertiesPage-content{max-width:100%;overflow-y:visible}}@media (max-width: 760px){.propertiesPage-content{margin-top:0}}@media (max-width: 420px){.propertiesPage-content{padding:0 6px}}.propertiesPage-grid-wrap{position:relative}.propertiesPage-loading{position:absolute;inset:0;z-index:5;display:flex;justify-content:center;background:#ffffff80;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);cursor:progress}.propertiesPage-loading-spinner{position:sticky;top:45vh;width:44px;height:44px;border:3px solid rgba(17,88,240,.2);border-top-color:#1158f0;border-radius:50%;animation:propertiesPage-spin .8s linear infinite}.propertiesPage-loading-srOnly{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.propertiesPage-map{flex:0 0 40%;position:sticky;top:114px;margin-top:0;height:calc(100vh - 114px);align-self:flex-start;background:#f5f5f5}@media (max-width: 1200px){.propertiesPage-map{margin-top:40px;display:block;width:100%;height:60vh;position:relative;top:0;flex:none}}.propertiesPage-map-placeholder{width:100%;height:100%;background:#e8e8e8;color:#717171;font-size:18px}.propertiesPage-scrollTop{display:none;position:fixed;right:16px;bottom:24px;z-index:20;align-items:center;justify-content:center;width:44px;height:44px;padding:0;color:#fff;background:#1158f0;border:none;border-radius:50%;box-shadow:0 2px 10px #00000040;cursor:pointer;opacity:0;transform:translateY(8px);pointer-events:none;transition:opacity .2s ease,transform .2s ease}.propertiesPage-scrollTop.is-visible{opacity:1;transform:translateY(0);pointer-events:auto}@media (max-width: 768px){.propertiesPage-scrollTop{display:flex}}.propertiesPage-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;text-align:center}.propertiesPage-error h2{margin:0 0 8px;font-size:20px;font-weight:600;color:#222}.propertiesPage-error p{margin:0;color:#717171}@keyframes propertiesPage-spin{to{transform:rotate(360deg)}}.pageHandler-loading{display:flex;align-items:center;justify-content:center;min-height:60vh}.pageHandler-spinner{width:48px;height:48px;border:3px solid #f0f0f0;border-top-color:#ff385c;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.pageHandler-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center;padding:2rem}.pageHandler-error h1{font-size:72px;font-weight:700;color:#222;margin:0 0 1rem}.pageHandler-error p{font-size:18px;color:#717171;margin:0}.pageHandler-error-details{margin-top:1rem!important;font-size:14px!important;color:#b0b0b0!important}.pageHandler-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:40vh;text-align:center;padding:2rem;background:#f7f7f7;border-radius:1rem;margin:2rem}.pageHandler-placeholder h2{font-size:24px;font-weight:600;color:#222;margin:0 0 1rem}.pageHandler-placeholder p{font-size:14px;color:#717171;margin:.25rem 0}.destinationPage{min-height:100vh;background:#fff}.destinationPage-loading{display:flex;align-items:center;justify-content:center;min-height:60vh}.destinationPage-spinner{width:48px;height:48px;border:3px solid #f0f0f0;border-top-color:#0071c2;border-radius:50%;animation:destinationSpin .8s linear infinite}@keyframes destinationSpin{to{transform:rotate(360deg)}}.destinationPage-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:40vh;text-align:center;padding:2rem}.destinationPage-error h2{font-size:24px;color:#222;margin-bottom:.5rem}.destinationPage-error p{color:#717171}.destinationPage-container{display:flex;gap:10px;min-height:100vh;height:100%}@media (max-width: 1024px){.destinationPage-container{flex-direction:column}}.destinationPage-container--noMap .destinationPage-left{max-width:100%;width:100%}.destinationPage-left{max-width:66%;width:66%;display:flex;flex-direction:column}@media (max-width: 1024px){.destinationPage-left{flex:none;max-width:100%;width:100%}}.destinationPage-hero{position:relative;overflow:visible;background-color:#87ceeb;display:flex;min-height:320px}@media (max-width: 1024px){.destinationPage-hero{min-height:380px;justify-content:center}}.destinationPage-hero-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0}.destinationPage-hero-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(135deg,#00000059,#00000026,#0000000d)}.destinationPage-hero-content{position:relative;z-index:2;margin-left:24px;margin-top:24px;flex-direction:column;justify-content:center;width:100%;max-width:375px;min-height:400px;overflow:visible}@media (max-width: 1024px){.destinationPage-hero-content{max-width:360px;margin:0;padding:1.5rem}}.destinationPage-hero-title{font-size:36px;font-weight:400;color:#fff;margin:0 0 .75rem;line-height:1.35;text-shadow:0 1px 3px rgba(0,0,0,.4)}.destinationPage-hero-title span{display:block;font-weight:700;font-size:36px;margin-top:2px}.destinationPage-searchForm{background:#fff;overflow:visible;border-radius:12px;box-shadow:0 2px 12px #00000026}.destinationPage-filters{border-bottom:1px solid #ebebeb;background:#fff;position:sticky;top:70px;z-index:10}.destinationPage-filters .propertyFilters{padding:.875rem 1rem}.destinationPage-count{display:flex;justify-content:flex-end;padding:.875rem 1rem;border-bottom:1px solid #ebebeb;background:#fff}.destinationPage-count span{font-size:14px;font-weight:500;color:#222}.destinationPage-properties{flex:1;padding:1.25rem 1rem 2rem;background:#fff}.destinationPage-properties-loading{display:flex;align-items:center;justify-content:center;min-height:300px}.destinationPage-properties-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}@media (max-width: 1400px){.destinationPage-properties-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.destinationPage-properties-grid{grid-template-columns:1fr}}.destinationPage-properties-empty{display:flex;align-items:center;justify-content:center;min-height:200px;color:#717171;font-size:16px}.destinationPage-pagination{display:flex;justify-content:center;padding:2rem 0 1rem}.destinationPage-map{flex:0 0 50%;max-width:33%;width:33%;position:sticky;top:0;height:50%;background:#e5e3df}@media (max-width: 1024px){.destinationPage-map{flex:none;max-width:100%;position:relative;height:400px;width:100%}}.destinationPage-map>div{height:100%!important;width:100%!important}.destinationPage-map{position:sticky;top:75px;height:calc(100vh - 75px);align-self:flex-start}.propertyGallery-main{position:relative;width:100%;aspect-ratio:16/10;border-radius:12px;overflow:hidden;background:#f0f0f0}.propertyGallery-main-image{width:100%;height:100%;object-fit:cover}.propertyGallery-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:12px;color:#717171}.propertyGallery-placeholder svg{opacity:.5}.propertyGallery-placeholder span{font-size:14px}.propertyGallery-nav{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;background:#ffffffe6;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#222;transition:all .2s ease;box-shadow:0 2px 8px #00000026}.propertyGallery-nav:hover{background:#fff;transform:translateY(-50%) scale(1.05)}.propertyGallery-nav--prev{left:16px}.propertyGallery-nav--next{right:16px}.propertyGallery-thumbnails{display:flex;gap:8px;margin-top:12px;overflow-x:auto;padding-bottom:4px}.propertyGallery-thumbnails::-webkit-scrollbar{height:4px}.propertyGallery-thumbnails::-webkit-scrollbar-thumb{background:#ddd;border-radius:2px}.propertyGallery-thumbnail{flex-shrink:0;width:72px;height:54px;border-radius:8px;overflow:hidden;border:2px solid transparent;cursor:pointer;padding:0;background:#f0f0f0;transition:border-color .2s ease}.propertyGallery-thumbnail.active{border-color:#0071c2}.propertyGallery-thumbnail:hover:not(.active){border-color:#ccc}.propertyGallery-thumbnail img{width:100%;height:100%;object-fit:cover}.propertyGallery-thumbnail--more{display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;color:#222;background:#f0f0f0}.propertyGallery-counter{position:absolute;bottom:12px;right:12px;padding:4px 10px;font-size:12px;font-weight:500;color:#fff;background:#00000080;border-radius:4px;pointer-events:none}.propertyGallery-categoriesWrapper{position:relative;display:flex;align-items:center;margin-bottom:16px;margin-top:25px}.propertyGallery-categoriesArrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#fff;border:1px solid #ddd;border-radius:50%;cursor:pointer;box-shadow:0 2px 6px #0000001a;transition:all .2s ease;padding:0}.propertyGallery-categoriesArrow:hover{background:#f5f5f5;border-color:#999;box-shadow:0 2px 8px #00000026}.propertyGallery-categoriesArrow--left{left:-4px}.propertyGallery-categoriesArrow--right{right:-4px}.propertyGallery-categoriesArrow svg{color:#222}.propertyGallery-categories{display:flex;gap:16px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;padding:4px 0;width:100%}.propertyGallery-categories::-webkit-scrollbar{display:none}.propertyGallery-category{display:flex;flex-direction:column;align-items:center;gap:6px;padding:0;background:none;border:none;cursor:pointer;flex-shrink:0;width:110px}.propertyGallery-category-thumb{width:100px;height:72px;border-radius:8px;overflow:hidden;border:2px solid transparent;transition:border-color .2s ease}.propertyGallery-category-thumb img{width:100%;height:100%;object-fit:cover;display:block}.propertyGallery-category-label{font-size:12px;color:#666;text-align:center;line-height:1.3;width:100px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;transition:color .2s ease}.propertyGallery-category:hover .propertyGallery-category-thumb{border-color:#ccc}.propertyGallery-category--active .propertyGallery-category-thumb{border-color:#2563eb}.propertyGallery-category--active .propertyGallery-category-label{color:#2563eb;font-weight:500}@media (max-width: 768px){.propertyGallery-categoriesWrapper{margin-bottom:12px}.propertyGallery-categoriesArrow{width:28px;height:28px}.propertyGallery-categoriesArrow svg{width:16px;height:16px}.propertyGallery-categories{gap:12px}.propertyGallery-category{width:90px}.propertyGallery-category-thumb{width:80px;height:56px}.propertyGallery-category-label{font-size:11px;width:80px}}.propertyGallery-category-price{font-size:12px;font-weight:600;color:#2563eb;text-align:center;line-height:1.3}.propertyGallery-category-price--unavailable{color:#999;font-weight:400;font-style:italic}.propertyGallery-category--unavailable{opacity:.45}.propertyGallery-category--unavailable .propertyGallery-category-thumb{filter:grayscale(100%)}.bookingWidget{background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:1.25rem}.bookingWidget-row{display:flex;gap:1rem;padding:.75rem 0;border-bottom:1px solid #ebebeb;position:relative}.bookingWidget-row:first-child{padding-top:0}.bookingWidget-row:last-of-type{border-bottom:none}.bookingWidget-field{flex:1;position:relative}.bookingWidget-field--full{flex:1 1 100%}.bookingWidget-field--editable{cursor:pointer;padding:8px;margin:-8px;border-radius:8px;transition:background-color .2s ease}.bookingWidget-field--editable:hover{background:#f7f7f7}.bookingWidget-label{display:block;font-size:11px;font-weight:600;color:#717171;text-transform:uppercase;letter-spacing:.3px;margin-bottom:4px;cursor:inherit}.bookingWidget-value{display:flex;align-items:center;justify-content:space-between;font-size:14px;font-weight:500;color:#222}.bookingWidget-value--empty,.bookingWidget-value--placeholder{color:#717171}.bookingWidget-chevron{flex-shrink:0;margin-left:8px;transition:transform .2s ease}.bookingWidget-dateInput{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer;z-index:1}.bookingWidget-dateInput::-webkit-calendar-picker-indicator{position:absolute;inset:0;width:100%;height:100%;cursor:pointer}.bookingWidget-guestsDropdown{position:absolute;top:calc(100% + 8px);left:0;right:0;background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000026;padding:1rem;z-index:100}.bookingWidget-guestsRow{display:flex;align-items:center;justify-content:space-between;padding:12px 0;border-bottom:1px solid #ebebeb}.bookingWidget-guestsRow:last-of-type{border-bottom:none}.bookingWidget-guestsInfo{display:flex;flex-direction:column;gap:2px}.bookingWidget-guestsTitle{font-size:14px;font-weight:500;color:#222}.bookingWidget-guestsSubtitle{font-size:12px;color:#717171}.bookingWidget-guestsControls{display:flex;align-items:center;gap:12px}.bookingWidget-guestsBtn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:400;color:#717171;background:#fff;border:1px solid #ddd;border-radius:50%;cursor:pointer;transition:all .2s ease}.bookingWidget-guestsBtn:hover:not(:disabled){border-color:#222;color:#222}.bookingWidget-guestsBtn:disabled{opacity:.3;cursor:not-allowed}.bookingWidget-guestsCount{min-width:24px;text-align:center;font-size:14px;font-weight:500;color:#222}.bookingWidget-guestsDone{width:100%;margin-top:12px;padding:10px;font-size:14px;font-weight:600;color:#fff;background:#222;border:none;border-radius:8px;cursor:pointer;transition:background-color .2s ease}.bookingWidget-guestsDone:hover{background:#000}.bookingWidget-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;padding:14px 24px;margin-top:1rem;font-size:15px;font-weight:600;color:#fff;background:#0071c2;border:none;border-radius:8px;cursor:pointer;transition:background-color .2s ease}.bookingWidget-btn:hover{background:#005fa3}.bookingWidget-btn svg{flex-shrink:0}.bookingWidget-notice{margin:1rem 0 0;padding:.75rem;font-size:13px;color:#717171;background:#f7f7f7;border-radius:8px;text-align:center;line-height:1.4}.bookingWidget-alternatives{margin-top:1rem;padding-top:1rem;border-top:1px solid #ebebeb;display:flex;flex-direction:column;gap:.5rem}.bookingWidget-altBtn{display:flex;align-items:center;gap:8px;padding:10px 0;font-size:14px;font-weight:500;color:#0071c2;background:none;border:none;cursor:pointer;text-align:left;transition:color .2s ease}.bookingWidget-altBtn:hover{color:#005fa3;text-decoration:underline}.bookingWidget-altBtn svg{flex-shrink:0;color:currentColor}@media (max-width: 720px){.onlyDesktop{display:none}}.bookingWidget-selectedRoom{padding:16px 0;border-bottom:1px solid #ebebeb}.bookingWidget-selectedRoom-name{display:block;font-size:14px;font-weight:600;color:#2563eb;margin-bottom:4px}.bookingWidget-selectedRoom-price{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.bookingWidget-selectedRoom-amount{font-size:18px;font-weight:700;color:#222}.bookingWidget-selectedRoom-note{font-size:12px;color:#717171}.bookingWidget-btn--disabled{opacity:.45;cursor:not-allowed}.propertyAmenities{padding:1.5rem 0;border-top:1px solid #ebebeb}.propertyAmenities-title{font-size:18px;font-weight:600;color:#222;margin:0 0 1rem}.propertyAmenities-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem 2rem}@media (max-width: 768px){.propertyAmenities-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.propertyAmenities-grid{grid-template-columns:1fr}}.propertyAmenities-list{list-style:none;padding:0;margin:0}.propertyAmenities-item{display:flex;align-items:flex-start;gap:8px;font-size:14px;color:#222;padding:4px 0}.propertyAmenities-bullet{color:#717171;flex-shrink:0}.propertyContact{padding:1.5rem 0;border-top:1px solid #ebebeb}.propertyContact-title{font-size:18px;font-weight:600;color:#222;margin:0 0 1rem}.propertyContact-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (max-width: 640px){.propertyContact-grid{grid-template-columns:1fr}}.propertyContact-item{display:flex;flex-direction:column;gap:4px}.propertyContact-label{font-size:12px;font-weight:500;color:#717171;text-transform:uppercase;letter-spacing:.3px}.propertyContact-value{font-size:14px;color:#222;text-decoration:none;word-break:break-word}.propertyContact-value:hover,.propertyContact-value--link{color:#0071c2}.propertyContact-value--link:hover{text-decoration:underline}.propertyPolicies{padding:1.5rem 0;border-top:1px solid #ebebeb}.propertyPolicies-title{font-size:18px;font-weight:600;color:#222;margin:0 0 1rem}.propertyPolicies-title--section{margin-top:1.5rem}.propertyPolicies-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (max-width: 640px){.propertyPolicies-grid{grid-template-columns:1fr}}.propertyPolicies-item{display:flex;flex-direction:column;gap:4px}.propertyPolicies-label{font-size:12px;font-weight:500;color:#717171;text-transform:uppercase;letter-spacing:.3px}.propertyPolicies-value{font-size:14px;font-weight:500;color:#222}.propertyPolicies-text{margin-top:1rem}.propertyPolicies-description{font-size:14px;color:#222;line-height:1.6;margin:.5rem 0 0}.propertyLocation{padding:1.5rem 0;border-top:1px solid #ebebeb}.propertyLocation-title{font-size:18px;font-weight:600;color:#222;margin:0 0 .75rem}.propertyLocation-address{font-size:14px;color:#717171;margin:0 0 1rem}.propertyLocation-directions{margin-bottom:1rem}.propertyLocation-directions p{font-size:14px;color:#222;line-height:1.6;margin:.5rem 0 0}.propertyLocation-subtitle{font-size:14px;font-weight:600;color:#222;margin:0}.propertyLocation-map{width:100%;height:280px;border-radius:12px;overflow:hidden;background:#f0f0f0}.propertyLocation-map-placeholder{width:100%;height:100%;background:#e8e8e8}.propertyLocation-map-loading{display:flex;align-items:center;justify-content:center;height:100%;font-size:14px;color:#717171}.propertySingle{min-height:100vh;background:#fff;padding:2rem 0}.propertySingle-sponsored{display:inline-block;padding:4px 12px;font-size:12px;font-weight:500;color:#222;background:#f0f0f0;border-radius:4px;margin-bottom:8px}.propertySingle-loading{display:flex;align-items:center;justify-content:center;min-height:60vh}.propertySingle-spinner{width:48px;height:48px;border:3px solid #f0f0f0;border-top-color:#0071c2;border-radius:50%;animation:propertySingleSpin .8s linear infinite}@keyframes propertySingleSpin{to{transform:rotate(360deg)}}.propertySingle-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:40vh;text-align:center;padding:2rem}.propertySingle-error h2{font-size:24px;color:#222;margin-bottom:.5rem}.propertySingle-error p{color:#717171}.propertySingle-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:grid;grid-template-columns:1fr 360px;align-items:start;gap:3rem}@media (max-width: 1024px){.propertySingle-container{grid-template-columns:1fr;gap:2rem}}.propertySingle-main{min-width:0}.propertySingle-header{margin-top:1.5rem;margin-bottom:1.5rem}.propertySingle-title{font-size:28px;font-weight:700;color:#222;margin:0 0 .5rem;line-height:1.3}@media (max-width: 640px){.propertySingle-title{font-size:24px}}.propertySingle-rating{display:inline-flex;align-items:center;gap:6px;margin-right:1rem}.propertySingle-rating-score{font-size:14px;font-weight:600;color:#222}.propertySingle-rating-count{font-size:14px;color:#717171}.propertySingle-type{display:inline-block;padding:4px 10px;font-size:12px;font-weight:500;color:#717171;background:#f5f5f5;border-radius:4px}.propertySingle-section{padding:1.5rem 0;border-top:1px solid #ebebeb}.propertySingle-section:first-of-type{border-top:none}.propertySingle-sectionTitle{font-size:18px;font-weight:600;color:#222;margin:0 0 1rem}.propertySingle-description{font-size:15px;line-height:1.7;color:#222}.propertySingle-description p{margin:0 0 1rem}.propertySingle-description p:last-child{margin-bottom:0}@media (max-width: 1024px){.propertySingle-sidebar{position:fixed;bottom:0;left:0;right:0;z-index:100;background:#fff;padding:1rem;box-shadow:0 -2px 10px #0000001a;border-top:1px solid #eee}}@media (min-width: 1025px){.propertySingle-sidebar{position:fixed;right:calc((100vw - 1200px)/2 + 1.5rem);top:130px;width:360px}}@media (max-width: 1024px){.propertySingle-sidebarSticky{position:static}}@media (max-width: 1024px){.propertySingle{margin-bottom:25rem}}.propertySingle-legal-grid{display:flex;gap:32px}@media (max-width: 600px){.propertySingle-legal-grid{flex-direction:column;gap:16px}}.propertySingle-legal-item{display:flex;flex-direction:column;gap:4px}.propertySingle-legal-label{font-size:12px;font-weight:600;color:#717171;text-transform:uppercase;letter-spacing:.5px}.propertySingle-legal-value{font-size:14px;font-weight:500;color:#222;font-variant-numeric:tabular-nums}.propertySingle-back{margin-top:20px;display:inline-flex;align-items:center;gap:8px;padding:8px 0;margin-bottom:16px;font-size:14px;font-weight:500;color:#1158f0;background:none;border:none;cursor:pointer}.propertySingle-back:hover{color:#222}.basicPage{min-height:calc(100vh - 200px)}.basicPage-container{max-width:800px;margin:0 auto;padding:32px 24px 64px}@media (max-width: 768px){.basicPage-container{padding:24px 16px 48px}}.basicPage-loading{display:flex;align-items:center;justify-content:center;padding:80px 24px}.basicPage-spinner{width:32px;height:32px;border:3px solid #e5e5e5;border-top-color:#222;border-radius:50%;animation:basicPageSpin .6s linear infinite}.basicPage-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 24px;text-align:center}.basicPage-error h2{font-size:20px;font-weight:600;color:#222;margin-bottom:8px}.basicPage-error p{font-size:14px;color:#717171}.basicPage-breadcrumbs{display:flex;align-items:center;flex-wrap:wrap;gap:4px;margin-bottom:24px;font-size:13px}.basicPage-breadcrumbs a{color:#717171;text-decoration:none;transition:color .2s ease}.basicPage-breadcrumbs a:hover{color:#222}.basicPage-breadcrumbs-separator{color:#ccc;margin:0 4px}.basicPage-breadcrumbs-current{color:#222;font-weight:500}.basicPage-title{font-size:32px;font-weight:700;color:#222;line-height:1.3;margin-bottom:32px}@media (max-width: 768px){.basicPage-title{font-size:26px;margin-bottom:24px}}.basicPage-body{font-size:16px;line-height:1.7;color:#333}.basicPage-body h2{font-size:24px;font-weight:600;color:#222;margin:32px 0 16px;line-height:1.3}.basicPage-body h2:first-child{margin-top:0}.basicPage-body h3{font-size:20px;font-weight:600;color:#222;margin:24px 0 12px;line-height:1.3}.basicPage-body h4{font-size:18px;font-weight:600;color:#222;margin:20px 0 10px}.basicPage-body p{margin:0 0 16px}.basicPage-body p:last-child{margin-bottom:0}.basicPage-body a{color:#2563eb;text-decoration:underline;text-underline-offset:2px;transition:color .2s ease}.basicPage-body a:hover{color:#1d4ed8}.basicPage-body strong,.basicPage-body b{font-weight:600;color:#222}.basicPage-body em,.basicPage-body i{font-style:italic}.basicPage-body ul,.basicPage-body ol{margin:0 0 16px;padding-left:24px}.basicPage-body ul li,.basicPage-body ol li{margin-bottom:8px}.basicPage-body ul li:last-child,.basicPage-body ol li:last-child{margin-bottom:0}.basicPage-body ul{list-style-type:disc}.basicPage-body ol{list-style-type:decimal}.basicPage-body blockquote{margin:24px 0;padding:16px 24px;border-left:3px solid #222;background:#f9f9f9;border-radius:0 8px 8px 0;font-style:italic;color:#555}.basicPage-body img{max-width:100%;height:auto;border-radius:8px;margin:16px 0}.basicPage-body table{width:100%;border-collapse:collapse;margin:24px 0}.basicPage-body table th,.basicPage-body table td{padding:12px 16px;text-align:left;border-bottom:1px solid #e5e5e5}.basicPage-body table th{font-weight:600;color:#222;background:#f9f9f9}.basicPage-body table tr:last-child td{border-bottom:none}.basicPage-body hr{border:none;border-top:1px solid #e5e5e5;margin:32px 0}.basicPage-body .text-align-center{text-align:center}.basicPage-body .text-align-right{text-align:right}.basicPage-body .text-align-justify{text-align:justify}@keyframes basicPageSpin{to{transform:rotate(360deg)}}@keyframes blur{0%{filter:blur(1px);opacity:0}to{opacity:1;filter:blur(0)}}@keyframes slideTop{0%{transform:translateY(-100vh);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideLeft{0%{width:100vw}to{width:50vw}}@keyframes LeftToRight{0%{opacity:0;transform:translate(-5rem)}to{opacity:1;transform:translate(0)}}@keyframes RightToLeft{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-5rem)}}@keyframes shake{0%{transform:translate(3px)}50%{transform:translate(-3px)}to{transform:translate(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes shake-animation{0%{transform:translate(0) scale(1)}2%{transform:translate(5px) rotate(-4deg) scale(1.02)}4%{transform:translate(0) rotate(0) scale(1)}6%{transform:translate(5px) rotate(4deg) scale(1.05)}8%{transform:translate(0) rotate(0) scale(1)}10%{transform:translate(5px) rotate(-4deg) scale(1.05)}12%{transform:translate(0) rotate(0) scale(1)}to{transform:translate(0)}}.btnContainer{display:flex;width:100%;justify-content:flex-end}.btn{display:flex;position:relative;width:100%;cursor:pointer;color:#fff;transition:color .3s cubic-bezier(.25,.46,.45,.94)}.btn:hover{color:#b88e2f}.btn:hover span{transform:translate(60%);padding-left:.5rem}.btn:hover .btn-arrow{background-color:#b88e2f}.btn span{background-color:#818181;position:relative;z-index:2;width:fit-content;padding:0 .5rem 0 0;transform:translate(0);transition:transform .2s cubic-bezier(.25,.46,.45,.94)}.btn-arrow{position:absolute;height:2px;width:80%;top:55%;transform:translateY(-50%);background-color:#fff;transition:left .4s cubic-bezier(.25,.46,.45,.94),width .4s cubic-bezier(.25,.46,.45,.94),background-color .4s cubic-bezier(.25,.46,.45,.94);display:flex;align-items:center;justify-content:flex-end}.btn-arrow .svgIcon{width:9px;height:10px;transform:translate(2px)}body{overscroll-behavior-y:none;margin:0;padding:0;overflow-x:hidden}#root{min-height:100vh;height:100%;font-family:Inter,sans-serif}.svg-defs{display:none}.version{position:fixed;bottom:1rem;right:1rem;color:gray;font-size:.8rem}.fadeIn{animation:fadeIn .4s cubic-bezier(.25,.46,.45,.94)}a{cursor:pointer;transition:color .3s cubic-bezier(.25,.46,.45,.94)}a:hover{color:#1158f0}.hiddenInput{position:absolute;opacity:0}.card{width:100%;padding:1rem;background-color:#818181;border:2px solid #fff;position:relative;display:flex;flex-direction:column;gap:1rem}.card-title{font-size:1.375rem;font-weight:700;text-align:right;position:relative;display:flex;justify-content:flex-end;align-items:center;transform:translate(.3rem);margin:1rem 0}.card-title:after{content:"";width:5px;border-radius:4px;padding:1.5rem 0;background-color:#b88e2f;transform:translate(calc(1rem + 3px));position:absolute;right:4px}.dropdown .p-dropdown-trigger{display:none!important}.p-dropdown-panel{padding:1rem;background-color:#fff;transform:translateY(2.25rem);border-radius:1rem}.p-dropdown-header{border-bottom:1px solid #e5e7eb;color:#374151;background:#f9fafb;margin:0}.p-dropdown-header .p-inputtext{padding:.5rem;font-size:1rem;color:#4b5563;background:#fff;border:1px solid #818181;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s;appearance:none;border-radius:6px;outline-color:transparent}.p-dropdown-header .p-dropdown-filter-icon{right:.75rem;color:#6b7280;position:absolute;top:50%;margin-top:-.4rem}.p-dropdown-items{margin-top:1rem;display:flex;flex-direction:column;gap:.3rem}.p-dropdown-items .p-dropdown-item{padding:.5rem;border-radius:1rem}.p-dropdown-items .p-dropdown-item:hover{background-color:#1158f0;color:#fff}.p-dropdown-label{display:block;white-space:nowrap;overflow:hidden;flex:1 1 auto;width:1%;text-overflow:ellipsis;cursor:pointer}*{margin:0;padding:0;box-sizing:border-box;font:inherit;color:inherit;outline:transparent;background:transparent;border-radius:0;border:0}*:before,*:after{box-sizing:border-box}html{text-size-adjust:100%;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{line-height:1}ol[class],ul[class]{list-style:none}img,svg{display:block}button,input,textarea,select{-webkit-appearance:none;-moz-appearance:none;appearance:none}button,input[type=submit],input[type=checkbox],input[type=radio],select,label,a{cursor:pointer}button[disabled]{cursor:default}textarea{resize:none}a{text-decoration:none;touch-action:manipulation}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,textarea:-webkit-autofill,textarea:-webkit-autofill:hover,textarea:-webkit-autofill:focus,select:-webkit-autofill,select:-webkit-autofill:hover,select:-webkit-autofill:focus{border:unset;-webkit-text-fill-color:unset;-webkit-box-shadow:unset;transition:background-color 5000s ease-in-out 0s;color:unset!important}html{font-family:Inter,sans-serif;font-size:14px}@media only screen and (min-width: 321px){html{font-size:15px}}@media only screen and (min-width: 569px){html{font-size:15px}}@media only screen and (min-width: 768px){html{font-size:16px}}strong{font-weight:700}em{font-style:italic}.fw-extralight{font-weight:200}.fw-light{font-weight:300}.fw-normal{font-weight:400}.fw-medium{font-weight:500}.fw-semibold{font-weight:600}.fw-bold{font-weight:700}.fw-extrabold{font-weight:800}.fw-black{font-weight:900}.italic{font-style:italic}.fs-20r{font-size:clamp(1rem,-12.571rem + 36.19vw,20rem)}.fs-64{font-size:clamp(2.6rem,2.2602rem + 1.4498vw,4rem)}.fs-62{font-size:clamp(2.4rem,2.042rem + 1.5275vw,3.875rem)}.fs-58{font-size:clamp(1.5rem,.9842rem + 2.2006vw,3.625rem)}.fs-56{font-size:clamp(2.7rem,2.5058rem + .8285vw,3.5rem)}.fs-52{font-size:clamp(2rem,1.6966rem + 1.2945vw,3.25rem)}.fs-48{font-size:clamp(2rem,1.7573rem + 1.0356vw,3rem)}.fs-42{font-size:clamp(2.125rem,2.0036rem + .5178vw,2.625rem)}.fs-38{font-size:clamp(1.975rem,1.8779rem + .4142vw,2.375rem)}.fs-36{font-size:clamp(1.5rem,1.318rem + .7767vw,2.25rem)}.fs-35{font-size:clamp(1.125rem,.867rem + 1.1008vw,2.188rem)}.fs-34{font-size:clamp(1.125rem,.7729rem + 1.5023vw,2.125rem)}.fs-30{font-size:clamp(1.3rem,1.1786rem + .5178vw,1.8rem)}.fs-31{font-size:clamp(1.5rem,1.3458rem + .658vw,1.938rem)}.fs-32{font-size:clamp(1.6rem,1.5029rem + .4142vw,2rem)}.fs-28{font-size:clamp(1.2rem,1.0665rem + .5696vw,1.75rem)}.fs-25{font-size:clamp(1.25rem,1.1398rem + .4702vw,1.563rem)}.fs-24{font-size:clamp(1.2rem,1.1272rem + .3107vw,1.5rem)}.fs-22{font-size:clamp(1.075rem,1.0022rem + .3107vw,1.375rem)}.fs-21{font-size:clamp(1rem,.8898rem + .4702vw,1.313rem)}.fs-20{font-size:clamp(1.1rem,1.0636rem + .1553vw,1.25rem)}.fs-19{font-size:clamp(1.06rem,1.0289rem + .1326vw,1.188rem)}.fs-18{font-size:clamp(1.025rem,1.0007rem + .1036vw,1.125rem)}.fs-16{font-size:clamp(.85rem,.8604rem + .1688vw,1rem)}.fs-17{font-size:clamp(.9rem,.8604rem + .1688vw,1.063rem)}.fs-16{font-size:1rem}.fs-15{font-size:.9375rem}.fs-14{font-size:.875rem}.fs-13{font-size:.8125rem}.fc-primary{color:#1158f0}.fc-secondary{color:#2d7e9b5c}.fc-secondaryAlt{color:#2d7e9b}.fc-tertiary{color:#c8c7c7}.fc-tertiaryAlt{color:#c8c7c781}.fc-white{color:#fff}.fc-black{color:#131313}.fc-yellow{color:#b88e2f}.fc-grey{color:#757575}.fc-lightgrey,.fc-darkgrey{color:#818181}.bc-primary{background-color:#1158f0}.bc-secondary{background-color:#2d7e9b5c}.bc-secondaryAlt{background-color:#2d7e9b}.bc-tertiary{background-color:#c8c7c7}.bc-tertiaryAlt{background-color:#c8c7c781}.bc-white{background-color:#fff}.bc-black{background-color:#131313}.bc-yellow{background-color:#b88e2f}.hover-tertiary:hover{color:#c8c7c7}.lh-07{line-height:.7}.lh-1{line-height:1}.lh-11{line-height:1.1}.lh-12{line-height:1.2}.lh-13{line-height:1.3}.lh-14{line-height:1.4}.lh-15{line-height:1.5}.grid{display:grid}.grid-col-3{grid-template-columns:1fr 1fr 1fr}.flex{display:flex}.flex-wrap{flex-wrap:wrap}.flex-grow{flex-grow:1}.flex-col{flex-direction:column}.justify-left{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.alignItems-center{align-items:center}.align-end{align-items:flex-end}.fullwidth{width:100%}.gap-025{gap:.25rem}.gap-03{gap:.3rem}.gap-04{gap:.4rem}.gap-05{gap:.5rem}.gap-1{gap:1rem}.gap-15{gap:clamp(.8rem,.5095rem + 1.2394vw,1.625rem)}.gap-2{gap:2rem}.gap-3{gap:3rem}.gap-55{gap:clamp(2rem,1.1201rem + 3.754vw,5.5rem)}.gap-3-2{gap:3rem 2rem}.gap-5-2{gap:5rem 2rem}.tt-upper{text-transform:uppercase}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-italic{font-style:italic}.pad-05{padding:.5rem}.pad-1{padding:1rem}.pad-1-2{padding:1rem 2rem}.pad-2-1{padding:2rem 1rem}.pad-t-1{padding-top:1rem}.pad-t-2{padding-top:2rem}.pad-t-3{padding-top:3rem}.pad-t-35{padding-top:3.5rem}.pad-t-55{padding-top:5.5rem}.pad-t-14{padding-top:14rem}.pad-t-140{padding-top:clamp(3rem,1.6044rem + 5.9547vw,8.75rem)}.pad-t-16{padding-top:clamp(12rem,11.0291rem + 4.1424vw,16rem)}.pad-t-22{padding-top:clamp(17rem,15.665rem + 5.6958vw,22.5rem)}.pad-b-1{padding-bottom:1rem}.pad-b-15{padding-bottom:1.5rem}.pad-b-25{padding-bottom:2.5rem}.pad-b-35{padding-bottom:3.5rem}.pad-b-55{padding-bottom:5.5rem}.pad-b-6{padding-bottom:6rem}.pad-b-140{padding-bottom:clamp(3rem,1.6044rem + 5.9547vw,8.75rem)}.pad-r-05{padding-right:.5rem}.pad-r-06{padding-right:.6875rem}.pad-r-2{padding-right:clamp(1.2rem,1.0058rem + .8285vw,2rem)}.pad-l-05{padding-left:.5rem}.pad-l-06{padding-left:.6875rem}.pad-l-2{padding-left:clamp(1.2rem,1.0058rem + .8285vw,2rem)}.pad-l-140{padding-left:clamp(3rem,1.6044rem + 5.9547vw,8.75rem)}.m-t-13{margin-top:1.3rem}.m-b-2{margin-bottom:2rem}.rad-1{border-bottom-left-radius:1rem;border-top-right-radius:1rem}.rad-full{border-radius:1rem}.rad-sm{border-bottom-left-radius:.5rem;border-top-right-radius:.5rem}.relative{position:relative}.flagbg{background-image:url("data:image/svg+xml,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 30'%3E%3Crect fill='%23fff' width='10' height='10'/%3E%3Crect fill='%23fff' x='10' y='10' width='10' height='10'/%3E%3Crect fill='%23fff' y='20' width='10' height='10'/%3E%3C/svg%3E");background-repeat:repeat-x}.flagbg span{background-color:#131313;padding-right:1rem}
