* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}a {
    text-decoration: none;
    color: inherit;
}.license-cta-A {
    flex: 0 0 auto;
}.container {
    width: 1278px;
    max-width: 100%;
    margin: auto;
}.viewport-container-N {
    height: 100%;
    flex-direction: column;
    display: flex;
    min-height: 100%;
}svg {
    height: 30px;
    width: 30px;
}.head-site-U {
    flex: 1 0 auto;
}html,body {
    font-family: Arial, sans-serif;
    min-height: 100%;
    height: 100%;
    scroll-behavior: auto;
    color: #000000;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.mentorship-profile-o {
    position: relative;
    overflow: hidden;
    background: rgb(166,207,223);
    perspective: 1000px;
    padding: 5rem 2rem;
}.mentorship-profile-o::before {
    content: "";
    opacity: 0.4;
    z-index: 1;
    width: 100%;
    top: 0;
    left: 0;
    filter: blur(60px);
    background: conic-gradient(
        from 45deg at 50% 50%,
        rgb(111,140,162,0.5) 0deg,
        rgb(138,172,192,0.5) 90deg,
        rgb(166,207,223) 180deg,
        rgb(138,172,192,0.5) 270deg,
        rgb(111,140,162,0.5) 360deg
    );
    position: absolute;
    height: 100%;
}.mentorship-profile-o .review-spot-E {
    position: relative;
    z-index: 2;
    transform-style: preserve-3d;
    gap: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}.mentorship-profile-o .thumbnail-q {
    transform: rotateY(10deg) translateZ(50px);
    width: 40%;
    border-radius: 10px;
    position: relative;
    box-shadow: -20px 20px 30px -10px rgba(0, 0, 0, 0.5);
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    filter: saturate(0.8);
    height: 400px;
}.mentorship-profile-o .thumbnail-q::after {
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgb(138,172,192,0.5) 100%
    );
    height: 100%;
    content: "";
    border-radius: 10px;
    position: absolute;
    opacity: 0.4;
    width: 100%;
    transition: opacity 0.6s ease;
    left: 0;
    top: 0;
}.mentorship-profile-o .thumbnail-q:hover {
    box-shadow: -30px 30px 50px -10px rgba(0, 0, 0, 0.5);
    filter: saturate(1.2);
    transform: rotateY(0deg) translateZ(70px) scale(1.05);
}.mentorship-profile-o .thumbnail-q:hover::after {
    opacity: 0;
}.mentorship-profile-o .emp-details-u {
    border-radius: 10px;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: rotateY(-5deg) translateZ(30px);
    padding: 2.5rem;
    width: 60%;
    box-shadow: 20px 20px 30px -10px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    overflow: hidden;
    position: relative;
}.mentorship-profile-o .emp-details-u::before {
    transition: transform 0.8s ease;
    height: 200%;
    left: -50%;
    content: "";
    background: radial-gradient(
        circle at center,
        rgb(111,140,162,0.5) 0%,
        transparent 70%
    );
    opacity: 0.1;
    width: 200%;
    position: absolute;
    top: -50%;
    transform: scale(0);
}.mentorship-profile-o .emp-details-u:hover {
    transform: rotateY(0deg) translateZ(50px);
    box-shadow: 30px 30px 50px -10px rgba(0, 0, 0, 0.5);
}.mentorship-profile-o .emp-details-u:hover::before {
    transform: scale(1);
}.mentorship-profile-o .name {
    margin-bottom: 0.5rem;
    display: inline-block;
    position: relative;
    color: rgb(138,172,192);
    font-size: 37px;
    font-weight: 700;
}.mentorship-profile-o .name::after {
    content: "";
    left: 0;
    height: 3px;
    transition: width 0.4s ease-in-out;
    background: rgb(111,140,162);
    position: absolute;
    width: 0;
    bottom: -5px;
}.mentorship-profile-o .emp-details-u:hover .name::after {
    width: 100%;
}.mentorship-profile-o .emp-details-u > div:nth-child(2) {
    color: rgb(111,140,162);
    font-weight: 600;
    opacity: 0.9;
    font-size: 18px;
    margin-bottom: 2rem;
    letter-spacing: 1px;
}.mentorship-profile-o .past-work-g {
    line-height: 1.7;
    position: relative;
    font-size: 13px;
    font-weight: 400;
    padding-left: 2rem;
    border-left: 3px solid rgb(138,172,192,0.5);
    color: #000000;
    font-style: italic;
}.mentorship-profile-o .past-work-g::before {
    font-family: serif;
    font-size: 5rem;
    position: absolute;
    color: rgb(111,140,162,0.5);
    opacity: 0.3;
    left: -10px;
    content: "";
    top: -20px;
}@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(138,172,192,0.5);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.mentorship-profile-o .thumbnail-q:hover {
    animation: pulse 1.5s infinite;
}

@media (max-width: 992px) {.mentorship-profile-o .review-spot-E {
    flex-direction: column;
}.mentorship-profile-o .thumbnail-q,
    .mentorship-profile-o .emp-details-u {
    transform: none;
    width: 100%;
}.mentorship-profile-o .thumbnail-q {
    margin-bottom: 2rem;
    height: 300px;
}.mentorship-profile-o .thumbnail-q:hover,
    .mentorship-profile-o .emp-details-u:hover {
    transform: translateY(-10px);
}}.cookie-message-window-U {
    position: fixed;
    background-color: rgb(166,207,223);
    animation: fadeInUp 0.5s ease-out;
    padding: 20px 0;
    width: 100%;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    bottom: 0;
    border-top: 1px solid rgb(138,172,192);
}.cookie-message-window-U .digital-cookies-P {
    transform-origin: center;
    margin-right: 20px;
    animation: logoScale 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    flex-shrink: 0;
}.cookie-message-window-U .digital-cookies-P svg {
    width: 60px;
    height: 60px;
    fill: rgb(138,172,192);
}@keyframes logoScale {
    0% {
        transform: scale(0);
    }
    80% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
.cookie-message-window-U .track-ack-S {
    flex-grow: 1;
}.cookie-message-window-U .track-ack-S h5 {
    font-size: 23px;
    margin-bottom: 6px;
    color: rgb(138,172,192);
}.cookie-message-window-U .track-ack-S p {
    font-size: 15px;
    color: #000000;
    margin: 0;
    line-height: 1.5;
}.cookie-message-window-U .cookie-gate-y {
    margin-right: 15px;
    transition: transform 0.3s, box-shadow 0.3s;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    padding: 10px 20px;
    margin-top: 20px;
    background-color: rgb(138,172,192);
    display: inline-block;
    font-size: 19px;
}.cookie-message-window-U .cookie-gate-y:hover {
    transform: translateY(-3px);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}.cookie-message-window-U .cookie-gate-y:active {
    transform: translateY(1px);
    box-shadow: none;
}
@media (max-width: 768px) {.cookie-message-window-U .digital-cookies-P {
    margin-right: 0;
    margin-bottom: 15px;
}.cookie-message-window-U .cookie-gate-y {
    text-align: center;
    width: 48%;
    margin-left: 0;
}}
#dataConsentBanner-3 {
    display: none;
}#dataConsentBanner-3:checked ~ .cookie-message-window-U {
    visibility: hidden;
    opacity: 0;
}.pricing-plan-card-z {
    background-color: rgb(166,207,223);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.pricing-plan-card-z::before {
    position: absolute;
    background: linear-gradient(135deg, 
        rgba(var(--secondary-color-rgb), 0.03) 0%,
        rgba(var(--secondary-color-rgb), 0.01) 40%, 
        rgba(var(--primary-color-rgb), 0.02) 60%, 
        rgba(var(--primary-color-rgb), 0.05) 100%);
    height: 120%;
    transform: rotate(-3deg);
    z-index: 0;
    content: "";
    left: -5%;
    width: 110%;
    top: -10%;
}.pricing-plan-card-z .container {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
}.pricing-plan-card-z .study-pricing-y {
    flex-direction: column;
    display: flex;
}.pricing-plan-card-z .plan-pricing-c {
    text-align: center;
    margin-bottom: 50px;
    order: 1;
    position: relative;
}.pricing-plan-card-z .plan-pricing-c h2 {
    transform: translateY(0);
    -webkit-text-fill-color: transparent;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-size: 38px;
    color: #000000;
    background: linear-gradient(120deg, rgb(111,140,162), rgb(138,172,192));
    font-weight: 700;
    margin-bottom: 15px;
    -webkit-background-clip: text !important;
}.pricing-plan-card-z .plan-pricing-c:hover h2 {
    transform: translateY(-5px);
}.pricing-plan-card-z .learning-rates-r {
    color: #000000;
    margin: 0 auto;
    position: relative;
    line-height: 1.6;
    font-size: 18px;
    max-width: 700px;
}.pricing-plan-card-z .learning-rates-r::after {
    transform: translateX(-50%) scaleX(0.7);
    background: linear-gradient(90deg, rgb(111,140,162), rgb(138,172,192));
    position: absolute;
    height: 3px;
    bottom: -15px;
    content: "";
    transition: transform 0.5s ease;
    width: 100px;
    left: 50%;
}.pricing-plan-card-z .plan-pricing-c:hover .learning-rates-r::after {
    transform: translateX(-50%) scaleX(1);
}.pricing-plan-card-z .study-packages-L {
    width: 100%;
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    order: 2;
}.pricing-plan-card-z .learning-fees-z {
    transform-style: preserve-3d;
    z-index: 1;
    perspective: 1000px;
    border-radius: 22px;
    overflow: hidden;
    background-color: #ffffff;
    display: block;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), 
                box-shadow 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    text-decoration: none;
    position: relative;
}.pricing-plan-card-z .learning-fees-z::before {
    z-index: 2;
    transform-origin: left;
    left: 0;
    transform: scaleX(0.85);
    background: linear-gradient(90deg, rgb(111,140,162), rgb(138,172,192));
    content: "";
    top: 0;
    height: 5px;
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
}.pricing-plan-card-z .learning-fees-z:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(var(--secondary-color-rgb), 0.12);
}.pricing-plan-card-z .learning-fees-z:hover::before {
    transform: scaleX(1);
}.pricing-plan-card-z .package-deals-6 {
    flex-direction: column;
    height: 100%;
    display: flex;
}.pricing-plan-card-z .cost-levels-X {
    display: flex;
    z-index: 1;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    flex-grow: 1;
    padding: 30px;
}.pricing-plan-card-z .cost-levels-X::before {
    z-index: -1;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, 
        rgba(var(--white-color-rgb), 0.7) 0%, 
        rgba(var(--white-color-rgb), 1) 60%);
    content: "";
    left: 0;
}.pricing-plan-card-z .cost-levels-X h3 {
    position: relative;
    margin-bottom: 15px;
    font-size: calc(20px + 2px);
    color: #000000;
    font-weight: 700;
    transition: transform 0.4s ease;
}.pricing-plan-card-z .learning-fees-z:hover .cost-levels-X h3 {
    transform: translateX(5px);
}.pricing-plan-card-z .tuition-plans-O {
    font-weight: 700;
    font-size: calc(20px + 8px);
    padding: 5px 10px;
    display: inline-block;
    transition: transform 0.4s ease, color 0.4s ease;
    position: relative;
    color: rgb(138,172,192);
    margin-bottom: 20px;
}.pricing-plan-card-z .tuition-plans-O::before {
    transform-origin: left;
    bottom: 0;
    content: "";
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(90deg, rgb(111,140,162), rgb(138,172,192));
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    transform: scaleX(0.3);
}.pricing-plan-card-z .learning-fees-z:hover .tuition-plans-O {
    transform: translateY(-5px);
    color: rgb(111,140,162);
}.pricing-plan-card-z .learning-fees-z:hover .tuition-plans-O::before {
    transform: scaleX(1);
}.pricing-plan-card-z .cost-levels-X p {
    color: #000000;
    hyphens: auto;
    margin-bottom: 0;
    flex-grow: 1;
    overflow-wrap: break-word;
    font-size: 18px;
    max-width: 100%;
    word-wrap: break-word;
    line-height: 1.6;
}.pricing-plan-card-z .thumbnail-q {
    transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 200px;
}.pricing-plan-card-z .thumbnail-q::after {
    z-index: 1;
    position: absolute;
    width: 100%;
    content: "";
    top: 0;
    background: linear-gradient(0deg, 
        rgba(var(--dark-color-rgb), 0.4) 0%, 
        rgba(var(--dark-color-rgb), 0) 40%);
    left: 0;
    height: 100%;
}.pricing-plan-card-z .learning-fees-z:hover .thumbnail-q {
    transform: scale(1.05);
}

@media (min-width: 768px) {.pricing-plan-card-z .study-packages-L {
    grid-template-columns: repeat(2, 1fr);
}.pricing-plan-card-z .cost-levels-X {
    padding: 35px;
}.pricing-plan-card-z .thumbnail-q {
    height: 220px;
}
}

@media (min-width: 992px) {.pricing-plan-card-z .study-pricing-y {
    gap: 60px;
    flex-direction: row;
    align-items: center;
}.pricing-plan-card-z .plan-pricing-c {
    flex: 0 0 30%;
    text-align: left;
    order: 2;
    margin-bottom: 0;
}.pricing-plan-card-z .study-packages-L {
    order: 1;
    grid-template-columns: repeat(2, 1fr);
    flex: 0 0 65%;
}.pricing-plan-card-z .learning-rates-r::after {
    transform: translateX(0) scaleX(0.7);
    left: 0;
}.pricing-plan-card-z .plan-pricing-c:hover .learning-rates-r::after {
    transform: translateX(0) scaleX(1);
}
}

@media (min-width: 1200px) {.pricing-plan-card-z {
    padding: 150px 0;
}.pricing-plan-card-z .study-packages-L {
    gap: 40px;
}.pricing-plan-card-z .learning-fees-z {
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), 
                    box-shadow 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}.pricing-plan-card-z .learning-fees-z:hover {
    transform: translateY(-15px) scale(1.02);
}.pricing-plan-card-z .learning-fees-z:nth-child(even) {
    transform: translateY(15px);
}.pricing-plan-card-z .learning-fees-z:nth-child(even):hover {
    transform: translateY(0) scale(1.02);
}.pricing-plan-card-z .thumbnail-q {
    height: 250px;
}}.thanksArea-U {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(166,207,223) 0%, rgb(111,140,162,0.5) 100%);
    padding: 120px 0;
}.thanksArea-U::before {
    width: 100%;
    top: 0;
    content: "";
    background: 
    radial-gradient(circle at 10% 20%, rgb(138,172,192,0.5) 5%, transparent 60%),
    radial-gradient(circle at 90% 80%, rgb(111,140,162,0.5) 10%, transparent 50%);
    z-index: 1;
    left: 0;
    opacity: 0.4;
    pointer-events: none;
    height: 100%;
    position: absolute;
}.thanksArea-U::after {
    transform: rotate(-15deg);
    filter: blur(80px);
    top: -50%;
    right: -50%;
    width: 90%;
    opacity: 0.08;
    content: "";
    pointer-events: none;
    height: 90%;
    background: rgb(255, 255, 255, 0.5);
    position: absolute;
    z-index: 1;
}.thanksArea-U .container {
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.thanksArea-U .learn-study-q {
    border-left: 4px solid rgb(138,172,192);
    position: relative;
    background: #ffffff;
    backdrop-filter: blur(10px);
    animation: slideIn 0.8s cubic-bezier(0.17, 0.67, 0.45, 1.09) forwards;
    padding: 60px 50px;
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
              0 5px 12px rgba(0, 0, 0, 0.05);
}.thanksArea-U .learn-study-q::before {
    content: "";
    transition: transform 0.5s ease;
    right: 20px;
    border: 1px solid rgb(111,140,162,0.5);
    bottom: 20px;
    position: absolute;
    transform: scale(0.97);
    left: 20px;
    pointer-events: none;
    opacity: 0.2;
    top: 20px;
    border-radius: 10px;
}.thanksArea-U .learn-study-q:hover::before {
    transform: scale(1);
}.thanksArea-U .learn-study-q > div:first-child {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 25px;
}.thanksArea-U .learn-study-q > div:first-child::after {
    transform-origin: left center;
    width: 80px;
    background: linear-gradient(90deg, rgb(138,172,192) 0%, rgb(111,140,162) 100%);
    bottom: 0;
    animation: lineExpand 1s ease-out 0.3s forwards;
    content: "";
    left: 0;
    height: 3px;
    position: absolute;
}.thanksArea-U h5 {
    color: #000000;
    font-size: 23px;
    font-weight: 700;
    opacity: 0;
    transform: translateY(15px);
    animation: fadeUp 0.7s ease-out 0.2s forwards;
    line-height: 1.4;
    margin: 0;
}.thanksArea-U p {
    animation: fadeUp 0.7s ease-out 0.4s forwards;
    color: #000000;
    opacity: 0;
    line-height: 1.8;
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    transform: translateY(15px);
}.thanksArea-U a {
    transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.45, 1.09);
    color: inherit;
    position: relative;
    display: block;
    text-decoration: none;
}.thanksArea-U a:hover {
    transform: translateY(-5px);
}.thanksArea-U a::after {
    transition: transform 0.5s ease, opacity 0.5s ease;
    content: "";
    left: 0;
    bottom: -8px;
    transform-origin: left;
    width: 100%;
    opacity: 0;
    background: linear-gradient(90deg, rgb(138,172,192,0.5) 0%, transparent 100%);
    transform: scaleX(0.3);
    position: absolute;
    height: 1px;
}.thanksArea-U a:hover::after {
    opacity: 1;
    transform: scaleX(1);
}

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

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

@keyframes slideIn {
  0% {
    transform: perspective(1000px) translateY(50px) rotateX(8deg);
    opacity: 0;
  }
  100% {
    transform: perspective(1000px) translateY(0) rotateX(2deg);
    opacity: 1;
  }
}

@media (max-width: 992px) {.thanksArea-U {
    padding: 80px 0;
}.thanksArea-U .learn-study-q {
    padding: 50px 40px;
}.thanksArea-U h5 {
    font-size: calc(23px - 2px);
}
}

@media (max-width: 768px) {.thanksArea-U {
    padding: 60px 0;
}.thanksArea-U .learn-study-q {
    padding: 40px 30px;
    transform: perspective(1000px) rotateX(1deg);
}.thanksArea-U .learn-study-q::before {
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
}.thanksArea-U .learn-study-q > div:first-child {
    padding-bottom: 20px;
    margin-bottom: 25px;
}.thanksArea-U h5 {
    font-size: calc(23px - 4px);
}.thanksArea-U p {
    font-size: calc(12px - 1px);
    line-height: 1.7;
}
}

@media (max-width: 576px) {.thanksArea-U {
    padding: 50px 0;
}.thanksArea-U .learn-study-q {
    transform: none;
    padding: 30px 20px;
    border-left: 3px solid rgb(138,172,192);
}.thanksArea-U .learn-study-q::before {
    display: none;
}.thanksArea-U .learn-study-q > div:first-child {
    padding-bottom: 15px;
    margin-bottom: 20px;
}.thanksArea-U .learn-study-q > div:first-child::after {
    width: 60px;
    height: 2px;
}.thanksArea-U h5 {
    font-size: calc(23px - 6px);
}.thanksArea-U p {
    line-height: 1.6;
    font-size: calc(12px - 2px);
}}.privacy-space-D {
    padding: 40px;
    background-color: rgb(166,207,223);
    font-family: Arial, sans-serif;
    color: #000000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}.privacy-space-D h1 {
    padding-bottom: 10px;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 40px;
    color: rgb(138,172,192);
    border-bottom: 2px solid rgb(138,172,192);
}.privacy-space-D h2 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 29px;
    color: rgb(111,140,162);
}.privacy-space-D h3, .privacy-space-D h4, .privacy-space-D h5, .privacy-space-D h6 {
    margin: 10px 0;
}.privacy-space-D ul {
    list-style: none;
    margin-left: 20px;
    padding-left: 20px;
    color: #000000;
}.privacy-space-D li {
    margin-bottom: 10px;
    position: relative;
    font-size: 13px;
}.privacy-space-D li::before {
    left: -20px;
    position: absolute;
    font-weight: 700;
    color: rgb(138,172,192);
    content: '→';
}.privacy-space-D div {
    margin-bottom: 20px;
}.privacy-space-D p {
    color: #000000;
    font-size: 13px;
    line-height: 1.6;
}.privacy-space-D span {
    padding: 2px 5px;
    background-color: rgb(138,172,192,0.5);
    border-radius: 10px;
}.privacy-space-D a {
    text-decoration: none;
    transition: color 0.3s;
    font-weight: 600;
    color: rgb(138,172,192);
}.privacy-space-D a:hover {
    color: rgb(111,140,162);
}
@media only screen and (max-width: 800px) {.privacy-space-D {
    padding: 20px;
}.privacy-space-D h1 {
    font-size: calc(19px * 0.8);
}.privacy-space-D h2 {
    font-size: calc(19px * 0.8);
}.privacy-space-D ul {
    padding-left: 10px;
    margin-left: 10px;
}.privacy-space-D li::before {
    left: -15px;
}.privacy-space-D p {
    font-size: calc(13px * 0.9);
}}.course-highlights-u {
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(166,207,223) 0%, rgb(138,172,192,0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
}.course-highlights-u::before {
    left: -5%;
    content: "";
    height: 120%;
    top: -10%;
    z-index: 1;
    background: repeating-linear-gradient(
        45deg,
        rgb(111,140,162,0.5) 0px,
        transparent 2px,
        transparent 10px,
        rgb(111,140,162,0.5) 12px
    );
    transform: rotate(-5deg);
    width: 120%;
    opacity: 0.05;
    position: absolute;
}.course-highlights-u .container {
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 2rem;
}.course-highlights-u .training-map-s {
    flex-direction: column;
    animation: fadeInUp 0.8s ease-out forwards;
    display: flex;
    gap: 3rem;
    transform-style: preserve-3d;
}@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.course-highlights-u .thumbnail-q {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    position: relative;
    transform: perspective(1000px) rotateX(2deg) rotateY(-3deg);
    transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
    border: none;
    height: 350px;
    z-index: 3;
    mask-image: linear-gradient(to bottom right, 
        transparent 0%, 
        black 2%, 
        black 98%, 
        transparent 100%);
}.course-highlights-u .thumbnail-q:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(10px);
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.3);
}.course-highlights-u .thumbnail-q::after {
    position: absolute;
    background: linear-gradient(
        to bottom,
        transparent 70%,
        rgb(138,172,192,0.5) 100%
    );
    inset: 0;
    z-index: 2;
    transition: opacity 0.3s ease;
    opacity: 0.6;
    content: "";
}.course-highlights-u .thumbnail-q:hover::after {
    opacity: 0.4;
}.course-highlights-u .word-box-U {
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
    position: relative;
    background: #ffffff;
    padding: 2.5rem;
    border-left: 4px solid rgb(138,172,192);
    backdrop-filter: blur(8px);
    transform: translateZ(20px);
}.course-highlights-u .word-box-U::before {
    background: rgb(138,172,192);
    left: 20px;
    top: -20px;
    width: 40px;
    position: absolute;
    content: "";
    z-index: -1;
    transform: rotate(45deg);
    height: 40px;
}.course-highlights-u h3 {
    font-weight: 700;
    font-size: calc(19px * 1.2);
    position: relative;
    color: #000000;
    margin-bottom: 1.5rem;
    display: inline-block;
}.course-highlights-u h3::after {
    background: linear-gradient(90deg, rgb(138,172,192) 0%, transparent 100%);
    transform-origin: left;
    bottom: -8px;
    left: 0;
    width: 60%;
    transition: transform 0.3s ease;
    content: "";
    height: 3px;
    position: absolute;
}.course-highlights-u .word-box-U:hover h3::after {
    transform: scaleX(1.2);
}.course-highlights-u .description {
    font-family: Arial, sans-serif;
    color: #000000;
    position: relative;
    margin-bottom: 1.5rem;
    font-size: 18px;
    line-height: 1.7;
}.course-highlights-u p.description {
    display: block;
}.course-highlights-u span.description {
    display: none;
}.course-highlights-u .description::first-letter {
    margin-right: 8px;
    float: left;
    font-weight: 700;
    font-size: 1.5em;
    line-height: 1;
    padding: 6px;
    color: rgb(138,172,192);
    background: rgb(138,172,192,0.5);
}

@media screen and (min-width: 768px) {.course-highlights-u .training-map-s {
    align-items: center;
    gap: 4rem;
    flex-direction: row;
}.course-highlights-u .thumbnail-q {
    transform: perspective(1000px) rotateX(2deg) rotateY(-5deg);
    height: 450px;
    flex: 1;
}.course-highlights-u .word-box-U {
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    flex: 1.2;
    transform: perspective(1000px) rotateX(-1deg) rotateY(2deg) translateZ(30px);
}.course-highlights-u .word-box-U:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(40px);
}.course-highlights-u h3 {
    font-size: 35px;
}
}

@media screen and (min-width: 992px) {.course-highlights-u {
    padding: 8rem 0;
}.course-highlights-u .thumbnail-q {
    flex: 1.2;
    height: 550px;
}.course-highlights-u .word-box-U {
    padding: 3rem;
    flex: 1;
}.course-highlights-u h3 {
    margin-bottom: 2rem;
}.course-highlights-u .description {
    line-height: 1.8;
    font-size: calc(18px * 1.05);
}
}

@media screen and (max-width: 767px) {.course-highlights-u {
    padding: 3rem 0;
}.course-highlights-u .container {
    padding: 0 1.5rem;
}.course-highlights-u .thumbnail-q {
    height: 250px;
    margin-bottom: -20px;
}.course-highlights-u .word-box-U {
    z-index: 4;
    padding: 1.8rem;
    transform: translateY(-30px);
}.course-highlights-u h3 {
    font-size: calc(22px * 1.2);
    margin-bottom: 1rem;
}.course-highlights-u .description {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}
}

@media (hover: hover) {.course-highlights-u .thumbnail-q::before {
    transition: opacity 0.5s ease;
    content: "";
    background: linear-gradient(
            45deg,
            rgb(138,172,192,0.5) 0%,
            transparent 50%,
            rgb(111,140,162,0.5) 100%
        );
    opacity: 0;
    z-index: 2;
    position: absolute;
    inset: 0;
}.course-highlights-u .thumbnail-q:hover::before {
    opacity: 0.2;
}}.reach-out-i {
    background: linear-gradient(120deg, rgb(166,207,223), rgba(rgb(138,172,192), 0.03));
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}.reach-out-i::before {
    content: "";
    height: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(138,172,192), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(111,140,162), 0.05) 0%, transparent 50%);
}.reach-out-i::after {
    animation: backgroundShift 30s linear infinite;
    height: 100%;
    left: 0;
    background-position: center center;
    width: 100%;
    background-size: 30px 30px, 30px 30px, 600px 600px, 400px 400px, 300px 300px;
    position: absolute;
    content: "";
    z-index: 1;
    background-image: 
        linear-gradient(90deg, rgba(rgb(138,172,192), 0.03) 1px, transparent 1px),
        linear-gradient(rgba(rgb(138,172,192), 0.03) 1px, transparent 1px),
        radial-gradient(circle at 50% 50%, rgba(rgb(111,140,162), 0.05) 0%, transparent 25%),
        radial-gradient(circle at 80% 20%, rgba(rgb(138,172,192), 0.04) 0%, transparent 30%),
        radial-gradient(circle at 20% 80%, rgba(rgb(111,140,162), 0.04) 0%, transparent 30%);
    top: 0;
}@keyframes backgroundShift {
    0% {
        background-position: 0px 0px, 0px 0px, center center, 80% 20%, 20% 80%;
    }
    100% {
        background-position: 30px 30px, 30px 30px, center center, 85% 15%, 15% 85%;
    }
}

.reach-out-i .container {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1200px;
}.reach-out-i h2 {
    margin-bottom: 15px;
    letter-spacing: 1px;
    perspective: 1000px;
    position: relative;
    font-weight: 700;
    left: 50%;
    display: inline-block;
    font-size: 28px;
    color: #000000;
    text-align: center;
    transform: translateX(-50%);
}.reach-out-i h2::before {
    height: 2px;
    position: absolute;
    content: "";
    bottom: -10px;
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(138,172,192), transparent);
    width: 100%;
}.reach-out-i .message-reach-X {
    transform-style: preserve-3d;
    background: #ffffff;
    position: relative;
    display: flex;
    overflow: hidden;
    perspective: 1000px;
    border-radius: 16px;
    margin-top: 60px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}.reach-out-i .message-reach-X::before {
    top: 0;
    position: absolute;
    width: 100%;
    content: "";
    left: 0;
    height: 5px;
    background: linear-gradient(90deg, rgb(138,172,192), rgb(111,140,162));
    z-index: 3;
}.reach-out-i .thumbnail-q {
    overflow: hidden;
    position: relative;
    min-height: 500px;
    transform: translateZ(0);
    flex: 0 0 45%;
}.reach-out-i .thumbnail-q::before {
    inset: 0;
    z-index: 1;
    background: linear-gradient(210deg, rgba(rgb(138,172,192), 0.5), rgba(rgb(111,140,162), 0.5));
    position: absolute;
    content: "";
    mix-blend-mode: multiply;
}.reach-out-i .thumbnail-q::after {
    z-index: 2;
    content: "";
    position: absolute;
    width: 300%;
    top: -100%;
    left: -100%;
    background: linear-gradient(45deg, transparent 45%, rgba(255, 255, 255, 0.1) 50%, transparent 55%);
    height: 300%;
    animation: shine 6s infinite ease-in-out;
}@keyframes shine {
    0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
    30%, 100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

.reach-out-i .query-section-d {
    flex: 0 0 55%;
    position: relative;
    backdrop-filter: blur(10px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.95));
    padding: 60px 50px;
}.reach-out-i .query-section-d::before {
    border-radius: 50%;
    z-index: 0;
    height: 500px;
    content: "";
    top: 0;
    position: absolute;
    right: 0;
    width: 500px;
    opacity: 0.5;
    background: 
        radial-gradient(circle, rgba(rgb(138,172,192), 0.03) 0%, transparent 70%);
}.reach-out-i form {
    z-index: 3;
    position: relative;
}.reach-out-i form h3 {
    font-size: 19px;
    position: relative;
    color: #000000;
    letter-spacing: 0.5px;
    margin-bottom: 35px;
    font-weight: 600;
}.reach-out-i form h3::after {
    bottom: -15px;
    background: rgb(138,172,192);
    position: absolute;
    left: 0;
    height: 2px;
    content: "";
    width: 30px;
}.reach-out-i form input[type="text"] {
    padding: 18px 25px;
    margin-bottom: 25px;
    background: rgba(rgb(166,207,223), 0.5);
    color: #000000;
    width: 100%;
    font-size: 14px;
    transition: all 0.3s ease;
    border: 1px solid rgba(rgb(138,172,192), 0.1);
    border-radius: 8px;
    backdrop-filter: blur(5px);
}.reach-out-i form input[type="text"]:focus {
    box-shadow: 0 0 0 4px rgba(rgb(138,172,192), 0.1);
    border-color: rgb(138,172,192);
    outline: none;
    background: rgba(#ffffff, 0.9);
}.reach-out-i form input[type="text"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(#000000, 0.5);
}.reach-out-i form input[type="text"]:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.7;
}.reach-out-i .inquiry-inquiry-F {
    position: relative;
    margin-bottom: 30px;
    display: flex;
}.reach-out-i .inquiry-inquiry-F input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.reach-out-i .inquiry-inquiry-F label {
    padding-left: 35px;
    cursor: pointer;
    font-size: 15px;
    position: relative;
    color: #000000;
    line-height: 1.5;
}.reach-out-i .inquiry-inquiry-F label::before {
    border-radius: 4px;
    height: 22px;
    content: "";
    background: rgba(#ffffff, 0.6);
    top: 0;
    left: 0;
    width: 22px;
    transition: all 0.3s ease;
    position: absolute;
    border: 1px solid rgba(rgb(138,172,192), 0.3);
}.reach-out-i .inquiry-inquiry-F input[type="checkbox"]:checked + label::before {
    background: rgb(138,172,192);
    border-color: rgb(138,172,192);
}.reach-out-i .inquiry-inquiry-F input[type="checkbox"]:checked + label::after {
    border: solid #ffffff;
    transform: rotate(45deg);
    width: 6px;
    position: absolute;
    border-width: 0 2px 2px 0;
    content: "";
    left: 8px;
    height: 12px;
    top: 4px;
}.reach-out-i .inquiry-inquiry-F label a {
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
    font-weight: 600;
    color: rgb(138,172,192);
}.reach-out-i .inquiry-inquiry-F label a::after {
    height: 1px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -2px;
    content: "";
    transition: transform 0.3s ease;
    transform: scaleX(0);
    background: rgb(138,172,192);
    transform-origin: right;
}.reach-out-i .inquiry-inquiry-F label a:hover {
    color: rgb(111,140,162);
}.reach-out-i .inquiry-inquiry-F label a:hover::after {
    background: rgb(111,140,162);
    transform-origin: left;
    transform: scaleX(1);
}.reach-out-i .query-list-E {
    border: none;
    overflow: hidden;
    letter-spacing: 0.5px;
    background: rgb(138,172,192);
    position: relative;
    transition: all 0.3s ease;
    padding: 16px 40px;
    border-radius: 8px;
    z-index: 1;
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
    font-size: 18px;
}.reach-out-i .query-list-E::before {
    background: linear-gradient(45deg, rgb(138,172,192), rgb(111,140,162));
    top: 0;
    content: "";
    position: absolute;
    height: 100%;
    transition: opacity 0.3s ease;
    width: 100%;
    opacity: 0;
    z-index: -1;
    left: 0;
}.reach-out-i .query-list-E:hover::before {
    opacity: 1;
}.reach-out-i .query-list-E::after {
    content: "";
    background: rgba(255, 255, 255, 0.3);
    width: 50px;
    transition: all 0.5s ease;
    transform: scale(0);
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: -50%;
    left: -10px;
    z-index: -1;
}.reach-out-i .query-list-E:hover::after {
    opacity: 0;
    transform: scale(4);
}.reach-out-i svg {
    stroke-width: 2;
    width: 22px;
    height: 22px;
    transition: all 0.3s ease;
    stroke: rgb(138,172,192);
    fill: none;
    filter: drop-shadow(0 2px 2px rgba(rgb(138,172,192), 0.3));
}.reach-out-i svg path {
    stroke: rgb(138,172,192);
    stroke-width: 2;
    transition: all 0.3s ease;
}.reach-out-i svg:hover,
.reach-out-i svg:hover path {
    stroke: rgb(111,140,162);
    transform: translateY(-2px);
}.reach-out-i form input {
    border: 1px solid rgb(138,172,192);
}

@media (max-width: 1024px) {.reach-out-i {
    padding: 80px 0;
}.reach-out-i .message-reach-X {
    margin-top: 50px;
}.reach-out-i .thumbnail-q {
    min-height: 450px;
}.reach-out-i .query-section-d {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.reach-out-i {
    padding: 60px 0;
}.reach-out-i .message-reach-X {
    margin-top: 40px;
    flex-direction: column;
}.reach-out-i .thumbnail-q {
    width: 100%;
    min-height: 300px;
}.reach-out-i .query-section-d {
    padding: 40px 30px;
    width: 100%;
}.reach-out-i form h3 {
    margin-bottom: 30px;
}.reach-out-i form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.reach-out-i .inquiry-inquiry-F {
    margin-bottom: 25px;
}.reach-out-i .query-list-E {
    padding: 14px 30px;
    width: 100%;
}
}

@media (max-width: 480px) {.reach-out-i {
    padding: 50px 0;
}.reach-out-i h2 {
    font-size: calc(28px * 0.85);
}.reach-out-i .message-reach-X {
    border-radius: 12px;
    margin-top: 30px;
}.reach-out-i .thumbnail-q {
    min-height: 220px;
}.reach-out-i .query-section-d {
    padding: 30px 20px;
}.reach-out-i form h3 {
    font-size: calc(19px * 0.9);
    margin-bottom: 25px;
}.reach-out-i form input[type="text"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.reach-out-i .inquiry-inquiry-F {
    margin-bottom: 20px;
}.reach-out-i .inquiry-inquiry-F label {
    font-size: calc(15px * 0.9);
}.reach-out-i .query-list-E {
    padding: 12px 20px;
}}.welcome-4 {
    align-items: center;
    padding: 2rem;
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    width: 100%;
    display: flex;
    justify-content: center;
}.welcome-4::before {
    right: 0;
    top: 0;
    left: 0;
    z-index: 1;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.8) 0%, 
    rgba(0, 0, 0, 0.6) 50%, 
    rgba(0, 0, 0, 0.4) 100%);
    bottom: 0;
}.welcome-4::after {
    animation: backgroundPulse 8s infinite alternate ease-in-out;
    z-index: 2;
    bottom: 0;
    content: "";
    left: 0;
    top: 0;
    opacity: 0.4;
    mix-blend-mode: overlay;
    background: linear-gradient(to bottom, 
    rgb(138,172,192,0.5) 0%, 
    transparent 20%, 
    transparent 80%, 
    rgb(111,140,162,0.5) 100%);
    right: 0;
    position: absolute;
}.welcome-4 > div {
    display: flex;
    width: 100%;
    transform: translateY(-2vh);
    position: relative;
    flex-direction: column;
    z-index: 5;
    max-width: 1200px;
    gap: 3rem;
}.welcome-4 > div > div:first-child {
    padding-left: 4vw;
    position: relative;
}.welcome-4 > div > div:first-child::before {
    background: linear-gradient(to bottom, rgb(138,172,192), rgb(111,140,162));
    animation: lineReveal 1.2s 0.3s forwards cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    content: "";
    height: 120%;
    transform-origin: top;
    top: 50%;
    width: 8px;
    position: absolute;
    transform: translateY(-50%) scaleY(0);
}.welcome-4 .title_style_header {
    opacity: 0;
    transform: translateX(-20px);
    line-height: 1.2;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    margin: 0;
    font-weight: 700;
    animation: slideIn 1s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    letter-spacing: -0.02em;
    font-size: clamp(2.5rem, 5vw, 46px);
}.welcome-4 .page-home-U {
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.2),
    0 0 0 1px rgba(255, 255, 255, 0.05);
    grid-template-columns: 1fr;
    display: grid;
    transform: translateY(30px);
    opacity: 0;
    animation: floatIn 1.2s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    backdrop-filter: blur(12px);
    gap: 2rem;
    background: rgba(255, 255, 255, 0.08);
    padding: 2.5rem;
    border-left: 4px solid rgb(111,140,162);
}.welcome-4 .learning-experts-6 {
    position: relative;
}.welcome-4 .learning-experts-6 h3 {
    margin: 0 0 0.5rem;
    position: relative;
    font-size: clamp(1.2rem, 3vw, 24px);
    line-height: 1.4;
    padding-bottom: 1rem;
    font-weight: 600;
    color: #ffffff;
}.welcome-4 .learning-experts-6 h3::after {
    width: 0;
    left: 0;
    position: absolute;
    content: "";
    animation: lineGrow 1.5s 1.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    bottom: 0;
    background: linear-gradient(90deg, rgb(138,172,192), rgb(111,140,162));
    height: 3px;
}.welcome-4 .page-home-U div:last-child span {
    display: inline-block;
    position: relative;
    overflow: hidden;
}.welcome-4 .page-home-U p {
    opacity: 0;
    margin: 0;
    font-weight: 400;
    font-size: clamp(1rem, 2vw, 14px);
    color: #ffffff;
    position: relative;
    line-height: 1.5;
    animation: fadeIn 1s 1.5s forwards ease-out;
}.welcome-4 .page-home-U div:last-child span::before {
    position: absolute;
    transform: scaleX(1);
    top: 0;
    background: rgb(111,140,162);
    content: "";
    transform-origin: right;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    animation: revealText 1.2s 1.3s forwards cubic-bezier(0.19, 1, 0.22, 1);
}

@keyframes lineReveal {
  0% {
    transform: translateY(-50%) scaleY(0);
  }
  100% {
    transform: translateY(-50%) scaleY(1);
  }
}

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

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

@keyframes lineGrow {
  0% {
    width: 0;
  }
  100% {
    width: 80px;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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

@keyframes backgroundPulse {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.6;
  }
}

@media (min-width: 768px) {.welcome-4 > div {
    gap: 5rem;
}.welcome-4 .page-home-U {
    padding: 3rem;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
    align-items: center;
    grid-template-columns: 2fr 1fr;
}.welcome-4 > div > div:first-child {
    padding-left: 5vw;
}.welcome-4 > div > div:first-child::before {
    width: 12px;
}
}

@media (min-width: 992px) {.welcome-4 {
    padding: 0;
}.welcome-4 > div {
    max-width: 1400px;
}.welcome-4 .page-home-U {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    padding: 4rem;
}.welcome-4 .title_style_header {
    max-width: 80%;
}.welcome-4 .page-home-U div:last-child {
    padding-left: 2rem;
    position: relative;
}.welcome-4 .page-home-U div:last-child::before {
    content: "";
    transform: translateY(-50%);
    width: 3px;
    top: 50%;
    left: 0;
    height: 70%;
    position: absolute;
    background: rgb(138,172,192);
}
}

@media (min-width: 1200px) {.welcome-4 > div {
    transform: translateY(-5vh);
}.welcome-4 .page-home-U {
    grid-template-columns: 3fr 1fr;
}.welcome-4 > div > div:first-child::before {
    width: 15px;
}
}

@media (hover: hover) {.welcome-4 .page-home-U:hover {
    transform: translateY(-5px);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 
      0 25px 50px rgba(0, 0, 0, 0.25),
      0 0 0 1px rgba(255, 255, 255, 0.08);
}
}

@media (prefers-reduced-motion) {.welcome-4::after,
  .welcome-4 > div > div:first-child::before,
  .welcome-4 .title_style_header,
  .welcome-4 .page-home-U,
  .welcome-4 .learning-experts-6 h3::after,
  .welcome-4 .page-home-U p,
  .welcome-4 .page-home-U div:last-child span::before {
    opacity: 1;
    animation: none;
    transform: none;
}.welcome-4 .learning-experts-6 h3::after {
    width: 80px;
}}.about-this-P {
    padding: 120px 0 100px;
    isolation: isolate;
    overflow: hidden;
    background: rgb(166,207,223);
    position: relative;
}.about-this-P::before {
    position: absolute;
    left: 0;
    animation: backgroundMove 20s linear infinite;
    opacity: 0.3;
    background-size: 20px 20px;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.02) 50%, rgba(0, 0, 0, 0.02) 75%, transparent 75%, transparent);
    content: "";
    height: 100%;
    z-index: -1;
    top: 0;
    width: 100%;
}@keyframes backgroundMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

.about-this-P::after {
    left: 0;
    position: absolute;
    content: "";
    z-index: -1;
    background: linear-gradient(90deg, rgb(138,172,192,0.5) 0%, transparent 20%, transparent 80%, rgb(111,140,162,0.5) 100%);
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.15;
}.about-this-P .container {
    z-index: 1;
    position: relative;
}.about-this-P .learn-study-q {
    position: relative;
    display: flex;
    gap: 70px;
    flex-direction: column;
}.about-this-P h3 {
    display: inline-block;
    font-size: 35px;
    padding-left: 25px;
    color: #000000;
    font-weight: 700;
    position: relative;
    margin-bottom: 50px;
    letter-spacing: 1px;
}.about-this-P h3::before {
    top: 50%;
    content: "";
    width: 15px;
    position: absolute;
    animation: headerPulse 2s infinite;
    height: 3px;
    background: rgb(138,172,192);
    left: 0;
    transform: translateY(-50%);
}@keyframes headerPulse {
    0%, 100% {
        opacity: 1;
        width: 15px;
    }
    50% {
        opacity: 0.5;
        width: 10px;
    }
}

.about-this-P h3::after {
    content: "";
    background: linear-gradient(90deg, rgb(138,172,192) 0%, rgb(138,172,192,0.5) 50%, transparent 100%);
    height: 1px;
    bottom: -10px;
    left: 0;
    width: 100%;
    position: absolute;
}.about-this-P .knowledge-space-z {
    display: grid;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05),
                -20px -20px 60px rgba(255, 255, 255, 0.05);
    position: relative;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 25px;
    overflow: hidden;
    padding: 40px;
    backdrop-filter: blur(8px);
    grid-template-columns: 1.2fr 1fr;
    gap: 50px;
}.about-this-P .knowledge-space-z::before {
    content: "";
    z-index: -1;
    height: 200%;
    opacity: 0.1;
    position: absolute;
    top: -50%;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(0, 0, 0, 0.03) 10px,
        rgba(0, 0, 0, 0.03) 20px
    );
    transform-origin: center;
    animation: patternRotate 60s linear infinite;
    left: -50%;
    width: 200%;
}@keyframes patternRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.about-this-P .knowledge-space-z::after {
    background: radial-gradient(circle at top right, rgb(138,172,192,0.5) 0%, transparent 70%);
    height: 100%;
    left: 0;
    content: "";
    opacity: 0.15;
    top: 0;
    width: 100%;
    z-index: -1;
    position: absolute;
}.about-this-P .knowledge-space-z:hover {
    box-shadow: 25px 25px 70px rgba(0, 0, 0, 0.08),
                -25px -25px 70px rgba(255, 255, 255, 0.08);
    transform: translateY(-8px) scale(1.01);
}.about-this-P .knowledge-space-z span {
    letter-spacing: 0.5px;
    padding-left: 40px;
    display: block;
    position: relative;
    font-weight: 700;
    grid-column: 1 / 2;
    color: rgb(138,172,192);
    margin-bottom: 20px;
    font-size: 18px;
    grid-row: 1 / 2;
}.about-this-P .knowledge-space-z span::before {
    content: "";
    left: 0;
    top: 50%;
    width: 30px;
    height: 2px;
    transform: translateY(-50%);
    position: absolute;
    background: linear-gradient(90deg, rgb(138,172,192), rgb(111,140,162));
}.about-this-P .knowledge-space-z span::after {
    border-radius: 50%;
    width: 8px;
    left: 0;
    height: 8px;
    content: "";
    animation: pulseCircle 2.5s infinite;
    background: rgb(138,172,192);
    box-shadow: 0 0 0 2px rgb(138,172,192,0.5);
    transform: translateY(-50%) scale(0.8);
    top: 50%;
    position: absolute;
}@keyframes pulseCircle {
    0% {
        box-shadow: 0 0 0 0 rgb(138,172,192,0.5);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.about-this-P .knowledge-space-z p {
    padding-left: 20px;
    position: relative;
    grid-column: 1 / 2;
    line-height: 1.8;
    color: #000000;
    font-size: 16px;
    border-left: 2px solid rgb(138,172,192,0.5);
    grid-row: 2 / 3;
    margin-bottom: 0;
}.about-this-P .knowledge-space-z .thumbnail-q {
    height: 100%;
    overflow: hidden;
    clip-path: polygon(10% 0, 100% 0, 100% 90%, 90% 100%, 0 100%, 0 10%);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    min-height: 350px;
    width: 100%;
    grid-column: 2 / 3;
    position: relative;
    grid-row: 1 / 4;
    border-radius: calc(25px - 5px);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.about-this-P .knowledge-space-z .thumbnail-q::before {
    transition: opacity 0.4s ease;
    content: "";
    z-index: 1;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.4;
    left: 0;
    background: linear-gradient(
        135deg, 
        transparent 0%, 
        rgba(0, 0, 0, 0.5) 100%
    );
    position: absolute;
}.about-this-P .knowledge-space-z .thumbnail-q::after {
    z-index: 1;
    background: linear-gradient(
        to top, 
        #000000 0%, 
        transparent 100%
    );
    opacity: 0.5;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30%;
    content: "";
    position: absolute;
}.about-this-P .knowledge-space-z .thumbnail-q:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
    transform: scale(1.03) translateY(-5px);
}.about-this-P .knowledge-space-z .thumbnail-q:hover::before {
    opacity: 0.1;
}.about-this-P .mentor-network-6 {
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05),
                -20px -20px 60px rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.05);
    gap: 50px;
    overflow: hidden;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
    position: relative;
    border-radius: 25px;
    align-items: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    grid-template-columns: 1fr 1.2fr;
    backdrop-filter: blur(8px);
    padding: 40px;
    display: grid;
}.about-this-P .mentor-network-6::before {
    transform-origin: center;
    opacity: 0.1;
    top: -50%;
    content: "";
    z-index: -1;
    height: 200%;
    position: absolute;
    width: 200%;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgba(0, 0, 0, 0.03) 10px,
        rgba(0, 0, 0, 0.03) 20px
    );
    animation: patternRotate 60s linear infinite reverse;
    left: -50%;
}.about-this-P .mentor-network-6::after {
    left: 0;
    opacity: 0.15;
    z-index: -1;
    width: 100%;
    content: "";
    background: radial-gradient(circle at bottom left, rgb(111,140,162,0.5) 0%, transparent 70%);
    height: 100%;
    top: 0;
    position: absolute;
}.about-this-P .mentor-network-6:hover {
    box-shadow: 25px 25px 70px rgba(0, 0, 0, 0.08),
                -25px -25px 70px rgba(255, 255, 255, 0.08);
    transform: translateY(-8px) scale(1.01);
}.about-this-P .mentor-network-6 p {
    line-height: 1.8;
    color: #000000;
    background: rgba(255, 255, 255, 0.05);
    padding: 20px;
    position: relative;
    border-left: 2px solid rgb(111,140,162);
    border-radius: 0 10px 10px 0;
    font-size: 16px;
}.about-this-P .mentor-network-6 p::before {
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    background: rgb(111,140,162);
    animation: borderPulse 3s infinite;
    content: "";
    width: 3px;
}@keyframes borderPulse {
    0%, 100% {
        height: 100%;
    }
    50% {
        height: 70%;
    }
}

.about-this-P .mentor-network-6 .skill-pro-9 {
    overflow: hidden;
    position: relative;
    width: 100%;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: calc(25px - 5px);
    clip-path: polygon(0 0, 90% 0, 100% 10%, 100% 100%, 10% 100%, 0 90%);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    height: 430px;
}.about-this-P .mentor-network-6 .skill-pro-9::before {
    transition: opacity 0.4s ease;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(
        to bottom, 
        rgba(0, 0, 0, 0.5) 0%,
        transparent 40%,
        transparent 60%,
        rgba(0, 0, 0, 0.5) 100%
    );
    z-index: 1;
    content: "";
    width: 100%;
    position: absolute;
    opacity: 0.4;
}.about-this-P .mentor-network-6 .skill-pro-9::after {
    background: linear-gradient(
        to right, 
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    animation: directorShine 6s infinite;
    left: -150%;
    transform: skewX(-25deg);
    top: 0;
    height: 100%;
    z-index: 2;
    content: "";
    position: absolute;
    width: 60%;
}@keyframes directorShine {
    0% {
        left: -150%;
    }
    30%, 100% {
        left: 200%;
    }
}

.about-this-P .mentor-network-6 .skill-pro-9:hover {
    transform: scale(1.03) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}.about-this-P .mentor-network-6 .skill-pro-9:hover::before {
    opacity: 0.2;
}.about-this-P .container::before,
.about-this-P .container::after,
.about-this-P .learn-study-q::before,
.about-this-P .learn-study-q::after {
    filter: blur(30px);
    z-index: -1;
    position: absolute;
    opacity: 0.1;
    border-radius: 50%;
    content: "";
}.about-this-P .container::before {
    animation: floatBlob 15s ease-in-out infinite alternate;
    width: 150px;
    left: -50px;
    background: rgb(138,172,192);
    height: 150px;
    top: -50px;
}.about-this-P .container::after {
    width: 200px;
    animation: floatBlob 18s ease-in-out 2s infinite alternate-reverse;
    background: rgb(111,140,162);
    height: 200px;
    bottom: -100px;
    right: -80px;
}.about-this-P .learn-study-q::before {
    left: -80px;
    top: 30%;
    animation: floatBlob 12s ease-in-out 1s infinite alternate;
    height: 100px;
    background: rgb(138,172,192);
    width: 100px;
}.about-this-P .learn-study-q::after {
    bottom: 20%;
    animation: floatBlob 14s ease-in-out 3s infinite alternate-reverse;
    height: 120px;
    right: -60px;
    background: rgb(111,140,162);
    width: 120px;
}

@keyframes floatBlob {
    0% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(20px, -20px) scale(1.1);
    }
    100% {
        transform: translate(-20px, 20px) scale(0.9);
    }
}

@media screen and (max-width: 1199px) {.about-this-P {
    padding: 100px 0 80px;
}.about-this-P .learn-study-q {
    gap: 50px;
}.about-this-P h3 {
    font-size: calc(35px - 0.2rem);
    margin-bottom: 40px;
}.about-this-P .knowledge-space-z,
    .about-this-P .mentor-network-6 {
    gap: 40px;
    padding: 30px;
}.about-this-P .knowledge-space-z .thumbnail-q {
    min-height: 330px;
}.about-this-P .mentor-network-6 .skill-pro-9 {
    height: 380px;
}.about-this-P .container::before,
    .about-this-P .container::after,
    .about-this-P .learn-study-q::before,
    .about-this-P .learn-study-q::after {
    filter: blur(25px);
}
}

@media screen and (max-width: 991px) {.about-this-P {
    padding: 80px 0 60px;
}.about-this-P .learn-study-q {
    gap: 40px;
}.about-this-P h3 {
    font-size: calc(35px - 0.4rem);
    margin-bottom: 30px;
}.about-this-P .knowledge-space-z,
    .about-this-P .mentor-network-6 {
    padding: 25px;
    gap: 30px;
}.about-this-P .knowledge-space-z {
    grid-template-columns: 1fr 1fr;
}.about-this-P .mentor-network-6 {
    grid-template-columns: 1fr;
}.about-this-P .knowledge-space-z .thumbnail-q {
    min-height: 300px;
}.about-this-P .mentor-network-6 .skill-pro-9 {
    margin: 0 auto;
    height: 350px;
    max-width: 85%;
}.about-this-P .mentor-network-6 p {
    grid-row: 1 / 2;
}.about-this-P .mentor-network-6 .skill-pro-9 {
    grid-row: 2 / 3;
}.about-this-P .container::before,
    .about-this-P .container::after {
    height: 120px;
    width: 120px;
}.about-this-P .learn-study-q::before,
    .about-this-P .learn-study-q::after {
    width: 80px;
    height: 80px;
}
}

@media screen and (max-width: 767px) {.about-this-P {
    padding: 60px 0 40px;
}.about-this-P::before {
    background-size: 15px 15px;
}.about-this-P .learn-study-q {
    gap: 30px;
}.about-this-P h3 {
    margin-bottom: 25px;
    font-size: calc(35px - 0.6rem);
}.about-this-P .knowledge-space-z {
    gap: 25px;
    grid-template-columns: 1fr;
}.about-this-P .knowledge-space-z span {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
}.about-this-P .knowledge-space-z p {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
}.about-this-P .knowledge-space-z .thumbnail-q {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
    min-height: 280px;
}.about-this-P .mentor-network-6 {
    gap: 25px;
}.about-this-P .mentor-network-6 .skill-pro-9 {
    max-width: 100%;
    height: 320px;
}.about-this-P .knowledge-space-z span {
    font-size: calc(18px - 0.2rem);
}.about-this-P .knowledge-space-z p,
    .about-this-P .mentor-network-6 p {
    font-size: calc(16px - 0.1rem);
}.about-this-P .container::before,
    .about-this-P .container::after,
    .about-this-P .learn-study-q::before,
    .about-this-P .learn-study-q::after {
    filter: blur(20px);
}
}

@media screen and (max-width: 575px) {.about-this-P {
    padding: 50px 0 30px;
}.about-this-P::before {
    background-size: 10px 10px;
}.about-this-P .learn-study-q {
    gap: 25px;
}.about-this-P h3 {
    margin-bottom: 20px;
    padding-left: 20px;
    font-size: calc(35px - 0.8rem);
}.about-this-P h3::before {
    width: 12px;
}.about-this-P .knowledge-space-z,
    .about-this-P .mentor-network-6 {
    gap: 20px;
    padding: 20px;
}.about-this-P .knowledge-space-z span {
    padding-left: 35px;
    font-size: calc(18px - 0.3rem);
}.about-this-P .knowledge-space-z span::before {
    width: 25px;
}.about-this-P .knowledge-space-z .thumbnail-q {
    clip-path: polygon(5% 0, 100% 0, 100% 95%, 95% 100%, 0 100%, 0 5%);
    min-height: 250px;
}.about-this-P .mentor-network-6 .skill-pro-9 {
    clip-path: polygon(0 0, 95% 0, 100% 5%, 100% 100%, 5% 100%, 0 95%);
    height: 280px;
}.about-this-P .knowledge-space-z p,
    .about-this-P .mentor-network-6 p {
    line-height: 1.6;
    font-size: calc(16px - 0.2rem);
    padding: 15px;
}.about-this-P .container::before,
    .about-this-P .container::after,
    .about-this-P .learn-study-q::before,
    .about-this-P .learn-study-q::after {
    filter: blur(15px);
    opacity: 0.08;
}}.subscribe-to-newsletter-d {
    background: linear-gradient(135deg, rgb(138,172,192), rgb(138,172,192,0.5));
    z-index: 1;
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
}.subscribe-to-newsletter-d::before {
    position: absolute;
    top: -5%;
    content: "";
    left: -5%;
    background: 
        radial-gradient(
            circle at 20% 30%, 
            rgb(111,140,162,0.5) 0%, 
            transparent 25%
        ),
        radial-gradient(
            circle at 80% 70%, 
            rgb(111,140,162,0.5) 0%, 
            transparent 30%
        );
    transform: rotate(-3deg);
    z-index: -1;
    opacity: 0.15;
    height: 110%;
    width: 110%;
}.subscribe-to-newsletter-d .container {
    max-width: 1200px;
    width: 90%;
    position: relative;
    margin: 0 auto;
}.subscribe-to-newsletter-d .learn-study-q {
    grid-template-columns: 1fr;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.05),
        0 1px 0 rgba(255, 255, 255, 0.1) inset;
    display: grid;
    background: rgba(255, 255, 255, 0.04);
    gap: 2rem;
    backdrop-filter: blur(8px);
    transform: translateZ(0);
    padding: 2.5rem;
    position: relative;
}.subscribe-to-newsletter-d .learn-study-q::after {
    height: 1px;
    opacity: 0.8;
    background: linear-gradient(90deg, transparent, rgb(111,140,162,0.5), transparent);
    position: absolute;
    left: 30%;
    content: "";
    bottom: -1px;
    width: 40%;
}.subscribe-to-newsletter-d h4 {
    line-height: 1.4;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    font-size: calc(19px * 0.9);
    z-index: 2;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    letter-spacing: 0.02em;
    margin: 0;
}.subscribe-to-newsletter-d .input_holder {
    flex-direction: column;
    display: flex;
    position: relative;
    gap: 1rem;
    z-index: 2;
}.subscribe-to-newsletter-d .input_holder span {
    position: relative;
    display: block;
}.subscribe-to-newsletter-d .input_holder input[type="email"] {
    color: #ffffff;
    padding: 1rem 1.25rem;
    background-color: rgba(255, 255, 255, 0.05);
    width: 100%;
    font-family: Arial, sans-serif;
    font-size: 18px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    outline: none;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}.subscribe-to-newsletter-d .input_holder input[type="email"]::placeholder {
    transition: color 0.3s ease;
    color: rgba(255, 255, 255, 0.6);
}.subscribe-to-newsletter-d .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 3px rgb(111,140,162,0.5);
    border-color: rgb(111,140,162,0.5);
}.subscribe-to-newsletter-d .input_holder input[type="email"]:focus::placeholder {
    transform: translateX(5px);
    color: rgba(255, 255, 255, 0.4);
}.subscribe-to-newsletter-d .input_holder .query-list-E {
    color: #ffffff;
    background: rgb(111,140,162);
    border: none;
    text-transform: uppercase;
    width: 100%;
    position: relative;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    letter-spacing: 0.05em;
    font-size: 15px;
    overflow: hidden;
    padding: 1rem 1.5rem;
}.subscribe-to-newsletter-d .input_holder .query-list-E::before {
    content: "";
    background: linear-gradient(
        90deg, 
        transparent, 
        rgba(255, 255, 255, 0.2), 
        transparent
    );
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    transition: all 0.5s ease;
    left: -100%;
}.subscribe-to-newsletter-d .input_holder .query-list-E:hover {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
    background: rgb(111,140,162);
}.subscribe-to-newsletter-d .input_holder .query-list-E:hover::before {
    left: 100%;
}.subscribe-to-newsletter-d .input_holder .query-list-E:active {
    transform: translateY(1px);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {.subscribe-to-newsletter-d .learn-study-q {
    align-items: center;
    padding: 3rem;
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
}.subscribe-to-newsletter-d h4 {
    font-size: 19px;
}.subscribe-to-newsletter-d .input_holder {
    flex-direction: row;
    align-items: stretch;
}.subscribe-to-newsletter-d .input_holder span:first-child {
    flex: 1;
}.subscribe-to-newsletter-d .input_holder .query-list-E {
    width: auto;
    white-space: nowrap;
}
}

@media (min-width: 992px) {.subscribe-to-newsletter-d {
    padding: 5rem 0;
}.subscribe-to-newsletter-d .learn-study-q {
    padding: 4rem;
    gap: 4rem;
}.subscribe-to-newsletter-d h4 {
    font-size: calc(19px * 1.1);
    max-width: 90%;
}.subscribe-to-newsletter-d .input_holder input[type="email"] {
    height: 100%;
}
}

@media (min-width: 1200px) {.subscribe-to-newsletter-d .learn-study-q {
    grid-template-columns: 1.5fr 1fr;
}.subscribe-to-newsletter-d h4 {
    max-width: 85%;
    line-height: 1.5;
    font-size: calc(19px * 1.2);
}.subscribe-to-newsletter-d::before {
    animation: gradientShift 15s infinite alternate ease-in-out;
}@keyframes gradientShift {
        0% {
            transform: rotate(-3deg) scale(1);
            opacity: 0.1;
        }
        50% {
            transform: rotate(-2deg) scale(1.05);
            opacity: 0.15;
        }
        100% {
            transform: rotate(-4deg) scale(1.02);
            opacity: 0.2;
        }
    }
}.course-benefits-R {
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(166,207,223) 0%, rgba(245, 245, 250, 0.95) 100%);
    overflow: hidden;
}.course-benefits-R::before {
    top: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(138,172,192,0.5), 0.07) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgba(rgb(111,140,162,0.5), 0.09) 0%, transparent 50%);
    z-index: 0;
    height: 100%;
    width: 100%;
    content: '';
    left: 0;
    position: absolute;
}.course-benefits-R h5 {
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 700;
    position: relative;
    margin-bottom: 3rem;
    z-index: 2;
    color: #000000;
    font-size: 21px;
    text-align: center;
}.course-benefits-R h5::after {
    content: '';
    position: absolute;
    border-radius: 10px;
    bottom: -12px;
    width: 80px;
    background: linear-gradient(90deg, rgb(138,172,192) 0%, rgb(111,140,162) 100%);
    transform: translateX(-50%);
    left: 50%;
    height: 3px;
}.course-benefits-R .container {
    z-index: 1;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}.course-benefits-R .learn-study-q {
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transform: translateY(0);
    display: grid;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.6s ease;
    border-radius: 28px;
    gap: 2rem;
    grid-template-columns: 1fr;
}.course-benefits-R .learn-study-q:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    transform: translateY(-5px);
}.course-benefits-R .thumbnail-q {
    height: 300px;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    transition: transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: scale(1);
    width: 100%;
    object-fit: cover;
}.course-benefits-R .learn-study-q:hover .thumbnail-q {
    transform: scale(1.05);
}.course-benefits-R .word-box-U {
    padding: 2rem;
    position: relative;
}.course-benefits-R .word-box-U::before {
    background: linear-gradient(to bottom, rgb(138,172,192), rgb(111,140,162));
    transition: height 0.5s ease-out;
    left: 0;
    content: '';
    top: 0;
    height: 0;
    position: absolute;
    width: 4px;
}.course-benefits-R .learn-study-q:hover .word-box-U::before {
    height: 100%;
}.course-benefits-R ul {
    list-style: none;
    padding: 0;
    display: grid;
    gap: 1.25rem;
    margin: 0;
    grid-template-columns: 1fr;
}.course-benefits-R li {
    padding-left: 2.5rem;
    transform: translateX(0);
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
}.course-benefits-R li:hover {
    transform: translateX(10px);
}.course-benefits-R li p {
    font-family: Arial, sans-serif;
    color: #000000;
    display: flex;
    font-size: 18px;
    margin: 0;
    line-height: 1.6;
    align-items: flex-start;
}.course-benefits-R li svg {
    top: 0;
    height: 24px;
    left: 0;
    transform: translateY(2px);
    position: absolute;
    width: 24px;
    transition: transform 0.3s ease;
}.course-benefits-R li:hover svg {
    transform: translateY(2px) rotate(10deg);
}.course-benefits-R li svg path {
    fill: rgb(138,172,192);
    transition: fill 0.3s ease;
}.course-benefits-R li:hover svg path {
    fill: rgb(111,140,162);
}.course-benefits-R li:nth-child(odd) {
    padding-top: 0.5rem;
    border-radius: 10px;
    padding-bottom: 0.5rem;
    background: linear-gradient(90deg, rgba(rgb(138,172,192,0.5), 0.03) 0%, transparent 100%);
}.course-benefits-R li:nth-child(even) {
    border-radius: 10px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background: linear-gradient(90deg, rgba(rgb(111,140,162,0.5), 0.03) 0%, transparent 100%);
}

@media (min-width: 768px) {.course-benefits-R .learn-study-q {
    align-items: center;
    grid-template-columns: 0.8fr 1.2fr;
}.course-benefits-R .thumbnail-q {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    height: 100%;
}.course-benefits-R ul {
    grid-template-columns: repeat(2, 1fr);
}.course-benefits-R li {
    margin-bottom: 0.5rem;
}
}

@media (min-width: 992px) {.course-benefits-R {
    padding: 8rem 0;
}.course-benefits-R h5 {
    margin-bottom: 4rem;
    font-size: calc(21px * 1.1);
}.course-benefits-R .word-box-U {
    padding: 3rem;
}.course-benefits-R li {
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.4s ease;
}.course-benefits-R li:hover {
    background-color: rgba(rgb(111,140,162,0.5), 0.08);
}
}

@media (max-width: 767px) {.course-benefits-R {
    padding: 4rem 0;
}.course-benefits-R h5 {
    padding: 0 1rem;
    font-size: calc(21px * 0.9);
}.course-benefits-R .word-box-U {
    padding: 1.5rem;
}.course-benefits-R li {
    margin-bottom: 1rem;
}.course-benefits-R li p {
    font-size: calc(18px * 0.95);
}
}

@media (max-width: 480px) {.course-benefits-R h5 {
    font-size: calc(21px * 0.8);
}.course-benefits-R .word-box-U {
    padding: 1.25rem;
}.course-benefits-R li {
    padding-left: 2rem;
}.course-benefits-R li svg {
    height: 20px;
    width: 20px;
}}footer {
    position: relative;
    width: 100%;
}footer .license-cta-A {
    font-family: Arial, sans-serif;
    padding: 250px 0 30px;
    color: #ffffff;
    position: relative;
    background:rgb(111,140,162);
}footer .license-cta-A::before {
    top: 0;
    content: "";
    background: linear-gradient(90deg, rgb(138,172,192) 25%, rgb(111,140,162) 25%, rgb(111,140,162) 50%, rgb(138,172,192) 50%, rgb(138,172,192) 75%, rgb(111,140,162) 75%);
    height: 20px;
    width: 100%;
    left: 0;
    position: absolute;
}footer .exam-prep-k {
    position: relative;
    z-index: 1;
}footer .submit-request-h {
    margin-bottom: 50px;
    position: absolute;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    background-color: #ffffff;
    overflow: hidden;
    padding: 0;
    left: 0;
    right: 0;
    justify-content: space-between;
    display: flex;
    top: -120px;
    flex-wrap: wrap;
}footer .info_item {
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    flex: 1 1 250px;
    justify-content: flex-start;
    transition: all 0.3s ease;
    align-items: center;
    display: flex;
    padding: 25px;
}footer .info_item:last-child {
    border-right: none;
}footer .info_item::after {
    content: "";
    background-color: rgb(138,172,192);
    bottom: 0;
    position: absolute;
    height: 3px;
    transition: width 0.3s ease;
    left: 0;
    width: 0;
}footer .info_item:hover::after {
    width: 100%;
}footer .info_item svg {
    margin-right: 15px;
    flex-shrink: 0;
    fill: rgb(138,172,192);
    height: 22px;
    width: 22px;
}footer .info_item p,
footer .info_item a {
    color: #000000;
    font-size: 13px;
    transition: all 0.3s ease;
    text-decoration: none;
}footer .info_item a:hover {
    color: rgb(138,172,192);
}footer .text_main_holder {
    margin-top: 100px;
    gap: 20px;
    grid-template-columns: 1fr;
    display: grid;
}footer .main-learn-r {
    padding: 0 25px;
    position: relative;
}footer .main-learn-r svg {
    margin-bottom: 20px;
    width: auto;
    filter: brightness(0) invert(1);
    height: 45px;
}footer .student-aid-A {
    line-height: 1.6;
    max-width: 350px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
}footer .main-lead-9 {
    position: relative;
    padding: 0 25px;
}footer .main-lead-9 h5 {
    position: relative;
    font-weight: 600;
    color: #ffffff;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 25px;
    font-size: 23px;
}footer .main-lead-9 h5::after {
    bottom: -2px;
    background-color: rgb(138,172,192);
    width: 60px;
    height: 2px;
    content: "";
    position: absolute;
    left: 0;
}footer .nav-begin-o {
    display: flex;
    margin-bottom: 20px;
    flex-wrap: wrap;
}footer .nav-begin-o a {
    font-size: 13px;
    text-decoration: none;
    margin: 5px 8px 5px 0;
    padding: 8px 16px;
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.05);
}footer .nav-begin-o a:hover {
    background-color: rgb(138,172,192);
    color: #ffffff;
    transform: translateY(-3px);
}footer .subscribe_holder {
    border-radius: 12px;
    padding: 30px 25px;
    background-color: rgb(111,140,162,0.5);
    position: relative;
}footer .subscribe_holder h5 {
    color: #ffffff;
    font-weight: 600;
    font-size: 23px;
    margin-bottom: 15px;
}footer .subscribe_holder p {
    margin-bottom: 25px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
}footer .input_holder {
    gap: 15px;
    display: flex;
    position: relative;
    flex-direction: column;
}footer .input_holder::before {
    opacity: 0.1;
    height: 50px;
    position: absolute;
    border-radius: 50%;
    content: "";
    width: 50px;
    right: -10px;
    background-color: rgb(138,172,192);
    z-index: -1;
    top: -10px;
}footer .input_holder::after {
    left: -10px;
    height: 70px;
    z-index: -1;
    bottom: -20px;
    position: absolute;
    width: 70px;
    background-color: rgb(111,140,162);
    border-radius: 50%;
    content: "";
    opacity: 0.1;
}footer .input_holder input[type="email"] {
    padding: 15px;
    color: rgb(111,140,162);
    transition: all 0.3s ease;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.9);
    border: none;
    font-size: 13px;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}footer .input_holder input[type="email"]::placeholder {
    opacity: 0.6;
    color: #000000;
}footer .sub-container-G {
    font-size: 18px;
    padding: 15px;
    overflow: hidden;
    cursor: pointer;
    border-radius: 10px;
    background-color: rgb(138,172,192);
    font-weight: 600;
    position: relative;
    transition: all 0.3s ease;
    border: none;
    color: #ffffff;
}footer .sub-container-G::before {
    width: 100%;
    left: -100%;
    content: "";
    transition: left 0.7s ease;
    height: 100%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
}footer .sub-container-G:hover {
    background-color: rgb(111,140,162);
}footer .sub-container-G:hover::before {
    left: 100%;
}footer .reward-sys-u {
    text-align: center;
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px dashed rgba(255, 255, 255, 0.1);
}footer .edu-links-K {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 768px) {footer .license-cta-A {
    padding-top: 60px;
}footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .sub-container-G {
    white-space: nowrap;
}
}

@media (max-width: 991px) {footer .submit-request-h {
    top: 0;
    position: relative;
    margin-bottom: 80px;
}footer .license-cta-A {
    padding: 120px 0 30px;
}footer .text_main_holder {
    margin-top: 40px;
}
}

@media (max-width: 767px) {footer .info_item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-right: none;
}footer .info_item:last-child {
    border-bottom: none;
}footer .main-lead-9, footer .subscribe_holder, footer .main-learn-r {
    padding: 20px;
}footer .reward-sys-u {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .main-lead-9 h5, footer .subscribe_holder h5 {
    font-size: calc(23px - 2px);
    margin-bottom: 20px;
}footer .nav-begin-o a {
    padding: 6px 12px;
    font-size: calc(13px - 1px);
}footer .input_holder input[type="email"],
    footer .sub-container-G {
    padding: 12px;
}}.customer-feedback-r {
    position: relative;
    overflow: hidden;
    padding: 7rem 1rem;
    background: rgb(166,207,223);
}.customer-feedback-r::before {
    left: 0;
    width: 100%;
    top: 0;
    clip-path: polygon(0 0, 100% 0, 100% 60%, 0 30%);
    height: 100%;
    background: linear-gradient(0deg, transparent 40%, rgb(138,172,192,0.5) 100%);
    position: absolute;
    content: "";
}.customer-feedback-r::after {
    position: absolute;
    clip-path: polygon(0 70%, 100% 90%, 100% 100%, 0 100%);
    right: 0;
    bottom: 0;
    content: "";
    width: 100%;
    background: linear-gradient(180deg, transparent 50%, rgb(111,140,162,0.5) 100%);
    height: 100%;
}.customer-feedback-r .container {
    position: relative;
    z-index: 2;
}.customer-feedback-r h2 {
    text-align: left;
    font-weight: 700;
    color: #000000;
    width: fit-content;
    padding: 1rem 0;
    margin-bottom: 4rem;
    font-size: 36px;
    position: relative;
}.customer-feedback-r h2::before {
    transform: skewY(45deg);
    left: -20px;
    position: absolute;
    content: "";
    width: 5px;
    height: 100%;
    background: rgb(138,172,192);
    top: 0;
}.customer-feedback-r h2::after {
    background: rgb(111,140,162);
    left: 0;
    height: 3px;
    content: "";
    width: 80%;
    bottom: 0;
    position: absolute;
}.customer-feedback-r .user-testimonials-c {
    max-width: 800px;
    gap: 5rem;
    margin: 0 auto;
    flex-direction: column;
    display: flex;
}.customer-feedback-r .review-spot-E {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    display: flex;
    transform: translateY(0);
    flex-direction: column;
    background: #ffffff;
    position: relative;
    padding: 2.5rem 2rem 2rem;
    border-radius: 23px;
}.customer-feedback-r .review-spot-E:nth-child(odd) {
    transform: translateX(-30px);
    align-self: flex-start;
}.customer-feedback-r .review-spot-E:nth-child(even) {
    align-self: flex-end;
    transform: translateX(30px);
}.customer-feedback-r .review-spot-E:hover {
    transform: translateY(-10px) translateX(0);
}.customer-feedback-r .review-spot-E::before {
    width: 100%;
    border-radius: 23px;
    content: "";
    z-index: -1;
    height: 100%;
    position: absolute;
    transition: all 0.3s ease;
    left: 15px;
    top: 15px;
    background: rgb(138,172,192,0.5);
}.customer-feedback-r .review-spot-E:hover::before {
    left: 10px;
    top: 10px;
    background: rgb(111,140,162,0.5);
}.customer-feedback-r .review-spot-E img {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    left: 25px;
    top: -25px;
    object-fit: cover;
    border: 4px solid #ffffff;
    width: 70px;
    height: 70px;
    position: absolute;
    border-radius: 50%;
}.customer-feedback-r .review-spot-E p {
    padding-left: 60px;
    font-size: calc(18px + 0.1rem);
    color: #000000;
    margin: 0.5rem 0;
    font-weight: 600;
}.customer-feedback-r .review-spot-E .description {
    position: relative;
    margin-top: 1rem;
    padding: 1.5rem 0 0.5rem;
    border-top: 1px solid rgb(166,207,223);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    color: #000000;
}.customer-feedback-r .review-spot-E .description::before {
    line-height: 1;
    color: rgb(138,172,192,0.5);
    content: "";
    top: 0.5rem;
    font-size: 3rem;
    position: absolute;
    left: 0;
}.customer-feedback-r .review-spot-E .description::after {
    bottom: -1.5rem;
    line-height: 1;
    color: rgb(138,172,192,0.5);
    content: "";
    font-size: 3rem;
    position: absolute;
    right: 0;
}

@media (max-width: 991px) {.customer-feedback-r {
    padding: 5rem 1rem;
}.customer-feedback-r .user-testimonials-c {
    gap: 4rem;
}
}

@media (max-width: 767px) {.customer-feedback-r h2 {
    margin-bottom: 3rem;
    font-size: calc(36px - 0.3rem);
}.customer-feedback-r .user-testimonials-c {
    gap: 3.5rem;
}.customer-feedback-r .review-spot-E:nth-child(odd),
    .customer-feedback-r .review-spot-E:nth-child(even) {
    width: 100%;
    transform: none;
    align-self: center;
}.customer-feedback-r .review-spot-E:hover {
    transform: translateY(-5px);
}.customer-feedback-r .review-spot-E p {
    padding-left: 50px;
}}header {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
    width: 100%;
    left: 0;
    position: fixed;
    z-index: 100;
    top: 0;
    background: linear-gradient(to bottom, 
        rgb(138,172,192,0.5) 0%,
        #000000 100%);
}header::before {
    content: "";
    left: 0;
    z-index: 1;
    width: 100%;
    top: 0;
    position: absolute;
    height: 100%;
    opacity: 0.3;
    background: 
        radial-gradient(circle at 20% 30%, rgb(111,140,162,0.5) 0%, transparent 15%),
        radial-gradient(circle at 80% 70%, rgb(138,172,192,0.5) 0%, transparent 15%);
    animation: pulse-bg 8s infinite alternate;
}header::after {
    opacity: 0.1;
    background-image: 
        linear-gradient(0deg, transparent 95%, rgb(111,140,162,0.5) 100%),
        linear-gradient(90deg, transparent 95%, rgb(111,140,162,0.5) 100%);
    top: 0;
    position: absolute;
    background-size: 20px 20px;
    z-index: 1;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}header .container {
    flex-direction: column;
    position: relative;
    display: flex;
    padding: 0;
    align-items: center;
    z-index: 2;
}header .main-mentor-c {
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    width: 100%;
}header .top-pagewrap-z {
    justify-content: center;
    text-decoration: none;
    position: relative;
    z-index: 3;
    margin: 1rem 0 1.5rem;
    display: flex;
    align-items: center;
}header .top-pagewrap-z::before {
    z-index: -1;
    animation: rotate 10s linear infinite;
    width: 120px;
    height: 120px;
    opacity: 0.2;
    position: absolute;
    border-radius: 50%;
    background: 
        conic-gradient(
            transparent 0deg,
            rgb(111,140,162,0.5) 120deg,
            transparent 180deg,
            rgb(138,172,192,0.5) 240deg,
            transparent 360deg
        );
    content: "";
}header .top-pagewrap-z::after {
    height: 70px;
    background: rgb(111,140,162,0.5);
    filter: blur(20px);
    border-radius: 50%;
    content: "";
    opacity: 0.3;
    width: 70px;
    animation: pulse-opacity 4s ease infinite alternate;
    position: absolute;
    z-index: -2;
}header .top-pagewrap-z svg {
    width: auto;
    filter: drop-shadow(0 0 8px rgb(138,172,192,0.5));
    transition: all 0.4s ease;
    height: 45px;
}header .top-pagewrap-z:hover svg {
    transform: scale(1.08);
    filter: drop-shadow(0 0 12px rgb(111,140,162));
}header .main-lead-9 {
    width: 100vw;
    border-bottom: 1px solid rgb(138,172,192,0.5);
    position: relative;
    justify-content: center;
    border-top: 1px solid rgb(138,172,192,0.5);
    display: flex;
    padding: 1rem 0;
    scrollbar-width: none;
    overflow-x: auto;
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0.5) 0%,
        #000000 100%);
    gap: 0.8rem;
}header .main-lead-9::-webkit-scrollbar {
    display: none;
}header .main-lead-9::before {
    left: 0;
    width: 100%;
    background: 
        linear-gradient(90deg, 
            #000000 0%,
            transparent 10%,
            transparent 90%,
            #000000 100%);
    height: 100%;
    z-index: 3;
    position: absolute;
    top: 0;
    content: "";
    pointer-events: none;
}header .main-core-Y {
    padding: 0.6rem 1.5rem;
    font-weight: 600;
    z-index: 2;
    font-size: 14px;
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
    text-decoration: none;
    position: relative;
    perspective: 800px;
    text-transform: uppercase;
    color: #ffffff;
    white-space: nowrap;
    transition: all 0.3s ease;
}header .main-core-Y::before {
    left: 0;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    z-index: -1;
    transform: translateZ(-10px);
    position: absolute;
    width: 100%;
    top: 0;
    border-radius: 10px;
    height: 100%;
    content: "";
}header .main-core-Y::after {
    width: 0%;
    height: 2px;
    bottom: 0;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    content: "";
    background: rgb(111,140,162);
    transition: all 0.3s ease;
}header .main-core-Y:hover {
    text-shadow: 0 0 5px rgb(111,140,162,0.5);
    transform: translateY(-2px) translateZ(0);
    color: rgb(111,140,162);
}header .main-core-Y:hover::before {
    box-shadow: 0 0 15px rgb(138,172,192,0.5);
    border-color: rgb(111,140,162,0.5);
    transform: translateZ(0);
}header .main-core-Y:hover::after {
    width: 80%;
}

@keyframes pulse-bg {
    0%, 100% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.4;
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes pulse-opacity {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.2);
    }
}

@media (max-width: 991px) {header .top-pagewrap-z {
    margin: 0.8rem 0 1.2rem;
}header .top-pagewrap-z svg {
    height: 40px;
}header .main-core-Y {
    font-size: calc(14px - 1px);
    padding: 0.5rem 1.2rem;
}
}

@media (max-width: 767px) {header .top-pagewrap-z {
    margin: 0.6rem 0 1rem;
}header .top-pagewrap-z svg {
    height: 35px;
}header .top-pagewrap-z::before {
    height: 90px;
    width: 90px;
}header .top-pagewrap-z::after {
    height: 50px;
    width: 50px;
}header .main-lead-9 {
    justify-content: flex-start;
    padding: 0.8rem 0;
}header .main-core-Y {
    padding: 0.4rem 1rem;
    font-size: calc(14px - 2px);
}header .main-core-Y:first-child {
    margin-left: 2rem;
}header .main-core-Y:last-child {
    margin-right: 2rem;
}
}