@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap";:root{overflow-x:hidden}body{margin:0;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-weight:700;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-display:swap;overflow-x:hidden;width:100%;max-width:100vw}h1,h2,h3,h4,h5,h6,.section-title,.subheading{font-family:Lato,sans-serif;font-weight:900;margin:0 0 1rem;color:#000}p,span,li,div,a{font-family:Lato,sans-serif;font-weight:700;color:#222}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}@font-face{font-family:Lato;src:url(https://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh6UVSwiPGQ.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap;unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Lato;src:url(https://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh50XSwiPGQ.woff2) format("woff2");font-weight:900;font-style:normal;font-display:swap;unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}*{text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.navbar{display:flex;align-items:center;justify-content:space-between;padding:0 2rem;background:#f0f8ff;height:72px;font-family:Lato,sans-serif;box-shadow:0 2px 4px #0000000d;position:fixed;top:0;left:0;right:0;z-index:1000;width:100%}body{padding-top:72px}.navbar__logo{flex-shrink:0;width:280px}.navbar__logo img{height:56px;max-width:100%;width:auto}.navbar__menu-container{display:flex;align-items:center;gap:2rem;flex:1;justify-content:center;margin:0 auto;max-width:calc(100% - 442px)}.navbar__links{display:flex;list-style:none;gap:2.2rem;margin:0;padding:0;align-items:center;justify-content:center}.navbar__links li{position:relative}.navbar__links a,.navbar__links .dropdown__toggle{display:inline-block;font-weight:700;font-size:1.08rem;color:#070b68;background:none;border:none;cursor:pointer;text-decoration:none;padding:.6rem 1rem;transition:color .2s}.navbar__links a:hover,.navbar__links .dropdown__toggle:hover{color:#070b68cc}.navbar__links a:before,.navbar__links .dropdown__toggle:before{display:none}.navbar__links a:hover:before,.navbar__links .dropdown__toggle:hover:before,.navbar__links .dropdown.open .dropdown__toggle:before{display:none}.dropdown:after{content:"";position:absolute;top:100%;left:0;width:100%;height:20px;background:transparent}.dropdown__toggle:after{content:"▾";display:inline-block;margin-left:.25rem;transition:transform .2s ease}.dropdown.open .dropdown__toggle:after{transform:rotate(180deg)}.dropdown{position:relative}.dropdown__menu{display:none;position:absolute;top:100%;left:50%;transform:translate(-50%);min-width:300px;background:#fff;border:1px solid #ddd;box-shadow:0 4px 8px #0000001a;border-radius:8px;padding:.75rem 0;list-style:none;white-space:normal;overflow-x:hidden;overflow-y:auto;z-index:100;max-height:calc(100vh - 100px)}.dropdown.open .dropdown__menu,.dropdown:hover .dropdown__menu{display:block}.dropdown:hover .dropdown__menu,.dropdown__toggle:focus+.dropdown__menu,.dropdown__menu:hover{display:block}.dropdown__menu li{margin:0;padding:0}.dropdown__menu li a{display:block;padding:.9rem 1.5rem;font-weight:700;font-size:1.1rem;color:#070b68;text-decoration:none;transition:background .2s,box-shadow .2s;white-space:nowrap;border-radius:4px}.dropdown__menu li a:hover{background:#f0f8ff;box-shadow:inset 4px 0 #070b68}.navbar__cta{display:flex;align-items:center;flex-shrink:0;width:221px;justify-content:flex-end}.btn--demo{display:inline-block;font-family:Lato,sans-serif;font-weight:700;font-size:1.08rem;background:#002677;color:#fff;padding:.6rem 1.5rem;border-radius:9999px;text-decoration:none;transition:background .2s,box-shadow .2s;white-space:nowrap}.btn--demo:hover{background:#4b98e0;color:#3444f3;box-shadow:0 2px 6px #0000001a}.navbar__hamburger{display:none;background:none;border:none;font-size:2rem;color:#070b68;cursor:pointer;padding:.5rem;margin-right:2rem;z-index:1100}@media (max-width: 1024px){.navbar{padding:0 1rem;height:60px}body{padding-top:60px}.navbar__logo{width:auto}.navbar__logo img{height:44px;max-width:180px}.navbar__hamburger{display:block}.navbar__menu-container{display:none;position:absolute;top:60px;left:0;width:100%;background:#f8faff;flex-direction:column;align-items:center;padding:1rem 0;box-shadow:0 4px 8px #0000001a;margin:0;max-width:100%;z-index:1100}.navbar__menu-container--open{display:flex}.navbar__links{flex-direction:column;gap:0;width:100%;text-align:center}.navbar__links li{width:100%}.navbar__links a,.navbar__links .dropdown__toggle{width:100%;padding:1rem;display:block;text-align:center;border-radius:0;border-bottom:1px solid rgba(7,11,104,.1)}.navbar__links li:last-child .dropdown__toggle,.navbar__links li:last-child a{border-bottom:none}.dropdown__toggle:after{display:none}.dropdown__menu{position:static;width:100%;min-width:unset;box-shadow:none;border:none;background:#f0f4ff;padding:0;transform:none;left:0;border-radius:0;display:none}.dropdown.open .dropdown__menu{display:block}.dropdown__menu li{width:100%}.dropdown__menu li a{padding:.75rem 2rem;text-align:center;background:transparent;display:block;width:100%}.dropdown__menu li a:hover{background:#e8ecff;padding-left:2rem}.navbar__cta{width:100%;padding:1rem 2rem;justify-content:center}.btn--demo{width:auto;min-width:200px;text-align:center;margin-top:.5rem;background:#070b68;color:#fff}}@media (max-width: 480px){.navbar{padding:0 .75rem}.navbar__logo img{height:38px;max-width:180px}.navbar__cta{padding:.75rem 1rem}.btn--demo{min-width:160px;padding:.5rem 1rem}}@media (max-width: 700px){.navbar{padding:0 .5rem;height:54px}body{padding-top:54px}.navbar__logo img{height:32px;max-width:140px}.navbar__menu-container{top:54px;padding:.5rem 0}.navbar__links a,.navbar__links .dropdown__toggle{padding:.7rem .5rem;font-size:1rem}.dropdown__menu li a{padding:.7rem 1.2rem;font-size:.98rem}.navbar__cta{padding:.5rem 1rem}.btn--demo{min-width:140px;padding:.5rem 1rem;font-size:1rem}}.footer-logos{display:flex;gap:2rem;margin-top:2.2rem;align-items:center}.footer-logo-img{width:80px;height:80px;object-fit:contain;border-radius:20px;box-shadow:0 2px 8px #00000014;background:#fff;transition:transform .2s}.footer-logo-img:hover{transform:scale(1.08)}.footer{background:#467ff7;padding:60px 0 30px}.footer-content{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px}.mobile-footer{display:none;text-align:center;padding:20px}.mobile-footer .footer-logo{height:40px;margin-bottom:15px;filter:brightness(0) invert(1)}.mobile-footer .footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:15px;margin-top:15px}.mobile-footer .footer-bottom p{color:#fff;font-size:.85rem;margin-bottom:10px}.mobile-footer .footer-bottom-links{display:flex;justify-content:center;gap:15px}.mobile-footer .footer-bottom-links a{color:#fff;text-decoration:none;font-size:.85rem}.footer-logo{height:70px;margin-bottom:-.5rem;filter:brightness(0) invert(1)}.company-description{color:#fff;font-size:1.25rem;line-height:1.6;margin-bottom:30px;max-width:600px}.social-links{display:flex;gap:16px}.social-links a{width:44px;height:44px;background:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .2s ease}.social-links a:hover{background:#fff3}.social-links i{font-size:20px}.footer-section h3{color:#fff;font-size:20px;font-weight:600;margin-bottom:20px;text-transform:uppercase}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin-bottom:12px}.footer-section ul li a{color:#fff;text-decoration:none;font-size:16px;transition:color .2s ease}.contact-details p{display:flex;align-items:flex-start;gap:12px;margin-bottom:12px;color:#fff;font-size:16px}.contact-details i{font-size:18px;width:20px;text-align:center;margin-top:3px}.contact-details a{color:#fff;text-decoration:none}.contact-details span{display:block}.footer-bottom{max-width:1200px;margin:40px auto 0;padding:20px 20px 0;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center;color:#fff}.footer-bottom p{margin:0;font-size:14px;text-align:center;width:100%}.footer-bottom-links{display:flex;gap:30px}.footer-bottom-links a{color:#fff;text-decoration:none;font-size:14px}@media (max-width: 768px){.footer{padding:0}.desktop-only{display:none}.mobile-footer{display:block}.footer-content{grid-template-columns:1fr;gap:30px;text-align:center}.footer-logo{height:45px}.company-description{font-size:1.1rem;line-height:1.4;max-width:100%;margin-bottom:20px}.social-links{justify-content:center;margin-bottom:30px}.footer-section{margin-bottom:0}.footer-section h3{font-size:18px;margin-bottom:15px}.footer-section ul li{margin-bottom:8px}.footer-section ul li a{font-size:1rem}.contact-details p{justify-content:center;margin-bottom:8px;font-size:1rem}.footer-bottom{margin-top:20px;padding:20px 20px 0;border-top:1px solid rgba(255,255,255,.1);text-align:center}.footer-bottom p{font-size:.9rem;margin-bottom:15px}.footer-bottom-links{display:flex;justify-content:center;gap:20px}.footer-bottom-links a{color:#fff;text-decoration:none;font-size:.9rem}}@media (max-width: 480px){.footer{padding:25px 0 15px}.footer-content{padding:0 15px;gap:20px}.footer-logo{height:38px;margin-bottom:10px;margin-top:2px;filter:brightness(0) invert(1)}.company-description{font-size:1rem;margin-bottom:15px}.social-links{margin-bottom:20px}.social-links a{width:36px;height:36px}.social-links i{font-size:16px}.footer-section h3{font-size:16px;margin-bottom:10px}.footer-section ul li{margin-bottom:6px}.footer-section ul li a{font-size:.95rem}.contact-details{display:flex;flex-direction:column;align-items:center;gap:6px}.contact-details p{margin-bottom:0;font-size:.95rem}.contact-details i{font-size:16px;margin-top:0}.footer-bottom{margin-top:15px;padding:15px 15px 0;border-top:1px solid rgba(255,255,255,.1);text-align:center}.footer-bottom p{font-size:.85rem;margin-bottom:12px}.footer-bottom-links{gap:15px}.footer-bottom-links a{font-size:.85rem}.mobile-footer{padding:15px;background:#4687f7;border-radius:1.2rem 1.2rem 0 0;box-shadow:0 -2px 16px #00000012;margin:0;display:flex;flex-direction:column;align-items:center;gap:.7rem}.mobile-footer .footer-logo{height:60px;margin-bottom:0;margin-top:2px;filter:brightness(0) invert(1)}.mobile-footer .footer-bottom{border-top:1px solid rgba(255,255,255,.13);padding-top:10px;margin-top:10px;width:100%;text-align:center}.mobile-footer .footer-bottom p{color:#fff;font-size:.92rem;margin-bottom:7px;line-height:1.3;letter-spacing:.01em;word-break:break-word}.mobile-footer .footer-bottom-links{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:2px}.mobile-footer .footer-bottom-links a{color:#fff;text-decoration:underline;font-size:.92rem;padding:2px 6px;border-radius:4px;background:#ffffff14;transition:background .2s}.mobile-footer .footer-bottom-links a:hover{background:#ffffff2e}.mobile-footer .footer-logos{display:flex;flex-wrap:wrap;justify-content:center;gap:.7rem;margin:10px 0 0;width:100%}.mobile-footer .footer-logo-img{width:44px;height:44px;object-fit:contain;border-radius:10px;box-shadow:0 1px 4px #00000012;background:#fff;margin:0 .2rem .7rem}}@media (min-width: 481px) and (max-width: 768px){.footer{padding:35px 0 20px}.footer-content{display:grid;grid-template-columns:repeat(2,1fr);gap:25px;text-align:left}.footer-section:first-child{grid-column:1 / -1;text-align:center}.social-links{justify-content:center}.contact-details p{justify-content:flex-start}.footer-bottom{flex-direction:row;justify-content:space-between;text-align:left;margin-top:25px}.footer-bottom-links{flex-direction:row;gap:20px}.mobile-footer{display:none}.footer-bottom{display:flex!important;align-items:center!important;justify-content:space-between!important;flex-direction:row!important;margin-top:25px!important;padding:20px 20px 0!important;border-top:1px solid rgba(255,255,255,.1)!important;color:#fff!important}.footer-bottom p{margin:0!important;font-size:14px!important;text-align:center!important;width:100%!important;font-weight:600!important;display:block!important}}.hero-section{position:relative;height:90vh;overflow:hidden;display:flex;align-items:center;justify-content:center}.hero-video{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);min-width:100%;min-height:100%;width:auto;height:auto;object-fit:cover;filter:brightness(.7) contrast(1.1);z-index:-1}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0009,#0006,#0009);z-index:0}.hero-content{position:relative;z-index:1;text-align:center;color:#fff;padding:0;width:min(90%,1200px);margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.hero-content h1{font-size:clamp(2.5rem,5vw,4.5rem);line-height:1.2;margin:0;color:#fff;font-weight:900;letter-spacing:-.5px;text-transform:capitalize;padding:0 1rem}.hero-content h1 br{display:block;content:"";margin-bottom:.2em}.hero-content p{font-size:clamp(1.2rem,2.2vw,1.7rem);line-height:1.6;margin:0;color:#fff;font-weight:500;letter-spacing:.2px;padding:0 1rem;max-width:min(100%,900px);text-align:center;-webkit-hyphens:auto;hyphens:auto;margin-top:-.5rem}.hero-content p br{display:block;content:"";margin-bottom:.3em}.hero-cta{display:inline-block;padding:1rem 2.5rem;margin-top:1rem;font-size:1.2rem;font-weight:600;text-decoration:none;color:#fff;background:#002677;border-radius:50px;transition:all .3s ease;border:none;box-shadow:0 4px 15px #4a90e24d}.hero-cta:hover{transform:translateY(-2px);box-shadow:0 6px 20px #4a90e266;background:linear-gradient(135deg,#357abd,#4a90e2)}@media (max-width: 1024px){.hero-section{height:80vh}.hero-video{width:100%;height:100%;object-position:center 20%}.hero-content{gap:2rem;width:min(95%,900px);padding:0 1rem}.hero-content p{text-align:justify;padding:0 2rem;text-align-last:center;word-spacing:-.05em;-webkit-hyphens:auto;hyphens:auto}.hero-cta{font-size:1.1rem;padding:.875rem 2rem;min-width:180px}}@media (max-width: 768px) and (orientation: landscape){.hero-section{height:100vh}.hero-video{width:100%;height:100%;object-position:center 30%}.hero-content{gap:1.5rem;padding:2rem 1rem}.hero-content h1{font-size:clamp(2rem,7vw,3rem);text-align:center}.hero-content p{font-size:clamp(1rem,4vw,1.25rem);text-align:justify;text-align-last:center;padding:0 1.5rem;word-spacing:-.05em}.hero-content br{display:none}.hero-cta{font-size:1rem;padding:.75rem 1.75rem;min-width:160px}}@media (max-width: 768px) and (orientation: portrait){.hero-section{height:85vh}.hero-content{gap:1.5rem;padding:1rem}.hero-content h1{font-size:clamp(1.8rem,6vw,2.5rem);line-height:1.3;padding:0;text-align:center}.hero-content p{font-size:clamp(1.1rem,3.5vw,1.4rem);line-height:1.5;padding:0;text-align:center;max-width:95%;margin:0 auto;word-spacing:normal}.hero-content br{display:none}}@media (max-width: 480px){.hero-section{height:80vh}.hero-content{gap:1.2rem}.hero-content h1{font-size:1.6rem;line-height:1.4}.hero-content p{font-size:1rem;line-height:1.5;max-width:95%}}@media (max-height: 600px){.hero-section{height:100vh}.hero-video{object-position:center 25%}.hero-content{gap:1rem}}.services-section{padding:1.5rem 0 3.5rem;background:#4164f0;position:relative;overflow:hidden}.services-container{max-width:1400px;margin:0 auto;padding:0 20px}.services-title{font-size:3.5rem;text-align:center;color:#fff;margin-bottom:1.25rem;font-weight:700}.services-subtitle{text-align:center;color:#ffffffe6;margin-bottom:4rem;font-size:1.7rem;font-weight:500;max-width:1200px;margin:0 auto 4rem;line-height:1.2;padding:0 20px;font-family:Montserrat,Arial,sans-serif;letter-spacing:.01em}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;padding:.25rem}.service-card{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;background:#eaf2fe;border-radius:24px;box-shadow:0 4px 24px #15396a14;padding:0 0 2.2rem;min-height:560px;max-width:420px;width:100%;margin:0 auto;position:relative}.service-card:hover{transform:translateY(-5px);box-shadow:0 8px 32px #467ff72e}.image-container{width:100%;height:250px;border-top-left-radius:24px;border-top-right-radius:24px;overflow:hidden;position:relative}.service-image{width:100%;height:100%;object-fit:cover;display:block}.service-card:hover .service-image{transform:scale(1.05)}.card-content{flex:1 1 auto;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:2rem 1.2rem 0;text-align:center;position:relative}.card-title{font-size:1.75rem;font-weight:700;color:#15396a;margin-bottom:.75rem;margin-top:.15rem}.card-description{font-size:1.08rem;color:#15396a;margin-bottom:0;line-height:1.5}.learn-more-btn{position:absolute;left:50%;bottom:-1.1rem;transform:translate(-50%);background:#2563eb;color:#fff;border:none;border-radius:2rem;padding:.8rem 2.2rem;font-size:1.08rem;font-weight:600;cursor:pointer;box-shadow:0 2px 8px #15396a1a;transition:background .2s,color .2s;z-index:2;margin-top:auto;outline:none;text-decoration:none!important}.learn-more-btn:focus{outline:none;text-decoration:none!important}.learn-more-btn:visited,.learn-more-btn:active{text-decoration:none!important}.learn-more-btn:hover{background:#002677;color:#fff;text-decoration:none!important}.modal{position:fixed;inset:0;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background:#fff;padding:2rem;border-radius:10px;max-width:600px;width:90%;max-height:90vh;overflow:auto;position:relative}.close-button{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666}.modal-title{font-size:1.5rem;margin-bottom:1rem;color:#1a237e}.modal-text{margin-bottom:1.5rem;line-height:1.6;color:#444;font-size:1.1rem}.know-more-button{background:#1a237e;color:#fff;padding:.75rem 1.5rem;border-radius:5px;border:none;cursor:pointer;font-size:1rem;transition:background-color .3s}.know-more-button:hover{background:#283593}@media (max-width: 1024px){.services-title{font-size:2.8rem}.services-subtitle{font-size:1.5rem}}@media (max-width: 768px){.services-section{padding:40px 0}.services-title{font-size:2.4rem}.services-subtitle{font-size:1.3rem;margin-bottom:3rem}.services-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.card-title{font-size:1.3rem}.modal-content{padding:1.5rem}}@media (max-width: 480px){.services-title{font-size:2rem}.services-subtitle{font-size:1.1rem;margin-bottom:2.5rem}.services-grid{grid-template-columns:1fr}.card-content{padding:2.25rem}}.contact-section{background:#202a86;padding:5rem 1rem;color:#fff}.contact-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.content-box{padding-right:2rem}.contact-heading{font-size:3.2rem;font-weight:700;margin-bottom:1.5rem;color:#f7f7f9}.contact-subheading{font-size:1.2rem;line-height:1.6;margin-bottom:2.5rem;color:#f7f7f9}.feature-list{list-style:none;padding:0;margin:0 0 3rem}.feature-item{display:flex;align-items:center;margin-bottom:1rem;font-size:1.1rem;color:#f7f7f9}.check-icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;margin-right:1rem;border-radius:50%;background:#fff3;color:#f7f7f9}.contact-info{margin-top:2rem}.contact-item{display:flex;align-items:center;margin-bottom:1rem;font-size:1.1rem;color:#f7f7f9}.contact-icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;margin-right:1rem;border-radius:50%;background:#fff3;color:#0b1a4a}.form-box{background:#e4e5e7;padding:2.5rem;border-radius:16px;box-shadow:0 8px 30px #0000001a}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.input-group{display:flex;flex-direction:column;gap:.5rem}.form-label{font-size:1rem;font-weight:500;color:#01020e}.required{color:#e53935;margin-left:.25rem}.form-input,.form-textarea{padding:.875rem 1rem;border:1px solid #e0e7ff;border-radius:8px;font-size:1rem;transition:all .3s ease}.form-input:focus,.form-textarea:focus{outline:none;border-color:#3949ab;box-shadow:0 0 0 3px #3949ab1a}.form-textarea{min-height:120px;resize:vertical}.submit-button{background:linear-gradient(135deg,#1a237e,#283593);color:#fff;border:none;padding:1rem 2rem;font-size:1.1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease}.submit-button:hover{transform:translateY(-2px);box-shadow:0 4px 15px #1a237e4d}.feature-list-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem 2.2rem;margin:1.2rem 0 2.2rem;padding:0}.feature-list-grid .feature-item{display:flex;align-items:center;font-size:1.08rem;color:#fff;background:none;border:none;margin:0;padding:.2rem .1rem}.feature-list-grid .check-icon{color:#fbfbfb;font-size:1.2rem;margin-right:.7rem}.contact-info-centered{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:1.5rem;margin-top:1.2rem;margin-bottom:1.2rem;width:100%;max-width:700px;margin-left:0;margin-right:0}.contact-info-centered .contact-item{display:flex;align-items:center;font-size:1.18rem;color:#f7f7f9;margin:0;padding:1 .5rem;font-weight:500;letter-spacing:.01em;white-space:nowrap}.contact-info-centered .contact-icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;margin-right:1rem;border-radius:50%;background:#202a86;color:#fff;font-size:1.6rem;box-shadow:0 2px 8px #1a237e1a;transition:background .2s,color .2s}.contact-info-centered .contact-item span{min-width:40px;min-height:40px}@media (max-width: 1024px){.contact-container{gap:3rem}.contact-heading{font-size:2.8rem}}@media (max-width: 900px){.feature-list-grid{grid-template-columns:1fr 1fr;gap:1rem 1.2rem;font-size:1rem}.contact-info-centered{gap:1.2rem;font-size:1rem;max-width:100%}.contact-info-centered .contact-icon{width:32px;height:32px;font-size:1.2rem;margin-right:.7rem}}@media (max-width: 768px){.contact-container{grid-template-columns:1fr;gap:3rem}.content-box{padding-right:0}.contact-heading{font-size:2.5rem}.form-box{padding:2rem}}@media (max-width: 600px){.feature-list-grid{grid-template-columns:1fr;gap:.7rem 0;font-size:.98rem}.contact-info-centered{flex-direction:column;gap:.7rem;font-size:.98rem;max-width:100%}.contact-info-centered .contact-icon{width:28px;height:28px;font-size:1rem;margin-right:.6rem}}@media (max-width: 480px){.contact-section{padding:3rem 1rem}.contact-heading{font-size:2rem}.form-box{padding:1.5rem}}.partner-section{background:#e3edf5;padding:1.5rem 0 3.5rem}.partner-container{max-width:1200px;margin:0 auto;padding:0 2vw}.partner-title{text-align:center;font-size:3.2rem;font-weight:800;color:#002677;margin-bottom:2.8rem;letter-spacing:.01em}.partner-features{display:grid;grid-template-columns:repeat(4,1fr);gap:2.5rem;justify-items:center;align-items:start}.partner-feature{background:none;border-radius:18px;box-shadow:none;padding:0;display:flex;flex-direction:column;align-items:center;text-align:center;min-width:0}.partner-icon{margin-bottom:1.2rem;display:flex;align-items:center;justify-content:center}.partner-img-icon{width:90px;height:90px;object-fit:contain;background:#4164f0;border-radius:16px;box-shadow:0 2px 12px #15396a14;padding:.25rem;display:block}.partner-feature-title{font-size:1.5rem;font-family:Arial,Helvetica,sans-serif;font-weight:700;color:#002677;margin-bottom:.7rem;margin-top:0}.partner-feature-desc{font-size:1.05rem;color:#202a86;margin:0;line-height:1.5;max-width:260px}@media (max-width: 1100px){.partner-features{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width: 700px){.partner-title{font-size:1.75rem;margin-bottom:1.5rem;font-style:Bold}.partner-features{grid-template-columns:1fr;gap:1.2rem}.partner-feature-title{font-size:1.75rem;font-family:Arial,Helvetica,sans-serif;font-weight:700;color:#002677;margin-bottom:.7rem;margin-top:0}.partner-feature{padding:.5rem 0}.partner-img-icon{width:80px;height:80px;padding:.4rem}}.ccm-features-section{background:linear-gradient(135deg,#fff);position:relative;padding:1.5rem 0 2rem;overflow:hidden}.container{position:relative;max-width:1200px;margin:0 auto;padding:0 .75rem}.ccm-features-title{font-size:2.6rem;font-weight:700;color:#002677;margin-bottom:.2rem;text-align:center;font-family:Segoe UI,Helvetica Neue,Arial,Liberation Sans,sans-serif;position:relative}.ccm-features-subtitle{font-size:1.35rem;color:#002677;margin-bottom:3rem;text-align:center;font-family:Segoe UI,Helvetica Neue,Arial,Liberation Sans,sans-serif;font-weight:500}.ccm-features-grid{display:grid;grid-template-columns:1fr;gap:1.25rem;padding:0 .25rem;margin-bottom:3rem}@media (min-width: 600px){.ccm-features-grid{grid-template-columns:1fr 1fr}}@media (min-width: 900px){.ccm-features-grid{grid-template-columns:1fr 1fr 1fr}}@media (max-width: 768px){.ccm-features-section{padding:1.5rem 0 3rem}.ccm-features-subtitle,.ccm-features-grid{margin-bottom:2rem}}@media (max-width: 480px){.ccm-features-section{padding:1.5rem 0 2.5rem}.ccm-features-subtitle,.ccm-features-grid{margin-bottom:1.5rem}}.ccm-feature-card{background:#e3edf5;border-radius:.75rem;box-shadow:0 2px 12px #1e40af0f;padding:1.25rem 1rem;display:flex;flex-direction:column;align-items:center;transition:transform .18s,box-shadow .18s;border:1px solid rgba(37,99,235,.1);min-height:240px}.ccm-feature-card:hover{transform:translateY(-3px) scale(1.01);box-shadow:0 4px 16px #2563eb1f;border-color:#2563eb40;background:#eff8ff}.ccm-feature-icon{display:flex;align-items:center;justify-content:center;background:#002677;color:#fff;border-radius:50%;width:48px;height:48px;font-size:1.5rem;margin-bottom:.6rem;box-shadow:0 2px 6px #2563eb14;transition:transform .3s ease}.ccm-feature-card:hover .ccm-feature-icon{transform:scale(1.06);background:linear-gradient(135deg,#002677 0% 100%)}.ccm-feature-card h3{font-size:1.4rem;color:#002677;margin-bottom:.35rem;font-weight:700;text-align:center;font-family:Segoe UI,Helvetica Neue,Arial,Liberation Sans,sans-serif}.ccm-feature-card p{color:#002677;font-size:1.2rem;line-height:1.4;text-align:center;font-family:Segoe UI,Helvetica Neue,Arial,Liberation Sans,sans-serif;font-weight:500;margin:0;padding:0 .25rem}.who-we-serve-section{background:#e3edf5;padding:2rem 0;color:#002677}.who-we-serve-description{color:#002677;font-size:1rem}.who-we-serve-heading{color:#002677;font-size:1.45rem}.who-we-serve-title{text-align:center;font-size:3.8rem;font-weight:800;color:#002677;margin-bottom:3rem;letter-spacing:.01em;font-family:Montserrat,Arial,sans-serif}.who-we-serve-grid{display:flex;flex-wrap:wrap;max-width:1100px;margin:0 auto;padding:0 1vw;gap:1.2rem 3.2rem}.who-we-serve-card{flex:1 1 45%;min-width:320px;max-width:520px;display:flex;flex-direction:row;align-items:center;margin-bottom:2.5rem;gap:1rem}.who-we-serve-image-container{height:120px;border-radius:0;padding:0;position:relative;font-family:Montserrat,Arial,sans-serif}.who-we-serve-image-container{flex:0 0 170px;width:170px;height:130px;overflow:hidden;margin-right:.2rem;display:flex;flex:0 0 210px;width:210px;height:160px;border-radius:18px}.who-we-serve-btn{margin-right:2.2rem;color:#fff;background:#2563eb;border:none;border-radius:2rem;padding:.45rem 1rem;font-size:1.08rem;font-weight:600;text-decoration:none!important}.who-we-serve-image{width:100%;height:100%;object-fit:cover;border-radius:18px;display:block;cursor:pointer;box-shadow:0 2px 8px #0460df1a;transition:background .2s,color .2s;text-decoration:none!important;margin-top:.5rem;display:inline-block;font-family:Montserrat,Arial,sans-serif}.who-we-serve-btn:hover,.who-we-serve-btn:focus{background:#2d4be7;color:#fff;text-decoration:none!important}@media (max-width: 1100px){.who-we-serve-grid{flex-direction:column;gap:1.5rem;max-width:100%}.who-we-serve-card{max-width:100%;flex-direction:column;align-items:flex-start;margin-bottom:1.5rem;padding:0}.who-we-serve-image-container{width:100%;height:200px;margin-right:0;margin-bottom:1rem}.who-we-serve-content{align-items:flex-start;width:100%;padding-left:0}.who-we-serve-description{color:#002677}}@media (min-width: 100px) and (max-width: 700px){.who-we-serve-title{font-size:2rem;margin-bottom:1.5rem}.who-we-serve-grid{flex-direction:column;gap:1.5rem;padding:0 .5rem;max-width:100%}.who-we-serve-card{flex-direction:column;align-items:center;padding:.7rem;margin-bottom:1.2rem;max-width:100%}.who-we-serve-image-container{width:100%;max-width:340px;height:180px;margin-bottom:1rem;display:flex;justify-content:center;align-items:center;border-radius:18px;overflow:hidden}.who-we-serve-image{width:100%;height:100%;object-fit:contain;border-radius:18px;display:block}.who-we-serve-heading{font-size:1.5rem;color:#002677;text-align:center;margin-bottom:.5rem}.who-we-serve-description{font-size:.98rem;color:#002677;text-align:center;margin-bottom:.7rem}.who-we-serve-btn{padding:.7rem 1.4rem;font-size:1rem;display:flex;justify-content:center;align-items:center;margin:0 auto 1.2rem}}@media (min-width: 701px) and (max-width: 1100px){.who-we-serve-grid{flex-direction:column;gap:1.5rem;max-width:100%}.who-we-serve-card{max-width:100%;flex-direction:column;align-items:flex-start;margin-bottom:1.5rem;padding:0}.who-we-serve-image-container{width:100%;height:200px;margin-right:0;margin-bottom:1rem}.who-we-serve-grid{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem 2.5rem;justify-content:center;max-width:100%}.who-we-serve-card{width:100%;max-width:480px;margin:0 auto 2.2rem;display:flex;flex-direction:column;align-items:center;background:none;box-shadow:none;padding:.7rem}.who-we-serve-image-container{width:100%;max-width:400px;height:200px;margin-bottom:1rem;display:flex;justify-content:center;align-items:center;border-radius:18px;overflow:hidden}.who-we-serve-image{width:100%;height:100%;object-fit:contain;border-radius:18px;display:block}.who-we-serve-heading{font-size:1.5rem;color:#002677;text-align:center;margin-bottom:.5rem}.who-we-serve-description{font-size:1rem;color:#002677;text-align:center;margin-bottom:.7rem}.who-we-serve-btn{padding:.7rem 1.4rem;font-size:1.08rem;display:flex;justify-content:center;align-items:center;margin:0 auto 1.2rem}}body{background-color:#f8f9fa;color:#343a40}.service-page h2{font-size:2.8rem;font-weight:700;color:#1a237e;text-align:center;margin-bottom:3rem}@keyframes gradientAnimation{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.service-hero{position:relative;min-height:320px;padding:2rem 1rem;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;background-size:contain;background-position:center;background-repeat:no-repeat;overflow:hidden;width:100%}.service-hero:before{display:none}.service-hero:after{display:none}.service-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#141e328c;z-index:1}.service-hero-content{position:relative;z-index:2;max-width:900px;margin:0 auto;padding:1.5rem 1rem;border-radius:0;background:none;color:#fff;text-align:center}.service-hero h1{font-size:3.7rem;font-weight:800;margin:0 0 1.2rem;line-height:1.15;color:#fff;text-shadow:0 2px 16px rgba(0,0,0,.25)}.service-hero p{font-size:1.45rem;max-width:900px;margin:0 auto;font-weight:500;line-height:1.6;color:#fff;text-shadow:0 2px 16px rgba(0,0,0,.25)}.service-intro{max-width:800px;margin:2.5rem auto 0;padding:0rem .5rem 2rem;text-align:left;background:transparent;box-shadow:none}.service-intro p{font-size:1.35rem;line-height:1.7;color:#25316d;margin:0 auto;text-align:center;max-width:900px;font-weight:500}.service-features{padding:2rem 1rem;background:#fff;overflow:hidden}.service-features h2{text-align:center;font-size:2.8rem;color:#002677;margin-bottom:3rem;font-style:Bold}.features-carousel-container{position:relative;width:100%;max-width:1200px;margin:0 auto;overflow:hidden;padding:1rem 0}.features-track{display:flex;gap:2rem;padding:0 1rem}.feature-card{flex-shrink:0;background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 20px #00000014;border:1px solid #eef2f6;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;text-align:center;margin:1rem}.feature-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001f;border-color:#e0e7ff}.feature-icon{width:60px;height:60px;background:#002677;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:#fff;font-size:1.5rem}.feature-card h3{font-size:1.3rem;font-weight:600;color:#1a237e;margin-bottom:1rem}.feature-card p{font-size:1rem;line-height:1.6;color:#4a5568;margin:0}.carousel-button{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;background:#fff;border:none;box-shadow:0 2px 10px #0000001a;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#1a237e;transition:all .3s ease;z-index:2}.carousel-button:hover{background:#1a237e;color:#fff;box-shadow:0 4px 15px #0003}.carousel-button.prev{left:0}.carousel-button.next{right:0}.carousel-dots{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.carousel-dot{width:8px;height:8px;border-radius:50%;background:#cbd5e0;border:none;padding:0;cursor:pointer;transition:all .3s ease}.carousel-dot.active{background:#1a237e;transform:scale(1.2)}@media (max-width: 1024px){.features-track{gap:1.5rem}.feature-card{padding:1.5rem}}@media (max-width: 640px){.features-track{gap:1rem}.feature-card{padding:1.25rem}.carousel-button{width:35px;height:35px}}.service-benefits{background:#4164f0;padding:2rem 1rem;overflow:hidden}.benefits-container{max-width:1200px;margin:0 auto}.benefits-container h2{text-align:center;font-size:2.8rem;color:#fff;font-style:Bold;margin-bottom:4rem;font-weight:700}.benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;padding:.5rem;max-width:1200px;margin:0 auto}.benefit-card{background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 4px 20px #0000000f;border:1px solid #e0e7ff;transition:all .3s ease;position:relative;overflow:hidden}.benefit-card.second-row{grid-column:span 1}.benefit-card:nth-child(4){grid-column:2 span 1}.benefit-card:nth-child(5){grid-column:2 span 1}.benefit-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px}.image-with-text-section{display:flex;flex-direction:row;align-items:center;background:#deedf8;border-radius:24px;box-shadow:0 4px 24px #0000000f;padding:1.5rem 2rem;margin:.25rem 0 0;gap:2rem;color:inherit}.image-with-text-section p{color:#000;font-size:1.35rem;line-height:1.7}.image-with-text-section-image{flex:0 0 340px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:18px;min-width:260px;min-height:200px;max-width:340px;max-height:240px;width:340px;height:240px;box-sizing:border-box;box-shadow:0 2px 12px #00000014}.image-with-text-section-image img{width:100%;height:100%;object-fit:cover;border-radius:18px;display:block;background:#fff;opacity:1;padding:.75rem 2rem 1.5rem;margin:0}@media (max-width: 900px){.image-with-text-section{flex-direction:column;padding:1.5rem .5rem;gap:1.5rem;color:#000}.image-with-text-section-image{margin-right:0;width:100%;max-width:100%;height:auto;min-width:0;min-height:0}}.benefit-card:hover:before{opacity:1}.benefit-icon{margin-bottom:1.5rem;position:relative}.benefit-number{font-size:3.5rem;font-weight:800;color:#3949ab1a;position:absolute;top:-1rem;left:-.5rem;line-height:1}.benefit-card h3{font-size:1.7rem;font-weight:700;color:#1a237e;margin-bottom:1rem;position:relative;z-index:1}.benefit-card p{font-size:1.1rem;line-height:1.7;color:#002677;margin:0;position:relative;z-index:1}@media (max-width: 1024px){.benefits-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.benefits-container h2{font-size:2.2rem!important}.benefit-card.second-row,.benefit-card:nth-child(4),.benefit-card:nth-child(5){grid-column:auto}.benefit-card{padding:2rem}}@media (max-width: 640px){.service-benefits{padding:4rem 1rem}.benefits-container h2{font-size:2rem;margin-bottom:3rem}.benefits-grid{grid-template-columns:1fr;gap:1.5rem}.benefit-card{padding:1.75rem}.benefit-number{font-size:3rem}}.service-how-it-works{padding:2rem 1rem;background:#fff;overflow:hidden}.how-it-works-container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;max-width:1200px;margin:0 auto;align-items:flex-start}.timeline{position:relative}.timeline:before{content:"";position:absolute;top:0;left:20px;height:100%;width:3px;background:#eef8ff}.timeline-item{position:relative;padding-left:60px;margin-bottom:3rem}.how-it-works-image{position:sticky;top:120px;align-self:start}.how-it-works-image img{width:100%;border-radius:12px;box-shadow:0 15px 40px #0000001a}.timeline-item:last-child{margin-bottom:0}.timeline-number{position:absolute;left:0;top:0;width:40px;height:40px;border-radius:50%;background:#1a237e;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;border:3px solid #fff;box-shadow:0 0 0 3px #1a237e}.timeline-content h3{font-size:1.5rem;color:#333;margin:.5rem 0}.timeline-content p{line-height:1.6;color:#666}.service-faq{padding:2rem 1rem;background-color:#eff8ff}.faq-container{max-width:800px;margin:0 auto}.faq-item{background:#fff;border-radius:8px;margin-bottom:1rem;overflow:hidden;box-shadow:0 2px 5px #0000000d;border:1px solid #e0e0e0}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.5rem;font-size:1.2rem;font-weight:600;text-align:left;background:none;border:none;cursor:pointer;color:#333}.faq-icon{font-size:1.5rem;color:#1a237e;transition:transform .3s}.faq-item.open .faq-icon{transform:rotate(45deg)}.faq-answer-container{overflow:hidden}.faq-answer{padding:0 1.5rem 1.5rem;line-height:1.6;color:#555}.service-cta{padding:3rem 1rem;background:linear-gradient(45deg,#1a237e,#3949ab);text-align:center;color:#fff}.service-cta h2{color:#fff}.cta-buttons{margin-top:1rem}.cta-button-primary{display:inline-block;background:#fff;color:#1a237e;padding:1rem 2.5rem;border-radius:50px;font-size:1.1rem;font-weight:700;text-decoration:none;transition:all .3s;box-shadow:0 4px 15px #0003}.cta-button-primary:hover{background-color:#eff8ff;transform:translateY(-3px);box-shadow:0 6px 20px #00000040}.cta-buttons p{margin-top:1.5rem;font-size:1.1rem;opacity:.9}@media (max-width: 992px){.how-it-works-container{grid-template-columns:1fr}.how-it-works-image{position:static;margin-bottom:3rem}}@media (max-width: 768px){.service-page h2{font-size:2.2rem}.service-hero{background-size:200% 200%;min-height:180px;padding:1rem .5rem}.service-hero-content{padding:.5rem;max-width:100%}.service-hero h1{font-size:2rem;margin-bottom:.5rem;line-height:1.2}.service-hero p{font-size:1rem;line-height:1.4;padding:0 .25rem}.service-intro{margin-top:1rem;padding:0 .5rem 1rem}.service-intro p{font-size:1rem;line-height:1.6;padding:0 .25rem}.features-carousel-container{padding:.5rem 0}.features-track{gap:.5rem;padding:0 .25rem}.feature-card{padding:1rem;margin:.5rem;font-size:.95rem}.feature-icon{width:40px;height:40px;font-size:1.1rem;margin-bottom:1rem}.carousel-button{width:30px;height:30px}.carousel-dots{margin-top:1rem}.service-benefits{padding:2rem .5rem}.benefits-container h2{font-size:1.5rem;margin-bottom:2rem}.benefits-grid{grid-template-columns:1fr;gap:1rem;padding:0}.benefit-card{padding:1rem}.benefit-number{font-size:2rem;top:-.5rem;left:-.25rem}.image-with-text-section{display:block!important}.image-with-text-section-image{width:120px!important;height:80px!important;max-width:120px!important;max-height:80px!important;min-width:0!important;min-height:0!important;padding:.15rem!important;margin:0!important}.image-with-text-section-image img{width:80%!important;height:80%!important;padding:.05rem!important;margin:0!important}.service-how-it-works{padding:1rem .5rem}.how-it-works-container{grid-template-columns:1fr;gap:2rem}.timeline:before{left:10px}.timeline-item{padding-left:35px;margin-bottom:2rem}.timeline-number{width:24px;height:24px;font-size:.9rem;left:0}.timeline-content h3{font-size:1.1rem}.faq-container{padding:0 .25rem}.faq-question{padding:1rem;font-size:1rem}.faq-answer{padding:0 1rem 1rem;font-size:.95rem}.service-cta{padding:2rem .5rem}.service-cta h2{font-size:1.3rem}.cta-button-primary{padding:.75rem 1.5rem;font-size:1rem}.cta-buttons p{font-size:1rem}}@media (max-width: 480px){.feature-card{padding:.7rem .5rem;margin:.3rem;font-size:.9rem;border-radius:10px;min-width:0;max-width:85vw}.feature-card h3{font-size:1.05rem;margin-bottom:.6rem}.feature-card p{font-size:.93rem;line-height:1.5}.feature-icon{width:32px;height:32px;font-size:1rem;margin-bottom:.7rem}.carousel-button{display:none}.image-with-text-section h2,.image-with-text-section h3{text-align:center!important;margin-left:0}.image-with-text-section.image-right{display:none}}.image-with-text-section h2,.image-with-text-section h3{text-align:left;margin-left:0}.image-with-text-section{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;padding:5rem 1rem;max-width:1200px;margin:0 auto}.image-with-text-section.image-right{grid-template-columns:1fr 1fr}.image-with-text-section.image-right .image-container{order:2}.image-container1{border-radius:12px;overflow:hidden;box-shadow:0 10px 30px #0000001a}.image-container{border-radius:12px;overflow:hidden;box-shadow:0 10px 30px #0000001a;max-width:400px;max-height:300px;width:100%}.image-container img{width:100%;height:100%;object-fit:cover;display:block}.image-container1 img{width:100%;height:auto;display:block}.text-container h2{font-size:2.5rem;font-weight:700;color:#1a237e;margin-bottom:1.5rem}.text-container p{font-size:1.1rem;line-height:1.8;color:#555;margin-bottom:1rem}@media (max-width: 768px){.image-with-text-section{grid-template-columns:1fr}.image-with-text-section.image-right .image-container{order:0}}@media (max-width: 1100px){.aboutus-story-section{padding:2rem .5rem 1.5rem;max-width:98vw}.aboutus-story-title{font-size:2.75rem;margin-bottom:1rem}.aboutus-story-desc1{font-size:1rem!important;margin-bottom:1rem!important}.aboutus-story-author{font-size:1rem;margin-top:1rem}}@media (max-width: 700px){.aboutus-story-section{padding:1.2rem .2rem 2rem}.aboutus-story-title{font-size:1.1rem}.aboutus-story-desc1{margin-right:2rem!important;font-size:1rem!important;display:block!important}.aboutus-story-desc{display:none}.aboutus-story-author{font-size:.95rem}}@media (max-width: 1100px){.our-values-section{flex-direction:column;gap:2rem;padding:2rem 2vw 2rem 2vw;align-items:stretch}.our-values-left,.our-values-right{max-width:100%;min-width:0;color:#002677}.our-values-left{flex:1 1 auto!important}.our-values-title{font-size:2rem;width:100%;margin-bottom:.5rem;text-align:center!important;word-break:break-word}.our-values-desc{margin-left:8rem!important;text-align:center!important}}@media (max-width: 700px){.our-values-section{flex-direction:column;align-items:stretch;padding:0rem 2vw 1.2rem 2vw;gap:1.2rem}.our-values-left,.our-values-right{max-width:100%;width:100%;min-width:0;min-height:0!important}.our-values-left{flex:1 1 auto!important}.our-values-title{font-size:1.5rem;width:100%;margin-bottom:.5rem;text-align:center!important;word-break:break-word}.our-values-desc{font-size:1.2rem!important;margin-bottom:1.2rem;text-align:center!important;margin-left:2rem!important;margin-right:2rem!important}.our-values-badge{font-size:.95rem;margin-bottom:.7rem}.values-accordion{margin-top:.5rem}.values-accordion-title{font-size:1.1rem;padding:.7rem 0;text-align:left;word-break:break-word}.values-accordion-icon{width:1.5rem;height:1.5rem;font-size:1rem;margin-left:.4rem}.values-accordion-content{font-size:.98rem;padding-bottom:.7rem;text-align:left}}.our-mission-heading-outer{width:100%;text-align:center;background-color:#fff}.our-mission-heading-outer .our-mission-title{font-size:3.5rem;font-weight:700;color:#002677;margin:0 auto -1.5rem;display:inline-block;padding:1rem}@media (max-width: 700px){.our-mission-heading-outer .our-mission-title{font-size:2.4rem}.our-mission-heading-outer{margin:32px 0 0}}.our-mission-section{width:100%;padding:64px 0 48px;background:#f7fafc}.our-mission-header{text-align:center;margin-bottom:32px}.our-mission-title{font-size:2.5rem;font-weight:700;color:#1a365d;margin:0}.our-mission-columns{display:flex;flex-direction:row;justify-content:center;align-items:stretch;gap:48px;max-width:1100px;margin:0 auto}.our-mission-image-area{flex:1 1 350px;display:flex;align-items:center;justify-content:center;min-width:280px;min-height:320px;position:relative}.our-mission-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;z-index:1;transition:opacity .7s cubic-bezier(.4,0,.2,1);border-radius:18px;box-shadow:0 4px 24px #1a365d14}.our-mission-image.show{opacity:1;z-index:2}.our-mission-items-area{flex:1 1 350px;display:flex;flex-direction:column;gap:32px;justify-content:center}.our-mission-item{background:#fff;border-radius:14px;box-shadow:0 2px 12px #1a365d0f;padding:24px 28px;cursor:pointer;transition:box-shadow .3s,border .3s;border:2px solid transparent}.our-mission-item:hover,.our-mission-item.active,.our-mission-item:focus{border:2px solid #3182ce;box-shadow:0 4px 24px #3182ce1f}.our-mission-item-title{font-size:1.75rem;font-weight:600;color:#002677;margin-bottom:8px}.our-mission-item-desc{font-size:1.2rem;color:#000;margin:0}@media (max-width: 900px){.our-mission-columns{flex-direction:column;gap:32px;max-width:98vw}.our-mission-image-area,.our-mission-items-area{min-width:0;width:100%}.our-mission-image-area{min-height:220px;height:220px}}@media (max-width: 600px){.our-mission-section{padding:36px 0 24px}.our-mission-title{font-size:2rem}.our-mission-item{padding:16px 12px}}.aboutus-story-section{width:100vw;background:#fff;text-align:center;padding:2.5rem 1rem 2rem;margin:0 auto}.aboutus-story-title{font-size:2.75rem;font-weight:700;color:#002677;margin-bottom:1.25rem}.aboutus-story-desc{font-size:1.15rem;color:#202a86;margin-bottom:1.5rem;line-height:1.6}.aboutus-story-desc1{display:none}.aboutus-story-author{font-size:1.1rem;color:#6c6d70;margin-top:1.25rem}.aboutus-hero-bg{width:100vw;min-height:420px;margin:0;padding:0;position:relative;overflow:hidden}.aboutus-hero-bg-image{width:100vw;min-height:420px;background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;display:flex;align-items:center;justify-content:center}.aboutus-hero-bg-overlay{width:100vw;min-height:420px;background:linear-gradient(180deg,#141e3c8c 60%,#141e3cb3);display:flex;align-items:center;justify-content:center;position:absolute;top:0;left:0}.aboutus-hero-bg-content{width:100%;max-width:700px;margin:0 auto;text-align:center;z-index:2;padding:3.5rem 2rem 2.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center}.aboutus-hero-bg-title{font-size:3.6em;font-weight:800;color:#fff;margin-bottom:2.2rem;letter-spacing:.01em;text-shadow:0 2px 12px rgba(20,30,60,.18)}.aboutus-hero-bg-story{font-size:1.6rem;font-weight:700;color:#2a5bd7;margin-bottom:1.2rem;letter-spacing:.01em}.aboutus-hero-bg-desc{font-size:1.15rem;color:#fff;margin-bottom:1.5rem;line-height:1.6;text-shadow:0 2px 8px rgba(20,30,60,.18)}.aboutus-hero-bg-author{font-size:1.1rem;color:#fff;margin-top:1.25rem;font-style:italic;opacity:.95}@media (max-width: 900px){.aboutus-hero-bg-content{max-width:98vw;padding:2rem 1rem 1.5rem}.aboutus-hero-bg-title{font-size:2rem}.aboutus-hero-bg-story{font-size:1.2rem}.aboutus-hero-bg-desc{font-size:1rem}}.aboutus-hero-ref{width:100%;background:#f4f8fc;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding-bottom:0}.aboutus-hero-ref-image{width:100%;max-height:340px;overflow:hidden;display:flex;align-items:center;justify-content:center}.aboutus-hero-ref-img{width:100%;height:340px;object-fit:cover;display:block}.aboutus-hero-ref-story{background:#fff;width:100%;max-width:900px;margin:0 auto;box-shadow:0 4px 24px #1a2a6c14;border-radius:0 0 24px 24px;padding:2.5rem 2rem 2rem;text-align:center;position:relative;top:-40px}.aboutus-hero-ref-headline{font-size:2.8rem;font-weight:700;color:#233366;margin-bottom:.5rem;letter-spacing:.01em}.aboutus-hero-ref-title{font-size:2rem;font-weight:700;color:#2a5bd7;margin-bottom:1.25rem}.aboutus-hero-ref-desc{font-size:1.15rem;color:#233366;margin-bottom:1.5rem;line-height:1.6}.aboutus-hero-ref-author{font-size:1.1rem;color:#666;margin-top:1.25rem;font-style:italic}@media (max-width: 900px){.aboutus-hero-ref-img{height:220px}.aboutus-hero-ref-story{max-width:98vw;padding:2rem 1rem 1.5rem;top:-20px}.aboutus-hero-ref-headline{font-size:2rem}.aboutus-hero-ref-title{font-size:1.3rem}.aboutus-hero-ref-desc{font-size:1rem}}.aboutus-hero{display:flex;align-items:flex-start;justify-content:center;width:100%;min-height:600px;padding:3.5rem 5vw 3.5rem 5vw;background:#fff;gap:4.5rem;box-sizing:border-box}.aboutus-hero-content{flex:1 1 420px;max-width:600px;display:flex;flex-direction:column;justify-content:center}.aboutus-hero-badge{display:inline-block;background:#d1f3f6;color:#222;font-size:1rem;font-weight:500;border-radius:1.5rem;padding:.4rem 1.2rem;margin-bottom:1.2rem;letter-spacing:.5px}.aboutus-hero-title{font-size:2.4rem;font-weight:700;margin:0 0 1.5rem;color:#222;letter-spacing:.5px}.aboutus-hero-quote{border-left:4px solid #7ed6df;padding-left:1.2rem;font-size:1.25rem;color:#222;margin:0 0 1.2rem;line-height:1.7;background:none}.aboutus-hero-quote-author{display:block;margin-top:1.2rem;font-size:1rem;color:#6c7a89}.aboutus-hero-image-wrapper{flex:1 1 520px;max-width:650px;display:flex;align-items:center;justify-content:flex-end}.aboutus-hero-image{width:95%;height:auto;max-width:650px;max-height:520px;object-fit:cover;border-radius:.5rem;box-shadow:0 4px 24px #0000001a}@media (max-width: 1100px){.aboutus-hero{flex-direction:column;align-items:stretch;gap:2.5rem;min-height:0;padding:2.5rem 3vw 2.5rem 3vw}.aboutus-hero-image-wrapper,.aboutus-hero-content{max-width:100%}.aboutus-hero-image{max-width:100%;max-height:380px;margin-left:auto;margin-right:0}}@media (max-width: 700px){.aboutus-hero{padding:1.5rem 1vw 1.5rem 1vw;gap:1.5rem;min-height:0}.aboutus-hero-image{max-height:180px;width:100%}}.what-we-do-section{padding:2rem 5vw 3rem 5vw;background:#4164f0}.what-we-do-header{text-align:center;margin-bottom:2.5rem}.what-we-do-header h2{font-size:2.5rem;font-weight:700;margin-bottom:.7rem;color:#fff}.what-we-do-header p{font-size:1.5rem;color:#fff;margin:0;line-height:1.6}.what-we-do-cards{display:flex;gap:2.5rem;justify-content:center;flex-wrap:wrap}.what-we-do-card{background:linear-gradient(to bottom,#fff 60%,#e3edf5);border-radius:1.2rem;box-shadow:0 4px 24px #15396a1a;padding:0 0 2.5rem;max-width:340px;min-width:340px;flex:0 0 340px;display:flex;flex-direction:column;align-items:center;position:relative;transition:box-shadow .2s;min-height:370px;box-sizing:border-box}.what-we-do-card:hover{box-shadow:0 8px 32px #00000021}.what-we-do-img-wrapper{width:100%;max-width:340px;aspect-ratio:1.6 / 1;margin:0 auto;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:1.2rem 1.2rem 0 0;overflow:hidden;box-shadow:0 2px 12px #4176e412}.what-we-do-icon-large{width:100%;height:100%;object-fit:cover;border-radius:1.2rem;display:block;min-height:180px;min-width:180px}.what-we-do-title{font-size:1.5rem;font-weight:700;margin:1.1rem 0 0;color:#002677;text-align:center;min-height:48px;display:flex;align-items:center;justify-content:center;width:100%}.what-we-do-bullets{list-style:disc inside;margin:0 0 2.5rem;padding:0;color:#2d3748;font-size:1rem;text-align:left;width:100%;max-width:260px}.what-we-do-bullets li{margin-bottom:.5rem;line-height:1.5}.what-we-do-plus{position:absolute;left:50%;bottom:1.2rem;transform:translate(-50%);background:#fff;border:2px solid #15396a;color:#15396a;border-radius:50%;width:2.7rem;height:2.7rem;font-size:2rem;font-weight:700;cursor:pointer;box-shadow:0 2px 8px #15396a1a;display:flex;align-items:center;justify-content:center;transition:background .2s,color .2s,border .2s;z-index:2}.what-we-do-plus:hover,.what-we-do-plus:focus{background:#15396a;color:#fff;border-color:#15396a}.feature-modal-backdrop{position:fixed;inset:0;background:#1e293b2e;z-index:1000;display:flex;align-items:center;justify-content:center;animation:fadeInBackdrop .3s}@keyframes fadeInBackdrop{0%{opacity:0}to{opacity:1}}.feature-modal-card{background:#fff;border-radius:1.2rem;box-shadow:0 8px 40px #15396a2e;padding:2.5rem 2rem 2rem;max-width:370px;width:90vw;position:relative;display:flex;flex-direction:column;align-items:center;animation:modalPopIn .35s cubic-bezier(.4,0,.2,1)}.feature-modal-large{max-width:540px;min-width:320px;min-height:260px;padding-bottom:3.5rem}@keyframes modalPopIn{0%{transform:translateY(40px) scale(.95);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.feature-modal-img{width:120px;height:120px;object-fit:cover;border-radius:1rem;margin-bottom:1.2rem;box-shadow:0 2px 12px #0000001a}.feature-modal-card h3{font-size:1.4rem;font-weight:700;color:#15396a;margin:0 0 1.2rem;text-align:center}.feature-modal-card p{font-size:1.08rem;color:#2d3748;text-align:center;margin:0 0 2.2rem;line-height:1.7}.feature-modal-contact-btn{position:absolute;left:50%;bottom:1.3rem;transform:translate(-50%);background:#15396a;color:#fff;border:none;border-radius:2rem;padding:.7rem 2.2rem;font-size:1.08rem;font-weight:600;cursor:pointer;box-shadow:0 2px 8px #15396a1a;transition:background .2s,color .2s;z-index:2}.feature-modal-contact-btn:hover,.feature-modal-contact-btn:focus{background:#44aaea;color:#fff}.feature-modal-close{position:absolute;top:1.2rem;right:1.5rem;background:#f3f6fa;border:none;border-radius:50%;width:2.2rem;height:2.2rem;font-size:1.3rem;color:#15396a;cursor:pointer;z-index:2;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #15396a1a;transition:background .2s,color .2s,box-shadow .2s}.feature-modal-close:hover,.feature-modal-close:focus{background:#3c94e1;color:#fff;box-shadow:0 4px 16px #e13ca526}@media (max-width: 900px){.what-we-do-card{max-width:60%;min-height:320px;padding:1.5rem 1rem 2.5rem}.what-we-do-img-wrapper{max-width:260px;min-height:160px}.what-we-do-icon-large{min-height:160px;min-width:160px}}@media (max-width: 600px){.what-we-do-card{min-height:220px;padding:1rem .5rem 2.5rem}.what-we-do-img-wrapper{max-width:200px;min-height:120px}.what-we-do-icon-large{min-height:120px;min-width:120px}}@media (max-width: 700px){.what-we-do-cards{flex-direction:column;gap:1.2rem;align-items:center}.what-we-do-card{min-width:90vw;max-width:98vw;min-height:180px;padding:.8rem .5rem 2rem;box-sizing:border-box}.what-we-do-img-wrapper{max-width:98vw;min-height:100px;aspect-ratio:1.6 / 1}.what-we-do-icon-large{min-height:100px;min-width:100px;width:100%;height:auto}.what-we-do-title{font-size:1rem;min-height:32px;margin-top:.7rem}.what-we-do-bullets{font-size:.95rem;max-width:90vw}.what-we-do-plus{width:2rem;height:2rem;font-size:1.3rem;bottom:.8rem}}.our-values-section{display:flex;align-items:stretch;justify-content:center;background:#f5f6fc;padding:4rem 5vw 4rem 5vw;gap:4rem}.our-values-left{flex:1 1 420px;max-width:540px;display:flex;flex-direction:column;justify-content:center;height:100%;min-height:0;align-items:flex-start;position:relative}.our-values-left>*{text-align:left;align-self:flex-start}@media (min-width: 1101px){.our-values-section{align-items:center}.our-values-left{min-height:400px;justify-content:center}}.our-values-badge{display:inline-block;color:#7ed6df;font-weight:700;font-size:1rem;letter-spacing:1px;margin-bottom:1.2rem}.our-values-title{font-size:4rem;font-weight:500;margin:0 0 1.2rem;color:#002677}.our-values-desc{font-size:1.45rem;color:#000;margin:0;line-height:1.6}.our-values-right{flex:1 1 520px;max-width:600px;display:flex;flex-direction:column;justify-content:flex-start;gap:0;color:#002677}.values-accordion{width:100%;margin-top:.2rem}.values-accordion-item{border-bottom:1px solid #e0e2ee;padding:0;background:none;margin-top:0}.values-accordion-title{width:100%;background:none;border:none;outline:none;display:flex;align-items:center;justify-content:space-between;font-size:2rem;font-weight:600;color:#002677;padding:1.2rem 0;cursor:pointer;transition:color .2s;font-family:inherit}.values-accordion-title .active{color:#002677}.values-accordion-icon{display:inline-flex;align-items:center;justify-content:center;background:#fff;color:#2d2d7b;border-radius:50%;width:2rem;height:2rem;font-size:1.15rem;color:#002677;margin:0 0 .2rem;line-height:1.6;border:1px solid rgb(0,38,119);color:#002677!important}.values-accordion-item.open .values-accordion-title{color:#002677}.values-accordion-content{padding:0 0 1.2rem;font-size:1.1rem;color:#222;line-height:1.6;margin-left:.2rem}@media (max-width: 1100px){.our-values-section{flex-direction:column;gap:2.5rem;padding:2.5rem 3vw 2.5rem 3vw;align-items:stretch}.our-values-left,.our-values-right{max-width:100%}.our-values-left{justify-content:flex-start;align-items:flex-start}.our-values-title{font-size:2.2rem}}.our-mission-section{display:flex;align-items:stretch;justify-content:center;gap:4rem;padding:5rem 5vw 5rem 5vw;background:#fff;position:relative;min-height:600px}.our-mission-left{flex:1 1 480px;max-width:600px;display:flex;flex-direction:column;justify-content:center}.our-mission-title{font-size:2.8rem;font-weight:700;color:#002677;margin-bottom:2.5rem;text-align:left}.our-mission-values-list{display:flex;flex-direction:column;gap:4.5rem}.our-mission-value{opacity:.6;transform:scale(.98);transition:opacity .4s,transform .4s,background .3s;padding-left:.5rem;border-left:4px solid transparent;background:none;cursor:pointer;outline:none}.our-mission-value.active,.our-mission-value:focus{opacity:1;transform:scale(1);border-left:4px solid #15396a;background:#15396a08}.our-mission-value h3{font-size:2rem;color:#15396a;margin:0 0 .7rem;font-weight:700}.our-mission-value p{font-size:1.15rem;color:#222;margin:0;line-height:1.6}.our-mission-right{flex:1 1 480px;max-width:600px;min-width:320px;display:flex;align-items:center;justify-content:center;position:relative}.our-mission-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:.5rem;opacity:0;pointer-events:none;z-index:1;transition:opacity .7s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 24px #0000001a}.our-mission-image.show{opacity:1;pointer-events:auto;z-index:2}@media (max-width: 1100px){.our-mission-section{flex-direction:column;gap:2.5rem;padding:3rem 3vw 3rem 3vw;min-height:0}.our-mission-left,.our-mission-right{max-width:100%;min-width:0}.our-mission-right{min-height:320px;height:320px}}@media (max-width: 700px){.our-mission-section{padding:1.5rem 1vw 1.5rem 1vw;gap:1.5rem}.our-mission-heading-outer{font-size:2rem;margin-bottom:-.25rem}.our-mission-values-list{gap:2rem}.our-mission-value h3{font-size:1.2rem}.our-mission-value p{font-size:.98rem}.our-mission-right{min-height:180px;height:180px}}.hospital-hero-redesign{width:100vw;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:0;margin:0}.hospital-hero-bg{width:100vw;min-height:420px;background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;display:flex;align-items:center;justify-content:center;margin:0;padding:0;overflow:hidden}.hospital-hero-bg-overlay{width:100vw;min-height:420px;background:linear-gradient(180deg,#141e3c8c 60%,#141e3cb3);display:flex;align-items:center;justify-content:center;position:absolute;top:0;left:0}.hospital-hero-title-redesign{font-size:4.4rem;font-weight:800;color:#fff;text-align:center;margin:0 auto;letter-spacing:.01em;z-index:2;text-shadow:0 2px 12px rgba(20,30,60,.18)}.hospital-hero-content-redesign{width:100%;max-width:900px;margin:1.5rem auto 0;background:none;box-shadow:none;border-radius:0;padding:0 2rem 2.5rem;text-align:center;display:flex;flex-direction:column;align-items:center}.hospital-hero-subtitle-redesign{font-size:2.4rem;font-weight:800;color:#002777;margin-bottom:.2rem;letter-spacing:.01em}.hospital-hero-desc-redesign{font-size:1.15rem;color:#002777;margin-bottom:2rem;line-height:1.6}.hospital-hero-btn-redesign{background:linear-gradient(90deg,#2d4be7 60%,#4967f1);color:#fff;border:none;border-radius:2rem;padding:.9rem 2.5rem;font-size:1.2rem;font-weight:700;cursor:pointer;box-shadow:0 2px 8px #15396a1a;transition:background .2s,color .2s;text-decoration:none!important;margin-top:-.5rem;display:inline-block}.hospital-hero-btn-redesign:hover,.hospital-hero-btn-redesign:focus{background:#002777;color:#fff;text-decoration:none!important}@media (max-width: 900px){.hospital-hero-bg,.hospital-hero-bg-overlay{min-height:220px;width:100vw}.hospital-hero-title-redesign{font-size:2rem}.hospital-hero-content-redesign{max-width:98vw;padding:2rem 1rem 1.5rem;margin-top:1.2rem}.hospital-hero-subtitle-redesign{font-size:1.3rem}.hospital-hero-desc-redesign{font-size:1rem}}@media (max-width: 600px){.hospital-hero-bg,.hospital-hero-bg-overlay{min-height:260px;width:100vw}.hospital-hero-title-redesign{font-size:2.3rem}.hospital-hero-content-redesign{padding:1.2rem .5rem;margin-top:.7rem}.hospital-hero-subtitle-redesign{font-size:1.5rem}.hospital-hero-desc-redesign{font-size:.95rem}.hospital-hero-btn-redesign{padding:.7rem 1.5rem;font-size:1rem}}.hospital-whyus{width:100%;padding:1.5rem 6vw 3.5rem 6vw;background:#e3edf5;display:flex;flex-direction:column;gap:1.5rem;box-sizing:border-box}.hospital-whyus-header{width:100%;text-align:center;margin-bottom:2.5rem}.hospital-whyus-title{font-size:2.8rem;font-weight:700;color:#002777;margin:0 0 1.1rem;letter-spacing:.5px}.hospital-whyus-subtitle{font-size:1.18rem;color:#002777;margin:0 auto;max-width:900px;line-height:1.6}.hospital-whyus-row{display:flex;align-items:center;justify-content:center;gap:2rem;flex-wrap:wrap}.hospital-whyus-img-col{flex:0 0 340px;max-width:340px;display:flex;align-items:center;justify-content:center}.hospital-whyus-img-col img{width:100%;max-width:320px;height:auto;border-radius:1.5rem;object-fit:cover;background:#f3f6fa;box-shadow:0 2px 12px #3c94e11a}.hospital-whyus-text-col{flex:1 1 0;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.hospital-whyus-text-col h2{font-size:2.1rem;font-weight:700;color:#3c94e1;margin:0 0 1.1rem;letter-spacing:.2px}.hospital-whyus-text-col p{font-size:1.18rem;color:#222;margin:0;line-height:1.7}.hospital-whyus-text-col strong{color:#15396a;font-weight:700}.hospital-whyus-row-redesign{display:flex;align-items:stretch;justify-content:flex-start;gap:.7rem;flex-wrap:nowrap;width:100%;max-width:1100px;margin:0 auto;padding:0}.hospital-whyus-textcol{flex:1 1 0;min-width:320px;display:flex;flex-direction:column;gap:1.9rem;justify-content:flex-start;align-items:flex-start;padding-left:0;margin-top:0}.hospital-whyus-textbox{background:none;border-radius:0;padding:0 0 .5rem;margin:0;box-shadow:none;display:flex;flex-direction:column;align-items:flex-start}.hospital-whyus-textbox-heading{font-size:1.75rem;font-weight:800;color:#15396a;margin-bottom:.4rem;line-height:1.1}.hospital-whyus-textbox-desc{font-size:1.15rem;color:#070000;line-height:1.5}.hospital-whyus-imgcol{flex:0 0 700px;max-width:800px;display:flex;align-items:center;justify-content:center;min-width:650px}.hospital-whyus-img-main{width:520px;height:600px;object-fit:cover;border-radius:24px;box-shadow:0 4px 24px #0000001a;background:#fff}@media (max-width: 1100px){.hospital-whyus-row-redesign{flex-direction:column-reverse;gap:2.5rem;max-width:98vw}.hospital-whyus-imgcol{width:100%;justify-content:center;margin-bottom:1.2rem;min-width:0}.hospital-whyus-img-main{max-width:98vw;min-width:0}.hospital-whyus-textcol{gap:1.5rem}.hospital-whyus-textbox{padding:1.5rem 1.2rem 1.2rem}}@media (max-width: 700px){.hospital-whyus-row-redesign{gap:0;padding:0;align-items:center;flex-direction:column}.hospital-whyus-img-main{margin-bottom:0}.hospital-whyus-textcol{margin-top:0}.hospital-whyus-textbox{margin-top:0;margin-bottom:0}}.hospital-howitworks{width:100%;padding:1.5rem 6vw 3.5rem 6vw;background:#4164f0;box-sizing:border-box;text-align:center}.hospital-howitworks-title{font-size:3.2rem;font-weight:700;color:#fcfeff;margin-bottom:1.1rem;letter-spacing:.5px}.hospital-howitworks-subtitle{font-size:1.3rem;color:#f4f6f8;margin:0 auto 2rem;max-width:700px;line-height:1.6}.hospital-howitworks-cards{display:flex;justify-content:center;gap:5rem;flex-wrap:wrap;align-items:stretch;margin-top:1.5rem}@media (max-width: 1100px){.hospital-howitworks{padding:1.2rem 2vw 2rem 2vw;border-radius:1rem;width:100vw;max-width:100vw;box-sizing:border-box}.hospital-howitworks-title{font-size:2.1rem;margin-bottom:.9rem;text-align:center}.hospital-howitworks-subtitle{font-size:1.08rem;margin-bottom:1.2rem;text-align:center;padding:0 1rem}.hospital-howitworks-cards{gap:1.2rem;flex-wrap:wrap;justify-content:center;align-items:stretch;margin-top:1.2rem}.howitworks-flip-card{width:240px;height:240px;min-height:240px;max-width:260px;margin-bottom:1.2rem}.howitworks-flip-card-front,.howitworks-flip-card-back{min-height:240px;padding:1.2rem .7rem}}@media (max-width: 700px){.hospital-howitworks{padding:1.2rem 1vw 1.2rem 1vw;border-radius:.7rem;width:100vw;max-width:100vw;box-sizing:border-box}.hospital-howitworks-title{font-size:1.75rem!important;margin-bottom:.7rem;text-align:center}.hospital-howitworks-subtitle{font-size:.98rem!important;margin-bottom:1rem;text-align:center;padding:0 .5rem}.hospital-howitworks-cards{flex-direction:column;gap:2rem!important;align-items:center;width:100%;margin-top:.7rem}.howitworks-flip-card{width:98vw;max-width:370px;min-width:0;height:auto;min-height:0;margin-bottom:.7rem;box-sizing:border-box}.howitworks-flip-card-front,.howitworks-flip-card-back{min-height:0;padding:1rem .7rem;border-radius:1.2rem}.howitworks-step-number{width:3rem!important;height:3rem!important;font-size:1.4rem!important;margin-bottom:1rem}.howitworks-step-heading{font-size:1.2rem!important;margin-bottom:.7rem}.howitworks-step-subheading{font-size:1rem!important}}@media (max-width: 900px){.howitworks-step-number{width:2.5rem!important;height:2.5rem!important;font-size:1.5rem!important;margin-bottom:1.2rem}.hospital-howitworks-cards{gap:2rem!important}.howitworks-step-heading{font-size:1.05rem!important}.howitworks-step-subheading{font-size:.92rem!important}}.hospital-whyitmatters{background:none;padding:.5rem 2vw 4rem 2vw;text-align:center;border-radius:0;margin:3rem 0 0;box-shadow:none;max-width:100vw}.hospital-whyitmatters-title{font-size:2.6rem;font-weight:800;color:#15396a;margin-bottom:2.2rem;letter-spacing:.5px;text-shadow:0 2px 8px rgba(60,148,225,.04)}@media (max-width: 700px){.hospital-whyitmatters{padding:-1rem 1vw 2rem 1vw;border-radius:.7rem}.hospital-whyitmatters-title{font-size:1.75rem;margin-bottom:1.2rem}.whyitmatters-accordion{border-radius:.5rem}.whyitmatters-accordion-title{font-size:1.05rem;padding:.8rem .8rem .8rem .4rem;border-radius:.5rem}.whyitmatters-accordion-icon{width:1.5rem;height:1.5rem;font-size:1rem;margin-left:.7rem}.whyitmatters-accordion-content{font-size:.98rem;padding:0 .7rem .7rem;border-radius:0 0 .5rem .5rem}}.hospital-testimonial-section{width:100%;background:none;display:flex;align-items:center;justify-content:center;padding:2.5rem 0;position:relative;min-height:0;box-sizing:border-box}.hospital-testimonial-container{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;background:#e4e8f9;border-radius:2.2rem;box-shadow:0 2px 24px #3c94e112;max-width:1100px;width:90vw;min-height:340px;overflow:hidden;padding:2.8rem 2.8rem 1rem}.hospital-testimonial-left{flex:2 1 0;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;background:transparent;padding:0 2.5rem 0 0}.hospital-testimonial-label{color:#295dbe;font-size:1.4rem;font-weight:700;letter-spacing:1.2px;margin-bottom:1.5rem;text-transform:uppercase}.hospital-testimonial-quote{font-size:1.8rem;font-weight:700;color:#15396a;margin:0 0 2.2rem;line-height:1.22;background:none;border:none;padding:0}.hospital-testimonial-person{font-size:1.08rem;color:#444;font-weight:400;margin-top:.5rem;letter-spacing:.01em;line-height:1.5;text-align:left;display:flex;flex-direction:column;gap:0}.hospital-testimonial-person-dot{width:1.1rem;height:1.1rem;background:#43afe5;border-radius:50%;display:inline-block}.hospital-testimonial-person-name{font-size:1.08rem;color:#222;font-style:italic;font-weight:400;margin-bottom:.1rem}.hospital-testimonial-person-org{font-size:1.08rem;color:#444;font-style:italic;font-weight:400;margin-top:0}.hospital-testimonial-right{flex:1 1 0;display:flex;align-items:center;justify-content:flex-end;background:transparent;min-width:360px}.hospital-testimonial-photo{width:420px;height:350px;max-width:428px;min-width:180px;border-radius:2rem;object-fit:cover;box-shadow:0 2px 16px #3c94e11a;margin-top:-1.5rem;padding:0}@media (max-width: 700px){.hospital-testimonial-section{padding:2rem .5rem;min-width:0;width:100vw;max-width:100vw;box-sizing:border-box}.hospital-testimonial-container{flex-direction:column;align-items:stretch;border-radius:1rem;min-width:0;width:98vw;max-width:100vw;padding:.5rem;min-height:0;height:auto}.hospital-testimonial-left{padding:0;align-items:flex-start}.hospital-testimonial-label{font-size:1rem;margin-bottom:1.8rem}.hospital-testimonial-quote{font-size:1.2rem;margin-bottom:1rem}.hospital-testimonial-person,.hospital-testimonial-person-name,.hospital-testimonial-person-org{font-size:.92rem}.hospital-testimonial-right{min-width:0;width:100%;justify-content:center;margin-top:1rem}.hospital-testimonial-photo{display:none}}.privatepractices-hero-redesign{width:100vw;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:0;margin:0}.privatepractices-hero-bg{width:100vw;min-height:420px;background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;display:flex;align-items:center;justify-content:center;margin:0;padding:0;overflow:hidden}.privatepractices-hero-bg-overlay{width:100vw;min-height:420px;background:linear-gradient(180deg,#141e3c8c 60%,#141e3cb3);display:flex;align-items:center;justify-content:center;position:absolute;top:0;left:0}.privatepractices-hero-title-redesign{font-size:4.4rem;font-weight:800;color:#fff;text-align:center;margin:0 auto;letter-spacing:.01em;z-index:2;text-shadow:0 2px 12px rgba(20,30,60,.18)}.privatepractices-hero-content-redesign{width:100%;max-width:900px;margin:1.5rem auto 0;background:none;box-shadow:none;border-radius:0;padding:0 2rem 2.5rem;text-align:center;display:flex;flex-direction:column;align-items:center}.privatepractices-hero-subtitle-redesign{font-size:2.4rem;font-weight:800;color:#002777;margin-bottom:.2rem;letter-spacing:.01em}.privatepractices-hero-desc-redesign{font-size:1.15rem;color:#002777;margin-bottom:2rem;line-height:1.6}.privatepractices-hero-btn-redesign{background:linear-gradient(90deg,#2d4be7 60%,#4967f1);color:#fff;border:none;border-radius:2rem;padding:.9rem 2.5rem;font-size:1.2rem;font-weight:700;cursor:pointer;box-shadow:0 2px 8px #15396a1a;transition:background .2s,color .2s;text-decoration:none!important;margin-top:-.5rem;display:inline-block}.privatepractices-hero-btn-redesign:hover,.privatepractices-hero-btn-redesign:focus{background:#002777;color:#fff;text-decoration:none!important}@media (max-width: 900px){.privatepractices-hero-bg,.privatepractices-hero-bg-overlay{min-height:220px;width:100vw}.privatepractices-hero-title-redesign{font-size:2rem}.privatepractices-hero-content-redesign{max-width:98vw;padding:2rem 1rem 1.5rem;margin-top:1.2rem}.privatepractices-hero-subtitle-redesign{font-size:1.3rem}.privatepractices-hero-desc-redesign{font-size:1rem}.howitworks-step-number{width:2.5rem!important;height:2.5rem!important;font-size:1.5rem!important;margin-bottom:1.2rem}.privatepractices-howitworks-cards{gap:2rem!important}.howitworks-step-heading{font-size:1.05rem!important}.howitworks-step-subheading{font-size:.92rem!important}.private-testimonial-container{flex-direction:column;align-items:stretch;border-radius:1.2rem;min-width:0;width:98vw;max-width:100vw;padding:1.2rem 1rem;min-height:0;height:auto}.private-testimonial-left{padding:0;align-items:flex-start}.private-testimonial-label{font-size:1.1rem;margin-bottom:1.2rem}.private-testimonial-quote{font-size:1.12rem;margin-bottom:1.12rem}.private-testimonial-person,.private-testimonial-person-name,.private-testimonial-person-org{font-size:1rem}.private-testimonial-right{min-width:0;width:100%;justify-content:center;margin-top:1rem}.private-testimonial-photo{width:220px;height:160px;max-width:240px;min-width:80px;border-radius:1.2rem;object-fit:cover;box-shadow:0 2px 12px #3c94e11a;margin-top:0;display:block}}@media (max-width: 600px){.privatepractices-hero-bg,.privatepractices-hero-bg-overlay{min-height:260px;width:100vw}.privatepractices-hero-title-redesign{font-size:2.3rem}.privatepractices-hero-content-redesign{padding:1.2rem .5rem;margin-top:.7rem}.privatepractices-hero-subtitle-redesign{font-size:1.5rem}.privatepractices-hero-desc-redesign{font-size:.95rem}.privatepractices-hero-btn-redesign{padding:.7rem 1.5rem;font-size:1rem}}.privatepractices-whyus{width:100%;padding:1.5rem 6vw 3.5rem 6vw;background:#e3edf5;display:flex;flex-direction:column;gap:1.5rem;box-sizing:border-box}.privatepractices-whyus-header{width:100%;text-align:center;margin-bottom:2.5rem}.privatepractices-whyus-title{font-size:2.8rem;font-weight:700;color:#002777;margin:0 0 1.1rem;letter-spacing:.5px}.privatepractices-whyus-subtitle{font-size:1.18rem;color:#002777;margin:0 auto;max-width:900px;line-height:1.6}.privatepractices-whyus-row{display:flex;align-items:center;justify-content:center;gap:2rem;flex-wrap:wrap}.privatepractices-whyus-img-col{flex:0 0 340px;max-width:340px;display:flex;align-items:center;justify-content:center}.privatepractices-whyus-img-col img{width:100%;max-width:320px;height:auto;border-radius:1.5rem;object-fit:cover;background:#f3f6fa;box-shadow:0 2px 12px #3c94e11a}.privatepractices-whyus-text-col{flex:1 1 0;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.privatepractices-whyus-text-col h2{font-size:2.1rem;font-weight:700;color:#3c94e1;margin:0 0 1.1rem;letter-spacing:.2px}.privatepractices-whyus-text-col p{font-size:1.18rem;color:#222;margin:0;line-height:1.7}.privatepractices-whyus-text-col strong{color:#15396a;font-weight:700}.privatepractices-whyus-row-redesign{display:flex;align-items:stretch;justify-content:flex-start;gap:.7rem;flex-wrap:nowrap;width:100%;max-width:1100px;margin:0 auto;padding:0;margin-top:0!important;margin-bottom:0!important;padding-top:0!important;padding-bottom:0!important}.privatepractices-whyus-textcol{flex:1 1 0;min-width:320px;display:flex;flex-direction:column;gap:1.9rem;justify-content:flex-start;align-items:flex-start;padding-left:0;margin-top:0}.privatepractices-whyus-textbox{background:none;border-radius:0;padding:0 0 .5rem;margin:0;box-shadow:none;display:flex;flex-direction:column;align-items:flex-start}.privatepractices-whyus-textbox-heading{font-size:1.75rem;font-weight:800;color:#15396a;margin-bottom:.4rem;line-height:1.1}.privatepractices-whyus-textbox-desc{font-size:1.15rem;color:#070000;line-height:1.5}.privatepractices-whyus-imgcol{flex:0 0 700px;max-width:800px;display:flex;align-items:center;justify-content:center;min-width:650px}.privatepractices-whyus-img-main{width:520px;height:600px;object-fit:cover;border-radius:24px;box-shadow:0 4px 24px #0000001a;background:#fff}@media (max-width: 1100px){.privatepractices-whyus-row-redesign{flex-direction:column-reverse;gap:2.5rem;max-width:98vw}.privatepractices-whyus-imgcol{display:flex}.privatepractices-whyus-img-main{max-width:98vw;min-width:0}.privatepractices-whyus-textcol{gap:1.5rem}.privatepractices-whyus-textbox{padding:1.5rem 1.2rem 1.2rem}}@media (max-width: 700px){.privatepractices-whyus-row-redesign{gap:0;padding:0;align-items:center;flex-direction:column}.privatepractices-whyus-img-main{margin-bottom:0}.privatepractices-whyus-textcol{margin-top:0!important}.privatepractices-whyus-textbox{margin-top:0;margin-bottom:0}}.privatepractices-howitworks{width:100%;padding:1.5rem 6vw 3.5rem 6vw;background:#4164f0;box-sizing:border-box;text-align:center}.privatepractices-howitworks-title{font-size:3.2rem;font-weight:700;color:#fcfeff;margin-bottom:1.1rem;letter-spacing:.5px}.privatepractices-howitworks-subtitle{font-size:1.3rem;color:#f4f6f8;margin:0 auto 2rem;max-width:700px;line-height:1.6}.privatepractices-howitworks-cards{display:flex;justify-content:center;gap:5rem;flex-wrap:wrap;align-items:stretch;margin-top:1.5rem}@media (max-width: 1100px){.privatepractices-howitworks-cards{gap:1.2rem}.howitworks-flip-card{width:240px;height:240px;min-height:240px;max-width:260px;margin-bottom:1.2rem}.howitworks-flip-card-front,.howitworks-flip-card-back{min-height:240px;padding:1.2rem .7rem}}@media (max-width: 700px){.privatepractices-howitworks{padding:1.2rem 1vw 1.2rem 1vw;border-radius:.7rem;width:100vw;max-width:100vw;box-sizing:border-box}.privatepractices-howitworks-title{font-size:1.75rem!important;margin-bottom:.7rem;text-align:center}.privatepractices-howitworks-subtitle{font-size:.98rem!important;margin-bottom:1rem;text-align:center;padding:0 .5rem}.privatepractices-howitworks-cards{flex-direction:column;gap:2rem!important;align-items:center;width:100%;margin-top:.7rem}.howitworks-flip-card{width:98vw;max-width:370px;min-width:0;height:auto;min-height:0;margin-bottom:.7rem;box-sizing:border-box}.howitworks-flip-card-front,.howitworks-flip-card-back{min-height:0;padding:1rem .7rem;border-radius:1.2rem}.howitworks-step-number{width:3rem!important;height:3rem!important;font-size:1.4rem!important;margin-bottom:1rem}.howitworks-step-heading{font-size:1.2rem!important;margin-bottom:.7rem}.howitworks-step-subheading{font-size:1rem!important}}.privatepractices-whyitmatters{background:none;padding:.5rem 2vw 4rem 2vw;text-align:center;border-radius:0;margin:3rem 0 0;box-shadow:none;max-width:100vw}.privatepractices-whyitmatters-title{font-size:2.6rem;font-weight:800;color:#15396a;margin-bottom:2.2rem;letter-spacing:.5px;text-shadow:0 2px 8px rgba(60,148,225,.04)}@media (max-width: 700px){.privatepractices-whyitmatters{padding:-1rem 1vw 2rem 1vw;border-radius:.7rem}.privatepractices-whyitmatters-title{font-size:1.75rem;margin-bottom:1.2rem}.whyitmatters-accordion{border-radius:.5rem}.whyitmatters-accordion-title{font-size:1.05rem;padding:.8rem .8rem .8rem .4rem;border-radius:.5rem}.whyitmatters-accordion-icon{width:1.5rem;height:1.5rem;font-size:1rem;margin-left:.7rem}.whyitmatters-accordion-content{font-size:.98rem;padding:0 .7rem .7rem;border-radius:0 0 .5rem .5rem}}.private-testimonial-section{width:100%;background:none;display:flex;align-items:center;justify-content:center;padding:2.5rem 0;position:relative;min-height:0;box-sizing:border-box}.private-testimonial-container{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;background:#e4e8f9;border-radius:2.2rem;box-shadow:0 2px 24px #3c94e112;max-width:1100px;width:90vw;min-height:340px;overflow:hidden;padding:2.8rem 2.8rem 1rem}.private-testimonial-left{flex:2 1 0;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;background:transparent;padding:0 2.5rem 0 0}.private-testimonial-label{color:#295dbe;font-size:1.4rem;font-weight:700;letter-spacing:1.2px;margin-bottom:1.5rem;text-transform:uppercase}.private-testimonial-quote{font-size:1.8rem;font-weight:700;color:#15396a;margin:0 0 2.2rem;line-height:1.22;background:none;border:none;padding:0}.private-testimonial-person{font-size:1.08rem;color:#444;font-weight:400;margin-top:.5rem;letter-spacing:.01em;line-height:1.5;text-align:left;display:flex;flex-direction:column;gap:0}.private-testimonial-person-dot{width:1.1rem;height:1.1rem;background:#43afe5;border-radius:50%;display:inline-block}.private-testimonial-person-name{font-size:1.08rem;color:#222;font-style:italic;font-weight:400;margin-bottom:.1rem}.private-testimonial-person-org{font-size:1.08rem;color:#444;font-style:italic;font-weight:400;margin-top:0}.private-testimonial-right{flex:1 1 0;display:flex;align-items:center;justify-content:flex-end;background:transparent;min-width:360px}.private-testimonial-photo{width:420px;height:350px;max-width:428px;min-width:180px;border-radius:2rem;object-fit:cover;box-shadow:0 2px 16px #3c94e11a;margin-top:-1.5rem;padding:0}@media (max-width: 700px){.private-testimonial-section{padding:2rem .4rem;min-width:0;width:100vw;max-width:100vw;box-sizing:border-box}.private-testimonial-container{flex-direction:column;align-items:stretch;border-radius:1rem;min-width:0;width:98vw;max-width:100vw;padding:.5rem;min-height:0;height:auto}.private-testimonial-left{padding:0;align-items:flex-start}.private-testimonial-label{font-size:1rem;margin-bottom:1.8rem}.private-testimonial-quote{font-size:1.2rem;margin-bottom:1rem}.private-testimonial-person,.private-testimonial-person-name,.private-testimonial-person-org{font-size:.92rem}.private-testimonial-right{min-width:0;width:100%;justify-content:center;margin-top:1rem}.private-testimonial-photo{display:none}}.Insurance-hero-redesign{width:100vw;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:0;margin:0}.Insurance-hero-bg{width:100vw;min-height:420px;background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;display:flex;align-items:center;justify-content:center;margin:0;padding:0;overflow:hidden}.Insurance-hero-bg-overlay{width:100vw;min-height:420px;background:linear-gradient(180deg,#141e3c8c 60%,#141e3cb3);display:flex;align-items:center;justify-content:center;position:absolute;top:0;left:0}.Insurance-hero-title-redesign{font-size:4.4rem;font-weight:800;color:#fff;text-align:center;margin:0 auto;letter-spacing:.01em;z-index:2;text-shadow:0 2px 12px rgba(20,30,60,.18)}.Insurance-hero-content-redesign{width:100%;max-width:900px;margin:1.5rem auto 0;background:none;box-shadow:none;border-radius:0;padding:0 2rem 2.5rem;text-align:center;display:flex;flex-direction:column;align-items:center}.Insurance-hero-subtitle-redesign{font-size:2.4rem;font-weight:800;color:#002777;margin-bottom:.2rem;letter-spacing:.01em}.Insurance-hero-desc-redesign{font-size:1.15rem;color:#002777;margin-bottom:2rem;line-height:1.6}.Insurance-hero-btn-redesign{background:linear-gradient(90deg,#2d4be7 60%,#4967f1);color:#fff;border:none;border-radius:2rem;padding:.9rem 2.5rem;font-size:1.2rem;font-weight:700;cursor:pointer;box-shadow:0 2px 8px #15396a1a;transition:background .2s,color .2s;text-decoration:none!important;margin-top:-.5rem;display:inline-block}.Insurance-hero-btn-redesign:hover,.Insurance-hero-btn-redesign:focus{background:#002777;color:#fff;text-decoration:none!important}@media (max-width: 900px){.Insurance-hero-bg,.Insurance-hero-bg-overlay{min-height:220px;width:100vw}.Insurance-hero-title-redesign{font-size:2rem}.Insurance-hero-content-redesign{max-width:98vw;padding:2rem 1rem 1.5rem;margin-top:1.2rem}.Insurance-hero-subtitle-redesign{font-size:1.3rem}.Insurance-hero-desc-redesign{font-size:1rem}.howitworks-step-number{width:2.5rem!important;height:2.5rem!important;font-size:1.5rem!important;margin-bottom:1.2rem}.Insurance-howitworks-cards{gap:2rem!important}.howitworks-step-heading{font-size:1.05rem!important}.howitworks-step-subheading{font-size:.92rem!important}}@media (max-width: 600px){.Insurance-hero-bg,.Insurance-hero-bg-overlay{min-height:260px;width:100vw}.Insurance-hero-title-redesign{font-size:2.3rem}.Insurance-hero-content-redesign{padding:1.2rem .5rem;margin-top:.7rem}.Insurance-hero-subtitle-redesign{font-size:1.5rem}.Insurance-hero-desc-redesign{font-size:.95rem}.Insurance-hero-btn-redesign{padding:.7rem 1.5rem;font-size:1rem}}.Insurance-whyus{width:100%;padding:1.5rem 6vw 3.5rem 6vw;background:#e3edf5;display:flex;flex-direction:column;gap:1.5rem;box-sizing:border-box}.Insurance-whyus-header{width:100%;text-align:center;margin-bottom:2.5rem}.Insurance-whyus-title{font-size:2.8rem;font-weight:700;color:#002777;margin:0 0 1.1rem;letter-spacing:.5px}.Insurance-whyus-subtitle{font-size:1.18rem;color:#002777;margin:0 auto;max-width:900px;line-height:1.6}.Insurance-whyus-row{display:flex;align-items:center;justify-content:center;gap:2rem;flex-wrap:wrap}.Insurance-whyus-img-col{flex:0 0 340px;max-width:340px;display:flex;align-items:center;justify-content:center}.Insurance-whyus-img-col img{width:100%;max-width:320px;height:auto;border-radius:1.5rem;object-fit:cover;background:#f3f6fa;box-shadow:0 2px 12px #3c94e11a}.Insurance-whyus-text-col{flex:1 1 0;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.Insurance-whyus-text-col h2{font-size:2.1rem;font-weight:700;color:#3c94e1;margin:0 0 1.1rem;letter-spacing:.2px}.Insurance-whyus-text-col p{font-size:1.18rem;color:#222;margin:0;line-height:1.7}.Insurance-whyus-text-col strong{color:#15396a;font-weight:700}.Insurance-whyus-row-redesign{display:flex;align-items:stretch;justify-content:flex-start;gap:.7rem;flex-wrap:nowrap;width:100%;max-width:1100px;margin:0 auto;padding:0}.Insurance-whyus-textcol{flex:1 1 0;min-width:320px;display:flex;flex-direction:column;gap:1.9rem;justify-content:flex-start;align-items:flex-start;padding-left:0;margin-top:0}.Insurance-whyus-textbox{background:none;border-radius:0;padding:0 0 .5rem;margin:0;box-shadow:none;display:flex;flex-direction:column;align-items:flex-start}.Insurance-whyus-textbox-heading{font-size:1.75rem;font-weight:800;color:#15396a;margin-bottom:.4rem;line-height:1.1}.Insurance-whyus-textbox-desc{font-size:1.15rem;color:#070000;line-height:1.5}.Insurance-whyus-imgcol{flex:0 0 700px;max-width:800px;display:flex;align-items:center;justify-content:center;min-width:650px}.Insurance-whyus-img-main{width:520px;height:600px;object-fit:cover;border-radius:24px;box-shadow:0 4px 24px #0000001a;background:#fff}@media (max-width: 1100px){.Insurance-whyus-row-redesign{flex-direction:column-reverse;gap:2.5rem;max-width:98vw}.Insurance-whyus-imgcol{width:100%;justify-content:center;margin-bottom:1.2rem;min-width:0}.Insurance-whyus-img-main{max-width:98vw;min-width:0}.Insurance-whyus-textcol{gap:1.5rem}.Insurance-whyus-textbox{padding:1.5rem 1.2rem 1.2rem}}@media (max-width: 700px){.Insurance-whyus-row-redesign{gap:0;padding:0;align-items:center;flex-direction:column}.Insurance-whyus-img-main{margin-bottom:0}.Insurance-whyus-textcol{margin-top:0}.Insurance-whyus-textbox{margin-top:0;margin-bottom:0}}.Insurance-howitworks{width:100%;padding:1.5rem 6vw 3.5rem 6vw;background:#4164f0;box-sizing:border-box;text-align:center}.Insurance-howitworks-title{font-size:3.2rem;font-weight:700;color:#fcfeff;margin-bottom:1.1rem;letter-spacing:.5px}.Insurance-howitworks-subtitle{font-size:1.3rem;color:#f4f6f8;margin:0 auto 2rem;max-width:700px;line-height:1.6}.Insurance-howitworks-cards{display:flex;justify-content:center;gap:5rem;flex-wrap:wrap;align-items:stretch;margin-top:1.5rem}@media (max-width: 1100px){.Insurance-howitworks-cards{gap:1.2rem}.howitworks-flip-card{width:240px;height:240px;min-height:240px;max-width:260px;margin-bottom:1.2rem}.howitworks-flip-card-front,.howitworks-flip-card-back{min-height:240px;padding:1.2rem .7rem}}@media (max-width: 700px){.Insurance-howitworks{padding:1.2rem 1vw 1.2rem 1vw;border-radius:.7rem;width:100vw;max-width:100vw;box-sizing:border-box}.Insurance-howitworks-title{font-size:1.75rem!important;margin-bottom:.7rem;text-align:center}.Insurance-howitworks-subtitle{font-size:.98rem!important;margin-bottom:1rem;text-align:center;padding:0 .5rem}.Insurance-howitworks-cards{flex-direction:column;gap:2rem!important;align-items:center;width:100%;margin-top:.7rem}.howitworks-flip-card{width:98vw;max-width:370px;min-width:0;height:auto;min-height:0;margin-bottom:.7rem;box-sizing:border-box}.howitworks-flip-card-front,.howitworks-flip-card-back{min-height:0;padding:1rem .7rem;border-radius:1.2rem}.howitworks-step-number{width:3rem!important;height:3rem!important;font-size:1.4rem!important;margin-bottom:1rem}.howitworks-step-heading{font-size:1.2rem!important;margin-bottom:.7rem}.howitworks-step-subheading{font-size:1rem!important}}.Insurance-whyitmatters{background:none;padding:.5rem 2vw 4rem 2vw;text-align:center;border-radius:0;margin:3rem 0 0;box-shadow:none;max-width:100vw}.Insurance-whyitmatters-title{font-size:2.6rem;font-weight:800;color:#15396a;margin-bottom:2.2rem;letter-spacing:.5px;text-shadow:0 2px 8px rgba(60,148,225,.04)}@media (max-width: 700px){.Insurance-whyitmatters{padding:2rem 1vw 2rem 1vw;border-radius:.7rem}.Insurance-whyitmatters-title{font-size:1.3rem;margin-bottom:1.2rem}.whyitmatters-accordion{border-radius:.5rem}.whyitmatters-accordion-title{font-size:1.05rem;padding:.8rem .8rem .8rem .4rem;border-radius:.5rem}.whyitmatters-accordion-icon{width:1.5rem;height:1.5rem;font-size:1rem;margin-left:.7rem}.whyitmatters-accordion-content{font-size:.98rem;padding:0 .7rem .7rem;border-radius:0 0 .5rem .5rem}}.Insurance-testimonial-section{width:100%;background:none;display:flex;align-items:center;justify-content:center;padding:2.5rem 0;position:relative;min-height:0;box-sizing:border-box}.Insurance-testimonial-container{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;background:#e4e8f9;border-radius:2.2rem;box-shadow:0 2px 24px #3c94e112;max-width:1100px;width:90vw;min-height:340px;overflow:hidden;padding:2.8rem 2.8rem 1rem}.Insurance-testimonial-left{flex:2 1 0;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;background:transparent;padding:0 2.5rem 0 0}.Insurance-testimonial-label{color:#295dbe;font-size:1.4rem;font-weight:700;letter-spacing:1.2px;margin-bottom:1.5rem;text-transform:uppercase}.Insurance-testimonial-quote{font-size:1.8rem;font-weight:700;color:#15396a;margin:0 0 2.2rem;line-height:1.22;background:none;border:none;padding:0}.Insurance-testimonial-person{font-size:1.08rem;color:#444;font-weight:400;margin-top:.5rem;letter-spacing:.01em;line-height:1.5;text-align:left;display:flex;flex-direction:column;gap:0}.Insurance-testimonial-person-dot{width:1.1rem;height:1.1rem;background:#43afe5;border-radius:50%;display:inline-block}.Insurance-testimonial-person-name{font-size:1.08rem;color:#222;font-style:italic;font-weight:400;margin-bottom:.1rem}.Insurance-testimonial-person-org{font-size:1.08rem;color:#444;font-style:italic;font-weight:400;margin-top:0}.Insurance-testimonial-right{flex:1 1 0;display:flex;align-items:center;justify-content:flex-end;background:transparent;min-width:360px}.Insurance-testimonial-photo{width:420px;height:350px;max-width:428px;min-width:180px;border-radius:2rem;object-fit:cover;box-shadow:0 2px 16px #3c94e11a;margin-top:-1.5rem;padding:0}@media (max-width: 700px){.Insurance-testimonial-section{padding:2rem .5rem;min-width:0;width:100vw;max-width:100vw;box-sizing:border-box}.Insurance-testimonial-container{flex-direction:column;align-items:stretch;border-radius:1rem;min-width:0;width:98vw;max-width:100vw;padding:.5rem;min-height:0;height:auto}.Insurance-testimonial-left{padding:0;align-items:flex-start}.Insurance-testimonial-label{font-size:1rem;margin-bottom:1.8rem}.Insurance-testimonial-quote{font-size:1.2rem;margin-bottom:1rem}.Insurance-testimonial-person,.Insurance-testimonial-person-name,.Insurance-testimonial-person-org{font-size:.92rem}.Insurance-testimonial-right{min-width:0;width:100%;justify-content:center;margin-top:1rem}.Insurance-testimonial-photo{display:none}}.ThirdPartyAdmin-hero-redesign{width:100vw;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:0;margin:0}.ThirdPartyAdmin-hero-bg{width:100vw;min-height:420px;background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;display:flex;align-items:center;justify-content:center;margin:0;padding:0;overflow:hidden}.ThirdPartyAdmin-hero-bg-overlay{width:100vw;min-height:420px;background:linear-gradient(180deg,#141e3c8c 60%,#141e3cb3);display:flex;align-items:center;justify-content:center;position:absolute;top:0;left:0}.ThirdPartyAdmin-hero-title-redesign{font-size:4.4rem;font-weight:800;color:#fff;text-align:center;margin:0 auto;letter-spacing:.01em;z-index:2;text-shadow:0 2px 12px rgba(20,30,60,.18)}.ThirdPartyAdmin-hero-content-redesign{width:100%;max-width:900px;margin:1.5rem auto 0;background:none;box-shadow:none;border-radius:0;padding:0 2rem 2.5rem;text-align:center;display:flex;flex-direction:column;align-items:center}.ThirdPartyAdmin-hero-subtitle-redesign{font-size:2.4rem;font-weight:800;color:#002777;margin-bottom:.2rem;letter-spacing:.01em}.ThirdPartyAdmin-hero-desc-redesign{font-size:1.15rem;color:#002777;margin-bottom:2rem;line-height:1.6}.ThirdPartyAdmin-hero-btn-redesign{background:linear-gradient(90deg,#2d4be7 60%,#4967f1);color:#fff;border:none;border-radius:2rem;padding:.9rem 2.5rem;font-size:1.2rem;font-weight:700;cursor:pointer;box-shadow:0 2px 8px #15396a1a;transition:background .2s,color .2s;text-decoration:none!important;margin-top:-.5rem;display:inline-block}.ThirdPartyAdmin-hero-btn-redesign:hover,.ThirdPartyAdmin-hero-btn-redesign:focus{background:#002777;color:#fff;text-decoration:none!important}@media (max-width: 900px){.ThirdPartyAdmin-hero-bg,.ThirdPartyAdmin-hero-bg-overlay{min-height:220px;width:100vw}.ThirdPartyAdmin-hero-title-redesign{font-size:2rem}.ThirdPartyAdmin-hero-content-redesign{max-width:98vw;padding:2rem 1rem 1.5rem;margin-top:1.2rem}.ThirdPartyAdmin-hero-subtitle-redesign{font-size:1.3rem}.ThirdPartyAdmin-hero-desc-redesign{font-size:1rem}.howitworks-step-number{width:2.5rem!important;height:2.5rem!important;font-size:1.5rem!important;margin-bottom:1.2rem}.ThirdPartyAdmin-howitworks-cards{gap:2rem!important}.howitworks-step-heading{font-size:1.05rem!important}.howitworks-step-subheading{font-size:.92rem!important}}@media (max-width: 600px){.ThirdPartyAdmin-hero-bg,.ThirdPartyAdmin-hero-bg-overlay{min-height:260px;width:100vw}.ThirdPartyAdmin-hero-title-redesign{font-size:2.3rem}.ThirdPartyAdmin-hero-content-redesign{padding:1.2rem .5rem;margin-top:.7rem}.ThirdPartyAdmin-hero-subtitle-redesign{font-size:1.5rem}.ThirdPartyAdmin-hero-desc-redesign{font-size:.95rem}.ThirdPartyAdmin-hero-btn-redesign{padding:.7rem 1.5rem;font-size:1rem}}.ThirdPartyAdmin-whyus{width:100%;padding:1.5rem 6vw 3.5rem 6vw;background:#e3edf5;display:flex;flex-direction:column;gap:1.5rem;box-sizing:border-box}.ThirdPartyAdmin-whyus-header{width:100%;text-align:center;margin-bottom:2.5rem}.ThirdPartyAdmin-whyus-title{font-size:2.8rem;font-weight:700;color:#002777;margin:0 0 1.1rem;letter-spacing:.5px}.ThirdPartyAdmin-whyus-subtitle{font-size:1.18rem;color:#002777;margin:0 auto;max-width:900px;line-height:1.6}.ThirdPartyAdmin-whyus-row{display:flex;align-items:center;justify-content:center;gap:2rem;flex-wrap:wrap}.ThirdPartyAdmin-whyus-img-col{flex:0 0 340px;max-width:340px;display:flex;align-items:center;justify-content:center}.ThirdPartyAdmin-whyus-img-col img{width:100%;max-width:320px;height:auto;border-radius:1.5rem;object-fit:cover;background:#f3f6fa;box-shadow:0 2px 12px #3c94e11a}.ThirdPartyAdmin-whyus-text-col{flex:1 1 0;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.ThirdPartyAdmin-whyus-text-col h2{font-size:2.1rem;font-weight:700;color:#3c94e1;margin:0 0 1.1rem;letter-spacing:.2px}.ThirdPartyAdmin-whyus-text-col p{font-size:1.18rem;color:#222;margin:0;line-height:1.7}.ThirdPartyAdmin-whyus-text-col strong{color:#15396a;font-weight:700}.ThirdPartyAdmin-whyus-row-redesign{display:flex;align-items:stretch;justify-content:flex-start;gap:.7rem;flex-wrap:nowrap;width:100%;max-width:1100px;margin:0 auto;padding:0}.ThirdPartyAdmin-whyus-textcol{flex:1 1 0;min-width:320px;display:flex;flex-direction:column;gap:1.9rem;justify-content:flex-start;align-items:flex-start;padding-left:0;margin-top:0}.ThirdPartyAdmin-whyus-textbox{background:none;border-radius:0;padding:0 0 .5rem;margin:0;box-shadow:none;display:flex;flex-direction:column;align-items:flex-start}.ThirdPartyAdmin-whyus-textbox-heading{font-size:1.75rem;font-weight:800;color:#15396a;margin-bottom:.4rem;line-height:1.1}.ThirdPartyAdmin-whyus-textbox-desc{font-size:1.15rem;color:#070000;line-height:1.5}.ThirdPartyAdmin-whyus-imgcol{flex:0 0 700px;max-width:800px;display:flex;align-items:center;justify-content:center;min-width:650px}.ThirdPartyAdmin-whyus-img-main{width:520px;height:600px;object-fit:cover;border-radius:24px;box-shadow:0 4px 24px #0000001a;background:#fff}@media (max-width: 1100px){.ThirdPartyAdmin-whyus-row-redesign{flex-direction:column-reverse;gap:2.5rem;max-width:98vw}.ThirdPartyAdmin-whyus-imgcol{width:100%;justify-content:center;margin-bottom:1.2rem;min-width:0}.ThirdPartyAdmin-whyus-img-main{max-width:98vw;min-width:0}.ThirdPartyAdmin-whyus-textcol{gap:1.5rem}.ThirdPartyAdmin-whyus-textbox{padding:1.5rem 1.2rem 1.2rem}}@media (max-width: 700px){.ThirdPartyAdmin-whyus-row-redesign{gap:0;padding:0;align-items:center;flex-direction:column}.ThirdPartyAdmin-whyus-img-main{margin-bottom:0}.ThirdPartyAdmin-whyus-textcol{margin-top:0!important}.ThirdPartyAdmin-whyus-textbox{margin-top:0;margin-bottom:0}}.ThirdPartyAdmin-howitworks{width:100%;padding:1.5rem 6vw 3.5rem 6vw;background:#4164f0;box-sizing:border-box;text-align:center}.ThirdPartyAdmin-howitworks-title{font-size:3.2rem;font-weight:700;color:#fcfeff;margin-bottom:1.1rem;letter-spacing:.5px}.ThirdPartyAdmin-howitworks-subtitle{font-size:1.3rem;color:#f4f6f8;margin:0 auto 2rem;max-width:700px;line-height:1.6}.ThirdPartyAdmin-howitworks-cards{display:flex;justify-content:center;gap:5rem;flex-wrap:wrap;align-items:stretch;margin-top:1.5rem}@media (max-width: 1100px){.ThirdPartyAdmin-howitworks-cards{gap:1.2rem}.howitworks-flip-card{width:240px;height:240px;min-height:240px;max-width:260px;margin-bottom:1.2rem}.howitworks-flip-card-front,.howitworks-flip-card-back{min-height:240px;padding:1.2rem .7rem}}@media (max-width: 700px){.ThirdPartyAdmin-howitworks{padding:1.2rem 1vw 1.2rem 1vw;border-radius:.7rem;width:100vw;max-width:100vw;box-sizing:border-box}.ThirdPartyAdmin-howitworks-title{font-size:1.75rem!important;margin-bottom:.7rem;text-align:center}.ThirdPartyAdmin-howitworks-subtitle{font-size:.98rem!important;margin-bottom:1rem;text-align:center;padding:0 .5rem}.ThirdPartyAdmin-howitworks-cards{flex-direction:column;gap:2rem!important;align-items:center;width:100%;margin-top:.7rem}.howitworks-flip-card{width:98vw;max-width:370px;min-width:0;height:auto;min-height:0;margin-bottom:.7rem;box-sizing:border-box}.howitworks-flip-card-front,.howitworks-flip-card-back{min-height:0;padding:1rem .7rem;border-radius:1.2rem}.howitworks-step-number{width:3rem!important;height:3rem!important;font-size:1.4rem!important;margin-bottom:1rem}.howitworks-step-heading{font-size:1.2rem!important;margin-bottom:.7rem}.howitworks-step-subheading{font-size:1rem!important}}.ThirdPartyAdmin-whyitmatters{background:none;padding:.5rem 2vw 4rem 2vw;text-align:center;border-radius:0;margin:3rem 0 0;box-shadow:none;max-width:100vw}.ThirdPartyAdmin-whyitmatters-title{font-size:2.6rem;font-weight:800;color:#15396a;margin-bottom:2.2rem;letter-spacing:.5px;text-shadow:0 2px 8px rgba(60,148,225,.04)}@media (max-width: 700px){.ThirdPartyAdmin-whyitmatters{padding:-1rem 1vw 2rem 1vw;border-radius:.7rem}.ThirdPartyAdmin-whyitmatters-title{font-size:1.75rem;margin-bottom:1.2rem}.whyitmatters-accordion{border-radius:.5rem}.whyitmatters-accordion-title{font-size:1.05rem;padding:.8rem .8rem .8rem .4rem;border-radius:.5rem}.whyitmatters-accordion-icon{width:1.5rem;height:1.5rem;font-size:1rem;margin-left:.7rem}.whyitmatters-accordion-content{font-size:.98rem;padding:0 .7rem .7rem;border-radius:0 0 .5rem .5rem}}.third-testimonial-section{width:100%;background:none;display:flex;align-items:center;justify-content:center;padding:2.5rem 0;position:relative;min-height:0;box-sizing:border-box}.third-testimonial-container{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;background:#e4e8f9;border-radius:2.2rem;box-shadow:0 2px 24px #3c94e112;max-width:1100px;width:90vw;min-height:340px;overflow:hidden;padding:2.8rem 2.8rem 1rem}.third-testimonial-left{flex:2 1 0;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;background:transparent;padding:0 2.5rem 0 0}.third-testimonial-label{color:#295dbe;font-size:1.4rem;font-weight:700;letter-spacing:1.2px;margin-bottom:1.5rem;text-transform:uppercase}.third-testimonial-quote{font-size:1.8rem;font-weight:700;color:#15396a;margin:0 0 2.2rem;line-height:1.22;background:none;border:none;padding:0}.third-testimonial-person{font-size:1.08rem;color:#444;font-weight:400;margin-top:.5rem;letter-spacing:.01em;line-height:1.5;text-align:left;display:flex;flex-direction:column;gap:0}.third-testimonial-person-dot{width:1.1rem;height:1.1rem;background:#43afe5;border-radius:50%;display:inline-block}.third-testimonial-person-name{font-size:1.08rem;color:#222;font-style:italic;font-weight:400;margin-bottom:.1rem}.third-testimonial-person-org{font-size:1.08rem;color:#444;font-style:italic;font-weight:400;margin-top:0}.third-testimonial-right{flex:1 1 0;display:flex;align-items:center;justify-content:flex-end;background:transparent;min-width:360px}.third-testimonial-photo{width:420px;height:350px;max-width:428px;min-width:180px;border-radius:2rem;object-fit:cover;box-shadow:0 2px 16px #3c94e11a;margin-top:-1.5rem;padding:0}@media (max-width: 700px){.third-testimonial-section{padding:2rem .4rem;min-width:0;width:100vw;max-width:100vw;box-sizing:border-box}.third-testimonial-container{flex-direction:column;align-items:stretch;border-radius:1rem;min-width:0;width:98vw;max-width:100vw;padding:.5rem;min-height:0;height:auto}.third-testimonial-left{padding:0;align-items:flex-start}.third-testimonial-label{font-size:1rem;margin-bottom:1.8rem}.third-testimonial-quote{font-size:1.2rem;margin-bottom:1rem}.third-testimonial-person,.third-testimonial-person-name,.third-testimonial-person-org{font-size:.92rem}.third-testimonial-right{min-width:0;width:100%;justify-content:center;margin-top:1rem}.third-testimonial-photo{display:none}}.CaseManagementGroups-hero-redesign{width:100vw;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:0;margin:0}.CaseManagementGroups-hero-bg{width:100vw;min-height:420px;background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;display:flex;align-items:center;justify-content:center;margin:0;padding:0;overflow:hidden}.CaseManagementGroups-hero-bg-overlay{width:100vw;min-height:420px;background:linear-gradient(180deg,#141e3c8c 60%,#141e3cb3);display:flex;align-items:center;justify-content:center;position:absolute;top:0;left:0}.CaseManagementGroups-hero-title-redesign{font-size:4.4rem;font-weight:800;color:#fff;text-align:center;margin:0 auto;letter-spacing:.01em;z-index:2;text-shadow:0 2px 12px rgba(20,30,60,.18)}.CaseManagementGroups-hero-content-redesign{width:100%;max-width:900px;margin:1.5rem auto 0;background:none;box-shadow:none;border-radius:0;padding:0 2rem 2.5rem;text-align:center;display:flex;flex-direction:column;align-items:center}.CaseManagementGroups-hero-subtitle-redesign{font-size:2.4rem;font-weight:800;color:#002777;margin-bottom:.2rem;letter-spacing:.01em}.CaseManagementGroups-hero-desc-redesign{font-size:1.15rem;color:#002777;margin-bottom:2rem;line-height:1.6}.CaseManagementGroups-hero-btn-redesign{background:linear-gradient(90deg,#2d4be7 60%,#4967f1);color:#fff;border:none;border-radius:2rem;padding:.9rem 2.5rem;font-size:1.2rem;font-weight:700;cursor:pointer;box-shadow:0 2px 8px #15396a1a;transition:background .2s,color .2s;text-decoration:none!important;margin-top:-.5rem;display:inline-block}.CaseManagementGroups-hero-btn-redesign:hover,.CaseManagementGroups-hero-btn-redesign:focus{background:#002777;color:#fff;text-decoration:none!important}@media (max-width: 900px){.CaseManagementGroups-hero-bg,.CaseManagementGroups-hero-bg-overlay{min-height:220px;width:100vw}.CaseManagementGroups-hero-title-redesign{font-size:2rem}.CaseManagementGroups-hero-content-redesign{max-width:98vw;padding:2rem 1rem 1.5rem;margin-top:1.2rem}.CaseManagementGroups-hero-subtitle-redesign{font-size:1.3rem}.CaseManagementGroups-hero-desc-redesign{font-size:1rem}.howitworks-step-number{width:2.5rem!important;height:2.5rem!important;font-size:1.5rem!important;margin-bottom:1.2rem}.CaseManagementGroups-howitworks-cards{gap:2rem!important}.howitworks-step-heading{font-size:1.05rem!important}.howitworks-step-subheading{font-size:.92rem!important}}@media (max-width: 600px){.CaseManagementGroups-hero-bg,.CaseManagementGroups-hero-bg-overlay{min-height:260px;width:100vw}.CaseManagementGroups-hero-title-redesign{font-size:2.3rem}.CaseManagementGroups-hero-content-redesign{padding:1.2rem .5rem;margin-top:.7rem}.CaseManagementGroups-hero-subtitle-redesign{font-size:1.5rem}.CaseManagementGroups-hero-desc-redesign{font-size:.95rem}.CaseManagementGroups-hero-btn-redesign{padding:.7rem 1.5rem;font-size:1rem}}.CaseManagementGroups-whyus{width:100%;padding:1.5rem 6vw 3.5rem 6vw;background:#e3edf5;display:flex;flex-direction:column;gap:1.5rem;box-sizing:border-box}.CaseManagementGroups-whyus-header{width:100%;text-align:center;margin-bottom:2.5rem}.CaseManagementGroups-whyus-title{font-size:2.8rem;font-weight:700;color:#002777;margin:0 0 1.1rem;letter-spacing:.5px}.CaseManagementGroups-whyus-subtitle{font-size:1.18rem;color:#002777;margin:0 auto;max-width:900px;line-height:1.6}.CaseManagementGroups-whyus-row{display:flex;align-items:center;justify-content:center;gap:2rem;flex-wrap:wrap}.CaseManagementGroups-whyus-img-col{flex:0 0 340px;max-width:340px;display:flex;align-items:center;justify-content:center}.CaseManagementGroups-whyus-img-col img{width:100%;max-width:320px;height:auto;border-radius:1.5rem;object-fit:cover;background:#f3f6fa;box-shadow:0 2px 12px #3c94e11a}.CaseManagementGroups-whyus-text-col{flex:1 1 0;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.CaseManagementGroups-whyus-text-col h2{font-size:2.1rem;font-weight:700;color:#3c94e1;margin:0 0 1.1rem;letter-spacing:.2px}.CaseManagementGroups-whyus-text-col p{font-size:1.18rem;color:#222;margin:0;line-height:1.7}.CaseManagementGroups-whyus-text-col strong{color:#15396a;font-weight:700}.CaseManagementGroups-whyus-row-redesign{display:flex;align-items:stretch;justify-content:flex-start;gap:.7rem;flex-wrap:nowrap;width:100%;max-width:1100px;margin:0 auto;padding:0}.CaseManagementGroups-whyus-textcol{flex:1 1 0;min-width:320px;display:flex;flex-direction:column;gap:1.9rem;justify-content:flex-start;align-items:flex-start;padding-left:0;margin-top:0}.CaseManagementGroups-whyus-textbox{background:none;border-radius:0;padding:0 0 .5rem;margin:0;box-shadow:none;display:flex;flex-direction:column;align-items:flex-start}.CaseManagementGroups-whyus-textbox-heading{font-size:1.75rem;font-weight:800;color:#15396a;margin-bottom:.4rem;line-height:1.1}.CaseManagementGroups-whyus-textbox-desc{font-size:1.15rem;color:#070000;line-height:1.5}.CaseManagementGroups-whyus-imgcol{flex:0 0 700px;max-width:800px;display:flex;align-items:center;justify-content:center;min-width:650px}.CaseManagementGroups-whyus-img-main{width:520px;height:600px;object-fit:cover;border-radius:24px;box-shadow:0 4px 24px #0000001a;background:#fff}@media (max-width: 1100px){.CaseManagementGroups-whyus-row-redesign{flex-direction:column-reverse;gap:2.5rem;max-width:98vw}.CaseManagementGroups-whyus-imgcol{width:100%;justify-content:center;margin-bottom:1.2rem;min-width:0}.CaseManagementGroups-whyus-img-main{max-width:98vw;min-width:0}.CaseManagementGroups-whyus-textcol{gap:1.5rem}.CaseManagementGroups-whyus-textbox{padding:1.5rem 1.2rem 1.2rem}}@media (max-width: 700px){.CaseManagementGroups-whyus-row-redesign{gap:0;padding:0;align-items:center;flex-direction:column}.CaseManagementGroups-whyus-img-main{margin-bottom:0}.CaseManagementGroups-whyus-textcol{margin-top:0}.CaseManagementGroups-whyus-textbox{margin-top:0;margin-bottom:0}}.CaseManagementGroups-howitworks{width:100%;padding:1.5rem 6vw 3.5rem 6vw;background:#4164f0;box-sizing:border-box;text-align:center}.CaseManagementGroups-howitworks-title{font-size:3.2rem;font-weight:700;color:#fcfeff;margin-bottom:1.1rem;letter-spacing:.5px}.CaseManagementGroups-howitworks-subtitle{font-size:1.3rem;color:#f4f6f8;margin:0 auto 2rem;max-width:700px;line-height:1.6}.CaseManagementGroups-howitworks-cards{display:flex;justify-content:center;gap:5rem;flex-wrap:wrap;align-items:stretch;margin-top:1.5rem}.howitworks-flip-card{background:transparent;width:340px;height:340px;min-height:340px;perspective:1200px;flex:1 1 300px;min-width:220px;max-width:380px;margin-bottom:2.5rem;display:flex}.howitworks-flip-card-inner{position:relative;width:100%;height:100%;transition:transform .7s cubic-bezier(.4,0,.2,1);transform-style:preserve-3d}.howitworks-flip-card:hover .howitworks-flip-card-inner,.howitworks-flip-card:focus-within .howitworks-flip-card-inner{transform:rotateY(180deg)}.howitworks-flip-card-front,.howitworks-flip-card-back{position:absolute;width:100%;height:100%;border-radius:1.2rem;box-shadow:0 4px 24px #3c94e11a;background:#e3edf5;backface-visibility:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:340px;padding:2.2rem 1.5rem}.howitworks-flip-card-front{z-index:2}.howitworks-step-number{width:4.2rem;height:4.2rem;background:#002777;color:#fff;font-size:3rem;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:3.2rem}.howitworks-step-heading{font-size:1.45rem;font-weight:700;color:#15396a;margin-bottom:2rem}.howitworks-step-subheading{font-size:1.08rem;color:#002777;margin:0;line-height:1.5}.howitworks-flip-card-back{background:#fff;transform:rotateY(180deg);z-index:3;display:flex;align-items:center;justify-content:center;padding:2.2rem 1.5rem}.howitworks-flip-card-back img{width:90%;height:90%;object-fit:cover;border-radius:1rem;box-shadow:0 2px 12px #3c94e11a}@media (max-width: 1100px){.CaseManagementGroups-howitworks-cards{gap:1.2rem}.howitworks-flip-card{width:240px;height:240px;min-height:240px;max-width:260px;margin-bottom:1.2rem}.howitworks-flip-card-front,.howitworks-flip-card-back{min-height:240px;padding:1.2rem .7rem}}@media (max-width: 700px){.CaseManagementGroups-howitworks{padding:1.2rem 1vw 1.2rem 1vw;border-radius:.7rem;width:100vw;max-width:100vw;box-sizing:border-box}.CaseManagementGroups-howitworks-title{font-size:1.75rem!important;margin-bottom:.7rem;text-align:center}.CaseManagementGroups-howitworks-subtitle{font-size:.98rem!important;margin-bottom:1rem;text-align:center;padding:0 .5rem}.CaseManagementGroups-howitworks-cards{flex-direction:column;gap:2rem!important;align-items:center;width:100%;margin-top:.7rem!important}.howitworks-flip-card{width:98vw;max-width:370px;min-width:0;height:auto;min-height:0;margin-bottom:.7rem;box-sizing:border-box}.howitworks-flip-card-front,.howitworks-flip-card-back{min-height:0;padding:1rem .7rem;border-radius:1.2rem}.howitworks-step-number{width:3rem!important;height:3rem!important;font-size:1.4rem!important;margin-bottom:1rem}.howitworks-step-heading{font-size:1.2rem!important;margin-bottom:.7rem}.howitworks-step-subheading{font-size:1rem!important}}.CaseManagementGroups-whyitmatters{background:none;padding:.5rem 2vw 4rem 2vw;text-align:center;border-radius:0;margin:3rem 0 0;box-shadow:none;max-width:100vw}.CaseManagementGroups-whyitmatters-title{font-size:2.6rem;font-weight:800;color:#15396a;margin-bottom:2.2rem;letter-spacing:.5px;text-shadow:0 2px 8px rgba(60,148,225,.04)}.whyitmatters-accordion{width:100%;max-width:700px;margin:0 auto;text-align:left;background:none;border-radius:1rem;box-shadow:0 1px 8px #3c94e10a}.whyitmatters-accordion-item{border-bottom:1px solid white;background:#fff;padding:0;transition:background .2s,box-shadow .2s;border-radius:.7rem;margin-bottom:.7rem;box-shadow:0 1px 4px #3c94e108}.whyitmatters-accordion-item.open,.whyitmatters-accordion-item:hover{background:#fff;box-shadow:0 2px 12px #3c94e11a}.whyitmatters-accordion-title{width:100%;background:none;border:none;outline:none;display:flex;align-items:center;justify-content:space-between;font-size:1.5rem;font-weight:700;color:#002777;padding:1.2rem 1.2rem 1.2rem .7rem;cursor:pointer;transition:color .2s,background .2s;font-family:inherit;border-radius:.7rem}.whyitmatters-accordion-title .active{color:#002777}.whyitmatters-accordion-icon{display:inline-flex;align-items:center;justify-content:center;background:#eaf4fb;color:#002777;border-radius:50%;width:2.1rem;height:2.1rem;font-size:1.3rem;font-weight:700;box-shadow:0 1px 4px #2c2c780f;margin-left:1.2rem;border:1.5px solid #e0e2ee;transition:background .2s,color .2s,border .2s}.whyitmatters-accordion-item.open .whyitmatters-accordion-title,.whyitmatters-accordion-item:hover .whyitmatters-accordion-title{color:#15396a;background:#eaf4fb}.whyitmatters-accordion-item.open .whyitmatters-accordion-title .whyitmatters-accordion-icon,.whyitmatters-accordion-item:hover .whyitmatters-accordion-title .whyitmatters-accordion-icon{background:#1976d2;color:#fff;border-color:#1976d2}.whyitmatters-accordion-content{padding:0 1.2rem 1.2rem;font-size:1.13rem;color:#222;line-height:1.7;margin-left:.2rem;border-radius:0 0 .7rem .7rem;background:none}@media (max-width: 700px){.CaseManagementGroups-whyitmatters{padding:-1rem 1vw 2rem 1vw;border-radius:.7rem}.CaseManagementGroups-whyitmatters-title{font-size:1.75rem;margin-bottom:1.2rem}.whyitmatters-accordion{border-radius:.5rem}.whyitmatters-accordion-title{font-size:1.05rem;padding:.8rem .8rem .8rem .4rem;border-radius:.5rem}.whyitmatters-accordion-icon{width:1.5rem;height:1.5rem;font-size:1rem;margin-left:.7rem}.whyitmatters-accordion-content{font-size:.98rem;padding:0 .7rem .7rem;border-radius:0 0 .5rem .5rem}}.case-testimonial-section{width:100%;background:none;display:flex;align-items:center;justify-content:center;padding:2.5rem 0;position:relative;min-height:0;box-sizing:border-box}.case-testimonial-container{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;background:#e4e8f9;border-radius:2.2rem;box-shadow:0 2px 24px #3c94e112;max-width:1100px;width:90vw;min-height:340px;overflow:hidden;padding:2.8rem 2.8rem 1rem}.case-testimonial-left{flex:2 1 0;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;background:transparent;padding:0 2.5rem 0 0}.case-testimonial-label{color:#295dbe;font-size:1.4rem;font-weight:700;letter-spacing:1.2px;margin-bottom:1.5rem;text-transform:uppercase}.case-testimonial-quote{font-size:1.8rem;font-weight:700;color:#15396a;margin:0 0 2.2rem;line-height:1.22;background:none;border:none;padding:0}.case-testimonial-person{font-size:1.08rem;color:#444;font-weight:400;margin-top:.5rem;letter-spacing:.01em;line-height:1.5;text-align:left;display:flex;flex-direction:column;gap:0}.case-testimonial-person-dot{width:1.1rem;height:1.1rem;background:#43afe5;border-radius:50%;display:inline-block}.case-testimonial-person-name{font-size:1.08rem;color:#222;font-style:italic;font-weight:400;margin-bottom:.1rem}.case-testimonial-person-org{font-size:1.08rem;color:#444;font-style:italic;font-weight:400;margin-top:0}.case-testimonial-right{flex:1 1 0;display:flex;align-items:center;justify-content:flex-end;background:transparent;min-width:360px}.case-testimonial-photo{width:420px;height:350px;max-width:428px;min-width:180px;border-radius:2rem;object-fit:cover;box-shadow:0 2px 16px #3c94e11a;margin-top:-1.5rem;padding:0}.testimonial-arrow{background:#fff;border:none;border-radius:50%;width:2.7rem;height:2.7rem;font-size:1.7rem;color:#6c7a89;box-shadow:0 2px 8px #3c94e11a;display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative;z-index:2;margin:0 1.2rem;transition:background .2s,color .2s}.testimonial-arrow:hover,.testimonial-arrow:focus{background:#43afe5;color:#fff}.testimonial-arrow-left{order:0}.testimonial-arrow-right{order:2}@media (max-width: 1100px){.testimonial-section{padding:1.2rem 0}.testimonial-container{flex-direction:column;align-items:stretch;min-height:0;max-width:98vw;padding:1.2rem .7rem}.testimonial-left,.testimonial-right{padding:0}.testimonial-photo{width:180px;height:120px;max-width:220px;min-width:80px;border-radius:1rem;object-fit:cover;box-shadow:0 2px 12px #3c94e11a;margin-top:0}}@media (max-width: 700px){.case-testimonial-section{padding:2rem .5rem;min-width:0;width:100vw;max-width:100vw;box-sizing:border-box}.case-testimonial-container{flex-direction:column;align-items:stretch;border-radius:1rem;min-width:0;width:98vw;max-width:100vw;padding:.5rem;min-height:0;height:auto}.case-testimonial-left{padding:0;align-items:flex-start}.case-testimonial-label{font-size:1rem;margin-bottom:1.8rem}.case-testimonial-quote{font-size:1.2rem;margin-bottom:1rem}.case-testimonial-person,.case-testimonial-person-name,.case-testimonial-person-org{font-size:.92rem}.case-testimonial-right{min-width:0;width:100%;justify-content:center;margin-top:1rem}.case-testimonial-photo{display:none}}
