.popup{position:fixed;left:0;top:0;right:0;bottom:0;z-index:999;visibility:hidden;pointer-events:none}.popup.open{visibility:visible;pointer-events:visible}.popup.open .popup-close{opacity:1;visibility:visible}.popup.open .popup-overlay{opacity:1;visibility:visible}.popup.open .popup-main{opacity:1;visibility:visible;-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1);transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-ms-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition-delay:.1s;-webkit-transition-delay:.1s;-moz-transition-delay:.1s;-ms-transition-delay:.1s;-o-transition-delay:.1s}.popup-overlay{position:absolute;left:0;top:0;background-color:rgba(0,0,0,.7);width:100%;height:100%;z-index:1;-webkit-transition:all .3s ease;transition:all .3s ease;opacity:0;visibility:hidden}.popup-main{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:2;width:60vw;max-width:95%;-webkit-transition:all .3s ease;transition:all .3s ease;-webkit-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0)}@media screen and (max-width:1200px){.popup-main{width:70vw}}@media screen and (max-width:800px){.popup-main{width:90vw}}.popup-over{overflow:hidden auto;min-height:20vh;max-height:80vh}.popup-over::-webkit-scrollbar-track{background-color:#fff}.popup-over::-webkit-scrollbar{width:.5rem}.popup-over::-webkit-scrollbar-thumb{background-image:-webkit-gradient(linear,left top,left bottom,from(#00534c),to(#00534c));background-image:linear-gradient(#00534c,#00534c);border-radius:50px}.popup-wrapper{width:100%;min-height:25vh;position:relative}.popup-close{position:absolute!important;top:1rem;right:1rem;cursor:pointer;-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;opacity:0;visibility:hidden;z-index:3;color:#101010}.popup-close:hover .icon{-webkit-transform:rotate(360deg);transform:rotate(360deg)}.popup-close .icon{-webkit-transition:all .3s ease;transition:all .3s ease;color:#101010;font-weight:300;font-size:2.4rem}@media screen and (min-width:1401px){.bookingpopup .popup-main{width:calc(680/1216 * 100vw)}}.bookingpopup .popup-close{display:-webkit-box;display:-ms-flexbox;display:flex;gap:.4rem;border:.1rem solid #fff;padding:.4rem 1.2rem;border-radius:4rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;color:#fff;top:auto}@media screen and (min-width:1401px){.bookingpopup .popup-close{left:50%;bottom:calc(100% + 2.4rem);-webkit-transform:translate(-50%,0);transform:translate(-50%,0)}}@media screen and (max-width:1400px){.bookingpopup .popup-close{width:3rem;height:3rem;bottom:calc(100% + 1rem);left:auto;right:0}}.bookingpopup .popup-close .txt{--f-sz:clamp(1.7rem, calc(1.1rem + 0.75vw), 2rem);font-size:var(--f-sz);line-height:140%}@media screen and (max-width:1400px){.bookingpopup .popup-close .txt{display:none}}.bookingpopup .popup-close .icon{width:1.6rem;height:1.6rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-negative:0;flex-shrink:0}