@import url(https://fonts.googleapis.com/css2?family=Outfit:wght@100;300;400;500;600;700;800&family=Rubik:wght@300;400;600&display=swap);*{box-sizing:border-box;margin:0;padding:0}a,h1,h4,p{color:#fff}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#000;font-family:Outfit,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}ul{list-style-type:none}a{text-decoration:none}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.btn{background:transparent;border:1px solid #fff;color:#fff;cursor:pointer;font-size:1.2rem;padding:12px 32px;text-transform:uppercase}.btn-light{background:hsla(0,0%,100%,.3)}.btn:hover{background:hsla(0,0%,100%,.2)}.header{align-items:center;background-color:rgba(0,0,0,.85);display:flex;height:90px;justify-content:space-between;padding:1rem;position:fixed;z-index:10}.header,.logo{width:100%}.header a{height:auto;width:8%}.header-bg{background-color:rgba(0,0,0,.85);transition:.5s}.nav-menu{display:flex}.nav-menu li{padding:0 1rem}.nav-menu a{font-size:1.2rem;font-weight:500}.hamburger{display:none}@media screen and (max-width:1240px){.hamburger{display:block}.nav-menu{align-items:center;background:rgba(0,0,0,.9);flex-direction:column;height:100vh;justify-content:center;left:-100%;position:absolute;text-align:center;top:0;transition:.3s;width:100%;z-index:-1}.nav-menu.active{left:0}.nav-menu li{padding:1rem 0}.nav-menu a{font-size:2rem}}@media screen and (max-width:500px){.header a{height:auto;width:20%}}#video{height:100%;object-fit:cover;position:fixed;width:100%;z-index:-1}.image-container{height:100vh;position:relative;width:100%}.background-image{height:100%;object-fit:cover;width:100%}.image-container:before{background-color:rgba(0,0,0,.6);content:"";height:100%;left:0;position:absolute;top:0;width:100%}.hero{height:100vh;object-fit:contain;width:100%}.hero .content{height:100%;margin:auto;position:absolute;text-align:center;top:40vh;width:100%}.hero .content h1{color:#fff;font-size:4rem}.hero p{color:#fff;font-size:1.8rem;font-weight:200;margin-bottom:5.5rem;text-transform:uppercase}.hero .btn{margin:1rem .2rem}.hero .content{top:30vh}.hero .content h1{margin-bottom:2rem}@media screen and (max-width:640px){.content h1{font-size:3rem}.content p{font-size:1.4rem;margin-bottom:1.6rem}}@media screen and (max-width:420px){.image-container:before{background-color:rgba(0,0,0,.6);content:"";height:100%;left:0;position:absolute;top:0;width:100%}.content{width:100%!important}h1{text-align:center}.buttons{align-content:center;align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.buttons .btn{width:80%!important}.btn{margin:10px;width:15rem}.footer h4{font-size:1rem!important}.hero .content{top:20vh}.hero .content h1{margin-bottom:2.5rem}}.footer{background:rgba(0,0,0,.8);padding:6rem 0;width:100%}.footer-container{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(2,1fr);margin:auto;max-width:1140px}.footer .left,.footer .right{display:flex;flex-direction:column;height:100%;max-width:100%;padding:1rem}.footer .right{margin:auto}.footer h4{font-size:1.4rem;padding:1rem 0}.footer p{font-size:1.2rem;padding:1rem 0}.footer .location{align-items:center;display:flex}.footer .location p{padding-bottom:.5rem}.footer .location h4{padding-top:0}@media screen and (max-width:640px){.footer-container{grid-template-columns:1fr}.right .social{margin:auto}}.hero-img{background:rgba(0,0,0,.3);height:60vh;position:relative;width:100%}.hero-img:before{background:url(/static/media/hero.eb69e8b2b44a11d2a566.jpg) no-repeat 50%/cover;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.hero-img .heading{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.hero-img h1{font-size:2.4rem}.hero-img p{font-size:1.4rem}@media screen and (max-width:640px){.hero-img h1{font-size:2rem}}.pricing{background-color:#000;padding:6rem 1rem;width:100%}.card-container{grid-gap:40px;display:flex;display:grid;gap:40px;grid-template-columns:repeat(3,1fr);justify-content:center;margin:auto;max-width:70%}.card-container .card{border:1px solid #eee;color:#eee;padding-bottom:90px}.card{padding:1rem;position:relative;text-align:center}.card:hover{background-color:#141414}.card h3{font-size:1.4rem;padding:1rem}.card .bar{border-bottom:1px solid #eee;display:block;margin:1.5rem auto;width:10%}.card .btc{font-size:3rem;font-weight:600;padding:1rem}.pricing p{color:#eee;font-size:1rem;padding:1rem 0}.card .btn{bottom:15px;left:50%;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%)}@media screen and (max-width:880px){.card-container{grid-template-columns:1fr;margin:auto;max-width:90%}}@media screen and (max-width:420px){.card-container{display:flex!important;flex-direction:column!important}.hero-img,.pricing{width:100%}.card .btn{width:70%}}.training{display:grid;grid-template-columns:repeat(2,1fr);height:100%;margin:3rem 0;width:100%}.training .left{padding:2rem;text-align:center}.training .left p{margin:1.2rem 0}.training .right{width:100%}.right .img-container{align-items:center;display:grid;grid-template-columns:repeat(12,1fr);position:relative;text-align:center}.right .img{border:1px solid #333;max-width:60%}.right .top{grid-column:1/span 8;grid-row:1;padding-top:20%;z-index:6}.right .bottom{grid-column:4/-1;grid-row:1;z-index:5}@media screen and (max-width:1140px){.training{grid-template-columns:1fr}.training .img{max-width:80%}}@media screen and (max-width:420px){.card-container{display:flex!important;flex-direction:column!important}.hero-img,.pricing{width:100%}}label{color:#eee}form{display:flex;flex-direction:column;margin:auto;max-width:600px;padding:1rem}form label{margin-bottom:.5rem}form input,textarea{background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.1);color:#f4f4f4;font-family:Outfit,sans-serif;font-size:1.2rem;margin-bottom:1rem;padding:10px 18px;width:100%}.alert{color:#fff;text-align:center}@media screen and (max-width:420px){.form{display:flex;justify-content:center;width:100%}.form input,textarea{text-align:center}.btn{margin:0;width:100%}}
/*# sourceMappingURL=main.13cc3b26.css.map*/