/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */.pswp{--pswp-bg: #000;--pswp-placeholder-bg: #222;--pswp-root-z-index: 100000;--pswp-preloader-color: rgba(79, 79, 79, .4);--pswp-preloader-color-secondary: rgba(255, 255, 255, .9);--pswp-icon-color: #fff;--pswp-icon-color-secondary: #4f4f4f;--pswp-icon-stroke-color: #4f4f4f;--pswp-icon-stroke-width: 2px;--pswp-error-text-color: var(--pswp-icon-color)}.pswp{position:fixed;z-index:var(--pswp-root-z-index);display:none;touch-action:none;outline:0;opacity:.003;contain:layout style size;-webkit-tap-highlight-color:rgba(0,0,0,0)}.pswp:focus{outline:0}.pswp *{box-sizing:border-box}.pswp img{max-width:none}.pswp--open{display:block}.pswp,.pswp__bg{transform:translateZ(0);will-change:opacity}.pswp__bg{opacity:.005;background:var(--pswp-bg)}.pswp,.pswp__scroll-wrap{overflow:hidden}.pswp,.pswp__scroll-wrap,.pswp__bg,.pswp__container,.pswp__item,.pswp__content,.pswp__img,.pswp__zoom-wrap{position:absolute;top:0;left:0;width:100%;height:100%}.pswp{position:fixed}.pswp__img,.pswp__zoom-wrap{width:auto;height:auto}.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img{cursor:zoom-in}.pswp--click-to-zoom.pswp--zoomed-in .pswp__img{cursor:move;cursor:grab}.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active{cursor:grabbing}.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,.pswp__img{cursor:zoom-out}.pswp__container,.pswp__img,.pswp__button{-webkit-user-select:none;-moz-user-select:none;user-select:none}.pswp__item{z-index:1;overflow:hidden}.pswp__hidden{display:none!important}.pswp__content{pointer-events:none}.pswp__content>*{pointer-events:auto}.pswp__error-msg-container{display:grid}.pswp__error-msg{margin:auto;font-size:1em;line-height:1;color:var(--pswp-error-text-color)}.pswp .pswp__hide-on-close{opacity:.005;will-change:opacity;transition:opacity var(--pswp-transition-duration) cubic-bezier(.4,0,.22,1);z-index:10;pointer-events:none}.pswp--ui-visible .pswp__hide-on-close{opacity:1;pointer-events:auto}.pswp__button{position:relative;display:block;width:50px;height:60px;padding:0;margin:0;overflow:hidden;cursor:pointer;background:none;border:0;box-shadow:none;opacity:.85;-webkit-appearance:none;-webkit-touch-callout:none}.pswp__button:hover,.pswp__button:active,.pswp__button:focus{transition:none;padding:0;background:none;border:0;box-shadow:none;opacity:1}.pswp__button:disabled{opacity:.3;cursor:auto}.pswp__icn{fill:var(--pswp-icon-color);color:var(--pswp-icon-color-secondary);position:absolute;top:14px;left:9px;width:32px;height:32px;overflow:hidden;pointer-events:none}.pswp__icn-shadow{stroke:var(--pswp-icon-stroke-color);stroke-width:var(--pswp-icon-stroke-width);fill:none}.pswp__icn:focus{outline:0}div.pswp__img--placeholder,.pswp__img--with-bg{background:var(--pswp-placeholder-bg)}.pswp__top-bar{position:absolute;left:0;top:0;width:100%;height:60px;display:flex;flex-direction:row;justify-content:flex-end;z-index:10;pointer-events:none!important}.pswp__top-bar>*{pointer-events:auto;will-change:opacity}.pswp__button--close{margin-right:6px}.pswp__button--arrow{position:absolute;top:0;width:75px;height:100px;top:50%;margin-top:-50px}.pswp__button--arrow:disabled{display:none;cursor:default}.pswp__button--arrow .pswp__icn{top:50%;margin-top:-30px;width:60px;height:60px;background:none;border-radius:0}.pswp--one-slide .pswp__button--arrow{display:none}.pswp--touch .pswp__button--arrow{visibility:hidden}.pswp--has_mouse .pswp__button--arrow{visibility:visible}.pswp__button--arrow--prev{right:auto;left:0px}.pswp__button--arrow--next{right:0px}.pswp__button--arrow--next .pswp__icn{left:auto;right:14px;transform:scaleX(-1)}.pswp__button--zoom{display:none}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__zoom-icn-bar-v{display:none}.pswp__preloader{position:relative;overflow:hidden;width:50px;height:60px;margin-right:auto}.pswp__preloader .pswp__icn{opacity:0;transition:opacity .2s linear;animation:pswp-clockwise .6s linear infinite}.pswp__preloader--active .pswp__icn{opacity:.85}@keyframes pswp-clockwise{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.pswp__counter{height:30px;margin:15px 0 0 20px;font-size:14px;line-height:30px;color:var(--pswp-icon-color);text-shadow:1px 1px 3px var(--pswp-icon-color-secondary);opacity:.85}.pswp--one-slide .pswp__counter,.only-mobile{display:none}@media (max-width: 1024px){.only-mobile{display:block}}.flex-10{display:flex;flex-wrap:wrap}.flex-10>div{width:10%}@media (max-width: 576px){.flex-10{flex-direction:column}.flex-10>div{width:100%}}.flex-25{display:flex;flex-wrap:wrap}.flex-25>div{width:25%}@media (max-width: 576px){.flex-25{flex-direction:column}.flex-25>div{width:100%}}.flex-33{display:flex;flex-wrap:wrap}.flex-33>div{width:33%}@media (max-width: 576px){.flex-33{flex-direction:column}.flex-33>div{width:100%}}.flex-50{display:flex;flex-wrap:wrap}.flex-50>div{width:50%}@media (max-width: 576px){.flex-50{flex-direction:column}.flex-50>div{width:100%}}.wrap{box-sizing:border-box;width:100%;padding-left:15px;padding-right:15px;margin:0 auto}.wrap-1440{max-width:1440px}.wrap-1280{max-width:1280px}.wrap-1024{max-width:1024px}.wrap-780{max-width:780px}.mt-128{margin-top:128px}.mb-128{margin-bottom:128px}.pt-128{padding-top:128px}.pb-128{padding-bottom:128px}.pt-1{padding-top:64px}.pt-2{padding-top:128px}.pt-3{padding-top:192px}.pt-4{padding-top:256px}.pb-1{padding-bottom:64px}.pb-2{padding-bottom:128px}.pb-3{padding-bottom:192px}.pb-4{padding-bottom:256px}.mt-1{margin-top:64px}.mt-2{margin-top:128px}.mt-3{margin-top:192px}.mt-4{margin-top:256px}.mb-1{margin-bottom:64px}.mb-2{margin-bottom:128px}.mb-3{margin-bottom:192px}.mb-4{margin-bottom:256px}@font-face{font-family:Mona-Sans;src:url(/build/assets/MonaSans-9ffa39d5.woff2) format("woff2 supports variations"),url(/build/assets/MonaSans-9ffa39d5.woff2) format("woff2-variations");font-weight:200 900;font-stretch:75% 125%}*,.font-sans{font-family:Mona-Sans,Helvetica,Arial,sans-serif;font-weight:400;font-stretch:100%;font-variation-settings:"ital" 0;line-height:normal;letter-spacing:normal}h1,h2,h3,h4,h5,h6{color:#fff;letter-spacing:1.1px;font-weight:600;font-stretch:105%;font-variation-settings:"ital" 0;margin-top:0;margin-bottom:0;opacity:.8}h1,.big{font-size:2.6rem}h2{font-weight:300;font-stretch:85%;font-variation-settings:"ital" 0;line-height:normal;letter-spacing:1.2px;font-size:3.5rem}h3{font-weight:300;font-stretch:85%;font-variation-settings:"ital" 0;line-height:normal;letter-spacing:1.2px;font-size:3rem}h4{font-weight:200;font-stretch:85%;font-variation-settings:"ital" 0;line-height:normal;letter-spacing:1.2px;font-size:2.2rem}a{font-weight:500;font-stretch:100%;transition:.3s;text-decoration:none;color:#41ab91}p,ul,li{font-weight:300;font-stretch:90%;font-variation-settings:"ital" 0;line-height:1.4rem;letter-spacing:.1rem;font-size:1.4rem;color:#0093ae;margin-top:0;opacity:.8}strong{font-weight:600}.center{text-align:center}@font-face{font-family:g3dev_iconsregular;src:url(/build/assets/g3devicons-webfont-9a49532e.woff2) format("woff2"),url(/build/assets/g3devicons-webfont-21fae798.woff) format("woff");font-weight:400;font-style:normal}i.g3i{font-family:g3dev_iconsregular;font-style:normal;font-size:24px;text-transform:initial}i.g3i-sm{font-size:16px}i.g3i-ms{font-size:24px}i.g3i-md{font-size:36px}i.g3i-bg{font-size:48px}i.g3i-xl{font-size:64px}i.g3i-facebook:after{content:"F"}i.g3i-instagram:after{content:"I"}i.g3i-linkedin:after{content:"L"}i.g3i-telegram:after{content:"T"}i.g3i-twitter:after{content:"t"}i.g3i-airplane:after{content:"T"}i.g3i-calendar:after{content:"`"}i.g3i-carret-bottom:after{content:"c"}i.g3i-carret-top:after{content:"c";display:inline-block;transform:rotate(180deg)}i.g3i-carret-right:after{content:"c";display:inline-block;transform:rotate(-90deg)}i.g3i-carret-left:after{content:"c";display:inline-block;transform:rotate(90deg)}i.g3i-carret-rounded-bottom:after{content:"C"}i.g3i-carret-rounded-top:after{content:"C";display:inline-block;transform:rotate(180deg)}i.g3i-carret-rounded-right:after{content:"C";display:inline-block;transform:rotate(-90deg) translateY(1px)}i.g3i-carret-rounded-left:after{content:"C";display:inline-block;transform:rotate(90deg) translateY(1px)}i.g3i-cross:after{content:"+";display:inline-block;transform:rotate(45deg)}i.g3i-download:after{content:"d"}i.g3i-home:after{content:"h"}i.g3i-location:after{content:"m"}i.g3i-email:after{content:"M"}i.g3i-minus:after{content:"-"}i.g3i-phone:after{content:"p"}i.g3i-play:after{content:"P"}i.g3i-plus:after{content:"+"}i.g3i-user:after{content:"u"}.btn{letter-spacing:.1em;font-size:1em;background-color:#0093ae;color:#fff;padding:.8em 1em;transition:.3s;cursor:pointer;box-shadow:1px 3px 4px 1px #0000004d;border-radius:5px;border:0;background-color:#2c7583;text-align:center}.btn:hover{padding-left:1.3em;padding-right:1.3em;background-color:#0093ae}#menuToggle{display:none;z-index:101;right:15px;top:15px;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;padding:15px}#menuToggle span{display:block;width:33px;height:4px;margin-bottom:5px;position:relative;background:white;border-radius:3px;z-index:1;transform-origin:4px 0px;transition:transform .5s cubic-bezier(.77,.2,.05,1),background .5s cubic-bezier(.77,.2,.05,1),opacity .55s ease}#menuToggle span:first-child{transform-origin:0% 0%}#menuToggle span:nth-last-child(2){transform-origin:0% 100%}#menuToggle.active span{opacity:1;transform:rotate(-45deg) translate(-2px,-1px);background:#232323}#menuToggle.active span:nth-last-child(2){opacity:0;transform:rotate(0) scale(.2)}#menuToggle.active span:nth-last-child(3){transform:rotate(45deg) translateY(-2px)}@media (max-width: 1024px){#menuToggle{display:block}}*{scrollbar-width:none;scrollbar-color:#0093ae rgba(12,13,17,.1)}*::-webkit-scrollbar{width:0px;opacity:.1}*::-webkit-scrollbar-track{background:rgba(12,13,17,.1)}*::-webkit-scrollbar-thumb{background-color:#0093ae;border-radius:10px;border:3px solid rgba(12,13,17,.1)}body,html{margin:0;padding:0;scroll-behavior:smooth;position:relative;overflow-x:hidden}*{box-sizing:border-box}img{display:block;width:100%}.logo{max-width:256px;margin:0 auto;opacity:1}.logo svg,.logo svg path{fill:#fafafa!important}#main-nav{position:fixed;top:-250px;left:0;z-index:100;width:100%;padding:5px 15px;height:82px;transition:1s;background-color:#0c0d1180}#main-nav.visible{top:0}#main-nav-links{display:flex}#main-nav-links a{display:block;margin-left:calc(3px + 3vw);max-height:60px;color:#fff}#main-nav-links a.current-page,#main-nav-links a:hover{color:#5295b0}@media (max-width: 1280px){#main-nav-links{position:fixed;height:100vh;width:100%;max-width:576px;top:0;right:-576px;display:block;background-color:#fff;z-index:101;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:120px 90px;transition:.5s;box-shadow:0 0 #0000}#main-nav-links a{margin-left:0;opacity:0;transition:.3s .3s}#main-nav-links.active{right:0;box-shadow:-10px 0 20px #0006}#main-nav-links.active a{opacity:1;color:#0093ae;border-bottom:1px solid rgba(0,147,174,.6);width:100%}#main-nav-links.active a.current-page,#main-nav-links.active a:hover{color:#5295b0}}#main-nav-content{display:flex}#main-nav #nav-head{height:100%;display:flex;align-items:center;justify-content:space-between}#main-nav #nav-head a{display:flex;align-items:center;max-width:300px;height:100%}#main-nav #nav-head a .logo{display:block;height:70%;margin-right:30px}#main-nav #nav-head a span{font-size:2.2rem}body.page-map #main-nav{margin-bottom:0}body.page-map footer{margin-top:0}.logo-mobile{display:none;position:absolute;bottom:90px;width:100%;margin:0 auto}.logo-mobile img{width:152px}@media (max-width: 1280px){.logo-mobile{display:block}}footer{background-color:#0c0d11;padding:60px 0}footer>div{display:flex;flex-wrap:wrap;justify-content:space-around}@media (max-width: 768px){footer>div{flex-direction:column}footer>div>*{width:100%!important}footer>div{align-items:center;justify-content:center;flex-direction:column-reverse}}footer div>div{display:block;width:-moz-fit-content;width:fit-content;max-width:250px}@media (max-width: 768px){footer div>div{margin-bottom:60px;text-align:center}}footer div>div p,footer div>div h3,footer div>div a,footer div>div i.g3i{margin-top:0;margin-bottom:5px;color:#fff}footer div>div h3{margin-bottom:15px}footer div>div p{margin-left:5px;font-size:1rem}footer div>div p.phone{font-size:1.2rem}.spacer{min-height:66vh;background-color:#8dbad1;display:flex;flex-direction:column;align-items:center;justify-content:center;background-attachment:fixed;background-size:cover;text-align:right;background-position-x:left}.spacer:nth-last-of-type(2n){background-position-x:right}.spacer:nth-last-of-type(2n) .wrap{text-align:left}#mobile-buttons{position:fixed;bottom:30px;right:-300px;opacity:0;z-index:10;transition:1s}#mobile-buttons i.g3i,#mobile-buttons a{color:#fff}@media (max-width: 1024px){#mobile-buttons{bottom:15px}}#mobile-buttons.visible{right:30px;opacity:1}@media (max-width: 1024px){#mobile-buttons.visible{right:15px}}#mobile-buttons .wrapper{display:flex;align-items:center;flex-direction:column-reverse;position:relative}#mobile-buttons a{position:absolute;bottom:0;right:0;background-color:#0093ae;padding:14px 15px;border-radius:50%;display:block;z-index:8;transition:.5s;transition-timing-function:ease-in-out}#mobile-buttons a.plus-button{font-weight:400;font-size:2.6rem;padding:2px 15px 0 14px;z-index:9}#mobile-buttons a.plus-button span{line-height:inherit}#mobile-buttons a.plus-button .minus{display:none}#mobile-buttons a.plus-button .plus{display:block}#mobile-buttons .phone-button{z-index:8;transform:scale(0);transition-delay:.3s}#mobile-buttons .email-button{z-index:7;transform:scale(0)}#mobile-buttons.show .plus-button{transform:rotate(45deg)}#mobile-buttons.show .phone-button{transform:scale(.96);bottom:65px;transition-delay:0s}#mobile-buttons.show .email-button{transition-delay:.3s;transform:scale(.93);bottom:132px}#popup{position:fixed;width:100vw;height:100vh;z-index:10000;top:100%;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#00000080;transition:.3s}#popup .popup-content{padding:60px 30px 30px;background:linear-gradient(0deg,rgb(28,31,39) 0%,#0c0d11 100%);border-radius:10px}#popup .btn{display:block;background-color:#df573f;margin:45px auto 0;width:150px;text-align:center}#popup.visible{top:0%}header{height:100vh;width:100%;position:relative;overflow:hidden}@media (max-width: 1280px){header{height:85vh}}header .backgroud-video{width:100%;height:100%;position:relative;overflow:hidden}header video{width:100%;height:100%;position:absolute;top:0}header .header-container{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:flex-start;padding-bottom:96px}header .header-container-sentence{text-align:center;display:flex;justify-content:center;flex-direction:column;align-items:center}header .header-container-sentence h1{font-weight:200;font-stretch:110%;font-variation-settings:"ital" 5;line-height:normal;letter-spacing:normal;font-size:2.1rem;margin:32px 0 0}@media (max-width: 1280px){header .header-container-sentence h1{font-size:1.6rem}header .header-container-sentence-logo{max-width:192px}}header .header-container #header-menu{padding:0;margin:0 0 0 120px}header .header-container #header-menu li{margin:0;padding:0;list-style:none}header .header-container #header-menu li a{font-size:92px;font-weight:800;color:#ffffff4d;transition:.2s}header .header-container #header-menu li a:hover{color:#fff9}header #go-down{position:absolute;margin:0 auto;bottom:96px;opacity:.6;left:50%;right:50%;transform:translate(-24px)}header #go-down i.g3i{color:#fff}header #go-down:hover{opacity:.9}section{background-color:#0c0d11;box-sizing:border-box}.home-sentence,.synopsis{padding-top:256px;padding-bottom:256px;text-align:center;display:flex;justify-content:center;flex-direction:column;background:rgb(56,62,78);background:linear-gradient(0deg,rgb(28,31,39) 0%,#0c0d11 100%)}.home-sentence-logo,.synopsis-logo{max-width:192px;margin:0 auto;opacity:.8}.home-sentence h1,.synopsis h1{font-weight:200;font-stretch:110%;font-variation-settings:"ital" 5;line-height:normal;letter-spacing:normal;margin-bottom:30px}.home-sentence p,.synopsis p{margin-left:12px}.synopsis{background-blend-mode:lighten;background-position:center center;mix-blend-mode:color;position:relative;overflow:hidden;text-align:left;padding-top:128px;padding-bottom:128px}.synopsis p{color:#0093ae}.synopsis h3{margin-bottom:30px;width:100%}.synopsis .wrap>div{padding:0 60px}@media (max-width: 768px){.synopsis .wrap>div{padding:0}.synopsis .wrap>div:first-of-type{margin-bottom:128px}}#services{background:radial-gradient(circle,#0c0d11 0%,rgb(28,31,39) 35%)}#services .services-diagram{display:flex;align-items:center;justify-content:center;flex-direction:column}#services .services-diagram .curves{position:relative;width:500px;height:500px;perspective:1500px}#services .services-diagram .curves>div.curves-lines{position:absolute;width:100%;height:100%;margin-left:10px}@media (max-width: 1024px){#services .services-diagram .curves{display:none}}#services .services-diagram .curves .cube{width:100%;height:100%;position:relative;transform-style:preserve-3d;transition:.5s}#services .services-diagram .curves .cube__face{position:absolute;top:160px;left:160px;width:180px;height:180px;text-align:center;display:flex;align-items:center;justify-content:center;border:2px solid #0093ae;background-color:#0003;border-radius:50%;opacity:.1;transition:1s;color:#fff}#services .services-diagram .curves .cube__face.active{opacity:1}#services .services-diagram .curves .cube__face img{border-radius:50%;filter:grayscale(50%)}#services .services-diagram .curves .cube__face--front{transform:rotateY(0) translateZ(250px) scale(.1)}#services .services-diagram .curves .cube__face--front.active{transform:rotateY(0) translateZ(250px) scale(1)}#services .services-diagram .curves .cube__face--right{transform:rotateY(90deg) translateZ(250px) scale(.1)}#services .services-diagram .curves .cube__face--right.active{transform:rotateY(90deg) translateZ(250px) scale(1)}#services .services-diagram .curves .cube__face--back{transform:rotateY(180deg) translateZ(250px) scale(.1)}#services .services-diagram .curves .cube__face--back.active{transform:rotateY(180deg) translateZ(250px) scale(1)}#services .services-diagram .curves .cube__face--left{transform:rotateY(-90deg) translateZ(250px) scale(.1)}#services .services-diagram .curves .cube__face--left.active{transform:rotateY(-90deg) translateZ(250px) scale(1)}#services .services-diagram .curves .cube__face--top{transform:rotateX(90deg) translateZ(250px) scale(.1)}#services .services-diagram .curves .cube__face--top.active{transform:rotateX(90deg) translateZ(250px) scale(1)}#services .services-diagram .curves .cube__face--bottom{transform:rotateX(-90deg) translateZ(250px) scale(.1)}#services .services-diagram .curves .cube__face--bottom.active{transform:rotateX(-90deg) translateZ(250px) scale(1)}#services .services-diagram .curves .cube.show-front{transform:rotateY(0)}#services .services-diagram .curves .cube.show-right{transform:rotateY(-90deg)}#services .services-diagram .curves .cube.show-back{transform:rotateY(-180deg)}#services .services-diagram .curves .cube.show-left{transform:rotateY(90deg)}#services .services-diagram .curves .cube.show-top{transform:rotateX(-90deg)}#services .services-diagram .curves .cube.show-bottom{transform:rotateX(90deg)}#services .services-diagram-text{display:flex;position:absolute;color:#fff;transition:.5s}#services .services-diagram-text-left{margin-right:250px;text-align:right}#services .services-diagram-text-left>div:nth-of-type(2){padding-right:60px}#services .services-diagram-text-left>div{display:flex;flex-direction:column;align-items:flex-end;flex-wrap:wrap}#services .services-diagram-text-right{margin-left:250px;text-align:left}#services .services-diagram-text-right>div:nth-of-type(2){padding-left:60px}#services .services-diagram-text-left>div:first-of-type,#services .services-diagram-text-right>div:first-of-type{margin-bottom:120px}#services .services-diagram-text-left>div:last-of-type,#services .services-diagram-text-right>div:last-of-type{margin-top:120px}#services .services-diagram-text>div>div{opacity:.7;transition:.5s}#services .services-diagram-text>div>div.active{opacity:1}#services .services-diagram-text h3{font-size:2.2rem}#services .services-diagram-text p{max-width:220px;font-size:1rem;margin-bottom:0;opacity:1;font-weight:500}@media (max-width: 1024px){#services .services-diagram-text{position:relative;width:100%;padding:0 15px;justify-content:space-around}#services .services-diagram-text-right,#services .services-diagram-text-left{margin:0;text-align:left}#services .services-diagram-text-right>div,#services .services-diagram-text-left>div{align-items:flex-start;padding:0 15px!important}}@media (max-width: 576px){#services .services-diagram-text{flex-direction:column}#services .services-diagram-text-left{margin-bottom:120px}}#services .animated-curves path{stroke-dasharray:1000;stroke-dashoffset:1000}#services .animated-curves path.active{animation:dash 1s linear forwards}#services .animated-curves path.previous{animation:dashinvert .5s linear forwards}#services .fixed-curves{opacity:.1}@media (max-width: 576px){#services>div *{text-align:left}}#services .services-title{margin-bottom:60px;text-align:center}@keyframes dash{0%{stroke-dashoffset:1000}to{stroke-dashoffset:0}}@keyframes dashinvert{0%{stroke-dashoffset:0}to{stroke-dashoffset:1000}}#team{background:linear-gradient(180deg,rgb(28,31,39) 0%,#0c0d11 100%)}#team h3{padding:120px 0 60px;text-align:center;width:100%}#team .team-element{text-align:center}#team .team-element img{width:256px;margin:0 auto 22px}#team .team-element-content *{color:#fff;font-size:1.1rem;max-width:80%;margin:0 auto;opacity:.5}@media (max-width: 1024px){#team .flex-33{justify-content:center;align-items:center}#team .flex-33>div{width:50%;margin-bottom:60px}}@media (max-width: 768px){#team .flex-33>div{width:100%}}#partners .flex-25{justify-content:space-between}#partners .partners-element{padding:0 15px}#partners .partners-element-header{position:relative;width:100%}#partners .partners-element-header>img{border-radius:15px}#partners .partners-element-header__logo{position:absolute;height:18px;width:auto;bottom:30px;left:15px;margin:0 auto;display:block;-o-object-fit:contain;object-fit:contain}#partners .partners-element-header__logo img{height:32px}#partners .partners-element-content h4{padding-top:15px;margin-bottom:0}#partners .partners-element-content a{display:block;margin-bottom:15px}#partners .partners-element-content p{margin-left:7px}@media (max-width: 1024px){#partners .flex-25>div{width:50%}#partners .partners-element{padding:15px}#partners .partners-element:nth-of-type(2n){padding-right:15px}}@media (max-width: 576px){#partners .flex-25>div{width:100%}#partners .partners-element{padding:30px}#partners .partners-element:nth-of-type(2n){padding-right:30px}}#projects .header-projects-content *{color:#fff;font-size:1.2rem;max-width:100%;margin-left:7px}#projects-list{padding:0}#projects-list>div{width:33.33%}#projects-list>div:first-of-type{display:flex;justify-content:center;flex-direction:column;padding:60px}@media (max-width: 1280px){#projects-list>div{width:50%}}@media (max-width: 768px){#projects-list>div{width:100%}}#projects-list .project{position:relative;overflow:hidden}#projects-list .project img{-o-object-fit:cover;object-fit:cover;height:100%;filter:grayscale(20%)}#projects-list .project .project-content{position:absolute;top:100%;left:0;width:100%;height:100%;background-color:#0c0d11cc;display:flex;align-items:center;justify-content:center;flex-direction:column;transition:.5s}#projects-list .project:hover .project-content{top:0%}#projects-list .project:hover img{filter:grayscale(100%)}#projects #all-projects-button{display:flex;padding-top:192px;align-items:center;justify-content:center}#projects #all-projects-button a{font-size:1.6rem;background-color:#2c7583;padding-left:80px;padding-right:80px;text-align:center}#projects #all-projects-button a:hover{padding-left:90px;padding-right:90px;background-color:#0093ae}#clients #clients-list{display:flex;flex-wrap:wrap;align-items:center;justify-content:center}#clients #clients-list img{width:auto;height:48px;padding:0 8px;margin:30px 15px}#map{min-height:60vh;height:60vh}#map iframe{filter:invert(10%) grayscale(75%) contrast(95%);border:0}.projects-page .header-projects,#project-detail{background-color:#0c0d11}#project-detail .project-container{display:flex;flex-wrap:wrap;flex-direction:row-reverse}#project-detail .project-container-content{width:33%}#project-detail .project-container-content_details{padding:30px;background-color:#0c0d11}#project-detail .project-container-gallery{width:67%}@media (max-width: 1280px){#project-detail .project-container{flex-direction:row}#project-detail .project-container-content,#project-detail .project-container-gallery{width:100%}}#project-detail hr{opacity:.2;margin-bottom:45px}header.pages-headers{height:45vh;background-size:cover;background-position:center}header.pages-headers>div{display:flex;align-items:center;background-color:#00000080;height:100%;padding-bottom:60px}header.pages-headers h1,header.pages-headers p,header.pages-headers p span{color:#fff;margin:0}.pages-content{padding-top:120px;padding-bottom:160px;font-size:1.2rem;position:relative}.pages-content p{line-height:2rem}.pages-content:after{position:absolute;top:calc(100% - 7px);width:100%;height:auto;z-index:10;transform:rotate(180deg)}.pages-content:before{position:absolute;bottom:calc(100% - 7px);width:100%;height:auto;z-index:10}.show-on-scroll{opacity:0;transition:1s;transform:translateY(100px)}.show-on-scroll.visible{opacity:1;transform:translateY(0)}.border-bottom{position:absolute;bottom:0;left:0;width:100%;height:42px}.border-bottom svg,.border-bottom svg g{width:100%}.border-bottom svg path,.border-bottom svg g path{fill:#0c0d11!important}.lil-gui .controller>.name{color:#fff!important}
