:root{--bg-dark:#0d0d0d}*{font-family:var(--font-geist),sans-serif}html{scroll-padding-top:100px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility}body,figure,h1,h2,h3,h4,h5,p,ul{margin:0}body{background-color:#f8f7f6;scroll-behavior:smooth}a{text-decoration:none}nav{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#FFFFFF8A;position:fixed;left:0;right:0;top:0;height:64px;overflow:visible;transition:height .1s ease-in-out;z-index:100}nav.normal-bar{animation:anim-normal-bar-show;animation-duration:.1s;animation-timing-function:ease-out;animation-fill-mode:forwards}nav .content{position:relative;margin:0 25px;display:flex;justify-content:center;flex-direction:column}nav .content .brand{display:flex;align-items:center;position:relative;height:64px}nav .content .brand img{max-width:none;height:24px;filter:brightness(0)}nav .content .brand img:first-child{display:block}nav .content .brand img:nth-child(2),nav .content .control{display:none}nav .content .control .lang-switch{list-style:none;padding-left:30px}nav .content .control .lang-switch>li{font-weight:500;font-size:16px}nav .content .control .lang-switch .sub-menu{display:none}nav .content .control .menu{font-weight:400;font-size:16px;line-height:1.5;height:64px;margin:0;list-style:none;transition:margin-top .4s ease-in-out,opacity .2s ease-in-out}nav .content .control .menu>li{position:relative;padding:10px 0}nav .content .control .menu>li .icon{display:none;position:absolute;max-width:unset;left:50%;transform:translateX(-50%)}nav .content .control .menu>li>a{text-decoration:none;color:#0d0d0d;font-weight:500;text-transform:uppercase}nav .content .control .menu>li.active>a,nav .content .control .menu>li>a:hover{color:#068192}nav .content .control .menu>li.active .icon{display:block}nav .content .control .menu>li.bold>a{font-weight:600}nav .content .control .menu>li .sub-menu,nav .content .square-pair{display:none}nav .content .toggle-btn{cursor:pointer;position:absolute;right:0;top:17px;border:0;outline:0;background:#ffffff8a;width:52px;height:33px;display:flex;align-items:center;justify-content:center;border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}nav .content .toggle-btn>svg{position:absolute;transition:all .5s ease}nav .content .toggle-btn>svg:first-child{opacity:1;top:10px}nav .content .toggle-btn>svg:nth-child(2){opacity:0;top:10px}nav.sticky-bar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#ffffff8a}@media (min-width:1024px){nav{height:64px}nav.sticky-bar{margin-top:0}nav.sticky-bar .content{height:64px}nav.sticky-bar .content .brand img:first-child{display:block}nav.sticky-bar .content .toggle-btn{display:none}nav .content{justify-content:space-between;flex-direction:row}nav .content .brand{display:flex}nav .content .control,nav .content .control .menu{display:flex;align-items:center}nav .content .control .menu{clear:both}nav .content .control .menu>li{float:left;margin-right:36px;border-bottom:none;padding:0;position:relative;height:64px;display:flex;align-items:center}nav .content .control .menu>li:last-child{margin-right:0}nav .content .control .menu>li .sub-menu{display:none;flex-direction:column;position:absolute;left:0;top:100%;margin-top:10px}nav .content .control .menu>li .sub-menu .sub-menu-item{font-size:16px;font-weight:400;line-height:32px}nav .content .control .menu>li .sub-menu .sub-menu-item>a{color:#0d0d0d}nav .content .control .menu>li .sub-menu .sub-menu-item.active>a,nav .content .control .menu>li .sub-menu .sub-menu-item>a:hover{color:#068192}nav .content .brand .square-pair{display:flex;position:relative;margin-left:14px;left:unset;top:unset;transform:unset}nav .content .square-pair:after,nav .content .square-pair:before{width:20px;height:20px}nav .content .toggle-btn{display:none}nav.hovered .content .control .lang-switch .sub-menu,nav.hovered .content .control .menu>li .sub-menu{display:flex}}.mega-menu-container{position:fixed;left:0;right:0;top:64px;width:100vw;background-color:#0d0d0d;z-index:1000;padding:80px 0;color:#f8f7f6;animation:mega-menu-fade .2s ease-out}@keyframes mega-menu-fade{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.mega-menu-content{max-width:1440px;margin:0 auto;padding:0 25px;display:grid;grid-template-columns:repeat(5,1fr);grid-gap:40px;gap:40px}.mega-menu-column{display:flex;flex-direction:column}.service-title{font-weight:500;font-size:26px;line-height:1.1;color:#f8f7f6;margin-bottom:30px;max-width:200px}.subservice-list{list-style:none;padding:0;margin:0}.subservice-item{margin-bottom:12px}.subservice-item a{font-family:var(--font-geist-mono);font-weight:400;font-size:14px;line-height:1.25;color:#f8f7f6a6;text-transform:uppercase;transition:color .2s ease}.subservice-item a:hover{color:#647de4}.menu-link{display:flex;align-items:center;gap:6px}.chevron-icon{transition:transform .2s ease}.chevron-icon.rotate{transform:rotate(180deg)}@media (min-width:1280px){nav .content{max-width:unset}}@media (min-width:1440px){nav .content{max-width:1440px;margin:0 auto}nav .content .brand img{width:unset}}@keyframes anim-normal-bar-show{0%{margin-top:-10px}to{margin-top:0}}@keyframes anim-sticky-bar-show{0%{top:-110px;display:none}to{top:0;display:block}}@keyframes anim-menu-item-show{0%{margin-top:-calc(74px)}to{margin-top:0}}footer{background-color:var(--bg-dark)}footer .content{position:relative;margin:0 25px}footer hr{background-color:#0d0d0d40;margin:0}footer .square-pair{right:0;top:50%;transform:translateY(-50%)}footer .square-pair:after,footer .square-pair:before{background-color:#0d0d0d}footer .section:first-child{padding:26px 0 56px;display:flex;flex-direction:column;gap:20px}footer .section:first-child .brand>img:nth-child(2){display:none}footer .section:first-child .info{font-family:var(--font-geist-mono);font-weight:400;font-size:14px;color:#0d0d0da6;line-height:1.25}footer .section:first-child .info>span{text-transform:uppercase}footer .section:nth-child(3){padding:56px 0 273px;display:grid;grid-template-columns:1fr;grid-gap:20px;gap:20px}footer .section:nth-child(3) .col1 label{font-family:var(--font-geist-mono);font-weight:600;font-size:14px;color:#0d0d0d;line-height:1;text-transform:uppercase;margin-bottom:22px}footer .section:nth-child(3) .col1 a{font-weight:600;font-size:16px;color:#0d0d0da6;line-height:1;text-transform:uppercase}footer .section:nth-child(3) .col1 .part{margin-bottom:25px}footer .section:nth-child(3) .col1 label{margin-bottom:24px;display:block}footer .section:nth-child(3) .col1 .part:last-child{margin-bottom:0}footer .section:nth-child(3) .col1 p{margin-bottom:10px}footer .section:nth-child(3) .col1 p:last-child{margin-bottom:0}footer .section:nth-child(3) .col1 .address,footer .section:nth-child(3) .col1 .email{margin-bottom:20px}footer .section:nth-child(3) .col1 .address p{margin-bottom:0;line-height:1.25}footer .section:nth-child(3) .col1 .address,footer .section:nth-child(3) .col1 .email>a,footer .section:nth-child(3) .col1 .phone>a{font-weight:400;font-size:20px;color:#0d0d0da6;line-height:1;text-transform:unset}footer .section:nth-child(3) .col1 .btn-start-project{width:248px;height:35px;gap:10px;display:inline-flex;cursor:pointer;justify-content:center;align-items:center;background-color:#647de4;font-weight:600;font-size:16px;line-height:1;text-transform:uppercase;color:#f8f7f6;border:0;outline:0;box-shadow:unset}footer .section:nth-child(4){padding:0 0 36px;display:grid;grid-template-columns:1fr;grid-gap:20px;gap:20px}footer .section:nth-child(4) a{font-weight:600;font-size:16px;line-height:1.25;text-transform:uppercase;color:#0d0d0da6}footer .anim-link{position:relative;overflow:hidden;gap:10px}footer .anim-link:hover{color:#000!important}footer .anim-link:hover>span{padding-left:22px}footer .anim-link:hover:before{transform:translateY(-50%);opacity:1}footer .anim-link>span{transition:all .3s ease}footer .anim-link:before{position:absolute;opacity:0;content:"";width:16px;height:16px;left:0;top:50%;transform:translate(-100%,-50%);transition:all .3s ease;background-color:#000}footer.bg-black{background-color:#0d0d0d!important}footer.bg-black .anim-link:hover{color:#f8f7f6!important}footer.bg-black .anim-link:before{background-color:#f8f7f6}footer.bg-black hr{background-color:#f8f7f6a6}footer.bg-black .section:first-child .brand>img:first-child{display:none}footer.bg-black .section:first-child .brand>img:nth-child(2){display:block}footer.bg-black .section:first-child .info,footer.bg-black .section:nth-child(3) .col1 label{color:#f8f7f6}footer.bg-black .section:nth-child(3) .col1 .address,footer.bg-black .section:nth-child(3) .col1 .email>a,footer.bg-black .section:nth-child(3) .col1 .phone>a,footer.bg-black .section:nth-child(3) .col1 a,footer.bg-black .section:nth-child(4) a{color:#f8f7f6a6}footer.bg-black .square-pair:after,footer.bg-black .square-pair:before{background-color:#f8f7f6}@media (min-width:1024px){footer .section:first-child{flex-direction:row;justify-content:space-between;align-items:center}footer .section:nth-child(3){grid-template-columns:1fr 1fr 1fr 1fr}footer .section:nth-child(3) .col1:last-child{display:flex;justify-content:flex-end}footer .section:nth-child(4){position:absolute;bottom:50px;width:100%;grid-template-columns:1fr 1fr 1fr 1fr}}@media (min-width:1280px){footer .content{max-width:unset}}@media (min-width:1440px){footer .content{max-width:1440px;margin:0 auto}}section.partnership-company{padding:0 0 120px}section.partnership-company .caption{margin-bottom:78px}section.partnership-company .slider{margin:0 25px;position:relative}section.partnership-company .slider .list{border-top:1px solid #a1a1a1;border-bottom:1px solid #a1a1a1}section.partnership-company .slider .list .one{box-sizing:border-box;width:236px;height:200px;flex-shrink:0;border-right:1px solid #a1a1a1;display:flex;justify-content:center;align-items:center}section.partnership-company .slider .mask-left,section.partnership-company .slider .mask-right{position:absolute;top:0;bottom:0;width:250px}section.partnership-company .slider .mask-left{left:0;background:linear-gradient(90deg,#f8f7f6,#f8f7f600)}section.partnership-company .slider .mask-right{right:0;background:linear-gradient(270deg,#f8f7f6,#f8f7f600)}@media (min-width:1440px){section.partnership-company .slider{max-width:1440px;margin:0 auto}}section.contact{position:relative}section.contact .wrapper{position:absolute;left:25px;right:25px;top:50%;transform:translateY(-50%);z-index:1;display:flex;justify-content:space-between}section.contact .wrapper h2{font-weight:400;font-size:56px;line-height:1.1;color:#f8f7f6;max-width:470px;margin-left:30px}section.contact .wrapper .info{width:279px;height:279px;background-color:#3d3d3d;padding:24px;box-sizing:border-box;margin-right:23px;margin-top:-3px}section.contact .wrapper .info .title{font-weight:500;font-size:36px;line-height:40px;letter-spacing:-2%;color:#f8f7f6;margin-bottom:80px}section.contact .wrapper .info .email>a,section.contact .wrapper .info .link,section.contact .wrapper .info .link>a,section.contact .wrapper .info .phone>a{font-weight:400;font-size:20px;line-height:1.1;color:#f8f7f6}section.contact .wrapper .info .link{display:flex;justify-content:space-between;align-items:center}section.contact .content{position:relative;background-color:#0d0d0d;overflow:hidden}section.contact .bg-grid{height:778px;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABSgAAAMKCAYAAACGJaqPAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAABbeSURBVHgB7duxjQJBEAXR4URAhED+6awx5h4RYNGqMd5LoaVvlNRrcYy9r/cCGGBfgCn2BZhiX4Ap9uU8fwsAAAAAICJQAgAAAAAZgRIAAAAAyAiUAAAAAEBGoAQAAAAAMgIlAAAAAJARKAEAAACAjEAJAAAAAGQESgAAAAAgI1ACAAAAABmBEgAAAADICJQAAAAAQEagBAAAAAAyAiUAAAAAkBEoAQAAAICMQAkAAAAAZARKAAAAACAjUAIAAAAAGYESAAAAAMgIlAAAAABARqAEAAAAADICJQAAAACQESgBAAAAgIxACQAAAABkBEoAAAAAICNQAgAAAAAZgRIAAAAAyAiUAAAAAEBGoAQAAAAAMgIlAAAAAJARKAEAAACAjEAJAAAAAGQESgAAAAAgI1ACAAAAABmBEgAAAADICJQAAAAAQEagBAAAAAAyAiUAAAAAkBEoAQAAAICMQAkAAAAAZARKAAAAACAjUAIAAAAAGYESAAAAAMgIlAAAAABARqAEAAAAADICJQAAAACQESgBAAAAgIxACQAAAABkBEoAAAAAICNQAgAAAAAZgRIAAAAAyAiUAAAAAEBGoAQAAAAAMgIlAAAAAJARKAEAAACAjEAJAAAAAGQESgAAAAAgI1ACAAAAABmBEgAAAADICJQAAAAAQEagBAAAAAAyAiUAAAAAkBEoAQAAAICMQAkAAAAAZARKAAAAACAjUAIAAAAAGYESAAAAAMgIlAAAAABARqAEAAAAADICJQAAAACQESgBAAAAgIxACQAAAABkBEoAAAAAICNQAgAAAAAZgRIAAAAAyAiUAAAAAEBGoAQAAAAAMgIlAAAAAJARKAEAAACAjEAJAAAAAGQESgAAAAAgI1ACAAAAABmBEgAAAADICJQAAAAAQEagBAAAAAAyAiUAAAAAkBEoAQAAAICMQAkAAAAAZARKAAAAACAjUAIAAAAAGYESAAAAAMgIlAAAAABARqAEAAAAADICJQAAAACQESgBAAAAgIxACQAAAABkBEoAAAAAICNQAgAAAAAZgRIAAAAAyAiUAAAAAEBGoAQAAAAAMgIlAAAAAJARKAEAAACAjEAJAAAAAGQESgAAAAAgI1ACAAAAABmBEgAAAADICJQAAAAAQEagBAAAAAAyAiUAAAAAkBEoAQAAAICMQAkAAAAAZARKAAAAACAjUAIAAAAAGYESAAAAAMgIlAAAAABARqAEAAAAADICJQAAAACQESgBAAAAgIxACQAAAABkBEoAAAAAICNQAgAAAAAZgRIAAAAAyAiUAAAAAEBGoAQAAAAAMgIlAAAAAJARKAEAAACAjEAJAAAAAGQESgAAAAAgI1ACAAAAABmBEgAAAADICJQAAAAAQEagBAAAAAAyAiUAAAAAkBEoAQAAAICMQAkAAAAAZARKAAAAACAjUAIAAAAAGYESAAAAAMgIlAAAAABARqAEAAAAADICJQAAAACQESgBAAAAgIxACQAAAABkBEoAAAAAICNQAgAAAAAZgRIAAAAAyAiUAAAAAEBGoAQAAAAAMgIlAAAAAJARKAEAAACAjEAJAAAAAGQESgAAAAAgI1ACAAAAABmBEgAAAADICJQAAAAAQEagBAAAAAAyAiUAAAAAkBEoAQAAAICMQAkAAAAAZARKAAAAACAjUAIAAAAAGYESAAAAAMgIlAAAAABARqAEAAAAADICJQAAAACQESgBAAAAgIxACQAAAABkBEoAAAAAICNQAgAAAAAZgRIAAAAAyAiUAAAAAEBGoAQAAAAAMgIlAAAAAJARKAEAAACAjEAJAAAAAGQESgAAAAAgI1ACAAAAABmBEgAAAADICJQAAAAAQEagBAAAAAAyAiUAAAAAkBEoAQAAAICMQAkAAAAAZARKAAAAACAjUAIAAAAAGYESAAAAAMgIlAAAAABARqAEAAAAADICJQAAAACQESgBAAAAgIxACQAAAABkBEoAAAAAICNQAgAAAAAZgRIAAAAAyAiUAAAAAEBGoAQAAAAAMgIlAAAAAJARKAEAAACAjEAJAAAAAGQESgAAAAAgI1ACAAAAABmBEgAAAADICJQAAAAAQEagBAAAAAAyAiUAAAAAkBEoAQAAAICMQAkAAAAAZARKAAAAACAjUAIAAAAAGYESAAAAAMgIlAAAAABARqAEAAAAADICJQAAAACQESgBAAAAgIxACQAAAABkBEoAAAAAICNQAgAAAAAZgRIAAAAAyAiUAAAAAEBGoAQAAAAAMgIlAAAAAJARKAEAAACAjEAJAAAAAGQESgAAAAAgI1ACAAAAABmBEgAAAADICJQAAAAAQEagBAAAAAAyAiUAAAAAkBEoAQAAAICMQAkAAAAAZARKAAAAACAjUAIAAAAAGYESAAAAAMgIlAAAAABARqAEAAAAADICJQAAAACQESgBAAAAgIxACQAAAABkBEoAAAAAICNQAgAAAAAZgRIAAAAAyAiUAAAAAEBGoAQAAAAAMgIlAAAAAJB57n29F0e478frc48F8Gv2BZhiX4Ap9gWYYl/gC7EYmGJfgCn2BZhiX4Ap9uU8XrwBAAAAgIxACQAAAABkBEoAAAAAICNQAgAAAAAZgRIAAAAAyAiUAAAAAEBGoAQAAAAAMgIlAAAAAJARKAEAAACAjEAJAAAAAGQESgAAAAAgI1ACAAAAABmBEgAAAADICJQAAAAAQEagBAAAAAAyAiUAAAAAkBEoAQAAAICMQAkAAAAAZARKAAAAACAjUAIAAAAAGYESAAAAAMgIlAAAAABARqAEAAAAADICJQAAAACQESgBAAAAgIxACQAAAABkBEoAAAAAICNQAgAAAAAZgRIAAAAAyAiUAAAAAEBGoAQAAAAAMgIlAAAAAJARKAEAAACAjEAJAAAAAGQESgAAAAAgI1ACAAAAABmBEgAAAADICJQAAAAAQEagBAAAAAAyAiUAAAAAkBEoAQAAAICMQAkAAAAAZARKAAAAACAjUAIAAAAAGYESAAAAAMgIlAAAAABARqAEAAAAADICJQAAAACQESgBAAAAgIxACQAAAABkBEoAAAAAICNQAgAAAAAZgRIAAAAAyAiUAAAAAEBGoAQAAAAAMgIlAAAAAJARKAEAAACAjEAJAAAAAGQESgAAAAAgI1ACAAAAABmBEgAAAADICJQAAAAAQEagBAAAAAAyAiUAAAAAkBEoAQAAAICMQAkAAAAAZARKAAAAACAjUAIAAAAAGYESAAAAAMgIlAAAAABARqAEAAAAADICJQAAAACQESgBAAAAgIxACQAAAABkBEoAAAAAICNQAgAAAAAZgRIAAAAAyAiUAAAAAEBGoAQAAAAAMgIlAAAAAJARKAEAAACAjEAJAAAAAGQESgAAAAAgI1ACAAAAABmBEgAAAADICJQAAAAAQEagBAAAAAAyAiUAAAAAkBEoAQAAAICMQAkAAAAAZARKAAAAACAjUAIAAAAAGYESAAAAAMgIlAAAAABARqAEAAAAADICJQAAAACQESgBAAAAgIxACQAAAABkBEoAAAAAICNQAgAAAAAZgRIAAAAAyAiUAAAAAEBGoAQAAAAAMgIlAAAAAJARKAEAAACAjEAJAAAAAGQESgAAAAAgI1ACAAAAABmBEgAAAADICJQAAAAAQEagBAAAAAAyAiUAAAAAkBEoAQAAAICMQAkAAAAAZARKAAAAACAjUAIAAAAAGYESAAAAAMgIlAAAAABARqAEAAAAADICJQAAAACQESgBAAAAgIxACQAAAABkBEoAAAAAICNQAgAAAAAZgRIAAAAAyAiUAAAAAEBGoAQAAAAAMgIlAAAAAJARKAEAAACAjEAJAAAAAGQESgAAAAAgI1ACAAAAABmBEgAAAADICJQAAAAAQEagBAAAAAAyAiUAAAAAkBEoAQAAAICMQAkAAAAAZARKAAAAACAjUAIAAAAAGYESAAAAAMgIlAAAAABARqAEAAAAADICJQAAAACQESgBAAAAgIxACQAAAABkBEoAAAAAICNQAgAAAAAZgRIAAAAAyAiUAAAAAEBGoAQAAAAAMgIlAAAAAJARKAEAAACAjEAJAAAAAGQESgAAAAAgI1ACAAAAABmBEgAAAADICJQAAAAAQEagBAAAAAAyAiUAAAAAkBEoAQAAAICMQAkAAAAAZARKAAAAACAjUAIAAAAAGYESAAAAAMgIlAAAAABARqAEAAAAADICJQAAAACQESgBAAAAgIxACQAAAABkBEoAAAAAICNQAgAAAAAZgRIAAAAAyAiUAAAAAEBGoAQAAAAAMgIlAAAAAJARKAEAAACAjEAJAAAAAGQESgAAAAAgI1ACAAAAABmBEgAAAADICJQAAAAAQEagBAAAAAAyAiUAAAAAkBEoAQAAAICMQAkAAAAAZARKAAAAACAjUAIAAAAAGYESAAAAAMgIlAAAAABARqAEAAAAADICJQAAAACQESgBAAAAgIxACQAAAABkBEoAAAAAICNQAgAAAAAZgRIAAAAAyAiUAAAAAEBGoAQAAAAAMgIlAAAAAJARKAEAAACAjEAJAAAAAGQESgAAAAAgI1ACAAAAABmBEgAAAADICJQAAAAAQEagBAAAAAAyAiUAAAAAkBEoAQAAAICMQAkAAAAAZARKAAAAACAjUAIAAAAAGYESAAAAAMgIlAAAAABARqAEAAAAADICJQAAAACQESgBAAAAgIxACQAAAABkBEoAAAAAICNQAgAAAAAZgRIAAAAAyAiUAAAAAEBGoAQAAAAAMgIlAAAAAJARKAEAAACAjEAJAAAAAGQESgAAAAAgI1ACAAAAABmBEgAAAADICJQAAAAAQEagBAAAAAAyAiUAAAAAkBEoAQAAAICMQAkAAAAAZARKAAAAACAjUAIAAAAAGYESAAAAAMgIlAAAAABARqAEAAAAADICJQAAAACQESgBAAAAgIxACQAAAABkBEoAAAAAICNQAgAAAAAZgRIAAAAAyAiUAAAAAEBGoAQAAAAAMgIlAAAAAJARKAEAAACAjEAJAAAAAGQESgAAAAAgI1ACAAAAABmBEgAAAADICJQAAAAAQEagBAAAAAAyAiUAAAAAkBEoAQAAAICMQAkAAAAAZARKAAAAACAjUAIAAAAAGYESAAAAAMgIlAAAAABARqAEAAAAADICJQAAAACQESgBAAAAgIxACQAAAABkBEoAAAAAICNQAgAAAAAZgRIAAAAAyAiUAAAAAEBGoAQAAAAAMgIlAAAAAJARKAEAAACAjEAJAAAAAGQESgAAAAAgI1ACAAAAABmBEgAAAADICJQAAAAAQOa59/VeHOG+H6/PPRbAr9kXYIp9AabYF2CKfYEvxGJgin0BptgXYIp9AabYl/N48QYAAAAAMgIlAAAAAJARKAEAAACAjEAJAAAAAGQESgAAAAAgI1ACAAAAABmBEgAAAADICJQAAAAAQEagBAAAAAAyAiUAAAAAkBEoAQAAAICMQAkAAAAAZARKAAAAACAjUAIAAAAAGYESAAAAAMgIlAAAAABARqAEAAAAADICJQAAAACQESgBAAAAgIxACQAAAABkBEoAAAAAICNQAgAAAAAZgRIAAAAAyAiUAAAAAEBGoAQAAAAAMgIlAAAAAJARKAEAAACAjEAJAAAAAGQESgAAAAAgI1ACAAAAABmBEgAAAADICJQAAAAAQEagBAAAAAAyAiUAAAAAkBEoAQAAAICMQAkAAAAAZARKAAAAACAjUAIAAAAAGYESAAAAAMgIlAAAAABARqAEAAAAADICJQAAAACQESgBAAAAgIxACQAAAABkBEoAAAAAICNQAgAAAAAZgRIAAAAAyAiUAAAAAEBGoAQAAAAAMgIlAAAAAJARKAEAAACAjEAJAAAAAGQESgAAAAAgI1ACAAAAABmBEgAAAADICJQAAAAAQEagBAAAAAAyAiUAAAAAkBEoAQAAAICMQAkAAAAAZARKAAAAACAjUAIAAAAAGYESAAAAAMgIlAAAAABARqAEAAAAADICJQAAAACQESgBAAAAgIxACQAAAABkBEoAAAAAICNQAgAAAAAZgRIAAAAAyAiUAAAAAEBGoAQAAAAAMgIlAAAAAJARKAEAAACAjEAJAAAAAGQESgAAAAAgI1ACAAAAABmBEgAAAADICJQAAAAAQEagBAAAAAAyAiUAAAAAkBEoAQAAAICMQAkAAAAAZARKAAAAACAjUAIAAAAAGYESAAAAAMgIlAAAAABARqAEAAAAADICJQAAAACQESgBAAAAgIxACQAAAABkBEoAAAAAICNQAgAAAAAZgRIAAAAAyAiUAAAAAEBGoAQAAAAAMgIlAAAAAJARKAEAAACAjEAJAAAAAGQESgAAAAAgI1ACAAAAABmBEgAAAADICJQAAAAAQEagBAAAAAAyAiUAAAAAkBEoAQAAAICMQAkAAAAAZARKAAAAACAjUAIAAAAAGYESAAAAAMgIlAAAAABARqAEAAAAADICJQAAAACQESgBAAAAgIxACQAAAABkBEoAAAAAICNQAgAAAAAZgRIAAAAAyAiUAAAAAEBGoAQAAAAAMgIlAAAAAJARKAEAAACAjEAJAAAAAGQESgAAAAAgI1ACAAAAABmBEgAAAADICJQAAAAAQEagBAAAAAAyAiUAAAAAkBEoAQAAAICMQAkAAAAAZARKAAAAACAjUAIAAAAAGYESAAAAAMgIlAAAAABARqAEAAAAADICJQAAAACQESgBAAAAgIxACQAAAABkBEoAAAAAICNQAgAAAAAZgRIAAAAAyAiUAAAAAEBGoAQAAAAAMgIlAAAAAJARKAEAAACAjEAJAAAAAGQESgAAAAAgI1ACAAAAABmBEgAAAADICJQAAAAAQEagBAAAAAAyAiUAAAAAkBEoAQAAAICMQAkAAAAAZARKAAAAACAjUAIAAAAAGYESAAAAAMgIlAAAAABARqAEAAAAADICJQAAAACQESgBAAAAgIxACQAAAABkBEoAAAAAICNQAgAAAAAZgRIAAAAAyAiUAAAAAEBGoAQAAAAAMgIlAAAAAJARKAEAAACAjEAJAAAAAGQESgAAAAAgI1ACAAAAABmBEgAAAADICJQAAAAAQEagBAAAAAAyAiUAAAAAkBEoAQAAAICMQAkAAAAAZARKAAAAACAjUAIAAAAAGYESAAAAAMgIlAAAAABARqAEAAAAADICJQAAAACQESgBAAAAgIxACQAAAABkBEoAAAAAICNQAgAAAAAZgRIAAAAAyAiUAAAAAEBGoAQAAAAAMgIlAAAAAJARKAEAAACAjEAJAAAAAGQESgAAAAAgI1ACAAAAABmBEgAAAADICJQAAAAAQEagBAAAAAAyAiUAAAAAkBEoAQAAAICMQAkAAAAAZARKAAAAACAjUAIAAAAAGYESAAAAAMgIlAAAAABARqAEAAAAADICJQAAAACQESgBAAAAgIxACQAAAABkBEoAAAAAICNQAgAAAAAZgRIAAAAAyAiUAAAAAEBGoAQAAAAAMgIlAAAAAJARKAEAAACAjEAJAAAAAGQESgAAAAAgI1ACAAAAABmBEgAAAADICJQAAAAAQEagBAAAAAAyAiUAAAAAkBEoAQAAAICMQAkAAAAAZARKAAAAACAjUAIAAAAAGYESAAAAAMgIlAAAAABARqAEAAAAADICJQAAAACQESgBAAAAgIxACQAAAABkBEoAAAAAICNQAgAAAAAZgRIAAAAAyAiUAAAAAEBGoAQAAAAAMgIlAAAAAJARKAEAAACAjEAJAAAAAGQESgAAAAAgI1ACAAAAABmBEgAAAADICJQAAAAAQEagBAAAAAAy/0LGbeQZrROSAAAAAElFTkSuQmCC");background-position:center 0;background-repeat:no-repeat;background-size:auto}section.contact .mask .top{position:absolute;top:0;height:250px;left:0;right:0;background:linear-gradient(180deg,#0d0d0d,#0d0d0d3f)}section.contact .mask .bottom{position:absolute;bottom:0;height:250px;left:0;right:0;background:linear-gradient(0deg,#0d0d0d,#0d0d0d3f)}section.contact .mask .left{position:absolute;top:0;bottom:0;left:0;width:160px;background:linear-gradient(90deg,#0d0d0d,#0d0d0d3f)}section.contact .mask .right{position:absolute;top:0;bottom:0;right:0;width:160px;background:linear-gradient(270deg,#0d0d0d,#0d0d0d3f)}section.contact .square-pair{top:90px;left:50%;transform:translateX(-50%)}@media (min-width:1280px){section.contact .content{max-width:unset}}@media (min-width:1220px){section.contact .wrapper{max-width:1164px;margin:0 auto}}@media (min-width:1440px){section.contact .content{max-width:1440px;margin:0 auto}}section.home-hero{height:calc(100vh - 64px);min-height:768px;display:flex;align-items:center}section.home-hero .content{flex:1 1}section.home-hero h1{font-weight:400;font-size:74px;letter-spacing:-.7px;line-height:1;max-width:849px;margin-bottom:120px}section.home-hero .detail{font-weight:400;font-size:20px;line-height:1.1;max-width:406px}section.home-hero .bot{position:relative;display:flex;flex-direction:column;row-gap:120px}section.home-hero .btn-link{text-transform:uppercase}@media (min-width:1024px){section.home-hero .bot{flex-direction:row;justify-content:space-between;row-gap:0}}section.home-blog{padding-top:120px;padding-bottom:120px;--gutter-left:0px}section.home-blog .caption{margin:0 25px 70px}section.home-blog .slider{margin:0 25px}section.home-blog .slider .list{position:relative;overflow:hidden}section.home-blog .slider .list .is-spacer{flex:0 0 var(--gutter-left);width:var(--gutter-left);padding:0!important;margin:0!important}section.home-blog .slider .list .btn-link{position:absolute;pointer-events:none;will-change:transform,opacity;left:0;top:0;display:flex;width:74px;height:74px;justify-content:center;align-items:center;background-color:#647de4}section.home-blog .slider .list .btn-link>img{width:24px;height:24px}section.home-blog .slider .list .one{width:335px;flex-shrink:0;position:relative}section.home-blog .slider .list .one .image-holder{position:relative;margin-bottom:20px;overflow:hidden}section.home-blog .slider .list .one .image-holder>img{aspect-ratio:1;object-fit:cover;width:100%}section.home-blog .slider .list .one .image-holder>span{position:absolute;left:5px;top:5px;font-family:var(--font-geist-mono);font-weight:600;font-size:14px;line-height:1.25;text-transform:uppercase;background-color:#647de44d;padding:0 5px;color:#f8f7f6}section.home-blog .slider .list .one .info .title{font-weight:400;font-size:26px;line-height:1.1;color:#0d0d0d;margin-bottom:25px}section.home-blog .slider .list .one .info .detail{font-weight:400;font-size:16px;line-height:20px;color:#0d0d0d;margin-bottom:25px}section.home-blog .slider .list .one .info .date{font-family:var(--font-geist-mono);font-weight:400;font-size:14px;line-height:1.25;text-transform:uppercase;color:#a1a1a1}@media (min-width:1024px){section.home-blog .caption{margin:0 0 70px 25px}section.home-blog .slider{margin:0}}@media (min-width:1220px){section.home-blog .caption{margin:0 0 70px calc(50vw - 1164px / 2)}section.home-blog .slider{margin:0}}section.home-intro{position:relative;background-color:#0d0d0d}section.home-intro .wrapper{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:1;display:flex;flex-direction:column;align-items:center;width:100%}section.home-intro .wrapper .top{display:flex;align-items:center;column-gap:28px;margin-bottom:38px}section.home-intro .wrapper .top h2{font-weight:400;font-size:96px;line-height:1;letter-spacing:-.5px;color:#3d3d3d}section.home-intro .wrapper .top p{font-weight:400;font-size:96px;line-height:1;letter-spacing:-.5px;color:#f8f7f6}section.home-intro .wrapper .btn-link{text-transform:uppercase;color:#fff}section.home-intro .content{position:relative}section.home-intro .bg-grid{height:778px;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABSgAAAMKCAYAAACGJaqPAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAABbeSURBVHgB7duxjQJBEAXR4URAhED+6awx5h4RYNGqMd5LoaVvlNRrcYy9r/cCGGBfgCn2BZhiX4Ap9uU8fwsAAAAAICJQAgAAAAAZgRIAAAAAyAiUAAAAAEBGoAQAAAAAMgIlAAAAAJARKAEAAACAjEAJAAAAAGQESgAAAAAgI1ACAAAAABmBEgAAAADICJQAAAAAQEagBAAAAAAyAiUAAAAAkBEoAQAAAICMQAkAAAAAZARKAAAAACAjUAIAAAAAGYESAAAAAMgIlAAAAABARqAEAAAAADICJQAAAACQESgBAAAAgIxACQAAAABkBEoAAAAAICNQAgAAAAAZgRIAAAAAyAiUAAAAAEBGoAQAAAAAMgIlAAAAAJARKAEAAACAjEAJAAAAAGQESgAAAAAgI1ACAAAAABmBEgAAAADICJQAAAAAQEagBAAAAAAyAiUAAAAAkBEoAQAAAICMQAkAAAAAZARKAAAAACAjUAIAAAAAGYESAAAAAMgIlAAAAABARqAEAAAAADICJQAAAACQESgBAAAAgIxACQAAAABkBEoAAAAAICNQAgAAAAAZgRIAAAAAyAiUAAAAAEBGoAQAAAAAMgIlAAAAAJARKAEAAACAjEAJAAAAAGQESgAAAAAgI1ACAAAAABmBEgAAAADICJQAAAAAQEagBAAAAAAyAiUAAAAAkBEoAQAAAICMQAkAAAAAZARKAAAAACAjUAIAAAAAGYESAAAAAMgIlAAAAABARqAEAAAAADICJQAAAACQESgBAAAAgIxACQAAAABkBEoAAAAAICNQAgAAAAAZgRIAAAAAyAiUAAAAAEBGoAQAAAAAMgIlAAAAAJARKAEAAACAjEAJAAAAAGQESgAAAAAgI1ACAAAAABmBEgAAAADICJQAAAAAQEagBAAAAAAyAiUAAAAAkBEoAQAAAICMQAkAAAAAZARKAAAAACAjUAIAAAAAGYESAAAAAMgIlAAAAABARqAEAAAAADICJQAAAACQESgBAAAAgIxACQAAAABkBEoAAAAAICNQAgAAAAAZgRIAAAAAyAiUAAAAAEBGoAQAAAAAMgIlAAAAAJARKAEAAACAjEAJAAAAAGQESgAAAAAgI1ACAAAAABmBEgAAAADICJQAAAAAQEagBAAAAAAyAiUAAAAAkBEoAQAAAICMQAkAAAAAZARKAAAAACAjUAIAAAAAGYESAAAAAMgIlAAAAABARqAEAAAAADICJQAAAACQESgBAAAAgIxACQAAAABkBEoAAAAAICNQAgAAAAAZgRIAAAAAyAiUAAAAAEBGoAQAAAAAMgIlAAAAAJARKAEAAACAjEAJAAAAAGQESgAAAAAgI1ACAAAAABmBEgAAAADICJQAAAAAQEagBAAAAAAyAiUAAAAAkBEoAQAAAICMQAkAAAAAZARKAAAAACAjUAIAAAAAGYESAAAAAMgIlAAAAABARqAEAAAAADICJQAAAACQESgBAAAAgIxACQAAAABkBEoAAAAAICNQAgAAAAAZgRIAAAAAyAiUAAAAAEBGoAQAAAAAMgIlAAAAAJARKAEAAACAjEAJAAAAAGQESgAAAAAgI1ACAAAAABmBEgAAAADICJQAAAAAQEagBAAAAAAyAiUAAAAAkBEoAQAAAICMQAkAAAAAZARKAAAAACAjUAIAAAAAGYESAAAAAMgIlAAAAABARqAEAAAAADICJQAAAACQESgBAAAAgIxACQAAAABkBEoAAAAAICNQAgAAAAAZgRIAAAAAyAiUAAAAAEBGoAQAAAAAMgIlAAAAAJARKAEAAACAjEAJAAAAAGQESgAAAAAgI1ACAAAAABmBEgAAAADICJQAAAAAQEagBAAAAAAyAiUAAAAAkBEoAQAAAICMQAkAAAAAZARKAAAAACAjUAIAAAAAGYESAAAAAMgIlAAAAABARqAEAAAAADICJQAAAACQESgBAAAAgIxACQAAAABkBEoAAAAAICNQAgAAAAAZgRIAAAAAyAiUAAAAAEBGoAQAAAAAMgIlAAAAAJARKAEAAACAjEAJAAAAAGQESgAAAAAgI1ACAAAAABmBEgAAAADICJQAAAAAQEagBAAAAAAyAiUAAAAAkBEoAQAAAICMQAkAAAAAZARKAAAAACAjUAIAAAAAGYESAAAAAMgIlAAAAABARqAEAAAAADICJQAAAACQESgBAAAAgIxACQAAAABkBEoAAAAAICNQAgAAAAAZgRIAAAAAyAiUAAAAAEBGoAQAAAAAMgIlAAAAAJARKAEAAACAjEAJAAAAAGQESgAAAAAgI1ACAAAAABmBEgAAAADICJQAAAAAQEagBAAAAAAyAiUAAAAAkBEoAQAAAICMQAkAAAAAZARKAAAAACAjUAIAAAAAGYESAAAAAMgIlAAAAABARqAEAAAAADICJQAAAACQESgBAAAAgIxACQAAAABkBEoAAAAAICNQAgAAAAAZgRIAAAAAyAiUAAAAAEBGoAQAAAAAMgIlAAAAAJB57n29F0e478frc48F8Gv2BZhiX4Ap9gWYYl/gC7EYmGJfgCn2BZhiX4Ap9uU8XrwBAAAAgIxACQAAAABkBEoAAAAAICNQAgAAAAAZgRIAAAAAyAiUAAAAAEBGoAQAAAAAMgIlAAAAAJARKAEAAACAjEAJAAAAAGQESgAAAAAgI1ACAAAAABmBEgAAAADICJQAAAAAQEagBAAAAAAyAiUAAAAAkBEoAQAAAICMQAkAAAAAZARKAAAAACAjUAIAAAAAGYESAAAAAMgIlAAAAABARqAEAAAAADICJQAAAACQESgBAAAAgIxACQAAAABkBEoAAAAAICNQAgAAAAAZgRIAAAAAyAiUAAAAAEBGoAQAAAAAMgIlAAAAAJARKAEAAACAjEAJAAAAAGQESgAAAAAgI1ACAAAAABmBEgAAAADICJQAAAAAQEagBAAAAAAyAiUAAAAAkBEoAQAAAICMQAkAAAAAZARKAAAAACAjUAIAAAAAGYESAAAAAMgIlAAAAABARqAEAAAAADICJQAAAACQESgBAAAAgIxACQAAAABkBEoAAAAAICNQAgAAAAAZgRIAAAAAyAiUAAAAAEBGoAQAAAAAMgIlAAAAAJARKAEAAACAjEAJAAAAAGQESgAAAAAgI1ACAAAAABmBEgAAAADICJQAAAAAQEagBAAAAAAyAiUAAAAAkBEoAQAAAICMQAkAAAAAZARKAAAAACAjUAIAAAAAGYESAAAAAMgIlAAAAABARqAEAAAAADICJQAAAACQESgBAAAAgIxACQAAAABkBEoAAAAAICNQAgAAAAAZgRIAAAAAyAiUAAAAAEBGoAQAAAAAMgIlAAAAAJARKAEAAACAjEAJAAAAAGQESgAAAAAgI1ACAAAAABmBEgAAAADICJQAAAAAQEagBAAAAAAyAiUAAAAAkBEoAQAAAICMQAkAAAAAZARKAAAAACAjUAIAAAAAGYESAAAAAMgIlAAAAABARqAEAAAAADICJQAAAACQESgBAAAAgIxACQAAAABkBEoAAAAAICNQAgAAAAAZgRIAAAAAyAiUAAAAAEBGoAQAAAAAMgIlAAAAAJARKAEAAACAjEAJAAAAAGQESgAAAAAgI1ACAAAAABmBEgAAAADICJQAAAAAQEagBAAAAAAyAiUAAAAAkBEoAQAAAICMQAkAAAAAZARKAAAAACAjUAIAAAAAGYESAAAAAMgIlAAAAABARqAEAAAAADICJQAAAACQESgBAAAAgIxACQAAAABkBEoAAAAAICNQAgAAAAAZgRIAAAAAyAiUAAAAAEBGoAQAAAAAMgIlAAAAAJARKAEAAACAjEAJAAAAAGQESgAAAAAgI1ACAAAAABmBEgAAAADICJQAAAAAQEagBAAAAAAyAiUAAAAAkBEoAQAAAICMQAkAAAAAZARKAAAAACAjUAIAAAAAGYESAAAAAMgIlAAAAABARqAEAAAAADICJQAAAACQESgBAAAAgIxACQAAAABkBEoAAAAAICNQAgAAAAAZgRIAAAAAyAiUAAAAAEBGoAQAAAAAMgIlAAAAAJARKAEAAACAjEAJAAAAAGQESgAAAAAgI1ACAAAAABmBEgAAAADICJQAAAAAQEagBAAAAAAyAiUAAAAAkBEoAQAAAICMQAkAAAAAZARKAAAAACAjUAIAAAAAGYESAAAAAMgIlAAAAABARqAEAAAAADICJQAAAACQESgBAAAAgIxACQAAAABkBEoAAAAAICNQAgAAAAAZgRIAAAAAyAiUAAAAAEBGoAQAAAAAMgIlAAAAAJARKAEAAACAjEAJAAAAAGQESgAAAAAgI1ACAAAAABmBEgAAAADICJQAAAAAQEagBAAAAAAyAiUAAAAAkBEoAQAAAICMQAkAAAAAZARKAAAAACAjUAIAAAAAGYESAAAAAMgIlAAAAABARqAEAAAAADICJQAAAACQESgBAAAAgIxACQAAAABkBEoAAAAAICNQAgAAAAAZgRIAAAAAyAiUAAAAAEBGoAQAAAAAMgIlAAAAAJARKAEAAACAjEAJAAAAAGQESgAAAAAgI1ACAAAAABmBEgAAAADICJQAAAAAQEagBAAAAAAyAiUAAAAAkBEoAQAAAICMQAkAAAAAZARKAAAAACAjUAIAAAAAGYESAAAAAMgIlAAAAABARqAEAAAAADICJQAAAACQESgBAAAAgIxACQAAAABkBEoAAAAAICNQAgAAAAAZgRIAAAAAyAiUAAAAAEBGoAQAAAAAMgIlAAAAAJARKAEAAACAjEAJAAAAAGQESgAAAAAgI1ACAAAAABmBEgAAAADICJQAAAAAQEagBAAAAAAyAiUAAAAAkBEoAQAAAICMQAkAAAAAZARKAAAAACAjUAIAAAAAGYESAAAAAMgIlAAAAABARqAEAAAAADICJQAAAACQESgBAAAAgIxACQAAAABkBEoAAAAAICNQAgAAAAAZgRIAAAAAyAiUAAAAAEBGoAQAAAAAMgIlAAAAAJARKAEAAACAjEAJAAAAAGQESgAAAAAgI1ACAAAAABmBEgAAAADICJQAAAAAQEagBAAAAAAyAiUAAAAAkBEoAQAAAICMQAkAAAAAZARKAAAAACAjUAIAAAAAGYESAAAAAMgIlAAAAABARqAEAAAAADICJQAAAACQESgBAAAAgIxACQAAAABkBEoAAAAAICNQAgAAAAAZgRIAAAAAyAiUAAAAAEBGoAQAAAAAMgIlAAAAAJARKAEAAACAjEAJAAAAAGQESgAAAAAgI1ACAAAAABmBEgAAAADICJQAAAAAQOa59/VeHOG+H6/PPRbAr9kXYIp9AabYF2CKfYEvxGJgin0BptgXYIp9AabYl/N48QYAAAAAMgIlAAAAAJARKAEAAACAjEAJAAAAAGQESgAAAAAgI1ACAAAAABmBEgAAAADICJQAAAAAQEagBAAAAAAyAiUAAAAAkBEoAQAAAICMQAkAAAAAZARKAAAAACAjUAIAAAAAGYESAAAAAMgIlAAAAABARqAEAAAAADICJQAAAACQESgBAAAAgIxACQAAAABkBEoAAAAAICNQAgAAAAAZgRIAAAAAyAiUAAAAAEBGoAQAAAAAMgIlAAAAAJARKAEAAACAjEAJAAAAAGQESgAAAAAgI1ACAAAAABmBEgAAAADICJQAAAAAQEagBAAAAAAyAiUAAAAAkBEoAQAAAICMQAkAAAAAZARKAAAAACAjUAIAAAAAGYESAAAAAMgIlAAAAABARqAEAAAAADICJQAAAACQESgBAAAAgIxACQAAAABkBEoAAAAAICNQAgAAAAAZgRIAAAAAyAiUAAAAAEBGoAQAAAAAMgIlAAAAAJARKAEAAACAjEAJAAAAAGQESgAAAAAgI1ACAAAAABmBEgAAAADICJQAAAAAQEagBAAAAAAyAiUAAAAAkBEoAQAAAICMQAkAAAAAZARKAAAAACAjUAIAAAAAGYESAAAAAMgIlAAAAABARqAEAAAAADICJQAAAACQESgBAAAAgIxACQAAAABkBEoAAAAAICNQAgAAAAAZgRIAAAAAyAiUAAAAAEBGoAQAAAAAMgIlAAAAAJARKAEAAACAjEAJAAAAAGQESgAAAAAgI1ACAAAAABmBEgAAAADICJQAAAAAQEagBAAAAAAyAiUAAAAAkBEoAQAAAICMQAkAAAAAZARKAAAAACAjUAIAAAAAGYESAAAAAMgIlAAAAABARqAEAAAAADICJQAAAACQESgBAAAAgIxACQAAAABkBEoAAAAAICNQAgAAAAAZgRIAAAAAyAiUAAAAAEBGoAQAAAAAMgIlAAAAAJARKAEAAACAjEAJAAAAAGQESgAAAAAgI1ACAAAAABmBEgAAAADICJQAAAAAQEagBAAAAAAyAiUAAAAAkBEoAQAAAICMQAkAAAAAZARKAAAAACAjUAIAAAAAGYESAAAAAMgIlAAAAABARqAEAAAAADICJQAAAACQESgBAAAAgIxACQAAAABkBEoAAAAAICNQAgAAAAAZgRIAAAAAyAiUAAAAAEBGoAQAAAAAMgIlAAAAAJARKAEAAACAjEAJAAAAAGQESgAAAAAgI1ACAAAAABmBEgAAAADICJQAAAAAQEagBAAAAAAyAiUAAAAAkBEoAQAAAICMQAkAAAAAZARKAAAAACAjUAIAAAAAGYESAAAAAMgIlAAAAABARqAEAAAAADICJQAAAACQESgBAAAAgIxACQAAAABkBEoAAAAAICNQAgAAAAAZgRIAAAAAyAiUAAAAAEBGoAQAAAAAMgIlAAAAAJARKAEAAACAjEAJAAAAAGQESgAAAAAgI1ACAAAAABmBEgAAAADICJQAAAAAQEagBAAAAAAyAiUAAAAAkBEoAQAAAICMQAkAAAAAZARKAAAAACAjUAIAAAAAGYESAAAAAMgIlAAAAABARqAEAAAAADICJQAAAACQESgBAAAAgIxACQAAAABkBEoAAAAAICNQAgAAAAAZgRIAAAAAyAiUAAAAAEBGoAQAAAAAMgIlAAAAAJARKAEAAACAjEAJAAAAAGQESgAAAAAgI1ACAAAAABmBEgAAAADICJQAAAAAQEagBAAAAAAyAiUAAAAAkBEoAQAAAICMQAkAAAAAZARKAAAAACAjUAIAAAAAGYESAAAAAMgIlAAAAABARqAEAAAAADICJQAAAACQESgBAAAAgIxACQAAAABkBEoAAAAAICNQAgAAAAAZgRIAAAAAyAiUAAAAAEBGoAQAAAAAMgIlAAAAAJARKAEAAACAjEAJAAAAAGQESgAAAAAgI1ACAAAAABmBEgAAAADICJQAAAAAQEagBAAAAAAyAiUAAAAAkBEoAQAAAICMQAkAAAAAZARKAAAAACAjUAIAAAAAGYESAAAAAMgIlAAAAABARqAEAAAAADICJQAAAACQESgBAAAAgIxACQAAAABkBEoAAAAAICNQAgAAAAAZgRIAAAAAyAiUAAAAAEBGoAQAAAAAMgIlAAAAAJARKAEAAACAjEAJAAAAAGQESgAAAAAgI1ACAAAAABmBEgAAAADICJQAAAAAQEagBAAAAAAyAiUAAAAAkBEoAQAAAICMQAkAAAAAZARKAAAAACAjUAIAAAAAGYESAAAAAMgIlAAAAABARqAEAAAAADICJQAAAACQESgBAAAAgIxACQAAAABkBEoAAAAAICNQAgAAAAAZgRIAAAAAyAiUAAAAAEBGoAQAAAAAMgIlAAAAAJARKAEAAACAjEAJAAAAAGQESgAAAAAgI1ACAAAAABmBEgAAAADICJQAAAAAQEagBAAAAAAy/0LGbeQZrROSAAAAAElFTkSuQmCC");background-position:center 0;background-repeat:no-repeat;background-size:auto}section.home-intro .mask .top{position:absolute;top:0;height:250px;left:0;right:0;background:linear-gradient(180deg,#0d0d0d,#0d0d0d3f)}section.home-intro .mask .bottom{position:absolute;bottom:0;height:250px;left:0;right:0;background:linear-gradient(0deg,#0d0d0d,#0d0d0d3f)}section.home-intro .mask .left{position:absolute;top:0;bottom:0;left:0;width:160px;background:linear-gradient(90deg,#0d0d0d,#0d0d0d3f)}section.home-intro .mask .right{position:absolute;top:0;bottom:0;right:0;width:160px;background:linear-gradient(270deg,#0d0d0d,#0d0d0d3f)}section.home-intro .square-pair{top:90px;left:50%;transform:translateX(-50%)}@media (min-width:1280px){section.home-intro .content{max-width:unset}}@media (min-width:1440px){section.home-intro .content{max-width:1440px;margin:0 auto}}section.home-service{padding:64px 0 184px}section.home-service .content{display:flex;flex-direction:column;row-gap:20px;position:relative}section.home-service .info{padding:20px 0;display:flex;flex-direction:column;justify-content:space-between;flex:1 1;max-height:680px}section.home-service .info .category-wrapper{height:28px;position:relative}section.home-service .info .category-wrapper>p{position:absolute;font-weight:400;font-size:20px;line-height:1;text-transform:uppercase;cursor:pointer}section.home-service .info .category-wrapper>p.normal{color:#0d0d0d;opacity:1}section.home-service .info .category-wrapper>p.selected{display:flex;align-items:center;column-gap:15px;color:#676c97;opacity:0}section.home-service .info .category-wrapper>p.selected:before{content:"";width:38px;height:1px;background-color:#676c97}section.home-service .info .desc{font-weight:400;font-size:16px;line-height:20px;color:#0d0d0d;max-width:284px}section.home-service .info .desc>p{position:absolute;max-width:284px;bottom:0;left:0}section.home-service .image-holder{flex-shrink:0;overflow:hidden;display:flex;flex-direction:column;row-gap:20px;width:634px}section.home-service .image-holder .wrapper{position:relative}section.home-service .image-holder .wrapper>img{width:634px;height:680px;object-fit:cover}section.home-service .image-holder .wrapper .info{position:absolute;left:0;right:0;bottom:0;top:0;padding:50px 30px 30px}section.home-service .image-holder .wrapper .info .top{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;column-gap:10px}section.home-service .image-holder .wrapper .info .top h5{font-family:var(--font-geist);font-weight:400;font-size:20px;line-height:1;text-transform:uppercase;color:#f8f7f6}section.home-service .image-holder .wrapper .info .top a{padding:6px;background-color:#f8f7f6}section.home-service .image-holder .wrapper .info .bottom{position:relative;z-index:1}section.home-service .image-holder .wrapper .info .bottom .detail{font-weight:400;font-size:16px;line-height:20px;color:#f8f7f6;margin-bottom:35px;max-width:528px}section.home-service .image-holder .wrapper .info .bottom .stacks{display:flex;align-items:center;column-gap:25px;gap:20px}section.home-service .image-holder .wrapper .info .bottom .stacks>p{font-family:var(--font-geist-mono);font-weight:400;font-size:14px;line-height:1.25;color:#f8f7f6cc;text-transform:uppercase;text-decoration:underline;cursor:pointer;padding:3px 6px}section.home-service .image-holder .wrapper .info .bottom .stacks>p:hover{color:#f8f7f6;background-color:#647de4}section.home-service .image-holder .wrapper .info .mask-top{position:absolute;top:0;left:0;right:0;background:linear-gradient(0deg,rgba(13,13,13,0) 0,#0d0d0d 106.34%);height:140px}section.home-service .image-holder .wrapper .info .mask-bot{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(180deg,rgba(13,13,13,0),#0d0d0d 106.34%);height:240px}@media (min-width:1024px){section.home-service .content{flex-direction:row;justify-content:flex-end}}section.home-project{padding:52px 0 110px;position:relative}section.home-project .bg{position:absolute;left:0;top:0;bottom:0;width:100%;background-color:#0d0d0d}section.home-project .list{margin:0 25px 100px;display:flex;flex-direction:column;row-gap:20px}section.home-project .list .one{display:flex;flex-direction:column;row-gap:50px;position:relative}section.home-project .list .one .info>h5{font-weight:600;font-size:20px;line-height:1.1;color:#f8f7f6;margin-bottom:15px}section.home-project .list .one .info .detail{font-weight:400;font-size:20px;line-height:1.1;color:#f8f7f6;margin-bottom:80px;max-width:353px}section.home-project .list .one .info .skill{font-family:var(--font-geist-mono);font-weight:600;font-size:14px;line-height:1.25;text-transform:uppercase;color:#f8f7f6a6}section.home-project .list .one .image-holder>img{width:100%;height:100%;object-fit:cover;aspect-ratio:1}section.home-project .list .one .btn-link{position:absolute;top:0;font-family:var(--font-geist-mono);font-weight:600;font-size:14px;line-height:1.26;text-transform:uppercase;padding:5px 8px 3px;-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);background-color:#f8f7f733;color:#fff}section.home-project .content{display:flex;justify-content:center}section.home-project .content .btn-link{position:absolute;bottom:120px;left:50%;transform:translateX(-50%);font-weight:400;font-size:16px;line-height:1.25;text-transform:uppercase;color:#f8f7f6}@media (min-width:1024px){section.home-project .list{margin:-140px calc(50vw - 720px) 100px calc(50vw - 1164px / 2)}section.home-project .list .one{flex-direction:row;align-items:center;justify-content:space-between}}.square-pair{position:absolute;display:flex;align-items:center;column-gap:4px}.square-pair.black:after,.square-pair.black:before{background-color:#0d0d0d}.square-pair:after,.square-pair:before{content:"";width:28px;height:28px;background-color:#3d3d3d}.formcheckbox{position:relative}.checkbox-wrapper,.formcheckbox>label{display:block;position:relative;padding-left:20px;margin-bottom:14px;cursor:pointer;font-size:22px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.checkbox-wrapper>input,.formcheckbox>label>input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkbox-wrapper>input:checked~.checkmark,.checkbox-wrapper>input:checked~.form-helper,.formcheckbox>label>input:checked~.checkmark,.formcheckbox>label>input:checked~.form-helper{background-color:#161719}.checkbox-wrapper>input:checked~.checkmark:after,.checkbox-wrapper>input:checked~.form-helper:after,.formcheckbox>label>input:checked~.checkmark:after,.formcheckbox>label>input:checked~.form-helper:after{display:block}.checkbox-wrapper>.checkmark,.checkbox-wrapper>.form-helper,.formcheckbox>label>.checkmark,.formcheckbox>label>.form-helper{position:absolute;top:0;left:0;height:14px;width:14px;border:1px solid #cdcdcd;background-color:#e4e4e4}.checkbox-wrapper>.checkmark:after,.checkbox-wrapper>.form-helper:after,.formcheckbox>label>.checkmark:after,.formcheckbox>label>.form-helper:after{content:"";position:absolute;display:none;left:50%;top:50%;width:4px;height:8px;border:solid #e4e4e4;border-width:0 2px 2px 0;transform:translate(-50%,-50%) rotate(45deg)}::-webkit-scrollbar{width:4px;height:0;position:absolute;right:0;top:0;bottom:0;background:transparent}::-webkit-scrollbar-thumb{background-color:#494949}.caption{position:relative;font-weight:400;font-size:20px;line-height:1.2;text-transform:uppercase;color:#0d0d0d;display:flex;align-items:center;column-gap:12px}.caption:before{content:"";width:14px;height:14px;display:block;background-color:#0d0d0d}.btn-link{color:#0d0d0d;font-size:16px;font-weight:600;column-gap:10px;text-decoration:none}.btn,.btn-link{line-height:1;display:inline-flex;align-items:center;position:relative}.btn{color:#fff;font-size:14px;font-weight:500;padding:12px 13px 12px 15px;border-radius:40px;column-gap:15px;justify-content:space-between;border:1px solid #0d0d0d;background-color:#0d0d0d;min-width:130px}.btn:before,.btn>span{content:"";position:absolute;height:100%;width:100%;right:0;top:0;border-radius:38px;background-color:#0d0d0d;z-index:-1;transition:width .2s ease}.btn:hover{color:#0d0d0d;background-color:transparent}.btn:hover:before,.btn:hover>span{width:32px;height:32px;right:4px;top:4px;z-index:0}.btn:hover>svg{position:relative;z-index:1}@media (min-width:768px){.btn{font-size:16px}}.yform .form{display:grid;grid-template-columns:1fr;grid-column-gap:27px;column-gap:27px;grid-row-gap:10px;row-gap:10px}.yform .form .col,.yform .form .options,.yform .form .row1{display:flex;flex-direction:column;row-gap:20px}.yform .form .group{flex:1 1}.yform .form .group>label{font-size:16px;font-weight:700;line-height:27px;color:#3f3f3f}.yform .form .group>label>sup{font-weight:700;color:#ee4141}.yform .form .group .checkbox-group{display:flex;align-items:center;column-gap:5px;height:24px}.yform .form .group .checkbox-group>label{font-size:14px;font-weight:400;line-height:16px;color:#75797c}.yform .form .group .form-group{width:100%}.yform .form .group .form-group>label{display:inline}.yform .form .group input,.yform .form .group select,.yform .form .group textarea{outline:0;box-shadow:unset;border:1px solid #cdcdcd;border-radius:15px;width:100%;height:40px;border-radius:20px;background-color:#f3f3f3;padding:0 12px;font-size:16px;color:#75797c}.yform .form .group input::placeholder,.yform .form .group select::placeholder,.yform .form .group textarea::placeholder{color:#75797c}.yform .form .group textarea{padding-top:7px;height:150px}.yform .form .group select{-webkit-appearance:none;background-repeat:no-repeat;background-position:right 11px center;background-size:16px;padding-right:32px}.yform .actions{margin-top:25px}.yform .actions button{display:flex;justify-content:center;align-items:center;width:100%;height:40px;border-radius:40px;background-color:#0d0d0d;color:#fff;font-size:14px;font-weight:600;line-height:1.2;padding:0 80px;cursor:pointer;border:0;outline:0}.yform .desc{color:#75797c;font-weight:400;font-size:14px;line-height:16px}@media (min-width:570px){.yform .form .row1{flex-direction:row;column-gap:20px}.yform .form .group input,.yform .form .group select,.yform .form .group textarea,.yform .submit button{font-size:16px}.yform .desc{font-size:14px;padding-top:6px}}@media (min-width:768px){.yform .form .options{flex-direction:row}.yform .desc{max-width:370px}}@media (min-width:1024px){.yform .form .options{flex-direction:column}.yform .desc{max-width:unset}}@media (min-width:1280px){.yform .form .options{flex-direction:row}.yform .desc{max-width:370px}}.content{margin:0 25px}@media (min-width:1220px){.content{max-width:1164px;margin:0 auto}}body.flayout{overflow:hidden}@media (min-width:1440px){body.flayout .content{margin-left:calc(50% - 672px)}}body.flayout nav{background-color:#0d0d0d}body.flayout nav .content .brand{display:flex}body.flayout nav .content .brand img:first-child{display:none}body.flayout nav .content .brand img:nth-child(2){display:block}body.flayout nav .content .control .menu{opacity:0}body.flayout nav .content .toggle-btn{background:transparent;-webkit-backdrop-filter:unset;backdrop-filter:unset;right:0}body.flayout nav .content .toggle-btn>svg:first-child{opacity:0}body.flayout nav .content .toggle-btn>svg:nth-child(2){opacity:1}body.flayout .full-menu{display:block;opacity:1;z-index:90}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8d697b304b401681-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba015fad6dcf6784-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/4cf2300e9c8272f7-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Geist Fallback;src:local("Arial");ascent-override:95.94%;descent-override:28.16%;line-gap-override:0.00%;size-adjust:104.76%}.__className_188709{font-family:Geist,Geist Fallback;font-style:normal}.__variable_188709{--font-geist:"Geist","Geist Fallback"}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/9610d9e46709d722-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/747892c23ea88013-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/93f479601ee12b01-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Geist Mono Fallback;src:local("Arial");ascent-override:74.67%;descent-override:21.92%;line-gap-override:0.00%;size-adjust:134.59%}.__className_9a8899{font-family:Geist Mono,Geist Mono Fallback;font-style:normal}.__variable_9a8899{--font-geist-mono:"Geist Mono","Geist Mono Fallback"}