body,html{font-family:Inter,"sans-serif";background:#eff1f2;min-height:100vh;-webkit-font-smoothing:antialiased}:root{--color-primary:#004352;--color-secondary:#005567;--color-light-blue:#2d8b9f;--color-background:#e3e3e3;--color-gold:#e0bf4d;--hover-background:#e3eef4;--hover-shadow:inset 0 0 10px -1px #003c47d4;--filter-white:invert(100%) sepia(0%) saturate(6629%) hue-rotate(326deg) brightness(107%) contrast(110%);--filter-gold:invert(75%) sepia(98%) saturate(1474%) hue-rotate(357deg) brightness(102%) contrast(106%);--padding-section:50px}a{color:inherit;text-decoration:none}.justifyed{text-align:justify}ul{margin-left:20px}ul>*{margin-bottom:8px;font-size:18px}*{box-sizing:border-box;margin:0;padding:0;border:0;background:none}.blueBG,.centralized,.whiteBG,section{display:flex;flex-direction:column;gap:30px;width:100%;padding:var(--padding-section) 42px}.blueBG{background:linear-gradient(45deg,var(--color-light-blue),#0b93af);color:#fff}.blueBG button{margin:auto;font-size:20px;padding:12px 16px;border-radius:6px}.blueBG button a{color:var(--color-primary)}.centralized{justify-content:center;align-items:center;text-align:center}.images{display:flex;flex-wrap:wrap;justify-content:space-around;align-items:center;gap:40px}.images.rounded figure img{width:120px;height:120px}.images.encapsulated figure{box-shadow:inset 0 0 17px -8px var(--color-primary);border-radius:30px;padding:20px 12px;justify-content:center;min-height:325px;min-width:260px}.images figure{flex:22% 1;display:flex;flex-direction:column;align-items:center;gap:20px;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;transition:.3s ease}.images figure:hover{transform:translateY(-12px)}.images figure figcaption{font-size:17px;font-weight:500;color:var(--color-primary);max-width:300px}.images strong{display:block;font-size:18px;margin-bottom:8px}.images img{width:80px;height:80px;transition:.3s ease;object-fit:contain}h1,h2{font-size:36px}p{font-size:24px;font-weight:500}button{padding:8px 12px;font:600 15px Inter,sans-serif;border-radius:50px;color:var(--color-primary)!important;background:#f3fbff;box-shadow:var(--hover-shadow);cursor:pointer;transition:.3s ease}button:hover{box-shadow:inset 0 0 6px -1px rgba(0,67,82,.8901960784)}button.normal{background:var(--color-light-blue);color:#f3fbff!important;box-shadow:none}button.normal:hover{box-shadow:inset 0 0 17px -4px #f3fbff}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}@media(max-width:400px){h1,h2{font-size:30px}p{font-size:18px;font-weight:500}}