﻿section{padding:60px 20px;}.hero-section{background-color:#e1f1f2;justify-content:center;border-radius:10px;}.hero-section .intro .headline{color:#005386;font-size:62px;line-height:72px;font-weight:600;letter-spacing:-1px;animation-name:fadeIn;animation-duration:1s;animation-delay:1s;animation-fill-mode:forwards;opacity:0;}@media(max-width:767.98px){.hero-section .intro .headline{font-size:46px;}}.hero-section .intro p{font-size:20px;margin:0 0 5px 0;animation-name:fadeIn;animation-duration:1s;animation-fill-mode:both;opacity:0;}.hero-section .intro .p1{animation-delay:2s;}.hero-section .intro .p2{animation-delay:3s;}.hero-section .intro .p3{animation-delay:4s;}.app-section h1{color:#005386;}.app-section p{font-size:20px;margin:0 0 5px 0;}.apps{margin-top:1rem;display:grid;grid-template-columns:repeat(3,1fr);column-gap:3rem;row-gap:3rem;}@media(max-width:1000px){.apps{grid-template-columns:1fr;}}.app-card{box-shadow:rgba(0,0,0,.24) 0 3px 8px;background-color:#f8f8f8;border:1px solid #d2d0d0;border-radius:10px;padding:30px 40px;}.app-card .icon{width:45px;height:45px;}.app-card h4{margin-top:10px;margin-bottom:10px;color:#005386;font-size:26px;line-height:34px;font-weight:600;}.app-card p{margin-bottom:25px;color:#005386;font-size:16px;line-height:26px;}.app-card .btn-discover{background-color:#0a9ce5;padding:3px 20px;border-radius:100px;color:#fff;font-size:14px;line-height:24px;font-weight:500;text-align:center;letter-spacing:0;text-decoration:none;text-transform:none;}.app-card .btn-discover:hover{background-color:#027bc6;}.app-card:hover{background-color:#fff;}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;grid-column-gap:60px;padding:3rem;}@media(max-width:767.98px){.grid-2{grid-template-columns:1fr;grid-row-gap:60px;padding:0;}}#background,#background1{opacity:0;animation:fadeIn 1s forwards;-webkit-animation:fadeIn 1s forwards;-moz-animation:fadeIn 1s forwards;-o-animation:fadeIn 1s forwards;-ms-animation:fadeIn 1s forwards;}#app-1,#app-2,#app-3,#app-4,#app-5,#app-6,#app-7,#app-8,#app-9{opacity:0;animation:fadeIn 2s forwards;-webkit-animation:fadeIn 2s forwards;-moz-animation:fadeIn 2s forwards;-o-animation:fadeIn 2s forwards;-ms-animation:fadeIn 2s forwards;}#app-1{animation-delay:1.5s;}#app-2{animation-delay:2s;}#app-3{animation-delay:2.5s;}#app-4{animation-delay:3s;}#app-5{animation-delay:3.5s;}#app-6{animation-delay:4s;}#app-7{animation-delay:4.5s;}#app-8{animation-delay:5s;}#app-9{animation-delay:5.5s;}@keyframes fadeIn{100%{opacity:1;}}