.FeaturedCourseCard{position:relative;width:100%;border-radius:28px;overflow:hidden;border:1px solid rgba(17,221,153,.18);box-shadow:0 25px 60px rgba(0,0,0,.6);background:linear-gradient(135deg,rgba(17,221,153,.05),rgba(8,12,10,.98) 45%)}.FeaturedCourseCard .fc-cover{width:100%;max-width:460px;aspect-ratio:16/8;object-fit:cover;object-position:center 30%;border-radius:16px;border:1px solid hsla(0,0%,100%,.1);box-shadow:0 14px 35px rgba(0,0,0,.5);margin:.2rem 0 .4rem}.FeaturedCourseCard .fc-inner{position:relative;display:flex;flex-direction:column;gap:2rem;padding:2rem 1.4rem}@media screen and (min-width:900px){.FeaturedCourseCard .fc-inner{flex-direction:row;align-items:center;justify-content:space-between;gap:3rem;padding:3rem 3.5rem}}.FeaturedCourseCard .fc-body{display:flex;flex-direction:column;gap:1.1rem;max-width:620px}.FeaturedCourseCard .fc-kicker{font-size:.8rem;font-weight:800;text-transform:uppercase;letter-spacing:3px;color:#1d9;margin:0}.FeaturedCourseCard .fc-title{font-size:clamp(2rem,4.2vw,3.1rem);font-weight:800;line-height:1.08;letter-spacing:-.5px;color:#fff;margin:0;text-shadow:0 4px 25px rgba(0,0,0,.7)}.FeaturedCourseCard .fc-sub{font-size:1.05rem;color:hsla(0,0%,100%,.72);line-height:1.5;margin:0;max-width:480px}.FeaturedCourseCard .fc-chips{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:.3rem}.FeaturedCourseCard .fc-chips .fc-chip{display:inline-flex;align-items:center;gap:.5rem;font-size:.85rem;font-weight:600;color:hsla(0,0%,100%,.85);padding:.5rem .95rem;border-radius:9999px;background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.1);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);white-space:nowrap}.FeaturedCourseCard .fc-chips .fc-chip svg{color:#1d9;font-size:.95em;filter:drop-shadow(0 0 6px rgba(17,221,153,.4))}.FeaturedCourseCard .fc-ctas{display:flex;flex-wrap:wrap;align-items:center;gap:1.1rem;margin-top:.8rem}.FeaturedCourseCard .fc-ctas .fc-cta-buy{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;padding:1.05rem 2.6rem;border-radius:9999px;background:#1d9;color:#042016;font-size:1.1rem;font-weight:800;letter-spacing:.3px;text-decoration:none;box-shadow:0 10px 35px rgba(17,221,153,.35);transition:all .2s ease}.FeaturedCourseCard .fc-ctas .fc-cta-buy svg{font-size:.95em;transition:transform .2s ease}.FeaturedCourseCard .fc-ctas .fc-cta-buy:hover{transform:translateY(-2px);box-shadow:0 14px 40px rgba(17,221,153,.5)}.FeaturedCourseCard .fc-ctas .fc-cta-buy:hover svg{transform:translateX(4px)}.FeaturedCourseCard .fc-ctas .fc-cta-details{display:inline-flex;align-items:center;justify-content:center;padding:1rem 1.6rem;border-radius:9999px;border:1px solid hsla(0,0%,100%,.18);background:hsla(0,0%,100%,.04);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:hsla(0,0%,100%,.85);font-size:1rem;font-weight:700;text-decoration:none;transition:all .2s ease}.FeaturedCourseCard .fc-ctas .fc-cta-details:hover{border-color:rgba(17,221,153,.5);color:#1d9;background:rgba(17,221,153,.06)}@media screen and (max-width:480px){.FeaturedCourseCard .fc-ctas{flex-direction:column;align-items:stretch;gap:.7rem}.FeaturedCourseCard .fc-ctas .fc-cta-buy,.FeaturedCourseCard .fc-ctas .fc-cta-details{width:100%}}.FeaturedCourseCard .fc-proof{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.85rem;font-weight:600;color:hsla(0,0%,100%,.55);margin:.4rem 0 0}.FeaturedCourseCard .fc-proof svg{color:rgba(17,221,153,.8);font-size:1em}.FeaturedCourseCard .fc-proof .fc-proof-dot{color:hsla(0,0%,100%,.3);margin:0 .2rem}.FeaturedCourseCard .fc-media{display:flex;justify-content:center;flex-shrink:0}.FeaturedCourseCard .fc-media .fc-player{position:relative;width:min(240px,62vw);aspect-ratio:9/16;border-radius:22px;overflow:hidden;border:1px solid hsla(0,0%,100%,.18);box-shadow:0 30px 60px rgba(0,0,0,.7),0 0 0 6px hsla(0,0%,100%,.04),0 0 45px rgba(17,221,153,.12)}@media screen and (min-width:900px){.FeaturedCourseCard .fc-media .fc-player{width:auto;height:400px}}.FeaturedCourseCard .fc-media .fc-player .VideoPlayer{width:100%;height:100%;border:none;box-shadow:none;border-radius:inherit}.FeaturedCourseCard .fc-media .fc-player .VideoPlayer video{object-fit:cover;border-radius:inherit}.FeaturedCourseCard .fc-media .fc-player .VideoPlayer .time-display,.FeaturedCourseCard .fc-media .fc-player .VideoPlayer .volume-slider{display:none!important}.FeaturedCourseCard .fc-media .fc-player .VideoPlayer .controls-left,.FeaturedCourseCard .fc-media .fc-player .VideoPlayer .controls-right{gap:.5rem!important}.FeaturedCourseCard .fc-media .fc-player .VideoPlayer .control-btn{font-size:1.2rem!important;padding:.5rem!important}.CoursesList{width:100%;max-width:900px;margin:0 auto;padding:.5rem 1.5rem;min-height:400px}.CoursesList .list-header{display:flex;flex-direction:column;gap:.8rem;margin-bottom:1rem;align-items:center}.CoursesList .list-header h2{text-align:center;text-transform:uppercase}.CoursesList .list-header .search-bar{width:100%;max-width:500px}.CoursesList .list-header .search-bar input{width:100%;height:50px;padding:0 1.5rem;background-color:#000;border:2px solid #076042;border-radius:1rem;font-size:1.6rem;outline:none;color:#fff}.CoursesList .list-header .search-bar input::placeholder{color:#888}.CoursesList .list-header .search-bar input:focus{box-shadow:0 0 0 2px rgba(7,96,66,.4)}.CoursesList .grid{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem}.CoursesList .grid>*{width:100%;max-width:420px}.CoursesList .grid .no-results{text-align:center;width:100%;max-width:100%;color:#777}@media screen and (min-width:769px){.CoursesList{padding:.5rem 2rem}.CoursesList .list-header{flex-direction:row;justify-content:space-between;align-items:center}.CoursesList .list-header h2{text-align:left}.CoursesList .list-header .search-bar{width:50%;max-width:600px}.CoursesList .grid{gap:3rem}}@font-face{font-family:__Montserrat_62a70d;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/b1f344208eb4edfe-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Montserrat_62a70d;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/48e2044251ef3125-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Montserrat_62a70d;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/bf24a9759715e608-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Montserrat_62a70d;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/1f173e5e25f3efee-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Montserrat_62a70d;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/904be59b21bd51cb-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Montserrat_62a70d;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/b1f344208eb4edfe-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Montserrat_62a70d;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/48e2044251ef3125-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Montserrat_62a70d;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/bf24a9759715e608-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Montserrat_62a70d;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/1f173e5e25f3efee-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Montserrat_62a70d;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/904be59b21bd51cb-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Montserrat_62a70d;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/b1f344208eb4edfe-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Montserrat_62a70d;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/48e2044251ef3125-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Montserrat_62a70d;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/bf24a9759715e608-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Montserrat_62a70d;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/1f173e5e25f3efee-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Montserrat_62a70d;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/904be59b21bd51cb-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Montserrat_62a70d;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/b1f344208eb4edfe-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Montserrat_62a70d;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/48e2044251ef3125-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Montserrat_62a70d;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/bf24a9759715e608-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Montserrat_62a70d;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/1f173e5e25f3efee-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Montserrat_62a70d;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/904be59b21bd51cb-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Montserrat_Fallback_62a70d;src:local("Arial");ascent-override:85.79%;descent-override:22.25%;line-gap-override:0.00%;size-adjust:112.83%}.__className_62a70d{font-family:__Montserrat_62a70d,__Montserrat_Fallback_62a70d;font-style:normal}