:root{--color-bg: #0E0826;--color-text: #858a96;--color-text-light: #fff;--color-accent: #97a9cd;--color-border: rgba(255, 255, 255, .2);--font-family: "Ubuntu", sans-serif;--font-weight-light: 300;--font-weight-normal: 400;--animation-fade-in: fade-in;--animation-duration-fast: 2s;--animation-duration-medium: 2.5s;--animation-duration-slow: 4s;--animation-easing: ease;--transition-default: all .35s ease;-moz-tab-size:4;-o-tab-size:4;tab-size:4}*,*:before,*:after{box-sizing:border-box}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}a{text-decoration:none;color:inherit;cursor:pointer}ul,ol,dd{margin:0;padding:0;list-style:none}h1,h2,h3,h4,h5,h6{margin:0;font-size:inherit;font-weight:inherit}p{margin:0}b,strong{font-weight:bolder}body{background-color:var(--color-bg);font-family:var(--font-family);color:var(--color-text);height:100vh;overflow:hidden;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease}@keyframes fade-in{0%{opacity:0}to{opacity:1}}div.wrap{display:grid;grid-template-rows:1fr auto;height:100%;position:absolute;top:0}.logo{background:linear-gradient(135deg,#183d6b,#73d3d7 15%,#183d6b 80%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:clamp(2.8rem,6vw + 1rem,4.2rem);font-weight:var(--font-weight-normal);animation:var(--animation-fade-in) var(--animation-duration-fast) var(--animation-easing);letter-spacing:-.03em;filter:drop-shadow(0 0 20px rgba(255,255,255,.2)) drop-shadow(0 0 40px rgba(255,255,255,.1));transition:filter .3s ease;display:inline-block}h1{font-size:clamp(1rem,1.5vw + .5rem,1.5rem);line-height:1.5;font-weight:var(--font-weight-light);animation:var(--animation-fade-in) var(--animation-duration-medium) var(--animation-easing);transition:color .3s ease}ul li{font-size:clamp(.95rem,1vw + .5rem,1.2rem);font-weight:var(--font-weight-light);border-bottom:1px solid var(--color-border);animation:var(--animation-fade-in) var(--animation-duration-slow) var(--animation-easing);animation-fill-mode:both;transition:border-color .3s ease,color .3s ease}ul li:nth-child(1){animation-delay:0s}ul li:nth-child(2){animation-delay:.1s}ul li:nth-child(3){animation-delay:.2s}ul li:nth-child(4){animation-delay:.3s}ul li:nth-child(5){animation-delay:.4s}ul li:last-of-type{border:none}p{font-weight:var(--font-weight-light)}p a{color:var(--color-text-light);transition:color .35s ease,opacity .35s ease}p a:hover{color:var(--color-accent)}div.ft i{font-style:normal;font-weight:var(--font-weight-normal);color:var(--color-accent)}@media only screen and (min-width: 320px){div.wrap{padding:50px 10% 30px;left:0}div.content{align-self:start;display:grid;gap:1.25rem}ul li{padding-bottom:10px;margin-bottom:10px}ul li:last-of-type{padding:unset;margin:unset}div.ft{align-self:end}div.ft p{font-size:.9rem;margin-bottom:10px;line-height:1.4}div.ft p:nth-of-type(2){font-size:.75rem}div.ft p:nth-of-type(3){font-size:.75rem}div.ft p:nth-of-type(3) span{display:block}}@media only screen and (min-width: 390px){div.wrap{padding:60px 10% 30px}div.content{gap:3.125rem}div.ft p:nth-of-type(1){font-size:1.1rem;margin-bottom:20px}div.ft p:nth-of-type(2){font-size:.95rem}div.ft p:nth-of-type(3){font-size:.75rem}div.ft p:nth-of-type(3) span{display:inline}}@media only screen and (min-width: 560px){div.wrap{margin:0 5%;padding:80px 0 40px}ul li{padding-bottom:12px;margin-bottom:12px}div.ft p:nth-of-type(1){font-size:1rem;margin-bottom:5px}div.ft p:nth-of-type(2){font-size:1rem;margin-bottom:20px}div.ft p:nth-of-type(3){font-size:.8rem}}@media only screen and (min-width: 730px){ul li{padding-bottom:15px;margin-bottom:15px}div.ft p:nth-of-type(1){font-size:1.1rem}}@media only screen and (min-width: 960px){div.ft p:nth-of-type(1){font-size:1.2rem;margin-bottom:10px}div.ft p:nth-of-type(2){margin-bottom:30px}}@media only screen and (min-height: 1024px){div.wrap{padding-bottom:70px}div.content{align-self:center;margin-top:-30%}}
