:root{--b:#0051BA;--y:#FC0;--w:#FFF;--d:#111}*,*:before,*:after{box-sizing:border-box}body,html{margin:0;padding:0;width:100%;height:100%;overflow:hidden;font-family:'Work Sans',sans-serif;background:var(--w);color:var(--d)}.w{display:flex;flex-direction:column;height:100vh;max-height:-webkit-fill-available}header{padding:0 4%;height:12vh;min-height:70px;display:flex;justify-content:space-between;align-items:center;border-bottom:4px solid var(--b)}.l img{height:clamp(30px,5vh,50px);width:auto}.bd{background:var(--y);border:3px solid var(--b);padding:.4rem .8rem;font-weight:700;font-size:clamp(.7rem,1vw,1rem);text-transform:uppercase;box-shadow:3px 3px 0 var(--b)}main{flex:1;display:flex;padding:0 5%;justify-content:center;align-items:center;position:relative}.t{max-width:800px;z-index:2;display:flex;flex-direction:column;align-items:center;text-align:center;margin:0 auto}h1{font-size:clamp(2.5rem,7vw,6.5rem);font-weight:700;line-height:.9;margin:0 0 1.5rem;text-transform:uppercase;letter-spacing:-.04em;color:var(--b)}.hl{background:var(--y);display:inline-block;padding:.05em .2em;border:4px solid var(--b);margin-top:.1em;transform:rotate(-2deg);color:var(--d);box-shadow:4px 4px 0 var(--b)}p{font-size:clamp(1rem,1.8vw,1.3rem);line-height:1.5;margin:0 0 2.5rem;font-weight:400;color:var(--d);max-width:90%}.c{display:inline-flex;align-items:center;justify-content:center;background:var(--y);color:var(--b);border:4px solid var(--b);padding:1.2rem 2.5rem;font-size:clamp(1.1rem,2vw,1.6rem);font-weight:700;text-decoration:none;text-transform:uppercase;box-shadow:6px 6px 0 var(--b);transition:transform .15s,box-shadow .15s;outline:0}.c:hover,.c:focus{transform:translate(3px,3px);box-shadow:3px 3px 0 var(--b)}footer{height:8vh;min-height:60px;padding:0 4%;display:flex;justify-content:space-between;align-items:center;border-top:4px solid var(--b);font-weight:700;font-size:clamp(.7rem,1vw,.9rem);text-transform:uppercase;background:var(--b);color:var(--w)}.fl{display:flex;gap:1.5rem}.fl a{color:var(--y);text-decoration:none}.fl a:hover{text-decoration:underline}.step{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:35vw;font-weight:700;color:var(--b);opacity:.03;line-height:1;z-index:0;pointer-events:none}@media(max-width:600px){.fl{display:none}}