.pink{color:#D33290}*{-webkit-box-sizing:border-box;box-sizing:border-box}body,html{margin:0;padding:0}.page{margin:0}body{font-family:"DM Sans",sans-serif;font-size:18px;line-height:25px;color:#000}.inner-wrapper{max-width:1400px;width:100%;margin-left:auto;margin-right:auto;padding-left:30px;padding-right:30px}.accent{color:#9B0C60}.bold{font-weight:700}.section-title{font-size:60px;line-height:72px;margin:0 0 60px}article.page{padding-top:140px;padding-bottom:100px}.single-lesson .site-main{padding-bottom:0!important}.llms-meta-info{display:none}._1_header{margin-top:0}.pmpro_login_wrap,.pmpro_lost_password_wrap,.pmpro_reset_password_wrap{max-width:600px}.site-header{position:sticky;top:0;z-index:100}.site-branding{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.site-branding a{height:inherit;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.menu-overlay,.menu-overlay-mobile{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(37,0,54,0.7);backdrop-filter:blur(10px);z-index:99;opacity:0;visibility:hidden;pointer-events:none;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}.menu-overlay-mobile.open,.menu-overlay.open{opacity:1;visibility:visible;pointer-events:all}.menu-overlay-mobile{z-index:199;background-color:rgba(37,0,54,0.5);backdrop-filter:blur(3px)}@media screen and (min-width:1001px){.menu-overlay-mobile{display:none!important}}.menu-meniu-cont-container,.menu-primary-menu-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.main-navigation{position:relative;-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.main-navigation ul{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.main-navigation ul.toggled{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.main-navigation.toggled .hamburger span:first-child{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.main-navigation.toggled .hamburger span:nth-child(2){-webkit-transform:scaleY(0);transform:scaleY(0)}.main-navigation.toggled .hamburger span:last-child{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.main-navigation .nav-menu>li.menu-item:first-child{margin-right:15px}.main-navigation li.menu-item-has-children{position:relative}.main-navigation li.menu-item-has-children>a{padding-right:20px}.main-navigation li.menu-item-has-children>a:after{width:12px;height:10px;position:absolute;content:"";right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);display:block;background-image:url("../images/arrow.png");background-size:100%;background-repeat:no-repeat;background-position:center center;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}.main-navigation li.menu-item-has-children.open a:after{-webkit-transform:translateY(-50%) rotateX(180deg);transform:translateY(-50%) rotateX(180deg)}.main-navigation ul.sub-menu{padding:20px;-webkit-box-shadow:0 20px 40px rgba(0,0,0,0.3);box-shadow:0 20px 40px rgba(0,0,0,0.3);border-radius:10px;position:absolute;top:calc(100% + 15px);left:0;-webkit-transform:translateX(-35%) translateY(30px);transform:translateX(-35%) translateY(30px);opacity:0;pointer-events:none;visibility:hidden;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}.main-navigation ul.sub-menu.open{-webkit-transform:translateX(-35%) translateY(0);transform:translateX(-35%) translateY(0);opacity:1;pointer-events:all;visibility:visible}.main-navigation ul.sub-menu li.menu-item{margin-bottom:12px;padding:15px;border-radius:5px}.main-navigation ul.sub-menu li.menu-item.current-menu-item{background-color:#9B0C60}.main-navigation ul.sub-menu li.menu-item.current-menu-item a{color:#fff}.main-navigation ul.sub-menu li.menu-item a{padding:0;width:470px;display:-ms-grid;display:grid;grid-template-areas:"image title" "image description";-ms-grid-columns:77px 23px 1fr;grid-template-columns:77px 1fr;-webkit-column-gap:23px;-moz-column-gap:23px;column-gap:23px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.main-navigation ul.sub-menu li.menu-item a img{-ms-grid-row:1;-ms-grid-row-span:2;-ms-grid-column:1;width:77px;grid-area:image}.main-navigation ul.sub-menu li.menu-item a .menu-image-title{-ms-grid-row:1;-ms-grid-column:3;grid-area:title;font-size:24px;line-height:28px;font-weight:800;padding-left:0}.main-navigation ul.sub-menu li.menu-item a .menu-description{-ms-grid-row:2;-ms-grid-column:3;grid-area:description;font-size:16px;line-height:21px;font-weight:500;opacity:0.5;-ms-grid-row-align:start;align-self:start}.menu-toggle{display:none;background-color:transparent;border:none;cursor:pointer}.hamburger{position:relative;height:26px;width:32px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.hamburger span{display:block;height:4px;width:100%;border-radius:10px;background:#0e2431}.hamburger span:first-child{-webkit-transform-origin:0% 0%;transform-origin:0% 0%;-webkit-transition:-webkit-transform 0.4s ease-in-out;transition:-webkit-transform 0.4s ease-in-out;transition:transform 0.4s ease-in-out;transition:transform 0.4s ease-in-out,-webkit-transform 0.4s ease-in-out}.hamburger span:nth-child(2){-webkit-transition:-webkit-transform 0.2s ease-in-out;transition:-webkit-transform 0.2s ease-in-out;transition:transform 0.2s ease-in-out;transition:transform 0.2s ease-in-out,-webkit-transform 0.2s ease-in-out;width:65%;margin-left:auto;margin-right:auto}.hamburger span:last-child{-webkit-transform-origin:0% 100%;transform-origin:0% 100%;-webkit-transition:-webkit-transform 0.4s ease-in-out;transition:-webkit-transform 0.4s ease-in-out;transition:transform 0.4s ease-in-out;transition:transform 0.4s ease-in-out,-webkit-transform 0.4s ease-in-out}.menu-item>a{color:#000;font-weight:400;padding:35px 10px;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.menu-item>a:focus,.menu-item>a:hover{color:#9B0C60;font-weight:700;-webkit-transform:translate(0,-5px);transform:translate(0,-5px)}.menu-item>a:visited{color:#000}.menu-item>a:visited:focus,.menu-item>a:visited:hover{color:#9B0C60}.menu-item.current-menu-item>a{color:#000;font-weight:700}.menu-item.current-menu-item>a:focus,.menu-item.current-menu-item>a:hover{color:#000}.nav-menu>.menu-item:last-of-type{margin-left:85px}.nav-menu>.menu-item:last-of-type>a{position:relative;color:#9B0C60;border:2px solid #9B0C60;padding:11px 20px 11px 55px;border-radius:5px}.nav-menu>.menu-item:last-of-type>a:focus,.nav-menu>.menu-item:last-of-type>a:hover{background-color:#a90d69;color:#fff}.nav-menu>.menu-item:last-of-type>a:focus:before,.nav-menu>.menu-item:last-of-type>a:hover:before{-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}.nav-menu>.menu-item:last-of-type>a:before{content:"";position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:20px;width:18px;height:18px;background-image:url("../images/icon-account.svg");background-repeat:no-repeat;background-position:center center;background-size:100%;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.nav-menu>.menu-item:last-of-type.open>a:before{-webkit-transform:translateY(-50%) rotate(90deg);transform:translateY(-50%) rotate(90deg)}a.nav-demo-btn{display:inline-block;color:#fff;background-color:#9B0C60;border-radius:5px;font-weight:400;padding:11px 20px;margin-left:20px;border:2px solid transparent;-webkit-box-shadow:0 10px 20px rgba(155,12,96,0.3);box-shadow:0 10px 20px rgba(155,12,96,0.3);-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}a.nav-demo-btn:focus,a.nav-demo-btn:hover{background-color:#6c0843}ul.sub-menu{background-color:#fff;display:block}.login-form{width:450px;position:absolute;background-color:#fff;padding:60px 30px 40px;-webkit-box-shadow:0 20px 40px rgba(0,0,0,0.3);box-shadow:0 20px 40px rgba(0,0,0,0.3);border-radius:10px;top:calc(100% + 15px);right:0;text-align:center;-webkit-transform:translateX(30%) translateY(30px);transform:translateX(30%) translateY(30px);opacity:0;pointer-events:none;visibility:hidden;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}.login-form.open{-webkit-transform:translateX(30%) translateY(0);transform:translateX(30%) translateY(0);opacity:1;pointer-events:all;visibility:visible}.login-form h2{font-size:48px;line-height:52px;margin:0 0 35px}.login-form hr{display:none}.pmpro .pmpro_section #loginform .login-password,.pmpro .pmpro_section #loginform .login-username,.pmpro_lost_password-field{position:relative}.pmpro .pmpro_section #loginform .login-password input,.pmpro .pmpro_section #loginform .login-username input,.pmpro_lost_password-field input{max-width:100%!important;width:100%;padding:15px 20px 15px 55px;font-size:18px;line-height:18px;border-radius:5px;border:2px solid #BCBCBC}.pmpro .pmpro_section #loginform .login-password:before,.pmpro .pmpro_section #loginform .login-username:before,.pmpro_lost_password-field:before{content:"";display:block;position:absolute;top:50%;left:22px;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:17px;background-position:center center;background-repeat:no-repeat;background-size:100%}.login-username:before,.pmpro_lost_password-field:before{height:14px;background-image:url("../images/envelope.svg")}.login-password:before{height:22px;background-image:url("../images/lock.svg")}.pmpro .pmpro_form_field-password-toggle{display:none}.pmpro #resetpassform .pmpro_form_field-password-toggle{display:-webkit-box;display:-ms-flexbox;display:flex}.view-pass{position:absolute;padding:0;width:22px;height:17px;top:50%;right:22px;-webkit-transform:translateY(-50%);transform:translateY(-50%);background-position:center center;background-repeat:no-repeat;background-size:100%;background-image:url("../images/eye.svg");background-color:transparent;border:none;cursor:pointer;opacity:0.6;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}.view-pass:focus,.view-pass:hover{opacity:1}#loginform .login-remember{margin-top:35px}#loginform .login-remember input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}#loginform .login-remember input:focus+.checkbox{border-color:#2a2a2a}#loginform .login-remember input:checked+.checkbox:before{opacity:1}#loginform .login-remember .checkbox{position:relative;width:24px;height:24px;border-radius:50%;border:2px solid #A2A2A2}#loginform .login-remember .checkbox:before{content:"";display:block;border-radius:50%;width:60%;height:60%;background-color:#c12f84;left:50%;top:50%;-webkit-transform:translate(30%,30%);transform:translate(30%,30%);-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;opacity:0}#loginform .login-remember label{text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:12px;font-size:18px;line-height:24px;font-weight:400}#lostpasswordform input[type=submit],.login-submit input[type=submit]{background-color:#D33290;color:#fff;-webkit-box-shadow:0 10px 20px rgba(155,12,96,0.3);box-shadow:0 10px 20px rgba(155,12,96,0.3);border-radius:5px;font-size:18px;line-height:18px;padding:15px 30px;width:100%;cursor:pointer}#lostpasswordform input[type=submit]:focus,#lostpasswordform input[type=submit]:hover,.login-submit input[type=submit]:focus,.login-submit input[type=submit]:hover{background-color:#ad2574}.pmpro_actions_nav{margin:25px 0 0}.pmpro_actions_nav a{color:#9B0C60;text-decoration:underline;font-size:18px;line-height:22px;font-weight:400}.site-header.mobile-open{background-color:#360032}.site-header{background-color:#fff;-webkit-box-shadow:0 10px 20px rgba(0,0,0,0.1);box-shadow:0 10px 20px rgba(0,0,0,0.1)}.site-header .inner-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.site-branding{width:344px;height:100px}.home-header{padding-top:200px;padding-bottom:260px;color:#fff;background-image:url("../images/header.jpg");background-size:cover;background-repeat:no-repeat;background-position:center right}.header-content{max-width:600px}.header-content p{font-size:24px;line-height:36px;padding:0 0 50px}.title{font-size:60px;line-height:72px;margin:0 0 30px;min-width:680px}.btn{color:#fff;background-color:#9B0C60;text-decoration:none;padding:13px 41px;border-radius:5px;display:inline-block}.btn:hover{color:#fff;background-color:#6c0843}.btn:visited{color:#fff}.cta{background-color:#F7EFFA;padding-top:150px;margin-bottom:380px}.cta-title{font-size:48px;line-height:60px;margin:0 0 10px;text-align:center}.cta-description{font-size:21px;line-height:30px;text-align:center;max-width:1300px;margin-left:auto;margin-right:auto;margin-bottom:100px}.cta-packs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:30px;position:relative;top:380px;margin-top:-380px}.pack{width:460px;max-width:33%;-webkit-box-shadow:0 20px 40px rgba(155,12,96,0.2);box-shadow:0 20px 40px rgba(155,12,96,0.2);border-radius:20px}.pack .btn{background-color:#D33290;width:100%;text-align:center}.pack .btn:hover{background-color:#ad2574}.pack.pack-executive .pack-name{background-color:#4C046C}.pack.pack-corporate .pack-name{background-color:#250036}.pack-name{border-radius:20px 20px 0 0;background-color:#9B0C60;color:#fff;font-size:60px;line-height:60px;font-weight:700;padding:85px 25px 30px}.pack-content{padding:50px 25px;background-color:#fff}.pack-description{padding-bottom:30px;margin-bottom:40px;font-weight:400;position:relative}.pack-description:after{content:"";display:block;position:absolute;bottom:0;height:1px;width:100%;background-color:rgba(112,112,112,0.25)}.pack-price{font-size:60px;line-height:60px;font-weight:700;margin-bottom:30px}.pack-price span{display:block;font-size:18px;line-height:20px;font-weight:400;margin-top:5px}.pack-features{padding:40px 25px;background-color:#F7EFFA;border-radius:0 0 20px 20px}.pack-feature{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:15px;font-weight:400}.pack-feature:last-child{margin-bottom:0}.pack-feature img{width:25px;margin-right:15px}.pack-feature.bold{font-weight:700}.site-footer{background-image:linear-gradient(135deg,#340032,#48004B);padding:100px 0 0}.footer-links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:30px;padding-bottom:100px}.footer-columns{display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px;-webkit-box-flex:1;-ms-flex:1;flex:1}.footer-columns .footer-column{-webkit-box-flex:1;-ms-flex:1;flex:1}.footer-column{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.footer-column a img{margin:0}.footer-column a.logo{max-width:300px;margin-top:10px;position:relative;left:-30px}.column-title{font-size:30px;line-height:36px;font-weight:800;margin:0 0 30px;color:#fff}.footer-list{list-style-type:none;margin:0;padding:0}.footer-list li{margin-bottom:15px}.footer-list a{color:#fff}.footer-list.social{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}.footer-list.social img{width:36px}.footer-copy{padding:30px 0;background-color:#2F012F;color:#fff;text-align:center;font-size:16px;line-height:20px}.footer-copy p{margin:0}.clients{background-color:#F7EFFA;padding:90px 0}.clients-text{text-align:center;font-size:36px;line-height:42px;font-weight:700;color:#9B0C60;-webkit-box-flex:1;-ms-flex:1;flex:1;margin-bottom:50px}.clients-text span{text-decoration:underline}.clients-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:15px 25px}.clients-list:last-child{margin-bottom:0}.structure{position:relative;padding-top:160px;padding-bottom:160px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.structure .inner-wrapper{margin-right:0;margin-left:0;padding-right:50px}.structure .title{margin-bottom:50px}.structure-text{max-width:750px;min-width:730px}.structure-text p{margin:0 0 40px}.structure-subtitle{margin:90px 0 40px;font-size:36px;line-height:46px;color:#9B0C60}.structure-list{margin:0 0 50px;padding:0;list-style-type:none;max-width:700px}.structure-list li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:30px}.structure-list li img{width:25px;margin-right:25px}.structure-schema{position:relative;padding:250px 5px;background-color:#F7EFFA;border-radius:20px 0 0 20px;top:120px;max-width:50%;width:900px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.structure-schema img{width:600px;max-width:90%}.structure-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.benefits{padding:120px 0;background-image:linear-gradient(135deg,#360032,#550058)}.benefits-grid{display:-ms-grid;display:grid;-ms-grid-columns:1fr 50px 1fr 50px 1fr;grid-template-columns:1fr 1fr 1fr;gap:90px 50px}.benefit{border-radius:10px;border:2px solid #D33290;padding:80px 35px;color:#fff}.benefit img{margin-bottom:25px}.benefit p{margin:0 0 30px;font-weight:400}.benefit p:last-child{margin-bottom:0}.benefit-name{font-size:30px;line-height:36px;font-weight:700;margin-bottom:10px}.content{padding-top:70px;padding-bottom:120px}.content-grid{margin-top:75px;display:-ms-grid;display:grid;gap:50px;-ms-grid-columns:1fr 50px 1fr;grid-template-columns:1fr 1fr;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:start}.module{border:2px solid #9B0C60;border-radius:10px;padding-top:40px}.module p{margin:0 0 40px;padding:0 40px;font-weight:400}.module-title{padding:0 40px;font-size:36px;line-height:42px;font-weight:700;margin:0 0 10px}.module-subtitle{padding:0 40px;font-size:24px;line-height:30px;font-weight:700;margin:0 0 30px}.module-content{background-color:#F7EFFA;padding:40px 40px 50px;border-radius:0 0 10px 10px}.module-content .module-subtitle{padding:0}.module-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:15px;font-weight:400}.module-item:last-child{margin-bottom:0}.module-item img{width:25px;margin-right:15px}.bonuses{padding:150px 0;background-image:linear-gradient(135deg,#360032,#550058);color:#fff}.bonuses p{margin:-25px 0 0;max-width:630px;font-size:21px;line-height:30px;font-weight:400}.bonuses-wrapper{margin-top:100px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;gap:50px;padding-left:20px}.bonus{position:relative;margin-bottom:80px;padding:40px 60px 50px;border:2px solid #D33290;border-radius:10px}.bonus-number{position:absolute;top:40px;left:0;-webkit-transform:translateX(-55%);transform:translateX(-55%);font-size:120px;line-height:120px;font-weight:800;color:#D33290;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.bonus-title{font-size:36px;line-height:42px;font-weight:700;margin-bottom:24px}.bonus-text{max-width:550px;font-weight:400;margin-bottom:40px}.bonus-text:last-child{margin-bottom:0}.about{padding-top:60px;font-weight:400;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;gap:30px}.about .inner-wrapper{max-width:50%;margin-right:0;margin-left:0}.about p{margin:0 0 30px;max-width:580px;line-height:24px}.about p .accent{font-weight:700}.about-name{font-size:48px;line-height:52px;margin:60px 0 15px}.about-description{font-weight:600;max-width:660px;margin:0 0 30px}.about-list{margin:40px 0 100px;list-style-type:none;padding:0}.about-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:25px;max-width:600px}.about-item .accent{font-weight:700}.about-item img{position:relative;width:24px;margin-right:20px;top:7px}.about-photo img{position:relative;bottom:-10px}.accordion-item---brix .open-close-line---brix.second-line---brix{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;background-color:rgb(23,15,73)!important}.accordion-item---brix .accordion-content---brix{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.accordion-item---brix.open .accordion-item-title---brix{color:rgb(211,50,144)!important}.accordion-item---brix.open .open-close-line---brix.second-line---brix{-webkit-transform:translate3d(0px,0px,0px) scale3d(1,1,1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg,0deg)!important;transform:translate3d(0px,0px,0px) scale3d(1,1,1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg,0deg)!important;background-color:rgb(211,50,144)!important}.accordion-item---brix.open .accordion-content---brix{height:auto!important;opacity:1!important;-webkit-transform:translate3d(0,0,0) scale3d(1,1,1) rotateX(0) rotateY(0) rotateZ(0) skew(0,0)!important;transform:translate3d(0,0,0) scale3d(1,1,1) rotateX(0) rotateY(0) rotateZ(0) skew(0,0)!important}.why{position:relative;background-image:linear-gradient(135deg,#360032,#550058);color:#fff;padding:160px 0 180px}.why .section-title{font-size:48px;line-height:55px}.why-wrapper{margin-top:70px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:80px}.why-text{line-height:24px;font-weight:400}.why-text p{margin:0 0 30px;max-width:640px}.why-text p:last-child{margin-bottom:0px}.why-signature{max-width:350px;text-align:right;display:block;margin-left:auto}.cta.cta--bottom{margin-bottom:0}.subscribe{padding-top:480px;background-image:linear-gradient(135deg,#360032,#550058);color:#fff;text-align:center;color:#fff}.subscribe .section-title{font-size:48px;line-height:55px;margin-bottom:30px}.subscribe-subtitle{font-size:21px;line-height:32px;margin-bottom:60px}.subscribe-form ._form-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:16px;margin-bottom:40px}.subscribe-form input{padding:17px 20px;font-size:18px;line-height:20px;font-weight:500;border-radius:5px}.subscribe-form ._field-wrapper{-webkit-box-flex:1;-ms-flex:1;flex:1}.subscribe-form ._field-wrapper input{width:100%}.subscribe-form ._field-wrapper:nth-child(3){-webkit-box-flex:1.5;-ms-flex:1.5;flex:1.5}.subscribe-form ._button-wrapper ._submit{width:380px;text-align:center;padding:17px 30px;font-size:18px;line-height:20px;font-weight:500;border-radius:5px;background-color:#D33290;color:#fff;-webkit-box-shadow:0 10px 20px rgba(155,12,96,0.3);box-shadow:0 10px 20px rgba(155,12,96,0.3);border:none;cursor:pointer;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.subscribe-form ._button-wrapper ._submit:focus,.subscribe-form ._button-wrapper ._submit:hover{background-color:#dc5ca7}._10_subscribe .main-paragraph{margin-bottom:70px}.page-cont{background-color:#F7EFFA;padding-top:140px;font-weight:400}.cont-content p{margin:0 0 35px}.cont-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:30px;padding-bottom:150px}.entry-title{font-size:60px;line-height:66px;margin:0 0 60px}.cont-article{-webkit-box-flex:1;-ms-flex:1;flex:1}.cont-sidebar{width:500px;max-width:100%;position:sticky;top:150px}.sidebar-box{background-image:linear-gradient(135deg,#360032,#550058);color:#fff;border-radius:10px;padding:40px 45px 48px}.sidebar-box .btn{background-color:#D33290;width:100%;position:relative;margin-bottom:12px;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.sidebar-box .btn img{position:absolute;top:50%;right:30px;-webkit-transform:translateY(-50%) rotate(-90deg);transform:translateY(-50%) rotate(-90deg);width:15px;-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}.sidebar-box .btn:focus,.sidebar-box .btn:hover{background-color:#ad2574}.box-title{font-size:36px;line-height:42px;font-weight:700;margin-bottom:35px}p.video-wrapper{padding-top:56.25%;margin-bottom:60px;position:relative}p.video-wrapper iframe{position:absolute;top:0;left:0;bottom:0;right:0;width:100%;height:100%}.page-comments{background-color:#fff;padding-top:150px;padding-bottom:90px}.page-comments-title{margin:0 0 60px;font-size:60px;line-height:72px;max-width:700px}.comments{max-width:800px}.comment-form-comment textarea{font-size:18px;line-height:22px;border:2px solid #BCBCBC;border-radius:5px;padding:15px 25px}.form-submit .submit{background-color:#D33290;color:#fff;text-decoration:none;padding:13px 41px;border-radius:5px;border:none;-webkit-box-shadow:0 10px 20px rgba(155,12,96,0.3);box-shadow:0 10px 20px rgba(155,12,96,0.3);width:390px;max-width:100%;text-align:center;cursor:pointer;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.form-submit .submit:focus,.form-submit .submit:hover{background-color:#ad2574}.comments-area{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.comments-area .comment-respond{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;padding-bottom:35px;margin-bottom:60px;border-bottom:1px solid rgba(54,0,50,0.15)}.comments-area .comment-list{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.comments-area .comment-list>.comment{padding-bottom:35px;margin-bottom:35px;border-bottom:1px solid rgba(54,0,50,0.15)}.comments-area .comment-list>.comment:last-of-type{border:none}.comments-area .comments-title{display:none}.comment .avatar{display:none}.comment .comment-metadata{display:none}.comment .comment-author{margin-bottom:10px}.comment .comment-author a{color:#D33290}.comment .comment-content p{margin:0 0 15px}.comment .comment-content p:last-child{margin-bottom:0}.comment .reply a{color:#D33290}.comment .children{padding-left:25px;margin-top:30px;border-left:2px solid #9B0C60}.comment .children .comment{margin-bottom:30px}.comment .children .comment-reply-title{display:block;margin:10px 0 10px}.comment-notes{margin:0 0 10px}.comment-form P{margin:0 0 20px}.comment-form p.comment-notes,.comment-form p.logged-in-as{margin-bottom:30px}p.comment-form-cookies-consent{position:relative;margin-bottom:30px}p.comment-form-cookies-consent input{position:absolute;opacity:0}p.comment-form-cookies-consent input:checked+label .check:before{background-color:#D33290}p.comment-form-cookies-consent input:focus+label .check{border-color:#5a5a5a}p.comment-form-cookies-consent .check{position:absolute;display:block;width:24px;height:24px;border:2px solid #A2A2A2;border-radius:50%;top:0;left:0}p.comment-form-cookies-consent .check:before{content:"";position:absolute;display:block;width:60%;height:60%;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);border-radius:50%;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}p.comment-form-cookies-consent label{position:relative;padding-left:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}p.comment-form-cookies-consent label:hover .check{border-color:#5a5a5a}.comment-reply-title{display:none}.comment-form-url{display:none}.comment-form-author label,.comment-form-comment label,.comment-form-email label{display:none}.comment-form-author,.comment-form-email{display:inline-block;width:49.5%}.comment-form-author input,.comment-form-email input{width:100%;border:2px solid #BCBCBC;font-size:18px;line-height:22px;border-radius:5px;padding:15px 25px}.woocommerce-MyAccount-navigation{-ms-flex-preferred-size:250px;flex-basis:250px;min-width:200px}.woocommerce-MyAccount-navigation ul{list-style-type:none;padding:0;margin-left:0;max-width:250px;min-width:200px;border-radius:10px;-webkit-box-shadow:0px 2px 10px rgba(0,0,0,0.1);box-shadow:0px 2px 10px rgba(0,0,0,0.1);background-color:#fcfcfc}.woocommerce-MyAccount-navigation-link{position:relative;border-bottom:2px solid rgba(0,0,0,0.1);border-radius:2px}.woocommerce-MyAccount-navigation-link.is-active a,.woocommerce-MyAccount-navigation-link.is-active a:visited{background-color:#6c0843;color:#fff}.woocommerce-MyAccount-navigation-link.is-active:after{border-bottom-color:#fff;border-right-color:#fff}.woocommerce-MyAccount-navigation-link:hover:after{border-bottom-color:#fff;border-right-color:#fff;right:15px}.woocommerce-MyAccount-navigation-link:after{position:absolute;width:10px;height:10px;content:"";border-bottom:3px solid rgba(0,0,0,0.5);border-right:3px solid rgba(0,0,0,0.5);border-radius:2px;right:20px;top:50%;-webkit-transform:translateY(-50%) rotate(-45deg);transform:translateY(-50%) rotate(-45deg);-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.woocommerce-MyAccount-navigation-link:first-child a{border-top-left-radius:10px;border-top-right-radius:10px}.woocommerce-MyAccount-navigation-link:last-child{border-bottom:none}.woocommerce-MyAccount-navigation-link:last-child a{border-bottom-left-radius:10px;border-bottom-right-radius:10px}.woocommerce-MyAccount-navigation-link a{display:block;text-decoration:none;color:#000;font-weight:500;padding:10px 15px;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.woocommerce-MyAccount-navigation-link a:visited{color:#000}.woocommerce-MyAccount-navigation-link a:active,.woocommerce-MyAccount-navigation-link a:hover{background-color:#6c0843;color:#fff}.woocommerce-MyAccount-content{margin-top:10px;-webkit-box-flex:1;-ms-flex:1;flex:1}.woocommerce-account .entry-content .woocommerce{display:-webkit-box;display:-ms-flexbox;display:flex;gap:80px}.woocommerce-orders-table__cell-order-actions a{background-color:rgba(0,0,0,0.1);color:#000;text-decoration:none;padding:3px 8px;border-radius:4px}.woocommerce-orders-table__cell-order-actions a:first-child{margin-right:5px}.woocommerce-orders-table__cell-order-actions a:active,.woocommerce-orders-table__cell-order-actions a:hover{background-color:rgba(0,0,0,0.7);color:#fff}.subscription_details td{padding:5px 0}.subscription_details .button.cancel{background-color:rgba(255,0,0,0.1);color:#000;text-decoration:none;padding:3px 8px;border-radius:4px;margin-bottom:5px;display:block;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content}.subscription_details .button.cancel:first-child{margin-right:5px}.subscription_details .button.cancel:active,.subscription_details .button.cancel:hover{background-color:rgba(255,0,0,0.7);color:#fff}.order_details tfoot tr th{text-align:left}.order_details tfoot tr td{text-align:right;padding:5px 0}table.woocommerce-orders-table tbody tr td,table.woocommerce-orders-table thead tr th.woocommerce-orders-table__header{padding-left:5px;padding-right:5px;padding-top:20px;padding-bottom:20px}table.woocommerce-orders-table tbody tr:nth-child(2n){background-color:#eeeeee}.woocommerce-Address-title.title{font-size:20px;line-height:26px}.woocommerce-MyAccount-orders .woocommerce-orders-table__cell{padding-top:20px;padding-bottom:20px;padding-left:5px;padding-right:5px}.woocommerce-MyAccount-orders .woocommerce-orders-table__row:nth-child(2n){background-color:#eeeeee}.woocommerce-MyAccount-content #update_all_subscriptions_addresses_field .checkbox:not(.woocommerce-form__label){display:inline}#wc-stripe-update-subs-payment-method-card_field .checkbox:not(.woocommerce-form__label){display:inline}.woocommerce-MyAccount-content .subscription_details .button.change_payment_method,.woocommerce-MyAccount-content .subscription_details .button.reactivate,.woocommerce-MyAccount-content .subscription_details .button.subscription_renewal_early{display:block;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;margin-bottom:5px;background-color:rgba(0,0,0,0.1);color:#000;text-decoration:none;padding:3px 8px;border-radius:4px}.woocommerce-MyAccount-content .subscription_details .button.change_payment_method:hover,.woocommerce-MyAccount-content .subscription_details .button.reactivate:hover,.woocommerce-MyAccount-content .subscription_details .button.subscription_renewal_early:hover{background-color:rgba(0,0,0,0.7);color:#fff}@media screen and (max-width:1000px){.woocommerce-account article.page{padding-top:80px}}@media screen and (max-width:800px){.woocommerce-account .entry-content .woocommerce{gap:40px}}@media screen and (max-width:767px){table.woocommerce-orders-table tbody tr td,table.woocommerce-orders-table thead tr th.woocommerce-orders-table__header{padding-top:10px;padding-bottom:10px}.woocommerce-MyAccount-orders .woocommerce-orders-table__cell{padding-top:10px;padding-bottom:10px}.woocommerce-MyAccount-content{margin-top:20px}.shop_table:not(.subscription_details) tbody td{padding-bottom:10px!important}}@media screen and (max-width:700px){.woocommerce-account .entry-content .woocommerce{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:50px}}.single-course .site-main>.inner-wrapper,.single-lesson .site-main>.inner-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:50px}.single-course article,.single-lesson article{-webkit-box-flex:1;-ms-flex:1;flex:1;max-width:900px}.single-course article .entry-content,.single-lesson article .entry-content{font-weight:400}.course-lessons-title{font-size:60px;line-height:72px;margin:0 0 40px}.course-resources{width:500px;max-width:100%;background-image:linear-gradient(135deg,#360032,#550058);color:#fff;padding:40px 45px 45px;border-radius:10px}.resource{background-color:rgba(0,0,0,0.3);-webkit-box-shadow:0 10px 20px rgba(155,12,96,0.3);box-shadow:0 10px 20px rgba(155,12,96,0.3);padding:22px 25px 25px;border:1px solid #fff;border-radius:5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff;text-decoration:none;margin-bottom:15px;gap:20px;-webkit-transition:0.2s ease-in-out;transition:0.2s ease-in-out}.resource:last-child{margin-bottom:0}.resource img{width:40px;-webkit-transition:0.2s ease-in-out;transition:0.2s ease-in-out}.resource:focus,.resource:hover{color:#b3b3b3;border-color:#b3b3b3}.resource:focus small,.resource:hover small{text-decoration:none}.resource:focus img,.resource:hover img{-webkit-transform:scale(1.05);transform:scale(1.05)}.resource-text strong{font-size:24px;line-height:26px}.resource-text small{font-size:12px;line-height:16px;opacity:0.6;display:block}.resourses-title{font-size:36px;line-height:42px;font-weight:700;margin-bottom:30px}.resources-description{font-size:19px;line-height:26px;font-weight:400;margin-bottom:35px;display:block}.llms-syllabus-wrapper{margin:0;padding:120px 30px 180px;text-align:left}.llms-syllabus-wrapper>.inner-wrapper{background-image:none;color:#000;padding:0}.llms-syllabus-wrapper>.inner-wrapper p{font-size:21px;line-height:30px;margin:0 0 30px;font-weight:400;max-width:950px}.llms-syllabus-wrapper .llms-section-title{margin:0 0 30px;font-size:36px;line-height:42px;margin-top:50px}.llms-syllabus-wrapper .llms-section-title:first-of-type{margin-top:0}.syllabus-inner-wrapper{margin-top:70px}.syllabus-inner-wrapper>.inner-wrapper{background-image:linear-gradient(135deg,#360032,#550058);color:#fff;border-radius:10px;padding:60px}.single-course .llms-lesson-preview,.single-lesson .llms-lesson-preview{width:100%;padding:0;margin:0 0 15px;border-radius:5px;border:none!important}.single-course .llms-lesson-preview.is-complete .llms-lesson-link,.single-lesson .llms-lesson-preview.is-complete .llms-lesson-link{background-color:#9B0C60;color:#fff}.single-course .llms-lesson-preview.is-complete .llms-lesson-link .llms-extra .btn,.single-lesson .llms-lesson-preview.is-complete .llms-lesson-link .llms-extra .btn{background:transparent;outline:1px solid #fff}.single-course .llms-lesson-preview.is-complete .llms-lesson-link:focus,.single-course .llms-lesson-preview.is-complete .llms-lesson-link:hover,.single-lesson .llms-lesson-preview.is-complete .llms-lesson-link:focus,.single-lesson .llms-lesson-preview.is-complete .llms-lesson-link:hover{background-color:#830a51}.single-course .llms-lesson-preview.is-complete .llms-lesson-link .llms-main .check,.single-lesson .llms-lesson-preview.is-complete .llms-lesson-link .llms-main .check{background-color:#fff;border-color:transparent}.single-course .llms-lesson-preview.is-complete .llms-lesson-link .llms-main .check:before,.single-lesson .llms-lesson-preview.is-complete .llms-lesson-link .llms-main .check:before{opacity:1}.single-course .llms-lesson-preview .llms-lesson-link,.single-lesson .llms-lesson-preview .llms-lesson-link{padding:20px 22px 20px 25px;background-color:#F7EFFA;border-radius:5px;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:15px}.single-course .llms-lesson-preview .llms-lesson-link:after,.single-course .llms-lesson-preview .llms-lesson-link:before,.single-lesson .llms-lesson-preview .llms-lesson-link:after,.single-lesson .llms-lesson-preview .llms-lesson-link:before{display:none}.single-course .llms-lesson-preview .llms-lesson-link .clear,.single-lesson .llms-lesson-preview .llms-lesson-link .clear{display:none}.single-course .llms-lesson-preview .llms-lesson-link .llms-lesson-complete,.single-lesson .llms-lesson-preview .llms-lesson-link .llms-lesson-complete{display:none}.single-course .llms-lesson-preview .llms-lesson-link:focus,.single-course .llms-lesson-preview .llms-lesson-link:hover,.single-lesson .llms-lesson-preview .llms-lesson-link:focus,.single-lesson .llms-lesson-preview .llms-lesson-link:hover{background-color:#e4c8ee}.single-course .llms-lesson-preview .llms-lesson-link .llms-lesson-preview-row,.single-lesson .llms-lesson-preview .llms-lesson-link .llms-lesson-preview-row{width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.single-course .llms-lesson-preview .llms-lesson-link .llms-main,.single-lesson .llms-lesson-preview .llms-lesson-link .llms-main{padding-left:55px;padding-right:15px;position:relative;-webkit-box-flex:1;-ms-flex:1;flex:1}.single-course .llms-lesson-preview .llms-lesson-link .llms-main .check,.single-lesson .llms-lesson-preview .llms-lesson-link .llms-main .check{position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:31px;height:31px;border:3px solid #D33290;border-radius:50%}.single-course .llms-lesson-preview .llms-lesson-link .llms-main .check:before,.single-lesson .llms-lesson-preview .llms-lesson-link .llms-main .check:before{position:absolute;display:block;content:"";top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:65%;height:65%;background-image:url("../images/check.svg");background-repeat:no-repeat;background-size:100%;background-position:center center;opacity:0}.single-course .llms-lesson-preview .llms-lesson-link .llms-extra,.single-lesson .llms-lesson-preview .llms-lesson-link .llms-extra{width:-webkit-max-content;width:-moz-max-content;width:max-content}.single-course .llms-lesson-preview .llms-lesson-link .llms-extra .btn,.single-lesson .llms-lesson-preview .llms-lesson-link .llms-extra .btn{position:relative;padding:21px 60px 21px 35px;width:-webkit-max-content;width:-moz-max-content;width:max-content;cursor:pointer;font-size:18px;line-height:18px;background-color:#D33290;border:none;-webkit-box-shadow:0 10px 20px rgba(155,12,96,0.3);box-shadow:0 10px 20px rgba(155,12,96,0.3)}.single-course .llms-lesson-preview .llms-lesson-link .llms-extra .btn:after,.single-lesson .llms-lesson-preview .llms-lesson-link .llms-extra .btn:after{position:absolute;content:"";top:50%;right:20px;-webkit-transform:translateY(-50%) rotate(-90deg);transform:translateY(-50%) rotate(-90deg);width:15px;height:15px;background-image:url("../images/arrow.png");background-size:100%;background-repeat:no-repeat;background-position:center center;-webkit-filter:invert(100%) brightness(100%);filter:invert(100%) brightness(100%)}.single-course .llms-lesson-preview .llms-lesson-link .llms-extra .llms-lesson-counter,.single-lesson .llms-lesson-preview .llms-lesson-link .llms-extra .llms-lesson-counter{margin-bottom:0}.single-course .llms-lesson-preview .llms-lesson-title,.single-lesson .llms-lesson-preview .llms-lesson-title{font-size:24px;line-height:30px;font-weight:400}.single-lesson .site-main>.inner-wrapper{padding-bottom:100px}.single-course .post-navigation,.single-lesson .post-navigation{display:none}.llms-complete-lesson-form .llms-field-button{display:inline-block;color:#fff;background-color:#D33290;border-radius:5px;font-weight:400;padding:15px 25px;margin-left:20px;border:2px solid transparent;-webkit-box-shadow:0 10px 20px rgba(155,12,96,0.3);box-shadow:0 10px 20px rgba(155,12,96,0.3);-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.llms-complete-lesson-form .llms-field-button:focus,.llms-complete-lesson-form .llms-field-button:hover{background-color:#ad2574}.llms-incomplete-lesson-form .llms-field-button{display:inline-block;background-color:transparent;border-radius:5px;font-weight:400;padding:15px 25px;margin-left:20px;color:#9B0C60;border:2px solid #9B0C60;-webkit-box-shadow:0 5px 10px rgba(155,12,96,0.1);box-shadow:0 5px 10px rgba(155,12,96,0.1);-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;margin-top:10px}.llms-incomplete-lesson-form .llms-field-button:focus,.llms-incomplete-lesson-form .llms-field-button:hover{background-color:#e6e6e6}.llms-lesson-button-wrapper{font-size:20px;line-height:24px}.single-lesson .llms-video-wrapper{margin-bottom:40px}.progress-box{border:2px solid #550058;border-radius:10px;padding:32px 35px;margin-bottom:30px}.progress-box .llms-course-continue-button{display:inline-block;color:#fff;background-color:#D33290;border-radius:5px;font-weight:400;padding:12px 25px;border:2px solid transparent;-webkit-box-shadow:0 10px 20px rgba(155,12,96,0.3);box-shadow:0 10px 20px rgba(155,12,96,0.3);-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;margin:0 0 20px}.progress-box .llms-course-continue-button:focus,.progress-box .llms-course-continue-button:hover{background-color:#ad2574}.progress-box .show-summary{display:block;border:1px solid #550058;border-radius:5px;background-color:#F7EFFA;padding:12px 30px;font-size:18px;line-height:20px;font-weight:500;text-align:center;color:#360032;cursor:pointer;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.progress-box .show-summary:focus,.progress-box .show-summary:hover{background-color:#360032;color:#fff}.progress-title{color:#550058;font-size:24px;line-height:30px;font-weight:700}.llms-progress{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:10px;height:auto}.llms-progress .progress-bar-complete{background-color:#D33290;border-radius:10px;height:7px}.llms-progress .llms-progress-bar{background-color:rgba(85,0,88,0.1);border-radius:10px;margin-bottom:20px;display:block}.llms-progress .progress__indicator{font-size:60px;line-height:62px;font-weight:700;color:#D33290;margin-bottom:5px}.single-course .site-main,.single-lesson .site-main{padding-top:140px;padding-bottom:100px;background-color:#F7EFFA}.single-course .llms-course-navigation .llms-lesson-title,.single-lesson .llms-course-navigation .llms-lesson-title{display:none}.single-course .llms-course-navigation .check,.single-lesson .llms-course-navigation .check{display:none}.single-course .llms-course-navigation .llms-lesson-link,.single-lesson .llms-course-navigation .llms-lesson-link{position:relative;background-color:transparent!important;color:#D33290;border:2px solid #D33290;padding:18px 20px;height:auto!important;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.single-course .llms-course-navigation .llms-lesson-link .llms-main,.single-lesson .llms-course-navigation .llms-lesson-link .llms-main{padding:0!important}.single-course .llms-course-navigation .llms-lesson-link:before,.single-lesson .llms-course-navigation .llms-lesson-link:before{position:absolute;content:"";display:block;width:8px;height:15px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);background-image:url("../images/arrow-pink.svg");background-size:100%;background-repeat:no-repeat;background-position:center center;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.single-course .llms-course-navigation .llms-pre-text,.single-lesson .llms-course-navigation .llms-pre-text{color:#D33290;margin:0;font-size:18px;line-height:20px}.single-course .llms-course-navigation .llms-back-to-course .llms-lesson-link,.single-course .llms-course-navigation .llms-prev-lesson .llms-lesson-link,.single-lesson .llms-course-navigation .llms-back-to-course .llms-lesson-link,.single-lesson .llms-course-navigation .llms-prev-lesson .llms-lesson-link{text-align:right;padding-left:40px}.single-course .llms-course-navigation .llms-back-to-course .llms-lesson-link .llms-pre-text,.single-course .llms-course-navigation .llms-prev-lesson .llms-lesson-link .llms-pre-text,.single-lesson .llms-course-navigation .llms-back-to-course .llms-lesson-link .llms-pre-text,.single-lesson .llms-course-navigation .llms-prev-lesson .llms-lesson-link .llms-pre-text{text-align:right;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.single-course .llms-course-navigation .llms-back-to-course .llms-lesson-link:before,.single-course .llms-course-navigation .llms-prev-lesson .llms-lesson-link:before,.single-lesson .llms-course-navigation .llms-back-to-course .llms-lesson-link:before,.single-lesson .llms-course-navigation .llms-prev-lesson .llms-lesson-link:before{left:20px}.single-course .llms-course-navigation .llms-back-to-course .llms-lesson-link:focus,.single-course .llms-course-navigation .llms-back-to-course .llms-lesson-link:hover,.single-course .llms-course-navigation .llms-prev-lesson .llms-lesson-link:focus,.single-course .llms-course-navigation .llms-prev-lesson .llms-lesson-link:hover,.single-lesson .llms-course-navigation .llms-back-to-course .llms-lesson-link:focus,.single-lesson .llms-course-navigation .llms-back-to-course .llms-lesson-link:hover,.single-lesson .llms-course-navigation .llms-prev-lesson .llms-lesson-link:focus,.single-lesson .llms-course-navigation .llms-prev-lesson .llms-lesson-link:hover{background-color:#D33290!important}.single-course .llms-course-navigation .llms-back-to-course .llms-lesson-link:focus .llms-pre-text,.single-course .llms-course-navigation .llms-back-to-course .llms-lesson-link:hover .llms-pre-text,.single-course .llms-course-navigation .llms-prev-lesson .llms-lesson-link:focus .llms-pre-text,.single-course .llms-course-navigation .llms-prev-lesson .llms-lesson-link:hover .llms-pre-text,.single-lesson .llms-course-navigation .llms-back-to-course .llms-lesson-link:focus .llms-pre-text,.single-lesson .llms-course-navigation .llms-back-to-course .llms-lesson-link:hover .llms-pre-text,.single-lesson .llms-course-navigation .llms-prev-lesson .llms-lesson-link:focus .llms-pre-text,.single-lesson .llms-course-navigation .llms-prev-lesson .llms-lesson-link:hover .llms-pre-text{color:#fff}.single-course .llms-course-navigation .llms-back-to-course .llms-lesson-link:focus:before,.single-course .llms-course-navigation .llms-back-to-course .llms-lesson-link:hover:before,.single-course .llms-course-navigation .llms-prev-lesson .llms-lesson-link:focus:before,.single-course .llms-course-navigation .llms-prev-lesson .llms-lesson-link:hover:before,.single-lesson .llms-course-navigation .llms-back-to-course .llms-lesson-link:focus:before,.single-lesson .llms-course-navigation .llms-back-to-course .llms-lesson-link:hover:before,.single-lesson .llms-course-navigation .llms-prev-lesson .llms-lesson-link:focus:before,.single-lesson .llms-course-navigation .llms-prev-lesson .llms-lesson-link:hover:before{-webkit-filter:brightness(0) invert(100%);filter:brightness(0) invert(100%)}.single-course .llms-course-navigation .llms-next-lesson .llms-lesson-link,.single-lesson .llms-course-navigation .llms-next-lesson .llms-lesson-link{padding-right:40px;background-color:#D33290!important}.single-course .llms-course-navigation .llms-next-lesson .llms-lesson-link .llms-pre-text,.single-lesson .llms-course-navigation .llms-next-lesson .llms-lesson-link .llms-pre-text{color:#fff;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.single-course .llms-course-navigation .llms-next-lesson .llms-lesson-link:before,.single-lesson .llms-course-navigation .llms-next-lesson .llms-lesson-link:before{background-image:url("../images/arrow-white.svg");right:20px}.single-course .llms-course-navigation .llms-next-lesson .llms-lesson-link:focus,.single-course .llms-course-navigation .llms-next-lesson .llms-lesson-link:hover,.single-lesson .llms-course-navigation .llms-next-lesson .llms-lesson-link:focus,.single-lesson .llms-course-navigation .llms-next-lesson .llms-lesson-link:hover{background-color:#831c58!important;border-color:#831c58!important}.syllabus-modal{position:fixed;top:100px;left:0;width:100%;height:calc(100% - 100px);opacity:0;visibility:hidden;pointer-events:none;background-color:#fff;overflow-y:scroll;z-index:100;-webkit-transform:translateY(50px);transform:translateY(50px);-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}.syllabus-modal .sidebar-box{display:none}.syllabus-modal.show{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);visibility:visible;pointer-events:all}.close-modal{position:relative;border:1px solid #D33290;color:#D33290;border-radius:5px;padding:20px 25px 20px 60px;margin-bottom:40px;background-color:#fff;font-size:18px;line-height:20px;font-weight:500;cursor:pointer;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.close-modal:focus,.close-modal:hover{background-color:#D33290;color:#fff}.close-modal:focus:before,.close-modal:hover:before{-webkit-filter:brightness(0) invert(100%);filter:brightness(0) invert(100%)}.close-modal:before{position:absolute;content:"";display:block;width:8px;height:15px;top:50%;left:22px;-webkit-transform:translateY(-50%);transform:translateY(-50%);background-image:url("../images/arrow-pink.svg");background-size:100%;background-repeat:no-repeat;background-position:center center;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.secondary-navigation{background-color:#D33290;color:#fff}.secondary-navigation .menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:30px;margin:0;list-style-type:none}.secondary-navigation a{text-decoration:none;color:#fff}.llms-lesson-preview .llms-lesson-meta{display:none}.llms-lesson-preview section.llms-main{background:transparent}.checkout-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.checkout-wrapper.order-received-page .checkout-content{max-width:1280px;margin-left:auto;margin-right:auto;padding:110px 30px 170px 30px}.checkout-wrapper.order-received-page .checkout-content article.page{margin-left:0}@media screen and (max-width:500px){.checkout-wrapper.order-received-page .woocommerce-thankyou-order-details{margin-left:0}}.checkout-content{-webkit-box-flex:1.3;-ms-flex:1.3;flex:1.3;padding:110px 150px 170px 30px;margin-left:auto}.checkout-content article.page{padding:0;max-width:700px;margin-left:auto}.checkout-order{-webkit-box-flex:1;-ms-flex:1;flex:1;background-color:#F7EFFA;padding-top:110px;padding-left:150px;padding-right:30px;padding-bottom:150px}.checkout-order-content{max-inline-size:500px;margin-right:auto}.woocommerce-form-login-toggle{margin-bottom:48px}.woocommerce-form-login-toggle .woocommerce-info{font-size:36px;line-height:42px;font-weight:600;background-color:transparent}.woocommerce-form-login-toggle .woocommerce-info a{margin-top:5px;display:block;font-size:21px;line-height:24px;color:#D33290}.woocommerce-form-login-toggle+.woocommerce-form-login{margin-top:-30px;margin-bottom:48px}#tip_facturare_field{margin-bottom:48px}#tip_facturare_field>label{font-size:36px;line-height:42px}#tip_facturare_field .note{margin-top:0;margin-bottom:0;font-size:21px;line-height:24px}#tip_facturare_field .woocommerce-input-wrapper{margin-top:24px}#tip_facturare_field .woocommerce-input-wrapper input{position:absolute;width:0;height:0}#tip_facturare_field .woocommerce-input-wrapper input:checked+label{background-color:#9B0C60;border-color:#9B0C60;color:#fff}#tip_facturare_field .woocommerce-input-wrapper input:checked+label:before{background-color:#fff;border-color:#fff}#tip_facturare_field .woocommerce-input-wrapper input:checked+label:after{opacity:1;-webkit-transform:translateY(-50%) rotate(-45deg) scale(1);transform:translateY(-50%) rotate(-45deg) scale(1)}#tip_facturare_field .woocommerce-input-wrapper label{position:relative;background-color:transparent;border:1px solid #D33290;padding:15px 30px 15px 65px;font-size:21px;line-height:24px;font-weight:400;border-radius:5px;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;cursor:pointer}#tip_facturare_field .woocommerce-input-wrapper label:before{position:absolute;content:"";display:block;width:25px;height:25px;border:2px solid #D33290;background-color:#fff;border-radius:50%;top:50%;left:24px;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}#tip_facturare_field .woocommerce-input-wrapper label:after{position:absolute;content:"";display:block;width:12px;height:7px;border-left:2px solid #9B0C60;border-bottom:2px solid #9B0C60;top:47%;left:31px;-webkit-transform:translateY(-50%) rotate(-45deg) scale(0);transform:translateY(-50%) rotate(-45deg) scale(0);opacity:0;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}.woocommerce-account-fields h3,.woocommerce-billing-fields h3{font-size:36px;line-height:42px;margin:0 0 24px}.woocommerce-account-fields .form-row,.woocommerce-billing-fields .form-row{margin-bottom:16px}.woocommerce-account-fields input,.woocommerce-billing-fields input{width:100%;font-size:18px;line-height:20px;padding:16px 24px;font-weight:500;border-radius:5px;border:1px solid #BCBCBC}.woocommerce-account-fields input:valid,.woocommerce-billing-fields input:valid{border-color:#D33290}.woocommerce-account-fields p.form-row-first,.woocommerce-billing-fields p.form-row-first{margin-right:20px;margin-bottom:32px}.woocommerce-account-fields p.form-row-first,.woocommerce-account-fields p.form-row-last,.woocommerce-billing-fields p.form-row-first,.woocommerce-billing-fields p.form-row-last{width:48.2%}.woocommerce-account-fields .select2-container .select2-selection--single,.woocommerce-billing-fields .select2-container .select2-selection--single{height:55px}.woocommerce-account-fields .select2-container .select2-selection--single .select2-selection__rendered,.woocommerce-billing-fields .select2-container .select2-selection--single .select2-selection__rendered{padding-left:24px;padding-top:12px;font-size:18px}.woocommerce-account-fields .select2-container--default .select2-selection--single .select2-selection__arrow,.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__arrow{top:20px;right:15px;width:auto;height:auto}.woocommerce-account-fields .select2-container--default .select2-selection--single .select2-selection__arrow b,.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__arrow b{position:relative;display:block;border-width:0;border-left:2px solid #A2A2A2;border-bottom:2px solid #A2A2A2;width:12px;height:12px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);margin:0;top:0;left:0;border-radius:2px}.woocommerce-account-fields #billing_country_field,.woocommerce-account-fields #billing_state_field,.woocommerce-billing-fields #billing_country_field,.woocommerce-billing-fields #billing_state_field{margin-bottom:32px}.woocommerce-account-fields #billing_country_field.woocommerce-validated .select2-container--default .select2-selection--single,.woocommerce-account-fields #billing_state_field.woocommerce-validated .select2-container--default .select2-selection--single,.woocommerce-billing-fields #billing_country_field.woocommerce-validated .select2-container--default .select2-selection--single,.woocommerce-billing-fields #billing_state_field.woocommerce-validated .select2-container--default .select2-selection--single{border-color:#D33290}.woocommerce-account-fields p.form-row-one-third,.woocommerce-billing-fields p.form-row-one-third{width:32%;float:left;margin-right:2%;margin-top:0;margin-bottom:0}.woocommerce-account-fields #billing_state_field,.woocommerce-billing-fields #billing_state_field{margin-right:0}.woocommerce-account-fields #billing_phone_field,.woocommerce-billing-fields #billing_phone_field{clear:both}.checkout-order h3{font-size:36px;line-height:42px;margin:0 0 24px}.woocommerce-checkout-review-order{clear:both}.clearfix:after{content:"";clear:both;display:table}#customer_details{margin-bottom:16px}#customer_details+h3{font-size:36px;line-height:42px;margin:0 0 24px}.note{display:block;font-size:21px;line-height:24px;margin-top:-15px;margin-bottom:24px}.woocommerce-checkout-payment ul{margin:0;padding:0;list-style-type:none}.woocommerce-checkout-payment ul li input{position:absolute;width:0;height:0}.woocommerce-checkout-payment ul li input:checked+label{background-color:#9B0C60;border-color:#9B0C60;color:#fff}.woocommerce-checkout-payment ul li input:checked+label:before{background-color:#fff;border-color:#fff}.woocommerce-checkout-payment ul li input:checked+label:after{opacity:1;-webkit-transform:translateY(-50%) rotate(-45deg) scale(1);transform:translateY(-50%) rotate(-45deg) scale(1)}.woocommerce-checkout-payment ul li label{display:inline-block;position:relative;background-color:transparent;border:1px solid #D33290;padding:15px 30px 15px 65px;font-size:18px;line-height:21px;font-weight:400;border-radius:5px;margin-bottom:15px;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;cursor:pointer}.woocommerce-checkout-payment ul li label:before{position:absolute;content:"";display:block;width:25px;height:25px;border:2px solid #D33290;background-color:#fff;border-radius:50%;top:50%;left:24px;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}.woocommerce-checkout-payment ul li label:after{position:absolute;content:"";display:block;width:12px;height:7px;border-left:2px solid #9B0C60;border-bottom:2px solid #9B0C60;top:47%;left:31px;-webkit-transform:translateY(-50%) rotate(-45deg) scale(0);transform:translateY(-50%) rotate(-45deg) scale(0);opacity:0;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}.woocommerce-terms-and-conditions-wrapper{margin-top:48px}.woocommerce-terms-and-conditions-wrapper label .woocommerce-terms-and-conditions-checkbox-text{font-weight:400;margin-bottom:0;padding-left:40px;position:relative}.woocommerce-terms-and-conditions-wrapper label .woocommerce-terms-and-conditions-checkbox-text:before{position:absolute;content:"";display:block;width:25px;height:25px;border:2px solid #D33290;background-color:#fff;border-radius:50%;top:50%;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.woocommerce-terms-and-conditions-wrapper label .woocommerce-terms-and-conditions-checkbox-text:after{position:absolute;content:"";display:block;width:13px;height:13px;background-color:#D33290;border-radius:50%;top:50%;left:6px;-webkit-transform:translateY(-50%) scale(0);transform:translateY(-50%) scale(0);-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.woocommerce-terms-and-conditions-wrapper label input{position:absolute;width:0;height:0;opacity:0}.woocommerce-terms-and-conditions-wrapper label input:checked+.woocommerce-terms-and-conditions-checkbox-text:after{-webkit-transform:translateY(-50%) scale(1);transform:translateY(-50%) scale(1)}#place_order{display:none!important}.order-payment-mode{background-color:#fff;border:1px solid rgba(211,50,144,0.3);border-radius:10px;padding:5px 6px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6px;margin-bottom:24px}.order-payment-mode a{position:relative;-webkit-box-flex:1;-ms-flex:1;flex:1;background-color:#fff;color:#000;font-size:18px;line-height:18px;font-weight:400;text-align:center;padding:18px 30px;border-radius:5px;text-decoration:none;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.order-payment-mode a:visited{color:#000}.order-payment-mode a:visited.active{color:#fff}.order-payment-mode a:focus,.order-payment-mode a:hover{background-color:#e4e4e4}.order-payment-mode a:focus.active,.order-payment-mode a:hover.active{background-color:#b9227a}.order-payment-mode a.active{background-color:#D33290;color:#fff;font-weight:400;-webkit-box-shadow:0 10px 20px rgba(155,12,96,0.3);box-shadow:0 10px 20px rgba(155,12,96,0.3)}.order-payment-mode a .payment-badge{position:absolute;font-size:10px;line-height:10px;font-weight:600;letter-spacing:1px;color:#fff;background-color:#360032;text-align:center;padding:6px 10px;border-radius:3px;left:50%;top:-5px;text-transform:uppercase;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.order-package{-webkit-box-shadow:0 20px 40px rgba(155,12,96,0.2);box-shadow:0 20px 40px rgba(155,12,96,0.2);border-radius:0 0 10px 10px;margin-bottom:65px}.order-package .package-header{padding:80px 35px 30px;background-color:#4C046C;color:#fff;border-radius:10px 10px 0 0;font-size:60px;line-height:70px;font-weight:700}.order-package .package-price{font-size:60px;line-height:70px;font-weight:700;padding:40px 35px 35px;background-color:#fff}.order-package .package-price .subscription-details{font-size:24px;line-height:26px}.order-package .package-price .price-small{font-size:18px;line-height:21px;font-weight:400}.order-package .package-features{border-radius:0 0 10px 10px;background-color:#F7EFFA;color:#000;padding:40px 35px}.order-package .package-list{list-style-type:none;margin:0;padding:0}.order-package .package-list li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:18px;margin-bottom:18px;font-size:18px;line-height:21px}.order-package .package-list li:last-child{margin-bottom:0}.order-package .package-list li:first-of-type{font-weight:700}.order-package .package-list li img{width:26px;height:26px}.woocommerce-checkout-review-order-table{margin-bottom:50px}#place_order_btn{background-color:#D33290;color:#fff;-webkit-box-shadow:0 10px 20px rgba(155,12,96,0.3);box-shadow:0 10px 20px rgba(155,12,96,0.3);border-radius:5px;font-size:21px;line-height:21px;font-weight:700;letter-spacing:1px;text-transform:uppercase;padding:22px 30px;width:100%}#place_order_btn:focus,#place_order_btn:hover{background-color:#9f256c}.shop_table:not(.subscription_details) thead tr th{padding:0 0 15px}.shop_table:not(.subscription_details) thead .product-name{text-align:left;font-size:18px;line-height:20px;font-weight:800;color:#D33290;text-transform:uppercase}.shop_table:not(.subscription_details) thead .product-total{text-align:right;font-size:18px;line-height:20px;font-weight:800;color:#D33290;text-transform:uppercase}.shop_table:not(.subscription_details) tbody{font-weight:400;font-size:18px;line-height:20px;padding-bottom:20px;border-bottom:1px solid rgba(0,0,0,0.1)}.shop_table:not(.subscription_details) tbody .product-total{text-align:right;font-weight:800;vertical-align:top}.shop_table:not(.subscription_details) tbody td{padding-bottom:20px}.shop_table:not(.subscription_details) tfoot .cart-subtotal{display:none}.shop_table:not(.subscription_details) tfoot .order-total td,.shop_table:not(.subscription_details) tfoot .order-total th{padding-top:20px;font-weight:800}.shop_table:not(.subscription_details) tfoot .order-total th{text-align:left;text-transform:uppercase}.shop_table:not(.subscription_details) tfoot .order-total td{text-align:right}.shop_table:not(.subscription_details) .variation{margin:10px 0 0;font-size:80%}.shop_table:not(.subscription_details) .variation-AlegeCurs,.shop_table:not(.subscription_details) .variation-AlegeCursuri{margin-left:0;margin-bottom:0}.shop_table:not(.subscription_details) .variation-AlegeCurs p,.shop_table:not(.subscription_details) .variation-AlegeCursuri p{margin:0}.shop_table:not(.subscription_details) .variation-AlegeCurs p span,.shop_table:not(.subscription_details) .variation-AlegeCursuri p span{display:block}.shop_table:not(.subscription_details) .recurring-totals{display:none}.woocommerce-account-fields{clear:both}.woocommerce-checkout .order_details tfoot th{padding-top:15px;text-align:left}.woocommerce-checkout .order_details tfoot td{text-align:right}.woocommerce-table .wc-item-meta{margin-left:0;padding-top:10px;padding-left:20px;list-style-type:none}.woocommerce-NoticeGroup-checkout .woocommerce-error,.woocommerce-NoticeGroup-checkout .woocommerce-message{margin-left:0;margin-bottom:15px;padding-top:15px;padding-bottom:15px;border-radius:5px}.woocommerce-notices-wrapper .woocommerce-message{margin-left:0;margin-bottom:15px;padding-top:15px;padding-bottom:15px;padding-left:20px;padding-right:20px;border-radius:5px}form.cart table.thwepo-extra-options .radio-wrapper,form.cart table.thwepo-extra-options .value.leftside label{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}form.cart table.thwepo-extra-options .radio-wrapper .curs-box,form.cart table.thwepo-extra-options .value.leftside label .curs-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1;flex:1;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}form.cart table.thwepo-extra-options .radio-wrapper .curs-content,form.cart table.thwepo-extra-options .value.leftside label .curs-content{font-weight:500}form.cart table.thwepo-extra-options .radio-wrapper .curs-content a.cta-button-2.course,form.cart table.thwepo-extra-options .value.leftside label .curs-content a.cta-button-2.course{display:-webkit-box;display:-ms-flexbox;display:flex;pointer-events:none}form.cart table.thwepo-extra-options .radio-wrapper .curs-content a.cta-button-2.course:active,form.cart table.thwepo-extra-options .radio-wrapper .curs-content a.cta-button-2.course:focus,form.cart table.thwepo-extra-options .radio-wrapper .curs-content a.cta-button-2.course:focus,form.cart table.thwepo-extra-options .value.leftside label .curs-content a.cta-button-2.course:active,form.cart table.thwepo-extra-options .value.leftside label .curs-content a.cta-button-2.course:focus{border:none;outline:none}form.cart table.thwepo-extra-options .radio-wrapper .curs-content a.cta-button-2.course.btn-selected,form.cart table.thwepo-extra-options .value.leftside label .curs-content a.cta-button-2.course.btn-selected{display:none;background-color:#fff;color:#D33290}form.cart table.thwepo-extra-options .radio-wrapper .curs-content a.cta-button-2.course.btn-selected .cta-text,form.cart table.thwepo-extra-options .value.leftside label .curs-content a.cta-button-2.course.btn-selected .cta-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:7px}form.cart table.thwepo-extra-options .radio-wrapper.fade,form.cart table.thwepo-extra-options .value.leftside label.fade{opacity:0.4}form.cart table.thwepo-extra-options .radio-wrapper.fade:hover,form.cart table.thwepo-extra-options .value.leftside label.fade:hover{scale:1.05;opacity:0.7}form.cart table.thwepo-extra-options .radio-wrapper:hover,form.cart table.thwepo-extra-options .value.leftside label:hover{scale:1.05}form.cart table.thwepo-extra-options .radio-wrapper.selected:hover,form.cart table.thwepo-extra-options .value.leftside label.selected:hover{opacity:1;scale:1}form.cart table.thwepo-extra-options .value.leftside label{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}form.cart table.thwepo-extra-options .radio-wrapper input[type=radio],form.cart table.thwepo-extra-options .value.leftside label input[type=checkbox]{position:absolute;opacity:0}form.cart table.thwepo-extra-options .radio-wrapper input[type=radio]:checked+.curs-box .course-title-group,form.cart table.thwepo-extra-options .value.leftside label input[type=checkbox]:checked+.curs-box .course-title-group{color:#fff}form.cart table.thwepo-extra-options .radio-wrapper input[type=radio]:checked+.curs-box .curs-content,form.cart table.thwepo-extra-options .value.leftside label input[type=checkbox]:checked+.curs-box .curs-content{background-color:#550058}form.cart table.thwepo-extra-options .radio-wrapper input[type=radio]:checked+.curs-box .curs-content a.cta-button-2.course,form.cart table.thwepo-extra-options .value.leftside label input[type=checkbox]:checked+.curs-box .curs-content a.cta-button-2.course{display:none}form.cart table.thwepo-extra-options .radio-wrapper input[type=radio]:checked+.curs-box .curs-content a.cta-button-2.course.btn-selected,form.cart table.thwepo-extra-options .value.leftside label input[type=checkbox]:checked+.curs-box .curs-content a.cta-button-2.course.btn-selected{display:-webkit-box;display:-ms-flexbox;display:flex}form.cart table.thwepo-extra-options .radio-wrapper input[type=radio]:checked+.curs-box .sub-heading-small,form.cart table.thwepo-extra-options .value.leftside label input[type=checkbox]:checked+.curs-box .sub-heading-small{color:#fff}.single-product .entry-summary{margin-top:110px;margin-bottom:110px}.single-product .single_add_to_cart_button{background-color:#D33290;color:#fff;border-radius:5px;text-transform:uppercase;text-align:center;font-size:20px;line-height:20px;font-weight:700;letter-spacing:0.5px;padding:20px 40px;width:100%;max-width:500px;margin-top:60px;-webkit-box-shadow:0 10px 20px rgba(155,12,96,0.4);box-shadow:0 10px 20px rgba(155,12,96,0.4);-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;display:none}.single-product .single_add_to_cart_button.show{display:inline-block}.single-product .single_add_to_cart_button:hover{background-color:#ad2574}.single-product .single_add_to_cart_button>span{display:block;font-size:16px;line-height:18px;font-weight:400;margin-top:10px;text-transform:lowercase}.single-product .single_add_to_cart_button span.btn-courses{margin-bottom:-5px}.single-product .single_add_to_cart_button.selecting{background-color:#550058;display:inline-block}.single-product .single_add_to_cart_button.selecting>span{font-weight:400}.single-product .single_add_to_cart_button.selecting:hover{background-color:#550058}.single-product .single_add_to_cart_button.selecting.hide{display:none}.single-product .product_title+h3{margin:0 0 60px;font-size:36px;line-height:42px}.single-product .product_title+h3 .selected-courses{display:block;color:#9B0C60;font-size:24px;line-height:24px;margin-top:8px}.single-product .product_title+h3 .selected-courses .highlight{color:#D33290}@media screen and (min-width:1400px){.structure .inner-wrapper{padding-left:12vw}.about .inner-wrapper{padding-left:12vw}}@media screen and (min-width:1700px){.structure .inner-wrapper{padding-left:14.4vw}.about .inner-wrapper{padding-left:14.4vw}}@media screen and (min-width:2000px){.structure{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.structure-schema{border-radius:20px}.about{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.about-photo{max-width:50%;width:950px}}@media screen and (max-width:1700px){.structure-schema{padding:150px 5px}}@media screen and (max-width:1400px){.title{font-size:56px;line-height:68px;min-width:630px;margin-bottom:40px}.header-content p{font-size:22px;line-height:34px;padding:0 0 30px}.checkout-content{padding:80px 30px 100px}.checkout-order{padding:80px 30px 100px}.checkout-order-content{max-inline-size:none}}@media screen and (max-width:1250px){.site-branding{width:300px;height:87px}.menu-item a{font-size:16px;line-height:18px}.nav-menu>.menu-item:last-of-type{margin-left:40px}a.nav-demo-btn{font-size:16px;line-height:18px}.home-header{background-position:70% 100%}.structure{padding-top:100px;padding-bottom:100px}.structure-text{min-width:550px}.structure .section-title{min-width:550px;font-size:50px;line-height:55px}.structure-schema{top:110px}.cta{padding-top:100px}.cta-title{font-size:40px;line-height:48px}.cta-description{font-size:18px;line-height:22px;margin-bottom:80px}.cta-packs{gap:20px}.pack-name{font-size:45px;padding:75px 25px 25px}.pack-content{padding:40px 25px}.pack-description{padding-bottom:25px;margin-bottom:35px}.pack-price{font-size:50px;line-height:50px;margin-bottom:25px}.pack-price span{font-size:16px;line-height:18px}.pack-features{padding:30px 25px}.pack-feature{font-size:16px;line-height:20px}.about{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:0}.about p{max-width:800px}.about .inner-wrapper{max-width:100%}.about-description{max-width:800px}.about-item{max-width:800px}.about-photo{padding:0 30px;width:100%}.about-photo img{width:100%;max-width:600px;margin-left:auto;margin-right:auto;display:block}.about-list{margin-bottom:20px}.footer-links{gap:15px}.page-cont{padding-top:100px}.cont-wrapper{padding-bottom:80px}.cont-sidebar{width:420px;max-width:100%}.cont-sidebar{top:110px}.sidebar-box{padding:35px 30px 40px}.box-title{font-size:32px;line-height:36px;margin-bottom:25px}.resources-description{font-size:16px;line-height:24px}.resource-text strong{font-size:22px;line-height:24px}.entry-title{font-size:50px;line-height:60px;margin-bottom:30px}.llms-syllabus-wrapper,.page-comments{padding-top:80px;padding-bottom:60px}.course-lessons-title,.page-comments-title{font-size:50px;line-height:60px;margin-bottom:45px}.course-resources{width:420px}.syllabus-modal{top:88px;height:calc(100% - 88px)}.progress-title{font-size:22px;line-height:26px}.llms-progress .progress__indicator{font-size:45px;line-height:50px}.progress-box .show-summary{font-size:16px;line-height:16px}.llms-progress{margin-top:10px}.llms-progress .llms-progress-bar{margin-bottom:15px}.progress-box .llms-course-continue-button{margin-bottom:15px}.single-course .llms-course-navigation .llms-pre-text,.single-lesson .llms-course-navigation .llms-pre-text{font-size:15px;line-height:15px}.checkout-content{padding:60px 30px 80px}.checkout-order{padding:60px 30px 80px}.checkout-content .entry-title{font-size:45px;line-height:55px;margin-bottom:25px}#tip_facturare_field>label{font-size:30px;line-height:36px}#tip_facturare_field .note{font-size:18px;line-height:21px}#tip_facturare_field .woocommerce-input-wrapper label{padding:12px 20px 12px 50px;font-size:18px;line-height:21px}#tip_facturare_field .woocommerce-input-wrapper label:before{width:20px;height:20px;left:18px}#tip_facturare_field .woocommerce-input-wrapper label:after{left:23px;top:48%;width:11px;height:6px}#tip_facturare_field{margin-bottom:30px}.woocommerce-account-fields h3,.woocommerce-billing-fields h3{font-size:30px;line-height:36px;margin:0 0 18px}.woocommerce-account-fields p.form-row-first,.woocommerce-account-fields p.form-row-last,.woocommerce-billing-fields p.form-row-first,.woocommerce-billing-fields p.form-row-last{width:48.3%}.woocommerce-account-fields p.form-row-first,.woocommerce-billing-fields p.form-row-first{margin-right:10px;margin-bottom:20px}.woocommerce-account-fields input,.woocommerce-billing-fields input{font-size:16px;line-height:18px;padding:12px 16px}.woocommerce-account-fields .form-row,.woocommerce-billing-fields .form-row{margin-bottom:12px}.woocommerce-account-fields #billing_country_field,.woocommerce-account-fields #billing_state_field,.woocommerce-billing-fields #billing_country_field,.woocommerce-billing-fields #billing_state_field{margin-bottom:20px}.woocommerce-account-fields .select2-container .select2-selection--single,.woocommerce-billing-fields .select2-container .select2-selection--single{height:44px}.woocommerce-account-fields .select2-container .select2-selection--single .select2-selection__rendered,.woocommerce-billing-fields .select2-container .select2-selection--single .select2-selection__rendered{padding-left:12px;padding-top:8px;font-size:16px}.woocommerce-account-fields .select2-container--default .select2-selection--single .select2-selection__arrow,.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__arrow{top:14px;right:13px}#customer_details+h3{font-size:30px;line-height:36px}.note{font-size:18px;line-height:21px;margin-top:-18px;margin-bottom:20px}.woocommerce-checkout-payment ul li label{font-size:16px;line-height:19px;margin-bottom:15px;padding:12px 30px 12px 55px}.woocommerce-checkout-payment ul li label:before{width:22px;height:22px;left:18px}.woocommerce-checkout-payment ul li label:after{left:23px;top:48%}.woocommerce-terms-and-conditions-wrapper{margin-top:30px}.checkout-order h3{font-size:30px;line-height:36px}.order-payment-mode a{font-size:16px;line-height:16px;padding:14px 24px}.order-package .package-header{font-size:50px;line-height:60px;padding:65px 30px 25px}.order-package .package-price{font-size:50px;line-height:60px;padding:35px 30px 30px}.order-package .package-price .subscription-details{font-size:20px;line-height:22px}.order-package{margin-bottom:50px}.order-package .package-price .price-small{font-size:16px;line-height:19px}.order-package .package-features{padding:35px 30px}.order-package .package-list li{font-size:16px;line-height:19px;gap:16px;margin-bottom:16px}.order-package .package-list li img{width:24px;height:24px}#place_order_btn{font-size:18px;line-height:18px;padding:18px 30px}.single-product .product_title+h3{font-size:32px;line-height:36px;margin-bottom:30px}.single-product .product_title+h3 .selected-courses{font-size:20px;line-height:24px}}@media screen and (max-width:1000px){.menu-overlay{display:none!important}.menu-toggle{display:block}.main-navigation{position:relative;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.main-navigation .menu-meniu-cont-container>ul,.main-navigation .menu-primary-menu-container>ul{display:none;height:100%}.main-navigation.toggled .hamburger span{background-color:#fff}.main-navigation.toggled .menu-meniu-cont-container,.main-navigation.toggled .menu-primary-menu-container{visibility:visible;opacity:1;pointer-events:all;-webkit-transform:scaleY(1);transform:scaleY(1)}.menu-meniu-cont-container,.menu-primary-menu-container{padding:50px 30px;position:fixed;left:0;top:87px;height:calc(100vh - 87px);width:100vw;background-image:-webkit-gradient(linear,left top,left bottom,from(#360032),to(#550058));background-image:linear-gradient(to bottom,#360032,#550058);color:#fff;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.1);box-shadow:0 5px 10px rgba(0,0,0,0.1);border-radius:0;padding-top:50px;display:block;visibility:hidden;opacity:0;pointer-events:none;-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:top center;transform-origin:top center;-webkit-transition:all 0.25s ease-in-out;transition:all 0.25s ease-in-out}.main-navigation .nav-menu>li.menu-item:first-child{margin-right:0}ul.nav-menu{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;overflow-x:hidden;overflow-y:scroll}ul.nav-menu::-webkit-scrollbar{width:3px}ul.nav-menu::-webkit-scrollbar-track{background:transparent}ul.nav-menu::-webkit-scrollbar-thumb{background:rgba(202,202,202,0.4901960784);border-radius:3px}ul.nav-menu::-webkit-scrollbar-thumb:hover{background:rgba(159,159,159,0.7215686275)}.nav-demo-btn{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.menu-item{max-width:100%}.menu-item:nth-child(2){-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.menu-item:first-child{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.menu-item:nth-child(3){-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.menu-item a{font-size:24px;line-height:26px;font-weight:700;padding:15px 0;color:#fff}.menu-item a:visited{color:#fff}.menu-primary-menu-container .menu-item:first-child{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.main-navigation ul.sub-menu li.menu-item a{max-width:100%;-webkit-box-align:start;-ms-flex-align:start;align-items:start}.main-navigation ul.sub-menu{max-width:100%;padding-top:10px;padding-left:10px;padding-right:0}.main-navigation li.menu-item-has-children>a:after{-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1);top:29px;left:110px;width:20px;height:20px}.nav-menu>.menu-item:last-of-type{margin:auto auto 0;width:100%;max-width:500px}.nav-menu>.menu-item:last-of-type a{padding:11px 20px 11px 20px;border:transparent;font-size:16px;background-color:#F7EFFA;font-weight:400;text-align:center}.nav-menu>.menu-item:last-of-type a:before{left:50%;-webkit-transform:translateX(-80px) translateY(-50%);transform:translateX(-80px) translateY(-50%)}.nav-menu>.menu-item:last-of-type.open>a:before{-webkit-transform:translateX(-80px) translateY(-50%) rotate(-90deg);transform:translateX(-80px) translateY(-50%) rotate(-90deg)}a.nav-demo-btn{font-size:15px;margin:10px auto 15px;width:100%;text-align:center;max-width:500px}.login-form{color:#000;position:fixed;top:100px;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:200;padding:40px 20px 30px;max-width:90%}.login-form.open{-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.login-form h2{font-size:32px;line-height:38px;margin-bottom:20px}.login-password input,.login-username input{padding:12px 15px 12px 55px}.main-navigation ul.sub-menu{position:relative;top:0;left:0;-webkit-transform:none;transform:none;background-color:transparent;-webkit-box-shadow:none;box-shadow:none;-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:top center;transform-origin:top center;height:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.main-navigation ul.sub-menu.open{-webkit-transform:none;transform:none;-webkit-transform:scaleY(1);transform:scaleY(1);height:auto}.main-navigation ul.sub-menu li.menu-item{padding:0;margin-bottom:20px}.main-navigation ul.sub-menu li.menu-item a{text-align:left;gap:5px 15px;-ms-grid-columns:50px 15px 1fr;grid-template-columns:50px 1fr}.main-navigation ul.sub-menu li.menu-item a img{width:50px}.main-navigation ul.sub-menu li.menu-item a .menu-image-title{font-size:15px;line-height:17px}.main-navigation ul.sub-menu li.menu-item a .menu-description{font-size:10px;line-height:13px;max-width:230px}.title{min-width:initial;max-width:460px;font-size:45px;line-height:55px}.home-header{padding-top:100px;padding-bottom:100px}.header-content p{font-size:18px;line-height:26px;padding:0 0 20px;max-width:350px}.section-title,.why .section-title{font-size:40px;line-height:50px;margin-bottom:40px}.clients{padding:60px 0}.clients .inner-wrapper{gap:30px}.clients-text{font-size:30px;line-height:42px}.clients-list{gap:15px 18px}.structure{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:70px;padding-bottom:100px}.structure .inner-wrapper{padding-left:30px;padding-right:30px;padding-bottom:50px;margin-left:auto;margin-right:auto}.structure .section-title{min-width:auto;font-size:40px;line-height:50px}.structure-subtitle{margin:60px 0 30px;font-size:30px;line-height:40px}.structure-text{min-width:auto}.structure-text p{font-size:16px;line-height:22px;margin-bottom:25px}.structure-list{max-width:100%;font-size:16px;line-height:22px;margin-bottom:40px}.structure-list li{margin-bottom:25px}.structure-list li img{width:22px;margin-right:18px}.structure-schema{top:0;width:100%;max-width:600px;padding:70px 30px;border-radius:20px}.benefits-grid{-ms-grid-columns:1fr 40px 1fr;grid-template-columns:1fr 1fr;gap:50px 40px}.benefit{padding:50px 25px}.benefit img{-webkit-transform:scale(0.8);transform:scale(0.8);margin-bottom:10px}.benefit p{font-size:16px;line-height:22px;margin-bottom:15px}.benefit-name{font-size:26px;line-height:30px;margin-bottom:10px}.cta-title{font-size:36px;line-height:42px}.cta-packs{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.pack{max-width:100%;margin-left:auto;margin-right:auto}.content-grid{margin-top:60px;gap:30px}.module p{padding:0 30px;margin:0 0 30px;font-size:16px;line-height:22px}.module-title{padding:0 30px;font-size:32px;line-height:36px}.module-subtitle{padding:0 30px;font-size:20px;line-height:24px;margin-bottom:25px}.module-content{padding:35px 30px 45px}.module-item{font-size:16px;line-height:20px;margin-bottom:13px}.module-item img{width:22px;margin-right:13px}.bonuses{padding:100px 0 70px}.bonuses p{font-size:18px;line-height:24px;margin-top:-20px}.bonuses-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:0;margin-top:70px}.bonus{margin-bottom:50px}.bonus-title{font-size:32px;line-height:38px;margin-bottom:20px}.bonus-text{font-size:16px;line-height:22px;margin-bottom:30px;max-width:100%}.about p{font-size:16px;line-height:22px;margin-bottom:20px}.about-name{font-size:34px;line-height:40px;margin-top:40px}.about-description{font-size:16px;line-height:22px}.about-list{margin:20px 0}.about-item{font-size:16px;line-height:22px;margin-bottom:20px}.about-item img{width:18px;margin-right:15px;top:6px}.about-photo img{max-width:400px}.why{padding:100px 0 150px}.why-wrapper{margin-top:50px;gap:30px}.why-text p{font-size:16px;line-height:22px}.why-signature{max-width:250px}.subscribe{padding-top:450px;padding-bottom:100px}.subscribe .section-title{font-size:40px;line-height:46px;margin-bottom:25px}.subscribe-subtitle{font-size:18px;line-height:26px;margin-bottom:40px}.subscribe-form input{padding:15px 12px;font-size:15px;line-height:17px}.subscribe-form ._form-content{margin-bottom:30px;gap:10px}.subscribe-form ._button-wrapper ._submit{font-size:16px;line-height:18px;width:320px;max-width:100%}.footer-links{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cont-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.single-course .site-main .inner-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.single-lesson .site-main .inner-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.page-cont{padding-top:70px}.entry-title{font-size:40px;line-height:50px}.entry-title br{display:none}p.video-wrapper{margin-bottom:40px}.course-lessons-title,.page-comments-title{font-size:40px;line-height:50px;margin-bottom:30px}.llms-syllabus-wrapper>.inner-wrapper p{font-size:18px;line-height:22px}.comments-area .comment-list{margin-left:0}.comment .children{margin-left:15px}.single-course article,.single-lesson article{max-width:100%}.syllabus-inner-wrapper .inner-wrapper{padding:40px 30px}.llms-syllabus-wrapper .llms-section-title{font-size:32px;line-height:38px;margin-bottom:25px;margin-top:40px}.single-course .llms-lesson-preview .llms-lesson-title,.single-lesson .llms-lesson-preview .llms-lesson-title{font-size:20px;line-height:24px}.single-course .llms-lesson-preview .llms-lesson-link,.single-lesson .llms-lesson-preview .llms-lesson-link{padding:20px 25px 20px 25px}.single-course .llms-lesson-preview .llms-lesson-link .llms-main,.single-lesson .llms-lesson-preview .llms-lesson-link .llms-main{padding-left:40px}.single-course .llms-lesson-preview .llms-lesson-link .llms-main .check,.single-lesson .llms-lesson-preview .llms-lesson-link .llms-main .check{width:25px;height:25px}.single-course .llms-lesson-preview .llms-lesson-link .llms-extra .btn,.single-lesson .llms-lesson-preview .llms-lesson-link .llms-extra .btn{padding:15px 50px 15px 25px}.single-course .llms-course-navigation .llms-lesson-link,.single-lesson .llms-course-navigation .llms-lesson-link{padding:16px 18px}.checkout-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.checkout-content{margin-left:0}.checkout-content article.page{margin-left:0}.checkout-order-content{max-inline-size:600px}.col2-set .form-row-first{float:left}.col2-set .form-row-last{float:right}.single-product .product_title+h3{font-size:28px;line-height:32px}.single-product .product_title+h3 .selected-courses{font-size:18px;line-height:22px}}@media screen and (max-width:991px){.main-navigation .nav-menu{background-color:transparent}}@media screen and (max-width:768px){.pmpro_login_wrap form#loginform input[type=password].input,.pmpro_login_wrap form#loginform input[type=text].input{width:100%}}@media screen and (max-width:700px){.title{max-width:400px}.benefits{padding:90px 0}.benefits-grid{-ms-grid-columns:1fr;grid-template-columns:1fr}.benefit{max-width:400px;margin-left:auto;margin-right:auto}.structure .inner-wrapper{padding-bottom:10px}.structure{padding-bottom:0}.structure-schema{max-width:100%;border-radius:20px 20px 0 0}.content{padding-bottom:80px}.content-grid{-ms-grid-columns:1fr;grid-template-columns:1fr}.module{max-width:500px;margin-left:auto;margin-right:auto}.why{padding:70px 0 100px}.why-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:40px}.why-text p{font-size:14px;line-height:20px}}@media screen and (max-width:600px){.home-header{padding-top:70px;padding-bottom:70px}.title{font-size:36px;line-height:42px;margin-bottom:25px;max-width:200px}.header-content p{font-size:16px;line-height:20px;max-width:250px;margin-bottom:10px}.btn{font-size:14px;line-height:14px;padding:12px 30px}.clients{padding:50px 0}.clients .inner-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.clients-text{font-size:20px;line-height:24px;text-align:center;max-width:400px;margin-left:auto;margin-right:auto;margin-bottom:30px}.clients-wrapper{max-width:100%}.clients-list img{height:18px}.clients-list img:nth-child(4){height:28px}.clients-list img:nth-child(6){height:38px}.clients-list img:nth-child(7){height:28px}.structure{padding-top:50px}.structure .section-title{font-size:32px;line-height:40px;margin-bottom:30px}.section-title,.structure .section-title,.why .section-title{font-size:32px;line-height:40px;margin-bottom:30px}.structure-text p{font-size:14px;line-height:20px;margin-bottom:18px}.structure-subtitle{margin:40px 0 20px;font-size:26px;line-height:32px}.structure-list{font-size:14px;line-height:20px;margin-bottom:24px}.structure-list li img{width:20px;margin-right:14px}.cta{padding-top:60px}.cta-title{font-size:24px;line-height:30px}.cta-description{font-size:16px;line-height:20px;margin-bottom:50px}.pack-name{border-radius:15px 15px 0 0;font-size:34px;line-height:40px;padding:50px 20px 20px}.pack-content{padding:30px 20px}.pack-description{font-size:14px;line-height:20px;padding-bottom:20px;margin-bottom:30px}.pack-price{font-size:40px;line-height:40px;margin-bottom:20px}.pack-price span{font-size:14px;line-height:16px}.pack-features{padding:25px 20px}.pack-feature{font-size:14px;line-height:20px}.pack-feature img{width:20px;margin-right:12px}.bonuses{padding:70px 0 40px}.bonuses p{font-size:16px;line-height:22px;margin-top:-15px}.bonuses-wrapper{margin-top:50px}.bonus{margin-bottom:40px;padding:30px 20px 30px 30px}.bonus-number{font-size:80px;line-height:80px;top:30px}.bonus-title{font-size:24px;line-height:32px;margin-bottom:15px}.bonus-text{font-size:14px;line-height:20px;margin-bottom:20px}.about p{font-size:14px;line-height:20px}.about-name{font-size:28px;line-height:34px;margin-top:30px}.about-description{font-size:14px;line-height:20px}.about-item{font-size:14px;line-height:20px;margin-bottom:15px}.about-photo img{max-width:300px}.subscribe{padding-bottom:80px}.subscribe .section-title{font-size:32px;line-height:38px;margin-bottom:20px}.subscribe-subtitle{font-size:16px;line-height:24px;margin-bottom:35px}.subscribe-form input{padding:13px 10px;font-size:14px;line-height:16px;width:100%}.subscribe-form ._form-content{margin-bottom:15px;gap:10px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.subscribe-form ._form-content ._field-wrapper{width:100%}.subscribe-form ._button-wrapper ._submit{font-size:14px;line-height:16px;width:320px;max-width:100%;padding:14px 20px}.nav-menu>.menu-item:last-of-type a{padding:9px 5px 9px 25px}.footer-columns{-ms-flex-wrap:wrap;flex-wrap:wrap}.llms-syllabus-wrapper .llms-section-title{font-size:26px;line-height:32px;margin-bottom:20px;margin-top:25px}.single-course .llms-lesson-preview .llms-lesson-link,.single-lesson .llms-lesson-preview .llms-lesson-link{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;gap:25px;padding:25px 15px}.single-course .llms-lesson-preview .llms-lesson-link .llms-extra,.single-lesson .llms-lesson-preview .llms-lesson-link .llms-extra{width:100%}.single-course .llms-lesson-preview .llms-lesson-link .llms-extra .btn,.single-lesson .llms-lesson-preview .llms-lesson-link .llms-extra .btn{width:100%;text-align:left}.llms-lesson-preview .llms-extra+.llms-main{width:100%}.single-course .llms-lesson-preview .llms-lesson-title,.single-lesson .llms-lesson-preview .llms-lesson-title{font-size:16px;line-height:18px}.single-course .llms-lesson-preview .llms-lesson-link .llms-main .check,.single-lesson .llms-lesson-preview .llms-lesson-link .llms-main .check{width:22px;height:22px}.single-course .llms-lesson-preview .llms-lesson-link .llms-main,.single-lesson .llms-lesson-preview .llms-lesson-link .llms-main{padding-left:35px}.single-course .llms-lesson-preview .llms-lesson-link .llms-extra .btn,.single-lesson .llms-lesson-preview .llms-lesson-link .llms-extra .btn{font-size:15px;line-height:15px;padding:13px 45px 13px 20px}.single-course .llms-lesson-preview .llms-lesson-link .llms-extra .btn:after,.single-lesson .llms-lesson-preview .llms-lesson-link .llms-extra .btn:after{right:15px}.syllabus-inner-wrapper .inner-wrapper{padding:35px 20px}.close-modal{font-size:16px;line-height:18px;padding:16px 20px 16px 45px}.close-modal:before{left:15px}.single-course .llms-course-navigation .llms-lesson-link,.single-lesson .llms-course-navigation .llms-lesson-link{padding:16px 18px}.checkout-content{padding:40px 30px 40px}.checkout-content .entry-title{font-size:35px;line-height:45px;margin-bottom:20px}#tip_facturare_field>label{font-size:24px;line-height:30px}#tip_facturare_field .note{font-size:16px;line-height:20px}#tip_facturare_field .woocommerce-input-wrapper label{padding:10px 15px 10px 35px;font-size:15px;line-height:16px}#tip_facturare_field .woocommerce-input-wrapper label:before{width:16px;height:16px;left:11px}#tip_facturare_field .woocommerce-input-wrapper label:after{left:14px;width:10px;height:5px}.thwcfd-field-radio .woocommerce-input-wrapper label.radio{margin-right:10px}#tip_facturare_field{margin-bottom:20px}.woocommerce-account-fields h3,.woocommerce-billing-fields h3{font-size:24px;line-height:30px}.woocommerce-account-fields input,.woocommerce-billing-fields input{font-size:12px;line-height:14px;padding:8px 12px}.woocommerce-account-fields p.form-row-first,.woocommerce-billing-fields p.form-row-first{margin-right:6px;margin-bottom:12px}.woocommerce-account-fields p.form-row-first,.woocommerce-account-fields p.form-row-last,.woocommerce-billing-fields p.form-row-first,.woocommerce-billing-fields p.form-row-last{width:49.2%}.woocommerce-account-fields .form-row,.woocommerce-billing-fields .form-row{margin-bottom:8px}.woocommerce-account-fields .select2-container .select2-selection--single,.woocommerce-billing-fields .select2-container .select2-selection--single{height:32px}.woocommerce-account-fields .select2-container .select2-selection--single .select2-selection__rendered,.woocommerce-billing-fields .select2-container .select2-selection--single .select2-selection__rendered{padding-left:12px;padding-top:2px;font-size:12px}.woocommerce-account-fields .select2-container--default .select2-selection--single .select2-selection__arrow,.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__arrow{top:8px;right:10px;scale:0.7}#customer_details+h3{font-size:24px;line-height:30px}.note{font-size:16px;line-height:20px;margin-top:-21px;margin-bottom:15px}.woocommerce-checkout-payment ul li label{font-size:15px;line-height:16px;margin-bottom:15px;padding:10px 15px 10px 35px}.woocommerce-checkout-payment ul li label:before{width:16px;height:16px;left:11px}.woocommerce-checkout-payment ul li label:after{width:10px;height:5px;left:14px}.payment_box.payment_method_bacs p{font-size:14px;line-height:18px}.woocommerce-terms-and-conditions-wrapper label .woocommerce-terms-and-conditions-checkbox-text{display:block;font-size:15px;line-height:19px;padding-left:30px}.woocommerce-terms-and-conditions-wrapper label .woocommerce-terms-and-conditions-checkbox-text:before{width:20px;height:20px;top:0;-webkit-transform:none;transform:none}.woocommerce-terms-and-conditions-wrapper label .woocommerce-terms-and-conditions-checkbox-text:after{width:10px;height:10px;top:5px;left:5px;-webkit-transform:scale(0);transform:scale(0)}.woocommerce-terms-and-conditions-wrapper label .woocommerce-terms-and-conditions-checkbox-text~abbr{display:none}.woocommerce-terms-and-conditions-wrapper label input:checked+.woocommerce-terms-and-conditions-checkbox-text:after{-webkit-transform:scale(1);transform:scale(1)}.checkout-order{padding:50px 30px 55px}.checkout-order h3{font-size:24px;line-height:30px}.order-package .package-header{font-size:40px;line-height:45px;padding:50px 30px 20px}.order-package .package-price{font-size:40px;line-height:50px;padding:30px 30px 25px}.order-package .package-price .subscription-details{font-size:18px;line-height:20px}.order-package{margin-bottom:40px}.order-package .package-price .price-small{font-size:14px;line-height:17px}.order-package .package-features{padding:30px 30px}.order-package .package-list li{font-size:14px;line-height:17px;gap:10px;margin-bottom:12px}.order-package .package-list li img{width:20px;height:20px}}@media screen and (max-width:500px){body{font-size:15px;line-height:19px}.site-branding{width:180px;height:52px}.hamburger{width:26px;height:20px}.main-navigation ul.sub-menu li.menu-item a{gap:2px 10px}.main-navigation.toggled .hamburger span:first-child{-webkit-transform:rotate(42deg);transform:rotate(42deg)}.main-navigation.toggled .hamburger span:last-child{-webkit-transform:rotate(-42deg);transform:rotate(-42deg)}.menu-meniu-cont-container,.menu-primary-menu-container{top:52px;height:calc(100vh - 52px);width:100vw}.nav-menu>.menu-item:last-of-type a{padding:9px 20px 9px 45px;font-size:16px}a.nav-demo-btn{font-size:16px}.main-navigation ul{min-width:200px}.login-form{padding:30px 15px 20px}.login-form h2{font-size:26px;line-height:30px;margin-bottom:15px}#loginform p.login-username,p.login-password{margin-bottom:10px}#loginform p.login-username:before,p.login-password:before{left:15px}.login-password input,.login-username input{padding:9px 12px 9px 40px;font-size:14px;line-height:14px}#loginform .login-remember{margin-top:20px}#loginform .login-remember label{font-size:12px;line-height:16px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#loginform .login-remember .checkbox{width:18px;height:18px}#loginform .login-remember .checkbox:before{-webkit-transform:translate(33%,33%);transform:translate(33%,33%)}.login-submit input[type=submit]{font-size:15px;line-height:15px;padding:12px 20px}.pmpro_actions_nav{margin-top:15px}.pmpro_actions_nav a{font-size:15px;line-height:17px}.structure-schema{padding:40px 30px}.benefits{padding:60px 0}.benefit{padding:30px 20px}.benefit img{-webkit-transform:scale(0.7);transform:scale(0.7);margin-bottom:5px}.benefit p{font-size:14px;line-height:20px;margin-bottom:10px}.benefit-name{font-size:22px;line-height:28px;margin-bottom:5px}.benefits-grid{gap:30px}.content{padding-bottom:80px}.content-grid{margin-top:40px;gap:20px}.module{padding-top:30px}.module p{padding:0 20px;margin-bottom:20px;font-size:14px;line-height:20px}.module-title{padding:0 20px;font-size:26px;line-height:30px}.module-subtitle{padding:0 20px;font-size:16px;line-height:20px;margin-bottom:20px}.module-content{padding:30px 20px 35px}.module-item{font-size:14px;line-height:20px;margin-bottom:12px}.module-item img{width:20px;margin-right:10px}.why-signature{max-width:200px}.entry-title{font-size:26px;line-height:32px;margin-bottom:25px}.inner-wrapper{padding-left:25px;padding-right:25px}.page-cont{padding-top:40px}p.video-wrapper{margin-bottom:30px}.cont-content p{margin-bottom:20px}.sidebar-box{width:100%;max-width:350px;padding:30px 20px 30px}.box-title{font-size:23px;line-height:28px;margin-bottom:15px}.resources-description{font-size:13px;line-height:19px}.cont-wrapper{padding-bottom:60px}.llms-syllabus-wrapper,.page-comments{padding-top:50px;padding-bottom:40px}.course-lessons-title,.page-comments-title{font-size:26px;line-height:32px;margin-bottom:20px}.syllabus-inner-wrapper{margin-top:40px}.llms-syllabus-wrapper>.inner-wrapper p{font-size:15px;line-height:19px;margin-bottom:20px}.comment-form p.comment-notes,.comment-form p.logged-in-as{margin-bottom:20px}.comment-form-comment textarea{font-size:15px;line-height:18px;padding:15px 20px}.comments-area .comment-respond{padding-bottom:30px;margin-bottom:45px}.comments-area .comment-list{padding-left:15px;margin-bottom:0}.comment .children{margin-left:10px;padding-left:15px}.comment .comment-author{margin-bottom:5px}.comment .children{margin-top:20px}.resource{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center;gap:15px}.resource img{width:30px}.resource strong{font-size:18px;line-height:20px;display:block;margin-bottom:5px}.resource small{font-size:10px;line-height:14px}.resources-description{margin-bottom:20px}.syllabus-modal{top:52px;height:calc(100% - 52px)}.progress-box{width:100%;max-width:350px;padding:30px 20px}.progress-title{font-size:19px;line-height:23px}.llms-progress .progress__indicator{font-size:30px;line-height:40px}.progress-box .llms-course-continue-button{font-size:14px;line-height:16px;padding:9px 20px;margin-bottom:12px}.progress-box .show-summary{font-size:14px;line-height:14px;padding:9px 23px}.llms-course-navigation{width:100%;max-width:350px}.single-course .llms-course-navigation .llms-pre-text,.single-lesson .llms-course-navigation .llms-pre-text{font-size:12px;line-height:12px}.single-course .llms-course-navigation .llms-back-to-course .llms-lesson-link,.single-course .llms-course-navigation .llms-prev-lesson .llms-lesson-link,.single-lesson .llms-course-navigation .llms-back-to-course .llms-lesson-link,.single-lesson .llms-course-navigation .llms-prev-lesson .llms-lesson-link{padding-left:16px}.single-course .llms-course-navigation .llms-next-lesson .llms-lesson-link,.single-lesson .llms-course-navigation .llms-next-lesson .llms-lesson-link{padding-right:16px}.single-course .llms-course-navigation .llms-back-to-course .llms-lesson-link:before,.single-course .llms-course-navigation .llms-prev-lesson .llms-lesson-link:before,.single-lesson .llms-course-navigation .llms-back-to-course .llms-lesson-link:before,.single-lesson .llms-course-navigation .llms-prev-lesson .llms-lesson-link:before{left:7px;width:6px;height:11px}.single-course .llms-course-navigation .llms-next-lesson .llms-lesson-link:before,.single-lesson .llms-course-navigation .llms-next-lesson .llms-lesson-link:before{right:7px;width:6px;height:11px}.single-course .llms-course-navigation .llms-lesson-link,.single-lesson .llms-course-navigation .llms-lesson-link{padding:12px 8px}.single-product .product_title+h3{font-size:22px;line-height:28px;margin-bottom:20px}.single-product .product_title+h3 .selected-courses{font-size:16px;line-height:20px;margin-top:4px}.single-product .entry-summary{margin-top:80px;margin-bottom:80px}}@media screen and (max-width:450px){.checkout-content .entry-title{font-size:26px;line-height:34px}#tip_facturare_field>label{font-size:20px;line-height:26px}#tip_facturare_field .note{font-size:14px;line-height:16px}#tip_facturare_field .woocommerce-input-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-top:15px}.woocommerce-account-fields h3,.woocommerce-billing-fields h3{font-size:20px;line-height:26px;margin-bottom:13px}.woocommerce-account-fields input,.woocommerce-billing-fields input{font-size:12px;line-height:14px;padding:8px 12px}.woocommerce-account-fields p.form-row-first,.woocommerce-account-fields p.form-row-last,.woocommerce-billing-fields p.form-row-first,.woocommerce-billing-fields p.form-row-last{width:100%;margin-bottom:6px}.woocommerce-account-fields p.form-row-one-third,.woocommerce-billing-fields p.form-row-one-third{width:100%;margin-bottom:6px}.woocommerce-account-fields #billing_country_field,.woocommerce-account-fields #billing_state_field,.woocommerce-billing-fields #billing_country_field,.woocommerce-billing-fields #billing_state_field{margin-bottom:9px}#customer_details+h3{font-size:20px;line-height:26px}.note{font-size:13px;line-height:18px;margin-top:-23px;margin-bottom:12px}.woocommerce-checkout-payment ul li label{font-size:13px;line-height:13px;margin-bottom:8px;padding:10px 15px 10px 35px}#tip_facturare_field .woocommerce-input-wrapper label{font-size:13px;line-height:13px}.payment_box.payment_method_bacs p{font-size:12px;line-height:14px}.woocommerce-terms-and-conditions-wrapper label .woocommerce-terms-and-conditions-checkbox-text{font-size:13px;line-height:17px}.checkout-content{padding:40px 30px 20px}.checkout-order h3{font-size:20px;line-height:26px;margin-bottom:16px}.order-payment-mode{border-radius:6px;padding:3px 4px}.order-payment-mode a{font-size:12px;line-height:12px;padding:10px 20px;border-radius:3px}.order-payment-mode a .payment-badge{font-size:6px;line-height:6px;padding:4px 6px;border-radius:2px}.order-package .package-header{font-size:28px;line-height:45px;padding:40px 20px 15px}.order-package .package-price{font-size:30px;line-height:40px;padding:20px 25px 15px}.order-package .package-price .subscription-details{font-size:15px;line-height:17px}.order-package{margin-bottom:30px}.order-package .package-price .price-small{font-size:12px;line-height:15px}.order-package .package-features{padding:20px 25px}.order-package .package-list li{font-size:12px;line-height:15px;gap:8px;margin-bottom:10px}.order-package .package-list li img{width:16px;height:16px}#place_order_btn{font-size:16px;line-height:16px;padding:16px 25px}.shop_table:not(.subscription_details) thead .product-name,.shop_table:not(.subscription_details) thead .product-total{font-size:16px;line-height:18px}.shop_table:not(.subscription_details) tbody{font-size:16px;line-height:18px}.first-payment-date{line-height:1rem}}@media screen and (max-width:400px){.home-header{padding-top:50px;padding-bottom:50px;background-position:70% 100%}.title{font-size:28px;line-height:34px;margin-bottom:15px;max-width:170px}.header-content p{font-size:15px;line-height:20px;margin-bottom:0;padding-bottom:20px;max-width:200px}}
/*# sourceMappingURL=styles.css.map */