.ifc-logo-carousel{overflow:hidden;border-top:1px solid var(--global-palette7,#edf2f7);border-bottom:1px solid var(--global-palette7,#edf2f7);background:var(--global-palette9,#fff)}
.ifc-logo-carousel__inner{display:grid;grid-template-columns:auto minmax(0,1fr);gap:28px;align-items:center;width:min(1290px,calc(100% - 48px));min-height:92px;margin:0 auto}
.ifc-logo-carousel__label{display:flex;align-self:stretch;align-items:center;min-width:124px;margin:0!important;color:var(--global-palette6,#718096);font-size:13px;line-height:1.35;letter-spacing:.12em;text-transform:uppercase;white-space:normal}
.ifc-logo-carousel__viewport{overflow:hidden;mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent)}
.ifc-logo-carousel__track{display:flex;align-items:center;width:max-content;animation:ifc-logo-carousel-scroll var(--ifc-logo-speed,32s) linear infinite}
.ifc-logo-carousel.pauses-on-hover .ifc-logo-carousel__track:hover{animation-play-state:paused}
.ifc-logo-carousel__set{display:flex;flex:0 0 auto;align-items:center;gap:42px;padding-right:42px}
.ifc-logo-carousel__item{display:flex;align-items:center;justify-content:center;width:170px;height:62px}
.ifc-logo-carousel__item a{display:flex;align-items:center;justify-content:center;width:100%;height:100%}
.ifc-logo-carousel__item img{display:block;max-width:160px;max-height:58px;object-fit:contain;transition:filter .2s ease,opacity .2s ease}
.ifc-logo-carousel.is-grayscale .ifc-logo-carousel__item img{filter:grayscale(1);opacity:.62}
.ifc-logo-carousel.is-grayscale .ifc-logo-carousel__item:hover img{filter:none;opacity:1}
.ifc-logo-carousel.is-grayscale .ifc-logo-carousel__item.preserves-color img{filter:none;opacity:1}
.ifc-logo-carousel__item.shows-name{width:230px;gap:10px}
.ifc-logo-carousel__item.shows-name img{flex:0 0 auto;max-width:72px}
.ifc-logo-carousel__name{max-width:138px;color:var(--global-palette6,#718096);font-size:12px;font-weight:700;line-height:1.25;text-align:left;transition:color .2s ease}
.ifc-logo-carousel__wordmark{display:flex;align-items:center;justify-content:center;width:160px;min-height:52px;color:var(--global-palette6,#718096);font-size:16px;font-weight:700;line-height:1.2;text-align:center;transition:color .2s ease}
.ifc-logo-carousel__item:hover .ifc-logo-carousel__name,.ifc-logo-carousel__item:hover .ifc-logo-carousel__wordmark,.ifc-logo-carousel__item:focus-within .ifc-logo-carousel__name,.ifc-logo-carousel__item:focus-within .ifc-logo-carousel__wordmark{color:var(--global-palette4,#1a202c)}
.ifc-logo-carousel__placeholder{display:flex;align-items:center;justify-content:center;width:160px;height:52px;border:1px dashed #aab4c0;border-radius:4px;color:#75808e;font-size:11px;font-weight:700;letter-spacing:.08em;text-align:center;text-transform:uppercase}
@keyframes ifc-logo-carousel-scroll{to{transform:translateX(-50%)}}

.ifc-page-nav{z-index:30;width:100vw;max-width:100vw;margin-right:calc(50% - 50vw);margin-left:calc(50% - 50vw);box-sizing:border-box;border-top:1px solid var(--global-palette7,#edf2f7);border-bottom:1px solid var(--global-palette7,#edf2f7);background:rgba(255,255,255,.97);box-shadow:0 6px 18px rgba(26,32,44,.05);backdrop-filter:blur(8px)}
.ifc-page-nav.is-sticky{position:sticky;top:0}
.admin-bar .ifc-page-nav.is-sticky{top:32px}
.ifc-page-nav__inner{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:22px;align-items:center;width:min(1290px,calc(100% - 48px));min-height:58px;margin:0 auto}
.ifc-page-nav__label{font-size:13px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;white-space:nowrap}
.ifc-page-nav__links{display:flex;gap:22px;overflow-x:auto;scrollbar-width:none}
.ifc-page-nav__links::-webkit-scrollbar{display:none}
.ifc-page-nav__links a{flex:0 0 auto;color:var(--global-palette4,#2d3748);font-size:14px;text-decoration:none;white-space:nowrap}
.ifc-page-nav__links a:hover,.ifc-page-nav__links a:focus{color:var(--global-palette1,#17abbf);text-decoration:underline;text-underline-offset:5px}
.ifc-page-nav__cta{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:7px 15px;border:2px solid var(--global-palette1,#17abbf);border-radius:2px;background:var(--global-palette1,#17abbf);box-shadow:0 15px 25px -10px rgba(0,0,0,.15);color:var(--global-palette9,#fff)!important;font-size:14px;font-weight:700;text-decoration:none;text-transform:uppercase;transition:all .2s ease;white-space:nowrap}
.ifc-page-nav__cta:hover,.ifc-page-nav__cta:focus{border-color:var(--global-palette1,#17abbf);background:var(--global-palette9,#fff);box-shadow:0 15px 25px -15px rgba(0,0,0,.1);color:var(--global-palette1,#17abbf)!important}
@media(max-width:782px){.admin-bar .ifc-page-nav.is-sticky{top:46px}}
@media(max-width:760px){.ifc-logo-carousel__inner{grid-template-columns:1fr;gap:8px;width:min(100% - 32px,1290px);padding:14px 0}.ifc-page-nav__inner{grid-template-columns:auto minmax(0,1fr);width:min(100% - 32px,1290px)}.ifc-page-nav__cta{grid-column:1/-1;margin-bottom:10px}.ifc-page-nav__links{gap:16px}}
@media(prefers-reduced-motion:reduce){.ifc-logo-carousel__track{animation:none}.ifc-logo-carousel__viewport{overflow-x:auto;mask-image:none;-webkit-mask-image:none}.ifc-logo-carousel__set[aria-hidden="true"]{display:none}}

.ifc-institute-buttons{gap:24px!important}
.ifc-institute-buttons .kb-button{border-radius:2px!important;font-weight:700;text-transform:uppercase;transition:all .2s ease!important}
.ifc-hero-actions__buttons{display:flex;justify-content:center;gap:24px!important;flex-wrap:wrap}
.ifc-hero-actions__buttons .kb-button{min-width:220px}
.ifc-hero-support .ifc-hero-actions__buttons{justify-content:flex-start;gap:18px!important}
.ifc-hero-support .ifc-hero-actions__buttons .kb-button{min-width:220px;min-height:44px;padding:10px 18px!important;font-size:14px;line-height:1.2}
.ifc-hero-provider-column>.kt-inside-inner-col{justify-content:center}
.ifc-hero-support .ifc-provider-badge__popover{top:auto;right:0;bottom:38px}

.ifc-difference-story{overflow:hidden;border:1px solid rgba(23,171,191,.22);border-radius:14px;background:var(--global-palette9,#fff);box-shadow:0 18px 38px rgba(26,32,44,.12)}
.ifc-difference-photo-pair .kt-row-column-wrap{align-items:stretch}
.ifc-difference-photo-pair .wp-block-kadence-column,.ifc-difference-photo-pair .kt-inside-inner-col,.ifc-difference-photo-pair .wp-block-image{height:100%}
.ifc-difference-photo-pair .wp-block-image{min-height:390px;margin:0!important}
.ifc-difference-photo-pair .wp-block-image img{display:block;width:100%;height:100%;min-height:390px;object-fit:cover}
.ifc-difference-photo-pair__wide img{object-position:50% 48%}
.ifc-difference-photo-pair__detail img{object-position:50% 50%}
.ifc-difference-proof{border-top:5px solid var(--global-palette1,#17abbf)}
.ifc-difference-proof .kt-inside-inner-col{gap:5px}
.ifc-provider-badges{width:100vw;max-width:100vw;margin-right:calc(50% - 50vw);margin-left:calc(50% - 50vw);box-sizing:border-box;border-top:1px solid var(--global-palette7,#edf2f7);border-bottom:1px solid var(--global-palette7,#edf2f7);background:var(--global-palette8,#f2fcfe)}
.ifc-provider-badges__inner{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,540px));justify-content:center;gap:18px;width:min(1290px,calc(100% - 48px));margin:0 auto;padding:14px 0}
.ifc-provider-badge{display:grid;grid-template-columns:180px minmax(0,1fr) auto;gap:18px;align-items:center;min-height:96px;padding:10px 16px;border:1px solid rgba(23,171,191,.22);border-radius:8px;background:var(--global-palette9,#fff)}
.ifc-provider-badge__logo{display:flex;align-items:center;justify-content:center;height:74px}
.ifc-provider-badge__logo img{display:block;max-width:170px;max-height:72px;object-fit:contain}
.ifc-provider-badge__main{display:flex;align-items:center;min-width:0}
.ifc-provider-badge__main h3{margin:0;color:var(--global-palette3,#1a202c);font-size:15px;font-weight:700;line-height:1.35}
.ifc-provider-badge__details{position:relative;flex:0 0 auto}
.ifc-provider-badge__details summary{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:2px solid var(--global-palette1,#17abbf);border-radius:50%;color:var(--global-palette1,#17abbf);cursor:pointer;font-size:16px;font-weight:700;line-height:1;list-style:none;transition:all .2s ease}
.ifc-provider-badge__details summary::-webkit-details-marker{display:none}
.ifc-provider-badge__details summary:hover,.ifc-provider-badge__details summary:focus{background:var(--global-palette1,#17abbf);color:var(--global-palette9,#fff);outline:0}
.ifc-provider-badge__popover{position:absolute;z-index:50;top:38px;right:0;display:none;width:min(430px,calc(100vw - 48px));padding:16px 18px 48px;border:1px solid var(--global-palette7,#dfe7ed);border-radius:8px;background:var(--global-palette9,#fff);box-shadow:0 14px 34px rgba(26,32,44,.18);color:var(--global-palette4,#2d3748);font-size:14px;line-height:1.55}
.ifc-provider-badge__popover p{margin:0 0 8px}
.ifc-provider-badge__popover p:last-child{margin-bottom:0}
.ifc-provider-badge__popover a{font-weight:700}
.ifc-provider-badge__details[open] .ifc-provider-badge__popover,.ifc-provider-badge__details:hover .ifc-provider-badge__popover,.ifc-provider-badge__details:focus-within .ifc-provider-badge__popover{display:block}
.ifc-provider-badge__details.is-dismissed .ifc-provider-badge__popover{display:none!important}
.ifc-provider-badge__close{position:absolute;right:12px;bottom:10px;display:flex;align-items:center;justify-content:center;width:30px;height:30px;padding:0;border:1px solid var(--global-palette6,#718096);border-radius:50%;background:transparent;color:var(--global-palette4,#2d3748);cursor:pointer;font-size:22px;line-height:1;transition:all .2s ease}
.ifc-provider-badge__close:hover,.ifc-provider-badge__close:focus{border-color:var(--global-palette1,#17abbf);background:var(--global-palette1,#17abbf);color:var(--global-palette9,#fff);outline:0}
.ifc-provider-badges.is-compact{width:min(100%,520px);max-width:520px;margin:0 0 0 auto;border:0;background:transparent}
.ifc-provider-badges.is-compact .ifc-provider-badges__inner{display:block;width:100%;padding:0}
.ifc-provider-badges.is-compact .ifc-provider-badge{grid-template-columns:112px minmax(0,1fr) auto;gap:14px;min-height:88px;padding:6px 14px;border-color:rgba(23,171,191,.35);background:var(--global-palette8,#f2fcfe);box-shadow:0 8px 20px rgba(26,32,44,.06)}
@media(max-width:600px){.ifc-provider-badges__inner{grid-template-columns:1fr;width:min(100% - 32px,1290px)}.ifc-provider-badge{grid-template-columns:145px minmax(0,1fr);padding:10px}.ifc-provider-badge__logo img{max-width:140px}}

@media(max-width:1024px){.ifc-difference-photo-pair .wp-block-image,.ifc-difference-photo-pair .wp-block-image img{min-height:330px}.ifc-hero-actions__buttons .kb-button{min-width:210px}.ifc-hero-support .ifc-hero-actions__buttons{justify-content:center}.ifc-hero-support .ifc-hero-actions__buttons .kb-button{min-width:220px}.ifc-hero-support .ifc-provider-badges.is-compact{max-width:520px;margin:12px auto 0}}
@media(max-width:767px){.ifc-training-hero .kt-row-column-wrap,.ifc-difference-section .kt-row-column-wrap{row-gap:24px}.ifc-difference-photo-pair .kt-row-column-wrap{row-gap:10px}.ifc-difference-photo-pair .wp-block-image,.ifc-difference-photo-pair .wp-block-image img{min-height:240px}.ifc-page-nav__label{display:none}}
@media(max-width:600px){.ifc-hero-actions__buttons{width:100%;gap:12px!important}.ifc-hero-actions__buttons .kb-button{width:min(100%,320px);min-width:0}.ifc-provider-badges.is-compact .ifc-provider-badge{position:relative;grid-template-columns:82px minmax(0,1fr);gap:10px;padding:10px 12px;text-align:left}.ifc-provider-badges.is-compact .ifc-provider-badge__logo{height:64px}.ifc-provider-badges.is-compact .ifc-provider-badge__logo img{max-width:76px;max-height:60px}.ifc-provider-badges.is-compact .ifc-provider-badge__main{justify-content:flex-start;padding-right:44px}.ifc-provider-badges.is-compact .ifc-provider-badge__main h3{font-size:14px;text-align:left}.ifc-provider-badges.is-compact .ifc-provider-badge__details{position:static;grid-column:1/-1;grid-row:2;width:100%}.ifc-provider-badges.is-compact .ifc-provider-badge__details summary{position:absolute;top:25px;right:12px;width:34px;height:34px}.ifc-provider-badges.is-compact .ifc-provider-badge__popover{position:relative;z-index:1;top:auto;right:auto;bottom:auto;left:auto;width:auto;max-height:none;padding:48px 16px 16px;overflow:visible;border-radius:8px;box-shadow:0 8px 20px rgba(26,32,44,.10);transform:none;text-align:left}.ifc-provider-badges.is-compact .ifc-provider-badge__close{top:8px;right:8px;bottom:auto;width:34px;height:34px}.ifc-page-nav__inner{grid-template-columns:minmax(0,1fr) auto;gap:10px;min-height:52px}.ifc-page-nav__links{gap:14px}.ifc-page-nav__links a{font-size:12px}.ifc-page-nav__cta{grid-column:auto;min-height:36px;margin-bottom:0;padding:5px 9px;font-size:11px}}

.ifc-training-summary-card .kt-svg-icon-list-single{width:8px!important;height:8px!important;min-width:8px;margin-top:.42em}
.ifc-training-summary-card .kt-svg-icon-list-single svg{display:block;width:8px!important;height:8px!important}
.wp-block-ifc-training-area-card{display:flex;height:100%}
.ifc-training-area-card{position:relative;display:flex;overflow:hidden;flex-direction:column;height:100%;min-height:420px;padding:36px 34px 0;border:1px solid rgba(23,171,191,.3);border-radius:12px;background:var(--global-palette9,#fff);box-shadow:0 10px 28px rgba(26,32,44,.05)}
.ifc-training-area-card:before{position:absolute;top:0;left:0;width:100%;height:6px;background:linear-gradient(90deg,var(--global-palette1,#17abbf),#7ed9e5);content:''}
.ifc-training-area-card__number{position:absolute;top:5px;right:20px;color:rgba(23,171,191,.11);font-size:92px;font-weight:800;line-height:1}
.ifc-training-area-card h3{position:relative;max-width:80%;margin-top:28px;font-size:24px;line-height:1.35}
.ifc-training-area-card h4{margin-top:20px;margin-bottom:8px;font-size:14px;letter-spacing:.11em;text-transform:uppercase}
.ifc-training-area-card li{font-size:16px;line-height:1.55}
.ifc-training-area-card__outcome{margin-top:auto!important;margin-right:-34px!important;margin-bottom:0!important;margin-left:-34px!important;padding:18px 34px;border-top:1px solid rgba(23,171,191,.25);background:var(--global-palette8,#f2fcfe);font-size:16px;line-height:1.55}
@media(max-width:680px){.ifc-training-area-card{min-height:0;padding:32px 24px 0}.ifc-training-area-card__outcome{margin:auto -24px 0;padding:18px 24px}}
.ifc-training-video{margin:0}
.ifc-training-video video{display:block;width:100%;aspect-ratio:16/9;border-radius:16px;background:#000;box-shadow:0 12px 28px rgba(26,32,44,.12);object-fit:cover}
.ifc-training-video figcaption{margin-top:.6rem;color:var(--global-palette6,#718096);font-size:.9rem;text-align:center}

.ifc-training-testimonials-carousel .kt-testimonial-item-wrap{overflow:hidden;height:100%;border:1px solid var(--global-palette7,#dfe7ed);border-top:4px solid var(--global-palette1,#17abbf);border-radius:10px;background:var(--global-palette9,#fff);box-shadow:0 10px 24px rgba(26,32,44,.08)}
.ifc-training-testimonials-carousel .kt-testimonial-text-wrap{min-height:225px;background:transparent!important}
.ifc-training-testimonials-carousel .kt-testimonial-content{border:0;padding-left:0;color:var(--global-palette3,#1a202c);font-size:17px;line-height:1.58}
.ifc-training-testimonials-carousel .kt-testimonial-meta-wrap{padding:0 20px 20px}
.ifc-training-testimonials-carousel .kt-testimonial-occupation{color:var(--global-palette4,#2d3748);font-weight:700}
.ifc-training-testimonials-carousel .splide__arrow--prev{left:-54px!important}
.ifc-training-testimonials-carousel .splide__arrow--next{right:-54px!important}
@media(max-width:1400px){.ifc-training-testimonials-carousel .splide__arrow--prev{left:-38px!important}.ifc-training-testimonials-carousel .splide__arrow--next{right:-38px!important}}
@media(max-width:1180px){.ifc-training-testimonials-carousel .splide__arrow--prev{left:8px!important}.ifc-training-testimonials-carousel .splide__arrow--next{right:8px!important}}
