body{height:100%;margin:0;box-sizing:border-box!important;margin:0!important;font-family:var(--font-family)!important}ul,li,ul li a{color:inherit;text-decoration:none}@font-face{font-family:var(--font-family);font-display:swap;ascent-override:90%;descent-override:10%;line-gap-override:0%;src:url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/webfonts/fa-solid-900.woff2) format("woff2"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/webfonts/fa-solid-900.woff) format("woff")}*{box-sizing:border-box}h1{font-size:var(--h1-font-size);line-height:var(--h1-line-height);margin:0;font-weight:var(--h1-font-weight);margin-bottom:var(--text-margin-bottom)}h2{font-size:var(--h2-font-size);line-height:var(--h2-line-height);margin:0;font-weight:var(--h2-font-weight);margin-bottom:var(--text-margin-bottom)}h3{font-size:var(--h3-font-size);line-height:var(--h3-line-height);margin:0;font-weight:var(--h3-font-weight);margin-bottom:var(--text-margin-bottom)}h4{font-size:var(--h4-font-size);line-height:var(--h4-line-height);margin:0;font-weight:var(--h4-font-weight);margin-bottom:var(--text-margin-bottom)}h5{font-size:var(--h5-font-size);line-height:var(--h5-line-height);margin:0;font-weight:var(--h5-font-weight);margin-bottom:var(--text-margin-bottom)}h6{font-size:var(--h6-font-size);line-height:var(--h6-line-height);margin:0;font-weight:var(--h6-font-weight);margin-bottom:var(--text-margin-bottom)}.para1{font-size:var(--p1-font-size);line-height:var(--p1-line-height);margin:0;font-weight:var(--p1-font-weight)}.para2{font-size:var(--p2-font-size);line-height:var(--p2-line-height);margin:0;font-weight:var(--p2-font-weight)}.para3{font-size:var(--p3-font-size);line-height:var(--p3-line-height);margin:0;font-weight:var(--p3-font-weight)}.para4{font-size:var(--p4-font-size);line-height:var(--p4-line-height);margin:0;font-weight:var(--p4-font-weight)}.main-container{margin-top:var(--main-container-margin-top)}.nav-link{font-size:var(--nav-link-font-size);font-weight:var(--nav-link-font-weight);line-height:var(--nav-link-line-height)}.nav-link-button{font-size:var(--button-font-size);font-weight:var(--button-font-weight);line-height:var(--button-line-height)}.container{max-width:var(--max-width);padding:var(--section-padding)}.cta-button{display:flex;align-items:center;justify-content:center;padding:var(--cta-padding);min-width:var(--cta-min-width);min-height:var(--cta-min-height);border-radius:var(--cta-border-radius);font-size:var(--button-font-size);line-height:var(--button-line-height);text-decoration:none;transition:all .3s ease;font-weight:700;margin:var(--cta-margin)}.cta-primary{display:flex;align-items:center;justify-content:center;background-color:var(--primary-button-background);color:var(--primary-button-text-color);padding:var(--button-padding);min-width:var(--button-min-width);min-height:var(--button-min-height);border-radius:var(--button-border-radius);font-size:var(--button-font-size);line-height:var(--button-line-height);text-decoration:none;transition:all .3s ease;font-weight:700;margin:var(--cta-margin);font-weight:var(--button-font-weight)}.cta-secondary{display:flex;align-items:center;justify-content:center;border:var(--button-border) solid #000;color:var(--secondary-button-text-color);padding:var(--button-padding);min-width:var(--button-min-width);min-height:var(--button-min-height);border-radius:var(--button-border-radius);font-size:var(--button-font-size);line-height:var(--button-line-height);text-decoration:none;transition:all .3s ease;font-weight:700;margin:var(--cta-margin);font-weight:var(--button-font-weight)}.reveal{opacity:0;transform:translateY(50px);transition:transform 1.3s cubic-bezier(.22,.9,.26,1),opacity .8s cubic-bezier(.22,.9,.26,1)}.reveal.active{opacity:1;transform:translateY(0)}.header-para-margin{margin-top:var(--header-para-margin)}br{display:none}.br-mobile,.br-all-screen{display:block}:root{--primary-color: #015374;--secondary-color: #FF881D;--tertiary-color: #4CD44C;--accent-blue: #1D73FF;--accent-purple: #6A3EF0;--font-family: "Inter", sans-serif;--sm: 375px;--md: 768px;--lg: 1300px;--x-lg: 1800px;--h1-font-size: 48px;--h2-font-size: 36px;--h3-font-size: 28px;--h4-font-size: 22px;--h5-font-size: 18px;--h6-font-size: 16px;--p1-font-size: 20px;--p2-font-size: 16px;--p3-font-size: 14px;--p4-font-size: 12px;--nav-link-font-size: 12px;--cta-font-size: 12px;--button-font-size: 12px;--h1-line-height: 58px;--h2-line-height: 46px;--h3-line-height: 38px;--h4-line-height: 32px;--h5-line-height: 28px;--h6-line-height: 26px;--p1-line-height: 30px;--p2-line-height: 26px;--p3-line-height: 24px;--p4-line-height: 22px;--nav-link-line-height: 22px;--cta-line-height: 22px;--button-line-height: 22px;--h1-font-weight: 700;--h2-font-weight: 700;--h3-font-weight: 600;--h4-font-weight: 700;--h5-font-weight: 600;--h6-font-weight: 600;--p1-font-weight: 500;--p2-font-weight: 400;--p3-font-weight: 400;--p4-font-weight: 400;--nav-link-font-weight: 500;--cta-font-weight: 600;--h1-font-color: #100C01;--h2-font-color: #0E0E11;--h3-font-color: #0E0E11;--h4-font-color: #0E0E11;--h5-font-color: #111827;--h6-font-color: #111827;--p1-font-color: #374151;--p2-font-color: #4B5563;--p3-font-color: #6B7280;--p4-font-color: #374151;--text-margin-bottom: 15px;--header-section-margin-bottom: 30px;--header-para-margin: 0px;--cta-padding: 7px 23px;--cta-min-height: 29px;--cta-min-width: 92px;--cta-border-radius: 4px;--cta-border: 1px;--cta-margin: 30px 0px;--button-padding: 12px 34px;--button-min-height: 39px;--button-min-width: 136px;--button-border-radius: 6px;--button-border: 1.5px;--button-font-weight: 600;--card-padding: 30px;--card-gap: 20px;--section-padding: 53px 0px;--max-width: 323px;--main-container-margin-top: 70px;--primary-button-background: #000000;--primary-button-text-color: #FFFFFF;--secondary-button-background: #FFFFFF;--secondary-button-text-color: #000000;--black-heading: #100C01;--black-sub-text: #71717A;--white-heading: #FFFFFF;--white-sub-text: #B3B3B3;--cta-heading: #F6FAFF;--cta-sub-text: #98BBEA}@media(min-width:768px){:root{--max-width: 661px;--section-padding: 48px 0px;--section-spacing: 48px;--header-para-margin: 10px}.br-mobile{display:none}}@media(min-width:968px){:root{--max-width: 861px}br{display:block}}@media(min-width:1300px){:root{--max-width: 1240px;--section-padding: 60px 0px;--section-spacing: 90px;--layout-margins: 100px;--header-para-margin: 10px}}@media(min-width:1800px){:root{--h1-font-size: 60px;--h2-font-size: 45px;--h3-font-size: 35px;--h4-font-size: 28px;--h5-font-size: 22px;--h6-font-size: 20px;--p1-font-size: 25px;--p2-font-size: 20px;--p3-font-size: 18px;--p4-font-size: 15px;--nav-link-font-size: 15px;--cta-font-size: 15px;--button-font-size: 15px;--h1-line-height: 70px;--h2-line-height: 55px;--h3-line-height: 45px;--h4-line-height: 38px;--h5-line-height: 32px;--h6-line-height: 30px;--p1-line-height: 35px;--p2-line-height: 30px;--p3-line-height: 28px;--p4-line-height: 25px;--nav-link-line-height: 25px;--cta-line-height: 25px;--button-line-height: 25px;--h1-font-color: #125C1;--h2-font-color: #0E0E14;--h3-font-color: #0E0E14;--h4-font-color: #0E0E14;--h5-font-color: #139784;--h6-font-color: #139784;--p1-font-color: #467689;--p2-font-color: #5B6954;--p3-font-color: #8B9100;--p4-font-color: #467689;--text-margin-bottom: 15px;--header-section-margin-bottom: 45px;--cta-padding: 9px 29px;--cta-min-height: 36px;--cta-min-width: 115px;--cta-border-radius: 5px;--cta-border: 1px;--cta-margin: 45px 0px;--button-padding: 15px 42px;--button-min-height: 49px;--button-min-width: 170px;--button-border-radius: 10px;--button-border: 2px;--max-width: 1550px;--section-padding: 60px 0px;--section-spacing: 112px;--layout-margins: 125px;--card-padding: 45px;--main-container-margin-top: 80px}}common-banner-section:not(:defined),common-features-section:not(:defined),common-challenges-section:not(:defined),common-toolkit-section:not(:defined),common-testimonials-section:not(:defined),common-benefits-section:not(:defined),common-learning-section:not(:defined),common-faq-accordion-section:not(:defined),common-business-challenges-section:not(:defined),common-choose-theme-sub-banner:not(:defined),common-client-logos-section:not(:defined),common-resources-banner-section:not(:defined),common-resources-cta:not(:defined),common-static-toolkit-section:not(:defined),common-get-started-section:not(:defined),common-steps-section:not(:defined){visibility:hidden}html,body{height:auto!important;min-height:100vh;overflow-x:hidden;overflow-y:visible!important;margin:0;padding:0}body{overflow-y:visible!important}app-banner-section{width:100%;overflow:hidden}app-banner-section .banner-visual{width:100%;max-height:500px;overflow:hidden;margin-top:2rem}app-banner-section .banner-visual img{width:100%;height:auto;max-height:500px;object-fit:cover;display:block;border-radius:12px;box-shadow:0 10px 30px #00000026}@media(max-width:1024px){app-banner-section .banner-visual{max-height:400px}app-banner-section .banner-visual img{max-height:400px}}@media(max-width:768px){app-banner-section .banner-visual{max-height:300px;margin-top:1.5rem}app-banner-section .banner-visual img{max-height:300px}app-banner-section{padding:60px 5%!important}}@media(max-width:480px){app-banner-section .banner-visual{max-height:250px}app-banner-section .banner-visual img{max-height:250px}}
