@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Roboto&display=swap);.loading-container{position:fixed;display:flex;justify-content:center;align-items:center;z-index:9999;padding:15px;background:#004f2a;opacity:1;transition:opacity 2.5s ease-in-out;pointer-events:none;left:0;right:0;top:0;bottom:0}.loading-container.fade-out{opacity:0}.loading-container .loading-pattern{position:absolute;top:0;bottom:0;left:0;right:0}.loading-container .loading-pattern img{position:absolute;width:100%;height:100%;object-fit:cover}.loading-container .loading-image{width:50%;max-width:250px;-webkit-animation:blink-opacity 1s linear;animation:blink-opacity 1s linear}.loading-container .loading-image img{width:100%;margin:auto;display:block}.loading-container .loading-image .loading-text{margin-top:8px;color:#fff;font-size:16px;font-weight:600;-webkit-animation:blink-color 1s infinite;animation:blink-color 1s infinite;text-align:center}@-webkit-keyframes blink-color{0%{color:hsla(0,0%,100%,.5019607843137255)}50%{color:#fff}to{color:hsla(0,0%,100%,.5019607843137255)}}@keyframes blink-color{0%{color:hsla(0,0%,100%,.5019607843137255)}50%{color:#fff}to{color:hsla(0,0%,100%,.5019607843137255)}}.loading-container .loading-bar{width:100%;height:8px;border:1px solid #fff;border-radius:9999px;overflow:hidden;margin-top:30px}.loading-container .loading-bar .loading-progress{height:8px;background-color:#fff;transition:all .5s}.loading-container .decoration{position:absolute;bottom:0;left:0;width:100%}.loading-container .decoration img{width:100%;height:auto;display:block}button{background-color:initial;border:none;outline:none;color:hsla(0,0%,100%,.5)}.nav-desktop-container{position:fixed;top:50%;left:16px;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:1000;background:linear-gradient(120deg,#fff,hsla(0,0%,100%,.2) 50%);border-radius:9999px;display:flex;flex-direction:column;align-items:center;grid-gap:8px;gap:8px;padding:8px;width:95px}.nav-desktop-container:after{content:"";position:absolute;top:1px;left:1px;right:1px;bottom:1px;border-radius:9999px;background:linear-gradient(200deg,#74aa36,#014f2a 15% 85%,#74aa36);pointer-events:none}.nav-desktop-container .menu-logo{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;width:100%}.nav-desktop-container .menu-logo .logo-container{display:flex;justify-content:center;align-items:center;width:100%;aspect-ratio:1;border-radius:9999px;background-color:#f2f8de}.nav-desktop-container .menu-logo .logo-container img{height:40px;width:auto}.nav-desktop-container .menu-content{display:flex;width:100%;flex-direction:column;align-items:stretch;grid-gap:4px;gap:4px;flex:1 1}.nav-desktop-container .menu-content .menu-item{position:relative;cursor:pointer;width:100%;aspect-ratio:1;border-radius:9999px;color:#fff;font-size:12px;text-align:left;display:flex;flex-direction:column;justify-content:center;align-items:center;font-weight:500;overflow:hidden;z-index:1}.nav-desktop-container .menu-content .menu-item svg{position:relative;z-index:1}.nav-desktop-container .menu-content .menu-item svg path{fill:#f8fce8}.nav-desktop-container .menu-content .menu-item .menu-item-label{margin-top:4px;position:relative;z-index:1;color:#f8fce8;text-align:center}.nav-desktop-container .menu-content .menu-item:hover{transition:all .1s ease}.nav-desktop-container .menu-content .menu-item:hover svg path{fill:#c7f190}.nav-desktop-container .menu-content .menu-item.active{background:linear-gradient(180deg,#fff,hsla(0,0%,100%,0))}.nav-desktop-container .menu-content .menu-item.active:before{content:"";position:absolute;top:1px;left:1px;right:1px;bottom:1px;border-radius:9999px;background:linear-gradient(180deg,#c7f190,#8bbf55 50%,#7fb24e)}.nav-desktop-container .menu-content .menu-item.active svg path{fill:#004f2a}.nav-desktop-container .menu-content .menu-item.active .menu-item-label{display:none}@media (max-width:640px){.nav-desktop-container{height:auto;grid-gap:0;gap:0}.nav-desktop-container .menu-logo img{height:50px}.nav-desktop-container .menu-logo button{display:flex}.nav-desktop-container .menu-logo button svg{transition:all .3s ease}.nav-desktop-container .menu-content{transition:all .3s ease;height:0;overflow:hidden;flex:none;opacity:0}.nav-desktop-container .menu-content .menu-item{height:40px}.nav-desktop-container.open-mobile{grid-gap:8px;gap:8px}.nav-desktop-container.open-mobile .menu-logo button{display:flex}.nav-desktop-container.open-mobile .menu-logo button svg{-webkit-transform:rotate(0);transform:rotate(0)}.nav-desktop-container.open-mobile .menu-content{height:216px;opacity:1}}@media (max-width:768px){.nav-desktop-container{display:none}}@media (max-height:854px){.nav-desktop-container{width:80px}}@media (max-height:741px){.nav-desktop-container{display:none}}.nav-desktop-container .tong-quan-item{position:relative}.nav-desktop-container .tong-quan-item__popover{position:absolute;left:calc(100% + 8px);top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:-webkit-max-content;width:max-content;padding-left:8px;visibility:hidden;opacity:0;pointer-events:none;-webkit-filter:drop-shadow(0 2px 8px rgba(0,0,0,.15));filter:drop-shadow(0 2px 8px rgba(0,0,0,.15))}.nav-desktop-container .tong-quan-item__popover-content{display:flex;flex-direction:column;align-items:flex-start;grid-gap:2px;gap:2px;background-color:#f2f8de;padding:8px;border-radius:8px}.nav-desktop-container .tong-quan-item__popover-content-item{padding:6px 24px;color:#000;width:100%;font-size:16px;font-weight:500;cursor:pointer;border-radius:9999px}.nav-desktop-container .tong-quan-item__popover-content-item.active,.nav-desktop-container .tong-quan-item__popover-content-item:hover{background-color:#014f2a;color:#f2f8de}.nav-mobile{display:none}.nav-mobile__trigger{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:9999px;border:1px solid hsla(0,0%,100%,.25);cursor:pointer;box-shadow:inset 0 2px 10px 0 hsla(0,0%,100%,.25098039215686274)}.nav-mobile__logo{width:150px}.nav-mobile__menu{overflow:auto;position:fixed;top:0;left:0;width:100dvw;height:100dvh;-webkit-transform:translateX(-100%);transform:translateX(-100%);background:linear-gradient(43.21deg,#9fcc3b -23.32%,#014f2a 34.08%);display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding-top:100px;grid-gap:24px;gap:24px;z-index:1000;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.nav-mobile__menu .nav-mobile__menu-item-wrapper{width:100%;display:flex;flex-direction:column;align-items:center}.nav-mobile__menu .nav-mobile__menu-item{color:hsla(0,0%,100%,.6);font-size:20px;font-weight:600;text-align:center;cursor:pointer;width:100%;padding:12px 24px;display:flex;align-items:center;justify-content:center;grid-gap:8px;gap:8px}.nav-mobile__menu .nav-mobile__menu-item.active{color:#fff}.nav-mobile__menu .nav-mobile__menu-item-chevron{flex-shrink:0;color:hsla(0,0%,100%,.6);-webkit-transform-origin:center;transform-origin:center}.nav-mobile__menu .nav-mobile__menu-item-dropdown{width:100%;overflow:hidden;display:flex;flex-direction:column;align-items:center;grid-gap:4px;gap:4px;padding:0 24px}.nav-mobile__menu .nav-mobile__menu-item-dropdown-item{width:100%;padding:10px 20px;font-size:16px;font-weight:500;color:hsla(0,0%,100%,.55);text-align:center;cursor:pointer;border-radius:9999px;transition:background-color .15s ease,color .15s ease}.nav-mobile__menu .nav-mobile__menu-item-dropdown-item:active,.nav-mobile__menu .nav-mobile__menu-item-dropdown-item:hover{background-color:hsla(0,0%,100%,.12);color:#fff}.nav-mobile__menu.active{-webkit-transform:translateX(0);transform:translateX(0)}.nav-mobile__menu .nav-mobile__menu-header{position:fixed;z-index:1;padding:0 24px;height:100px;top:0;left:0;width:100%;display:flex;justify-content:space-between;align-items:center;color:#fff}.nav-mobile__menu .nav-mobile__menu-header-close{width:40px;height:40px;border:1px solid hsla(0,0%,100%,.5);border-radius:9999px;display:flex;align-items:center;justify-content:center}.nav-mobile__menu .nav-mobile__menu-header .layout-header__left{display:flex;align-items:center;grid-gap:8px;gap:8px}.nav-mobile__menu .nav-mobile__menu-header .layout-header__title{font-size:24px;font-weight:600;padding-left:36px}.nav-mobile__menu .nav-mobile__menu-header .layout-header__cta{border-radius:9999px;padding:2px;border:2px solid hsla(0,0%,100%,.5)}.nav-mobile__menu .nav-mobile__menu-header .layout-header__cta-content{display:flex;align-items:center;grid-gap:8px;gap:8px;color:#fff;font-weight:600;font-size:14px;padding:16px 20px;border-radius:9999px;background:linear-gradient(97.88deg,#bed180 7.55%,#64a563 24.09%,#0b7945 45.19%,#0c7536 52.47%,#116908 73.21%,#669630 92.45%)}@media (max-width:768px){.nav-mobile__menu .nav-mobile__menu-header{padding:0 16px;height:60px}.nav-mobile__menu .nav-mobile__menu-header .layout-header__title{font-size:16px;font-weight:600;padding-left:0}.nav-mobile__menu .nav-mobile__menu-header .layout-header__cta-content{padding:8px 12px;font-size:14px}}@media (max-width:768px){.nav-mobile{display:flex}}@media (max-height:741px){.nav-mobile{display:flex}}.layout{display:flex;flex-direction:column;height:100dvh;width:100dvw;overflow:hidden;position:relative}.layout-header{pointer-events:none;position:absolute;z-index:1001;padding:0 24px;height:100px;top:0;left:0;width:100%;display:flex;justify-content:space-between;align-items:center}.layout-header__left{display:flex;align-items:center;grid-gap:8px;gap:8px;pointer-events:auto;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.layout-header__title{font-size:24px;font-weight:600;padding-left:36px;color:#fff}.layout-header__title.black{color:#000}.layout-header__title.active{color:#fff}@media (max-height:713px){.layout-header__title{padding-left:0}}.layout-header__cta{pointer-events:auto;border-radius:9999px;padding:2px;border:2px solid hsla(0,0%,100%,.5);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.layout-header__cta-content{display:flex;align-items:center;grid-gap:8px;gap:8px;color:#fff;font-weight:600;font-size:14px;padding:16px 20px;border-radius:9999px;background:linear-gradient(97.88deg,#bed180 7.55%,#64a563 24.09%,#0b7945 45.19%,#0c7536 52.47%,#116908 73.21%,#669630 92.45%)}@media (max-width:640px){.layout-header{padding:0 16px;height:60px}.layout-header__title{font-size:16px;font-weight:600;padding-left:0;color:#fff}.layout-header__cta-content{padding:8px 12px;font-size:14px}}.layout-header.modal-open{-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0)}.layout-header.title-black .layout-header__title{color:#000}.consult-form-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:2000;display:flex;justify-content:center;align-items:center}.consult-form-modal__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5)}.consult-form-modal__content{position:relative;width:100%;max-width:500px;margin:100px auto;background:#fff;border-radius:8px;padding:24px;box-shadow:0 4px 12px rgba(0,0,0,.1)}.consult-form-modal .consultation-form{display:flex;flex-direction:column;grid-gap:24px;gap:24px;background:#fff;border-radius:16px;width:90%;max-width:500px;max-height:95vh;position:relative;box-shadow:0 20px 60px rgba(0,0,0,.3);padding:24px 0;overflow-y:auto;overflow-x:hidden}.consult-form-modal .form-title{font-size:24px;font-weight:600;color:#1a1a1a;text-align:center;padding:0 24px}.consult-form-modal .form-main{padding:0 24px}@media (max-width:540px){.consult-form-modal .form-main{padding:0 12px}}.consult-form-modal .form-group{margin-bottom:16px}.consult-form-modal .input-wrapper{position:relative;display:flex;align-items:center;background:#f5f5f5;border-radius:8px;padding:12px 16px;transition:background .2s;grid-gap:8px;gap:8px}.consult-form-modal .input-wrapper.notearea-wrapper{align-items:flex-start}.consult-form-modal .input-wrapper:focus-within{background:#ebebeb}.consult-form-modal .input-icon{font-size:18px;margin-right:12px;opacity:.6}.consult-form-modal .input-wrapper input,.consult-form-modal .input-wrapper textarea{flex:1 1;border:none;background:transparent;font-size:15px;color:#1a1a1a;outline:none;font-family:inherit}.consult-form-modal .input-wrapper input::-webkit-input-placeholder,.consult-form-modal .input-wrapper textarea::-webkit-input-placeholder{color:#999}.consult-form-modal .input-wrapper input::placeholder,.consult-form-modal .input-wrapper textarea::placeholder{color:#999}.consult-form-modal .input-wrapper textarea{resize:none;min-height:60px}.consult-form-modal .input-wrapper.error{border:1px solid #dc3545}.consult-form-modal .error-message{color:#dc3545;font-size:12px;margin-top:4px;margin-left:4px}.consult-form-modal .submit-button{background:#1a5f3f;color:#fff;border:none;border-radius:9999px;padding:14px 24px;font-size:16px;font-weight:500;cursor:pointer;transition:background .3s;margin:0 24px}.consult-form-modal .submit-button:hover:not(:disabled){background:#145031}.consult-form-modal .submit-button:disabled{background:#ccc;cursor:not-allowed}.consult-form-modal .submit-button:active{-webkit-transform:scale(.98);transform:scale(.98)}@media (max-width:480px){.consult-form-modal .consultation-form{position:fixed;top:0;left:0;width:100dvw;height:100dvh;border-radius:0;max-width:none}.consult-form-modal .form-title{font-size:20px}}.consultation-form__header{position:relative;display:flex;align-items:center;justify-content:center;padding:0 24px}.consultation-form__header .return-button{display:none}@media (max-width:480px){.consultation-form__header{justify-content:flex-start}.consultation-form__header .return-button{display:block}}.close-button{position:absolute;top:16px;right:16px;background:none;border:none;font-size:28px;cursor:pointer;color:#666;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:color .2s;line-height:1;z-index:10;display:block}@media (max-width:480px){.close-button{display:none}}.close-button:hover{color:#000}.text-field{display:inline-block;width:100%}.text-field.full-width{width:100%}.form-sections{border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;padding:24px;display:flex;flex-direction:column;grid-gap:16px;gap:16px}.checkbox-item{display:flex;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none}.checkbox-item input[type=checkbox]{width:20px;height:20px;margin-right:10px;cursor:pointer;accent-color:#1a5f3f}.checkbox-item span{font-size:16px;color:#11181c}.text-field__container{position:relative;display:flex;align-items:center}.text-field.multiline .text-field__container{align-items:flex-start}.text-field__icon{position:absolute;left:14px;z-index:2;display:flex;align-items:center;color:rgba(0,0,0,.54);pointer-events:none;font-size:1.25rem}.text-field.multiline .text-field__icon{align-items:flex-start;padding-top:16.5px}.text-field__container.focused .text-field__icon{color:#1976d2}.text-field__container.error .text-field__icon{color:#d32f2f}.text-field__container.disabled .text-field__icon{color:rgba(0,0,0,.38)}.text-field__input{width:100%;padding:16.5px 14px;border:none;background:transparent;font-family:"Roboto","Helvetica","Arial",sans-serif;font-size:1rem;color:rgba(0,0,0,.87);box-sizing:border-box;z-index:1}.text-field__input:focus{outline:none}.text-field__container.has-icon .text-field__input{padding-left:46px}.text-field__container.has-icon .text-field__label{left:46px}.text-field__container.has-icon .text-field__label.floating{left:20px}.text-field__fieldset{position:absolute;top:-5px;left:0;right:0;bottom:0;margin:0;padding:0 8px;pointer-events:none;border-radius:12px;border:1px solid #d7dbdf;transition:border-color .2s}.text-field__fieldset legend{padding:0;margin-left:6px;font-size:.75em;max-width:.01px;height:11px;visibility:hidden;transition:max-width .1s cubic-bezier(0,0,.2,1);white-space:nowrap}.text-field__fieldset legend span{padding:0 5px;display:inline-block}.text-field__fieldset legend.floating{max-width:100%;transition:max-width .15s cubic-bezier(0,0,.2,1) .05s}.text-field__container.focused .text-field__fieldset{border-color:#004f2a;border-width:2px}.text-field__container.error .text-field__fieldset{border-color:#d32f2f}.text-field__container.disabled .text-field__fieldset{border-color:rgba(0,0,0,.12)}.text-field__container.disabled .text-field__input{color:#11181c;cursor:not-allowed}.text-field__container.disabled .text-field__label{color:#11181c}.text-field__label{position:absolute;left:14px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);font-family:"Roboto","Helvetica","Arial",sans-serif;font-size:1rem;color:rgba(0,0,0,.6);pointer-events:none;transition:all .2s cubic-bezier(0,0,.2,1);background-color:#fff;padding:0;z-index:1}.text-field.multiline .text-field__label{top:16.5px;-webkit-transform:translateY(0);transform:translateY(0)}.text-field.multiline .text-field__label.floating{top:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.text-field__label.floating{top:0;font-size:.75rem;color:#004f2a;padding:0 4px}.text-field__container.focused .text-field__label,.text-field__container.focused .text-field__label.floating{color:#004f2a}.text-field__container.error .text-field__label,.text-field__label-required{color:#d32f2f}.text-field__helper{margin:3px 14px 0;font-family:"Roboto","Helvetica","Arial",sans-serif;font-size:.75rem;color:rgba(0,0,0,.6)}.text-field__helper.error{color:#d32f2f}.project-contact{background-color:#f0f2f4;border-radius:10px;padding:4px;display:flex;flex-direction:column;grid-gap:1px;gap:1px;font-size:13px}.project-contact .info-container{background:#fff;display:flex;align-items:center;justify-content:space-between;border-radius:8px;padding:12px 20px;color:#889096}.project-contact .info-container__title{display:flex;align-items:center}.project-contact .info-container svg{width:20px;height:20px;margin-right:8px;border-radius:9999px;background:linear-gradient(42.67deg,#9fcc3b 24.65%,#014f2a 76.39%);padding:4px}@media (max-width:480px){.project-contact{font-size:12px}}.dropdown-menu.filter{padding:2px;border:2px solid #bed180;border-radius:9999px}.dropdown-menu.filter .dropdown-menu-trigger{padding:0 20px;border-radius:9999px;height:auto;display:flex;height:48px;align-items:center;grid-gap:8px;gap:8px;color:#000;border:2px solid rgba(0,0,0,.0784313725490196);background-color:#f1f2ee}.dropdown-menu.filter .dropdown-menu-trigger .caret-icon{transition:-webkit-transform .1s ease-in-out;transition:transform .1s ease-in-out;transition:transform .1s ease-in-out,-webkit-transform .1s ease-in-out;width:10px}.dropdown-menu.filter .dropdown-menu-trigger .caret-icon.rotated{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.dropdown-menu.filter .dropdown-menu-content{display:flex;flex-direction:column;grid-gap:4px;gap:4px;border-radius:10px;padding:4px;background:rgba(0,0,0,.4);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.dropdown-menu.filter .dropdown-menu-content label{display:flex;width:240px;align-items:center;justify-content:space-between;padding:12px 24px}.dropdown-menu.filter .dropdown-menu-content label>div{display:flex;align-items:center;grid-gap:8px;gap:8px;font-size:16px;font-weight:500;color:#fff}.dropdown-menu.filter .dropdown-menu-content label img{width:32px}.dropdown-menu.filter .dropdown-menu-content .container{display:flex;position:relative;background-color:#11181c;cursor:pointer;font-size:22px;-webkit-user-select:none;user-select:none;border-radius:10px}.dropdown-menu.filter .dropdown-menu-content .container input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.dropdown-menu.filter .dropdown-menu-content .checkmark{position:relative;display:block;top:0;left:0;height:22px;width:22px;background-color:initial;border:1px solid #d7dbdf;border-radius:6px}.dropdown-menu.filter .dropdown-menu-content .container:hover input~.checkmark{background-color:#ccc}.dropdown-menu.filter .dropdown-menu-content .container input:checked~.checkmark{background-color:#004f2a;border-color:transparent}.dropdown-menu.filter .dropdown-menu-content .checkmark:after{content:"";position:absolute;display:none}.dropdown-menu.filter .dropdown-menu-content .container input:checked~.checkmark:after{display:block}.dropdown-menu.filter .dropdown-menu-content .container .checkmark:after{position:absolute;left:7px;top:4px;width:4px;height:8px;border:solid #fff;border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}@media (max-width:640px){.dropdown-menu.filter{border:1px solid rgba(0,0,0,.6)}.dropdown-menu.filter .dropdown-menu-trigger{width:100%;justify-content:space-between;background-color:initial;height:40px;font-weight:500;font-size:15px}.dropdown-menu.filter .dropdown-menu-content,.dropdown-menu.filter .dropdown-menu-content .container{width:100%}}.dropdown-menu{position:relative;display:inline-block}.dropdown-menu-trigger{display:inline-flex;align-items:center;justify-content:center;border-radius:6px;font-size:14px;font-weight:500;height:36px;padding:0 12px;background-color:initial;border:1px solid hsla(0,0%,100%,.2);color:#fff;cursor:pointer;transition:all .2s ease-in-out;outline:none;position:relative}.dropdown-menu-trigger:hover{background-color:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.3)}.dropdown-menu-trigger:focus-visible{outline:2px solid #f0b619;outline-offset:2px}.dropdown-menu-trigger:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.dropdown-menu-trigger[data-state=open]{background-color:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.3)}.dropdown-menu-content{position:absolute;z-index:50;min-width:160px;overflow:hidden;border-radius:8px;border:1px solid hsla(0,0%,100%,.2);background-color:rgba(0,0,0,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05),0 0 0 1px hsla(0,0%,100%,.05)}.dropdown-menu-content[data-state=open]{-webkit-animation:dropdown-in .15s ease-out;animation:dropdown-in .15s ease-out}.dropdown-menu-content[data-state=closed]{-webkit-animation:dropdown-out .1s ease-in;animation:dropdown-out .1s ease-in}.dropdown-menu-content--bottom{top:calc(100% + 4px);top:calc(100% + var(--side-offset, 4px))}.dropdown-menu-content--top{bottom:calc(100% + 4px);bottom:calc(100% + var(--side-offset, 4px))}.dropdown-menu-content--right{left:calc(100% + 4px);left:calc(100% + var(--side-offset, 4px))}.dropdown-menu-content--left{right:calc(100% + 4px);right:calc(100% + var(--side-offset, 4px))}.dropdown-menu-content--start{left:0;left:var(--align-offset,0)}.dropdown-menu-content--center{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.dropdown-menu-content--end{right:0;right:var(--align-offset,0)}.dropdown-menu-content--bottom.dropdown-menu-content--center,.dropdown-menu-content--top.dropdown-menu-content--center{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.dropdown-menu-content--left.dropdown-menu-content--center,.dropdown-menu-content--right.dropdown-menu-content--center{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.dropdown-menu-item{position:relative;display:flex;align-items:center;border-radius:4px;padding:8px 12px;font-size:14px;outline:none;cursor:pointer;-webkit-user-select:none;user-select:none;transition:all .15s ease-in-out;color:#fff}.dropdown-menu-item:focus,.dropdown-menu-item:hover{background-color:hsla(0,0%,100%,.1);color:#fff}.dropdown-menu-item--disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.dropdown-menu-item svg{margin-right:8px;height:16px;width:16px}.dropdown-menu-item .dropdown-menu-item-right{margin-left:auto;color:hsla(0,0%,100%,.7);font-size:12px}.dropdown-menu-checkbox-item{padding-left:32px}.dropdown-menu-checkbox-item .dropdown-menu-item-indicator{position:absolute;left:8px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:16px;height:16px;color:#f0b619}.dropdown-menu-separator{height:1px;background-color:hsla(0,0%,100%,.1);margin:4px 0}.dropdown-menu-label{padding:8px 12px 4px;font-size:12px;font-weight:600;color:hsla(0,0%,100%,.7);text-transform:uppercase;letter-spacing:.5px}.dropdown-menu-group:not(:last-child){border-bottom:1px solid hsla(0,0%,100%,.1);margin-bottom:4px;padding-bottom:4px}@-webkit-keyframes dropdown-in{0%{opacity:0;-webkit-transform:scale(.95);transform:scale(.95)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes dropdown-in{0%{opacity:0;-webkit-transform:scale(.95);transform:scale(.95)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes dropdown-out{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}to{opacity:0;-webkit-transform:scale(.95);transform:scale(.95)}}@keyframes dropdown-out{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}to{opacity:0;-webkit-transform:scale(.95);transform:scale(.95)}}@media (prefers-reduced-motion:reduce){.dropdown-menu-item,.dropdown-menu-trigger{transition:none}.dropdown-menu-content{-webkit-animation:none;animation:none}.dropdown-menu-trigger:after{transition:none}}.dropdown-menu-item:focus-visible{outline:2px solid #f0b619;outline-offset:-2px}.dropdown-menu-item[aria-selected=true]{background-color:rgba(240,182,25,.1);color:#f0b619}.dropdown-menu-item-arrow{margin-left:auto;color:hsla(0,0%,100%,.5)}.dropdown-menu-item-arrow:after{content:"";border:solid;border-width:0 1px 1px 0;display:inline-block;padding:2px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.lien-ket-vung-page{position:relative;width:100dvw;height:100dvh;display:flex;align-items:center;justify-content:center;overflow:hidden}.lien-ket-vung-page .lien-ket-vung-content{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.lien-ket-vung-page .lien-ket-vung-content .react-transform-wrapper{height:100%;width:100%}.lien-ket-vung-page .lien-ket-vung-content .react-transform-wrapper .react-transform-component{width:auto;height:auto}.lien-ket-vung-page .actions-container{position:absolute;bottom:24px;right:24px}.filter.dropdown-menu{position:absolute;top:24px;right:185px;z-index:1002}@media (max-width:640px){.filter.dropdown-menu{z-index:999;right:16px;left:16px;top:80px}}.lien-ket-vung-map{position:relative;width:100%;overflow:hidden}.lien-ket-vung-map svg{width:100%;height:100%}.lien-ket-vung-map .hidden{display:none}.lien-ket-vung-map .highlight-invisible{display:none!important}.lien-ket-vung-map #parkland-indicator{-webkit-animation:upAndDown 2s infinite;animation:upAndDown 2s infinite;cursor:pointer;position:relative;overflow:visible}.lien-ket-vung-map #parkland-indicator .map__content{position:relative;width:100%;height:100%;z-index:1}.lien-ket-vung-map .guide-paths path{-webkit-animation:movingDash .3s linear infinite;animation:movingDash .3s linear infinite}.lien-ket-vung-map .guide-paths .reverse{-webkit-animation:movingDashReverse .3s linear infinite;animation:movingDashReverse .3s linear infinite}@-webkit-keyframes upAndDown{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(5px);transform:translateY(5px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes upAndDown{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(5px);transform:translateY(5px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes movingDashReverse{0%{stroke-dashoffset:11.52}to{stroke-dashoffset:0}}@keyframes movingDashReverse{0%{stroke-dashoffset:11.52}to{stroke-dashoffset:0}}@-webkit-keyframes movingDash{0%{stroke-dashoffset:0}to{stroke-dashoffset:11.52}}@keyframes movingDash{0%{stroke-dashoffset:0}to{stroke-dashoffset:11.52}}@-webkit-keyframes drawLine{0%{stroke-dashoffset:100}to{stroke-dashoffset:0}}@keyframes drawLine{0%{stroke-dashoffset:100}to{stroke-dashoffset:0}}@-webkit-keyframes dash{to{stroke-dashoffset:300}}@keyframes dash{to{stroke-dashoffset:300}}@-webkit-keyframes lightSweep{0%{left:0}to{left:0}}@keyframes lightSweep{0%{left:0}to{left:0}}@-webkit-keyframes goldenLightRun{0%{-webkit-filter:drop-shadow(-30px 0 5px rgba(255,215,0,0)) drop-shadow(-20px 0 5px rgba(255,215,0,0)) brightness(1);filter:drop-shadow(-30px 0 5px rgba(255,215,0,0)) drop-shadow(-20px 0 5px rgba(255,215,0,0)) brightness(1)}10%{-webkit-filter:drop-shadow(-15px 0 5px rgba(186,140,68,.4)) drop-shadow(-10px 0 5px rgba(186,140,68,.6)) brightness(1.1);filter:drop-shadow(-15px 0 5px rgba(186,140,68,.4)) drop-shadow(-10px 0 5px rgba(186,140,68,.6)) brightness(1.1)}20%{-webkit-filter:drop-shadow(0 0 5px rgba(186,140,68,.8)) drop-shadow(0 0 5px rgba(186,140,68,.9)) brightness(1.3);filter:drop-shadow(0 0 5px rgba(186,140,68,.8)) drop-shadow(0 0 5px rgba(186,140,68,.9)) brightness(1.3)}30%{-webkit-filter:drop-shadow(15px 0 5px rgba(186,140,68,.4)) drop-shadow(10px 0 5px rgba(186,140,68,.6)) brightness(1.1);filter:drop-shadow(15px 0 5px rgba(186,140,68,.4)) drop-shadow(10px 0 5px rgba(186,140,68,.6)) brightness(1.1)}40%{-webkit-filter:drop-shadow(30px 0 5px rgba(255,215,0,0)) drop-shadow(20px 0 5px rgba(255,215,0,0)) brightness(1);filter:drop-shadow(30px 0 5px rgba(255,215,0,0)) drop-shadow(20px 0 5px rgba(255,215,0,0)) brightness(1)}60%{-webkit-filter:drop-shadow(-15px 0 5px rgba(186,140,68,.4)) drop-shadow(-10px 0 5px rgba(186,140,68,.6)) brightness(1.1);filter:drop-shadow(-15px 0 5px rgba(186,140,68,.4)) drop-shadow(-10px 0 5px rgba(186,140,68,.6)) brightness(1.1)}70%{-webkit-filter:drop-shadow(0 0 5px rgba(186,140,68,.8)) drop-shadow(0 0 5px rgba(186,140,68,.9)) brightness(1.3);filter:drop-shadow(0 0 5px rgba(186,140,68,.8)) drop-shadow(0 0 5px rgba(186,140,68,.9)) brightness(1.3)}80%{-webkit-filter:drop-shadow(15px 0 5px rgba(186,140,68,.4)) drop-shadow(10px 0 5px rgba(186,140,68,.6)) brightness(1.1);filter:drop-shadow(15px 0 5px rgba(186,140,68,.4)) drop-shadow(10px 0 5px rgba(186,140,68,.6)) brightness(1.1)}to{-webkit-filter:drop-shadow(30px 0 5px rgba(255,215,0,0)) drop-shadow(20px 0 5px rgba(255,215,0,0)) brightness(1);filter:drop-shadow(30px 0 5px rgba(255,215,0,0)) drop-shadow(20px 0 5px rgba(255,215,0,0)) brightness(1)}}@keyframes goldenLightRun{0%{-webkit-filter:drop-shadow(-30px 0 5px rgba(255,215,0,0)) drop-shadow(-20px 0 5px rgba(255,215,0,0)) brightness(1);filter:drop-shadow(-30px 0 5px rgba(255,215,0,0)) drop-shadow(-20px 0 5px rgba(255,215,0,0)) brightness(1)}10%{-webkit-filter:drop-shadow(-15px 0 5px rgba(186,140,68,.4)) drop-shadow(-10px 0 5px rgba(186,140,68,.6)) brightness(1.1);filter:drop-shadow(-15px 0 5px rgba(186,140,68,.4)) drop-shadow(-10px 0 5px rgba(186,140,68,.6)) brightness(1.1)}20%{-webkit-filter:drop-shadow(0 0 5px rgba(186,140,68,.8)) drop-shadow(0 0 5px rgba(186,140,68,.9)) brightness(1.3);filter:drop-shadow(0 0 5px rgba(186,140,68,.8)) drop-shadow(0 0 5px rgba(186,140,68,.9)) brightness(1.3)}30%{-webkit-filter:drop-shadow(15px 0 5px rgba(186,140,68,.4)) drop-shadow(10px 0 5px rgba(186,140,68,.6)) brightness(1.1);filter:drop-shadow(15px 0 5px rgba(186,140,68,.4)) drop-shadow(10px 0 5px rgba(186,140,68,.6)) brightness(1.1)}40%{-webkit-filter:drop-shadow(30px 0 5px rgba(255,215,0,0)) drop-shadow(20px 0 5px rgba(255,215,0,0)) brightness(1);filter:drop-shadow(30px 0 5px rgba(255,215,0,0)) drop-shadow(20px 0 5px rgba(255,215,0,0)) brightness(1)}60%{-webkit-filter:drop-shadow(-15px 0 5px rgba(186,140,68,.4)) drop-shadow(-10px 0 5px rgba(186,140,68,.6)) brightness(1.1);filter:drop-shadow(-15px 0 5px rgba(186,140,68,.4)) drop-shadow(-10px 0 5px rgba(186,140,68,.6)) brightness(1.1)}70%{-webkit-filter:drop-shadow(0 0 5px rgba(186,140,68,.8)) drop-shadow(0 0 5px rgba(186,140,68,.9)) brightness(1.3);filter:drop-shadow(0 0 5px rgba(186,140,68,.8)) drop-shadow(0 0 5px rgba(186,140,68,.9)) brightness(1.3)}80%{-webkit-filter:drop-shadow(15px 0 5px rgba(186,140,68,.4)) drop-shadow(10px 0 5px rgba(186,140,68,.6)) brightness(1.1);filter:drop-shadow(15px 0 5px rgba(186,140,68,.4)) drop-shadow(10px 0 5px rgba(186,140,68,.6)) brightness(1.1)}to{-webkit-filter:drop-shadow(30px 0 5px rgba(255,215,0,0)) drop-shadow(20px 0 5px rgba(255,215,0,0)) brightness(1);filter:drop-shadow(30px 0 5px rgba(255,215,0,0)) drop-shadow(20px 0 5px rgba(255,215,0,0)) brightness(1)}}.actions-container{z-index:1;display:flex;flex-direction:column;grid-gap:12px;gap:12px}.actions-container button.action-btn{width:40px;height:40px;border-radius:9999px;background-color:#fff;box-shadow:inset 0 0 10px rgba(0,0,0,.2);-webkit-filter:drop-shadow(0 0 5px rgba(0,0,0,.1));filter:drop-shadow(0 0 5px rgba(0,0,0,.1));display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer}@media (max-width:1024px){.actions-container button.action-btn{width:36px;height:36px;border-radius:4px}}.page-layout{padding:100px 24px 36px 143px;width:100%;display:flex;flex-direction:column;align-items:center}@media (max-width:640px){.page-layout{padding:80px 16px 16px}}.amenity-numbers>g circle{-webkit-animation:none;animation:none}.amenity-numbers>g circle.hovered{r:15;-webkit-animation:blinking 1s infinite;animation:blinking 1s infinite}@-webkit-keyframes blinking{0%,to{r:10}50%{r:15}}@keyframes blinking{0%,to{r:10}50%{r:15}}.tienich-map{position:relative}.amenity-indicator{position:absolute;aspect-ratio:1;border-radius:50%;width:22px;border:1px solid #bed180;padding:1px}.amenity-indicator,.amenity-indicator__content{display:flex;align-items:center;justify-content:center}.amenity-indicator__content{position:relative;background:linear-gradient(143.19deg,#e0f0aa 5.38%,#86a423 94.62%);border-radius:50%;width:100%;height:100%;font-size:8px;color:#004f2a;font-weight:800;line-height:0}.amenity-indicator__tooltip{position:absolute;background:rgba(0,0,0,.8);border:1px solid hsla(0,0%,100%,.38823529411764707);left:50%;width:120px;bottom:calc(100% + 4px);-webkit-transform:translateX(-50%);transform:translateX(-50%);-webkit-backdrop-filter:blur(84px);backdrop-filter:blur(84px);border-radius:12px;padding:4px;color:#fff;display:none;flex-direction:column;align-items:center;-webkit-animation:showUp .3s ease forwards;animation:showUp .3s ease forwards}.amenity-indicator__tooltip>span{line-height:1;font-weight:500;font-size:10px;text-align:center}.amenity-indicator__tooltip .tooltip-img{flex:1 1;width:100%;display:flex;align-items:center;justify-content:center;margin-top:4px;overflow:hidden;border-radius:12px}.amenity-indicator__tooltip .tooltip-img img{min-width:100%;min-height:100%;object-fit:cover}.amenity-indicator__tooltip.active{display:flex}.amenity-indicator.active{z-index:2;transition:all .3s ease;-webkit-transform:scale(1.2);transform:scale(1.2)}@media (max-width:768px){.amenity-indicator{width:18px}.amenity-indicator__content{font-size:7px}}@-webkit-keyframes showUp{0%{opacity:0;-webkit-transform:translate(-50%,10px);transform:translate(-50%,10px)}to{opacity:1;-webkit-transform:translate(-50%);transform:translate(-50%)}}@keyframes showUp{0%{opacity:0;-webkit-transform:translate(-50%,10px);transform:translate(-50%,10px)}to{opacity:1;-webkit-transform:translate(-50%);transform:translate(-50%)}}.page-layout.tien-ich-page{padding:0}.tien-ich-page{height:100dvh;padding:0}.tien-ich-page .container{background:rgba(0,0,0,.4392156862745098);width:100%;height:100%;padding:100px 24px 36px 143px;display:flex;grid-gap:40px;gap:40px}.tien-ich-page__logo{display:none}.tien-ich-page__select{width:280px;height:100%;display:flex;flex-direction:column}.tien-ich-page__select-logo{margin-bottom:36px;width:80%}.tien-ich-page__select .floor-list{display:flex;flex-wrap:wrap;grid-gap:8px;gap:8px;margin-bottom:32px}.tien-ich-page__select .floor-list .select-item{text-wrap:nowrap;padding:6px 14px;font-size:14px;font-weight:600;text-align:center;color:#fff;border-radius:9999px;background-color:rgba(0,0,0,.47843137254901963);color:hsla(0,0%,100%,.5882352941176471)}.tien-ich-page__select .floor-list .select-item.selected{background:#bed180;color:#004f2a}.tien-ich-page__select .amenities-list{background-color:rgba(0,0,0,.5607843137254902);flex:1 1;border-radius:20px;padding:16px;overflow:auto}.tien-ich-page__select .amenities-list .amenity-item{width:100%;border-bottom:1px solid hsla(0,0%,100%,.12156862745098039);padding:16px;font-size:18px;font-weight:600;color:hsla(0,0%,100%,.5882352941176471);display:flex;align-items:center;grid-gap:20px;gap:20px}.tien-ich-page__select .amenities-list .amenity-item:hover{background-color:hsla(0,0%,100%,.10196078431372549)}.tien-ich-page__select .amenities-list .amenity-item:last-child{border-bottom:none}.tien-ich-page__select .amenities-list .amenity-item__id{border:1px solid #bed180;border-radius:9999px;padding:3px}.tien-ich-page__select .amenities-list .amenity-item__id--inner{aspect-ratio:1;width:28px;display:flex;justify-content:center;align-items:center;background:linear-gradient(143.19deg,#e0f0aa 5.38%,#86a423 94.62%);border-radius:9999px;color:#004f2a;font-size:16px}.tien-ich-page__select .amenities-list .amenity-item.selected{background:#bed180;color:#004f2a}.tien-ich-page__floor-list{display:none;grid-gap:4px;gap:4px}.tien-ich-page__floor-list .select-item{text-wrap:nowrap;padding:6px 14px;font-size:14px;font-weight:600;text-align:center;color:#fff;border-radius:9999px;background-color:rgba(0,0,0,.47843137254901963);color:hsla(0,0%,100%,.5882352941176471)}.tien-ich-page__floor-list .select-item.selected{background:#bed180;color:#004f2a}@media (max-width:1280px){.tien-ich-page__floor-list{display:flex}}.tien-ich-page__content{flex:1 1;height:100%;overflow:hidden;background-color:#f2f8de;border-radius:12px;position:relative}.tien-ich-page__content .content-actions{position:absolute;bottom:16px;right:16px;display:flex;flex-direction:column;grid-gap:8px;gap:8px;z-index:2}.tien-ich-page__content .content-actions button{background-color:#004f2a;border-radius:9999px;box-shadow:inset 0 2px 9.8px 0 rgba(103,138,104,.34901960784313724);box-shadow:0 6px 16px 0 rgba(42,41,41,.14901960784313725);aspect-ratio:1;width:40px;padding:0;display:flex;justify-content:center;align-items:center}.tien-ich-page__content .react-transform-wrapper,.tien-ich-page__content>svg{width:100%;height:100%}@media (max-width:1280px){.tien-ich-page .container{flex-direction:column-reverse;align-items:center;padding:100px 24px 36px 143px;grid-gap:16px;gap:16px}.tien-ich-page__logo{display:block;width:120px}.tien-ich-page__select{width:100%;height:auto}.tien-ich-page__select-logo,.tien-ich-page__select .floor-list{display:none}.tien-ich-page__select .amenities-list{flex:none;display:grid;grid-template-rows:repeat(2,1fr);grid-auto-flow:column;overflow-x:auto;padding:16px;grid-gap:8px;gap:8px}.tien-ich-page__select .amenities-list .amenity-item{min-width:-webkit-max-content;min-width:max-content;grid-gap:8px;gap:8px;padding:8px;font-size:14px;border:none}.tien-ich-page__select .amenities-list .amenity-item__id--inner{width:24px;height:24px;font-size:12px}.tien-ich-page__content{width:100%;flex:1 1}}@media (max-width:768px){.tien-ich-page .container{padding:64px 16px 16px}.tien-ich-page__select .amenities-list{grid-template-columns:repeat(2,1fr);padding:8px}}.mat-bang-tang-page{height:100dvh;padding:0}.mat-bang-tang-page .container{background:rgba(0,0,0,.4392156862745098);width:100%;height:100%;padding:100px 24px 36px 143px;display:flex;grid-gap:40px;gap:40px}.mat-bang-tang-page__logo{display:none}.mat-bang-tang-page__select{display:flex;flex-direction:column;width:250px}.mat-bang-tang-page__select-logo{margin-bottom:36px;width:80%}.mat-bang-tang-page__select .floor-list{display:flex;flex-wrap:wrap;grid-gap:8px;gap:8px;margin-bottom:16px}.mat-bang-tang-page__select .floor-list .select-item{text-wrap:nowrap;padding:6px 14px;font-size:14px;font-weight:600;text-align:center;color:#fff;border-radius:9999px;background-color:rgba(0,0,0,.47843137254901963);color:hsla(0,0%,100%,.5882352941176471)}.mat-bang-tang-page__select .floor-list .select-item.selected{background:#bed180;color:#004f2a}.mat-bang-tang-page__select .select-list{flex:1 1;overflow-y:auto;border:1px solid hsla(0,0%,100%,.1803921568627451);background:rgba(0,0,0,.5607843137254902);border-radius:20px;display:flex;flex-direction:column;padding:12px;grid-gap:4px;gap:4px}.mat-bang-tang-page__select .select-list .select-item{width:100%;padding:16px 24px;font-size:16px;font-weight:600;text-align:center;color:#fff;border-radius:12px}.mat-bang-tang-page__select .select-list .select-item:hover{background:rgba(0,79,42,.6980392156862745);cursor:pointer}.mat-bang-tang-page__select .select-list .select-item.selected{background:#bed180;color:#004f2a}.mat-bang-tang-page__content{flex:1 1;height:100%;background-color:#fff;overflow:hidden;border-radius:12px;position:relative}.mat-bang-tang-page__content .react-transform-wrapper,.mat-bang-tang-page__content .react-transform-wrapper .react-transform-component{width:100%;height:100%}.mat-bang-tang-page__content .content-actions{position:absolute;bottom:16px;right:16px;display:flex;flex-direction:column;grid-gap:8px;gap:8px;z-index:2}.mat-bang-tang-page__content .content-actions button{background-color:#004f2a;border-radius:9999px;box-shadow:inset 0 2px 9.8px 0 rgba(103,138,104,.34901960784313724);box-shadow:0 6px 16px 0 rgba(42,41,41,.14901960784313725);aspect-ratio:1;width:40px;padding:0;display:flex;justify-content:center;align-items:center}.mat-bang-tang-page__content .content-wrapper{display:flex;align-items:center;justify-content:center;position:relative;width:100%;height:100%}.mat-bang-tang-page__content .content-wrapper img{max-width:100%;max-height:100%;object-fit:contain}.mat-bang-tang-page__content .content-wrapper svg{position:absolute;top:0;left:0;width:100%;height:100%}.mat-bang-tang-page__content .content-wrapper svg path{fill:rgba(255,0,0,0);cursor:pointer}.mat-bang-tang-page__content .content-wrapper svg path:hover{fill:rgba(0,79,42,.6980392156862745)}.mat-bang-tang-page__content .content-img{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.mat-bang-tang-page__content .content-img img{max-width:100%;max-height:100%;object-fit:contain}@media (max-width:1280px){.mat-bang-tang-page .container{flex-direction:column-reverse;align-items:center;padding:48px 24px 24px 143px;grid-gap:16px;gap:16px}.mat-bang-tang-page__logo{display:block;width:120px}.mat-bang-tang-page__select{width:100%}.mat-bang-tang-page__select-logo{display:none}.mat-bang-tang-page__select .select-list{display:grid;grid-template-rows:repeat(2,1fr);grid-auto-flow:column;overflow-x:auto;border-radius:20px}.mat-bang-tang-page__select .select-list .select-item{border:none;min-width:-webkit-max-content;min-width:max-content;border-radius:9999px;font-size:14px;padding:8px 16px}.mat-bang-tang-page__content{width:100%;flex:1 1}}@media (max-width:768px){.mat-bang-tang-page .container{padding:64px 24px 24px}.mat-bang-tang-page__select .select-list{border-radius:20px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px;padding:8px}.mat-bang-tang-page__select .select-list .select-item{font-size:13px}}.unit-modal{position:fixed;top:0;left:0;width:100vw;height:100dvh;background:linear-gradient(43.21deg,#9fcc3b -23.32%,#014f2a 34.08%);z-index:2}.unit-modal__content{display:flex;width:100%;height:100%;padding:100px 24px 24px;grid-gap:40px;gap:40px;overflow:hidden}.unit-modal__content .content-sidebar{display:flex;flex-direction:column;grid-gap:24px;gap:24px;width:30%;max-width:326px}.unit-modal__content .content-sidebar__logo{width:100%;height:60px;border-bottom:1px solid hsla(0,0%,100%,.058823529411764705);margin-bottom:24px}.unit-modal__content .content-sidebar__logo img{max-width:112px}.unit-modal__content .content-sidebar__title p{color:#fff;font-size:14px;margin-bottom:8px}.unit-modal__content .content-sidebar__title h2{color:#fff;font-size:32px;font-weight:700}.unit-modal__content .content-sidebar__detail{display:flex;flex-direction:column;padding:16px 20px;background-color:hsla(0,0%,100%,.1803921568627451);border-radius:16px;font-size:14px;color:#fff}.unit-modal__content .content-sidebar__detail-item{border-bottom:1px solid hsla(0,0%,100%,.058823529411764705);padding-top:12px;padding-bottom:12px;display:flex;align-items:center;justify-content:space-between;grid-gap:24px;gap:24px}.unit-modal__content .content-sidebar__detail-item:first-child{padding-top:0}.unit-modal__content .content-sidebar__detail-item:last-child{padding-bottom:0;border:none}.unit-modal__content .content-details{flex:1 1;height:100%;display:flex;flex-direction:column;grid-gap:24px;gap:24px}.unit-modal__content .content-details__tab{height:60px;display:flex;border-bottom:1px solid hsla(0,0%,100%,.058823529411764705)}.unit-modal__content .content-details__tab-item{height:100%;padding:10px 24px;display:flex;align-items:center;justify-content:center;color:hsla(0,0%,100%,.25098039215686274);border-bottom:1px solid transparent;font-weight:500}.unit-modal__content .content-details__tab-item.active{color:#bed180;border-bottom:1px solid #bed180}.unit-modal__content .content-details__content{position:relative;flex:1 1;width:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;background-color:rgba(0,0,0,.5607843137254902);border-radius:24px}.unit-modal__content .content-details__content-mbt{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:auto;height:auto;max-width:100%;max-height:100%;padding:24px}.unit-modal__content .content-details__content-compass{position:absolute;top:16px;left:16px;width:48px;z-index:1}@media (max-width:768px){.unit-modal__content{flex-direction:column;grid-gap:24px;gap:24px;padding-left:24px;padding-right:24px}.unit-modal__content .content-sidebar{width:100%;max-width:none;justify-content:space-between;flex-direction:row}.unit-modal__content .content-sidebar__logo{height:auto;border:none}.unit-modal__content .content-sidebar__logo img{max-width:100px}.unit-modal__content .content-sidebar__title h2{font-size:18px}.unit-modal__content .content-details{height:auto;width:100%}.unit-modal__content .content-details__tab{height:40px}}@media (max-width:450px){.unit-modal__content .content-sidebar{flex-direction:column}.unit-modal__content .content-sidebar__header{display:flex;flex-direction:row;justify-content:space-between}.unit-modal__content .content-sidebar__logo{width:auto}}.unit-modal__back{position:fixed;top:24px;left:24px;height:40px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:0 14px;background-color:#fff;color:#000;border-radius:9999px;display:flex;align-items:center;grid-gap:8px;gap:8px;z-index:2000}@media (max-width:450px){.unit-modal__back{height:40px;top:8px;left:16px}}.unit-tooltip{position:fixed;background:hsla(0,0%,100%,.9215686274509803);border:1px solid #fff;box-shadow:0 10px 16.4px -3px rgba(0,0,0,.2);-webkit-backdrop-filter:blur(200px);backdrop-filter:blur(200px);border-radius:20px}.unit-tooltip__header{display:flex;justify-content:space-between;align-items:center;padding:16px;font-size:16px;font-weight:600;border-bottom:1px solid #e0e3e6;grid-gap:45px;gap:45px}.unit-tooltip__header button{background-color:#004f2a;width:24px;height:24px;border-radius:9999px;display:flex;justify-content:center;align-items:center}.unit-tooltip__content{padding:16px;font-size:12px;color:rgba(0,0,0,.47843137254901963);display:flex;flex-direction:column}.unit-tooltip__content-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px dashed rgba(0,0,0,.23137254901960785);grid-gap:16px;gap:16px}.unit-tooltip__content-item:last-child{border-bottom:none}.unit-tooltip__content-item span:first-child{font-weight:500}.unit-tooltip__content-item span:last-child{font-weight:600;color:#000}.hotspot-container{position:absolute;-webkit-transform-origin:center;transform-origin:center;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);top:50%;left:50%;pointer-events:none}.hotspot-container .hotspot-transform{-webkit-transform-origin:center;transform-origin:center;pointer-events:all}.hotspot-container .air-balloon-icon{width:75px;height:80px;-webkit-transform:translate(-8px,-4px);transform:translate(-8px,-4px);border:none;box-shadow:none}@-webkit-keyframes hsPulse{0%{width:20px;height:20px;opacity:0}10%{width:20px;height:20px;opacity:1}to{width:60px;height:60px;opacity:0}}@keyframes hsPulse{0%{width:20px;height:20px;opacity:0}10%{width:20px;height:20px;opacity:1}to{width:60px;height:60px;opacity:0}}.hs-icon-pulse{position:absolute;z-index:1;width:100%;height:100%;top:0;left:0;pointer-events:none}.hs-icon-pulse .pulse{position:absolute;width:20px;height:20px;top:50%;left:50%;background-color:#fff;border:1px solid #fff;border-radius:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transform-origin:center center;transform-origin:center center;-webkit-animation:hsPulse 1.5s infinite;animation:hsPulse 1.5s infinite;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.scene-hotspot{width:60px;height:60px;position:relative;cursor:pointer}.scene-hotspot.z-index-99{z-index:99}.scene-hotspot>.s-animation{position:absolute;height:60px;width:60px;top:0;left:0;pointer-events:none}.scene-hotspot>.s-animation.position-unset{position:unset}.scene-hotspot>.s-info{position:absolute;height:60px;width:30px;top:0;left:0;z-index:2;pointer-events:none;opacity:0;transition:none}.scene-hotspot>.s-info .s-info-distance,.scene-hotspot>.s-info .s-info-title{position:absolute;padding-left:42px}.scene-hotspot>.s-info .s-info-distance:before,.scene-hotspot>.s-info .s-info-title:before{content:"";display:block;position:absolute;left:0;background-repeat:no-repeat;background-position:100% 0;background-size:auto 100%;width:42px;height:100%}.scene-hotspot>.s-info .s-info-distance p,.scene-hotspot>.s-info .s-info-title p{margin:0;font-family:var(--hotspot-font);max-width:200px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.scene-hotspot>.s-info .s-info-title{top:0;left:100%;height:30px;padding-left:0}.scene-hotspot>.s-info .s-info-title p{line-height:30px;background-color:hsla(0,0%,100%,.8);color:#000;font-size:16px;text-transform:uppercase;padding-right:12px;padding-left:40px;border-radius:0 16px 16px 0;box-shadow:1px 1px 1px rgba(0,0,0,.1),1px -1px 1px rgba(0,0,0,.1)}.scene-hotspot>.s-info-air_balloon-info_balloon-info{width:100%}.scene-hotspot>.s-info .air-balloon-title{top:-70%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.scene-hotspot>.s-info .air-balloon-title p{width:auto;text-align:center;border-radius:16px;padding-left:30px;padding-right:30px}.scene-hotspot>.s-info .s-info-title_aacorp{top:-45%!important}.scene-hotspot>.s-info .s-info-title_aacorp p{border-radius:16px;font-size:14px;padding-right:15px;padding-left:15px;line-height:20px;max-width:unset}.scene-hotspot>.s-info .s-info-title_longtitle p{max-width:unset}.scene-hotspot>.s-info-air_balloon-info{width:100%}.scene-hotspot>.s-info .s-info-distance{left:100%;bottom:0;height:28px;opacity:.7}.scene-hotspot>.s-info .s-info-distance:before{bottom:0;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAcCAMAAAAgPt3ZAAAAAXNSR0IB2cksfwAAAEhQTFRFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAq4SsmwAAABh0Uk5TACT/Pl6Gs+owdsMohwXtdAuLPMyWb1lRQeAjMwAAAHVJREFUeJyN0EsOgzAUQ9HgUkL5Qwvsf6fMkJpguB4fWe85hPsUOvMgw4vTktM3pxWnEdNamH44bTBthWmHaT9gOorSKWI6i9JFmH4x/YnSNZWWbpl0dM+loRedhuZ3Opr97uiS7unoNBuY0n6MVv7Rths8lA5bxQVL/8w0EgAAAABJRU5ErkJggg==)}.scene-hotspot>.s-info .s-info-distance p{line-height:28px;background-color:#000;color:#fff;font-size:14px;font-weight:700;padding:0 10px}.scene-hotspot-air__balloon{-webkit-transform:translate(-1px,-50px);transform:translate(-1px,-50px)}.scene-hotspot-air__balloon .air-balloon-square{position:absolute;width:30px;height:30px;background-color:#fff;-webkit-transform:rotate(45deg);transform:rotate(45deg);bottom:-6px;left:25%}.scene-hotspot-air__balloon img{box-shadow:none!important;border-width:2px!important}.scene-hotspot .hotspot_icon_custom,.scene-hotspot>.s-icon{position:absolute;width:60px;height:60px;top:0;left:0;z-index:3}.scene-hotspot .hotspot_icon_custom svg,.scene-hotspot>.s-icon svg{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:2}.scene-hotspot .hotspot_icon_custom img,.scene-hotspot>.s-icon img{display:block;opacity:1;box-shadow:none;background:transparent;border-radius:0;border:none;object-fit:contain}.scene-hotspot .hotspot_icon_custom .icon-container,.scene-hotspot>.s-icon .icon-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.scene-hotspot .hotspot_icon_custom .flicked-arrow-icon,.scene-hotspot>.s-icon .flicked-arrow-icon{position:relative;height:40px}.scene-hotspot img{position:absolute;width:60px;height:60px;z-index:4;display:none;opacity:0;top:0;left:0;transition:all .2s ease-in-out;box-shadow:1px 1px 2px rgba(0,0,0,.5);border-radius:50%;border:1px solid #fff}.scene-hotspot-aacorp,.scene-hotspot-aacorp img{width:50px;height:50px}.scene-hotspot-aacorp .air-balloon-square{height:20px;width:20px;bottom:5px}.scene-hotspot:after,.scene-hotspot:before{display:none;content:"";position:absolute;left:0;top:0;width:100%;height:100%;border-radius:50%;z-index:3}.scene-hotspot:before{opacity:1;background-image:url(/static/media/default-preview-background.16eed19d.jpg);background-repeat:no-repeat;background-size:cover}.scene-hotspot:after{opacity:.5;background-color:#fff;z-index:3}.scene-hotspot>.s-visited{position:absolute;width:18px;height:18px;top:6px;right:6px;z-index:5}.scene-hotspot.hovering img{opacity:1;display:block}.scene-hotspot.hovering:after,.scene-hotspot.hovering:before{display:block}.scene-hotspot.hovering>.s-info{opacity:1}.scene-hotspot.hovering>.s-visited{opacity:0}@-webkit-keyframes circling{0%{background-position:0}to{background-position:-3360px}}@keyframes circling{0%{background-position:0}to{background-position:-3360px}}.aquaHotspotFrame{border-radius:10px;-webkit-transform:translateY(-20px);transform:translateY(-20px);cursor:pointer}.aquaHotspotFrame-container{width:auto;height:auto;text-align:center;padding:10px 15px}.aquaHotspotFrame-subtitle,.aquaHotspotFrame-title{text-transform:uppercase;white-space:nowrap}.aquaHotspotFrame-imgC,.aquaHotspotFrame-subtitle{margin-top:5px}.aquaHotspotFrame-imgC img{max-width:80px;max-height:40px;object-fit:cover}.info-tag{padding:10px;border-radius:6px;background-color:#fff;cursor:auto;transition:all .2s ease-in;z-index:2;opacity:.7;width:auto;min-width:170px}.info-tag:hover{opacity:1}.inner-outline{outline:1px solid rgba(0,0,0,.7);outline-offset:-5px;border-radius:6px}.wrap-text{color:#000;height:auto;width:250px;border:none;resize:none;font-size:15px;background-color:initial;word-break:break-word;cursor:context-menu;-webkit-user-select:none;user-select:none;margin:15px 0;line-height:23px}.card-link{display:flex;align-items:center;text-decoration:none;color:#2eb85c}.card-link .infotag-title{font-size:15.5px;margin-right:5px}.media-hotspot{width:30px;height:30px;position:relative;cursor:pointer}.media-hotspot .m-info{display:none;position:absolute;min-width:250px;top:-3px;left:-2px;padding:5px;height:36px;z-index:1;background-color:hsla(0,0%,100%,.8);border-radius:20px;font-family:var(--hotspot-font)}.media-hotspot .m-info p{color:#6c6a6a;padding-left:40px;margin:0 0 5px;font-size:1.125rem}.media-hotspot .m-info .m-title p{white-space:nowrap;margin-bottom:0;text-transform:uppercase;font-weight:600;color:#000;line-height:1rem}.media-hotspot .m-info .m-type p{font-size:.8rem;white-space:nowrap;line-height:.8rem}.media-hotspot-air__balloon{-webkit-transform:translateY(-27px);transform:translateY(-27px)}.media-hotspot-air__balloon .hotspot_icon{border-width:2px!important}.media-hotspot-air__balloon img{box-shadow:none!important}.media-hotspot .m-air-balloon__info{left:50%;top:-45px;min-width:100px;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.media-hotspot .m-air-balloon__info p{width:auto;padding-left:30px;padding-right:30px;text-align:center}.media-hotspot .m-icon{top:0;left:0;bottom:0;right:0}.media-hotspot .m-icon,.media-hotspot .m-icon svg{position:absolute;z-index:2}.media-hotspot .m-icon-air__balloon-square{z-index:-1;position:absolute;width:15px;height:15px;background-color:#fff;-webkit-transform:rotate(45deg);transform:rotate(45deg);top:18px;left:25%}.media-hotspot.hovering{animation:none;-webkit-animation:none;-moz-animation:none}.media-hotspot.hovering .m-info{display:block}.media-hotspot>.s-visited{position:absolute;width:18px;height:18px;bottom:60%;left:60%;z-index:5}@-webkit-keyframes hpScaleBig{0%{width:30px;height:30px}50%{width:34px;height:34px}to{width:30px;height:30px}}@keyframes hpScaleBig{0%{width:30px;height:30px}50%{width:34px;height:34px}to{width:30px;height:30px}}.circle{position:absolute;top:47%;left:42.5%;width:10px;height:10px;background-color:#fff;border-radius:50%;z-index:10}.circle:before{display:block;position:relative;content:"";width:5px;height:5px;top:2px;left:2px;border-radius:50%;background-color:initial;border:1px solid #fff;-webkit-animation:pulsePoint 1s infinite;animation:pulsePoint 1s infinite}@-webkit-keyframes pulsePoint{0%{box-shadow:0 0 0 0 hsla(0,0%,100%,.7)}70%{box-shadow:0 0 0 10px hsla(0,0%,100%,0)}to{box-shadow:0 0 0 0 hsla(0,0%,100%,0)}}@keyframes pulsePoint{0%{box-shadow:0 0 0 0 hsla(0,0%,100%,.7)}70%{box-shadow:0 0 0 10px hsla(0,0%,100%,0)}to{box-shadow:0 0 0 0 hsla(0,0%,100%,0)}}.hotspot-khp-container{pointer-events:none}.khp-media-hotspot{width:15px;height:15px;border:1px solid #bed180;border-radius:50%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);pointer-events:none;background:#004f2a}.khp-media-hotspot .khp-media-hotspot__container{pointer-events:none;position:absolute;bottom:8px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:1px;height:75px;background-color:hsla(0,0%,100%,.5)}.khp-media-hotspot .khp-media-hotspot__container>*{pointer-events:all}.khp-media-hotspot .khp-media-hotspot__container.project-gate{-webkit-transform:translate(-50%,122%);transform:translate(-50%,122%)}.khp-media-hotspot .khp-media-hotspot__title{color:#fff;position:absolute;width:auto;min-width:110px;top:0;left:50%;-webkit-transform:translate(-20%,-100%);transform:translate(-20%,-100%);background-color:hsla(0,0%,100%,.2);padding:5px 15px;border-radius:6px;text-shadow:1px 1px 5px rgba(0,0,0,.7)}.khp-media-hotspot .khp-media-hotspot__title .khp-media-hotspot__preview{display:none}.khp-media-hotspot .khp-media-hotspot__title.offsite{background-color:rgba(233,113,50,.7)}.khp-media-hotspot .khp-media-hotspot__title.project-gate{-webkit-transform:translate(-30px,40px);transform:translate(-30px,40px)}.khp-media-hotspot .khp-media-hotspot__title.road{background-color:rgba(78,149,217,.7)}.khp-media-hotspot .khp-media-hotspot__title p{white-space:nowrap;margin:0;text-align:center;color:#fff;font-size:10px!important;text-transform:capitalize;font-weight:500}.khp-media-hotspot .khp-media-hotspot__title p.text-left{text-align:left}@media (min-width:1024px){.khp-media-hotspot .khp-media-hotspot__title p{font-size:10px}}.khp-media-hotspot:hover:before{background-color:#fff}.khp-media-hotspot:hover .khp-media-hotspot__title{opacity:1;background-color:#ba8c44}.khp-media-hotspot:hover .khp-media-hotspot__title .khp-media-hotspot__preview{display:block;position:absolute;bottom:100%;left:50%;-webkit-transform:translate(-50%,-3px);transform:translate(-50%,-3px);right:0;height:auto;width:100%;min-width:200px;object-fit:cover;border-radius:0;border:none}.khp-media-hotspot:hover .khp-media-hotspot__title.offsite{background-color:#e97132}.khp-media-hotspot:hover .khp-media-hotspot__title.road{background-color:#4e95d9}.khp-media-hotspot.big-bottom{width:30px;height:30px;background-color:rgba(227,207,143,.5);pointer-events:all;cursor:pointer;box-shadow:none}.khp-media-hotspot.big-bottom:before{background-color:#e3cf8f;border-radius:50%}.khp-media-hotspot.big-bottom:after,.khp-media-hotspot.big-bottom:before{content:"";position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:20px;height:20px}.khp-media-hotspot.big-bottom:after{display:block;border-radius:100%;background-color:initial;-webkit-animation:mediaPulsePoint 1s infinite;animation:mediaPulsePoint 1s infinite}.khp-media-hotspot.big-bottom .khp-media-hotspot__container{bottom:27px}@-webkit-keyframes mediaPulsePoint{0%{box-shadow:0 0 0 0 #fff}70%{box-shadow:0 0 0 20px hsla(0,0%,100%,0)}to{box-shadow:0 0 0 0 hsla(0,0%,100%,0)}}@keyframes mediaPulsePoint{0%{box-shadow:0 0 0 0 #fff}70%{box-shadow:0 0 0 20px hsla(0,0%,100%,0)}to{box-shadow:0 0 0 0 hsla(0,0%,100%,0)}}.marker-tag{position:relative;border:1px solid #bed180;background-color:#004f2a;border-radius:9999px;padding:2px;pointer-events:none;-webkit-user-select:none;user-select:none}.marker-tag__container{width:100%;height:100%;padding:8px 12px;background-color:#bed180;display:flex;align-items:center;justify-content:center;border-radius:9999px;text-wrap:nowrap;grid-gap:4px;gap:4px}.marker-tag__container-text{color:#004f2a;font-weight:600;font-size:12px}.marker-tag__container-circle{display:inline-block;width:4px;height:4px;border-radius:50%;background:rgba(0,0,0,.30196078431372547)}.outside-amenity-hotspot{display:flex;align-items:center;flex-direction:column;padding:2px;pointer-events:auto;-webkit-user-select:none;user-select:none;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.outside-amenity-hotspot__text{width:150px;background:rgba(0,0,0,.439216);background:var(--Theme-Overlay-Black-700,rgba(0,0,0,.439216));-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);padding:4px 6px;border-radius:8px;font-weight:500;font-size:12px;color:#fff;display:flex;align-items:center;justify-content:center;grid-gap:6px;gap:6px;pointer-events:all;cursor:pointer;transition:background .2s ease}.outside-amenity-hotspot.is-hovered .outside-amenity-hotspot__text{background:#014f2a}.outside-amenity-hotspot__line{height:50px;width:1px;background-color:#fff;pointer-events:none}.outside-amenity-hotspot__circle{width:7px;height:7px;border-radius:9999px;background-color:#fff;pointer-events:none}.building-tag{display:flex;align-items:center;flex-direction:column;padding:2px;pointer-events:auto;-webkit-user-select:none;user-select:none;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.building-tag__display{display:flex;align-items:center;align-self:flex-start;-webkit-transform:translateX(31px);transform:translateX(31px)}.building-tag__display-logo{width:36px;height:36px;border-radius:9999px;position:relative;z-index:1;background-color:#004f2a;border:1px solid #669630;display:flex;align-items:center;justify-content:center}.building-tag__display-logo:before{content:"";position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:28px;height:28px;background-color:#bed180;border-radius:50%}.building-tag__display-logo img{position:relative;z-index:1;height:50%;width:auto;object-fit:contain}.building-tag__display-text{margin-left:-8px;padding-left:16px;padding-right:16px;border-radius:0 9999px 9999px 0;display:flex;align-items:center;justify-content:center;width:-webkit-max-content;width:max-content;font-weight:700;font-size:14px;color:#bed180;background:linear-gradient(42.67deg,#9fcc3b,#014f2a 76.39%);height:30px;text-align:center}.building-tag__line{height:30px;width:1px;background-color:#669630;pointer-events:none}.building-tag__circle{position:relative;width:15px;height:15px;border-radius:9999px;background-color:#004f2a;border:1px solid #bed180;pointer-events:none}.building-tag__circle:before{content:"";position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:9px;height:9px;background-color:#bed180;border-radius:50%}@keyframe leftToRight{0%{opacity:0}0%,to{-webkit-transform:translateY(50%);transform:translateY(50%)}to{opacity:1}}.khp-outdoor-hotspot{width:30px;height:30px;background-color:rgba(227,207,143,.5);border-radius:50%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);pointer-events:all;cursor:pointer}.khp-outdoor-hotspot:before{background-color:#e3cf8f;border-radius:50%}.khp-outdoor-hotspot:after,.khp-outdoor-hotspot:before{content:"";position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:20px;height:20px}.khp-outdoor-hotspot:after{display:block;border-radius:100%;background-color:initial;-webkit-animation:outdoorPulsePoint 1s infinite;animation:outdoorPulsePoint 1s infinite}.khp-outdoor-hotspot__title{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,calc(-50% - 30px));transform:translate(-50%,calc(-50% - 30px));white-space:nowrap;background-color:#54231c;border-radius:8px;line-height:20px;font-size:12px;width:200px;text-align:center;border:1px solid #d6b623;color:#d6b623;padding:15px 15px 5px;display:none;justify-content:center;align-items:center;flex-direction:column}.khp-outdoor-hotspot__title .khp-outdoor-hotspot__title-text{margin:0;line-height:16px;text-transform:uppercase}.khp-outdoor-hotspot__thumb{position:absolute;top:-90px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:calc(100% + 2px);height:100px;border:solid #d6b623;border-width:1px 1px 0;border-top-left-radius:8px;border-top-right-radius:8px;overflow:hidden}.khp-outdoor-hotspot__thumb img{width:100%;height:100%;object-fit:cover}.khp-outdoor-hotspot:hover .khp-outdoor-hotspot__title{display:flex}@-webkit-keyframes outdoorPulsePoint{0%{box-shadow:0 0 0 0 #fff}70%{box-shadow:0 0 0 20px hsla(0,0%,100%,0)}to{box-shadow:0 0 0 0 hsla(0,0%,100%,0)}}@keyframes outdoorPulsePoint{0%{box-shadow:0 0 0 0 #fff}70%{box-shadow:0 0 0 20px hsla(0,0%,100%,0)}to{box-shadow:0 0 0 0 hsla(0,0%,100%,0)}}.media-hotspot{width:auto;height:auto;display:flex;align-items:center;justify-content:flex-start;flex-direction:column;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.media-hotspot.is-hovered .media-hotspot__display{background-color:#014f2a;border-color:#bed180}.media-hotspot.is-hovered .media-hotspot__display-logo{background-color:#bed180}.media-hotspot.is-hovered .media-hotspot__display span{width:-webkit-max-content;width:max-content;opacity:1}.media-hotspot__line{height:125px;width:1px;background-color:#669630}.media-hotspot__display{position:relative;border-radius:50%;pointer-events:auto;display:flex;align-items:center;justify-content:center}.media-hotspot__display:before{content:"";position:absolute;top:50%;left:50%;width:100%;height:100%;aspect-ratio:1;border-radius:50%;background-color:initial;pointer-events:none;-webkit-animation:pulse-then-disappear 1s infinite;animation:pulse-then-disappear 1s infinite}.media-hotspot__display-logo{height:24px;width:24px;border-radius:50%;background-color:#014f2a;padding:5px;position:relative;z-index:1}.media-hotspot__display-logo img{max-width:100%;max-height:100%;object-fit:contain}.media-hotspot__display-content{flex-direction:column;position:absolute;left:50%;bottom:100%;overflow:hidden;white-space:nowrap;-webkit-transform:translate(-50%,-8px);transform:translate(-50%,-8px);z-index:-1;border-radius:12px;display:flex;opacity:0;background-color:rgba(0,0,0,.5);align-items:center;justify-content:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);color:#fff;font-size:12px;font-weight:600;padding:8px;border:1px solid hsla(0,0%,100%,.4);width:170px;grid-gap:8px;gap:8px;pointer-events:none}.media-hotspot__display-content span{padding:0 4px;text-wrap:wrap;text-align:center}.media-hotspot__display-content-image{border-radius:8px;aspect-ratio:16/9;flex-shrink:0;border:1px solid hsla(0,0%,100%,.4);overflow:hidden;display:flex;align-items:center;justify-content:center}.media-hotspot__display:hover .media-hotspot__display-content{transition:all .1s ease-in;opacity:1}@media (min-width:2559px){.media-hotspot__display-logo{height:56px;width:56px;padding:12px}}@-webkit-keyframes pulse-then-disappear{0%{-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1);border:1px solid #bed180;background-color:#bed180}to{-webkit-transform:translate(-50%,-50%) scale(1.5);transform:translate(-50%,-50%) scale(1.5);border:1px solid transparent;background-color:initial}}@keyframes pulse-then-disappear{0%{-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1);border:1px solid #bed180;background-color:#bed180}to{-webkit-transform:translate(-50%,-50%) scale(1.5);transform:translate(-50%,-50%) scale(1.5);border:1px solid transparent;background-color:initial}}.khp-indoor-hotspot{width:40px;height:40px;background-color:hsla(0,0%,100%,.5);border-radius:50%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);pointer-events:all;cursor:pointer}.khp-indoor-hotspot:before{background-color:#fff;border-radius:50%}.khp-indoor-hotspot:after,.khp-indoor-hotspot:before{content:"";position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:20px;height:20px}.khp-indoor-hotspot:after{display:block;border-radius:100%;background-color:initial;-webkit-animation:indoorPulsePoint 1s infinite;animation:indoorPulsePoint 1s infinite}.parkland-hotspot{padding:2px;border-radius:9999px;border:2px solid hsla(0,0%,100%,.5)}.parkland-hotspot__container{display:flex;align-items:center;grid-gap:8px;gap:8px;color:#fff;font-weight:600;font-size:14px;padding:8px 14px;border-radius:9999px;background:linear-gradient(97.88deg,#bed180 7.55%,#64a563 24.09%,#0b7945 45.19%,#0c7536 52.47%,#116908 73.21%,#669630 92.45%)}.parkland-hotspot__container span{text-wrap:nowrap}@-webkit-keyframes indoorPulsePoint{0%{box-shadow:0 0 0 0 hsla(0,0%,100%,.7)}70%{box-shadow:0 0 0 20px hsla(0,0%,100%,0)}to{box-shadow:0 0 0 0 hsla(0,0%,100%,0)}}@keyframes indoorPulsePoint{0%{box-shadow:0 0 0 0 hsla(0,0%,100%,.7)}70%{box-shadow:0 0 0 20px hsla(0,0%,100%,0)}to{box-shadow:0 0 0 0 hsla(0,0%,100%,0)}}.iframe_overlay{background-color:#fff;opacity:0;transition:all .3s}.iframe_overlay .label{position:absolute;background:red;color:#fff;font-size:20px;height:20px;width:100px;text-align:center}.iframe_overlay.hover{opacity:.4;cursor:pointer}.unit-vr360{width:100%;height:100%;position:relative}.vr-360-floormap.floor-maps{bottom:36px;right:36px}.vr-360-floormap.floor-maps .floor-maps__content{width:calc(100vw - 100px);max-width:400px}.heading-indicator{opacity:0;transition:2s ease}.heading-indicator.show{opacity:1;transition:0s ease}.circular-sector{opacity:0;transition:1s ease;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:1}.circular-sector.show{opacity:1}.circular-sector svg{scale:1.2}.floor-maps-container{position:fixed;right:16px;bottom:16px;z-index:20;pointer-events:auto}.floor-maps-container.open{z-index:1000}@media (max-width:768px){.floor-maps-container.open{z-index:1000}}.floor-maps-container.open.default{z-index:20}.floor-maps-container.open.amenity{z-index:1000}.floor-maps-container .map-icon-button{position:fixed;top:16px;right:16px;display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:rgba(0,0,0,.8);border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 10px rgba(0,0,0,.2);z-index:1}@media (min-aspect-ratio:2.5) and (min-width:2500px){.floor-maps-container .map-icon-button{right:calc(50vw - 1480px)}}@media (max-width:450px){.floor-maps-container .map-icon-button{right:16px;z-index:1010}}.floor-maps-container .map-icon-button:hover{background:rgba(0,0,0,.8);-webkit-transform:scale(1.05);transform:scale(1.05)}.floor-maps-container .floor-maps-overlay{position:fixed;top:38px;right:38px;left:auto;-webkit-transform:translate(0);transform:translate(0);background:transparent;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:8px;padding:13px;box-shadow:0 4px 20px rgba(0,0,0,.2);width:300px;height:auto;transition:top 1.2s ease,left 1.2s ease,right 1.2s ease,width 1.2s ease,height 1.2s ease,-webkit-transform 1.2s ease;transition:top 1.2s ease,left 1.2s ease,right 1.2s ease,width 1.2s ease,height 1.2s ease,transform 1.2s ease;transition:top 1.2s ease,left 1.2s ease,right 1.2s ease,width 1.2s ease,height 1.2s ease,transform 1.2s ease,-webkit-transform 1.2s ease;will-change:top,left,right,width,height,transform}@media (min-aspect-ratio:2.5) and (min-width:2500px){.floor-maps-container .floor-maps-overlay{right:calc(50vw - 1462px)}}.floor-maps-container .floor-maps-overlay.expanded{position:fixed;top:50%;right:50%;-webkit-transform:translate(50%,-50%);transform:translate(50%,-50%);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);width:680px}@media (max-width:450px){.floor-maps-container .floor-maps-overlay.expanded{width:calc(100vw - 32px);top:50%;right:50%;-webkit-transform:translate(50%,-50%);transform:translate(50%,-50%)}}.floor-maps-container .floor-maps-overlay .floor-maps-header{display:flex;justify-content:flex-end}.floor-maps-container .floor-maps-overlay .floor-maps-header .floor-maps-controls{display:flex;justify-content:space-between;align-items:center;width:100%;position:relative;grid-gap:4px;gap:4px}.floor-maps-container .floor-maps-overlay .floor-maps-header .floor-maps-controls .control-btn{z-index:10;position:absolute;top:-32px;right:-32px;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;cursor:pointer;border-radius:6px;transition:all .2s ease;background:rgba(0,0,0,.8)}.floor-maps-container .floor-maps-overlay .floor-maps-header .floor-maps-controls .control-btn:hover{background:rgba(0,0,0,.9);-webkit-transform:scale(1.05);transform:scale(1.05)}.floor-maps-container .floor-maps-overlay .floor-maps-header .floor-maps-controls .expand-btn{z-index:10;position:absolute;top:-28px;left:-28px;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;cursor:pointer;border-radius:4px;transition:all .2s ease}.floor-maps-container .floor-maps-overlay .floor-maps-header .floor-maps-controls .expand-btn.expanded{padding:8px;background:rgba(0,0,0,.8)}.floor-maps-container .floor-maps-overlay .floor-maps-header .floor-maps-controls .expand-btn:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateX(-50%) translateY(5px);transform:translateX(-50%) translateY(5px)}to{opacity:1;-webkit-transform:translateX(-50%) translateY(0);transform:translateX(-50%) translateY(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateX(-50%) translateY(5px);transform:translateX(-50%) translateY(5px)}to{opacity:1;-webkit-transform:translateX(-50%) translateY(0);transform:translateX(-50%) translateY(0)}}@-webkit-keyframes hotspotPulse{0%{-webkit-transform:scale(1);transform:scale(1);box-shadow:0 0 0 0 #bed180}50%{-webkit-transform:scale(1.1);transform:scale(1.1);box-shadow:0 0 0 8px rgba(190,209,128,.3)}to{-webkit-transform:scale(1);transform:scale(1);box-shadow:0 0 0 0 #bed180}}@keyframes hotspotPulse{0%{-webkit-transform:scale(1);transform:scale(1);box-shadow:0 0 0 0 #bed180}50%{-webkit-transform:scale(1.1);transform:scale(1.1);box-shadow:0 0 0 8px rgba(190,209,128,.3)}to{-webkit-transform:scale(1);transform:scale(1);box-shadow:0 0 0 0 #bed180}}@media screen and (max-width:768px){.floor-maps-container .map-icon-button{width:36px;height:36px;right:16px}.floor-maps-container .map-icon-button .map-icon{width:20px;height:20px}.floor-maps-container .floor-maps-overlay{top:75px;right:14px;padding:10px}.floor-maps-container .floor-maps-overlay .floor-maps-header .floor-maps-controls .control-btn{top:-14px;right:-14px}.floor-maps-container .floor-maps-overlay .floor-maps-content .floor-plan-wrapper .floor-plan-hotspot .hotspot-dot{width:10px;height:10px;border:1px solid hsla(0,0%,100%,.3)}.floor-maps-container .floor-maps-overlay .floor-maps-content .floor-plan-wrapper .floor-plan-hotspot .hotspot-tooltip{font-size:11px;padding:4px 8px}}@media screen and (max-width:430px){.floor-maps-container .map-icon-button{width:32px;height:32px}.floor-maps-container .map-icon-button .map-icon{width:18px;height:18px}.floor-maps-container .floor-maps-overlay{top:84px;right:25px;width:250px;max-width:340px;padding:8px}.floor-maps-container .floor-maps-overlay.expanded{width:340px}.floor-maps-container .floor-maps-overlay .floor-maps-header .floor-maps-controls .control-btn{width:32px;height:32px}.floor-maps-container .floor-maps-overlay .floor-maps-header .floor-maps-controls .cancel-icon{width:18px;height:18px}.floor-maps-container .floor-maps-overlay .floor-maps-header .expand-btn{width:32px;height:32px}.floor-maps-container .floor-maps-overlay .floor-maps-header .expand-icon{width:18px;height:18px}.floor-maps-container .floor-maps-overlay .floor-maps-content .floor-plan-wrapper .floor-plan-hotspot .hotspot-dot{width:14px;height:14px;border:2px solid hsla(0,0%,100%,.3)}.floor-maps-container .floor-maps-overlay .floor-maps-content .floor-plan-wrapper .floor-plan-hotspot .hotspot-tooltip{font-size:10px;padding:4px 6px;bottom:18px}}@media screen and (max-width:430px){.floor-maps-container .floor-maps-overlay{top:74px;right:14px}.floor-maps-container .map-icon-button{width:28px;height:28px}.floor-maps-container .map-icon-button .map-icon{width:16px;height:16px}.floor-maps-container .control-btn{width:28px;height:28px}.floor-maps-container .floor-maps-overlay{padding:6px}.floor-maps-container .floor-maps-overlay .floor-maps-content .floor-plan-wrapper .floor-plan-hotspot .hotspot-dot{width:12px;height:12px;border:1px solid hsla(0,0%,100%,.3)}.floor-maps-container .floor-maps-overlay .floor-maps-content .floor-plan-wrapper .floor-plan-hotspot .hotspot-tooltip{font-size:9px;padding:3px 6px;bottom:16px}}.floor-maps{position:fixed;bottom:24px;right:24px;z-index:11}.floor-maps__trigger{position:relative;z-index:2;width:48px;height:48px;border-radius:9999px;background-color:#fff;display:flex;align-items:center;justify-content:center}.floor-maps__trigger.open{background-color:rgba(0,0,0,.6)}.floor-maps__content{position:absolute;right:50%;bottom:50%;width:400px;background-color:rgba(17,24,28,.6);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:12px;border-radius:12px}.floor-maps__content .floor-plan-wrapper{position:relative;width:100%}.floor-maps__content .floor-plan-wrapper .floor-plan-image{width:100%;height:auto;display:block;border-radius:8px}.floor-maps__content .floor-plan-wrapper .floor-plan-hotspot{position:absolute;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);cursor:pointer;z-index:10;border:.5px solid #bed180;padding:2px;border-radius:9999px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.floor-maps__content .floor-plan-wrapper .floor-plan-hotspot .hotspot-dot{position:relative;width:12px;height:12px;background-color:#bed180;border-radius:50%;box-shadow:0 0 8px hsla(0,0%,100%,.6)}.floor-maps__content .floor-plan-wrapper .floor-plan-hotspot .hotspot-dot:before{content:"";width:8px;height:8px;background-color:#004f2a;border-radius:50%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.floor-maps__content .floor-plan-wrapper .floor-plan-hotspot .hotspot-tooltip{position:absolute;bottom:20px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);background:rgba(0,0,0,.9);color:#fff;padding:6px 12px;border-radius:4px;font-size:12px;font-weight:500;white-space:nowrap;pointer-events:none}.floor-maps__content .floor-plan-wrapper .floor-plan-hotspot:hover{z-index:20}.floor-maps__content .floor-plan-wrapper .floor-plan-hotspot:hover:not(.active){-webkit-transform:translate(-50%,-50%) scale(1.05);transform:translate(-50%,-50%) scale(1.05);box-shadow:0 0 6px hsla(0,0%,100%,.8);border-color:hsla(0,0%,100%,.6)}.floor-maps__content .floor-plan-wrapper .floor-plan-hotspot.active{border:.5px solid #fff}.floor-maps__content .floor-plan-wrapper .floor-plan-hotspot.active .hotspot-dot{background-color:#fdd8d3;box-shadow:0 0 10px rgba(0,79,42,.8);border-color:rgba(189,209,128,.6);width:16px;height:16px}.floor-maps__content .floor-plan-wrapper .floor-plan-hotspot.active .hotspot-dot:before{background-color:#e54d2e;width:8px;height:8px;border:2.25px solid #f3aea0}.floor-maps__content .floor-plan-wrapper .floor-plan-hotspot.active:hover{-webkit-transform:translate(-50%,-50%) scale(1.2);transform:translate(-50%,-50%) scale(1.2);box-shadow:0 0 6px hsla(0,0%,100%,.8)}@media (max-width:1280px){.floor-maps{bottom:24px}}@media (max-width:504px){.floor-maps{bottom:16px;right:16px}.floor-maps__trigger{width:40px;height:40px}.floor-maps__content{width:calc(100vw - 54px)}}.compass-container{position:fixed;bottom:36px;left:36px;width:80px;height:80px;z-index:10;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:9999px}@media screen and (max-width:768px){.compass-container{left:48px;bottom:24px}}@media screen and (max-width:504px){.compass-container{left:24px;bottom:24px;width:60px;height:60px}}.compass-container__dot{position:absolute;top:50%;left:50%;width:12px;height:12px;background-color:#bed180;border-radius:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.compass-container .compass-fov-container{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;background-color:hsla(0,0%,100%,.3);border-radius:9999px}.compass-container .compass-fov{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#fff;border-radius:50%}.compass-container .dir{position:absolute;color:#fff;font-weight:600}.compass-container .north{top:-16px}.compass-container .north,.compass-container .south{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.compass-container .south{bottom:-16px}.compass-container .east{right:-16px}.compass-container .east,.compass-container .west{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.compass-container .west{left:-16px}#bottom-menu-v2{font-family:var(--montserrat-font);justify-content:space-between;background-color:#54231c;padding:0;position:fixed;bottom:0;left:0;right:0;z-index:21;min-height:50px}#bottom-menu-v2,#bottom-menu-v2 .menu--items{display:flex;align-items:center}#bottom-menu-v2 .menu--items .logo-tour{display:flex;justify-content:center;align-items:center;cursor:pointer;padding:6px 30px}#bottom-menu-v2 .menu--items .item{background:none;border:none;border-left:.5px solid rgba(132,143,141,.49411764705882355);color:#fff;font-size:14px;font-weight:500;text-transform:uppercase;cursor:pointer;padding:10px 16px;transition:color .3s ease;height:100%;position:relative;white-space:nowrap}#bottom-menu-v2 .menu--items .item .item-label-wrapper{display:flex;align-items:center;justify-content:space-between;grid-gap:12px;gap:12px}#bottom-menu-v2 .menu--items .item .item-label-wrapper .item-main{display:inline-flex;align-items:center;grid-gap:12px;gap:12px}#bottom-menu-v2 .menu--items .item .item-icon{display:inline-flex;justify-content:center;align-items:center;margin-right:8px;border:1px dashed #fff;border-radius:50%;padding:10px;width:28px;height:28px}#bottom-menu-v2 .menu--items .item .item-icon img{width:16px;height:16px;object-fit:contain}@media screen and (min-width:768px) and (max-width:1023px){#bottom-menu-v2 .menu--items .item .item-icon{margin:0}}#bottom-menu-v2 .menu--items .item .item-label{font-weight:700}#bottom-menu-v2 .menu--items .item:last-child{border-right:.5px solid rgba(132,143,141,.49411764705882355)}#bottom-menu-v2 .menu--items .item .sub-menu{visibility:hidden;opacity:0;pointer-events:none;transition:visibility 0s,opacity .3s ease-in-out;position:absolute;top:5px;left:50%;-webkit-transform:translate(-48%,-100%);transform:translate(-48%,-100%);background-color:#54231c;z-index:1;display:flex;flex-wrap:wrap;grid-gap:5px;gap:5px;justify-content:center;width:1000px;list-style-type:none;background-color:initial;padding-bottom:10px;font-weight:400}#bottom-menu-v2 .menu--items .item .sub-menu .sub-item{padding:10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;background-color:rgba(84,35,28,.7647058823529411);flex:0 1 auto;white-space:nowrap;position:relative;font-size:12px}#bottom-menu-v2 .menu--items .item .sub-menu .sub-item:hover{background-color:rgba(84,35,28,.8901960784313725);color:#f6da8f}#bottom-menu-v2 .menu--items .item .sub-menu .sub-item .img-preview{visibility:hidden;opacity:0;pointer-events:none;transition:visibility 0s,opacity .3s ease-in-out;position:absolute;min-width:200px;max-width:250px;aspect-ratio:16/9;object-fit:cover;top:5px;left:0;-webkit-transform:translateY(-110%);transform:translateY(-110%);box-shadow:0 54px 55px rgba(0,0,0,.25),0 -12px 30px rgba(0,0,0,.12),0 4px 6px rgba(0,0,0,.12),0 12px 13px rgba(0,0,0,.17),0 -3px 5px rgba(0,0,0,.09)}#bottom-menu-v2 .menu--items .item:hover{background-color:hsla(0,0%,100%,.1);position:relative}#bottom-menu-v2 .menu--items .item:hover .item-label{color:#f6da8f}#bottom-menu-v2 .menu--items .item:hover .sub-menu{display:flex}#bottom-menu-v2 .menu--items .item:hover .sub-menu,#bottom-menu-v2 .menu--items .item:hover .sub-menu .sub-item:hover .img-preview{visibility:visible;opacity:1;pointer-events:all;transition:visibility 0s,opacity .3s ease-in-out}#bottom-menu-v2 .menu--items .item:hover:after{content:"";width:calc(100% + 2px);height:3px;background-color:#f6da8f;position:absolute;top:0;left:-1px;z-index:2}#bottom-menu-v2 .tour-logo{position:fixed;z-index:10;top:10px;left:10px}#bottom-menu-v2 .tour-logo img{width:80px}@media screen and (max-width:1024px) and (min-width:768px){#bottom-menu-v2 .menu--items .item .item-label-wrapper .item-label{display:none}}#menu-social{position:fixed;top:50%;right:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);border:1px solid #d3a524;padding:3px 0 3px 3px;border-top-left-radius:10px;border-bottom-left-radius:10px}#menu-social .container{display:flex;flex-direction:column;justify-content:center;align-items:space-around;padding:5px 0;border-top-left-radius:8px;border-bottom-left-radius:8px;background-color:#d3a524}#menu-social .container .social-item{padding:8px 10px;cursor:pointer;display:flex;align-items:center;justify-content:center}#menu-social .container .social-item:hover svg{transition:-webkit-filter .2s ease;transition:filter .2s ease;transition:filter .2s ease,-webkit-filter .2s ease;-webkit-filter:drop-shadow(3px 5px 2px rgba(0,0,0,.4));filter:drop-shadow(3px 5px 2px rgba(0,0,0,.4))}.menu--actions{display:flex}.menu--actions .action{display:flex;justify-content:center;align-items:center;border-left:.5px solid rgba(132,143,141,.49411764705882355);padding-inline:20px}.menu--actions #actions-icons{display:flex;grid-gap:10px;gap:10px}.menu--actions #actions-icons .icon{display:flex;justify-content:center;align-items:center;cursor:pointer}.menu--actions #actions-icons .icon svg{width:24px}.menu--actions #back-button{position:absolute;right:6px;top:-90%;padding:8px 15px;background:rgba(23,62,61,.8);color:#fff;display:flex;justify-content:center;align-items:center;grid-gap:5px;gap:5px;font-size:16px;transition:background .3s ease;border-radius:6px;cursor:pointer}.menu--actions #back-button:hover{background:#173e3d}.hamburger{padding-left:20px}.hamburger .line{width:25px;height:2px;background-color:#ecf0f1;display:block;margin:5px auto;transition:all .3s ease-in-out}.hamburger:hover{cursor:pointer}#hamburger-1.is-active .line:first-child{-webkit-transform:translateY(3.5px) rotate(45deg);transform:translateY(3.5px) rotate(45deg)}#hamburger-1.is-active .line:nth-child(2){-webkit-transform:translateY(-3.5px) rotate(-45deg);transform:translateY(-3.5px) rotate(-45deg)}#bottom-menu-v2__mobile{visibility:hidden;opacity:0;pointer-events:none;position:fixed;top:0;left:0;width:100%;height:calc(100vh - 50px);background-color:rgba(84,35,28,.8);z-index:20;-webkit-transform:translateY(100%);transform:translateY(100%)}#bottom-menu-v2__mobile,#bottom-menu-v2__mobile.visible{transition:visibility 0s,opacity .3s ease-in-out;transition:visibility .3s,opacity .3s,-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out,visibility .3s,opacity .3s;transition:transform .3s ease-in-out,visibility .3s,opacity .3s,-webkit-transform .3s ease-in-out}#bottom-menu-v2__mobile.visible{visibility:visible;opacity:1;pointer-events:all;-webkit-transform:translateY(0);transform:translateY(0)}#bottom-menu-v2__mobile .mobile-menu-wrapper{color:#fff;padding:20px;border-radius:10px;width:100%;position:fixed;height:100%;display:flex;flex-direction:column}#bottom-menu-v2__mobile .mobile-menu-wrapper .menu-header{display:flex;justify-content:center;align-items:center;margin-bottom:20px}#bottom-menu-v2__mobile .mobile-menu-wrapper .menu-header img{width:9rem}#bottom-menu-v2__mobile .mobile-menu-wrapper .menu-items{margin-top:10px;list-style:none;flex:1 1;display:flex;flex-direction:column;height:100%;overflow-y:auto;padding:0 0 80px}#bottom-menu-v2__mobile .mobile-menu-wrapper .menu-items .item{background-color:initial;border:none;border-top:.5px solid hsla(0,0%,100%,.3);padding:20px 0;text-align:left;color:#fff;font-weight:400;cursor:pointer;margin:0;width:100%}#bottom-menu-v2__mobile .mobile-menu-wrapper .menu-items .item:nth-child(3){border-bottom:.5px solid hsla(0,0%,100%,.3)}#bottom-menu-v2__mobile .mobile-menu-wrapper .menu-items .item .item-label-wrapper{display:flex;align-items:center;justify-content:space-between;padding-inline:20px;transition:color .3s ease}#bottom-menu-v2__mobile .mobile-menu-wrapper .menu-items .item .item-label-wrapper .item-main{display:inline-flex;align-items:center;grid-gap:12px;gap:12px}#bottom-menu-v2__mobile .mobile-menu-wrapper .menu-items .item .item-label-wrapper .item-main .item-icon{width:28px;height:28px;border:1px dashed #fff;border-radius:50%;padding:10px;display:flex;justify-content:center;align-items:center}#bottom-menu-v2__mobile .mobile-menu-wrapper .menu-items .item .item-label-wrapper .item-main .item-icon img{width:16px;height:16px}#bottom-menu-v2__mobile .mobile-menu-wrapper .menu-items .item .item-label-wrapper .item-main .item-label{font-size:15px;text-transform:uppercase}#bottom-menu-v2__mobile .mobile-menu-wrapper .menu-items .item .item-label-wrapper svg{-webkit-transform:rotate(90deg) scale(1.2);transform:rotate(90deg) scale(1.2);fill:#fff;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}#bottom-menu-v2__mobile .mobile-menu-wrapper .menu-items .item .item-label-wrapper.active{color:#f6da8f}#bottom-menu-v2__mobile .mobile-menu-wrapper .menu-items .item .item-label-wrapper.active svg{-webkit-transform:rotate(180deg) scale(1.2);transform:rotate(180deg) scale(1.2);fill:#f6da8f}#bottom-menu-v2__mobile .mobile-menu-wrapper .menu-items .item:has(.sub-menu){padding-bottom:0}#bottom-menu-v2__mobile .mobile-menu-wrapper .menu-items .sub-menu{margin-top:20px;max-height:0;overflow:hidden;transition:max-height .3s ease-in-out}#bottom-menu-v2__mobile .mobile-menu-wrapper .menu-items .sub-menu li{list-style:none;border-top:.5px solid hsla(0,0%,100%,.3);padding:20px 0 20px 80px;text-transform:uppercase;cursor:pointer;font-size:12px}#bottom-menu-v2__mobile .mobile-menu-wrapper .menu-items .sub-menu li:before{content:"- "}#bottom-menu-v2__mobile .mobile-menu-wrapper .menu-items .sub-menu.expanded{max-height:500px}#bottom-menu-v2__mobile .mobile-menu-wrapper .social-icons{display:flex;justify-content:center;margin:30px 0}#bottom-menu-v2__mobile .mobile-menu-wrapper .social-icons .container{display:flex;grid-gap:10px;gap:10px}#bottom-menu-v2__mobile .mobile-menu-wrapper .social-icons .social-item{margin:0 10px;color:#fff;font-size:24px;text-decoration:none;display:flex;align-items:center;justify-content:center;flex-direction:column}#bottom-menu-v2__mobile .mobile-menu-wrapper .social-icons .social-item svg{width:24px;height:24px}#bottom-menu-v2__mobile .mobile-menu-wrapper .social-icons .social-item:hover{color:#f6da8f}#bottom-menu-v2__mobile .mobile-menu-wrapper .back-to-home{color:#fff;text-decoration:none;text-align:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;border:1px solid hsla(0,0%,100%,.3);padding:10px;margin-inline:auto;font-size:12px}.level-switch-wp{position:fixed;top:15px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:auto;height:auto;display:none;transition:.3s ease}.level-switch-wp.switch-enable{display:flex}.level-switch-wp .level-switch{width:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:32px;padding:2px;display:flex;flex-direction:row;align-items:center;flex:0 0 auto;white-space:nowrap;background-color:#54231c;border-radius:15px;border:1px solid #fff;box-shadow:1px 1px 5px rgba(0,0,0,.5)}.level-switch-wp .level-switch .level-switch-item,.level-switch-wp .level-switch .level-switch-text{height:26px;line-height:26px}.level-switch-wp .level-switch .level-switch-text{padding:0 6px 0 10px;color:#ffc000;font-weight:800}.level-switch-wp .level-switch .level-switch-item{font-weight:600;color:#422213;width:26px;border-radius:15px;border:1px solid rgba(0,0,0,.5);background-color:#fff;text-align:center;margin-left:3px;pointer-events:all;cursor:pointer}.level-switch-wp .level-switch .level-switch-item.active{background-color:#ffc000}.level-switch-wp .level-switch .apartment-switch-item{width:88px}.level-switch-wp .apartment-switch{width:247px}@media screen and (max-width:767px){.level-switch-wp{bottom:6.5px;right:75px;top:unset;-webkit-transform:unset;transform:unset;z-index:100;justify-content:flex-end;align-items:center}.level-switch-wp .level-switch{height:36px;justify-content:space-between;border-radius:18px;padding-top:3px;padding-bottom:3px}.level-switch-wp .level-switch .level-switch-item,.level-switch-wp .level-switch .level-switch-text{height:30px;line-height:30px;margin:0}.level-switch-wp .level-switch .level-switch-item{width:30px}.level-switch-wp .level-switch .apartment-switch-item{height:31px;width:31px}.level-switch-wp .apartment-switch{width:130px}}@media screen and (min-width:1500px){.level-switch-wp .level-switch{width:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:40px;border-radius:20px}.level-switch-wp .level-switch .level-switch-item,.level-switch-wp .level-switch .level-switch-text{height:32px;line-height:32px;font-size:14px}.level-switch-wp .level-switch .level-switch-item{width:32px}.level-switch-wp .level-switch .apartment-switch-item{width:130px}.level-switch-wp .apartment-switch{width:350px}}.popup-container{position:fixed;z-index:90;top:0;bottom:0;left:0;right:0;z-index:999}.popup-container:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background:rgba(0,0,0,.5);background:linear-gradient(0deg,rgba(0,0,0,.7),transparent 70%,transparent)}.popup-container .popup-header{position:absolute;top:55px;left:0;height:auto;z-index:2;width:100%;padding:.5rem}@media screen and (max-width:575px){.popup-container .popup-header{top:0}}.popup-container .popup-header .Close-button{display:inline-block;width:2rem;height:2rem;font-size:2rem;line-height:2rem;color:#fff;cursor:pointer}.popup-container .popup-header .Close-button svg{position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.popup-container .popup-body{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;overflow:hidden;display:flex}.popup-container .popup-body.Menu-bottom{padding-bottom:40px}.popup-container .popup-body-content{position:relative;width:100%;flex:1 1}.social-icon{padding:20px 10px;text-align:center}@media screen and (min-width:575px){.social-icon{padding:20px}}@media screen and (min-width:992px){.social-icon{padding:20px 30px}}@media screen and (max-width:768px){.social-icon{padding:10px 20px}}.social-icon .social-icon-svg{display:inline-block;padding:0 5px}@media screen and (max-width:768px){.social-icon .social-icon-svg img{width:84px;height:84px}}@media screen and (max-width:575px){.social-icon .social-icon-svg img{width:84px;height:84px}}.social-icon .social-icon-svg-background{background:#000;height:110px}@media screen and (min-width:575px){.social-icon .social-icon-svg-background{height:110px}}@media screen and (min-width:992px){.social-icon .social-icon-svg-background{height:110px}}@media screen and (min-width:1200px){.social-icon .social-icon-svg-background{height:110px}}.social-icon .social-icon-svg a{display:block}.social-icon .social-icon-label{padding-top:10px;text-align:center;font-size:1.1rem}@media screen and (min-width:575px){.social-icon .social-icon-label{font-size:1.25rem}}@media screen and (min-width:992px){.social-icon .social-icon-label{font-size:1.5rem}}.social-icon .social-icon-label a,.social-icon .social-icon-label a:focus,.social-icon .social-icon-label a:hover,.social-icon .social-icon-label a:visited{color:inherit;text-decoration:none}.social-backdrop{position:absolute;top:45px;width:100%;height:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}@media screen and (max-width:575px){.social-backdrop{top:0}}.social-backdrop .social-title{font-size:3.5rem;padding-bottom:30px}.social-backdrop .social-icons{display:grid;grid-template-columns:repeat(2,1fr)}@media (min-width:480px){.social-backdrop .social-icons{display:flex;flex-wrap:wrap;justify-content:center}}@media (min-width:768px){.social-backdrop .social-icons{display:flex;flex-wrap:wrap;justify-content:center;max-width:70vw}}.social-backdrop .social-icons .social-icon{flex:0 0 33.333333%;display:flex;justify-content:center;align-items:center}.map-loading{position:absolute;top:50%;left:50%;width:80px;height:80px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-animation:fadeFade 1.5s ease-in-out 0s infinite normal;animation:fadeFade 1.5s ease-in-out 0s infinite normal}@-webkit-keyframes fadeFade{0%{opacity:1}to{opacity:0}}@keyframes fadeFade{0%{opacity:1}to{opacity:0}}.threed-map-backdrop{position:absolute;width:auto;height:auto;top:0;left:0;right:0;bottom:0}.Menu-left .threed-map-backdrop{left:-40px}.Menu-bottom .threed-map-backdrop{bottom:-40px}.close-btn{display:flex;align-items:center;justify-content:center;width:90px;height:34px;border:none;border-radius:20px;background-color:#d8d8d8;cursor:pointer}.close-btn p{font-size:18px;font-family:Roboto,sans-serif;font-weight:300;color:#000}.close-icon{width:16px;height:16px}.Popup-content-infobox{height:100%;display:flex;justify-content:center}.Popup-content-infobox .Popup-content-wp{background-color:#000;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.Popup-content-infobox .Popup-content-wp .infobox-img-wp img{width:100%;height:100%}.Popup-content-infobox .Popup-content-wp .infobox-text-wp{padding:20px 25px;border:1px solid hsla(0,0%,100%,.3);border-top:0 solid hsla(0,0%,100%,.3)}@media (max-width:767px){.Popup-content-infobox .Popup-content-wp .infobox-text-wp{padding:10px}}.Popup-content-infobox .Popup-content-wp .infobox-text-wp .infobox-title{display:flex;align-items:center;justify-content:space-between;grid-gap:40px;gap:40px}.Popup-content-infobox .Popup-content-wp .infobox-text-wp .infobox-title h2{font-size:1.875rem;line-height:1.3;color:#fff;overflow-wrap:break-word}@media (max-width:767px){.Popup-content-infobox .Popup-content-wp .infobox-text-wp .infobox-title h2{font-size:1.4rem}}.Popup-content-infobox .Popup-content-wp .infobox-text-wp .infobox-title .readmore-btn{align-self:flex-start}.Popup-content-infobox .Popup-content-wp .infobox-text-wp .infobox-description{margin-top:.5rem}.Popup-content-infobox .Popup-content-wp .infobox-text-wp .infobox-description p{text-align:justify;color:#fff;font-size:1.125rem;line-height:1.4}.Popup-content-infobox .Popup-content-wp .infobox-text-wp .infobox-description p #truncate-text{display:inline-block;max-width:calc(100% - 60px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle}.Popup-content-infobox .Popup-content-wp .infobox-text-wp .infobox-description p #collapse-text,.Popup-content-infobox .Popup-content-wp .infobox-text-wp .infobox-description p #expand-text{display:inline-block;width:60px;color:#368dff;vertical-align:middle;cursor:pointer}@media (max-width:767px){.Popup-content-infobox .Popup-content-wp .infobox-text-wp .infobox-description p{font-size:1rem}}.Popup-content-infobox .Popup-content-wp .infobox-text-wp .infobox-description p:not(:last-child){margin-bottom:10px}.Popup-content-infobox .Popup-content-wp .infobox-text-wp .infobox-description::-webkit-scrollbar{width:10px}.Popup-content-infobox .Popup-content-wp .infobox-text-wp .infobox-description::-webkit-scrollbar-track{background:rgba(165,149,149,.878431);border-radius:8px}.Popup-content-infobox .Popup-content-wp .infobox-text-wp .infobox-description::-webkit-scrollbar-thumb{background:#fff;border-radius:8px}.Popup-content-infobox .Popup-content-wp .portrait-maxheight{max-height:85vh}.Popup-content-infobox .Popup-content-wp .landscape-maxheight{max-height:67.5vh}.Popup-content-youtube .Popup-content-wp{position:absolute;top:0;bottom:0;left:0;right:0;display:flex;justify-content:center;align-items:center}.Popup-content-youtube .Popup-content-wp .html-embeded-content{position:absolute;top:70px;bottom:0;left:0;right:0;display:flex}.Popup-content-youtube .Popup-content-wp iframe{flex:1 1}@media screen and (min-width:768px){.Popup-content-youtube .Popup-content-wp{top:10vh;bottom:90vh;left:0;right:0}.Popup-content-youtube .Popup-content-wp .html-embeded-content{padding:0 15vw}.Popup-content-youtube .Popup-content-wp iframe{width:80vw;height:70vh;border-radius:15px}}.gallery-item,.gallery-item .Popup-content-wp{display:flex;justify-content:center}.gallery-item .Popup-content-wp{width:100%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;flex-direction:column;background-color:#000}.gallery-item .Popup-content-wp .gallery-img-wp img{width:100%;height:100%}.gallery-item .Popup-content-wp .gallery-text-wp{padding:20px 25px;border:1px solid hsla(0,0%,100%,.3);border-top:0 solid hsla(0,0%,100%,.3)}@media (max-width:767px){.gallery-item .Popup-content-wp .gallery-text-wp{padding:10px}}.gallery-item .Popup-content-wp .gallery-text-wp .gallery-title{display:flex;align-items:center;justify-content:space-between;grid-gap:40px;gap:40px}.gallery-item .Popup-content-wp .gallery-text-wp .gallery-title h2{font-size:1.875rem;line-height:1.3;color:#fff;overflow-wrap:break-word}@media (max-width:767px){.gallery-item .Popup-content-wp .gallery-text-wp .gallery-title h2{font-size:1.4rem}}.gallery-item .Popup-content-wp .gallery-text-wp .gallery-title .readmore-btn{align-self:flex-start}.gallery-item .Popup-content-wp .gallery-text-wp .gallery-description{margin-top:.5rem}.gallery-item .Popup-content-wp .gallery-text-wp .gallery-description p{text-align:justify;color:#fff;font-size:1.125rem;line-height:1.4}.gallery-item .Popup-content-wp .gallery-text-wp .gallery-description p #truncate-text{display:inline-block;max-width:calc(100% - 60px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle}.gallery-item .Popup-content-wp .gallery-text-wp .gallery-description p #collapse-text,.gallery-item .Popup-content-wp .gallery-text-wp .gallery-description p #expand-text{display:inline-block;width:60px;color:#368dff;vertical-align:middle;cursor:pointer}@media (max-width:767px){.gallery-item .Popup-content-wp .gallery-text-wp .gallery-description p{font-size:1rem}}.gallery-item .Popup-content-wp .gallery-text-wp .gallery-description p:not(:last-child){margin-bottom:10px}.gallery-item .Popup-content-wp .gallery-text-wp .gallery-description::-webkit-scrollbar{width:10px}.gallery-item .Popup-content-wp .gallery-text-wp .gallery-description::-webkit-scrollbar-track{background:rgba(165,149,149,.878431);border-radius:8px}.gallery-item .Popup-content-wp .gallery-text-wp .gallery-description::-webkit-scrollbar-thumb{background:#fff;border-radius:8px}.gallery-item .Popup-content-wp .portrait-maxheight{max-height:85vh}.gallery-item .Popup-content-wp .landscape-maxheight{max-height:67.5vh}.carousel-root{width:100%}.carousel-root .slide{display:flex;justify-content:center}.carousel-root .control-dots{position:fixed;bottom:0;padding:0;text-align:center;width:100%;-webkit-user-select:none;user-select:none}.carousel-root .arrow{display:inline-block;position:fixed;top:50%;width:60px;height:60px;background:transparent;text-indent:-9999px;border-top:2px solid #bfbfbf;border-left:2px solid #bfbfbf;border-bottom:0;border-right:0;transition:all .25s ease-in-out;text-decoration:none;color:transparent;z-index:10;cursor:pointer}.carousel-root .arrow:hover{border-color:grey;border-width:5px}.carousel-root .arrow:before{display:block;height:200%;width:200%;margin-left:-50%;margin-top:-50%;content:"";-webkit-transform:rotate(45deg);transform:rotate(45deg)}.carousel-root .arrow.next{-webkit-transform:translateY(-50%) rotate(135deg);transform:translateY(-50%) rotate(135deg);right:30px}.carousel-root .arrow.prev{-webkit-transform:translateY(-50%) rotate(-45deg);transform:translateY(-50%) rotate(-45deg);left:30px}.Popup-content-gallery{height:100%;display:flex;justify-content:center;align-items:center}.Popup-content-gallery .slider-wrapper ul{overflow:unset}.Popup-content-gallery .slider-wrapper li{height:84vh;background-color:initial;border:none}.Popup-content-matterport .Popup-content-wp{position:absolute;top:0;bottom:0;left:0;right:0;display:flex;justify-content:center;align-items:center}.Popup-content-matterport .Popup-content-wp .html-embeded-content{position:absolute;top:-27px;bottom:0;left:0;right:0;display:flex}.Popup-content-matterport .Popup-content-wp iframe{flex:1 1}@media screen and (min-width:768px){.Popup-content-matterport .Popup-content-wp{top:10vh;bottom:90vh;left:0;right:0}.Popup-content-matterport .Popup-content-wp .html-embeded-content{padding:0 10vw}.Popup-content-matterport .Popup-content-wp iframe{width:80vw;height:87vh}}.position-absolute{position:absolute}.container-2d-map{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;width:100vw;height:100vh;margin:0}@media (min-width:768px){.container-2d-map{top:50px;margin:0 auto;width:80vw;height:auto}}.container-2d-map .map-2d__list{list-style-type:none;height:50px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;max-width:100%;margin:0 auto;padding:0 20px;position:absolute;bottom:10px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);display:flex;align-items:center;justify-content:flex-start;grid-gap:10px;gap:10px;overflow:visible;overflow-x:scroll;z-index:10}.container-2d-map .map-2d__list::-webkit-scrollbar{display:none}@media (max-width:767px){.container-2d-map .map-2d__list{width:100%;height:100px;align-items:flex-end;bottom:20px}}.container-2d-map .map-2d__list>li{position:relative}.container-2d-map .map-2d__list>li>button{cursor:pointer;width:199px;height:36px;padding:0 20px;color:#0f0f0f;background-color:#f2f2f2;box-shadow:0 0 5px hsla(0,0%,53.3%,.7490196078431373);text-align:center;border:none;outline:none;border-radius:20px}@media (max-width:767px){.container-2d-map .map-2d__list>li>button{width:150px;height:40px;padding:0 10px;background-color:hsla(0,0%,94.9%,.7607843137254902);box-shadow:none;border-radius:20px}}.container-2d-map .map-2d__list>li>button>span{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width:767px){.container-2d-map .map-2d__list>li>button>span{font-size:1rem;font-weight:300;pointer-events:none}}.container-2d-map .map-2d__list>li>p{display:none}@media (max-width:767px){.container-2d-map .map-2d__list>li>p{display:block;opacity:0;visibility:hidden;transition:all .7s ease;position:absolute;top:-100%;left:50%;-webkit-transform:translate(-50%,-20px);transform:translate(-50%,-20px);width:-webkit-max-content;width:max-content;max-width:250px;text-align:center;background-color:#fff;font-size:1.2rem;border:1px solid #000015;border-radius:20px;padding:10px}.container-2d-map .map-2d__list>li>p:before{bottom:0;border-color:#000015 transparent transparent}.container-2d-map .map-2d__list>li>p:after,.container-2d-map .map-2d__list>li>p:before{content:"";position:absolute;left:50%;-webkit-transform:translate(-50%,100%);transform:translate(-50%,100%);border-style:solid;border-width:8px 16px}.container-2d-map .map-2d__list>li>p:after{bottom:1px;border-color:#fff transparent transparent}}@media (max-width:767px){.container-2d-map .map-2d__list>li:last-child>p{-webkit-transform:translate(-60%,-20px);transform:translate(-60%,-20px)}}@media (max-width:767px){.container-2d-map .map-2d__list>li:first-child>p{-webkit-transform:translate(-40%,-20px);transform:translate(-40%,-20px)}}.container-2d-map .map-2d__list>li.active>button{color:#fff;background-color:#181c1e;border-color:#121517}@media (max-width:767px){.container-2d-map .map-2d__list>li.active>button{background-color:rgba(24,28,30,.7607843137254902)}}@media (max-width:767px){.container-2d-map .map-2d__list>li.active.show-detail>p{opacity:1;visibility:visible;transition:all .7s ease}}.container-2d-map .badge-scene{display:flex;align-items:center;justify-content:center;background:var(--tour-brandColor);opacity:.8;color:#fff;font-size:15px;border-radius:50%;border:2px solid #fff;box-shadow:1px 2px 8px rgba(0,0,0,.7);-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);cursor:pointer}.container-2d-map .badge-scene .scene-title{position:absolute;bottom:35px;padding:5px;border-radius:5px;font-size:16px;white-space:nowrap;color:#fff;background-color:#000;opacity:0;z-index:10}.container-2d-map .badge-scene .scene-title:after{content:"";position:absolute;top:calc(100% - 3px);left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);border:8px solid transparent;border-top-color:#000}.container-2d-map .badge-scene-text{display:inline-block;width:100%;text-align:center;line-height:60px}.container-2d-map .badge-scene:hover{opacity:1;z-index:9999}.container-2d-map .badge-scene:hover .scene-title{opacity:1}.container-2d-map .badge-scene-disabled,.container-2d-map .badge-scene-disabled:hover{background:grey}.container-2d-map img{opacity:0}.container-2d-map .react-transform-wrapper{width:100vw;height:100%!important}@media (min-width:768px){.container-2d-map .react-transform-wrapper{width:100%!important;height:calc(100vh - 115px)!important}}.container-2d-map .react-transform-wrapper .transform-2d-map{width:100%}@media (max-width:767px){.container-2d-map .react-transform-wrapper .transform-2d-map{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}}.container-2d-map .react-transform-wrapper .transform-2d-map img{width:100%;height:auto}@media (max-width:767px){.container-2d-map .react-transform-wrapper .transform-2d-map img{height:100%}}.container-2d-map .react-transform-wrapper .transform-2d-map .floor-image{position:absolute;top:0;left:0}.loading-placeholder{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);color:#fff;text-shadow:1px 1px 1px rgba(0,0,0,.5)}.map2d-btn-zoom{position:absolute;top:1%;right:10%;z-index:3;align-items:center;display:none}@media (min-width:768px){.map2d-btn-zoom{display:flex}}.map2d-btn-zoom--inout{display:flex;align-items:center;opacity:.8;justify-content:space-between;color:#000;background-color:#fff;width:135px;height:35px;padding:5px 10px;border-radius:30px}.map2d-btn-zoom--inout svg{opacity:.5;cursor:pointer;width:20px}.map2d-btn-zoom--inout svg:hover{opacity:.85}.map2d-btn-zoom--inout svg:active{opacity:1}.Popup-content-iframe .Popup-content-wp{position:absolute;top:0;bottom:0;left:0;right:0;display:flex;justify-content:center;align-items:center}.Popup-content-iframe .Popup-content-wp .html-embeded-content{position:absolute;top:-27px;bottom:0;left:0;right:0;display:flex}.Popup-content-iframe .Popup-content-wp iframe{flex:1 1}@media (max-width:576px){.Popup-content-iframe .Popup-content-wp iframe{height:100%}}@media screen and (min-width:768px){.Popup-content-iframe .Popup-content-wp{top:10vh;bottom:5vh;left:0;right:0}.Popup-content-iframe .Popup-content-wp .html-embeded-content{padding:0 10vw}.Popup-content-iframe .Popup-content-wp iframe{width:80vw;height:87vh}}@media screen and (min-width:768px) and (max-width:992px){.Popup-content-iframe .Popup-content-wp iframe{width:75vw;height:87vh}}.Popup-content-video .Popup-content-wp{position:absolute;top:0;bottom:0;left:0;right:0;display:flex;justify-content:center;align-items:center;width:100%}.Popup-content-video .Popup-content-wp .embeded-content{position:absolute;left:0;right:0;top:unset;width:100vw;height:100vh;display:flex;place-items:center;place-content:center}.Popup-content-video .Popup-content-wp iframe{flex:1 1;width:100%;height:100%}@media (min-width:768px) and (max-width:calc(1200px - 1px)){.Popup-content-video .Popup-content-wp{top:10vh;bottom:5vh;left:0;right:0}.Popup-content-video .Popup-content-wp .embeded-content{padding:0}.Popup-content-video .Popup-content-wp iframe{width:100vw;height:70vh}}@media (min-width:1200px){.Popup-content-video .Popup-content-wp{top:10vh;bottom:5vh;left:0;right:0}.Popup-content-video .Popup-content-wp .embeded-content{padding:0 15vw}.Popup-content-video .Popup-content-wp iframe{width:80vw;height:70vh;border-radius:15px}}.Hotspot-popup{position:fixed;z-index:90;top:0;bottom:0;left:0;right:0}.Hotspot-popup:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background:rgba(0,0,0,.5);background:linear-gradient(0deg,rgba(0,0,0,.7),transparent 70%,transparent)}.Hotspot-popup-header{position:absolute;top:1%;width:100%;z-index:2}.Hotspot-popup-header .Close-button{display:block;position:absolute;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}@media screen and (min-width:768px){.Hotspot-popup-header .Close-button{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}}@media (min-width:576px) and (max-width:767px){.Hotspot-popup-header .Close-button{right:40px;left:auto;-webkit-transform:none;transform:none}}@media screen and (max-width:575px){.Hotspot-popup-header .Close-button{right:20px;left:auto;-webkit-transform:none;transform:none}}.Hotspot-popup-body{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;overflow:hidden;display:flex}.Hotspot-popup-body.Menu-left{padding-left:40px}.Hotspot-popup-body.Menu-bottom{padding-bottom:80px}@media (max-width:600px){.Hotspot-popup-body.Menu-bottom{padding-bottom:0}}.Hotspot-popup-body .Popup-body-content{position:relative;width:100%;flex:1 1}.loading_model_spinner{height:100%;width:100%;justify-content:center;align-items:center}.change_mode_button,.loading_model_spinner .loading-logo{width:100%;text-align:center}.change_mode_button{position:absolute;bottom:30px}.change_mode_button button{padding:10px;border-radius:5px;outline:none;border:none;text-transform:uppercase;color:#000;width:150px}model-viewer{background-color:#eee;overflow-x:hidden;display:block;height:100%;width:100%}#ar-button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAMAAABiM0N1AAAAUVBMVEUAAABAg/NChfRBhfRChfRAhfRBhPRBhPNBhfNBhPRChPRAh/dChfNBhPRAgP9ChfVAhvVBhfRChPRAhfRBhPNChPRChfNChfRChfRAhPRChfM+OPWWAAAAG3RSTlMAQJ/P/zC/78CgcCCA0BB/UN/gb7CP8JBgX6+xVahBAAAB6klEQVR4Ae3Xh7bbIBBF0UG6KhgEci///58pUnKXxxVQet5+vfi4DkLyHzBVjZkkwKyujGhNC0oKUduoTofSELpGdYpDqtSjJEQtH2eUhcjIzGKycpLJeUyszIa5IwXmUq1uZ5ACTj0abx4aE6ORZ9JDpp5uvFkYchW+qdyCUIgdqIuhNDSuoazHohDnmDihj0OPhQq02YCqIFliB/IheFC3lXRmDdo5ERG3A62NpHEtaDCMD6DWyXthDzqo+VsdQPv3nRp0DKKEI6hOGedZ7+SO6/Gdl9f4MJ/koRUf8uSl79FEhAjKODyc5ca5Q1aIWiNXTAsUhrh4cEEpDqGLnJmSkJqIUWRUM5MRupmIm5nJCnEiiDOTG+JE6JkpCIk0Pa70jUhBaDZuuEyOIiUh8pzRhSH+5iP0p4fCq4uFjFAXn4dilxTacPF4HOKCskk+HLXuPuTa5MNRGED7oENhDxrkDS4e3HkwtO3UgvJe06udByZqh9I7STNuQBf1hQtKKn+ARgcvWYLFQzakjgWZHnd6U7Q9Pm2gbE7FG3aPK754w642oTu39KRm4Ka0MESj96NIQujHnfgNHOdsXk2wxSQ6yeQiJvZHn65LvyzU89fNYUno0IguFYTYoaYvDfWNaMYO+aHBGvn3fQZfjyItPw6TpAAAAABJRU5ErkJggg==);background-repeat:no-repeat;background-size:20px 20px;background-position:12px 50%;background-color:#fff;position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap;bottom:132px;padding:0 16px 0 40px;font-family:Roboto Regular,Helvetica Neue,sans-serif;font-size:14px;color:#4285f4;height:36px;line-height:36px;border-radius:18px;border:1px solid #dadce0}#ar-button:active{background-color:#e8eaed}#ar-button:focus{outline:none}#ar-button:focus-visible{outline:1px solid #4285f4}@-webkit-keyframes circle{0%{-webkit-transform:translateX(-50%) rotate(0deg) translateX(50px) rotate(0deg);transform:translateX(-50%) rotate(0deg) translateX(50px) rotate(0deg)}to{-webkit-transform:translateX(-50%) rotate(1turn) translateX(50px) rotate(-1turn);transform:translateX(-50%) rotate(1turn) translateX(50px) rotate(-1turn)}}@keyframes circle{0%{-webkit-transform:translateX(-50%) rotate(0deg) translateX(50px) rotate(0deg);transform:translateX(-50%) rotate(0deg) translateX(50px) rotate(0deg)}to{-webkit-transform:translateX(-50%) rotate(1turn) translateX(50px) rotate(-1turn);transform:translateX(-50%) rotate(1turn) translateX(50px) rotate(-1turn)}}@-webkit-keyframes elongate{0%{-webkit-transform:translateX(100px);transform:translateX(100px)}to{-webkit-transform:translateX(-100px);transform:translateX(-100px)}}@keyframes elongate{0%{-webkit-transform:translateX(100px);transform:translateX(100px)}to{-webkit-transform:translateX(-100px);transform:translateX(-100px)}}model-viewer>#ar-prompt{position:absolute;left:50%;bottom:175px;-webkit-animation:elongate 2s ease-in-out infinite alternate;animation:elongate 2s ease-in-out infinite alternate;display:none}model-viewer[ar-status=session-started]>#ar-prompt{display:block}model-viewer>#ar-prompt>div{-webkit-animation:circle 4s linear infinite;animation:circle 4s linear infinite}model-viewer>#ar-failure{position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);bottom:175px;display:none}model-viewer[ar-tracking=not-tracking]>#ar-failure{display:block}.slider{width:100%;text-align:center;overflow:hidden;position:absolute;bottom:16px}.slides{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.slide{scroll-snap-align:start;flex-shrink:0;width:100px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:50%;background-color:#fff;margin-right:10px;border-radius:10px;border:none;display:flex}.slide.selected{border:2px solid #4285f4}.slide:focus{outline:none}.slide:focus-visible{outline:1px solid #4285f4}.Popup-content-pdf{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.Popup-content-pdf__iframe{width:100%;height:100%;border:none}.World{position:fixed;width:auto;height:auto;top:0;left:0;right:0;bottom:0;overflow:hidden}.World .World-Canvas,.World .World-Canvas .Canvas-3D{position:absolute;width:100%;height:100%;top:0;left:0}.World .World-Canvas .Canvas-3D{z-index:0}.World .World-2D-Contents{position:absolute;top:0;left:0}.World .World-2D-Contents.no-ui .menuV2-desktop--container,.World .World-2D-Contents.no-ui .tour-infor,.World .World-2D-Contents.preview .menuV2-desktop--container,.World .World-2D-Contents.preview .tour-infor{display:none}.World .World-2D-Contents.no-ui .powered-container,.World .World-2D-Contents.preview .powered-container{pointer-events:none}.World .World-2D-Contents.no-ui~.desktop-vz-landing,.World .World-2D-Contents.no-ui~.phone-vz-landing,.World .World-2D-Contents.preview~.desktop-vz-landing,.World .World-2D-Contents.preview~.phone-vz-landing{opacity:0;visibility:hidden}.World .World-2D-Contents.no-ui .menuV2-mobile--container .vz-logo,.World .World-2D-Contents.preview .menuV2-mobile--container .vz-logo{pointer-events:none}.World .World-2D-Contents.no-ui .menuV2-mobile--container .menuV2-mobile--header,.World .World-2D-Contents.no-ui .menuV2-mobile--container .menuV2-mobile--icons>.icons,.World .World-2D-Contents.no-ui .menuV2-mobile--container .menuV2-mobile--top,.World .World-2D-Contents.preview .menuV2-mobile--container .menuV2-mobile--header,.World .World-2D-Contents.preview .menuV2-mobile--container .menuV2-mobile--icons>.icons,.World .World-2D-Contents.preview .menuV2-mobile--container .menuV2-mobile--top{display:none}.toggle-container{position:fixed;bottom:8px;right:120px;display:flex;align-items:center;background-color:rgba(0,0,0,.4);padding:3px;border-radius:9999px}.toggle-container button{font-size:12px;color:#fff;font-weight:600;border-radius:9999px;padding:8px 48px}.toggle-container button.active{background-color:#014f2a}@media (max-width:768px){.toggle-container{bottom:8px;right:120px}}@media (max-width:504px){.toggle-container{bottom:4px;right:90px}.toggle-container button{padding:4px 48px}}#followDiv{display:none;color:#fff;position:absolute;z-index:999;font-size:15px;pointer-events:none;background-color:rgba(0,0,0,.8);border-radius:5px;padding:10px 30px;text-wrap:nowrap}#followDiv:before{position:absolute;content:"";width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid rgba(0,0,0,.8);top:100%;left:40%}.mouse-guideline{position:fixed;z-index:1000;bottom:0;left:0;right:0;height:300px;background-image:linear-gradient(180deg,transparent,rgba(0,0,0,.6),rgba(0,0,0,.9));pointer-events:none}.mouse-guideline .mouse-guideline-img{position:absolute;bottom:130px;left:50%;width:auto;height:100px;-webkit-transform:translateX(-50%);transform:translateX(-50%);-webkit-animation:mouseRotate 4.5s infinite;animation:mouseRotate 4.5s infinite}.mouse-guideline .mouse-guideline-text{position:absolute;width:100%;left:0;bottom:90px;text-align:center;color:#fff;text-transform:uppercase;line-height:25px;font-size:20px;text-shadow:1px 1px 1px rgba(0,0,0,.6)}@media screen and (min-width:481px){.mouse-guideline{height:250px}.mouse-guideline .mouse-guideline-img{bottom:50px}.mouse-guideline .mouse-guideline-text{bottom:10px}}@-webkit-keyframes mouseRotate{0%{-webkit-transform:translateX(-50%) rotate(0deg);transform:translateX(-50%) rotate(0deg)}10%{-webkit-transform:translateX(-50%) rotate(-45deg);transform:translateX(-50%) rotate(-45deg)}20%{-webkit-transform:translateX(-50%) rotate(45deg);transform:translateX(-50%) rotate(45deg)}30%{-webkit-transform:translateX(-50%) rotate(0deg);transform:translateX(-50%) rotate(0deg)}to{-webkit-transform:translateX(-50%) rotate(0deg);transform:translateX(-50%) rotate(0deg)}}@keyframes mouseRotate{0%{-webkit-transform:translateX(-50%) rotate(0deg);transform:translateX(-50%) rotate(0deg)}10%{-webkit-transform:translateX(-50%) rotate(-45deg);transform:translateX(-50%) rotate(-45deg)}20%{-webkit-transform:translateX(-50%) rotate(45deg);transform:translateX(-50%) rotate(45deg)}30%{-webkit-transform:translateX(-50%) rotate(0deg);transform:translateX(-50%) rotate(0deg)}to{-webkit-transform:translateX(-50%) rotate(0deg);transform:translateX(-50%) rotate(0deg)}}.icon-toggle-buttons{position:fixed;top:16px;right:16px;display:flex;flex-direction:column;grid-gap:8px;gap:8px}@media (min-aspect-ratio:2.5) and (min-width:2500px){.icon-toggle-buttons{position:absolute}}.icon-toggle-buttons .icon-button{width:40px;height:40px;border-radius:8px;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;background-color:rgba(0,0,0,.8)}.icon-toggle-buttons .icon-button img{width:24px;height:24px;-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}.icon-toggle-buttons .icon-button:hover{-webkit-transform:scale(1.05);transform:scale(1.05);box-shadow:0 4px 12px rgba(0,0,0,.101961)}.icon-toggle-buttons .icon-button.active{background-color:#a0793c}.icon-toggle-buttons .icon-button.active img{-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}@media (max-width:1024px){.icon-toggle-buttons{top:16px;right:16px;grid-gap:3px;gap:3px}.icon-toggle-buttons .icon-button{width:36px;height:36px;border-radius:4px}.icon-toggle-buttons .icon-button img{width:20px;height:20px}}.disclaimer-card{background-color:#e1d0b4;width:calc(100vw - 2rem);max-width:200px;border-radius:8px}.disclaimer-card>div:not(.divider){padding:12px}.disclaimer-card .card-header{display:flex;align-items:center;grid-gap:6px;gap:6px;border-bottom:1px solid rgba(0,0,0,.2)}.disclaimer-card .card-header .label{font-size:16px;font-weight:600}.disclaimer-card .card-content{font-size:10px;line-height:1.3}.disclaimer-card .card-content .label{font-weight:600}@media screen and (max-width:480px){.disclaimer-card{max-width:none}}.info-panel{position:fixed;bottom:16px;z-index:2;max-width:400px;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 32px rgba(0,0,0,.3);-webkit-animation:slideIn .3s ease-out;animation:slideIn .3s ease-out}.info-panel--left{left:16px;background-color:#e1d0b4;color:#171717;max-width:200px}@media (min-aspect-ratio:2.5) and (min-width:2500px){.info-panel--left{left:calc(100vw - 2rem)}}.info-panel--right{right:16px;width:100%;background-color:rgba(0,0,0,.5019607843137255);color:#fff;max-width:450px}@media (min-aspect-ratio:2.5) and (min-width:2500px){.info-panel--right{right:calc(50vw - 1480px)}}@media screen and (min-width:1025px) and (max-width:1400px){.info-panel--right{max-height:480px;overflow-y:auto}}.info-panel__header{display:flex;align-items:center;padding:16px 20px 12px;border-bottom:1px solid rgba(0,0,0,.1)}.info-panel__icon{width:24px;height:24px;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;margin-right:12px;font-size:14px;font-weight:700}.info-panel__title{font-size:14px;font-weight:700;margin:0;color:#171717}.info-panel__content{padding:12px}.info-panel__text{font-size:10px;line-height:1.2;margin:0 0 10px;color:#171717}.info-panel__section{margin-top:20px}.info-panel__subtitle{font-size:16px;font-weight:600;margin:0 0 8px;color:#171717}.info-panel__table{padding:8px}.info-panel__row{display:flex;padding:14px 16px;background-color:#262626;margin-top:1px}.info-panel__row:first-child{margin-top:0;border-top-left-radius:12px;border-top-right-radius:12px}.info-panel__row:last-child{border-bottom-right-radius:12px;border-bottom-left-radius:12px}.info-panel__label{flex:0 0 40%;font-weight:600;color:#fcba28;font-size:12px;line-height:1.3}.info-panel__value{flex:1 1;font-size:12px;color:#fff;line-height:16px;text-align:right;line-height:1.5}.info-panel__value div{margin-bottom:10px}.info-panel__value div:last-child{margin-bottom:0}@-webkit-keyframes slideIn{0%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@media (max-width:600px){.info-panel{position:static;max-width:none;width:calc(100% - 24px);margin:12px;left:auto;right:auto;bottom:auto}.info-panel--left{margin-top:120px;margin-bottom:12px}.info-panel--right{margin-top:0;max-height:calc(100vh - 440px);overflow-y:auto;-webkit-overflow-scrolling:touch}}@media screen and (max-width:480px){.info-panel{margin-right:18px}}.ntv-guide--board{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:9998;display:flex;align-items:center;justify-content:center}.ntv-guide--board--overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.ntv-guide--board--modal{position:relative;background-color:#fff;padding:40px 30px;max-width:80vw;max-height:80vh;width:600px;display:flex;flex-direction:column;align-items:center;grid-gap:30px;gap:30px;box-shadow:0 20px 40px rgba(0,0,0,.5)}.ntv-guide--board--title{color:#171717;font-family:var(--utm-font);font-size:16px;font-weight:700;text-align:center;text-transform:uppercase;letter-spacing:1px;margin:0;font-weight:400;width:300px}.ntv-guide--board--icons{display:flex;align-items:center;grid-gap:20px;gap:20px}.ntv-guide--board--icon{position:relative;width:60px;height:60px;display:flex;align-items:center;justify-content:center;color:#fff}.ntv-guide--board--icon img{width:48px;height:48px;position:relative;z-index:2;object-fit:contain}.ntv-guide--board--icon.is-hand img,.ntv-guide--board--icon.is-mouse img{width:100%;height:100%}.ntv-guide--board--separator{color:#171717;font-size:16px;font-weight:400;margin:0 10px}.ntv-guide--board--instruction{color:#fff;font-size:14px;font-weight:400;text-align:center;line-height:1.5;max-width:400px;width:300px;color:grey}.ntv-guide--board--button{background-color:#004f2a;color:#fff;width:240px;border:none;border-radius:6px;padding:12px 28px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;font-weight:500}.ntv-guide--board--button:hover{-webkit-transform:translateY(-1px);transform:translateY(-1px)}.ntv-guide--board--button:active{-webkit-transform:translateY(0);transform:translateY(0)}@media screen and (min-width:768px){.ntv-guide--board--title{font-size:24px}.ntv-guide--board--instruction{font-size:16px}}.amenities-overview-list{position:fixed;bottom:0;left:0;width:100%;padding:16px;background-color:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);-webkit-transform:translateY(100%);transform:translateY(100%);transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease}.amenities-overview-list.open{-webkit-transform:translateY(0);transform:translateY(0)}.amenities-overview-list.closed{-webkit-transform:translateY(90%);transform:translateY(90%)}.amenities-overview-list.closed .item{-webkit-transform:scale(0);transform:scale(0)}.amenities-overview-list .close-btn{right:0;top:0;-webkit-transform:translateY(-100%);transform:translateY(-100%);height:40px;width:40px;border-radius:8px 0 0 0;cursor:pointer}.amenities-overview-list .close-btn,.amenities-overview-list .scroll-btn{position:absolute;display:flex;align-items:center;justify-content:center;background-color:rgba(0,0,0,.5)}.amenities-overview-list .scroll-btn{right:4px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);height:24px;width:24px;z-index:2;border-radius:4px}.amenities-overview-list .scroll-btn svg{width:12px;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.amenities-overview-list .scrollbar-container{display:flex;grid-gap:8px;gap:8px;flex-wrap:nowrap}.amenities-overview-list .item{transition:all .3s;flex:1 1;overflow:hidden;aspect-ratio:16/9;position:relative;border-radius:6px;min-width:120px;border:2px solid transparent;cursor:pointer}.amenities-overview-list .item img{max-height:100%;max-width:100%;width:100%;transition:all .3s}.amenities-overview-list .item span{position:absolute;bottom:4px;left:4px;padding:4px 8px;border-radius:4px;background-color:#a0793c;color:#fff;font-weight:500}.amenities-overview-list .item:hover img{-webkit-transform:scale(1.05);transform:scale(1.05)}.amenities-overview-list .item.active{border:2px solid #f0b619}.world-fc{width:auto;height:auto;flex:1 1;position:relative;overflow:hidden}.world-fc .World-Canvas,.world-fc .World-Canvas .Canvas-3D{position:absolute;width:100%;height:100%;top:0;left:0}.world-fc .World-Canvas .Canvas-3D{z-index:0}.world-fc .World-2D-Contents{position:absolute;top:0;left:0}.world-fc .World-2D-Contents.no-ui .menuV2-desktop--container,.world-fc .World-2D-Contents.no-ui .tour-infor,.world-fc .World-2D-Contents.preview .menuV2-desktop--container,.world-fc .World-2D-Contents.preview .tour-infor{display:none}.world-fc .World-2D-Contents.no-ui .powered-container,.world-fc .World-2D-Contents.preview .powered-container{pointer-events:none}.world-fc .World-2D-Contents.no-ui~.desktop-vz-landing,.world-fc .World-2D-Contents.no-ui~.phone-vz-landing,.world-fc .World-2D-Contents.preview~.desktop-vz-landing,.world-fc .World-2D-Contents.preview~.phone-vz-landing{opacity:0;visibility:hidden}.world-fc .World-2D-Contents.no-ui .menuV2-mobile--container .vz-logo,.world-fc .World-2D-Contents.preview .menuV2-mobile--container .vz-logo{pointer-events:none}.world-fc .World-2D-Contents.no-ui .menuV2-mobile--container .menuV2-mobile--header,.world-fc .World-2D-Contents.no-ui .menuV2-mobile--container .menuV2-mobile--icons>.icons,.world-fc .World-2D-Contents.no-ui .menuV2-mobile--container .menuV2-mobile--top,.world-fc .World-2D-Contents.preview .menuV2-mobile--container .menuV2-mobile--header,.world-fc .World-2D-Contents.preview .menuV2-mobile--container .menuV2-mobile--icons>.icons,.world-fc .World-2D-Contents.preview .menuV2-mobile--container .menuV2-mobile--top{display:none}.World-Canvas,.World-Canvas .Canvas-3D{height:100%;width:100%}.world-fc{background-color:#000}.tong-quan-menu{position:fixed;top:24px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);z-index:10;display:flex;align-items:center;justify-content:center;grid-gap:8px;gap:8px;width:100vw;max-width:500px;flex-wrap:wrap}@media (max-width:1280px){.tong-quan-menu{top:auto;bottom:16px}}.nha-phat-trien__container{width:100%}.nha-phat-trien__content{text-align:center;margin-bottom:60px}.nha-phat-trien__content .content-title{font-size:3.5rem;font-weight:700;color:#fff;margin-bottom:30px;letter-spacing:2px;text-shadow:2px 2px 4px rgba(0,0,0,.3)}@media (max-width:640px){.nha-phat-trien__content .content-title{font-size:2.5rem}}.nha-phat-trien__content .content-description{font-size:1.1rem;line-height:1.8;color:#e8f4f0;max-width:900px;margin:0 auto}@media (max-width:640px){.nha-phat-trien__content .content-description{font-size:1rem;line-height:1.6}}.nha-phat-trien__content .content-contacts{max-width:900px;width:100%;display:flex;background:hsla(0,0%,100%,.14901960784313725);-webkit-backdrop-filter:blur(120px);backdrop-filter:blur(120px);border-radius:16px;padding:24px;justify-content:center;align-items:center;margin:40px auto;grid-gap:24px;gap:24px}.nha-phat-trien__content .content-contacts .divider{width:1px;height:40px;background-color:hsla(0,0%,100%,.25098039215686274)}.nha-phat-trien__content .content-contacts__item{fill:#fff;color:#fff;display:flex;flex:1 1;flex-direction:column;align-items:center;padding:0 24px;grid-gap:8px;gap:8px}.nha-phat-trien__content .content-contacts__item svg{display:flex;align-items:center;justify-content:center;padding:4px;border-radius:9999px;width:24px;height:24px;border:1px solid #fff}.nha-phat-trien__content .content-contacts__item h4{color:hsla(0,0%,100%,.5019607843137255);font-size:12px;font-weight:400}.nha-phat-trien__content .content-contacts__item p{font-size:14px;font-weight:600}.nha-phat-trien__content .content-contacts__item a{font-weight:600;font-size:14px;color:#fff;text-decoration:none}@media (max-width:850px){.nha-phat-trien__content .content-contacts{flex-direction:column;grid-gap:8px;gap:8px}.nha-phat-trien__content .content-contacts .divider{width:50%;height:1px;margin:24px 0}}.nha-phat-trien__swiper{width:100%;max-width:1400px;position:relative;margin:0 auto}.nha-phat-trien__swiper .swiper{width:100%;height:400px;overflow:visible}@media (max-width:640px){.nha-phat-trien__swiper .swiper{height:300px}}.nha-phat-trien__swiper .swiper-slide{transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;border-radius:20px;overflow:hidden}.nha-phat-trien__swiper .swiper-slide .swiper-slide-content{width:100%;height:100%;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.3)}.nha-phat-trien__swiper .swiper-slide .swiper-slide-content img{width:100%;height:100%;object-fit:cover;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.nha-phat-trien__swiper .swiper-slide .swiper-slide-content img:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}.nha-phat-trien__swiper .swiper-support{margin-top:24px;display:flex;align-items:center;justify-content:flex-end;grid-gap:60px;gap:60px}.nha-phat-trien__swiper .swiper-support .swiper-pagination{position:relative;flex:1 1;height:6px;border-radius:9999px;background-color:rgba(0,0,0,.15);overflow:hidden}.nha-phat-trien__swiper .swiper-support .swiper-pagination .pagination-thumb{position:absolute;top:0;bottom:0;background-color:#bed180;transition:all .3s ease;border-radius:9999px}.nha-phat-trien__swiper .swiper-support .swiper-navigation-custom{display:flex;grid-gap:16px;gap:16px}.nha-phat-trien__swiper .swiper-support .swiper-navigation-custom button{padding:10px 20px;border:2px solid hsla(0,0%,100%,.5019607843137255);border-radius:9999px;display:flex;align-items:center;justify-content:center}.nha-phat-trien__partners{display:flex;flex-direction:column;align-items:center;margin-top:80px}.nha-phat-trien__partners-title{font-size:56px;color:#fff;text-align:center;font-weight:500}@media (max-width:640px){.nha-phat-trien__partners-title{font-size:32px}}@media (max-width:450px){.nha-phat-trien__partners-title{font-size:24px}}.nha-phat-trien__partners-list{display:flex;grid-gap:40px;gap:40px;align-items:center;justify-content:center;margin-top:16px;max-width:1200px;width:100%;flex-wrap:wrap}.nha-phat-trien__partners-list .partner-item{display:flex;flex-direction:column;align-items:center}.nha-phat-trien__partners-list .partner-item__image{overflow:hidden;display:flex;align-items:center;justify-content:center;border-radius:8px;margin-bottom:16px}.nha-phat-trien__partners-list .partner-item__image img{width:150px;height:auto}.nha-phat-trien__partners-list .partner-item__label{font-size:14px;font-weight:600;color:#fff;white-space:pre-line;text-align:center}.nha-phat-trien__decoration{margin-top:60px}@media (max-width:640px){.nha-phat-trien__container{padding:16px}.nha-phat-trien__partners-list{grid-template-columns:repeat(2,1fr)}}.page-layout.thu-vien-page{padding:0;height:100dvh;overflow:hidden}.thu-vien{width:100%;height:100%;display:flex;flex-direction:row;grid-gap:20px;gap:20px;background:rgba(0,0,0,.55);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);padding:100px 40px 28px 143px}@media (max-width:1280px){.thu-vien{padding:100px 24px 24px 127px}}@media (max-width:1240px){.thu-vien{flex-direction:column;grid-gap:12px;gap:12px}}@media (max-width:768px){.thu-vien{padding:72px 16px 16px}}.thu-vien__tabs{display:flex;flex-direction:column;align-items:stretch;grid-gap:8px;gap:8px;flex-shrink:0;width:160px;padding-top:4px}@media (max-width:1240px){.thu-vien__tabs{flex-direction:row;flex-wrap:wrap;width:100%;grid-gap:6px;gap:6px}}.thu-vien__tab{padding:10px 18px;border-radius:12px;font-size:14px;font-weight:600;color:hsla(0,0%,100%,.65);background:rgba(0,0,0,.45);border:1px solid hsla(0,0%,100%,.15);text-align:left;transition:background .3s ease,color .3s ease,border-color .3s ease;white-space:nowrap;cursor:pointer}.thu-vien__tab:hover:not(.active){background:hsla(0,0%,100%,.12);color:hsla(0,0%,100%,.9)}.thu-vien__tab.active{background:#bed180;color:#004f2a;border-color:transparent}@media (max-width:1240px){.thu-vien__tab{padding:5px 14px;font-size:12px;border-radius:9999px;text-align:center}}.thu-vien__gallery{flex:1 1;min-width:0;display:flex;flex-direction:column;grid-gap:12px;gap:12px;height:100%}.thu-vien__main{position:relative;flex:1 1;min-height:0;border-radius:16px;overflow:hidden;background:rgba(0,0,0,.3);box-shadow:0 8px 40px rgba(0,0,0,.5)}@media (max-width:768px){.thu-vien__main{border-radius:10px}}.thu-vien__main-image{width:100%;height:100%}.thu-vien__main-image .main-img{width:100%;height:100%;object-fit:cover;display:block;-webkit-animation:fadeIn .35s ease;animation:fadeIn .35s ease}.thu-vien__main:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.3) 0,transparent 25%,transparent 75%,rgba(0,0,0,.3)),linear-gradient(180deg,transparent 60%,rgba(0,0,0,.45));pointer-events:none;border-radius:16px}.thu-vien__nav{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:2;width:48px;height:48px;border-radius:50%;background:rgba(0,0,0,.5);border:1px solid hsla(0,0%,100%,.25);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease,border-color .2s ease,-webkit-transform .2s ease;transition:background .2s ease,border-color .2s ease,transform .2s ease;transition:background .2s ease,border-color .2s ease,transform .2s ease,-webkit-transform .2s ease;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.thu-vien__nav:hover{background:rgba(190,209,128,.85);border-color:transparent;-webkit-transform:translateY(-50%) scale(1.08);transform:translateY(-50%) scale(1.08)}.thu-vien__nav:hover svg path{stroke:#004f2a}.thu-vien__nav:active{-webkit-transform:translateY(-50%) scale(.96);transform:translateY(-50%) scale(.96)}.thu-vien__nav--prev{left:16px}.thu-vien__nav--next{right:16px}@media (max-width:640px){.thu-vien__nav{width:36px;height:36px}.thu-vien__nav--prev{left:10px}.thu-vien__nav--next{right:10px}}.thu-vien__counter{position:absolute;bottom:16px;right:20px;z-index:2;display:flex;align-items:baseline;font-family:"SVN-Miller-Banner",serif;pointer-events:none}.thu-vien__counter .counter-current{font-size:28px;font-weight:600;color:#fff;line-height:1}@media (max-width:640px){.thu-vien__counter .counter-current{font-size:20px}}.thu-vien__counter .counter-divider{font-size:16px;color:hsla(0,0%,100%,.5)}@media (max-width:640px){.thu-vien__counter .counter-divider{font-size:13px}}.thu-vien__counter .counter-total{font-size:16px;color:hsla(0,0%,100%,.6)}@media (max-width:640px){.thu-vien__counter .counter-total{font-size:13px}}.thu-vien__thumbnails{display:flex;align-items:center;grid-gap:8px;gap:8px;height:88px;flex-shrink:0}@media (max-width:768px){.thu-vien__thumbnails{height:68px;grid-gap:6px;gap:6px}}@media (max-width:480px){.thu-vien__thumbnails{height:58px}}.thumb-nav{flex-shrink:0;width:36px;height:36px;border-radius:50%;background:rgba(0,0,0,.5);border:1px solid hsla(0,0%,100%,.2);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease,border-color .2s ease;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.thumb-nav:hover{background:rgba(190,209,128,.85);border-color:transparent}.thumb-nav:hover svg path{stroke:#004f2a}@media (max-width:480px){.thumb-nav{width:28px;height:28px}}.thumb-swiper-wrapper{flex:1 1;min-width:0;height:100%;overflow:hidden}.thumb-swiper-wrapper .swiper-container{width:100%;height:100%}.thumb-swiper-wrapper .swiper-wrapper{align-items:center}.thumb-swiper-wrapper .swiper-slide{height:100%}.thumb-item{position:relative;border-radius:8px;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:border-color .2s ease;background:rgba(0,0,0,.3);padding:0}.thumb-item,.thumb-item img{display:block;width:100%;height:100%}.thumb-item img{object-fit:cover;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.thumb-item__overlay{position:absolute;inset:0;background:rgba(0,0,0,.35);transition:background .2s ease;border-radius:6px}.thumb-item:hover img{-webkit-transform:scale(1.06);transform:scale(1.06)}.thumb-item:hover .thumb-item__overlay{background:rgba(0,0,0,.1)}.thumb-item.active{border-color:#bed180}.thumb-item.active .thumb-item__overlay{background:transparent}.thumb-item.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:#bed180;border-radius:0 0 6px 6px}@media (max-width:768px){.thumb-item{border-radius:6px}}@media (max-width:480px){.thumb-item{border-radius:5px}}@-webkit-keyframes fadeIn{0%{opacity:0;-webkit-transform:scale(1.015);transform:scale(1.015)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes fadeIn{0%{opacity:0;-webkit-transform:scale(1.015);transform:scale(1.015)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.dashboard{padding:20px;max-width:1200px;margin:0 auto;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}.dashboard .dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding:15px 0}.dashboard .dashboard-header .date-range{font-size:14px;color:#666;display:flex;align-items:center;grid-gap:8px;gap:8px}.dashboard .dashboard-header .live-visitors{font-size:14px;color:#22c55e;font-weight:500}.dashboard .metrics-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:20px;gap:20px;margin-bottom:30px}.dashboard .metrics-row .metric-card{background:#fff;padding:20px;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.dashboard .metrics-row .metric-card .metric-title{font-size:14px;color:#666;margin-bottom:8px}.dashboard .metrics-row .metric-card .metric-value{font-size:32px;font-weight:700;color:#333;margin-bottom:4px}.dashboard .metrics-row .metric-card .metric-change{font-size:12px}.dashboard .metrics-row .metric-card .metric-change.positive{color:#22c55e}.dashboard .metrics-row .metric-card .metric-change.negative{color:#ef4444}.dashboard .main-chart{background:#fff;padding:20px;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1);margin-bottom:30px}.dashboard .main-chart .timeline-chart .chart-legend{display:flex;justify-content:center;grid-gap:30px;gap:30px;margin-top:15px}.dashboard .main-chart .timeline-chart .chart-legend .legend-item{display:flex;align-items:center;grid-gap:8px;gap:8px;font-size:12px;color:#666}.dashboard .main-chart .timeline-chart .chart-legend .legend-item .legend-line{width:20px;height:2px}.dashboard .main-chart .timeline-chart .chart-legend .legend-item .legend-line.current{background-color:#4a90e2}.dashboard .main-chart .timeline-chart .chart-legend .legend-item .legend-line.previous{background-color:orange}.dashboard .main-chart .timeline-chart .chart-legend .legend-item .legend-line.trend{background-color:#999}.dashboard .charts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:20px;gap:20px}.dashboard .charts-grid .chart-container{background:#fff;padding:20px;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.dashboard .charts-grid .chart-container h3{font-size:14px;font-weight:600;color:#666;margin:0 0 20px;letter-spacing:.5px}.dashboard .charts-grid .chart-container .horizontal-bar-chart .bar-item{display:flex;align-items:center;margin-bottom:12px;grid-gap:12px;gap:12px}.dashboard .charts-grid .chart-container .horizontal-bar-chart .bar-item .bar-label{font-size:13px;color:#333;min-width:80px}.dashboard .charts-grid .chart-container .horizontal-bar-chart .bar-item .bar-container{flex:1 1;height:20px;background:#f3f4f6;border-radius:10px;position:relative}.dashboard .charts-grid .chart-container .horizontal-bar-chart .bar-item .bar-container .bar-fill{height:100%;background:#4a90e2;border-radius:10px;transition:width .3s ease}.dashboard .charts-grid .chart-container .bubble-chart .bubble-container{position:relative;height:200px;margin-bottom:20px}.dashboard .charts-grid .chart-container .bubble-chart .bubble-container .bubble{position:absolute;background:rgba(74,144,226,.7);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:500;font-size:12px}.dashboard .charts-grid .chart-container .bubble-chart .bubble-container .bubble .bubble-label{text-align:center;line-height:1}.dashboard .charts-grid .chart-container .bubble-chart .bubble-container .bubble:nth-child(2){background:rgba(74,144,226,.6)}.dashboard .charts-grid .chart-container .bubble-chart .bubble-container .bubble:nth-child(3){background:rgba(74,144,226,.5)}.dashboard .charts-grid .chart-container .bubble-chart .bubble-container .bubble:nth-child(4){background:rgba(74,144,226,.4)}.dashboard .charts-grid .chart-container .bubble-chart .bubble-container .bubble:nth-child(5){background:rgba(74,144,226,.3)}.dashboard .charts-grid .chart-container .bubble-chart .legend{display:flex;grid-gap:20px;gap:20px}.dashboard .charts-grid .chart-container .bubble-chart .legend .legend-item{display:flex;align-items:center;grid-gap:8px;gap:8px;font-size:12px;color:#666}.dashboard .charts-grid .chart-container .bubble-chart .legend .legend-item .legend-dot{width:12px;height:12px;border-radius:50%}.dashboard .charts-grid .chart-container .bubble-chart .legend .legend-item .legend-dot.views{background:#4a90e2}.dashboard .charts-grid .chart-container .bubble-chart .legend .legend-item .legend-dot.time-spent{background:#b8d4f1}.dashboard .charts-grid .chart-container .funnel-chart .funnel-stage{margin-bottom:16px}.dashboard .charts-grid .chart-container .funnel-chart .funnel-stage .funnel-bar{height:40px;border-radius:4px;margin-bottom:8px;position:relative;transition:width .3s ease}.dashboard .charts-grid .chart-container .funnel-chart .funnel-stage .funnel-label{display:flex;justify-content:space-between;font-size:13px}.dashboard .charts-grid .chart-container .funnel-chart .funnel-stage .funnel-label .stage-name{color:#333;font-weight:500}.dashboard .charts-grid .chart-container .funnel-chart .funnel-stage .funnel-label .stage-percentage{color:#666}@media (max-width:768px){.dashboard{padding:15px}.dashboard .dashboard-header{flex-direction:column;grid-gap:10px;gap:10px;align-items:flex-start}.dashboard .charts-grid,.dashboard .metrics-row{grid-template-columns:1fr;grid-gap:15px;gap:15px}.dashboard .main-chart{overflow-x:auto}}.dashboard .funnel-chart{width:100%;max-width:48rem;margin:0 auto;padding:2rem;background-color:#fff}.dashboard .funnel-chart__title{font-size:1.125rem;font-weight:600;margin-bottom:2rem;color:#374151}.dashboard .funnel-chart__container{position:relative;display:flex;flex-direction:column;align-items:center;grid-gap:0;gap:0}.dashboard .funnel-chart__row{width:100%;display:flex;align-items:center;grid-gap:1rem;gap:1rem;margin-top:-.25rem}.dashboard .funnel-chart__segment-wrapper{flex:1 1;display:flex;justify-content:center}.dashboard .funnel-chart__segment{position:relative;transition:all .3s ease}.dashboard .funnel-chart__label{width:12rem;font-size:.875rem;color:#374151}.center-div,.desktop-vz-landing,.hotspot_icon,.hotspot_icon_custom,.icon_language,.icons_language-icon,.language-icon,.menuV2-desktop--container_left .icon,.menuV2-desktop--container_right .icon,.menuV2-desktop--container_right .icons_right .icon-share,.menuV2-mobile--bottom,.menuV2-mobile--icons .icons_icon,.menuV2-mobile--top,.tour-infor .icon-share{display:flex;flex-direction:column;justify-content:center;align-items:center}.desktop-vz-landing,.full-dimentions,.full-width{width:100vw}.desktop-vz-landing,.full-dimentions,.full-height{height:100vh}body{font-family:"Roboto",sans-serif}.menu-hover-opacity,.menuV2-desktop--container_right .icon,.menuV2-desktop--container_right .icons_right .icon-share,.tour-infor .icon-share{opacity:.7}.menu-hover-opacity:hover,.menuV2-desktop--container_right .icon:hover,.menuV2-desktop--container_right .icons_right .icon-share:hover,.tour-infor .icon-share:hover{opacity:1}.w-100{width:100%}:root{--primary-font:"Montserrat",sans-serif;--secondary-font:"Montserrat",sans-serif}.vz-landing--final-slide{position:absolute;height:calc(100vh - 388px);height:calc(var(--vh, 1vh)*100 - 388px);width:95vw;background-color:#fff;display:flex;flex-direction:column;align-items:center;top:194px}@media (max-width:320px){.vz-landing--final-slide{top:130px;height:250px}}@media (min-width:321px) and (max-width:376px){.vz-landing--final-slide{top:150px;height:300px}}@media screen and (min-width:769px){.vz-landing--final-slide{position:static;height:70vh;width:43vw;margin:50px auto 0;box-shadow:0 3px 6px rgba(0,0,0,.101961)}}.vz-landing--final-slide_logo{width:63%;height:100px;margin-top:77px;display:flex;justify-content:center;align-items:center;overflow:hidden}@media (max-width:320px){.vz-landing--final-slide_logo{margin-top:50px;width:67%}}@media (min-width:321px) and (max-width:376px){.vz-landing--final-slide_logo{margin-top:50px;width:67%}}@media (max-width:1023px){.vz-landing--final-slide_logo{width:72%;height:38%}}@media (min-width:1024px){.vz-landing--final-slide_logo{width:60%;height:38%}}.vz-landing--final-slide_logo img{max-width:100%;max-height:100%}.vz-landing--final-slide_btn{width:273px;height:50px;margin-top:50px;border-radius:25px;background-color:#a6ce39;border-color:transparent;box-shadow:0 3px 6px rgba(0,0,0,.101961);max-width:100%;color:#fff;font-size:24px;cursor:pointer}.vz-landing--final-slide_btn:disabled{opacity:.5;cursor:none}@media (max-width:320px){.vz-landing--final-slide_btn{width:230px;margin-top:30px}}@media (min-width:321px) and (max-width:376px){.vz-landing--final-slide_btn{margin-top:30px}}@media screen and (min-width:769px){.vz-landing--final-slide_btn{width:300px}}.vz-landing--final-slide_content{width:273px;height:44px;margin-top:30px;font-size:18px;text-align:center}@media (max-width:320px){.vz-landing--final-slide_content{margin-top:25px}}.vz-landing--intro-slide{height:calc(100vh - 307px);height:calc(var(--vh, 1vh)*100 - 307px);width:calc(100vw - 32px);margin-top:40px;background-color:#fff;display:flex;flex-direction:column;align-items:center;box-shadow:0 3px 6px rgba(0,0,0,.101961)}@media (max-width:320px){.vz-landing--intro-slide{height:calc(100vh - 212px);height:calc(var(--vh, 1vh)*100 - 212px);width:95vw}}@media (max-width:480px){.vz-landing--intro-slide{margin-top:22px;width:95vw}}@media (min-width:767px){.vz-landing--intro-slide{height:70vh;height:calc(var(--vh, 1vh)*70);width:43vw;margin-top:50px}}.vz-landing--intro-slide_image{margin-top:18px;width:160px;height:140px}@media (max-width:320px){.vz-landing--intro-slide_image{width:86px;height:77.4px}}@media (min-width:321px) and (max-width:360px){.vz-landing--intro-slide_image{width:112px;height:98px}}@media screen and (min-width:769px){.vz-landing--intro-slide_image{margin-top:26px;width:176px;height:154px}}@media screen and (min-width:1441px){.vz-landing--intro-slide_image{margin-top:26px;width:200px;height:180px}}.vz-landing--intro-slide_dot-line{width:100px;height:2px;top:10px;left:22px;margin-top:4vh;margin-bottom:3vh;background-image:linear-gradient(90deg,#000 0,#000 50%,transparent 0);background-size:8px 2px;background-repeat:repeat-x}@media screen and (min-width:769px){.vz-landing--intro-slide_dot-line{margin-top:3vh;margin-bottom:3vh;background-size:15px 5px}}.vz-landing--intro-slide_title{text-align:center}.vz-landing--intro-slide_title p{font-size:36px;font-weight:600}@media (max-width:320px){.vz-landing--intro-slide_title p{font-size:28px}}@media screen and (min-width:1025px){.vz-landing--intro-slide_title p{font-size:50px;margin-bottom:20px}}.vz-landing--intro-slide_content{width:80vw;height:6.5vh;height:calc(var(--vh, 1vh)*6.5);font-size:18px;text-align:center;white-space:break-spaces}@media (max-width:320px){.vz-landing--intro-slide_content{font-size:16px;width:90vw}}@media (max-width:480px){.vz-landing--intro-slide_content{width:90vw}}@media (min-width:767px){.vz-landing--intro-slide_content{width:75%;font-size:1.5em}}@media screen and (min-width:1025px){.vz-landing--intro-slide_content{height:8.5vh;font-size:22px}}@media screen and (min-width:1441px){.vz-landing--intro-slide_content{height:8.5vh;font-size:24px}}.phone-vz-landing{position:fixed;top:50px;bottom:50px;width:100vw;background-color:hsla(0,0%,100%,.85)}.phone-vz-landing,.phone-vz-landing--welcome{display:flex;flex-direction:column;align-items:center}.phone-vz-landing--welcome{justify-content:center}.phone-vz-landing--welcome_title{font-size:36px;font-weight:600;font-family:"Montserrat";color:#000;margin-top:30px}@media (max-width:320px){.phone-vz-landing--welcome_title{margin-top:22px}}.phone-vz-landing--welcome_next-icon{width:83px;height:50px;display:flex;justify-content:space-between;align-items:center}.phone-vz-landing--welcome_circle-left{width:24px;height:24px;border:2px solid #000;border-radius:50%;position:relative}.phone-vz-landing--welcome_circle-left:after{content:"";position:absolute;width:30px;height:2px;top:10px;left:22px;background-image:linear-gradient(90deg,#000 0,#000 50%,transparent 0);background-size:8px 2px;background-repeat:repeat-x}.phone-vz-landing--welcome_circle-left:before{content:"";position:absolute;top:6px;left:50px;border:solid #000;border-width:0 2px 2px 0;display:inline-block;padding:3px;transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}.phone-vz-landing--welcome_cirle-right{width:50px;height:50px;background-color:#fff;opacity:1;border-radius:50%}.phone-vz-landing--slide-show{margin:0 auto;overflow:hidden;max-width:calc(100vw - 32px);position:relative}@media (max-width:320px){.phone-vz-landing--slide-show{max-width:95vw}}@media (max-width:480px){.phone-vz-landing--slide-show{max-width:95vw}}.phone-vz-landing--slide-show_slider{transition:1s ease;white-space:nowrap}.phone-vz-landing--slide-show_slides{display:inline-block}.phone-vz-landing--slide-show_dots{text-align:center;position:absolute;bottom:3.5vh;bottom:calc(var(--vh, 1vh)*3.5);left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.phone-vz-landing--slide-show_dots .active{border-color:#a6ce39}@media (max-width:320px){.phone-vz-landing--slide-show_dots{bottom:20px}}.phone-vz-landing--slide-show_dot{width:10px;height:10px;border:1px solid #666;border-radius:10px;display:inline-block;margin:10px 7px}.phone-vz-landing--slide-show_skip{font-size:14px;text-decoration:underline;color:#666;cursor:pointer;position:absolute;bottom:1vh;bottom:calc(var(--vh, 1vh));left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}@media (max-width:320px){.phone-vz-landing--slide-show_skip{bottom:10px}}.phone-vz-landing--slide-show .hide,.phone-vz-landing .final-slide{display:none}.phone-vz-landing--logo{width:100%;height:14px;position:fixed;bottom:20px;display:flex;justify-content:center;align-items:center}@media (max-width:320px){.phone-vz-landing--logo{bottom:5px}}.phone-vz-landing--logo_content{font:normal normal normal 10px/13px Montserrat;margin-right:5px;text-shadow:2px 2px 3px #fff;color:#fff}.phone-vz-landing--logo img{width:35.25px;height:10.5px}.phone-vz-landing--footer{position:fixed;width:100%;height:20px;background-color:#fff;bottom:0;display:flex;justify-content:center;align-items:center}.phone-vz-landing--footer_line{width:130px;height:4px;background-color:#000;border-radius:2px}.desktop-vz-landing{position:fixed}.desktop-vz-landing--body{width:95vw;height:80vh;background-color:hsla(0,0%,100%,.85);display:flex}@media screen and (min-width:1025px){.desktop-vz-landing--body{width:90vw}}.desktop-vz-landing--body_welcome{width:47.5vw}@media screen and (min-width:1025px){.desktop-vz-landing--body_welcome{width:43vw;padding-right:5vw}}.desktop-vz-landing--body .final-slide_welcome{display:flex;align-items:center;width:65vw;height:12vh;margin:8vh auto 0}.desktop-vz-landing--body .final-slide_title{margin:0;width:auto}.desktop-vz-landing--body .final-slide_next-icon{margin:0 0 0 15px;justify-content:flex-start}@media screen and (min-width:1441px){.desktop-vz-landing--body .final-slide_next-icon{margin-left:0}}.desktop-vz-landing--body_title{margin-top:20vh;margin-left:5vw;margin-right:2vw;display:flex;justify-content:flex-end}.desktop-vz-landing--body_title p{font-size:2.5rem;font-weight:600;letter-spacing:0}@media screen and (min-width:769px){.desktop-vz-landing--body_title p{font-size:3.5rem}}@media screen and (min-width:1441px){.desktop-vz-landing--body_title p{font-size:6rem}}@media screen and (min-width:1025px){.desktop-vz-landing--body_title{margin-right:0}}@media screen and (min-width:1441px){.desktop-vz-landing--body_title{width:100%;margin-left:0}}.desktop-vz-landing--body_next-icon{height:129px;display:flex;align-items:center;justify-content:flex-end;margin-left:5vw;margin-right:2vw}@media screen and (min-width:1025px){.desktop-vz-landing--body_next-icon{margin-right:0;margin-left:10vw}}@media screen and (min-width:1441px){.desktop-vz-landing--body_next-icon{width:27vw}}.desktop-vz-landing--body_circle-left{width:40px;height:40px;border:2px solid #000;border-radius:50%;position:relative}@media screen and (min-width:1025px){.desktop-vz-landing--body_circle-left{width:61px;height:61px}}.desktop-vz-landing--body_circle-left:after{content:"";position:absolute;width:55px;height:2px;top:19px;left:40px;background-image:linear-gradient(90deg,#000 0,#000 50%,transparent 0);background-size:10px 5px;background-repeat:repeat-x}@media screen and (min-width:1025px){.desktop-vz-landing--body_circle-left:after{width:90px;top:27px;left:59px;background-size:15px 5px}}.desktop-vz-landing--body_circle-left:before{content:"";position:absolute;top:15px;left:88px;border:solid #000;border-width:0 2px 2px 0;display:inline-block;padding:4px;transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}@media screen and (min-width:1025px){.desktop-vz-landing--body_circle-left:before{top:20px;left:130px;padding:7px}}.desktop-vz-landing--body_cirle-right{width:80px;height:80px;background-color:#fff;opacity:1;border-radius:50%;margin-left:15px}@media screen and (min-width:1025px){.desktop-vz-landing--body_cirle-right{width:120px;height:120px;margin-left:25px}}.desktop-vz-landing--body_slide-show{margin:0 auto;overflow:hidden;max-width:800px;position:relative}@media screen and (min-width:600px){.desktop-vz-landing--body_slide-show{max-width:43vw}}.desktop-vz-landing--body_slide-show_slider{transition:1s ease;white-space:nowrap}.desktop-vz-landing--body_slide-show_slides{display:inline-block}.desktop-vz-landing--body_slide-show_dots{text-align:center;position:absolute;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%);bottom:9vh}@media screen and (min-width:769px){.desktop-vz-landing--body_slide-show_dots{bottom:10vh}}@media screen and (min-width:1441px){.desktop-vz-landing--body_slide-show_dots{bottom:13vh}}.desktop-vz-landing--body_slide-show_dot{width:12px;height:12px;border:1px solid #666;border-radius:10px;display:inline-block;border-radius:50%;margin:0 10px;bottom:68px}.desktop-vz-landing--body_slide-show .active{border-color:#a6ce39}.desktop-vz-landing--body_slide-show_skip{font-size:16px;text-decoration:underline;color:#666;position:absolute;bottom:6vh;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%);cursor:pointer}@media screen and (min-width:769px){.desktop-vz-landing--body_slide-show_skip{bottom:7vh}}@media screen and (min-width:1441px){.desktop-vz-landing--body_slide-show_skip{bottom:10vh}}.desktop-vz-landing--body .hide{display:none}.desktop-vz-landing--footer{width:100%;height:24px;display:flex;justify-content:center;align-items:center;position:absolute;bottom:4vh;left:0}.desktop-vz-landing--footer_content{display:inline-block;font-size:16px;font-weight:lighter;color:#fff;margin-right:10px}.desktop-vz-landing--footer img{width:64.5px}.Pan-Menu{pointer-events:none;overflow:hidden;display:flex;border-top:0;border-radius:10px;transition:height .5s ease-in-out}@media (max-width:480px){.Pan-Menu{border-radius:0}}.Pan-Menu.Nav-Pan-open{height:calc(100vh - 70px);height:calc(var(--vh, 1vh)*100 - 70px)}@media screen and (min-width:600px){.Pan-Menu.Nav-Pan-open{height:70vh}}.Pan-Menu.Nav-Pan-close{height:0}.Pan-Menu--container{display:flex;flex:1 1;flex-direction:column;position:relative;pointer-events:auto}.Pan-Menu--header{color:#fff;padding:20px;position:relative;background:rgba(0,0,0,.85)}@media screen and (min-width:480px){.Pan-Menu--header__wrapper{display:flex;flex-direction:row;justify-content:space-between;align-items:center}}.Pan-Menu--header__wrapper--content .title{margin:0 0 5px;font-size:15px;line-height:1.2rem;font-weight:300}.Pan-Menu--header__wrapper--content .sub-title{margin:0;font-size:9px;font-style:italic;font-weight:300}@media screen and (min-width:600px){.Pan-Menu--header__wrapper--icon{display:none}}.Pan-Menu--body{flex:1 1;position:relative;background-color:rgba(0,0,0,.2)}.Pan-Menu--body_groups{top:0;bottom:10px;left:0;width:100%;height:auto;position:absolute}.Pan-Menu--body_groups .scrollbar-container.ps.ps--active-y .ps__rail-y.ps--clicking,.Pan-Menu--body_groups .scrollbar-container.ps.ps--active-y .ps__rail-y:focus,.Pan-Menu--body_groups .scrollbar-container.ps.ps--active-y .ps__rail-y:hover{background-color:initial}.Pan-Menu--body_groups .scrollbar-container.ps.ps--active-y .ps__rail-y .ps__thumb-y{width:4px;right:5px;background-color:#fff}.Pan-Menu--body_groups .Menu-group{margin-bottom:15px}.Pan-Menu--body_groups .Menu-group .Menu-group-title{height:40px;line-height:40px;padding:0 15px;margin:0 0 15px;color:#fff;text-transform:uppercase;font-size:12px;cursor:pointer}.Pan-Menu--body_groups .Menu-group .Menu-group-title .Menu-group-underline{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #fff}.Pan-Menu--body_groups .Menu-group .Menu-group-title .Menu-group-underline svg{width:10px;height:10px}.Pan-Menu--body_groups .Menu-group .Menu-group-items{padding:0 15px}.Pan-Menu.Nav-Pan-left{left:0;top:44px;width:100vw}@media (min-width:481px) and (max-width:580px){.Pan-Menu.Nav-Pan-left{width:360px}}@media (min-width:581px){.Pan-Menu.Nav-Pan-left{width:450px}}.Pan-Menu.Nav-Pan-left .Pan-Menu-container{width:30vw}@media screen and (max-height:480px){.Pan-Menu.Nav-Pan-left{top:0;bottom:0}.Pan-Menu.Nav-Pan-left .Pan-Menu-container{width:500px;padding-top:20px;padding-bottom:20px}.Pan-Menu.Nav-Pan-left .Pan-Menu-container .Menu-close-btn.left{display:flex;width:50px;height:50vh;position:absolute;z-index:9999;right:-10px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);justify-content:center;align-items:center;cursor:pointer}.Pan-Menu.Nav-Pan-left .Pan-Menu-container .Menu-bg{-webkit-perspective:none;perspective:none;top:-40px;bottom:-40px;right:-10px;background-color:rgba(0,0,0,.2)}.Pan-Menu.Nav-Pan-left .Pan-Menu-container .Menu-bg .Menu-bg-card{display:none}.Pan-Menu.Nav-Pan-left .Pan-Menu-container .Menu-body .Menu-groups .Menu-group-items .Pan-Menu-item,.Pan-Menu.Nav-Pan-left .Pan-Menu-container .Menu-body .Menu-groups .Menu-group-title{padding-right:40px}.Pan-Menu.Nav-Pan-left .Pan-Menu-container .Menu-body .Menu-groups .scrollbar-container.ps.ps--active-y .ps__rail-y .ps__thumb-y{width:4px;right:30px;background-color:#fff}}.Pan-Menu.Nav-Pan-left .Pan-Menu-container{-webkit-transform:translateY(-120%);transform:translateY(-120%)}.Pan-Menu.Nav-Pan-left.Nav-Pan-open .Pan-Menu-container{-webkit-transform:translateY(0);transform:translateY(0)}.Pan-Menu.Nav-Pan-bottom{bottom:42px;top:auto;padding-bottom:0}.Pan-Menu.Nav-Pan-bottom .Pan-Menu-container{padding-left:0;padding-bottom:50px}.Pan-Menu.Nav-Pan-bottom .Pan-Menu-container .Menu-bg{-webkit-perspective:none;perspective:none;padding:0;top:0;left:0;right:0;bottom:-40px}@media screen and (max-width:575px){.Pan-Menu.Nav-Pan-bottom .Pan-Menu-container .Menu-bg{height:auto}}.Pan-Menu.Nav-Pan-bottom .Pan-Menu-container .Menu-bg .Menu-bg-card{-webkit-transform:none;transform:none;border-radius:0}.Pan-Menu.Nav-Pan-bottom .Pan-Menu-container .Menu-close-btn.bottom{display:flex;width:50vw;height:50px;position:absolute;z-index:9999;top:10px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);justify-content:center;align-items:center;cursor:pointer}@media screen and (max-width:575px){.Pan-Menu.Nav-Pan-bottom .Pan-Menu-container .Menu-close-btn.bottom{width:auto;height:auto;top:8%;right:5%;left:auto}}@media screen and (min-width:480px){.Pan-Menu.Nav-Pan-bottom .Pan-Menu-container .Menu-close-btn.bottom{display:none}}.Pan-Menu.Nav-Pan-bottom.Nav-Pan-open .Pan-Menu-container{-webkit-transform:translateY(0);transform:translateY(0)}.larita-bgcover{width:100vw;height:100vh;position:fixed;top:0;left:0;background-color:#000;opacity:.5;z-index:1}@media (min-width:768px){.larita-bgcover{display:none}}.menuV2-mobile--container{position:fixed;height:auto;width:100vw;bottom:0}@media (max-width:767px){.menuV2-mobile--container-aqua{z-index:1}}.menuV2-mobile--container .Menu{width:300px;height:auto;max-height:100vh;background-color:#fff;box-sizing:border-box;padding:10px;opacity:.75}.menuV2-mobile--container .Menu:hover{opacity:1}.menuV2-mobile--container .Menu .Menu-title{margin:0;text-align:center;font-size:1.5rem}.menuV2-mobile--container .Menu .Menu-items{margin-top:15px}.menuV2-mobile--container .Menu .Menu-items .Menu-item{margin-top:5px;padding:5px 0;border:1px solid grey;color:#000;cursor:pointer;text-align:center}.menuV2-mobile--container .Menu .Menu-items .Menu-item.Menu-item-active{color:var(--primary-color);cursor:default;font-weight:700}.menuV2-mobile--container .Menu .Menu-items .Menu-item:hover{color:#fff;background-color:var(--primary-color)}.menuV2-mobile--top{width:100vw;height:14px;background-color:rgba(0,0,0,.85);border-radius:10px 10px 0 0}.menuV2-mobile--top_line{width:30px;height:4px;background-color:hsla(0,0%,100%,.14)}.menuV2-mobile--bottom{width:100vw;height:20px;background-color:rgba(0,0,0,.85)}.menuV2-mobile--bottom_line{width:130px;height:4px;background-color:#fff}.menuV2-mobile--header{height:56px;width:100vw;display:flex;transition:top 1s ease-in-out,bottom 1s ease-in-out;background-color:rgba(0,0,0,.85);border-bottom:1px solid hsla(0,0%,100%,.14)}.menuV2-mobile--header_icon{width:52px;display:flex;justify-content:center;margin-top:3px}.menuV2-mobile--header_icon img{width:19px;height:32px}.menuV2-mobile--header_titles{padding-bottom:10px}.menuV2-mobile--header_titles_title{color:#a6ce39;font-size:15px;text-transform:uppercase}.menuV2-mobile--header_titles_label{color:#fff;font-size:9px}.menuV2-mobile--icons{position:relative;display:flex;justify-content:space-between;align-items:center;width:100vw;height:30px;margin-bottom:10px}.menuV2-mobile--icons .vz-logo{margin-left:14px;opacity:.5}.menuV2-mobile--icons .vz-logo img{width:50px;height:15px}.menuV2-mobile--icons .icons{position:absolute;right:0;bottom:0;display:flex;flex-direction:column;margin-right:5px;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.menuV2-mobile--icons .icons-school__layout{position:fixed;top:10px}@media (min-width:480px){.menuV2-mobile--icons .icons-school__layout{position:absolute}}@media screen and (min-width:600px){.menuV2-mobile--icons .icons{margin-right:11px}}.menuV2-mobile--icons .icons_icon{width:30px;height:30px;background-color:rgba(0,0,0,.85);border-radius:10px;margin:5px}.menuV2-mobile--icons .icons_icon-school_layout-gyro{background-color:initial;width:unset;height:unset;margin:unset;margin-bottom:5px;z-index:2}.menuV2-mobile--icons .icons.translateY{-webkit-transform:translateY(-120px);transform:translateY(-120px)}.menuV2-mobile--icons .icon-floor svg{width:20px;height:20px}.menuV2-mobile--icons-aquaIcons{justify-content:center;margin-bottom:50px}.menuV2-mobile--icons .icons_right-container{display:flex;align-items:center;justify-content:center;grid-gap:12px;gap:12px}.menuV2-mobile--icons .icons_right-container .icon-aquaStyle{display:flex;align-items:center;justify-content:center;width:35px;height:35px;background-color:#3566a7;border-radius:0;transition:.3s ease}.menuV2-mobile--icons .icons_right-container .icon-aquaStyle:hover{background-color:#052044}.menuV2-desktop--container{position:fixed;top:0;left:0;width:100vw;padding:10px 10px 0;height:60px;display:flex;justify-content:space-between;align-items:flex-start;z-index:2;pointer-events:none}.menuV2-desktop--container.aacorp{top:unset;bottom:0!important;align-items:flex-end;padding:0 10px 10px}@media (max-width:1023px){.menuV2-desktop--container.aacorp{padding:10px 10px 0}}@media (min-width:1441px){.menuV2-desktop--container{padding:15px 15px 0}}.menuV2-desktop--container_left{width:450px;display:flex;align-items:flex-start;pointer-events:all}@media (min-width:481px) and (max-width:580px){.menuV2-desktop--container_left{width:360px}}.menuV2-desktop--container_left .header{height:60px;width:100%;display:flex;transition:top 1s ease-in-out,bottom 1s ease-in-out;background-color:rgba(0,0,0,.6);border-bottom:1px solid hsla(0,0%,100%,.14);border-radius:10px;margin-bottom:5px}.menuV2-desktop--container_left .header:hover{background-color:rgba(0,0,0,.85)}.menuV2-desktop--container_left .header_icon{width:52px;display:flex;justify-content:center;align-items:center}.menuV2-desktop--container_left .header_icon img{width:19px;height:32px}.menuV2-desktop--container_left .header_titles{display:flex;flex-direction:column;justify-content:center}.menuV2-desktop--container_left .header_titles_title{color:#a6ce39;font-size:15px;text-transform:uppercase}.menuV2-desktop--container_left .header_titles_label{color:#fff;font-size:9px;font-weight:300}.menuV2-desktop--container_left .pano-menu_open{display:block}.menuV2-desktop--container_left .pano-menu_close{display:none}.menuV2-desktop--container_left .icons_left{display:flex;align-items:center}@media (min-width:481px) and (max-width:768px){.menuV2-desktop--container_left .icons_left{flex-direction:column}}.menuV2-desktop--container_left .icon{width:32px;height:32px;background-color:rgba(0,0,0,.85);border-radius:10px;cursor:pointer;margin-left:5px}@media (min-width:481px) and (max-width:768px){.menuV2-desktop--container_left .icon{margin-bottom:7px}}@media screen and (min-width:1441px){.menuV2-desktop--container_left .icon{width:40px;height:40px;margin-left:7px}}.menuV2-desktop--container_left .icon svg{width:22px;height:22px}@media screen and (min-width:1441px){.menuV2-desktop--container_left .icon svg{width:30px;height:30px}}.menuV2-desktop--container_left.container-width{width:calc(15vw - 10px);max-width:190px;min-width:190px;transition:all .3s ease}.menuV2-desktop--container_left.container-width-closed{width:0;max-width:0;min-width:0}.menuV2-desktop--container_right{display:flex;justify-content:space-between;pointer-events:none}@media (min-width:481px) and (max-width:768px){.menuV2-desktop--container_right{flex-direction:column}}@media (min-width:769px){.menuV2-desktop--container_right{flex:1 1}}.menuV2-desktop--container_right .icons_right{display:flex;align-items:center;pointer-events:all}@media (min-width:481px) and (max-width:768px){.menuV2-desktop--container_right .icons_right{flex-direction:column}}.menuV2-desktop--container_right .icons_right .tour-icons{margin-left:7px}@media (max-width:1023px){.menuV2-desktop--container_right .icons_right .tour-icons{margin-left:0}}.menuV2-desktop--container_right .icons_right .icon-share{width:30px;height:30px;background-color:#fff;border-radius:10px;margin:0 0 10px 10px;pointer-events:all;cursor:pointer}@media (min-width:481px){.menuV2-desktop--container_right .icons_right .icon-share{width:32px;height:32px;margin:0;fill:#a6ce39}}@media screen and (min-width:1441px){.menuV2-desktop--container_right .icons_right .icon-share{width:40px;height:40px;margin:0}}@media (min-width:481px){.menuV2-desktop--container_right .icons_right .icon-share svg{width:24px;height:24px}}@media screen and (min-width:1441px){.menuV2-desktop--container_right .icons_right .icon-share svg{width:27px;height:27px}}@media (max-width:1023px){.menuV2-desktop--container_right .icons_right-container{flex-direction:row;grid-gap:7px;gap:7px}}.menuV2-desktop--container_right .icon{width:32px;height:32px;background-color:rgba(0,0,0,.85);border-radius:10px;cursor:pointer;margin-left:5px}.menuV2-desktop--container_right .icon-aquaStyle{width:35px;height:35px;background-color:rgba(53,102,167,.85);border-radius:0;transition:.3s ease}.menuV2-desktop--container_right .icon-aquaStyle:hover{background-color:#052044}@media (min-width:481px) and (max-width:768px){.menuV2-desktop--container_right .icon{margin-left:0;margin-bottom:7px}}@media screen and (min-width:1441px){.menuV2-desktop--container_right .icon{width:40px;height:40px;margin-left:7px}}.menuV2-desktop--container_right .icon svg{width:22px;height:22px}@media screen and (min-width:1441px){.menuV2-desktop--container_right .icon svg{width:27px;height:27px}}.menuV2-desktop--container_right .icons_left{margin-left:5px}@media (min-width:1441px){.menuV2-desktop--container_right .icons_left{margin-left:7px}}.menuV2-desktop--container_right .icons_left .icon:first-child,.menuV2-desktop--container_right .icons_left.margin-left__0{margin-left:0}@media screen and (min-width:1441px){.menuV2-desktop--container_right .icon_audio svg{width:40px;height:40px}}.menuV2-desktop--container_right .school-layout{flex-direction:column;grid-gap:5px;gap:5px}.menuV2-desktop--container_right .school-layout .icon{background-color:initial}.menuV2-desktop--container_right .school-layout .icon svg{-webkit-filter:drop-shadow(0 0 3px rgba(0,0,0,.5));filter:drop-shadow(0 0 3px rgba(0,0,0,.5))}.menuV2-desktop--container_right .icon-share-school__layout{display:flex;justify-content:center;align-items:center;width:32px;height:32px;margin-left:5px;cursor:pointer;opacity:.7}.menuV2-desktop--container_right .icon-share-school__layout:hover{opacity:1}.menuV2-desktop--container_right .icon-share-school__layout svg{height:20px;width:20px;-webkit-filter:drop-shadow(0 0 3px rgba(0,0,0,.5));filter:drop-shadow(0 0 3px rgba(0,0,0,.5))}.tour-infor{position:fixed;top:10px;right:10px;display:flex;z-index:1;pointer-events:none}@media screen and (min-width:1441px){.tour-infor{margin-right:5px}}@media (min-width:481px){.tour-infor{align-items:flex-end;top:auto;bottom:10px;margin-right:0}}@media (min-width:1441px){.tour-infor{right:15px;bottom:15px}}@media (max-width:480px){.tour-infor{align-items:flex-start;right:10px}}.tour-infor_navMenuOpen{display:none}@media (min-width:481px){.tour-infor_navMenuOpen{display:flex}}.tour-infor_school-layout{top:10px;left:10px;bottom:unset}@media (min-width:1441px){.tour-infor_school-layout{top:15px;left:15px;top:20px;left:20px}}.tour-infor .tour-logo{max-width:100px}.tour-infor .tour-logo__aacorp{margin-top:10px;margin-right:10px;position:fixed;top:0;right:0}@media (min-width:481px) and (max-width:599px){.tour-infor .tour-logo{margin-right:7px;min-height:40px;max-height:87px;max-width:150px}}@media screen and (min-width:600px){.tour-infor .tour-logo{display:flex;justify-content:center;margin-right:7px;min-height:40px;max-height:87px;max-width:100px;-webkit-transform:translateY(-8px);transform:translateY(-8px)}}@media screen and (min-width:1441px){.tour-infor .tour-logo{margin-right:15px;min-height:60px;max-height:135px;max-width:100px;-webkit-transform:translateY(-6px);transform:translateY(-6px)}}.tour-infor .tour-logo img{max-width:100%;min-height:30px;max-height:67.5px}@media (min-width:481px) and (max-width:599px){.tour-infor .tour-logo img{min-height:40px;max-height:87px}}@media screen and (min-width:600px){.tour-infor .tour-logo img{min-height:40px;max-height:87px}}@media screen and (min-width:1441px){.tour-infor .tour-logo img{min-height:60px;max-height:135px}}.tour-infor .tour-icons{display:flex;flex-direction:column}.tour-infor .icon-share{width:30px;height:30px;background-color:#fff;border-radius:10px;margin:0 0 10px 10px;pointer-events:all;cursor:pointer}@media (min-width:481px){.tour-infor .icon-share{width:32px;height:32px;margin:0;fill:#a6ce39}}@media screen and (min-width:1441px){.tour-infor .icon-share{width:40px;height:40px;margin:0}}@media (min-width:481px){.tour-infor .icon-share svg{width:24px;height:24px}}@media screen and (min-width:1441px){.tour-infor .icon-share svg{width:27px;height:27px}}.tour-infor .tour-guild__aacorp{position:fixed;bottom:8vh;right:0;margin-right:5px}.tour-infor .tour-guild__aacorp img{height:160px}.school-layout_scene-title{font-size:22px;position:fixed;left:48px;bottom:-4px;color:#fff;text-shadow:1px 1px rgba(0,0,0,.4)}@media (min-width:481px){.school-layout_scene-title{bottom:0;left:50px}}.navMenuOpen{display:none}.icon_language{width:22px;height:40px;background-color:initial;border-radius:10px;cursor:pointer;margin-left:15px}@media screen and (min-width:1441px){.icon_language{width:32px;height:60px}}.icons_language-icon{width:30px;height:30px;border-radius:10px;overflow:hidden;background-color:#fff;cursor:pointer}.icons_language-icon h1{font-size:16px;font-weight:400}@media (max-width:480px){.icons_language-icon{margin:5px}}.language-icon{width:40px;height:40px;border-radius:10px;overflow:hidden;margin-bottom:7px;background-color:#fff;cursor:pointer}@media screen and (min-width:1441px){.language-icon{width:60px;height:60px;margin-bottom:15px}}.language-icon h1{font-size:20px;font-weight:400}@media screen and (min-width:1441px){.language-icon h1{font-size:24px}}.mapfloorplan_container{position:absolute;top:100%;right:0;padding:10px;width:300px;height:auto;background:rgba(0,0,0,.01);border:0 solid #000;border-radius:6px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);-webkit-transform:translateX(5px) scale(0);transform:translateX(5px) scale(0);opacity:1;-webkit-transform-origin:top right;transform-origin:top right;transition:all .3s}.mapfloorplan_container-aacorp{top:calc(65px - 100vh);right:15px;-webkit-transform:translate(500px);transform:translate(500px);background-color:initial;border-radius:unset}@media (max-width:767px){.mapfloorplan_container{display:none;top:35%;width:100vw}.mapfloorplan_container-aacorp{-webkit-transform:translateX(100%);transform:translateX(100%);display:block}}.mapfloorplan_container.open{display:block;-webkit-transform:translateX(5px) scale(1);transform:translateX(5px) scale(1)}.mapfloorplan_container.open-aacorp{-webkit-transform:translateX(0);transform:translateX(0);width:450px}@media (max-width:767px){.mapfloorplan_container.open-aacorp{-webkit-transform:translate(50%,-50%);transform:translate(50%,-50%);top:calc(36px - 50vh);right:50%;width:calc(100vw - 20px);height:auto;z-index:2}}.mapfloorplan_container .mapfloorplan_close{position:absolute;top:0;right:0;font-size:20px;cursor:pointer;border:none;background:none;color:#333}.mapfloorplan_container .mapfloorplan_close-btn{font-family:EB Garamond,sans-serif;display:flex;height:30px;color:#fff;padding:0 7px;line-height:30px;font-size:25px;border:none;cursor:pointer;background-color:#54231c;opacity:.85}.mapfloorplan_container .mapfloorplan_close-btn:hover{opacity:1}@media (min-width:1441px){.mapfloorplan_container{right:15px}}.mapfloorplan_container .map_header{display:flex;justify-content:space-between;width:100%;height:auto;margin-bottom:5px}.mapfloorplan_container .map_header .map_dropdown{height:40px;width:140px;display:flex;align-items:center;background:rgba(0,0,0,.6);border:0 solid #000;border-radius:6px;justify-content:flex-start;transition:opacity 0s ease 0s,background-color .5s ease 0ms;color:#fff;position:relative;cursor:pointer}.mapfloorplan_container .map_header .map_dropdown span{margin-left:15px}.mapfloorplan_container .map_header .map_dropdown .map_arrow{border:solid #fff;border-width:0 2px 2px 0;display:inline-block;padding:2px;position:absolute;right:8px}.mapfloorplan_container .map_header .map_dropdown .down{transform:rotate(45deg);-webkit-transform:rotate(45deg)}.mapfloorplan_container .map_header .map_dropdown .map_dropdown_options{z-index:9;position:absolute;height:auto;width:100%;top:105%;background:rgba(0,0,0,.6);border-radius:6px;-webkit-transform-origin:top;transform-origin:top;transition:all .5s}.mapfloorplan_container .map_header .map_dropdown .map_dropdown_options .dropdown_items{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;align-items:center}.mapfloorplan_container .map_header .map_dropdown .map_dropdown_options .dropdown_items li{height:40px;display:flex;align-items:center;width:100%;justify-content:space-between;border-radius:6px;transition:opacity 0s ease 0s,background-color .5s ease 0ms;padding:0 15px}.mapfloorplan_container .map_header .map_dropdown .map_dropdown_options .dropdown_items li:hover{background:hsla(0,0%,100%,.5)}.mapfloorplan_container .map_image{position:relative;width:100%;display:flex;justify-content:center;align-items:center}.mapfloorplan_container .map_image img{width:100%;height:auto;object-fit:contain}.mapfloorplan_container .map_image .viewpoint-container{position:absolute;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);border-radius:50%;cursor:pointer}.mapfloorplan_container .map_image .viewpoint-container .scene-title{position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);bottom:20px;padding:5px;border-radius:5px;font-size:12px;white-space:nowrap;color:#fff;background-color:#000;opacity:0;pointer-events:none}.mapfloorplan_container .map_image .viewpoint-container .hover-point{position:absolute;top:-2px;left:-2px;height:12px;width:12px}.mapfloorplan_container .map_image .viewpoint-container .scene-title:after{content:"";position:absolute;top:calc(100% - 3px);left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);border:8px solid transparent;border-top-color:#000}.mapfloorplan_container .map_image .viewpoint-container:hover .scene-title{opacity:1}.mapfloorplan_container .map_image .viewpoint-container:hover .viewpoint{-webkit-animation:none;animation:none}.mapfloorplan_container .map_image .current-viewpoint{background:#54231c;box-shadow:0 0 0 4px #54231c;-webkit-animation:blink 1s linear infinite;animation:blink 1s linear infinite;height:10px;width:10px}.mapfloorplan_container .map_image .current-viewpoint.aquaAnimation{height:8px;width:8px;background-color:#104d9d}.mapfloorplan_container .map_image .current-viewpoint.aquaAnimation:before{position:absolute;content:"";height:12px;width:12px;left:-2.5px;top:-3px;border:.8px solid #fff;-webkit-animation:pulse 1s infinite;animation:pulse 1s infinite;border-radius:50%}.mapfloorplan_container .map_image .viewpoint{height:14px;width:14px;border:2px solid #fff;box-shadow:0 0 5px rgba(0,0,0,.8);background:#025a02;-webkit-animation:blink-opacity 1s linear infinite;animation:blink-opacity 1s linear infinite}.mapfloorplan_container .map_image .viewpoint.aquaViewPoint{height:16px;width:16px;background-color:#104d9d;border:4px solid #fff;-webkit-animation:unset;animation:unset}.mapfloorplan_container .map_image .viewpoint.aquaViewPoint:before{position:absolute;content:"";height:22px;width:22px;left:-8.5px;top:-8.5px;border:2px dotted #2f2f94;border-radius:50%}.mapfloorplan_container .map_image .viewpoint:hover{-webkit-animation:none;animation:none}.mapfloorplan_container .map_image .night-point{background:#ffc000}@-webkit-keyframes blink{0%{box-shadow:0 0 0 4px #54231c}40%{box-shadow:0 0 0 4px #fff}to{box-shadow:0 0 0 4px #54231c}}@keyframes blink{0%{box-shadow:0 0 0 4px #54231c}40%{box-shadow:0 0 0 4px #fff}to{box-shadow:0 0 0 4px #54231c}}@-webkit-keyframes blink-opacity{0%{opacity:1}50%{opacity:.5}to{opacity:1}}@keyframes blink-opacity{0%{opacity:1}50%{opacity:.5}to{opacity:1}}@-webkit-keyframes pulse{0%{-webkit-transform:scale(.1);transform:scale(.1);opacity:0}50%{opacity:1}to{-webkit-transform:scale(2.5);transform:scale(2.5);opacity:0}}@keyframes pulse{0%{-webkit-transform:scale(.1);transform:scale(.1);opacity:0}50%{opacity:1}to{-webkit-transform:scale(2.5);transform:scale(2.5);opacity:0}}@media (min-width:480px){.mapfloorplan_container-school_layout{position:absolute;top:0;right:50px;left:unset}}.hotspot_icon,.hotspot_icon_custom{width:30px;height:30px;border-radius:50%;background-color:#000;border:1px solid #fff;position:absolute;z-index:2}.hotspot_icon_custom{background-color:initial;border:none}.App{width:100%;height:100%;margin:0;padding:0;position:relative;display:flex;align-items:center;justify-content:center}:root{--primary-color:#0970c5;--size-min-sm:576px;--size-min-md:768px;--size-min-lg:992px;--size-min-xl:1200px;--primary-font:"Glory",sans-serif;--secondary-font:"Glory",sans-serif;--hotspot-font:"Glory",sans-serif;--condensed-font:"Glory",sans-serif;--montserrat-font:"Glory",sans-serif;--advent-pro-font:"Glory",sans-serif;--tour-brandColor:#f73d3c;--utm-font:"UTM Essendine Caps",sans-serif}.font-source-sans{font-family:"Glory",sans-serif;font-family:var(--primary-font)}.font-roboto{font-family:"Glory",sans-serif;font-family:var(--secondary-font)}.font-roboto-condensed{font-family:"Glory",sans-serif;font-family:var(--hotspot-font)}html{font-size:16px;height:100dvh;width:100dvw;display:flex;align-items:center;justify-content:center;background-color:#f1f2ee;overflow:hidden}body{position:relative;height:100%;width:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:62.5%}*,body{margin:0;font-family:"Glory",sans-serif;font-family:var(--primary-font)}*{box-sizing:border-box;-webkit-user-select:none;user-select:none;padding:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}*{scrollbar-width:thin;scrollbar-color:#a0a0a0 transparent}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background-color:#a0a0a0;border-radius:4px}::-webkit-scrollbar-thumb:hover{background-color:#7a7a7a}img{height:auto}#root,img{width:100%}#root{background:linear-gradient(43.21deg,#9fcc3b -23.32%,#014f2a 34.08%);display:flex;flex-direction:column;align-items:center}#wrapper{width:100%;position:relative}.decoration-container{position:absolute;right:0;top:0;display:flex;flex-direction:column;grid-gap:8px;gap:8px}.leaf{height:50dvh;aspect-ratio:1;background-color:#bed180}.leaf-1{border-radius:0 0 0 100%;background:linear-gradient(1turn,#9fcc3b -70.31%,#014f2a 95%)}.leaf-2{border-radius:100% 0 0 0;background:linear-gradient(180deg,#9fcc3b -70.31%,#014f2a 95%)}@media (max-width:768px){.decoration-container{display:none}}button{cursor:pointer}
/*# sourceMappingURL=main.abd00971.chunk.css.map */