/*!
 * S4D-UC | LM: 2025-11-04 09:09:04
 * */body{padding:0;margin:0;width:100vw;height:100vh;background-color:#c5ee0e;overflow:hidden}*{box-sizing:border-box}section{width:100vw;height:100vh;position:relative}section .logo{width:100%;max-width:80vw;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);z-index:1}section .process{color:#08070f;font-family:Helvetica,sans-serif;font-size:18px;font-weight:500;line-height:1.5;position:absolute;left:30px;bottom:30px}section .process strong{font-weight:900;margin-right:15px}section .social{position:absolute;right:30px;bottom:30px;text-align:right}section .social ul{margin:0;list-style-type:none}section .social ul li{display:inline-block}section .social ul li+li{margin-left:0px}section .social ul a{display:block;padding-top:10px;width:40px;height:40px;background-color:#08070f;text-align:center;border-radius:50%;transition:all .3s}section .social ul a svg path{fill:#c5ee0e;transition:all .3s}section .social ul a:hover svg path{fill:#fff}@media(max-width: 575px){section{height:100dvh}section .process{width:100%;text-align:center;left:0;bottom:90px}section .social{width:100%;text-align:center}}