*{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;--background-light: #fff;--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}:root{--primary-color: #02047d;--secondary-color: #767eec;--accent-color: #dcef04;--light-accent: #a7c401;--text-color: #000;--background-light: #E8E8E8;--box-shadow: 0 .125rem .625rem rgba(0, 0, 0, .1);--box-shadow-hover: 0 .25rem .938rem rgba(0, 0, 0, .15);--spacing-xs: .625rem;--spacing-sm: 1.25rem;--spacing-md: 1.875rem;--spacing-lg: 2.5rem;--spacing-xl: 3.75rem;--container-max-width: 75rem;--border-radius: .625rem}.hero{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:var(--spacing-md);padding:var(--spacing-lg);background-image:url(https://i.ibb.co/hfzPjT0/Thizo-Website-Pricing-Hero-fade.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;height:60vh}.hero-content{text-align:left;max-width:800px}.hero-content h1{font-size:2.5rem;margin-left:250px;color:#000;margin-bottom:10px;text-align:center}.hero-content p{font-size:1.2rem;margin-bottom:30px;margin-left:250px;color:#02047d;text-align:center}.custom-quote{padding:var(--spacing-xl) min(5%,var(--spacing-lg));background-color:#e8e8e8;text-align:center}.custom-quote h3{font-size:1.5rem;margin-bottom:40px;color:#000}.custom-quote h2{font-size:2rem;font-weight:700;color:#02047d;margin-bottom:20px}.custom-quote p{font-size:1rem;color:#02047d;margin-bottom:30px}.company-types{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,15rem),1fr));gap:20px;width:min(100%,var(--container-max-width));margin-inline:auto}.company-type{cursor:pointer;transition:transform .2s;position:relative;z-index:1;background-color:#fff;padding:20px;border-radius:var(--border-radius);box-shadow:0 2px 10px #0000001a;width:220px;height:220px;display:flex;flex-direction:column;justify-content:center;align-items:center}.company-type img{width:min(3.125rem,15vw);height:auto;aspect-ratio:1;object-fit:contain}.company-type:hover{transform:translateY(-5px);box-shadow:0 4px 15px #00000026;background-color:#d6b587;border:2px solid #d6b587}.company-type.selected{background-color:#d6b587;border:2px solid #D6B587;box-shadow:0 4px 12px #0003;transform:scale(1.05)}.company-type p{font-size:1.5rem;font-weight:600;color:#333}.next-btn{background-color:#dcef04;color:#fff;border:none;padding:15px 30px;cursor:pointer;font-weight:700;transition:background-color .3s;margin-top:40px}.next-btn:hover{background-color:#ebf745}@media (max-width: 768px){.pricing-content{grid-template-columns:1fr;row-gap:20px}.pricing-content-container{padding:0 20px}}.pricing-section{position:relative;padding:50px 0;background-image:url(https://i.ibb.co/Phv7YqD/Thizo-Website-downpage-Pricing-fade.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;width:100%;height:60vh;overflow:hidden;margin:0;display:grid;grid-template-columns:1fr;align-items:center}.pricing-content{display:grid;grid-template-columns:1fr auto;height:100%}.pricing-text{background-color:#000;font-size:1.25rem;color:#fff!important;padding:30px;border-radius:10px;max-width:600px;box-shadow:0 4px 15px #0003;align-self:center;justify-self:end;margin-right:120px}.pricing-text p,.pricing-text h1,.pricing-text h2,.pricing-text h3{text-align:center;color:#fff}@media (max-width: 768px){.pricing-content{grid-template-columns:1fr;grid-template-rows:auto auto}.pricing-text{justify-self:center;font-size:1.25rem;align-self:start;margin:20px}}.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}.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:#02047d}.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:#767eec}.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:#000;gap:10px}.footer-bottom p{margin:0 0 0 10px;font-size:inherit}.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:#000}.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}
