.nav-expert-560 {
    flex: 1 0 auto;
}

.nav-expert-560 {
    position: relative;
    padding-top: 2rem;
    background: rgb(231,242,241);
    z-index: 1;
    margin-top: 0;
}

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

.wrapper-padding-328 {
    height: 100%;
    flex-direction: column;
    min-height: 100%;
    display: flex;
}

.price-palette-496::before {
    top: 0;
    position: absolute;
    left: 0;
    content: "";
    bottom: 0;
    z-index: 1;
    right: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
}

.price-palette-496 .bundle-offer-406 {
    padding: 0;
    display: grid;
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    list-style: none;
}

.price-palette-496 .pay-options-852 {
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    text-decoration: none;
    height: 100%;
    position: relative;
    display: block;
    transform: translateZ(0);
}

.price-palette-496 .payment-pricing-803::before {
    left: 0;
    top: 0;
    opacity: 0.8;
    position: absolute;
    background: linear-gradient(90deg, 
        rgb(200,217,216) 0%, 
        rgb(164,185,184) 100%);
    content: "";
    width: 100%;
    transition: all 0.4s ease;
    height: 4px;
    transform: scaleX(0.8);
}

.price-palette-496 .pricing-options-512 h4 {
    color: #ffffff;
    font-weight: 600;
    padding-bottom: 15px;
    margin: 0 0 20px;
    font-size: calc(23px * 1.2);
    position: relative;
}

.price-palette-496 .fee-struct-320 {
    font-size: calc(23px * 1.4);
    padding: 10px 0;
    text-shadow: 0 2px 8px rgba(0,0,0,0.2);
    color: #ffffff;
    font-weight: 700;
    display: block;
    position: relative;
    margin-top: 10px;
}

.price-palette-496 .pay-options-852:hover .payment-pricing-803::before {
    transform: scaleX(1);
    opacity: 1;
}

.price-palette-496 .pay-options-852:hover .pricing-options-512 h4::after {
    width: 60px;
}

.price-palette-496 .bundle-offer-406 li:nth-child(2) {
    animation-delay: 0.2s;
}

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

header .main-primary-672:hover {
    transform: translateY(-3px) scale(1.02);
}

header .nav-section-876::before {
    bottom: -8px;
    transition: all 0.3s ease;
    top: -8px;
    border: 1px solid rgb(200,217,216);
    border-radius: 10px;
    left: -8px;
    right: -8px;
    transform: skew(-3deg);
    opacity: 0.3;
    content: '';
    position: absolute;
}

header .first-pagebar-829 a::before {
    height: 1px;
    width: 80%;
    left: 10%;
    position: absolute;
    bottom: 5px;
    transition: transform 0.3s ease;
    opacity: 0.7;
    content: '';
    transform: scaleX(0);
    background: rgb(200,217,216);
}

header .first-pagebar-829::after {
    opacity: 0;
    width: 100%;
    pointer-events: none;
    height: 100%;
    top: 0;
    transition: opacity 0.3s ease;
    left: 0;
    background: radial-gradient(circle at center, rgb(200,217,216,0.5) 0%, transparent 70%);
    z-index: -1;
    content: '';
    position: absolute;
}

.appPanel-071::after {
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, 
    transparent, 
    rgb(164,185,184), 
    rgb(200,217,216), 
    transparent);
    content: "";
    bottom: 0;
    left: 0;
    height: 3px;
    z-index: 2;
}

.appPanel-071 h2 {
    font-weight: 700;
    position: relative;
    margin-bottom: 2.5rem;
    font-size: 30px;
    line-height: 1.3;
    color: #000000;
    font-family: Arial, sans-serif;
    max-width: 85%;
    animation: slideTitle 0.8s ease-out forwards 0.3s;
    transform: translateX(-1rem);
    opacity: 0;
}

.appPanel-071 ul {
    margin: 0;
    padding: 0;
    z-index: 2;
    list-style: none;
    position: relative;
}

.appPanel-071 li:last-child {
    margin-bottom: 0;
}

.appPanel-071 li span {
    opacity: 0;
    line-height: 1.7;
    animation: fadeIn 0.8s ease-out forwards 0.7s;
    font-size: 16px;
    font-family: Arial, sans-serif;
    display: block;
    transform: translateX(0.5rem);
    color: #000000;
}

.stay-informed-971::before {
    z-index: 1;
    position: absolute;
    left: -10%;
    animation: wave 15s infinite alternate;
    height: 200%;
    opacity: 0.4;
    width: 80%;
    content: "";
    top: -30%;
    clip-path: polygon(0 0, 100% 0, 60% 100%, 0 100%);
    background: rgb(164,185,184,0.5);
    transform: rotate(30deg);
}

.stay-informed-971 p::after {
    background: rgb(164,185,184);
    border-radius: 3px;
    height: 3px;
    position: absolute;
    bottom: -1.5rem;
    content: "";
    left: 50%;
    width: 3rem;
    transform: translateX(-50%);
}

.stay-informed-971 .email-section-194::placeholder {
    opacity: 0.6;
    color: #000000;
}

.stay-informed-971 .subscribe-wrap-435 {
    transition: all 0.3s ease;
    overflow: hidden;
    font-family: Arial, sans-serif;
    transform: rotate(2deg) translateY(0);
    z-index: 2;
    font-size: 19px;
    border: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    color: #ffffff;
    background: linear-gradient(90deg, rgb(200,217,216) 0%, rgb(164,185,184) 100%);
    padding: 1.2rem 3rem;
    cursor: pointer;
    align-self: flex-end;
    font-weight: 600;
    border-radius: 19px;
}

.education-framework-830 .study-expert-143 {
    display: grid;
    align-items: center;
    max-width: 1200px;
    position: relative;
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
    z-index: 1;
    margin: 0 auto;
}

.education-framework-830 .study-expert-143 {
    gap: 2rem;
    grid-template-columns: 1fr;
}

.education-framework-830 h3::before {
    width: 4rem;
    height: 4px;
    content: "";
    position: absolute;
    animation: expandLine 1s 0.4s forwards ease-out;
    transform: scaleX(0);
    transform-origin: left;
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(200,217,216), rgb(164,185,184));
    left: 0;
    top: -1rem;
}

.education-framework-830 h3::before,
    .education-framework-830 h3::after {
    transform: translateX(-50%) scaleX(0);
    left: 50%;
}

.education-framework-830 span::after {
    left: -5px;
    animation: pulse 3s 1.5s infinite;
    width: 8px;
    height: 8px;
    bottom: 0;
    content: "";
    position: absolute;
    border-radius: 50%;
    background: rgb(200,217,216);
}

.education-framework-830 span::after {
    left: calc(50% + 15px);
    top: -5px;
    bottom: auto;
}

.our-team-763 .container {
    z-index: 5;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
}

.our-team-763 .container {
    padding: 0 15px;
}

.our-team-763 h2 {
    margin-bottom: 60px;
    display: inline-block;
    color: rgb(200,217,216);
    font-weight: 700;
    font-size: 29px;
    position: relative;
    text-align: center;
    transform: translateX(-50%);
    left: 50%;
}

.our-team-763 h2 {
    font-size: calc(29px * 0.9);
    margin-bottom: 40px;
}



.our-team-763 .study-lab-031 {
    display: flex;
    gap: 40px;
    position: relative;
}

.our-team-763 .success-path-342:nth-child(2) {
    border-left-color: rgb(164,185,184);
}

.our-team-763 .success-path-342:nth-child(2)::before {
    background: linear-gradient(
        135deg,
        transparent 70%,
        rgba(rgb(164,185,184,0.5), 0.1) 70%
    );
}

.our-team-763 .success-path-342:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-8px);
}

.our-team-763 .success-path-342 h3::before {
    height: 2px;
    width: 0;
    bottom: -8px;
    left: 0;
    transition: width 0.3s ease;
    position: absolute;
    content: "";
    background: rgb(200,217,216);
}

.our-team-763 .success-path-342:nth-child(2)::after {
    background: linear-gradient(
        90deg,
        transparent,
        rgb(164,185,184,0.5) 100%
    );
}

.our-team-763 .study-lab-031::after {
    content: "";
    border-radius: 50%;
    z-index: 2;
    width: 40px;
    transform: translate(-50%, -50%);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 40px;
}

#cookie-info-panel-741 {
    display: none;
}

#cookie-info-panel-741:checked ~ .cookie-notice-window-807 {
    opacity: 0;
    visibility: hidden;
}

.cookie-option-158 svg, .cookie-option-158 svg path, .cookie-option-158 img {
    width: 100px;
    height: 100px;
    fill: rgb(200,217,216);
}


.wrapper-padding-328 .cookie-notice-window-807 {
    border: none;
    box-shadow: rgb(200,217,216,0.5) 0px 0px 40px 39px;
    background: #ffffff;
}

.wrapper-padding-328 .cookie-option-158 {
    align-items: center;
    border-radius: 50%;
    display: flex;
    height: 80px;
    width: 80px;
    justify-content: center;
    background:rgb(200,217,216);
}

.contact-364 .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.contact-364 .request-inquiry-037 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    position: relative;
    overflow: hidden;
    grid-row: 1 / 2;
    border-radius: 12px;
    margin-top: 80px;
    grid-column: 3 / 11;
    z-index: 10;
}

.contact-364 .request-inquiry-037 span {
    font-size: 13px;
    color: #000000;
}

.contact-364 .request-inquiry-037 a:hover {
    color: rgb(164,185,184);
}

.contact-364 form {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    max-width: 700px;
    margin: 0 auto;
    width: 60%;
    padding: 60px;
    background: #ffffff;
    border-radius: 12px;
}

.contact-364 form input[type="text"]:focus,
.contact-364 form input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgb(200,217,216,0.5);
    outline: none;
    border-color: rgb(200,217,216);
}

.contact-364 .reach-list-760 {
    display: flex;
    align-items: flex-start;
    margin: 25px 0;
}

.contact-364 .reach-list-760 input[type="checkbox"]:checked::before {
    width: 6px;
    border-width: 0 2px 2px 0;
    top: 4px;
    height: 10px;
    left: 7px;
    position: absolute;
    content: '';
    transform: rotate(45deg);
    border: solid #ffffff;
}

.contact-364 .inquiry-grid-543 {
    font-size: 15px;
    border-radius: 10px;
    border: none;
    color: #ffffff;
    cursor: pointer;
    font-weight: 700;
    transition: all 0.3s ease;
    width: 100%;
    padding: 18px 20px;
    background: rgb(200,217,216);
}

.secure-oasis-940::after {
    z-index: 0;
    background: radial-gradient(circle, rgb(164,185,184,0.5) 0%, transparent 70%);
    width: 300px;
    height: 300px;
    border-radius: 50%;
    content: "";
    right: -5%;
    top: -5%;
    position: absolute;
    opacity: 0.15;
    animation: float 15s infinite ease-in-out;
}

.secure-oasis-940 h2 {
    padding-left: 1rem;
    font-weight: 600;
    border-left: 4px solid rgb(164,185,184);
    font-size: 33px;
    margin: 2rem 0 1rem;
    color: rgb(200,217,216);
    transition: transform 0.3s ease;
}

.secure-oasis-940 h4 {
    padding-left: 0.5rem;
    font-weight: 600;
    border-left: 2px solid rgb(164,185,184,0.5);
    color: #000000;
    margin: 1.5rem 0 0.75rem;
    font-size: calc(33px * 0.7);
}

.secure-oasis-940 ul {
    padding: 0;
    margin: 1.5rem 0 2rem 1rem;
    list-style: none;
}

.secure-oasis-940 li::before {
    content: "";
    transform: rotate(45deg);
    height: 8px;
    border: 2px solid rgb(164,185,184);
    transition: transform 0.2s ease;
    left: 0;
    width: 8px;
    top: 0.6rem;
    position: absolute;
}

.learning-profits-487::after {
    width: 100%;
    background-image: repeating-linear-gradient(
    45deg,
    #ffffff 0px,
    #ffffff 1px,
    transparent 1px,
    transparent 15px
  );
    content: "";
    position: absolute;
    left: 0;
    animation: movePattern 60s linear infinite;
    top: 0;
    height: 100%;
    opacity: 0.1;
}



.learning-profits-487 .img-expand-280 {
    box-shadow: 
    10px 10px 30px rgba(0, 0, 0, 0.1),
    -5px -5px 20px rgba(255, 255, 255, 0.6);
    border-radius: 30px;
    flex: 0 0 40%;
    max-width: 450px;
    transform-origin: center;
    transition: all 0.5s ease;
}

.learning-profits-487 .img-expand-280:hover {
    transform: scale(1.03);
    box-shadow: 
    15px 15px 35px rgba(0, 0, 0, 0.15),
    -7px -7px 25px rgba(255, 255, 255, 0.8);
}

.learning-profits-487 .summary-frame-172:hover h3::after {
    width: 120px;
}

.learning-profits-487 li {
    transform: translateX(0);
    transition: all 0.3s ease;
    padding-left: 12px;
    margin-bottom: 16px;
    position: relative;
}

.learning-profits-487 li:hover::before {
    width: 5px;
    opacity: 1;
}

.learning-profits-487 li:hover p {
    box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.05),
    -5px -5px 15px rgba(255, 255, 255, 1);
}

.learning-profits-487 svg {
    border-radius: 12px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, rgb(200,217,216,0.5), rgb(164,185,184,0.5));
    flex-shrink: 0;
    width: 24px;
    transition: all 0.3s ease;
    padding: 10px;
    height: 24px;
}

.check-it-out-now-715::before {
    right: 0;
    animation: patternMove 30s linear infinite;
    opacity: 0.1;
    top: 0;
    z-index: 1;
    bottom: 0;
    position: absolute;
    transform: scale(1.05);
    background: repeating-linear-gradient(
    45deg,
    rgb(164,185,184,0.5),
    rgb(164,185,184,0.5) 10px,
    transparent 10px,
    transparent 20px
  );
    left: 0;
    content: "";
}

.check-it-out-now-715 h6::after {
    transform: translateX(-50%);
    bottom: -12px;
    content: "";
    width: 80px;
    position: absolute;
    background: #ffffff;
    left: 50%;
    height: 3px;
    opacity: 0.7;
}

.check-it-out-now-715 span {
    display: inline-block;
    z-index: 5;
    transform: perspective(800px) rotateX(2deg);
    position: relative;
}

.check-it-out-now-715 .inquiry-grid-543 span {
    transition: all 0.3s ease;
    z-index: 2;
    transform: none;
    position: relative;
}

.check-it-out-now-715 .inquiry-grid-543:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 
              0 5px 10px rgba(0, 0, 0, 0.08),
              0 0 0 2px rgba(255, 255, 255, 0.2);
    color: rgb(200,217,216);
    background: #ffffff;
}

.check-it-out-now-715 .inquiry-grid-543:active {
    transform: translateY(-2px) scale(0.98);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(255, 255, 255, 0.15);
    transition: all 0.1s ease;
}

.statistical-report-027 .container {
    position: relative;
    max-width: 1400px;
    padding: 0 20px;
    margin: 0 auto;
}

.statistical-report-027 .edu-statistics-806 {
    z-index: 2;
    position: relative;
}

.statistical-report-027 .edu-statistics-806 svg {
    width: 100px;
    fill: rgb(200,217,216);
    height: 100px;
    filter: drop-shadow(0 0 15px rgb(200,217,216,0.5));
}

.statistical-report-027 .class-benefits-638 {
    line-height: 1.7;
    position: relative;
    max-width: 90%;
    margin-bottom: 0;
    font-size: 16px;
    opacity: 0.9;
    color: #ffffff;
}

.statistical-report-027 .statistics-plus-726 {
    display: flex;
    position: relative;
    z-index: 2;
    flex-wrap: wrap;
}

.statistical-report-027 .statistics-reasons-624:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    transform: translateY(-10px);
}

.statistical-report-027 .statistics-reasons-624:hover {
    transform: translateY(-10px) rotate(0deg);
}

.statistical-report-027 .statistics-reasons-624:hover::before {
    opacity: 0.4;
    transform: scale(1.2);
}

.statistical-report-027 .statistics-reasons-624 span {
    display: block;
    position: relative;
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 10px;
}



.statistical-report-027 .statistics-reasons-624::after {
    height: 30px;
    opacity: 0.2;
    content: '';
    width: 30px;
    bottom: -15px;
    transition: all 0.4s ease;
    border-radius: 50%;
    position: absolute;
    left: -15px;
    background: linear-gradient(to right, rgb(164,185,184,0.5), transparent);
}

.statistical-report-027 .statistics-reasons-624:nth-child(4) {
    transform: rotate(2deg);
}

header .top_plank .top-segment-091 div svg, header .top_plank .top-segment-091 div svg path {
    fill: #ffffff;
}

header .top_plank .top-segment-091 div img, header .top_plank .top-segment-091 div svg {
    height: 16px;
    width: 16px;
    margin-right: 8px;
}

.title-intro-281::after {
    width: 120%;
    content: "";
    z-index: -2;
    height: 120%;
    animation: patternMove 60s linear infinite;
    transform: rotate(5deg) scale(1.2);
    background-image: 
        linear-gradient(45deg, rgb(231,242,241) 25%, transparent 25%), 
        linear-gradient(-45deg, rgb(231,242,241) 25%, transparent 25%), 
        linear-gradient(45deg, transparent 75%, rgb(231,242,241) 75%), 
        linear-gradient(-45deg, transparent 75%, rgb(231,242,241) 75%);
    background-size: 20px 20px;
    opacity: 0.04;
    position: absolute;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
}

.title-intro-281 .main-begin-745 {
    transform: perspective(1000px) rotateY(0deg);
    transition: all 0.5s ease;
    background: #ffffff;
    border-radius: 14px;
    padding: 2.5rem;
    position: relative;
    box-shadow: 
        12px 12px 24px rgba(0, 0, 0, 0.08),
        -12px -12px 24px rgba(255, 255, 255, 0.8),
        inset 2px 2px 4px rgba(255, 255, 255, 0.9),
        inset -2px -2px 4px rgba(0, 0, 0, 0.05);
    margin-bottom: 2.5rem;
}

.title-intro-281 .main-begin-745 svg path {
    transition: fill 0.3s ease;
    fill: rgb(200,217,216);
}

.title-intro-281 .main-begin-745:hover svg text {
    transform: translateY(-2px);
    fill: #000000;
}

.title-intro-281 ul {
    margin: 0;
    display: flex;
    list-style: none;
    padding: 0;
}

.title-intro-281 .inquiry-grid-543::before {
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    z-index: -1;
    position: absolute;
    top: 0;
    content: "";
    height: 100%;
    transition: left 0.7s ease;
    left: -100%;
}

.title-intro-281 .img-expand-280 {
    opacity: 0;
    height: 550px;
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.15),
        -20px -20px 40px rgba(255, 255, 255, 0.8);
    flex: 1;
    position: relative;
    animation: floatIn 1s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.3s;
    transform: perspective(1000px) rotateY(-5deg) translateZ(20px);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
    border-radius: 14px;
}

.academic-experience-576::before {
    border-radius: 50%;
    right: -100px;
    filter: blur(120px);
    top: -100px;
    background: rgb(200,217,216,0.5);
    height: 300px;
    position: absolute;
    content: "";
    z-index: 0;
    width: 300px;
}

.academic-experience-576 .img-expand-280 {
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 22px 0 0 22px;
    height: 500px;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateX(-30px) translateY(-30px);
}

.academic-experience-576 .career-explore-827 > div:nth-child(2) {
    font-weight: 400;
    margin-bottom: 2rem;
    text-transform: uppercase;
    color: rgb(200,217,216);
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
    font-size: 23px;
}

.academic-experience-576 .experience-156::before {
    font-family: serif;
    content: "";
    color: rgb(164,185,184,0.5);
    z-index: -1;
    top: -2.5rem;
    left: -2rem;
    font-size: 5rem;
    position: absolute;
}

footer .degree-path-145::before {
    width: 100%;
    background-image: radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
                      radial-gradient(circle at 85% 60%, rgba(255, 255, 255, 0.15) 0%, transparent 25%),
                      radial-gradient(circle at 40% 90%, rgba(255, 255, 255, 0.08) 0%, transparent 15%);
    content: "";
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
}

footer .info_item:nth-child(4) {
    transform: translateY(10px);
}

footer .info_item svg {
    fill: #ffffff;
    width: 24px;
    margin-right: 10px;
    height: 24px;
    flex-shrink: 0;
}

footer .text_main_holder {
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    display: flex;
    gap: 30px;
}

footer .nav-section-876::before, footer .first-expert-583::before, footer .subscribe_holder::before {
    position: absolute;
    z-index: -1;
    height: 150px;
    opacity: 0.1;
    content: "";
    border-radius: 50%;
    width: 150px;
}

footer .nav-section-876::before {
    left: -50px;
    top: -50px;
    background-color: rgb(200,217,216);
}

footer .nav-section-876 svg {
    height: 50px;
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
    width: auto;
}

footer .first-expert-583 h5::after, footer .subscribe_holder h5::after {
    background-color: #ffffff;
    width: 40px;
    transition: width 0.3s ease;
    transform: translateX(-50%);
    position: absolute;
    bottom: -8px;
    height: 2px;
    content: "";
    left: 50%;
}

footer .subscribe_holder p {
    max-width: 300px;
    margin-bottom: 25px;
    font-size: 17px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
}

footer .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.3);
    outline: none;
    box-shadow: 0 0 0 3px rgb(200,217,216,0.5);
}

footer .subscribe-wrap-435:hover {
    background-color: rgb(164,185,184);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.course-program-description-693 {
    padding: 120px 0 80px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgba(rgb(200,217,216,0.5), 0.05), rgba(rgb(164,185,184,0.5), 0.1));
}

.course-program-description-693::after {
    z-index: 0;
    width: 45%;
    right: -5%;
    background: linear-gradient(225deg, rgba(rgb(200,217,216,0.5), 0.08), transparent);
    top: -10%;
    content: "";
    position: absolute;
    height: 45%;
    transform: rotate(-15deg) skew(15deg);
}

.course-program-description-693 h2:hover::after {
    transform: scaleX(1.5);
}

.course-program-description-693 .career-path-852 {
    position: relative;
    grid-gap: 40px;
    grid-template-columns: 1fr;
    display: grid;
}

.course-program-description-693 .img-expand-280::before {
    background: linear-gradient(
        135deg,
        rgba(rgb(200,217,216,0.5), 0.1),
        rgba(rgb(164,185,184,0.5), 0.15)
    );
    content: "";
    z-index: 1;
    mix-blend-mode: overlay;
    height: 100%;
    left: 0;
    width: 100%;
    position: absolute;
    top: 0;
}

.course-program-description-693 .img-expand-280:hover::after {
    opacity: 1;
}

.course-program-description-693 .summary-frame-172 {
    padding: 20px 0 0;
    position: relative;
}

.course-program-description-693 .description:first-of-type::first-letter {
    font-size: 1.5em;
    font-weight: 700;
    color: rgb(200,217,216);
    margin-right: 1px;
}

.course-program-description-693 .description:last-of-type::before {
    height: 10px;
    background: rgb(200,217,216);
    left: -5px;
    content: "";
    position: absolute;
    width: 10px;
    top: 0;
    border-radius: 50%;
}


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



@media (max-width: 992px) {.price-palette-496 h2 {
    font-size: calc(35px * 0.9);
}.price-palette-496 .study-rates-592 {
    margin-bottom: 40px;
}.price-palette-496 .payment-pricing-803 {
    padding: 35px 25px;
}
}



@media (max-width: 576px) {.price-palette-496 {
    padding: 60px 0 40px;
}.price-palette-496 .container {
    padding: 0 15px;
}.price-palette-496 h2 {
    font-size: calc(35px * 0.7);
    margin-bottom: 15px;
}.price-palette-496 .study-rates-592 {
    font-size: calc(17px * 0.95);
    margin-bottom: 25px;
}.price-palette-496 .bundle-offer-406 {
    gap: 25px;
    grid-template-columns: 1fr;
}.price-palette-496 .payment-pricing-803 {
    padding: 30px 20px;
}.price-palette-496 .pricing-options-512 h4 {
    font-size: 23px;
}.price-palette-496 .fee-struct-320 {
    font-size: calc(23px * 1.2);
}}



@media (max-width: 479px) {header .head-main-584 {
    padding: 0.7rem 1rem;
}header .nav-section-876 {
    max-width: 110px;
}header .first-pagebar-829 a {
    padding: 0.4rem 0.6rem;
    font-size: calc(18px - 3px);
}}



@media (hover: hover) {.appPanel-071 .study-expert-143:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08), 0 10px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.appPanel-071 .study-expert-143:hover::before {
    transition: transform 0.5s ease;
    transform: scale(1.1);
}
}



@media (max-width: 480px) {.appPanel-071 {
    padding: 2.5rem 0;
}.appPanel-071 h2 {
    line-height: 1.4;
    font-size: calc(30px * 0.7);
}.appPanel-071 h2::after {
    width: 4rem;
}.appPanel-071 .study-expert-143 {
    border-left-width: 3px;
    padding: 1.75rem 1.25rem;
}.appPanel-071 li {
    padding-left: 1.25rem;
}.appPanel-071 li span {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
}}



@media screen and (min-width: 992px) {.our-team-763 .success-path-342:hover {
    transform: translateY(-8px) scale(1.03);
}
}



@media screen and (max-width: 991px) {.our-team-763 {
    padding: 90px 0;
}.our-team-763 h2 {
    margin-bottom: 50px;
}.our-team-763 .study-lab-031 {
    gap: 30px;
}.our-team-763 .success-path-342 {
    padding: 35px 30px;
}
}


@media only screen and (max-width: 800px){.wrapper-padding-328 .cookie-option-158 {
    margin: 0;
    margin-bottom: 14px;
}}



@media (max-width: 1200px) {.contact-364 .request-inquiry-037 {
    grid-column: 2 / 12;
}.contact-364 form {
    width: 70%;
}
}



@media (max-width: 768px) {.contact-364 .request-inquiry-037 h3 {
    padding: 30px;
    font-size: calc(33px * 0.9);
}.contact-364 .query-panel-129 {
    padding: 150px 20px 80px;
}.contact-364 form {
    width: 100%;
    padding: 40px 30px;
}.contact-364 form h3 {
    font-size: calc(33px * 0.9);
    margin-bottom: 35px;
}
}



@media (min-width: 992px) {.secure-oasis-940 {
    padding: 8rem 5rem;
}.secure-oasis-940::before {
    background-size: 15px 15px;
}.secure-oasis-940 .container {
    grid-template-columns: minmax(0, 1fr);
    gap: 3.5rem;
}.secure-oasis-940 h1 {
    padding-bottom: 1.25rem;
    margin-bottom: 2.5rem;
    font-size: calc(40px * 1.3);
}.secure-oasis-940 h2 {
    margin: 3rem 0 1.5rem;
}.secure-oasis-940 h3, 
    .secure-oasis-940 h4 {
    margin: 2rem 0 1rem;
}.secure-oasis-940 p,
    .secure-oasis-940 span {
    line-height: 1.8;
}.secure-oasis-940 span {
    transition: all 0.3s ease;
    transform: translateZ(0);
}.secure-oasis-940 span:hover {
    transform: translateX(5px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.07);
}.secure-oasis-940 ul {
    margin: 2rem 0 3rem 2rem;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 1rem 2rem;
    display: grid;
}.secure-oasis-940 li {
    margin-bottom: 1.25rem;
}.secure-oasis-940 li:hover {
    transition: transform 0.3s ease;
    transform: translateX(5px);
}}



@media screen and (max-width: 576px) {.check-it-out-now-715 {
    margin: 2rem 0;
    padding: 3rem 0.5rem;
}.check-it-out-now-715 h6 {
    font-size: calc(20px * 0.85);
    margin-bottom: 1.5rem;
}.check-it-out-now-715 h6::after {
    width: 50px;
}.check-it-out-now-715 .inquiry-grid-543 {
    padding: 10px 18px;
    min-width: 160px;
    font-size: calc(14px * 0.9);
}
}



@media screen and (max-width: 768px) {.statistical-report-027 {
    padding: 80px 0 100px;
}.statistical-report-027 .edu-statistics-806 svg {
    height: 80px;
    width: 80px;
}.statistical-report-027 .benefits-track-423 {
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: calc(29px * 0.9);
}.statistical-report-027 .class-benefits-638 {
    font-size: calc(16px * 0.95);
}.statistical-report-027 .statistics-reasons-624 {
    flex: 1 1 calc(50% - 20px);
    min-width: 200px;
}
}



@media (max-width: 768px) {.title-intro-281 {
    min-height: auto;
}.title-intro-281 .study-expert-143 {
    padding: 2rem 0;
}.title-intro-281 h1 {
    font-size: 38px;
    margin-bottom: 1.5rem;
}.title-intro-281 .main-begin-745 {
    margin-bottom: 2rem;
    padding: 1.5rem;
}.title-intro-281 .main-begin-745 svg {
    width: 60px;
    height: 60px;
    margin-bottom: 0.5rem;
}.title-intro-281 .main-begin-745 p {
    font-size: 18px;
}.title-intro-281 .img-expand-280 {
    height: 300px;
}.title-intro-281 .inquiry-grid-543 {
    padding: 0.8rem 1.5rem;
}
}



@media (max-width: 576px) {.academic-experience-576 {
    padding: 4rem 1rem;
}.academic-experience-576 .success-ratings-450 {
    max-width: 100%;
}.academic-experience-576 .img-expand-280 {
    transform: translateY(-20px);
    height: 320px;
}.academic-experience-576 .img-expand-280::before {
    top: 20px;
}.academic-experience-576 .career-explore-827 {
    padding: 0.5rem 1.5rem 2.5rem;
}.academic-experience-576 .name {
    font-size: calc(38px);
}.academic-experience-576 .career-explore-827 > div:nth-child(2) {
    font-size: 12px;
    letter-spacing: 1px;
}.academic-experience-576 .experience-156 {
    font-size: 12px;
}.academic-experience-576 .success-ratings-450:hover .img-expand-280 {
    transform: translateY(-25px);
}}



@media (min-width: 768px) {.course-program-description-693 {
    padding: 150px 0 100px;
}.course-program-description-693 h2 {
    font-size: calc(33px * 1.2);
    margin-bottom: 60px;
    max-width: 80%;
}.course-program-description-693 .career-path-852 {
    grid-gap: 60px;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.course-program-description-693 .img-expand-280 {
    height: 500px;
    transform: perspective(1500px) rotateY(-5deg) rotateX(3deg) translateX(-20px);
}.course-program-description-693 .img-expand-280:hover {
    transform: perspective(1500px) rotateY(-2deg) rotateX(1deg) translateX(0);
}.course-program-description-693 .summary-frame-172 {
    padding: 0 0 0 20px;
}.course-program-description-693 .description {
    max-height: 300px;
}
}

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



@keyframes slideTitle {
  from {
    transform: translateX(-1rem);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}



@keyframes growBox {
  from {
    transform: rotate(45deg) scale(0);
  }
  to {
    transform: rotate(45deg) scale(1);
  }
}



@keyframes wave {
    0% {
        transform: rotate(30deg) translateX(0);
    }
    100% {
        transform: rotate(30deg) translateX(5%);
    }
}



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

@keyframes expandLine {
        to {
            transform: translateX(-50%) scaleX(1);
        }
    }

@keyframes moveDot {
    0% {
        left: calc(50% - 60px - 6px);
    }
    100% {
        left: calc(50% + 60px - 6px);
    }
}

@keyframes moveDot {
        0% {
            left: calc(50% - 50px - 6px);
        }
        100% {
            left: calc(50% + 50px - 6px);
        }
    }

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



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



@keyframes patternMove {
    0% {
        background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    }
    100% {
        background-position: 1000px 1000px, 1000px 1010px, 1010px 990px, 990px 1000px;
    }
}

