*{margin:0;padding:0;box-sizing:border-box}h1,h2,h3,h4,h5,h6{font-family:Inter,sans-serif;font-weight:700;color:#000}h2,h3{font-weight:600;color:#000}:root{--primary-color: #02047d;--secondary-color: #767eec;--accent-color: #dcef04;--text-color: #000;--spacing-unit: 1rem}body{font-family:Inter,sans-serif;line-height:1.6;color:var(--text-color)}h1,h2,h3,h4,h5,h6{font-family:Inter,sans-serif;font-weight:700;color:var(--primary-color)}.container{max-width:1200px;margin:auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between}.navbar{background-color:#fff;padding:20px 0}nav a,.nav-link{font-family:Inter,sans-serif;font-weight:500;text-transform:uppercase;color:#000;text-decoration:none}.button,.btn{font-family:Inter,sans-serif;font-weight:500;color:#fff;background-color:#02047d;padding:10px 20px;border-radius:5px;text-decoration:none;display:inline-block}.button:hover,.btn:hover{background-color:#767eec}.logo img{width:120px;height:auto}.nav-links{flex:1;text-align:center}.nav-links ul{list-style:none;display:inline-flex;gap:30px;margin:0}.nav-links ul li a{text-decoration:none;color:#000;font-weight:600;transition:color .3s}.nav-links ul li a:hover{color:#dcef04}.cta-buttons{display:flex;gap:15px}.cta-buttons .button{padding:10px 20px;border-radius:5px;text-decoration:none;font-weight:700;transition:background .3s,color .3s}.demo-button{background-color:#02047d;color:#fff}.demo-button:hover{background-color:#767eec}.login-button{background-color:#02047d;color:#fff}.login-button:hover{background-color:#767eec}body{margin:0;padding:0;box-sizing:border-box;background-color:#fff}.hero{position:relative;padding:50px 20px;background-image:url(https://i.ibb.co/SPPnFHX/Thizo.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;height:60vh;overflow:hidden}.hero-content{position:absolute;top:50%;left:5%;transform:translateY(-50%);max-width:600px;z-index:2;text-align:center}.hero-content h1{font-size:2.5rem;color:#000;margin-bottom:10px}.hero-content p{font-size:1.2rem;margin-bottom:30px;color:#000}.hero-buttons{margin-top:20px;text-align:center}.hero-buttons .button{padding:15px 30px;font-size:1.2rem;color:#fff;background-color:#02047d;border:none;border-radius:10px;text-decoration:none;transition:background-color .3s ease;margin-right:20px;display:inline-block}.hero-buttons .button:hover{background-color:#767eec}@media (max-width: 768px){.hero{height:auto;max-width:100%;padding:20px}.hero-content{position:relative;transform:none;max-width:100%;text-align:center;padding:0}.hero-buttons{text-align:center}}.intro{padding:3rem 10rem;text-align:center}.intro header h1{font-size:2rem;margin-bottom:1rem}.intro header p{font-size:1.2rem;margin-bottom:2rem;text-align:left}.intro article{margin-bottom:3rem;text-align:left}.intro article h2,.intro article h3{font-size:1.5rem;color:#000;margin-bottom:.5rem;text-align:left}.intro article p{font-size:1rem;color:#000;text-align:left}.focus-text{background:#e8e8e8;padding-top:1rem;margin-top:0;text-align:center}.focus-text h5{font-size:2rem;margin:2rem 0 .5rem;color:#02047d}.focus-text p{color:#333;font-size:1.2rem}.three-column{display:flex;flex-wrap:wrap;justify-content:center;gap:5rem;align-items:flex-start;padding:2rem;background:#e8e8e8;text-align:center}.column{flex:1;max-width:300px;margin:0 1rem}.column img{width:250px;height:165px;margin-bottom:1rem}.column h3{font-size:1.25rem;margin:.5rem 0;color:#111}.column p{font-size:1rem;color:#666;margin-bottom:1rem}.roi-section{text-align:center;padding:60px 40px;background-color:#e8e8e8}.roi-header h2{font-size:2.5em;color:#02047d;margin-bottom:10px}.roi-header p{font-size:1.2em;color:#02047d;margin-bottom:40px}.roi-stats{display:flex;justify-content:space-around;margin-bottom:40px}.stat-item{width:30%;text-align:center}.stat-item h3{font-size:3em;color:#3a3a46;margin-bottom:10px}.stat-item p{font-size:1.1em;color:#3a3a46;margin-bottom:10px}.stat-item strong{color:#000}.roi-button{margin-top:30px}.roi-button button{padding:15px 30px;font-size:1em;background-color:#02047d;color:#fff;border:none;border-radius:5px;cursor:pointer}.btn.learn-more:hover{background-color:#767eec!important}.roi-button p{font-size:.9em;color:#3a3a46;margin-top:10px}@media (max-width: 768px){.roi-stats{flex-direction:column;align-items:center}.stat-item{width:80%;margin-bottom:30px}}.privacy-section{text-align:center;padding:60px 40px;background-color:#d6b587;color:#fff}.privacy-section h2{font-size:2.5em;color:#fff;margin-bottom:20px}.privacy-section p{font-size:1.2em;color:#fff;margin-bottom:40px}.privacy-section .contact-us{font-size:1.1em;color:#767eec;text-decoration:none}.privacy-section .contact-us:hover{text-decoration:underline;color:#000}.footer-wrapper{background-color:#e8e8e8;padding:50px 0}.footer{background-color:#e8e8e8;padding:50px 0;border-radius:0;border:none;font-size:1rem}.footer-container{max-width:75rem;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,18.75rem),1fr));gap:calc(var(--spacing-unit) * 2.5)}.footer-logo{width:9.375rem;height:auto;margin-bottom:calc(var(--spacing-unit) * 1.25)}.footer-description p{max-width:25rem;font-size:1rem;color:#000}.social-links{display:flex;gap:calc(var(--spacing-unit) * .625);margin:calc(var(--spacing-unit) * 1.25) 0;margin-top:1.5rem;margin-bottom:1.5rem}.social-links img{width:1.875rem;height:1.875rem}.footer-links{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,12.5rem),1fr));gap:calc(var(--spacing-unit) * 2.5)}.footer-column h4{margin-bottom:10px;font-size:1.25rem;color:#000}.footer-column ul{line-height:2;list-style:none;padding-left:0}.footer-column ul li{line-height:2;margin-bottom:5px}.footer-column ul li a{text-decoration:none;color:#000}.footer-column ul li a:hover{color:#dcef04}.legal-links{display:flex;gap:20px;flex-wrap:wrap;text-align:center}@media (max-width: 768px){.footer-container{grid-template-columns:1fr}.footer-bottom{flex-direction:column;align-items:center;text-align:center}}.footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;font-size:.875rem;color:#555;gap:10px}.footer-bottom p{margin:0 0 0 10px;font-size:inherit;color:#000}.legal-links{display:flex;margin-right:10px;gap:20px}.legal-links a{font-family:Inter,sans-serif;font-weight:500;font-size:inherit;text-decoration:none;color:#555}.legal-links a:hover{text-decoration:underline}.nav-links ul li:before{content:none}.popular-articles ul li:before{content:none}ul li:before{content:none}a{text-decoration:none}.footer-bottom{max-width:75rem;margin:20px auto 0;padding-top:20px;border-top:1px solid rgba(0,0,0,.1);display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px}
