*,*::before,*::after{box-sizing:border-box}:focus{outline:0}html,body{height:100%;margin:0;padding:0}html{min-height:0vh;font-size:20px}body{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:#fff0}.main-container{display:flex;flex-direction:column;justify-content:center;position:relative;height:100%;min-height:600px}.logo{position:absolute;z-index:1;left:50%;top:102px;width:169px;height:49px;background:url(../images/logo@2x.png) center / contain no-repeat;transform:translateX(-50%)}.morphing{position:relative;height:100%;font-family:"Inter",sans-serif;font-weight:700;font-size:50px;line-height:60px;color:#000;background-color:#fff;filter:contrast(25)}.word{position:absolute;top:50%;left:0;width:100%;padding:0 20px;text-align:center;transform:translateY(-50%);-webkit-animation:word 8s infinite ease-in-out;animation:word 8s infinite ease-in-out}.word:nth-child(1){-webkit-animation-delay:-8s;animation-delay:-8s}.word:nth-child(2){-webkit-animation-delay:-6s;animation-delay:-6s}.word:nth-child(3){-webkit-animation-delay:-4s;animation-delay:-4s}.word:nth-child(4){-webkit-animation-delay:-2s;animation-delay:-2s}@-webkit-keyframes word{0%,10%,100%{filter:blur(0);opacity:1}35%,75%{filter:blur(1em);opacity:0}}@keyframes word{0%,10%,100%{filter:blur(0);opacity:1}35%,75%{filter:blur(1em);opacity:0}}.footer{position:absolute;z-index:1;left:0;bottom:102px;width:100%;padding:0 20px;font-family:"Geist Mono",monospace;font-weight:300;font-size:10px;line-height:13px;text-align:center}.footer a{color:#000}@media screen and (max-width:768px){.logo{top:135px;width:112px;height:32px}.morphing{font-size:30px;line-height:36px}.footer{bottom:135px;font-size:8px;line-height:10px}.footer span{display:block}}