* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

* {
    scrollbar-color: rgb(173,152,164) rgb(173,152,164,0.5);
    scrollbar-width: thin;
}

html,body {
    min-height: 100%;
    auto
contain
touch-action: none;
    font-family: Arial, sans-serif;
    auto
    scroll-behavior: smooth;
    scroll-snap-type: none;
    height: 100%;
    color: #000000;
}

.volunteer-721 {
    flex: 0 0 auto;
}

.volunteer-721 {
    position: relative;
    color: #ffffff;
    padding: 5rem 0 2rem;
}

.head-pagebar-491 {
    flex: 1 0 auto;
}


.our-mission-670 {
    min-height: 100vh;
    position: relative;
    display: flex;
    overflow: hidden;
    align-items: center;
}

.our-mission-670::before {
    right: 0;
    top: 0;
    content: "";
    backdrop-filter: blur(5px);
    z-index: 1;
    bottom: 0;
    opacity: 0.85;
    background: linear-gradient(145deg, rgb(208,191,201,0.5), rgba(0, 0, 0, 0.5), rgb(173,152,164,0.5));
    left: 0;
    position: absolute;
}

.our-mission-670 .container {
    transform: translateY(0);
    z-index: 2;
    opacity: 1;
    max-width: 1200px;
    padding: 3rem 2rem;
    margin: 0 auto;
    position: relative;
    animation: fadeUp 1.2s ease-out;
}

.our-mission-670 .textual-box-490:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.our-mission-670 .textual-box-490::before {
    animation: lineGrow 1.5s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left;
    left: 0;
    height: 10px;
    background: rgb(208,191,201);
    position: absolute;
    right: 0;
    top: -10px;
    content: "";
    transform: scaleX(0);
}

.our-mission-670 .textual-box-490 > div:first-child {
    margin-bottom: 2rem;
    position: relative;
}

.our-mission-670 .textual-box-490 > div:first-child:hover::before {
    transform: scaleX(1);
}

.our-mission-670 h5 {
    padding-bottom: 0.5rem;
    position: relative;
    display: inline-block;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    transform: translateX(0);
    transition: transform 0.5s ease;
    color: #000000;
}

.our-mission-670 .textual-box-490 > div:first-child:hover h5 {
    transform: translateX(10px);
}

.our-mission-670 .textual-box-490 > div:first-child:hover h5::after {
    transform-origin: left;
    transform: scaleX(1);
}

.our-mission-670 .textual-box-490 > div:nth-child(2) p {
    font-size: calc(18px * 1.2);
    font-weight: 600;
    display: inline-block;
    margin: 0;
    color: rgb(173,152,164);
    position: relative;
    letter-spacing: 1px;
    transition: transform 0.5s ease;
    transform: translateY(0);
}

.our-mission-670 .textual-box-490 > div:nth-child(2):hover p {
    transform: translateY(-5px);
}

.our-mission-670 ol {
    counter-reset: list-counter;
    padding-left: 1.2rem;
    margin: 0;
}

.our-mission-670 ol li {
    font-size: 13px;
    padding-left: 1rem;
    counter-increment: list-counter;
    text-align: justify;
    column-count: 1;
    line-height: 1.8;
    position: relative;
    margin-bottom: 0.5rem;
    hyphens: auto;
    column-gap: 2rem;
    color: #000000;
}

header::before {
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        15px 100%, 
        0 calc(100% - 15px)
    );
    position: absolute;
    right: 2px;
    content: '';
    top: 2px;
    bottom: 2px;
    left: 2px;
    z-index: -1;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05) 0px,
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
}

header .nav-learning-614::before {
    bottom: 3px;
    content: '';
    left: 3px;
    clip-path: polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% 100%,
        10px 100%,
        0 calc(100% - 10px)
    );
    right: 3px;
    border: 1px dashed rgba(255, 255, 255, 0.3);
    z-index: -1;
    position: absolute;
    top: 3px;
}

header .main-base-843 {
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    z-index: 2;
    list-style: none;
}

header .nav-mentor-729 a::before {
    top: 0;
    content: '';
    left: -100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    transition: left 0.7s ease;
    position: absolute;
    height: 100%;
    width: 100%;
}

header .nav-mentor-729 a:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}

header .nav-mentor-729 a:hover::before {
    left: 100%;
}

header .nav-mentor-729::after {
    left: 50%;
    transition: width 0.3s ease;
    background: #ffffff;
    bottom: -5px;
    width: 0;
    transform: translateX(-50%);
    height: 2px;
    content: '';
    position: absolute;
}

header .head-main-317::after {
    height: 40px;
    left: 10px;
    border-top: none;
    border-left: none;
    bottom: 10px;
    opacity: 0.5;
    position: absolute;
    width: 40px;
    content: '';
    border: 2px solid rgba(255, 255, 255, 0.3);
}



header::after {
    border-radius: 50%;
    height: 8px;
    background: #ffffff;
    content: '';
    right: 15px;
    position: absolute;
    top: 15px;
    box-shadow: 0 0 10px #ffffff;
    animation: pulse 2s infinite;
    width: 8px;
}

.test-drive-924::before {
    background-size: 30px 30px;
    z-index: 1;
    transform-origin: center bottom;
    opacity: 0.7;
    width: 100%;
    top: 0;
    left: 0;
    transform: perspective(500px) rotateX(45deg) scale(2);
    position: absolute;
    content: '';
    height: 100%;
    animation: gridAnimate 30s linear infinite;
    background-image: 
        linear-gradient(30deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px),
        linear-gradient(150deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
}

.test-drive-924::before {
    width: 100%;
    z-index: 2;
    left: 0;
    content: '';
    height: 100%;
    background: 
        repeating-linear-gradient(
            180deg,
            transparent,
            transparent 15px,
            rgba(255, 255, 255, 0.03) 15px,
            rgba(255, 255, 255, 0.03) 16px
        );
    top: 0;
    position: absolute;
    animation: scanLines 8s linear infinite;
}

.test-drive-924::before {
    background-size: 100px 100px;
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    background-image: 
        linear-gradient(30deg, transparent 85%, rgba(255, 255, 255, 0.1) 85%, rgba(255, 255, 255, 0.1) 100%),
        linear-gradient(150deg, transparent 85%, rgba(255, 255, 255, 0.1) 85%, rgba(255, 255, 255, 0.1) 100%),
        linear-gradient(270deg, transparent 85%, rgba(255, 255, 255, 0.1) 85%, rgba(255, 255, 255, 0.1) 100%);
    z-index: 2;
    top: 0;
    opacity: 0.7;
    height: 100%;
}



.test-drive-924::before {
    z-index: 3;
    left: 0;
    height: 3px;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(173,152,164), transparent);
    width: 100%;
    bottom: 0;
    animation: bottomBarAnimate 4s ease-in-out infinite reverse;
    content: '';
}

.test-drive-924 .fast-guide-467:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(rgb(208,191,201), 0.1);
}

.test-drive-924 .fast-guide-467::after {
    border-right-width: 2px;
    right: 15px;
    border-bottom-width: 2px;
    border-color: rgb(173,152,164);
    animation: cornerPulse 3s 1.5s infinite alternate;
    bottom: 15px;
}

.test-drive-924 h3 {
    color: #ffffff;
    font-family: Arial, sans-serif;
    position: relative;
    margin-bottom: 2.5rem;
    letter-spacing: 3px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0 20px 15px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 32px;
}

.test-drive-924 h3::after {
    opacity: 0.8;
    width: 50px;
    bottom: -2px;
    position: absolute;
    left: 50%;
    background: linear-gradient(90deg, rgb(208,191,201), rgb(173,152,164));
    content: '';
    transform: translateX(-50%);
    height: 3px;
}

.test-drive-924 h3::before {
    position: absolute;
    left: 0;
    bottom: -5px;
    background-repeat: no-repeat;
    background-image: 
        radial-gradient(circle at 10% 50%, rgb(208,191,201) 0%, rgb(208,191,201) 3px, transparent 3px),
        radial-gradient(circle at 90% 50%, rgb(173,152,164) 0%, rgb(173,152,164) 3px, transparent 3px);
    height: 10px;
    width: 100%;
    content: '';
}

.test-drive-924 .request-info-218::before {
    content: '';
    left: 0;
    height: 100%;
    background: linear-gradient(135deg, rgb(173,152,164) 0%, rgb(208,191,201) 100%);
    position: absolute;
    transition: opacity 0.4s ease;
    z-index: -1;
    width: 100%;
    opacity: 0;
    top: 0;
}

.test-drive-924 .request-info-218:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
    letter-spacing: 2.5px;
}

.test-drive-924 .request-info-218::after {
    transition: opacity 0.4s ease;
    height: 2px;
    left: 15px;
    right: 15px;
    content: '';
    opacity: 0.5;
    bottom: 7px;
    background-image: 
        linear-gradient(90deg, 
            transparent 0%, transparent 20%, 
            rgba(255, 255, 255, 0.5) 20%, rgba(255, 255, 255, 0.5) 40%, 
            transparent 40%, transparent 60%, 
            rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0.5) 80%, 
            transparent 80%, transparent 100%);
    position: absolute;
}

.future-members-372 .fast-guide-467 {
    z-index: 2;
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    box-shadow: 
    0 10px 40px rgba(0, 0, 0, 0.1),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    max-width: 900px;
    backdrop-filter: blur(12px);
    padding: 50px;
    margin: 0 auto;
    border-radius: 24px;
}

.future-members-372 ul {
    flex-direction: column;
    display: flex;
    gap: 25px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.future-members-372 ul li {
    box-shadow: 
    0 5px 15px rgba(0, 0, 0, 0.05),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    flex-direction: column;
    align-items: center;
    transition: all 0.4s ease;
    border-radius: 24px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.15);
    text-align: center;
    padding: 25px;
    display: flex;
}

.future-members-372 ul li {
    font-weight: 300;
    font-size: 15px;
    color: #000000;
    line-height: 1.6;
}



.future-members-372 ul li {
    --y: center;
    --x: center;
}

.future-members-372 ul li:hover {
    transform: translateY(-5px);
    box-shadow: 
    0 15px 25px rgba(0, 0, 0, 0.08),
    0 0 0 1px rgba(255, 255, 255, 0.2) inset;
}

.future-members-372 ul li:hover svg {
    fill: rgb(208,191,201);
    transform: scale(1.05);
}

.future-members-372 ul li svg path {
    transition: all 0.3s ease;
    fill: rgb(173,152,164);
}

.future-members-372 ul li:hover::after {
    opacity: 1;
}

.connect-with-us-063 {
    padding: 0;
    position: relative;
}

.connect-with-us-063::before {
    position: absolute;
    width: 100%;
    left: 0;
    background: rgb(233,225,230);
    opacity: 0.85;
    top: 0;
    content: '';
    height: 100%;
}

.connect-with-us-063 .container {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
}

.connect-with-us-063 .request-list-536 {
    background: #ffffff;
    position: relative;
    border-radius: 10px;
    grid-column: 3 / 11;
    overflow: hidden;
    margin-top: 80px;
    z-index: 10;
    grid-row: 1 / 2;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

.connect-with-us-063 .request-list-536 svg {
    background: rgb(233,225,230);
    padding: 10px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    margin-bottom: 15px;
}

.connect-with-us-063 .request-list-536 span {
    font-size: 12px;
    color: #000000;
}

.connect-with-us-063 .request-list-536 a:hover {
    color: rgb(173,152,164);
}

.connect-with-us-063 .inquiry-widget-568 {
    grid-column: 1 / 13;
    padding: 170px 0 100px;
    margin-top: -100px;
    background: rgb(208,191,201);
    grid-row: 2 / 4;
}

.connect-with-us-063 form h3 {
    margin-bottom: 40px;
    text-align: center;
    font-size: 29px;
    font-weight: 700;
    position: relative;
    color: #000000;
}

.connect-with-us-063 form input[type="text"],
.connect-with-us-063 form input[type="email"] {
    border: 1px solid rgb(233,225,230);
    transition: all 0.3s ease;
    width: 100%;
    color: #000000;
    padding: 18px 20px;
    margin-bottom: 25px;
    font-size: 12px;
    border-radius: 10px;
    background: #ffffff;
}

.connect-with-us-063 .message-help-743 {
    margin: 25px 0;
    align-items: flex-start;
    display: flex;
}

.connect-with-us-063 .message-help-743 input[type="checkbox"]:checked {
    border-color: rgb(208,191,201);
    background-color: rgb(208,191,201);
}

.connect-with-us-063 .message-help-743 input[type="checkbox"]:checked::before {
    transform: rotate(45deg);
    height: 10px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    position: absolute;
    left: 7px;
    content: '';
    top: 4px;
    width: 6px;
}

.connect-with-us-063 .message-help-743 a:hover {
    color: rgb(173,152,164);
}

.connect-with-us-063 .connect-reach-497 {
    border-radius: 10px;
    cursor: pointer;
    font-size: 20px;
    color: #ffffff;
    transition: all 0.3s ease;
    padding: 18px 20px;
    background: rgb(208,191,201);
    width: 100%;
    font-weight: 700;
    border: none;
}

.leadership-experience-693::before {
    pointer-events: none;
    height: 100%;
    top: 0;
    z-index: 1;
    opacity: 0.1;
    width: 100%;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(173,152,164,0.5) 49.5%, rgb(173,152,164,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(173,152,164,0.5) 49.5%, rgb(173,152,164,0.5) 50.5%, transparent 50.5%);
    position: absolute;
    content: "";
    left: 0;
    background-size: 60px 60px;
}

.leadership-experience-693 .review-quotes-317:hover {
    transform: rotateY(0deg) translateZ(20px) scale(1.01);
}

.leadership-experience-693 .review-quotes-317 > div:first-child {
    position: relative;
    align-self: start;
}

.leadership-experience-693 .product-image-709 {
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    width: 200px;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.15),
        0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    transform: translateZ(20px);
    height: 200px;
}

.leadership-experience-693 .review-quotes-317:hover .product-image-709 {
    transform: translateZ(30px) scale(1.05);
}

.leadership-experience-693 .name {
    font-size: calc(21px * 1.1);
    position: relative;
    font-weight: 700;
    display: inline-block;
    color: rgb(208,191,201);
    margin-bottom: 0.5rem;
    transition: transform 0.4s ease;
    transform: translateX(0);
}

.leadership-experience-693 .review-quotes-317:hover .name {
    transform: translateX(5px);
}

.leadership-experience-693 .work-list-501 {
    line-height: 1.6;
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 18px;
    color: #000000;
    padding-left: 1.5rem;
    position: relative;
    transform: translateZ(10px);
}

.title-opener-621 {
    display: flex;
    padding: 5rem 1rem;
    background: linear-gradient(135deg, rgb(233,225,230) 0%, rgb(173,152,164,0.5) 100%);
    overflow: hidden;
    position: relative;
    align-items: center;
    min-height: 100vh;
}

.title-opener-621::before {
    width: 100%;
    opacity: 0.1;
    position: absolute;
    left: 0;
    content: "";
    background: linear-gradient(45deg, rgb(208,191,201,0.5) 0%, transparent 75%);
    top: 0;
    height: 100%;
    z-index: 1;
}

.title-opener-621 h1.master-zone-026::after {
    position: absolute;
    height: 4px;
    bottom: -10px;
    width: 80px;
    animation: lineExpand 1s 0.6s forwards ease-out;
    background: rgb(208,191,201);
    transform-origin: left;
    transform: scaleX(0);
    content: "";
    left: 0;
}

.title-opener-621 .fast-knowledge-594 {
    width: 100%;
    opacity: 0;
    animation: fadeUp 0.8s 0.6s forwards ease-out;
    transform: translateY(30px);
    margin-top: 2rem;
    position: relative;
}

.title-opener-621 .expert-zone-829:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}

.title-opener-621 .expert-zone-829::before {
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 60%);
    z-index: 1;
    content: "";
    top: 0;
    left: 0;
}

.cookieInformationAlert-748 {
    padding: 20px 0;
    bottom: 0;
    position: fixed;
    border-top: 1px solid rgb(208,191,201);
    width: 100%;
    z-index: 1000;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
    background-color: rgb(233,225,230);
    animation: fadeInUp 0.5s ease-out;
}

.cookieInformationAlert-748 .cookie-window-459 svg {
    fill: rgb(208,191,201);
    height: 60px;
    width: 60px;
}

.cookieInformationAlert-748 .cookie-check-630 h5 {
    color: rgb(208,191,201);
    font-size: 23px;
    margin-bottom: 6px;
}

.cookieInformationAlert-748 .data-approval-538 {
    margin-right: 15px;
    text-decoration: none;
    transition: transform 0.3s, box-shadow 0.3s;
    display: inline-block;
    padding: 10px 20px;
    background-color: rgb(208,191,201);
    color: #ffffff;
    margin-top: 20px;
    border-radius: 5px;
    font-size: 15px;
}

.privacy-container-201 {
    padding: 5rem 2rem;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, #f9f9f9, #f1f1f1);
    font-family: Arial, sans-serif;
}

.privacy-container-201::after {
    position: absolute;
    z-index: 0;
    right: 0;
    background: linear-gradient(to bottom, rgb(173,152,164,0.5) 0%, transparent 50%);
    width: 40%;
    top: 0;
    pointer-events: none;
    height: 100%;
    content: "";
}

.privacy-container-201 .container:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.privacy-container-201 h1 {
    font-size: 38px;
    color: #000000;
    font-weight: 700;
    animation: slideInTitle 0.8s 0.2s forwards;
    transform: translateX(-5px);
    padding-bottom: 0.75rem;
    position: relative;
    opacity: 0;
    margin-bottom: 2rem;
}

.privacy-container-201 h2 {
    font-size: 35px;
    animation: slideInUp 0.6s 0.4s forwards;
    margin: 2.5rem 0 1rem;
    color: #000000;
    opacity: 0;
    font-weight: 600;
    transform: translateY(10px);
    padding-left: 1rem;
    position: relative;
}

.privacy-container-201 h3 {
    padding-left: 1.5rem;
    font-weight: 600;
    font-size: calc(35px * 0.85);
    margin: 2rem 0 1rem;
    transform: translateY(8px);
    opacity: 0;
    position: relative;
    color: #000000;
    animation: slideInUp 0.6s 0.5s forwards;
}

.privacy-container-201 h4 {
    animation: slideInUp 0.6s 0.6s forwards;
    margin: 1.5rem 0 0.75rem;
    opacity: 0;
    font-weight: 400;
    color: #000000;
    padding-left: 1.75rem;
    transform: translateY(5px);
    font-size: calc(35px * 0.75);
    position: relative;
}

.privacy-container-201 p {
    animation: slideInUp 0.6s 0.5s forwards;
    position: relative;
    transform: translateY(10px);
    margin-bottom: 1.5rem;
    color: #000000;
    font-size: 12px;
    line-height: 1.7;
    opacity: 0;
}

.privacy-container-201 p strong::after {
    background-color: rgb(208,191,201,0.5);
    height: 1px;
    bottom: -2px;
    left: 0;
    position: absolute;
    width: 100%;
    content: "";
}

.privacy-container-201 ul::before {
    height: 100%;
    width: 1px;
    left: 0;
    position: absolute;
    content: "";
    top: 0;
    background: linear-gradient(to bottom, rgb(208,191,201), transparent);
}

.privacy-container-201 span {
    color: #000000;
    border-left: 2px solid rgb(173,152,164,0.5);
    display: block;
    transform: translateY(10px);
    margin: 0.75rem 0 1.5rem;
    font-size: 12px;
    line-height: 1.7;
    padding-left: 1rem;
    opacity: 0;
    animation: slideInUp 0.6s 0.6s forwards;
}

.course-structure-436::before {
    background: linear-gradient(145deg, rgb(173,152,164,0.5) 0%, rgb(208,191,201,0.5) 100%);
    opacity: 0.1;
    right: -5%;
    border-radius: 49% 51% 68% 32% / 38% 41% 59% 62%;
    transform: rotate(-15deg);
    content: "";
    z-index: 0;
    width: 30vw;
    height: 30vw;
    top: -10%;
    position: absolute;
    filter: blur(50px);
    animation: float 20s infinite alternate ease-in-out;
}

.course-structure-436 .container {
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
}

.course-structure-436 h2 {
    margin-bottom: 3rem;
    text-align: center;
    font-size: 31px;
    font-weight: 700;
    transition: transform 0.5s ease;
    color: #000000;
    transform-origin: center left;
    position: relative;
}

.course-structure-436 .career-class-390 {
    gap: 2.5rem;
    perspective: 1000px;
    display: grid;
    grid-template-columns: 1fr;
}

.course-structure-436 .product-image-709::before {
    background: linear-gradient(135deg, rgb(173,152,164,0.5) 0%, transparent 100%);
    opacity: 0.25;
    top: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: opacity 0.5s ease;
    left: 0;
    content: "";
}

.course-structure-436 .product-image-709:hover::before {
    opacity: 0.35;
}

.course-structure-436 .textual-box-490::before {
    left: 0;
    content: "";
    width: 3px;
    height: 0;
    background: linear-gradient(to bottom, rgb(208,191,201), rgb(173,152,164));
    transition: height 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    top: 0;
    position: absolute;
}

.course-structure-436 .textual-box-490:hover::before {
    height: 100%;
}

.course-structure-436 .description {
    overflow-y: auto;
    max-height: 300px;
    font-size: 15px;
    position: relative;
    line-height: 1.7;
    padding-right: 10px;
    margin-bottom: 1.5rem;
    color: #000000;
}

footer::after {
    top: 0;
    right: 0;
    left: 0;
    content: "";
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 10px,
        transparent 10px,
        transparent 20px
    );
    position: absolute;
    z-index: -1;
    bottom: 0;
}

.volunteer-721 .container {
    position: relative;
    gap: 2rem;
    grid-template-columns: repeat(12, 1fr);
    display: grid;
}

.volunteer-721 .company_holder h3 {
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    font-weight: 700;
    padding-bottom: 1rem;
    font-size: 35px;
    position: relative;
    color: #ffffff;
    margin: 0 0 1.5rem;
}

.volunteer-721 .student-aid-946 {
    border-left: 3px solid rgba(255, 255, 255, 0.3);
    position: relative;
    margin-top: 1.5rem;
    padding: 0 0 0 1.5rem;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.7;
}

.volunteer-721 .main-base-843 h5 {
    color: #ffffff;
    padding-bottom: 0.8rem;
    font-weight: 600;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    font-size: 20px;
    position: relative;
    margin: 0 0 1.5rem;
}

.volunteer-721 .main-base-843 .header-main-079 a {
    font-size: 16px;
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
    display: flex;
    color: rgba(255, 255, 255, 0.8);
    align-items: center;
}

.volunteer-721 .main-base-843 .header-main-079 a:hover::after {
    transform: translateX(0);
    opacity: 1;
}

.access-help-785 .container {
    align-items: center;
    justify-content: center;
    display: flex;
}

.access-help-785 .help-center-043 {
    position: relative;
    opacity: 0.9;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    padding: 0 1rem;
}

.volunteer-721 .company_holder::before {
    content: "";
    width: 50px;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    top: 0;
    height: 50px;
    position: absolute;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    left: 0;
}

.volunteer-721 .med-guides-958::after {
    right: 0;
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    bottom: 0;
    width: 50px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    height: 50px;
    position: absolute;
    content: "";
}

.program-assets-812::before {
    opacity: 0.4;
    background: 
    radial-gradient(circle at 10% 20%, rgb(208,191,201,0.5) 0%, transparent 40%),
    radial-gradient(circle at 90% 80%, rgb(173,152,164,0.5) 0%, transparent 40%);
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
}



.program-assets-812 .container {
    margin: 0 auto;
    max-width: 1100px;
    z-index: 2;
    position: relative;
    padding: 0 20px;
}

.program-assets-812 .product-image-709 {
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    height: 100%;
    object-fit: cover;
    width: 100%;
    transform-origin: left center;
    transition: transform 0.5s ease;
}

.program-assets-812 .product-image-709:hover {
    transform: scale(1.05);
}

.program-assets-812 h3 {
    position: relative;
    color: rgb(208,191,201);
    font-weight: 700;
    font-size: 33px;
    margin-bottom: 25px;
}

.program-assets-812 .textual-box-490:hover h3::after {
    width: 120px;
}

.program-assets-812 ul {
    padding: 0;
    gap: 15px;
    list-style: none;
    margin: 0;
    flex-wrap: wrap;
    display: flex;
}

.program-assets-812 li::before {
    content: "";
    position: absolute;
    opacity: 0;
    background: linear-gradient(
    135deg,
    transparent 0%,
    rgb(208,191,201,0.5) 100%
  );
    inset: 0;
    transition: opacity 0.3s ease;
}

.program-assets-812 li:hover {
    transform: translateY(-5px);
    box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.1),
    inset 1px 1px 0 rgba(255, 255, 255, 0.9);
}

.program-assets-812 svg {
    padding: 6px;
    border-radius: 10px;
    height: 20px;
    width: 20px;
    background: linear-gradient(135deg, rgb(208,191,201), rgb(173,152,164));
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.analysis-summary-786 {
    position: relative;
    padding: 100px 0;
    isolation: isolate;
    color: #ffffff;
    overflow: hidden;
}

.analysis-summary-786::after {
    content: '';
    left: 0;
    z-index: -1;
    background: linear-gradient(45deg, rgb(208,191,201,0.5) 0%, transparent 50%);
    top: 0;
    height: 100%;
    position: absolute;
    width: 100%;
}

.analysis-summary-786 .advantage-statistics-104 {
    align-items: center;
    display: grid;
    position: relative;
    grid-template-columns: 1fr 2fr;
    gap: 50px;
    z-index: 1;
}

.analysis-summary-786 .statistics-experts-982 svg path {
    stroke: #ffffff;
    fill: rgb(208,191,201);
    stroke-width: 0.5;
}

.analysis-summary-786 .study-gain-469 {
    position: relative;
    padding-bottom: 15px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 25px;
    text-align: left;
}

.analysis-summary-786 .extra-gain-132 {
    text-align: left;
    font-size: 16px;
    position: relative;
    opacity: 0.9;
    color: #ffffff;
    line-height: 1.7;
    margin-bottom: 0;
}

.analysis-summary-786 .top-statistics-301::before {
    left: 0;
    height: 100%;
    top: 0;
    width: 1px;
    position: absolute;
    background: linear-gradient(to bottom, transparent, #ffffff, transparent);
    content: '';
}

.analysis-summary-786 .success-statistics-125:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.07));
    transform: translateY(-5px);
}

.analysis-summary-786 .class-gains-429 {
    flex-shrink: 0;
    margin-right: 20px;
}

.analysis-summary-786 .class-gains-429 svg path {
    stroke-width: 0.5;
    fill: rgb(208,191,201);
    stroke: #ffffff;
}

.analysis-summary-786 .stat_item_content {
    flex-direction: column;
    display: flex;
}

.analysis-summary-786 .success-statistics-125 p {
    opacity: 0.9;
    color: #ffffff;
    font-size: calc(16px * 0.9);
    margin: 0;
    line-height: 1.3;
}

.analysis-summary-786 .top-statistics-301:has(.success-statistics-125:nth-child(2):last-child) {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
}

.analysis-summary-786 .top-statistics-301:has(.success-statistics-125:nth-child(n+5):last-child) {
    grid-auto-rows: 1fr;
    grid-template-rows: repeat(auto-fit, 1fr);
    grid-template-columns: repeat(2, 1fr);
}

.analysis-summary-786 .success-statistics-125:hover::before {
    opacity: 1;
}

.analysis-summary-786 .success-statistics-125::after {
    height: 30px;
    background: linear-gradient(315deg, rgb(173,152,164,0.5), transparent);
    width: 30px;
    transition: opacity 0.3s ease;
    border-bottom-left-radius: 10px;
    left: 0;
    opacity: 0;
    bottom: 0;
    position: absolute;
    content: '';
}

.tyNote-693::before {
    animation: float 18s ease-in-out infinite alternate;
    background: linear-gradient(145deg, rgb(208,191,201,0.5) 10%, transparent 70%);
    transform: rotate(15deg) skew(5deg);
    content: "";
    position: absolute;
    opacity: 0.8;
    height: 70%;
    z-index: 1;
    filter: blur(20px);
    top: -5%;
    right: -10%;
    width: 50%;
}

.tyNote-693 .container {
    padding: 0 1.5rem;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 2;
}

.tyNote-693 h2::after {
    transition: transform 0.6s ease-out;
    height: 4px;
    content: "";
    width: 80px;
    transform-origin: left center;
    left: 0;
    background: linear-gradient(90deg, rgb(208,191,201), rgb(173,152,164));
    transform: scaleX(1);
    bottom: -0.8rem;
    position: absolute;
}

.tyNote-693 .fast-guide-467 {
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: calc(17px / 1.5);
    padding: 2.5rem;
    background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
    margin-top: 1rem;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.05),
        0 5px 10px rgba(0, 0, 0, 0.02);
    transform: translateZ(0);
    backdrop-filter: blur(8px);
}

.tyNote-693 ul {
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
}

.tyNote-693 li::before {
    background: rgb(208,191,201);
    top: 0.5rem;
    position: absolute;
    left: 0;
    content: "";
    width: 10px;
    transform: scale(0.8);
    height: 10px;
    transition: transform 0.3s ease, background-color 0.3s ease;
    border-radius: 50%;
}

.tyNote-693 li:hover span {
    transform: translateX(5px);
}

.plan-array-981::before {
    background: linear-gradient(135deg, rgba(32, 32, 42, 0.92), rgba(15, 15, 20, 0.95));
    width: 100%;
    content: "";
    backdrop-filter: blur(8px);
    top: 0;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
}

.plan-array-981 h2::after {
    bottom: -10px;
    content: "";
    background: linear-gradient(90deg, rgb(173,152,164), rgb(208,191,201));
    width: 80px;
    border-radius: 3px;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    height: 3px;
}

.plan-array-981 .pricing-list-705 {
    list-style: none;
    margin: 0;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
    display: grid;
}

.plan-array-981 .learning-deals-456 {
    height: 100%;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.03);
    box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.2),
    -5px -5px 15px rgba(255, 255, 255, 0.05),
    inset 3px 3px 10px rgba(255, 255, 255, 0.05),
    inset -3px -3px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 12px;
    display: block;
    overflow: hidden;
    position: relative;
}

.plan-array-981 .study-pricing-901 {
    position: relative;
    z-index: 2;
}

.plan-array-981 .learning-deals-456 h4::before {
    opacity: 0.6;
    height: 30px;
    border-top: 2px solid rgb(173,152,164);
    border-left: 2px solid rgb(173,152,164);
    position: absolute;
    width: 30px;
    transition: all 0.3s ease;
    left: -10px;
    content: "";
    top: -10px;
}

.plan-array-981 .price-options-209 {
    color: #ffffff;
    display: inline-block;
    font-size: calc(20px + 4px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(rgb(173,152,164,0.5), 0.1), rgba(rgb(208,191,201,0.5), 0.2));
    box-shadow: 
    2px 2px 8px rgba(0, 0, 0, 0.1),
    -2px -2px 8px rgba(255, 255, 255, 0.05);
    position: relative;
    padding: 10px 20px;
    font-weight: 700;
}

.plan-array-981 .learning-deals-456:hover::before {
    transform: scaleX(1);
}

.plan-array-981 .learning-deals-456:hover h4 {
    transform: translateX(5px);
}

.plan-array-981 .learning-deals-456:hover h4::before {
    transform: scale(1.1);
    opacity: 1;
}

::-webkit-scrollbar {
    width: 17px;
    background: rgb(173,152,164,0.5);
    padding: 0px;
}

::-webkit-scrollbar-track {
    border-radius: 18.7vw;
    background: linear-gradient(148deg, #ffffff 63%, rgb(255, 255, 255, 0.5) 22%, rgb(173,152,164,0.5) 50%, rgb(208,191,201,0.5) 67%, rgb(233,225,230) 73%);
    margin: 5px 0;
}

::-webkit-scrollbar-thumb {
    transition: background, border-radius, transform 2.3s ease-in-out;
    border: 3px dotted rgb(255, 255, 255, 0.5);
    background: rgb(208,191,201,0.5);
    min-height: 84px;
}

::-webkit-scrollbar-corner {
    border-radius: 3px;
    background: rgb(208,191,201,0.5);
}

.course-structure-436 .description::-webkit-scrollbar {
    width: 4px;
}

.course-structure-436 .description::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.05);
}

.course-structure-436 .description::-webkit-scrollbar-thumb {
    background: linear-gradient(rgb(173,152,164), rgb(208,191,201));
    border-radius: 10px;
}

.plan-array-981 .learning-deals-456 p::-webkit-scrollbar {
    width: 4px;
}

.plan-array-981 .learning-deals-456 p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(173,152,164,0.5);
}



@media (max-width: 480px) {.our-mission-670 .textual-box-490 {
    padding: 2rem 1.25rem;
}.our-mission-670 h5 {
    font-size: calc(18px * 0.85);
}.our-mission-670 .textual-box-490 > div:nth-child(2) p {
    font-size: 18px;
}.our-mission-670 ol li {
    font-size: calc(13px * 0.9);
    line-height: 1.6;
}}



@media (max-width: 991px) {header {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            10px 100%, 
            0 calc(100% - 10px)
        );
}header .head-main-317 {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .nav-learning-614 {
    margin-right: 0;
    margin-bottom: 0;
}header .main-base-843 {
    margin-top: 1rem;
    flex-basis: 100%;
    justify-content: flex-end;
}header .nav-mentor-729 a {
    height: 35px;
    font-size: calc(14px - 1px);
    padding: 0 1rem;
}header .head-main-317::before,
    header .head-main-317::after {
    display: none;
}.head-pagebar-491 {
    margin-top: -10px;
}
}



@media (max-width: 479px) {header .head-main-317 {
    padding: 0.7rem 1.2rem;
}header .nav-learning-614 {
    padding: 0.4rem 0.6rem;
    max-width: 120px;
}header .nav-mentor-729 a {
    padding: 0 0.6rem;
    height: 30px;
    font-size: calc(14px - 3px);
}}



@media screen and (max-width: 991px) {.test-drive-924 {
    padding: 4.5rem 1.5rem;
}}



@media screen and (max-width: 992px) {.future-members-372 {
    padding: 70px 15px;
}.future-members-372 .fast-guide-467 {
    padding: 40px 30px;
}.future-members-372 h3 {
    margin-bottom: 40px;
    font-size: calc(36px * 0.9);
}.future-members-372 ul {
    gap: 20px;
}
}



@media screen and (max-width: 768px) {.future-members-372 {
    padding: 50px 15px;
}.future-members-372 .fast-guide-467 {
    backdrop-filter: blur(8px);
    padding: 30px 20px;
}.future-members-372 h3 {
    margin-bottom: 35px;
    font-size: calc(36px * 0.8);
}.future-members-372 ul {
    gap: 15px;
}.future-members-372 ul li {
    padding: 20px 15px;
}.future-members-372 ul li svg {
    width: 35px;
    margin-bottom: 12px;
    height: 35px;
}.future-members-372::before {
    animation-duration: 60s;
}.future-members-372 ul li::before {
    padding: 1px;
}}



@media (max-width: 1200px) {.connect-with-us-063 .request-list-536 {
    grid-column: 2 / 12;
}.connect-with-us-063 form {
    width: 70%;
}
}



@media (max-width: 768px) {.connect-with-us-063 .request-list-536 h3 {
    font-size: calc(29px * 0.9);
    padding: 30px;
}.connect-with-us-063 .inquiry-widget-568 {
    padding: 150px 20px 80px;
}.connect-with-us-063 form {
    padding: 40px 30px;
    width: 100%;
}.connect-with-us-063 form h3 {
    font-size: calc(29px * 0.9);
    margin-bottom: 35px;
}
}



@media (min-width: 768px) {.leadership-experience-693 {
    padding: 7rem 0;
}.leadership-experience-693 .review-quotes-317 {
    align-items: start;
    grid-gap: 2.5rem;
    padding: 3rem;
    grid-template-columns: 220px 1fr 2fr;
}.leadership-experience-693 .product-image-709 {
    height: 260px;
    width: 220px;
}.leadership-experience-693 .name {
    font-size: calc(21px * 1.2);
    margin-bottom: 0.75rem;
}.leadership-experience-693 .work-list-501 {
    font-size: calc(18px * 1.05);
    padding-left: 2rem;
}.leadership-experience-693 .work-list-501::before {
    width: 4px;
}
}



@media (min-width: 1200px) {.leadership-experience-693 .review-quotes-317 {
    padding: 4rem;
    grid-template-columns: 300px 1fr 3fr;
    grid-gap: 3.5rem;
}.leadership-experience-693 .product-image-709 {
    width: 300px;
    height: 350px;
}
}



@media (min-width: 768px) {.title-opener-621 > div {
    gap: 3rem;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.title-opener-621 .expert-zone-829 {
    height: 350px;
}
}



@media (min-width: 992px) {.title-opener-621 {
    padding: 6rem 2rem;
}.title-opener-621 > div {
    gap: 4rem;
}.title-opener-621 h1.master-zone-026 {
    margin-bottom: 2rem;
}.title-opener-621 .expert-zone-829 {
    height: 400px;
}.title-opener-621 .expert-zone-829 h3 {
    font-size: 24px;
}
}



@media (max-width: 767px) {.title-opener-621 {
    padding: 4rem 1rem;
}.title-opener-621 h1.master-zone-026::after {
    width: 60px;
    height: 3px;
}
}


@media (max-width: 768px) {.cookieInformationAlert-748 .cookie-window-459 {
    margin-right: 0;
    margin-bottom: 15px;
}.cookieInformationAlert-748 .data-approval-538 {
    width: 48%;
    text-align: center;
    margin-left: 0;
}}



@media (max-width: 767px) {.privacy-container-201 {
    padding: 2rem 0.75rem;
}.privacy-container-201 .container {
    padding: 1.25rem;
    transform: none;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04), 0 3px 10px rgba(0, 0, 0, 0.02);
}.privacy-container-201 h1 {
    margin-bottom: 1.5rem;
    font-size: calc(38px * 0.8);
}.privacy-container-201 h2 {
    font-size: calc(35px * 0.8);
    margin: 1.75rem 0 0.75rem;
}.privacy-container-201 h3 {
    font-size: calc(35px * 0.75);
    margin: 1.5rem 0 0.75rem;
}.privacy-container-201 h4 {
    margin: 1.25rem 0 0.5rem;
    font-size: calc(35px * 0.65);
}.privacy-container-201 p, .privacy-container-201 li, .privacy-container-201 span {
    font-size: calc(12px * 0.95);
    line-height: 1.6;
}.privacy-container-201 ul {
    margin: 1rem 0 1.5rem 0.5rem;
}
}



@media (min-width: 768px) {.course-structure-436 {
    padding: 7rem 0;
}.course-structure-436 h2 {
    font-size: calc(31px * 1.1);
    margin-bottom: 4rem;
}.course-structure-436 h2::after {
    width: 100px;
}.course-structure-436 .career-class-390 {
    grid-template-columns: 45% 55%;
    gap: 4rem;
    align-items: center;
}.course-structure-436 .product-image-709 {
    height: 450px;
}.course-structure-436 .textual-box-490 {
    padding: 2.5rem 3rem;
}
}



@media (max-width: 767px) {.course-structure-436 {
    padding: 4rem 0;
}.course-structure-436 h2 {
    margin-bottom: 2.5rem;
    font-size: calc(31px * 0.9);
}.course-structure-436 .product-image-709 {
    height: 250px;
    transform: rotateY(0deg);
}.course-structure-436 .textual-box-490 {
    padding: 1.5rem;
}.course-structure-436 .description {
    font-size: calc(15px * 0.95);
    line-height: 1.6;
    max-height: 250px;
}
}



@media (max-width: 1200px) {.volunteer-721 .container {
    gap: 1.5rem;
}
}



@media (max-width: 992px) {.volunteer-721 {
    padding: 4rem 0 2rem;
}.volunteer-721 .container {
    grid-template-columns: 1fr;
}.volunteer-721 .company_holder,
    .volunteer-721 .med-guides-958 {
    grid-column: span 12;
}.volunteer-721 .company_holder {
    margin-bottom: 2rem;
}.volunteer-721::after,
    .volunteer-721 .company_holder::before,
    .volunteer-721 .company_holder::after,
    .volunteer-721 .med-guides-958::after {
    display: none;
}
}



@media (max-width: 576px) {.volunteer-721 {
    padding: 2.5rem 0 1rem;
}.volunteer-721 .header-main-079 {
    grid-template-columns: 1fr;
    gap: 2rem;
}.volunteer-721 .student-aid-946 {
    padding-left: 1rem;
}.access-help-785 {
    margin-top: 2rem;
}
}



@media (max-width: 992px) {.program-assets-812 .fast-guide-467 {
    grid-template-columns: 1fr;
}.program-assets-812 .product-image-709 {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    height: 300px;
}.program-assets-812 .textual-box-490 {
    padding: 30px;
}
}



@media screen and (max-width: 1100px) {.analysis-summary-786 .advantage-statistics-104 {
    grid-template-columns: 1fr 1fr;
}.analysis-summary-786 .top-statistics-301 {
    grid-template-columns: 1fr 1fr;
}
}



@media screen and (max-width: 992px) {.analysis-summary-786 {
    padding: 80px 0;
}.analysis-summary-786 .advantage-statistics-104 {
    gap: 50px;
    grid-template-columns: 1fr;
}.analysis-summary-786 .study-gain-469 {
    text-align: center;
}.analysis-summary-786 .study-gain-469::after {
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(to right, transparent, rgb(208,191,201), transparent);
}.analysis-summary-786 .extra-gain-132 {
    text-align: center;
    margin-bottom: 0;
}.analysis-summary-786 .statistics-experts-982 {
    display: flex;
    justify-content: center;
}.analysis-summary-786 .top-statistics-301 {
    padding-left: 0;
    grid-template-columns: repeat(2, 1fr);
}.analysis-summary-786 .top-statistics-301::before {
    display: none;
}
}



@media screen and (max-width: 576px) {.analysis-summary-786 {
    padding: 50px 0;
}.analysis-summary-786 .advantage-statistics-104 {
    gap: 40px;
}.analysis-summary-786 .top-statistics-301 {
    grid-template-columns: 1fr;
    gap: 15px;
}.analysis-summary-786 .statistics-experts-982 svg {
    width: 60px;
    height: 60px;
}.analysis-summary-786 .study-gain-469 {
    padding-bottom: 10px;
    margin-bottom: 15px;
}.analysis-summary-786 .study-gain-469::after {
    width: 60px;
}.analysis-summary-786 .class-gains-429 svg {
    width: 35px;
    height: 35px;
}}



@media (max-width: 992px) {.plan-array-981 {
    padding: 80px 0;
}.plan-array-981 h2 {
    font-size: calc(32px - 4px);
}.plan-array-981 .price-view-308 {
    font-size: 15px;
    margin-bottom: 40px;
}.plan-array-981 .pricing-list-705 {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}



@media (max-width: 768px) {.plan-array-981 {
    padding: 60px 0;
}.plan-array-981 h2 {
    font-size: calc(32px - 6px);
}.plan-array-981 .price-view-308 {
    margin-bottom: 30px;
    font-size: calc(15px - 1px);
}.plan-array-981 .pricing-list-705 {
    margin: 0 auto;
    max-width: 450px;
    grid-template-columns: 1fr;
}.plan-array-981 .learning-deals-456 h4 {
    font-size: 20px;
}.plan-array-981 .learning-deals-456 p {
    font-size: calc(15px - 1px);
    max-height: 180px;
}.plan-array-981 .price-options-209 {
    font-size: 20px;
}
}



@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulse {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}

@keyframes gridAnimate {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

@keyframes cornerPulse {
    0% {
        opacity: 0.5;
        width: 40px;
        height: 40px;
    }
    100% {
        opacity: 1;
        width: 50px;
        height: 50px;
    }
}

@keyframes topBarAnimate {
    0%, 100% {
        opacity: 0.3;
        transform: scaleX(0.5);
    }
    50% {
        opacity: 0.8;
        transform: scaleX(1);
    }
}



@keyframes slowRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



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

@keyframes logoScale {
    0% {
        transform: scale(0);
    }
    80% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}



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



@keyframes expandUnderline {
    from {
        width: 0;
    }
    to {
        width: 80px;
    }
}



@keyframes scaleIn {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}



@keyframes float {
    0% {
        transform: translate(0, 0) rotate(-15deg);
    }
    50% {
        transform: translate(15px, 15px) rotate(0deg);
    }
    100% {
        transform: translate(-15px, 8px) rotate(10deg);
    }
}



@keyframes float {
    0% {
        transform: translateY(0) rotate(15deg) skew(5deg);
    }
    50% {
        transform: translateY(-20px) rotate(12deg) skew(3deg);
    }
    100% {
        transform: translateY(0) rotate(15deg) skew(5deg);
    }
}

