.logo{width:66px;height:36px}.main{display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;height:100%}.main .ilus{width:100%;max-width:430px;height:auto}.main .lng-cards{flex-grow:1;display:flex;flex-direction:column;gap:var(--5);overflow-y:auto;max-height:20rem;padding-bottom:var(--6)}.main .flag{width:var(--7);height:auto;margin-top:var(--2)}.slider{overflow-x:hidden;display:flex;flex-direction:column;gap:var(--22);align-items:center;justify-content:center}.slider .main-img{width:140%;height:auto;margin-top:-2.5rem}.slider .text{display:flex;flex-direction:column;gap:var(--5);text-align:center;max-width:80%;opacity:1;transition:opacity .5s ease-in-out,transform .5s ease-in-out;transform:translateY(0)}.slider .text.fade-out{opacity:0;transform:translateY(10px)}.slider .text.fade-in{opacity:1;transform:translateY(0)}.slider .text .title{color:var(--Teal_700);font-size:1.5rem}.slider .text .desc{color:var(--Teal_500);font-size:1rem}.splash{min-block-size:100vh;overflow:hidden;display:flex;justify-content:center;align-items:center}.splash img{width:154px;height:123px}