.scene.svelte-13ec08d{position:relative;width:100%;height:100%;min-height:80vh;-webkit-user-select:none;user-select:none}.container.svelte-13ec08d{position:relative;width:115%;height:115%;margin:0 auto}.tooltip.svelte-13ec08d{position:absolute;padding:2px 10px;background:var(--accent-color);border-radius:159px;color:#fff;font-size:14px;font-weight:300;pointer-events:none;opacity:0;text-transform:uppercase;z-index:10}@media (max-width: 1368px){.scene.svelte-13ec08d{min-height:unset;width:100%;aspect-ratio:380 / 409;pointer-events:none}.container.svelte-13ec08d canvas{width:100%!important}.container.svelte-13ec08d{margin:0;width:100%}}@media (max-width: 768px){.scene.svelte-13ec08d{min-height:unset;width:100%;aspect-ratio:380 / 409;pointer-events:none}.container.svelte-13ec08d{margin:0;width:100%;height:100%}.scene.svelte-13ec08d{width:100%;height:100%}}@media (min-width: 1930px){.container.svelte-13ec08d{width:100%;height:100%}}.text-project-name.svelte-11e0qt1{pointer-events:none;font-family:var(--font-family);font-size:clamp(10px,7.3333px + .3472cqi,14px);line-height:17.6px;font-weight:275;text-transform:uppercase}.list.svelte-11e0qt1{margin-top:51px;-webkit-user-select:none;user-select:none;height:442px}ul.svelte-11e0qt1::-webkit-scrollbar{display:none}ul.svelte-11e0qt1{-ms-overflow-style:none;scrollbar-width:none;list-style:none;overflow-y:scroll;overflow-x:hidden;margin:0;padding:0}.list_project.svelte-11e0qt1{height:442px;overflow-y:scroll;overflow-x:hidden;margin:0;padding:0;-ms-overflow-style:none;scrollbar-width:none;list-style:none}.img.svelte-11e0qt1{aspect-ratio:16/9;position:relative}.img.svelte-11e0qt1:after{content:"";position:absolute;width:110%;height:100%;top:0;left:0}video.svelte-11e0qt1{display:block;width:110%;object-fit:cover;object-position:center}.text.svelte-11e0qt1{margin-top:5px}.text.svelte-11e0qt1{padding:0 40px 0 0}article.svelte-11e0qt1{aspect-ratio:16/9}.img.svelte-11e0qt1 .images{width:100%;height:100%;aspect-ratio:16/9;object-fit:cover;object-position:center;overflow:hidden;border-radius:40px}@media (max-width: 1280px){.text.svelte-11e0qt1,a.svelte-11e0qt1{font-size:14px;font-weight:400;line-height:17.61px;letter-spacing:.02em;text-align:left}.text.svelte-11e0qt1{padding:13px 16px}ul.svelte-11e0qt1{max-height:400px}}@media (max-width: 1024px){article.svelte-11e0qt1{display:none}.list.svelte-11e0qt1{display:none;max-width:100%;overflow-y:scroll}ul.svelte-11e0qt1{display:flex;width:max-content;gap:16px}.text.svelte-11e0qt1{display:none}article.svelte-11e0qt1{max-width:280px;aspect-ratio:280/227}}@media (max-width: 768px){.list.svelte-11e0qt1{display:none;padding-top:20px}}.text-container.svelte-1efyy31 *{margin:0}.text-container.svelte-1efyy31{position:relative}.block-container.svelte-1efyy31{display:grid;max-width:640px}.text-block.svelte-1efyy31{grid-row:1;grid-column:1;font-family:var(--font-family);font-weight:275;font-size:clamp(16px,14.0583px + .5178cqi,24px);line-height:125%;text-transform:uppercase;max-width:100%;margin:0;opacity:0;transition:opacity .5s ease-in-out}.visible.svelte-1efyy31{opacity:1;transition:opacity .5s ease-in-out .35s}@container planet (max-width:768px){.text-block.svelte-1efyy31{margin-top:0;max-width:95%}}.confetti-holder.svelte-15ksp55{position:relative}@keyframes svelte-15ksp55-rotate{0%{transform:skew(var(--skew)) rotate3d(var(--full-rotation))}to{transform:skew(var(--skew)) rotate3d(var(--rotation-xyz),calc(var(--rotation-deg) + 360deg))}}@keyframes svelte-15ksp55-translate{0%{opacity:1}8%{transform:translateY(calc(var(--translate-y) * .95)) translate(calc(var(--translate-x) * (var(--x-spread) * .9)));opacity:1}12%{transform:translateY(var(--translate-y)) translate(calc(var(--translate-x) * (var(--x-spread) * .95)));opacity:1}16%{transform:translateY(var(--translate-y)) translate(calc(var(--translate-x) * var(--x-spread)));opacity:1}to{transform:translateY(calc(var(--translate-y) + var(--fall-distance))) translate(var(--translate-x));opacity:0}}@keyframes svelte-15ksp55-no-gravity-translate{0%{opacity:1}to{transform:translateY(var(--translate-y)) translate(var(--translate-x));opacity:0}}.confetti.svelte-15ksp55{--translate-y: calc(-200px * var(--translate-y-multiplier));--translate-x: calc(200px * var(--translate-x-multiplier));position:absolute;height:calc(var(--size) * var(--scale));width:calc(var(--size) * var(--scale));animation:svelte-15ksp55-translate var(--transition-duration) var(--transition-delay) var(--transition-iteration-count) linear;opacity:0;pointer-events:none}.confetti.svelte-15ksp55:before{--full-rotation: var(--rotation-xyz), var(--rotation-deg);content:"";display:block;width:100%;height:100%;background:var(--color);background-size:contain;transform:skew(var(--skew)) rotate3d(var(--full-rotation));animation:svelte-15ksp55-rotate var(--transition-duration) var(--transition-delay) var(--transition-iteration-count) linear}.rounded.svelte-15ksp55 .confetti:where(.svelte-15ksp55):before{border-radius:50%}.cone.svelte-15ksp55 .confetti:where(.svelte-15ksp55){--translate-x: calc(200px * var(--translate-y-multiplier) * var(--translate-x-multiplier))}.no-gravity.svelte-15ksp55 .confetti:where(.svelte-15ksp55){animation-name:svelte-15ksp55-no-gravity-translate;animation-timing-function:ease-out}@media (prefers-reduced-motion){.reduced-motion.svelte-15ksp55 .confetti:where(.svelte-15ksp55),.reduced-motion.svelte-15ksp55 .confetti:where(.svelte-15ksp55):before{animation:none}}.left-column.svelte-1i5d5er>div{max-height:90%}.container.svelte-1i5d5er{height:100%;display:flex;flex-direction:column;justify-content:space-around}.pinned-wrapper.svelte-1i5d5er{position:relative;height:170vh;container-type:inline-size;container-name:planet;max-width:1920px;margin:0 auto}.pinned-sticky.svelte-1i5d5er{position:sticky;top:0;left:0;height:100vh;width:100%}.layout.svelte-1i5d5er{display:grid;grid-template-columns:45% 55%;align-items:center;justify-content:center;gap:2rem;max-width:99%;height:100%}.left-column.svelte-1i5d5er{margin-top:10px;padding-left:20px;display:flex;flex-direction:column;justify-content:space-between}.right-column.svelte-1i5d5er{overflow:hidden;width:95%;position:relative;display:flex;align-items:center}.crumb.svelte-1i5d5er{font-family:var(--font-family);font-size:clamp(14px,10.1165px + 1.0356cqi,30px);color:var(--second-text-color);text-transform:uppercase;font-weight:275;line-height:140%;color:var(--accent-color);margin:0 0 54px}@container planet (max-width: 1024px){.layout.svelte-1i5d5er{display:flex;flex-direction:column;height:90dvh;padding-top:120px}.container.svelte-1i5d5er{order:1;height:auto}.crumb.svelte-1i5d5er{margin-top:0;margin-bottom:30px;margin-right:auto;padding-left:40px}.left-column.svelte-1i5d5er>div,.left-column.svelte-1i5d5er{display:contents}}@media screen and (max-width: 1024px){.right-column.svelte-1i5d5er{width:100%}.pinned-wrapper.svelte-1i5d5er{height:170vh}.pinned-sticky.svelte-1i5d5er{top:0}}@media (max-height: 670px){section.svelte-1i5d5er{margin-bottom:80px}}@media screen and (max-width: 768px){section.svelte-1i5d5er{padding-top:0}.pinned-sticky.svelte-1i5d5er{top:0;height:95svh}.container.svelte-1i5d5er{padding-left:16px}.crumb.svelte-1i5d5er{padding-left:16px;margin-top:30px}.left-column.svelte-1i5d5er{margin-top:0;margin-bottom:0;padding:0}.layout.svelte-1i5d5er{gap:10px}.right-column.svelte-1i5d5er{height:70%}.right-column.svelte-1i5d5er{width:100%}}.root.svelte-d0ekn *{font-size:unset;font-family:unset;line-height:unset;font-weight:unset}.custom-container.svelte-d0ekn{width:100%;max-width:1920px;padding:0 50px;display:block;margin:0 auto}.root.svelte-d0ekn{margin-top:clamp(80px,50.8738px + 7.767vw,200px);margin-bottom:clamp(50px,13.5922px + 9.7087vw,200px);display:flex;align-items:center;justify-content:center;flex-direction:column}.root.svelte-d0ekn *{font-size:unset;font-family:unset;line-height:unset;margin:unset;text-align:unset}.container.svelte-d0ekn{overflow:visible;max-height:1095px;position:relative;transform-origin:center top;will-change:transform;transform:translateZ(0);transform-style:preserve-3d;height:1000px;width:100%}.section.svelte-d0ekn{width:100%;display:flex;align-items:center;flex-direction:column;height:1000px;overflow:hidden;position:relative}.section.svelte-d0ekn:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(transparent 0%,transparent 60%,rgba(31,31,31,.9) 90%,#1f1f1f 95%);z-index:1;pointer-events:none}.video-clipper.svelte-d0ekn{overflow:visible;position:relative;height:700px;margin-top:-75px}.video-container.svelte-d0ekn{width:100%;height:700px}.video.svelte-d0ekn{width:100%;display:block;object-fit:cover;object-position:center bottom;will-change:transform;backface-visibility:hidden;-webkit-mask-image:linear-gradient(to top,transparent 0%,#1f1f1f 10%),linear-gradient(to bottom,transparent 0%,#1f1f1f 10%),linear-gradient(to left,transparent 0%,#1f1f1f 10%),linear-gradient(to right,transparent 0%,#1f1f1f 10%);mask-image:linear-gradient(to top,transparent 0%,#1f1f1f 10%),linear-gradient(to bottom,transparent 0%,#1f1f1f 10%),linear-gradient(to left,transparent 0%,#1f1f1f 10%),linear-gradient(to right,transparent 0%,#1f1f1f 10%);-webkit-mask-composite:destination-in;mask-composite:intersect}.title-container.svelte-d0ekn{display:flex;align-items:center;width:100%;flex-direction:column;z-index:10;padding:0 20px;box-sizing:border-box;gap:30px}.title-wrapper.svelte-d0ekn{display:none}.title.svelte-d0ekn{font-weight:200;font-size:clamp(16px,8.7184px + 1.9417vw,46px);line-height:normal;color:#dcdcdc;text-transform:uppercase;background-color:transparent;max-width:1350px;text-align:center}.title-underline.svelte-d0ekn{font-size:clamp(12px,10.0583px + .5178vw,20px);font-weight:200;line-height:normal;text-transform:none;text-align:center;max-width:1200px}@media (max-width: 1920px){.custom-container.svelte-d0ekn{padding:0}}@media (max-width: 1750px){.title-underline.svelte-d0ekn{max-width:1150px}}@media (max-width: 1600px){.container.svelte-d0ekn{max-height:950px}.section.svelte-d0ekn,.video-clipper.svelte-d0ekn{height:950px}}@media (max-width: 1440px){.container.svelte-d0ekn{max-height:900px}.section.svelte-d0ekn{height:950px}.video-clipper.svelte-d0ekn{height:900px}.title-container.svelte-d0ekn{max-width:1200px}.title-underline.svelte-d0ekn{max-width:1000px}}@media (max-width: 1024px){.container.svelte-d0ekn{max-height:800px}.section.svelte-d0ekn{height:900px}.video-clipper.svelte-d0ekn{height:800px}.title-underline.svelte-d0ekn{max-width:800px}.video.svelte-d0ekn{margin-top:-90px}}@media (max-width: 768px){.container.svelte-d0ekn{max-height:701px}.section.svelte-d0ekn{height:850px}.root.svelte-d0ekn{margin-top:80px}.video-clipper.svelte-d0ekn{height:701px}.title-underline.svelte-d0ekn{max-width:650px}.video.svelte-d0ekn{margin-top:-90px}.title-wrapper.svelte-d0ekn{display:block}}@media (max-width: 660px){.section.svelte-d0ekn{height:600px}}@media (max-width: 440px){.video.svelte-d0ekn{scale:1.4;margin-top:70px}.container.svelte-d0ekn{width:440px;max-height:600px}.section.svelte-d0ekn{height:600px}.title-wrapper.svelte-d0ekn{display:block;width:100%;background-color:#252525;padding:15px;border-radius:15px}.title-container.svelte-d0ekn{gap:20px}.video-clipper.svelte-d0ekn{height:600px}.title.svelte-d0ekn{font-size:16px;margin-bottom:0}.title-underline.svelte-d0ekn{font-size:14px;padding:0 20px}.root.svelte-d0ekn{margin-bottom:0}}@media (max-width: 425px){.container.svelte-d0ekn{max-height:550px}.section.svelte-d0ekn{height:650px}.video-clipper.svelte-d0ekn{height:550px}}@media (max-width: 375px){.title.svelte-d0ekn{font-size:14px;margin-bottom:10px}.title-underline.svelte-d0ekn{font-size:12px}}.section.svelte-1ife939{container-type:inline-size;container-name:service}.section.svelte-1ife939 *{font-size:unset;font-family:unset;line-height:unset;margin:unset}.pinned-container.svelte-1ife939{position:relative;height:200vh}.sticky-container.svelte-1ife939{display:flex;justify-content:center;align-items:center;position:sticky;top:0;left:0;overflow:hidden;height:100dvh}.crumb-container.svelte-1ife939{position:relative;margin-bottom:clamp(30px,22.7184px + 1.9417cqi,60px)}.crumb-base-hidden.svelte-1ife939{opacity:0;visibility:hidden}.crumb.svelte-1ife939{position:absolute;top:-5vh;left:5vw;z-index:5;font-family:var(--font-family);font-weight:275;font-size:clamp(14px,10.1165px + 1.0356cqi,30px);text-transform:uppercase;transform-origin:left;transform:scale(1.5);transition:transform 1s ease,filter 1s ease,color 1s ease,top 1s ease,left 1s ease,z-index 1s ease .6s}@media (max-height: 1000px){.crumb.svelte-1ife939{top:10vw}}.crumb-inner.svelte-1ife939{position:relative;z-index:2}.crumb-inner.svelte-1ife939:before{content:"";position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;filter:blur(20px);background-color:#29292980;transition:background-color 1s ease,filter 1s ease}.crumbAnimation.svelte-1ife939{top:0;left:0;color:var(--accent-color);transform:scale(1)}.crumbAnimation.svelte-1ife939 .crumb-inner:where(.svelte-1ife939):before{filter:0;background-color:transparent}.content.svelte-1ife939 p{will-change:transform}.content-container.svelte-1ife939{display:grid;grid-template-columns:37% calc(63% - 20px);grid-template-rows:clamp(450px,283.3333px + 21.7014cqi,700px);gap:20px}.dropdown-container.svelte-1ife939{grid-row:1;grid-column:1;display:flex;flex-direction:column;gap:15px;height:100%}.dropdown.svelte-1ife939{flex-grow:0;flex-shrink:0;position:relative;overflow:hidden;display:flex;flex-direction:column;max-height:100%;background-color:#252525;border-radius:clamp(15px,8.932px + 1.6181cqi,40px);transition:flex 1.2s ease}.dropdown-active.svelte-1ife939{flex-grow:1;flex-shrink:1}.title.svelte-1ife939{flex-shrink:0;display:grid;align-items:center;justify-content:space-between;grid-template-columns:1fr auto;gap:20px;width:100%;outline:none;background-color:transparent;border:none;font-family:var(--font-family);font-weight:300;font-size:clamp(14px,11.5728px + .6472cqi,24px);line-height:135%;text-transform:uppercase;color:unset;text-align:start;cursor:pointer;padding:clamp(15px,13.7864px + .3236cqi,20px) clamp(15px,11.3592px + .9709cqi,30px);transition:color .5s ease}.title.svelte-1ife939 span:where(.svelte-1ife939){display:inline-block;max-width:435px}.arrow-container.svelte-1ife939{flex-shrink:1;display:block;width:24px;height:29px}.title.svelte-1ife939 .arrow{width:100%;height:100%;transform:rotate(45deg);fill:#fff9;transition:fill 1s ease,transform 1s ease}.dropdown-content.svelte-1ife939{will-change:grid-template-rows;flex:1;position:relative;display:grid;grid-template-rows:0fr;padding:0 clamp(15px,11.3592px + .9709cqi,30px);min-height:0;transition:grid-template-rows .7s ease}.dropdown-active.svelte-1ife939 .dropdown-content:where(.svelte-1ife939){grid-template-rows:1fr;padding:0 clamp(15px,11.3592px + .9709cqi,30px);animation:svelte-1ife939-revealScrollbar 0s forwards .7s}@keyframes svelte-1ife939-revealScrollbar{to{overflow-y:scroll}}.dropdown-active.svelte-1ife939 .title:where(.svelte-1ife939) .arrow{transform:rotate(-45deg);fill:var(--accent-color)}.dropdown-active.svelte-1ife939 .inner-container:where(.svelte-1ife939){animation:svelte-1ife939-revealScrollbar 0s forwards 1s}.inner-container.svelte-1ife939{min-height:0;overflow:hidden}.content.svelte-1ife939{font-family:var(--font-family);line-height:120%;font-weight:300;font-size:clamp(14px,12.5437px + .3883cqi,20px);color:#979797;padding:10px 0 clamp(15px,11.3592px + .9709cqi,30px) 0}.content.svelte-1ife939>div{display:flex;flex-direction:column;gap:10px}.video-container.svelte-1ife939{grid-row:1;grid-column:2;width:100%;height:100%;transform:translate(calc((63% - 20px)/-2),-7%)}.video-container.svelte-1ife939 video:where(.svelte-1ife939){width:100%;height:100%;object-fit:cover;border-radius:clamp(15px,8.932px + 1.6181cqi,40px)}.video-wrapper.svelte-1ife939{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:99.5vw;height:99vh;border-radius:clamp(15px,8.932px + 1.6181cqi,40px)}@media screen and (max-width: 768px){.dropdown-active.svelte-1ife939 .dropdown-content:where(.svelte-1ife939){animation:unset}.section.svelte-1ife939{margin-bottom:80px}.title.svelte-1ife939 span:where(.svelte-1ife939){max-width:90%}.content.svelte-1ife939{padding-top:0}.crumb-container.svelte-1ife939{margin-top:0}}@container service (max-width: 768px){.pinned-container.svelte-1ife939{position:relative;height:auto}.sticky-container.svelte-1ife939{position:static;height:auto}.content-container.svelte-1ife939{grid-template-columns:1fr;grid-template-rows:auto;gap:0}.dropdown-container.svelte-1ife939{position:relative;z-index:1;grid-row:2;grid-column:1;gap:8px;margin-top:-20px}.dropdown-content.svelte-1ife939{flex:unset;min-height:auto;transition:grid-template-rows .6s cubic-bezier(.25,.8,.25,1)}.dropdown.svelte-1ife939{flex:unset;flex-shrink:0;min-height:auto}.dropdown.svelte-1ife939{display:block}.dropdown-active.svelte-1ife939 .inner-container:where(.svelte-1ife939){animation:unset}.video-container.svelte-1ife939{grid-row:1;grid-column:1;width:100%;transform:translate(0);height:clamp(450px,387.9771px + 16.5394cqi,515px)}.video-wrapper.svelte-1ife939{display:contents}.crumb.svelte-1ife939{position:static;transform:scale(1);color:var(--accent-color)}}.section.svelte-1xygtox *{font-size:unset;font-family:unset;line-height:unset;margin:unset}.section.svelte-1xygtox{container-type:inline-size;container-name:project-slider}@media (max-height: 1000px){.section.svelte-1xygtox{margin-bottom:clamp(80px,50.8738px + 7.767vw,200px)}}.container.svelte-1xygtox{position:relative;font-size:var(--font-family);max-width:1920px;margin:0 auto;height:350vh}.content-container.svelte-1xygtox{display:flex;align-items:end;position:sticky;top:0;left:0;height:100dvh}.content.svelte-1xygtox{position:relative;display:grid;grid-template-columns:calc(65.46% - 40px) 34.54%;align-items:center;gap:40px;width:100%;height:100%}.desktop-slider.svelte-1xygtox{grid-column:1;grid-row:1;position:relative;overflow:hidden;display:flex;justify-content:center;max-height:100vh;padding-top:70px;padding-left:50px}.slider-container.svelte-1xygtox{display:flex;flex-direction:column;align-items:center;overflow:hidden;width:100%;height:100%}.slide.svelte-1xygtox{display:flex;justify-content:flex-start;align-items:center;width:100%;height:100dvh;transform:translate3d(0,calc(var(--current-slide, 0) * -100%),0) scale(.8);transition:transform 1.2s ease}.slide.svelte-1xygtox .images{width:100%;height:100%;object-fit:cover;object-position:center;overflow:hidden;border-radius:clamp(15px,8.932px + 1.6181cqi,40px)}.active-slide.svelte-1xygtox{transform:translate3d(0,calc(var(--current-slide, 0) * -100%),0) scale(1)}.image-wrapper.svelte-1xygtox{aspect-ratio:1038 / 633;width:100%;height:auto;max-width:1038px}.slide.svelte-1xygtox img{border-radius:clamp(15px,8.932px + 1.6181cqi,40px)}.text-container.svelte-1xygtox{grid-column:2;grid-row:1;height:55%;min-height:720px;margin-top:65px;padding-right:50px;padding-left:25px}@media (max-width: 1880px){.text-container.svelte-1xygtox{padding-right:40px}}.crumb.svelte-1xygtox{position:absolute;top:50%;left:0;transform:translateY(-50%);height:55%;min-height:720px;margin-top:25px;font-family:var(--font-family);font-weight:275;font-size:clamp(14px,10.1165px + 1.0356cqi,30px);color:var(--accent-color);text-transform:uppercase}.text-column.svelte-1xygtox{display:flex;flex-direction:column;justify-content:space-between;gap:20px;height:100%}.title.svelte-1xygtox{font-size:clamp(20px,17.5728px + .6472cqi,30px);line-height:125%;font-weight:400;text-transform:uppercase;margin-bottom:clamp(20px,13.932px + 1.6181vw,45px)}.description.svelte-1xygtox{font-size:clamp(14px,12.5437px + .3883vw,20px);line-height:120%;font-weight:275;color:#979797}.description.svelte-1xygtox>div{display:flex;flex-direction:column;gap:5px}.project-item.svelte-1xygtox{font-size:clamp(10px,7.3333px + .3472cqi,14px);text-transform:uppercase;font-weight:275;line-height:130%;opacity:.5;margin-bottom:9px;transition:opacity .5s ease}.active-slide-project.svelte-1xygtox{opacity:1}@media screen and (max-width: 768px){.section.svelte-1xygtox{margin-bottom:80px;margin-top:80px}}@container project-slider (max-width: 768px){.container.svelte-1xygtox{height:auto}.content-container.svelte-1xygtox{position:static;height:auto}.content.svelte-1xygtox{display:flex;flex-direction:column;gap:20px}.text-container.svelte-1xygtox{max-width:100%;height:auto;max-height:auto;min-height:auto;padding:0;margin-top:0}.mobile-padding.svelte-1xygtox{padding:0 40px}.projects-list.svelte-1xygtox{display:none}.crumb.svelte-1xygtox{position:static;transform:translate(0);height:auto;min-height:auto;margin-right:auto}.embla.svelte-1xygtox{position:relative;max-width:100%;margin-bottom:8px}.embla-slide.svelte-1xygtox{cursor:grab;padding-left:16px}.embla-slide.svelte-1xygtox:nth-child(1){padding-left:40px}.embla-slide.svelte-1xygtox:last-child{padding-right:16px}.embla-slide.svelte-1xygtox:active{cursor:grabbing}.embla-slide.svelte-1xygtox .images{width:321px;height:355px;object-fit:cover;object-position:center;border-radius:clamp(15px,8.932px + 1.6181cqi,40px);margin-bottom:7px}.project-name-text.svelte-1xygtox{font-family:var(--font-family);font-weight:275;font-size:14px;line-height:16.8px}}@container project-slider (max-width:680px){.mobile-padding.svelte-1xygtox{padding:0 16px}.embla-slide.svelte-1xygtox:nth-child(1){padding-left:16px}}.section.svelte-1hvhlth{container-type:inline-size;container-name:team;width:100%;max-width:1920px;margin:0 auto}@media (max-height: 1000px){.section.svelte-1hvhlth{padding-top:clamp(80px,63.0097px + 4.5307cqi,150px);padding-bottom:50px}}.section.svelte-1hvhlth *{font-size:unset;font-family:unset;line-height:unset;margin:unset}.container.svelte-1hvhlth{padding-left:50px;padding-right:50px}@media (max-width: 1880px){.container.svelte-1hvhlth{padding-left:40px;padding-right:40px}}@media (max-width: 768px){.container.svelte-1hvhlth{padding-left:0;padding-right:0}.section.svelte-1hvhlth{padding:0}}.container.svelte-1hvhlth{position:relative;display:grid;grid-template-columns:clamp(300px,104.6667px + 25.434cqi,593px) 1fr;grid-template-rows:auto;gap:20px;font-family:var(--font-family);font-weight:275}.content.svelte-1hvhlth{position:relative;z-index:1;display:flex;flex-direction:column;gap:10px}.content-container-1.svelte-1hvhlth,.content-container-2.svelte-1hvhlth{background-color:var(--bg-card-background);border-radius:clamp(15px,8.932px + 1.6181cqi,40px);padding:32px}.mobile-container-1.svelte-1hvhlth{display:contents}.content-container-1.svelte-1hvhlth{display:flex;flex-direction:column;gap:clamp(20px,6.6667px + 1.7361cqi,40px)}.crumb.svelte-1hvhlth{color:var(--accent-color);text-transform:uppercase;font-size:clamp(14px,10.1165px + 1.0356cqi,30px)}.title.svelte-1hvhlth{line-height:125%;font-size:clamp(16px,15.0291px + .2589cqi,20px);text-transform:uppercase}.description.svelte-1hvhlth{max-width:466px}.description.svelte-1hvhlth{line-height:120%;font-size:clamp(14px,12.5437px + .3883vw,20px);color:#dcdcdc;font-weight:150}.embla-container.svelte-1hvhlth{position:relative;overflow:hidden;border-radius:clamp(30px,23.3333px + .8681cqi,40px) 0 0 clamp(30px,23.3333px + .8681cqi,40px);height:100%;width:100%;border-radius:clamp(15px,8.932px + 1.6181cqi,40px)}.embla.svelte-1hvhlth{position:absolute;top:0;left:0;z-index:0;height:100%;width:100%;border-radius:clamp(15px,8.932px + 1.6181cqi,40px)}.slide.svelte-1hvhlth{position:relative;flex:0 0 clamp(450px,116.6667px + 43.4028cqi,950px);min-width:0;margin-right:15px!important;height:100%}.slide.svelte-1hvhlth .images{width:100%;height:100%;object-fit:cover;object-position:center;overflow:hidden;border-radius:clamp(15px,8.932px + 1.6181cqi,40px)!important}@container team (max-width:768px){.container.svelte-1hvhlth{grid-template-columns:1fr}.content.svelte-1hvhlth{z-index:2;display:block}.content.svelte-1hvhlth:before{background:unset}.content-container-1.svelte-1hvhlth{display:contents}.content-container-2.svelte-1hvhlth{padding:15px;border-radius:10px;margin:0 20px}.mobile-container-1.svelte-1hvhlth{position:relative;display:block;padding:15px;background-color:#252525;border-radius:10px;margin:-10px 20px 8px}.crumb.svelte-1hvhlth{padding:0 20px;margin-bottom:30px}.title.svelte-1hvhlth{margin-bottom:20px}.image-container.svelte-1hvhlth{position:relative;z-index:-2;width:100%;height:auto;aspect-ratio:4/3}.image-container.svelte-1hvhlth:before{content:"";position:absolute;bottom:-16%;left:0;z-index:1;width:100%;height:25%;background:linear-gradient(0deg,#1f1f1f,#1f1f1ff2 70.17%,#1f1f1f00)}.description.svelte-1hvhlth *{font-size:13px;font-weight:275;line-height:16.8px;color:#fff;opacity:.9}.description.svelte-1hvhlth{max-width:100%}}.service-container.svelte-ze7bog{display:flex;flex-direction:column}@media (max-height: 800px){.service-container.svelte-ze7bog{gap:clamp(80px,50.8738px + 7.767vw,200px)}}@media (max-width: 768px){.service-container.svelte-ze7bog{gap:0}}
