@keyframes slide{0%{transform:translate(-140%) translateY(-50%)}to{transform:translate(-104%) translateY(-50%)}}@keyframes stretch{0%{opacity:0;transform:translate(-50%) translateY(100%) scale(.2)}to{opacity:1;transform:translate(-50%) translateY(100%) scale(1)}}h1,h2,h3,h4,h5,h6,p{margin:0}p:last-child{margin-bottom:0}ul{margin:0;padding:0;list-style:none}a{color:currentColor;text-decoration:none}button{cursor:pointer}img{display:block;max-width:100%;height:auto}.vite-promo{padding:50px 0}.vite-promo-thumb{position:relative;max-width:320px;margin:0 auto}.vite-promo-thumb:before{content:"";position:absolute;top:0;left:0;z-index:-1;display:block;width:100%;height:100%;border-radius:50%;background-image:linear-gradient(-45deg,#bd34fe 50%,#47caff 50%);filter:blur(4.5rem)}.main-title{text-align:center}.main-title-gradient{display:block;font-size:2em;background-image:linear-gradient(120deg,#bd34fe 30%,#41d1ff);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}@media only screen and (min-width: 768px){.main-title-gradient{font-size:3em}}.main-title-link{position:relative;letter-spacing:.04em}.main-title-link:before{content:"";position:absolute;bottom:4%;left:50%;transform:translate(-50%) skew(-12deg) rotate(-2deg);z-index:-1;width:108%;height:24%;background-color:#41d1ff;transition:.2s ease}.main-title-link:hover:before,.main-title-link:focus:before{background-color:#ff6b0a}.vite-promo .title,.vite-promo .text{margin-bottom:1.5rem;font-size:3.5rem;font-weight:700;line-height:1.14;color:#213547}.vite-promo .tagline{font-size:1.5rem;line-height:1.5;color:#3c3c3cb3}.vite-promo .actions{display:flex;align-items:center;gap:1rem}.vite-promo .link{display:inline-block;padding:.5rem 1.25rem;font-weight:500;text-align:center;white-space:nowrap;color:#ffffffde;background-color:#646cff;border:1px solid transparent;border-radius:1.25rem;transition:color .25s,border-color .25s,background-color .25s}.form{text-align:center}input{border-style:dotted;border-radius:10px;border-color:#8a2be2;min-width:200px;min-height:20px}button{border-radius:20px;background-color:#d2aef4}.gallery{display:flex;padding:0;flex-wrap:wrap;gap:50px;list-style:none;justify-content:center}.gallery-item{max-width:450px;border:2px;border-color:#8a2be2;border-style:double}.info-wrapper{display:flex;justify-content:space-between;text-align:center}.form{padding:20px}.loader{width:48px;height:48px;border-width:3px;border-style:dashed solid solid dotted;border-color:#ff3d00 #ff3d00 transparent #ff3d00;border-radius:50%;display:block;margin-left:auto;margin-right:auto;position:relative;box-sizing:border-box;animation:rotation 1s linear infinite}.loader.hidden{display:none}.loader:after{content:"";box-sizing:border-box;position:absolute;left:20px;top:31px;border:10px solid transparent;border-right-color:#ff3d00;transform:rotate(-40deg)}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
