.Workflow{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:2rem;padding:1rem;width:100%;max-width:1200px;margin:auto}@media screen and (max-width:769px){.Workflow{justify-content:flex-start;align-items:center}}.Workflow .workflow-content{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);grid-column-gap:0;grid-row-gap:0;grid-gap:4rem;gap:4rem;width:100%;height:670px}.Workflow .workflow-content .workflow-card{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;height:100%;min-height:190px;padding:2rem;border-radius:2.5rem;background-color:#000;border:1px solid #555;color:#d3d1ce;overflow:hidden;transition:opacity .1s}.Workflow .workflow-content .workflow-card:hover{opacity:.8;transition:opacity .1s;cursor:default}.Workflow .workflow-content .workflow-card .bg-overlay{z-index:2;position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background-color:rgba(0,0,0,.482)}.Workflow .workflow-content .workflow-card .bg{z-index:1;position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;object-fit:cover;object-position:center}.Workflow .workflow-content .workflow-card h3{z-index:10;font-size:2.4rem;color:#fef8f1;text-align:center}.Workflow .workflow-content .workflow-card h3 b{position:relative;display:inline-block;font-size:2.8rem;transform:rotate(15deg)}.Workflow .workflow-content .workflow-card p{z-index:10;width:70%;font-size:1.4rem;text-align:center}.Workflow .workflow-content .workflow-card.n1{grid-area:1/1/2/2}.Workflow .workflow-content .workflow-card.n2{grid-area:1/2/2/3}.Workflow .workflow-content .workflow-card.n3{grid-area:1/3/2/4}.Workflow .workflow-content .workflow-card.n4{grid-area:2/1/3/2}.Workflow .workflow-content .workflow-card.n5{grid-area:2/2/3/3}.Workflow .workflow-content .workflow-card.n6{grid-area:2/3/3/4}.Workflow .workflow-content .workflow-card.n7.soon h3,.Workflow .workflow-content .workflow-card.n7.soon p{opacity:.5}.Workflow .workflow-content .workflow-card.n7.soon .bg-overlay{background-color:rgba(0,0,0,.796)}.Workflow .workflow-content .workflow-card.n7.soon .soonIcon{position:absolute;z-index:15;transform:rotate(25deg);font-size:6rem}@media screen and (max-width:769px){.Workflow .workflow-content{display:flex;flex-direction:column;height:auto}.Workflow .workflow-content p{width:90%}}.Certificates{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:2rem;width:100%;max-width:1200px;margin:auto}@media screen and (max-width:769px){.Certificates{align-items:center;padding:1rem}}.Certificates .cert-content{display:flex;justify-content:flex-start;flex-wrap:wrap;width:100%;gap:5rem}@media screen and (max-width:769px){.Certificates .cert-content{height:auto;flex-wrap:wrap-reverse}}.Certificates .cert-content .tutor{position:relative;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;height:330px;width:250px;border-radius:2.5rem;background-color:#000;border:1px solid #555;overflow:hidden;color:#d3d1ce;margin:auto}.Certificates .cert-content .tutor.t1,.Certificates .cert-content .tutor.t2{grid-column:span 1}.Certificates .cert-content .tutor .tbg{z-index:1;position:absolute;top:0;bottom:0;left:0;right:0;object-fit:cover;object-position:center;width:100%;height:100%}.Certificates .cert-content .tutor .tbg-overlay{z-index:2;position:absolute;top:0;bottom:0;left:0;right:0;background:linear-gradient(0deg,#000 0,rgba(0,0,0,.4) 40%,transparent);width:100%;height:100%}.Certificates .cert-content .tutor h3{z-index:10;margin:0 auto;color:#fef8f1;font-size:2.5rem;font-weight:400;font-style:italic;text-align:center;padding:1rem}@media screen and (max-width:769px){.Certificates .cert-content .tutor h3{font-size:2rem!important}}.Certificates .cert-content .tutor p{z-index:10;padding:1rem;font-size:1.4rem;text-align:center}.Certificates .cert-content .tutor .t-actions{display:flex;justify-content:center;align-items:center;width:100%}.Certificates .cert-content .tutor .t-actions a,.Certificates .cert-content .tutor .t-actions button{z-index:10;display:flex;align-items:center;flex-direction:column;flex-grow:0;gap:5px;width:auto;padding:1.4rem;background:none;text-decoration:none;font-size:1.4rem;font-weight:700;color:#d3d1ce;transition:opacity .1s}.Certificates .cert-content .tutor .t-actions a svg,.Certificates .cert-content .tutor .t-actions button svg{font-size:2rem}.Certificates .cert-content .tutor .t-actions a:hover,.Certificates .cert-content .tutor .t-actions button:hover{opacity:.5;transition:opacity .1s}.Certificates .cert-content .benefit{display:flex;flex-direction:column;justify-content:center;align-items:center;flex-grow:1;gap:1rem;color:#d3d1ce;min-width:300px}.Certificates .cert-content .benefit img{width:150px;height:150px}.Certificates .cert-content .benefit h3{color:#fef8f1}.Certificates .cert-content .benefit p{text-align:center;width:300px}.Certificates .cert-content .benefit p a{color:#d3d1ce}.Testimonies{display:flex;flex-direction:column;gap:1rem;margin-top:2rem;margin-bottom:2rem;width:100%}.Testimonies h2{margin-bottom:.5rem}.Testimonies .t-container{display:flex;flex-direction:row;align-items:center;gap:1px;width:100%;overflow:auto;padding:0 0 8px}.Testimonies .t-container li{position:relative;display:flex;flex-direction:column;justify-content:flex-end;width:280px;height:360px;border-radius:5px;background-color:#1c1d22;flex-shrink:0}.Testimonies .t-container li img{z-index:1;width:100%;height:100%;object-fit:cover;border-radius:5px}.Testimonies .t-container li .t-content{z-index:5;position:absolute;bottom:0;left:0;right:0;width:100%;padding:.5rem;border-radius:5px;background-color:rgba(28,29,34,.294)}.Testimonies .t-container li .t-content .t-top p{margin:0;font-size:14px;padding:5px;line-height:1;color:#fff}.Testimonies .t-container li .t-content .t-bottom{position:relative;display:flex;gap:.5rem}.Testimonies .t-container li .t-content .t-bottom .t-avatar{position:relative;bottom:-5px;left:-5px;border-radius:50%;width:55px;height:55px;flex-shrink:0;filter:drop-shadow(0 0 5px rgba(0,0,0,.5))}.Testimonies .t-container li .t-content .t-bottom .t-right{display:flex;flex-direction:column;justify-content:center}.Testimonies .t-container li .t-content .t-bottom .t-right .t-name{font-weight:700;color:#fff}.Testimonies .t-container li .t-content .t-bottom .t-right span{font-size:12px;color:#d3d1ce}.Testimonies .t-container li .t-content .t-bottom .t-right span:last-child{font-size:12px}.Reviews{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:2rem;width:100%;max-width:1200px;margin:auto}@media screen and (max-width:769px){.Reviews{align-items:center;padding:1rem}}.Reviews h3{color:#d3d1ce}.Reviews .r-content{display:flex;justify-content:space-between;width:100%;gap:2rem;border-radius:2.5rem;background-color:#000;border:1px solid #555;overflow:hidden}@media screen and (max-width:769px){.Reviews .r-content{height:auto}}.Reviews .r-content .Testimonies{margin:0}.Reviews .r-content .Testimonies .t-container li{width:250px}@font-face{font-family:Montserrat;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;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;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;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;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;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;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;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;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;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;src:local("Arial");ascent-override:85.79%;descent-override:22.25%;line-gap-override:0.00%;size-adjust:112.83%}.__className_50e27d{font-family:Montserrat,Montserrat Fallback;font-style:normal}.PromoCard{display:flex;flex-direction:column;justify-content:flex-start;width:100%;max-width:30rem;padding:2rem;background-color:#1c1d22;border-radius:1rem;color:#fef8f1}.PromoCard .p-head{display:flex;justify-content:space-between}.PromoCard .p-head h4{font-size:1.2rem;color:#d3d1ce}.PromoCard p{margin-bottom:1rem;font-size:1.2rem}.PromoCard .p-cta{display:flex;flex-direction:column;gap:1rem;margin:1rem 0 2rem;color:#fef8f1;border-radius:1rem}.PromoCard .p-cta .price-container{display:flex;justify-content:space-between;align-items:flex-end;font-size:2rem;margin-bottom:2rem}.PromoCard .p-cta .price-container .prices .price{font-size:3.4rem}.PromoCard .p-cta .price-container .prices small{font-size:1.2rem}.PromoCard .p-cta .price-container .prices .past{font-size:2.4rem;text-decoration:line-through;opacity:.5}.PromoCard .p-cta .btn{justify-content:flex-start;width:100%;padding:1rem;margin:0;background-color:#a518f1;color:#fff;font-size:1.4rem;font-weight:700;transition:opacity .1s}.PromoCard .p-cta .btn.main-cta{justify-content:center;padding:1.4rem;font-size:1.6rem;border-radius:1rem}.PromoCard .p-cta .btn:hover{opacity:.5;transition:opacity .1s}.PromoCard .p-cta .btn.btnsecondary{font-size:1.2rem;font-weight:700;transition:opacity .1s}.PromoCard .p-cta .cta-row{display:flex;gap:1rem}.PromoCard .p-cta .cta-row button{background-color:transparent!important}.PromoCard .p-features{display:flex;gap:.6rem;color:#d3d1ce}.PromoCard .p-features svg{font-size:1.2rem;flex-shrink:0;color:#bebdbb}.PromoCard .p-features svg.bullet{font-size:.5rem;margin:5px 2px}.PromoCard .p-features i{color:#f84949}.PromoCard .p-features p{line-height:1.3}.PromoCard .p-features p.gift{cursor:pointer;text-decoration:underline}.PromoCard .p-features p.gift:hover{opacity:.5;transition:opacity .1s}@media screen and (max-width:768px){.PromoCard{display:none}}@media screen and (min-width:769px){.PromoCard{display:flex}}.PromoCard.mobile .p-cta .price{display:flex;justify-content:space-between;align-items:center;font-size:2rem}.PromoCard.mobile .p-cta .price small{font-size:1.2rem}.PromoCard.mobile .p-features{display:flex;gap:.6rem}.PromoCard.mobile .p-features svg{flex-shrink:0}.PromoCard.mobile .p-features p{line-height:1.3}@media screen and (max-width:768px){.PromoCard.mobile{display:flex;margin:auto}}@media screen and (min-width:769px){.PromoCard.mobile{display:none}}