﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}html,body {
    height: 100%;
    scroll-behavior: auto;
    color: #000000;
    min-height: 100%;
    font-family: Arial, sans-serif;
}.hfBuwrap-container {
    min-height: 100%;
    flex-direction: column;
    display: flex;
    height: 100%;
}svg {
    height: 30px;
    width: 30px;
}header,footer {
    width: 100%;
}.OyzGleaderboard {
    flex: 0 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}.container {
    margin: auto;
    width: 1232px;
    max-width: 100%;
}.LFvRhead_class {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.XiuMhomepage {
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    position: relative;
    padding: 6rem 2rem;
    display: flex;
    background: linear-gradient(135deg, rgb(240,224,205) 0%, rgba(0, 0, 0, 0.5) 100%);
    min-height: 100vh;
}.XiuMhomepage::before {
    left: 0;
    z-index: 1;
    height: 100%;
    top: 0;
    background: linear-gradient(45deg, rgb(208,154,106,0.5) 0%, transparent 50%);
    position: absolute;
    content: "";
    width: 100%;
}.XiuMhomepage > div {
    gap: 4rem;
    display: flex;
    position: relative;
    flex-direction: column;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    width: 100%;
}.XiuMhomepage > div > div:first-child {
    transform: translateX(2%);
    max-width: 700px;
    flex-direction: column;
    display: flex;
    gap: 1.5rem;
    position: relative;
}.XiuMhomepage > div > div:first-child::after {
    bottom: -20px;
    transform: scaleX(0);
    left: 0;
    position: absolute;
    transform-origin: left;
    width: 80px;
    background: rgb(226,190,154);
    animation: lineGrow 1.2s ease-out forwards 0.5s;
    content: "";
    height: 4px;
}@keyframes lineGrow {
  0% { transform: scaleX(0); }
  100% { transform: scaleX(1); }
}

.XiuMhomepage .xMuklearning_lead {
    font-size: 39px;
    animation: fadeUp 0.8s ease-out forwards;
    transform: translateY(30px);
    color: #ffffff;
    position: relative;
    opacity: 0;
    margin: 0;
    font-weight: 700;
}@keyframes fadeUp {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.XiuMhomepage p {
    animation: fadeUp 0.8s ease-out forwards 0.3s;
    margin: 0;
    line-height: 1.6;
    opacity: 0;
    max-width: 90%;
    transform: translateY(20px);
    font-size: 18px;
    color: #000000;
}.XiuMhomepage .GRDgmain_hero {
    animation: fadeUp 1s ease-out forwards 0.6s;
    transform: translateY(40px);
    width: 100%;
    position: relative;
    opacity: 0;
}.XiuMhomepage .EodNexpert_study {
    width: 100%;
    position: relative;
    transform: perspective(1000px) rotateY(-2deg);
    height: 400px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    transition: transform 0.5s ease;
}.XiuMhomepage .EodNexpert_study:hover {
    transform: perspective(1000px) rotateY(0deg) scale(1.02);
}.XiuMhomepage .EodNexpert_study::before {
    content: "";
    top: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, transparent 40%, #000000 100%);
    position: absolute;
    left: 0;
}.XiuMhomepage .EodNexpert_study span {
    bottom: 0;
    transform: translateY(10px);
    transition: transform 0.4s ease;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 2;
    padding: 2rem;
}.XiuMhomepage .EodNexpert_study:hover span {
    transform: translateY(0);
}.XiuMhomepage .EodNexpert_study h3 {
    font-size: calc(19px * 0.9);
    color: #ffffff;
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
}

@media (min-width: 768px) {.XiuMhomepage {
    padding: 8rem 4rem;
}.XiuMhomepage > div {
    flex-direction: row;
    gap: 2rem;
    align-items: center;
}.XiuMhomepage > div > div:first-child {
    flex: 1;
    transform: translateX(0);
}.XiuMhomepage .GRDgmain_hero {
    flex: 1.2;
}.XiuMhomepage .EodNexpert_study {
    height: 450px;
    transform: perspective(1000px) rotateY(-3deg) translateX(5%);
}.XiuMhomepage .EodNexpert_study:hover {
    transform: perspective(1000px) rotateY(0deg) translateX(0) scale(1.02);
}.XiuMhomepage .xMuklearning_lead {
    font-size: calc(39px * 1.1);
}.XiuMhomepage .EodNexpert_study h3 {
    font-size: 19px;
}
}

@media (min-width: 992px) {.XiuMhomepage {
    padding: 8rem 6rem;
}.XiuMhomepage > div {
    gap: 4rem;
}.XiuMhomepage > div > div:first-child {
    flex: 0.8;
}.XiuMhomepage .GRDgmain_hero {
    flex: 1.2;
}.XiuMhomepage .EodNexpert_study {
    height: 500px;
}.XiuMhomepage .xMuklearning_lead {
    font-size: calc(39px * 1.2);
}
}

@media (max-width: 767px) {.XiuMhomepage {
    text-align: center;
    padding: 5rem 1.5rem;
}.XiuMhomepage > div > div:first-child {
    align-items: center;
    transform: translateX(0);
}.XiuMhomepage > div > div:first-child::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0);
}@keyframes lineGrow {
    0% { transform: translateX(-50%) scaleX(0); }
    100% { transform: translateX(-50%) scaleX(1); }
  }
  
  .XiuMhomepage p {
    max-width: 100%;
}.XiuMhomepage .EodNexpert_study {
    transform: perspective(1000px) rotateY(0);
    height: 350px;
}
}

@media (max-width: 480px) {.XiuMhomepage {
    padding: 4rem 1rem;
}.XiuMhomepage > div {
    gap: 3rem;
}.XiuMhomepage .xMuklearning_lead {
    font-size: calc(39px * 0.85);
}.XiuMhomepage p {
    font-size: calc(18px * 0.95);
}.XiuMhomepage .EodNexpert_study {
    height: 300px;
}.XiuMhomepage .EodNexpert_study span {
    padding: 1.5rem;
}.XiuMhomepage .EodNexpert_study h3 {
    font-size: calc(19px * 0.8);
}}.WhDQcourse_methodology {
    background: linear-gradient(135deg, rgb(208,154,106,0.5), rgb(226,190,154,0.5));
    padding: 7rem 0;
    position: relative;
    overflow: hidden;
}.WhDQcourse_methodology::before {
    content: "";
    top: 0;
    width: 100%;
    position: absolute;
    left: 0;
    background: radial-gradient(circle at 20% 20%, rgba(255,255,255,0.15) 0%, transparent 70%);
    z-index: 1;
    height: 100%;
}.WhDQcourse_methodology::after {
    transform: rotate(-15deg);
    content: "";
    position: absolute;
    bottom: -5%;
    width: 50%;
    height: 50%;
    right: -10%;
    background: radial-gradient(ellipse, rgb(226,190,154,0.5) 0%, transparent 70%);
    z-index: 0;
}.WhDQcourse_methodology .ApDcproof_stats {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    padding: 0 2rem;
    position: relative;
}.WhDQcourse_methodology h2 {
    color: #ffffff;
    margin-bottom: 2.5rem;
    font-size: 36px;
    text-align: left;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    opacity: 0;
    animation: slideInTitle 0.8s ease-out forwards;
    position: relative;
    transform: translateX(-20px);
    font-weight: 700;
}.WhDQcourse_methodology h2::after {
    position: absolute;
    content: "";
    transform: scaleX(0);
    height: 3px;
    transform-origin: left;
    width: 120px;
    bottom: -12px;
    left: 0;
    background: linear-gradient(90deg, rgb(226,190,154), rgb(208,154,106));
    animation: expandLine 1s ease-out 0.3s forwards;
}.WhDQcourse_methodology .uQDltext_column {
    padding: 2.5rem 3rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.07);
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0 100%);
    background: rgba(255, 255, 255, 0.9);
    transform: perspective(1000px) rotateX(2deg) rotateY(-1deg);
    position: relative;
    backdrop-filter: blur(10px);
    transition: transform 0.5s ease-out, box-shadow 0.5s ease-out;
    border-left: 5px solid rgb(226,190,154);
}.WhDQcourse_methodology .uQDltext_column:hover {
    transform: perspective(1000px) rotateX(0) rotateY(0);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                0 10px 20px rgba(0, 0, 0, 0.1);
}.WhDQcourse_methodology .uQDltext_column::before {
    background: linear-gradient(135deg, transparent 0%, transparent 50%, rgba(rgb(208,154,106,0.5), 0.05) 100%);
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    content: "";
    width: 100%;
    height: 100%;
}.WhDQcourse_methodology p {
    line-height: 1.8;
    opacity: 0;
    position: relative;
    transform: translateY(20px);
    font-size: 17px;
    margin: 0;
    animation: fadeInUp 0.8s ease-out 0.4s forwards;
    color: #000000;
}.WhDQcourse_methodology p::first-letter {
    color: rgb(226,190,154);
    font-size: 1.5em;
    font-weight: 700;
}

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

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

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


@media screen and (max-width: 992px) {.WhDQcourse_methodology {
    padding: 5rem 0;
}.WhDQcourse_methodology h2 {
    font-size: calc(36px * 0.9);
    margin-bottom: 2rem;
}.WhDQcourse_methodology .uQDltext_column {
    transform: perspective(1000px) rotateX(1deg) rotateY(-0.5deg);
    padding: 2rem 2.5rem;
}
}


@media screen and (max-width: 768px) {.WhDQcourse_methodology {
    padding: 4rem 0;
}.WhDQcourse_methodology h2 {
    margin-bottom: 1.5rem;
    font-size: calc(36px * 0.8);
}.WhDQcourse_methodology h2::after {
    width: 80px;
    height: 2px;
    bottom: -8px;
}.WhDQcourse_methodology .uQDltext_column {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0 100%);
    padding: 1.75rem 2rem;
    transform: none;
}
}


@media screen and (max-width: 576px) {.WhDQcourse_methodology {
    padding: 3rem 0;
}.WhDQcourse_methodology .ApDcproof_stats {
    padding: 0 1.5rem;
}.WhDQcourse_methodology h2 {
    font-size: calc(36px * 0.7);
    margin-bottom: 1.25rem;
}.WhDQcourse_methodology .uQDltext_column {
    clip-path: none;
    border-left: 3px solid rgb(226,190,154);
    padding: 1.5rem;
}.WhDQcourse_methodology p {
    font-size: calc(17px * 0.95);
    line-height: 1.6;
}}.YQIeget_in_touch {
    padding: 80px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(240,224,205) 0%, rgba(0, 0, 0, 0.03) 100%);
    position: relative;
}.YQIeget_in_touch::before {
    position: absolute;
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(226,190,154), 0.05) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgba(rgb(208,154,106), 0.05) 0%, transparent 30%);
    top: 0;
    content: "";
    bottom: 0;
    z-index: 0;
    right: 0;
    left: 0;
}.YQIeget_in_touch::after {
    background-size: 20px 20px;
    animation: gridMove 20s linear infinite;
    content: "";
    opacity: 0.6;
    height: 100%;
    background-image: 
        linear-gradient(90deg, rgba(rgb(226,190,154), 0.03) 1px, transparent 1px),
        linear-gradient(rgba(rgb(226,190,154), 0.03) 1px, transparent 1px);
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    position: absolute;
}@keyframes gridMove {
    0% { background-position: 0 0; }
    100% { background-position: 20px 20px; }
}

.YQIeget_in_touch .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 2;
}.YQIeget_in_touch h2 {
    transform: translateX(-50%);
    color: #000000;
    text-align: center;
    margin-bottom: 50px;
    display: inline-block;
    position: relative;
    font-weight: 700;
    font-size: 33px;
    left: 50%;
}.YQIeget_in_touch h2::after {
    position: absolute;
    left: 15%;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgb(226,190,154), transparent);
    bottom: -15px;
    content: "";
    width: 70%;
}.YQIeget_in_touch .XUQHhelp_info {
    transform: translateY(0);
    background: #ffffff;
    border-radius: 19px;
    position: relative;
    display: flex;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(rgb(226,190,154), 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}.YQIeget_in_touch .XUQHhelp_info:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                0 10px 20px rgba(rgb(226,190,154), 0.1);
}.YQIeget_in_touch .XUQHhelp_info::before {
    content: "";
    left: 0;
    top: 0;
    width: 5px;
    position: absolute;
    background: linear-gradient(to bottom, rgb(226,190,154), rgb(208,154,106));
    height: 100%;
}.YQIeget_in_touch .BLkTimage_frame_wrap {
    position: relative;
    width: 45%;
    overflow: hidden;
}.YQIeget_in_touch .BLkTimage_frame_wrap::after {
    background: linear-gradient(135deg, 
                rgba(rgb(226,190,154), 0.3) 0%, 
                rgba(rgb(208,154,106), 0.3) 100%);
    height: 100%;
    left: 0;
    width: 100%;
    content: "";
    mix-blend-mode: overlay;
    top: 0;
    position: absolute;
}.YQIeget_in_touch .BLkTimage_frame_wrap::before {
    content: "";
    transform: rotate(45deg);
    z-index: 2;
    position: absolute;
    width: 150%;
    left: -100px;
    height: 150px;
    animation: shine 6s infinite;
    background: rgba(255, 255, 255, 0.2);
    top: -100px;
}@keyframes shine {
    0% { top: -100px; left: -100px; }
    100% { top: 100%; left: 100%; }
}

.YQIeget_in_touch .HjcMhelp_section {
    width: 55%;
    position: relative;
    padding: 50px 40px;
}.YQIeget_in_touch .HjcMhelp_section::before {
    right: -50px;
    top: -50px;
    border-radius: 50%;
    height: 200px;
    content: "";
    position: absolute;
    background: radial-gradient(circle, rgba(rgb(226,190,154), 0.05) 0%, transparent 70%);
    z-index: 0;
    width: 200px;
}.YQIeget_in_touch form {
    z-index: 2;
    position: relative;
}.YQIeget_in_touch form h3 {
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
    font-size: 22px;
    color: #000000;
    font-weight: 600;
}.YQIeget_in_touch form h3::after {
    bottom: -10px;
    width: 40px;
    height: 2px;
    position: absolute;
    background: rgb(226,190,154);
    content: "";
    left: 0;
}.YQIeget_in_touch form input[type="text"] {
    margin-bottom: 20px;
    width: 100%;
    border: 1px solid rgba(#000000, 0.1);
    transition: all 0.3s ease;
    color: #000000;
    font-size: 17px;
    border-radius: 10px;
    position: relative;
    font-family: Arial, sans-serif;
    padding: 15px 20px;
    background: rgba(#ffffff, 0.8);
}.YQIeget_in_touch form input[type="text"]:focus {
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(rgb(226,190,154), 0.1);
    outline: none;
    border-color: rgb(226,190,154);
}.YQIeget_in_touch form input[type="text"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(#000000, 0.5);
}.YQIeget_in_touch form input[type="text"]:focus::placeholder {
    opacity: 0.5;
    transform: translateX(5px);
}.YQIeget_in_touch .dBsKhelp_grid {
    margin-bottom: 30px;
    position: relative;
    display: flex;
    align-items: flex-start;
}.YQIeget_in_touch .dBsKhelp_grid input[type="checkbox"] {
    opacity: 0;
    cursor: pointer;
    width: 0;
    height: 0;
    position: absolute;
}.YQIeget_in_touch .dBsKhelp_grid label {
    font-size: 15px;
    line-height: 1.4;
    position: relative;
    cursor: pointer;
    user-select: none;
    color: #000000;
    padding-left: 35px;
}.YQIeget_in_touch .dBsKhelp_grid label::before {
    width: 22px;
    border-radius: 10px;
    transition: all 0.3s ease;
    background: rgba(#ffffff, 0.8);
    top: 0;
    left: 0;
    height: 22px;
    content: "";
    border: 1px solid rgba(#000000, 0.2);
    position: absolute;
}.YQIeget_in_touch .dBsKhelp_grid input[type="checkbox"]:checked + label::before {
    background: rgb(226,190,154);
    border-color: rgb(226,190,154);
}.YQIeget_in_touch .dBsKhelp_grid input[type="checkbox"]:checked + label::after {
    content: "";
    transform: rotate(45deg);
    border: solid #ffffff;
    top: 4px;
    width: 6px;
    position: absolute;
    height: 12px;
    left: 8px;
    border-width: 0 2px 2px 0;
}.YQIeget_in_touch .dBsKhelp_grid label a {
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(226,190,154);
}.YQIeget_in_touch .dBsKhelp_grid label a::after {
    position: absolute;
    content: "";
    background: rgb(226,190,154);
    transform: scaleX(0);
    height: 1px;
    transition: transform 0.3s ease;
    left: 0;
    bottom: -2px;
    transform-origin: left;
    width: 100%;
}.YQIeget_in_touch .dBsKhelp_grid label a:hover {
    color: rgb(208,154,106);
}.YQIeget_in_touch .dBsKhelp_grid label a:hover::after {
    transform: scaleX(1);
    background: rgb(208,154,106);
}.YQIeget_in_touch .ZzrQquery_support {
    font-weight: 600;
    padding: 15px 20px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    color: #ffffff;
    overflow: hidden;
    background: linear-gradient(90deg, rgb(226,190,154), rgb(208,154,106));
    position: relative;
    width: 100%;
    transition: all 0.3s ease;
    z-index: 1;
    border-radius: 10px;
}.YQIeget_in_touch .ZzrQquery_support::before {
    position: absolute;
    transition: opacity 0.3s ease;
    background: linear-gradient(90deg, rgb(208,154,106), rgb(226,190,154));
    width: 100%;
    top: 0;
    z-index: -1;
    left: 0;
    content: "";
    height: 100%;
    opacity: 0;
}.YQIeget_in_touch .ZzrQquery_support:hover::before {
    opacity: 1;
}.YQIeget_in_touch .ZzrQquery_support:active {
    transform: translateY(2px);
}.YQIeget_in_touch svg {
    width: 20px;
    fill: rgb(226,190,154);
    transition: fill 0.3s ease;
    margin-right: 10px;
    height: 20px;
}.YQIeget_in_touch svg path {
    fill: rgb(226,190,154);
    transition: fill 0.3s ease;
}.YQIeget_in_touch svg:hover,
.YQIeget_in_touch svg:hover path {
    fill: rgb(208,154,106);
}.YQIeget_in_touch form input {
    background: rgb(240,224,205);
}
@media (max-width: 1024px) {.YQIeget_in_touch {
    padding: 60px 0;
}.YQIeget_in_touch .container {
    padding: 0 15px;
}.YQIeget_in_touch h2 {
    margin-bottom: 40px;
}.YQIeget_in_touch .HjcMhelp_section {
    padding: 40px 30px;
}
}

@media (max-width: 768px) {.YQIeget_in_touch {
    padding: 50px 0;
}.YQIeget_in_touch h2 {
    margin-bottom: 30px;
}.YQIeget_in_touch .XUQHhelp_info {
    flex-direction: column;
}.YQIeget_in_touch .BLkTimage_frame_wrap {
    width: 100%;
    height: 250px;
}.YQIeget_in_touch .HjcMhelp_section {
    width: 100%;
    padding: 30px 25px;
}.YQIeget_in_touch form h3 {
    margin-bottom: 25px;
}.YQIeget_in_touch form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.YQIeget_in_touch .dBsKhelp_grid {
    margin-bottom: 25px;
}.YQIeget_in_touch .ZzrQquery_support {
    padding: 12px 15px;
}
}

@media (max-width: 480px) {.YQIeget_in_touch {
    padding: 40px 0;
}.YQIeget_in_touch h2 {
    margin-bottom: 25px;
    font-size: calc(33px * 0.85);
}.YQIeget_in_touch .BLkTimage_frame_wrap {
    height: 200px;
}.YQIeget_in_touch .HjcMhelp_section {
    padding: 25px 20px;
}.YQIeget_in_touch form h3 {
    font-size: calc(22px * 0.9);
    margin-bottom: 20px;
}.YQIeget_in_touch form input[type="text"] {
    padding: 10px 12px;
    margin-bottom: 12px;
}.YQIeget_in_touch .dBsKhelp_grid {
    margin-bottom: 20px;
}.YQIeget_in_touch .dBsKhelp_grid label {
    padding-left: 30px;
    font-size: calc(15px * 0.9);
}.YQIeget_in_touch .dBsKhelp_grid label::before {
    height: 18px;
    width: 18px;
}.YQIeget_in_touch .dBsKhelp_grid input[type="checkbox"]:checked + label::after {
    top: 3px;
    height: 10px;
    left: 6px;
    width: 5px;
}.YQIeget_in_touch .ZzrQquery_support {
    padding: 10px 12px;
}
}

@media (prefers-reduced-motion: reduce) {.YQIeget_in_touch::after,
    .YQIeget_in_touch .BLkTimage_frame_wrap::before {
    animation: none;
}.YQIeget_in_touch .XUQHhelp_info:hover {
    transform: none;
}}.OrHxleadership_experience {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(240,224,205), rgba(245, 247, 250, 0.92));
    padding: 7rem 0;
}.OrHxleadership_experience::before {
    top: -5%;
    height: 40%;
    opacity: 0.15;
    width: 40%;
    z-index: 0;
    transform: rotate(-15deg);
    background: linear-gradient(225deg, rgb(226,190,154,0.5), transparent);
    left: -5%;
    position: absolute;
    content: "";
}.OrHxleadership_experience::after {
    height: 50%;
    content: "";
    z-index: 0;
    background: linear-gradient(45deg, rgb(208,154,106,0.5), transparent);
    width: 30%;
    position: absolute;
    opacity: 0.1;
    bottom: -5%;
    transform: rotate(10deg);
    right: -5%;
}.OrHxleadership_experience .container {
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 1.5rem;
    position: relative;
    z-index: 1;
}.OrHxleadership_experience .ruiSlearning_voices {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.02);
    background: #ffffff;
    grid-template-columns: 1fr;
    transform: translateY(0);
    gap: 2.5rem;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    display: grid;
    padding: 3rem 2rem;
    position: relative;
}.OrHxleadership_experience .ruiSlearning_voices:hover {
    transform: translateY(-5px);
}.OrHxleadership_experience .ruiSlearning_voices > div:first-child {
    width: 100%;
    position: relative;
}.OrHxleadership_experience .ruiSlearning_voices .BLkTimage_frame_wrap {
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    width: 100%;
    padding-bottom: 85%;
    overflow: hidden;
    height: 0;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
}.OrHxleadership_experience .ruiSlearning_voices:hover .BLkTimage_frame_wrap {
    transform: scale(1.02);
}.OrHxleadership_experience .ruiSlearning_voices .BLkTimage_frame_wrap::after {
    position: absolute;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.2));
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
}.OrHxleadership_experience .ruiSlearning_voices > div:nth-child(2) {
    position: relative;
    text-align: left;
}.OrHxleadership_experience .ruiSlearning_voices .name {
    font-size: calc(24px * 1.1);
    position: relative;
    margin: 0 0 0.5rem;
    font-weight: 700;
    display: inline-block;
    color: #000000;
}.OrHxleadership_experience .ruiSlearning_voices .name::after {
    content: "";
    transition: transform 0.4s ease-out;
    width: 2.5rem;
    position: absolute;
    height: 2px;
    bottom: -0.35rem;
    transform-origin: left;
    left: 0;
    transform: scaleX(1);
    background: rgb(226,190,154);
}.OrHxleadership_experience .ruiSlearning_voices:hover .name::after {
    transform: scaleX(1.5);
}.OrHxleadership_experience .ruiSlearning_voices > div:nth-child(2) > div {
    margin-top: 0.75rem;
    color: rgb(226,190,154);
    letter-spacing: 0.02em;
    font-size: calc(14px * 0.95);
    font-weight: 600;
}.OrHxleadership_experience .ruiSlearning_voices > div:nth-child(3) {
    position: relative;
}.OrHxleadership_experience .ruiSlearning_voices .pBuZcareer_skills {
    border-left: 3px solid rgb(208,154,106,0.5);
    padding-left: 1.25rem;
    font-size: 14px;
    line-height: 1.7;
    color: #000000;
    position: relative;
    margin: 0;
}.OrHxleadership_experience .ruiSlearning_voices .pBuZcareer_skills::before {
    left: -8px;
    opacity: 0;
    top: -15px;
    position: absolute;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgb(208,154,106,0.5);
    transition: all 0.4s ease-out 0.2s;
    border-radius: 50%;
    z-index: 1;
    height: 25px;
    transform: scale(0);
    width: 25px;
    content: "";
}.OrHxleadership_experience .ruiSlearning_voices:hover .pBuZcareer_skills::before {
    opacity: 1;
    transform: scale(1);
}

@media (min-width: 768px) {.OrHxleadership_experience {
    padding: 8rem 0;
}.OrHxleadership_experience .ruiSlearning_voices {
    padding: 3.5rem;
    gap: 2rem 3.5rem;
    grid-template-rows: auto 1fr;
    grid-template-columns: 280px 1fr;
}.OrHxleadership_experience .ruiSlearning_voices > div:first-child {
    grid-row: span 2;
}.OrHxleadership_experience .ruiSlearning_voices .BLkTimage_frame_wrap {
    padding-bottom: 130%;
}.OrHxleadership_experience .ruiSlearning_voices > div:nth-child(2) {
    align-self: end;
}.OrHxleadership_experience .ruiSlearning_voices .name {
    font-size: calc(24px * 1.2);
}.OrHxleadership_experience .ruiSlearning_voices > div:nth-child(3) {
    grid-column: 2;
}.OrHxleadership_experience .ruiSlearning_voices .pBuZcareer_skills {
    font-size: calc(14px * 1.05);
    padding-left: 1.5rem;
}
}

@media (min-width: 1024px) {.OrHxleadership_experience {
    padding: 10rem 0;
}.OrHxleadership_experience .ruiSlearning_voices {
    grid-template-columns: 320px 1fr;
    padding: 4rem;
    gap: 2.5rem 4rem;
}.OrHxleadership_experience .ruiSlearning_voices .name {
    font-size: calc(24px * 1.3);
}.OrHxleadership_experience .ruiSlearning_voices > div:nth-child(2) > div {
    font-size: 14px;
}.OrHxleadership_experience .ruiSlearning_voices .pBuZcareer_skills {
    font-size: calc(14px * 1.1);
    line-height: 1.8;
}.OrHxleadership_experience .ruiSlearning_voices::before {
    opacity: 0.1;
    border-radius: 0 10px 0 100px;
    height: 80px;
    z-index: 0;
    content: "";
    width: 80px;
    transition: all 0.5s ease-out;
    right: 3.5rem;
    position: absolute;
    transform: rotate(45deg);
    background: linear-gradient(135deg, rgb(226,190,154,0.5), transparent 70%);
    top: 3.5rem;
}.OrHxleadership_experience .ruiSlearning_voices:hover::before {
    transform: rotate(55deg) scale(1.2);
    opacity: 0.15;
}
}

@media (min-width: 1280px) {.OrHxleadership_experience .ruiSlearning_voices {
    padding: 5rem;
    grid-template-columns: 380px 1fr;
    gap: 3rem 5rem;
}.OrHxleadership_experience .ruiSlearning_voices .pBuZcareer_skills {
    padding-left: 2rem;
    border-left: 4px solid rgb(208,154,106,0.5);
}}.kXnwaccess_now {
    padding: 130px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(208,154,106,0.5) 0%, rgb(240,224,205) 100%);
    position: relative;
}.kXnwaccess_now::before {
    width: 100%;
    background: 
        linear-gradient(45deg, rgb(240,224,205) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(240,224,205) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(240,224,205) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(240,224,205) 75%);
    opacity: 0.03;
    content: '';
    top: 0;
    left: 0;
    z-index: 1;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    height: 100%;
    background-size: 20px 20px;
    position: absolute;
}.kXnwaccess_now .ApDcproof_stats {
    display: grid;
    z-index: 10;
    position: relative;
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}.kXnwaccess_now .container p {
    color: #000000;
    transition: transform 0.5s ease;
    position: relative;
    z-index: 5;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(0, 0, 0, 0.01);
    background: #ffffff;
    line-height: 1.4;
    font-weight: 700;
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg) translateZ(0);
    padding: 50px;
    font-size: 29px;
    border-radius: 11px;
    margin: 0;
}.kXnwaccess_now .ZzrQquery_support {
    justify-content: center;
    background: rgb(226,190,154);
    z-index: 5;
    align-items: center;
    display: flex;
    transform: perspective(1000px) rotateX(2deg) rotateY(2deg) translateZ(0);
    font-weight: 600;
    border-radius: 11px;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(0, 0, 0, 0.01);
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    padding: 50px;
}.kXnwaccess_now .ZzrQquery_support::before {
    left: -50%;
    background: radial-gradient(circle, rgb(208,154,106) 0%, transparent 60%);
    z-index: -1;
    top: -50%;
    height: 200%;
    position: absolute;
    content: '';
    width: 200%;
    opacity: 0;
    transition: opacity 0.5s ease;
}.kXnwaccess_now .container p:hover,
.kXnwaccess_now .ZzrQquery_support:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(30px);
}.kXnwaccess_now .ZzrQquery_support:hover {
    box-shadow: 
        0 15px 40px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(0, 0, 0, 0.02);
}.kXnwaccess_now .ZzrQquery_support:hover::before {
    animation: pulse-bg 3s infinite;
    opacity: 0.3;
}.kXnwaccess_now::after {
    bottom: -50px;
    opacity: 0.3;
    position: absolute;
    height: 300px;
    border-radius: 50%;
    right: -50px;
    filter: blur(80px);
    background: linear-gradient(
        45deg,
        rgb(226,190,154,0.5),
        rgb(208,154,106,0.5)
    );
    z-index: 1;
    width: 300px;
    content: '';
}

@keyframes pulse-bg {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
}

@media (max-width: 991px) {.kXnwaccess_now {
    padding: 90px 0;
}.kXnwaccess_now .container p {
    font-size: calc(19px * 1.2);
    padding: 40px;
}.kXnwaccess_now .ZzrQquery_support {
    padding: 40px;
}
}

@media (max-width: 767px) {.kXnwaccess_now {
    padding: 70px 0;
}.kXnwaccess_now .ApDcproof_stats {
    grid-template-columns: 1fr;
}.kXnwaccess_now .container p {
    font-size: 19px;
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(0);
    padding: 30px;
}.kXnwaccess_now .ZzrQquery_support {
    padding: 25px;
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(0);
}.kXnwaccess_now .container p:hover,
    .kXnwaccess_now .ZzrQquery_support:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(10px);
}
}

@media (max-width: 480px) {.kXnwaccess_now {
    padding: 50px 0;
}.kXnwaccess_now .container p {
    padding: 25px 20px;
    font-size: calc(12px * 1.2);
}.kXnwaccess_now .ZzrQquery_support {
    font-size: calc(18px * 0.9);
    padding: 20px;
}}.xXTFstatistical_summary {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    color: #ffffff;
    isolation: isolate;
}.xXTFstatistical_summary::before {
    z-index: -2;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #000000;
    content: '';
    position: absolute;
    opacity: 0.92;
}.xXTFstatistical_summary::after {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    content: '';
    height: 100%;
    z-index: -1;
    opacity: 0.4;
    background: radial-gradient(circle at 20% 30%, rgb(226,190,154,0.5) 0%, transparent 40%),
                radial-gradient(circle at 80% 70%, rgb(208,154,106,0.5) 0%, transparent 50%);
}.xXTFstatistical_summary .container {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1400px;
}.xXTFstatistical_summary .pFVastatistics_reasons {
    grid-template-rows: auto auto auto;
    margin: 0 auto;
    gap: 30px;
    z-index: 1;
    position: relative;
    grid-template-areas:
        "header minisvg"
        "description description"
        "items items";
    display: grid;
    grid-template-columns: 3fr 1fr;
}.xXTFstatistical_summary .TijPedu_wins {
    align-items: flex-start;
    grid-area: minisvg;
    justify-content: flex-end;
    display: flex;
}.xXTFstatistical_summary .TijPedu_wins svg {
    animation: pulse 3s infinite alternate ease-in-out;
    width: 80px;
    filter: drop-shadow(0 0 12px rgb(226,190,154,0.5));
    height: 80px;
    fill: rgb(226,190,154);
}.xXTFstatistical_summary .TijPedu_wins svg path {
    fill: rgb(226,190,154);
    stroke-width: 0.5;
    stroke: #ffffff;
}.xXTFstatistical_summary .lGxVboost_growth {
    color: #ffffff;
    position: relative;
    font-size: 38px;
    font-weight: 700;
    margin: 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    display: flex;
    letter-spacing: 1px;
    align-items: center;
    grid-area: header;
}.xXTFstatistical_summary .uDMlstatistics_zone {
    border-radius: 10px;
    position: relative;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01));
    backdrop-filter: blur(5px);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0 auto;
    grid-area: description;
    line-height: 1.7;
    padding: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    opacity: 0.9;
    font-size: 16px;
    text-align: center;
    max-width: 85%;
}.xXTFstatistical_summary .uDMlstatistics_zone::before {
    width: 120px;
    right: -60px;
    opacity: 0.6;
    content: '';
    top: -60px;
    animation: rotate 60s linear infinite;
    position: absolute;
    height: 120px;
    border-radius: 50%;
    border: 1px solid rgb(226,190,154,0.5);
}.xXTFstatistical_summary .uDMlstatistics_zone::after {
    width: 80px;
    border-radius: 50%;
    animation: rotate 40s linear infinite reverse;
    bottom: -40px;
    left: -40px;
    opacity: 0.6;
    content: '';
    border: 1px solid rgb(208,154,106,0.5);
    height: 80px;
    position: absolute;
}.xXTFstatistical_summary .HlqKfast_benefits {
    display: flex;
    padding-top: 40px;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    grid-area: items;
}.xXTFstatistical_summary .HlqKfast_benefits::before {
    opacity: 0.5;
    position: absolute;
    content: '';
    background: linear-gradient(to right, transparent, #ffffff, transparent);
    top: 0;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
}.xXTFstatistical_summary .Lgzdkey_pros {
    flex: 1 1 200px;
    perspective: 1000px;
    min-width: 220px;
    height: 220px;
    position: relative;
    max-width: 280px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    transform-style: preserve-3d;
}.xXTFstatistical_summary .Lgzdkey_pros:hover {
    transform: translateY(-10px) rotate3d(1, 2, 0, 5deg);
    z-index: 2;
}.xXTFstatistical_summary .stat_item_inner {
    padding: 20px;
    transition: transform 0.4s ease;
    justify-content: center;
    display: flex;
    width: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02));
    height: 100%;
    border-radius: 10px;
    align-items: center;
    backdrop-filter: blur(5px);
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    flex-direction: column;
    position: relative;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: center;
}.xXTFstatistical_summary .Lgzdkey_pros::before,
.xXTFstatistical_summary .Lgzdkey_pros::after {
    z-index: -1;
    content: '';
    opacity: 0;
    position: absolute;
    transition: all 0.5s ease;
    border-radius: 50%;
    background: rgb(226,190,154,0.5);
}.xXTFstatistical_summary .Lgzdkey_pros::before {
    top: -60px;
    height: 120px;
    right: -60px;
    width: 120px;
}.xXTFstatistical_summary .Lgzdkey_pros::after {
    left: -50px;
    height: 100px;
    width: 100px;
    bottom: -50px;
    background: rgb(208,154,106,0.5);
}.xXTFstatistical_summary .Lgzdkey_pros:hover::before,
.xXTFstatistical_summary .Lgzdkey_pros:hover::after {
    opacity: 0.2;
}.xXTFstatistical_summary .WoJqprogram_wins {
    margin-bottom: 15px;
    position: relative;
}.xXTFstatistical_summary .WoJqprogram_wins::after {
    left: 50%;
    background: rgb(226,190,154,0.5);
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: -1;
    opacity: 0.5;
    border-radius: 50%;
    width: 40px;
    top: 50%;
    height: 40px;
    filter: blur(15px);
    content: '';
}.xXTFstatistical_summary .WoJqprogram_wins svg {
    position: relative;
    width: 45px;
    transition: transform 0.3s ease;
    z-index: 1;
    height: 45px;
    fill: rgb(226,190,154);
}.xXTFstatistical_summary .WoJqprogram_wins svg path {
    fill: rgb(226,190,154);
    stroke-width: 0.5;
    stroke: #ffffff;
}.xXTFstatistical_summary .Lgzdkey_pros:hover .WoJqprogram_wins svg {
    transform: scale(1.1);
}.xXTFstatistical_summary .Lgzdkey_pros span {
    font-weight: 700;
    background: linear-gradient(to right, #ffffff, rgb(208,154,106));
    position: relative;
    text-fill-color: transparent;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background-clip: text !important;
    font-size: calc(38px * 1.1);
    margin-bottom: 10px;
    display: block;
}.xXTFstatistical_summary .Lgzdkey_pros p {
    opacity: 0.9;
    font-size: 16px;
    line-height: 1.4;
    color: #ffffff;
    max-width: 90%;
    margin: 0;
}.xXTFstatistical_summary .stat_item_inner::before {
    border-radius: calc(10px + 2px);
    right: -2px;
    opacity: 0;
    z-index: -1;
    position: absolute;
    content: '';
    transition: opacity 0.4s ease;
    top: -2px;
    background: linear-gradient(45deg, transparent, rgb(226,190,154,0.5), transparent);
    bottom: -2px;
    left: -2px;
}.xXTFstatistical_summary .Lgzdkey_pros:hover .stat_item_inner::before {
    opacity: 1;
}.xXTFstatistical_summary .stat_item_inner::after {
    content: '';
    top: 0;
    height: 30%;
    background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.05), transparent);
    position: absolute;
    opacity: 0;
    width: 100%;
    left: 0;
    animation: shine 3s infinite;
    transform: translateY(-100%);
    transition: opacity 0.3s ease;
}.xXTFstatistical_summary .Lgzdkey_pros:hover .stat_item_inner::after {
    opacity: 1;
}.xXTFstatistical_summary .lGxVboost_growth::before {
    border-radius: 2px;
    content: '';
    position: absolute;
    background: rgb(226,190,154);
    left: 0;
    height: 3px;
    width: 50px;
    bottom: -10px;
}.xXTFstatistical_summary .lGxVboost_growth::after {
    bottom: -10px;
    border-radius: 2px;
    width: 20px;
    height: 3px;
    position: absolute;
    background: rgb(208,154,106);
    content: '';
    left: 60px;
}.xXTFstatistical_summary::before {
    background-position: center center;
    background-size: 20px 20px;
    opacity: 0.3;
    background-image: 
        linear-gradient(to right, #000000 1px, transparent 1px),
        linear-gradient(to bottom, #000000 1px, transparent 1px);
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.8;
    }
    50% {
        transform: scale(1.05);
        opacity: 1;
    }
}

@keyframes shine {
    0% {
        transform: translateY(-100%) rotate(30deg);
    }
    100% {
        transform: translateY(200%) rotate(30deg);
    }
}

@media screen and (max-width: 1200px) {.xXTFstatistical_summary .Lgzdkey_pros {
    flex: 1 1 180px;
    min-width: 200px;
    height: 200px;
}
}

@media screen and (max-width: 992px) {.xXTFstatistical_summary {
    padding: 100px 0;
}.xXTFstatistical_summary .pFVastatistics_reasons {
    grid-template-areas:
            "minisvg"
            "header"
            "description"
            "NIOEprogram_plan";
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
}.xXTFstatistical_summary .TijPedu_wins {
    justify-content: center;
    margin-bottom: 20px;
}.xXTFstatistical_summary .lGxVboost_growth {
    justify-content: center;
    text-align: center;
}.xXTFstatistical_summary .lGxVboost_growth::before,
    .xXTFstatistical_summary .lGxVboost_growth::after {
    left: 50%;
}.xXTFstatistical_summary .lGxVboost_growth::before {
    transform: translateX(calc(-50% - 10px));
}.xXTFstatistical_summary .lGxVboost_growth::after {
    transform: translateX(calc(-50% + 30px));
}.xXTFstatistical_summary .uDMlstatistics_zone {
    max-width: 90%;
}
}

@media screen and (max-width: 768px) {.xXTFstatistical_summary {
    padding: 80px 0;
}.xXTFstatistical_summary .lGxVboost_growth {
    font-size: calc(38px * 0.9);
}.xXTFstatistical_summary .uDMlstatistics_zone {
    max-width: 95%;
    font-size: calc(16px * 0.95);
    padding: 15px;
}.xXTFstatistical_summary .Lgzdkey_pros {
    height: 190px;
    flex: 1 1 170px;
    min-width: 170px;
}.xXTFstatistical_summary .Lgzdkey_pros span {
    font-size: 38px;
}.xXTFstatistical_summary .Lgzdkey_pros p {
    font-size: calc(16px * 0.9);
}
}

@media screen and (max-width: 576px) {.xXTFstatistical_summary {
    padding: 60px 0;
}.xXTFstatistical_summary .TijPedu_wins svg {
    width: 60px;
    height: 60px;
}.xXTFstatistical_summary .uDMlstatistics_zone {
    padding: 15px 10px;
    max-width: 100%;
}.xXTFstatistical_summary .Lgzdkey_pros {
    height: auto;
    aspect-ratio: 16/9;
    flex: 1 1 100%;
    min-width: 100%;
}.xXTFstatistical_summary .HlqKfast_benefits {
    flex-direction: column;
}}

.xXTFstatistical_summary .Lgzdkey_pros:nth-child(1) {
    transform: translateY(-5px);
}.xXTFstatistical_summary .Lgzdkey_pros:nth-child(2) {
    transform: translateY(5px);
}.xXTFstatistical_summary .Lgzdkey_pros:nth-child(3) {
    transform: translateY(-8px);
}.xXTFstatistical_summary .Lgzdkey_pros:nth-child(4) {
    transform: translateY(8px);
}.xXTFstatistical_summary .Lgzdkey_pros:hover {
    transform: translateY(-10px) rotate3d(1, 2, 0, 5deg);
}.xXTFstatistical_summary .container::before {
    width: 60px;
    opacity: 0.3;
    content: '';
    height: 60px;
    right: -30px;
    border-radius: 10px;
    animation: rotate 30s linear infinite;
    border: 1px solid rgb(208,154,106,0.5);
    position: absolute;
    top: -30px;
}.xXTFstatistical_summary .container::after {
    content: '';
    opacity: 0.3;
    border: 1px solid rgb(226,190,154,0.5);
    height: 40px;
    position: absolute;
    bottom: -20px;
    transform: rotate(45deg);
    animation: rotate 25s linear infinite reverse;
    width: 40px;
    left: -20px;
}.gTaJconsentInformationPopup {
    background: rgb(240,224,205);
    padding: 20px;
    width: 100%;
    border-top: 3px solid rgb(226,190,154);
    bottom: 0;
    overflow: hidden;
    z-index: 1050;
    position: fixed;
    font-family: Arial, sans-serif;
}.tSKpcookie_verify {
    flex-wrap: nowrap;
    align-items: center;
    z-index: 1;
    display: flex;
    justify-content: space-between;
}.uWsbprivacy_opt {
    flex-shrink: 0;
    margin-right: 20px;
}#ZrKycookiePromptNotice {
    display: none;
}#ZrKycookiePromptNotice:checked ~ .gTaJconsentInformationPopup {
    opacity: 0;
    visibility: hidden;
}.uWsbprivacy_opt svg {
    height: 60px;
    fill: rgb(226,190,154);
    transition: fill 0.3s ease-in-out;
    width: 60px;
}.RtAecookie_review {
    flex-grow: 1;
    margin-right: 20px;
}.RtAecookie_review h5 {
    color: rgb(226,190,154);
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 21px;
}.RtAecookie_review p {
    font-size: 18px;
    color: #000000;
    margin-bottom: 0;
}.HSEfedu_cookie {
    border-radius: 10px;
    font-size: 20px;
    transition: all 0.3s ease-in-out;
    margin-left: 10px;
    padding: 10px 20px;
    text-decoration: none;
}.HSEfedu_cookie {
    background-color: rgb(226,190,154);
    color: #ffffff;
    border: 1px solid rgb(226,190,154);
}.HSEfedu_cookie:hover {
    background-color: rgba(0, 0, 0, 0.5);
    border-color: #000000;
}.gTaJconsentInformationPopup p a {
    text-decoration: underline;
    color: rgb(226,190,154);
}.gTaJconsentInformationPopup p a:hover {
    color: #000000;
}
@media (max-width: 1200px) {.RtAecookie_review h5 {
    font-size: calc(21px - 2px);
}.RtAecookie_review p {
    font-size: calc(18px - 2px);
}.HSEfedu_cookie {
    font-size: calc(20px - 2px);
    padding: 8px 16px;
}
}
@media (max-width: 800px) {.tSKpcookie_verify {
    align-items: center;
    flex-direction: column;
}.uWsbprivacy_opt {
    margin-bottom: 15px;
}.RtAecookie_review {
    text-align: center;
    margin-bottom: 20px;
}.HSEfedu_cookie {
    margin-top: 10px;
    width: 100%;
    margin-left: 0;
}}
.lEzycompany_info {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.lEzycompany_info::before {
    right: 0;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, rgb(208,154,106,0.5), rgba(0, 0, 0, 0.5) 70%);
    bottom: 0;
    z-index: 1;
    content: "";
}.lEzycompany_info::after {
    right: -50px;
    height: 200px;
    z-index: 1;
    animation: float 15s ease-in-out infinite;
    content: "";
    background: rgb(226,190,154);
    transform: rotate(15deg);
    width: 200px;
    opacity: 0.1;
    position: absolute;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    top: -50px;
}.lEzycompany_info .container {
    padding: 0 30px;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.lEzycompany_info .uQDltext_column {
    position: relative;
    padding: 50px;
    overflow: hidden;
    transition: transform 0.5s ease-out;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 
              0 5px 15px rgba(0, 0, 0, 0.07);
    transform: perspective(1000px) rotateY(1deg);
}.lEzycompany_info .uQDltext_column:hover {
    transform: perspective(1000px) rotateY(0deg);
}.lEzycompany_info .uQDltext_column::before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 5px;
    top: 0;
    background: linear-gradient(to bottom, rgb(226,190,154), rgb(208,154,106));
}.lEzycompany_info h1 {
    position: relative;
    animation: slideIn 0.8s 0.2s forwards ease-out;
    margin-bottom: 30px;
    opacity: 0;
    font-weight: 700;
    color: #000000;
    font-size: 40px;
    transform: translateX(-10px);
    padding-bottom: 15px;
    letter-spacing: -0.5px;
}.lEzycompany_info h1::after {
    position: absolute;
    content: "";
    width: 80px;
    height: 3px;
    left: 0;
    background: rgb(226,190,154);
    bottom: 0;
    transition: width 0.3s ease;
}.lEzycompany_info .uQDltext_column:hover h1::after {
    width: 120px;
}.lEzycompany_info ul {
    padding: 0;
    animation: fadeUp 1s 0.5s forwards ease-out;
    transform: translateY(20px);
    opacity: 0;
    margin: 0;
    list-style: none;
}.lEzycompany_info li {
    margin-bottom: 20px;
}.lEzycompany_info h4 {
    font-size: 23px;
    color: rgb(226,190,154);
    margin-bottom: 15px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    letter-spacing: 0.5px;
}.lEzycompany_info h4::before {
    transform-origin: left;
    height: 1px;
    background: rgb(226,190,154,0.5);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: absolute;
    left: 0;
    transform: scaleX(0);
    width: 100%;
    content: "";
    bottom: -5px;
}.lEzycompany_info .uQDltext_column:hover h4::before {
    transform: scaleX(1);
}.lEzycompany_info span {
    column-count: 2;
    font-size: 13px;
    line-height: 1.8;
    color: #000000;
    display: block;
    font-family: Arial, sans-serif;
    text-align: justify;
    column-gap: 40px;
    position: relative;
}.lEzycompany_info span::first-letter {
    font-size: 1.5em;
    font-weight: 700;
    color: rgb(208,154,106);
}

@keyframes slideIn {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

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

@keyframes float {
  0%, 100% {
    transform: rotate(15deg) translateY(0);
  }
  50% {
    transform: rotate(25deg) translateY(-30px);
  }
}

@media (max-width: 1200px) {.lEzycompany_info {
    padding: 100px 0;
}.lEzycompany_info .uQDltext_column {
    padding: 40px;
}
}

@media (max-width: 992px) {.lEzycompany_info h1 {
    font-size: calc(40px * 0.9);
}.lEzycompany_info span {
    column-count: 1;
}.lEzycompany_info .uQDltext_column {
    transform: perspective(1000px) rotateY(0deg);
}
}

@media (max-width: 768px) {.lEzycompany_info {
    padding: 80px 0;
}.lEzycompany_info .uQDltext_column {
    padding: 30px;
}.lEzycompany_info h1 {
    margin-bottom: 20px;
    font-size: calc(40px * 0.8);
}.lEzycompany_info span {
    font-size: calc(13px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 576px) {.lEzycompany_info {
    padding: 60px 0;
}.lEzycompany_info .uQDltext_column {
    padding: 25px 20px;
}.lEzycompany_info h1 {
    font-size: calc(40px * 0.7);
}.lEzycompany_info span {
    font-size: calc(13px * 0.9);
    line-height: 1.6;
}.lEzycompany_info .uQDltext_column::before {
    width: 3px;
}
}

@media (max-width: 480px) {.lEzycompany_info {
    padding: 50px 0;
}.lEzycompany_info .container {
    padding: 0 15px;
}.lEzycompany_info h1 {
    padding-bottom: 10px;
    margin-bottom: 15px;
}.lEzycompany_info h1::after {
    width: 60px;
    height: 2px;
}.lEzycompany_info .uQDltext_column:hover h1::after {
    width: 90px;
}
}

@media (prefers-reduced-motion: reduce) {.lEzycompany_info .uQDltext_column,
  .lEzycompany_info h1,
  .lEzycompany_info ul,
  .lEzycompany_info h4::before,
  .lEzycompany_info::after {
    animation: none;
    transform: none;
    transition: none;
}}.NWwrprogram_assets {
    position: relative;
    background: linear-gradient(135deg, rgb(240,224,205) 0%, rgba(247, 248, 255, 0.95) 100%);
    padding: 8rem 0;
    overflow: hidden;
}.NWwrprogram_assets::before {
    right: -5%;
    background: linear-gradient(225deg, rgb(226,190,154,0.5) 0%, transparent 70%);
    top: -5%;
    content: "";
    transform: rotate(-15deg);
    width: 300px;
    position: absolute;
    filter: blur(60px);
    height: 300px;
    z-index: 0;
    opacity: 0.6;
}.NWwrprogram_assets::after {
    filter: blur(50px);
    z-index: 0;
    position: absolute;
    width: 200px;
    background: linear-gradient(45deg, rgb(208,154,106,0.5) 0%, transparent 70%);
    content: "";
    transform: rotate(30deg);
    opacity: 0.5;
    bottom: -50px;
    height: 200px;
    left: -50px;
}.NWwrprogram_assets .container {
    z-index: 2;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
}.NWwrprogram_assets .ApDcproof_stats {
    justify-content: space-between;
    align-items: center;
    gap: 4rem;
    display: flex;
    transform: perspective(1200px) rotateY(-2deg);
}.NWwrprogram_assets .uQDltext_column {
    transform: perspective(1000px) translateZ(20px);
    flex: 1;
    position: relative;
    backdrop-filter: blur(8px);
    padding: 2.5rem;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1), 
                0 0 0 1px rgba(255, 255, 255, 0.8) inset;
    background: rgba(255, 255, 255, 0.85);
}.NWwrprogram_assets .uQDltext_column:hover {
    transform: perspective(1000px) translateZ(40px) translateY(-5px);
}.NWwrprogram_assets .uQDltext_column::before {
    top: 0;
    background: linear-gradient(to bottom, rgb(226,190,154), rgb(208,154,106));
    width: 6px;
    transform: scaleY(0.94);
    height: 100%;
    position: absolute;
    content: "";
    left: 0;
}.NWwrprogram_assets h4 {
    font-weight: 700;
    line-height: 1.4;
    color: #000000;
    margin-bottom: 2rem;
    position: relative;
    font-size: calc(23px * 1.1);
}.NWwrprogram_assets h4::after {
    transform-origin: left;
    animation: expand 3s cubic-bezier(0.25, 1, 0.5, 1) infinite alternate;
    position: absolute;
    bottom: -12px;
    height: 3px;
    background: rgb(226,190,154);
    content: "";
    left: 0;
    width: 80px;
}@keyframes expand {
    0% { transform: scaleX(0.7); }
    100% { transform: scaleX(1); }
}

.NWwrprogram_assets .uQDltext_column > div {
    display: flex;
    gap: 1.5rem;
    margin-top: 1rem;
}.NWwrprogram_assets ul {
    margin: 0;
    flex: 1;
    list-style: none;
    padding: 0;
}.NWwrprogram_assets li {
    transform: translateX(0);
    transition: transform 0.4s ease;
    position: relative;
    margin-bottom: 1.5rem;
}.NWwrprogram_assets li:hover {
    transform: translateX(5px);
}.NWwrprogram_assets li p {
    display: flex;
    align-items: flex-start;
    line-height: 1.6;
    margin: 0;
    color: #000000;
    font-size: 12px;
    gap: 15px;
}.NWwrprogram_assets li p span:last-child {
    flex: 1;
}.NWwrprogram_assets svg {
    height: 24px;
    transform: translateY(-2px);
    transition: transform 0.3s ease;
    margin-top: 3px;
    width: 24px;
}.NWwrprogram_assets li:hover svg {
    transform: translateY(-2px) scale(1.1);
}.NWwrprogram_assets svg path {
    transition: fill 0.3s ease;
    fill: rgb(226,190,154);
}.NWwrprogram_assets li:hover svg path {
    fill: rgb(208,154,106);
}.NWwrprogram_assets .BLkTimage_frame_wrap {
    box-shadow: 25px 25px 50px -12px rgba(0, 0, 0, 0.25);
    max-width: 45%;
    transform: perspective(1000px) rotateY(5deg) translateZ(30px);
    height: auto;
    object-fit: cover;
    border-radius: 4px;
    z-index: 1;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    clip-path: polygon(0 0, 100% 5%, 95% 100%, 0% 95%);
    flex: 0 0 45%;
}.NWwrprogram_assets .BLkTimage_frame_wrap:hover {
    transform: perspective(1000px) rotateY(2deg) translateZ(50px);
}

@media (max-width: 1024px) {.NWwrprogram_assets {
    padding: 6rem 0;
}.NWwrprogram_assets .ApDcproof_stats {
    transform: perspective(1200px) rotateY(-1deg);
    gap: 3rem;
}.NWwrprogram_assets .uQDltext_column {
    padding: 2rem;
}.NWwrprogram_assets h4 {
    font-size: 23px;
}
}

@media (max-width: 768px) {.NWwrprogram_assets {
    padding: 4rem 0;
}.NWwrprogram_assets .ApDcproof_stats {
    transform: none;
    flex-direction: column-reverse;
}.NWwrprogram_assets .uQDltext_column {
    padding: 2rem 1.5rem;
    width: 100%;
    transform: none;
}.NWwrprogram_assets .uQDltext_column > div {
    gap: 0;
    flex-direction: column;
}.NWwrprogram_assets .BLkTimage_frame_wrap {
    clip-path: polygon(0 0, 100% 3%, 97% 100%, 0% 97%);
    margin: 0 auto 2rem;
    transform: perspective(1000px) rotateY(2deg) translateZ(20px);
    max-width: 90%;
}.NWwrprogram_assets h4 {
    margin-bottom: 1.5rem;
    font-size: calc(20px * 1.1);
}.NWwrprogram_assets li {
    margin-bottom: 1.2rem;
}.NWwrprogram_assets li p {
    font-size: calc(12px * 0.95);
}
}

@media (max-width: 480px) {.NWwrprogram_assets {
    padding: 3rem 0;
}.NWwrprogram_assets .uQDltext_column {
    padding: 1.5rem 1rem;
}.NWwrprogram_assets .BLkTimage_frame_wrap {
    clip-path: polygon(0 0, 100% 2%, 98% 100%, 0% 98%);
    max-width: 100%;
}.NWwrprogram_assets h4 {
    font-size: 20px;
}.NWwrprogram_assets li p {
    font-size: calc(12px * 0.9);
    gap: 10px;
}.NWwrprogram_assets svg {
    width: 20px;
    height: 20px;
}}.RdSIthanks_msg {
    align-items: center;
    perspective: 1000px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(208,154,106,0.5), rgb(226,190,154,0.5) 70%);
    display: flex;
    position: relative;
    padding: 5rem 0;
    min-height: 60vh;
}.RdSIthanks_msg::before {
    opacity: 0.07;
    background: repeating-linear-gradient(
        45deg,
        rgb(208,154,106,0.5) 0px,
        rgb(208,154,106,0.5) 2px,
        transparent 2px,
        transparent 8px
    );
    width: 100%;
    content: "";
    left: 0;
    z-index: 1;
    height: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
}.RdSIthanks_msg::after {
    position: absolute;
    content: "";
    transform: rotate(35deg);
    animation: shimmerEffect 15s infinite alternate ease-in-out;
    width: 80%;
    opacity: 0.15;
    right: -20%;
    height: 200%;
    background: radial-gradient(
        circle at center,
        rgb(226,190,154,0.5) 0%,
        transparent 70%
    );
    top: -50%;
    z-index: 0;
}.RdSIthanks_msg .container {
    width: 90%;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.RdSIthanks_msg .ApDcproof_stats {
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.1),
        0 2px 5px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    padding: 3.5rem;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform-style: preserve-3d;
    border-radius: 3px;
    background: linear-gradient(
        to right bottom,
        rgba(255, 255, 255, 0.9),
        rgba(255, 255, 255, 0.7)
    );
    position: relative;
    transform: rotateX(2deg) rotateY(1deg);
    backdrop-filter: blur(10px);
}.RdSIthanks_msg .ApDcproof_stats:hover {
    transform: rotateX(0deg) rotateY(0deg);
}.RdSIthanks_msg .ApDcproof_stats::before {
    height: 100%;
    content: "";
    transform: translateZ(-10px);
    top: 0;
    z-index: -1;
    opacity: 0.05;
    background: linear-gradient(
        45deg,
        rgb(208,154,106,0.5) 0%,
        transparent 30%,
        transparent 70%,
        rgb(226,190,154,0.5) 100%
    );
    width: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
}.RdSIthanks_msg .ApDcproof_stats > div:first-child {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    position: relative;
}.RdSIthanks_msg .ApDcproof_stats > div:first-child::after {
    width: 40%;
    bottom: 0;
    content: "";
    transform-origin: left center;
    background: linear-gradient(
        to right,
        rgb(208,154,106),
        rgb(226,190,154,0.5)
    );
    position: absolute;
    animation: lineExtend 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    height: 3px;
    left: 0;
}.RdSIthanks_msg h5 {
    font-size: clamp(1.5rem, 2.5vw, 21px);
    transform: translateY(15px);
    opacity: 0;
    animation: fadeInUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.3s;
    line-height: 1.4;
    margin: 0;
    color: #000000;
    font-weight: 700;
}.RdSIthanks_msg p {
    transform: translateY(20px);
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: clamp(1rem, 1.2vw, 13px);
    opacity: 0;
    max-width: 95%;
    line-height: 1.8;
    animation: fadeInUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.6s;
    margin: 0;
}.RdSIthanks_msg a {
    position: relative;
    display: inline-block;
    transition: transform 0.3s ease;
    transform: scale(1);
    color: inherit;
    text-decoration: none;
}.RdSIthanks_msg a:hover {
    transform: scale(1.01);
}.RdSIthanks_msg a::before {
    transition: opacity 0.3s ease, transform 0.3s ease;
    border: 1px solid rgb(208,154,106,0.5);
    left: -15px;
    top: -15px;
    position: absolute;
    content: "";
    width: calc(100% + 30px);
    pointer-events: none;
    opacity: 0;
    height: calc(100% + 30px);
    border-radius: 3px;
}.RdSIthanks_msg a:hover::before {
    transform: scale(1.02);
    opacity: 0.5;
}.RdSIthanks_msg a::after {
    height: 1px;
    background: linear-gradient(
        to right,
        rgb(208,154,106),
        rgb(226,190,154)
    );
    transform: scaleX(0);
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transform-origin: right;
    bottom: -5px;
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
}.RdSIthanks_msg a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}

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

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

@keyframes shimmerEffect {
    0%, 100% {
        opacity: 0.15;
        transform: rotate(35deg) translateX(0);
    }
    50% {
        opacity: 0.25;
        transform: rotate(35deg) translateX(5%);
    }
}

@media (max-width: 991px) {.RdSIthanks_msg {
    padding: 4rem 0;
}.RdSIthanks_msg .ApDcproof_stats {
    padding: 2.5rem;
    transform: rotateX(1deg) rotateY(0.5deg);
}.RdSIthanks_msg h5 {
    line-height: 1.35;
}.RdSIthanks_msg p {
    max-width: 100%;
}.RdSIthanks_msg .ApDcproof_stats > div:first-child::after {
    width: 60%;
}
}

@media (max-width: 767px) {.RdSIthanks_msg {
    padding: 3rem 0;
    min-height: auto;
}.RdSIthanks_msg .ApDcproof_stats {
    padding: 2rem;
    transform: none;
}.RdSIthanks_msg .ApDcproof_stats > div:first-child {
    padding-bottom: 1.2rem;
    margin-bottom: 1.5rem;
}.RdSIthanks_msg .ApDcproof_stats > div:first-child::after {
    width: 80%;
}.RdSIthanks_msg p {
    line-height: 1.6;
}.RdSIthanks_msg::after {
    width: 100%;
    top: -30%;
    right: -50%;
}
}

@media (max-width: 480px) {.RdSIthanks_msg {
    padding: 2.5rem 0;
}.RdSIthanks_msg .ApDcproof_stats {
    padding: 1.5rem;
}.RdSIthanks_msg h5 {
    font-size: 1.3rem;
}.RdSIthanks_msg p {
    font-size: 0.95rem;
}.RdSIthanks_msg .ApDcproof_stats > div:first-child {
    margin-bottom: 1.2rem;
    padding-bottom: 1rem;
}.RdSIthanks_msg a::before {
    height: calc(100% + 20px);
    width: calc(100% + 20px);
    left: -10px;
    top: -10px;
}}.YmlOfind_us {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    position: relative;
    font-family: Arial, sans-serif;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgb(240,224,205) 0%, rgba(245, 247, 250, 0.97) 100%);
}.YmlOfind_us::before {
    width: 45%;
    right: 0;
    transform: translateX(20%) skewX(-15deg);
    top: 0;
    z-index: 0;
    content: "";
    opacity: 0.35;
    background: linear-gradient(210deg, rgb(208,154,106,0.5) 0%, transparent 80%);
    height: 100%;
    position: absolute;
}.YmlOfind_us::after {
    bottom: 0;
    height: 5px;
    position: absolute;
    background: linear-gradient(90deg, rgb(226,190,154) 0%, rgb(208,154,106) 50%, rgb(226,190,154,0.5) 100%);
    left: 0;
    z-index: 1;
    width: 100%;
    content: "";
}.YmlOfind_us h1 {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    transform: translateY(0);
    color: #000000;
    position: relative;
    margin-bottom: 2.5rem;
    transition: transform 0.5s ease;
}.YmlOfind_us h1::after {
    transform: translateX(-50%) scaleX(0.8);
    height: 3px;
    background: rgb(208,154,106);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: absolute;
    bottom: -10px;
    content: "";
    left: 50%;
    width: 80px;
}.YmlOfind_us h1:hover::after {
    transform: translateX(-50%) scaleX(1.2);
}.YmlOfind_us .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
}.YmlOfind_us .oOriedu_asknow {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    display: grid;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    transform: translateY(0);
    gap: 2.5rem;
    grid-template-columns: 1fr;
    border-radius: 25px;
    padding: 2.5rem;
    background: #ffffff;
}.YmlOfind_us .oOriedu_asknow:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}.YmlOfind_us .oOriedu_asknow > div {
    position: relative;
    border-left: 3px solid transparent;
    padding: 1.5rem;
    transition: all 0.3s ease;
    background: rgba(245, 247, 250, 0.5);
}.YmlOfind_us .oOriedu_asknow > div:hover {
    background: rgba(245, 247, 250, 0.8);
    transform: translateX(5px);
    border-left: 3px solid rgb(208,154,106);
}.YmlOfind_us .oOriedu_asknow > div:first-child {
    background: linear-gradient(45deg, rgba(245, 247, 250, 0.5) 0%, rgba(255, 255, 255, 0.9) 100%);
    color: #000000;
    letter-spacing: 0.02em;
    font-size: calc(17px * 1.05);
    padding: 2rem;
    font-weight: 400;
    border-bottom: 2px solid rgb(240,224,205);
    line-height: 1.7;
    text-align: center;
}.YmlOfind_us h6 {
    display: flex;
    font-size: 18px;
    margin-bottom: 0.75rem;
    color: #000000;
    align-items: center;
    font-weight: 600;
    text-transform: capitalize;
}.YmlOfind_us h6 svg {
    margin-left: 10px;
    transition: transform 0.3s ease;
}.YmlOfind_us span {
    display: block;
    margin-left: 30px;
    line-height: 1.5;
    color: #000000;
    font-size: 17px;
}.YmlOfind_us .jLCQsend_request {
    flex-direction: column;
    display: flex;
    gap: 1.2rem;
}.YmlOfind_us .jLCQsend_request > div {
    position: relative;
    transition: transform 0.3s ease;
}.YmlOfind_us .jLCQsend_request > div:hover {
    transform: translateX(5px);
}.YmlOfind_us .VuFUquery_form {
    font-size: 17px;
    text-transform: capitalize;
    align-items: center;
    color: #000000;
    transition: color 0.3s ease;
    text-decoration: none;
    font-weight: 400;
    display: flex;
}.YmlOfind_us .VuFUquery_form:hover {
    color: rgb(226,190,154);
}.YmlOfind_us .VuFUquery_form svg {
    transition: transform 0.3s ease;
    margin-left: 10px;
}.YmlOfind_us .VuFUquery_form:hover svg {
    transform: scale(1.1) rotate(5deg);
}.YmlOfind_us svg {
    width: 22px;
    transition: all 0.3s ease;
    height: 22px;
    opacity: 0.9;
}.YmlOfind_us svg:hover {
    transform: scale(1.1);
    opacity: 1;
}.YmlOfind_us svg path {
    fill: rgb(208,154,106);
    transition: fill 0.3s ease;
}.YmlOfind_us .VuFUquery_form:hover svg path {
    fill: rgb(226,190,154);
}

@media (min-width: 768px) {.YmlOfind_us {
    padding: 5rem 3rem;
}.YmlOfind_us h1 {
    font-size: calc(40px * 1.1);
    margin-bottom: 3rem;
}.YmlOfind_us .oOriedu_asknow {
    grid-template-columns: 1fr 1fr;
}.YmlOfind_us .oOriedu_asknow > div:first-child {
    grid-column: 1 / -1;
    padding: 2.5rem;
    text-align: left;
}
}

@media (min-width: 992px) {.YmlOfind_us {
    padding: 6rem 4rem;
}.YmlOfind_us .oOriedu_asknow {
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 2rem;
}.YmlOfind_us .oOriedu_asknow > div:first-child {
    grid-row: 1 / 3;
    display: flex;
    padding: 3rem;
    align-items: center;
    grid-column: 1;
}.YmlOfind_us .oOriedu_asknow > div {
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border-left: 3px solid transparent;
}.YmlOfind_us .jLCQsend_request {
    gap: 1.5rem;
}
}

@media (max-width: 767px) {.YmlOfind_us {
    padding: 3rem 1.5rem;
}.YmlOfind_us h1 {
    font-size: calc(40px * 0.9);
}.YmlOfind_us .oOriedu_asknow {
    padding: 1.5rem;
}.YmlOfind_us .oOriedu_asknow > div {
    padding: 1.25rem;
}.YmlOfind_us .oOriedu_asknow > div:first-child {
    padding: 1.5rem;
    line-height: 1.6;
    font-size: 17px;
}.YmlOfind_us h6 {
    font-size: calc(18px * 0.95);
}.YmlOfind_us span {
    margin-left: 25px;
}.YmlOfind_us .jLCQsend_request {
    gap: 1rem;
}.YmlOfind_us svg {
    height: 20px;
    width: 20px;
}
}

@media (hover: none) {.YmlOfind_us .oOriedu_asknow:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    transform: none;
}.YmlOfind_us .oOriedu_asknow > div:hover {
    transform: none;
}.YmlOfind_us .jLCQsend_request > div:hover {
    transform: none;
}}.uASTprogram_structure {
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(240,224,205) 0%, rgba(240, 242, 245, 0.9) 100%);
    position: relative;
    overflow: hidden;
}.uASTprogram_structure::before {
    height: 300px;
    background: linear-gradient(45deg, rgb(226,190,154,0.5) 0%, rgb(208,154,106,0.5) 100%);
    content: "";
    position: absolute;
    filter: blur(40px);
    top: -100px;
    transform: translateZ(0);
    right: -100px;
    opacity: 0.3;
    width: 300px;
    border-radius: 50%;
    animation: float 15s infinite alternate ease-in-out;
}.uASTprogram_structure::after {
    position: absolute;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    filter: blur(30px);
    height: 200px;
    opacity: 0.2;
    bottom: -50px;
    content: "";
    background: linear-gradient(-45deg, rgb(208,154,106,0.5) 0%, rgb(226,190,154,0.5) 100%);
    transform: translateZ(0);
    animation: morph 20s infinite alternate ease-in-out;
    width: 200px;
    left: -50px;
}.uASTprogram_structure .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 1;
}.uASTprogram_structure .DwrTcareer_learn {
    display: grid;
    transform: translateZ(0);
    gap: 40px;
    grid-template-columns: 1fr;
}.uASTprogram_structure .BLkTimage_frame_wrap {
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    transform: perspective(1000px) rotateY(-2deg) translateZ(0);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 350px;
}.uASTprogram_structure .BLkTimage_frame_wrap::before {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent 60%);
    z-index: 1;
    position: absolute;
    inset: 0;
    content: "";
}.uASTprogram_structure .BLkTimage_frame_wrap::after {
    content: "";
    animation: shimmer 5s infinite linear;
    top: -50%;
    background: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.1) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    left: -50%;
    pointer-events: none;
    position: absolute;
    height: 200%;
    width: 200%;
    transform: rotate(25deg);
}.uASTprogram_structure .uQDltext_column {
    transform: perspective(1000px) rotateY(2deg) translateZ(0);
    padding: 30px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
}.uASTprogram_structure .uQDltext_column::before {
    top: 0;
    background: linear-gradient(to bottom, rgb(226,190,154), rgb(208,154,106));
    transform: scaleY(0.7);
    transform-origin: center;
    position: absolute;
    transition: transform 0.4s ease;
    left: 0;
    content: "";
    width: 4px;
    height: 100%;
}.uASTprogram_structure .uQDltext_column:hover::before {
    transform: scaleY(1);
}.uASTprogram_structure h3 {
    transform: translateX(0);
    transition: transform 0.4s ease;
    position: relative;
    margin-bottom: 24px;
    z-index: 1;
    font-weight: 700;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: calc(24px + 0.2rem);
}.uASTprogram_structure h3::after {
    height: 30%;
    z-index: -1;
    content: "";
    position: absolute;
    transition: opacity 0.4s ease, left 0.4s ease;
    top: 50%;
    left: -10px;
    opacity: 0;
    width: 8px;
    transform: translateY(-50%);
    background: rgb(226,190,154,0.5);
}.uASTprogram_structure .uQDltext_column:hover h3 {
    transform: translateX(10px);
}.uASTprogram_structure .uQDltext_column:hover h3::after {
    opacity: 1;
    left: -5px;
}.uASTprogram_structure .description {
    position: relative;
    font-size: 18px;
    color: #000000;
    line-height: 1.7;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
}.uASTprogram_structure p.description {
    padding-right: 15px;
    display: block;
    scrollbar-width: thin;
    scrollbar-color: rgb(226,190,154,0.5) rgb(240,224,205);
    overflow-y: auto;
    max-height: 300px;
}.uASTprogram_structure p.description::-webkit-scrollbar {
    width: 5px;
}.uASTprogram_structure p.description::-webkit-scrollbar-track {
    background: rgb(240,224,205);
    border-radius: 10px;
}.uASTprogram_structure p.description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(226,190,154,0.5);
}.uASTprogram_structure span.description {
    display: none;
}

@keyframes float {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    100% {
        transform: translateY(-30px) rotate(10deg);
    }
}

@keyframes morph {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    25% {
        border-radius: 50% 50% 30% 70% / 60% 40% 60% 40%;
    }
    50% {
        border-radius: 70% 30% 50% 50% / 40% 60% 40% 60%;
    }
    75% {
        border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%;
    }
    100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
}

@keyframes shimmer {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@media (min-width: 768px) {.uASTprogram_structure .DwrTcareer_learn {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}.uASTprogram_structure .BLkTimage_frame_wrap {
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
    height: 450px;
}.uASTprogram_structure .uQDltext_column {
    transform: perspective(1000px) rotateY(5deg) translateZ(0);
}.uASTprogram_structure .BLkTimage_frame_wrap:hover,
    .uASTprogram_structure .uQDltext_column:hover {
    transform: perspective(1000px) rotateY(0) translateZ(20px);
}.uASTprogram_structure h3 {
    font-size: 38px;
}
}

@media (min-width: 992px) {.uASTprogram_structure {
    padding: 150px 0;
}.uASTprogram_structure .DwrTcareer_learn {
    gap: 70px;
}.uASTprogram_structure .BLkTimage_frame_wrap {
    height: 550px;
}.uASTprogram_structure .uQDltext_column {
    padding: 40px 50px;
}.uASTprogram_structure p.description {
    max-height: 350px;
}
}

@media (max-width: 767px) {.uASTprogram_structure {
    padding: 80px 0;
}.uASTprogram_structure .container {
    padding: 0 15px;
}.uASTprogram_structure .BLkTimage_frame_wrap {
    height: 250px;
}.uASTprogram_structure .uQDltext_column {
    padding: 25px 20px;
}.uASTprogram_structure h3 {
    margin-bottom: 15px;
    font-size: calc(24px - 0.1rem);
}.uASTprogram_structure p.description {
    font-size: calc(18px - 0.1rem);
    max-height: 250px;
}}header {
    background: linear-gradient(to right, rgb(240,224,205), #ffffff);
    position: relative;
    box-shadow: 0 5px 15px rgb(226,190,154,0.5);
    z-index: 100;
    padding: 1.5rem 0;
}header .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    position: relative;
}header .PXmYtop_class {
    align-items: center;
    gap: 1.2rem;
    flex-direction: column;
    display: flex;
}header .RCYThead_study {
    margin-bottom: 0.5rem;
    display: block;
    border-radius: 10px;
    padding: 0.5rem;
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
}header .RCYThead_study::after {
    opacity: 0.7;
    content: '';
    bottom: -5px;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, transparent, rgb(226,190,154), transparent);
    position: absolute;
    left: 0;
}header .RCYThead_study svg {
    width: 180px;
    transition: transform 0.3s ease;
    height: auto;
}header .RCYThead_study:hover svg {
    transform: scale(1.05);
}header .uOxSsite_top {
    border-radius: 30px;
    gap: 0.5rem;
    background: linear-gradient(to right, rgb(226,190,154,0.5), rgb(208,154,106,0.5));
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0.8rem;
}header .fGPZheader_primary {
    font-family: Arial, sans-serif;
    text-decoration: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    border-radius: 10px;
    padding: 0.6rem 1.2rem;
    transition: all 0.3s ease;
    font-weight: 400;
    color: #000000;
    font-size: 14px;
}header .fGPZheader_primary:hover {
    transform: translateY(-2px);
    color: #ffffff;
    box-shadow: 0 4px 8px rgb(226,190,154,0.5);
    background: linear-gradient(135deg, rgb(226,190,154), rgb(208,154,106));
}

@media (max-width: 991px) {header {
    padding: 1.2rem 0;
}header .RCYThead_study svg {
    width: 160px;
}header .uOxSsite_top {
    padding: 0.7rem;
}header .fGPZheader_primary {
    font-size: calc(14px - 1px);
    padding: 0.5rem 1rem;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 0;
}header .PXmYtop_class {
    gap: 1rem;
}header .RCYThead_study svg {
    width: 140px;
}header .uOxSsite_top {
    padding: 0.6rem;
    gap: 0.4rem;
}header .fGPZheader_primary {
    font-size: calc(14px - 2px);
    padding: 0.4rem 0.8rem;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .PXmYtop_class {
    gap: 0.8rem;
}header .RCYThead_study svg {
    width: 120px;
}header .uOxSsite_top {
    overflow-x: auto;
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding: 0.5rem;
}header .uOxSsite_top::-webkit-scrollbar {
    height: 3px;
}header .uOxSsite_top::-webkit-scrollbar-thumb {
    background: rgb(226,190,154);
    border-radius: 10px;
}header .fGPZheader_primary {
    font-size: calc(14px - 2px);
    padding: 0.4rem 0.7rem;
    flex-shrink: 0;
    white-space: nowrap;
}}footer {
    position: relative;
}footer::before {
    top: 0;
    right: 0;
    content: '';
    z-index: 1;
    bottom: 0;
    background: linear-gradient(45deg, rgb(208,154,106,0.5) 0%, rgb(226,190,154,0.5) 100%);
    position: absolute;
    left: 0;
}.OyzGleaderboard {
    padding: 80px 0 40px;
    z-index: 2;
    font-family: Arial, sans-serif;
    color: #ffffff;
    position: relative;
}.OyzGleaderboard .container {
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 30px;
    display: grid;
}.OyzGleaderboard .company_holder {
    grid-column: 1 / 5;
    position: relative;
    z-index: 3;
}.OyzGleaderboard .company_holder h3 {
    display: inline-block;
    position: relative;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 29px;
    font-weight: 700;
    padding-bottom: 10px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}.OyzGleaderboard .company_holder h3::after {
    content: '';
    background: rgb(226,190,154);
    width: 40px;
    position: absolute;
    bottom: 0;
    height: 4px;
    border-radius: 10px;
    left: 0;
}.OyzGleaderboard .EDzvcampus_links {
    font-size: 12px;
    border-left: 4px solid rgb(226,190,154);
    transform: translateZ(0);
    background: rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 15px;
    margin-top: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    line-height: 1.6;
    backdrop-filter: blur(10px);
}.OyzGleaderboard .viABchrome_ext {
    position: relative;
    grid-column: 5 / 13;
}.OyzGleaderboard .FpySnav_learn {
    grid-gap: 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}.OyzGleaderboard .uOxSsite_top {
    position: relative;
}.OyzGleaderboard .uOxSsite_top h5 {
    margin-bottom: 25px;
    display: inline-block;
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
    position: relative;
}.OyzGleaderboard .uOxSsite_top h5::before {
    content: '';
    top: 50%;
    border-radius: 50%;
    transform: translateY(-50%);
    width: 8px;
    left: -15px;
    position: absolute;
    height: 8px;
    background: rgb(226,190,154);
}.OyzGleaderboard .uOxSsite_top .FpySnav_learn {
    flex-direction: column;
    display: flex;
    gap: 15px;
}.OyzGleaderboard .uOxSsite_top .FpySnav_learn a {
    z-index: 1;
    color: #ffffff;
    border-radius: 10px;
    padding: 8px 15px;
    position: relative;
    transition: all 0.3s ease;
    font-size: 12px;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.05);
    overflow: hidden;
}.OyzGleaderboard .uOxSsite_top .FpySnav_learn a::before {
    top: 0;
    content: '';
    position: absolute;
    height: 100%;
    left: 0;
    width: 3px;
    transition: all 0.3s ease;
    z-index: -1;
    background: rgb(226,190,154);
}.OyzGleaderboard .uOxSsite_top .FpySnav_learn a:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
}.OyzGleaderboard .uOxSsite_top .FpySnav_learn a:hover::before {
    width: 100%;
    background: rgb(226,190,154,0.5);
}.uZmhmobile_cta {
    margin-top: 60px;
    background: rgba(0, 0, 0, 0.3);
    padding: 20px 0;
    z-index: 2;
    position: relative;
}.uZmhmobile_cta::before {
    position: absolute;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    left: 15%;
    top: 0;
    height: 1px;
    right: 15%;
    opacity: 0.2;
    content: '';
}.uZmhmobile_cta .container {
    align-items: center;
    display: flex;
    justify-content: center;
}.uZmhmobile_cta .NIRYgift_card {
    font-size: 15px;
    letter-spacing: 0.5px;
    text-align: center;
    opacity: 0.8;
    color: #ffffff;
}@keyframes floatAnimation {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

footer::after {
    left: 0;
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.02) 10px,
        rgba(255, 255, 255, 0.02) 20px
    );
    content: '';
    top: 0;
    z-index: 1;
    bottom: 0;
    right: 0;
}

@media (max-width: 992px) {.OyzGleaderboard .container {
    grid-template-columns: repeat(1, 1fr);
}.OyzGleaderboard .company_holder {
    grid-column: 1 / -1;
    margin-bottom: 40px;
}.OyzGleaderboard .viABchrome_ext {
    grid-column: 1 / -1;
}.OyzGleaderboard .FpySnav_learn {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 768px) {.OyzGleaderboard {
    padding: 60px 0 30px;
}.OyzGleaderboard .FpySnav_learn {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
}.OyzGleaderboard .uOxSsite_top {
    padding: 0;
}}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.OyzGleaderboard::before {
    height: 5px;
    content: '';
    background-size: 200% 200%;
    background: linear-gradient(90deg, rgb(226,190,154), rgb(208,154,106), rgb(226,190,154));
    position: absolute;
    animation: gradientShift 5s infinite;
    left: 0;
    width: 100%;
    top: 0;
}.OyzGleaderboard .company_holder::after {
    background: rgb(226,190,154,0.5);
    content: '';
    opacity: 0.4;
    z-index: -1;
    border-radius: 50%;
    width: 150px;
    top: 40px;
    filter: blur(60px);
    position: absolute;
    height: 150px;
    right: -50px;
}.OyzGleaderboard .company_holder::before {
    border-radius: 50%;
    content: '';
    height: 100px;
    left: -30px;
    background: rgb(208,154,106,0.5);
    filter: blur(40px);
    width: 100px;
    z-index: -1;
    opacity: 0.3;
    bottom: 0;
    position: absolute;
}.OyzGleaderboard .viABchrome_ext::after {
    right: 100px;
    background: rgb(226,190,154,0.5);
    filter: blur(50px);
    position: absolute;
    content: '';
    height: 120px;
    width: 120px;
    opacity: 0.2;
    z-index: -1;
    border-radius: 50%;
    top: -20px;
}.OyzGleaderboard .viABchrome_ext::before {
    content: '';
    filter: blur(70px);
    width: 180px;
    bottom: -50px;
    background: rgb(208,154,106,0.5);
    position: absolute;
    z-index: -1;
    opacity: 0.25;
    height: 180px;
    border-radius: 50%;
    left: 80px;
}@keyframes borderPulse {
    0%, 100% {
        border-color: rgba(255, 255, 255, 0.1);
    }
    50% {
        border-color: rgba(255, 255, 255, 0.3);
    }
}

.OyzGleaderboard .uOxSsite_top {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    animation: borderPulse 4s infinite;
    padding-top: 20px;
}.OyzGleaderboard .uOxSsite_top h5 {
    letter-spacing: 0.5px;
}.OyzGleaderboard .uOxSsite_top h5::after {
    bottom: -5px;
    height: 2px;
    left: 0;
    position: absolute;
    content: '';
    width: 30px;
    background: rgb(208,154,106);
}@keyframes movingGradient {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

.uZmhmobile_cta {
    animation: movingGradient 10s ease infinite;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.6) 0%, 
        rgba(0, 0, 0, 0.3) 50%, 
        rgba(0, 0, 0, 0.6) 100%);
    background-size: 200% 200%;
}.HNnoprivacy_chest {
    padding: 50px;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.5);
    line-height: 1.8;
    font-family: Arial, sans-serif;
    background-color: rgb(240,224,205);
    position: relative;
    overflow: hidden;
    color: #000000;
}.HNnoprivacy_chest::before, .HNnoprivacy_chest::after {
    border-radius: 50%;
    position: absolute;
    opacity: 0.3;
    content: '';
}.HNnoprivacy_chest::before {
    height: 150px;
    top: -50px;
    background: rgb(226,190,154);
    right: -50px;
    width: 150px;
}.HNnoprivacy_chest::after {
    height: 100px;
    background: rgb(208,154,106);
    width: 100px;
    bottom: -30px;
    left: -30px;
}.HNnoprivacy_chest h1 {
    border-bottom: 3px solid rgb(226,190,154);
    z-index: 1;
    padding-bottom: 15px;
    font-size: 41px;
    font-weight: 700;
    margin-bottom: 30px;
    color: rgb(226,190,154);
    position: relative;
}.HNnoprivacy_chest h2 {
    z-index: 1;
    margin-top: 35px;
    font-weight: 600;
    position: relative;
    color: rgb(208,154,106);
    margin-bottom: 20px;
    font-size: 37px;
}.HNnoprivacy_chest h3,
.HNnoprivacy_chest h4,
.HNnoprivacy_chest h5,
.HNnoprivacy_chest h6 {
    margin-bottom: 15px;
    z-index: 1;
    font-weight: 400;
    color: rgb(226,190,154);
    margin-top: 30px;
    position: relative;
}.HNnoprivacy_chest h3 {
    font-size: calc(19px - 0.2rem);
}.HNnoprivacy_chest h4 {
    font-size: 19px;
}.HNnoprivacy_chest h5 {
    font-size: calc(19px - 0.2rem);
}.HNnoprivacy_chest h6 {
    font-size: 22px;
}.HNnoprivacy_chest ul {
    z-index: 1;
    padding-left: 25px;
    list-style-type: disc;
    position: relative;
    margin-top: 15px;
}.HNnoprivacy_chest ol {
    position: relative;
    list-style-type: decimal;
    padding-left: 25px;
    z-index: 1;
    margin-top: 15px;
}.HNnoprivacy_chest li {
    z-index: 1;
    padding-left: 10px;
    margin-bottom: 15px;
    border-left: 3px solid rgb(208,154,106);
    line-height: 1.7;
    position: relative;
}.HNnoprivacy_chest li::marker {
    font-weight: 600;
    color: rgb(226,190,154);
}.HNnoprivacy_chest div {
    position: relative;
    margin-bottom: 25px;
    z-index: 1;
}.HNnoprivacy_chest p {
    z-index: 1;
    position: relative;
    margin-bottom: 25px;
    font-size: 13px;
}.HNnoprivacy_chest span {
    color: rgb(226,190,154);
    font-weight: 600;
}
@media only screen and (max-width: 800px) {.HNnoprivacy_chest {
    padding: 25px;
    border-radius: 10px;
}.HNnoprivacy_chest h1 {
    font-size: calc(19px - 0.5rem);
}.HNnoprivacy_chest h2 {
    font-size: calc(19px - 0.4rem);
}.HNnoprivacy_chest p {
    font-size: calc(13px - 0.2rem);
}}
.HNnoprivacy_chest::before {
    margin-bottom: 25px;
    display: block;
    content: '';
    border-radius: 10px;
    background-color: rgb(226,190,154);
    width: 60px;
    height: 6px;
}.HNnoprivacy_chest ul li::marker,
.HNnoprivacy_chest ol li::marker {
    font-weight: 700;
    color: rgb(208,154,106);
}.HNnoprivacy_chest h2 {
    background: linear-gradient(to right, rgb(226,190,154), rgb(208,154,106));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text !important;
}.HNnoprivacy_chest section {
    margin: 50px 0;
    border-top: 2px solid rgba(0, 0, 0, 0.5);
    padding-top: 25px;
}.HNnoprivacy_chest hr {
    margin: 40px 0;
    height: 1px;
    border: none;
    background: rgba(0, 0, 0, 0.5);
}.yigdprice_offering {
    background: linear-gradient(135deg, rgb(240,224,205) 0%, #ffffff 100%);
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
}.yigdprice_offering::before {
    left: 0;
    content: "";
    position: absolute;
    z-index: 1;
    height: 100%;
    background: linear-gradient(45deg, rgb(226,190,154,0.5) 0%, transparent 40%);
    top: 0;
    width: 100%;
}.yigdprice_offering .container {
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
}.yigdprice_offering .JeQEtuition_plans {
    flex-direction: column;
    display: flex;
}.yigdprice_offering .tqWTrate_packages {
    order: 1;
    max-width: 800px;
    text-align: center;
    margin-bottom: 3rem;
    margin-right: auto;
    margin-left: auto;
}.yigdprice_offering .tqWTrate_packages h2 {
    margin-bottom: 1rem;
    font-size: 34px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    color: #000000;
}.yigdprice_offering .tqWTrate_packages h2::after {
    height: 3px;
    left: 50%;
    position: absolute;
    width: 80px;
    content: "";
    background: rgb(226,190,154);
    transform: translateX(-50%);
    bottom: -10px;
}.yigdprice_offering .vmFHlearn_fees {
    color: #000000;
    line-height: 1.6;
    font-size: 17px;
    margin: 0 auto;
    max-width: 600px;
    word-break: break-word;
    overflow-wrap: break-word;
}.yigdprice_offering .qjJPpricing_deals {
    order: 2;
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    margin-top: 2rem;
}.yigdprice_offering .qQNjdeal_opts {
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    height: 100%;
    text-decoration: none;
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    display: block;
    background: #ffffff;
    position: relative;
}.yigdprice_offering .qQNjdeal_opts:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px) scale(1.02);
}.yigdprice_offering .bPrgplan_deals {
    flex-direction: column;
    height: 100%;
    display: flex;
}.yigdprice_offering .AncVaccess_rates {
    z-index: 1;
    display: flex;
    flex-direction: column;
    word-break: break-word;
    position: relative;
    padding: 2rem;
    overflow-wrap: break-word;
    flex-grow: 1;
}.yigdprice_offering .AncVaccess_rates::before {
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg, transparent 0%, #ffffff 100%);
    position: absolute;
    content: "";
    top: 0;
    z-index: -1;
    left: 0;
    opacity: 0.7;
}.yigdprice_offering .AncVaccess_rates h3 {
    font-weight: 700;
    position: relative;
    font-size: calc(21px * 1.2);
    color: #000000;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
}.yigdprice_offering .AncVaccess_rates h3::after {
    transition: width 0.3s ease;
    content: "";
    width: 40px;
    position: absolute;
    height: 2px;
    left: 0;
    bottom: 0;
    background: rgb(208,154,106);
}.yigdprice_offering .qQNjdeal_opts:hover .AncVaccess_rates h3::after {
    width: 80px;
}.yigdprice_offering .FxoAclass_rates {
    font-size: calc(21px * 1.5);
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-bottom: 1.5rem;
    color: rgb(226,190,154);
}.yigdprice_offering .FxoAclass_rates::before {
    content: "";
    width: 0;
    left: 0;
    background: rgb(226,190,154);
    transition: width 0.3s ease;
    position: absolute;
    height: 2px;
    bottom: -5px;
}.yigdprice_offering .qQNjdeal_opts:hover .FxoAclass_rates::before {
    width: 100%;
}.yigdprice_offering .AncVaccess_rates p {
    color: #000000;
    font-size: 17px;
    word-break: break-word;
    overflow-wrap: break-word;
    margin-top: auto;
    line-height: 1.6;
}.yigdprice_offering .BLkTimage_frame_wrap {
    transition: transform 0.5s ease;
    height: 200px;
    overflow: hidden;
    position: relative;
}.yigdprice_offering .BLkTimage_frame_wrap::after {
    height: 100%;
    content: "";
    width: 100%;
    left: 0;
    position: absolute;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.4) 100%);
    top: 0;
}.yigdprice_offering .qQNjdeal_opts:hover .BLkTimage_frame_wrap {
    transform: scale(1.05);
}.yigdprice_offering .qQNjdeal_opts:nth-child(odd) .bPrgplan_deals {
    flex-direction: column-reverse;
}.yigdprice_offering .qQNjdeal_opts:nth-child(3n+1) {
    border-top: 3px solid rgb(226,190,154);
}.yigdprice_offering .qQNjdeal_opts:nth-child(3n+2) {
    border-top: 3px solid rgb(208,154,106);
}.yigdprice_offering .qQNjdeal_opts:nth-child(3n+3) {
    border-top: 3px solid #000000;
}

@media (min-width: 768px) {.yigdprice_offering .JeQEtuition_plans {
    gap: 4rem;
    flex-direction: row;
    align-items: center;
}.yigdprice_offering .tqWTrate_packages {
    order: 2;
    margin-bottom: 0;
    text-align: left;
    flex: 0 0 30%;
}.yigdprice_offering .tqWTrate_packages h2 {
    text-align: left;
}.yigdprice_offering .tqWTrate_packages h2::after {
    left: 0;
    transform: none;
}.yigdprice_offering .vmFHlearn_fees {
    margin: 0;
    text-align: left;
}.yigdprice_offering .qjJPpricing_deals {
    flex: 0 0 65%;
    order: 1;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 992px) {.yigdprice_offering .qjJPpricing_deals {
    grid-template-columns: repeat(2, 1fr);
}.yigdprice_offering .qQNjdeal_opts:nth-child(4n+1) {
    transform: translateY(20px);
}.yigdprice_offering .qQNjdeal_opts:nth-child(4n+3) {
    transform: translateY(-20px);
}.yigdprice_offering .qQNjdeal_opts:hover {
    transform: translateY(0) scale(1.02);
}
}

@media (max-width: 767px) {.yigdprice_offering {
    padding: 4rem 0;
}.yigdprice_offering .AncVaccess_rates {
    padding: 1.5rem;
}.yigdprice_offering .AncVaccess_rates h3 {
    font-size: 21px;
}.yigdprice_offering .FxoAclass_rates {
    font-size: 21px;
}.yigdprice_offering .AncVaccess_rates p {
    overflow-y: auto;
    max-height: 150px;
    font-size: calc(17px * 0.9);
    line-height: 1.5;
}.yigdprice_offering .BLkTimage_frame_wrap {
    height: 150px;
}
}

@media (max-width: 480px) {.yigdprice_offering .qjJPpricing_deals {
    grid-template-columns: 1fr;
}.yigdprice_offering .tqWTrate_packages h2 {
    font-size: calc(34px * 0.8);
}.yigdprice_offering .vmFHlearn_fees {
    font-size: calc(17px * 0.9);
}.yigdprice_offering .AncVaccess_rates p {
    max-height: 120px;
}}.URhJpotential_students {
    background: #f9f9f9;
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.URhJpotential_students::before {
    background-color: rgb(226,190,154,0.5);
    bottom: 0;
    transform: translateX(-50%);
    width: 6px;
    left: 50%;
    z-index: 1;
    content: '';
    position: absolute;
    top: 0;
}.URhJpotential_students .ApDcproof_stats {
    z-index: 10;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    padding: 0 30px;
    position: relative;
}.URhJpotential_students h3 {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border: 3px solid rgb(226,190,154,0.5);
    padding: 0 30px;
    background-color: #f9f9f9;
    border-radius: 50px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    font-size: 36px;
    color: #000000;
    margin-bottom: 80px;
}.URhJpotential_students ul {
    display: flex;
    padding: 0;
    flex-direction: column;
    align-items: center;
    list-style: none;
    gap: 50px;
    margin: 0;
    position: relative;
}.URhJpotential_students ul li {
    max-width: 500px;
    transition: all 0.4s ease;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    border-radius: 20px;
    position: relative;
    padding: 30px;
    width: 100%;
    text-align: left;
    gap: 20px;
    z-index: 2;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}.URhJpotential_students ul li::before {
    z-index: 5;
    height: 50px;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    width: 50px;
    content: '';
    transition: all 0.4s ease;
    background-color: #ffffff;
    top: -25px;
    border: 6px solid rgb(226,190,154,0.5);
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.URhJpotential_students ul li:nth-child(even) {
    flex-direction: row-reverse;
    text-align: right;
}.URhJpotential_students ul li:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: scale(1.05);
}.URhJpotential_students ul li:hover::before {
    background-color: rgb(226,190,154,0.5);
    border-color: #ffffff;
}.URhJpotential_students ul li svg {
    width: 60px;
    flex-shrink: 0;
    padding: 12px;
    height: 60px;
    background-color: rgb(226,190,154,0.5);
    transition: all 0.4s ease;
    border-radius: 50%;
}.URhJpotential_students ul li:hover svg {
    background-color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: rotate(360deg);
}.URhJpotential_students ul li svg path {
    fill: #ffffff;
    transition: fill 0.4s ease;
}.URhJpotential_students ul li:hover svg path {
    fill: rgb(226,190,154);
}@keyframes fadeInFromTop {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.URhJpotential_students ul li {
    opacity: 0;
    animation: fadeInFromTop 0.6s ease forwards;
}.URhJpotential_students ul li:nth-child(1) {
    animation-delay: 0.1s;
}.URhJpotential_students ul li:nth-child(2) {
    animation-delay: 0.3s;
}.URhJpotential_students ul li:nth-child(3) {
    animation-delay: 0.5s;
}.URhJpotential_students ul li:nth-child(4) {
    animation-delay: 0.7s;
}.URhJpotential_students ul li:nth-child(5) {
    animation-delay: 0.9s;
}.URhJpotential_students ul li:nth-child(6) {
    animation-delay: 1.1s;
}

@media (max-width: 992px) {.URhJpotential_students {
    padding: 90px 0;
}.URhJpotential_students h3 {
    margin-bottom: 60px;
}.URhJpotential_students ul {
    gap: 60px;
}.URhJpotential_students ul li {
    padding: 25px;
}.URhJpotential_students ul li svg {
    height: 50px;
    padding: 10px;
    width: 50px;
}
}

@media (max-width: 768px) {.URhJpotential_students ul li,
    .URhJpotential_students ul li:nth-child(even) {
    align-items: center;
    text-align: center;
    flex-direction: column;
}.URhJpotential_students ul li::before {
    top: -30px;
}
}

@media (max-width: 576px) {.URhJpotential_students {
    padding: 70px 0;
}.URhJpotential_students h3 {
    margin-bottom: 50px;
    padding: 0 20px;
    font-size: calc(36px * 0.85);
}.URhJpotential_students ul {
    gap: 50px;
}.URhJpotential_students ul li {
    padding: 20px;
}.URhJpotential_students ul li::before {
    top: -25px;
    height: 40px;
    width: 40px;
}.URhJpotential_students ul li svg {
    padding: 8px;
    height: 45px;
    width: 45px;
}
}

@media (prefers-reduced-motion: reduce) {.URhJpotential_students ul li {
    animation: none;
    opacity: 1;
}.URhJpotential_students ul li:hover {
    transform: none;
}.URhJpotential_students ul li:hover svg {
    transform: none;
}
}