:root{--vt-c-white: #ffffff;--vt-c-white-soft: #f8f8f8;--vt-c-white-mute: #f2f2f2;--vt-c-black: #181818;--vt-c-black-soft: #222222;--vt-c-black-mute: #282828;--vt-c-indigo: #2c3e50;--vt-c-divider-light-1: rgba(60, 60, 60, .29);--vt-c-divider-light-2: rgba(60, 60, 60, .12);--vt-c-divider-dark-1: rgba(84, 84, 84, .65);--vt-c-divider-dark-2: rgba(84, 84, 84, .48);--vt-c-text-light-1: var(--vt-c-indigo);--vt-c-text-light-2: rgba(60, 60, 60, .66);--vt-c-text-dark-1: var(--vt-c-white);--vt-c-text-dark-2: rgba(235, 235, 235, .64)}:root{--color-background: var(--vt-c-white);--color-background-soft: var(--vt-c-white-soft);--color-background-mute: var(--vt-c-white-mute);--color-border: var(--vt-c-divider-light-2);--color-border-hover: var(--vt-c-divider-light-1);--color-heading: var(--vt-c-text-light-1);--color-text: var(--vt-c-text-light-1);--section-gap: 160px}@media (prefers-color-scheme: dark){:root{--color-background: var(--vt-c-black);--color-background-soft: var(--vt-c-black-soft);--color-background-mute: var(--vt-c-black-mute);--color-border: var(--vt-c-divider-dark-2);--color-border-hover: var(--vt-c-divider-dark-1);--color-heading: var(--vt-c-text-dark-1);--color-text: var(--vt-c-text-dark-2)}}*,*:before,*:after{box-sizing:border-box;margin:0;font-weight:400}body{min-height:100vh;color:var(--color-text);background:var(--color-background);transition:color .5s,background-color .5s;line-height:1.6;font-family:Montserrat,sans-serif;font-size:15px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:#000}@font-face{font-family:Montserrat;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/Montserrat/static/Montserrat-Regular.ttf) format("truetype")}@font-face{font-family:Montserrat;font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/Montserrat/static/Montserrat-Medium.ttf) format("truetype")}@font-face{font-family:Montserrat;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/Montserrat/static/Montserrat-Bold.ttf) format("truetype")}*{font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,sans-serif}body{background-color:#f5f5f5;color:#2d2d2d;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,sans-serif!important}#app{width:100%;max-width:1280px;margin:0 auto;padding:2rem;font-weight:400;overflow:hidden;display:flex;flex-direction:column}@media (min-width: 1024px){body{display:flex}#app{display:flex;flex-direction:column}}@media (max-width: 920px){#app{padding:16px 8px;margin:0}}.componentShadow{box-shadow:0 16px 16px -8px #0003}.pageTitle{text-align:center;font-size:28px;font-weight:700;color:#2d2d2d;margin:16px 0;padding:0 16px}h1,h2,h3,h4,h5,h6{color:#3d3d3d;font-weight:600}h1{font-size:28px;line-height:1.2}h2{font-size:24px;line-height:1.3;margin-bottom:10px}h3{font-size:20px;line-height:1.4}.servicesTitle{text-align:center;font-size:20px;margin:32px;font-weight:600}@media (max-width: 768px){.pageTitle,h1{font-size:24px}h2{font-size:20px}.servicesTitle{margin:24px 32px 8px;font-size:18px}}.language-switcher[data-v-527de4e9]{display:flex;gap:8px;align-items:center}.lang-button[data-v-527de4e9]{border:1px solid #e1e5e9;border-radius:6px;cursor:pointer;font-size:14px;font-weight:600;transition:all .3s ease;color:#666;background-size:contain}.lang-button[data-v-527de4e9]:hover{border-color:#3498db;color:#3498db}.lang-button.active[data-v-527de4e9]{border-color:#3498db;color:#fff}@media (max-width: 768px){.lang-button[data-v-527de4e9]{margin-top:16px;padding:0;font-size:12px}}header{box-shadow:0 0 10px #0000001a;display:flex;flex-direction:row;justify-content:space-between;border-radius:300px;background:linear-gradient(135deg,#fff,#f8f8f8);padding:12px 32px;height:75px;margin-bottom:8px;position:relative}@media screen and (max-width: 768px){header{padding:8px 16px;border-radius:20px}}.desktop-menu{display:flex;flex-direction:row;justify-content:space-between;padding:8px;align-items:center;width:40%}@media screen and (max-width: 1000px){.desktop-menu{width:60%}}@media screen and (max-width: 768px){.desktop-menu{display:none}}#menu{display:flex;flex-direction:row;justify-content:space-between;padding:8px;align-items:center;width:40%}@media screen and (max-width: 1000px){#menu{width:60%}}@media screen and (max-width: 768px){#menu{display:none}}.mobile-menu-toggle{display:none;flex-direction:column;justify-content:space-around;width:30px;height:30px;background:transparent;border:none;cursor:pointer;padding:0;margin-right:12px;z-index:1001}.mobile-menu-toggle span{width:100%;height:3px;background-color:#333;border-radius:2px;transition:all .3s ease;transform-origin:center}.mobile-menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(7px,7px)}.mobile-menu-toggle.active span:nth-child(2){opacity:0}.mobile-menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}@media screen and (max-width: 768px){.mobile-menu-toggle{display:flex}}.mobile-menu{display:none;position:absolute;top:100%;left:0;right:0;background:linear-gradient(135deg,#fff,#f8f8f8);border-radius:20px;box-shadow:0 4px 20px #00000026;margin-top:8px;padding:20px;flex-direction:column;gap:16px;z-index:1000;opacity:0;transform:translateY(-10px);transition:all .3s ease}.mobile-menu.mobile-menu-open{opacity:1;transform:translateY(0)}@media screen and (max-width: 768px){.mobile-menu{display:none}.mobile-menu.mobile-menu-open{display:flex}}.desktop-menu a{text-decoration:none;color:#333}.mobile-menu a{padding:12px 16px;text-decoration:none;color:#333;border-radius:10px;transition:background-color .2s ease;font-weight:500}.mobile-menu a:hover,.mobile-menu a.router-link-active{background-color:#0000000d}#logo{height:100%;object-fit:contain}.menuSeparator{border-left:1px #cdcdcd solid;height:20px;width:0}.header-right{display:flex;align-items:center;padding:8px}@media screen and (max-width: 768px){.header-right{padding:4px}}.desktop-lang-switcher{display:flex}@media screen and (max-width: 768px){.desktop-lang-switcher{display:none!important}}.mobile-lang-switcher{display:none;padding:12px 16px;border-top:1px solid #e1e5e9;margin-top:8px;justify-content:center}@media screen and (max-width: 768px){.mobile-lang-switcher{display:flex}}.infoComponent{margin:8px 0;border-radius:50px;display:flex;flex-direction:row;padding:32px 4px;gap:16px}.infoText{flex:1;margin:8px 0 0 64px}.infoText:last-of-type{text-align:right;margin:8px 64px 0 0}.infoText p{font-weight:600;color:#efefef;font-size:18px;text-shadow:3px 3px 3px rgba(0,0,0,.5)}@media (max-width: 768px){.infoComponent{flex-direction:row;padding:16px;align-items:center;text-align:left;gap:4px}.infoText{margin:0 16px}.infoText p{font-size:13px;text-shadow:1px 1px 1px rgba(0,0,0,1)}}.social_holder{flex:1;display:flex;flex-direction:row;gap:12px;align-items:center;margin:auto 0}@media (max-width: 1100px){.social_holder{display:none}}.social_holder_mobile{display:none}@media (max-width: 1100px){.social_holder_mobile{display:flex;flex-direction:row;gap:12px;align-items:center}}.social_holder a,.social_holder_mobile a{display:flex;align-items:center;justify-content:center;flex:1}.social_holder img,.social_holder_mobile img{max-width:48px;transition:filter .3s ease}.social_holder img,.social_holder_mobile img{object-fit:contain}.social_holder img:hover{filter:brightness(2)}footer{color:#000;text-align:right;font-size:12px;margin:20px 8px 0;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.splatter-container[data-v-dc9586f2]{width:100%;height:100vh;max-height:600px;position:relative;overflow:hidden;border-radius:30px}.image-preview[data-v-dc9586f2]{width:100%;height:100%;position:relative;cursor:pointer;border-radius:30px;overflow:hidden;transition:transform .3s ease}.image-preview[data-v-dc9586f2]:hover{transform:scale(1.02)}.preview-image[data-v-dc9586f2]{width:100%;height:100%;object-fit:cover;display:block}.play-overlay[data-v-dc9586f2]{position:absolute;top:0;left:0;width:100%;height:100%;background:#0006;opacity:.5;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;transition:background-color .3s ease}.play-overlay[data-v-dc9586f2]:hover{opacity:1}.image-preview:hover .play-overlay[data-v-dc9586f2]{background:#0009}.play-button[data-v-dc9586f2]{width:80px;height:80px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.3);transition:all .3s ease}.image-preview:hover .play-button[data-v-dc9586f2]{background:#ffffff4d;transform:scale(1.1)}.play-button svg[data-v-dc9586f2]{color:#fff;margin-left:4px}.click-text[data-v-dc9586f2]{font-size:1.1rem;font-weight:500;margin:0;text-shadow:0 2px 4px rgba(0,0,0,.5);text-align:center}.splatter-iframe[data-v-dc9586f2]{width:100%;height:100%;border:none;display:block;border-radius:30px;transition:opacity .3s ease-in-out}.iframe-hidden[data-v-dc9586f2]{opacity:0;pointer-events:none}.preloader[data-v-dc9586f2]{position:absolute;top:0;left:0;width:100%;height:100%;background:#000;display:flex;align-items:center;justify-content:center;z-index:10;border-radius:30px}.loader-content[data-v-dc9586f2]{text-align:center;color:#fff;max-width:300px;padding:2rem}.spinner[data-v-dc9586f2]{width:60px;height:60px;border:4px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin-dc9586f2 1s ease-in-out infinite;margin:0 auto 1.5rem}@keyframes spin-dc9586f2{to{transform:rotate(360deg)}}.loading-title[data-v-dc9586f2]{margin:0 0 .5rem;font-size:1.5rem;font-weight:600;text-shadow:0 2px 4px rgba(0,0,0,.3)}.loading-text[data-v-dc9586f2]{margin:0 0 2rem;font-size:1rem;opacity:.9;line-height:1.4}.progress-bar[data-v-dc9586f2]{width:100%;height:8px;background-color:#fff3;border-radius:4px;overflow:hidden;margin-bottom:.5rem}.progress-fill[data-v-dc9586f2]{height:100%;background:linear-gradient(90deg,#4facfe,#00f2fe);border-radius:4px;transition:width .3s ease;box-shadow:0 2px 8px #4facfe66}.progress-text[data-v-dc9586f2]{font-size:.9rem;font-weight:500;opacity:.8}b{font-weight:700}a b{text-decoration:underline}.mapComponent{border-radius:50px;padding:8px;margin-top:32px;background:linear-gradient(135deg,#fff,#f8f8f8)}#mapSquare{background-position:center center;background-size:cover;padding:30px;height:180px;border-radius:50px}.logoBig{width:100%;height:100%;object-fit:contain;filter:drop-shadow(4px 4px 4px #111)}.servicesTitle{text-align:center;font-size:18px;margin:32px}.services{display:flex;flex-direction:row;flex-basis:0;margin:0 80px 32px}@media (max-width: 1100px){.services{margin:16px}}@media (max-width: 768px){.services{flex-direction:column;gap:8px}}@media (max-width: 768px){.servicesTitle{margin:24px 32px 8px}.services{margin:16px 20px}}.services a{cursor:pointer;text-decoration:none}.serviceSplit{display:flex;flex-direction:row;flex:3;gap:32px;margin:0 16px}.serviceSplitShort{flex:2}@media screen and (max-width: 768px){.serviceSplitShort{margin-left:20%;margin-right:20%}}.service{display:flex;flex:1;flex-direction:column;font-size:14px;width:0;text-align:center;color:#3d3d3d}@media (max-width: 768px){.service{padding:0 20px;font-size:12px}}@media (max-width: 940px){.service{padding:4px}}.serviceIcon{background:#d9dde7;border-radius:300px;aspect-ratio:1;width:100%;padding:5%;margin-bottom:10px;box-shadow:2px 2px 5px #00000080}.serviceLabelBig{display:block}.serviceLabelSmall{display:none}@media (max-width: 1200px){.serviceLabelBig{display:none}.serviceLabelSmall{display:block}}.service:hover .serviceIcon{padding:2.5%;box-shadow:2px 2px 10px #00000080;background:#d3d7e1}.service:hover{color:#000}.a3dViewerComponent{flex-direction:column;margin:32px 0;border-radius:50px;display:flex;padding:32px;background:linear-gradient(135deg,#fff,#f8f8f8)}.a3dViewer{display:flex;flex:1;justify-content:center;align-items:center;height:33vh;background:#e3e3e3;border-radius:30px;box-shadow:0 0 5px #00000080;overflow:hidden}.ifc-placeholder{display:flex;flex-direction:column;align-items:center;gap:20px;color:#666}.loading-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #3498db;border-radius:50%;animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.photogrametryTitle{font-weight:700;font-size:24px;margin-bottom:10px;color:#3d3d3d;text-align:center}.aboutComponent{margin:32px 0;border-radius:50px;display:flex;flex-direction:row;padding:32px 64px;gap:64px;background:linear-gradient(135deg,#fff,#f8f8f8)}@media (max-width: 1100px){.aboutComponent{flex-direction:column;gap:32px;padding:32px}}.aboutText{flex:3;align-content:center}.aboutLogos{flex:1;display:flex;flex-direction:column;gap:20px;justify-content:center}.aboutLogos.big{flex:2}@media (max-width: 1100px){.aboutLogos{padding:62px 128px}}@media (max-width: 900px){.aboutLogos{padding:16px 8px}}.homeSubTitle,h2.homeSubTitle{font-weight:700;font-size:24px;margin-bottom:10px;color:#3d3d3d}h1.servicesTitle{font-weight:600}.award img{display:flex;object-fit:contain;width:60%;margin:0 auto}.logos{display:flex;flex-direction:row;gap:20px}.awardsLogo{flex:1;width:0;display:flex;object-fit:contain}.digiComponent{margin:20px 0;border-radius:50px;display:flex;flex-direction:column;background:linear-gradient(135deg,#fff,#f8f8f8)}.digiHome{display:flex;flex-direction:row;justify-content:center;padding:0;gap:32px}@media (max-width: 1280px){.digiHome{flex-direction:column;gap:32px}}.digiHomeImage{flex:2;display:flex;justify-content:center;align-items:center}.digiHomeImage img{width:100%;height:100%;border-radius:50px;padding:8px;object-fit:cover}@media (max-width: 1280px){.digiHomeImage img{height:200px;object-fit:cover}}.digiHomeProperties{flex:3;display:flex;flex-direction:column;gap:20px;padding-top:16px;padding-right:32px;padding-bottom:16px}@media (max-width: 1280px){.digiHomeProperties{padding:0 32px}}.portfolioComponent{margin:32px 0;border-radius:50px;display:flex;flex-direction:column;padding:32px;background:linear-gradient(135deg,#fff,#f8f8f8)}.carousel-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;gap:20px;color:#666}.carousel-placeholder .loading-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #3498db;border-radius:50%;animation:spin 1s linear infinite}.vrPreviewTitle,.vrPreviewSubtitle{margin:16px 64px}@media (max-width: 950px){.vrPreviewTitle{margin:32px 32px 8px}.vrPreviewSubtitle{margin:0 32px 32px}}.project_previews_scroll{display:block;padding:8px;overflow-x:scroll;width:100%}.project_previews{display:flex;flex-direction:row;gap:8px;justify-content:center;width:2900px}.project_preview{width:256px;height:256px;justify-content:center;position:relative;border-radius:16px;border:1px black solid}.project_preview_overlay{position:absolute;bottom:0;left:0;width:100%;height:40%;background-color:#0009;display:flex;flex-direction:column;justify-content:center;align-items:start;color:#fff;border-radius:8px 8px 15px 15px;padding:8px}.project_preview_title{font-size:16px;font-weight:700;margin:0}.project_preview_subtitle{font-size:14px;margin:0}.virtualProperties{display:flex;flex:1;flex-direction:row;gap:10px;margin:16px 0 0}@media (max-width: 850px){.virtualProperties{flex-direction:column}}.virtualProperty{position:relative;background:#d9dde7;padding:10px;border-radius:16px;margin-bottom:10px;display:flex;flex-direction:row;flex:1;text-align:left;box-shadow:3px 3px 5px #00000080}.virtualProperty p{align-self:center;margin:0 8px}@media (max-width: 850px){.virtualProperty p{text-align:left}}.virtualProperty img{width:32px;height:32px;position:absolute;top:4px;right:4px;border-radius:300px;align-self:center}.virtualProperty:hover{background:#d3d7e1;box-shadow:3px 3px 10px #00000080;cursor:pointer}.moreServicesHeadline{font-size:16px;margin:0 64px 16px}.moreServices{display:flex;flex-direction:row;gap:32px;justify-content:center;margin:0 256px}@media (max-width: 1200px){.moreServices{display:flex;flex-direction:row;gap:32px;justify-content:center;margin:0 128px}}@media (max-width: 850px){.moreServices{flex-direction:column;gap:4px;margin:0 32px}}.vrPreviews{display:flex;flex-direction:row;gap:8px;padding:0 64px 32px}@media (max-width: 850px){.vrPreviews{flex-direction:column;padding:0 32px 32px}}.products-item{background:#ededed;padding:10px;border-radius:300px;margin-bottom:10px;display:flex;flex:1;align-content:center;justify-content:center;text-align:center;align-items:center}.vr_thumb{display:flex;flex:1;border-radius:30px;width:0}@media (max-width: 850px){.vr_thumb{width:100%}}.locationComponent{margin:32px 0;border-radius:50px;display:flex;flex-direction:column;padding:16px 8px;gap:16px;background:linear-gradient(135deg,#fff,#f8f8f8)}.locationComponent .aboutText{margin:8px 64px 0}.locationComponent iframe{width:100%;height:250px;border-radius:30px}.plusesHolder{display:flex;flex-direction:row;gap:64px;padding:0 32px 16px;justify-content:space-around}@media screen and (max-width: 850px){.plusesHolder{flex-direction:column;gap:32px;padding:0 128px 16px;align-items:center}}.plusHolder{display:flex;flex-direction:column;align-items:center;text-align:center}.plusNumber{font-size:58px;font-weight:700}.plusText{font-size:16px;color:#3d3d3d}.carousel__viewport{min-width:1280px;will-change:transform;contain:layout style paint;transform:translateZ(0)}.carousel__track{will-change:transform;transform:translateZ(0)}.carousel__slide{contain:layout style paint}.project_preview{transform:translateZ(0);backface-visibility:hidden}
