:root{--primary-color:#2d49d8;--secondary-color:#e2e2e2;--secondary-light-color:#f6f6f6;--dark-color:#000;--secondary-gray:dimgray;--light-gray:#f9f9fa}.section-box .desc{margin-top:5px;color:var(--secondary-gray);font-size:18px}.section-box .box{font-family:Roboto,sans-serif;background-color:#f9f9f9;border-radius:6px;padding:21px;height:100%}.section-box .box .header{display:flex;align-items:center;gap:10px;color:#2d49d8;text-transform:uppercase}.section-box .box .header span{font-size:15px;font-weight:500}.section-box .box .header{margin-bottom:21px}.section-box .box .body-title{font-size:21px;line-height:23.8px;margin-bottom:14px;font-weight:700;font-family:Montserrat,sans-serif}.section-box .box .links{text-decoration:none;color:var(--dark-color);margin-bottom:8px;font-size:14px;display:block}.banner-home{background:linear-gradient(180deg,#cdf6ff 7%,#fafcff);padding:16px 0}.banner-home .title{font-size:25.2px;line-height:33.6px;font-family:Montserrat,sans-serif;word-break:break-word}.banner-home .link{background-color:var(--primary-color);border:1px solid var(--primary-color);color:#fff;text-decoration:none;display:flex;min-height:42px;width:100%;padding:8px 19px;justify-content:center;align-items:center;border-radius:6px;font-size:14px}.banner-home .link:hover{background-color:#253fc7;border-color:#253fc7}.banner-home .text{color:#939393;font-size:11px;line-height:16px;margin-top:16px}.banner-home .bg-robot{margin-top:-11px;width:235px;height:230px;background:linear-gradient(180deg,#4dacff 7%,#0088ff);position:absolute;border-radius:50%;top:0}.banner-home .img-banner{max-height:100%;animation:moveUpDown 3s ease-in-out infinite}@keyframes moveUpDown{0%{transform:translateY(0)}50%{transform:translateY(10px)}to{transform:translateY(0)}}.FAQ-component .title{font-family:Montserrat;font-size:20px}@media screen and (min-width:768px){.banner-home .title{color:#222;font-size:40px;line-height:48px;margin-bottom:40px}.banner-home .desc{color:dimgray;font-size:22px;font-weight:300;line-height:32px}.FAQ-component .title{font-size:32px}.FAQ-component .accordion{flex-direction:row!important;flex-wrap:wrap;margin-right:calc(-.5*var(--bs-gutter-x));margin-left:calc(-.5*var(--bs-gutter-x));justify-content:space-between}.FAQ-component .col{max-width:49%;margin-bottom:5px}}@media screen and (min-width:992px){.banner-home .link{width:-moz-fit-content;width:fit-content;padding:5px 19px}}