html{height:100%;overflow:hidden !important}:root{--stripe-size: 100px;--color1: #191919;--color2: #000;--duration: 1s}@media(min-width: 768px){:root{--color1: #151515}}body{display:flex;position:relative;margin:0;padding:0;font-family:"Inter",sans-serif;background-color:#000;height:100%}.stripe{position:relative;display:flex;justify-content:center;align-items:center;width:100%;height:100%;overflow:hidden !important}.stripe::before{content:"";position:absolute;top:0;left:0;width:calc(100% + var(--stripe-size));height:100%;background:repeating-linear-gradient(-135deg, var(--color2) 25%, var(--color2) 50%, var(--color1) 50%, var(--color1) 75%);background-size:var(--stripe-size) var(--stripe-size);animation:stripeTransform var(--duration) linear infinite}.stripe::after{content:"";position:absolute;width:100%;height:100%;background:radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 10%, #000000 100%)}@keyframes stripeTransform{0%{transform:translateX(0)}100%{transform:translateX(calc(var(--stripe-size) * -1))}}@keyframes stripeBackgroundPosition{0%{background-position:0 0}100%{background-position:calc(var(--stripe-size)*-1) 0}}.content{position:absolute;z-index:5;top:50%;left:50%;transform:translate(-50%, -50%);text-align:center;color:#fff}.content svg{width:140px;height:auto}@media(min-width: 768px){.content svg{width:220px}}.content section{margin-top:.75em;color:#999;line-height:1.4}@media(min-width: 768px){.content section{line-height:1.25}}.content h1{font-size:16px;font-weight:700;margin:0}@media(min-width: 768px){.content h1{font-size:23px}}.content p{font-size:11px;margin:0}@media(min-width: 768px){.content p{font-size:15px}}.content a{display:inline-block;margin-top:.2em;letter-spacing:1px;font-size:17px;color:#999;text-decoration:none;transition:color 300ms ease}@media(min-width: 768px){.content a{margin-top:.15em;font-size:20px}}.content a:hover{color:#fff}/*# sourceMappingURL=style.min.css.map */