@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500;600&display=swap");:root{--header-height:3rem;--font-medium:500;--first-color:#2c2c54;--second-color:#7b7bed;--white-color:#fafaff;--dark-color:#171123;--text-color:#8a95a5;--body-font:"Raleway",sans-serif;--big-font-size:6.25rem;--h2-font-size:1.25rem;--normal-font-size:0.938rem;--small-font-size:0.813rem}@media screen and (min-width:768px){:root{--big-font-size:10.5rem;--h2-font-size:2rem;--normal-font-size:1rem;--small-font-size:0.875rem}}:root{--mb-1:0.5rem;--mb-2:1rem;--mb-3:1.5rem;--mb-4:2rem;--z-fixed:100}*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:var(--header-height) 0 0 0;font-family:var(--body-font);font-size:var(--normal-font-size);font-weight:var(--font-medium);color:var(--text-color);line-height:1.6}h1,h2,p,ul{margin:0}ul{padding:0;list-style:none}a{text-decoration:none;color:var(--text-color)}img{max-width:100%;height:auto;display:block}@media screen and (min-width:768px){body{margin:0}}