:root{--color-text:#c9c9c9;--color-link:#96f2d7}html,body{width:100%;margin:0;padding:0}body{color:#fff;background:#141414;width:100%;font-family:"Source Sans 3",system-ui,sans-serif;overflow:hidden}a{color:var(--color-link);text-decoration:underline}a:hover{text-decoration:none}.wrapper{justify-content:center;align-items:center;width:100%;height:100dvh;display:flex;position:relative;overflow:hidden}h1.big{margin:0 0 30px;font-size:140px;font-weight:600;line-height:1}@media screen and (width<=1200px){h1.big{margin:0 0 20px;font-size:70px;line-height:1.25}}@media screen and (width<=768px){h1.big{margin:0 0 15px;font-size:40px}}@media screen and (width<=350px){h1.big{font-size:30px}}h1.medium{margin:0 0 30px;font-size:60px;font-weight:600;line-height:1}@media screen and (width<=1200px){h1.medium{margin:0 0 20px;font-size:40px;line-height:1.25}}@media screen and (width<=768px){h1.medium{margin:0 0 15px;font-size:30px}}@media screen and (width<=350px){h1.medium{font-size:26px}}.title{margin:0 0 8px;font-size:24px;font-weight:400;line-height:1}@media screen and (width<=1200px){.title{font-size:18px;line-height:1.25}}@media screen and (width<=768px){.title{font-size:16px;line-height:1.25}}.desc{font-size:16px;font-weight:400;line-height:1.4}@media screen and (width<=1200px){.desc{font-size:13px}}@media screen and (width<=768px){.desc{font-size:12px}}.content{text-align:center;flex-direction:column;padding:60px 80px;display:flex;position:relative}@media screen and (width<=1200px){.content{padding:40px}}@media screen and (width<=768px){.content{padding:20px}}@media screen and (width<=350px){.content{padding:20px 15px}}.bg{-webkit-user-select:none;user-select:none;width:100%;height:100%;position:absolute;top:0;left:0}.bg__img{position:absolute;top:65%;transform:translateY(-50%)}.bg__img--left{left:0}.bg__img--right{top:62.5%;right:0}@media screen and (width<=1300px){.bg__img--left{left:auto;right:60%}.bg__img--right{top:62.5%;left:60%;right:auto}}