::selection{background:#07f;color:#dfe1e5}*{outline:none}body,html{font-family:Source Sans\ 3,sans-serif;margin:0;min-height:100%;padding:0;width:100%}body{background-attachment:fixed;background-image:url(/static/media/Bg.07af56d8b161f7bdee21.jpg);background-position:50%;background-size:cover}a,h1,h2,h3,h4,p{font-style:normal;margin:0;padding:0}a{color:#dfe1e5;cursor:pointer;font-weight:0}.blink{display:none}.container{background:linear-gradient(90deg,#111417,rgba(17,20,23,0)),linear-gradient(90deg,#111417,rgba(17,20,23,0));box-shadow:0 4px 4px 0 rgba(0,0,0,.25);left:0;min-height:100%;position:absolute;top:0;width:100%;z-index:1}@media screen and (max-width:720px){.container{background:linear-gradient(0deg,rgba(17,20,23,0) 10%,#111417),linear-gradient(0deg,rgba(17,20,23,0) 10%,#111417)}}.main{box-sizing:border-box;height:100%;margin:0 auto;max-width:1600px;min-height:100%;padding:0 40px;position:relative;width:100%}@media screen and (max-width:720px){.main{padding:0 20px}}.footer{-webkit-animation:footerAnim .8s ease-out forwards;animation:footerAnim .8s ease-out forwards;-webkit-animation-delay:2s;animation-delay:2s;bottom:0;box-sizing:border-box;left:0;margin:0 auto 48px;max-width:1600px;opacity:0;padding:0 40px;position:absolute;right:0;width:100%}@media screen and (max-height:910px){.footer{margin-bottom:40px;padding:32px 40px;position:relative}}@media screen and (max-width:720px){.footer{margin-bottom:0;padding:20px}}.footer p{color:#dfe1e5;font-size:16px;font-weight:300}@media screen and (max-width:1367px){.footer p{font-size:16px;font-size:14px}}.footer p a{color:#dfe1e5;font-weight:600}.header{align-items:center;display:flex;justify-content:space-between;padding:48px 0 32px;width:100%}@media screen and (max-width:720px){.header{padding:24px 0}}.lutick{height:20px}@media screen and (max-width:720px){.lutick{height:16px}}.logo-wrapper{position:relative}.logo-wrapper .logo{height:70px}@media screen and (max-width:1367px){.logo-wrapper .logo{height:56px}}@media screen and (max-width:720px){.logo-wrapper .logo{height:48px}}.logo-wrapper:after{-webkit-animation:blink 2s infinite;animation:blink 2s infinite;-webkit-animation-timing-function:steps(2);animation-timing-function:steps(2);background:#00b0c3;bottom:7px;content:"";height:22px;position:absolute;right:26px;width:1px}@media screen and (max-width:1367px){.logo-wrapper:after{bottom:7px;height:18px;right:20px}}@media screen and (max-width:720px){.logo-wrapper:after{bottom:6px;height:14px;right:15px}}@-webkit-keyframes blink{0%{opacity:0}to{opacity:1}}@keyframes blink{0%{opacity:0}to{opacity:1}}.content{display:flex;flex-direction:column;gap:32px}@media screen and (max-width:1367px){.content{gap:24px}}.main-infos{display:flex;flex-direction:column;gap:8px;max-width:720px;padding-top:32px}@media screen and (max-width:1400px){.main-infos{padding-top:24px}}@media screen and (max-width:720px){.main-infos{padding-top:8px}}.main-infos h1{-webkit-animation:startAnim .8s ease-out;animation:startAnim .8s ease-out;color:#f8faff;font-family:Source Sans\ 3,sans-serif;font-size:56px;font-weight:900;line-height:108%;position:relative}@media screen and (max-width:1367px){.main-infos h1{font-size:40px}}@media screen and (max-width:720px){.main-infos h1{font-size:32px}}.main-infos h2{-webkit-animation:startAnim .8s ease-out forwards;animation:startAnim .8s ease-out forwards;-webkit-animation-delay:.5s;animation-delay:.5s;color:#dfe1e5;font-size:20px;font-weight:300;opacity:0;position:relative}@media screen and (max-width:1367px){.main-infos h2{font-size:18px}}@media screen and (max-width:720px){.main-infos h2{font-size:16px}}.main-infos h2 b{font-weight:600}.instructors{align-items:center;-webkit-animation:startAnim .8s ease-out forwards;animation:startAnim .8s ease-out forwards;-webkit-animation-delay:1s;animation-delay:1s;display:flex;gap:24px;opacity:0;position:relative}@media screen and (max-width:720px){.instructors{justify-content:center;margin:16px 0}}.instructors span{color:#f8faff;font-size:24px}.instructors a{text-decoration:none}.instructor{align-items:center;cursor:pointer;display:flex;flex-direction:column;gap:8px}.instructor,.instructor:hover{transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.instructor:hover{-webkit-transform:translateY(-5px);transform:translateY(-5px)}@media screen and (max-width:720px){.instructor img{height:80px;width:80px}}.instructor__name{align-items:center;color:#f8faff;display:flex;font-size:16px;gap:4px}@media screen and (max-width:720px){.instructor__name{font-size:13px}}.instructor__name img{height:16px;width:16px}.social{display:flex;flex-direction:column;gap:16px;position:relative}@media screen and (max-width:1367px){.social{gap:8px}}.social p{color:#dfe1e5;font-size:16px;font-weight:300}@media screen and (max-width:1367px){.social p{font-size:15px}}@media screen and (max-width:720px){.social p{font-size:13px;text-align:center}}.social__medias{display:flex;gap:12px}@media screen and (max-width:720px){.social__medias{gap:8px;justify-content:center}}.social__medias img{cursor:pointer;height:36px;transition:all .2s ease-out;width:36px}.social__medias img:hover{-webkit-transform:scale(1.1);transform:scale(1.1);transition:all .2s ease-out}@-webkit-keyframes startAnim{0%{bottom:-80px;opacity:0}to{bottom:0;opacity:1}}@keyframes startAnim{0%{bottom:-80px;opacity:0}to{bottom:0;opacity:1}}@-webkit-keyframes footerAnim{0%{opacity:0}to{opacity:1}}@keyframes footerAnim{0%{opacity:0}to{opacity:1}}.--none{display:none}@font-face{font-display:swap;font-family:Source Sans\ 3;font-style:normal;font-weight:900;src:url(/static/media/SourceSans3-Black.1cb53b56d75cb35ae621.woff2) format("woff2"),url(/static/media/SourceSans3-Black.8df7c625a72f7363cbc3.woff) format("woff")}@font-face{font-display:swap;font-family:Source Sans\ 3;font-style:normal;font-weight:300;src:url(/static/media/SourceSans3-Light.f53093b79dcb6b70c71f.woff2) format("woff2"),url(/static/media/SourceSans3-Light.100689fa3a7019fcbfd0.woff) format("woff")}@font-face{font-display:swap;font-family:Source Sans\ 3;font-style:normal;font-weight:400;src:url(/static/media/SourceSans3-Regular.9877d1a24a00434c1191.woff2) format("woff2"),url(/static/media/SourceSans3-Regular.f8ba5ab66456bfe91b12.woff) format("woff")}@font-face{font-display:swap;font-family:Source Sans\ 3;font-style:normal;font-weight:600;src:url(/static/media/SourceSans3-SemiBold.88b389b0103560f4eec0.woff2) format("woff2"),url(/static/media/SourceSans3-SemiBold.40bdd1e39839a58beaec.woff) format("woff")}.cta-wrapper{display:flex;flex-direction:column;gap:8px}.cta-title{-webkit-animation:startAnim .8s ease-out forwards;animation:startAnim .8s ease-out forwards;-webkit-animation-delay:1s;animation-delay:1s;color:#dfe1e5;font-size:16px;opacity:0;position:relative}@media screen and (max-width:720px){.cta-title{font-size:13px}}.cta{-webkit-animation:startAnim .8s ease-out forwards;animation:startAnim .8s ease-out forwards;-webkit-animation-delay:1s;animation-delay:1s;display:flex;gap:16px;opacity:0;position:relative}@media screen and (max-width:720px){.cta{flex-direction:column}}.cta .email input{align-items:center;-webkit-animation:borderAnim 4s ease infinite;animation:borderAnim 4s ease infinite;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:rgba(0,0,0,.05);border:1px solid #f8faff;border-radius:20px;box-sizing:border-box;color:#dfe1e5;display:flex;font-family:Source Sans\ 3,sans-serif;font-size:24px;font-weight:400;height:72px;padding:0 24px;position:relative;transition:border .2s ease-out;width:376px}@media screen and (max-width:1367px){.cta .email input{font-size:20px;height:64px}}@media screen and (max-width:720px){.cta .email input{border-radius:16px;font-size:18px;height:48px;padding:0 16px;width:100%}}.cta .email input:focus,.cta .email input:hover{border:1px solid #00e886;transition:border .2s ease-out}.cta .subscribe-button{align-items:center;-webkit-animation:gradient 4s ease infinite;animation:gradient 4s ease infinite;background:linear-gradient(225deg,#07f,#00e886),#f8faff;background-size:150% 150%;border:0;border-radius:20px;box-shadow:0 0 0 0 rgba(1,175,195,.25);color:#dfe1e5;cursor:pointer;display:flex;font-family:Source Sans\ 3,sans-serif;font-size:24px;font-weight:600;height:72px;justify-content:center;padding:0 32px;transition:-webkit-transform .2s ease-out;transition:transform .2s ease-out;transition:transform .2s ease-out,-webkit-transform .2s ease-out}.cta .subscribe-button:disabled{background-color:#ccc;color:#888;cursor:not-allowed}@media screen and (max-width:1367px){.cta .subscribe-button{font-size:20px;height:64px}}@media screen and (max-width:720px){.cta .subscribe-button{border-radius:16px;font-size:18px;height:48px;width:100%}}@-webkit-keyframes gradient{0%{background-position:0 50%;box-shadow:0 0 0 0 rgba(1,175,195,0)}50%{background-position:100% 50%;box-shadow:0 4px 16px 0 rgba(1,175,195,.25)}to{background-position:0 50%;box-shadow:0 0 0 0 rgba(1,175,195,0)}}@keyframes gradient{0%{background-position:0 50%;box-shadow:0 0 0 0 rgba(1,175,195,0)}50%{background-position:100% 50%;box-shadow:0 4px 16px 0 rgba(1,175,195,.25)}to{background-position:0 50%;box-shadow:0 0 0 0 rgba(1,175,195,0)}}.cta .subscribe-button:hover{-webkit-transform:scale(1.05);transform:scale(1.05);transition:-webkit-transform .2s ease-out;transition:transform .2s ease-out;transition:transform .2s ease-out,-webkit-transform .2s ease-out}.legal{-webkit-animation:startAnim .8s ease-out forwards;animation:startAnim .8s ease-out forwards;-webkit-animation-delay:1s;animation-delay:1s;opacity:0;position:relative}.legal__disclaimer,.legal__privacy{color:#dfe1e5;font-size:smaller;font-size:12px;font-weight:300;margin:0;padding:0}@media screen and (max-width:720px){.legal__disclaimer,.legal__privacy{font-size:12px}}.success{color:#00e886;font-size:14px}.success span a{color:#00e886;text-decoration:underline}.error{color:#f66;font-size:14px}.loading-spinner{-webkit-animation:loading 1s linear infinite;animation:loading 1s linear infinite}@-webkit-keyframes loading{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes loading{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.grecaptcha-badge{visibility:hidden}
/*# sourceMappingURL=main.0ddb2017.css.map*/