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

.wrap-container-D {
    height: 100%;
    display: flex;
    min-height: 100%;
    flex-direction: column;
}

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

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

.header-site-M {
    flex: 1 0 auto;
}

header,footer {
    width: 100%;
}

header {
    overflow: visible;
    position: relative;
    width: 100%;
    background: rgb(205,217,232);
    z-index: 99;
}

.study-process-T::before {
    width: 100%;
    content: '';
    opacity: 0.1;
    left: 0;
    background: linear-gradient(45deg, rgb(160,183,206,0.5) 0%, transparent 60%);
    z-index: 1;
    height: 100%;
    position: absolute;
    top: 0;
}

.study-process-T .text-container-s {
    flex-direction: column;
    position: relative;
    display: flex;
    margin-left: 5%;
    width: 55%;
}

.study-process-T .text-container-s p {
    color: #ffffff;
    font-size: 16px;
    z-index: 3;
    backdrop-filter: blur(15px);
    align-self: flex-end;
    border-radius: 10px 0 0 10px;
    background: rgba(255, 255, 255, 0.05);
    transform: translateX(60px);
    padding: 45px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    line-height: 1.8;
    margin-top: -30px;
}

.study-process-T .text-container-s::after {
    bottom: -100px;
    width: 250px;
    left: -150px;
    height: 250px;
    position: absolute;
    border: 2px solid rgb(110,149,178,0.5);
    z-index: 0;
    opacity: 0.1;
    content: '';
    animation: rotate-float 30s infinite linear reverse;
    transform: rotate(15deg);
}

.study-process-T .text-container-s h2::after {
    background: linear-gradient(90deg, rgb(160,183,206) 0%, transparent 100%);
    opacity: 0.6;
    bottom: 0;
    position: absolute;
    content: '';
    left: 0;
    height: 3px;
    width: 100%;
}

.study-process-T .text-container-s p::after {
    width: 170px;
    content: '';
    background: linear-gradient(90deg, transparent 0%, rgb(160,183,206) 100%);
    bottom: 20px;
    transform-origin: right center;
    right: 30px;
    height: 3px;
    opacity: 0.3;
    position: absolute;
    animation: pulse-width 5s infinite ease-in-out;
}

.study-process-T .knowledge-growth-m::before {
    opacity: 0.05;
    height: 250px;
    content: '';
    animation: pulse-subtle 15s infinite alternate;
    width: 250px;
    filter: blur(80px);
    top: -125px;
    background: rgb(160,183,206);
    border-radius: 50%;
    left: -125px;
    position: absolute;
}

.tariff-block-L {
    position: relative;
    overflow: hidden;
    padding: 7rem 0;
    background: linear-gradient(135deg, rgb(205,217,232) 0%, rgba(245, 247, 250, 0.95) 100%);
}

.tariff-block-L::after {
    position: absolute;
    width: 35%;
    transform: rotate(10deg);
    z-index: 0;
    bottom: -5%;
    content: "";
    height: 50%;
    left: -3%;
    opacity: 0.08;
    border-radius: 10px;
    background: linear-gradient(45deg, rgb(110,149,178,0.5) 30%, rgb(160,183,206,0.5) 70%);
}

.tariff-block-L .package-deal-f {
    text-align: center;
    order: 1;
    margin-bottom: 3.5rem;
    position: relative;
}

.tariff-block-L .package-deal-f h2::after {
    transform: translateX(-50%);
    left: 50%;
    width: 70%;
    bottom: -0.75rem;
    height: 3px;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(160,183,206), transparent);
    content: "";
}

.tariff-block-L .rate-schemes-t {
    background: #ffffff;
    color: #000000;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    display: block;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    height: 100%;
    overflow: hidden;
}

.tariff-block-L .rate-schemes-t:hover::before {
    transform: translateY(0);
}

.tariff-block-L .member-fees-B {
    flex-direction: column;
    box-sizing: border-box;
    height: 100%;
    display: flex;
}

.tariff-block-L .class-deals-d {
    position: relative;
    display: flex;
    padding: 2rem 1.75rem;
    flex: 1;
    flex-direction: column;
}

.tariff-block-L .class-deals-d .plan-matrix-q {
    position: relative;
    margin-bottom: 1.5rem;
    font-size: calc(18px * 1.3);
    color: rgb(160,183,206);
    font-weight: 700;
}

.tariff-block-L .class-deals-d p {
    word-break: break-word;
    color: #000000;
    line-height: 1.65;
    word-wrap: break-word;
    flex-grow: 1;
    margin-bottom: 1.5rem;
    font-size: 17px;
    overflow-wrap: break-word;
}

.tariff-block-L .rate-schemes-t:hover .img-stack-D {
    transform: scale(1.05);
}

.tariff-block-L .rate-schemes-t:nth-child(odd) .class-deals-d::before {
    right: 1rem;
    border-radius: 50%;
    opacity: 0.1;
    width: 2.5rem;
    content: "";
    z-index: -1;
    top: 1rem;
    background: rgb(160,183,206,0.5);
    height: 2.5rem;
    position: absolute;
}

.title-intro-h {
    background: linear-gradient(135deg, rgb(205,217,232), rgba(0, 0, 0, 0.5));
    justify-content: center;
    position: relative;
    min-height: 100vh;
    align-items: center;
    padding: 4rem 1rem;
    display: flex;
    font-family: Arial, sans-serif;
    overflow: hidden;
}

.title-intro-h .skill-guides-N::before {
    opacity: 0.7;
    background: rgb(160,183,206);
    width: 40px;
    height: 40px;
    position: absolute;
    transform: rotate(-15deg);
    content: "";
    z-index: -1;
    left: -15px;
    top: -10px;
}

.title-intro-h .page-hero-o {
    letter-spacing: -0.5px;
    color: #000000;
    line-height: 1.2;
    font-weight: 700;
    z-index: 2;
    position: relative;
    font-size: 40px;
    margin: 0;
}

.title-intro-h .page-base-i::before {
    right: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgb(255, 255, 255, 0.5) 30%, rgba(255,255,255,0.85));
    position: absolute;
    backdrop-filter: blur(4px);
    content: "";
    top: 0;
    bottom: 0;
}

.title-intro-h .page-base-i p {
    position: relative;
    font-size: calc(15px * 1.2);
    font-weight: 600;
    margin: 0;
    color: #000000;
    line-height: 1.6;
    padding-left: 20px;
}

.title-intro-h .page-base-i h3 {
    position: relative;
    line-height: 1.5;
    border-top: 1px solid rgb(110,149,178,0.5);
    font-weight: 600;
    margin: 1rem 0 0;
    font-size: 20px;
    padding-top: 1.5rem;
    color: #000000;
}

.learning-impact-c::before {
    z-index: 0;
    content: "";
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
    position: absolute;
    background-image: 
    radial-gradient(circle at 20% 30%, rgb(160,183,206,0.5) 0%, transparent 70%),
    radial-gradient(circle at 80% 70%, rgb(110,149,178,0.5) 0%, transparent 60%);
}

.learning-impact-c .img-stack-D:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}

.learning-impact-c .knowledge-growth-m {
    flex-direction: column;
    justify-content: center;
    display: flex;
}

.learning-impact-c .text-container-s {
    transform: translateX(0) translateY(0);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    background: linear-gradient(135deg, #ffffff 0%,#ffffff 100%);
    padding: 1.5rem;
}

.learning-impact-c h1::after {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    position: absolute;
    width: 70px;
    bottom: -0.75rem;
    content: "";
    transform-origin: left;
    transform: scaleX(0.6);
    height: 3px;
    background: rgb(110,149,178);
}

.learning-impact-c li {
    padding-left: 2.5rem;
    transition: transform 0.4s ease;
    position: relative;
}

.learning-impact-c li:hover {
    transform: translateX(8px);
}

.learning-impact-c svg {
    left: 0;
    height: 24px;
    position: absolute;
    transform: scale(0.9);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    top: 0;
    width: 24px;
}

.learning-impact-c li:hover svg path {
    fill: rgb(160,183,206);
}

.learning-impact-c li:nth-child(odd) {
    transform: translateX(0);
}

.learning-impact-c li:nth-child(odd):hover {
    transform: translateX(8px);
}

.academic-expertise-G {
    background: rgb(205,217,232);
    overflow: hidden;
    position: relative;
    padding: 5rem 2rem;
}

.academic-expertise-G::after {
    width: 70%;
    right: 0;
    bottom: 0;
    background: linear-gradient(210deg, rgb(110,149,178,0.5) 0%, transparent 70%);
    position: absolute;
    z-index: 0;
    height: 70%;
    content: "";
}

.academic-expertise-G .img-stack-D {
    border-radius: 16px;
    overflow: hidden;
    z-index: 2;
    transform: translateY(0);
    position: relative;
    margin: 0 auto;
    width: 80%;
    height: 400px;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.5);
}

.academic-expertise-G .work-skills-i {
    margin: -80px auto 0;
    transform: translateY(0);
    background: #ffffff;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
    position: relative;
    border-radius: 16px;
    z-index: 3;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    width: 90%;
    padding: 2.5rem 2rem 2rem;
}

.academic-expertise-G .work-skills-i::before {
    background: #ffffff;
    left: 50%;
    border: 5px solid rgb(205,217,232);
    content: "";
    z-index: 4;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 70px;
    height: 70px;
    top: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    position: absolute;
}

.academic-expertise-G .work-skills-i div:nth-child(2)::after {
    margin: 1rem auto 0;
    width: 40px;
    height: 3px;
    content: "";
    background: rgb(160,183,206,0.5);
    display: block;
}

.academic-expertise-G .career-content-n::before,
.academic-expertise-G .career-content-n::after {
    font-family: serif;
    font-size: 3rem;
    position: absolute;
    color: rgb(160,183,206,0.5);
    content: "";
    line-height: 0;
}

.academic-expertise-G .career-content-n::before {
    top: 0.5rem;
    transform: rotate(180deg);
    left: 0;
}

.cookieAgreementModal-L {
    padding: 20px 0;
    bottom: 0;
    font-family: Arial, sans-serif;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    transform: translateY(100%);
    transition: transform 0.5s ease-in-out;
    position: fixed;
    z-index: 90;
    animation: slideUp 0.5s forwards;
    width: 100%;
    border-top: 3px solid rgb(110,149,178);
    background: rgb(110,149,178);
}

.cookie-user-U svg {
    height: 80px;
    width: 80px;
    transition: transform 0.3s ease-in-out;
    fill: rgb(160,183,206);
}

.cookie-user-U:hover svg {
    transform: scale(1.1);
}

.data-accept-F {
    font-size: 19px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    border-radius: 11px;
    white-space: nowrap;
    line-height: 40px;
    cursor: pointer;
    text-align: center;
    padding: 10px 20px;
    text-decoration: none;
    box-shadow: 0 0 15px rgb(160,183,206);
    min-width: 140px;
    color: #000000;
    background: linear-gradient(90deg, rgb(160,183,206), rgb(110,149,178));
    flex-shrink: 0;
    margin-left: 10px;
}


.course-program-W {
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(205,217,232) 0%, rgba(250, 250, 255, 0.95) 100%);
    position: relative;
    overflow: hidden;
}

.course-program-W::after {
    left: 0;
    z-index: 1;
    position: absolute;
    content: "";
    bottom: 0;
    background: linear-gradient(90deg, rgb(160,183,206) 0%, transparent 100%);
    width: 100%;
    height: 5px;
}

.course-program-W h2 {
    margin-bottom: 3rem;
    font-size: calc(29px * 1.05);
    opacity: 0;
    position: relative;
    transform: translateX(-2rem);
    font-weight: 700;
    animation: slideInTitle 0.8s ease-out 0.2s forwards;
    color: #000000;
}

.course-program-W .program-track-H {
    display: grid;
    grid-template-columns: 1fr;
    transform: translateY(2rem);
    animation: fadeUpContent 1s ease-out 0.5s forwards;
    gap: 2.5rem;
    opacity: 0;
}

.course-program-W .img-stack-D::before {
    width: 100%;
    position: absolute;
    content: "";
    background: linear-gradient(
        to bottom,
        transparent 70%,
        rgb(110,149,178,0.5) 100%
    );
    left: 0;
    top: 0;
    z-index: 1;
    height: 100%;
}

.course-program-W .img-stack-D:hover {
    transform: perspective(1000px) rotateX(0deg);
}

.course-program-W .text-container-s {
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgb(160,183,206) transparent;
    padding-right: 1.5rem;
    max-height: 400px;
}

.course-program-W .description:first-of-type::first-letter {
    line-height: 0.8;
    margin-right: 0.8rem;
    font-weight: 700;
    color: rgb(160,183,206);
    float: left;
    font-size: 3.5rem;
}

.user-testimonials-D {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(110,149,178,0.5) 100%);
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}

.user-testimonials-D::before {
    width: 100%;
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    background: radial-gradient(circle at 30% 50%, rgba(255,255,255,0.05) 0%, transparent 60%);
    height: 100%;
    z-index: 1;
}

.user-testimonials-D h2 {
    font-size: 34px;
    margin-bottom: 3.5rem;
    transform: perspective(1000px) rotateX(5deg);
    text-align: center;
    text-shadow: 0 2px 15px rgba(0,0,0,0.1);
    color: #ffffff;
    transition: transform 0.5s ease-out;
    position: relative;
    font-weight: 700;
    z-index: 2;
}

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

.user-testimonials-D .learner-review-z {
    padding: 2rem;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    transform-origin: center bottom;
    z-index: 2;
    position: relative;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.user-testimonials-D .learner-review-z:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    transform: translateY(-10px) scale(1.02);
}

.user-testimonials-D .learner-review-z::after {
    font-family: Arial, sans-serif;
    position: absolute;
    z-index: -1;
    content: '"';
    line-height: 1;
    right: 20px;
    color: rgb(160,183,206,0.5);
    top: 10px;
    font-size: 6rem;
    opacity: 0.15;
}

.user-testimonials-D .learner-review-z:hover h3::after {
    width: 100%;
}

.user-testimonials-D .learner-review-z .description {
    color: #000000;
    font-size: 17px;
    position: relative;
    z-index: 2;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.user-testimonials-D .learner-review-z:hover div {
    transform: rotate(0deg) scale(1.1);
}

.user-testimonials-D .learner-review-z img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    transition: transform 0.4s ease;
}



.user-testimonials-D .learner-review-z:nth-child(odd) {
    animation: floatAnimation 6s ease-in-out infinite;
}

.privacy-den-h {
    overflow: hidden;
    font-family: Arial, sans-serif;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    background: linear-gradient(145deg, rgb(205,217,232), rgba(248, 249, 250, 0.97));
    color: #000000;
    padding: 6rem 2rem;
}

.privacy-den-h::after {
    position: absolute;
    right: 0;
    z-index: 0;
    height: 100%;
    background: linear-gradient(135deg, transparent 0%, rgb(110,149,178,0.5) 100%);
    opacity: 0.03;
    content: "";
    top: 0;
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 50% 0);
    width: 40%;
    pointer-events: none;
}

.privacy-den-h .container:hover {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.privacy-den-h h1 {
    position: relative;
    font-size: 39px;
    padding-bottom: 1rem;
    font-weight: 700;
    margin-bottom: 2.5rem;
    color: #000000;
    letter-spacing: -0.5px;
    transform: translateX(-0.5rem);
}

.privacy-den-h h1:hover::after {
    width: 10rem;
}

.privacy-den-h h2 {
    border-left: 2px solid rgb(160,183,206);
    margin: 3rem 0 1.5rem;
    transition: all 0.3s ease;
    font-size: 35px;
    padding-left: 1rem;
    color: #000000;
    font-weight: 600;
}

.privacy-den-h h4 {
    padding-left: 0.5rem;
    font-weight: 400;
    border-left: 1px dashed rgb(160,183,206,0.5);
    font-size: 19px;
    color: #000000;
    margin: 2rem 0 1rem;
}

.privacy-den-h p:hover {
    transform: translateX(5px);
}

.privacy-den-h strong {
    font-weight: 600;
    color: #000000;
    position: relative;
}

.privacy-den-h strong:hover::after {
    transform: scaleX(1);
}

.privacy-den-h ul {
    margin: 1.5rem 0 2rem 1.5rem;
    list-style-type: none;
}

.privacy-den-h li {
    position: relative;
    font-size: 13px;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
    padding-left: 1.5rem;
    line-height: 1.7;
}

.privacy-den-h li:hover {
    padding-left: 1.8rem;
}

.privacy-den-h li:hover::before {
    transform: rotate(135deg);
    background-color: rgb(160,183,206,0.5);
}

.contact-panel-Y {
    background: rgb(205,217,232);
    padding: 90px 0;
    overflow: hidden;
    position: relative;
}

.contact-panel-Y::before {
    content: "";
    right: -150px;
    background: linear-gradient(45deg, rgb(160,183,206,0.5), rgb(110,149,178,0.5));
    border-radius: 50%;
    height: 400px;
    filter: blur(70px);
    position: absolute;
    z-index: 1;
    width: 400px;
    top: -150px;
}

.contact-panel-Y .container {
    margin: 0 auto;
    position: relative;
    padding: 0 30px;
    z-index: 2;
    max-width: 1200px;
}

.contact-panel-Y h2::before {
    top: -25px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    left: calc(50% - 120px);
    width: 50px;
    content: "";
    z-index: -1;
    background: rgb(160,183,206,0.5);
}

.contact-panel-Y .connect-links-s {
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    display: flex;
    position: relative;
    background: #ffffff;
}

.contact-panel-Y .img-stack-D {
    transition: transform 0.5s ease;
    position: relative;
    flex: 0 0 45%;
    min-height: 500px;
}

.contact-panel-Y .img-stack-D::before {
    inset: 0;
    position: absolute;
    z-index: 1;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5));
    content: "";
}

.contact-panel-Y .request-form-A {
    justify-content: center;
    flex: 0 0 55%;
    padding: 60px;
    flex-direction: column;
    position: relative;
    display: flex;
}

.contact-panel-Y form {
    z-index: 3;
    position: relative;
}

.contact-panel-Y form input[type="text"] {
    background: rgb(205,217,232);
    border-radius: 12px;
    margin-bottom: 25px;
    border: none;
    color: #000000;
    padding: 18px 25px;
    font-size: 18px;
    transition: all 0.3s ease;
    width: 100%;
}

.contact-panel-Y form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
}

.contact-panel-Y .message-widget-C {
    position: relative;
    margin-bottom: 30px;
}

.contact-panel-Y .message-widget-C label {
    cursor: pointer;
    font-size: 12px;
    align-items: center;
    display: flex;
    padding-left: 35px;
    position: relative;
    color: #000000;
}

.contact-panel-Y .message-widget-C input[type="checkbox"]:checked + label::before {
    background: linear-gradient(135deg, rgb(160,183,206), rgb(110,149,178));
}

.contact-panel-Y .message-widget-C label a {
    transition: color 0.3s ease;
    font-weight: 600;
    color: rgb(160,183,206);
    text-decoration: none;
}

.contact-panel-Y .message-widget-C label a:hover {
    color: rgb(110,149,178);
}

.contact-panel-Y .message-help-R {
    font-size: 20px;
    transition: all 0.5s ease;
    color: #ffffff;
    background: linear-gradient(135deg, rgb(160,183,206), rgb(110,149,178));
    cursor: pointer;
    overflow: hidden;
    position: relative;
    width: 100%;
    border: none;
    font-weight: 600;
    padding: 20px;
    z-index: 1;
    border-radius: 12px;
}

.contact-panel-Y svg {
    stroke: rgb(160,183,206);
    height: 24px;
    fill: none;
    transition: all 0.3s ease;
    width: 24px;
    margin-right: 12px;
}

.contact-panel-Y svg:hover,
.contact-panel-Y svg:hover path {
    stroke: rgb(110,149,178);
}

.job-board-c .container {
    display: flex;
    flex-wrap: wrap;
}

.job-board-c .company_holder {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    text-align: center;
    background: rgba(0, 0, 0, 0.2);
    margin-bottom: 40px;
    flex: 0 0 100%;
    padding: 25px;
    border-radius: 23px;
}

.job-board-c .med-guides-V {
    color: #ffffff;
    text-align: center;
    max-width: 80%;
    border-radius: 10px;
    font-size: 12px;
    line-height: 1.7;
    padding: 15px 20px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.1);
}

.job-board-c .top-expert-f {
    transition: all 0.3s ease;
    border-radius: 23px;
    flex: 0 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
}

.job-board-c .top-expert-f h5 {
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 10px;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 600;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    font-size: 24px;
}

.job-board-c .top-expert-f .top-mainwrap-G a:hover {
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.subscr-info-r::before {
    content: '';
    position: absolute;
    height: 1px;
    left: 20%;
    right: 20%;
    top: 0;
    opacity: 0.2;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
}



footer::after {
    background-size: 20px 20px;
    z-index: 1;
    content: '';
    top: 0;
    width: 100%;
    background-image: linear-gradient(0deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px),
        linear-gradient(90deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px);
    height: 100%;
    position: absolute;
    left: 0;
}

.about-this-X .container {
    z-index: 2;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}

.about-this-X .text-container-s:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 
        25px 25px 50px rgba(0, 0, 0, 0.15),
        -15px -15px 35px rgba(255, 255, 255, 0.9),
        inset 3px 3px 8px rgba(255, 255, 255, 0.6),
        inset -3px -3px 8px rgba(0, 0, 0, 0.03);
}

.about-this-X h1 {
    color: rgb(160,183,206);
    display: inline-block;
    transition: transform 0.4s ease-out;
    position: relative;
    font-size: 44px;
    margin-bottom: 30px;
    transform: translateZ(30px);
    font-weight: 700;
}

.about-this-X .text-container-s:hover h1::after {
    transform: scaleX(1.5);
}

.about-this-X ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.about-this-X li {
    animation: fadeIn 0.8s ease-out forwards;
    opacity: 0;
    transform: translateY(20px);
    margin-bottom: 15px;
}

.about-this-X li:nth-child(2) {
    animation-delay: 0.5s;
}

.about-this-X h4::before {
    content: "";
    width: 8px;
    transform: translateY(-50%) rotate(45deg);
    background: rgb(160,183,206);
    height: 8px;
    top: 50%;
    left: 0;
    position: absolute;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1),
                -2px -2px 4px rgba(255, 255, 255, 0.8);
}

.about-this-X span::first-letter {
    font-size: 1.5em;
    color: rgb(160,183,206);
    font-weight: 700;
}

.gratitudeWeb-K {
    overflow: hidden;
    padding: 4rem 2rem;
    position: relative;
    box-shadow: 
        inset 12px 12px 24px rgba(255, 255, 255, 0.8),
        inset -12px -12px 24px rgba(70, 70, 80, 0.05);
    background: linear-gradient(145deg, rgb(205,217,232), #f8f9fd);
}

.gratitudeWeb-K::after {
    width: 30%;
    left: -5%;
    bottom: -10%;
    opacity: 0.15;
    z-index: 0;
    transform: rotate(20deg);
    background: linear-gradient(220deg, rgb(110,149,178,0.5), rgb(160,183,206,0.5));
    position: absolute;
    content: "";
    pointer-events: none;
    filter: blur(70px);
    height: 60%;
}

.gratitudeWeb-K h2::after {
    height: 3px;
    content: "";
    left: 50%;
    width: 80px;
    background: linear-gradient(90deg, rgb(160,183,206), rgb(110,149,178));
    transform: translateX(-50%);
    position: absolute;
    border-radius: 10px;
    bottom: -0.8rem;
}

.gratitudeWeb-K .knowledge-growth-m::before {
    top: 0;
    position: absolute;
    content: "";
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(160,183,206,0.5), 0.03) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgba(rgb(110,149,178,0.5), 0.03) 0%, transparent 30%);
    z-index: -1;
    left: 0;
    width: 100%;
    border-radius: inherit;
    height: 100%;
}

.gratitudeWeb-K li:last-child {
    margin-bottom: 0;
}

.gratitudeWeb-K li::before {
    animation: scaleIn 0.4s ease-out 0.8s forwards;
    left: 0;
    width: 8px;
    position: absolute;
    transform: scale(0);
    background: linear-gradient(135deg, rgb(160,183,206), rgb(110,149,178));
    top: 0.6rem;
    border-radius: 50%;
    content: "";
    height: 8px;
}

.contact-F::before {
    background: linear-gradient(45deg, rgb(160,183,206,0.5), transparent);
    filter: blur(60px);
    content: "";
    height: 300px;
    position: absolute;
    top: -100px;
    z-index: 0;
    border-radius: 50%;
    width: 300px;
    right: -100px;
}

.contact-F .edu-query-S:hover {
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.12),
              -15px -15px 30px rgba(255, 255, 255, 0.7);
}

.contact-F h2 {
    color: #000000;
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 30px;
    position: relative;
    padding-bottom: 15px;
}

.contact-F p {
    line-height: 1.7;
    color: #000000;
    margin-bottom: 25px;
    font-size: 16px;
}

.contact-F .get-support-K {
    flex-wrap: wrap;
    gap: 20px;
    display: flex;
    margin-top: 40px;
}

.contact-F .connect-now-I:hover {
    transform: translateY(-3px);
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.12),
              -8px -8px 16px rgba(255, 255, 255, 0.8);
}

.contact-F .connect-now-I:active {
    box-shadow: inset 3px 3px 6px rgba(0, 0, 0, 0.1),
              inset -3px -3px 6px rgba(255, 255, 255, 0.7);
    transform: translateY(0);
}

.contact-F .connect-now-I:hover svg {
    transform: scale(1.1) rotate(5deg);
}

.contact-F .connect-now-I svg path {
    fill: rgb(160,183,206);
    transition: fill 0.3s ease;
}

.contact-F p svg path {
    transition: fill 0.3s ease;
    fill: rgb(160,183,206);
}

.contact-F p:nth-last-child(2) {
    border-radius: 10px;
    width: fit-content;
    background: rgb(205,217,232);
    display: flex;
    padding: 12px 20px;
    box-shadow: inset 3px 3px 6px rgba(0, 0, 0, 0.05),
              inset -3px -3px 6px rgba(255, 255, 255, 0.7);
    align-items: center;
}

.contact-F .edu-query-S::after {
    z-index: -1;
    filter: blur(25px);
    background: rgb(110,149,178,0.5);
    position: absolute;
    content: "";
    width: 80px;
    opacity: 0.4;
    border-radius: 50%;
    height: 80px;
    bottom: -20px;
    right: -20px;
}

header::before {
    position: absolute;
    background: radial-gradient(circle at 30% 30%, rgb(160,183,206,0.5) 0%, transparent 70%);
    width: 100%;
    left: 0;
    content: "";
    top: 0;
    height: 100%;
    opacity: 0.2;
}

header .header-lesson-n::before {
    content: "";
    top: -10px;
    filter: blur(5px);
    height: 5px;
    left: 10%;
    background: linear-gradient(90deg, rgb(160,183,206), transparent);
    position: absolute;
    width: 30%;
}

header .header-lesson-n .nav-main-q {
    position: relative;
    z-index: 2;
    padding: 5px;
}

header .header-lesson-n .nav-main-q:hover::before {
    opacity: 0.7;
}

header .header-lesson-n .nav-main-q .top-skill-M {
    transition: transform 0.3s ease;
    position: relative;
    display: block;
}

header .header-lesson-n .nav-main-q:hover .top-skill-M {
    transform: scale(1.05);
}

header .header-lesson-n .top-expert-f {
    display: flex;
    border-radius: 12px;
    padding: 10px;
    position: relative;
    list-style: none;
    margin: 0;
}

header .header-lesson-n .top-expert-f .nav-pro-C {
    margin: 0 3px;
    position: relative;
}

header .header-lesson-n .top-expert-f .nav-pro-C a {
    overflow: hidden;
    font-weight: 600;
    font-size: 12px;
    display: block;
    border-radius: 10px;
    text-decoration: none;
    color: #000000;
    z-index: 1;
    font-family: Arial, sans-serif;
    position: relative;
    padding: 8px 15px;
}

header .header-lesson-n .top-expert-f .nav-pro-C a::after {
    z-index: -1;
    top: 50%;
    width: 150%;
    background: radial-gradient(circle, #ffffff 0%, transparent 70%);
    height: 150%;
    transition: transform 0.5s ease, opacity 0.5s ease;
    transform: translate(-50%, -50%) scale(0);
    content: "";
    opacity: 0;
    left: 50%;
    position: absolute;
}

header .header-lesson-n .top-expert-f .nav-pro-C:nth-child(odd) a::before {
    background: linear-gradient(to right, rgb(160,183,206), rgb(110,149,178));
}

.course-program-W .text-container-s::-webkit-scrollbar {
    width: 6px;
}

.course-program-W .text-container-s::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.course-program-W .text-container-s::-webkit-scrollbar-thumb {
    background: rgb(160,183,206);
    border-radius: 10px;
}



@media screen and (max-width: 992px) {.study-process-T {
    padding: 150px 0 120px;
}.study-process-T .text-container-s {
    width: 75%;
}.study-process-T .text-container-s h2 {
    padding: 35px;
    transform: translateX(-40px) translateY(15px);
}.study-process-T .text-container-s p {
    padding: 35px;
    transform: translateX(30px);
}.study-process-T .text-container-s::before {
    right: -100px;
    width: 200px;
    top: -100px;
    height: 200px;
}.study-process-T .text-container-s::after {
    width: 150px;
    height: 150px;
    bottom: -75px;
    left: -75px;
}.study-process-T .knowledge-growth-m::after {
    left: 20%;
}
}



@media screen and (max-width: 480px) {.study-process-T {
    padding: 100px 0 80px;
}.study-process-T .text-container-s {
    width: 100%;
}.study-process-T .text-container-s h2 {
    font-size: calc(31px * 0.8);
    padding: 25px;
}.study-process-T .text-container-s p {
    font-size: calc(16px * 0.9);
    padding: 25px;
}}



@media (min-width: 992px) {.tariff-block-L .rate-plans-h {
    flex-direction: row;
}.tariff-block-L .package-deal-f {
    margin-bottom: 0;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    flex: 0 0 30%;
    order: 2;
    padding-left: 3rem;
    display: flex;
}.tariff-block-L .package-deal-f h2 {
    margin-bottom: 2rem;
    text-align: left;
}.tariff-block-L .package-deal-f h2::after {
    left: 0;
    width: 40%;
    transform: none;
}.tariff-block-L .price-deals-Y {
    text-align: left;
    margin: 0;
}.tariff-block-L .cost-matrix-j {
    flex: 0 0 70%;
    order: 1;
    grid-template-columns: repeat(2, 1fr);
}
}



@media (max-width: 575px) {.tariff-block-L {
    padding: 3rem 0;
}.tariff-block-L .container {
    padding: 0 1.5rem;
}.tariff-block-L .cost-matrix-j {
    gap: 1.5rem;
}.tariff-block-L .class-deals-d {
    padding: 1.5rem;
}.tariff-block-L .img-stack-D {
    height: 140px;
}
}



@media (min-width: 768px) {.title-intro-h {
    padding: 6rem 2rem;
}.title-intro-h .skill-guides-N {
    transform: translateX(-30px);
}.title-intro-h .page-hero-o {
    font-size: calc(40px * 1.2);
}.title-intro-h .page-base-i {
    padding: 4rem;
    border-left-width: 8px;
}.title-intro-h .page-base-i > div {
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.title-intro-h .page-base-i h3 {
    border-left: 1px solid rgb(110,149,178,0.5);
    padding-left: 2rem;
    border-top: none;
    margin: 0;
    padding-top: 0;
}
}



@media (max-width: 480px) {.title-intro-h {
    padding: 3rem 1rem;
}.title-intro-h .page-hero-o {
    font-size: calc(38px);
}.title-intro-h .page-base-i {
    padding: 2rem;
}.title-intro-h .page-base-i p {
    font-size: 15px;
}.title-intro-h .page-base-i h3 {
    padding-top: 1rem;
    font-size: 18px;
}}



@media (min-width: 992px) {.learning-impact-c .container {
    gap: 4rem;
}.learning-impact-c .img-stack-D {
    clip-path: polygon(0 0, 100% 5%, 95% 100%, 5% 95%);
}.learning-impact-c h1 {
    font-size: calc(44px * 1.05);
}.learning-impact-c li {
    padding-left: 3rem;
}.learning-impact-c svg {
    transform: scale(1);
}
}



@media (max-width: 767px) {.learning-impact-c {
    padding: 3rem 0;
}.learning-impact-c .container {
    gap: 2rem;
}.learning-impact-c h1 {
    font-size: calc(33px * 0.9);
    margin-bottom: 1.5rem;
}.learning-impact-c li {
    margin-bottom: 1rem;
}.learning-impact-c .img-stack-D {
    max-height: 300px;
    clip-path: polygon(0 0, 100% 3%, 97% 100%, 3% 97%);
}.learning-impact-c ul {
    gap: 1rem;
}
}



@media screen and (max-width: 767px) {.academic-expertise-G .img-stack-D {
    height: 320px;
    width: 90%;
}.academic-expertise-G .work-skills-i {
    margin-top: -60px;
    padding: 2rem 1.5rem 1.5rem;
    width: 95%;
}.academic-expertise-G .work-skills-i::before {
    width: 60px;
    height: 60px;
}}



@media (min-width: 768px) {.course-program-W {
    padding: 8rem 0;
}.course-program-W h2 {
    max-width: 80%;
    font-size: calc(29px * 1.1);
    margin-bottom: 4rem;
}.course-program-W .program-track-H {
    gap: 4rem;
    grid-template-columns: 45% 1fr;
    align-items: flex-start;
}.course-program-W .img-stack-D {
    top: 2rem;
    height: 450px;
    position: sticky;
}.course-program-W .text-container-s {
    max-height: 600px;
}
}



@media (max-width: 767px) {.course-program-W {
    padding: 4rem 0;
}.course-program-W h2 {
    margin-bottom: 2rem;
    font-size: calc(29px * 0.9);
}.course-program-W .img-stack-D {
    margin-bottom: 1rem;
    height: 250px;
}.course-program-W .text-container-s {
    max-height: 350px;
}.course-program-W .description:first-of-type::first-letter {
    font-size: 2.5rem;
}}



@media screen and (max-width: 767px) {.user-testimonials-D {
    padding: 3rem 0;
}.user-testimonials-D .testimonial-sharing-H {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.user-testimonials-D .learner-review-z {
    padding: 1.5rem;
}.user-testimonials-D h2 {
    margin-bottom: 2rem;
    transform: perspective(1000px) rotateX(2deg);
    font-size: calc(34px * 0.8);
}.user-testimonials-D .learner-review-z div {
    width: 50px;
    height: 50px;
}.user-testimonials-D .learner-review-z::after {
    font-size: 4rem;
    right: 15px;
    top: 5px;
}
}



@media (max-width: 768px) {.privacy-den-h {
    padding: 4rem 1rem;
}.privacy-den-h .container {
    transform: none;
    border-left-width: 2px;
    padding: 2rem 1.5rem;
}.privacy-den-h::before,
    .privacy-den-h::after {
    opacity: 0.02;
}.privacy-den-h h1 {
    margin-bottom: 2rem;
    font-size: calc(39px - 0.4rem);
}.privacy-den-h h2 {
    font-size: calc(35px - 0.3rem);
    margin: 2.5rem 0 1rem;
}.privacy-den-h h3, 
    .privacy-den-h h4 {
    font-size: calc(19px - 0.1rem);
}.privacy-den-h p, 
    .privacy-den-h li, 
    .privacy-den-h span {
    line-height: 1.6;
    font-size: calc(13px - 0.05rem);
}.privacy-den-h ul {
    margin-left: 0.5rem;
}.privacy-den-h p:hover {
    transform: translateX(3px);
}
}



@media (max-width: 1024px) {.contact-panel-Y {
    padding: 70px 0;
}.contact-panel-Y .request-form-A {
    padding: 45px;
}.contact-panel-Y .img-stack-D {
    min-height: 450px;
}
}



@media (max-width: 768px) {.contact-panel-Y {
    padding: 60px 0;
}.contact-panel-Y h2 {
    margin-bottom: 40px;
}.contact-panel-Y .connect-links-s {
    flex-direction: column;
}.contact-panel-Y .img-stack-D {
    width: 100%;
    min-height: 300px;
    flex: 0 0 300px;
}.contact-panel-Y .request-form-A {
    padding: 40px 30px;
    flex: 0 0 auto;
}.contact-panel-Y form h3 {
    margin-bottom: 25px;
}.contact-panel-Y form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}
}


@media (min-width: 768px) {.job-board-c .top-mainwrap-G {
    justify-content: space-between;
}.job-board-c .company_holder {
    flex: 0 0 30%;
    text-align: left;
}.job-board-c .login-footer-N {
    flex: 0 0 65%;
}.job-board-c .container {
    align-items: flex-start;
    justify-content: space-between;
}.job-board-c .med-guides-V {
    margin: 0;
    text-align: left;
    max-width: 100%;
}
}



@media (max-width: 576px) {.job-board-c {
    padding: 40px 0;
}.job-board-c .company_holder h3 {
    font-size: calc(36px * 0.8);
}.job-board-c .top-expert-f h5 {
    font-size: calc(24px * 0.9);
}.job-board-c .top-expert-f .top-mainwrap-G a {
    font-size: calc(12px * 0.95);
}}



@media (max-width: 768px) {.about-this-X {
    padding: 60px 0;
}.about-this-X .text-container-s {
    transform: perspective(600px) rotateX(0.5deg);
    padding: 25px;
    box-shadow: 
            15px 15px 30px rgba(0, 0, 0, 0.1),
            -8px -8px 20px rgba(255, 255, 255, 0.8),
            inset 3px 3px 8px rgba(255, 255, 255, 0.5),
            inset -3px -3px 10px rgba(0, 0, 0, 0.05);
}.about-this-X h1 {
    font-size: calc(44px * 0.8);
    margin-bottom: 20px;
}.about-this-X h4 {
    font-size: 22px;
}.about-this-X span {
    font-size: calc(16px * 0.95);
    line-height: 1.6;
}
}



@media (max-width: 991px) {.gratitudeWeb-K {
    padding: 3rem 1.5rem;
}.gratitudeWeb-K h2 {
    font-size: calc(34px * 0.9);
    margin-bottom: 2rem;
}.gratitudeWeb-K .knowledge-growth-m {
    padding: 2rem;
}
}



@media (max-width: 480px) {.gratitudeWeb-K {
    padding: 2rem 1rem;
}.gratitudeWeb-K h2 {
    text-align: left;
    font-size: calc(34px * 0.7);
}.gratitudeWeb-K h2::after {
    transform: none;
    width: 50px;
    left: 0;
}.gratitudeWeb-K .knowledge-growth-m {
    padding: 1.25rem;
}.gratitudeWeb-K li {
    padding-left: 1.25rem;
}.gratitudeWeb-K li::before {
    height: 6px;
    width: 6px;
    top: 0.5rem;
}}



@media (max-width: 767px) {.contact-F {
    padding: 50px 0;
}.contact-F .edu-query-S {
    padding: 30px 20px;
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.1),
                -8px -8px 16px rgba(255, 255, 255, 0.6);
}.contact-F h2 {
    font-size: calc(30px * 0.9);
    margin-bottom: 25px;
}.contact-F p {
    font-size: calc(16px * 0.95);
    margin-bottom: 20px;
}.contact-F .get-support-K {
    margin-top: 30px;
    gap: 15px;
    flex-direction: column;
}.contact-F .connect-now-I {
    width: 100%;
    padding: 12px 20px;
}.contact-F .connect-now-I svg {
    height: 20px;
    margin-right: 10px;
    width: 20px;
}.contact-F .edu-query-S::before,
  .contact-F .edu-query-S::after {
    display: none;
}.contact-F .connect-now-I:nth-child(n) {
    animation: none;
}}



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



@keyframes pulse-subtle {
    0%, 100% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.08;
        transform: scale(1.1);
    }
}



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

@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}



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



@keyframes fadeUpContent {
    0% {
        transform: translateY(2rem);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}



@keyframes pulse {
    0%, 100% {
        opacity: 0.03;
    }
    50% {
        opacity: 0.08;
    }
}



@keyframes pulseLight {
    0%, 100% {
        opacity: 0.1;
        transform: scale(1);
    }
    50% {
        opacity: 0.15;
        transform: scale(1.1);
    }
}



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



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

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

