.letter{justify-content:space-between;align-items:center;gap:var(--gap-size-large);width:100%;display:flex}@media screen and (max-width:1024px){.letter{flex-direction:column;justify-content:center;align-items:center;margin-top:20px}}.letter .l{color:#00fcff;cursor:pointer;text-align:center;text-shadow:-1px 1px #fff0,1px 1px #fff0,1px -1px #fff0,-1px -1px #fff0;max-width:25%;font-size:30vh;font-weight:bolder;line-height:1;transition:all .3s ease-in-out}.letter .l.active{text-shadow:-1px 1px #00fcff,1px 1px #00fcff,1px -1px #00fcff,-1px -1px #00fcff;color:#333}@media screen and (max-width:1024px){.letter .l{max-width:100%;font-size:40vw}}.letter .c{color:#fff;flex-direction:column;justify-content:flex-end;width:0;height:80%;font-size:1rem;font-weight:400;transition:all .3s ease-in-out;display:flex;overflow:hidden}.letter .c .t{width:20vw;font-size:2rem}.letter .c .t span{color:#00fcff}.letter .c p{width:20vw}@media screen and (max-width:1024px){.letter .c{height:auto;width:100%!important}.letter .c .t{width:100%!important}.letter .c p{width:100%}}
