.container {
    max-width: 100%;
    width: 1121px;
    margin: auto;
}

svg {
    height: 30px;
    width: 30px;
}

.wrapper-viewport-289 {
    min-height: 100%;
    height: 100%;
    flex-direction: column;
    display: flex;
}

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

header,footer {
    width: 100%;
}

header {
    margin-top: 0;
    z-index: 100;
    position: relative;
    padding: 0;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        15px 100%, 
        0 calc(100% - 15px)
    );
    background: linear-gradient(120deg, rgb(208,191,201) 0%, rgb(173,152,164) 100%);
    overflow: visible;
}

.our-mission-670::after {
    opacity: 0.08;
    background: rgb(208,191,201);
    width: 100%;
    position: absolute;
    right: -50%;
    content: "";
    clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
    transform: rotate(-35deg) skewX(15deg);
    animation: shiftBackground 25s infinite alternate ease-in-out;
    height: 100%;
    z-index: 1;
    top: -50%;
}

.our-mission-670 .textual-box-490 {
    position: relative;
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 3.5rem;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
    transform: perspective(1000px) rotateY(2deg);
}

.our-mission-670 .textual-box-490::after {
    bottom: 0;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.5), transparent);
    position: absolute;
    opacity: 0.3;
    height: 50%;
    content: "";
    z-index: -1;
    width: 100%;
    left: 0;
}

.our-mission-670 .textual-box-490 > div:first-child::before {
    height: 3px;
    width: 60px;
    bottom: -10px;
    background: rgb(208,191,201);
    content: "";
    transition: transform 0.6s ease;
    transform-origin: left;
    position: absolute;
    transform: scaleX(0.7);
    left: 0;
}

.our-mission-670 h5::after {
    width: 100%;
    transform-origin: right;
    left: 0;
    transform: scaleX(0);
    position: absolute;
    bottom: 0;
    content: "";
    background: rgb(208,191,201);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 1px;
}

.our-mission-670 .textual-box-490 > div:nth-child(2) {
    margin-bottom: 2rem;
}

.our-mission-670 .textual-box-490 > div:nth-child(2) p::before {
    position: absolute;
    height: 10px;
    top: 50%;
    content: "";
    border-radius: 50%;
    background: rgb(208,191,201);
    transition: transform 0.4s ease, opacity 0.4s ease;
    left: -20px;
    width: 10px;
    opacity: 0;
    transform: translateY(-50%) scale(0);
}

.our-mission-670 .textual-box-490 > div:nth-child(2):hover p::before {
    transform: translateY(-50%) scale(1);
    opacity: 1;
}

.our-mission-670 ol li::before {
    border-radius: 50%;
    height: 6px;
    left: -1.2rem;
    content: "";
    transition: transform 0.3s ease;
    background: rgb(208,191,201);
    position: absolute;
    top: 0.7rem;
    width: 6px;
}

.our-mission-670 ol li:hover::before {
    transform: scale(1.5);
}

header .head-main-317 {
    justify-content: space-between;
    position: relative;
    align-items: center;
    padding: 1.2rem 3rem;
    display: flex;
    z-index: 5;
}

header .nav-learning-614 {
    clip-path: polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% 100%,
        10px 100%,
        0 calc(100% - 10px)
    );
    transition: all 0.3s ease;
    position: relative;
    margin-right: 2rem;
    padding: 0.7rem 1.2rem 0.7rem 1rem;
    flex: 0 0 auto;
    background: rgba(255, 255, 255, 0.15);
}

header .nav-learning-614:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px) scale(1.03);
}

header .site-start-540 {
    display: block;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease;
}

header .site-start-540 img {
    max-height: 40px;
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}

header .nav-mentor-729 {
    position: relative;
    margin: 0 0.5rem;
}

header .nav-mentor-729 a {
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
    font-weight: 600;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.1);
    font-size: 14px;
    height: 40px;
    justify-content: center;
    padding: 0 1.2rem;
    clip-path: polygon(
        10px 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% calc(100% - 10px),
        calc(100% - 10px) 100%,
        10px 100%,
        0 calc(100% - 10px),
        0 10px
    );
    border: 1px solid transparent;
    color: #ffffff;
    align-items: center;
    display: flex;
}

header .nav-mentor-729:hover::after {
    width: 80%;
}

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

header .head-pagebar-491 {
    margin-top: -15px;
    z-index: 1;
    padding-top: 2rem;
    background: rgb(233,225,230);
    position: relative;
}

.test-drive-924 {
    margin: 0;
    overflow: hidden;
    background: linear-gradient(150deg, rgb(233,225,230) 0%, rgb(208,191,201,0.5) 100%);
    isolation: isolate;
    position: relative;
    padding: 5rem 2rem;
}



.test-drive-924::after {
    z-index: 2;
    left: 0;
    position: absolute;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 10% 10%, rgba(rgb(208,191,201), 0.15) 0%, transparent 15%),
        radial-gradient(circle at 90% 90%, rgba(rgb(173,152,164), 0.15) 0%, transparent 15%);
}

.test-drive-924::after {
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(208,191,201) 0%, rgb(208,191,201) 3px, transparent 3px),
        radial-gradient(circle at 90% 10%, rgb(208,191,201) 0%, rgb(208,191,201) 3px, transparent 3px),
        radial-gradient(circle at 10% 90%, rgb(173,152,164) 0%, rgb(173,152,164) 3px, transparent 3px),
        radial-gradient(circle at 90% 90%, rgb(173,152,164) 0%, rgb(173,152,164) 3px, transparent 3px);
    top: 0;
    z-index: 3;
    content: '';
    background-repeat: no-repeat;
    height: 100%;
    opacity: 0.8;
    left: 0;
    position: absolute;
    width: 100%;
    animation: cornerDotsGlow 4s ease-in-out infinite alternate;
}



.test-drive-924::after {
    animation: topBarAnimate 4s ease-in-out infinite;
    content: '';
    z-index: 3;
    background: linear-gradient(90deg, transparent, rgb(208,191,201), transparent);
    left: 0;
    height: 3px;
    width: 100%;
    position: absolute;
    top: 0;
}



.test-drive-924 .fast-guide-467 {
    margin: 0 auto;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    flex-direction: column;
    overflow: hidden;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    justify-content: center;
    text-align: center;
    display: flex;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    max-width: 1000px;
    backdrop-filter: blur(10px);
    padding: 4rem 3rem;
    z-index: 5;
    border-radius: 18px;
}

.test-drive-924 .fast-guide-467::before,
.test-drive-924 .fast-guide-467::after {
    height: 40px;
    width: 40px;
    position: absolute;
    border-width: 0;
    content: '';
    border-style: solid;
}

.test-drive-924 .fast-guide-467::before {
    border-color: rgb(208,191,201);
    animation: cornerPulse 3s infinite alternate;
    border-top-width: 2px;
    top: 15px;
    left: 15px;
    border-left-width: 2px;
}



.test-drive-924 .fast-guide-467::before {
    background-position: 0 20px, 0 calc(100% - 20px), 20px 0, calc(100% - 20px) 0;
    z-index: -1;
    background-image: 
        linear-gradient(90deg, rgb(208,191,201) 2px, transparent 2px),
        linear-gradient(90deg, rgb(208,191,201) 2px, transparent 2px),
        linear-gradient(0deg, rgb(173,152,164) 2px, transparent 2px),
        linear-gradient(0deg, rgb(173,152,164) 2px, transparent 2px);
    content: '';
    width: 100%;
    background-size: 15px 2px, 15px 2px, 2px 15px, 2px 15px;
    height: 100%;
    background-repeat: no-repeat;
    opacity: 0.7;
    position: absolute;
    left: 0;
    top: 0;
}

.test-drive-924 .request-info-218 {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    font-weight: 600;
    border-radius: 10px;
    font-size: 15px;
    letter-spacing: 2px;
    border: none;
    text-transform: uppercase;
    padding: 1.3rem 3rem;
    justify-content: center;
    align-items: center;
    z-index: 2;
    overflow: hidden;
    color: #ffffff;
    position: relative;
    background: linear-gradient(135deg, rgb(208,191,201) 0%, rgb(173,152,164) 100%);
    display: inline-flex;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.test-drive-924 .request-info-218:hover::before {
    opacity: 1;
}

.test-drive-924 .request-info-218:hover::after {
    opacity: 0.8;
}

.future-members-372 {
    position: relative;
    padding: 100px 20px;
    overflow: hidden;
    z-index: 1;
    background-color: rgb(233,225,230);
}

.future-members-372::before {
    top: -50%;
    animation: slowRotate 35s linear infinite;
    left: -50%;
    opacity: 0.6;
    height: 200%;
    z-index: -1;
    width: 200%;
    position: absolute;
    content: "";
    background: radial-gradient(
    circle at 30% 30%,
    rgb(173,152,164,0.5) 0%,
    transparent 50%
  ), radial-gradient(
    circle at 70% 70%,
    rgb(208,191,201,0.5) 0%,
    transparent 45%
  );
}

.future-members-372 h3 {
    text-align: center;
    position: relative;
    letter-spacing: 1px;
    margin-bottom: 50px;
    font-weight: 600;
    color: #000000;
    font-size: 36px;
}

.future-members-372 h3::after {
    left: 50%;
    position: absolute;
    content: "";
    transform: translateX(-50%);
    border-radius: 10px;
    bottom: -15px;
    background: linear-gradient(90deg, 
    rgb(208,191,201,0.5), 
    rgb(173,152,164), 
    rgb(208,191,201,0.5)
  );
    height: 3px;
    width: 60px;
}

.future-members-372 ul li::before {
    -webkit-mask-composite: xor;
    position: absolute;
    opacity: 0.4;
    border-radius: 24px;
    inset: 0;
    background: linear-gradient(
    45deg,
    transparent,
    rgb(173,152,164,0.5),
    rgb(208,191,201,0.5),
    transparent
  );
    transition: opacity 0.4s ease;
    content: "";
    padding: 2px;
    -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
    mask-composite: exclude;
}

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

.future-members-372 ul li svg {
    width: 45px;
    transition: all 0.3s ease;
    height: 45px;
    fill: rgb(173,152,164);
    margin-bottom: 15px;
}

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

.future-members-372 ul li::after {
    left: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    right: 0;
    background: radial-gradient(
    circle at var(--x, center) var(--y, center),
    rgba(255, 255, 255, 0.15) 0%,
    transparent 60%
  );
    position: absolute;
    content: "";
    border-radius: 24px;
    top: 0;
    transition: opacity 0.3s ease;
}

.connect-with-us-063 .query-reach-502 {
    grid-template-columns: repeat(12, 1fr);
    display: grid;
    grid-template-rows: auto auto auto;
}

.connect-with-us-063 .request-list-536 h3 {
    text-align: center;
    font-size: 29px;
    margin: 0;
    padding: 40px;
    background: rgb(208,191,201);
    color: #ffffff;
    font-weight: 700;
}

.connect-with-us-063 .request-list-536 div {
    text-align: center;
    padding: 20px;
    flex-direction: column;
    align-items: center;
    display: flex;
}

.connect-with-us-063 .request-list-536 svg path {
    fill: rgb(208,191,201);
}

.connect-with-us-063 .request-list-536 a {
    text-decoration: none;
    color: rgb(208,191,201);
    transition: color 0.3s ease;
}

.connect-with-us-063 form {
    width: 60%;
    padding: 60px;
    background: #ffffff;
    max-width: 700px;
    border-radius: 10px;
    margin: 0 auto;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

.connect-with-us-063 form h3::after {
    left: 50%;
    position: absolute;
    background: rgb(208,191,201);
    content: '';
    bottom: -15px;
    transform: translateX(-50%);
    height: 3px;
    width: 70px;
}

.connect-with-us-063 form input[type="text"]:focus,
.connect-with-us-063 form input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgb(208,191,201,0.5);
    border-color: rgb(208,191,201);
    outline: none;
}

.connect-with-us-063 form input::placeholder {
    color: #000000;
}

.connect-with-us-063 .message-help-743 input[type="checkbox"] {
    border: 2px solid rgb(233,225,230);
    height: 22px;
    border-radius: 10px;
    width: 22px;
    margin-right: 15px;
    appearance: none;
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer;
    flex-shrink: 0;
    -webkit-appearance: none;
}

.connect-with-us-063 .message-help-743 label {
    line-height: 1.6;
    color: #000000;
    font-size: 13px;
}

.connect-with-us-063 .message-help-743 a {
    color: rgb(208,191,201);
    font-weight: 600;
    transition: color 0.3s ease;
    text-decoration: none;
}

.connect-with-us-063 .connect-reach-497:hover {
    background: rgb(173,152,164);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

.leadership-experience-693 {
    perspective: 1000px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(233,225,230) 0%, rgb(208,191,201,0.5) 100%);
    padding: 5rem 0;
}

.leadership-experience-693 .container {
    margin: 0 auto;
    z-index: 2;
    padding: 0 1.5rem;
    max-width: 1200px;
    position: relative;
    transform-style: preserve-3d;
}

.leadership-experience-693 .review-quotes-317 {
    padding: 2.5rem;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    grid-gap: 2rem;
    border-radius: 10px;
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    grid-template-columns: 1fr;
    transform: rotateY(-2deg) translateZ(10px);
    border-left: 4px solid rgb(208,191,201);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 3px 3px rgba(0, 0, 0, 0.03);
    display: grid;
}

.leadership-experience-693 .product-image-709::after {
    background: linear-gradient(135deg, rgba(rgb(208,191,201), 0.2) 0%, transparent 100%);
    z-index: 1;
    height: 100%;
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    left: 0;
}

.leadership-experience-693 .review-quotes-317 > div:nth-child(2) {
    align-self: start;
    transform: translateZ(15px);
}

.leadership-experience-693 .name::after {
    bottom: -5px;
    background-color: rgb(173,152,164);
    left: 0;
    height: 2px;
    width: 0;
    transition: width 0.4s ease-out;
    position: absolute;
    content: "";
}

.leadership-experience-693 .review-quotes-317:hover .name::after {
    width: 100%;
}

.leadership-experience-693 .review-quotes-317 > div:nth-child(2) > div {
    opacity: 0.85;
    color: #000000;
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: calc(18px * 0.95);
    font-style: italic;
}

.leadership-experience-693 .work-list-501::before {
    left: 0;
    top: 0;
    content: "";
    width: 3px;
    background: linear-gradient(to bottom, rgb(208,191,201) 0%, rgb(173,152,164) 100%);
    position: absolute;
    height: 100%;
}

.title-opener-621 > div {
    gap: 2rem;
    display: grid;
    margin: 0 auto;
    grid-template-columns: 1fr;
    z-index: 2;
    max-width: 1200px;
    position: relative;
    width: 100%;
}

.title-opener-621 h1.master-zone-026 {
    line-height: 1.2;
    animation: slideIn 0.8s 0.2s forwards ease-out;
    margin-bottom: 1.5rem;
    opacity: 0;
    font-size: clamp(2rem, 5vw, 44px);
    position: relative;
    transform: translateX(-10px);
    color: #000000;
    font-weight: 700;
}

.title-opener-621 p {
    color: #000000;
    margin-bottom: 2rem;
    font-size: clamp(1rem, 2vw, 16px);
    transform: translateY(20px);
    opacity: 0;
    max-width: 600px;
    line-height: 1.6;
    animation: fadeUp 0.8s 0.4s forwards ease-out;
}

.title-opener-621 .expert-zone-829 {
    overflow: hidden;
    display: flex;
    border-radius: 10px;
    height: 300px;
    padding: 2rem;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    align-items: flex-end;
    position: relative;
}

.title-opener-621 .expert-zone-829 span {
    width: 100%;
    position: relative;
    z-index: 2;
}

.title-opener-621 .expert-zone-829 h3 {
    font-weight: 600;
    color: #ffffff;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    font-size: clamp(1rem, 2vw, 24px);
    line-height: 1.4;
}

.cookieInformationAlert-748 .cookie-window-459 {
    animation: logoScale 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    flex-shrink: 0;
    margin-right: 20px;
    transform-origin: center;
}


.cookieInformationAlert-748 .cookie-check-630 {
    flex-grow: 1;
}

.cookieInformationAlert-748 .cookie-check-630 p {
    font-size: 13px;
    margin: 0;
    line-height: 1.5;
    color: #000000;
}

.cookieInformationAlert-748 .data-approval-538:hover {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

.cookieInformationAlert-748 .data-approval-538:active {
    transform: translateY(1px);
    box-shadow: none;
}


#dataProtectionBox-306 {
    display: none;
}

#dataProtectionBox-306:checked ~ .cookieInformationAlert-748 {
    visibility: hidden;
    opacity: 0;
}

.privacy-container-201::before {
    left: 0;
    pointer-events: none;
    background: linear-gradient(to right, rgb(208,191,201,0.5) 0%, transparent 10%);
    content: "";
    width: 100%;
    top: 0;
    position: absolute;
    z-index: 0;
    height: 100%;
}

.privacy-container-201 .container {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    max-width: 1140px;
    margin: 0 auto;
    padding: 2rem;
    position: relative;
    transition: transform 0.5s ease-out;
    transform-origin: left center;
    transform: perspective(1000px) rotateY(0.5deg);
    background-color: #ffffff;
    z-index: 1;
}

.privacy-container-201 h1::after {
    content: "";
    left: 0;
    position: absolute;
    width: 0;
    background: linear-gradient(to right, rgb(208,191,201), rgb(173,152,164));
    height: 3px;
    bottom: 0;
    animation: expandUnderline 1.2s 0.8s forwards;
}

.privacy-container-201 h2::before {
    width: 4px;
    transform-origin: top;
    left: 0;
    background-color: rgb(208,191,201);
    content: "";
    transform: scaleY(0);
    position: absolute;
    animation: scaleVertical 0.4s 0.8s forwards;
    height: 100%;
    top: 0;
}

.privacy-container-201 h3::before {
    top: 50%;
    width: 10px;
    content: "";
    height: 10px;
    background-color: rgb(173,152,164);
    position: absolute;
    transform: translateY(-50%) rotate(45deg);
    left: 0;
}

.privacy-container-201 h4::before {
    border: 2px solid rgb(208,191,201);
    transform: translateY(-50%);
    top: 50%;
    border-radius: 50%;
    left: 0;
    width: 6px;
    content: "";
    position: absolute;
    height: 6px;
}

.privacy-container-201 p strong {
    color: #000000;
    display: inline-block;
    position: relative;
    font-weight: 600;
}

.privacy-container-201 ul {
    padding-left: 1.5rem;
    transform: translateX(10px);
    position: relative;
    margin: 1.5rem 0 2rem 1rem;
    animation: slideInRight 0.7s 0.7s forwards;
    opacity: 0;
}

.privacy-container-201 li {
    margin-bottom: 0.75rem;
    color: #000000;
    line-height: 1.6;
    font-size: 12px;
    padding-left: 0.25rem;
    position: relative;
}

.privacy-container-201 li::before {
    left: -1.5rem;
    top: 0.7rem;
    height: 6px;
    animation: scaleIn 0.3s 1s forwards;
    border-radius: 50%;
    background-color: rgb(208,191,201);
    transform: scale(0);
    position: absolute;
    width: 6px;
    content: "";
}

.course-structure-436 {
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(233,225,230) 0%, rgba(245, 247, 250, 0.95) 100%);
    position: relative;
    overflow: hidden;
}

.course-structure-436::after {
    background: linear-gradient(215deg, rgb(208,191,201,0.5) 0%, rgb(173,152,164) 100%);
    z-index: 0;
    position: absolute;
    transform: rotate(10deg);
    bottom: -15%;
    filter: blur(70px);
    width: 40vw;
    opacity: 0.08;
    content: "";
    left: -10%;
    height: 40vw;
    animation: float 25s infinite alternate-reverse ease-in-out;
    border-radius: 51% 49% 32% 68% / 41% 38% 62% 59%;
}

.course-structure-436 h2::after {
    background: linear-gradient(90deg, rgb(173,152,164) 0%, rgb(208,191,201) 100%);
    height: 3px;
    left: 50%;
    width: 80px;
    content: "";
    transform: translateX(-50%);
    bottom: -15px;
    position: absolute;
}

.course-structure-436 .product-image-709 {
    transform: rotateY(-5deg) translateZ(0);
    height: 350px;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: transform 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 2px;
    position: relative;
}

.course-structure-436 .product-image-709:hover {
    transform: rotateY(0deg) translateZ(30px) scale(1.02);
}

.course-structure-436 .textual-box-490 {
    transition: transform 0.6s ease, box-shadow 0.6s ease;
    border-radius: 2px;
    z-index: 1;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    position: relative;
    padding: 2rem;
    transform: translateZ(0) translateY(-10px);
    background: #ffffff;
}

.course-structure-436 .textual-box-490:hover {
    transform: translateZ(20px) translateY(-15px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.course-structure-436 .description:last-child {
    margin-bottom: 0;
}

footer {
    position: relative;
    z-index: 1;
}

footer::before {
    opacity: 0.9;
    right: 0;
    z-index: -2;
    left: 0;
    top: 0;
    background: linear-gradient(to right, rgb(173,152,164), rgb(208,191,201));
    bottom: 0;
    content: "";
    position: absolute;
}

.volunteer-721::before {
    background: linear-gradient(90deg, rgb(208,191,201), rgb(173,152,164), rgb(208,191,201));
    content: "";
    left: 0;
    position: absolute;
    height: 10px;
    width: 100%;
    top: 0;
}

.volunteer-721 .company_holder {
    position: relative;
    padding: 0;
    grid-column: span 5;
}

.volunteer-721 .company_holder h3::after {
    width: 80px;
    bottom: -2px;
    content: "";
    position: absolute;
    background: #ffffff;
    left: 0;
    height: 2px;
}

.volunteer-721 .med-guides-958 {
    grid-column: span 7;
}

.volunteer-721 .header-main-079 {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 2rem;
}

.volunteer-721 .main-base-843 {
    position: relative;
}

.volunteer-721 .main-base-843 h5::after {
    bottom: -2px;
    content: "";
    width: 40px;
    height: 2px;
    background: #ffffff;
    left: 0;
    position: absolute;
}

.volunteer-721 .main-base-843 .header-main-079 {
    gap: 1rem;
    display: grid;
}

.volunteer-721 .main-base-843 .header-main-079 a::after {
    transform: translateX(-5px);
    transition: all 0.3s ease;
    opacity: 0;
    content: "\2192";
    margin-left: 0.5rem;
}

.volunteer-721 .main-base-843 .header-main-079 a:hover {
    color: #ffffff;
    padding-left: 0.5rem;
}

.access-help-785 {
    margin-top: 4rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 2rem 0;
    background: rgba(0, 0, 0, 0.1);
    position: relative;
}

.volunteer-721::after {
    width: 50px;
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    content: "";
    height: 50px;
    top: 2rem;
    right: 2rem;
}

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

.program-assets-812 {
    padding: 70px 0;
    overflow: hidden;
    font-family: Arial, sans-serif;
    position: relative;
    background: linear-gradient(135deg, rgb(233,225,230) 0%, #ffffff 100%);
}

.program-assets-812::after {
    background-image: 
    linear-gradient(#ffffff 1px, transparent 1px),
    linear-gradient(90deg, #ffffff 1px, transparent 1px);
    content: "";
    top: 0;
    background-size: 50px 50px;
    animation: moveBg 60s linear infinite;
    width: 100%;
    opacity: 0.05;
    position: absolute;
    height: 100%;
    left: 0;
}

.program-assets-812 .fast-guide-467 {
    padding: 0;
    border-radius: 29px;
    overflow: hidden;
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.8));
    display: grid;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    gap: 40px;
    grid-template-columns: 1fr 1.2fr;
}

.program-assets-812 .textual-box-490 {
    padding: 40px 30px 40px 10px;
    position: relative;
}

.program-assets-812 h3::after {
    content: "";
    position: absolute;
    width: 60px;
    background: linear-gradient(to right, rgb(208,191,201), rgb(173,152,164));
    transition: width 0.3s ease;
    bottom: -8px;
    left: 0;
    height: 3px;
}

.program-assets-812 li {
    overflow: hidden;
    padding: 15px;
    flex: 0 0 calc(50% - 10px);
    transition: all 0.3s ease;
    box-shadow: 
    3px 3px 10px rgba(0, 0, 0, 0.05),
    inset 1px 1px 0 rgba(255, 255, 255, 0.7);
    position: relative;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.6));
    border-radius: 10px;
}

.program-assets-812 li:hover::before {
    opacity: 0.2;
}

.program-assets-812 li p {
    gap: 12px;
    position: relative;
    color: #000000;
    align-items: center;
    display: flex;
    z-index: 1;
    font-size: 14px;
    margin: 0;
}

.program-assets-812 svg path {
    fill: #ffffff;
}

.program-assets-812 li:hover svg {
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    transform: rotate(10deg);
}

.analysis-summary-786::before {
    height: 100%;
    position: absolute;
    content: '';
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    backdrop-filter: blur(8px);
    background-color: rgba(0, 0, 0, 0.5);
}

.analysis-summary-786 .container {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1400px;
}

.analysis-summary-786 .statistics-experts-982 {
    display: inline-block;
    margin-bottom: 25px;
}

.analysis-summary-786 .statistics-experts-982 svg {
    fill: rgb(208,191,201);
    filter: drop-shadow(0 0 10px rgb(208,191,201,0.5));
    width: 70px;
    height: 70px;
}

.analysis-summary-786 .study-gain-469::after {
    height: 3px;
    left: 0;
    background: linear-gradient(to right, rgb(208,191,201), transparent);
    bottom: 0;
    content: '';
    position: absolute;
    width: 80px;
}

.analysis-summary-786 .top-statistics-301 {
    position: relative;
    gap: 25px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    padding-left: 30px;
}

.analysis-summary-786 .success-statistics-125 {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    position: relative;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    padding: 25px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    align-items: center;
    border-radius: 10px;
}

.analysis-summary-786 .class-gains-429 svg {
    height: 40px;
    filter: drop-shadow(0 0 5px rgb(208,191,201,0.5));
    fill: rgb(208,191,201);
    width: 40px;
}

.analysis-summary-786 .success-statistics-125 span {
    font-weight: 700;
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 5px;
    position: relative;
    display: block;
}



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

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



.analysis-summary-786 .success-statistics-125::before {
    border-top-right-radius: 10px;
    width: 40px;
    right: 0;
    top: 0;
    transition: opacity 0.3s ease;
    height: 40px;
    background: linear-gradient(135deg, transparent, rgb(208,191,201,0.5));
    position: absolute;
    opacity: 0;
    content: '';
}

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

.tyNote-693 {
    background: linear-gradient(135deg, rgb(233,225,230), rgb(233,225,230) 60%, rgb(173,152,164,0.5) 140%);
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
}

.tyNote-693::after {
    content: "";
    height: 60%;
    left: -5%;
    z-index: 1;
    position: absolute;
    bottom: -8%;
    background: linear-gradient(215deg, rgb(173,152,164,0.5) 15%, transparent 65%);
    transform: rotate(-10deg) skew(-5deg);
    animation: float 15s ease-in-out infinite alternate-reverse;
    opacity: 0.7;
    filter: blur(15px);
    width: 40%;
}

.tyNote-693 h2 {
    font-weight: 700;
    margin-bottom: 2rem;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    max-width: 90%;
    transform: translateY(0);
    font-family: Arial, sans-serif;
    line-height: 1.3;
    font-size: 32px;
    color: #000000;
}

.tyNote-693:hover h2 {
    transform: translateY(-5px);
}

.tyNote-693:hover h2::after {
    transform: scaleX(1.2);
}

.tyNote-693 .fast-guide-467::before {
    left: 0;
    top: 0;
    background: linear-gradient(90deg, rgb(208,191,201), rgb(173,152,164), rgb(208,191,201));
    width: 100%;
    animation: gradientMove 8s ease infinite;
    background-size: 200% 100%;
    position: absolute;
    height: 4px;
    content: "";
}

.tyNote-693 .fast-guide-467:hover {
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.08),
        0 8px 15px rgba(0, 0, 0, 0.03);
    transform: translateY(-5px) translateZ(0);
}

.tyNote-693 li {
    padding-left: 2rem;
    margin-bottom: 0.5rem;
    position: relative;
}

.tyNote-693 li:hover::before {
    transform: scale(1.1);
    background: rgb(173,152,164);
}

.tyNote-693 li span {
    color: #000000;
    font-family: Arial, sans-serif;
    display: block;
    transition: transform 0.3s ease;
    font-size: calc(18px * 1.05);
    line-height: 1.7;
}

.plan-array-981 {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.plan-array-981 .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 2;
}

.plan-array-981 .plan-matrix-735 {
    position: relative;
}

.plan-array-981 h2 {
    text-align: center;
    font-size: 32px;
    position: relative;
    transform: perspective(1000px) translateZ(20px);
    color: #ffffff;
    margin-bottom: 25px;
    font-weight: 700;
}

.plan-array-981 .price-view-308 {
    position: relative;
    color: rgb(255, 255, 255, 0.5);
    line-height: 1.6;
    text-align: center;
    max-width: 700px;
    margin: 0 auto 50px;
    font-size: calc(15px + 2px);
}

.plan-array-981 .pricing-list-705 li {
    perspective: 1000px;
    transition: transform 0.4s ease;
    transform-style: preserve-3d;
}

.plan-array-981 .learning-deals-456::before {
    height: 5px;
    transition: transform 0.3s ease;
    transform-origin: left;
    transform: scaleX(0.7);
    left: 0;
    width: 100%;
    top: 0;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(173,152,164), rgb(208,191,201));
}

.plan-array-981 .deal-grid-250 {
    position: relative;
    z-index: 1;
    height: 100%;
    padding: 30px 25px;
}

.plan-array-981 .learning-deals-456 h4 {
    margin-top: 0;
    transition: transform 0.3s ease;
    color: #ffffff;
    font-size: calc(20px - 2px);
    position: relative;
    margin-bottom: 20px;
}

.plan-array-981 .learning-deals-456 p {
    hyphens: auto;
    overflow-y: auto;
    padding-right: 10px;
    font-size: 15px;
    margin-bottom: 25px;
    line-height: 1.6;
    overflow-wrap: break-word;
    color: rgb(255, 255, 255, 0.5);
    word-break: normal;
    max-height: 250px;
}

.plan-array-981 .price-options-209::before {
    left: 10px;
    background: linear-gradient(90deg, transparent, rgb(173,152,164), transparent);
    height: 1px;
    position: absolute;
    right: 10px;
    bottom: -3px;
    content: "";
}

.plan-array-981 .learning-deals-456:hover {
    transform: translateY(-5px);
    box-shadow: 
    7px 7px 20px rgba(0, 0, 0, 0.3),
    -7px -7px 20px rgba(255, 255, 255, 0.07),
    inset 3px 3px 10px rgba(255, 255, 255, 0.05),
    inset -3px -3px 10px rgba(0, 0, 0, 0.1);
}

.plan-array-981 .learning-deals-456:hover .price-options-209 {
    box-shadow: 
    3px 3px 12px rgba(0, 0, 0, 0.15),
    -3px -3px 12px rgba(255, 255, 255, 0.07);
    transform: translateY(-3px) scale(1.03);
}


@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}


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



@media (min-width: 768px) {.our-mission-670 .textual-box-490 {
    padding: 4rem;
}.our-mission-670 ol li {
    padding-left: 0;
    column-count: 2;
}
}



@media (min-width: 992px) {.our-mission-670 .container {
    padding: 5rem 2rem;
}.our-mission-670 .textual-box-490 {
    padding: 5rem;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
}.our-mission-670 h5 {
    font-size: calc(18px * 1.2);
}.our-mission-670 .textual-box-490 > div:nth-child(2) p {
    font-size: calc(18px * 1.5);
}.our-mission-670 ol li {
    line-height: 1.9;
    font-size: calc(13px * 1.05);
}
}



@media (max-width: 767px) {.our-mission-670 {
    min-height: auto;
}.our-mission-670 .textual-box-490 {
    transform: perspective(1000px) rotateY(1deg);
    padding: 2.5rem 1.5rem;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
}.our-mission-670 h5 {
    font-size: calc(18px * 0.9);
}.our-mission-670 .textual-box-490 > div:nth-child(2) p {
    font-size: calc(18px * 1.1);
}.our-mission-670 ol li {
    font-size: calc(13px * 0.95);
    padding-left: 0;
    line-height: 1.7;
}
}



@media (min-width: 1400px) {header .head-main-317 {
    margin: 0 auto;
    max-width: 1320px;
}header .nav-mentor-729 {
    margin: 0 0.7rem;
}header .nav-mentor-729 a {
    padding: 0 1.5rem;
}
}



@media (max-width: 767px) {header {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 5px), 
            calc(100% - 5px) 100%, 
            5px 100%, 
            0 calc(100% - 5px)
        );
    padding: 0;
}header .head-main-317 {
    padding: 0.8rem 1.5rem;
}header .nav-learning-614 {
    padding: 0.5rem 0.8rem;
    clip-path: polygon(
            0 0,
            calc(100% - 5px) 0,
            100% 5px,
            100% 100%,
            5px 100%,
            0 calc(100% - 5px)
        );
}header .site-start-540 img {
    max-height: 35px;
}header .main-base-843 {
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    margin-top: 0.8rem;
    overflow-x: auto;
    padding-bottom: 0.5rem;
}header .main-base-843::-webkit-scrollbar {
    height: 3px;
}header .main-base-843::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}header .nav-mentor-729 {
    margin: 0 0.25rem;
    flex: 0 0 auto;
}header .nav-mentor-729 a {
    padding: 0 0.8rem;
    white-space: nowrap;
    height: 32px;
    font-size: calc(14px - 2px);
    clip-path: polygon(
            5px 0,
            calc(100% - 5px) 0,
            100% 5px,
            100% calc(100% - 5px),
            calc(100% - 5px) 100%,
            5px 100%,
            0 calc(100% - 5px),
            0 5px
        );
}header .nav-mentor-729::after {
    display: none;
}header::after {
    top: 10px;
    right: 10px;
    width: 5px;
    height: 5px;
}.head-pagebar-491 {
    margin-top: -5px;
}
}



@media (hover: hover) {.future-members-372 ul li:hover {
    --y: calc(100%);
    --x: calc(1100%);
}
}



@media screen and (min-width: 1200px) {.future-members-372 ul {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}}



@media (max-width: 992px) {.connect-with-us-063 .request-list-536 {
    margin: 60px 20px 0;
    grid-column: 1 / 13;
}.connect-with-us-063 form {
    padding: 50px 40px;
    width: 80%;
}
}



@media (max-width: 576px) {.connect-with-us-063 .request-list-536 {
    margin: 40px 15px 0;
}.connect-with-us-063 .request-list-536 h3 {
    font-size: calc(29px * 0.85);
    padding: 25px 20px;
}.connect-with-us-063 .inquiry-widget-568 {
    padding: 130px 15px 60px;
}.connect-with-us-063 form {
    padding: 30px 20px;
}.connect-with-us-063 form input[type="text"],
    .connect-with-us-063 form input[type="email"] {
    margin-bottom: 20px;
    padding: 15px;
}}



@media (min-width: 992px) {.leadership-experience-693 .container {
    padding: 0 3rem;
}.leadership-experience-693 .review-quotes-317 {
    grid-gap: 3rem;
    padding: 3.5rem;
    grid-template-columns: 260px 1fr 2.5fr;
}.leadership-experience-693 .product-image-709 {
    height: 300px;
    width: 260px;
}.leadership-experience-693 .name {
    font-size: calc(21px * 1.3);
    margin-bottom: 1rem;
}.leadership-experience-693 .review-quotes-317 > div:nth-child(2) > div {
    margin-bottom: 1.5rem;
    font-size: 18px;
}.leadership-experience-693 .work-list-501 {
    font-size: calc(18px * 1.1);
    line-height: 1.7;
}
}



@media (max-width: 767px) {.leadership-experience-693 .review-quotes-317 {
    transform: rotateY(0deg) translateZ(0);
    padding: 2rem;
}.leadership-experience-693 .product-image-709 {
    height: 180px;
    margin: 0 auto 1.5rem;
    width: 180px;
}.leadership-experience-693 .review-quotes-317 > div:first-child {
    justify-content: center;
    display: flex;
}.leadership-experience-693 .review-quotes-317 > div:nth-child(2) {
    text-align: center;
}.leadership-experience-693 .work-list-501 {
    padding-top: 1.5rem;
    padding-left: 0;
}.leadership-experience-693 .work-list-501::before {
    transform: translateX(-50%);
    height: 3px;
    width: 60px;
    top: 0;
    left: 50%;
}}



@media (max-width: 480px) {.title-opener-621 {
    padding: 3rem 1rem;
}.title-opener-621 .expert-zone-829 {
    height: 250px;
    padding: 1.5rem;
}}



@media (max-width: 991px) {.privacy-container-201 {
    padding: 3rem 1rem;
}.privacy-container-201 .container {
    padding: 1.5rem;
    transform: perspective(1000px) rotateY(0.2deg);
}.privacy-container-201 h1 {
    font-size: calc(38px * 0.9);
}.privacy-container-201 h2 {
    margin: 2rem 0 1rem;
    font-size: calc(35px * 0.9);
}.privacy-container-201 h3 {
    font-size: calc(35px * 0.8);
}.privacy-container-201 h4 {
    font-size: calc(35px * 0.7);
}
}



@media (max-width: 575px) {.privacy-container-201 {
    padding: 1.5rem 0.5rem;
}.privacy-container-201 .container {
    padding: 1rem;
}.privacy-container-201 h1 {
    margin-bottom: 1.25rem;
    font-size: calc(38px * 0.7);
}.privacy-container-201 h2 {
    font-size: calc(35px * 0.7);
    padding-left: 0.75rem;
}.privacy-container-201 h2::before {
    width: 3px;
}.privacy-container-201 h3 {
    padding-left: 1.25rem;
    font-size: calc(35px * 0.65);
}.privacy-container-201 h3::before {
    height: 8px;
    width: 8px;
}.privacy-container-201 h4 {
    padding-left: 1.5rem;
    font-size: calc(35px * 0.6);
}.privacy-container-201 p, .privacy-container-201 li, .privacy-container-201 span {
    font-size: calc(12px * 0.9);
    line-height: 1.5;
}.privacy-container-201 span {
    padding-left: 0.75rem;
}}



@media (min-width: 992px) {.course-structure-436 {
    padding: 8rem 0;
}.course-structure-436 h2 {
    font-size: calc(31px * 1.2);
}.course-structure-436 .career-class-390 {
    gap: 5rem;
}.course-structure-436 .product-image-709 {
    height: 500px;
}.course-structure-436 .textual-box-490 {
    padding: 3rem 4rem;
}.course-structure-436 .description {
    line-height: 1.8;
    max-height: 500px;
    font-size: calc(15px * 1.05);
}
}



@media (max-width: 480px) {.course-structure-436 {
    padding: 3rem 0;
}.course-structure-436 h2 {
    margin-bottom: 2rem;
    font-size: calc(31px * 0.8);
}.course-structure-436 h2::after {
    width: 60px;
    bottom: -10px;
}.course-structure-436 .product-image-709 {
    height: 200px;
}.course-structure-436 .textual-box-490 {
    padding: 1.25rem;
}.course-structure-436 .description {
    line-height: 1.5;
    margin-bottom: 1rem;
    max-height: 200px;
    font-size: calc(15px * 0.9);
}}



@media (max-width: 768px) {.volunteer-721 {
    padding: 3rem 0 1.5rem;
}.volunteer-721 .header-main-079 {
    gap: 1.5rem;
}.volunteer-721 .company_holder h3 {
    font-size: calc(35px - 2px);
}.access-help-785 {
    margin-top: 3rem;
}
}



@media (max-width: 420px) {.volunteer-721 .company_holder h3::after,
    .volunteer-721 .main-base-843 h5::after {
    width: 30px;
}.volunteer-721 .main-base-843 .header-main-079 a:hover {
    padding-left: 0.3rem;
}}



@media (max-width: 768px) {.program-assets-812 {
    padding: 50px 0;
}.program-assets-812 .product-image-709 {
    height: 250px;
}.program-assets-812 li {
    flex: 0 0 100%;
}
}



@media (max-width: 576px) {.program-assets-812 {
    padding: 40px 0;
}.program-assets-812 .fast-guide-467 {
    padding: 0;
}.program-assets-812 .product-image-709 {
    height: 200px;
}.program-assets-812 .textual-box-490 {
    padding: 25px 20px;
}.program-assets-812 h3 {
    font-size: calc(33px * 0.85);
}.program-assets-812 li {
    padding: 12px;
}.program-assets-812 li p {
    font-size: calc(14px * 0.9);
}.program-assets-812 svg {
    height: 18px;
    padding: 5px;
    width: 18px;
}}



@media screen and (max-width: 768px) {.analysis-summary-786 {
    padding: 60px 0;
}.analysis-summary-786 .study-gain-469 {
    font-size: calc(28px * 0.9);
    margin-bottom: 20px;
}.analysis-summary-786 .extra-gain-132 {
    font-size: calc(16px * 0.95);
}.analysis-summary-786 .top-statistics-301 {
    gap: 20px;
}.analysis-summary-786 .success-statistics-125 {
    padding: 20px;
}.analysis-summary-786 .success-statistics-125 span {
    font-size: calc(22px * 0.9);
}.analysis-summary-786 .success-statistics-125 p {
    font-size: calc(16px * 0.85);
}
}



@media (max-width: 992px) {.tyNote-693 {
    padding: 4rem 0;
}.tyNote-693 h2 {
    font-size: calc(32px * 0.9);
    max-width: 100%;
}.tyNote-693 .fast-guide-467 {
    padding: 2rem;
}
}



@media (max-width: 768px) {.tyNote-693 {
    padding: 3.5rem 0;
}.tyNote-693 h2 {
    font-size: calc(32px * 0.8);
    margin-bottom: 1.5rem;
}.tyNote-693 h2::after {
    height: 3px;
    width: 60px;
}.tyNote-693 .fast-guide-467 {
    padding: 1.8rem;
}.tyNote-693 li {
    padding-left: 1.8rem;
}.tyNote-693 li span {
    font-size: 18px;
}
}



@media (max-width: 576px) {.tyNote-693 {
    padding: 3rem 0;
}.tyNote-693 h2 {
    font-size: calc(32px * 0.7);
    margin-bottom: 1.2rem;
}.tyNote-693 h2::after {
    height: 3px;
    width: 50px;
}.tyNote-693 .fast-guide-467 {
    margin-top: 0.5rem;
    padding: 1.5rem;
}.tyNote-693 li {
    padding-left: 1.5rem;
}.tyNote-693 li::before {
    width: 8px;
    height: 8px;
    top: 0.4rem;
}.tyNote-693 li span {
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}}



@media (max-width: 480px) {.plan-array-981 {
    padding: 50px 0;
}.plan-array-981 h2 {
    font-size: calc(32px - 8px);
}.plan-array-981 .price-view-308 {
    font-size: calc(15px - 2px);
}.plan-array-981 .deal-grid-250 {
    padding: 25px 20px;
}.plan-array-981 .learning-deals-456 h4 {
    font-size: calc(20px - 2px);
}.plan-array-981 .price-options-209 {
    padding: 8px 15px;
    font-size: calc(20px - 2px);
}
}



@keyframes lineGrow {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}



@keyframes shiftBackground {
    0% {
        transform: rotate(-35deg) skewX(15deg) translateX(0) translateY(0);
    }
    100% {
        transform: rotate(-35deg) skewX(15deg) translateX(5%) translateY(-5%);
    }
}

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

@keyframes cornerDotsGlow {
    0% {
        opacity: 0.5;
        filter: blur(0px);
    }
    100% {
        opacity: 1;
        filter: blur(1px);
    }
}



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



@keyframes slideIn {
  from {
    transform: translateX(-30px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}



@keyframes lineExpand {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}



@keyframes slideInTitle {
    from {
        transform: translateX(-5px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}



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



@keyframes scaleVertical {
    from {
        transform: scaleY(0);
    }
    to {
        transform: scaleY(1);
    }
}

@keyframes moveBg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}

@keyframes float {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(20px, 10px);
    }
    100% {
        transform: translate(-10px, 20px);
    }
}



@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

