@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;text-size-adjust:100%;scroll-behavior:smooth}body{line-height:1.5;font-family:Roboto,sans-serif;background-color:#2b2636;color:#f7f4fb;min-height:100vh;text-rendering:optimizeLegibility}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}input,button,textarea,select{font:inherit;color:inherit;background:none;border:none;outline:none}button{cursor:pointer;background:transparent}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}ul,ol{list-style:none}table{border-collapse:collapse;border-spacing:0}h1,h2,h3,h4,h5,h6{font-weight:inherit;font-size:inherit;color:#fff}:focus-visible{outline:2px solid #0077ff;outline-offset:2px}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}.visually-hidden{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}#root,#__next{isolation:isolate}body{font-size:16px;scroll-behavior:smooth;background:#000;color:#fff}.background{position:fixed;z-index:-1}@media screen and (max-width: 600px){.background{width:1000px}}.background video{filter:brightness(.3)}@media screen and (max-width: 600px){.background video{overflow:hidden}}.header{position:fixed;display:flex;justify-content:space-between;width:100%;align-items:center;padding:0 5%;height:64px;background:#000;z-index:200}.header__logo{display:flex;text-decoration:none;text-transform:uppercase;font-weight:800;align-items:center;gap:10px}.header__logo img{height:44px}.header__logo:hover{text-decoration:none}.header__nav ul{display:flex;gap:50px}.header__nav ul li{font-size:20px;line-height:24px;border-radius:6px;padding:6px 12px}.header__contact{background:#8d71fe;color:#000}.header__burger,.header__close{display:none;cursor:pointer}@media (max-width: 600px){.header__nav{display:none}.header__burger{display:block;width:30px;height:20px;position:relative}.header__burger span{display:block;width:100%;height:2px;background-color:#fff;position:absolute;transition:all .3s}.header__burger span:nth-child(1){top:0}.header__burger span:nth-child(2){top:50%;transform:translateY(-50%)}.header__burger span:nth-child(3){bottom:0}.header__menu{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000;flex-direction:column;align-items:center;justify-content:center;z-index:1000}.header__menu.active{display:flex}.header__menu .header__nav{display:block}.header__menu .header__nav ul{flex-direction:column;align-items:center;gap:30px}.header__menu .header__close{display:block;position:absolute;top:20px;right:20px;width:30px;height:30px}.header__menu .header__close span{display:block;width:100%;height:2px;background-color:#fff;position:absolute;top:50%;left:50%}.header__menu .header__close span:nth-child(1){transform:translate(-50%,-50%) rotate(45deg)}.header__menu .header__close span:nth-child(2){transform:translate(-50%,-50%) rotate(-45deg)}}.hero{height:100vh;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:90px;padding:0 10%}@media screen and (max-width: 600px){.hero{height:auto;gap:24px;padding:68px 37px}}.hero__title{font-size:80px;font-weight:700;text-align:center}@media screen and (max-width: 600px){.hero__title{font-size:24px}}.hero__blocks{display:grid;grid-template-columns:repeat(3,1fr);gap:64px}@media screen and (max-width: 600px){.hero__blocks{grid-template-columns:1fr;gap:24px}}.hero__block{display:flex;flex-direction:column;gap:12px;padding:24px;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:24px}@media screen and (max-width: 600px){.hero__block{padding:12px}}.hero__block h2{font-weight:600}.hero__block p{color:#adadad}.section{display:grid;gap:56px 8%;grid-template-columns:406fr 337fr;padding:0 5%;align-items:center}@media screen and (max-width: 600px){.section{display:flex;flex-direction:column-reverse}}@media screen and (max-width: 600px){.section{grid-template-columns:1fr;gap:48px;padding:0 37px}}.section__wrapper{background:#000;padding:100px 0;display:flex;flex-direction:column;gap:32px}@media screen and (max-width: 600px){.section__wrapper{padding:42px 0}}.section__inner{display:flex;flex-direction:column;gap:24px}@media screen and (max-width: 600px){.section__inner{gap:12px}}.section__reverse{grid-template-columns:337fr 406fr}@media screen and (max-width: 600px){.section__reverse{display:flex;flex-direction:column}}.section__about{display:flex;flex-direction:column;align-items:flex-start}.section__title{font-size:80px;font-weight:800;line-height:96px}@media screen and (max-width: 600px){.section__title{font-size:24px;line-height:29px}}.section__title-uppercase{text-transform:uppercase;margin-top:100px}.section__subtitle{font-size:40px;font-weight:800;line-height:48px}@media screen and (max-width: 600px){.section__subtitle{font-size:24px;font-weight:700;line-height:29px}}.section__caption{color:#adadad}.section__contact{background:#8d71fe;color:#000;height:48px;width:fit-content;display:flex;justify-content:center;align-items:center;padding:0 24px;font-size:20px;line-height:24px;border-radius:6px}.section__list{color:#adadad;display:flex;flex-direction:column;gap:12px;list-style-type:disc;padding-left:16px}.section__list-title{font-size:21px;font-weight:500;line-height:25px}.section__blocks{max-width:50%;margin-left:30%;display:grid;grid-template-columns:repeat(2,1fr);gap:64px}@media screen and (max-width: 600px){.section__blocks{grid-template-columns:1fr;max-width:100%;margin:0}}.section__blocks .hero__block{height:fit-content}.footer{margin-top:124px}@media screen and (max-width: 600px){.footer{margin-top:82px}}.footer__inner{display:grid;grid-template-columns:406fr 337fr;gap:8%}@media screen and (max-width: 600px){.footer__inner{grid-template-columns:1fr}}.footer__content{background:#000;border-radius:0 24px 0 0;padding:116px 8% 116px 5vw;display:flex;flex-direction:column;gap:12px;color:#adadad}@media screen and (max-width: 600px){.footer__content{order:1;padding:32px 0 32px 37px;width:calc(100vw - 37px)}}.footer__content p{max-width:350px}.footer__title{font-size:40px;line-height:48px;font-weight:700;text-transform:uppercase;color:#fff}@media screen and (max-width: 600px){.footer__title{font-size:24px;line-height:29px}}.footer__contact{padding-right:8vw}@media screen and (max-width: 600px){.footer__contact{padding:0 37px}}.footer__contact-line{display:grid;grid-template-columns:repeat(2,1fr);align-items:center;gap:16px;width:100%}@media screen and (max-width: 600px){.footer__contact-line{grid-template-columns:1fr}}.footer__contact form{display:flex;flex-direction:column;gap:28px}.footer__contact form button{background:#8d71fe;border-radius:6px;display:flex;justify-content:center;align-items:center;height:48px;width:260px;color:#000}@media screen and (max-width: 600px){.footer__contact form button{width:100%}}input[type=text],input[type=password],input[type=email],textarea{background:#000;border-radius:6px;padding:13px;color:#adadad;outline:none!important;resize:none;font-size:16px;line-height:19px;border:1px solid rgba(255,255,255,.3);width:100%}.error{color:red;font-size:12px}.modal{position:fixed;inset:0;z-index:50;overflow-y:auto}.modal-container{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:10px;text-align:center}.modal-overlay{position:fixed;inset:0;background-color:#6b7280bf;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.modal-spacer{display:none}.modal-panel{display:inline-block;vertical-align:bottom;background-color:#000;border-radius:.5rem;text-align:left;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transform:translate(0);transition:all .3s ease-out}.modal-content{background-color:#000;padding:1.5rem}.modal-header{display:flex;align-items:flex-start}.modal-icon-container{margin:0 auto;display:flex;flex-shrink:0;align-items:center;justify-content:center;height:3rem;width:3rem;border-radius:9999px;background-color:#d1fae5}.modal-icon{height:1.5rem;width:1.5rem;color:#059669}.modal-text-container{margin-top:.75rem;text-align:center}.modal-title{font-size:1.125rem;line-height:1.5rem;font-weight:500;color:#fff}.modal-body{margin-top:.5rem}.modal-body p{font-size:.875rem;color:#fff}.modal-footer{background-color:#000;padding:.75rem 1.5rem;display:flex;flex-direction:row-reverse}.modal-close-button{margin-top:.75rem;width:100%;display:inline-flex;justify-content:center;border-radius:.375rem;border:1px solid #d1d5db;box-shadow:0 1px 2px #0000000d;padding:.5rem 1rem;background-color:#000;font-size:1rem;font-weight:500;color:#fff;cursor:pointer}.modal-close-button:hover{background-color:#000}@media (min-width: 640px){.modal-container{padding:0}.modal-spacer{display:inline-block;vertical-align:middle;height:100vh}.modal-panel{margin-top:2rem;margin-bottom:2rem;vertical-align:middle;max-width:32rem;width:100%}.modal-icon-container{margin:0}.modal-text-container{margin-top:0;margin-left:1rem;text-align:left}.modal-footer{padding-left:1.5rem;padding-right:1.5rem}.modal-close-button{margin-top:0;margin-left:.75rem;width:auto;font-size:.875rem}}
