.faq-section{background:#f3f3f3;padding:0 20px}.faq-section.logged-in{margin-top:-3rem}.faq-container{max-width:900px;margin:0 auto}.faq-header{text-align:center;margin-top:1rem;margin-bottom:2rem}.faq-header .tilted-header-wrapper{margin-top:var(--top-margin,0)}@media(max-width:768px){.faq-header .tilted-header-wrapper{margin-top:0!important}}.faq-list{display:flex;flex-direction:column;gap:15px}.faq-item{background:#fff;border-radius:5px;overflow:hidden;transition:all .3s ease;border:2px solid #f0f0f0}.faq-item:hover{border-color:#ffd1e8;box-shadow:0 4px 16px rgba(201,63,158,.1)}.faq-item.active{border-color:#db1f89;box-shadow:0 6px 20px rgba(201,63,158,.15)}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:25px 30px;background:#fff;border:none;cursor:pointer;text-align:left;transition:all .3s ease}.faq-question:hover{background:#fef8fc}.faq-question .question-text{font-size:20px;font-weight:700;color:#333;flex:1;padding-right:20px}.faq-question .faq-icon{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#db1f89;border-radius:50%;transition:all .4s ease}.faq-question .faq-icon .icon-plus{width:18px;height:18px;stroke:#fff;stroke-width:2.5;stroke-linecap:round;transition:transform .4s ease}.faq-question .faq-icon.rotate{transform:rotate(45deg)}.faq-answer-wrapper{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1)}.faq-answer-wrapper.open{max-height:500px}.faq-answer-wrapper .faq-answer{padding:16px 30px 25px;animation:fadeIn .4s ease}.faq-answer-wrapper .faq-answer p{font-size:18px;line-height:1.7;color:#666;margin:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.faq-section{padding:37px 20px}.faq-question{padding:20px}.faq-question .question-text{font-size:18px;padding-right:15px}.faq-question .faq-icon{width:28px;height:28px}.faq-question .faq-icon .icon-plus{width:16px;height:16px}.faq-answer{padding:0 20px 20px}.faq-answer p{font-size:16px!important}}@media(max-width:480px){.faq-question{padding:18px 16px}.faq-question .question-text{font-size:17px}.faq-answer p{font-size:15px!important}}.tilted-header-wrapper{display:inline-block;margin-bottom:16px}.tilted-header-box{background:#000;padding:12px 24px}@media(min-width:768px){.tilted-header-box{padding:16px 48px}}@media(min-width:1024px){.tilted-header-box{padding:16px 64px}}.tilted-header-text{color:#fff;font-weight:700;margin-bottom:0;letter-spacing:1px;line-height:1.2;display:inline-flex;-moz-column-break-inside:avoid;break-inside:avoid;font-size:20px}@media(min-width:768px){.tilted-header-text{font-size:28px;line-height:1.3}}@media(min-width:1024px){.tilted-header-text{font-size:40px}}.latest-news-wrapper{background:#f3f3f3;padding:20px 16px}@media(max-width:768px){.latest-news-wrapper{padding:16px}}.latest-news-container{max-width:1200px;margin:0 auto}.latest-news-header{text-align:center;margin-bottom:2rem}.latest-news-subtitle{color:#000;font-size:16px;font-weight:500;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden}@media(max-width:767px){.latest-news-subtitle{display:block;-webkit-line-clamp:unset;overflow:visible}}@media(min-width:768px){.latest-news-subtitle{font-size:20px}}@media(min-width:1024px){.latest-news-subtitle{font-size:21px}}.latest-news-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:768px){.latest-news-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media(min-width:1024px){.latest-news-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem}}.latest-card-link{text-decoration:none}.latest-card{background:#fff;border-radius:5px;box-shadow:0 4px 18px rgba(0,0,0,.08);overflow:hidden;display:flex;flex-direction:column;transition:all .3s ease;height:100%}.latest-card:hover{box-shadow:2px 10px 20px 0 rgba(0,0,0,.6)}.latest-card-image-wrapper{height:190px;background:#e5e5e5;overflow:hidden}.latest-card-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s ease}.latest-card:hover .latest-card-image{transform:scale(1.08)}.latest-card-body{padding:1.25rem;display:flex;flex-direction:column;flex-grow:1}.latest-card-category{color:#db1f89;padding:4px 10px;font-size:19px;font-weight:900;border-radius:6px;display:inline-block;margin-bottom:12px}.latest-card-title{font-size:16px;font-weight:900;color:#222;margin-bottom:12px;line-height:1.3;transition:color .3s ease;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;transition:all .3s ease}@media(max-width:767px){.latest-card-title{display:block;-webkit-line-clamp:unset;overflow:visible}}@media(min-width:768px){.latest-card-title{font-size:17px}}.latest-card:hover .latest-card-title{color:#db1f89}.latest-card-description{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;transition:all .3s ease;font-size:15px;color:#555;line-height:1.6;margin-bottom:16px}@media(max-width:767px){.latest-card-description{display:block;-webkit-line-clamp:unset;overflow:visible}}@media(min-width:768px){.latest-card-description{font-size:16px}}.latest-card-cta{padding:0;background:none;border:none;display:inline-flex;align-items:center;font-size:15px;font-weight:600;color:#222;cursor:pointer;transition:color .3s ease}@media(min-width:768px){.latest-card-cta{font-size:16px}}.latest-card-cta:hover{color:#db1f89}.cta-text{border-bottom:2px solid #222;padding-bottom:2px;transition:border-color .3s ease}.latest-card-cta:hover .cta-text{border-color:#db1f89}.cta-arrow{margin-left:6px;transition:transform .3s ease}.latest-card-cta:hover .cta-arrow{transform:translateX(4px)}.eligibility-wrapper{background:#f3f4f6;padding:30px 16px;margin-top:1rem}.eligibility-icon{width:25px!important;height:25px!important}@media(min-width:768px){.eligibility-wrapper{padding:48px 16px}}.eligibility-container{max-width:1200px;margin:auto}.eligibility-header{text-align:center;margin-bottom:32px!important}@media(max-width:767px){.eligibility-header{margin-bottom:20px!important}}.eligibility-subtext{color:#000;font-size:16px;font-weight:500;margin-bottom:0!important;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden}@media(max-width:767px){.eligibility-subtext{display:block;-webkit-line-clamp:unset;overflow:visible}}@media(min-width:768px){.eligibility-subtext{font-size:20px}}@media(min-width:1024px){.eligibility-subtext{font-size:21px}}.eligibility-grid{display:grid;grid-template-columns:1fr;gap:16px;margin-bottom:40px}@media(max-width:640px){.eligibility-grid{margin-bottom:30px}}@media(min-width:768px){.eligibility-grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media(min-width:1024px){.eligibility-grid{grid-template-columns:repeat(4,1fr)}}.eligibility-card{padding:20px;border-radius:5px;box-shadow:0 5px 18px rgba(0,0,0,.18);transition:.3s ease}.eligibility-card:hover{box-shadow:2px 10px 20px 0 rgba(0,0,0,.6)}@media(min-width:768px){.eligibility-card{padding:24px}}.card-students{background:#db1f89}.card-professionals{background:#072553}.card-apprentices{background:#d5b9f3}.card-public{background:#fff}.eligibility-title-box{margin-bottom:24px;padding:10px 16px;transform:rotate(-1deg);text-align:center}.title-students{background:#fff;border:2px solid #000}.title-professionals{background:#db1f89;border:2px solid #fff}.title-apprentices{background:#072553;border:2px solid #fff}.title-public{background:#7d2369;border:2px solid #000}.text-students{color:#db1f89}.text-apprentices,.text-professionals,.text-public{color:#fff}.eligibility-title{margin-bottom:0;font-weight:700;letter-spacing:1px;font-size:20px}.eligibility-items{display:flex;flex-direction:column;gap:14px}@media(min-width:768px){.eligibility-items{gap:18px}}.eligibility-item{display:flex;align-items:center;gap:12px;min-height:32px}.eligibility-item-text{font-size:17px;font-weight:500;line-height:1.3}@media(min-width:768px){.eligibility-item-text{font-size:16px}}.dark-text{color:#000}.light-text{color:#fff}.eligibility-buttons{display:flex;justify-content:center;gap:16px;flex-direction:column}@media(min-width:640px){.eligibility-buttons{flex-direction:row}}@media(max-width:640px){.eligibility-buttons{align-items:center}}.eligibility-btn{width:230px;height:60px;display:inline-flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:bolder;line-height:1;padding:0;border:none;box-sizing:border-box;transition:.3s ease;cursor:pointer;text-decoration:none}@media(max-width:767px){.eligibility-btn{height:48px}}@media(max-width:640px){.eligibility-btn{height:45px}}@media(max-width:500px){.eligibility-btn{height:42px}}@media(max-width:766px){.eligibility-btn{font-size:1.6rem}}.eligibility-btn-outline{background:transparent;color:#db1f89;border:3px solid #db1f89}.eligibility-btn-outline:hover{box-shadow:0 0 18px rgba(0,0,0,.25)}.eligibility-btn-filled{background:#db1f89;color:#fff;border:none}.eligibility-btn-filled:hover{background:#c1197a;box-shadow:0 0 18px rgba(0,0,0,.25)}.futura-bold-oblique-whocanjoin{font-weight:700!important;font-style:oblique;font-size:40px;word-spacing:4px}@media(max-width:1024px){.futura-bold-oblique-whocanjoin{font-size:30px}}@media(max-width:767px){.futura-bold-oblique-whocanjoin{font-size:28px}}@media(max-width:640px){.futura-bold-oblique-whocanjoin{font-size:22px}}.join-totum{font-size:20px!important}.benefit-list{font-size:14px!important}.totum-wrapper{min-height:35vh;margin-top:17.5rem;display:flex;align-items:center;justify-content:center;padding:32px;position:relative;overflow:hidden;background-size:cover;background-position:50%;background-repeat:no-repeat}@media(max-width:1200px){.totum-wrapper{margin-top:18.5rem}}@media(max-width:1024px){.totum-wrapper{padding:25px 32px!important}}@media(max-width:950px){.totum-wrapper{margin-top:11.5rem}}@media(max-width:767px){.totum-wrapper{margin-top:12.5rem}}@media(max-width:577px){.totum-wrapper{margin-top:10.5rem}}@media(max-width:445px){.totum-wrapper{margin-top:12.5rem;padding:25px 16px!important}}.totum-bg-image{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:-1}.rdclass{font-style:normal!important}.rdclass,.rdclassbtn{font-family:futura-pt,sans-serif!important}.rdclassbtn{font-style:italic!important}.non-italic-class{font-family:futura-pt,sans-serif!important;font-style:normal!important}.totum-container{width:100%;max-width:780px;text-align:center}.heading-wrapper{display:inline-block}.heading-box{max-width:65rem;padding-bottom:10px}@media(min-width:768px){.heading-box{padding-bottom:14px}}@media(min-width:1024px){.heading-box{padding-bottom:16px}}.heading-text{color:#fff;font-weight:900;display:inline-flex;letter-spacing:1px;line-height:1.2;font-size:3.4rem;text-transform:capitalize;margin-bottom:0}@media(max-width:640px){.heading-text{font-size:2.8rem}}@media(min-width:767px){.heading-text{font-size:2.8rem}}.subheading{color:#fff;font-weight:300;margin-bottom:30px;padding:0 40px;font-size:16px;overflow:hidden}@media(max-width:767px){.subheading{display:block;-webkit-line-clamp:unset;overflow:visible;font-size:20px}}@media(max-width:500px){.subheading{font-size:18px}}@media(min-width:768px){.subheading{font-size:20px}}.btn-wrapper{display:flex;flex-direction:column;gap:12px;justify-content:center;align-items:center}@media(min-width:640px){.btn-wrapper{flex-direction:row;gap:20px}}.btn{width:200px;height:55px;display:inline-flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:bolder;line-height:1;padding:0;border:none;box-sizing:border-box;cursor:pointer;transition:.3s ease;text-decoration:none}@media(max-width:767px){.btn{width:186px;height:46px}}@media(max-width:640px){.btn{height:45px}}@media(max-width:500px){.btn{height:42px}}@media(max-width:766px){.btn{font-size:1.6rem}}.btn-login{border:none;background:#fff;color:#db1f89}.btn-login:hover{box-shadow:0 4px 20px rgba(0,0,0,.25)}.btn-signup{background:transparent;color:#fff;border:3px solid #fff}.btn-signup:hover{box-shadow:0 4px 20px hsla(0,0%,100%,.3)}.futura-bold-oblique{font-weight:700;font-style:oblique}.futura-medium-23{font-family:futura-pt,sans-serif;font-weight:300;font-style:normal}.why-wrapper{background:#f3f3f3;margin-top:0;padding-left:16px;padding-right:16px}.author-role-container{margin-bottom:1.5rem!important;font-size:13px!important;font-weight:500!important}.author-container{font-size:13px!important;font-weight:700}.why-stat-icon{width:70px!important;height:50px!important;margin-top:-3rem}@media(max-width:333px){.why-stat-icon{height:45px!important}}.why-container{max-width:1200px;margin:auto;padding-bottom:48px}@media(max-width:767px){.why-container{padding-bottom:40px}}.why-header{margin-bottom:2rem}.trending-header,.why-header{text-align:center;margin-top:2rem}.trending-header{margin-bottom:1rem}@media(max-width:767px){.trending-header{margin-top:1rem}}.why-subtext{color:#000;font-size:16px;font-weight:500;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden}@media(max-width:767px){.why-subtext{display:block;-webkit-line-clamp:unset;overflow:visible}}@media(min-width:768px){.why-subtext{font-size:20px}}@media(min-width:1024px){.why-subtext{font-size:21px}}.why-stats-banner{position:relative;overflow:hidden;background-size:cover;background-position:50%;background-repeat:no-repeat;border-radius:5px;padding:2rem;margin-bottom:4rem;box-shadow:0 4px 20px rgba(0,0,0,.2)}.main-container{flex-direction:row}.main-container,.value-desc-container{display:flex;justify-content:center;align-items:center}.value-desc-container{max-width:15rem;gap:1rem;flex-direction:column}.why-stats-bg{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:0}.why-stat{margin-left:-3rem}.why-stats-grid{display:grid;position:relative;grid-template-columns:repeat(2,1fr);row-gap:3rem;-moz-column-gap:2rem;column-gap:2rem;z-index:1}@media(min-width:1024px){.why-stats-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:377px){.why-stats-grid{-moz-column-gap:4rem;column-gap:4rem}}@media(max-width:349px){.why-stats-grid{row-gap:2rem}}.why-stat{color:#fff;margin-bottom:0;text-align:center}.why-stat,.why-stat-top{display:flex;align-items:center;justify-content:center}.why-stat-top{margin-bottom:7px}@media(max-width:422px){.why-stat-top{margin-bottom:0!important}}.why-stat-icon{display:block}.why-stat-value{font-size:40px;font-weight:700;margin-bottom:0;line-height:1}@media(max-width:591px){.why-stat-value{font-size:35px}}@media(min-width:768px){.why-stat-value{font-size:40px}}@media(max-width:489px){.why-stat-value{font-size:35px}}@media(max-width:461px){.why-stat-value{font-size:30px}}@media(max-width:422px){.why-stat-value{font-size:26px}}@media(max-width:377px){.why-stat-value{font-size:21px}}@media(max-width:358px){.why-stat-value{font-size:20px}}@media(max-width:350px){.why-stat-value{font-size:18px}}@media(max-width:333px){.why-stat-value{font-size:16px}}.why-stat-desc{font-size:18px;font-weight:500;margin-bottom:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden}@media(max-width:767px){.why-stat-desc{display:block;-webkit-line-clamp:unset;overflow:visible}}@media(min-width:768px){.why-stat-desc{font-size:20px}}@media(max-width:489px){.why-stat-desc{font-size:18px}}@media(max-width:461px){.why-stat-desc{font-size:16px}}@media(max-width:358px){.why-stat-desc{font-size:15px}}@media(max-width:350px){.why-stat-desc{font-size:14px}}.why-testimonials-grid{display:grid;gap:1.5rem;grid-template-columns:1fr;margin-bottom:3rem}@media(min-width:768px){.why-testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.why-testimonials-grid{grid-template-columns:repeat(4,1fr)}}.why-testimonial-card{background:#6a1b6d;border-radius:5px;padding:1.5rem;position:relative;color:#fff;text-align:center;transition:.3s ease-in-out;box-shadow:0 4px 20px rgba(0,0,0,.2)}.why-testimonial-card:hover{box-shadow:2px 10px 20px 0 rgba(0,0,0,.6)}.why-quote-icon{position:absolute;top:-24px;left:50%;transform:translateX(-50%);width:48px;height:48px;background:#0e1a45;border-radius:50%;display:flex;justify-content:center;align-items:center}.why-quote-icon img{width:24px;height:24px}@media(min-width:768px){.why-quote-icon{width:56px;height:56px}.why-quote-icon img{width:28px;height:28px}}.why-testimonial-content{margin-top:2rem}.why-testimonial-title{margin-top:3.5rem;font-size:18px;font-weight:700;margin-bottom:1rem}@media(max-width:768px){.why-testimonial-title{margin-top:2.5rem}}.why-testimonial-quote{font-size:16px;margin-bottom:1rem;line-height:1.4}@media(min-width:768px){.why-testimonial-quote{font-size:13px}}.why-testimonial-author{font-size:16px;font-weight:700}@media(min-width:768px){.why-testimonial-author{font-size:13px}}.why-testimonial-role{font-size:16px;font-weight:500!important}@media(min-width:768px){.why-testimonial-role{font-size:16px}}.why-cta{text-align:center}.why-cta-btn{display:inline-flex;align-items:center;justify-content:center;line-height:1;box-sizing:border-box;text-decoration:none;background:#db1f89;width:230px;height:60px;color:#fff;font-size:1.8rem;padding:12px 40px;font-weight:bolder;transition:.3s ease-in-out;border:none;cursor:pointer}@media(max-width:767px){.why-cta-btn{height:48px}}@media(max-width:640px){.why-cta-btn{height:45px}}@media(max-width:500px){.why-cta-btn{height:42px;padding-top:0;padding-bottom:0}}@media(max-width:766px){.why-cta-btn{font-size:1.6rem}}.why-cta-btn:hover{background:#c2187c;box-shadow:0 6px 20px rgba(0,0,0,.25)}.styles_follow__B2oDR{width:100%;display:flex;align-items:center;justify-content:center;gap:16px;padding-block:1rem}.styles_followInline__T0p8H{flex-direction:row}.styles_followStacked__jirGx{flex-direction:column}.styles_follow__B2oDR.styles_followStacked__jirGx{align-items:flex-start}.styles_heading__ym8ks{margin:0;font-size:2rem;font-style:normal;text-transform:none;color:#4c5567;font-weight:400}.styles_links__HlHyT{display:flex;align-items:center;list-style-type:none;gap:24px;margin:0;padding:0}.styles_links__HlHyT.styles_followStacked__jirGx{align-items:flex-start}.styles_image__ft6SH{max-width:32px;aspect-ratio:1/1}.styles_itemLink__NDM_P{display:flex;align-items:center;gap:16px;color:#0b0c0f}.styles_text__7e81m{display:none}@media screen and (min-width:768px){.styles_text__7e81m{display:inline}}@media screen and (min-width:1024px){.styles_follow__B2oDR,.styles_links__HlHyT{-moz-column-gap:40px;column-gap:40px}}.banner-container{background:#db1f89;min-height:25px;display:flex;justify-content:center;align-items:center;padding:8px 12px;text-align:center}.banner-text{display:inline-block;white-space:normal;word-break:break-word;animation:fadeCycle 3.5s ease-in-out infinite;font-weight:600;font-size:clamp(12px,3vw,18px)}@keyframes fadeCycle{0%,10%{opacity:0}20%,70%{opacity:1}to{opacity:0}}