@import "https://use.typekit.net/zpj2mat.css";:root{--fs-300:0.5rem;--fs-400:1rem;--fs-500:1.5rem;--fs-600:2rem;--fs-700:4rem}@media(max-width:1000px){:root{--fs-700:2.5rem;--fs-600:1.8rem;--fs-400:1.2rem}}*{box-sizing:border-box;margin:0;padding:0}body{font-family:work-sans,sans-serif}.container{max-width:1200px;width:90%;margin:0 auto}.flex{display:flex}.justify-space-between{justify-content:space-between}.align-items-center{align-items:center}.primary-btn{background-color:#6445a5;color:#fff;border:none;padding:.7em 1em;cursor:pointer;font-size:var(--fs-400);font-weight:600;transition:background-color .3s ease-in-out}.primary-btn:hover{background-color:#4c1eab}.navbar{background-color:#f7f7f8;padding:2em 0;position:sticky;top:0;z-index:10}.navbar .container{flex-wrap:wrap}.navbar .menu ul{list-style:none;display:flex;justify-content:space-between;align-items:center}.navbar .menu ul li{display:inline-block;margin-right:var(--fs-400);font-size:var(--fs-500);font-weight:400;position:relative;color:#3e3e3e}.navbar .menu ul li a{text-decoration:none;color:inherit}.navbar .menu ul li::before{content:"";width:0%;height:3px;background-color:#4c1eab;position:absolute;bottom:-1px;right:0;transition:all .3s ease-in-out}.navbar .menu ul li:hover{color:#4c1eab}.navbar .menu ul li:hover::before{width:100%}.navbar .menu ul li.active::before{width:100%}.menu-bar{display:none;font-size:1.8rem;color:#1f0060;cursor:pointer}@media(max-width:650px){.navbar .menu{position:absolute;background-color:#f7f7f8;top:100%;left:0;width:100%;transition:all .3s ease-in-out;opacity:1}.navbar .menu ul{flex-direction:column;align-items:center;justify-content:center}.navbar .menu ul li{margin-bottom:1em;margin-right:0}.menu-bar{display:block}.hidden-menu{left:-100%!important;opacity:0}}.header{padding:4em 0}.header .container{align-items:center}.header .right{position:relative;width:30%}.header .right::before{content:"";width:100%;height:100%;position:absolute;top:20px;left:20px;border:10px solid #4c1eab;box-sizing:border-box;z-index:-1}.header .left{width:65%}.header .left h1{font-size:var(--fs-700);font-weight:500;color:#1b1b1b}.header .left h1 span{color:#4c1eab}.header .left h2{font-size:var(--fs-600);font-weight:500;color:#4c1eab;margin-bottom:.5em}.header .left p{font-size:var(--fs-500);font-weight:300;color:#1b1b1b;margin-bottom:1em}.header .right img{width:100%}@media(max-width:1000px){.header .container{flex-direction:column-reverse;text-align:center}.header .right{width:100%;max-width:300px;margin-bottom:3em}.header .left{width:100%}}.fakeScreen{height:100%;display:flex;flex-direction:column;justify-content:center;padding:4em 0}.fakeScreen .scroll-hint{color:#4c1eab;font-size:clamp(.4rem,.6vw,1rem);position:absolute;bottom:15px;left:50%;transform:translateX(-50%);opacity:.5}.fakeScreen .container{align-items:center}.fakeScreen .right{position:relative;width:30%}.fakeScreen .right::before{content:"";width:100%;height:100%;position:absolute;top:3px;left:5px;border:2px solid #4c1eab;box-sizing:border-box;z-index:-1}.fakeScreen .left{width:65%}.fakeScreen .left h1{font-size:clamp(.3rem,1.2vw,1rem);font-weight:500;color:#1b1b1b}.fakeScreen .left h1 span{color:#4c1eab}.fakeScreen .left h2{font-size:clamp(.2rem,.8vw,.5rem);font-weight:500;color:#4c1eab;margin-bottom:.5em}.fakeScreen .left p{font-size:clamp(.15rem,.6vw,.4rem);font-weight:300;color:#1b1b1b;margin-bottom:1em}.fakeScreen .right img{width:100%}@media(max-width:1000px){.fakeScreen .container{flex-direction:column-reverse;text-align:center}.fakeScreen .right{width:50%;max-width:300px;margin-bottom:1em}.fakeScreen .left{width:100%}}.about-section{background-color:#1b1b1b;padding:4em 0}