@keyframes gradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes logoLeftAnim{0%{transform:translateX(0)}20%{transform:translate(-110%)}50%,to{transform:translate(0)}}@keyframes reviewCardAnim1{0%{transform:translateX(-52%)}to{transform:translateX(0)}}@keyframes reviewCardAnim2{0%{transform:translateX(0)}to{transform:translateX(-52%)}}@keyframes rect1Anim{0%{height:5.8px}50%{height:8px}to{height:1px}}@keyframes rect2Anim{0%{height:5.8px}50%{height:6px}to{height:4px}}@keyframes rect3Anim{0%{height:5.8px}50%{height:4px}to{height:8px}}@keyframes rect4Anim{0%{height:5.8px}50%{height:1px}to{height:3px}}@keyframes cursorAnim{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.rot{animation:cursorAnim 1s linear infinite}@keyframes preloaderTextAnim{0%{transform:translateY(0)}50%,to{transform:translateY(-600%)}}:root{--color-white:#ffffff;--color-gray:#c4c4c4;--color-black:#000000;--color-purple:#8000ff;--color-light-purple:rgb(207,89,230);--color-light-blue:#6BC5F8}@font-face{font-family:Source Code Pro;src:url(/_next/static/media/SourceCodePro-Regular.6781df5f.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Source Code Pro;src:url(/_next/static/media/SourceCodePro-Italic.01ffe903.ttf) format("truetype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Source Code Pro;src:url(/_next/static/media/SourceCodePro-Light.99fb6c77.ttf) format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Source Code Pro;src:url(/_next/static/media/SourceCodePro-LightItalic.90087d4c.ttf) format("truetype");font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:Source Code Pro;src:url(/_next/static/media/SourceCodePro-Medium.9a147cc8.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Source Code Pro;src:url(/_next/static/media/SourceCodePro-MediumItalic.9826f82f.ttf) format("truetype");font-weight:500;font-style:italic;font-display:swap}@font-face{font-family:Source Code Pro;src:url(/_next/static/media/SourceCodePro-SemiBold.1a119cdc.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Source Code Pro;src:url(/_next/static/media/SourceCodePro-SemiBoldItalic.cde1a1ab.ttf) format("truetype");font-weight:600;font-style:italic;font-display:swap}@font-face{font-family:Source Code Pro;src:url(/_next/static/media/SourceCodePro-Bold.93197a2a.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Source Code Pro;src:url(/_next/static/media/SourceCodePro-BoldItalic.f6714c8f.ttf) format("truetype");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:Source Code Pro;src:url(/_next/static/media/SourceCodePro-ExtraBold.5faec5f1.ttf) format("truetype");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:Source Code Pro;src:url(/_next/static/media/SourceCodePro-ExtraBoldItalic.2c4345ca.ttf) format("truetype");font-weight:800;font-style:italic;font-display:swap}@font-face{font-family:Source Code Pro;src:url(/_next/static/media/SourceCodePro-Black.fe8a0e5b.ttf) format("truetype");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:Source Code Pro;src:url(/_next/static/media/SourceCodePro-BlackItalic.877b2fdf.ttf) format("truetype");font-weight:900;font-style:italic;font-display:swap}.navigation-wrapper{position:relative;z-index:9999}.navigation-wrapper .menu-top{position:fixed;top:5rem;right:0;left:0;padding:2rem 4rem;display:flex;justify-content:space-between;align-items:center;width:50%;margin-left:auto;margin-right:auto;background:rgba(42,43,56,.5);border:.2rem solid #2a2b37;-webkit-backdrop-filter:blur(104px);backdrop-filter:blur(104px);border-radius:2rem}@media only screen and (max-width:40em){.navigation-wrapper .menu-top{width:75%;padding:2rem}}.navigation-wrapper .menu-top .brand-logo{display:flex;justify-content:space-between;align-items:center}.navigation-wrapper .menu-top .brand-logo img:nth-child(2){margin-left:2rem}.navigation-wrapper .menu-top .toggle-button-wrapper{display:flex;justify-content:space-between;align-items:center;color:var(--color-gray);font-family:Source Code Pro,monospace;font-weight:400}@media only screen and (max-width:40em){.navigation-wrapper .menu-top .toggle-button-wrapper span{display:none}}.navigation-wrapper .menu-top .toggle-button-wrapper .toggle-button{background:rgba(0,0,0,0);outline:none;border:none;cursor:pointer}.brand-logo__text-wrapper{overflow:hidden;margin-left:1rem}.brand-logo__text{animation:logoLeftAnim 15s cubic-bezier(1,0,0,1) infinite}.menu-wrapper{position:fixed;top:0;left:0;width:100%;overflow:hidden;height:100vh;background-color:#050810;color:var(--color-white);overflow-y:scroll}.navigation-top{margin-top:25rem;display:flex;justify-content:space-between;align-items:center;width:80%;margin-left:auto;text-align:center;margin-right:auto}@media only screen and (max-width:57em){.navigation-top{flex-direction:column;text-align:left;width:-moz-fit-content;width:fit-content;margin-right:0;margin-left:6rem;align-items:flex-start}}.navigation-top__left{text-align:inherit}@media only screen and (max-width:57em){.navigation-top__left{margin-bottom:10rem}}.navigation-top__left--links{display:flex;align-items:center;gap:2rem;margin-top:4rem}.navigation-top__left--links a{display:flex;align-items:center;text-decoration:none;color:var(--color-white);transition:color .3s ease}.navigation-top__left--links a:hover{color:var(--color-light-purple)}.navigation-top__left--links a img{width:2.4rem;height:2.4rem;margin-right:.8rem}.navigation-top__left--links a span{font-size:1.6rem;font-weight:500;text-transform:uppercase;font-family:Source Code Pro,monospace}@media only screen and (max-width:57em){.navigation-top__left--links{flex-wrap:wrap;justify-content:center}.navigation-top__left--links a{margin-bottom:1rem}}.navigation-top__right{text-align:inherit}.navigation-top__right a{font-size:5rem;letter-spacing:-.03em;margin-top:2rem;display:inline-block;font-family:Source Code Pro,monospace;font-weight:700;text-decoration:none;color:var(--color-white);transition:all .3s ease-in-out}.navigation-top__right a:hover{color:var(--color-light-purple)}.navigation-bottom{margin-top:15rem;padding:0 20rem;text-align:center}@media only screen and (max-width:57em){.navigation-bottom{padding:0 6rem}}.navigation-bottom__links{margin-top:5rem;display:flex;justify-content:center;align-items:center;gap:3rem;flex-wrap:wrap}.navigation-bottom__links a{font-size:2.4rem;font-family:Source Code Pro,monospace;font-weight:500;text-decoration:none;color:var(--color-white);transition:all .3s ease-in-out;padding:1rem 2rem;border-radius:3rem;background-color:rgba(255,255,255,.1)}.navigation-bottom__links a:hover{background-color:var(--color-light-purple)}.navigation-h4{font-family:Source Code Pro,monospace;font-size:1.8rem;line-height:92.4%;letter-spacing:.19em;font-weight:300}.brand-logo{display:flex;align-items:center}.brand-logo__icon{width:120px;height:auto;transition:width .3s ease}.brand-logo__text-wrapper{margin-left:20px}.brand-logo__text{width:120px;height:auto;transition:width .3s ease}@media only screen and (max-width:768px){.brand-logo__icon{width:80px}.brand-logo__text-wrapper{margin-left:10px}.brand-logo__text{width:80px}}@media only screen and (max-width:480px){.brand-logo__icon{width:60px}.brand-logo__text-wrapper{margin-left:5px}.brand-logo__text{width:60px}}@media only screen and (max-width:768px){.menu-top{padding:1rem 2rem}}@media only screen and (max-width:480px){.menu-top{padding:.5rem 1rem}}.section-services{grid-column:2/14;margin-top:20rem;padding:6rem;position:relative;overflow:hidden;background:linear-gradient(115deg,#1a1e2b,#141420,#1a1e2b,#141420);background-size:400% 400%;animation:gradient 6s ease-in-out infinite alternate}@media only screen and (max-width:57em){.section-services{grid-column:1/15}}@media only screen and (max-width:45em){.section-services{padding:4rem}}.section-services .heading-1{margin-bottom:2rem;text-align:center;position:relative;z-index:1;font-family:Source Code Pro,monospace;font-weight:700}@media only screen and (max-width:45em){.section-services .heading-1{font-size:4rem}}.section-services .heading-1:before{content:"";position:absolute;top:50%;left:0;width:100%;height:1px;background-color:rgba(196,196,196,.25);transform:translateY(-50%);z-index:-1}.section-services .heading-1 span{display:inline-block;padding:0 2rem;background-color:#141420;background-image:linear-gradient(to right,var(--color-light-blue),var(--color-light-purple));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.section-services .paragraph{margin-bottom:10rem;text-align:center;max-width:800px;margin-left:auto;margin-right:auto;font-family:Source Code Pro,monospace;font-weight:400;color:var(--color-gray);font-size:2.4rem}@media only screen and (max-width:45em){.section-services .paragraph{font-size:2rem}}.section-services .service-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:4rem;gap:4rem;position:relative;z-index:1;padding-bottom:6rem}@media only screen and (max-width:45em){.section-services .service-card-grid{grid-template-columns:1fr}}.section-services .service-card{background:linear-gradient(135deg,rgba(35,37,49,.8),rgba(20,20,32,.8));border-radius:2rem;padding:4rem;box-shadow:0 4px 6px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.08);transition:transform .3s ease-in-out,box-shadow .3s ease-in-out;position:relative;overflow:hidden}.section-services .service-card:before{content:"";position:absolute;top:-10px;left:-10px;right:-10px;bottom:-10px;background:linear-gradient(135deg,rgba(128,0,255,.1),rgba(0,255,255,.1));filter:blur(20px);z-index:-1;opacity:0;transition:opacity .3s ease-in-out}.section-services .service-card:hover{transform:translateY(-1rem);box-shadow:0 6px 8px rgba(0,0,0,.15),0 3px 6px rgba(0,0,0,.1)}.section-services .service-card:hover:before{opacity:1}.section-services .service-card__image-wrapper{position:relative;width:100%;padding-top:60%;overflow:hidden;border-radius:1rem;margin-bottom:3rem}.section-services .service-card__image-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .3s ease-in-out}.section-services .service-card__content{text-align:center}.section-services .service-card__title{font-family:Source Code Pro,monospace;font-weight:500;font-size:2.8rem;color:var(--color-white);margin-bottom:2rem;text-shadow:1px 1px 2px rgba(0,0,0,.5);position:relative;display:inline-block}@media only screen and (max-width:45em){.section-services .service-card__title{font-size:2.4rem}}.section-services .service-card__title:after{content:"";position:absolute;bottom:-.5rem;left:0;width:100%;height:2px;background:linear-gradient(90deg,rgba(128,0,255,.8),rgba(0,255,255,.8));transform:scaleX(0);transform-origin:left;transition:transform .3s ease-in-out}.section-services .service-card:hover .service-card__title:after{transform:scaleX(1)}.section-services .service-card__description{font-family:Source Code Pro,monospace;font-weight:400;font-size:1.8rem;color:var(--color-gray);margin-bottom:1rem;position:relative;padding-left:2.5rem}@media only screen and (max-width:45em){.section-services .service-card__description{font-size:1.6rem}}.section-services .service-card__description:before{content:"";position:absolute;top:50%;left:0;transform:translateY(-50%);width:1rem;height:1rem;background:linear-gradient(135deg,rgba(128,0,255,.8),rgba(0,255,255,.8));border-radius:50%;box-shadow:0 0 5px rgba(128,0,255,.8),0 0 10px rgba(0,255,255,.8)}.main{grid-column:2/14;margin-top:20rem;padding:6rem;position:relative;background:linear-gradient(115deg,#1a1e2b,#141420,#1a1e2b,#141420);animation:gradient 6s ease-in-out infinite alternate}.contact,.main{overflow:hidden;background-size:400% 400%}.contact{transition:min-height .3s ease;padding:6rem 2rem;position:absolute;left:35%;top:9%}@media only screen and (max-width:57em){.contact{grid-column:1/15}}@media only screen and (max-width:45em){.contact{padding:4rem}}.contact .kk{margin-bottom:2rem;text-align:center;position:relative;z-index:1;font-family:Source Code Pro,monospace;font-size:6rem;font-weight:700}@media only screen and (max-width:45em){.contact .kk{font-size:4rem}}.contact .kk:before{content:"";position:absolute;top:50%;left:0;width:100%;height:1px;background-color:rgba(196,196,196,.25);transform:translateY(-50%);z-index:-1}.contact .kk span{display:inline-block;padding:0 2rem;background-color:#141420;background-image:linear-gradient(to right,var(--color-light-blue),var(--color-light-purple));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.contact .contact{display:flex;justify-content:center;align-items:center;height:100vh;position:relative;padding:0 2rem}@media only screen and (max-width:768px){.contact .contact{grid-template-columns:1fr}}.contact .contact1{border-radius:2rem;padding:20rem;max-width:600px;width:100%;box-shadow:0 4px 6px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.08);position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center}.contact .contact1:before{content:"";position:absolute;top:-10px;left:-10px;right:-10px;bottom:-10px;background:linear-gradient(135deg,rgba(128,0,255,.1),rgba(0,255,255,.1));filter:blur(20px);z-index:-1;opacity:0;transition:opacity .3s ease-in-out}.contact .contact1:hover:before{opacity:1}.contact .contact1 .form{margin-bottom:6rem;width:100%}.contact .contact1 .form label{display:block;font-weight:500;font-size:2rem;margin-bottom:.2rem;transition:color .3s ease-in-out}.contact .contact1 .form input,.contact .contact1 .form label{font-family:Source Code Pro,monospace;color:var(--color-white)}.contact .contact1 .form input{width:500px;height:60px;padding:1rem;font-size:1.8rem;font-weight:400;background-color:rgba(255,255,255,.1);border:none;border-radius:.5rem;transition:background-color .3s ease-in-out}.contact .contact1 .form input:focus{outline:none;background-color:rgba(255,255,255,.2);box-shadow:0 0 0 2px var(--color-light-blue)}.contact .contact1 .btn-submit{display:inline-block;padding:1.2rem 2.4rem;background-color:var(--color-light-blue);color:var(--color-white);font-family:Source Code Pro,monospace;font-weight:500;font-size:1.8rem;text-decoration:none;border:none;border-radius:50px;cursor:pointer;transition:background-color .3s ease-in-out}.contact .contact1 .btn-submit:hover{background-color:#3b8ab0}.section-partners{grid-column:2/14;margin-top:20rem;padding:6rem;position:relative;overflow:hidden;background:linear-gradient(115deg,#1a1e2b,#141420,#1a1e2b,#141420);background-size:400% 400%;animation:gradient 6s ease-in-out infinite alternate}@media only screen and (max-width:57em){.section-partners{grid-column:1/15}}@media only screen and (max-width:45em){.section-partners{padding:4rem}}.section-partners .heading-1{margin-bottom:2rem;text-align:center;position:relative;z-index:1;font-family:Source Code Pro,monospace;font-size:6rem;font-weight:700}@media only screen and (max-width:45em){.section-partners .heading-1{font-size:4rem}}.section-partners .heading-1:before{content:"";position:absolute;top:50%;left:0;width:100%;height:1px;background-color:rgba(196,196,196,.25);transform:translateY(-50%);z-index:-1}.section-partners .heading-1 span{display:inline-block;padding:0 2rem;background-color:#141420;background-image:linear-gradient(to right,var(--color-light-blue),var(--color-light-purple));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.section-partners .paragraph{margin-bottom:10rem;text-align:center;max-width:800px;margin-left:auto;margin-right:auto;font-family:Source Code Pro,monospace;font-weight:400;color:var(--color-gray);font-size:2.4rem}@media only screen and (max-width:45em){.section-partners .paragraph{font-size:2rem}}.section-partners .partner-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:4rem;gap:4rem;position:relative;z-index:1;padding-bottom:6rem}@media only screen and (max-width:1024px){.section-partners .partner-grid{grid-template-columns:repeat(3,1fr)}}@media only screen and (max-width:768px){.section-partners .partner-grid{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:480px){.section-partners .partner-grid{grid-template-columns:1fr}}.section-partners .partner-card{background:linear-gradient(135deg,rgba(35,37,49,.8),rgba(20,20,32,.8));border-radius:2rem;padding:4rem;box-shadow:0 4px 6px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.08);transition:transform .3s ease-in-out,box-shadow .3s ease-in-out;position:relative;overflow:hidden;text-align:center;display:flex;flex-direction:column;justify-content:space-between;align-items:center;height:100%}.section-partners .partner-card:before{content:"";position:absolute;top:-10px;left:-10px;right:-10px;bottom:-10px;background:linear-gradient(135deg,rgba(128,0,255,.1),rgba(0,255,255,.1));filter:blur(20px);z-index:-1;opacity:0;transition:opacity .3s ease-in-out}.section-partners .partner-card:hover{transform:translateY(-1rem);box-shadow:0 6px 8px rgba(0,0,0,.15),0 3px 6px rgba(0,0,0,.1)}.section-partners .partner-card:hover:before{opacity:1}.section-partners .partner-card:hover img{transform:scale(1.1)}.section-partners .partner-card:hover h3{color:var(--color-light-blue)}.section-partners .partner-card img{max-width:100%;height:auto;margin-bottom:2rem;transition:transform .3s ease-in-out;flex-grow:1;object-fit:contain}.section-partners .partner-card h3{font-family:Source Code Pro,monospace;font-size:2.4rem;font-weight:500;color:var(--color-white);margin-top:auto;transition:color .3s ease-in-out;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.section-partners .partner-card:nth-child(6) img,.section-partners .partner-card:nth-child(7) img,.section-partners .partner-card:nth-child(8) img{max-height:60%;width:auto;margin-bottom:1rem}.section-partners .partner-card:nth-child(6) h3,.section-partners .partner-card:nth-child(7) h3,.section-partners .partner-card:nth-child(8) h3{margin-top:1rem}@media only screen and (max-width:1024px){.section-partners .partner-card{padding:3rem}.section-partners .partner-card h3{font-size:2.2rem}}@media only screen and (max-width:768px){.section-partners .partner-grid{grid-template-columns:repeat(2,1fr)}.section-partners .partner-card{padding:2.5rem}.section-partners .partner-card h3{font-size:2rem}}@media only screen and (max-width:480px){.section-partners{margin-top:10rem;padding:2rem}.section-partners .heading-1{font-size:4rem}.section-partners .paragraph{margin-bottom:6rem}.section-partners .partner-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.section-partners .partner-card{padding:2rem}.section-partners .partner-card h3{font-size:1.8rem}}.section-contact{grid-column:2/14;margin-top:20rem;padding:6rem;position:relative;overflow:hidden;background:linear-gradient(115deg,#1a1e2b,#141420,#1a1e2b,#141420);background-size:400% 400%;animation:gradient 6s ease-in-out infinite alternate}@media only screen and (max-width:57em){.section-contact{grid-column:1/15}}@media only screen and (max-width:45em){.section-contact{padding:4rem}}.section-contact .heading-1{margin-bottom:2rem;text-align:center;position:relative;z-index:1;font-family:Source Code Pro,monospace;font-size:6rem;font-weight:700}@media only screen and (max-width:45em){.section-contact .heading-1{font-size:4rem}}.section-contact .heading-1:before{content:"";position:absolute;top:50%;left:0;width:100%;height:1px;background-color:rgba(196,196,196,.25);transform:translateY(-50%);z-index:-1}.section-contact .heading-1 span{display:inline-block;padding:0 2rem;background-color:#141420;background-image:linear-gradient(to right,var(--color-light-blue),var(--color-light-purple));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.section-contact .paragraph{margin-bottom:10rem;text-align:center;max-width:800px;margin-left:auto;margin-right:auto;font-family:Source Code Pro,monospace;font-weight:400;color:var(--color-gray);font-size:2.4rem}@media only screen and (max-width:45em){.section-contact .paragraph{font-size:2rem}}.section-contact .contact-content{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:4rem;gap:4rem;position:relative;z-index:1;padding-bottom:6rem}@media only screen and (max-width:768px){.section-contact .contact-content{grid-template-columns:1fr}}.section-contact .contact-form{background:linear-gradient(135deg,rgba(35,37,49,.8),rgba(20,20,32,.8));border-radius:2rem;padding:4rem;box-shadow:0 4px 6px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.08);position:relative;overflow:hidden}.section-contact .contact-form:before{content:"";position:absolute;top:-10px;left:-10px;right:-10px;bottom:-10px;background:linear-gradient(135deg,rgba(128,0,255,.1),rgba(0,255,255,.1));filter:blur(20px);z-index:-1;opacity:0;transition:opacity .3s ease-in-out}.section-contact .contact-form:hover:before{opacity:1}.section-contact .contact-form .form-group{margin-bottom:2rem}.section-contact .contact-form .form-group label{display:block;font-family:Source Code Pro,monospace;font-weight:500;font-size:2rem;color:var(--color-white);margin-bottom:.5rem;transition:color .3s ease-in-out}.section-contact .contact-form .form-group input,.section-contact .contact-form .form-group textarea{width:100%;padding:1.2rem;font-size:1.8rem;font-family:Source Code Pro,monospace;font-weight:400;color:var(--color-white);background-color:rgba(255,255,255,.1);border:none;border-radius:.5rem;transition:background-color .3s ease-in-out}.section-contact .contact-form .form-group input:focus,.section-contact .contact-form .form-group textarea:focus{outline:none;background-color:rgba(255,255,255,.2);box-shadow:0 0 0 2px var(--color-light-blue)}.section-contact .contact-form .form-group textarea{resize:vertical;min-height:150px}.section-contact .contact-form .btn-submit{display:inline-block;padding:1.2rem 2.4rem;background-color:var(--color-light-blue);color:var(--color-white);font-family:Source Code Pro,monospace;font-weight:500;font-size:1.8rem;text-decoration:none;border:none;border-radius:50px;cursor:pointer;transition:background-color .3s ease-in-out}.section-contact .contact-form .btn-submit:hover{background-color:#3b8ab0}.section-contact .contact-info{background:linear-gradient(135deg,rgba(35,37,49,.8),rgba(20,20,32,.8));border-radius:2rem;padding:4rem;box-shadow:0 4px 6px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.08);position:relative;overflow:hidden}.section-contact .contact-info:before{content:"";position:absolute;top:-10px;left:-10px;right:-10px;bottom:-10px;background:linear-gradient(135deg,rgba(128,0,255,.1),rgba(0,255,255,.1));filter:blur(20px);z-index:-1;opacity:0;transition:opacity .3s ease-in-out}.section-contact .contact-info:hover:before{opacity:1}.section-contact .contact-info h3{font-family:Source Code Pro,monospace;font-weight:600;font-size:2.8rem;color:var(--color-white);margin-bottom:2rem;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.section-contact .contact-info p{font-family:Source Code Pro,monospace;font-weight:400;font-size:1.8rem;line-height:150%;color:var(--color-gray);margin-bottom:1.5rem;transition:color .3s ease-in-out}.section-contact .contact-info p:hover{color:var(--color-white)}.section-contact .contact-info .contact-links{display:flex;flex-direction:column;gap:1rem}.section-contact .contact-info a{display:inline-block;font-size:1.8rem;font-family:Source Code Pro,monospace;font-weight:500;color:var(--color-light-blue);text-decoration:none;transition:color .3s ease-in-out}.section-contact .contact-info a:hover{color:#3b8ab0}.form-group{position:relative}.form-group .error-message{position:absolute;bottom:-2rem;left:0;font-family:Source Code Pro,monospace;font-size:1.4rem;color:#ff4d4d;opacity:0;transition:opacity .3s ease-in-out}.form-group.error input,.form-group.error textarea{border:1px solid #ff4d4d}.form-group.error .error-message{opacity:1}@keyframes fadeInOut{0%,to{opacity:0}50%{opacity:1}}.submission-message{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background-color:rgba(0,0,0,.8);color:var(--color-white);padding:2rem 4rem;border-radius:1rem;font-family:Source Code Pro,monospace;font-weight:500;font-size:1.8rem;text-align:center;z-index:1000;animation:fadeInOut 3s ease-in-out}@media only screen and (max-width:768px){.section-contact .contact-form,.section-contact .contact-info{padding:3rem}.section-contact .form-group label{font-size:1.8rem}.section-contact .btn-submit,.section-contact .form-group input,.section-contact .form-group textarea{font-size:1.6rem}.section-contact .contact-info h3{font-size:2.4rem}.section-contact .contact-info a,.section-contact .contact-info p{font-size:1.6rem}.section-contact .contact-info .contact-links{gap:.8rem}}@media only screen and (max-width:480px){.section-contact .heading-1{font-size:3.6rem}.section-contact .paragraph{font-size:1.8rem}.section-contact .contact-form,.section-contact .contact-info{padding:2rem}}.section-reviews__bg{background-size:400% 400%;animation:gradient 6s ease-in-out infinite alternate;padding:10rem 0}.section-reviews{grid-column:1/15;display:grid;grid-template-columns:1fr repeat(12,minmax(min-content,10rem)) 1fr;transition:all .3s ease-in-out;position:relative;overflow:hidden}.section-reviews__top{grid-column:2/14;padding:0 6rem;margin-bottom:6rem}@media only screen and (max-width:57em){.section-reviews__top{grid-column:1/15}}@media only screen and (max-width:45em){.section-reviews__top{padding:0 4rem}}.section-reviews__top .heading-1{margin-bottom:2rem;text-align:center;position:relative;z-index:1;font-family:Source Code Pro,monospace;font-size:6rem;font-weight:700}.section-reviews__top .heading-1:before{content:"";position:absolute;top:50%;left:0;width:100%;height:1px;background-color:rgba(196,196,196,.25);transform:translateY(-50%);z-index:-1}.section-reviews__top .heading-1 span{display:inline-block;padding:0 2rem;background-color:#141420;background-image:linear-gradient(to right,var(--color-light-blue),var(--color-light-purple));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.section-reviews__top .paragraph{margin-top:1.5rem;text-align:center;max-width:800px;margin-left:auto;margin-right:auto;font-family:Source Code Pro,monospace;font-weight:400;color:var(--color-gray)}.section-reviews__bottom{grid-column:1/15;overflow-x:hidden;margin-top:4rem;margin-bottom:4rem}.section-reviews__bottom-wrapper{display:flex;justify-content:space-between;align-items:center;width:max-content}.section-reviews__bottom-wrapper .review-card{background:linear-gradient(135deg,rgba(35,37,49,.8),rgba(20,20,32,.8));border-radius:2rem;padding:3rem;margin:1.5rem;box-shadow:0 4px 6px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.08);transition:transform .3s ease-in-out,box-shadow .3s ease-in-out;position:relative;overflow:hidden}.section-reviews__bottom-wrapper .review-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(128,0,255,.1),rgba(0,255,255,.1));opacity:0;transition:opacity .3s ease-in-out;z-index:-1}.section-reviews__bottom-wrapper .review-card:hover{transform:translateY(-1rem);box-shadow:0 6px 8px rgba(0,0,0,.15),0 3px 6px rgba(0,0,0,.1)}.section-reviews__bottom-wrapper .review-card:hover:before{opacity:1}.section-reviews__bottom-wrapper .review-card__top{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem}.section-reviews__bottom-wrapper .review-card__p{font-size:.8rem;text-transform:uppercase;line-height:81.4%;letter-spacing:.25em;color:var(--color-gray);font-family:Source Code Pro,monospace;font-weight:400}.section-reviews__bottom-wrapper .review-card__h3{font-size:1.9rem;line-height:81.4%;letter-spacing:-.01em;color:var(--color-gray);margin-top:1.5rem;font-weight:300;font-family:Source Code Pro,monospace}.section-reviews__bottom-wrapper .review-card__h2{font-size:2rem;line-height:130.4%;color:var(--color-white);font-weight:300;font-family:Source Code Pro,monospace}.review-card__anim1{animation:reviewCardAnim1 25s ease-in-out infinite alternate}.review-card__anim1:hover{animation-play-state:paused}.review-card__anim2{animation:reviewCardAnim2 25s ease-in-out infinite alternate}.review-card__anim2:hover{animation-play-state:paused}.section-cta{grid-column:2/14;margin-top:20rem;padding:8rem 6rem;position:relative;background:linear-gradient(115deg,#1a1e2b,#141420,#1a1e2b,#141420);background-size:400% 400%;animation:gradient 6s ease-in-out infinite alternate;border-radius:2rem;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.08);text-align:center}@media only screen and (max-width:57em){.section-cta{grid-column:1/15}}@media only screen and (max-width:45em){.section-cta{padding:6rem 4rem}}.section-cta:before{content:"";position:absolute;top:-10px;left:-10px;right:-10px;bottom:-10px;background:linear-gradient(135deg,rgba(128,0,255,.1),rgba(0,255,255,.1));filter:blur(20px);z-index:-1;opacity:0;transition:opacity .3s ease-in-out}.section-cta:hover:before{opacity:1}.section-cta .heading-1{margin-bottom:2rem;position:relative;z-index:1;font-family:Source Code Pro,monospace;font-size:6rem;font-weight:700;color:var(--color-white)}@media only screen and (max-width:45em){.section-cta .heading-1{font-size:4rem}}.section-cta .heading-1:before{content:"";position:absolute;top:50%;left:0;width:100%;height:1px;background-color:rgba(196,196,196,.25);transform:translateY(-50%);z-index:-1}.section-cta .heading-1 span{display:inline-block;padding:0 2rem;background-color:#141420;background-image:linear-gradient(to right,var(--color-light-blue),var(--color-light-purple));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.section-cta .paragraph{margin-bottom:4rem;max-width:800px;margin-left:auto;margin-right:auto;font-family:Source Code Pro,monospace;font-weight:400;color:var(--color-gray);font-size:2.4rem}@media only screen and (max-width:45em){.section-cta .paragraph{font-size:2rem}}.section-cta .btn-cta{display:inline-block;padding:1.8rem 3.6rem;background-color:var(--color-light-blue);color:var(--color-white);font-family:Source Code Pro,monospace;font-weight:500;font-size:2rem;text-decoration:none;border-radius:50px;transition:background-color .3s ease-in-out}.section-cta .btn-cta:hover{background-color:#3b8ab0}@media only screen and (max-width:768px){.section-cta .btn-cta{font-size:1.8rem;padding:1.5rem 3rem}}@media only screen and (max-width:480px){.section-cta .heading-1{font-size:3.6rem}.section-cta .paragraph{font-size:1.8rem}.section-cta .btn-cta{font-size:1.6rem;padding:1.2rem 2.4rem}}.section-about{grid-column:2/14;margin-top:20rem;padding:6rem;position:relative;overflow:hidden;background:linear-gradient(115deg,#1a1e2b,#141420,#1a1e2b,#141420);background-size:400% 400%;animation:gradient 6s ease-in-out infinite alternate}@media only screen and (max-width:57em){.section-about{grid-column:1/15}}@media only screen and (max-width:45em){.section-about{padding:4rem}}.section-about .heading-1{margin-bottom:2rem;text-align:center;position:relative;z-index:1;font-family:Source Code Pro,monospace;font-size:6rem;font-weight:700}@media only screen and (max-width:45em){.section-about .heading-1{font-size:4rem}}.section-about .heading-1:before{content:"";position:absolute;top:50%;left:0;width:100%;height:1px;background-color:rgba(196,196,196,.25);transform:translateY(-50%);z-index:-1}.section-about .heading-1 span{display:inline-block;padding:0 2rem;background-color:#141420;background-image:linear-gradient(to right,var(--color-light-blue),var(--color-light-purple));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.section-about .paragraph{margin-bottom:6rem;text-align:center;max-width:800px;margin-left:auto;margin-right:auto;font-family:Source Code Pro,monospace;color:var(--color-gray);font-size:2.4rem;font-weight:400}@media only screen and (max-width:45em){.section-about .paragraph{font-size:2rem}}.section-about .team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:4rem;gap:4rem;position:relative;z-index:1;padding-bottom:6rem}@media only screen and (max-width:768px){.section-about .team-grid{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:480px){.section-about .team-grid{grid-template-columns:1fr}}.section-about .team-member{background:linear-gradient(135deg,rgba(35,37,49,.8),rgba(20,20,32,.8));border-radius:2rem;padding:4rem;box-shadow:0 4px 6px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.08);transition:transform .3s ease-in-out,box-shadow .3s ease-in-out;position:relative;overflow:hidden;text-align:center}.section-about .team-member:before{content:"";position:absolute;top:-10px;left:-10px;right:-10px;bottom:-10px;background:linear-gradient(135deg,rgba(128,0,255,.1),rgba(0,255,255,.1));filter:blur(20px);z-index:-1;opacity:0;transition:opacity .3s ease-in-out}.section-about .team-member:hover{transform:translateY(-1rem);box-shadow:0 6px 8px rgba(0,0,0,.15),0 3px 6px rgba(0,0,0,.1)}.section-about .team-member:hover:before{opacity:1}.section-about .team-member:hover .member-image img{transform:scale(1.1)}.section-about .team-member:hover .member-name{color:var(--color-light-blue)}.section-about .team-member .member-image{width:150px;height:150px;border-radius:50%;overflow:hidden;margin:0 auto 2rem;border:3px solid var(--color-light-blue)}.section-about .team-member .member-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease-in-out}.section-about .team-member .member-name{font-family:Source Code Pro,monospace;font-size:2.4rem;font-weight:600;color:var(--color-white);margin-bottom:1.5rem;transition:color .3s ease-in-out;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.section-about .team-member .member-role{font-family:Source Code Pro,monospace;font-size:1.8rem;font-weight:500;color:var(--color-gray);margin-bottom:2rem}.section-about .team-member .telegram-link{display:inline-block;transition:transform .3s ease-in-out}.section-about .team-member .telegram-link:hover{transform:scale(1.2)}.section-about .team-member .telegram-link .telegram-icon{width:30px;height:30px}@media only screen and (max-width:1024px){.section-about .team-member{padding:3rem}.section-about .team-member .member-name{font-size:2.2rem}.section-about .team-member .member-role{font-size:1.6rem}}@media only screen and (max-width:768px){.section-about .team-grid{grid-template-columns:repeat(2,1fr)}.section-about .team-member{padding:2.5rem}.section-about .team-member .member-name{font-size:2rem}.section-about .team-member .member-role{font-size:1.5rem}}@media only screen and (max-width:480px){.section-about{margin-top:10rem;padding:2rem}.section-about .heading-1{font-size:4rem}.section-about .paragraph{margin-bottom:4rem}.section-about .team-grid{grid-template-columns:1fr;gap:2rem}.section-about .team-member{padding:2rem}.section-about .team-member .member-name{font-size:1.8rem}.section-about .team-member .member-role{font-size:1.4rem}}.section-socials{grid-column:2/14;padding:6rem;margin-top:12rem;text-align:center;position:relative;overflow:hidden;background:linear-gradient(115deg,#1a1e2b,#141420,#1a1e2b,#141420);background-size:400% 400%;animation:gradient 6s ease-in-out infinite alternate}@media only screen and (max-width:57em){.section-socials{grid-column:1/15}}@media only screen and (max-width:45em){.section-socials{padding:4rem}}.section-socials .heading-1{font-size:6rem;margin-bottom:2rem;font-family:Source Code Pro,monospace;font-weight:700;color:var(--color-white);position:relative;z-index:1}@media only screen and (max-width:45em){.section-socials .heading-1{font-size:4rem}}.section-socials .heading-1:before{content:"";position:absolute;top:50%;left:0;width:100%;height:1px;background-color:rgba(196,196,196,.25);transform:translateY(-50%);z-index:-1}.section-socials .heading-1 span{display:inline-block;padding:0 2rem;background-color:#141420;background-image:linear-gradient(to right,var(--color-light-blue),var(--color-light-purple));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.section-socials .paragraph{margin-top:1rem;font-size:2.4rem;color:var(--color-gray);font-family:Source Code Pro,monospace;font-weight:400}@media only screen and (max-width:45em){.section-socials .paragraph{font-size:2rem}}.section-socials--links{display:flex;justify-content:center;align-items:center;margin-top:4rem;gap:2rem;flex-wrap:wrap;max-width:60rem;margin-left:auto;margin-right:auto}.section-socials--links a{display:flex;align-items:center;text-decoration:none;color:var(--color-white);transition:color .3s ease}.section-socials--links a:hover{color:var(--color-light-purple)}.section-socials--links a img{width:3.2rem;height:3.2rem;margin-right:1.2rem}.section-socials--links a span{font-size:2rem;font-weight:500;text-transform:uppercase;font-family:Source Code Pro,monospace}.footer{display:flex;flex-direction:column;align-items:center;width:100%;margin-top:12rem;padding:8rem 6rem;background:linear-gradient(115deg,#1a1e2b,#141420,#1a1e2b,#141420);background-size:400% 400%;animation:gradient 6s ease-in-out infinite alternate;position:relative;overflow:hidden}@media only screen and (max-width:45em){.footer{padding:6rem 4rem}}.footer:before{content:"";position:absolute;top:0;left:0;width:100%;height:1px;background:linear-gradient(90deg,rgba(128,0,255,.2),rgba(0,255,255,.2));z-index:1}.footer__content{display:flex;flex-wrap:wrap;justify-content:space-between;width:100%;max-width:120rem;margin-bottom:6rem;position:relative;z-index:2}.footer__logo{flex:0 0 100%;margin-bottom:6rem;text-align:center}.footer__logo img{max-width:24rem}.footer__contact,.footer__links,.footer__socials{flex-grow:0;flex-shrink:0;flex-basis:calc(33.33% - 2rem);margin-bottom:6rem}@media only screen and (max-width:45em){.footer__contact,.footer__links,.footer__socials{flex:0 0 100%}}.footer__contact .heading-4,.footer__links .heading-4,.footer__socials .heading-4{font-size:3rem;margin-bottom:2rem;font-family:Source Code Pro,monospace;font-weight:700;color:var(--color-white);background-image:linear-gradient(to right,var(--color-light-blue),var(--color-light-purple));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.footer__contact .contact-list{list-style:none;padding:0;margin:0}.footer__contact .contact-list li{margin-bottom:1.5rem;font-size:2rem;color:var(--color-gray);font-family:Source Code Pro,monospace;font-weight:400}.footer__contact .contact-list li strong{color:var(--color-white);margin-right:.5rem}.footer__contact .contact-list li a{color:var(--color-light-blue);text-decoration:none;transition:color .3s ease-in-out}.footer__contact .contact-list li a:hover{color:var(--color-light-purple)}.footer__links ul{list-style:none;padding:0;margin:0}.footer__links ul li{margin-bottom:1.5rem}.footer__links ul a{color:var(--color-gray);text-decoration:none;font-size:2rem;font-family:Source Code Pro,monospace;font-weight:400;transition:color .3s ease-in-out}.footer__links ul a:hover{color:var(--color-white)}.footer__socials .social-icons{display:flex;justify-content:flex-start;gap:2.5rem}.footer__socials .social-icons a img{width:4rem;height:4rem;transition:transform .3s ease-in-out}.footer__socials .social-icons a img:hover{transform:scale(1.1)}.footer__bottom{text-align:center;position:relative;z-index:2}.footer__bottom .paragraph{font-size:1.8rem;color:var(--color-gray);font-family:Source Code Pro,monospace;font-weight:400}.process-section{grid-column:2/14;margin-top:20rem;padding:6rem;position:relative;overflow:hidden;background:linear-gradient(115deg,#1a1e2b,#141420,#1a1e2b,#141420);background-size:400% 400%;animation:gradient 6s ease-in-out infinite alternate}@media only screen and (max-width:57em){.process-section{grid-column:1/15}}@media only screen and (max-width:45em){.process-section{padding:4rem}}.process-section:before{top:-20px;background:linear-gradient(180deg,rgba(0,0,0,0),#000)}.process-section:after,.process-section:before{content:"";position:absolute;left:0;right:0;height:40px;z-index:1}.process-section:after{bottom:-20px;background:linear-gradient(0deg,rgba(0,0,0,0),#000)}.process-section .heading-1{margin-bottom:2rem;text-align:center;position:relative;z-index:1;font-family:Source Code Pro,monospace;font-size:6rem;font-weight:700}.process-section .heading-1:before{content:"";position:absolute;top:50%;left:0;width:100%;height:1px;background-color:rgba(196,196,196,.25);transform:translateY(-50%);z-index:-1}.process-section .heading-1 span{display:inline-block;padding:0 2rem;background-color:#141420;background-image:linear-gradient(to right,var(--color-light-blue),var(--color-light-purple));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.process-section .paragraph{margin-bottom:10rem;text-align:center;max-width:800px;margin-left:auto;margin-right:auto;font-family:Source Code Pro,monospace;font-weight:400;color:var(--color-gray);font-size:2.4rem}.process-section .process-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:4rem;gap:4rem;position:relative;z-index:1;padding-bottom:6rem}.process-section .process-step{background:linear-gradient(135deg,rgba(35,37,49,.8),rgba(20,20,32,.8));border-radius:2rem;padding:4rem;box-shadow:0 4px 6px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.08);transition:transform .3s ease-in-out,box-shadow .3s ease-in-out;position:relative;overflow:hidden}.process-section .process-step:before{content:"";position:absolute;top:-10px;left:-10px;right:-10px;bottom:-10px;background:linear-gradient(135deg,rgba(128,0,255,.1),rgba(0,255,255,.1));filter:blur(20px);z-index:-1;opacity:0;transition:opacity .3s ease-in-out}.process-section .process-step:hover{transform:translateY(-1rem);box-shadow:0 6px 8px rgba(0,0,0,.15),0 3px 6px rgba(0,0,0,.1)}.process-section .process-step:hover:before{opacity:1}.process-section .process-step .step-title{font-family:Source Code Pro,monospace;font-size:3rem;font-weight:500;color:var(--color-white);margin-bottom:2rem;text-shadow:1px 1px 2px rgba(0,0,0,.5);position:relative;display:inline-block}.process-section .process-step .step-title:after{content:"";position:absolute;bottom:-.5rem;left:0;width:100%;height:2px;background:linear-gradient(90deg,rgba(128,0,255,.8),rgba(0,255,255,.8));transform:scaleX(0);transform-origin:left;transition:transform .3s ease-in-out}.process-section .process-step:hover .step-title:after{transform:scaleX(1)}.process-section .process-step .step-points{list-style:none;padding:0}.process-section .process-step .step-points .step-point{font-family:Source Code Pro,monospace;font-size:1.8rem;font-weight:400;color:var(--color-gray);margin-bottom:1rem;position:relative;padding-left:2.5rem}.process-section .process-step .step-points .step-point:before{content:"";position:absolute;top:50%;left:0;transform:translateY(-50%);width:1rem;height:1rem;background:linear-gradient(135deg,rgba(128,0,255,.8),rgba(0,255,255,.8));border-radius:50%;box-shadow:0 0 5px rgba(128,0,255,.8),0 0 10px rgba(0,255,255,.8)}.header-wrapper{display:grid;grid-template-columns:1fr repeat(12,minmax(min-content,12rem)) 1fr;position:relative}.header-wrapper:before{content:"";display:block;position:absolute;top:0;left:0;width:26rem;height:26rem;background-repeat:no-repeat;background-size:contain}@media only screen and (max-width:45em){.header-wrapper:before{width:20rem;height:20rem}}.header-wrapper:after{content:"";display:block;position:absolute;bottom:7rem;right:0;width:25rem;height:45rem;background-repeat:no-repeat;background-size:contain;z-index:-1}@media only screen and (max-width:45em){.header-wrapper:after{width:20rem;height:40rem}}.header{grid-column:2/14;margin-top:25rem;padding:0 6rem}@media only screen and (max-width:45em){.header{grid-column:1/15;padding:0 4rem}}.header__hero--heading{font-family:Source Code Pro,monospace;font-size:9rem;line-height:100%;letter-spacing:-.03em;color:var(--color-white);position:relative;font-weight:700}@media only screen and (max-width:45em){.header__hero--heading{font-size:7rem}.header__hero--heading br{display:none}}@media only screen and (max-width:28em){.header__hero--heading{font-size:6rem}}.header__hero--heading-gradient{background:linear-gradient(-45deg,var(--color-light-blue),var(--color-light-purple),var(--color-light-blue),var(--color-light-purple));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-size:400% 400%;animation:gradient 3s ease infinite}.header__hero--cta{margin-top:13rem;display:flex;gap:2rem;flex-wrap:wrap}.header__hero--cta a{display:inline-block;font-family:Source Code Pro,monospace;font-size:1.8rem;font-weight:500;line-height:92.4%;letter-spacing:.19em;color:var(--color-white);text-decoration:none;padding:1.2rem 2.5rem;border:2px solid var(--color-gray);border-radius:50px;transition:all .3s ease}.header__hero--cta a:hover{background-color:var(--color-purple);border-color:var(--color-purple);transform:translateY(-3px);box-shadow:0 1rem 2rem rgba(0,0,0,.2)}.header__hero--cta a:active{transform:translateY(-1px);box-shadow:0 .5rem 1rem rgba(0,0,0,.2)}.header__footer{grid-column:1/15;padding:0 6rem;display:flex;align-items:center;justify-content:space-between;margin-top:16rem;margin-bottom:14rem;color:var(--color-gray)}@media only screen and (max-width:57em){.header__footer{padding:0 4rem}}.header__footer--right,.header__footer--right a{display:flex;align-items:center}.header__footer--right a{margin-left:2rem;text-decoration:none;color:var(--color-white);transition:color .3s ease-in-out}.header__footer--right a:hover{color:var(--color-purple)}.header__footer--right a img{width:2.4rem;height:2.4rem;margin-right:.8rem}.header__footer--right a span{font-size:1.6rem;font-family:Source Code Pro,monospace;font-weight:400;line-height:92.4%;letter-spacing:-.03em;text-transform:uppercase}@media only screen and (max-width:45em){.header__footer--right{flex-wrap:wrap;justify-content:center}.header__footer--right a{margin:1rem}}.speaker{display:flex;justify-content:space-between;align-items:center;width:7rem;height:4rem;border:.2rem solid var(--color-purple);border-radius:50px;padding:1rem 1.5rem;position:relative}.speaker__toggle{position:absolute;top:50%;left:8%;transform:translateY(-50%);height:2.5rem;width:2.5rem;border-radius:50%;background-color:var(--color-white);transition:all .5s ease-in-out;cursor:pointer;z-index:2}.speaker__unmuted{transform:rotate(180deg)}.speaker__unmuted .rect1-anim{animation:rect1Anim 1s ease-in-out infinite alternate}.speaker__unmuted .rect2-anim{animation:rect2Anim 1s ease-in-out infinite alternate}.speaker__unmuted .rect3-anim{animation:rect3Anim 1s ease-in-out infinite alternate}.speaker__unmuted .rect4-anim{animation:rect4Anim 1s ease-in-out infinite alternate}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.speaker__toggle--anim{left:54%}*,:after,:before{margin:0;padding:0;box-sizing:inherit}html{font-size:58%;box-sizing:border-box;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}@media only screen and (max-width:62.5em){html{font-size:51.25%}}@media only screen and (max-width:56.25em){html{font-size:49%}}@media only screen and (max-width:37.5em){html{font-size:46%}}@media only screen and (min-width:140.5em){html{font-size:75%}}body{font-family:Source Code Pro,monospace,sans-serif;font-weight:400;font-size:1.6rem;overflow-x:hidden;background:#000}.container{display:grid;grid-template-columns:1fr repeat(13,minmax(min-content,10rem)) 1fr}.cursor{width:8rem;height:8rem;position:absolute;top:40%;right:20%;pointer-events:none;transition:left top .1s ease-in-out;z-index:1233333;background-image:url(/_next/static/media/cursor.8a117488.svg);background-size:contain;background-repeat:no-repeat;animation:cursorAnim 10s linear infinite}@media only screen and (max-width:52.5em){.cursor{opacity:0}}.preloader{width:100vw;height:100vh;background-color:#10101a;position:fixed;top:0;left:0;z-index:129993994}.preloader,.preloader__wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center}.preloader__wrapper{max-width:90%}.preloader__left{margin-bottom:4rem}.preloader__left img{width:600px;height:auto}@media only screen and (max-width:75em){.preloader__left img{width:500px}}@media only screen and (max-width:56.25em){.preloader__left img{width:400px}}@media only screen and (max-width:37.5em){.preloader__left img{width:300px}}.preloader__right{width:max-content;height:6rem;overflow:hidden;position:relative}.preloader__right:before{background-image:linear-gradient(180deg,#10101a 5%,rgba(16,16,26,0) 30%)}.preloader__right:after,.preloader__right:before{content:"";display:block;height:100%;width:100%;position:absolute;top:0;left:0;z-index:1}.preloader__right:after{background-image:linear-gradient(0deg,#10101a 5%,rgba(16,16,26,0) 30%)}.preloader__text{font-family:Source Code Pro,monospace;font-weight:700;font-size:32px;line-height:210%;letter-spacing:.19em;color:var(--color-white);animation:preloaderTextAnim 12s linear;animation-delay:3s;text-align:center}@media only screen and (max-width:56.25em){.preloader__text{font-size:28px}}@media only screen and (max-width:37.5em){.preloader__text{font-size:24px}.preloader__wrapper{flex-direction:column}.preloader__left{margin-right:0;margin-bottom:4rem}.preloader__right{margin-left:0}}/*! locomotive-scroll v4.1.1 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */html.has-scroll-smooth{overflow:hidden}html.has-scroll-dragging{-webkit-user-select:none;-moz-user-select:none;user-select:none}.has-scroll-smooth body{overflow:hidden}.has-scroll-smooth [data-scroll-container]{min-height:100vh}[data-scroll-direction=horizontal] [data-scroll-container]{height:100vh;display:inline-block;white-space:nowrap}[data-scroll-direction=horizontal] [data-scroll-section]{display:inline-block;vertical-align:top;white-space:nowrap;height:100%}.c-scrollbar{position:absolute;right:0;top:0;width:11px;height:100%;transform-origin:center right;transition:transform .3s,opacity .3s;opacity:0}.c-scrollbar:hover{transform:scaleX(1.45)}.c-scrollbar:hover,.has-scroll-dragging .c-scrollbar,.has-scroll-scrolling .c-scrollbar{opacity:1}[data-scroll-direction=horizontal] .c-scrollbar{width:100%;height:10px;top:auto;bottom:0;transform:scaleY(1)}[data-scroll-direction=horizontal] .c-scrollbar:hover{transform:scaleY(1.3)}.c-scrollbar_thumb{position:absolute;top:0;right:0;background-color:#000;opacity:.5;width:7px;border-radius:10px;margin:2px;cursor:-webkit-grab;cursor:grab}.has-scroll-dragging .c-scrollbar_thumb{cursor:-webkit-grabbing;cursor:grabbing}[data-scroll-direction=horizontal] .c-scrollbar_thumb{right:auto;bottom:0}.heading-1{display:flex;align-items:center;font-size:5rem;letter-spacing:-.03em;font-family:Source Code Pro,monospace;font-weight:700}@media only screen and (max-width:56.25em){.heading-1{font-size:4.25rem}}@media only screen and (max-width:37.5em){.heading-1{font-size:3.5rem}}.heading-1 span{margin-right:1rem;background-image:linear-gradient(90deg,#b0f3f1,#ffcfdf);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);display:inline-block}.heading-1__sub span{background-image:linear-gradient(to right,var(--color-white),var(--color-white))}.heading-2{font-size:4.2rem;line-height:105%;letter-spacing:-.03em;color:var(--color-white);font-family:Source Code Pro,monospace;font-weight:700}@media only screen and (max-width:57em){.heading-2{line-height:125%}}@media only screen and (max-width:56.25em){.heading-2{font-size:3.5rem}}.adeola-anim,.alexxandria-anim,.heatrow-anim,.safarika-anim{font-weight:700;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-size:400% 400%;line-height:105%;animation:gradient 3s ease-in-out}@media only screen and (max-width:57em){.adeola-anim,.alexxandria-anim,.heatrow-anim,.safarika-anim{line-height:125%}}.alexxandria-anim{background-image:linear-gradient(-45deg,#63898a,#9fbcbf,var(--color-white),var(--color-white))}.safarika-anim{background-image:linear-gradient(-45deg,#fbb034,#ffdd00,var(--color-white),var(--color-white))}.heatrow-anim{background-image:linear-gradient(-45deg,#045de9,#09c6f9,var(--color-white),var(--color-white))}.adeola-anim{background-image:linear-gradient(-45deg,var(--color-light-blue),var(--color-light-purple),var(--color-white),var(--color-white))}.about-text{grid-column:2/14;font-size:1.7rem;line-height:130.4%;color:var(--color-gray);display:block;padding:0 6rem;font-family:Source Code Pro,monospace;font-weight:400}@media only screen and (max-width:56.25em){.about-text{grid-column:1/15;padding:0 4rem}.about-text br{display:none}}.paragraph{font-size:1.7rem;line-height:130.4%;color:var(--color-gray);font-family:Source Code Pro,monospace;font-weight:400}.paragraph__sub{color:#8b8b8b}.keen-slider:not([data-keen-slider-disabled]){-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;align-content:flex-start;display:flex;overflow:hidden;position:relative;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;user-select:none;-khtml-user-select:none;width:100%}.keen-slider:not([data-keen-slider-disabled]) .keen-slider__slide{min-height:100%;overflow:hidden;position:relative;width:100%}.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-reverse]{flex-direction:row-reverse}.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-v]{flex-wrap:wrap}