:root{--color-primary: #000000;--color-secondary: #ffffff;--font-primary: "Inter", "Helvetica Neue", Arial, sans-serif;--font-size-base: 16px;--spacing-unit: 8px;--breakpoint-sm: 576px;--breakpoint-md: 768px;--breakpoint-lg: 992px;--breakpoint-xl: 1200px;--breakpoint-xxl: 1400px}*{margin:0;padding:0;box-sizing:border-box}html{font-size:var(--font-size-base);font-family:var(--font-primary);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background-color:var(--color-secondary);color:var(--color-primary)}img{max-width:100%}a{display:inline-block;color:var(--color-secondary)}@font-face{font-family:Inter;font-style:normal;font-weight:400 500 600;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfAZ9hiA.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.text-xs{font-size:13px;font-weight:400;line-height:1.5}@media (max-width: 767px){.text-xs{font-size:12px}}.text-sm{font-size:14px;font-weight:400;line-height:1.5}@media (max-width: 767px){.text-sm{font-size:13px}}.text-base{font-size:16px;font-weight:400;line-height:1.5}@media (max-width: 767px){.text-base{font-size:14px}}.text-md{font-size:24px;font-weight:400;line-height:1.5}@media (max-width: 767px){.text-md{font-size:20px}}.text-lg{font-size:32px;font-weight:400;line-height:1.5}@media (max-width: 767px){.text-lg{font-size:24px}}.text-xl{font-size:40px;font-weight:400;line-height:1.5}@media (max-width: 767px){.text-xl{font-size:32px}}.font-regular{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}:root{--font-size-xs: 13px;--font-size-sm: 14px;--font-size-base: 16px;--font-size-lg: 32px;--font-size-xl: 40px;--font-weight-regular: 400;--font-weight-medium: 500;--font-weight-semibold: 600}.btn__primary{background:var(--color-secondary);color:var(--color-primary);border:1px solid var(--color-secondary);padding:16px 24px;font-size:14px;font-weight:600;text-decoration:none;letter-spacing:.2px;cursor:pointer;transition:background .5s,color .5s}.btn__primary:hover{background:transparent;color:var(--color-secondary)}.header{position:fixed;width:100%;display:flex;align-items:center;justify-content:center;z-index:10;min-height:80px;padding:0 32px}.header:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#0000001a;filter:blur(8px)}.header .header__logo{display:flex;z-index:1}.header .header__logo img{max-width:200px}.header .header__nav{position:absolute;right:20px;z-index:11}.header .header__nav .header__cta{color:var(--color-secondary)}@media (max-width: 767px){.header{min-height:60px}.header .header__logo img{max-width:160px}.header .header__nav{display:none}}#app{position:relative;min-height:100vh}#app .content{opacity:0;transition:opacity .5s ease-in-out}#app.loaded .content{opacity:1}.loader{position:fixed;top:0;left:0;width:100%;height:100%;background:#000;display:flex;justify-content:center;align-items:center;z-index:9999;transition:opacity .5s ease-in-out}.loader.hidden{opacity:0;pointer-events:none}.loader__spinner{width:40px;height:40px;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin 1s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}.hero{position:relative;min-height:100svh;display:grid;grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr;color:#fff;background-image:url(/images/forma-studio-hero.webp);background-size:cover;background-position:center;will-change:background-image}.hero.loading{background-color:#000;background-image:none}.hero .hero__bg{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,#0000,#00000080)}.hero .hero__content{grid-row:2;grid-column:2;width:100%;height:100%;display:flex;align-items:center;z-index:1}.hero .hero__content .hero__content-text{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;max-width:600px;margin:auto}.hero .hero__content .hero__title{margin-bottom:16px}.hero .hero__content .hero__desc{margin-bottom:24px}@media (max-width: 767px){.hero .hero__content{grid-column:1/-1;padding:0 24px;align-items:flex-end}.hero .hero__content .hero__content-text{margin:initial;margin-bottom:40px;text-align:center;align-items:center}.hero .hero__content .hero__content-text .btn__primary{width:100%;text-align:center}}.services{background:var(--color-primary);min-height:100vh;height:100vh;overflow:hidden}.services .services__content{display:flex;flex-wrap:wrap;height:100%}.services .services__content .services__img-wrapper{position:relative;width:50%;height:100%}.services .services__content .services__img{flex:0 1 50%;position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-color:#000;opacity:1;transition:none}.services .services__content .services__img--next{opacity:0}.services .services__content .services__list{flex:0 1 50%;padding:64px 32px;display:flex;flex-direction:column;color:var(--color-secondary)}.services .services__content .services__list .service__list-container{max-width:600px;margin:auto;display:flex;flex-direction:column;gap:32px}.services .services__content .services__list .service__list-container .service__container{width:100%;opacity:.1;transition:opacity .3s}.services .services__content .services__list .service__list-container .service__container .service__header{display:flex;align-items:center;gap:24px;text-transform:uppercase;cursor:pointer;margin-bottom:32px}.services .services__content .services__list .service__list-container .service__container .service__header .service__number{flex:0 0 16px}.services .services__content .services__list .service__list-container .service__container .service__content{display:flex;flex-direction:column;gap:16px;margin-left:40px;opacity:0;max-height:0;overflow:hidden;transform:translateY(20px);margin-bottom:0;transition:opacity .3s ease-out,transform .3s ease-out;will-change:opacity,transform}.services .services__content .services__list .service__list-container .service__container.active{opacity:1}.services .services__content .services__list .service__list-container .service__container.active .service__content{opacity:1;max-height:none;transform:translateY(0);margin-bottom:32px}.services .services__content .services__list .service__list-container .service__container .separator{width:100%;height:1px;background:var(--color-secondary)}@media (max-width: 767px){.services .services__content{position:relative}.services .services__content .services__img-wrapper{width:100%}.services .services__content .services__img{flex:0 1 100%}.services .services__content .services__img:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#0000,#000c);z-index:1}.services .services__content .services__list{flex:0 1 100%;padding:24px 12px;position:absolute;left:0;right:0;bottom:0;background:transparent;z-index:2}.services .services__content .services__list .service__list-container{max-width:100%;gap:12px}.services .services__content .services__list .service__list-container .service__container{gap:12px}.services .services__content .services__list .service__list-container .service__container .service__header{margin-bottom:12px}.services .services__content .services__list .service__list-container .service__container .service__content{gap:8px}.services .services__content .services__list .service__list-container .service__container.active .service__content{margin-bottom:12px}}.space{background:var(--color-primary);color:var(--color-secondary);padding:96px 0 96px 96px;min-height:100vh;display:flex;flex-direction:column;justify-content:center}.space .space__content{display:flex;flex-direction:column;gap:64px}.space .space__content .space__title-container{display:flex;flex-direction:column;gap:16px;max-width:500px;padding-right:24px}.space .space__content .space__slider-container{display:flex;flex-direction:column;gap:24px}.space .space__content .space__slider-container .space__slider{display:flex;overflow-x:scroll;scrollbar-width:none;-ms-overflow-style:none;cursor:grab}.space .space__content .space__slider-container .space__slider.active{cursor:grabbing;-webkit-user-select:none;user-select:none}.space .space__content .space__slider-container .space__slider img{max-height:400px;width:auto;object-fit:cover;flex-shrink:0;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-khtml-user-drag:none;-o-user-drag:none;-ms-user-drag:none;-webkit-user-drag:none}.space .space__content .space__slider-container .space__slider::-webkit-scrollbar{display:none}.space .space__content .space__slider-container .space__slider-controls{display:flex;gap:4px;align-items:center}.space .space__content .space__slider-container .space__slider-controls .space__slider-control{background:#ffffff4d;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer}@media (max-width: 767px){.space{padding:72px 0 72px 24px}.space .space__content{gap:40px}.space .space__content .space__slider-container .space__slider-controls{display:none}}.team{background:var(--color-primary);color:var(--color-secondary);padding:96px 0;min-height:100vh;display:flex;flex-direction:column;justify-content:center}.team .team__content{display:flex;flex-direction:column;gap:64px}.team .team__content .team__title-container{display:flex;flex-direction:column;gap:16px;max-width:548px;margin:auto;padding:0 24px;text-align:center}.team .team__content .team__members-container{position:relative;width:100%;max-width:1440px;margin:auto;padding:0 24px}.team .team__content .team__members-container .swiper-slide{width:288px}.team .team__content .team__members-container .team__arrow{position:absolute;top:50%;transform:translateY(-50%);width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#0000001a;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:1;cursor:pointer;border:none;padding:0;margin:0;color:var(--color-secondary)}.team .team__content .team__members-container .team__arrow svg{width:auto;height:auto}.team .team__content .team__members-container .team__arrow:after{display:none}.team .team__content .team__members-container .team__arrow--left{left:12px}.team .team__content .team__members-container .team__arrow--right{right:12px}.team .team__content .team__members-container .team__member{display:flex;flex-direction:column;align-items:center;gap:24px}.team .team__content .team__members-container .team__member img{width:288px;height:auto}.team .team__content .team__members-container .team__member .team__member-info{display:flex;flex-direction:column;gap:8px;text-align:center}.team .team__content .team__members-container .team__member .team__member-info p{text-transform:uppercase}@media (max-width: 767px){.team{padding:72px 0}.team .team__content{gap:40px}.team .team__content .team__members-container .team__arrow{display:none}}.footer{background:var(--color-primary);color:var(--color-secondary);padding:96px 20px 20px}.footer .footer__content{display:grid;grid-template-columns:repeat(2,1fr);column-gap:8px;row-gap:48px}.footer .footer__content .footer__address{grid-column:1/-1}.footer .footer__content .footer__opening-hours,.footer .footer__content .footer__contacts{display:flex;flex-direction:column;gap:12px}.footer .footer__brand{margin-top:68px}.footer .footer__copyright{color:var(--color-secondary);margin:20px 0}@media (max-width: 767px){.footer{padding:72px 24px 24px}.footer .footer__content{grid-template-columns:1fr}.footer .footer__content .footer__cta{order:2}.footer .footer__content .footer__cta .btn__primary{width:100%;text-align:center}.footer .footer__content .footer__contacts{order:3}.footer .footer__content .footer__contacts .footer__contacts-title{display:none}.footer .footer__content .footer__opening-hours{order:1}.footer .footer__content .footer__opening-hours .footer__opening-hours-title{display:none}.footer .footer__copyright{margin:12px 0 0}}.privacy-policy{padding:120px 0 80px;background-color:var(--color-primary);min-height:100vh}.privacy-policy .container{max-width:1440px;margin:0 auto;padding:0 20px}.privacy-policy__content{display:flex;flex-direction:column;gap:40px}.privacy-policy__content h1{font-weight:600;color:var(--color-secondary);text-align:center;padding-bottom:16px}.privacy-policy__content h2{font-weight:500;color:var(--color-secondary)}.privacy-policy__content p{color:var(--color-secondary)}.privacy-policy__content ul{padding-left:20px}.privacy-policy__content ul li{margin-bottom:8px;color:var(--color-secondary)}.privacy-policy__content ul li strong{color:var(--color-secondary);font-weight:600}.privacy-policy__section{display:flex;flex-direction:column;gap:8px}@media (max-width: 767px){.privacy-policy{padding:60px 0 40px}.privacy-policy .container{padding:0 24px}.privacy-policy__content{margin-top:16px}.privacy-policy__content h1{padding-bottom:0}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ 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);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}
