﻿.header-pro-a {
    flex: 1 0 auto;
}

.workshop-cta-E {
    flex: 0 0 auto;
}

a {
    text-decoration: none;
    color: inherit;
}


.confidential-cell-0 {
    --heading-gradient: linear-gradient(135deg, rgb(195,208,191), rgb(157,173,152));
    overflow: hidden;
    position: relative;
    --text-shadow-subtle: 0 1px 2px rgba(0, 0, 0, 0.05);
    background: linear-gradient(145deg, rgb(228,233,225), rgba(255, 255, 255, 0.97));
    --section-padding: clamp(2rem, 7vw, 5rem);
    padding: var(--section-padding) 0;
    --content-spacing: clamp(1.5rem, 5vw, 3.5rem);
}

.confidential-cell-0 h1 {
    line-height: 1.2;
    position: relative;
    color: #000000;
    margin-bottom: calc(var(--content-spacing) * 0.8);
    font-weight: 700;
    font-size: 42px;
    letter-spacing: -0.02em;
}

.confidential-cell-0 h3 {
    margin: calc(var(--content-spacing) * 0.8) 0 calc(var(--content-spacing) * 0.4);
    font-weight: 600;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.1);
    font-size: calc(38px * 0.85);
    color: #000000;
}

.confidential-cell-0 ul {
    padding-left: 1.5rem;
    list-style: none;
    margin: calc(var(--content-spacing) * 0.5) 0 calc(var(--content-spacing) * 0.8);
}

.confidential-cell-0 li::before {
    left: 0;
    position: absolute;
    background: rgb(195,208,191);
    top: 0.5em;
    width: 8px;
    content: "";
    transform: rotate(45deg);
    border-radius: 1px;
    opacity: 0.8;
    height: 8px;
}

.course-features-F .skill-mastery-y {
    display: flex;
    transition: all 0.5s ease;
    flex-wrap: wrap;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
                0 8px 15px rgba(0, 0, 0, 0.5), 
                0 0 0 1px rgb(195,208,191,0.5);
    align-items: center;
    position: relative;
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.03);
    overflow: hidden;
}

.course-features-F .header-site-A:hover svg path {
    fill: rgb(157,173,152);
}

.course-features-F .pic-hover-B {
    flex: 1 1 45%;
    position: relative;
    transition: all 0.5s ease;
    transform-style: preserve-3d;
    perspective: 1000px;
    min-height: 450px;
}

.course-features-F .pic-hover-B::before {
    mix-blend-mode: overlay;
    left: 0;
    content: "";
    width: 100%;
    position: absolute;
    background: linear-gradient(45deg, rgb(195,208,191,0.5) 0%, transparent 70%);
    top: 0;
    z-index: 1;
    height: 100%;
    animation: overlayPulse 8s infinite alternate;
}

header .nav-start-a:hover svg {
    transform: scale(1.05);
}

header .head-mainbar-K::before {
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;
    position: absolute;
    background: linear-gradient(to bottom, transparent, rgb(195,208,191,0.5), transparent);
}

header .nav-pro-0:hover::before {
    opacity: 1;
}

.welcome-board-N .edu-expert-g {
    justify-content: center;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    display: flex;
    align-items: center;
}

.welcome-board-N .expert-learnings-s > div {
    transform: translateY(30px);
    opacity: 0;
    animation: fadeInUp 0.8s forwards;
}

.welcome-board-N .expert-learnings-s > div:nth-child(2) {
    animation-delay: 0.4s;
}

.welcome-board-N p::before {
    content: "";
    width: 5px;
    height: 75%;
    position: absolute;
    background: rgb(195,208,191);
    border-radius: 3px;
    top: 0.5rem;
    left: 0;
}

.leadership-experience-s {
    overflow: hidden;
    background: linear-gradient(135deg, #000000 0%, rgb(228,233,225) 100%);
    position: relative;
    padding: 140px 0;
}

.leadership-experience-s .feedback-stories-z {
    grid-template-areas:
    "photo name"
    "photo job"
    "quote quote";
    display: grid;
    position: relative;
    grid-template-columns: 35% 1fr;
    grid-template-rows: auto auto 1fr;
    gap: 20px 40px;
}

.leadership-experience-s .feedback-stories-z:hover .pic-hover-B {
    transform: perspective(1000px) rotateY(-4deg) translateZ(20px);
}

.leadership-experience-s .feedback-stories-z:hover .name {
    transform: perspective(1000px) rotateY(2deg) translateZ(15px);
}

.leadership-experience-s .feedback-stories-z > span:not(.name) {
    padding-left: 20px;
    margin-top: 5px;
    text-transform: uppercase;
    transform-origin: left center;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    transform: perspective(1000px) rotateY(5deg);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    grid-area: job;
    color: rgb(157,173,152);
}

.meet-us-i .container {
    z-index: 1;
    position: relative;
}

.meet-us-i h3 {
    text-align: center;
    margin-bottom: 70px;
    font-size: 44px;
    position: relative;
    letter-spacing: -1px;
    font-weight: 700;
    color: #000000;
}

.meet-us-i .learn-space-E span {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    color: rgb(195,208,191);
    top: -30px;
    position: absolute;
    padding: 8px 20px;
    font-weight: 700;
    border-radius: 10px;
    background: #ffffff;
    left: 0;
    font-size: 19px;
    z-index: 2;
}

.meet-us-i .learn-academy-K .fast-guide-w {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    z-index: 0;
    position: relative;
    flex: 0 0 40%;
    transition: transform 0.5s ease;
    border-radius: 23px;
    height: 400px;
}

.meet-us-i .container::after {
    width: 200px;
    position: absolute;
    height: 200px;
    opacity: 0.2;
    background: rgb(157,173,152,0.5);
    border-radius: 50%;
    content: "";
    bottom: -50px;
    z-index: -1;
    right: -50px;
}

.contact-section-T {
    position: relative;
    background: rgb(228,233,225);
    overflow: hidden;
    padding: 90px 0;
}

.contact-section-T .pic-hover-B::after {
    position: absolute;
    height: 100%;
    border-radius: 100px 0 0 100px;
    background: linear-gradient(to right, rgb(195,208,191,0.5), transparent 70%);
    left: 0;
    content: '';
    width: 100%;
    top: 0;
}

.contact-section-T .connect-grid-2 {
    display: flex;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    border-radius: 20px;
    width: 100%;
    background: #ffffff;
}

.contact-section-T form h3 {
    font-size: 21px;
    color: rgb(195,208,191);
    margin-bottom: 30px;
    text-align: left;
}

.contact-section-T .feedback-links-G {
    margin-bottom: 25px;
    display: flex;
    align-items: flex-start;
}

.contact-section-T .feedback-links-G label {
    color: #000000;
    font-size: 12px;
    cursor: pointer;
    padding-left: 35px;
    line-height: 1.6;
    position: relative;
}

.contact-section-T .feedback-links-G a {
    text-decoration: none;
    color: rgb(195,208,191);
    transition: all 0.3s ease;
}

.contact-section-T .request-help-Z::before {
    top: 0;
    transition: all 0.5s ease;
    z-index: -1;
    position: absolute;
    transform: translateY(100%);
    content: '';
    background: rgb(157,173,152);
    left: 0;
    border-radius: 50px;
    width: 100%;
    height: 100%;
}

.contact-section-T .reach-info-g h4 {
    font-size: 21px;
    position: relative;
    font-family: Arial, sans-serif;
    color: #ffffff;
    margin-bottom: 30px;
    font-weight: 600;
}

.contact-section-T .request-section-a {
    padding: 0;
    margin: 0;
    list-style: none;
}

.contact-section-T .request-section-a svg {
    flex-shrink: 0;
    margin-right: 15px;
    height: 24px;
    width: 24px;
    margin-top: 3px;
    transition: transform 0.3s ease;
}

footer {
    width: 100%;
    position: relative;
}

footer .workshop-cta-E::before {
    content: '';
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5) 10px,
        transparent 10px,
        transparent 20px
    );
    width: 100%;
    z-index: -1;
    top: 0;
    height: 100%;
    opacity: 0.05;
    left: 0;
}

footer .info_item:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

footer .info_item:hover svg {
    transform: scale(1.2);
}

footer .info_item:hover a,
footer .info_item:hover p {
    color: rgb(157,173,152);
}

footer .header-site-A svg {
    filter: drop-shadow(0 0 5px rgb(195,208,191,0.5));
    max-width: 160px;
    height: auto;
}

footer .head-mainbar-K h5::after {
    bottom: 0;
    position: absolute;
    left: 0;
    border-radius: 10px;
    background: rgb(157,173,152);
    width: 50px;
    height: 3px;
    content: '';
}

footer .head-mainwrap-2 a:hover::before {
    width: 8px;
    height: 8px;
    box-shadow: 0 0 10px rgb(157,173,152);
    opacity: 1;
}

footer .subscribe_holder h5 {
    font-size: 23px;
    color: #ffffff;
    margin-bottom: 5px;
    font-weight: 700;
}

footer .input_holder input[type="email"] {
    transition: all 0.3s ease;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.2);
    font-size: 14px;
    border-radius: 10px;
    outline: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    padding: 14px 15px;
}

footer .enroll-info-r {
    position: relative;
    padding-top: 30px;
    text-align: center;
}

footer .enroll-info-r::before {
    left: 0;
    content: '';
    position: absolute;
    top: 0;
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(157,173,152,0.5) 50%, 
        transparent 100%);
}

.client-comments-p h4::after {
    transform: skewX(15deg);
    width: 70%;
    content: "";
    left: 0;
    background: rgb(195,208,191);
    height: 4px;
    position: absolute;
    bottom: -10px;
}

.client-comments-p .feedback-stories-z:nth-child(even) {
    transform: translateY(-10px) rotate(1deg);
}

.client-comments-p .feedback-stories-z::after {
    width: 80px;
    z-index: 0;
    bottom: 0;
    position: absolute;
    transform: translate(50%, 50%);
    content: "";
    height: 80px;
    border-radius: 50%;
    background: rgb(157,173,152,0.5);
    right: 0;
}

.tariff-wrapper-S {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.tariff-wrapper-S .container {
    z-index: 2;
    max-width: 1320px;
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
}

.tariff-wrapper-S .class-deals-C {
    max-width: 800px;
    transform: translateY(20px);
    margin-bottom: 50px;
    font-size: 15px;
    color: rgb(255, 255, 255, 0.5);
    opacity: 0;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    text-align: center;
}

.tariff-wrapper-S .tuition-plans-G li:nth-child(4) {
    --li-index: 3;
}

.tariff-wrapper-S .monthly-plan-R:hover .annual-plan-P {
    border-color: rgba(255,255,255,0.2);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3), 0 0 15px rgba(rgb(195,208,191,0.5), 0.5);
}

.tariff-wrapper-S .monthly-plan-R:hover .annual-plan-P::before {
    opacity: 0.15;
    transform: rotate(-45deg) translateY(-20%);
}

.tariff-wrapper-S .pricing-tiers-G h4 {
    font-size: calc(22px * 1.1);
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 20px;
    position: relative;
    color: #ffffff;
    margin-top: 0;
}

.tariff-wrapper-S .class-cost-B::before {
    top: 0;
    width: 100%;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    height: 100%;
    left: -100%;
    transition: left 0.7s ease;
}

.statistical-details-S .success-factors-9 {
    border-radius: 12px;
    backdrop-filter: blur(10px);
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    flex-direction: column;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    padding: 40px;
    position: relative;
}

.statistical-details-S .statistics-gains-e {
    line-height: 1.7;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.85);
    max-width: 700px;
    margin: 0;
}

.statistical-details-S .statistics-perks-F {
    padding: 20px 15px;
    margin: 0 10px;
    align-items: center;
    overflow: hidden;
    border-radius: 8px;
    min-width: calc(25% - 20px);
    flex-direction: column;
    background: rgba(255, 255, 255, 0.03);
    display: flex;
    transition: all 0.3s ease;
    text-align: center;
    position: relative;
}

.statistical-details-S .edge-statistics-U svg {
    width: 100%;
    transition: all 0.3s ease;
    height: 100%;
    fill: rgb(157,173,152);
}

.statistical-details-S .statistics-perks-F:hover .edge-statistics-U svg path {
    fill: rgb(195,208,191);
}

.statistical-details-S .statistics-perks-F:nth-child(4) span {
    animation-delay: 0.5s;
}

.statistical-details-S .statistics-perks-F:nth-child(2) {
    animation: fadeInSlide 0.4s ease forwards 0.1s;
}

.follow-A::before {
    top: 0;
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    z-index: 1;
    content: "";
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 2px,
        transparent 2px,
        transparent 8px
    );
}

.follow-A h4 {
    font-size: 19px;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    margin: 0 0 0.5rem;
    color: #000000;
    font-weight: 600;
    position: relative;
    transform: translateY(0);
    line-height: 1.4;
}

.follow-A .input_holder input[type="email"]::placeholder {
    transition: opacity 0.3s ease;
    color: rgba(0, 0, 0, 0.4);
}

.follow-A .sub-col-q:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background: #000000;
    transform: translateY(-2px);
}

.cookieNotificationAlert-b {
    z-index: 90;
    border-top: 2px solid rgb(195,208,191);
    width: 100%;
    background: rgb(157,173,152);
    animation: slideIn 0.5s ease-in-out;
    bottom: 0;
    box-shadow: 0 -10px 30px rgb(195,208,191,0.5);
    position: fixed;
}

.accept-cookies-d svg, .accept-cookies-d svg path {
    fill: rgb(195,208,191);
    width: 60px;
    transition: transform 0.3s ease;
    height: 60px;
}

.cookie-user-Y:hover {
    background: rgb(157,173,152);
    box-shadow: 0 0 20px rgb(157,173,152,0.5);
}

.cookieNotificationAlert-b p a {
    text-decoration: underline;
    transition: color 0.3s ease;
    color: rgb(195,208,191);
}

.gratefulPage-o::before {
    position: absolute;
    background: 
        radial-gradient(circle at 10% 10%, rgb(195,208,191,0.5) 0%, transparent 50%),
        radial-gradient(circle at 90% 90%, rgb(157,173,152,0.5) 0%, transparent 50%);
    left: 0;
    content: "";
    z-index: 0;
    animation: ambientGlow 15s infinite alternate ease-in-out;
    opacity: 0.1;
    height: 100%;
    width: 100%;
    top: 0;
}

.gratefulPage-o .skill-mastery-y::after {
    width: 40%;
    top: 0;
    height: 100%;
    right: 0;
    position: absolute;
    content: "";
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(135deg, transparent 0%, rgba(245,247,250,0.6) 100%);
}

.gratefulPage-o li::before {
    border-radius: 50%;
    top: 10px;
    transform: scale(0);
    height: 8px;
    width: 8px;
    content: "";
    background: rgb(195,208,191);
    position: absolute;
    left: 0;
    animation: scaleIn 0.4s 0.8s forwards ease-out;
}

.course-benefits-W::after {
    transform: rotate(25deg);
    opacity: 0.08;
    width: 70%;
    position: absolute;
    z-index: 0;
    top: -50%;
    height: 200%;
    right: -20%;
    content: "";
    background: linear-gradient(45deg, rgb(195,208,191,0.5) 0%, transparent 70%);
}

.course-benefits-W h5:hover::after {
    width: 120px;
}

.course-benefits-W .skill-mastery-y:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}

.course-benefits-W .quote-box-g {
    position: relative;
    background: linear-gradient(180deg, #ffffff 0%, rgba(250, 250, 250, 1) 100%);
    padding: 40px 30px;
}

.course-benefits-W li {
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    padding-left: 40px;
    transform-origin: left center;
    position: relative;
}

.course-benefits-W li:nth-child(5) {
    animation: fadeInUp 0.6s 0.5s both;
}

.course-benefits-W li svg path {
    transition: fill 0.3s ease;
    fill: rgb(195,208,191);
}

.course-benefits-W li:hover::after {
    width: 70%;
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (max-width: 480px) {.confidential-cell-0 {
    --content-spacing: 1.2rem;
}.confidential-cell-0 .container {
    padding: 1.2rem;
}.confidential-cell-0 h1 {
    font-size: calc(42px * 0.7);
}.confidential-cell-0 h2 {
    font-size: calc(38px * 0.75);
    padding-left: 10px;
}.confidential-cell-0 h2::before {
    width: 4px;
}.confidential-cell-0 p, 
    .confidential-cell-0 span,
    .confidential-cell-0 li {
    font-size: calc(15px * 0.9);
    line-height: 1.6;
}.confidential-cell-0 li {
    padding-left: 1.2rem;
    margin-bottom: 0.8rem;
}.confidential-cell-0 li::before {
    height: 6px;
    width: 6px;
}.confidential-cell-0 h1::after {
    height: 2px;
    width: 50px;
}
}



@media (max-width: 767px) {header {
    background: rgb(228,233,225);
}header::before {
    top: 0;
    bottom: 50%;
    height: auto;
    width: 100%;
}header .top-pagebar-y {
    align-items: center;
    flex-direction: column;
}header .nav-start-a {
    padding: 0.8rem 0;
    width: 100%;
}header .nav-start-a svg {
    width: 120px;
}header .head-mainbar-K {
    flex-wrap: wrap;
    padding: 0.8rem 0;
    width: 95%;
    justify-content: center;
    gap: 0.6rem;
}header .head-mainbar-K::before {
    width: 100%;
    top: 0;
    background: linear-gradient(to right, transparent, rgb(195,208,191,0.5), transparent);
    left: 0;
    height: 1px;
}header .nav-pro-0 {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
    padding: 0.5rem 0.9rem;
}
}



@media (max-width: 576px) {.leadership-experience-s {
    padding: 60px 0;
}.leadership-experience-s .pic-hover-B {
    height: 250px;
    max-width: 250px;
}.leadership-experience-s .name {
    font-size: 20px;
}.leadership-experience-s .work-insights-0 {
    padding: 25px 20px;
    font-size: calc(13px * 0.95);
}}



@media screen and (max-width: 576px) {.meet-us-i {
    padding: 50px 0;
}.meet-us-i h3 {
    margin-bottom: 40px;
    font-size: calc(44px * 0.6);
}.meet-us-i h3::after {
    bottom: -10px;
    height: 3px;
    width: 60px;
}.meet-us-i .learn-space-E {
    margin-bottom: 50px;
}.meet-us-i .learn-space-E span {
    font-size: calc(19px * 0.9);
    padding: 6px 15px;
}.meet-us-i .learn-space-E p,
    .meet-us-i .learn-academy-K p {
    line-height: 1.6;
    font-size: calc(12px * 0.95);
    padding: 25px;
}.meet-us-i .learn-space-E .pic-hover-B,
    .meet-us-i .learn-academy-K .fast-guide-w {
    height: 250px;
}.meet-us-i .learn-space-E::before,
    .meet-us-i .learn-academy-K::after {
    height: 10px;
}}



@media (max-width: 576px) {.contact-section-T {
    padding: 50px 0;
}.contact-section-T h3 {
    font-size: calc(35px * 0.8);
    margin-bottom: 30px;
}.contact-section-T .inquiry-grid-0,
    .contact-section-T .reach-info-g {
    padding: 25px 20px;
}.contact-section-T input[type="text"],
    .contact-section-T textarea {
    margin-bottom: 15px;
    padding: 12px 20px;
}.contact-section-T .request-help-Z {
    padding: 12px;
    width: 100%;
}}



@media (max-width: 1200px) {.tariff-wrapper-S {
    padding: 100px 0;
}.tariff-wrapper-S .tuition-plans-G {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}



@media (max-width: 768px) {.tariff-wrapper-S {
    padding: 70px 0;
}.tariff-wrapper-S h2 {
    font-size: calc(38px * 0.8);
    margin-bottom: 15px;
}.tariff-wrapper-S .class-deals-C {
    font-size: calc(15px * 0.95);
    margin-bottom: 35px;
}.tariff-wrapper-S .tuition-plans-G {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 450px;
}.tariff-wrapper-S .pricing-tiers-G {
    min-height: auto;
}
}



@media screen and (max-width: 767px) {.statistical-details-S {
    padding: 80px 0;
}.statistical-details-S .success-factors-9 {
    padding: 25px;
}.statistical-details-S .class-benefits-6 {
    margin-bottom: 15px;
    margin-right: 0;
}.statistical-details-S .program-wins-a {
    margin-bottom: 8px;
    font-size: calc(33px - 4px);
}.statistical-details-S .statistics-gains-e {
    font-size: calc(16px - 1px);
}.statistical-details-S .statistics-perks-F {
    padding: 15px 10px;
    min-width: calc(50% - 20px);
}.statistical-details-S .edge-statistics-U {
    width: 32px;
    margin-bottom: 10px;
    height: 32px;
}.statistical-details-S .edge-statistics-U::after {
    height: 38px;
    width: 38px;
}.statistical-details-S .statistics-perks-F span {
    font-size: calc(20px);
}.statistical-details-S .statistics-perks-F p {
    font-size: calc(16px - 1px);
}

}



@media (max-width: 480px) {.follow-A {
    padding: 2.5rem 0;
}.follow-A .skill-mastery-y {
    padding: 1.5rem;
}.follow-A h4 {
    font-size: calc(14px * 0.95);
}.follow-A .skill-mastery-y::before {
    width: 4px;
}.follow-A .skill-mastery-y::after {
    width: 50%;
    height: 4px;
}
}



@media (max-width: 767px) {.gratefulPage-o {
    padding: 70px 0;
}.gratefulPage-o h2 {
    font-size: calc(32px * 0.8);
    margin-bottom: 30px;
}.gratefulPage-o h2::after {
    width: 60px;
    bottom: -12px;
}.gratefulPage-o .skill-mastery-y {
    padding: 30px 25px;
}.gratefulPage-o .skill-mastery-y::after {
    display: none;
}.gratefulPage-o span {
    line-height: 1.7;
    font-size: calc(13px * 0.95);
}
}



@media (max-width: 767px) {.course-benefits-W {
    padding: 80px 0;
}.course-benefits-W h5 {
    padding: 0 20px;
    margin-bottom: 40px;
    font-size: calc(23px * 0.9);
}.course-benefits-W .quote-box-g {
    padding: 30px 20px;
}.course-benefits-W li {
    margin-bottom: 15px;
    padding-left: 35px;
}.course-benefits-W li svg {
    height: 24px;
    width: 24px;
    left: -35px;
}.course-benefits-W li p {
    font-size: calc(17px * 0.95);
}
}



@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes glowBorder {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.3;
    }
}

@keyframes numberFadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}



@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}



@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

