:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:auto}}.Toastify__toast{--y:0;position:relative;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px rgba(0,0,0,.1);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right;border-bottom-left-radius:0;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.instructors-page__header{padding:1.5rem 0 .75rem;background:#fff}.instructors-page__breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:.35rem;margin-bottom:.75rem;font-size:.875rem;color:#919191}.instructors-page__breadcrumb a{color:#919191;text-decoration:none}.instructors-page__breadcrumb a:hover{color:var(--epx-primary-600)}.instructors-page__breadcrumb-separator{color:#c4c4c4}.instructors-page__breadcrumb [aria-current=page]{color:#676767}.instructors-page__title{margin:0;font-size:clamp(1.75rem,1.2rem + 2vw,2.5rem);font-weight:700;line-height:1.2;color:#111}.instructors-page__list{padding:1rem 0 3rem;background:#fff}.instructors-page__search-bar{display:flex;align-items:stretch;gap:.75rem;margin-bottom:1.5rem}.instructors-page__search-field{flex:1 1;min-width:0;display:flex;align-items:center;border:1px solid #d0dcff;border-radius:12px;background:#f7faff;height:44px;padding:0 1rem;box-sizing:border-box;transition:border-color .2s ease,box-shadow .2s ease}.instructors-page__search-field:focus-within{border-color:#b8cdff;box-shadow:0 0 0 3px rgba(32,78,207,.08)}.instructors-page__search-field input,.instructors-page__search-input{flex:1 1;min-width:0;height:100%;border:none;outline:none;background:transparent;font-size:.9rem;font-weight:400;color:#111827;padding-left:.5rem}.instructors-page__search-icon{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;margin-right:.5rem;color:#acacac;font-size:.875rem}.instructors-page__search-field input::placeholder{color:#acacac;font-weight:300}.instructors-page__filter-btn{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;gap:.45rem;height:44px;padding:0 1.25rem;border:none;border-radius:12px;background:var(--epx-primary-600);color:#fff;font-size:.875rem;font-weight:600;cursor:pointer;transition:opacity .2s ease}.instructors-page__filter-btn:hover{opacity:.92}.instructors-page__filter-btn img,.instructors-page__filter-icon{width:18px;height:18px;display:block;flex-shrink:0}.instructors-page__grid-wrap{max-height:min(72vh,900px);overflow-y:auto;padding-right:.25rem;scrollbar-width:thin;scrollbar-color:var(--epx-primary-400) #f1f5f9}.instructors-page__grid-wrap::-webkit-scrollbar{width:6px}.instructors-page__grid-wrap::-webkit-scrollbar-track{background:#f1f5f9;border-radius:999px}.instructors-page__grid-wrap::-webkit-scrollbar-thumb{background:var(--epx-primary-400);border-radius:999px}.instructors-page__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:clamp(1rem,2vw,1.5rem);gap:clamp(1rem,2vw,1.5rem)}@media (min-width:768px){.instructors-page__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1200px){.instructors-page__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.instructors-page__grid--loading{min-height:420px;border-radius:12px;background:linear-gradient(90deg,#f1f5f9,#f8faff 50%,#f1f5f9);background-size:200% 100%;animation:instructors-page-shimmer 1.2s ease-in-out infinite}@keyframes instructors-page-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.instructors-page__grid-cell{min-width:0;display:flex}.instructors-page__grid .epx-instructor-card{width:100%;height:100%;min-height:0;display:flex;flex-direction:column}@media (min-width:768px){.instructors-page__grid .epx-instructor-card{border-radius:16px;background:#fff}.instructors-page__grid .epx-instructor-card-image{aspect-ratio:4/5;border-radius:12px;border:2px solid #f0f0f0}.instructors-page__grid .epx-instructor-card-body{padding:.65rem 0 0;text-align:left}.instructors-page__grid .epx-instructor-name{font-size:clamp(.85rem,2.5vw,1rem);line-height:1.35;color:var(--epx-primary)}.instructors-page__grid .epx-instructor-role{font-size:clamp(.75rem,2vw,.875rem);color:#919191}}.instructors-page__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:280px;padding:2rem 1rem;color:#676767}.instructors-page__empty-icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background:#f1f5f9;color:#919191;font-size:1.25rem;margin-bottom:1rem}.instructors-page__empty-title{margin:0 0 .35rem;font-size:1.05rem;font-weight:600;color:#111}.instructors-page__empty-subtitle{margin:0;font-size:.9rem;color:#919191}.epx-instructor-card--link{text-decoration:none;color:inherit}.instructor-detail{background:#fff}.instructor-detail__hero{--avatar-size:clamp(152px,14vw,176px);--hero-split:calc(3rem + (var(--avatar-size) / 2));background:linear-gradient(to bottom,#ebf1ff var(--hero-split),#fff var(--hero-split));padding:0 0 1.25rem}.instructor-detail__hero-inner{display:flex;align-items:flex-start;gap:clamp(1rem,3vw,1.75rem);padding-top:calc(var(--hero-split) - (var(--avatar-size) / 2))}.instructor-detail__avatar-wrap{flex-shrink:0;border-radius:50%;background:#d0dcff}.instructor-detail__avatar{width:var(--avatar-size);height:var(--avatar-size);border-radius:50%;object-fit:cover;display:block;border:3px solid #d0dcff;box-shadow:none}.instructor-detail__hero-content{flex:1 1;min-width:0;display:flex;flex-direction:column;min-height:var(--avatar-size);gap:1rem}.instructor-detail__hero-info{margin-top:1rem;min-height:calc(var(--hero-split) - (var(--avatar-size) / 2) - .35rem);display:flex;flex-direction:column;justify-content:center}.instructor-detail__name{margin:0 0 .35rem;font-size:clamp(1.5rem,1.1rem + 1.8vw,2rem);font-weight:700;line-height:1.2;color:#09235c}.instructor-detail__role{margin:0;font-size:.95rem;color:#09235c;opacity:.72}.instructor-detail__socials{display:flex;align-items:center;gap:.65rem;padding-top:.85rem}.instructor-detail__social-btn{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #e5e7eb;border-radius:10px;background:#fff;color:#676767;text-decoration:none;transition:border-color .2s ease,color .2s ease,box-shadow .2s ease}.instructor-detail__social-btn--placeholder{cursor:default}.instructor-detail__social-btn:hover{border-color:#c8d9ff;color:var(--epx-primary-600);box-shadow:0 4px 12px rgba(15,37,110,.08)}.instructor-detail__social-btn--placeholder:hover{border-color:#e5e7eb;color:#676767;box-shadow:none}.instructor-detail__social-btn i{font-size:.95rem}.instructor-detail__body{padding-top:1.5rem;padding-bottom:3.5rem}.instructor-detail__sections{display:flex;flex-direction:column;gap:2.25rem;max-width:920px}.instructor-detail__section-title{margin:0 0 1rem;font-size:clamp(1.1rem,1rem + .4vw,1.25rem);font-weight:700;color:#111}.instructor-detail__prose{color:#676767;font-size:.95rem;line-height:1.75}.instructor-detail__prose p{margin:0 0 .75rem}.instructor-detail__prose p:last-child{margin-bottom:0}.instructor-detail__prose--compact p{margin-bottom:.5rem}.instructor-detail__experience-grid{display:grid;grid-template-columns:1fr;grid-gap:1rem;gap:1rem}@media (min-width:768px){.instructor-detail__experience-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.instructor-detail__experience-card{min-height:160px;padding:1.25rem 1.5rem;border:1px solid #e5e7eb;border-radius:12px;background:#fff}.instructor-detail__experience-card--empty{min-height:160px}.instructor-detail__education-list{display:flex;flex-direction:column;gap:1rem}.instructor-detail__education-card{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;border:1px solid #e5e7eb;border-radius:12px;background:#fff}.instructor-detail__education-logo{flex-shrink:0;width:56px;height:56px;border-radius:10px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#f8fafc}.instructor-detail__education-logo img{width:100%;height:100%;object-fit:contain;display:block}.instructor-detail__education-logo--placeholder{color:#94a3b8;font-size:1.25rem}.instructor-detail__education-text h3{margin:0 0 .15rem;font-size:.95rem;font-weight:700;color:#111}.instructor-detail__education-subtitle{margin:0;font-size:.875rem;color:#676767;line-height:1.5}.instructor-detail__education-period{margin:.15rem 0 0;font-size:.875rem;color:#919191;line-height:1.4}.instructor-detail__courses-grid{display:grid;grid-template-columns:1fr;grid-gap:1rem;gap:1rem}@media (min-width:768px){.instructor-detail__courses-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1200px){.instructor-detail__courses-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.instructor-detail__back-link{display:inline-block;margin-top:1rem;color:var(--epx-primary-600);font-weight:600;text-decoration:none}.instructor-detail__back-link:hover{text-decoration:underline}.instructor-detail__hero--skeleton{--avatar-size:clamp(152px,14vw,176px);--hero-split:calc(3rem + (var(--avatar-size) / 2));background:linear-gradient(to bottom,#ebf1ff var(--hero-split),#fff var(--hero-split));padding-bottom:1.25rem}.instructor-detail__hero--skeleton .instructor-detail__hero-inner{padding-top:calc(var(--hero-split) - (var(--avatar-size) / 2))}.instructor-detail__avatar--skeleton,.instructor-detail__skeleton-card,.instructor-detail__skeleton-line{border-radius:8px;background:linear-gradient(90deg,#e8eef9,#f4f7fd 50%,#e8eef9);background-size:200% 100%;animation:instructors-page-shimmer 1.2s ease-in-out infinite}.instructor-detail__avatar--skeleton{width:var(--avatar-size,clamp(152px,14vw,176px));height:var(--avatar-size,clamp(152px,14vw,176px));border-radius:50%;border:3px solid #fff}.instructor-detail__skeleton{display:flex;flex-direction:column;gap:.75rem}.instructor-detail__skeleton-line{height:14px}.instructor-detail__skeleton-line--name{width:220px;height:28px}.instructor-detail__skeleton-line--role{width:160px;height:14px}.instructor-detail__skeleton-line--heading{width:120px;height:20px}.instructor-detail__skeleton-line--text{width:100%;max-width:640px}.instructor-detail__skeleton-line--text-short{width:75%;max-width:480px}.instructor-detail__skeleton-card{min-height:160px;margin-top:.5rem;border-radius:12px}@media (max-width:767.98px){.instructors-page__header{padding:1rem 0 .5rem}.instructors-page__title{font-size:clamp(1.35rem,5vw,1.75rem)}.instructors-page__breadcrumb{font-size:.8rem}.instructors-page__list{padding:.75rem 0 5.5rem}.instructors-page__search-bar{gap:.5rem}.instructors-page__grid-wrap{max-height:none;overflow:visible;padding-right:0}.instructors-page__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.instructors-page__grid .epx-instructor-card,.instructors-page__grid .epx-instructor-card--link{align-items:center;background:#f6f9ff;border-radius:8px;padding:clamp(.85rem,3.5vw,1.15rem);overflow:visible}.instructors-page__grid .epx-instructor-card-image{position:relative;width:clamp(80px,22vw,104px);height:clamp(80px,22vw,104px);max-width:100%;aspect-ratio:1;border-radius:50%;border:3px solid #d0dcff;margin:0 auto;flex-shrink:0;overflow:hidden}.instructors-page__grid .epx-instructor-card-image img{border-radius:50%}.instructors-page__grid .epx-instructor-card-body{width:100%;padding:.65rem 0 0;margin-top:0;text-align:center;display:flex;flex-direction:column;align-items:center}.instructors-page__grid .epx-instructor-name{color:#09235c;font-size:clamp(.78rem,3.1vw,.9rem);font-weight:700;line-height:1.35;margin-bottom:.2rem;text-align:center;overflow-wrap:anywhere}.instructors-page__grid .epx-instructor-role{color:#8898aa;font-size:clamp(.68rem,2.6vw,.78rem);line-height:1.35;text-align:center;overflow-wrap:anywhere}.instructor-detail__hero{--avatar-size:clamp(96px,26vw,124px);--hero-split:calc(1.25rem + (var(--avatar-size) / 2));padding-bottom:.75rem}.instructor-detail__avatar-wrap{align-self:flex-start;margin-top:0;padding:2px;background:#dbeafe}.instructor-detail__avatar{border-width:2px}.instructor-detail__hero-inner{flex-direction:row;align-items:flex-start;gap:.85rem;padding-top:calc(var(--hero-split) - (var(--avatar-size) / 2))}.instructor-detail__hero-content{min-height:0;gap:1rem}.instructor-detail__hero-info{margin-top:0;min-height:calc(var(--hero-split) - (var(--avatar-size) / 2) - .15rem);justify-content:flex-end;padding-bottom:.15rem}.instructor-detail__name{font-size:clamp(1.1rem,4.5vw,1.35rem);overflow-wrap:anywhere}.instructor-detail__role{font-size:.85rem;line-height:1.4}.instructor-detail__socials{padding-top:0}.instructor-detail__body{padding-top:1rem;padding-bottom:5.5rem}.instructor-detail__sections{gap:1.75rem;max-width:none}.instructor-detail__prose{font-size:.9rem;overflow-wrap:anywhere}.instructor-detail__experience-card{min-height:120px;padding:1rem}.instructor-detail__experience-card--empty{display:none}.instructor-detail__education-card{align-items:flex-start;padding:.85rem 1rem}.instructor-detail__education-period,.instructor-detail__education-subtitle,.instructor-detail__education-text h3{overflow-wrap:anywhere}}@media (max-width:575.98px){.instructor-detail__hero--skeleton .instructor-detail__hero-inner{flex-direction:row;align-items:flex-start}.instructor-detail__avatar--skeleton{width:clamp(96px,26vw,124px);height:clamp(96px,26vw,124px)}}:root{--epx-font:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--epx-primary-50:#e9f5ff;--epx-primary-100:#d6eeff;--epx-primary-200:#b6ddff;--epx-primary-300:#8ac4ff;--epx-primary-400:#5c9eff;--epx-primary-500:#3777ff;--epx-primary-600:#154bff;--epx-primary-700:#0b3ef7;--epx-primary-800:#0d38c6;--epx-primary-900:#14379b;--epx-primary-950:#0f256e;--epx-primary:var(--epx-primary-950);--epx-primary-light:var(--epx-primary-700);--epx-accent:#038fde;--epx-gold:#d69e2e;--epx-text:#2d3748;--epx-text-muted:#d2d6da}.epx-bg-primary-50{background-color:var(--epx-primary-50)}.epx-bg-primary-100{background-color:var(--epx-primary-100)}.epx-bg-primary-200{background-color:var(--epx-primary-200)}.epx-bg-primary-500{background-color:var(--epx-primary-500)}.epx-bg-primary-700{background-color:var(--epx-primary-700)}.epx-bg-primary-800{background-color:var(--epx-primary-800)}.epx-bg-primary-900{background-color:var(--epx-primary-900)}.epx-bg-primary-950{background-color:var(--epx-primary-950)}.epx-bg-primary{background-color:var(--epx-primary)}.epx-text-primary-50{color:var(--epx-primary-50)}.epx-text-primary-500{color:var(--epx-primary-500)}.epx-text-primary-600{color:var(--epx-primary-600)}.epx-text-primary-700{color:var(--epx-primary-700)}.epx-text-primary-950{color:var(--epx-primary-950)}.epx-text-primary{color:var(--epx-primary)}.epx-border-primary-200{border-color:var(--epx-primary-200)}.epx-border-primary-500{border-color:var(--epx-primary-500)}.epx-border-primary{border-color:var(--epx-primary)}.page-wrapper.epx-page-wrapper{overflow:visible!important}.epx-page-wrapper{overflow:visible;font-family:var(--epx-font)!important;position:relative;isolation:isolate}.epx-page-wrapper :not(.fa):not(.fas):not(.far):not(.fab):not([class*=flaticon]){font-family:inherit!important}body.epx-body,html.epx-body{overflow-x:hidden;font-family:var(--epx-font)!important}@supports (overflow:clip){body.epx-body,html.epx-body{overflow-x:clip}}.grecaptcha-badge{visibility:hidden!important;pointer-events:none!important}:root{--epx-header-h:56px}#epx-promo,#epx-training-products{scroll-margin-top:calc(var(--epx-header-h, 56px) + .75rem)}.epx-header{position:-webkit-sticky;position:sticky;top:0;z-index:100002;background:#fff;transition:box-shadow .2s ease}.epx-page-wrapper .epx-header~:not(.epx-help-fab){position:relative;z-index:1}.epx-header--scrolled{box-shadow:0 1px 12px rgba(0,0,0,.08)}.epx-header-inner{max-width:1200px;margin:0 auto;padding:.5rem .2rem;display:flex;align-items:center;justify-content:space-between;gap:.2rem}.epx-header-left{display:flex;align-items:center;flex-shrink:0;min-width:0}@media (max-width:991.98px){.epx-header-left{margin-left:.65rem}}@media (min-width:992px){.epx-header-left{gap:.75rem;margin-left:0}}.epx-header-icon-actions a.cart{position:relative;color:#1b315a;font-size:1rem;margin-right:1rem;cursor:pointer}.epx-header-icon-actions a.cart:hover{color:#2a63ea}.epx-header-profile-trigger{padding:0;border:none;background:none;cursor:pointer;border-radius:50%;line-height:0;display:inline-block}.epx-header-profile-trigger:focus-visible{outline:2px solid #2a63ea;outline-offset:2px}.epx-header .user-profile-pict .dropdown-content{z-index:100002}.epx-header .user-profile-pict:hover .dropdown-content:not(.show){display:none!important;opacity:0!important}.epx-header .user-profile-pict .dropdown-content.show{display:block!important;opacity:1!important}.epx-header .user-profile-pict .dropdown-content.epx-profile-dropdown-panel{left:auto;right:0;top:calc(100% + 6px);min-width:min(320px,calc(100vw - 32px));max-height:min(80vh,640px);overflow-y:auto;overflow-x:hidden;padding:0;border-radius:12px;border:1px solid #e8ecf4;background:#fff;box-shadow:0 8px 24px rgba(0,0,0,.08);-webkit-overflow-scrolling:touch}.epx-header .epx-profile-dropdown-nav.epx-sidebar-inner{max-width:none;margin:0;padding:.75rem 1.25rem 1.25rem}.epx-profile-dropdown-panel .epx-sidebar-inner li{border-top:none!important;border-bottom:none!important;width:auto;padding:0}.epx-profile-dropdown-panel .epx-sidebar-inner .epx-sidebar-link,.epx-profile-dropdown-panel .epx-sidebar-inner a.epx-sidebar-link{font-size:12px!important;font-weight:500!important;line-height:1.35!important;color:#1a1a1a!important;text-transform:none!important;opacity:1!important;transition:color .15s ease,border-color .15s ease}.epx-profile-dropdown-panel .epx-sidebar-inner a.epx-sidebar-link:focus,.epx-profile-dropdown-panel .epx-sidebar-inner a.epx-sidebar-link:hover{color:#155dfc!important;text-decoration:none!important}.epx-profile-dropdown-panel .epx-sidebar-inner a.epx-sidebar-link--active{color:#155dfc!important}.epx-profile-dropdown-panel .epx-sidebar-inner a.epx-sidebar-signup,.epx-profile-dropdown-panel .epx-sidebar-inner a.epx-sidebar-switch-instructor{font-size:12px!important;font-weight:600!important;text-transform:none!important}.epx-profile-dropdown-panel .epx-sidebar-inner .epx-sidebar-profile-name{font-size:14px!important;font-weight:500!important}.epx-header-desktop-avatar-btn{padding:0;border:none;background:transparent;border-radius:50%;line-height:0;cursor:pointer;display:inline-block;vertical-align:middle}.epx-header-desktop-avatar-btn img{display:block;border-radius:50%}.epx-header-desktop-avatar-btn:focus-visible{outline:2px solid #155dfc;outline-offset:2px}@media (min-width:576px){.epx-header-inner{padding:.5rem .2rem;gap:1.25rem}}@media (min-width:768px){.epx-header-inner{padding:.5rem .2rem;gap:1.5rem}}.epx-header-inner .logo a,.epx-header-inner .logo-outer,.epx-header-logo{display:flex;flex-direction:column;text-decoration:none;flex-shrink:0}.epx-header-inner .logo img{max-width:100%;height:auto;width:clamp(120px,35vw,180px)}@media (max-width:768px){.epx-header-inner .logo img{width:100px}}.epx-header-nav-list{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:2rem}.epx-header-nav-list a,.epx-header-nav-list a:visited{color:#2a63ea;text-decoration:none;font-weight:500;font-size:clamp(.875rem,1vw + .5rem,.95rem)}.epx-header-nav-list a:hover{color:var(--epx-primary-950);text-decoration:underline}.epx-header-actions{display:flex;align-items:center;gap:1rem;flex-shrink:0}.epx-header-logged-desktop{gap:1rem}@media (max-width:768px){.epx-header-actions{margin-right:.5rem}}.epx-header-signup{color:#2a63ea!important;text-decoration:none;font-weight:500;font-size:.95rem}.epx-header-signup:hover{color:var(--epx-primary-950)!important;text-decoration:underline}.epx-header-mylearning{display:inline-flex;align-items:center;gap:.4rem;background:#36f;color:#fff!important;text-decoration:none;font-weight:700;font-size:clamp(.8rem,1.5vw + .5rem,.9rem);padding:.5rem .9rem;border-radius:9999px;border:none;transition:background .2s}@media (min-width:576px){.epx-header-mylearning{gap:.5rem;padding:.6rem 1.25rem}}.epx-header-mylearning:hover{background:#2a63ea;color:#fff!important}.epx-header-mylearning i{font-size:.75rem}.epx-header-profile-wrap{position:relative}.epx-header-profile-btn{padding:0;border:none;background:none;cursor:pointer;border-radius:50%;overflow:hidden}.epx-header-avatar{width:clamp(32px,8vw,40px);height:clamp(32px,8vw,40px);object-fit:cover;border-radius:50%;display:block}.epx-header-mobile-tools{--epx-header-icon-btn:36px;flex-shrink:0;gap:.35rem;align-items:center}.epx-header-search-btn{display:inline-flex;align-items:center;justify-content:center;width:var(--epx-header-icon-btn);height:var(--epx-header-icon-btn);min-width:var(--epx-header-icon-btn);min-height:var(--epx-header-icon-btn);padding:0;border:none;border-radius:8px;color:#1b315a;background:transparent;font:inherit;cursor:pointer;text-decoration:none;transition:color .2s,background .2s;box-sizing:border-box}.epx-header-search-btn img{width:18px;height:18px;display:block}.epx-header-search-btn:hover{color:#2a63ea;background:rgba(42,99,234,.08)}.epx-header-hamburger{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;width:var(--epx-header-icon-btn);height:var(--epx-header-icon-btn);min-width:var(--epx-header-icon-btn);min-height:var(--epx-header-icon-btn);padding:0;border:none;border-radius:8px;background:#e9f5ff;cursor:pointer;transition:background .2s;box-sizing:border-box}.epx-header-hamburger:hover{background:#dce8ff}.epx-header-hamburger:focus-visible{outline:2px solid #2a63ea;outline-offset:2px}.epx-header-mobile-toggle{display:flex;flex-direction:column;gap:5px;padding:.5rem;border:none;background:none;cursor:pointer}.epx-header-hamburger .epx-header-bar{width:14px;height:2px;background:#1b315a;display:block}.epx-header-bar{width:18px;height:2px;background:#1b315a;display:block}.epx-header-mobile-backdrop{display:none;position:fixed;top:var(--epx-header-h,56px);left:0;right:0;bottom:0;background:rgba(0,0,0,.4);z-index:100000;opacity:0;transition:opacity .25s ease;cursor:pointer}.epx-header-mobile-backdrop.open{display:block;opacity:1}.epx-header-mobile-nav{position:fixed;top:var(--epx-header-h,56px);left:0;right:0;width:100%;height:calc(100vh - var(--epx-header-h, 56px) - env(safe-area-inset-bottom, 0px));max-height:calc(100vh - var(--epx-header-h, 56px) - env(safe-area-inset-bottom, 0px));background:#fff;z-index:100001;overflow-y:auto;-webkit-overflow-scrolling:touch;box-shadow:0 8px 24px rgba(0,0,0,.08);border-bottom:1px solid #e8ecf4;transform:translateY(-6px);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,transform .2s ease,visibility .2s}.epx-header-mobile-nav.open{transform:translateY(0);opacity:1;visibility:visible;pointer-events:auto}.epx-sidebar-inner{display:flex;flex-direction:column;width:100%;max-width:1200px;margin:0 auto;padding:.75rem 1.25rem calc(1.25rem + env(safe-area-inset-bottom, 0px));box-sizing:border-box}.epx-sidebar-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.epx-profile-dropdown-nav .epx-sidebar-list{display:none}.epx-sidebar-account-top{margin:0 0 .75rem;padding:0 0 .75rem;display:flex;flex-direction:column;gap:.65rem;border-bottom:1px solid #d9e1ee}.epx-sidebar-profile-row{display:flex;align-items:center;gap:.65rem;padding:.15rem 0;text-decoration:none;color:#1a1a1a;min-width:0}.epx-sidebar-profile-row:hover{color:#1a1a1a}.epx-sidebar-profile-avatar-img{width:40px;height:40px;border-radius:50%;object-fit:cover;flex-shrink:0}.epx-sidebar-profile-name{flex:1 1;min-width:0;font-size:14px;font-weight:500;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.epx-sidebar-profile-chevron{flex-shrink:0;font-size:.7rem;color:#1a1a1a;opacity:.85}.epx-sidebar-profile-actions{width:100%}.epx-sidebar-profile-back{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;margin:0 0 .85rem;padding:0;border:0;border-radius:8px;background:transparent;color:#1a1a1a;cursor:pointer}.epx-sidebar-profile-back:hover{background:#f3f6fc}.epx-sidebar-profile-actions-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.7rem}.epx-sidebar-switch-instructor{display:block;width:100%;box-sizing:border-box;text-align:center;padding:.5rem 1rem;font-size:12px;font-weight:600;color:#155dfc!important;text-decoration:none!important;background:#ebf1ff;border:1px solid #cfe0ff;border-radius:12px;box-shadow:0 1px 4px rgba(21,93,252,.12);transition:background .2s ease;margin-bottom:.5rem}.epx-sidebar-switch-instructor:hover{background:#e4edff;color:#155dfc!important}.epx-sidebar-user-list{list-style:none;margin:0 0 .75rem;padding:0 0 .75rem;display:flex;flex-direction:column;gap:.7rem;border-bottom:1px solid #d9e1ee}.epx-sidebar-list>li{line-height:1.35}.epx-sidebar-link{display:inline-block;width:-moz-fit-content;width:fit-content;max-width:100%;padding:.1rem 0 .12rem;margin:0;color:#1a1a1a;text-decoration:none;font-weight:500;font-size:12px;line-height:1.35;cursor:pointer;border-bottom:2px solid transparent;transition:color .15s ease,border-color .15s ease}.epx-sidebar-link:hover{color:#155dfc}.epx-sidebar-link--active{color:#155dfc;border-bottom-color:#155dfc}.epx-sidebar-signup{display:inline-block;width:-moz-fit-content;width:fit-content;max-width:100%;align-self:flex-start;margin-top:1rem;padding:.4rem 1rem;text-align:center;font-weight:600;font-size:12px;color:#fff!important;text-decoration:none!important;background:#155dfc;border-radius:10px;transition:background .2s;box-sizing:border-box}.epx-sidebar-signup:hover{background:#1b4fd4;color:#fff!important}.epx-header-mobile-list{list-style:none;margin:0;padding:calc(1.5rem + env(safe-area-inset-top, 0px)) 1.25rem 1.5rem;display:flex;flex-direction:column;gap:.25rem}.epx-header-mobile-list a{color:#2a63ea;text-decoration:none;font-weight:500;padding:.75rem 0;display:block}.epx-header-loading{font-size:.85rem;color:#718096}.epx-hero{background:#fff}.epx-hero-tag{display:inline-block;background:var(--epx-primary-50);color:#1c398e;font-size:clamp(.62rem,1.1vw + .4rem,.94rem);font-weight:500;padding:.32rem .6rem;border-radius:9999px;max-width:100%;white-space:nowrap}@media (min-width:576px){.epx-hero-tag{padding:.4rem 1rem;font-size:clamp(.75rem,2vw + .5rem,1rem);font-weight:500}}.epx-hero-title{font-size:clamp(1.5rem,5vw + 1rem,3rem);font-weight:700;color:#1a1a1a;line-height:1.2}.epx-hero-title-accent{color:var(--epx-primary-500)}@media (min-width:576px){.epx-hero-title{font-size:2.25rem}}@media (min-width:768px){.epx-hero-title{font-size:2.75rem}}@media (min-width:992px){.epx-hero-title{font-size:3rem}}.epx-hero-sub{color:#919191;font-size:clamp(.875rem,1.5vw + .75rem,1rem);line-height:1.5}.epx-hero-cta-group{width:100%;max-width:520px;padding:0 16px;margin:clamp(1.25rem,3vw,2rem) auto 0;display:grid;grid-gap:.85rem;gap:.85rem}.epx-hero-cta{width:100%;min-height:50px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;gap:.55rem;font-size:16px;font-weight:600;text-decoration:none;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.epx-hero-cta--primary{background:#155dfc;color:#fff;border:1px solid #155dfc;box-shadow:0 10px 24px 0 #a8beff33}.epx-hero-cta--primary:hover{background:#1f4fca;color:#fff}.epx-hero-cta--secondary{border:1px solid #cfd8ff;background:#fff;color:#111;cursor:pointer}.epx-hero-cta--secondary:hover{border-color:#b4c3ff;background:#f7f9ff}.epx-hero-cta--secondary:disabled{opacity:.6;cursor:not-allowed}.epx-hero-cta-play{width:0;height:0;border-color:transparent transparent transparent #275ee7;border-style:solid;border-width:10px 0 10px 14px}@media (min-width:576px){.epx-hero-cta-group{display:none}}@media (max-width:575.98px){.epx-hero-title{line-height:1.1}.epx-hero-sub{line-height:.5}}.epx-hero-slider-outer{width:100%;max-width:100%;margin-top:clamp(1.5rem,4vw,3rem);padding-left:0;padding-right:0;box-sizing:border-box}.epx-hero-slider-outer .epx-hero-slider{margin-top:0;margin-left:0;margin-right:0}.epx-hero-slider-outer .epx-hero-slider--skeleton{margin-top:0}.epx-hero-slider{margin-top:clamp(1.5rem,4vw,3rem);margin-left:0;margin-right:0;width:100%;display:block}.epx-hero-slider .slick-list{width:100%;overflow:hidden;margin:0}.epx-hero-slider .slick-track{margin-left:0!important;margin-right:0!important}.epx-hero-slider .slick-slide{height:auto}.epx-hero-slider .slick-slide>div{width:100%;min-width:0}.epx-hero-card-wrap{padding:0 clamp(6px,1vw,12px);width:100%;max-width:100%;box-sizing:border-box}.epx-hero-slider .slick-slide:first-child .epx-hero-card-wrap{padding-left:0}.epx-hero-slider .slick-slide:last-child .epx-hero-card-wrap{padding-right:0}.epx-hero-slider--skeleton .epx-hero-card-wrap:first-child{padding-left:0}.epx-hero-slider--skeleton .epx-hero-card-wrap:last-child{padding-right:0}.epx-hero-card{position:relative;width:100%;max-width:100%;background:#fff;border-radius:12px;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.epx-hero-card--active,.epx-hero-card:hover{transform:translateY(-2px)}.epx-hero-card-image{position:relative;z-index:0;width:100%;aspect-ratio:5/3;overflow:hidden;margin-left:auto;margin-right:auto}.epx-hero-card-image img{position:absolute;inset:0;z-index:0;width:100%;height:100%;object-fit:cover;display:block}.epx-hero-card-title{font-size:clamp(.9rem,2vw + .7rem,1.15rem);font-weight:600;color:var(--epx-primary);padding:.75rem 1rem .5rem;margin:0}@media (min-width:576px){.epx-hero-card-title{padding:1rem 1.25rem .5rem}}.epx-hero-card-title a{color:inherit;text-decoration:none}.epx-hero-card-title a:hover{color:var(--epx-primary-light)}.epx-hero-card-btn{position:absolute;bottom:.75rem;left:.75rem;z-index:2;display:inline-block;background:#fff;color:var(--epx-primary-950);font-weight:600;font-size:clamp(.625rem,1.1vw + .4rem,.7rem);padding:.3rem .65rem;border-radius:8px;text-decoration:none;transition:background .2s,color .2s;box-shadow:0 2px 8px rgba(0,0,0,.15)}@media (min-width:576px){.epx-hero-card-btn{bottom:1rem;left:1rem;padding:.35rem .85rem}}.epx-hero-card-btn:hover{background:var(--epx-primary-50);color:var(--epx-primary-950)}.epx-hero-card-btn--action{border:none;font:inherit;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.epx-hero-indicators{display:flex;justify-content:flex-start;align-items:center;gap:.35rem;margin-top:clamp(1rem,3vw,1.5rem);margin-left:0;padding-left:0}.epx-hero-slider-outer .epx-hero-indicators{margin-left:0}.epx-hero-indicator{width:clamp(6px,1.5vw,8px);height:clamp(6px,1.5vw,8px);border-radius:50%;border:none;padding:0;cursor:pointer;background:#c5cae9;transition:background .2s;flex-shrink:0}.epx-hero-indicator:hover{background:#9fa8da}.epx-hero-indicator--active{width:clamp(20px,5vw,28px);height:clamp(6px,1.5vw,8px);border-radius:4px;background:#283593}.epx-hero-indicator--active:hover{background:#1a237e}@keyframes epx-hero-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.epx-hero-slider--skeleton{display:grid;grid-template-columns:1fr;grid-gap:.75rem;gap:.75rem;margin-top:clamp(1.5rem,4vw,3rem);margin-left:auto;margin-right:auto;max-width:100%}.epx-hero-slider-outer .epx-hero-slider--skeleton{width:100%}@media (min-width:768px){.epx-hero-slider--skeleton{grid-template-columns:repeat(2,1fr)}}@media (min-width:992px){.epx-hero-slider--skeleton{grid-template-columns:repeat(3,1fr)}}.epx-hero-card--skeleton{pointer-events:none}.epx-hero-skeleton-block{border-radius:8px;background:linear-gradient(90deg,#e8eaf6,#f3f4f6 50%,#e8eaf6);background-size:200% 100%;animation:epx-hero-shimmer 1.2s ease-in-out infinite}.epx-hero-skeleton-block--image{position:absolute;inset:0;width:100%;height:100%}.epx-hero-skeleton-block--btn{position:absolute;bottom:.75rem;left:.75rem;width:42%;max-width:140px;height:28px}@media (min-width:576px){.epx-hero-skeleton-block--btn{bottom:1rem;left:1rem;height:30px}}.epx-hero-card-play{position:absolute;inset:0;z-index:1;display:flex;align-items:center;justify-content:center;margin:0;padding:0;border:none;cursor:pointer;background:rgba(0,0,0,.2);-webkit-appearance:none;-moz-appearance:none;appearance:none}.epx-hero-card-play:hover{background:rgba(0,0,0,.32)}.epx-hero-card-play:focus-visible{outline:2px solid #fff;outline-offset:-4px}.epx-hero-card-play:after{content:"";width:0;height:0;border-color:transparent transparent transparent #fff;border-style:solid;border-width:14px 0 14px 22px;margin-left:6px;filter:drop-shadow(0 1px 2px rgba(0,0,0,.35));pointer-events:none}.epx-hero-video-modal{position:fixed;inset:0;z-index:10050;display:flex;align-items:center;justify-content:center;padding:clamp(.75rem,3vw,1.5rem)}.epx-hero-video-modal-backdrop{position:absolute;inset:0;margin:0;padding:0;border:none;cursor:pointer;background:rgba(15,23,42,.72);-webkit-appearance:none;-moz-appearance:none;appearance:none}.epx-hero-video-modal-panel{position:relative;z-index:1;width:min(960px,100%);max-height:min(90vh,100%);display:flex;flex-direction:column;background:#0f172a;border-radius:12px;overflow:hidden;box-shadow:0 25px 50px -12px rgba(0,0,0,.45),0 0 0 1px hsla(0,0%,100%,.06)}.epx-hero-video-modal-toolbar{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.65rem .75rem .65rem 1rem;flex-shrink:0;background:#0f172a}.epx-hero-video-modal-title{margin:0;font-size:clamp(.9rem,2vw + .65rem,1.05rem);font-weight:600;color:#f1f5f9;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.epx-hero-video-modal-close{flex-shrink:0;width:2.25rem;height:2.25rem;display:flex;align-items:center;justify-content:center;margin:0;padding:0;border:none;border-radius:8px;cursor:pointer;color:#e2e8f0;background:hsla(0,0%,100%,.08);font-size:1.35rem;line-height:1;-webkit-appearance:none;-moz-appearance:none;appearance:none}.epx-hero-video-modal-close:hover{background:hsla(0,0%,100%,.16)}.epx-hero-video-modal-close:before{content:"×"}.epx-hero-video-modal-frame{position:relative;width:100%;aspect-ratio:16/9;background:#000}.epx-hero-video-modal-embed-html iframe,.epx-hero-video-modal-iframe{position:absolute;inset:0;width:100%;height:100%;border:0;display:block}.epx-hero-video-modal-embed-html,.epx-hero-video-modal-embed-html>*{position:absolute;inset:0;width:100%;height:100%}.epx-hero-card-context{padding:.75rem 1rem 2.75rem;text-align:left}@media (min-width:576px){.epx-hero-card-context{padding:1rem 1.25rem 3rem}}.epx-hero-card-desc{margin:.35rem 0 0;font-size:clamp(.8rem,1.5vw + .65rem,.95rem);color:#616161;line-height:1.45}.epx-partners{background:transparent}.epx-partners-title{font-size:clamp(.9rem,2.5vw + .75rem,1.125rem);font-weight:600;color:#111827;margin:0}.epx-partners-logos{display:flex;flex-wrap:nowrap;align-items:center;gap:12px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.epx-partners-logos::-webkit-scrollbar{display:none}.epx-partner-logo-card{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;min-height:clamp(48px,12vw,72px);min-width:clamp(80px,22vw,122px)}.epx-partner-logo-img{width:clamp(80px,22vw,122px);height:clamp(48px,12vw,72px);object-fit:contain;opacity:1}.epx-partner-name{font-size:.9rem;color:var(--epx-text-muted);font-weight:500}.epx-partner-small{font-size:.85rem}.epx-section-title{font-size:clamp(1.25rem,3vw + .75rem,1.75rem);font-weight:700;color:var(--epx-primary);margin-bottom:.5rem;color:#000}.epx-section-sub{font-size:clamp(.875rem,1.2vw + .6rem,1rem);color:#606060;margin-bottom:0}.epx-training-products .epx-section-title{font-size:clamp(1.35rem,4vw + .75rem,2.25rem);color:#000;letter-spacing:-.02em}.epx-training-products .epx-section-sub{font-size:clamp(.8125rem,1.2vw + .5rem,.9375rem);color:#919191;line-height:1.6}.epx-filters{gap:.75rem}@media (min-width:576px){.epx-filters{gap:1.25rem}}@media (min-width:768px){.epx-filters{gap:2rem}}.epx-filter-btn{padding:.4rem .9rem;border-radius:2rem;border:1px solid #e2e8f0;background:#fff;color:var(--epx-text);font-size:clamp(.8rem,1.2vw + .5rem,.9rem);cursor:pointer;transition:all .2s}@media (min-width:576px){.epx-filter-btn{padding:.5rem 1.25rem}}.epx-filter-btn.active,.epx-filter-btn:hover{background:var(--epx-primary);color:#fff;border-color:var(--epx-primary)}.epx-training-products .epx-filter-btn{border:1px solid #ddd;background:#fff;color:#919191;padding:.4rem .85rem;border-radius:9999px;font-size:clamp(.8rem,1.2vw + .5rem,.9rem);font-weight:500;position:relative}@media (min-width:576px){.epx-training-products .epx-filter-btn{padding:.5rem 1.15rem}}.epx-training-products__tabs{gap:12px!important;flex-wrap:nowrap!important;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;justify-content:flex-start!important;width:100%;padding:10px 24px 10px 12px}@media (min-width:576px){.epx-training-products__tabs{gap:24px!important;padding-right:24px}}@media (min-width:992px){.epx-training-products__tabs{justify-content:center!important;padding-right:0}}.epx-training-products__tabs::-webkit-scrollbar{display:none}.epx-training-products__tabs .epx-filter-btn{flex:0 0 auto}.epx-training-products .epx-filter-btn:hover{border-color:#cfcfcf}.epx-training-products .epx-filter-btn.active,.epx-training-products .epx-filter-btn.active:hover{background:#204ecf;border-color:#204ecf;color:#fff;box-shadow:0 0 0 2px rgba(66,125,255,.14),0 0 12px rgba(66,125,255,.32),0 0 12px rgba(66,125,255,.2);z-index:1}.epx-course-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.06);transition:box-shadow .2s;height:100%;display:flex;flex-direction:column}.epx-course-card--link{text-decoration:none;color:inherit;cursor:pointer}.epx-course-card:hover{box-shadow:0 8px 24px rgba(30,58,95,.12)}.epx-course-card-image{position:relative;height:clamp(140px,38vw,180px);overflow:hidden}.epx-course-card-image img{width:100%;height:100%;object-fit:cover}.epx-course-badge{position:absolute;top:10px;left:10px;background:var(#eee);color:#155dfc;font-size:.7rem;font-weight:600;padding:.2rem .5rem;border-radius:4px}.epx-course-fav{position:absolute;top:10px;right:10px;background:hsla(0,0%,100%,.9);border:none;width:36px;height:36px;border-radius:50%;cursor:pointer;color:var(--epx-text)}.epx-course-card-body{padding:clamp(.75rem,2vw,1rem);flex:1 1 auto;display:flex;flex-direction:column;min-height:0}.epx-course-bottom{margin-top:auto}.epx-course-card-title{font-size:clamp(.9rem,1.5vw + .6rem,1rem);font-weight:600;margin-bottom:.5rem;min-width:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;overflow-wrap:anywhere}.epx-course-card-title a{color:var(--epx-primary);text-decoration:none}.epx-course-meta{display:flex;align-items:center;gap:.75rem;margin-bottom:.35rem}.epx-course-rating{color:var(--epx-gold);font-size:.9rem}.epx-course-instructor,.epx-course-students{font-size:.85rem;color:var(--epx-text-muted);margin-bottom:.25rem}.epx-course-price{font-weight:700;color:var(--epx-primary);margin-bottom:0;font-size:1rem}.epx-training-products .epx-course-card{border-radius:16px;box-shadow:0 6px 22px rgba(15,37,110,.08)}.epx-training-products .epx-course-card:hover{box-shadow:0 14px 34px rgba(15,37,110,.14)}.epx-training-products .epx-course-card-image{height:clamp(160px,36vw,220px)}.epx-training-products .epx-course-badge{background:#eee;color:var(--epx-primary-600);border-radius:10px;padding:.25rem .55rem;font-size:.7rem;font-weight:600}.epx-training-products .epx-course-card-body{padding:1rem 1.05rem 1.05rem;flex:1 1 auto;display:flex;flex-direction:column;min-height:0}.epx-training-products .epx-course-meta{gap:.4rem;margin-bottom:.55rem}.epx-training-products .epx-course-rating{font-size:.875rem;display:inline-flex;align-items:center;gap:.3rem}.epx-training-products .epx-course-rating-icon{color:#fdc700;display:inline-flex;align-items:center}.epx-training-products .epx-course-rating-value{color:#000;font-weight:600}.epx-training-products .epx-course-meta-dot{color:#919191;font-weight:700;line-height:1}.epx-training-products .epx-course-students{font-size:.85rem;color:#919191;margin-bottom:0}.epx-training-products .epx-course-card-title{margin:0 0 .85rem;font-size:1rem;font-weight:700;line-height:1.35}.epx-training-products .epx-course-card-title a{font-size:clamp(1rem,2vw + .75rem,1.375rem);color:#09235c;font-weight:700}.epx-training-products .epx-course-card-title a:hover{color:#204ecf}.epx-training-products .epx-course-bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:.75rem;margin-top:auto}.epx-training-products .epx-course-from{font-size:.75rem;color:#919191;margin-bottom:.25rem}.epx-training-products .epx-course-price{font-size:clamp(.9rem,1.5vw + .6rem,1.125rem);color:#155dfc;font-weight:700}.epx-training-products .epx-course-price-row{display:flex;flex-wrap:wrap;align-items:baseline;gap:.4rem .55rem}.epx-training-products .epx-course-price-original{font-size:clamp(.75rem,1.2vw + .55rem,.9rem);color:#b0b0b0;font-weight:500;text-decoration:line-through}.epx-training-products .epx-course-card--link .epx-course-card-title{font-size:clamp(1rem,2vw + .75rem,1.375rem);color:#09235c;font-weight:700}.epx-training-products .epx-course-card--link:hover .epx-course-card-title{color:#204ecf}.epx-training-products .epx-course-arrow{width:clamp(28px,6vw,34px);height:clamp(28px,6vw,34px);border-radius:10px;background:#f3f6ff;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;flex-shrink:0;transition:background .2s ease,transform .2s ease}.epx-training-products .epx-course-arrow i{color:#204ecf;font-size:.85rem}.epx-training-products .epx-course-arrow:hover{background:#eaf0ff;transform:translateX(1px)}@media (max-width:767.98px){.epx-training-products .epx-course-card-image{height:clamp(188px,52vw,240px)}.epx-training-products .epx-course-card-body{padding:.75rem .85rem .95rem}.epx-training-products .epx-course-meta{margin-bottom:.4rem;gap:.35rem}.epx-training-products .epx-course-rating,.epx-training-products .epx-course-students{font-size:.8125rem}.epx-training-products .epx-course-card--link .epx-course-card-title,.epx-training-products .epx-course-card-title{font-size:.9375rem;line-height:1.35;margin:0 0 .65rem}.epx-training-products .epx-course-from{font-size:.7rem}.epx-training-products .epx-course-price{font-size:.9375rem}.epx-training-products .epx-course-price-original{font-size:.75rem}.epx-training-products .epx-course-bottom{gap:.5rem}.epx-training-products .epx-course-badge{font-size:.65rem;padding:.2rem .45rem;top:8px;left:8px}.epx-training-products .epx-course-arrow{width:30px;height:30px;border-radius:8px}.epx-training-products .epx-course-arrow i{font-size:.75rem}}.epx-training-products__empty{padding:1.25rem 1rem;color:#919191;font-size:.95rem}.epx-view-all-link,.epx-view-all-link:visited{display:inline-flex;align-items:center;gap:.5rem;color:#155dfc;text-decoration:none;font-weight:600;font-size:clamp(.875rem,1.2vw + .6rem,1rem);line-height:1.2}.epx-view-all-link:hover{color:#0b3ef7;text-decoration:underline}.epx-view-all-link span{font-weight:700}.epx-promo{background:#0f256e;color:#fff}.epx-corporate-clients{background:#eff6ff}.epx-corporate-clients.py-80{padding-top:3rem;padding-bottom:3rem}@media (min-width:768px){.epx-corporate-clients.py-80{padding-top:4rem;padding-bottom:4rem}}.epx-corporate-clients--responsive.py-30{padding-top:1.5rem;padding-bottom:1.5rem}@media (min-width:576px){.epx-corporate-clients--responsive.py-30{padding-top:2rem;padding-bottom:2rem}}@media (min-width:768px){.epx-corporate-clients--responsive.py-30{padding-top:30px;padding-bottom:30px}}.epx-corporate-clients-title{font-size:clamp(1.1rem,2.5vw + .75rem,1.5rem);font-weight:700;color:var(--epx-neutral-900,#1a1a1a);margin:0}@media (min-width:768px){.epx-corporate-clients-title{font-size:clamp(1rem,2.5vw + .75rem,1.3rem)}}.epx-corporate-clients-logos{gap:.5rem;row-gap:1rem}@media (min-width:576px){.epx-corporate-clients-logos{gap:1.5rem}}.epx-corporate-clients-logo{max-height:56px;width:auto;object-fit:contain}@media (min-width:576px){.epx-corporate-clients-logo{max-height:72px}}@media (min-width:768px){.epx-corporate-clients-logo{max-height:90px}}.epx-promo--responsive.py-100{padding-top:2.5rem;padding-bottom:2.5rem}@media (min-width:576px){.epx-promo--responsive.py-100{padding-top:3.5rem;padding-bottom:3.5rem}}@media (min-width:992px){.epx-promo--responsive.py-100{padding-top:5rem;padding-bottom:5rem}}.epx-promo-label{display:inline-block;background:#3664cb;color:#ebf1ff;font-size:.75rem;font-weight:700;padding:.25rem .75rem;border-radius:9999px}@media (min-width:576px){.epx-promo-label{font-size:.875rem;padding:.2rem 1rem}}.epx-promo-title{color:#fff;font-size:1.5rem;font-weight:800;margin:.6rem 0 1rem;line-height:1.25}@media (min-width:576px){.epx-promo-title{font-size:2rem;margin:.75rem 0 1.2rem}}@media (min-width:992px){.epx-promo-title{font-size:2.5rem;margin:.85rem 0 1.4rem}}.epx-promo-list{list-style:none;padding:0;margin:0 0 1.25rem}@media (min-width:576px){.epx-promo-list{margin-bottom:1.75rem}}.epx-promo-list li{padding:.3rem 0;display:flex;align-items:flex-start;gap:.5rem;color:#ebf1ff;font-size:.8125rem;line-height:1.5}@media (min-width:576px){.epx-promo-list li{padding:.35rem 0;gap:.6rem;font-size:.875rem;line-height:1.55}}.epx-promo-list li i{margin-top:.2rem;color:rgba(235,241,255,.95)}.epx-promo-btn,.epx-promo-btn:visited{display:inline-flex;align-items:center;justify-content:center;background:#fff;color:#000;font-weight:700;font-size:14px;padding:.6rem 1.35rem;border-radius:12px;text-decoration:none;width:100%;box-sizing:border-box}@media (min-width:576px){.epx-promo-btn,.epx-promo-btn:visited{width:auto;max-width:none;padding:.5rem 1.35rem}}.epx-promo-btn:hover{color:#0f256e;transform:translateY(-1px);box-shadow:0 18px 40px rgba(0,0,0,.22),0 0 0 8px hsla(0,0%,100%,.12)}.epx-promo-image-wrap{position:relative;overflow:visible;width:100%;max-width:100%;margin-left:auto;margin-right:auto}@media (min-width:576px){.epx-promo-image-wrap{max-width:min(100%,349px)}}@media (min-width:992px){.epx-promo-image-wrap{margin-right:0}}.epx-promo-image{position:relative;border-radius:16px;overflow:hidden}.epx-promo-image img{width:100%;height:auto;display:block;position:relative;z-index:1;object-fit:cover}.epx-promo-badge{position:absolute;right:8px;bottom:8px;width:100px;height:100px;border-radius:50%;background:#155dfc;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;z-index:5;box-shadow:0 12px 28px rgba(21,93,252,.4);pointer-events:none}@media (min-width:576px){.epx-promo-badge{right:0;bottom:0;width:120px;height:120px}}@media (min-width:992px){.epx-promo-badge{right:-24px;bottom:-24px;width:150px;height:150px;box-shadow:0 16px 40px #155dfc4d}}.epx-promo-badge:before{content:"";position:absolute;inset:-8px;border-radius:50%;background:rgba(32,78,207,.25);z-index:-1}@media (min-width:992px){.epx-promo-badge:before{inset:-14px}}.epx-promo-badge-top{font-size:12px;font-weight:800;color:#ebf1ff}@media (min-width:576px){.epx-promo-badge-top{font-size:10px}}.epx-promo-badge-value{font-size:28px;font-weight:900;line-height:1;margin:.1rem 0 .05rem}@media (min-width:576px){.epx-promo-badge-value{font-size:34px}}@media (min-width:992px){.epx-promo-badge-value{font-size:44px;margin:.15rem 0 .1rem}}.epx-promo-badge-bottom{font-size:8px;opacity:.95}@media (min-width:576px){.epx-promo-badge-bottom{font-size:9px}}@media (min-width:992px){.epx-promo-badge-bottom{font-size:11px}}.epx-instructor-card{width:100%;height:100%;min-height:0;display:flex;flex-direction:column;align-items:stretch;background:#fff;overflow:hidden}.epx-instructor-card-image{position:relative;width:100%;flex:0 0 auto;aspect-ratio:2.5/3;max-width:100%;overflow:hidden;border-radius:12px;border:2px solid #d0dcff}.epx-instructor-card-image img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.epx-instructor-card-body{padding:clamp(.75rem,2vw) 0 0;margin-top:.75rem;text-align:left;flex:0 0 auto}.epx-instructor-name{font-size:clamp(.95rem,1.2vw + .6rem,1.1rem);font-weight:700;color:var(--epx-primary);margin-bottom:.25rem}.epx-instructor-role{font-size:clamp(.8rem,1vw + .5rem,.9rem);font-weight:400;color:#919191;margin-bottom:0}.epx-instructors-header{margin-bottom:clamp(1.25rem,3vw,2rem)}@media (min-width:768px){.epx-instructors-header{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1rem}}.epx-instructors-header-text{max-width:42rem;flex:1 1 auto}.epx-instructors-nav{align-items:center;gap:.5rem;flex-shrink:0}.epx-instructor-nav-btn{width:44px;height:44px;border-radius:50%;border:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:opacity .2s;box-shadow:none}.epx-instructor-nav-btn:hover{opacity:.9}.epx-instructor-nav-btn:active{transform:scale(.98)}.epx-instructor-nav-prev{background:#f1f5f9;color:#efefef}.epx-instructor-nav-prev i{font-size:14px;color:var(--epx-primary-600)}.epx-instructor-nav-next{background:var(--epx-primary-600);color:#fff}.epx-instructor-nav-next i{font-size:14px}.epx-instructor-slider-wrap{overflow:hidden;margin:0 -.5rem}.epx-instructor-slider--loading,.epx-instructors-loading{min-height:280px;border-radius:12px;background:#f1f5f9}.epx-instructor-slider .epx-instructor-slide{padding:0 .5rem;height:100%}.epx-instructor-slider .slick-track{display:flex;align-items:stretch}.epx-instructor-slider .slick-slide{height:auto}.epx-instructor-slider .slick-slide>div{height:100%;display:flex}.epx-instructors-grid-wrap{width:100%}.epx-instructors-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:clamp(1rem,3vw,2rem);gap:clamp(1rem,3vw,2rem);list-style:none;padding:0;margin:0}.epx-instructors-grid--loading{min-height:320px;border-radius:24px;background:linear-gradient(90deg,#f1f5f9,#f8faff 50%,#f1f5f9);background-size:200% 100%;animation:epx-instructors-shimmer 1.2s ease-in-out infinite}@keyframes epx-instructors-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}@media (prefers-reduced-motion:reduce){.epx-instructors-grid--loading{animation:none;background:#f1f5f9}}.epx-instructor-grid-cell{min-width:0;height:100%;display:flex}.epx-instructors-grid .epx-instructor-card{flex:1 1;align-items:center;background:#f6f9ff;border-radius:24px;box-shadow:0 8px 32px rgba(10,37,64,.06);padding:clamp(1.75rem,4vw,3rem);overflow:visible}.epx-instructors-grid .epx-instructor-card-image{width:clamp(112px,22vw,144px);height:clamp(112px,22vw,144px);max-width:100%;aspect-ratio:1;border-radius:50%;border:3px solid #dbeafe;margin:0 auto;flex-shrink:0}.epx-instructors-grid .epx-instructor-card-body{width:100%;padding:clamp(1rem,2.5vw,1.25rem) 0 0;margin-top:0;text-align:center;display:flex;flex-direction:column;align-items:center}.epx-instructors-grid .epx-instructor-name{color:#0a2540;margin-bottom:.35rem}.epx-instructors-grid .epx-instructor-role{color:#8898aa}.epx-instructor-slider .slick-next,.epx-instructor-slider .slick-prev{display:none!important}.epx-consultation-card{border-radius:0;background:transparent;padding:0;box-shadow:none}@media (max-width:767px){.epx-consultation-card{border-radius:24px;background:#fff;padding:clamp(1.25rem,4vw,2rem);box-shadow:0 4px 16px rgba(215,228,255,.65),0 12px 40px rgba(215,228,255,.45)}}.epx-consultation-video-frame{border-radius:20px;padding:16px;background:#204ecf}.epx-consultation-video-frame .epx-video-wrap,.epx-video-wrap{border-radius:12px}.epx-video-wrap{position:relative;overflow:hidden;background:#000;padding-bottom:56.25%;height:0}.epx-video-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%}.epx-video-overlay-text{display:none}.epx-consultation-content{display:flex;flex-direction:column;align-items:flex-start}.epx-consultation-badge{display:inline-block;background-color:#204ecf;color:#fff;font-size:clamp(.75rem,1vw + .3rem,.5rem);font-weight:500;padding:.35rem 1rem;border-radius:9999px;margin-bottom:1rem;cursor:pointer}.epx-consultation-badge:hover{background-color:var(--epx-primary-800)!important}.epx-consultation-title{font-size:clamp(1.25rem,3vw + .75rem,1.75rem);font-weight:600;color:#000}.epx-consult-list{list-style:none;padding:0;margin:0}.epx-consult-list li{padding:.35rem 0;display:flex;align-items:center;gap:.5rem;font-size:clamp(.875rem,1.2vw + .6rem,1rem);font-weight:500;color:var(--epx-primary-700)}.epx-consult-list li i.epx-consult-list-icon{color:#3a3a3a;flex-shrink:0}.epx-consult-list li i{color:var(--epx-primary)}.epx-consultation-content .epx-consult-list li{color:#155dfc}.epx-btn-primary{background-color:#204ecf!important;color:#fff!important;font-weight:600;border-radius:8px;font-size:clamp(.75rem,1vw + .3rem,.5rem);font-weight:500;padding:.5rem 1.5rem;border:none}.epx-btn-primary:hover{background-color:var(--epx-primary-800)!important;color:#fff!important}.epx-testimonials-header{max-width:720px;margin-left:auto;margin-right:auto}.epx-testimonials-label{display:block;font-size:1rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#155dfc;margin-bottom:.5rem}.epx-testimonials-title{font-size:clamp(1.75rem,4vw + .5rem,2.25rem);font-weight:700;color:#000;margin-bottom:.75rem;letter-spacing:-.02em}.epx-testimonials-sub{font-size:clamp(.9375rem,1.2vw + .6rem,1rem);color:#919191;line-height:1.5;margin-bottom:0}.epx-testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem 1.5rem;gap:1.5rem 1.5rem;margin-bottom:1.5rem}.epx-testimonials-slide{min-width:0;display:flex;flex-direction:column}@media (max-width:991px){.epx-testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.epx-testimonials-grid{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:stretch;gap:1rem;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scroll-padding-inline:0;padding-bottom:.25rem;margin-bottom:1.5rem}.epx-testimonials-grid .epx-testimonials-slide{flex:0 0 min(calc(100vw - 2.5rem),320px);width:min(calc(100vw - 2.5rem),320px);max-width:min(calc(100vw - 2.5rem),320px);scroll-snap-align:start;min-height:0}.epx-testimonials-grid .epx-testimonials-slide .epx-testimonial-card{width:100%;min-height:0}}.epx-testimonials-grid--loading{min-height:220px}.epx-testimonials-footer{text-align:left}.epx-testimonials-link{font-size:clamp(.875rem,1vw + .5rem,.9375rem);font-weight:500;color:var(--epx-primary);text-decoration:none}.epx-testimonials-link:hover{text-decoration:underline;color:var(--epx-primary)}.epx-testimonial-card{background:#f8f9fa;border-radius:18px;padding:24px;height:100%;display:flex;flex-direction:column}.epx-testimonial-stars{color:#fdc700;margin-bottom:clamp(.75rem,2vw,1rem);font-size:1rem;letter-spacing:.05em}.epx-testimonial-quote{font-size:clamp(.875rem,1.2vw + .5rem,1rem);color:#6e757b;margin-bottom:1.25rem;line-height:1.5;flex:1 1}.epx-testimonial-divider{border:none;border-top:1px solid #e5e7eb;margin:0 0 1.25rem}.epx-testimonial-author{display:flex;align-items:center;gap:.75rem}.epx-testimonial-author img{width:54px;height:54px;min-width:54px;border-radius:50%;object-fit:cover}.epx-testimonial-author-info{display:flex;flex-direction:column}.epx-testimonial-author-name{display:block;color:#1a1a1a;font-size:clamp(.875rem,1vw + .5rem,.9375rem);font-weight:700}.epx-testimonial-author-company,.epx-testimonial-author-role{display:block;font-size:.8125rem;color:#6b7280;font-weight:400}@media (max-width:767px){.epx-testimonial-card{padding:1rem .875rem;border-radius:14px}.epx-testimonial-stars{font-size:.8125rem;margin-bottom:.5rem;letter-spacing:.04em}.epx-testimonial-quote{font-size:.8125rem;margin-bottom:.875rem;line-height:1.45}.epx-testimonial-divider{margin:0 0 .875rem}.epx-testimonial-author{gap:.625rem;align-items:flex-start}.epx-testimonial-author img{width:44px;height:44px;min-width:44px}.epx-testimonial-author-name{font-size:.8125rem;line-height:1.3}.epx-testimonial-author-company,.epx-testimonial-author-role{font-size:.6875rem;line-height:1.35}}.epx-cta-banner{color:#fff}.epx-cta-banner-inner{background:linear-gradient(180deg,#2b59ff 0,#1a3a8a);border-radius:1.5rem;padding:2rem 1.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;box-sizing:border-box;width:100%;max-width:100%}.epx-cta-title{font-size:clamp(1.125rem,.65rem + 2.1vw,1.5rem);font-weight:700;color:#fff;margin-bottom:.5rem;line-height:1.25}.epx-cta-sub{font-size:clamp(.8125rem,.7rem + .65vw,1rem);color:hsla(0,0%,100%,.95);margin-bottom:0;line-height:1.5;max-width:38rem}.epx-cta-btn-white{background:#fff!important;color:#2b59ff!important;border-color:#fff!important;font-weight:500;font-size:clamp(.8125rem,.75rem + .4vw,1rem);padding:.5rem 3rem;border-radius:15px;box-sizing:border-box;display:inline-block;text-align:center;text-decoration:none;max-width:100%}.epx-cta-btn-white:hover{background:#f7fafc!important;color:#2b59ff!important}.epx-team-cta{background:var(--epx-primary);color:#fff}.epx-team-cta-title{font-size:clamp(1.25rem,3vw + .75rem,1.75rem);font-weight:700;color:#fff;margin-bottom:.5rem}.epx-team-cta-sub{font-size:clamp(.875rem,1.2vw + .6rem,1rem);color:hsla(0,0%,100%,.9);margin-bottom:0}.epx-team-cta-btn{background:#fff!important;color:#000!important;border:none!important;border-radius:15px;padding:.875rem 1.75rem;font-weight:500;font-size:16px;display:inline-block;text-decoration:none;transition:background .2s,color .2s}.epx-team-cta-btn:hover{background:#e5e7eb!important;color:var(--epx-primary)!important}.epx-team-cta-features{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:1.25rem 1.75rem}.epx-team-cta-feature{display:inline-flex;align-items:center;gap:.5rem;color:hsla(0,0%,100%,.9);font-size:clamp(.8rem,1vw + .45rem,.9rem)}.epx-team-cta-check{color:#22c55e;font-size:1rem}.epx-hero-slider .slick-dots{bottom:-35px}.epx-hero-slider .slick-dots li button:before{color:var(--epx-primary)}.gap-2{gap:.5rem}.mb-20{margin-bottom:1.25rem}.mb-30{margin-bottom:1.5rem}.mb-40{margin-bottom:2rem}.mb-50{margin-bottom:2.5rem}.mt-30{margin-top:1.5rem}.mt-50{margin-top:2.5rem}.pt-40{padding-top:2rem}.py-60{padding-top:3rem;padding-bottom:3rem}.py-80{padding-top:4rem;padding-bottom:4rem}.py-100{padding-top:5rem;padding-bottom:5rem}@media (max-width:767px){.epx-partners-container{background:#f2f2f2;padding:16px 12px}.epx-partners-logos{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));overflow:visible;grid-gap:8px 4px;gap:8px 4px}.epx-partner-logo-card{min-width:0;min-height:20px}.epx-partner-logo-img{width:20vw;height:auto}.epx-hero.pt-50{padding-top:2rem}.epx-hero.rpb-100{padding-bottom:2.5rem}.epx-partners.mt-30{margin-top:1.5rem}.epx-training-products.py-50{padding-top:2rem;padding-bottom:2rem}.epx-training .mb-40,.epx-training-products .mb-40{margin-bottom:1.5rem!important}.epx-cta-banner.pb-60{padding-bottom:2.5rem!important}.epx-cta-banner-inner{padding:1.35rem 1rem;border-radius:1rem}.epx-cta-btn-white{display:block;width:100%;padding:.625rem 1rem;overflow-wrap:break-word}.epx-cta-banner.py-80,.epx-team-cta.py-80{padding-top:2rem;padding-bottom:2rem}.epx-consultation.pt-90.pb-90,.epx-instructors.pt-90.pb-90,.epx-testimonials.pt-90.pb-90{padding-top:2.5rem;padding-bottom:2.5rem}.epx-instructors .mb-50,.epx-testimonials .mb-50{margin-bottom:1.5rem!important}.epx-instructors-header{margin-bottom:1.25rem;gap:.75rem}.epx-instructors-header-text{flex:1 1 100%}.epx-instructors-nav{margin-left:auto}.epx-instructor-nav-btn{width:40px;height:40px}.epx-instructor-slider-wrap{margin:0 -.25rem;-webkit-overflow-scrolling:touch}.epx-instructor-slider .epx-instructor-slide{padding:0 .25rem}.mb-20{margin-bottom:1rem!important}.mb-30{margin-bottom:1.25rem!important}.mb-40{margin-bottom:1.5rem!important}.mb-50{margin-bottom:2rem!important}.mt-30{margin-top:1.25rem!important}.mt-50{margin-top:2rem!important}.pt-40{padding-top:1.5rem!important}.pt-90{padding-top:2.5rem!important}.pb-90{padding-bottom:2.5rem!important}}@media (max-width:575px){.epx-hero.pt-50{padding-top:1.5rem}.epx-hero.rpb-100{padding-bottom:2rem}.epx-cta-banner.py-80,.epx-team-cta.py-80{padding-top:1.5rem;padding-bottom:1.5rem}.epx-cta-banner.pb-60{padding-bottom:2rem!important}.epx-cta-banner-inner{padding:1.125rem .875rem;border-radius:.875rem}}.epx-search-modal{position:fixed;inset:0;z-index:10050;background:#fff;display:flex;flex-direction:column;overflow:hidden}.epx-search-modal-inner{flex:1 1;display:flex;flex-direction:column;min-height:0;width:100%;margin:0 auto;padding-top:max(.65rem,env(safe-area-inset-top))}.epx-search-modal-toolbar{--epx-search-control-h:38px;display:flex;align-items:stretch;gap:.65rem;flex-shrink:0;padding:0 .85rem}.epx-search-modal-field{flex:1 1;display:flex;align-items:center;gap:.5rem;min-width:0;height:var(--epx-search-control-h);padding:.35rem .8rem;border-radius:12px;background:#e9f5ff;box-sizing:border-box}.epx-search-modal-field-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;opacity:.85}.epx-search-modal-field-icon img{width:18px;height:18px;display:block}.epx-search-modal-input{flex:1 1;min-width:0;height:1rem;padding:0;border:none;background:transparent;font-size:12px;line-height:1rem;white-space:nowrap;text-overflow:ellipsis;color:#1b315a;caret-color:#1b315a;outline:none}.epx-search-modal-input::placeholder{color:rgba(27,49,90,.45)}.epx-search-modal-close{flex-shrink:0;height:var(--epx-search-control-h);padding:0 .8rem;border:none;border-radius:10px;background:#e9f5ff;color:#2a63ea;font-size:.875rem;line-height:1;font-weight:600;cursor:pointer;transition:background .2s ease}.epx-search-modal-close:hover{background:#dce8ff}.epx-search-modal-close:focus-visible{outline:2px solid #2a63ea;outline-offset:2px}.epx-search-modal-suggestions{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.85rem;flex-shrink:0;padding:0 .85rem}.epx-search-chip{padding:.35rem .85rem;border-radius:999px;border:1px solid #e0e6f0;background:#f5f7fb;color:#4a5b78;font-size:.8125rem;cursor:pointer;transition:background .2s ease,border-color .2s ease}.epx-search-chip:hover{background:#e9f5ff;border-color:rgba(42,99,234,.25);color:#1b315a}.epx-search-modal-divider{margin:1rem 0 .75rem;border:0;border-top:1px solid #e8ecf4;flex-shrink:0}.epx-search-modal-results{flex:1 1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;margin:0 -.25rem;padding:0 .25rem .5rem}.epx-footer .epx-footer-by-badge{display:inline-block;margin-top:10px;padding:5px 12px;font-size:11px;font-weight:500;letter-spacing:.02em;color:hsla(0,0%,100%,.9);background:hsla(0,0%,100%,.12);border-radius:999px}.epx-footer .epx-footer-divider{margin:2.5rem 0 0;border:0;border-top:1px solid hsla(0,0%,100%,.12);opacity:1}.epx-footer .copyright-area{margin-top:0}.epx-footer .copyright-inner p.footer-copyright-text,.epx-footer .copyright-inner p.footer-copyright-text a{text-transform:none}.epx-help-fab{position:fixed;right:1rem;bottom:1rem;z-index:100003;flex-direction:row;gap:.65rem;text-decoration:none;color:inherit}.epx-help-fab,.epx-help-fab__label{display:inline-flex;align-items:center}.epx-help-fab__label{flex-shrink:0;white-space:nowrap;min-height:44px;padding:.55rem 1rem;border-radius:999px;background:#f3f4f6;font-size:.875rem;line-height:1.3;color:#111;box-shadow:0 4px 16px rgba(15,37,110,.08);opacity:0;visibility:hidden;transform:translateX(.5rem);pointer-events:none;transition:opacity .2s ease,visibility .2s ease,transform .2s ease}.epx-help-fab:focus-visible .epx-help-fab__label,.epx-help-fab:has(.epx-help-fab__icon:hover) .epx-help-fab__label,.epx-help-fab:has(.epx-help-fab__label:hover) .epx-help-fab__label{opacity:1;visibility:visible;transform:translateX(0);pointer-events:auto}.epx-help-fab__label strong{font-weight:700}.epx-help-fab__icon{flex-shrink:0;width:64px;height:64px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#25d366;color:#fff;font-size:1.65rem;box-shadow:0 6px 20px rgba(37,211,102,.35);transition:transform .2s ease,box-shadow .2s ease}.epx-help-fab:hover .epx-help-fab__icon{transform:scale(1.04);box-shadow:0 8px 24px rgba(37,211,102,.42)}@media (max-width:575.98px){.epx-help-fab{right:max(1rem,env(safe-area-inset-right,0px));bottom:max(1rem,env(safe-area-inset-bottom,0px));gap:0}.epx-help-fab__label{display:none!important}.epx-help-fab__icon{width:52px;height:52px;font-size:1.45rem}}@media (min-width:576px) and (max-width:767.98px){.epx-help-fab__icon{width:56px;height:56px}}.training-page-header{padding:2.5rem 0 1.5rem;background:#fff}.training-page-header__inner{display:grid;grid-template-columns:1fr;grid-gap:1.25rem;gap:1.25rem;align-items:center}@media (min-width:992px){.training-page-header__inner{grid-template-columns:1fr 1fr;gap:2rem}}.training-page-header__title{font-size:clamp(1.5rem,1.1rem + 1.8vw,2.5rem);line-height:1.2;margin-bottom:.75rem;color:#000}.training-page-header__subtitle{margin-bottom:10px;color:#676767;line-height:1.5;font-size:.95rem}.training-page-header__social-proof{display:flex;align-items:center;margin-top:24px;margin-bottom:6px}.training-page-header__social-proof-avatars{display:flex;margin-right:12px}.training-page-header__social-proof-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;border:2px solid #fff;margin-left:0;box-shadow:0 1px 4px rgba(60,72,88,.04)}.training-page-header__social-proof-avatar--overlap{margin-left:-12px}.training-page-header__social-proof-caption{color:#676767;font-size:14px;font-weight:400;vertical-align:middle}.training-page-header__cta{border:none;background:#204ecf;color:#fff;margin-top:14px;border-radius:10px;padding:.5rem 1.25rem;font-weight:600;text-decoration:none;display:inline-block;text-align:center;cursor:pointer}.training-page-header__media img{width:100%;border-radius:18px;display:block;object-fit:cover;aspect-ratio:16/9}.training-page-header__skeleton{display:grid;grid-template-columns:1fr;grid-gap:1.25rem;gap:1.25rem;align-items:center}@media (min-width:992px){.training-page-header__skeleton{grid-template-columns:1fr 1fr;gap:2rem}}.training-page-header__skeleton-avatar,.training-page-header__skeleton-image,.training-page-header__skeleton-line{position:relative;overflow:hidden;background:#f1f3f8}.training-page-header__skeleton-avatar:after,.training-page-header__skeleton-image:after,.training-page-header__skeleton-line:after{content:"";position:absolute;inset:0;transform:translateX(-100%);background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.75),transparent);animation:training-header-skeleton-shimmer 1.4s ease-in-out infinite}.training-page-header__skeleton-content{display:flex;flex-direction:column}.training-page-header__skeleton-line{border-radius:8px;height:14px}.training-page-header__skeleton-line--title{height:40px;width:92%;margin-bottom:12px}.training-page-header__skeleton-line--subtitle-1{width:88%;margin-bottom:8px}.training-page-header__skeleton-line--subtitle-2{width:72%;margin-bottom:20px}.training-page-header__skeleton-social{display:flex;align-items:center;gap:8px;margin-bottom:18px}.training-page-header__skeleton-avatar{width:36px;height:36px;border-radius:50%}.training-page-header__skeleton-line--social{width:55%;height:12px;margin-left:4px}.training-page-header__skeleton-line--cta{width:180px;height:38px;border-radius:10px}.training-page-header__skeleton-image{width:100%;aspect-ratio:16/9;border-radius:18px}@keyframes training-header-skeleton-shimmer{to{transform:translateX(100%)}}.training-page-product{padding:1rem 0 0}.training-page-product__mobile-summary{display:none}.training-page-product__mobile-summary .training-page-product__stats{grid-column:1/-1;display:flex;align-items:center;gap:.7rem;color:#7b7b7b;margin-bottom:.15rem}.training-page-product__mobile-summary .training-page-product__stats-item{display:inline-flex;align-items:center;gap:.6rem}.training-page-product__mobile-summary .training-page-product__stats-item strong{font-size:1rem;line-height:1;color:#111;font-weight:700}.training-page-product__mobile-summary .training-page-product__stats-item span{font-size:.8rem;color:#7b7b7b}.training-page-product__mobile-summary .training-page-product__stats-divider{color:#cfcfcf;font-size:1.2rem;line-height:1}.training-page-product__mobile-summary .training-page-product__title{grid-column:1/-1;margin:0 0 .15rem;font-size:clamp(1.55rem,1.2rem + 1vw,2rem);font-weight:700;color:#111}.training-page-product__toolbar{display:grid;grid-template-columns:1fr;grid-gap:.75rem;gap:.75rem;margin-bottom:.5rem}@media (min-width:992px){.training-page-product__toolbar{grid-template-columns:280px 1fr;align-items:center}}.training-page-product__search{display:flex;align-items:center;gap:.5rem;border:1px solid #d1e0ff;border-radius:12px;background:#fff;height:40px;padding:0 1rem 0 0;box-sizing:border-box;margin-right:10px;transition:border-color .2s ease,box-shadow .2s ease}.training-page-product__search:focus-within{border-color:#b8cdff;box-shadow:0 0 0 3px rgba(32,78,207,.08)}.training-page-product__search input{flex:1 1;min-width:0;height:100%;border:none;outline:none;background:transparent;font-size:.875rem;line-height:1.25;color:#111827}.training-page-product__search input::placeholder{color:#acacac}.training-page-product__search-icon{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;color:#acacac;font-size:.875rem;padding-left:.15rem}.training-page-product__tabs-outer{width:100%}.training-page-product__tabs{display:flex;gap:10px;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;justify-content:flex-start;width:100%;padding:10px 0 10px 10px;box-sizing:border-box}.training-page-product__tabs::-webkit-scrollbar{display:none}@media (min-width:576px){.training-page-product__tabs{gap:14px;padding-right:24px}}.training-page-product__tab{flex:0 0 auto;padding:.4rem .85rem;border-radius:9999px;border:1px solid #ddd;background:#fff;color:#919191;font-size:clamp(.8rem,1.2vw + .5rem,.9rem);font-weight:500;cursor:pointer;position:relative;transition:background .2s,border-color .2s,color .2s,box-shadow .2s}@media (min-width:576px){.training-page-product__tab{padding:.5rem 1.15rem}}.training-page-product__tab:hover{border-color:#cfcfcf}.training-page-product__tab.active,.training-page-product__tab.active:hover{background:#204ecf;border-color:#204ecf;color:#fff;box-shadow:0 0 0 2px rgba(66,125,255,.14),0 0 12px rgba(66,125,255,.32),0 0 12px rgba(66,125,255,.2);z-index:1}.training-page-product__tab-skeleton{flex:0 0 auto;width:110px;height:34px;border-radius:9999px;background:linear-gradient(90deg,#edf2ff 25%,#dde8ff 37%,#edf2ff 63%);background-size:400% 100%;animation:training-shimmer 1.5s linear infinite}.training-page-product__body{display:grid;grid-template-columns:1fr;grid-gap:1rem;gap:1rem}@media (min-width:992px){.training-page-product__body{grid-template-columns:270px 1fr;align-items:start}}.training-page-product__sidebar{border:1px solid #c8d9ff;border-radius:12px;background:#fff;max-height:600px;overflow:auto}.training-page-product__sidebar h3{font-size:.95rem;margin-bottom:.75rem;padding:.7rem 0;text-align:center;background:#c8d9ff}.training-page-product__sidebar ul{list-style:none;margin:0;padding:0}.training-page-product__sidebar li+li{margin-top:.2rem}.training-page-product__sidebar button{width:100%;display:flex;align-items:center;gap:.55rem;text-align:left;border:none;background:transparent;padding:.35rem 1.25rem;font-size:.84rem}.training-page-product__sidebar button:before{content:"";width:8px;height:8px;border-radius:50%;flex-shrink:0;background:#b9cbf5}.training-page-product__sidebar button.active{background:#155dfc;color:#fff}.training-page-product__sidebar button.active:before{background:#000}.training-page-product__sidebar-skeleton-row{display:flex;align-items:center;gap:.55rem;padding:.55rem 1.25rem}.training-page-product__sidebar-skeleton-dot,.training-page-product__sidebar-skeleton-line{background:linear-gradient(90deg,#edf2ff 25%,#dde8ff 37%,#edf2ff 63%);background-size:400% 100%;animation:training-shimmer 1.5s linear infinite}.training-page-product__sidebar-skeleton-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.training-page-product__sidebar-skeleton-line{width:75%;height:12px;border-radius:999px}.training-page-product__content{display:grid;grid-gap:.8rem;gap:.8rem}.training-page-product__showcase{display:none;grid-column:1/-1;margin-top:2rem;background:#f8faff;padding:3rem 0;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}@media (min-width:992px){.training-page-product__showcase{display:block}}.training-page-product__showcase-title{font-size:clamp(1.5rem,2.2vw + .9rem,2rem);font-weight:700;color:#0f172a;margin:0 0 1rem}.training-page-product__course-grid{display:grid;grid-template-columns:1fr;grid-gap:1rem;gap:1rem}@media (min-width:768px){.training-page-product__course-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1200px){.training-page-product__course-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.training-page-product__course-grid .epx-course-card{border-radius:16px;box-shadow:0 6px 22px rgba(15,37,110,.08)}.training-page-product__course-grid .epx-course-card:hover{box-shadow:0 14px 34px rgba(15,37,110,.14)}.training-page-product__course-grid .epx-course-card-image{height:clamp(160px,36vw,220px)}.training-page-product__course-grid .epx-course-badge{background:#eee;color:#155dfc;border-radius:10px;padding:.25rem .55rem;font-size:.7rem;font-weight:600}.training-page-product__course-grid .epx-course-card-body{padding:1rem 1.05rem 1.05rem}.training-page-product__course-grid .epx-course-meta{gap:.4rem;margin-bottom:.55rem}.training-page-product__course-grid .epx-course-rating{font-size:.875rem;display:inline-flex;align-items:center;gap:.3rem}.training-page-product__course-grid .epx-course-rating-icon{color:#fdc700;display:inline-flex;align-items:center}.training-page-product__course-grid .epx-course-rating-value{color:#000;font-weight:600}.training-page-product__course-grid .epx-course-meta-dot{color:#919191;font-weight:700;line-height:1}.training-page-product__course-grid .epx-course-students{font-size:.85rem;color:#919191;margin-bottom:0}.training-page-product__course-grid .epx-course-card-title{margin:0 0 .85rem;font-size:1rem;font-weight:700;line-height:1.35;color:#09235c}.training-page-product__course-grid .epx-course-bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:.75rem;margin-top:auto}.training-page-product__course-grid .epx-course-from{font-size:.75rem;color:#919191;margin-bottom:.25rem}.training-page-product__course-grid .epx-course-price{font-size:clamp(.9rem,1.5vw + .6rem,1.125rem);color:#155dfc;font-weight:700}.training-page-product__course-grid .epx-course-price-row{display:flex;flex-wrap:wrap;align-items:baseline;gap:.4rem .55rem}.training-page-product__course-grid .epx-course-price-original{font-size:clamp(.75rem,1.2vw + .55rem,.9rem);color:#b0b0b0;font-weight:500;text-decoration:line-through}.training-page-product__course-grid .epx-course-arrow{width:clamp(28px,6vw,34px);height:clamp(28px,6vw,34px);border-radius:10px;background:#f3f6ff;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.training-page-product__course-grid .epx-course-arrow i{color:#204ecf;font-size:.85rem}.training-page-card{border:1px solid #d1e0ff;border-radius:14px;background:#fff;display:grid;grid-template-columns:1fr;grid-gap:0;gap:0;overflow:hidden;transition:box-shadow .2s ease,border-color .2s ease}.training-page-card-mobile-only{display:none}.training-page-card-desktop-only{display:block}.training-page-card:hover{border-color:#c4d7ff;box-shadow:0 8px 24px rgba(15,37,110,.08)}@media (min-width:768px){.training-page-card{grid-template-columns:minmax(240px,322px) minmax(0,1fr) minmax(130px,180px);align-items:center}}.training-page-card-image{position:relative;overflow:hidden;width:calc(100% - 1.5rem);max-width:322px;aspect-ratio:322/189;margin:.75rem;border-radius:12px;justify-self:center}.training-page-card-image img{width:100%;height:100%;object-fit:cover;display:block;border-radius:inherit}.training-page-card-body{padding:.95rem 1rem 1rem 0;display:flex;flex-direction:column;justify-content:center;gap:.4rem;min-height:100%;min-width:0}.training-page-card-title{font-size:clamp(1rem,1.5vw + .65rem,1.25rem);font-weight:700;line-height:1.25;margin:0;color:#1e293b;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;text-overflow:ellipsis}.training-page-card-catalog{display:block;color:#64748b;font-size:.875rem;margin:0}.training-page-card-meta{display:flex;flex-wrap:wrap;align-items:center;align-content:center;gap:.35rem .5rem;margin-top:auto}.training-page-card-rating{display:inline-flex;align-items:center;gap:.3rem;font-size:.8rem}.training-page-card-rating-icon{color:#fdc700;display:inline-flex;align-items:center}.training-page-card-rating-value{color:#0f172a;font-weight:600;line-height:1}.training-page-card-meta-dot{color:#94a3b8;font-weight:700;line-height:1}.training-page-card-date{display:inline-flex;align-items:center;gap:.35rem;font-size:.8rem;line-height:1;color:#64748b}.training-page-card-date i{display:inline-flex;align-items:center;font-size:.7rem;opacity:.85}.training-page-card-cta{display:inline-flex;align-items:center;justify-content:center;background:#2563eb;color:#fff;border-radius:10px;font-weight:600;font-size:.875rem;padding:.55rem 1.1rem;flex-shrink:0;align-self:flex-start;cursor:pointer}.training-page-card:hover .training-page-card-cta{background:#1d4ed8}.training-page-card-price-column{padding:.95rem 1rem;display:flex;justify-content:center;align-items:center}.training-page-card-price-block{display:flex;flex-direction:column;align-items:flex-end;text-align:right;gap:.15rem}.training-page-card-price-start-from{font-size:.75rem;color:#919191}.training-page-card-price{font-weight:700;color:#2563eb;font-size:clamp(1rem,1.2vw + .75rem,1.2rem);line-height:1.15}.training-page-card-price-original{font-size:.8125rem;color:#94a3b8;font-weight:500;text-decoration:line-through}@media (max-width:767.98px){.training-page-product__mobile-summary{display:block;margin-top:.75rem}.training-page-product__mobile-summary .training-page-product__stats,.training-page-product__mobile-summary .training-page-product__stats-item{gap:.45rem}.training-page-product__mobile-summary .training-page-product__stats-item strong{font-size:1rem}.training-page-product__mobile-summary .training-page-product__stats-item span{font-size:.7rem}.training-page-product__mobile-summary .training-page-product__stats-divider{font-size:1.1rem}.training-page-product__mobile-summary .training-page-product__title{margin-top:.3rem;font-size:1.5rem}.training-page-product__search{margin-right:0}.training-page-card-mobile-only{display:block}.training-page-card-desktop-only{display:none}.training-page-card-mobile{border:1px solid #d1e0ff;border-radius:18px;background:#fff;padding:.8rem .85rem;display:grid;grid-template-columns:minmax(0,1fr) 100px;grid-gap:.7rem;gap:.7rem;box-shadow:0 6px 20px rgba(15,37,110,.08)}.training-page-card-mobile__content{min-width:0;display:flex;flex-direction:column;gap:.3rem}.training-page-card-mobile__title{margin:0;font-size:1.04rem;line-height:1;font-weight:700;color:#0f256e;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.training-page-card-mobile__catalog{margin:0;color:#7a7a7a;font-size:.7rem}.training-page-card-mobile__meta{margin-top:.25rem;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.training-page-card-mobile__rating{display:inline-flex;align-items:center;gap:.25rem;font-size:.7rem}.training-page-card-mobile__rating-icon{color:#fdc700;display:inline-flex;align-items:center}.training-page-card-mobile__rating-value{color:#1f2937;font-weight:600}.training-page-card-mobile__date{display:inline-flex;align-items:center;gap:.35rem;font-size:.7rem;line-height:1;color:#6b7280}.training-page-card-mobile__date i{font-size:.7rem}.training-page-card-mobile__cta{display:inline-flex;align-items:center;justify-content:center;width:-moz-fit-content;width:fit-content;min-width:112px;background:#1f4ed8;border-radius:7px;padding:.52rem .9rem;color:#fff;font-size:.75rem!important;font-weight:600;margin-top:auto;line-height:1}.training-page-card-mobile__aside{display:flex;flex-direction:column;align-items:flex-end;gap:.4rem}.training-page-card-mobile__image{width:100%;aspect-ratio:98/78;border-radius:12px;overflow:hidden}.training-page-card-mobile__image img{width:100%;height:100%;object-fit:cover;display:block}.training-page-card-mobile__price-block{text-align:right;display:flex;flex-direction:column;gap:.1rem}.training-page-card-mobile__price{color:#155dfc;font-size:.9rem!important;line-height:1;font-weight:700}.training-page-card-mobile__price-original{color:#919191;font-size:.6rem;text-decoration:line-through}.training-page-card{grid-template-columns:1fr}.training-page-card-image{width:100%;max-width:none;aspect-ratio:322/189}.training-page-card-image img{width:100%;height:100%}.training-page-card-body{padding:.95rem 1rem .4rem}.training-page-card-cta{width:100%;max-width:100%}.training-page-card-price-column{padding:.25rem 1rem 1rem;justify-content:flex-start}.training-page-card-price-block{width:100%;align-items:flex-start;text-align:left}.training-page-card-price-start-from{font-size:.7rem}}.training-page-card-mobile .training-page-card-mobile__cta{font-size:.86rem}.training-page-card-mobile .training-page-card-mobile__price{font-size:1.55rem}.training-page-product__empty{border:1px solid #e5e7eb;border-radius:10px;background:#fff;padding:1.5rem 1rem;color:#6b7280;min-height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:.45rem}.training-page-product__empty-icon{width:52px;height:52px;border-radius:999px;background:#eef2ff;color:#1d4ed8;display:inline-flex;align-items:center;justify-content:center;font-size:1.25rem}.training-page-product__empty-title{margin:0;font-size:1.02rem;font-weight:700;color:#0f172a}.training-page-product__empty-subtitle{margin:0;max-width:320px;font-size:.9rem;line-height:1.4;color:#64748b}.training-page-product__skeleton-list{display:grid;grid-gap:.8rem;gap:.8rem}.training-page-card--skeleton{pointer-events:none}.training-page-product__showcase-skeleton{border-radius:16px;box-shadow:0 6px 22px rgba(15,37,110,.08);background:#fff;overflow:hidden}.training-page-product__showcase-skeleton-body{padding:1rem 1.05rem 1.05rem}.training-page-product__skeleton-block,.training-page-product__skeleton-line,.training-page-product__skeleton-media{background:linear-gradient(90deg,#edf2ff 25%,#dde8ff 37%,#edf2ff 63%);background-size:400% 100%;animation:training-shimmer 1.5s linear infinite}.training-page-product__skeleton-block{border-radius:12px}.training-page-product__skeleton-media{height:clamp(160px,36vw,220px)}.training-page-product__skeleton-line{height:12px;border-radius:999px}.training-page-product__skeleton-line+.training-page-product__skeleton-line{margin-top:.6rem}.training-page-product__skeleton-line--short{width:34%}.training-page-product__skeleton-line--title{width:86%}.training-page-product__skeleton-line--title-sm{width:58%}.training-page-product__skeleton-line--price{width:40%;margin-top:1rem!important}.training-page-product__mobile-skeleton-meta{display:flex;align-items:center;gap:.35rem}.training-page-product__mobile-skeleton-line--title{width:82%;height:15px}.training-page-product__mobile-skeleton-line--catalog{width:48%;height:10px}.training-page-product__mobile-skeleton-line--meta{width:34%;height:10px}.training-page-product__mobile-skeleton-line--meta-short{width:24%}.training-page-product__mobile-skeleton-line--cta{width:44%;height:30px;margin-top:.45rem;border-radius:7px}.training-page-product__mobile-skeleton-line--price{width:82%;height:12px}.training-page-product__mobile-skeleton-line--price-old{width:56%;height:8px}@keyframes training-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.training-page-product__pagination{display:flex;align-items:center;justify-content:center;gap:.4rem;margin-top:.9rem}.training-page-product__pagination-btn{min-width:32px;height:32px;border:1px solid #d9dce1;border-radius:6px;background:#f3f4f6;color:#4b5563;font-size:.875rem;font-weight:500;display:inline-flex;align-items:center;justify-content:center;padding:0 .45rem;transition:border-color .2s ease,background-color .2s ease,color .2s ease}.training-page-product__pagination-btn:hover:not(:disabled){border-color:#c6ccd6;background:#e5e7eb}.training-page-product__pagination-btn.active{background:#fff;border-color:#155dfc;color:#111827}.training-page-product__pagination-btn:disabled{opacity:.55;cursor:not-allowed}.training-page-product__pagination-arrow{min-width:32px}.training-page-product__pagination-arrow i{font-size:.75rem}.training-page-product__pagination-ellipsis{color:#6b7280;font-size:.9rem;line-height:1}.training-page-product__mobile-load-more-wrap{display:none}.training-page-product__mobile-load-more-btn{width:100%;border:1px solid #d0dcff;border-radius:12px;background:#fff;color:#155dfc;font-weight:700;font-size:.8rem;line-height:1;padding:1rem 1.25rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.training-page-product__mobile-load-more-btn i{font-size:.85rem}.training-page-product__mobile-load-more-btn:disabled{opacity:.7}.training-page-product__mobile-load-more-loading{display:none}.training-page-product__mobile-load-more-spinner{width:22px;height:22px;border-radius:50%;border:2px solid #c8d9ff;border-top-color:#155dfc;animation:training-spin .8s linear infinite}.training-page-product__mobile-categories{display:none}@media (max-width:767.98px){.training-page-product__pagination-desktop{display:none}.training-page-product__mobile-load-more-loading{display:flex;justify-content:center;margin-top:.5rem}.training-page-product__mobile-load-more-wrap{display:block;margin-top:.9rem}.training-page-product__mobile-categories{display:block;margin-top:.5rem;margin-bottom:1.25rem}.training-page-product__mobile-categories-title{margin:0 0 .8rem;font-size:1.2rem;font-weight:700;line-height:1.1;color:#111}.training-page-product__mobile-categories-list{display:flex;flex-wrap:wrap;gap:.5rem}.training-page-product__mobile-category-chip{border:1px solid transparent;border-radius:999px;background:#eee;color:#111;font-size:12px;line-height:1;padding:.3rem .5rem;transition:border-color .2s ease,color .2s ease,background-color .2s ease}.training-page-product__mobile-category-chip.active{border-color:#2056d8;background:#ebf2ff;color:#2056d8}.training-page-product__mobile-category-chip--skeleton{width:130px;height:38px;padding:0;background:linear-gradient(90deg,#edf2ff 25%,#dde8ff 37%,#edf2ff 63%);background-size:400% 100%;animation:training-shimmer 1.5s linear infinite}}@keyframes training-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.navigation li.dropdown:hover>ul{display:block}.mobile-header{margin-top:-1px;width:100%;border-bottom:1px solid #204ecf}.border-bottom-1{border-bottom:1px solid #dee2e6}.slick-slide{padding:0 15px}.work-step-wrap .work-step-item{margin:30px 0!important;display:flex!important}.slick-dots{display:flex!important}.testimonial-author-two{opacity:1!important}.testimonial-three-item,.testimonials-section-two .testimonial-item-two{display:flex!important}.testimonial-three-wrap .testimonial-three-item .image{transform:translate(0)!important}img.mfp-img{box-shadow:0 0 8px rgba(0,0,0,.6);position:absolute;max-height:392px;padding:0!important;top:50%;left:50%;transform:translate(-50%,-50%)}.mfp-img-container .mfp-content{max-width:400px!important}.mfp-img-container .mfp-close{top:-110px;right:-24px}.header-navigation .main-menu ul>li.has-children.active>a:after,.main-menu li.active>a{color:#ff344f!important}.main-slider .slider-item{opacity:0;display:none;transition:all 1s}.main-slider .slider-item .slider-content{top:50%;transform:translateY(-50%);position:absolute}.main-slider .slider-item.slick-active{opacity:1;display:block}.slider-section .pagingInfo{z-index:2}.modal-register{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;width:95vw;max-width:500px;box-shadow:0 4px 10px rgba(0,0,0,.3);z-index:1000;padding:0;border-radius:5px}.title-register{font-size:30px;color:#000;font-weight:700}@media only screen and (max-width:767px){.title-register{font-size:24px}}.text-danger{color:#dc3545!important;font-size:14px}a.text-danger:focus,a.text-danger:hover{color:#a71d2a!important}@media only screen and (max-width:767px){.text-danger{font-size:10px}}.img-error-page{width:40%}@media only screen and (max-width:767px){.img-error-page{width:90%}}.title-error-page{font-size:30px;color:#000;font-weight:700}@media only screen and (max-width:767px){.title-error-page{font-size:24px}}.subtitle-error-page{font-size:20px;color:#000}@media only screen and (max-width:767px){.subtitle-error-page{font-size:12px;margin:0 10px}}.custom-toast-error{background:#ffd4d4!important;border:1px solid #ec0000;color:#ec0000!important;border-radius:20px!important;width:500px!important;padding:4px 20px!important;display:flex;align-items:center;box-shadow:none!important}@media screen and (max-width:767px){.custom-toast-error{width:90%!important;font-size:small;align-items:center;display:flex;margin:20px auto}}.custom-toast-error .Toastify__close-button{color:#ec0000!important}.custom-toast-error .Toastify__toast-icon svg{fill:#ec0000;width:20px;height:20px}.custom-toast-success{background:#bde7ff!important;border:1px solid #038fde;color:#038fde!important;border-radius:20px!important;width:500px!important;padding:4px 20px!important;display:flex;align-items:center;box-shadow:none!important}@media screen and (max-width:767px){.custom-toast-success{width:90%!important;font-size:small;align-items:center;display:flex;margin:20px auto}}.custom-toast-success .Toastify__close-button{color:#038fde!important}.custom-toast-success .Toastify__toast-icon svg{fill:#038fde;width:20px;height:20px}.custom-toast-info{background:#d3fee3!important;border:1px solid #10aa02;color:#10aa02!important;border-radius:20px!important;width:500px!important;padding:4px 20px!important;display:flex;align-items:center;box-shadow:none!important}@media screen and (max-width:767px){.custom-toast-info{width:90%!important;font-size:small;align-items:center;display:flex;margin:20px auto}}.custom-toast-info .Toastify__close-button{color:#10aa02!important}.custom-toast-info .Toastify__toast-icon svg{fill:#10aa02;width:20px;height:20px}.custom-toast-warn{background:#fff0c3!important;border:1px solid #ff6a00;color:#ff6a00!important;border-radius:20px!important;width:500px!important;padding:4px 20px!important;display:flex;align-items:center;box-shadow:none!important}@media screen and (max-width:767px){.custom-toast-warn{width:90%!important;font-size:small;align-items:center;display:flex;margin:20px auto}}.custom-toast-warn .Toastify__close-button{color:#ff6a00!important}.custom-toast-warn .Toastify__toast-icon svg{fill:#ff6a00;width:20px;height:20px}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.btn-responsive-width{width:auto!important}@media (min-width:576px){.btn-responsive-width{width:200px!important}}.pricing-card-container{background-color:#fff;border-radius:12px;width:100%}.pricing-card-container.pricing-card-enabled{cursor:pointer}.pricing-card-container.pricing-card-disabled{cursor:default}.pricing-card-title{font-size:1rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-right:8px}.pricing-card-badge{font-size:.75rem;background-color:transparent;border-radius:10px;white-space:nowrap;flex-shrink:0;min-width:-moz-fit-content;min-width:fit-content;margin-top:2px}@media (max-width:575px){.pricing-card-badge{position:absolute;top:0;right:0;margin-top:0}.pricing-card-title-container{position:relative;padding-right:80px}}@media (min-width:576px){.pricing-card-title-container{display:flex;align-items:center}.pricing-card-badge{margin-top:0;margin-left:1rem}.pricing-card-title-container.has-wrapped-title{display:block;position:relative;padding-right:80px}.pricing-card-title-container.has-wrapped-title .pricing-card-badge{position:absolute;top:0;right:0;margin-top:0;margin-left:0}}.pricing-card-badge.pricing-card-badge-enabled{border:1px solid #204ecf;color:#204ecf}.pricing-card-badge.pricing-card-badge-disabled{border:1px solid #6c757d;color:#6c757d}.pricing-card-date{font-size:.85rem}.pricing-card-description{font-size:.8rem;font-style:italic}.pricing-card-price{font-size:1.2rem}.pricing-card-button{border-radius:10px;font-size:.8rem}.highlighted-section{animation:pulse-highlight .6s ease-in-out}@keyframes pulse-highlight{0%{transform:scale(1)}50%{transform:scale(1.02)}to{transform:scale(1.02)}}.date-section{transition:all .3s ease}.date-section:hover{transform:translateY(-2px);box-shadow:0 4px 15px rgba(0,0,0,.1)}body:not(.epx-body),html:not(.epx-body){overflow-x:hidden;max-width:100vw}@supports (overflow:clip){body:not(.epx-body),html:not(.epx-body){overflow-x:clip}}.page-wrapper{overflow:visible!important}.main-header.fixed-header .header-upper{position:fixed!important;top:0!important;left:0!important;right:0!important;width:100%!important;max-width:100vw;z-index:1000!important;box-sizing:border-box}