@import url(https://fonts.googleapis.com/css2?family=Aref+Ruqaa:wght@400;700&family=Montserrat:ital,wght@0,100;0,200;1,100;1,200&family=PT+Mono&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);

*{margin:0;padding:0;box-sizing:border-box;font-family:"Roboto",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#262626}body,html{min-height:100%}html{scroll-behavior:smooth}a{text-decoration:none}a,button{transition:.3s;outline:none}a:focus,a:hover,button:focus,button:hover{opacity:.6}a:disabled,button:disabled{opacity:.4}.container{padding-left:20px;padding-right:20px;margin-left:auto;margin-right:auto}@media(min-width: 480px){.container{max-width:480px;padding-left:0px;padding-right:0px}}@media(min-width: 768px){.md\:container{max-width:768px !important}.container{max-width:768px}}@media(min-width: 1024px){.container{max-width:1024px}}@media(min-width: 1280px){.container{max-width:1280px}}.g-root{overflow:hidden}.g-root.g-no-hidden{overflow:unset}.g-row{display:flex;flex-wrap:wrap}.g-item-12{width:calc(100%*12/12)}@media(min-width: 480px){.sm\:g-item-6{width:calc(100%*6/12)}}@media(min-width: 768px){.md\:g-item-3{width:calc(100%*3/12)}.md\:g-item-4{width:calc(100%*4/12)}}.g-gap-0>.g-row{margin:0px}.g-gap-0>.g-row>[class*=g-item]{padding:0px}.g-gap-4>.g-row{margin:-8px}.g-gap-4>.g-row>[class*=g-item]{padding:8px}.g-gap-8>.g-row{margin:-16px}.g-gap-8>.g-row>[class*=g-item]{padding:16px}.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}@media(min-width: 480px){.sm\:text-lg{font-size:1.125rem;line-height:1.75rem}.sm\:text-xl{font-size:1.25rem;line-height:1.75rem}.sm\:text-3xl{font-size:1.875rem;line-height:2.25rem}}@media(min-width: 768px){.md\:text-lg{font-size:1.125rem;line-height:1.75rem}.md\:text-5xl{font-size:3rem;line-height:1}}.text-color-light{color:#fafafa}.text-align-center{text-align:center}.text-mb-1{margin-bottom:4px}.text-mb-2{margin-bottom:8px}.text-mb-3{margin-bottom:12px}.text-mb-4{margin-bottom:16px}.text-mb-5{margin-bottom:20px}.text-mb-6{margin-bottom:24px}@media(min-width: 480px){.sm\:text-mb-6{margin-bottom:24px}}@media(min-width: 768px){.md\:text-mb-8{margin-bottom:32px}}.gn-button{display:flex;align-items:center;justify-content:center;width:fit-content;font-size:1rem;height:48px;padding:0px 20px;color:#737373;cursor:pointer;border-radius:4px;border:none;outline:none;background-color:#fafafa;transition:all .2s ease 0s;user-select:none}.gn-button:focus,.gn-button:hover{opacity:.8}.gn-button:disabled{opacity:.5;cursor:not-allowed}.gn-button.pm-button{background-color:#262626;color:#fafafa}.gn-button.full{width:100%}.gn-button.fit{width:fit-content}.gn-button.left{margin:0px auto 0px 0px}.gn-button.right{margin:0px 0px 0px auto}.gn-button.small{font-size:.875rem;height:36px;padding:0px 16px}.accordion{display:block;width:100%;cursor:pointer;transition:.2s ease 0s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-align:left;background-color:rgba(0,0,0,0)}.accordion.secondary{border:none;border-bottom:1px solid #fafafa}.accordion.secondary:last-child{border-bottom:none}.accordion .label{display:flex;justify-content:space-between;align-items:center;padding:20px;transition:.2s ease 0s}.accordion .label h3{transition:.2s ease 0s;color:#fafafa}.accordion .label .arrow{width:18px;height:18px;margin-left:20px;background-image:url(/img/arrow-white.svg);background-repeat:no-repeat;background-size:contain;background-position:center;transition:.2s ease 0s}.accordion.active .label h3,.accordion:focus .label h3,.accordion:hover .label h3{color:#fafafa}.accordion.active .arrow{transform:rotate(-180deg)}.accordion .content{height:0;overflow:hidden}.accordion .content p{color:#fafafa}.accordion .content>div{padding:0 20px 20px}.accordion.active .content{height:auto;animation:accordion-anima .4s forwards}@keyframes accordion-anima{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0px)}}.card.secondary{position:relative;width:100%;max-width:245px;margin:0px auto;color:#404040;background-color:#fafafa}.card.secondary>a{font-size:0}.card.secondary .description{padding:12px 16px}.card.secondary .description h3{text-decoration:underline}.card.secondary .description p{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;height:2.5rem;-webkit-line-clamp:2;-webkit-box-orient:vertical}.card.quaternary{width:100%;max-width:272px;padding:24px;text-align:center;border-radius:8px;border:1px solid #fafafa}.card.quaternary .icon{width:96px;height:96px;margin:0px auto 16px;padding:4px;border-radius:48px;background:#10b981;background:linear-gradient(0deg, #10b981 0%, #06b6d4 100%)}.card.quaternary .icon img{width:88px;height:88px;border-radius:48px}@media(min-width: 480px){.card.quaternary{padding:20px}}.aspect-ratio{position:relative;overflow:hidden}.aspect-ratio.aspect-16-9{padding-top:56.25%}.aspect-ratio.aspect-16-9.invert{padding-top:177.77%}.aspect-ratio>*{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto}.aspect-ratio.fit>*{width:100%;height:100%;object-fit:cover}.aspect-ratio.width>*{width:100%}.aspect-ratio.height>*{height:100%}.modal{position:fixed;z-index:3;top:0;bottom:0;left:0;right:0;opacity:0;pointer-events:none;transition:opacity .2s ease 0s;background-color:rgba(0,0,0,.6)}.modal.active{opacity:1;pointer-events:all}.social-links{display:flex;align-items:center}.social-links a{display:flex;align-items:center}.social-links a:hover,.social-links a:focus{opacity:1}.social-links a::after{content:"";display:inline-block;width:1px;height:16px;background-color:#737373;margin:0px 8px}.social-links a:last-of-type::after{display:none}.social-links img{width:20px;height:20px;font-size:12px;transition:.3s}.social-links img:hover,.social-links img:focus{opacity:.6}.header.secondary{position:sticky;top:0;left:0;z-index:2;background-color:#0a0a0a}.header.secondary .container{height:48px;display:flex;align-items:center;justify-content:space-between}.header.secondary .logo{display:block}.header.secondary .logo img{display:block;font-size:12px;color:#fafafa;height:40px}.header.secondary nav .link{display:none;color:#fafafa}.header.secondary .menu-button{font-size:0px;background-color:rgba(0,0,0,0);border:none;cursor:pointer;width:20px;height:20px;background-image:url(/img/menu-white.svg);background-size:cover;background-position:center;background-repeat:no-repeat}@media(min-width: 768px){.header.secondary .container{height:64px}.header.secondary .logo{font-size:1.75rem}.header.secondary nav{display:flex;align-items:center;justify-content:center;gap:1rem}.header.secondary nav .link{display:block}.header.secondary .menu-button{display:none}}.footer.secondary{background-color:#0a0a0a;color:#fafafa}.footer.secondary .container{padding-top:32px;padding-bottom:32px}.footer.secondary h3,.footer.secondary p,.footer.secondary strong{color:#fafafa}.footer.secondary h3{text-decoration:underline}.footer.secondary .footer-top .social-links a::after{background-color:#fafafa}.footer.secondary .footer-top a{text-decoration:underline;color:#fafafa}.footer.secondary hr{border:none;border-bottom:1px solid #fafafa;margin:32px 0px}@media(min-width: 768px){.footer.secondary .container{padding-top:64px;padding-bottom:64px}.footer.secondary .email{display:block;width:100%;max-width:168px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}.banner{background-color:#262626;padding:32px 0px;height:474px;background-image:url(/img/banner-mobile.webp);background-size:cover;background-position:center;background-repeat:no-repeat}.banner .container{display:flex;align-items:center;height:100%}.banner h1,.banner p{color:#fafafa;text-transform:uppercase}.banner h1{text-decoration:underline}.banner hr{border:none;border-top:2px solid #fafafa;width:100%;max-width:80px;margin:0px auto;margin-bottom:16px}.banner .arrow-down{display:block;margin:0px auto;width:32px;height:32px}@media(min-width: 480px){.banner{padding:64px 0px;height:504px;background-image:url(/img/banner-desktop.webp)}}.menu{position:fixed;top:0px;right:-320px;z-index:2;padding:2rem;width:100%;max-width:320px;height:100vh;background-color:#171717;transition:right .2s ease 0s}.menu.active{top:0px;right:0px}.menu .menu-content{display:flex;flex-direction:column;justify-content:space-between;height:100%}.menu .menu-button{position:absolute;top:2rem;right:2rem;font-size:0px;background-color:rgba(0,0,0,0);border:none;cursor:pointer;width:20px;height:20px;background-image:url(/img/close-white.svg);background-size:cover;background-position:center;background-repeat:no-repeat}.menu .menu-logo{margin:auto auto 0px;display:block;width:107px;height:32px}.menu nav .link{display:block;width:fit-content;color:#fafafa;margin-bottom:1rem}.menu nav .link:last-child{margin-bottom:0}.contact-bar{background-color:#171717;padding:8px 0px}.contact-bar .container{display:flex;flex-direction:column;align-items:center;row-gap:8px}@media(min-width: 480px){.contact-bar .container{flex-direction:row;justify-content:space-between}}.contact-bar .contact-bar-left{display:flex;align-items:center;justify-content:center;column-gap:16px;row-gap:4px;flex-wrap:wrap}.contact-bar .contact-bar-left a{display:flex;align-items:center;gap:8px;color:#fafafa}.contact-bar .contact-bar-left a p{color:#fafafa}.contact-bar .contact-bar-left img{width:20px;height:20px}.contacts .contact-item{padding:16px;text-align:center}.contacts .contact-item .icon{width:40px;height:40px;margin-bottom:8px}.contacts .contact-item a{text-decoration:underline;font-style:italic;color:#fafafa}.contacts .map{margin-top:20px;background-color:#fafafa}.contacts .map iframe{width:100%;height:312px}@media(min-width: 768px){.contacts .contact-item{padding:32px}.contacts .contact-item.dividers{border-right:2px solid #d4d4d4;border-left:2px solid #d4d4d4}.contacts .map{margin-top:32px}}.section{padding-top:32px;padding-bottom:32px;background:#171717;background:linear-gradient(0deg, #262626 0%, #171717 100%);color:#fafafa}.section .subtitle{max-width:480px;margin-left:auto;margin-right:auto}.section:nth-child(even){background:#262626;background:linear-gradient(0deg, #171717 0%, #262626 100%)}@media(min-width: 480px){.section{padding-top:64px;padding-bottom:64px}}.team .swiper{padding-bottom:4px}.team .swiper-container{padding-left:0px;padding-right:0px}.team .swiper-slide{max-width:272px;padding-left:20px}.team .swiper-slide:last-of-type{max-width:0px}@media(min-width: 480px){.team .swiper-slide{padding-left:0px}.team .swiper-slide:last-of-type{display:none}}.portfolio .swiper-container{padding-left:0px;padding-right:0px}.portfolio .swiper-slide{background-position:center;background-size:cover;width:225px;height:400px}.portfolio .swiper-slide img{display:block;width:100%}@media(min-width: 480px){.portfolio .swiper-container{max-width:100%}}@font-face{font-family:"swiper-icons";src:url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}.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:translate3d(0px, 0, 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);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,.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:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.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:rgba(0,0,0,0)}.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(0deg)}100%{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-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left: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"}
