.fade{transition:opacity .75s cubic-bezier(.38,.005,.215,1)}.fade,.fadeUp{opacity:var(--progress)}.fadeUp{transform:translateY(calc(40px*var(--progress)));transition:all .75s cubic-bezier(.38,.005,.215,1)}@keyframes FadeIn{0%{margin-top:-20px;opacity:0}to{margin-top:0;opacity:1}}@keyframes FadeInRocket{0%{bottom:28vh;opacity:0}to{bottom:25vh;opacity:1}}@keyframes FadeInEstimation{0%{bottom:40px;opacity:0}to{bottom:0;opacity:1}}@keyframes Fade{0%{opacity:0}to{opacity:1}}@keyframes UpAndDown{0%{transform:translateY(0)}to{transform:translateY(10px)}}.contact{background:#191c21;border-radius:20px;font-size:2rem;margin:0 auto;max-width:1100px;padding:100px;position:relative;text-align:center;width:90vw}.contact,.contact h2{color:#fff;line-height:1.5em}.contact h2{font-family:Museo,sans-serif;font-size:4.4rem;margin:0 0 30px}.contact p{color:#fff;font-size:2rem;line-height:1.5em}.contact a{margin:30px auto 0}@media (max-width:768px){.contact{padding:50px 20px}.contact h2{font-size:2rem}.contact p{font-size:1.6rem;line-height:1.5em}}header{height:auto;margin-bottom:50px;padding-top:130px;position:relative}@media (max-width:480px){header .fil-arrianne{flex-wrap:wrap;margin:0;width:100%}}header .content{margin:0 auto 50px}header .content h1{color:#373030;font-size:3.6rem;font-weight:600;margin:25px 0 50px}header .content p{margin:0}@media (max-width:768px){header .content p{width:100%}}header .content ul{line-height:1.6em}header.loaded h1{animation:Fade 1s linear 1s both}header.loaded .button{animation:fade 1s linear 2s both}header.loaded .image{animation:fade 1s linear 3s both}@media (max-width:768px){header{gap:50px;height:100vh;padding-top:15vh;width:100vw}header .content{margin:0 0 50px}header .content h1,header .content h2{font-size:1.8rem;line-height:1.5em;margin:20px 0 60px}}@media (max-width:480px){header{height:auto}header .content h1,header .content h2{padding-right:0}}section{margin:50px 0}section.js-scroll{transition:opacity .5s}section.solution{margin-bottom:90px;max-width:1300px;width:80vw}section.solution .title{margin-bottom:110px}section.solution .carousel{display:grid;grid-template-columns:repeat(4,1fr);grid-column-gap:30px;grid-row-gap:40px}@media (max-width:1030px){section.solution .carousel{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){section.solution .carousel{grid-template-columns:repeat(1,1fr)}}section.solution .carousel article{background:#e9e9e9;border-radius:10px;height:auto;padding:20px;position:relative;text-align:left}section.solution .carousel article h3{font-size:1.5rem;font-weight:600;margin-bottom:13px}section.solution .carousel article p{font-size:1.4rem;line-height:1.5em}section.solution .carousel article img.hover{transition:all .25s}section.solution .carousel article img.hover:hover{display:block;position:relative;scale:2;z-index:2}section.solution .carousel article:nth-child(2n){background-color:#e4f7fd}section.solution .carousel article:nth-child(odd){background-color:#fcf5d9}section.solution .carousel article:nth-child(4){background-color:#dff3fc}@media (max-width:768px){section.solution{width:95vw}}section.showMore{margin-bottom:25px}section.showMore .list{display:flex;gap:15px;justify-content:center}section.showMore .list article{background-color:#e9e9e9;padding:15px;width:250px}@keyframes slideVertical{to{transform:translateX(calc(-130% + 10vw))}}