* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}.ALemain_class {
    flex: 1 0 auto;
}html,body {
    scroll-behavior: smooth;
    min-height: 100%;
    font-family: Arial, sans-serif;
    height: 100%;
    auto
contain
touch-action: none;
    color: #000000;
}header,footer {
    width: 100%;
}::-webkit-scrollbar {
    width: 2%;
    padding: 5px;
}::-webkit-scrollbar-button {
    border-radius: 3px;
    background: rgb(255, 255, 255, 0.5);
}::-webkit-scrollbar-track {
    background: rgb(255, 255, 255, 0.5);
    border-radius: 5%;
    margin: 1px 0;
    box-shadow: inset 4px -5px 14px 8px rgba(0, 0, 0, 0.5);
}::-webkit-scrollbar-thumb {
    border-radius: 9999px;
    background: #ffffff;
    box-shadow: 1px 3px 15px -1px rgba(0, 0, 0, 0.2);
}::-webkit-scrollbar-thumb:active {
    background: rgb(110,171,193,0.5);
}::-webkit-scrollbar-corner {
    background: rgb(255, 255, 255, 0.5);
}html {
    scrollbar-width: none;
    scrollbar-color: rgb(255, 255, 255, 0.5) rgb(204,229,236);
}.container {
    max-width: 100%;
    width: 1135px;
    margin: auto;
}.mDrbadge_case {
    flex: 0 0 auto;
}svg {
    height: 30px;
    width: 30px;
}a {
    text-decoration: none;
    color: inherit;
}.XFvviewport-container {
    flex-direction: column;
    min-height: 100%;
    height: 100%;
    display: flex;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.AXlprivacy_quarters {
    padding: 40px;
    font-family: Arial, sans-serif;
    background-color: rgb(204,229,236);
    color: #000000;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}.AXlprivacy_quarters h1 {
    font-weight: 700;
    font-size: 42px;
    color: rgb(158,201,216);
    text-transform: uppercase;
    margin-bottom: 20px;
}.AXlprivacy_quarters h2 {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 34px;
    color: rgb(110,171,193);
}.AXlprivacy_quarters h3,
.AXlprivacy_quarters h4,
.AXlprivacy_quarters h5,
.AXlprivacy_quarters h6 {
    margin-bottom: 10px;
    color: rgb(158,201,216);
    font-size: 18px;
    font-weight: 300;
}.AXlprivacy_quarters ul,
.AXlprivacy_quarters ol {
    padding: 0 0 0 20px;
    margin: 0;
}.AXlprivacy_quarters ul {
    list-style-type: disc;
}.AXlprivacy_quarters ol {
    list-style-type: decimal;
}.AXlprivacy_quarters li {
    font-size: 12px;
    color: #000000;
    margin-bottom: 10px;
}.AXlprivacy_quarters p {
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 1.6;
}.AXlprivacy_quarters div {
    margin-bottom: 20px;
}.AXlprivacy_quarters span {
    color: rgb(158,201,216);
    font-weight: 600;
}
@media only screen and (max-width: 800px) {.AXlprivacy_quarters {
    box-shadow: none;
    border-radius: 10px;
    padding: 20px;
}.AXlprivacy_quarters h1 {
    font-size: calc(18px * 0.8);
}.AXlprivacy_quarters h2 {
    font-size: calc(18px * 0.8);
}.AXlprivacy_quarters ul,
    .AXlprivacy_quarters ol {
    padding-left: 15px;
}}.LRGprogram_details {
    background: linear-gradient(145deg, rgb(204,229,236) 0%, rgb(158,201,216,0.5) 100%);
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
}.LRGprogram_details::before {
    background: repeating-linear-gradient(
        -45deg,
        rgb(158,201,216,0.5),
        rgb(158,201,216,0.5) 2px,
        transparent 2px,
        transparent 12px
    );
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.04;
    left: 0;
    top: 0;
    content: "";
}.LRGprogram_details .container {
    position: relative;
    z-index: 2;
}.LRGprogram_details .ITjstudy_hack {
    gap: 0;
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
}.LRGprogram_details .DZFtext_field {
    padding: 2.5rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    z-index: 3;
    transition: transform 0.4s ease;
    position: relative;
    border-radius: 21px;
    transform: translateY(0);
}.LRGprogram_details .DZFtext_field:hover {
    transform: translateY(-10px);
}.LRGprogram_details .DZFtext_field::before {
    border-radius: 50%;
    z-index: -1;
    background: rgb(110,171,193,0.5);
    height: 8rem;
    content: "";
    position: absolute;
    width: 8rem;
    opacity: 0.6;
    top: -4rem;
    right: 3rem;
}.LRGprogram_details .DZFtext_field h2 {
    display: inline-block;
    animation: fadeInUp 0.8s ease forwards;
    font-size: 28px;
    color: rgb(158,201,216);
    position: relative;
    margin-bottom: 2rem;
    font-weight: 700;
}@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.LRGprogram_details .DZFtext_field h2::after {
    position: absolute;
    left: 0;
    width: 3rem;
    bottom: -10px;
    content: "";
    transition: width 0.4s ease;
    background: rgb(110,171,193);
    height: 4px;
    border-radius: 10px;
}.LRGprogram_details .DZFtext_field:hover h2::after {
    width: 100%;
}.LRGprogram_details .DZFtext_field .description {
    opacity: 0;
    position: relative;
    padding-left: 1rem;
    color: #000000;
    animation-delay: 0.2s;
    line-height: 1.7;
    margin-bottom: 1.2rem;
    font-size: 17px;
    animation: fadeInUp 0.8s ease forwards;
}.LRGprogram_details .DZFtext_field .description:last-of-type {
    animation-delay: 0.4s;
    font-weight: 600;
    margin-bottom: 0;
}.LRGprogram_details .DZFtext_field .description::before {
    height: 4px;
    left: 0;
    border-radius: 50%;
    position: absolute;
    width: 4px;
    background: rgb(110,171,193);
    content: "";
    top: 0.5rem;
}.LRGprogram_details .LVAmedia_img {
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
    position: relative;
    height: 320px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    z-index: 2;
    transition: transform 0.5s ease;
    border-radius: 0;
    transform: perspective(1000px) rotateX(5deg) rotateY(-5deg);
    margin-top: -2rem;
}.LRGprogram_details .LVAmedia_img:hover {
    transform: perspective(1000px) rotateX(0) rotateY(0);
}.LRGprogram_details .LVAmedia_img::after {
    width: 100%;
    content: "";
    top: 0;
    height: 100%;
    left: 0;
    background: linear-gradient(
        to bottom right,
        rgb(158,201,216,0.5) 0%,
        transparent 40%
    );
    position: absolute;
}

@media (min-width: 768px) {.LRGprogram_details .ITjstudy_hack {
    gap: 2rem;
    grid-template-columns: 1.2fr 0.8fr;
}.LRGprogram_details .DZFtext_field {
    grid-column: 1 / 2;
    margin-right: -4rem;
    align-self: center;
}.LRGprogram_details .LVAmedia_img {
    margin-top: 0;
    height: 400px;
    transform: perspective(1000px) rotateX(8deg) rotateY(-8deg);
    grid-column: 2 / 3;
}.LRGprogram_details .LVAmedia_img::before {
    content: "";
    filter: blur(15px);
    left: 20px;
    background: rgb(110,171,193);
    width: 60%;
    opacity: 0.4;
    height: 20px;
    position: absolute;
    z-index: -1;
    bottom: -20px;
}
}

@media (min-width: 992px) {.LRGprogram_details .ITjstudy_hack {
    grid-template-columns: 1.2fr 0.8fr;
}.LRGprogram_details .DZFtext_field {
    padding: 3rem;
}.LRGprogram_details .LVAmedia_img {
    margin-top: 3rem;
    height: 450px;
}.LRGprogram_details .DZFtext_field::after {
    left: 25%;
    border-radius: 50%;
    bottom: -3rem;
    width: 6rem;
    content: "";
    height: 6rem;
    background: rgb(158,201,216,0.5);
    position: absolute;
    z-index: -1;
    opacity: 0.4;
}
}

@media (max-width: 767px) {.LRGprogram_details {
    padding: 4rem 0;
}.LRGprogram_details .LVAmedia_img {
    transform: perspective(1000px) rotateX(3deg) rotateY(-3deg);
    margin-bottom: 2rem;
}}.yLfanalysis_summary {
    position: relative;
    background: linear-gradient(135deg, rgb(204,229,236) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
    padding: 5rem 0;
}.yLfanalysis_summary::before {
    pointer-events: none;
    background-image: repeating-linear-gradient(
        45deg,
        rgb(158,201,216,0.5) 0px,
        rgb(158,201,216,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    top: 0;
    opacity: 0.05;
    content: "";
    left: 0;
    height: 100%;
    position: absolute;
    width: 100%;
}.yLfanalysis_summary .container {
    margin: 0 auto;
    padding: 0 1rem;
    position: relative;
    z-index: 1;
    max-width: 1320px;
}.yLfanalysis_summary h4 {
    margin-top: 3rem;
    font-size: 22px;
    color: #000000;
    opacity: 1;
    transition: transform 0.5s ease, opacity 0.5s ease;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0;
    font-family: Arial, sans-serif;
    position: relative;
    transform: translateY(0);
}.yLfanalysis_summary h4::after {
    background: rgb(158,201,216);
    display: block;
    transform: scaleX(1);
    width: 60px;
    margin: 1rem auto 0;
    content: "";
    height: 3px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.yLfanalysis_summary:hover h4::after {
    transform: scaleX(1.5);
}.yLfanalysis_summary ul {
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 2rem;
    list-style: none;
}.yLfanalysis_summary .GYmmentor_statistics {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    justify-content: center;
    background: #ffffff;
    position: relative;
    display: flex;
    padding: 2rem;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    transform: translateY(0);
    align-items: center;
    z-index: 1;
}.yLfanalysis_summary .GYmmentor_statistics:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}.yLfanalysis_summary .GYmmentor_statistics::before {
    left: 0;
    position: absolute;
    transition: opacity 0.4s ease;
    content: "";
    background: linear-gradient(
        45deg,
        rgb(158,201,216,0.5) 0%,
        rgb(110,171,193,0.5) 100%
    );
    opacity: 0;
    top: 0;
    height: 100%;
    z-index: -1;
    width: 100%;
}.yLfanalysis_summary .GYmmentor_statistics:hover::before {
    opacity: 0.05;
}.yLfanalysis_summary .GYmmentor_statistics div {
    align-items: center;
    text-align: center;
    display: flex;
    flex-direction: column;
}.yLfanalysis_summary .GYmmentor_statistics p {
    transition: transform 0.5s ease, color 0.3s ease;
    line-height: 1;
    transform: perspective(400px) rotateX(0);
    color: rgb(158,201,216);
    position: relative;
    margin: 0 0 0.5rem;
    font-size: 3rem;
    font-weight: 700;
}.yLfanalysis_summary .GYmmentor_statistics:hover p {
    color: rgb(110,171,193);
    transform: perspective(400px) rotateX(10deg);
}.yLfanalysis_summary .GYmmentor_statistics p::after {
    width: 40px;
    bottom: -8px;
    background: rgb(158,201,216,0.5);
    transform: translateX(-50%) scaleX(0.5);
    position: absolute;
    content: "";
    height: 2px;
    left: 50%;
    transition: transform 0.4s ease, background 0.3s ease;
}.yLfanalysis_summary .GYmmentor_statistics:hover p::after {
    transform: translateX(-50%) scaleX(1);
    background: rgb(110,171,193);
}.yLfanalysis_summary .GYmmentor_statistics span {
    margin-top: 0.5rem;
    font-size: 15px;
    max-width: 180px;
    color: #000000;
    font-weight: var(--font-weight-medium);
    display: block;
    transition: color 0.3s ease, transform 0.3s ease;
    line-height: 1.4;
}.yLfanalysis_summary .GYmmentor_statistics:hover span {
    transform: translateY(3px);
    color: #000000;
}.yLfanalysis_summary .GYmmentor_statistics:nth-child(odd) {
    transform: translateY(10px);
}.yLfanalysis_summary .GYmmentor_statistics:nth-child(odd):hover {
    transform: translateY(0);
}.yLfanalysis_summary .GYmmentor_statistics:nth-child(3n+1)::after {
    height: 16px;
    right: -8px;
    transition: transform 0.3s ease 0.1s;
    transform: scale(0);
    width: 16px;
    top: -8px;
    background: rgb(158,201,216);
    position: absolute;
    content: "";
}.yLfanalysis_summary .GYmmentor_statistics:nth-child(3n+1):hover::after {
    transform: scale(1);
}

@media (min-width: 768px) {.yLfanalysis_summary {
    padding: 7rem 0;
}.yLfanalysis_summary ul {
    gap: 2.5rem;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.yLfanalysis_summary .GYmmentor_statistics {
    height: 220px;
}.yLfanalysis_summary h4 {
    font-size: calc(22px * 1.2);
    margin-top: 4rem;
}
}

@media (min-width: 992px) {.yLfanalysis_summary ul {
    gap: 2rem;
    grid-template-columns: repeat(4, 1fr);
}.yLfanalysis_summary h4::after {
    width: 80px;
}.yLfanalysis_summary .GYmmentor_statistics p {
    font-size: 3.5rem;
}
}

@media (max-width: 767px) {.yLfanalysis_summary {
    padding: 4rem 0;
}.yLfanalysis_summary ul {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}.yLfanalysis_summary .GYmmentor_statistics {
    padding: 1.5rem;
}.yLfanalysis_summary .GYmmentor_statistics p {
    font-size: 2.5rem;
}.yLfanalysis_summary h4 {
    font-size: 16px;
    margin-top: 2rem;
}.yLfanalysis_summary h4::after {
    width: 50px;
    margin-top: 0.75rem;
}
}

@media (max-width: 480px) {.yLfanalysis_summary ul {
    grid-template-columns: 1fr;
    gap: 1.25rem;
}.yLfanalysis_summary .GYmmentor_statistics {
    height: auto;
    padding: 1.25rem;
}.yLfanalysis_summary .GYmmentor_statistics:nth-child(odd) {
    transform: translateY(0);
}}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.yLfanalysis_summary .GYmmentor_statistics:nth-child(3n+2):hover p {
    animation: pulse 2s infinite ease-in-out;
}header {
    background: linear-gradient(to right, rgb(110,171,193,0.5), rgb(158,201,216));
    position: relative;
    padding: 1.5rem 0;
    z-index: 1000;
    overflow: visible;
}header::before {
    content: '';
    width: 100%;
    opacity: 0.1;
    height: 100%;
    left: 0;
    position: absolute;
    z-index: -1;
    top: 0;
    background: 
        radial-gradient(circle at 10% 20%, #ffffff 0%, transparent 15%),
        radial-gradient(circle at 90% 80%, #ffffff 0%, transparent 15%);
}header .container {
    padding: 0 1.5rem;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}header .Czutop_pagewrap {
    gap: 1.5rem;
    flex-direction: column;
    justify-content: center;
    display: flex;
    align-items: center;
}header .vZqheader_bar {
    padding: 1rem;
    display: flex;
    z-index: 2;
    align-items: center;
    position: relative;
    justify-content: center;
    text-decoration: none;
}header .vZqheader_bar::after {
    bottom: 0;
    height: 2px;
    transition: width 0.3s ease, opacity 0.3s ease;
    transform: translateX(-50%);
    position: absolute;
    opacity: 0.6;
    left: 50%;
    width: 50%;
    background: #ffffff;
    content: '';
}header .vZqheader_bar:hover::after {
    opacity: 1;
    width: 80%;
}header .vZqheader_bar svg {
    transition: all 0.3s ease;
    filter: drop-shadow(0 4px 8px rgb(158,201,216,0.5));
    height: auto;
    width: 220px;
}header .vZqheader_bar:hover svg {
    transform: translateY(-5px);
}header .VLCnav_expert {
    justify-content: center;
    backdrop-filter: blur(5px);
    display: flex;
    position: relative;
    gap: 0.8rem;
    flex-wrap: wrap;
    padding: 0.6rem 1rem;
    width: 100%;
    border-radius: 28px;
    max-width: 800px;
    background: rgba(255, 255, 255, 0.1);
}header .VLCnav_expert::before {
    left: 0;
    z-index: -1;
    top: 0;
    border-radius: 28px;
    height: 100%;
    content: '';
    box-shadow: 
        0 4px 30px rgba(0, 0, 0, 0.1),
        inset 0 1px 1px rgba(255, 255, 255, 0.2);
    position: absolute;
    width: 100%;
}header .UIJheader_tutor {
    position: relative;
    color: #ffffff;
    font-weight: 400;
    border-radius: 10px;
    overflow: hidden;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: Arial, sans-serif;
    padding: 0.7rem 1.2rem;
}header .UIJheader_tutor::before {
    height: 100%;
    opacity: 0;
    top: 0;
    width: 100%;
    background: #ffffff;
    border-radius: 10px;
    left: 0;
    z-index: -1;
    position: absolute;
    transition: opacity 0.3s ease;
    transform: translateY(100%) scale(0.8);
    content: '';
}header .UIJheader_tutor:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    color: rgb(158,201,216);
}header .UIJheader_tutor:hover::before {
    opacity: 1;
    transform: translateY(0) scale(1);
}

@media (max-width: 991px) {header {
    padding: 1.2rem 0;
}header .Czutop_pagewrap {
    gap: 1.2rem;
}header .vZqheader_bar svg {
    width: 180px;
}header .VLCnav_expert {
    gap: 0.6rem;
    padding: 0.5rem;
}header .UIJheader_tutor {
    font-size: calc(12px - 1px);
    padding: 0.6rem 1rem;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 0;
}header .Czutop_pagewrap {
    gap: 1rem;
}header .vZqheader_bar svg {
    width: 150px;
}header .VLCnav_expert {
    gap: 0.4rem;
    padding: 0.4rem;
}header .UIJheader_tutor {
    padding: 0.5rem 0.8rem;
    font-size: calc(12px - 2px);
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .Czutop_pagewrap {
    gap: 0.8rem;
}header .vZqheader_bar svg {
    width: 140px;
}header .VLCnav_expert {
    padding: 0.4rem 0.6rem;
    overflow-x: auto;
    justify-content: flex-start;
    flex-wrap: nowrap;
}header .VLCnav_expert::-webkit-scrollbar {
    height: 3px;
}header .VLCnav_expert::-webkit-scrollbar-thumb {
    background: #ffffff;
    border-radius: 10px;
}header .UIJheader_tutor {
    white-space: nowrap;
    font-size: calc(12px - 3px);
    padding: 0.4rem 0.7rem;
}}.AZFmodalDataProtection {
    transition: all 0.3s ease-in-out;
    background: rgb(110,171,193);
    padding: 20px 0;
    position: fixed;
    border-top: 2px solid rgb(158,201,216);
    z-index: 90;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 0px;
    bottom: 0;
    width: 100%;
}.IPncookie_explained {
    flex-wrap: wrap;
    max-width: 1200px;
    margin: auto;
    align-items: center;
    display: flex;
    padding: 20px 30px;
    justify-content: space-between;
}.AZFmodalDataProtection h5 {
    font-weight: 700;
    margin-bottom: 6px;
    color: #ffffff;
    font-size: 20px;
    transition: color 0.3s ease-in-out;
}.AZFmodalDataProtection p {
    color: #ffffff;
    max-width: 500px;
    font-size: 16px;
}.vtjedu_cookies {
    margin-right: 20px;
    flex-shrink: 0;
}.vtjedu_cookies svg, .vtjedu_cookies svg path {
    width: 80px;
    height: 80px;
    transition: transform 0.3s ease-in-out;
    fill: rgb(158,201,216);
}.vtjedu_cookies:hover svg {
    transform: rotate(10deg);
}.ZTDcookie_list {
    font-size: 20px;
    line-height: 35px;
    border-radius: 26px;
    background: rgb(158,201,216);
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    color: #ffffff;
    box-shadow: rgb(158,201,216,0.5) 0px 4px 10px 0px;
    text-decoration: none;
    padding: 10px 20px;
    cursor: pointer;
    margin-left: 20px;
}.cookie_button.yLomanage_cookies {
    background: rgb(158,201,216);
}.cookie_button.dAjcookie_review {
    background: rgb(110,171,193);
}.ZTDcookie_list:hover {
    box-shadow: rgb(158,201,216,0.5) 0px 6px 15px 0px;
    transform: scale(1.05);
}.AZFmodalDataProtection p a {
    font-weight: 600;
    transition: color 0.3s ease-in-out;
    text-decoration: none;
    color: rgb(158,201,216);
}.AZFmodalDataProtection p a:hover {
    color: rgb(110,171,193);
}.XFvviewport-container .AZFmodalDataProtection {
    background: rgb(110,171,193);
    padding: 40px 0;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 40px 39px;
    border: none;
}.XFvviewport-container .ZTDcookie_list {
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    color: #ffffff;
    font-weight: 400;
    border: none;
    padding: 10px;
    font-size: 20px;
    border-radius: 10px;
    margin-left: 30px;
    background: rgb(158,201,216);
}.XFvviewport-container .PeYlearn_cookies h5, .XFvviewport-container .PeYlearn_cookies p {
    color: #ffffff;
}
@media only screen and (max-width: 1200px) {.AZFmodalDataProtection {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.vtjedu_cookies {
    display: none;
}.IPncookie_explained {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.AZFmodalDataProtection h5 {
    text-align: center;
}.AZFmodalDataProtection p {
    text-align: center;
}.PeYlearn_cookies {
    margin-bottom: 20px;
    text-align: center;
}.ZTDcookie_list {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
    max-width: 300px;
}}
#JqSdataConsentBanner {
    display: none;
}#JqSdataConsentBanner:checked ~ .AZFmodalDataProtection {
    visibility: hidden;
    opacity: 0;
}.HZKprice_package {
    padding: 120px 0 140px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}.HZKprice_package::before {
    top: 0;
    position: absolute;
    background: linear-gradient(135deg, rgba(25, 35, 60, 0.92), rgba(35, 45, 85, 0.95));
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    z-index: 0;
}.HZKprice_package .container {
    position: relative;
    margin: 0 auto;
    z-index: 1;
    max-width: 1320px;
    padding: 0 15px;
}.HZKprice_package .CqIdiscount_price {
    position: relative;
}.HZKprice_package .CqIdiscount_price::before {
    background: linear-gradient(225deg, rgb(158,201,216,0.5), transparent);
    content: "";
    height: 200px;
    right: -80px;
    border-radius: 50%;
    filter: blur(60px);
    opacity: 0.4;
    position: absolute;
    top: -80px;
    width: 200px;
    pointer-events: none;
}.HZKprice_package h2 {
    display: inline-block;
    color: transparent;
    background: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0.8));
    text-shadow: 0 2px 15px rgba(255, 255, 255, 0.15);
    background-clip: text !important;
    margin-bottom: 20px;
    -webkit-background-clip: text !important;
    position: relative;
    font-weight: 700;
    font-size: 37px;
}.HZKprice_package h2::after {
    left: 0;
    background: rgb(158,201,216);
    bottom: -8px;
    content: "";
    position: absolute;
    transform-origin: left;
    width: 80px;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 3px;
    transform: scaleX(1);
}.HZKprice_package h2:hover::after {
    transform: scaleX(1.2);
}.HZKprice_package .GHKdiscount_tier {
    max-width: 700px;
    font-size: calc(16px + 2px);
    margin-bottom: 50px;
    line-height: 1.6;
    font-weight: 300;
    opacity: 0.9;
}.HZKprice_package .LXncost_breakdown {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
    padding: 0;
    gap: 30px;
}.HZKprice_package .LXncost_breakdown li {
    height: 100%;
    perspective: 1000px;
}.HZKprice_package .zaRprice_options {
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 0 3px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    text-decoration: none;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
    min-height: 400px;
    display: block;
    height: 100%;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transform-style: preserve-3d;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
}.HZKprice_package .zaRprice_options:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 5px 15px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px) rotateX(2deg) rotateY(2deg);
}.HZKprice_package .zaRprice_options::before {
    top: 0;
    position: absolute;
    height: 100%;
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.05), transparent);
    width: 100%;
    transition: transform 0.8s ease;
    content: "";
    pointer-events: none;
    transform: translateX(-100%);
    left: 0;
}.HZKprice_package .zaRprice_options:hover::before {
    transform: translateX(100%);
}.HZKprice_package .zaRprice_options::after {
    width: 10px;
    height: 10px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    top: -5px;
    content: "";
    background: rgb(158,201,216);
    left: -5px;
    position: absolute;
    border-radius: 50%;
    opacity: 0.8;
    box-shadow: 0 0 20px 5px rgb(158,201,216,0.5);
}.HZKprice_package .zaRprice_options:hover::after {
    transform: scale(1.5);
}.HZKprice_package .Ndtlearning_fee {
    overflow: hidden;
    display: flex;
    position: relative;
    padding: 35px 25px;
    flex-direction: column;
    height: 100%;
}.HZKprice_package .qtncost_schemes {
    z-index: 2;
    position: relative;
}.HZKprice_package .zaRprice_options h4 {
    margin-bottom: 20px;
    transition: transform 0.3s ease;
    position: relative;
    font-size: 21px;
    padding-bottom: 15px;
    font-weight: 600;
    color: #ffffff;
}.HZKprice_package .zaRprice_options:hover h4 {
    transform: translateX(5px);
}.HZKprice_package .zaRprice_options h4::after {
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    width: 40px;
    background: rgb(158,201,216);
    transition: width 0.3s ease;
    position: absolute;
}.HZKprice_package .zaRprice_options:hover h4::after {
    width: 60px;
}.HZKprice_package .zaRprice_options p {
    padding-right: 10px;
    word-break: normal;
    max-height: 200px;
    font-size: 16px;
    overflow-y: auto;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 30px;
    line-height: 1.7;
    white-space: normal;
    overflow-wrap: break-word;
}.HZKprice_package .zaRprice_options p::-webkit-scrollbar {
    width: 4px;
}.HZKprice_package .zaRprice_options p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.2);
}.HZKprice_package .zaRprice_options p::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.1);
}.HZKprice_package .JpDskill_pricing {
    border-radius: 10px;
    position: relative;
    font-size: calc(21px + 4px);
    background: linear-gradient(135deg, rgb(158,201,216), rgb(110,171,193));
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    font-weight: 700;
    color: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 10px 25px;
    display: inline-block;
}.HZKprice_package .zaRprice_options:hover .JpDskill_pricing {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}.HZKprice_package .JpDskill_pricing::before {
    transform: skewX(-20deg) translateX(-100%);
    position: absolute;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.1), transparent);
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    transition: transform 0.6s ease;
    top: 0;
}.HZKprice_package .zaRprice_options:hover .JpDskill_pricing::before {
    transform: skewX(-20deg) translateX(100%);
}

@media (max-width: 991px) {.HZKprice_package {
    padding: 80px 0 100px;
}.HZKprice_package .LXncost_breakdown {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}.HZKprice_package .zaRprice_options {
    min-height: 450px;
}.HZKprice_package .Ndtlearning_fee {
    padding: 25px 20px;
}.HZKprice_package h2 {
    font-size: calc(37px - 4px);
}.HZKprice_package .GHKdiscount_tier {
    font-size: 16px;
    margin-bottom: 40px;
}
}

@media (max-width: 767px) {.HZKprice_package {
    padding: 60px 0 80px;
}.HZKprice_package .LXncost_breakdown {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 400px;
}.HZKprice_package .zaRprice_options {
    min-height: auto;
}.HZKprice_package h2 {
    font-size: calc(37px - 8px);
}.HZKprice_package .GHKdiscount_tier {
    margin-bottom: 30px;
    font-size: calc(16px - 1px);
}.HZKprice_package .zaRprice_options p {
    max-height: 150px;
}
}

@media (max-width: 480px) {.HZKprice_package {
    padding: 50px 0 70px;
}.HZKprice_package .Ndtlearning_fee {
    padding: 20px 15px;
}.HZKprice_package h2 {
    font-size: calc(37px - 10px);
}.HZKprice_package .JpDskill_pricing {
    padding: 8px 20px;
    font-size: 21px;
}.HZKprice_package .zaRprice_options h4 {
    margin-bottom: 15px;
    font-size: calc(21px - 2px);
}}.FCHconnect_form {
    padding: 80px 0;
    position: relative;
}.FCHconnect_form::before {
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    top: 0;
    position: absolute;
    z-index: 1;
}.FCHconnect_form .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
}.FCHconnect_form .QXemessage_box {
    background: #ffffff;
    grid-template-columns: 45% 55%;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    display: grid;
}.FCHconnect_form .QXemessage_box::before {
    border-radius: 50%;
    left: -150px;
    top: -150px;
    background: rgb(158,201,216,0.5);
    z-index: 0;
    width: 300px;
    content: "";
    height: 300px;
    position: absolute;
}.FCHconnect_form .QXemessage_box::after {
    height: 300px;
    right: -150px;
    content: "";
    z-index: 0;
    width: 300px;
    position: absolute;
    bottom: -150px;
    border-radius: 50%;
    background: rgb(110,171,193,0.5);
}.FCHconnect_form .YPvrequest_support {
    padding: 50px;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    z-index: 1;
    position: relative;
}.FCHconnect_form .YPvrequest_support h3 {
    color: rgb(158,201,216);
    font-size: 32px;
    position: relative;
    margin-bottom: 40px;
    font-weight: 700;
}.FCHconnect_form .YPvrequest_support h3::after {
    height: 4px;
    content: "";
    background-color: rgb(110,171,193);
    left: 0;
    width: 60px;
    position: absolute;
    bottom: -15px;
}.FCHconnect_form .YPvrequest_support div {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
    padding-bottom: 15px;
}.FCHconnect_form .YPvrequest_support div:last-of-type {
    border-bottom: none;
}.FCHconnect_form .YPvrequest_support div svg {
    height: 24px;
    width: 24px;
    flex-shrink: 0;
    margin-right: 15px;
}.FCHconnect_form .YPvrequest_support div svg path {
    fill: rgb(158,201,216);
    transition: fill 0.3s ease;
}.FCHconnect_form .YPvrequest_support div:hover svg path {
    fill: rgb(110,171,193);
}.FCHconnect_form .YPvrequest_support div span {
    color: #000000;
    font-size: 15px;
}.FCHconnect_form .YPvrequest_support div span a {
    color: #000000;
    text-decoration: none;
    transition: color 0.3s ease;
}.FCHconnect_form .YPvrequest_support div span a:hover {
    color: rgb(158,201,216);
}.FCHconnect_form .Oukrequest_block {
    z-index: 1;
    background-color: #ffffff;
    position: relative;
    padding: 50px;
}.FCHconnect_form .Oukrequest_block h3 {
    margin-bottom: 30px;
    color: #000000;
    font-size: 24px;
    font-weight: 600;
}.FCHconnect_form form {
    flex-direction: column;
    display: flex;
}.FCHconnect_form form input[type="text"],
.FCHconnect_form form input[type="email"] {
    border-radius: 10px;
    font-size: 15px;
    padding: 0 20px;
    height: 55px;
    color: #000000;
    margin-bottom: 20px;
    border: none;
    background-color: rgb(204,229,236);
    transition: all 0.3s ease;
}.FCHconnect_form form input[type="text"]:focus,
.FCHconnect_form form input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(158,201,216,0.5);
}.FCHconnect_form form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}.FCHconnect_form .sgohelp_panel {
    position: relative;
    margin-bottom: 25px;
}.FCHconnect_form .sgohelp_panel input[type="checkbox"] {
    opacity: 0;
    cursor: pointer;
    width: 0;
    height: 0;
    position: absolute;
}.FCHconnect_form .sgohelp_panel label {
    position: relative;
    color: #000000;
    padding-left: 35px;
    line-height: 1.6;
    cursor: pointer;
    font-size: 12px;
    display: block;
}.FCHconnect_form .sgohelp_panel label::before {
    position: absolute;
    border-radius: 10px;
    width: 20px;
    background-color: rgb(204,229,236);
    height: 20px;
    transition: all 0.3s ease;
    content: "";
    top: 2px;
    left: 0;
}.FCHconnect_form .sgohelp_panel input[type="checkbox"]:checked + label::before {
    background-color: rgb(158,201,216);
}.FCHconnect_form .sgohelp_panel input[type="checkbox"]:checked + label::after {
    position: absolute;
    transform: rotate(45deg);
    width: 6px;
    height: 12px;
    left: 7px;
    content: "";
    top: 3px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
}.FCHconnect_form .sgohelp_panel label a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(158,201,216);
}.FCHconnect_form .sgohelp_panel label a:hover {
    text-decoration: underline;
    color: rgb(110,171,193);
}.FCHconnect_form form .rpTquery_inquiry {
    background-color: rgb(158,201,216);
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 16px 30px;
    align-self: flex-start;
    border-radius: 10px;
    color: #ffffff;
    display: inline-block;
    border: none;
    font-weight: 600;
}.FCHconnect_form form .rpTquery_inquiry:hover {
    background-color: rgb(110,171,193);
}@keyframes borderPulse {
    0% {
        border-color: rgba(0, 0, 0, 0.1);
    }
    50% {
        border-color: rgb(158,201,216,0.5);
    }
    100% {
        border-color: rgba(0, 0, 0, 0.1);
    }
}

.FCHconnect_form .YPvrequest_support div {
    animation: borderPulse 3s infinite;
    animation-delay: calc(var(--n) * 0.5s);
}.FCHconnect_form .YPvrequest_support div:nth-child(2) {
    --n: 0;
}.FCHconnect_form .YPvrequest_support div:nth-child(3) {
    --n: 1;
}.FCHconnect_form .YPvrequest_support div:nth-child(4) {
    --n: 2;
}.FCHconnect_form .YPvrequest_support div:nth-child(5) {
    --n: 3;
}

@media screen and (max-width: 992px) {.FCHconnect_form .container {
    width: 90%;
}.FCHconnect_form .QXemessage_box {
    grid-template-columns: 1fr;
}.FCHconnect_form .YPvrequest_support {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-right: none;
}
}

@media screen and (max-width: 576px) {.FCHconnect_form {
    padding: 60px 0;
}.FCHconnect_form .YPvrequest_support,
    .FCHconnect_form .Oukrequest_block {
    padding: 30px 20px;
}.FCHconnect_form .YPvrequest_support h3 {
    font-size: calc(32px * 0.8);
}.FCHconnect_form form input[type="text"],
    .FCHconnect_form form input[type="email"] {
    height: 50px;
}.FCHconnect_form form .rpTquery_inquiry {
    width: 100%;
    padding: 14px 20px;
}}.EiCtitle_section {
    width: 100%;
    overflow: hidden;
    flex-direction: column;
    color: #ffffff;
    min-height: 100vh;
    display: flex;
    position: relative;
}.EiCtitle_section .LVAmedia_img {
    z-index: 1;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}.EiCtitle_section .LVAmedia_img::before {
    top: 0;
    z-index: 2;
    width: 100%;
    left: 0;
    height: 100%;
    background: linear-gradient(135deg, rgba(16, 46, 68, 0.85) 0%, rgba(5, 25, 55, 0.9) 100%);
    content: "";
    position: absolute;
}.EiCtitle_section .LVAmedia_img::after {
    background: repeating-linear-gradient(
        -45deg,
        rgba(94, 170, 168, 0.05) 0px,
        rgba(94, 170, 168, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 3;
    content: "";
    top: 0;
    height: 100%;
}.EiCtitle_section .hORknowledge_space {
    padding: 6% 8%;
    display: flex;
    margin: auto;
    z-index: 10;
    flex-direction: column;
    transform-style: preserve-3d;
    max-width: 1200px;
    transform: perspective(1000px) translateZ(0);
    position: relative;
    align-items: flex-start;
}.EiCtitle_section h1 {
    position: relative;
    animation: title-slide-in 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    letter-spacing: 0.02em;
    color: #ffffff;
    margin-bottom: 2rem;
    transform: perspective(1000px) translateZ(20px);
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.8));
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    background-clip: text !important;
    font-size: clamp(2.5rem, 5vw, 47px);
    font-weight: 700;
    line-height: 1.3;
    opacity: 0;
    -webkit-background-clip: text !important;
}.EiCtitle_section h1::before {
    height: 4px;
    transform: scaleX(0);
    bottom: -10px;
    position: absolute;
    background: rgb(158,201,216);
    width: 80px;
    animation: line-grow 0.6s 0.4s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    left: 0;
    transform-origin: left;
    content: "";
}.EiCtitle_section .DZFtext_field {
    border-left: 3px solid rgb(158,201,216);
    animation: text-holder-slide 0.8s 0.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    border-radius: 0 10px 10px 0;
    position: relative;
    max-width: 620px;
    transform: perspective(1000px) translateZ(10px) translateX(0);
    opacity: 0;
    background: rgba(255, 255, 255, 0.05);
    padding: 2.5rem 3rem;
    margin-top: 1.5rem;
    backdrop-filter: blur(10px);
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.18);
}.EiCtitle_section .DZFtext_field::before {
    z-index: -1;
    top: 0;
    background: linear-gradient(135deg, rgba(94, 170, 168, 0.1), transparent);
    height: 100%;
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    border-radius: 0 10px 10px 0;
}.EiCtitle_section .DZFtext_field p {
    letter-spacing: 0.01em;
    line-height: 1.6;
    font-weight: 400;
    margin-bottom: 2rem;
    font-size: clamp(1rem, 1.8vw, 1.25rem);
    color: rgba(255, 255, 255, 0.9);
}.EiCtitle_section .Bpycourse_intro {
    transform: rotate(-2deg) scale(0.95);
    display: flex;
    margin: 1.5rem 0 2.5rem;
    justify-content: center;
    transition: transform 0.4s ease;
}.EiCtitle_section .Bpycourse_intro:hover {
    transform: rotate(0) scale(1);
}.EiCtitle_section .Bpycourse_intro svg {
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.15));
    width: 80px;
    height: 80px;
}.EiCtitle_section .Bpycourse_intro svg path {
    transition: fill 0.3s ease;
    fill: rgb(158,201,216);
}.EiCtitle_section .Bpycourse_intro:hover svg path {
    fill: rgb(115, 190, 188);
}.EiCtitle_section .Bpycourse_intro svg text {
    font-family: Arial, sans-serif;
    font-size: 8px;
    transition: all 0.3s ease;
}.EiCtitle_section .Bpycourse_intro:hover svg text {
    fill: #ffffff;
}.EiCtitle_section h6 {
    text-align: center;
    width: 100%;
    margin: 1rem 0 0;
}.EiCtitle_section .rpTquery_inquiry {
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    box-shadow: 0 4px 20px rgba(94, 170, 168, 0.3);
    padding: 0.9rem 2.2rem;
    text-decoration: none;
    color: #ffffff;
    font-weight: 600;
    background: rgb(158,201,216);
    border-radius: 10px;
    letter-spacing: 0.02em;
    display: inline-block;
    overflow: hidden;
    font-size: 15px;
    position: relative;
    transform: translateY(0);
}.EiCtitle_section .rpTquery_inquiry::before {
    left: -100%;
    content: "";
    top: 0;
    transition: left 0.7s ease;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
}.EiCtitle_section .rpTquery_inquiry:hover {
    background: rgb(80, 155, 153);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(94, 170, 168, 0.4);
}.EiCtitle_section .rpTquery_inquiry:hover::before {
    left: 100%;
}

@keyframes title-slide-in {
    0% {
        opacity: 0;
        transform: perspective(1000px) translateZ(20px) translateY(-30px);
    }
    100% {
        opacity: 1;
        transform: perspective(1000px) translateZ(20px) translateY(0);
    }
}

@keyframes text-holder-slide {
    0% {
        opacity: 0;
        transform: perspective(1000px) translateZ(10px) translateX(-50px);
    }
    100% {
        opacity: 1;
        transform: perspective(1000px) translateZ(10px) translateX(0);
    }
}

@keyframes line-grow {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@media (max-width: 991px) {.EiCtitle_section .hORknowledge_space {
    padding: 7% 5%;
}.EiCtitle_section .DZFtext_field {
    padding: 2rem 2.5rem;
    max-width: 520px;
}
}

@media (max-width: 767px) {.EiCtitle_section {
    min-height: 90vh;
}.EiCtitle_section .hORknowledge_space {
    padding: 12% 5% 8%;
}.EiCtitle_section h1 {
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}.EiCtitle_section h1::before {
    bottom: -8px;
    height: 3px;
    width: 60px;
}.EiCtitle_section .DZFtext_field {
    padding: 1.8rem 2rem;
    margin-top: 1rem;
}.EiCtitle_section .Bpycourse_intro {
    margin: 1rem 0 2rem;
}.EiCtitle_section .Bpycourse_intro svg {
    height: 70px;
    width: 70px;
}.EiCtitle_section .rpTquery_inquiry {
    padding: 0.8rem 1.8rem;
}
}

@media (max-width: 576px) {.EiCtitle_section .hORknowledge_space {
    padding: 20% 5% 10%;
}.EiCtitle_section h1 {
    font-size: 1.9rem;
}.EiCtitle_section .DZFtext_field {
    padding: 1.5rem 1.8rem;
    border-left-width: 2px;
}.EiCtitle_section .DZFtext_field p {
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
}.EiCtitle_section .Bpycourse_intro svg {
    width: 60px;
    height: 60px;
}.EiCtitle_section .rpTquery_inquiry {
    font-size: 0.9rem;
    padding: 0.7rem 1.5rem;
}}.DXxjoin_now {
    isolation: isolate;
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(110,171,193) 0%, rgb(158,201,216) 100%);
    overflow: hidden;
}.DXxjoin_now::before {
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
    opacity: 0.4;
    top: 0;
    animation: patternMove 30s linear infinite;
    content: "";
    left: 0;
}.DXxjoin_now::after {
    z-index: -1;
    right: -50px;
    width: 200px;
    position: absolute;
    height: 200px;
    filter: blur(40px);
    background: radial-gradient(circle, rgb(158,201,216,0.5) 0%, transparent 70%);
    content: "";
    bottom: -50px;
}.DXxjoin_now .container {
    align-items: center;
    display: flex;
    position: relative;
    padding: 0 20px;
    flex-direction: column;
    perspective: 1000px;
    max-width: 1200px;
    margin: 0 auto;
}.DXxjoin_now h2 {
    font-weight: 700;
    transform: translateZ(20px);
    position: relative;
    z-index: 2;
    text-align: center;
    margin-bottom: 3rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    font-size: clamp(1.75rem, 4vw, 33px);
    color: #ffffff;
    max-width: 800px;
    line-height: 1.4;
}.DXxjoin_now h2::after {
    background: #ffffff;
    position: absolute;
    border-radius: 10px;
    content: "";
    transform: translateX(-50%);
    left: 50%;
    height: 3px;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.6);
    bottom: -15px;
    width: 80px;
}.DXxjoin_now .hORknowledge_space {
    padding: 2.5rem 3rem;
    display: flex;
    transform: translateZ(30px) rotateX(3deg);
    align-items: center;
    transform-style: preserve-3d;
    gap: 25px;
    z-index: 3;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    justify-content: center;
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.1),
    0 0 0 1px rgba(255, 255, 255, 0.1);
}.DXxjoin_now .hORknowledge_space:hover {
    box-shadow: 
    0 30px 60px rgba(0, 0, 0, 0.15),
    0 0 0 1px rgba(255, 255, 255, 0.2);
    transform: translateZ(40px) rotateX(0);
}.DXxjoin_now .hORknowledge_space::before {
    z-index: -1;
    top: -3px;
    right: -3px;
    position: absolute;
    border-radius: calc(12px + 3px);
    background: linear-gradient(45deg, transparent 40%, rgb(110,171,193), transparent 60%);
    animation: borderGlow 3s infinite alternate;
    left: -3px;
    bottom: -3px;
    content: "";
    opacity: 0.6;
    filter: blur(3px);
}.DXxjoin_now svg {
    width: 48px;
    flex-shrink: 0;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.15));
    height: 48px;
    transform: rotateZ(-10deg);
    transition: transform 0.5s cubic-bezier(0.3, 1.8, 0.3, 1);
}.DXxjoin_now .hORknowledge_space:hover svg {
    transform: rotateZ(0) scale(1.1);
}.DXxjoin_now svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}.DXxjoin_now .hORknowledge_space:hover svg path {
    fill: #ffffff;
    animation: pathPulse 2s infinite alternate;
}.DXxjoin_now .rpTquery_inquiry {
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    letter-spacing: 0.5px;
    font-weight: 600;
    background: #ffffff;
    color: rgb(110,171,193);
    transform: translateZ(0);
    transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    position: relative;
    isolation: isolate;
    text-decoration: none;
    padding: 0.75rem 2rem;
    font-size: 15px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    border-radius: 10px;
}.DXxjoin_now .rpTquery_inquiry::before {
    z-index: -1;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    top: 0;
    height: 100%;
    transform: translateX(-100%);
    left: 0;
    width: 100%;
}.DXxjoin_now .rpTquery_inquiry:hover {
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px) scale(1.03);
    color: rgb(158,201,216);
}.DXxjoin_now .rpTquery_inquiry:hover::before {
    animation: shimmer 1.5s infinite;
}.DXxjoin_now .rpTquery_inquiry:active {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-1px) scale(0.98);
}

@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}

@keyframes borderGlow {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.8;
  }
}

@keyframes pathPulse {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}

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

@media (max-width: 768px) {.DXxjoin_now {
    padding: 4rem 0;
}.DXxjoin_now h2 {
    margin-bottom: 2rem;
}.DXxjoin_now .hORknowledge_space {
    flex-direction: column;
    gap: 20px;
    transform: translateZ(20px) rotateX(2deg);
    padding: 2rem;
}.DXxjoin_now svg {
    height: 40px;
    width: 40px;
}.DXxjoin_now .rpTquery_inquiry {
    padding: 0.75rem 1.5rem;
    width: 100%;
}
}

@media (max-width: 480px) {.DXxjoin_now {
    padding: 3rem 0;
}.DXxjoin_now h2 {
    font-size: 1.5rem;
}.DXxjoin_now h2::after {
    width: 60px;
}.DXxjoin_now .hORknowledge_space {
    padding: 1.5rem;
    transform: translateZ(10px) rotateX(1deg);
}.DXxjoin_now svg {
    height: 36px;
    width: 36px;
}.DXxjoin_now .rpTquery_inquiry {
    font-size: 0.9rem;
    padding: 0.65rem 1.25rem;
}}.CTGtraining_structure {
    overflow: hidden;
    position: relative;
    padding: 130px 0;
    background: linear-gradient(210deg, rgb(204,229,236) 0%, rgba(0, 0, 0, 0.5) 100%);
}.CTGtraining_structure::before {
    opacity: 0.4;
    height: 100%;
    left: 0;
    background: radial-gradient(ellipse at bottom right, rgb(158,201,216,0.5) 0%, transparent 70%);
    top: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    content: '';
}.CTGtraining_structure .hORknowledge_space {
    display: flex;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    align-items: center;
    padding: 0 20px;
    min-height: 400px;
    justify-content: center;
    z-index: 2;
}.CTGtraining_structure .DZFtext_field {
    position: relative;
    padding: 0;
    width: 80%;
    display: flex;
    flex-direction: column;
}.CTGtraining_structure .DZFtext_field h2 {
    position: relative;
    backdrop-filter: blur(10px);
    font-size: 34px;
    transform: translateY(10px);
    border-radius: 29px 29px 0 0;
    font-weight: 700;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 0;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
    padding: 30px 50px;
    background: rgba(255, 255, 255, 0.08);
    z-index: 3;
    transition: transform 0.3s ease;
    color: #ffffff;
}.CTGtraining_structure .DZFtext_field:hover h2 {
    transform: translateY(5px);
}.CTGtraining_structure .DZFtext_field p {
    z-index: 2;
    font-size: 12px;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    padding: 50px;
    border-radius: 0 0 29px 29px;
    backdrop-filter: blur(8px);
    line-height: 1.8;
    color: #ffffff;
    position: relative;
}.CTGtraining_structure .DZFtext_field::before {
    filter: blur(5px);
    background: linear-gradient(135deg, 
        rgb(158,201,216,0.5) 0%, 
        transparent 50%, 
        rgb(110,171,193,0.5) 100%
    );
    transform: scale(1.02);
    content: '';
    top: 0;
    z-index: 0;
    height: 100%;
    left: 0;
    position: absolute;
    border-radius: 29px;
    opacity: 0.05;
    width: 100%;
}.CTGtraining_structure .DZFtext_field::after {
    right: -30px;
    border-radius: 50%;
    background: rgb(158,201,216);
    animation: pulse-subtle 6s infinite alternate;
    filter: blur(20px);
    top: 40px;
    z-index: 1;
    opacity: 0.15;
    content: '';
    width: 60px;
    height: 60px;
    position: absolute;
}.CTGtraining_structure .DZFtext_field h2::before {
    left: 10px;
    width: 30px;
    background: rgb(158,201,216);
    top: 50%;
    height: 30px;
    position: absolute;
    content: '';
    border-radius: 50%;
    transform: translateY(-50%);
    opacity: 0.2;
}.CTGtraining_structure .DZFtext_field h2::after {
    bottom: 20px;
    content: '';
    left: 50px;
    position: absolute;
    background: rgb(158,201,216);
    opacity: 0.7;
    height: 3px;
    width: 50px;
}.CTGtraining_structure .DZFtext_field p::before {
    content: '';
    z-index: -1;
    left: 0;
    height: 50%;
    border-radius: 0 0 29px 29px;
    bottom: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.05), transparent);
}.CTGtraining_structure::after {
    left: 0;
    height: 1px;
    width: 100%;
    content: '';
    position: absolute;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(158,201,216,0.5) 20%, 
        rgb(158,201,216,0.5) 80%, 
        transparent 100%
    );
    opacity: 0.6;
    z-index: 1;
    bottom: 80px;
}.CTGtraining_structure .hORknowledge_space::before {
    content: '';
    height: 150px;
    left: 10%;
    width: 150px;
    opacity: 0.15;
    border-radius: 29px;
    top: 50px;
    transform: rotate(20deg);
    border: 1px solid rgb(158,201,216,0.5);
    animation: float-rotate 20s infinite linear;
    position: absolute;
}.CTGtraining_structure .hORknowledge_space::after {
    width: 180px;
    border-radius: 50%;
    height: 180px;
    bottom: 30px;
    right: 10%;
    position: absolute;
    border: 1px solid rgb(110,171,193,0.5);
    opacity: 0.1;
    content: '';
    animation: pulse-scale 15s infinite alternate;
}@keyframes pulse-subtle {
    0%, 100% {
        opacity: 0.15;
        transform: scale(1);
    }
    50% {
        opacity: 0.25;
        transform: scale(1.2);
    }
}

@keyframes float-rotate {
    0% {
        transform: rotate(20deg) translateY(0);
    }
    25% {
        transform: rotate(110deg) translateY(-10px);
    }
    50% {
        transform: rotate(200deg) translateY(0);
    }
    75% {
        transform: rotate(290deg) translateY(10px);
    }
    100% {
        transform: rotate(380deg) translateY(0);
    }
}

@keyframes pulse-scale {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

.CTGtraining_structure .DZFtext_field p::first-line {
    letter-spacing: 0.5px;
    font-weight: 600;
}

@media screen and (max-width: 992px) {.CTGtraining_structure {
    padding: 100px 0;
}.CTGtraining_structure .DZFtext_field {
    width: 90%;
}.CTGtraining_structure .DZFtext_field h2 {
    padding: 25px 40px;
}.CTGtraining_structure .DZFtext_field p {
    padding: 40px;
}.CTGtraining_structure .hORknowledge_space::before,
    .CTGtraining_structure .hORknowledge_space::after {
    height: 120px;
    width: 120px;
}
}

@media screen and (max-width: 768px) {.CTGtraining_structure {
    padding: 80px 0;
}.CTGtraining_structure .DZFtext_field {
    width: 100%;
}.CTGtraining_structure .DZFtext_field h2 {
    font-size: calc(34px * 0.9);
    padding: 20px 30px;
}.CTGtraining_structure .DZFtext_field h2::before {
    height: 20px;
    width: 20px;
    left: 5px;
}.CTGtraining_structure .DZFtext_field h2::after {
    bottom: 15px;
    left: 35px;
    width: 40px;
}.CTGtraining_structure .DZFtext_field p {
    padding: 30px;
}.CTGtraining_structure .hORknowledge_space::before {
    top: 20px;
    left: 5%;
}.CTGtraining_structure .hORknowledge_space::after {
    right: 5%;
    bottom: 20px;
}
}

@media screen and (max-width: 480px) {.CTGtraining_structure {
    padding: 60px 0;
}.CTGtraining_structure .DZFtext_field h2 {
    padding: 20px 25px 20px 35px;
    font-size: calc(34px * 0.8);
}.CTGtraining_structure .DZFtext_field p {
    font-size: calc(12px * 0.9);
    padding: 25px;
}.CTGtraining_structure .DZFtext_field::after {
    display: none;
}.CTGtraining_structure .hORknowledge_space::before,
    .CTGtraining_structure .hORknowledge_space::after {
    display: none;
}}.mwkeducational_gains {
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(204,229,236) 0%, rgba(245, 245, 250, 0.95) 100%);
    overflow: hidden;
    position: relative;
}.mwkeducational_gains::before {
    animation: float 15s infinite alternate ease-in-out;
    width: 25%;
    filter: blur(50px);
    border-radius: 50%;
    background: linear-gradient(225deg, rgb(158,201,216,0.5) 0%, transparent 70%);
    content: "";
    position: absolute;
    z-index: 0;
    top: -5%;
    right: -5%;
    height: 25%;
}.mwkeducational_gains::after {
    background: linear-gradient(45deg, rgb(110,171,193,0.5) 0%, transparent 70%);
    width: 20%;
    position: absolute;
    z-index: 0;
    content: "";
    border-radius: 50%;
    height: 20%;
    filter: blur(40px);
    bottom: -5%;
    left: -5%;
    animation: float 18s infinite alternate-reverse ease-in-out;
}.mwkeducational_gains .container {
    position: relative;
    max-width: 1200px;
    padding: 0 1.5rem;
    z-index: 1;
    margin: 0 auto;
}.mwkeducational_gains .hORknowledge_space {
    align-items: center;
    gap: 2.5rem;
    display: grid;
    grid-template-columns: 1fr;
}.mwkeducational_gains .DZFtext_field {
    transform: translateY(0);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.03);
    backdrop-filter: blur(10px);
    padding: 2.5rem;
    border-left: 4px solid rgb(158,201,216);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background: rgba(255, 255, 255, 0.8);
}.mwkeducational_gains .DZFtext_field:hover {
    transform: translateY(-5px);
}.mwkeducational_gains h4 {
    padding-bottom: 0.75rem;
    margin-bottom: 1.5rem;
    color: #000000;
    font-weight: 700;
    font-size: 24px;
    position: relative;
}.mwkeducational_gains h4::after {
    background: linear-gradient(90deg, rgb(158,201,216) 0%, rgb(110,171,193) 100%);
    bottom: 0;
    height: 3px;
    position: absolute;
    width: 80px;
    content: "";
    left: 0;
}.mwkeducational_gains .DZFtext_field > div {
    margin-bottom: 1.5rem;
}.mwkeducational_gains .DZFtext_field > div:last-child {
    margin-bottom: 0;
}.mwkeducational_gains ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.mwkeducational_gains li {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateX(0);
    margin-bottom: 1rem;
}.mwkeducational_gains li:hover {
    transform: translateX(8px);
}.mwkeducational_gains li:last-child {
    margin-bottom: 0;
}.mwkeducational_gains li p {
    font-size: calc(18px - 0.05rem);
    line-height: 1.6;
    margin: 0;
    color: #000000;
    gap: 1rem;
    display: flex;
    align-items: flex-start;
}.mwkeducational_gains li p span:first-child {
    flex-shrink: 0;
    margin-top: 0.2rem;
}.mwkeducational_gains svg {
    transition: transform 0.3s ease;
    display: block;
    width: 22px;
    height: 22px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}.mwkeducational_gains li:hover svg {
    transform: rotate(15deg) scale(1.1);
}.mwkeducational_gains svg path {
    transition: fill 0.3s ease;
    fill: rgb(158,201,216);
}.mwkeducational_gains li:hover svg path {
    fill: rgb(110,171,193);
}.mwkeducational_gains .LVAmedia_img {
    width: 100%;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
                0 8px 12px rgba(0, 0, 0, 0.06);
    transform: perspective(1000px) rotateY(-3deg);
    height: auto;
    border-radius: 28px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    filter: saturate(1.05);
    object-fit: cover;
}.mwkeducational_gains .LVAmedia_img:hover {
    transform: perspective(1000px) rotateY(0deg);
}

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

@media (min-width: 768px) {.mwkeducational_gains {
    padding: 8rem 0;
}.mwkeducational_gains .hORknowledge_space {
    grid-template-columns: 1.2fr 0.8fr;
    gap: 4rem;
}.mwkeducational_gains .DZFtext_field {
    padding: 3rem;
}.mwkeducational_gains h4 {
    font-size: calc(24px + 0.2rem);
}.mwkeducational_gains .DZFtext_field > div {
    display: flex;
    gap: 2rem;
}.mwkeducational_gains .DZFtext_field > div ul {
    flex: 1;
}.mwkeducational_gains .LVAmedia_img {
    height: 100%;
    max-height: 500px;
}
}

@media (min-width: 992px) {.mwkeducational_gains {
    padding: 10rem 0;
}.mwkeducational_gains .hORknowledge_space {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 5rem;
}.mwkeducational_gains .LVAmedia_img {
    max-height: 600px;
}
}

@media (max-width: 767px) {.mwkeducational_gains .DZFtext_field {
    padding: 1.5rem;
}.mwkeducational_gains h4 {
    font-size: calc(24px - 0.1rem);
}.mwkeducational_gains li p {
    font-size: calc(18px - 0.1rem);
}.mwkeducational_gains svg {
    height: 20px;
    width: 20px;
}
}

@media (max-width: 480px) {.mwkeducational_gains {
    padding: 4rem 0;
}.mwkeducational_gains .DZFtext_field {
    padding: 1.25rem;
}.mwkeducational_gains h4 {
    font-size: calc(24px - 0.2rem);
}.mwkeducational_gains li p {
    gap: 0.75rem;
}}footer {
    position: relative;
    width: 100%;
}footer .mDrbadge_case {
    position: relative;
    background: linear-gradient(135deg, #000000 0%, rgb(158,201,216) 100%);
    z-index: 1;
    padding: 80px 0 30px;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
}footer .mDrbadge_case::before {
    height: 100%;
    content: '';
    opacity: 0.05;
    background: repeating-linear-gradient(
        45deg,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5) 10px,
        transparent 10px,
        transparent 20px
    );
    z-index: -1;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
}footer .mDrbadge_case::after {
    left: 0;
    content: '';
    position: absolute;
    height: 3px;
    top: 0;
    animation: glowBorder 3s infinite linear;
    background: linear-gradient(90deg, 
        rgb(158,201,216) 0%, 
        rgb(110,171,193) 50%, 
        rgb(158,201,216) 100%);
    width: 100%;
}@keyframes glowBorder {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.3;
    }
}

footer .mDrbadge_case .container {
    position: relative;
    z-index: 2;
}footer .Joestats_tool {
    gap: 40px;
    display: grid;
    grid-template-columns: 1fr;
}footer .hCAcontact_section {
    margin-bottom: 30px;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    padding-bottom: 30px;
    position: relative;
    display: flex;
}footer .hCAcontact_section::after {
    left: 0;
    position: absolute;
    content: '';
    bottom: 0;
    width: 100%;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(110,171,193,0.5) 50%, 
        transparent 100%);
    height: 1px;
}footer .info_item {
    border-radius: 10px;
    flex: 1;
    background: rgba(255, 255, 255, 0.03);
    margin-bottom: 15px;
    padding: 15px;
    min-width: 200px;
    transform: translateY(0);
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
}footer .info_item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.05);
}footer .info_item p,
footer .info_item a {
    font-weight: 400;
    font-size: 12px;
    gap: 10px;
    color: #ffffff;
    transition: color 0.3s ease;
    align-items: center;
    font-family: Arial, sans-serif;
    display: flex;
    text-decoration: none;
}footer .info_item svg {
    height: 20px;
    width: 20px;
    flex-shrink: 0;
    fill: rgb(110,171,193);
    transition: transform 0.3s ease;
}footer .info_item:hover svg {
    transform: scale(1.2);
}footer .info_item:hover a,
footer .info_item:hover p {
    color: rgb(110,171,193);
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
    display: grid;
}footer .ipMmain_know {
    align-items: flex-start;
    gap: 20px;
    display: flex;
    flex-direction: column;
}footer .ipMmain_know svg {
    filter: drop-shadow(0 0 5px rgb(158,201,216,0.5));
    max-width: 160px;
    height: auto;
}footer .xdAfacebook_cta {
    opacity: 0.7;
    max-width: 300px;
    font-size: 14px;
    color: #ffffff;
    line-height: 1.5;
    font-weight: 300;
}footer .VLCnav_expert {
    flex-direction: column;
    gap: 20px;
    display: flex;
}footer .VLCnav_expert h5 {
    color: #ffffff;
    margin-bottom: 5px;
    padding-bottom: 15px;
    position: relative;
    font-size: 21px;
    font-weight: 700;
}footer .VLCnav_expert h5::after {
    width: 50px;
    left: 0;
    bottom: 0;
    content: '';
    height: 3px;
    background: rgb(110,171,193);
    position: absolute;
    border-radius: 10px;
}footer .vDGhead_tutor {
    margin-bottom: 20px;
    flex-direction: column;
    display: flex;
    gap: 15px;
}footer .vDGhead_tutor a {
    font-size: 12px;
    text-decoration: none;
    position: relative;
    opacity: 0.8;
    padding-left: 15px;
    transition: all 0.3s ease;
    color: #ffffff;
}footer .vDGhead_tutor a::before {
    opacity: 0.7;
    background: rgb(110,171,193);
    border-radius: 50%;
    position: absolute;
    left: 0;
    transition: all 0.3s ease;
    content: '';
    width: 6px;
    top: 50%;
    height: 6px;
    transform: translateY(-50%);
}footer .vDGhead_tutor a:hover {
    transform: translateX(5px);
    color: rgb(110,171,193);
    opacity: 1;
}footer .vDGhead_tutor a:hover::before {
    box-shadow: 0 0 10px rgb(110,171,193);
    height: 8px;
    opacity: 1;
    width: 8px;
}footer .subscribe_holder {
    transform: perspective(1000px) rotateY(-5deg);
    flex-direction: column;
    display: flex;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    padding: 25px;
    border-radius: 27px;
    gap: 15px;
    transition: all 0.5s ease;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(0, 0, 0, 0.2);
}footer .subscribe_holder:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    transform: perspective(1000px) rotateY(0deg);
}footer .subscribe_holder h5 {
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 21px;
    font-weight: 700;
}footer .subscribe_holder p {
    opacity: 0.8;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 1.6;
    color: #ffffff;
}footer .input_holder {
    position: relative;
    display: flex;
    gap: 15px;
    flex-direction: column;
}footer .input_holder input[type="email"] {
    transition: all 0.3s ease;
    width: 100%;
    outline: none;
    color: #ffffff;
    padding: 14px 15px;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 12px;
    border-radius: 10px;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .input_holder input[type="email"]:focus {
    border-color: rgb(110,171,193);
    box-shadow: 0 0 15px rgb(110,171,193,0.5);
}footer .FsTupdates_cta {
    border: none;
    transition: all 0.3s ease;
    color: #ffffff;
    cursor: pointer;
    padding: 12px 24px;
    position: relative;
    background: linear-gradient(45deg, rgb(110,171,193) 0%, rgb(158,201,216) 100%);
    text-transform: uppercase;
    font-size: 15px;
    border-radius: 10px;
    overflow: hidden;
    letter-spacing: 1px;
    font-weight: 600;
}footer .FsTupdates_cta::before {
    content: '';
    width: 100%;
    transition: 0.6s;
    top: 0;
    height: 100%;
    left: -100%;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.2), 
        transparent);
}footer .FsTupdates_cta:hover::before {
    left: 100%;
}footer .FsTupdates_cta:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transform: translateY(-2px);
}footer .Gfjtrust_badge {
    text-align: center;
    padding-top: 30px;
    position: relative;
}footer .Gfjtrust_badge::before {
    left: 0;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(110,171,193,0.5) 50%, 
        transparent 100%);
    content: '';
    width: 100%;
    top: 0;
    position: absolute;
    height: 1px;
}footer .MYsequity_pledge {
    font-weight: 300;
    color: #ffffff;
    opacity: 0.7;
    font-size: 14px;
}

@media (max-width: 992px) {footer .mDrbadge_case {
    padding: 60px 0 30px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}footer .subscribe_holder {
    transform: perspective(1000px) rotateY(0deg);
    grid-column: span 2;
}footer .hCAcontact_section {
    gap: 20px;
}footer .info_item {
    min-width: 180px;
}
}

@media (max-width: 768px) {footer .mDrbadge_case {
    padding: 50px 0 30px;
}footer .text_main_holder {
    grid-template-columns: 1fr;
    gap: 40px;
}footer .subscribe_holder {
    grid-column: span 1;
}footer .VLCnav_expert {
    gap: 15px;
}footer .hCAcontact_section {
    gap: 15px;
    flex-direction: column;
}footer .info_item {
    margin-bottom: 0;
    width: 100%;
}footer .input_holder {
    flex-direction: column;
}footer .FsTupdates_cta {
    width: 100%;
}
}

@media (max-width: 576px) {footer .mDrbadge_case {
    padding: 40px 0 30px;
}footer .ipMmain_know {
    align-items: center;
    text-align: center;
    margin: 0 auto;
}footer .xdAfacebook_cta {
    margin: 0 auto;
    text-align: center;
}footer .VLCnav_expert h5 {
    text-align: center;
}footer .VLCnav_expert h5::after {
    transform: translateX(-50%);
    left: 50%;
}footer .vDGhead_tutor {
    align-items: center;
}footer .vDGhead_tutor a {
    text-align: center;
}footer .subscribe_holder {
    padding: 20px;
    text-align: center;
}footer .subscribe_holder h5,
    footer .subscribe_holder p {
    text-align: center;
}}.dQVpotential_learners {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    background: rgb(204,229,236);
}.dQVpotential_learners::before {
    top: 0;
    left: 0;
    content: "";
    background: 
        radial-gradient(circle at 20% 30%, rgb(158,201,216,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(110,171,193,0.5) 0%, transparent 40%);
    z-index: 0;
    height: 100%;
    position: absolute;
    opacity: 0.2;
    width: 100%;
}.dQVpotential_learners .container {
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
}.dQVpotential_learners .hORknowledge_space {
    padding: 50px;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        -20px -20px 60px rgba(255, 255, 255, 0.8);
    position: relative;
    border-radius: 10px;
    background: rgb(204,229,236);
}.dQVpotential_learners h4 {
    margin-bottom: 50px;
    font-size: 35px;
    text-align: center;
    color: #000000;
    font-weight: 700;
    position: relative;
}.dQVpotential_learners h4::after {
    bottom: -15px;
    width: 80px;
    content: "";
    background: linear-gradient(90deg, rgb(158,201,216), rgb(110,171,193));
    border-radius: 2px;
    left: 50%;
    height: 4px;
    transform: translateX(-50%);
    position: absolute;
}.dQVpotential_learners div {
    flex-wrap: wrap;
    display: flex;
    gap: 30px;
}.dQVpotential_learners div p {
    transition: all 0.3s ease;
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.05),
        -8px -8px 16px rgba(255, 255, 255, 0.8),
        inset 1px 1px 1px rgba(255, 255, 255, 0.3);
    display: flex;
    border-radius: 10px;
    padding: 25px;
    background: rgb(204,229,236);
    color: #000000;
    overflow: hidden;
    flex: 1 1 calc(33.333% - 20px);
    position: relative;
    align-items: center;
    font-size: 15px;
    min-width: 250px;
    margin: 0;
    line-height: 1.6;
}.dQVpotential_learners div p:hover {
    transform: translateY(-5px);
    box-shadow: 
        12px 12px 24px rgba(0, 0, 0, 0.08),
        -12px -12px 24px rgba(255, 255, 255, 0.9),
        inset 1px 1px 1px rgba(255, 255, 255, 0.4);
}.dQVpotential_learners div p::before {
    border-radius: 5px 0 0 5px;
    opacity: 0.7;
    position: absolute;
    content: "";
    width: 5px;
    background: linear-gradient(180deg, rgb(158,201,216), rgb(110,171,193));
    top: 0;
    height: 100%;
    left: 0;
}.dQVpotential_learners div p svg {
    transition: all 0.3s ease;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    min-width: 40px;
    box-shadow: 
        4px 4px 8px rgba(0, 0, 0, 0.1),
        -4px -4px 8px rgba(255, 255, 255, 0.8);
    margin-right: 20px;
    padding: 8px;
    background: rgb(204,229,236);
}.dQVpotential_learners div p:hover svg {
    transform: rotate(10deg);
    box-shadow: 
        6px 6px 12px rgba(0, 0, 0, 0.15),
        -6px -6px 12px rgba(255, 255, 255, 0.9),
        inset 1px 1px 1px rgba(255, 255, 255, 0.4);
}.dQVpotential_learners div p svg path {
    transition: fill 0.3s ease;
    fill: rgb(158,201,216);
}.dQVpotential_learners div p:hover svg path {
    fill: rgb(110,171,193);
}

@media (max-width: 1100px) {.dQVpotential_learners div p {
    flex: 1 1 calc(50% - 15px);
}
}

@media (max-width: 991px) {.dQVpotential_learners {
    padding: 80px 0;
}.dQVpotential_learners .hORknowledge_space {
    padding: 40px 30px;
}.dQVpotential_learners h4 {
    font-size: calc(35px - 2px);
    margin-bottom: 40px;
}.dQVpotential_learners div {
    gap: 20px;
}.dQVpotential_learners div p {
    padding: 20px;
}.dQVpotential_learners div p svg {
    min-width: 35px;
    height: 35px;
    margin-right: 15px;
    width: 35px;
}
}

@media (max-width: 767px) {.dQVpotential_learners {
    padding: 60px 0;
}.dQVpotential_learners .hORknowledge_space {
    padding: 30px 20px;
}.dQVpotential_learners h4 {
    margin-bottom: 35px;
    font-size: calc(35px - 4px);
}.dQVpotential_learners div p {
    padding: 18px;
    flex: 1 1 100%;
}.dQVpotential_learners div p svg {
    height: 30px;
    min-width: 30px;
    margin-right: 15px;
    width: 30px;
    padding: 6px;
}
}

@media (max-width: 479px) {.dQVpotential_learners {
    padding: 40px 0;
}.dQVpotential_learners .hORknowledge_space {
    padding: 25px 15px;
}.dQVpotential_learners h4 {
    font-size: calc(35px - 6px);
    margin-bottom: 30px;
}.dQVpotential_learners div {
    gap: 15px;
}.dQVpotential_learners div p {
    font-size: calc(15px - 1px);
    padding: 15px;
}.dQVpotential_learners div p svg {
    width: 26px;
    min-width: 26px;
    height: 26px;
    margin-right: 12px;
    padding: 5px;
}}.dKEleadership_experience {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(204,229,236), rgb(110,171,193,0.5));
    padding: 80px 0;
    position: relative;
}.dKEleadership_experience::before {
    border-radius: 29px;
    top: -10%;
    background: rgb(158,201,216,0.5);
    height: 80%;
    position: absolute;
    z-index: 1;
    animation: float 8s ease-in-out infinite;
    transform: rotate(-15deg);
    width: 60%;
    content: "";
    right: -10%;
}.dKEleadership_experience::after {
    z-index: 1;
    background: rgb(110,171,193,0.5);
    border-radius: 29px;
    position: absolute;
    animation: float 6s ease-in-out infinite reverse;
    bottom: -5%;
    transform: rotate(20deg);
    left: -5%;
    content: "";
    width: 40%;
    height: 60%;
}.dKEleadership_experience .container {
    z-index: 2;
    position: relative;
}.dKEleadership_experience .ycTstudent_quotes {
    display: grid;
    border-radius: 29px;
    gap: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #ffffff;
    grid-template-columns: 1fr 2fr;
    padding: 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    grid-template-areas: 
        "photo name"
        "photo job"
        "quote quote";
    transform: rotate(-2deg);
}.dKEleadership_experience .ycTstudent_quotes:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    transform: rotate(0deg) translateY(-10px);
}.dKEleadership_experience .LVAmedia_img {
    transform: rotate(4deg);
    box-shadow: 10px 10px 0 rgb(158,201,216,0.5);
    transition: transform 0.3s ease;
    border-radius: 29px;
    height: 200px;
    grid-area: photo;
}.dKEleadership_experience .ycTstudent_quotes:hover .LVAmedia_img {
    transform: rotate(0deg) scale(1.05);
}.dKEleadership_experience .name {
    margin-top: 20px;
    transform: translateX(20px);
    font-weight: 700;
    font-size: 24px;
    color: #000000;
    grid-area: name;
}.dKEleadership_experience .ycTstudent_quotes span:not(.name) {
    transform: translateX(20px);
    font-style: italic;
    font-size: 12px;
    color: #000000;
    grid-area: job;
}.dKEleadership_experience .lxcwork_list {
    position: relative;
    grid-area: quote;
    background: linear-gradient(to right, rgb(204,229,236), transparent);
    color: #000000;
    border-radius: 0 10px 10px 0;
    font-size: 12px;
    border-left: 4px solid rgb(158,201,216);
    margin-top: 20px;
    line-height: 1.6;
    padding: 20px;
}.dKEleadership_experience .lxcwork_list::before {
    position: absolute;
    left: 10px;
    content: "";
    color: rgb(158,201,216,0.5);
    line-height: 1;
    top: -10px;
    font-family: serif;
    font-size: calc(38px * 2);
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(-15deg);
    }
    50% {
        transform: translateY(-20px) rotate(-10deg);
    }
}

@media (max-width: 768px) {.dKEleadership_experience {
    padding: 60px 0;
}.dKEleadership_experience .ycTstudent_quotes {
    grid-template-columns: 1fr;
    padding: 30px 20px;
    grid-template-areas: 
            "LVAmedia_img"
            "name"
            "ymYexp_details"
            "lxcwork_list";
}.dKEleadership_experience .LVAmedia_img {
    width: 80%;
    height: 180px;
    margin: 0 auto;
}.dKEleadership_experience .name,
    .dKEleadership_experience .ycTstudent_quotes span:not(.name) {
    transform: translateX(0);
    text-align: center;
}.dKEleadership_experience .lxcwork_list {
    padding: 15px;
}}.gLicompany_info {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.gLicompany_info::before {
    right: 0;
    bottom: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
    box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.3);
    background: linear-gradient(135deg, 
        rgba(30, 45, 75, 0.92) 0%,
        rgba(25, 35, 60, 0.95) 50%,
        rgba(20, 30, 55, 0.98) 100%);
    content: "";
}.gLicompany_info::after {
    filter: blur(60px);
    transform: rotate(35deg);
    z-index: 2;
    background: radial-gradient(circle at center, rgb(158,201,216,0.5) 0%, transparent 70%);
    right: -50%;
    position: absolute;
    top: -50%;
    content: "";
    opacity: 0.08;
    width: 100%;
    height: 100%;
    animation: shimmer 15s infinite alternate ease-in-out;
}.gLicompany_info .container {
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    z-index: 5;
    margin: 0 auto;
}.gLicompany_info .DZFtext_field {
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.2),
        -15px -15px 30px rgba(255, 255, 255, 0.02),
        inset 5px 5px 10px rgba(255, 255, 255, 0.02),
        inset -5px -5px 10px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateX(2deg);
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    padding: 50px;
}.gLicompany_info .DZFtext_field:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.25),
        -15px -15px 30px rgba(255, 255, 255, 0.03),
        inset 5px 5px 10px rgba(255, 255, 255, 0.03),
        inset -5px -5px 10px rgba(0, 0, 0, 0.15);
}.gLicompany_info h1 {
    margin-bottom: 40px;
    font-size: 40px;
    font-weight: 700;
    transform: translateZ(30px);
    position: relative;
    letter-spacing: 1px;
    text-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    color: #ffffff;
}.gLicompany_info h1::after {
    background: linear-gradient(90deg, rgb(158,201,216) 0%, rgb(110,171,193) 100%);
    height: 4px;
    content: "";
    left: 0;
    position: absolute;
    animation: expandLine 1.5s ease-out forwards;
    bottom: -15px;
    width: 80px;
    transform-origin: left;
    border-radius: 1px;
}.gLicompany_info ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.gLicompany_info ul li {
    margin-bottom: 15px;
}.gLicompany_info ul li:first-child {
    margin-bottom: 25px;
}.gLicompany_info h4 {
    font-size: calc(18px + 2px);
    font-weight: 600;
    color: rgb(158,201,216);
    margin-bottom: 15px;
    transform: translateZ(20px);
    letter-spacing: 0.5px;
    display: inline-block;
    position: relative;
}.gLicompany_info h4::before {
    left: -20px;
    content: "";
    opacity: 0.8;
    background: rgb(110,171,193);
    transform: translateY(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    top: 50%;
    position: absolute;
}.gLicompany_info span {
    column-count: 1;
    font-size: 14px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.85);
    column-gap: 40px;
    position: relative;
    text-align: justify;
    transform: translateZ(10px);
    display: block;
}

@keyframes expandLine {
    0% {
        width: 0;
        opacity: 0;
    }
    100% {
        width: 80px;
        opacity: 1;
    }
}

@keyframes shimmer {
    0% {
        opacity: 0.05;
        transform: rotate(35deg) translateX(10%) translateY(5%);
    }
    50% {
        opacity: 0.1;
    }
    100% {
        opacity: 0.05;
        transform: rotate(35deg) translateX(-10%) translateY(-5%);
    }
}


@media (min-width: 768px) {.gLicompany_info .DZFtext_field {
    padding: 60px 70px;
}.gLicompany_info span {
    column-count: 2;
}.gLicompany_info h1 {
    font-size: calc(40px + 10px);
}.gLicompany_info h1::after {
    width: 120px;
}
    
    @keyframes expandLine {
        0% {
            width: 0;
            opacity: 0;
        }
        100% {
            width: 120px;
            opacity: 1;
        }
    }
}

@media (min-width: 1024px) {.gLicompany_info {
    padding: 150px 0;
}.gLicompany_info .DZFtext_field {
    margin: 0 auto;
    max-width: 90%;
    padding: 80px 90px;
}.gLicompany_info h1 {
    margin-bottom: 50px;
}.gLicompany_info span {
    column-count: 2;
    column-gap: 60px;
}
}

@media (max-width: 767px) {.gLicompany_info {
    padding: 80px 0;
}.gLicompany_info .DZFtext_field {
    padding: 30px 25px;
    transform: perspective(1000px) rotateX(1deg);
}.gLicompany_info h1 {
    margin-bottom: 30px;
    font-size: calc(40px - 2px);
}.gLicompany_info h4 {
    font-size: 18px;
}.gLicompany_info span {
    line-height: 1.6;
    font-size: calc(14px - 1px);
}.gLicompany_info h1::after {
    width: 60px;
    bottom: -10px;
    height: 3px;
}@keyframes expandLine {
        0% {
            width: 0;
            opacity: 0;
        }
        100% {
            width: 60px;
            opacity: 1;
        }
    }
}.uktthanksFocus {
    background: linear-gradient(135deg, rgb(204,229,236) 0%, rgb(110,171,193,0.5) 100%);
    perspective: 1000px;
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.uktthanksFocus::before {
    content: "";
    pointer-events: none;
    height: 100%;
    top: 0;
    z-index: 0;
    opacity: 0.15;
    width: 100%;
    left: 0;
    position: absolute;
    background: 
        radial-gradient(circle at 20% 30%, rgb(158,201,216,0.5) 0%, transparent 60%),
        radial-gradient(circle at 80% 70%, rgb(110,171,193,0.5) 0%, transparent 60%);
    animation: backgroundPulse 15s infinite alternate ease-in-out;
}.uktthanksFocus::after {
    background: rgb(158,201,216,0.5);
    animation: floatElement 20s infinite alternate ease-in-out;
    content: "";
    opacity: 0.05;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    z-index: 0;
    width: 50%;
    top: -10%;
    height: 50%;
    right: -10%;
    transform: rotate(-15deg) translateZ(-10px);
    filter: blur(30px);
    position: absolute;
}.uktthanksFocus .container {
    transform-style: preserve-3d;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
}.uktthanksFocus h2 {
    margin-bottom: 40px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
    line-height: 1.3;
    font-size: 35px;
    font-weight: 700;
    transform: translateZ(30px);
    animation: slideInFromTop 0.8s ease-out forwards;
    color: #000000;
    position: relative;
}.uktthanksFocus h2::after {
    width: 80px;
    transform: scaleX(0);
    position: absolute;
    left: 0;
    animation: lineExpand 1.2s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left;
    background: rgb(158,201,216);
    content: "";
    bottom: -15px;
    height: 3px;
}.uktthanksFocus .hORknowledge_space {
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.03);
    transform: translateZ(10px) rotateX(2deg);
    position: relative;
    animation: fadeInUp 1s 0.3s backwards;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    padding: 45px;
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
}.uktthanksFocus .hORknowledge_space::before {
    content: "";
    animation: heightGrow 1.2s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgb(158,201,216), rgb(110,171,193));
    width: 6px;
    height: 0;
    top: 0;
}.uktthanksFocus .hORknowledge_space:hover {
    transform: translateZ(15px) rotateX(0deg);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 8px 20px rgba(0, 0, 0, 0.05);
}.uktthanksFocus ul {
    list-style: none;
    padding: 0;
    margin: 0;
}.uktthanksFocus li {
    position: relative;
    align-items: flex-start;
    display: flex;
}.uktthanksFocus li::before {
    left: -30px;
    border-radius: 50%;
    content: "";
    opacity: 0;
    transform: scale(0);
    background: rgb(158,201,216);
    width: 12px;
    animation: dotAppear 0.5s 1.2s forwards;
    top: 8px;
    position: absolute;
    height: 12px;
}.uktthanksFocus li span {
    transform: translateX(0);
    animation: textFadeIn 0.8s 1s forwards ease-out;
    position: relative;
    font-family: Arial, sans-serif;
    opacity: 0;
    line-height: 1.8;
    font-size: 15px;
    display: block;
    color: #000000;
}.uktthanksFocus li span::first-letter {
    font-weight: 700;
    font-size: 1.5em;
    color: rgb(158,201,216);
}

@keyframes backgroundPulse {
    0%, 100% { 
        opacity: 0.15;
        transform: scale(1);
    }
    50% { 
        opacity: 0.25;
        transform: scale(1.05);
    }
}

@keyframes floatElement {
    0% { transform: rotate(-15deg) translateZ(-10px) translate(0, 0); }
    50% { transform: rotate(-10deg) translateZ(-10px) translate(20px, -10px); }
    100% { transform: rotate(-15deg) translateZ(-10px) translate(0, 0); }
}

@keyframes slideInFromTop {
    0% { 
        opacity: 0;
        transform: translateY(-40px) translateZ(30px);
    }
    100% { 
        opacity: 1;
        transform: translateY(0) translateZ(30px);
    }
}

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

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(40px) translateZ(10px) rotateX(5deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(10px) rotateX(2deg);
    }
}

@keyframes heightGrow {
    0% { height: 0; }
    100% { height: 100%; }
}

@keyframes dotAppear {
    0% { opacity: 0; transform: scale(0); }
    70% { opacity: 1; transform: scale(1.2); }
    100% { opacity: 1; transform: scale(1); }
}

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

@media (max-width: 991px) {.uktthanksFocus {
    padding: 80px 0;
}.uktthanksFocus h2 {
    margin-bottom: 30px;
    font-size: calc(35px * 0.9);
}.uktthanksFocus .hORknowledge_space {
    padding: 35px;
}
}

@media (max-width: 767px) {.uktthanksFocus {
    padding: 60px 0;
    perspective: 800px;
}.uktthanksFocus h2 {
    margin-bottom: 25px;
    transform: translateZ(20px);
    font-size: calc(35px * 0.8);
}.uktthanksFocus .hORknowledge_space {
    transform: translateZ(5px) rotateX(1deg);
    padding: 30px 25px;
}.uktthanksFocus li::before {
    width: 10px;
    left: -20px;
    height: 10px;
}.uktthanksFocus li span {
    font-size: calc(15px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.uktthanksFocus {
    padding: 40px 0;
}.uktthanksFocus h2 {
    font-size: calc(35px * 0.7);
    margin-bottom: 20px;
}.uktthanksFocus .hORknowledge_space {
    padding: 25px 20px;
}.uktthanksFocus h2::after {
    width: 60px;
    height: 2px;
}.uktthanksFocus li span {
    font-size: calc(15px * 0.9);
    line-height: 1.5;
}
}