:root{--navy:#0f4e93;--blue:#2b73c2;--sky:#0f6bff;--light-blue:#65a1ff;--lime:#b1e827;--lime-light:#e1fb9e;--lime-pale:#f8fde9;--yellow:#fdeb28;--yellow-pale:#fef9b9;--light:#e7f0ff;--white:#fff;--gray:#5a6a80;--border:#cfe1ff}body{color:var(--gray);font-family:Gilroy,Helvetica Neue,Arial,sans-serif}h1,h2,h3,h4,h5,h6{font-family:inherit}hr{border:none;border-top:1px solid hsla(0,0%,100%,.1);margin:24px 0}.section-label{color:var(--sky);font-size:.78rem;font-weight:700;letter-spacing:.1em;margin-bottom:12px;text-transform:uppercase}.section-title{color:var(--navy);font-size:2.5rem;font-weight:800;line-height:1.2;margin-bottom:16px}.section-text{color:var(--gray);font-size:1.05rem;margin-bottom:48px;max-width:620px}.btn-holder{display:flex;flex-wrap:wrap;gap:16px;margin-top:40px;text-align:center}.btn-primary{background:var(--sky);border-radius:8px;color:var(--white);display:inline-block;font-size:.95rem;font-weight:700;padding:14px 28px;text-decoration:none;transition:all .2s}.btn-primary:hover{transform:translateY(-1px)}.btn-secondary{background:var(--blue);border-radius:8px;color:var(--white);font-weight:700;padding:14px 28px;text-decoration:none}.btn-outline,.btn-secondary{display:inline-block;font-size:.95rem;transition:all .2s}.btn-outline{background:transparent;border:2px solid hsla(0,0%,100%,.4);border-radius:8px;color:var(--whtie);font-weight:600;padding:13px 28px}.btn-outline:hover{background:hsla(0,0%,100%,.08);border-color:var(--whtie)}.btn-outline-dark{background:transparent;border:2px solid var(--blue);border-radius:8px;color:var(--blue);display:inline-block;font-size:.95rem;font-weight:600;padding:13px 28px;transition:all .2s}.btn-outline-dark:hover{background:var(--light)}.courses-section{padding:52px 24px}@media(min-width:900px){.courses-section{padding:72px 40px}}.courses-section .container{margin:0 auto;max-width:1100px!important;padding:0!important}.courses-accordion{display:flex;flex-direction:column;gap:14px}.course-item{border:2px solid var(--border);border-radius:12px;overflow:hidden;transition:border-color .2s}.course-item:hover{border-color:var(--sky)}.course-header{background:var(--white);cursor:pointer;justify-content:space-between;padding:22px 28px}.course-header,.course-header-left{align-items:center;display:flex;gap:16px}.course-tag{background:var(--light);border:1px solid var(--border);border-radius:100px;color:var(--blue);font-size:.75rem;font-weight:700;padding:4px 12px;white-space:nowrap}.course-header h3{color:var(--navy);font-size:1.05rem;font-weight:700;margin:0}.course-chevron{align-items:center;background:var(--light);border-radius:50%;display:flex;flex-shrink:0;font-size:.8rem;height:28px;justify-content:center;transition:transform .2s;width:28px}.course-body{border-top:1px solid var(--border);padding:18px 28px 24px}.course-links{display:flex;flex-wrap:wrap;gap:10px}.course-links .btn-outline-dark,.course-links .btn-primary,.course-links .btn-secondary{font-size:.85rem;font-weight:600;padding:8px 18px}.course-links .btn-secondary{background:var(--navy)}.tracks-section{background:var(--light);padding:52px 24px}@media(min-width:900px){.tracks-section{padding:72px 40px}}.tracks-section .container{margin:0 auto;max-width:1100px!important;padding:0!important}.tracks-section .section-text{font-size:1.05rem}.tracks-section .notification{align-items:flex-start;background:var(--yellow-pale);border:1.5px solid #f0d800;border-radius:10px;display:flex;gap:12px;margin-bottom:28px;padding:14px 20px}.tracks-section .notification p{color:#4a3a00;font-size:.9rem;line-height:1.6;margin:0}.tracks-section .track-note{color:var(--gray);font-size:.85rem;font-style:italic;text-align:center}.tracks-section .track-note a{color:var(--blue);font-weight:600;text-decoration:underline}.tracks-grid{display:grid;gap:20px;grid-template-columns:1fr;margin-bottom:16px}@media(min-width:560px){.tracks-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:992px){.tracks-grid{grid-template-columns:repeat(4,1fr)}}.track-card{background:var(--white);border:2px solid transparent;border-radius:14px;cursor:default;padding:28px 22px;text-align:center;transition:all .25s}.track-card:hover{border-color:var(--sky);box-shadow:0 12px 32px rgba(15,107,255,.14);transform:translateY(-4px)}.track-icon{align-items:center;border-radius:14px;display:flex;font-size:1.6rem;height:56px;justify-content:center;margin:0 auto 16px;width:56px}.track-card h3{font-size:1rem;font-weight:700;margin-bottom:8px}.track-card p{color:var(--gray);font-size:.85rem;line-height:1.5}.standards-section{background:var(--navy);color:var(--white);padding:52px 24px}@media(min-width:900px){.standards-section{padding:72px 40px}}.standards-section .container{margin:0 auto;max-width:1100px!important;padding:0!important}.standards-section .section-label{color:var(--lime)}.standards-section .section-title{color:var(--white)}.standards-section .section-text{color:hsla(0,0%,100%,.75);max-width:650px}.standards-list{display:flex;flex-direction:column;gap:14px;list-style:none;margin-bottom:32px;padding:0}.standards-list li{align-items:flex-start;color:hsla(0,0%,100%,.85);display:flex;font-size:.95rem;gap:12px}.standards-list li:before{align-items:center;background:rgba(177,232,39,.18);border-radius:50%;color:#b1e827;content:"✓";display:flex;flex-shrink:0;font-size:.75rem;font-weight:700;height:22px;justify-content:center;margin-top:2px;width:22px}.standards-inner{align-items:center;display:grid;gap:60px;grid-template-columns:1fr}@media(min-width:992px){.standards-inner{grid-template-columns:1fr 1fr}}.standards-visual{background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.1);border-radius:16px;padding:36px}.standards-visual h4{color:hsla(0,0%,100%,.5);font-size:.8rem;font-weight:600;letter-spacing:.08em;margin-bottom:20px;text-transform:uppercase}.standards-visual .note{color:hsla(0,0%,100%,.55);font-size:.85rem}.grade-band{align-items:center;display:flex;gap:14px;margin-bottom:16px}.grade-band-label{color:var(--white);flex-shrink:0;font-size:.82rem;font-weight:700;width:80px}.grade-band-bar{background:hsla(0,0%,100%,.08);border-radius:100px;flex:1;height:8px;overflow:hidden}.grade-band-fill{background:linear-gradient(90deg,var(--lime),var(--sky));border-radius:100px;height:100%}.grade-band-courses{color:hsla(0,0%,100%,.5);font-size:.78rem;white-space:nowrap}.testimonial-section{background:var(--light);padding:52px 24px}@media(min-width:900px){.testimonial-section{padding:72px 40px}}.testimonial-section .container{margin:0 auto;max-width:1100px!important;padding:0!important}.testimonial-section .section-label,.testimonial-section .section-text,.testimonial-section .section-title{text-align:center}.testimonial-section .section-text{margin-left:auto;margin-right:auto;max-width:650px}.testimonial-section .btn-holder{justify-content:center}.testimonials-grid{display:grid;gap:24px;grid-template-columns:1fr}@media(min-width:768px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1200px){.testimonials-grid{display:grid;gap:24px;grid-template-columns:repeat(3,1fr)}}.testimonial-card{background:var(--white);border-radius:16px;box-shadow:0 4px 24px rgba(13,27,64,.06);display:flex;flex-direction:column;padding:32px 28px}.quote-mark{color:var(--sky);display:block;font-size:3rem;line-height:1;margin-bottom:12px}.testimonial-card blockquote{color:#2d4060;flex:1;font-size:.92rem;font-style:italic;line-height:1.7;margin-bottom:20px;padding:0}.testimonial-card blockquote:before{display:none}.testimonial-attr,.testimonial-dest{color:var(--navy);display:block;font-size:.88rem;font-weight:700;line-height:1.5}.testimonial-dest{color:var(--sky);font-weight:400}.platforms-section{padding:52px 24px}@media(min-width:900px){.platforms-section{padding:72px 40px}}.platforms-section .container{margin:0 auto;max-width:1100px!important;padding:0!important}.platforms-grid{display:grid;gap:20px;grid-template-columns:1fr}@media(min-width:560px){.platforms-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:992px){.platforms-grid{grid-template-columns:repeat(4,1fr)}}.platform-card{border:2px solid var(--border);border-radius:14px;color:var(--navy);display:block;padding:28px 22px;text-align:center;text-decoration:none;transition:all .2s}.platform-card:hover{border-color:var(--blue);box-shadow:0 8px 24px rgba(15,78,147,.12);transform:translateY(-3px)}.platform-icon{display:block;font-size:2rem;margin-bottom:12px}.platform-card h3{font-size:.95rem;font-weight:700;margin-bottom:6px}.platform-card p{color:var(--gray);font-size:.82rem}.cta-section{background:linear-gradient(135deg,var(--blue) 0,var(--navy) 100%);color:var(--white);padding:52px 24px}@media(min-width:900px){.cta-section{padding:72px 40px}}.cta-section .container{margin:0 auto;max-width:1100px!important;padding:0!important}.cta-section .section-label,.cta-section .section-text,.cta-section .section-title{text-align:center}.cta-section .section-label{color:var(--lime)}.cta-section .section-title{color:var(--white)}.cta-section .cta-note,.cta-section .section-text{color:hsla(0,0%,100%,.75);margin-left:auto;margin-right:auto}.cta-section .btn-holder{justify-content:center}.cta-section .cta-note{font-size:.85rem;margin:16px 0 0;text-align:center}.trust-bar{background:var(--white);border-top:1px solid var(--border);padding:36px 40px;text-align:center}.trust-bar p{color:var(--gray);font-size:.8rem;font-weight:600;letter-spacing:.08em;margin-bottom:24px;text-transform:uppercase}.trust-logos{align-items:center;display:flex;flex-wrap:wrap;gap:32px;justify-content:center}.trust-logo-pill{background:var(--light);border:1px solid var(--border);border-radius:100px;color:var(--navy);font-size:.82rem;font-weight:700;padding:8px 20px}.blog-listings-header{text-align:center}.blog-listings-tags{padding-bottom:20px;padding-top:60px}.blog-listings-wrap{padding-bottom:60px}.blog-listings-tags ul.blog-nav{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;list-style:none;margin:0;padding:0;text-align:center}.blog-listings-tags .blog-nav a,.blog-listings-tags .blog-nav a:hover{align-items:center;background-color:#fff;border:2px solid #cfe1ff;border-radius:4px;color:#333;display:flex;flex-wrap:nowrap;font-size:14px;line-height:1.25;margin-bottom:7px;margin-left:5px;margin-right:5px;padding:9px 15px;text-decoration:none}.blog-listings-itemwrap{align-items:stretch;align-self:flex-start;display:flex;flex-wrap:wrap}.blog-listings-item{padding-left:10px;padding-right:10px;position:relative;width:50%}.blog-listings-item a{box-shadow:7px 7px 11px #767ead21;color:inherit;display:inline-block;margin-bottom:20px;max-width:100%;text-decoration:none}.blog-listings-item a:hover{color:inherit}.blog-listings-item .div-block-578{height:240px;object-fit:scale-down;overflow:hidden;position:relative;width:100%}.blog-listings-item .div-block-578 img{bottom:0;height:100%;left:0;object-fit:cover;position:absolute;right:0;top:0;width:100%}.blog-listings-item .div-block-573{border:1px #e7e6eb;border-radius:4px;box-shadow:none;margin-bottom:20px;opacity:1;outline:1px #e7e6eb;outline-offset:0;padding:40px}.blog-listings-item .text-block-232{font-size:20px;font-weight:600;line-height:1.4;margin-bottom:15px}.blog-listings-item .text-block-233{line-height:1.75;margin-top:10px}.blog-listings-item .div-block-599{align-items:center;display:flex;flex-direction:row;font-size:14px;justify-content:space-between;margin-top:30px}.blog-listings-item .div-block-600{align-items:center;display:flex;margin-right:0}.blog-listings-item .div-block-600 img{border-radius:100vw;height:32px;margin-right:10px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}.blog-listings-item .text-block-234{display:flex;font-size:14px;font-style:italic;justify-content:flex-end;margin-top:0}.blog-listings-item .text-block-260{font-weight:700;line-height:1;width:90px}.cm-blog-pagination{display:flex;flex-wrap:wrap;justify-content:center;margin-top:40px}.cm-blog-pagination a{background-color:#fafafa;background-color:#cfe1ff;border:1px #ccc;border-radius:2px;border-radius:4px;color:#333;color:#0f6bff;display:block;font-size:14px;font-weight:600;margin-left:10px;margin-right:10px;padding:9px 20px}.blog-article-container{padding:3.125rem 0}.featured-blog-author-wrap{align-items:center;display:flex;flex:none;flex-wrap:nowrap;padding-right:10px;padding-top:32px;width:100%}.featured-blog-author-wrap .blog-author-image{height:48px;margin-right:20px;max-height:48px;max-width:48px;min-height:48px;min-width:48px;padding-right:0;width:48px}.featured-blog-author-wrap .blog-author-image img{border-radius:100%}.featured-blog-author-wrap .blog-post-info-name{font-weight:500;padding-bottom:2px}.featured-blog-author-wrap .publish-date{font-size:12px}.blog-article-container{line-height:1.25}.blog-post-info-top{padding-bottom:40px}.blog-post-featured{margin-left:auto;margin-right:auto;max-width:720px;padding:40px;text-transform:none;width:100%}.blog-post-featured img{border-radius:16px;box-shadow:0 0 20px #00000008;height:auto;max-height:none;min-height:0;min-width:100%;overflow:hidden;width:100%}.blog-post-footer-about-the-author .write-by{color:#dcdbe0;font-size:12px;letter-spacing:1px;text-transform:uppercase}.blog-post-footer-about-the-author .author-name{font-size:26px;font-weight:700}.blog-post-footer-about-the-author .author-desc{color:#525b6e;font-size:14px;line-height:1.5;padding-top:20px}.blog-post-footer-about-the-author{display:flex;line-height:1.5;padding-top:60px}.blog-post-footer-author-image{border-radius:100%;height:64px;margin-right:20px;max-height:64px;max-width:64px;min-height:64px;min-width:64px;overflow:hidden;width:64px}.write-by{color:#dcdbe0;font-size:12px;letter-spacing:1px;text-transform:uppercase}.author-name{font-size:26px;font-weight:700}.author-desc{color:#525b6e;font-size:14px;line-height:1.5;padding-top:20px}.blog-article-container .blog-article{margin-left:auto;margin-right:auto;max-width:720px}.main-blog-post-content-container{margin-left:auto;margin-right:auto;max-width:768px;padding:0 5%}.ibottom-area{background-color:#f5f7fa;background-image:linear-gradient(180deg,#f5f7fa,#fff);padding-top:100px}.ibottom-area .post-relatedpost-heading{margin-bottom:16px;text-align:center}.ibottom-area .post-relatedpost-itemwrap{align-items:center;display:flex;flex-wrap:wrap;justify-content:center}.ibottom-area .post-relatedpost-item{background-color:#fff;border-radius:4px;box-shadow:14px 14px 40px #767ead14;display:flex;flex-direction:column;margin-left:0;margin-right:10px;max-width:30%;min-height:100%;min-width:auto;overflow:hidden;padding-bottom:20px;padding-left:0;padding-right:0;position:relative;text-decoration:none;width:auto;width:100%}.ibottom-area .related-image{height:240px;object-fit:scale-down;overflow:hidden;position:relative;width:100%}.ibottom-area .related-image img{bottom:0;height:100%;left:0;object-fit:cover;position:absolute;right:0;top:0;width:100%}.ibottom-area .related-cnt{margin-top:0;padding:40px 40px 32px}.ibottom-area .post-relatedpost-item a{color:inherit}.ibottom-area .div-block-599{display:flex;padding-top:32px;width:100%}.ibottom-area .div-block-599 .div-block-600{align-items:center;display:flex;flex:none;flex-wrap:nowrap;padding-right:10px;width:50%}.ibottom-area .div-block-599 .text-block-234{align-items:center;color:#dcdbe0;display:flex;flex:1;flex-wrap:nowrap;font-size:12px;justify-content:flex-end;padding-right:0;width:50%}.ibottom-area .div-block-600 img{border-radius:50%;height:32px;margin-right:5px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}.post-pagination{align-items:center;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;padding:50px 5%}.ibottom-area .post-relatedpost-itemwrap{align-items:stretch}.post-pagination .next a,.post-pagination .prev a{align-items:center;background-color:#e5efff;border-radius:4px;display:flex;padding:15px 30px;transition:color .2s,background-color .2s,transform .2s,border .2s}.post-pagination .next a svg{margin-left:4px}.post-pagination .prev a svg{margin-right:4px}.post-pagination>div{min-height:1px}.cm-list-main .dnd-section>.row-fluid,.inner-container{margin-left:auto;margin-right:auto;width:100%}.inner-container{padding-left:15px;padding-right:15px}@media (min-width:576px){.cm-list-main .dnd-section>.row-fluid{max-width:540px}}@media (min-width:768px){.cm-list-main .dnd-section>.row-fluid{max-width:720px}}@media (min-width:992px){.cm-list-main .dnd-section>.row-fluid{max-width:960px}}@media (min-width:1200px){.cm-list-main .dnd-section>.row-fluid{max-width:1140px}}@media(max-width:991px){.ibottom-area .post-relatedpost-item{margin-bottom:24px;min-width:46%;width:46%}}@media(max-width:767px){.blog-listings-item{width:100%}.ibottom-area .post-relatedpost-item{min-width:100%;width:100%}}