body,html{padding:0;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:linear-gradient(rgba(29,66,128,.8),#1d4280),url(/images/backgroundFinal.jpg);background-size:cover;background-position:50%;z-index:-1;pointer-events:none}a{color:inherit;text-decoration:none}*{box-sizing:border-box}@media (prefers-color-scheme:dark){html{color-scheme:dark}body{color:#000;background:#fff}}.LazyLoadBox{width:100%;box-shadow:5px 5px 5px #000}.title:hover{animation:title_up 1s ease;animation-fill-mode:forwards;-webkit-animation-fill-mode:forwards}.division_card:hover{background-color:rgba(29,66,128,.6)}@keyframes title_up{0%{transform:translateY(0)}to{transform:translateY(-50px)}}@keyframes title_down{0%{transform:translateY(-50px)}to{transform:translateY(0)}}.description{opacity:0}.title:hover .description{animation:description_visible 1s ease;animation-fill-mode:forwards;-webkit-animation-fill-mode:forwards}@keyframes description_visible{0%{opacity:0}to{opacity:1}}@keyframes description_hide{0%{opacity:1}to{opacity:0}}.mobile_title{margin-top:-75px}.wave-container{display:flex;align-items:center;justify-content:center;height:100vh}.wave{text-align:center;font-size:24px;font-weight:700;color:#333}.wave,.wave span{position:relative;display:inline-block}.wave span{animation:wave-animation 1.5s infinite}@keyframes wave-animation{0%,to{transform:translateY(0)}25%{transform:translateY(-10px)}50%{transform:translateY(0)}75%{transform:translateY(10px)}}@media screen and (max-width:600px){.gallery-slider{display:none}}