@keyframes floatLogo{0%{transform:translateY(0) scale(1)}50%{transform:translateY(-12px) scale(1.02)}to{transform:translateY(0) scale(1)}}.hero-section{width:100%;min-height:60vh;background:linear-gradient(135deg,#0b222d,#0e4257 40%,#0266c4);background-size:cover;background-position:50%;position:relative;display:flex;align-items:center;justify-content:center;padding:60px 20px;overflow:hidden}.hero-section:after,.hero-section:before{content:"";position:absolute;border-radius:50%;filter:blur(80px);opacity:.15;z-index:1;pointer-events:none}.hero-section:before{width:300px;height:300px;background-color:#96cc39;top:-50px;right:-50px}.hero-section:after{width:400px;height:400px;background-color:#0266c4;bottom:-100px;left:-100px}.hero-section .hero-overlay-content{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:1200px;gap:50px;z-index:2}.hero-section .hero-overlay-content .left-content{flex:1 1;max-width:650px;text-align:left}.hero-section .hero-overlay-content .left-content .hero-title{color:#fff;font-size:3.5rem;font-weight:800;line-height:1.15;margin:0 0 1.25rem;letter-spacing:-.02em}@media(max-width:1280px){.hero-section .hero-overlay-content .left-content .hero-title{font-size:2.85rem}}@media(max-width:990px){.hero-section .hero-overlay-content .left-content .hero-title{font-size:2.5rem;line-height:1.2}}@media(max-width:600px){.hero-section .hero-overlay-content .left-content .hero-title{font-size:2.2rem;text-align:center}}@media(max-width:430px){.hero-section .hero-overlay-content .left-content .hero-title{font-size:1.85rem}}.hero-section .hero-overlay-content .left-content .hero-subtitle{color:hsla(0,0%,100%,.85);font-size:1.2rem;line-height:1.6;margin:0 0 2.25rem;font-weight:400}@media(max-width:1280px){.hero-section .hero-overlay-content .left-content .hero-subtitle{font-size:1.1rem}}@media(max-width:990px){.hero-section .hero-overlay-content .left-content .hero-subtitle{font-size:1.05rem}}@media(max-width:600px){.hero-section .hero-overlay-content .left-content .hero-subtitle{font-size:1rem;text-align:center}}.hero-section .hero-overlay-content .left-content .hero-buttons{margin-top:2rem;display:flex;gap:1.5rem;flex-wrap:wrap}@media(max-width:600px){.hero-section .hero-overlay-content .left-content .hero-buttons{justify-content:center;gap:1rem}}@media(max-width:430px){.hero-section .hero-overlay-content .left-content .hero-buttons{flex-direction:column;align-items:center}}.hero-section .hero-overlay-content .left-content .hero-buttons .btn{font-size:1.1rem;padding:.9rem 2.25rem;border-radius:8px;display:flex;align-items:center;gap:.5rem;cursor:pointer;transition:all .3s cubic-bezier(.16,1,.3,1);text-decoration:none;font-weight:600;border:none;min-width:170px;justify-content:center}@media(max-width:990px){.hero-section .hero-overlay-content .left-content .hero-buttons .btn{font-size:1rem;padding:.8rem 1.8rem}}@media(max-width:600px){.hero-section .hero-overlay-content .left-content .hero-buttons .btn{font-size:.95rem;padding:.75rem 1.6rem}}@media(max-width:430px){.hero-section .hero-overlay-content .left-content .hero-buttons .btn{width:100%;max-width:280px}}.hero-section .hero-overlay-content .left-content .hero-buttons .btn.primary-btn{background-color:#96cc39;color:#0b222d;box-shadow:0 4px 14px rgba(150,204,57,.3)}.hero-section .hero-overlay-content .left-content .hero-buttons .btn.primary-btn:hover{background-color:rgb(160.7530120482,209.2228915663,77.2771084337);transform:translateY(-2px);box-shadow:0 6px 20px rgba(150,204,57,.45)}.hero-section .hero-overlay-content .left-content .hero-buttons .btn.primary-btn:active{transform:translateY(0)}.hero-section .hero-overlay-content .left-content .hero-buttons .btn.secondary-btn{background-color:rgba(0,0,0,0);color:#fff;border:2px solid hsla(0,0%,100%,.8)}.hero-section .hero-overlay-content .left-content .hero-buttons .btn.secondary-btn:hover{background-color:hsla(0,0%,100%,.1);border-color:#fff;transform:translateY(-2px)}.hero-section .hero-overlay-content .left-content .hero-buttons .btn.secondary-btn:active{transform:translateY(0)}.hero-section .hero-overlay-content .left-content .hero-buttons .btn .arrow{font-weight:700;transition:transform .3s ease}.hero-section .hero-overlay-content .left-content .hero-buttons .btn:hover .arrow{transform:translateX(5px)}.hero-section .hero-overlay-content .right-content{display:flex;justify-content:center;align-items:center;flex-shrink:0}.hero-section .hero-overlay-content .right-content .logo-wrapper{background:hsla(0,0%,100%,.95);padding:2.25rem;border-radius:50%;box-shadow:0 12px 36px rgba(0,0,0,.15),inset 0 2px 4px hsla(0,0%,100%,.8);display:flex;justify-content:center;align-items:center;width:320px;height:320px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid hsla(0,0%,100%,.2);animation:floatLogo 6s ease-in-out infinite}@media(max-width:1280px){.hero-section .hero-overlay-content .right-content .logo-wrapper{width:260px;height:260px;padding:1.75rem}}@media(max-width:990px){.hero-section .hero-overlay-content .right-content .logo-wrapper{width:220px;height:220px;padding:1.5rem}}@media(max-width:600px){.hero-section .hero-overlay-content .right-content .logo-wrapper{width:180px;height:180px;padding:1.25rem}}@media(max-width:430px){.hero-section .hero-overlay-content .right-content .logo-wrapper{width:140px;height:140px;padding:1rem}}@media(max-width:318px){.hero-section .hero-overlay-content .right-content .logo-wrapper{width:110px;height:110px;padding:.75rem}}.hero-section .hero-overlay-content .right-content .digital-logo{width:100%;height:100%;object-fit:contain}@media(max-width:1500px){.hero-section{padding:60px 40px;min-height:60vh}.hero-section .hero-overlay-content{max-width:1400px}}@media(max-width:990px){.hero-section{padding:40px 24px;min-height:auto}.hero-section .hero-overlay-content{flex-direction:column;text-align:center;gap:30px}.hero-section .hero-overlay-content .left-content{max-width:100%;order:2}.hero-section .hero-overlay-content .right-content{order:1}}@media(max-width:600px){.hero-section{padding:30px 20px}.hero-section .hero-overlay-content{gap:25px}}@media(max-width:430px){.hero-section{padding:24px 16px}.hero-section .hero-overlay-content{gap:20px}}@media(max-width:318px){.hero-section{padding:20px 12px}.hero-section .hero-overlay-content{gap:16px}}@media(min-width:1600px){.hero-section{min-height:65vh}.hero-section .hero-overlay-content{max-width:1500px}.hero-section .hero-overlay-content .left-content .hero-title{font-size:3.5rem}}@media(min-width:991px)and (max-width:1100px){.hero-section .hero-overlay-content{gap:30px}.hero-section .hero-overlay-content .left-content .hero-title{font-size:2.75rem}}.hero-section .btn:focus-visible{outline:3px solid #0071b8;outline-offset:2px}@media(prefers-reduced-motion:reduce){.hero-section .btn,.hero-section .digital-logo{transition:none}.hero-section .btn:hover,.hero-section .btn:hover .arrow,.hero-section .digital-logo:hover{transform:none}}@media(prefers-contrast:high){.hero-section{background:#fff;border-bottom:3px solid #000}.hero-section .btn.primary-btn{background:#000;color:#fff;border:2px solid #000}.hero-section .btn.secondary-btn{background:rgba(0,0,0,0);color:#000;border:3px solid #000}}@media print{.hero-section{background:none!important;min-height:auto;padding:20px 0}.hero-section .hero-buttons{display:none}.hero-section .digital-logo{filter:grayscale(100%)}}.info-section-container{width:100%;background-color:#fff;padding:1.5rem 0}.info-section-wrapper{padding:5rem 2rem;display:flex;flex-direction:column;align-items:center;background-color:#f2f4f5;border-radius:24px;margin:2rem auto;max-width:1200px;box-shadow:0 4px 20px rgba(0,0,0,.02)}.info-section-wrapper .info-columns{display:flex;justify-content:space-between;gap:4rem;width:100%}.info-section-wrapper .info-columns .info-left,.info-section-wrapper .info-columns .info-right{flex:1 1}.info-section-wrapper .info-columns .info-left h2,.info-section-wrapper .info-columns .info-right h2{font-size:1.85rem;font-weight:800;margin-bottom:2.5rem;color:#0e4257;line-height:1.3;letter-spacing:-.01em;position:relative;padding-bottom:.75rem}.info-section-wrapper .info-columns .info-left h2:after,.info-section-wrapper .info-columns .info-right h2:after{content:"";position:absolute;left:0;bottom:0;width:60px;height:4px;border-radius:2px}.info-section-wrapper .info-columns .info-left .info-list,.info-section-wrapper .info-columns .info-right .info-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.5rem}.info-section-wrapper .info-columns .info-left .info-list .info-item,.info-section-wrapper .info-columns .info-right .info-list .info-item{display:flex;align-items:flex-start;gap:1.25rem;background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.02);border:1px solid #e9ecef;transition:all .3s ease}.info-section-wrapper .info-columns .info-left .info-list .info-item:hover,.info-section-wrapper .info-columns .info-right .info-list .info-item:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(0,0,0,.06);border-color:rgba(2,102,196,.15)}.info-section-wrapper .info-columns .info-left .info-list .info-item .benefit-badge,.info-section-wrapper .info-columns .info-left .info-list .info-item .step-badge,.info-section-wrapper .info-columns .info-right .info-list .info-item .benefit-badge,.info-section-wrapper .info-columns .info-right .info-list .info-item .step-badge{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;flex-shrink:0;margin-top:2px}.info-section-wrapper .info-columns .info-left .info-list .info-item .step-badge,.info-section-wrapper .info-columns .info-right .info-list .info-item .step-badge{background-color:#eff8ff;color:#0266c4}.info-section-wrapper .info-columns .info-left .info-list .info-item .benefit-badge,.info-section-wrapper .info-columns .info-right .info-list .info-item .benefit-badge{background-color:#dcfce7;color:#14532d;font-size:1.25rem}.info-section-wrapper .info-columns .info-left .info-list .info-item .info-item-content,.info-section-wrapper .info-columns .info-right .info-list .info-item .info-item-content{flex:1 1}.info-section-wrapper .info-columns .info-left .info-list .info-item .info-item-content h3,.info-section-wrapper .info-columns .info-right .info-list .info-item .info-item-content h3{font-size:1.15rem;font-weight:700;margin:0 0 .35rem;color:#0b222d}.info-section-wrapper .info-columns .info-left .info-list .info-item .info-item-content p,.info-section-wrapper .info-columns .info-right .info-list .info-item .info-item-content p{font-size:.95rem;color:#52525b;line-height:1.5;margin:0}.info-section-wrapper .info-columns .info-left h2:after{background-color:#0266c4}.info-section-wrapper .info-columns .info-right h2:after{background-color:#96cc39}.info-section-wrapper .info-columns .vertical-divider{width:1px;background-color:#e4e4e7;align-self:stretch}.info-section-wrapper .apply-now-container{margin-top:4rem;display:flex;justify-content:center;width:100%}.info-section-wrapper .apply-now-container .apply-now-btn{min-width:200px;background-color:#0074bd;color:#fff;border-radius:8px;padding:.9rem 2.25rem;font-weight:600;font-size:1.1rem;text-align:center;text-decoration:none;display:inline-block;transition:all .3s ease;box-shadow:0 4px 14px rgba(2,102,196,.25)}.info-section-wrapper .apply-now-container .apply-now-btn:hover{background-color:#0266c4;transform:translateY(-2px);box-shadow:0 6px 20px rgba(2,102,196,.35)}@media(max-width:992px){.info-section-wrapper{padding:3rem 1.5rem;margin:1.5rem}.info-section-wrapper .info-columns{flex-direction:column;gap:3rem}.info-section-wrapper .info-columns .vertical-divider{display:none}}.licensed-companies-container{width:100%;background-color:#fff;padding:1.5rem 0}.licensed-companies-section{padding:1.5rem 2rem;text-align:center;max-width:1200px;margin:0 auto}.licensed-companies-section .section-title{font-size:2.25rem;font-weight:800;color:#0e4257;margin-bottom:1rem;letter-spacing:-.02em}.licensed-companies-section .section-description{font-size:1.1rem;max-width:600px;margin:0 auto 3.5rem;color:#4b5563;line-height:1.6}.licensed-companies-section .logos-grid{display:flex;flex-wrap:wrap;gap:2.5rem;justify-content:center;align-items:center;margin-bottom:4rem}.licensed-companies-section .logos-grid .logo-card{width:170px;height:110px;display:flex;justify-content:center;align-items:center;background:#fff;border-radius:16px;box-shadow:0 4px 16px rgba(0,0,0,.03);padding:1.25rem;transition:all .3s cubic-bezier(.16,1,.3,1);border:1px solid #e5e7eb}.licensed-companies-section .logos-grid .logo-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px rgba(0,0,0,.08);border-color:rgba(2,102,196,.25)}.licensed-companies-section .logos-grid .logo-card img{max-height:65px;max-width:100%;object-fit:contain}.licensed-companies-section .logos-grid .logo-card .logo-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f8f9fa,#f1f3f5);border-radius:12px;color:#4b5563;font-size:.9rem;font-weight:700;text-align:center;padding:.5rem;line-height:1.2;letter-spacing:-.01em}.licensed-companies-section .view-more-container{display:flex;flex-direction:column;align-items:center;gap:1.25rem;margin-top:2rem;padding-top:3rem;border-top:1px solid #e5e7eb}.licensed-companies-section .view-more-container .view-more-button{display:inline-flex;align-items:center;gap:.75rem;padding:.9rem 2.25rem;background:#0074bd;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.1rem;transition:all .3s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 14px rgba(2,102,196,.2)}.licensed-companies-section .view-more-container .view-more-button:hover{background-color:#0266c4;transform:translateY(-2px);box-shadow:0 6px 20px rgba(2,102,196,.3);gap:1rem}.licensed-companies-section .view-more-container .view-more-button:active{transform:translateY(0)}.licensed-companies-section .view-more-container .view-more-description{font-size:.95rem;color:#71717a;max-width:500px;margin:0;line-height:1.5}@media(max-width:768px){.licensed-companies-section{padding:3.5rem 1rem}.licensed-companies-section .section-title{font-size:1.85rem}.licensed-companies-section .logos-grid{gap:1.5rem}.licensed-companies-section .logos-grid .logo-card{width:140px;height:90px;padding:.85rem}.licensed-companies-section .logos-grid .logo-card img{max-height:50px}.licensed-companies-section .view-more-container .view-more-button{padding:.8rem 1.8rem;font-size:1rem}}@media(max-width:576px){.licensed-companies-section .logos-grid{gap:1rem}.licensed-companies-section .logos-grid .logo-card{width:120px;height:80px}.licensed-companies-section .logos-grid .logo-card img{max-height:40px}.licensed-companies-section .logos-grid .logo-card .logo-placeholder{font-size:.8rem;border-radius:8px}.licensed-companies-section .view-more-container .view-more-button{width:100%;max-width:320px;justify-content:center}}.news-card{max-width:350px;gap:12px;padding:1rem;border:1px solid #eee;border-radius:12px}.news-card .news-image{border-radius:8px}.news-card .news-date{color:#666}.news-card .news-title{font-size:1.2rem;font-weight:600;margin-top:.5rem}.news-card .news-text{color:#444}.news-card .read-more{margin-top:auto;font-weight:500;color:#96cc39}.news-card .read-more:hover{text-decoration:underline}.scrollbar-style::-webkit-scrollbar{width:.5rem;height:.5rem}.scrollbar-style::-webkit-scrollbar-track{background:#fff}.scrollbar-style::-webkit-scrollbar-thumb{background:#e7eaee;border-radius:100vw;border:2px solid #fff;cursor:auto}.news-section-container{width:100%;background-color:#fff;padding:3rem 1.5rem}.news-section{padding:1rem 0;text-align:center;max-width:1200px;margin:0 auto}.news-section .section-subtitle,.news-section h2{font-size:1.6rem;font-weight:700;color:#1a1a1a;margin-top:1rem}.news-section .section-subtitle{font-size:1.4rem;color:#444}.news-section .news-cards{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem;margin-top:2.5rem;justify-items:center}@media(min-width:768px){.news-section .news-cards{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.news-section .news-cards{grid-template-columns:repeat(3,1fr)}}@media(min-width:1440px){.news-section .news-cards{grid-template-columns:repeat(4,1fr)}}.news-section .view-more-container{margin-top:3.5rem;display:flex;justify-content:center}.news-section .view-more-container a{text-decoration:none}.news-section .loading-text,.news-section .no-news{text-align:center;padding:2rem;color:#666;font-size:1.1rem}.news-card{background:#fff;border-radius:16px;box-shadow:0 4px 16px rgba(0,0,0,.03);border:1px solid #e9ecef;overflow:hidden;width:100%;max-width:360px;text-align:left;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column}@media(max-width:767px){.news-card{max-width:100%;margin:0 auto}}.news-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px rgba(0,0,0,.08);border-color:rgba(2,102,196,.15)}.news-card:hover .news-image{transform:scale(1.05)}.news-card:hover .news-title{color:#0266c4}.news-card .news-image-container{width:100%;height:200px;overflow:hidden;position:relative}.news-card .news-image{width:100%;height:200px;object-fit:cover;transition:transform .5s cubic-bezier(.16,1,.3,1)}.news-card .news-date{display:flex;align-items:center;gap:6px;color:#71717a;font-size:.85rem;font-weight:500;padding:1.25rem 1.5rem 0}.news-card .news-title{font-size:1.25rem;font-weight:700;color:#0e4257;margin:.5rem 1.5rem;line-height:1.4;transition:color .3s ease;-webkit-line-clamp:2}.news-card .news-text,.news-card .news-title{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.news-card .news-text{font-size:.95rem;color:#4b5563;line-height:1.6;margin:0 1.5rem 1.5rem;flex:1 1;-webkit-line-clamp:3}.news-card .read-more{display:inline-flex;align-items:center;color:#0266c4;font-weight:600;font-size:.95rem;padding:0 1.5rem 1.5rem;text-decoration:none;transition:color .2s ease}.news-card .read-more:hover{color:#2078cb}