.heroSection-main{flex-direction:column;justify-content:center;width:100%;min-height:100vh;display:flex}.heroSection-main header{justify-content:center;width:100%;padding:1rem;display:flex;position:fixed;top:0}.heroSection-main header button{color:#ccc;filter:drop-shadow(1px 1px 5px #0000000d);cursor:pointer;background-color:#fff;border:2px solid #ccc;border-radius:16px;justify-content:center;align-items:center;padding:8px 12px;font-size:16px;font-weight:400;transition:all .3s ease-in-out;display:flex}.heroSection-main header button:hover{color:#fff;background:#000000bf;border:2px solid #000;transform:scale(1.05)}.heroSection-main section{justify-content:space-around;align-items:center;display:flex}.heroSection-main section h1{font-size:calc(4rem + 2vw)}.heroSection-main section h2{color:#ccc;text-shadow:2px 4px 20px #0000001a;font-size:calc(2rem + 1vw);font-weight:500;line-height:76px}.heroSection-main section p{letter-spacing:.05em;color:#ccc;text-shadow:2px 4px 20px #0000001a;font-size:calc(.6rem + .6vw);font-weight:400}.heroSection-main .heroSection-imageContainer{transition:all .3s ease-in-out}.heroSection-main .heroSection-imageContainer img{max-width:100%;height:auto}.heroSection-main .heroSection-imageContainer:hover{transform:scale(1.05)}.heroSection-main .links-map{flex-wrap:wrap;gap:.7rem;margin-top:.6rem;font-weight:700;display:flex}.heroSection-main .links-map a{filter:drop-shadow(2px 2px 10px #00000040);border:2px solid #000;border-radius:16px;align-items:center;padding:.2em .5em;text-decoration:none;transition:all .3s ease-in-out;display:flex}.heroSection-main .links-map a p{color:#000;font-size:12px;font-weight:700}.heroSection-main .links-map a:hover{transform:scale(1.05)}.heroSection-main .links-map .link{cursor:pointer;align-items:center;gap:3px;display:flex}.heroSection-main .links-map .link:hover *{filter:invert()saturate(500%)hue-rotate(175deg)brightness(90%)contrast(85%);transition:all .3s ease-in-out}@media (max-width:768px){.heroSection-main section{text-align:center;flex-direction:column;gap:2rem;padding:1rem}.heroSection-main section h1{font-size:2.8rem}.heroSection-main section h2{font-size:1.6rem;line-height:2rem}.heroSection-main section p{font-size:1rem}.heroSection-main header button{padding:6px 10px;font-size:14px}.heroSection-main .heroSection-imageContainer{width:70%;max-width:280px;margin-top:1rem}.heroSection-main .heroSection-imageContainer img{width:100%}.heroSection-main .links-map{flex-flow:column wrap;justify-content:center;align-items:center;gap:.8rem}.heroSection-main .links-map a{justify-content:center;width:100%;max-width:230px}}@media (max-width:480px){.heroSection-main section{gap:1.5rem}.heroSection-main section h1{font-size:2.2rem}.heroSection-main section h2{font-size:1.3rem}.heroSection-main section p{font-size:.9rem}.heroSection-main .heroSection-imageContainer{width:85%}.heroSection-main .links-map a{max-width:100%}}
