: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)}}:root{--landing5-font:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--landing5-primary-50:#e9f5ff;--landing5-primary-100:#d6eeff;--landing5-primary-200:#b6ddff;--landing5-primary-300:#8ac4ff;--landing5-primary-400:#5c9eff;--landing5-primary-500:#3777ff;--landing5-primary-600:#154bff;--landing5-primary-700:#0b3ef7;--landing5-primary-800:#0d38c6;--landing5-primary-900:#14379b;--landing5-primary-950:#0f256e;--landing5-primary:var(--landing5-primary-950);--landing5-primary-light:var(--landing5-primary-700);--landing5-accent:#038fde;--landing5-gold:#d69e2e;--landing5-text:#2d3748;--landing5-text-muted:#d2d6da}.landing5-bg-primary-50{background-color:var(--landing5-primary-50)}.landing5-bg-primary-100{background-color:var(--landing5-primary-100)}.landing5-bg-primary-200{background-color:var(--landing5-primary-200)}.landing5-bg-primary-500{background-color:var(--landing5-primary-500)}.landing5-bg-primary-700{background-color:var(--landing5-primary-700)}.landing5-bg-primary-800{background-color:var(--landing5-primary-800)}.landing5-bg-primary-900{background-color:var(--landing5-primary-900)}.landing5-bg-primary-950{background-color:var(--landing5-primary-950)}.landing5-bg-primary{background-color:var(--landing5-primary)}.landing5-text-primary-50{color:var(--landing5-primary-50)}.landing5-text-primary-500{color:var(--landing5-primary-500)}.landing5-text-primary-600{color:var(--landing5-primary-600)}.landing5-text-primary-700{color:var(--landing5-primary-700)}.landing5-text-primary-950{color:var(--landing5-primary-950)}.landing5-text-primary{color:var(--landing5-primary)}.landing5-border-primary-200{border-color:var(--landing5-primary-200)}.landing5-border-primary-500{border-color:var(--landing5-primary-500)}.landing5-border-primary{border-color:var(--landing5-primary)}.page-wrapper.landing5-page-wrapper{overflow:visible!important}.landing5-page-wrapper{overflow:visible;font-family:var(--landing5-font)!important}.landing5-page-wrapper :not(.fa):not(.fas):not(.far):not(.fab):not([class*=flaticon]){font-family:inherit!important}body.landing5-body,html.landing5-body{overflow-x:hidden;font-family:var(--landing5-font)!important}@supports (overflow:clip){body.landing5-body,html.landing5-body{overflow-x:clip}}.grecaptcha-badge{visibility:hidden!important;pointer-events:none!important}.landing5-header{position:-webkit-sticky;position:sticky;top:0;z-index:1000;background:#fff;transition:box-shadow .2s ease}.landing5-header--scrolled{box-shadow:0 1px 12px rgba(0,0,0,.08)}.landing5-header-inner{max-width:1200px;margin:0 auto;padding:.5rem .2rem;display:flex;align-items:center;justify-content:space-between;gap:.2rem}.landing5-header-left{display:flex;align-items:center;flex-shrink:0;min-width:0}@media (min-width:992px){.landing5-header-left{gap:.75rem}}.landing5-header-icon-actions a.cart{position:relative;color:#1b315a;font-size:1rem;margin-right:1rem;cursor:pointer}.landing5-header-icon-actions a.cart:hover{color:#2a63ea}.landing5-header-profile-trigger{padding:0;border:none;background:none;cursor:pointer;border-radius:50%;line-height:0;display:inline-block}.landing5-header-profile-trigger:focus-visible{outline:2px solid #2a63ea;outline-offset:2px}.landing5-header .user-profile-pict .dropdown-content{z-index:1002}@media (min-width:576px){.landing5-header-inner{padding:.5rem .2rem;gap:1.25rem}}@media (min-width:768px){.landing5-header-inner{padding:.5rem .2rem;gap:1.5rem}}.landing5-header-inner .logo a,.landing5-header-inner .logo-outer,.landing5-header-logo{display:flex;flex-direction:column;text-decoration:none;flex-shrink:0}.landing5-header-inner .logo img{max-width:100%;height:auto;width:clamp(120px,35vw,180px)}@media (max-width:768px){.landing5-header-inner .logo img{width:100px}}.landing5-header-nav-list{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:2rem}.landing5-header-nav-list a,.landing5-header-nav-list a:visited{color:#2a63ea;text-decoration:none;font-weight:500;font-size:clamp(.875rem,1vw + .5rem,.95rem)}.landing5-header-nav-list a:hover{color:var(--landing5-primary-950);text-decoration:underline}.landing5-header-actions{display:flex;align-items:center;gap:1rem;flex-shrink:0}@media (max-width:768px){.landing5-header-actions{margin-right:.5rem}}.landing5-header-signup{color:#2a63ea!important;text-decoration:none;font-weight:500;font-size:.95rem}.landing5-header-signup:hover{color:var(--landing5-primary-950)!important;text-decoration:underline}.landing5-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){.landing5-header-mylearning{gap:.5rem;padding:.6rem 1.25rem}}.landing5-header-mylearning:hover{background:#2a63ea;color:#fff!important}.landing5-header-mylearning i{font-size:.75rem}.landing5-header-profile-wrap{position:relative}.landing5-header-profile-btn{padding:0;border:none;background:none;cursor:pointer;border-radius:50%;overflow:hidden}.landing5-header-avatar{width:clamp(32px,8vw,40px);height:clamp(32px,8vw,40px);object-fit:cover;border-radius:50%;display:block}.landing5-header-mobile-toggle{display:flex;flex-direction:column;gap:5px;padding:.5rem;border:none;background:none;cursor:pointer}.landing5-header-bar{width:22px;height:2px;background:#1b315a;display:block}.landing5-header-mobile-backdrop{display:none;position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:1000;opacity:0;transition:opacity .25s ease;cursor:pointer}.landing5-header-mobile-backdrop.open{display:block;opacity:1}.landing5-header-mobile-nav{position:fixed;top:0;right:0;width:min(280px,85vw);height:100vh;max-height:100vh;background:#fff;z-index:1001;overflow-y:auto;transform:translateX(100%);transition:transform .25s ease;border-left:1px solid #e2e8f0}.landing5-header-mobile-nav.open{transform:translateX(0)}.landing5-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}.landing5-header-mobile-list a{color:#2a63ea;text-decoration:none;font-weight:500;padding:.75rem 0;display:block}.landing5-header-loading{font-size:.85rem;color:#718096}.landing5-hero{background:#fff}.landing5-hero-tag{display:inline-block;background:var(--landing5-primary-50);color:#1c398e;font-size:clamp(.75rem,2vw + .5rem,1rem);font-weight:500;padding:.35rem .75rem;border-radius:9999px}@media (min-width:576px){.landing5-hero-tag{padding:.4rem 1rem}}.landing5-hero-title{font-size:clamp(1.5rem,5vw + 1rem,3rem);font-weight:700;color:#1a1a1a;line-height:1.2}.landing5-hero-title-accent{color:var(--landing5-primary-500)}@media (min-width:576px){.landing5-hero-title{font-size:2.25rem}}@media (min-width:768px){.landing5-hero-title{font-size:2.75rem}}@media (min-width:992px){.landing5-hero-title{font-size:3rem}}.landing5-hero-sub{color:#919191;font-size:clamp(.875rem,1.5vw + .75rem,1rem);line-height:1.5}.landing5-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}.landing5-hero-slider-outer .landing5-hero-slider{margin-top:0;margin-left:0;margin-right:0}.landing5-hero-slider-outer .landing5-hero-slider--skeleton{margin-top:0}.landing5-hero-slider{margin-top:clamp(1.5rem,4vw,3rem);margin-left:0;margin-right:0;width:100%;display:block}.landing5-hero-slider .slick-list{width:100%;overflow:hidden;margin:0}.landing5-hero-slider .slick-track{margin-left:0!important;margin-right:0!important}.landing5-hero-slider .slick-slide{height:auto}.landing5-hero-slider .slick-slide>div{width:100%;min-width:0}.landing5-hero-card-wrap{padding:0 clamp(6px,1vw,12px);width:100%;max-width:100%;box-sizing:border-box}.landing5-hero-slider .slick-slide:first-child .landing5-hero-card-wrap{padding-left:0}.landing5-hero-slider .slick-slide:last-child .landing5-hero-card-wrap{padding-right:0}.landing5-hero-slider--skeleton .landing5-hero-card-wrap:first-child{padding-left:0}.landing5-hero-slider--skeleton .landing5-hero-card-wrap:last-child{padding-right:0}.landing5-hero-card{position:relative;width:100%;max-width:100%;background:#fff;border-radius:12px;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.landing5-hero-card--active,.landing5-hero-card:hover{transform:translateY(-2px)}.landing5-hero-card-image{position:relative;z-index:0;width:100%;aspect-ratio:5/3;overflow:hidden;margin-left:auto;margin-right:auto}.landing5-hero-card-image img{position:absolute;inset:0;z-index:0;width:100%;height:100%;object-fit:cover;display:block}.landing5-hero-card-title{font-size:clamp(.9rem,2vw + .7rem,1.15rem);font-weight:600;color:var(--landing5-primary);padding:.75rem 1rem .5rem;margin:0}@media (min-width:576px){.landing5-hero-card-title{padding:1rem 1.25rem .5rem}}.landing5-hero-card-title a{color:inherit;text-decoration:none}.landing5-hero-card-title a:hover{color:var(--landing5-primary-light)}.landing5-hero-card-btn{position:absolute;bottom:.75rem;left:.75rem;z-index:2;display:inline-block;background:#fff;color:var(--landing5-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){.landing5-hero-card-btn{bottom:1rem;left:1rem;padding:.35rem .85rem}}.landing5-hero-card-btn:hover{background:var(--landing5-primary-50);color:var(--landing5-primary-950)}.landing5-hero-card-btn--action{border:none;font:inherit;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.landing5-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}.landing5-hero-slider-outer .landing5-hero-indicators{margin-left:0}.landing5-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}.landing5-hero-indicator:hover{background:#9fa8da}.landing5-hero-indicator--active{width:clamp(20px,5vw,28px);height:clamp(6px,1.5vw,8px);border-radius:4px;background:#283593}.landing5-hero-indicator--active:hover{background:#1a237e}@keyframes landing5-hero-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.landing5-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%}.landing5-hero-slider-outer .landing5-hero-slider--skeleton{width:100%}@media (min-width:768px){.landing5-hero-slider--skeleton{grid-template-columns:repeat(2,1fr)}}@media (min-width:992px){.landing5-hero-slider--skeleton{grid-template-columns:repeat(3,1fr)}}.landing5-hero-card--skeleton{pointer-events:none}.landing5-hero-skeleton-block{border-radius:8px;background:linear-gradient(90deg,#e8eaf6,#f3f4f6 50%,#e8eaf6);background-size:200% 100%;animation:landing5-hero-shimmer 1.2s ease-in-out infinite}.landing5-hero-skeleton-block--image{position:absolute;inset:0;width:100%;height:100%}.landing5-hero-skeleton-block--btn{position:absolute;bottom:.75rem;left:.75rem;width:42%;max-width:140px;height:28px}@media (min-width:576px){.landing5-hero-skeleton-block--btn{bottom:1rem;left:1rem;height:30px}}.landing5-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}.landing5-hero-card-play:hover{background:rgba(0,0,0,.32)}.landing5-hero-card-play:focus-visible{outline:2px solid #fff;outline-offset:-4px}.landing5-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}.landing5-hero-video-modal{position:fixed;inset:0;z-index:10050;display:flex;align-items:center;justify-content:center;padding:clamp(.75rem,3vw,1.5rem)}.landing5-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}.landing5-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)}.landing5-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}.landing5-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}.landing5-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}.landing5-hero-video-modal-close:hover{background:hsla(0,0%,100%,.16)}.landing5-hero-video-modal-close:before{content:"×"}.landing5-hero-video-modal-frame{position:relative;width:100%;aspect-ratio:16/9;background:#000}.landing5-hero-video-modal-embed-html iframe,.landing5-hero-video-modal-iframe{position:absolute;inset:0;width:100%;height:100%;border:0;display:block}.landing5-hero-video-modal-embed-html,.landing5-hero-video-modal-embed-html>*{position:absolute;inset:0;width:100%;height:100%}.landing5-hero-card-context{padding:.75rem 1rem 2.75rem;text-align:left}@media (min-width:576px){.landing5-hero-card-context{padding:1rem 1.25rem 3rem}}.landing5-hero-card-desc{margin:.35rem 0 0;font-size:clamp(.8rem,1.5vw + .65rem,.95rem);color:#616161;line-height:1.45}.landing5-partners{background:transparent}.landing5-partners-title{font-size:clamp(.9rem,2.5vw + .75rem,1.125rem);font-weight:600;color:#111827;margin:0}.landing5-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}.landing5-partners-logos::-webkit-scrollbar{display:none}.landing5-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)}.landing5-partner-logo-img{width:clamp(80px,22vw,122px);height:clamp(48px,12vw,72px);object-fit:contain;opacity:1}.landing5-partner-name{font-size:.9rem;color:var(--landing5-text-muted);font-weight:500}.landing5-partner-small{font-size:.85rem}.landing5-section-title{font-size:clamp(1.25rem,3vw + .75rem,1.75rem);font-weight:700;color:var(--landing5-primary);margin-bottom:.5rem;color:#000}.landing5-section-sub{font-size:clamp(.875rem,1.2vw + .6rem,1rem);color:#606060;margin-bottom:0}.landing5-training-products .landing5-section-title{font-size:clamp(1.35rem,4vw + .75rem,2.25rem);color:#000;letter-spacing:-.02em}.landing5-training-products .landing5-section-sub{font-size:clamp(.8125rem,1.2vw + .5rem,.9375rem);color:#919191;line-height:1.6}.landing5-filters{gap:.75rem}@media (min-width:576px){.landing5-filters{gap:1.25rem}}@media (min-width:768px){.landing5-filters{gap:2rem}}.landing5-filter-btn{padding:.4rem .9rem;border-radius:2rem;border:1px solid #e2e8f0;background:#fff;color:var(--landing5-text);font-size:clamp(.8rem,1.2vw + .5rem,.9rem);cursor:pointer;transition:all .2s}@media (min-width:576px){.landing5-filter-btn{padding:.5rem 1.25rem}}.landing5-filter-btn.active,.landing5-filter-btn:hover{background:var(--landing5-primary);color:#fff;border-color:var(--landing5-primary)}.landing5-training-products .landing5-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){.landing5-training-products .landing5-filter-btn{padding:.5rem 1.15rem}}.landing5-training-products__tabs{gap:8px!important}@media (min-width:576px){.landing5-training-products__tabs{gap:12px!important}}.landing5-training-products .landing5-filter-btn:hover{border-color:#cfcfcf}.landing5-training-products .landing5-filter-btn.active,.landing5-training-products .landing5-filter-btn.active:hover{background:#204ecf;border-color:#204ecf;color:#fff;box-shadow:0 0 0 6px rgba(66,125,255,.12),0 0 26px rgba(66,125,255,.55),0 10px 22px rgba(66,125,255,.25);z-index:1}.landing5-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}.landing5-course-card--link{text-decoration:none;color:inherit;cursor:pointer}.landing5-course-card:hover{box-shadow:0 8px 24px rgba(30,58,95,.12)}.landing5-course-card-image{position:relative;height:clamp(140px,38vw,180px);overflow:hidden}.landing5-course-card-image img{width:100%;height:100%;object-fit:cover}.landing5-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}.landing5-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(--landing5-text)}.landing5-course-card-body{padding:clamp(.75rem,2vw,1rem);flex:1 1 auto;display:flex;flex-direction:column;min-height:0}.landing5-course-bottom{margin-top:auto}.landing5-course-card-title{font-size:clamp(.9rem,1.5vw + .6rem,1rem);font-weight:600;margin-bottom:.5rem}.landing5-course-card-title a{color:var(--landing5-primary);text-decoration:none}.landing5-course-meta{display:flex;align-items:center;gap:.75rem;margin-bottom:.35rem}.landing5-course-rating{color:var(--landing5-gold);font-size:.9rem}.landing5-course-instructor,.landing5-course-students{font-size:.85rem;color:var(--landing5-text-muted);margin-bottom:.25rem}.landing5-course-price{font-weight:700;color:var(--landing5-primary);margin-bottom:0;font-size:1rem}.landing5-training-products .landing5-course-card{border-radius:16px;box-shadow:0 6px 22px rgba(15,37,110,.08)}.landing5-training-products .landing5-course-card:hover{box-shadow:0 14px 34px rgba(15,37,110,.14)}.landing5-training-products .landing5-course-card-image{height:clamp(160px,36vw,220px)}.landing5-training-products .landing5-course-badge{background:#eee;color:var(--landing5-primary-600);border-radius:10px;padding:.25rem .55rem;font-size:.7rem;font-weight:600}.landing5-training-products .landing5-course-card-body{padding:1rem 1.05rem 1.05rem;flex:1 1 auto;display:flex;flex-direction:column;min-height:0}.landing5-training-products .landing5-course-meta{gap:.4rem;margin-bottom:.55rem}.landing5-training-products .landing5-course-rating{font-size:.875;display:inline-flex;align-items:center;gap:.3rem}.landing5-training-products .landing5-course-rating-icon{color:#fdc700;display:inline-flex;align-items:center}.landing5-training-products .landing5-course-rating-value{color:#000;font-weight:600}.landing5-training-products .landing5-course-meta-dot{color:#919191;font-weight:700;line-height:1}.landing5-training-products .landing5-course-students{font-size:.85rem;color:#919191;margin-bottom:0}.landing5-training-products .landing5-course-card-title{margin:0 0 .85rem;font-size:1rem;font-weight:700;line-height:1.35}.landing5-training-products .landing5-course-card-title a{font-size:clamp(1rem,2vw + .75rem,1.375rem);color:#09235c;font-weight:700}.landing5-training-products .landing5-course-card-title a:hover{color:#204ecf}.landing5-training-products .landing5-course-bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:.75rem;margin-top:auto}.landing5-training-products .landing5-course-from{font-size:.75rem;color:#919191;margin-bottom:.25rem}.landing5-training-products .landing5-course-price{font-size:clamp(.9rem,1.5vw + .6rem,1.125rem);color:#155dfc;font-weight:700}.landing5-training-products .landing5-course-price-row{display:flex;flex-wrap:wrap;align-items:baseline;gap:.4rem .55rem}.landing5-training-products .landing5-course-price-original{font-size:clamp(.75rem,1.2vw + .55rem,.9rem);color:#b0b0b0;font-weight:500;text-decoration:line-through}.landing5-training-products .landing5-course-card--link .landing5-course-card-title{font-size:clamp(1rem,2vw + .75rem,1.375rem);color:#09235c;font-weight:700}.landing5-training-products .landing5-course-card--link:hover .landing5-course-card-title{color:#204ecf}.landing5-training-products .landing5-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}.landing5-training-products .landing5-course-arrow i{color:#204ecf;font-size:.85rem}.landing5-training-products .landing5-course-arrow:hover{background:#eaf0ff;transform:translateX(1px)}.landing5-training-products__empty{padding:1.25rem 1rem;color:#919191;font-size:.95rem}.landing5-view-all-link,.landing5-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}.landing5-view-all-link:hover{color:#0b3ef7;text-decoration:underline}.landing5-view-all-link span{font-weight:700}.landing5-promo{background:#0f256e;color:#fff}.landing5-corporate-clients{background:#eff6ff}.landing5-corporate-clients.py-80{padding-top:3rem;padding-bottom:3rem}@media (min-width:768px){.landing5-corporate-clients.py-80{padding-top:4rem;padding-bottom:4rem}}.landing5-corporate-clients--responsive.py-30{padding-top:1.5rem;padding-bottom:1.5rem}@media (min-width:576px){.landing5-corporate-clients--responsive.py-30{padding-top:2rem;padding-bottom:2rem}}@media (min-width:768px){.landing5-corporate-clients--responsive.py-30{padding-top:30px;padding-bottom:30px}}.landing5-corporate-clients-title{font-size:clamp(1.1rem,2.5vw + .75rem,1.5rem);font-weight:700;color:var(--landing5-neutral-900,#1a1a1a);margin:0}@media (min-width:768px){.landing5-corporate-clients-title{font-size:clamp(1rem,2.5vw + .75rem,1.3rem)}}.landing5-corporate-clients-logos{gap:.5rem;row-gap:1rem}@media (min-width:576px){.landing5-corporate-clients-logos{gap:1.5rem}}.landing5-corporate-clients-logo{max-height:56px;width:auto;object-fit:contain}@media (min-width:576px){.landing5-corporate-clients-logo{max-height:72px}}@media (min-width:768px){.landing5-corporate-clients-logo{max-height:90px}}.landing5-promo--responsive.py-100{padding-top:2.5rem;padding-bottom:2.5rem}@media (min-width:576px){.landing5-promo--responsive.py-100{padding-top:3.5rem;padding-bottom:3.5rem}}@media (min-width:992px){.landing5-promo--responsive.py-100{padding-top:5rem;padding-bottom:5rem}}.landing5-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){.landing5-promo-label{font-size:.875rem;padding:.2rem 1rem}}.landing5-promo-title{color:#fff;font-size:1.5rem;font-weight:800;margin:.6rem 0 1rem;line-height:1.25}@media (min-width:576px){.landing5-promo-title{font-size:2rem;margin:.75rem 0 1.2rem}}@media (min-width:992px){.landing5-promo-title{font-size:2.5rem;margin:.85rem 0 1.4rem}}.landing5-promo-list{list-style:none;padding:0;margin:0 0 1.25rem}@media (min-width:576px){.landing5-promo-list{margin-bottom:1.75rem}}.landing5-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){.landing5-promo-list li{padding:.35rem 0;gap:.6rem;font-size:.875rem;line-height:1.55}}.landing5-promo-list li i{margin-top:.2rem;color:rgba(235,241,255,.95)}.landing5-promo-btn,.landing5-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%;max-width:280px}@media (min-width:576px){.landing5-promo-btn,.landing5-promo-btn:visited{width:auto;max-width:none;padding:.5rem 1.35rem}}.landing5-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)}.landing5-promo-image-wrap{position:relative;overflow:visible;max-width:min(100%,349px);margin-left:auto;margin-right:auto}@media (min-width:992px){.landing5-promo-image-wrap{margin-right:0}}.landing5-promo-image{position:relative;border-radius:16px;overflow:hidden}.landing5-promo-image img{width:100%;height:auto;display:block;position:relative;z-index:1;object-fit:cover}.landing5-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){.landing5-promo-badge{right:0;bottom:0;width:120px;height:120px}}@media (min-width:992px){.landing5-promo-badge{right:-24px;bottom:-24px;width:150px;height:150px;box-shadow:0 16px 40px #155dfc4d}}.landing5-promo-badge:before{content:"";position:absolute;inset:-8px;border-radius:50%;background:rgba(32,78,207,.25);z-index:-1}@media (min-width:992px){.landing5-promo-badge:before{inset:-14px}}.landing5-promo-badge-top{font-size:12px;font-weight:800;color:#ebf1ff}@media (min-width:576px){.landing5-promo-badge-top{font-size:10px}}.landing5-promo-badge-value{font-size:28px;font-weight:900;line-height:1;margin:.1rem 0 .05rem}@media (min-width:576px){.landing5-promo-badge-value{font-size:34px}}@media (min-width:992px){.landing5-promo-badge-value{font-size:44px;margin:.15rem 0 .1rem}}.landing5-promo-badge-bottom{font-size:8px;opacity:.95}@media (min-width:576px){.landing5-promo-badge-bottom{font-size:9px}}@media (min-width:992px){.landing5-promo-badge-bottom{font-size:11px}}.landing5-instructor-card{width:100%;height:100%;min-height:0;display:flex;flex-direction:column;align-items:stretch;background:#fff;overflow:hidden}.landing5-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 #f0f0f0}.landing5-instructor-card-image img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.landing5-instructor-card-body{padding:clamp(.75rem,2vw) 0 0;margin-top:.75rem;text-align:left;flex:0 0 auto}.landing5-instructor-name{font-size:clamp(.95rem,1.2vw + .6rem,1.1rem);font-weight:700;color:var(--landing5-primary);margin-bottom:.25rem}.landing5-instructor-role{font-size:clamp(.8rem,1vw + .5rem,.9rem);font-weight:400;color:#919191;margin-bottom:0}.landing5-instructors-header{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.landing5-instructors-header-text{flex:1 1 auto}.landing5-instructors-nav{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.landing5-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}.landing5-instructor-nav-btn:hover{opacity:.9}.landing5-instructor-nav-btn:active{transform:scale(.98)}.landing5-instructor-nav-prev{background:#f1f5f9;color:#efefef}.landing5-instructor-nav-prev i{font-size:14px;color:var(--landing5-primary-600)}.landing5-instructor-nav-next{background:var(--landing5-primary-600);color:#fff}.landing5-instructor-nav-next i{font-size:14px}.landing5-instructor-slider-wrap{overflow:hidden;margin:0 -.5rem}.landing5-instructor-slider--loading{min-height:280px}.landing5-instructor-slider .landing5-instructor-slide{padding:0 .5rem;height:100%}.landing5-instructor-slider .slick-track{display:flex;align-items:stretch}.landing5-instructor-slider .slick-slide{height:auto}.landing5-instructor-slider .slick-slide>div{height:100%;display:flex}.landing5-consultation-video-frame{border-radius:20px;padding:16px;background:#204ecf}.landing5-consultation-video-frame .landing5-video-wrap{border-radius:12px}.landing5-video-wrap{position:relative;border-radius:12px;overflow:hidden;background:#000;padding-bottom:56.25%;height:0}.landing5-video-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%}.landing5-video-overlay-text{display:none}.landing5-consultation-content{display:flex;flex-direction:column;align-items:flex-start}.landing5-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}.landing5-consultation-badge:hover{background-color:var(--landing5-primary-800)!important}.landing5-consultation-title{font-size:clamp(1.25rem,3vw + .75rem,1.75rem);font-weight:600;color:#000}.landing5-consult-list{list-style:none;padding:0;margin:0}.landing5-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(--landing5-primary-700)}.landing5-consult-list li i.landing5-consult-list-icon{color:#3a3a3a;flex-shrink:0}.landing5-consult-list li i{color:var(--landing5-primary)}.landing5-consultation-content .landing5-consult-list li{color:#155dfc}.landing5-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}.landing5-btn-primary:hover{background-color:var(--landing5-primary-800)!important;color:#fff!important}.landing5-testimonials-header{max-width:720px;margin-left:auto;margin-right:auto}.landing5-testimonials-label{display:block;font-size:1rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#155dfc;margin-bottom:.5rem}.landing5-testimonials-title{font-size:clamp(1.75rem,4vw + .5rem,2.25rem);font-weight:700;color:#000;margin-bottom:.75rem;letter-spacing:-.02em}.landing5-testimonials-sub{font-size:clamp(.9375rem,1.2vw + .6rem,1rem);color:#919191;line-height:1.5;margin-bottom:0}.landing5-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}@media (max-width:991px){.landing5-testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:575px){.landing5-testimonials-grid{grid-template-columns:1fr}}.landing5-testimonials-grid--loading{min-height:220px}.landing5-testimonials-footer{text-align:left}.landing5-testimonials-link{font-size:clamp(.875rem,1vw + .5rem,.9375rem);font-weight:500;color:var(--landing5-primary);text-decoration:none}.landing5-testimonials-link:hover{text-decoration:underline;color:var(--landing5-primary)}.landing5-testimonial-card{background:#f8f9fa;border-radius:18px;padding:24px;height:100%;display:flex;flex-direction:column}.landing5-testimonial-stars{color:#fdc700;margin-bottom:clamp(.75rem,2vw,1rem);font-size:1rem;letter-spacing:.05em}.landing5-testimonial-quote{font-size:clamp(.875rem,1.2vw + .5rem,1rem);color:#6e757b;margin-bottom:1.25rem;line-height:1.5;flex:1 1}.landing5-testimonial-divider{border:none;border-top:1px solid #e5e7eb;margin:0 0 1.25rem}.landing5-testimonial-author{display:flex;align-items:center;gap:.75rem}.landing5-testimonial-author img{width:54px;height:54px;min-width:54px;border-radius:50%;object-fit:cover}.landing5-testimonial-author-info{display:flex;flex-direction:column}.landing5-testimonial-author-name{display:block;color:#1a1a1a;font-size:clamp(.875rem,1vw + .5rem,.9375rem);font-weight:700}.landing5-testimonial-author-company,.landing5-testimonial-author-role{display:block;font-size:.8125rem;color:#6b7280;font-weight:400}.landing5-cta-banner{color:#fff}.landing5-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}.landing5-cta-title{font-size:24px;font-weight:700;color:#fff;margin-bottom:.5rem}.landing5-cta-sub{font-size:16px;color:#fff;margin-bottom:0}.landing5-cta-btn-white{background:#fff!important;color:#2b59ff!important;border-color:#fff!important;font-weight:500;font-size:16px;padding:.5rem 3rem;border-radius:15px}.landing5-cta-btn-white:hover{background:#f7fafc!important;color:#2b59ff!important}.landing5-team-cta{background:var(--landing5-primary);color:#fff}.landing5-team-cta-title{font-size:clamp(1.25rem,3vw + .75rem,1.75rem);font-weight:700;color:#fff;margin-bottom:.5rem}.landing5-team-cta-sub{font-size:clamp(.875rem,1.2vw + .6rem,1rem);color:hsla(0,0%,100%,.9);margin-bottom:0}.landing5-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}.landing5-team-cta-btn:hover{background:#e5e7eb!important;color:var(--landing5-primary)!important}.landing5-team-cta-features{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:1.25rem 1.75rem}.landing5-team-cta-feature{display:inline-flex;align-items:center;gap:.5rem;color:hsla(0,0%,100%,.9);font-size:clamp(.8rem,1vw + .45rem,.9rem)}.landing5-team-cta-check{color:#22c55e;font-size:1rem}.landing5-hero-slider .slick-dots{bottom:-35px}.landing5-hero-slider .slick-dots li button:before{color:var(--landing5-primary)}.landing5-instructor-slider .slick-next,.landing5-instructor-slider .slick-prev{display:none!important}.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){.landing5-hero.pt-50{padding-top:2rem}.landing5-hero.rpb-100{padding-bottom:2.5rem}.landing5-partners.mt-30{margin-top:1.5rem}.landing5-training-products.py-50{padding-top:2rem;padding-bottom:2rem}.landing5-training .mb-40,.landing5-training-products .mb-40{margin-bottom:1.5rem!important}.landing5-cta-banner.py-80,.landing5-team-cta.py-80{padding-top:2rem;padding-bottom:2rem}.landing5-consultation.pt-90.pb-90,.landing5-instructors.pt-90.pb-90,.landing5-testimonials.pt-90.pb-90{padding-top:2.5rem;padding-bottom:2.5rem}.landing5-instructors .mb-50,.landing5-testimonials .mb-50{margin-bottom:1.5rem!important}.landing5-instructors-header{margin-bottom:1.5rem;gap:.75rem}.landing5-instructors-header-text{flex:1 1 100%}.landing5-instructors-nav{order:0;margin-left:auto}.landing5-instructor-nav-btn{width:40px;height:40px}.landing5-instructor-slider-wrap{margin:0 -.25rem;-webkit-overflow-scrolling:touch}.landing5-instructor-slider .landing5-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){.landing5-hero.pt-50{padding-top:1.5rem}.landing5-hero.rpb-100{padding-bottom:2rem}.landing5-cta-banner.py-80,.landing5-team-cta.py-80{padding-top:1.5rem;padding-bottom:1.5rem}}.landing5-footer .landing5-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}.landing5-footer .landing5-footer-divider{margin:2.5rem 0 0;border:0;border-top:1px solid hsla(0,0%,100%,.12);opacity:1}.landing5-footer .copyright-area{margin-top:0}.landing5-footer .copyright-inner p.footer-copyright-text,.landing5-footer .copyright-inner p.footer-copyright-text a{text-transform:none}.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)}.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}