.content-container{background-color:#fff;box-shadow:0 16px 40px #2121211a;--webkit-box-shadow: 0 16px 40px 0 rgba(33, 33, 33, .1);border-radius:32px;padding:32px 64px;width:50%;max-width:596px;z-index:3;animation:opacityShowAnimation .5s forwards;animation-delay:1.2s;opacity:0}.content-container .content-text-container{padding-bottom:24px}.content-container .button-container{border-top:solid 1px #dfdfdf;padding-top:32px;text-align:center}.content-container .button-container .MuiButton-root{font-family:Inter,sans-serif}.hotspot-desciprition{position:absolute;top:calc(100dvh - 88px);left:16px;z-index:99;width:calc(100dvw - 32px);border-radius:32px;background:#fffc;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:inline-flex;padding:16px;justify-content:center;align-items:center;gap:10px;color:#212121;font-family:Panton,sans-serif;font-size:24px;font-style:normal;font-weight:800;line-height:32px;text-align:center}@media screen and (min-width: 768px){.hotspot-desciprition{left:auto;top:16px;right:16px;z-index:99;max-width:180px;font-size:30px;line-height:32px;padding:12px}}@media screen and (min-width: 992px){.hotspot-desciprition{left:auto;top:68px;right:0;z-index:99;max-width:360px;font-size:64px;line-height:72px;padding:32px}}.mobile-hq-container{display:flex;height:calc(100dvh - 56px);width:100%;overflow-x:auto;overflow-y:hidden}.mobile-hq-container .mobile-image-container{display:flex;justify-content:left;align-items:center;position:relative;width:100%}.mobile-hq-container::-webkit-scrollbar{display:none}.mobile-hq-image{width:auto;height:auto;max-width:950px}.dialog-close{position:absolute;top:24px;right:16px}@media (orientation: landscape){.mobile-hq-image{width:auto;height:auto;max-width:100%}}.tablet-hq-container{width:100%;height:374px;overflow:hidden;position:relative}.tablet-hq-container .tablet-hq-image{object-fit:cover;object-position:center 48%;width:100%;height:100%}@media screen and (min-width: 768px){.sf-multicolumn-textbox__col--1-3{width:50%}}@media screen and (min-width: 1024px){.tablet-hq-container{height:550px}.sf-multicolumn-textbox__col--1-3{width:33.333333%}}@media screen and (min-width: 1180px){.tablet-hq-container{height:600px}}@media screen and (min-width: 1280px){.tablet-hq-container{height:650px}}.environment\:dev{margin:0}#root .sf-container{position:absolute;display:flex;top:0;left:50%;width:100%;height:auto;max-height:100%;transform:translate(-50%);z-index:3}main#main{width:100%}#content-image{filter:blur(16px)}.image-container{position:relative;overflow:hidden;width:100%;height:645px}#building-image{width:100%;transition:transform .5s ease;height:100%;object-fit:cover;object-position:center 32%}.hotspot{border:none;position:absolute;width:32px;height:32px;background-color:#8f1c6b;border-radius:50%;transform:translate(-50%,-50%);cursor:pointer;box-shadow:0 0 24px 8px #8f1c6b40;-webkit-box-shadow:0px 0px 24px 8px rgba(143,28,107,.25);-moz-box-shadow:1px 1px 10px 8px rgba(143,28,107,.25);animation:pulse 2s infinite;z-index:3}@keyframes pulse{0%{box-shadow:0 0 24px 3px #8f1c6b40;-webkit-box-shadow:0px 0px 24px 3px rgba(143,28,107,.25);-moz-box-shadow:0px 0px 24px 3px rgba(143,28,107,.25)}50%{box-shadow:1px 1px 10px 18px #8f1c6b80;-webkit-box-shadow:1px 1px 10px 18px rgba(143,28,107,.5);-moz-box-shadow:1px 1px 10px 18px rgba(143,28,107,.5)}to{box-shadow:0 0 24px 3px #8f1c6b40;-webkit-box-shadow:0px 0px 24px 3px rgba(143,28,107,.25);-moz-box-shadow:0px 0px 24px 3px rgba(143,28,107,.25)}}.blur-image{animation:blurAnimation .5s forwards;animation-delay:.5s}.show-image{animation:opacityShowAnimation 1s forwards}.hide-image{animation:opacityHideAnimation .5s forwards}#content-image{opacity:0;position:absolute;top:0;left:0;z-index:2;width:100%;height:100%;object-fit:cover;object-position:center center}.MuiDialog-root{width:100dvw;height:100dvh}.MuiDialog-root .MuiPaper-root{margin:32px 16px;padding:24px 0;height:calc(100% - 64px);border-radius:32px}.MuiDialog-root .MuiPaper-root h2.MuiTypography-root{font-family:Panton,sans-serif;font-size:32px;font-style:normal;font-weight:800;line-height:40px;padding-top:0}.MuiDialog-container .MuiDialogActions-root{border-top:solid 1px #e0e0e0;padding:24px 16px 0}.MuiDialog-container .MuiDialogContent-root{margin-bottom:24px;padding-bottom:0}.MuiDialog-container .MuiDialogContent-root h3.MuiTypography-root{font-family:Inter,sans-serif;font-size:20px;font-weight:700;line-height:24px;margin-bottom:16px}.MuiDialog-container .MuiDialogContent-root::-webkit-scrollbar{width:4px}.MuiDialog-container .MuiDialogContent-root::-webkit-scrollbar-track{background:#fff}.MuiDialog-container .MuiDialogContent-root::-webkit-scrollbar-thumb{border-radius:4px;background:#e0e0e0}.MuiDialog-container .MuiDialogContent-root::-webkit-scrollbar-thumb:hover{background:#9e9e9e}.mobile-showroom-image{border-radius:24px;max-width:100%;margin:24px 0 16px}@media only screen and (min-width: 992px){.hotspot{width:32px;height:32px}}@media only screen and (min-width: 1750px){.image-container{height:725px}}@keyframes blurAnimation{0%{filter:blur(0px)}to{filter:blur(16px)}}@keyframes opacityShowAnimation{0%{opacity:0}to{opacity:1}}@keyframes opacityHideAnimation{0%{opacity:1}to{opacity:0}}.MuiButton-root.MuiButton-containedPrimary{-webkit-border-radius:32px;-moz-border-radius:32px;-ms-border-radius:32px;-o-border-radius:32px;border-radius:32px;font-size:1.125rem;font-weight:400;line-height:24px;padding:16px 32px;background:#e5064b;background:-webkit-linear-gradient(94.14deg,#e5064b -15.55%,#8f1c6b 118.75%);background:linear-gradient(94.14deg,#e5064b -15.55%,#8f1c6b 118.75%);background:-moz-linear-gradient(94.14deg,#e5064b -15.55%,#8f1c6b 118.75%);background:-o-linear-gradient(94.14deg,#e5064b -15.55%,#8f1c6b 118.75%);color:#fff;font-family:Inter,sans-serif;font-weight:600;letter-spacing:.4px;text-transform:none;text-decoration:none;transition:all .2s ease-in-out;box-shadow:none}.MuiDialogActions-root{padding:25px 32px 0;justify-content:center!important}.MuiDialogActions-root .MuiButtonBase-root{width:100%!important}
