﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}a {
    color: inherit;
    text-decoration: none;
}header,footer {
    width: 100%;
}svg {
    height: 30px;
    width: 30px;
}.cZIrecycle_info {
    flex: 0 0 auto;
}html,body {
    font-family: Arial, sans-serif;
    min-height: 100%;
    height: 100%;
    scroll-snap-type: none;
    scroll-behavior: smooth;
    color: #000000;
    auto
contain
touch-action: none;
}@keyframes pulse_scrollbar { 0% { opacity: 1; } 50% { opacity: 0.7; } 100% { opacity: 1; } }

::-webkit-scrollbar {
    background: rgb(147,178,158);
    width: 15px;
}::-webkit-scrollbar-thumb {
    transition: all 1s ease;
    border-radius: 11.6rem;
    background: rgb(185,211,194);
}::-webkit-scrollbar-thumb:hover {
    border-color: rgb(185,211,194);
    background: rgb(147,178,158,0.5);
}::-webkit-scrollbar-thumb:active {
    box-shadow: inset 2px 5px 15px 0px rgba(0, 0, 0, 0.7);
    background: rgb(185,211,194);
}html {
    scrollbar-color: rgb(185,211,194,0.5) rgb(185,211,194,0.5);
    scrollbar-width: none;
}.oZVhead_base {
    flex: 1 0 auto;
}.container {
    margin: auto;
    width: 1229px;
    max-width: 100%;
}.TqBouter-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.ORrcontact_information {
    overflow: hidden;
    background: #ffffff;
    padding: 80px 0;
    position: relative;
}.ORrcontact_information::before {
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(225deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(315deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%),
                linear-gradient(45deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%);
    background-size: 20px 20px;
    height: 100%;
    left: 0;
    position: absolute;
    content: "";
    z-index: 0;
}.ORrcontact_information .container {
    padding: 0 20px;
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
}.ORrcontact_information h2 {
    padding-left: 20px;
    border-left: 5px solid rgb(185,211,194);
    font-size: 38px;
    text-align: left;
    color: #000000;
    position: relative;
    font-weight: 700;
    margin-bottom: 50px;
}.ORrcontact_information .FAfhelp_card {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    flex-direction: row-reverse;
    border-radius: 17px;
    overflow: hidden;
    display: flex;
}.ORrcontact_information .cmWimage_grid {
    position: relative;
    min-height: 500px;
    flex: 0 0 40%;
}.ORrcontact_information .cmWimage_grid::before {
    top: 0;
    height: 100%;
    z-index: 1;
    mix-blend-mode: multiply;
    width: 100%;
    left: 0;
    position: absolute;
    background: rgb(185,211,194,0.5);
    content: "";
}.ORrcontact_information .XWlhelp_inquiry {
    position: relative;
    flex: 0 0 60%;
    padding: 60px;
}.ORrcontact_information .XWlhelp_inquiry::after {
    right: 0;
    z-index: -1;
    content: "";
    position: absolute;
    top: 0;
    background: rgb(225,239,230);
    height: 150px;
    border-radius: 0 0 0 100%;
    width: 150px;
}.ORrcontact_information #contact {
    gap: 30px;
    flex-direction: column;
    display: flex;
}.ORrcontact_information h3 {
    margin-bottom: 30px;
    color: #000000;
    font-weight: 700;
    position: relative;
    font-size: 23px;
}.ORrcontact_information h3::after {
    position: absolute;
    background: rgb(185,211,194);
    bottom: -10px;
    left: 0;
    width: 40px;
    height: 2px;
    content: "";
}.ORrcontact_information input[type="text"] {
    background: rgb(225,239,230);
    border: none;
    width: 100%;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.03);
    font-size: 16px;
    transition: all 0.3s ease;
    color: #000000;
    border-radius: 10px;
    padding: 18px 20px;
}.ORrcontact_information input[type="text"]:focus {
    background: #ffffff;
    outline: none;
    box-shadow: 0 0 0 2px rgb(185,211,194,0.5), inset 0 2px 4px rgba(0, 0, 0, 0.03);
}.ORrcontact_information input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.6;
}.ORrcontact_information .Manrequest_reach {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-top: 5px;
}.ORrcontact_information .Manrequest_reach input[type="checkbox"] {
    width: 22px;
    transition: all 0.2s ease;
    cursor: pointer;
    border: 2px solid rgb(225,239,230);
    position: relative;
    border-radius: 10px;
    height: 22px;
    appearance: none;
}.ORrcontact_information .Manrequest_reach input[type="checkbox"]:checked {
    background: rgb(185,211,194);
    border-color: rgb(185,211,194);
}.ORrcontact_information .Manrequest_reach input[type="checkbox"]:checked::after {
    border-width: 0 2px 2px 0;
    width: 6px;
    position: absolute;
    transform: rotate(45deg);
    height: 11px;
    content: "";
    left: 7px;
    border: solid #ffffff;
    top: 3px;
}.ORrcontact_information .Manrequest_reach label {
    color: #000000;
    font-size: 16px;
    line-height: 1.5;
}.ORrcontact_information .Manrequest_reach a {
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    color: rgb(185,211,194);
}.ORrcontact_information .Manrequest_reach a:hover {
    color: rgb(147,178,158);
}.ORrcontact_information .Manrequest_reach a::after {
    width: 100%;
    bottom: -2px;
    transition: all 0.3s ease;
    height: 1px;
    background: rgb(185,211,194);
    left: 0;
    content: "";
    position: absolute;
}.ORrcontact_information .Manrequest_reach a:hover::after {
    background: rgb(147,178,158);
}.ORrcontact_information .DlThelp_links {
    color: #ffffff;
    padding: 18px 40px;
    transition: all 0.3s ease;
    margin-top: 20px;
    border: none;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    background: rgb(185,211,194);
    box-shadow: 0 4px 15px rgb(185,211,194,0.5);
    border-radius: 17px;
    align-self: flex-start;
}.ORrcontact_information .DlThelp_links:hover {
    box-shadow: 0 7px 20px rgb(147,178,158,0.5);
    transform: translateY(-2px);
    background: rgb(147,178,158);
}.ORrcontact_information svg {
    fill: rgb(185,211,194);
    height: 20px;
    width: 20px;
    transition: all 0.3s ease;
}.ORrcontact_information svg path {
    fill: rgb(185,211,194);
    transition: all 0.3s ease;
}.ORrcontact_information svg:hover {
    fill: rgb(147,178,158);
}.ORrcontact_information svg:hover path {
    fill: rgb(147,178,158);
}

@media (max-width: 992px) {.ORrcontact_information .FAfhelp_card {
    flex-direction: column;
}.ORrcontact_information .cmWimage_grid {
    min-height: 300px;
    order: 1;
    flex: 0 0 auto;
}.ORrcontact_information .XWlhelp_inquiry {
    flex: 0 0 auto;
    order: 2;
    padding: 50px 40px;
}.ORrcontact_information h2 {
    margin-bottom: 40px;
}
}

@media (max-width: 768px) {.ORrcontact_information {
    padding: 60px 0;
}.ORrcontact_information h2 {
    font-size: calc(38px - 4px);
    margin-bottom: 30px;
}.ORrcontact_information .XWlhelp_inquiry {
    padding: 40px 30px;
}.ORrcontact_information #contact {
    gap: 25px;
}.ORrcontact_information .cmWimage_grid {
    min-height: 250px;
}
}

@media (max-width: 576px) {.ORrcontact_information {
    padding: 40px 0;
}.ORrcontact_information .container {
    padding: 0 15px;
}.ORrcontact_information h2 {
    margin-bottom: 25px;
    font-size: calc(38px - 6px);
    padding-left: 15px;
}.ORrcontact_information .XWlhelp_inquiry {
    padding: 30px 20px;
}.ORrcontact_information #contact {
    gap: 20px;
}.ORrcontact_information input[type="text"] {
    padding: 15px;
}.ORrcontact_information .DlThelp_links {
    padding: 15px 20px;
    width: 100%;
}.ORrcontact_information .cmWimage_grid {
    min-height: 200px;
}}footer {
    position: relative;
}footer::before {
    bottom: 0;
    position: absolute;
    left: 0;
    z-index: 1;
    right: 0;
    content: '';
    opacity: 0.95;
    background: linear-gradient(125deg, #000000 0%, rgb(147,178,158) 100%);
    top: 0;
}.cZIrecycle_info {
    color: #ffffff;
    z-index: 2;
    font-family: Arial, sans-serif;
    padding: 60px 0;
    position: relative;
}.cZIrecycle_info .container {
    display: flex;
    flex-wrap: wrap;
}.cZIrecycle_info .company_holder {
    background: rgba(0, 0, 0, 0.2);
    flex: 0 0 100%;
    margin-bottom: 40px;
    text-align: center;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    padding: 25px;
    border-radius: 13px;
}.cZIrecycle_info .company_holder h3 {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    letter-spacing: 1px;
    color: #ffffff;
    font-size: 33px;
    font-weight: 700;
}.cZIrecycle_info .qEMaward_show {
    max-width: 80%;
    line-height: 1.7;
    background: rgba(255, 255, 255, 0.1);
    margin: 0 auto;
    color: #ffffff;
    border-radius: 10px;
    font-size: 12px;
    text-align: center;
    padding: 15px 20px;
}.cZIrecycle_info .DSEcookie_ctrl {
    margin-top: 20px;
    flex: 0 0 100%;
}.cZIrecycle_info .PKVnav_sitebar {
    justify-content: center;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 30px;
}.cZIrecycle_info .Cshnav_lesson {
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    flex: 0 0 calc(50% - 30px);
    padding: 20px;
    max-width: calc(50% - 30px);
    border-radius: 13px;
}.cZIrecycle_info .Cshnav_lesson:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.1);
}.cZIrecycle_info .Cshnav_lesson h5 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-weight: 600;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    font-size: 24px;
    color: #ffffff;
}.cZIrecycle_info .Cshnav_lesson .PKVnav_sitebar {
    flex-direction: column;
    display: flex;
    margin-top: 0;
    gap: 12px;
}.cZIrecycle_info .Cshnav_lesson .PKVnav_sitebar a {
    font-size: 12px;
    color: #ffffff;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    text-decoration: none;
    text-align: center;
    border-radius: 10px;
}.cZIrecycle_info .Cshnav_lesson .PKVnav_sitebar a:hover {
    color: #ffffff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
}.ClScloud_lab {
    position: relative;
    z-index: 2;
    padding: 20px 0;
    margin-top: 40px;
    background: rgba(0, 0, 0, 0.3);
}.ClScloud_lab::before {
    height: 1px;
    right: 20%;
    top: 0;
    left: 20%;
    opacity: 0.2;
    content: '';
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    position: absolute;
}.ClScloud_lab .container {
    display: flex;
    justify-content: center;
}.ClScloud_lab .QLImobile_cta {
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.5px;
    color: #ffffff;
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@media (min-width: 768px) {.cZIrecycle_info .PKVnav_sitebar {
    justify-content: space-between;
}.cZIrecycle_info .company_holder {
    flex: 0 0 30%;
    text-align: left;
}.cZIrecycle_info .DSEcookie_ctrl {
    flex: 0 0 65%;
}.cZIrecycle_info .container {
    justify-content: space-between;
    align-items: flex-start;
}.cZIrecycle_info .qEMaward_show {
    text-align: left;
    margin: 0;
    max-width: 100%;
}
}

@media (max-width: 767px) {.cZIrecycle_info .Cshnav_lesson {
    max-width: 100%;
    margin-bottom: 20px;
    flex: 0 0 100%;
}.cZIrecycle_info .company_holder {
    padding: 20px 15px;
}.cZIrecycle_info .qEMaward_show {
    max-width: 100%;
    padding: 15px;
}
}

@media (max-width: 576px) {.cZIrecycle_info {
    padding: 40px 0;
}.cZIrecycle_info .company_holder h3 {
    font-size: calc(33px * 0.8);
}.cZIrecycle_info .Cshnav_lesson h5 {
    font-size: calc(24px * 0.9);
}.cZIrecycle_info .Cshnav_lesson .PKVnav_sitebar a {
    font-size: calc(12px * 0.95);
}}

@keyframes pulseLight {
    0%, 100% {
        opacity: 0.1;
        transform: scale(1);
    }
    50% {
        opacity: 0.15;
        transform: scale(1.1);
    }
}

footer::after {
    z-index: 1;
    width: 100%;
    position: absolute;
    background-image: linear-gradient(0deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px),
        linear-gradient(90deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px);
    left: 0;
    content: '';
    background-size: 20px 20px;
    height: 100%;
    top: 0;
}.xodsecure_cache {
    display: flex;
    gap: 30px;
    font-family: Arial, sans-serif;
    border: 1px solid rgb(185,211,194);
    padding: 50px;
    background-color: rgb(185,211,194);
    flex-direction: column;
    color: #000000;
    margin-bottom: 20px;
}.xodsecure_cache h1 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-weight: 700;
    color: rgb(185,211,194);
    border-bottom: 3px solid rgb(147,178,158);
    letter-spacing: 2px;
    font-size: 43px;
}.xodsecure_cache h2 {
    border-bottom: 2px solid rgb(185,211,194);
    padding-bottom: 5px;
    font-weight: 600;
    color: rgb(147,178,158);
    margin-bottom: 15px;
    letter-spacing: 1.5px;
    font-size: 31px;
}.xodsecure_cache h3, .xodsecure_cache h4, .xodsecure_cache h5, .xodsecure_cache h6 {
    margin: 10px 0;
}.xodsecure_cache ul,
.xodsecure_cache ol {
    margin: 20px 0;
    list-style-position: inside;
    padding: 0 20px;
}.xodsecure_cache ul {
    list-style-type: square;
}.xodsecure_cache ol {
    list-style-type: decimal;
}.xodsecure_cache li {
    border-bottom: 1px solid rgb(185,211,194,0.5);
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    color: #000000;
}.xodsecure_cache p {
    line-height: 1.8;
    margin-bottom: 20px;
    color: #000000;
    font-size: 18px;
}.xodsecure_cache > div {
    padding: 20px;
    border: 1px solid rgb(185,211,194,0.5);
    background-color: rgb(225,239,230);
    border-radius: 10px;
}.xodsecure_cache span {
    font-weight: 600;
    color: rgb(147,178,158);
}
@media only screen and (max-width: 800px) {.xodsecure_cache {
    padding: 30px;
    gap: 20px;
}.xodsecure_cache h1 {
    font-size: calc(21px * 0.8);
}.xodsecure_cache h2 {
    font-size: calc(21px * 0.8);
}.xodsecure_cache ul,
    .xodsecure_cache ol {
    padding-left: 15px;
}.xodsecure_cache > div {
    padding: 15px;
}}.SRPinfo_hub {
    overflow: hidden;
    background: rgb(225,239,230);
    position: relative;
    z-index: 1;
    padding: 80px 0;
}.SRPinfo_hub::before {
    background: linear-gradient(135deg, rgb(185,211,194,0.5) 0%, transparent 50%, rgb(147,178,158,0.5) 100%);
    left: 0;
    content: '';
    top: 0;
    opacity: 0.15;
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
}.SRPinfo_hub::after {
    background-size: 60px 60px, 80px 80px, 100px 100px;
    content: '';
    width: 100%;
    position: absolute;
    opacity: 0.07;
    top: 0;
    height: 100%;
    background: radial-gradient(circle at 10% 20%, transparent 20%, rgb(185,211,194,0.5) 21%, transparent 22%),
                radial-gradient(circle at 90% 80%, transparent 20%, rgb(147,178,158,0.5) 21%, transparent 22%),
                radial-gradient(circle at 50% 50%, transparent 30%, rgb(185,211,194,0.5) 31%, transparent 32%);
    animation: patternMove 120s linear infinite;
    z-index: -1;
    left: 0;
}@keyframes patternMove {
    0% {
        background-position: 0 0, 0 0, 0 0;
    }
    100% {
        background-position: 1000px 500px, -500px 1000px, 500px -500px;
    }
}

.SRPinfo_hub .container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
}.SRPinfo_hub .sIKedu_asksup {
    background: #ffffff;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    backdrop-filter: blur(10px);
    padding: 45px 40px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06), 0 0 0 1px rgba(0, 0, 0, 0.02);
    position: relative;
    z-index: 2;
    overflow: hidden;
    border-radius: 16px;
}.SRPinfo_hub .sIKedu_asksup::before {
    background: linear-gradient(90deg, rgb(185,211,194) 0%, rgb(147,178,158) 100%);
    z-index: 3;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    content: '';
    height: 6px;
}.SRPinfo_hub .sIKedu_asksup::after {
    z-index: -1;
    right: -100px;
    opacity: 0.2;
    height: 200px;
    background: radial-gradient(circle, rgb(185,211,194,0.5) 0%, transparent 70%);
    position: absolute;
    content: '';
    border-radius: 50%;
    width: 200px;
    bottom: -100px;
}.SRPinfo_hub .sIKedu_asksup:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.02);
}.SRPinfo_hub h3 {
    font-weight: 700;
    color: #000000;
    font-size: 35px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
}.SRPinfo_hub h3::after {
    position: absolute;
    bottom: 0;
    background: rgb(185,211,194);
    border-radius: 10px;
    content: '';
    width: 40%;
    left: 0;
    height: 3px;
}.SRPinfo_hub .Fpnlearn_faq {
    max-width: 90%;
    margin-bottom: 35px;
    line-height: 1.6;
    color: #000000;
    font-size: 13px;
}.SRPinfo_hub .OxAsubmit_feedback {
    gap: 25px;
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}.SRPinfo_hub .OxAsubmit_feedback::before {
    opacity: 0.3;
    background: linear-gradient(90deg, rgb(185,211,194,0.5) 0%, transparent 100%);
    height: 1px;
    width: 100%;
    left: 0;
    top: -15px;
    content: '';
    position: absolute;
}.SRPinfo_hub .OxAsubmit_feedback span {
    transition: all 0.3s ease;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    flex-direction: column;
    display: flex;
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 16px 20px;
    background: rgba(255, 255, 255, 0.6);
}.SRPinfo_hub .OxAsubmit_feedback span::before {
    top: 0;
    position: absolute;
    transition: all 0.3s ease;
    content: '';
    opacity: 0.7;
    background: rgb(185,211,194);
    left: 0;
    width: 3px;
    height: 100%;
}.SRPinfo_hub .OxAsubmit_feedback span:hover {
    transform: translateY(-3px);
    border-color: rgba(rgb(185,211,194), 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}.SRPinfo_hub .OxAsubmit_feedback span:hover::before {
    width: 5px;
}.SRPinfo_hub .OxAsubmit_feedback span p {
    color: #000000;
    font-weight: 400;
    font-size: 13px;
    margin: 0;
}.SRPinfo_hub .OxAsubmit_feedback span:first-child p {
    font-weight: 600;
}.SRPinfo_hub .OxAsubmit_feedback span:nth-child(2) p {
    font-weight: 600;
}.SRPinfo_hub .OxAsubmit_feedback span > span {
    border: none;
    flex-direction: row;
    padding: 0;
    display: flex;
    align-items: center;
    margin-top: 8px;
    background: transparent;
}.SRPinfo_hub .OxAsubmit_feedback span > span::before {
    display: none;
}.SRPinfo_hub .OxAsubmit_feedback span > span:hover {
    transform: none;
    box-shadow: none;
}.SRPinfo_hub .OxAsubmit_feedback span a {
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(185,211,194);
    position: relative;
}.SRPinfo_hub .OxAsubmit_feedback span a::after {
    background: rgb(185,211,194);
    bottom: -2px;
    transition: width 0.3s ease;
    height: 1px;
    content: '';
    left: 0;
    width: 0;
    position: absolute;
}.SRPinfo_hub .OxAsubmit_feedback span a:hover {
    color: rgb(147,178,158);
}.SRPinfo_hub .OxAsubmit_feedback span a:hover::after {
    background: rgb(147,178,158);
    width: 100%;
}.SRPinfo_hub .OxAsubmit_feedback span svg {
    height: 18px;
    width: 18px;
    stroke-width: 2;
    transition: all 0.3s ease;
    stroke-linecap: round;
    stroke: rgb(185,211,194);
    margin-right: 8px;
    flex-shrink: 0;
    fill: none;
    stroke-linejoin: round;
}.SRPinfo_hub .OxAsubmit_feedback span:hover svg {
    stroke: rgb(147,178,158);
    transform: scale(1.1);
}.SRPinfo_hub .OxAsubmit_feedback span:nth-child(3) svg {
    transform-origin: center;
}.SRPinfo_hub .OxAsubmit_feedback span:nth-child(3) svg path {
    animation: dashAnimation 3s linear infinite;
    stroke-dashoffset: 0;
    stroke-dasharray: 20;
}.SRPinfo_hub .OxAsubmit_feedback span:nth-child(4) svg {
    transform-origin: center;
}.SRPinfo_hub .OxAsubmit_feedback span:nth-child(4) svg path {
    animation: dashAnimation 3s linear infinite;
    animation-delay: 0.5s;
    stroke-dasharray: 24;
    stroke-dashoffset: 0;
}.SRPinfo_hub .OxAsubmit_feedback span:nth-child(5) svg {
    stroke-width: 1.7;
    transform-origin: center;
}.SRPinfo_hub .OxAsubmit_feedback span:nth-child(5) svg path {
    transition: all 0.3s ease;
}.SRPinfo_hub .OxAsubmit_feedback span:nth-child(5):hover svg path {
    stroke-width: 2.2;
}.SRPinfo_hub .OxAsubmit_feedback span:nth-child(6) svg {
    transform-origin: center;
}.SRPinfo_hub .OxAsubmit_feedback span:nth-child(6) svg path {
    stroke-dasharray: 15;
    stroke-dashoffset: 0;
    animation: dashAnimation 3s linear infinite;
    animation-delay: 1s;
}.SRPinfo_hub .OxAsubmit_feedback span:nth-child(3) svg {
    position: relative;
}.SRPinfo_hub .OxAsubmit_feedback span:nth-child(3) svg::before {
    z-index: -1;
    opacity: 0.1;
    content: '';
    height: 24px;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    transition: all 0.3s ease;
    background: rgb(185,211,194);
    width: 24px;
    border-radius: 50%;
    top: 50%;
}.SRPinfo_hub .OxAsubmit_feedback span:nth-child(3):hover svg::before {
    width: 30px;
    background: rgb(147,178,158);
    opacity: 0.2;
    height: 30px;
}.SRPinfo_hub .OxAsubmit_feedback span:nth-child(4) svg {
    position: relative;
}.SRPinfo_hub .OxAsubmit_feedback span:nth-child(4) svg path {
    transform-origin: center;
}.SRPinfo_hub .OxAsubmit_feedback span:nth-child(4):hover svg path {
    animation-duration: 2s;
}.SRPinfo_hub .OxAsubmit_feedback span:nth-child(6) svg path {
    transform-origin: center;
}.SRPinfo_hub .OxAsubmit_feedback span:nth-child(6):hover svg path {
    animation-duration: 2s;
}@keyframes dashAnimation {
    0% {
        stroke-dashoffset: 20;
    }
    50% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: -20;
    }
}

.SRPinfo_hub .DsKrequest_feedback {
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: linear-gradient(135deg, rgba(rgb(185,211,194), 0.03) 0%, rgba(rgb(147,178,158), 0.03) 100%);
    margin-top: 15px;
    overflow: hidden;
    padding: 25px 30px;
    grid-column: 1 / -1;
    position: relative;
}.SRPinfo_hub .DsKrequest_feedback::before {
    top: 0;
    position: absolute;
    opacity: 0.05;
    width: 100%;
    content: '';
    z-index: 0;
    left: 0;
    background: radial-gradient(circle at 50% 0%, rgb(185,211,194,0.5) 0%, transparent 70%);
    height: 100%;
}.SRPinfo_hub .DsKrequest_feedback h4 {
    margin-bottom: 15px;
    display: flex;
    position: relative;
    align-items: center;
    color: #000000;
    font-weight: 600;
    font-size: 22px;
}.SRPinfo_hub .DsKrequest_feedback h4::before {
    background-size: contain;
    flex-shrink: 0;
    height: 20px;
    background-repeat: no-repeat;
    content: '';
    width: 20px;
    background-position: center;
    display: inline-block;
    margin-right: 8px;
}.SRPinfo_hub .DsKrequest_feedback h4 svg {
    height: 20px;
    fill: none;
    width: 20px;
    stroke-linejoin: round;
    animation: clockRotation 12s linear infinite;
    stroke-linecap: round;
    margin-right: 8px;
    stroke-width: 2;
    stroke: rgb(185,211,194);
    transform-origin: center;
}@keyframes clockRotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.SRPinfo_hub .DsKrequest_feedback h4 svg circle {
    stroke-opacity: 0.2;
    fill: transparent;
    stroke: rgb(185,211,194);
}.SRPinfo_hub .DsKrequest_feedback h4 svg path {
    stroke: rgb(185,211,194);
}.SRPinfo_hub .DsKrequest_feedback span {
    padding: 8px 0;
    margin-bottom: 6px;
    display: block;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.05);
    z-index: 1;
    color: #000000;
    position: relative;
}.SRPinfo_hub .DsKrequest_feedback span:last-child {
    border-bottom: none;
}.SRPinfo_hub .DsKrequest_feedback span::before {
    background-color: rgb(185,211,194);
    display: inline-block;
    height: 6px;
    width: 6px;
    margin-right: 8px;
    opacity: 0.5;
    border-radius: 50%;
    content: '';
}

@media (max-width: 992px) {.SRPinfo_hub {
    padding: 60px 0;
}.SRPinfo_hub .sIKedu_asksup {
    padding: 35px 30px;
}.SRPinfo_hub h3 {
    font-size: calc(35px * 0.9);
}.SRPinfo_hub .Fpnlearn_faq {
    max-width: 100%;
}.SRPinfo_hub .OxAsubmit_feedback {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}.SRPinfo_hub .OxAsubmit_feedback span svg {
    height: 16px;
    width: 16px;
}
}

@media (max-width: 768px) {.SRPinfo_hub {
    padding: 50px 0;
}.SRPinfo_hub .sIKedu_asksup {
    padding: 30px 25px;
}.SRPinfo_hub h3 {
    margin-bottom: 15px;
    padding-bottom: 12px;
    font-size: calc(35px * 0.8);
}.SRPinfo_hub .Fpnlearn_faq {
    margin-bottom: 25px;
    font-size: calc(13px * 0.95);
}.SRPinfo_hub .OxAsubmit_feedback {
    gap: 15px;
    grid-template-columns: 1fr;
}.SRPinfo_hub .OxAsubmit_feedback span {
    padding: 12px 16px;
}.SRPinfo_hub .DsKrequest_feedback {
    padding: 20px 25px;
}.SRPinfo_hub .DsKrequest_feedback h4 {
    font-size: calc(22px * 0.9);
}.SRPinfo_hub .DsKrequest_feedback h4::before {
    height: 18px;
    width: 18px;
}.SRPinfo_hub .DsKrequest_feedback h4 svg {
    height: 18px;
    width: 18px;
}
}

@media (max-width: 576px) {.SRPinfo_hub {
    padding: 40px 0;
}.SRPinfo_hub .sIKedu_asksup {
    padding: 25px 20px;
}.SRPinfo_hub h3 {
    font-size: calc(35px * 0.7);
    padding-bottom: 10px;
}.SRPinfo_hub .OxAsubmit_feedback span {
    padding: 10px 14px;
}.SRPinfo_hub .OxAsubmit_feedback span p,
    .SRPinfo_hub .OxAsubmit_feedback span a {
    font-size: calc(13px * 0.9);
}.SRPinfo_hub .OxAsubmit_feedback span svg {
    height: 14px;
    width: 14px;
    margin-right: 6px;
}.SRPinfo_hub .DsKrequest_feedback {
    padding: 18px 20px;
}.SRPinfo_hub .DsKrequest_feedback span {
    font-size: calc(13px * 0.9);
    padding: 6px 0;
}.SRPinfo_hub .DsKrequest_feedback h4::before {
    margin-right: 6px;
    height: 16px;
    width: 16px;
}.SRPinfo_hub .DsKrequest_feedback h4 svg {
    width: 16px;
    height: 16px;
}}.dbuacademic_experience {
    position: relative;
    isolation: isolate;
    background: rgb(225,239,230);
    overflow: hidden;
    padding: 5rem 2rem;
}.dbuacademic_experience::before {
    background: rgb(185,211,194,0.5);
    transform: rotate(15deg);
    width: 60%;
    top: -20%;
    filter: blur(3px);
    position: absolute;
    content: "";
    z-index: -1;
    right: -5%;
    height: 140%;
}.dbuacademic_experience::after {
    background: rgb(147,178,158,0.5);
    bottom: -5%;
    z-index: -1;
    position: absolute;
    height: 30%;
    left: -5%;
    content: "";
    width: 30%;
    animation: morph 15s linear infinite alternate;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
}@keyframes morph {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
}

.dbuacademic_experience .ocTreview_list {
    max-width: 1100px;
    display: grid;
    gap: 0;
    margin: 0 auto;
    grid-template-columns: 1fr 1fr;
    position: relative;
}.dbuacademic_experience .cmWimage_grid {
    grid-column: 1 / 2;
    height: 450px;
    z-index: 2;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
    border-radius: 0;
    width: 100%;
    position: relative;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transform: translateX(-5%);
    grid-row: 1 / 2;
}.dbuacademic_experience .cmWimage_grid::after {
    position: absolute;
    width: 100%;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
    top: 0;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 50%
    );
    content: "";
    height: 100%;
    left: 0;
}.dbuacademic_experience .ocTreview_list:hover .cmWimage_grid {
    filter: contrast(1.1);
    transform: translateX(0) scale(1.02);
}.dbuacademic_experience .YjVemployee_view {
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    justify-content: center;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.5);
    display: flex;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
    padding: 3rem 3rem 3rem 5rem;
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    flex-direction: column;
    transform: translateX(-15%);
    z-index: 1;
    background: #ffffff;
}.dbuacademic_experience .ocTreview_list:hover .YjVemployee_view {
    transform: translateX(-10%) translateY(-5px);
    box-shadow: 0 25px 50px -15px rgba(0, 0, 0, 0.5);
}.dbuacademic_experience .name {
    position: relative;
    font-weight: 700;
    font-size: 31px;
    display: inline-block;
    color: rgb(185,211,194);
    margin-bottom: 0.7rem;
}.dbuacademic_experience .name::before {
    left: -20px;
    background: rgb(147,178,158,0.5);
    transform: rotate(45deg) scale(0);
    position: absolute;
    content: "";
    border-radius: 10px;
    z-index: -1;
    width: 30px;
    height: 30px;
    top: -10px;
    transition: transform 0.4s ease 0.2s;
}.dbuacademic_experience .ocTreview_list:hover .name::before {
    transform: rotate(45deg) scale(1);
}.dbuacademic_experience .YjVemployee_view > div:nth-child(2) {
    opacity: 0;
    color: rgb(147,178,158);
    opacity: 0.9;
    transition: all 0.5s ease 0.3s;
    font-weight: 600;
    transform: translateX(-20px);
    margin-bottom: 2rem;
    font-size: 16px;
}.dbuacademic_experience .ocTreview_list:hover .YjVemployee_view > div:nth-child(2) {
    opacity: 1;
    transform: translateX(0);
}.dbuacademic_experience .xLPexp_section {
    color: #000000;
    opacity: 0;
    padding-top: 20px;
    line-height: 1.7;
    font-weight: 400;
    position: relative;
    font-size: 16px;
    transition: all 0.5s ease 0.5s;
    transform: translateY(20px);
    font-style: italic;
}.dbuacademic_experience .ocTreview_list:hover .xLPexp_section {
    transform: translateY(0);
    opacity: 1;
}.dbuacademic_experience .xLPexp_section::before {
    top: 0;
    width: 60px;
    background: linear-gradient(to right, rgb(185,211,194), transparent);
    position: absolute;
    height: 3px;
    content: "";
    left: 0;
}@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

.dbuacademic_experience .YjVemployee_view::after {
    right: 20px;
    animation: float 4s ease-in-out infinite;
    z-index: -1;
    bottom: 20px;
    border-radius: 50%;
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    background: rgb(185,211,194,0.5);
}

@media (max-width: 992px) {.dbuacademic_experience .ocTreview_list {
    grid-template-columns: 1fr;
    gap: 2rem;
    grid-template-rows: auto auto;
}.dbuacademic_experience .cmWimage_grid {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    grid-row: 1 / 2;
    height: 300px;
    transform: none;
    grid-column: 1 / 2;
}.dbuacademic_experience .cmWimage_grid::after {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}.dbuacademic_experience .YjVemployee_view {
    padding: 2rem;
    grid-row: 2 / 3;
    grid-column: 1 / 2;
    transform: none;
    clip-path: none;
}.dbuacademic_experience .ocTreview_list:hover .YjVemployee_view {
    transform: translateY(-5px);
}}.qNtcookie_warning_alert {
    width: 100%;
    border-top: 3px solid rgb(185,211,194);
    overflow: hidden;
    padding: 20px;
    z-index: 1050;
    background: rgb(225,239,230);
    position: fixed;
    font-family: Arial, sans-serif;
    bottom: 0;
}.eZJconsent_edu {
    flex-wrap: nowrap;
    justify-content: space-between;
    display: flex;
    align-items: center;
    z-index: 1;
}.ZOmlearn_agree {
    margin-right: 20px;
    flex-shrink: 0;
}#AlUcookie_panel_alert {
    display: none;
}#AlUcookie_panel_alert:checked ~ .qNtcookie_warning_alert {
    visibility: hidden;
    opacity: 0;
}.ZOmlearn_agree svg {
    width: 60px;
    fill: rgb(185,211,194);
    height: 60px;
    transition: fill 0.3s ease-in-out;
}.DEkcookie_check {
    margin-right: 20px;
    flex-grow: 1;
}.DEkcookie_check h5 {
    margin-bottom: 5px;
    font-size: 19px;
    font-weight: 700;
    color: rgb(185,211,194);
}.DEkcookie_check p {
    font-size: 13px;
    color: #000000;
    margin-bottom: 0;
}.XGJtrack_settings {
    text-decoration: none;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    font-size: 20px;
    margin-left: 10px;
    padding: 10px 20px;
}.XGJtrack_settings {
    color: #ffffff;
    background-color: rgb(185,211,194);
    border: 1px solid rgb(185,211,194);
}.XGJtrack_settings:hover {
    background-color: rgba(0, 0, 0, 0.5);
    border-color: #000000;
}.qNtcookie_warning_alert p a {
    color: rgb(185,211,194);
    text-decoration: underline;
}.qNtcookie_warning_alert p a:hover {
    color: #000000;
}
@media (max-width: 1200px) {.DEkcookie_check h5 {
    font-size: calc(19px - 2px);
}.DEkcookie_check p {
    font-size: calc(13px - 2px);
}.XGJtrack_settings {
    font-size: calc(20px - 2px);
    padding: 8px 16px;
}
}
@media (max-width: 800px) {.eZJconsent_edu {
    flex-direction: column;
    align-items: center;
}.ZOmlearn_agree {
    margin-bottom: 15px;
}.DEkcookie_check {
    margin-bottom: 20px;
    text-align: center;
}.XGJtrack_settings {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
}}
.cVTsign_up_for_updates {
    isolation: isolate;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    background: rgb(225,239,230);
    position: relative;
    padding: 4rem;
}.cVTsign_up_for_updates::before {
    position: absolute;
    inset: 0;
    opacity: 0.3;
    content: "";
    z-index: -1;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(185,211,194,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(147,178,158,0.5) 0%, transparent 40%);
}.cVTsign_up_for_updates::after {
    height: 100%;
    position: absolute;
    z-index: -1;
    width: 100%;
    background-image: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgb(185,211,194,0.5) 10px, rgb(185,211,194,0.5) 11px),
        repeating-linear-gradient(135deg, transparent, transparent 10px, rgb(147,178,158,0.5) 10px, rgb(147,178,158,0.5) 11px);
    opacity: 0.05;
    content: "";
    top: 0;
    left: 0;
}.cVTsign_up_for_updates .dUVteach_style {
    gap: 3rem;
    position: relative;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1.2fr;
}.cVTsign_up_for_updates .dUVteach_style::before {
    right: -30px;
    width: 100px;
    content: "";
    height: 100px;
    opacity: 0.15;
    top: -30px;
    background: rgb(185,211,194);
    position: absolute;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    animation: rotate-shape 20s linear infinite;
}.cVTsign_up_for_updates .dUVteach_style::after {
    content: "";
    width: 100px;
    left: -30px;
    opacity: 0.15;
    bottom: -30px;
    height: 100px;
    animation: rotate-shape 20s linear infinite reverse;
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    background: rgb(147,178,158);
}.cVTsign_up_for_updates p {
    color: #000000;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    position: relative;
    z-index: 1;
    margin: 0;
    font-weight: 700;
    font-size: 18px;
}.cVTsign_up_for_updates p::before {
    border: 2px solid rgb(185,211,194,0.5);
    z-index: -1;
    animation: square-pulse 5s infinite alternate;
    height: 50px;
    top: -15px;
    opacity: 0.5;
    position: absolute;
    width: 50px;
    content: "";
    left: -15px;
}.cVTsign_up_for_updates p::after {
    height: 3px;
    content: "";
    background: rgb(147,178,158);
    bottom: -10px;
    width: 50px;
    z-index: -1;
    animation: line-extend 3s infinite alternate;
    left: 20px;
    position: absolute;
}.cVTsign_up_for_updates .input_holder {
    display: flex;
    position: relative;
    height: 60px;
    perspective: 1000px;
    align-items: stretch;
}.cVTsign_up_for_updates .input_holder::before {
    transform: rotateX(10deg) rotateY(-10deg);
    position: absolute;
    content: "";
    opacity: 0.2;
    border-radius: 10px;
    bottom: -10px;
    left: -10px;
    z-index: -1;
    top: -10px;
    background: linear-gradient(45deg, transparent, rgb(185,211,194,0.5), transparent);
    filter: blur(5px);
    right: -10px;
}.cVTsign_up_for_updates .XUZinstant_access {
    border-top-left-radius: 10px;
    font-family: Arial, sans-serif;
    height: 100%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid transparent;
    background: #ffffff;
    padding: 0 1.5rem;
    transition: all 0.3s ease;
    border-bottom-left-radius: 10px;
    flex: 1;
    font-size: 18px;
    color: #000000;
}.cVTsign_up_for_updates .XUZinstant_access:focus {
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    border-color: rgb(185,211,194);
    outline: none;
}.cVTsign_up_for_updates .XUZinstant_access::placeholder {
    color: #000000;
    opacity: 0.6;
}.cVTsign_up_for_updates .Pyfemail_entry {
    transition: all 0.3s ease;
    height: 100%;
    border-bottom-right-radius: 10px;
    padding: 0 2rem;
    cursor: pointer;
    border: none;
    background: rgb(185,211,194);
    font-size: 17px;
    font-family: Arial, sans-serif;
    font-weight: 600;
    border-top-right-radius: 10px;
    color: #ffffff;
    overflow: hidden;
    position: relative;
    isolation: isolate;
}.cVTsign_up_for_updates .Pyfemail_entry::before {
    inset: 0;
    position: absolute;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    background: rgb(147,178,158);
    z-index: -1;
    content: "";
}.cVTsign_up_for_updates .Pyfemail_entry:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.cVTsign_up_for_updates .Pyfemail_entry:hover::before {
    transform: translateY(0);
}

@keyframes square-pulse {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    100% {
        transform: scale(1.2);
        opacity: 0.5;
    }
}

@keyframes line-extend {
    0% {
        width: 50px;
    }
    100% {
        width: 100px;
    }
}

@keyframes rotate-shape {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 768px) {.cVTsign_up_for_updates {
    padding: 3rem 1.5rem;
}.cVTsign_up_for_updates .dUVteach_style {
    grid-template-columns: 1fr;
    gap: 2rem;
}.cVTsign_up_for_updates p {
    font-size: 20px;
}.cVTsign_up_for_updates .input_holder {
    flex-direction: column;
    height: auto;
}.cVTsign_up_for_updates .XUZinstant_access {
    height: 60px;
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 10px;
}.cVTsign_up_for_updates .Pyfemail_entry {
    height: 60px;
    width: 100%;
    border-radius: 10px;
}}.BnXcourse_program_info {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background: rgb(225,239,230);
}.BnXcourse_program_info::before {
    background-size: 20px 20px;
    top: 0;
    animation: gridMove 40s linear infinite;
    height: 100%;
    opacity: 0.15;
    content: "";
    background: 
        linear-gradient(0deg, transparent 95%, rgb(185,211,194,0.5) 100%),
        linear-gradient(90deg, transparent 95%, rgb(185,211,194,0.5) 100%);
    position: absolute;
    z-index: 1;
    left: 0;
    width: 100%;
}.BnXcourse_program_info::after {
    position: absolute;
    background: 
        radial-gradient(circle at 20% 20%, rgb(185,211,194,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgb(147,178,158,0.5) 0%, transparent 40%);
    top: 0;
    z-index: 1;
    left: 0;
    width: 100%;
    opacity: 0.2;
    content: "";
    height: 100%;
}@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 20px 20px;
    }
}

.BnXcourse_program_info .container {
    align-items: center;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    flex-direction: column;
    display: flex;
}.BnXcourse_program_info .hfElearn_coding {
    justify-content: center;
    gap: 60px;
    max-width: 900px;
    flex-direction: column;
    display: flex;
    position: relative;
    align-items: center;
    width: 100%;
}.BnXcourse_program_info .sWMsection_content {
    width: 100%;
    position: relative;
    border-radius: 16px;
    z-index: 3;
    backdrop-filter: blur(10px);
    padding: 40px;
    text-align: center;
    background: rgba(255, 255, 255, 0.02);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}.BnXcourse_program_info .sWMsection_content::before {
    position: absolute;
    opacity: 0.3;
    content: "";
    top: 0;
    pointer-events: none;
    height: 100%;
    left: 0;
    border: 1px solid rgb(185,211,194,0.5);
    border-radius: 16px;
    width: 100%;
}.BnXcourse_program_info .sWMsection_content::after {
    top: -15px;
    left: calc(50% - 30px);
    background: linear-gradient(to right, rgb(185,211,194), rgb(147,178,158));
    content: "";
    position: absolute;
    height: 3px;
    width: 60px;
}.BnXcourse_program_info .sWMsection_content h2 {
    display: inline-block;
    color: #000000;
    margin-bottom: 25px;
    font-size: 37px;
    font-weight: 700;
    position: relative;
}.BnXcourse_program_info .sWMsection_content h2::after {
    height: 2px;
    bottom: -10px;
    background: rgb(185,211,194,0.5);
    left: calc(50% - 40px);
    content: "";
    width: 80px;
    position: absolute;
}.BnXcourse_program_info .sWMsection_content .description {
    margin-bottom: 20px;
    color: #000000;
    font-size: 16px;
    max-width: 800px;
    line-height: 1.7;
    margin-right: auto;
    margin-left: auto;
}.BnXcourse_program_info .sWMsection_content .description:last-child {
    margin-bottom: 0;
}.BnXcourse_program_info .cmWimage_grid {
    z-index: 2;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    border-radius: 16px;
    position: relative;
    height: 450px;
    width: 100%;
}.BnXcourse_program_info .container::before {
    opacity: 0.05;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    content: "";
    z-index: 0;
    animation: circuitPulse 8s infinite alternate;
    background-size: 50px 50px, 50px 50px, 200px 200px, 200px 200px, 200px 200px;
    background-image: 
        linear-gradient(to right, rgb(185,211,194,0.5) 0.5px, transparent 1px),
        linear-gradient(to bottom, rgb(185,211,194,0.5) 0.5px, transparent 1px),
        radial-gradient(circle at 50px 50px, rgb(185,211,194,0.5) 2px, transparent 2px),
        radial-gradient(circle at 150px 150px, rgb(147,178,158,0.5) 2px, transparent 2px),
        radial-gradient(circle at 250px 250px, rgb(185,211,194,0.5) 2px, transparent 2px);
}@keyframes circuitPulse {
    0% {
        opacity: 0.03;
    }
    100% {
        opacity: 0.07;
    }
}

.BnXcourse_program_info .hfElearn_coding::before {
    animation: floatParticles 40s linear infinite;
    content: "";
    position: absolute;
    background-image: 
        radial-gradient(circle at 100px 100px, rgb(185,211,194,0.5) 1px, transparent 1px),
        radial-gradient(circle at 200px 200px, rgb(147,178,158,0.5) 1px, transparent 1px),
        radial-gradient(circle at 300px 300px, rgb(185,211,194,0.5) 1px, transparent 1px),
        radial-gradient(circle at 400px 100px, rgb(147,178,158,0.5) 1px, transparent 1px),
        radial-gradient(circle at 500px 200px, rgb(185,211,194,0.5) 1px, transparent 1px);
    opacity: 0.2;
    width: calc(100% + 200px);
    left: -100px;
    z-index: 0;
    background-size: 600px 600px;
    top: -100px;
    height: calc(100% + 200px);
}@keyframes floatParticles {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 600px 600px;
    }
}

.BnXcourse_program_info .hfElearn_coding::after {
    height: 2px;
    content: "";
    bottom: -30px;
    background: linear-gradient(to right, transparent, rgb(147,178,158,0.5), transparent);
    width: 100px;
    position: absolute;
    left: calc(50% - 50px);
}.BnXcourse_program_info .container::after {
    height: 100%;
    top: 0;
    background-image: 
        repeating-linear-gradient(60deg, rgb(185,211,194,0.5) 0, rgb(185,211,194,0.5) 1px, transparent 1px, transparent 30px),
        repeating-linear-gradient(120deg, rgb(185,211,194,0.5) 0, rgb(185,211,194,0.5) 1px, transparent 1px, transparent 30px),
        repeating-linear-gradient(180deg, rgb(185,211,194,0.5) 0, rgb(185,211,194,0.5) 1px, transparent 1px, transparent 30px);
    opacity: 0.03;
    animation: hexMove 60s linear infinite;
    background-size: 50px 86.6px;
    z-index: 0;
    left: 0;
    content: "";
    width: 100%;
    position: absolute;
}@keyframes hexMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 86.6px;
    }
}

@keyframes techPulse {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.3;
    }
}

.BnXcourse_program_info .cmWimage_grid::after {
    animation: borderGlow 4s infinite alternate;
}@keyframes borderGlow {
    0% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.7;
    }
}

@keyframes reveal {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.BnXcourse_program_info .sWMsection_content h2 {
    animation: reveal 0.8s forwards;
}.BnXcourse_program_info .sWMsection_content .description:nth-child(2) {
    animation: reveal 0.8s 0.2s forwards;
}.BnXcourse_program_info .sWMsection_content .description:nth-child(3) {
    animation: reveal 0.8s 0.4s forwards;
}

@keyframes scanLines {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 0 0, 0 450px;
    }
}

@media (min-width: 992px) {.BnXcourse_program_info .hfElearn_coding {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 40px;
}.BnXcourse_program_info .sWMsection_content {
    grid-row: 2;
    margin-top: -80px;
    z-index: 4;
}.BnXcourse_program_info .cmWimage_grid {
    height: 500px;
    grid-row: 1;
}
}

@media (max-width: 991px) {.BnXcourse_program_info {
    padding: 80px 0;
}.BnXcourse_program_info .hfElearn_coding {
    gap: 40px;
}.BnXcourse_program_info .sWMsection_content {
    padding: 30px;
}.BnXcourse_program_info .cmWimage_grid {
    height: 400px;
}
}

@media (max-width: 768px) {.BnXcourse_program_info {
    padding: 60px 0;
}.BnXcourse_program_info .sWMsection_content {
    padding: 25px;
}.BnXcourse_program_info .cmWimage_grid {
    height: 350px;
}.BnXcourse_program_info .sWMsection_content h2 {
    font-size: calc(37px * 0.9);
}
}

@media (max-width: 576px) {.BnXcourse_program_info {
    padding: 50px 0;
}.BnXcourse_program_info .sWMsection_content {
    padding: 20px;
}.BnXcourse_program_info .cmWimage_grid {
    height: 300px;
}.BnXcourse_program_info .sWMsection_content h2 {
    font-size: calc(37px * 0.8);
}.BnXcourse_program_info .sWMsection_content .description {
    font-size: calc(16px * 0.95);
}
}

@media (min-width: 992px) {.BnXcourse_program_info .sWMsection_content:hover {
    transition: transform 0.3s ease;
    transform: translateY(-5px);
}.BnXcourse_program_info .sWMsection_content:hover::before {
    opacity: 0.5;
    transition: all 0.3s ease;
    border-color: rgb(185,211,194);
}.BnXcourse_program_info .cmWimage_grid:hover::after {
    transition: opacity 0.3s ease;
    opacity: 0.8;
}}
.Iuxstatistical_data {
    position: relative;
    background: rgb(225,239,230);
    padding: 120px 0;
    overflow: hidden;
    z-index: 1;
}.Iuxstatistical_data::before {
    position: absolute;
    background: linear-gradient(135deg, rgb(185,211,194,0.5) 0%, transparent 75%);
    height: 100%;
    opacity: 0.15;
    left: 0;
    z-index: -1;
    top: 0;
    width: 100%;
    content: "";
}.Iuxstatistical_data::after {
    content: "";
    position: absolute;
    width: 100%;
    right: 0;
    z-index: -1;
    bottom: 0;
    opacity: 0.15;
    background: linear-gradient(315deg, rgb(147,178,158,0.5) 0%, transparent 75%);
    height: 100%;
}.Iuxstatistical_data .container {
    transform-style: preserve-3d;
    position: relative;
    max-width: 1400px;
    padding: 0 20px;
    margin: 0 auto;
    transform: perspective(1000px) rotateX(10deg);
    padding-bottom: 100px;
}.Iuxstatistical_data h2 {
    color: #000000;
    font-size: 32px;
    position: relative;
    letter-spacing: 3px;
    font-weight: 700;
    transform: perspective(1000px) rotateX(-10deg);
    text-transform: uppercase;
    margin-bottom: 100px;
    text-align: center;
}.Iuxstatistical_data h2::after {
    width: 60px;
    background: linear-gradient(90deg, rgb(185,211,194), rgb(147,178,158));
    transform: translateX(-50%);
    content: "";
    bottom: -15px;
    height: 4px;
    position: absolute;
    border-radius: 10px;
    left: 50%;
}.Iuxstatistical_data ul {
    list-style: none;
    flex-direction: column;
    padding: 0;
    transform-style: preserve-3d;
    margin: 0;
    display: flex;
}.Iuxstatistical_data .hPwstatistics_reasons {
    border-radius: 30px;
    flex-direction: row;
    display: flex;
    z-index: 1;
    margin-bottom: 30px;
    gap: 30px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    align-items: center;
    max-width: 600px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 30px;
    transform-style: preserve-3d;
    background: #ffffff;
}.Iuxstatistical_data .hPwstatistics_reasons::before {
    position: absolute;
    z-index: -1;
    background: linear-gradient(90deg, rgb(185,211,194,0.5), transparent);
    opacity: 0;
    border-radius: 30px;
    inset: 0;
    content: "";
    transition: opacity 0.3s ease;
}.Iuxstatistical_data .hPwstatistics_reasons:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) translateZ(30px) translateX(10px);
}.Iuxstatistical_data .hPwstatistics_reasons:hover::before {
    opacity: 0.1;
}.Iuxstatistical_data .hPwstatistics_reasons:nth-child(even) {
    align-self: flex-end;
    flex-direction: row-reverse;
}.Iuxstatistical_data .hPwstatistics_reasons:nth-child(even)::before {
    background: linear-gradient(90deg, transparent, rgb(147,178,158,0.5));
}.Iuxstatistical_data .hPwstatistics_reasons:nth-child(1) {
    transform: translateX(100px);
}.Iuxstatistical_data .hPwstatistics_reasons:nth-child(2) {
    transform: translateX(-100px);
}.Iuxstatistical_data .hPwstatistics_reasons:nth-child(3) {
    transform: translateX(200px);
}.Iuxstatistical_data .hPwstatistics_reasons:nth-child(4) {
    transform: translateX(-200px);
}.Iuxstatistical_data .hPwstatistics_reasons:nth-child(1):hover {
    transform: perspective(1000px) translateZ(30px) translateX(110px);
}.Iuxstatistical_data .hPwstatistics_reasons:nth-child(2):hover {
    transform: perspective(1000px) translateZ(30px) translateX(-110px);
}.Iuxstatistical_data .hPwstatistics_reasons:nth-child(3):hover {
    transform: perspective(1000px) translateZ(30px) translateX(210px);
}.Iuxstatistical_data .hPwstatistics_reasons:nth-child(4):hover {
    transform: perspective(1000px) translateZ(30px) translateX(-210px);
}.Iuxstatistical_data .hPwstatistics_reasons p {
    background-clip: text !important;
    margin: 0;
    text-align: center;
    font-weight: 700;
    transition: all 0.3s ease;
    line-height: 1;
    -webkit-background-clip: text !important;
    color: transparent;
    font-size: 3.5rem;
    flex-basis: 140px;
    flex-shrink: 0;
    background: linear-gradient(90deg, rgb(185,211,194), rgb(147,178,158));
}.Iuxstatistical_data .hPwstatistics_reasons:nth-child(even) p {
    background-clip: text !important;
    -webkit-background-clip: text !important;
    background: linear-gradient(90deg, rgb(147,178,158), rgb(185,211,194));
}.Iuxstatistical_data .hPwstatistics_reasons:hover p {
    transform: scale(1.1);
}.Iuxstatistical_data .hPwstatistics_reasons span {
    transition: all 0.3s ease;
    color: #000000;
    font-weight: 600;
    font-size: 18px;
    flex-grow: 1;
}.Iuxstatistical_data .hPwstatistics_reasons:hover span {
    color: #000000;
}.Iuxstatistical_data svg {
    height: 50px;
    width: 50px;
    transition: all 0.4s ease;
    flex-shrink: 0;
    fill: rgb(185,211,194);
}.Iuxstatistical_data .hPwstatistics_reasons:nth-child(even) svg {
    fill: rgb(147,178,158);
}.Iuxstatistical_data svg path {
    fill: inherit;
}.Iuxstatistical_data .hPwstatistics_reasons:hover svg {
    transform: rotate(15deg);
}.Iuxstatistical_data ul::before {
    top: 0;
    opacity: 0.4;
    width: 2px;
    content: "";
    position: absolute;
    transform: translateX(-50%);
    background: linear-gradient(to bottom, rgb(185,211,194,0.5), rgb(147,178,158,0.5));
    height: 100%;
    z-index: -1;
    left: 50%;
}.Iuxstatistical_data .hPwstatistics_reasons::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 2px;
    background: linear-gradient(to bottom, rgb(185,211,194,0.5), transparent);
    height: 100px;
}.Iuxstatistical_data .hPwstatistics_reasons:nth-child(odd)::after {
    top: 0;
    right: calc(100% + 50px);
}.Iuxstatistical_data .hPwstatistics_reasons:nth-child(even)::after {
    left: calc(100% + 50px);
    background: linear-gradient(to bottom, rgb(147,178,158,0.5), transparent);
    top: 0;
}.Iuxstatistical_data .container::before {
    opacity: 0.15;
    background-size: 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50px 50px, 50px 50px, 50px 50px, 50px 50px;
    width: 100%;
    content: "";
    top: 0;
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(185,211,194,0.5) 0%, transparent 15%),
        radial-gradient(circle at 90% 90%, rgb(147,178,158,0.5) 0%, transparent 15%),
        radial-gradient(circle at 90% 10%, rgb(185,211,194,0.5) 0%, transparent 12%),
        radial-gradient(circle at 10% 90%, rgb(147,178,158,0.5) 0%, transparent 12%),
        linear-gradient(45deg, rgb(185,211,194,0.5) 0%, transparent 2%),
        linear-gradient(135deg, rgb(147,178,158,0.5) 0%, transparent 2%),
        linear-gradient(225deg, rgb(185,211,194,0.5) 0%, transparent 2%),
        linear-gradient(315deg, rgb(147,178,158,0.5) 0%, transparent 2%);
    position: absolute;
    height: 100%;
    z-index: -2;
    left: 0;
}.Iuxstatistical_data::before, 
.Iuxstatistical_data::after,
.Iuxstatistical_data .container::before {
    animation: pulse 15s infinite alternate;
}@keyframes pulse {
    0% {
        opacity: 0.05;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 0.05;
    }
}


.Iuxstatistical_data .container::after {
    height: 100%;
    width: 100%;
    z-index: -3;
    animation: float 20s infinite linear;
    content: "";
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(185,211,194) 0%, transparent 0.5%),
        radial-gradient(circle at 80% 40%, rgb(147,178,158) 0%, transparent 0.5%),
        radial-gradient(circle at 40% 70%, rgb(185,211,194) 0%, transparent 0.4%),
        radial-gradient(circle at 60% 20%, rgb(147,178,158) 0%, transparent 0.4%),
        radial-gradient(circle at 30% 60%, rgb(185,211,194) 0%, transparent 0.3%),
        radial-gradient(circle at 70% 80%, rgb(147,178,158) 0%, transparent 0.3%);
    left: 0;
    top: 0;
    position: absolute;
}

@keyframes float {
    0% {
        background-position: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
    }
    100% {
        background-position: 100% 100%, 20% 80%, 80% 20%, 60% 30%, 40% 70%, 90% 10%;
    }
}

@media (max-width: 1200px) {.Iuxstatistical_data .hPwstatistics_reasons {
    max-width: 500px;
}.Iuxstatistical_data .hPwstatistics_reasons:nth-child(1) {
    transform: translateX(70px);
}.Iuxstatistical_data .hPwstatistics_reasons:nth-child(2) {
    transform: translateX(-70px);
}.Iuxstatistical_data .hPwstatistics_reasons:nth-child(3) {
    transform: translateX(140px);
}.Iuxstatistical_data .hPwstatistics_reasons:nth-child(4) {
    transform: translateX(-140px);
}.Iuxstatistical_data .hPwstatistics_reasons:nth-child(1):hover {
    transform: perspective(1000px) translateZ(30px) translateX(80px);
}.Iuxstatistical_data .hPwstatistics_reasons:nth-child(2):hover {
    transform: perspective(1000px) translateZ(30px) translateX(-80px);
}.Iuxstatistical_data .hPwstatistics_reasons:nth-child(3):hover {
    transform: perspective(1000px) translateZ(30px) translateX(150px);
}.Iuxstatistical_data .hPwstatistics_reasons:nth-child(4):hover {
    transform: perspective(1000px) translateZ(30px) translateX(-150px);
}.Iuxstatistical_data .hPwstatistics_reasons p {
    flex-basis: 120px;
    font-size: 3rem;
}.Iuxstatistical_data svg {
    height: 45px;
    width: 45px;
}.Iuxstatistical_data .hPwstatistics_reasons::after {
    height: 80px;
}.Iuxstatistical_data .hPwstatistics_reasons:nth-child(odd)::after {
    right: calc(100% + 40px);
}.Iuxstatistical_data .hPwstatistics_reasons:nth-child(even)::after {
    left: calc(100% + 40px);
}
}

@media (max-width: 991px) {.Iuxstatistical_data {
    padding: 100px 0;
}.Iuxstatistical_data .container {
    padding-bottom: 50px;
    transform: perspective(1000px) rotateX(5deg);
}.Iuxstatistical_data h2 {
    margin-bottom: 80px;
    transform: perspective(1000px) rotateX(-5deg);
}.Iuxstatistical_data .hPwstatistics_reasons {
    max-width: 450px;
    gap: 20px;
    padding: 25px;
}.Iuxstatistical_data .hPwstatistics_reasons:nth-child(1) {
    transform: translateX(50px);
}.Iuxstatistical_data .hPwstatistics_reasons:nth-child(2) {
    transform: translateX(-50px);
}.Iuxstatistical_data .hPwstatistics_reasons:nth-child(3) {
    transform: translateX(100px);
}.Iuxstatistical_data .hPwstatistics_reasons:nth-child(4) {
    transform: translateX(-100px);
}.Iuxstatistical_data .hPwstatistics_reasons:nth-child(1):hover,
    .Iuxstatistical_data .hPwstatistics_reasons:nth-child(2):hover,
    .Iuxstatistical_data .hPwstatistics_reasons:nth-child(3):hover,
    .Iuxstatistical_data .hPwstatistics_reasons:nth-child(4):hover {
    transform: translateZ(0);
}.Iuxstatistical_data .hPwstatistics_reasons:hover {
    transform: translateZ(0) translateX(0);
}.Iuxstatistical_data .hPwstatistics_reasons p {
    font-size: 2.5rem;
    flex-basis: 100px;
}.Iuxstatistical_data svg {
    width: 40px;
    height: 40px;
}.Iuxstatistical_data .hPwstatistics_reasons::after {
    height: 60px;
}.Iuxstatistical_data .hPwstatistics_reasons:nth-child(odd)::after {
    right: calc(100% + 30px);
}.Iuxstatistical_data .hPwstatistics_reasons:nth-child(even)::after {
    left: calc(100% + 30px);
}
}

@media (max-width: 768px) {.Iuxstatistical_data {
    padding: 80px 0;
}.Iuxstatistical_data .container {
    transform: none;
}.Iuxstatistical_data h2 {
    margin-bottom: 50px;
    font-size: calc(32px * 0.9);
    transform: none;
}.Iuxstatistical_data ul {
    align-items: center;
    display: flex;
    flex-direction: column;
}.Iuxstatistical_data ul::before {
    display: none;
}.Iuxstatistical_data .hPwstatistics_reasons {
    padding: 20px;
    width: 100%;
    max-width: 100%;
    flex-direction: row !important;
    margin-bottom: 20px;
    transform: none !important;
}.Iuxstatistical_data .hPwstatistics_reasons::after {
    display: none;
}.Iuxstatistical_data .hPwstatistics_reasons:nth-child(even) {
    align-self: center;
}.Iuxstatistical_data .hPwstatistics_reasons p {
    font-size: 2.2rem;
    flex-basis: 80px;
}.Iuxstatistical_data svg {
    width: 35px;
    height: 35px;
}.Iuxstatistical_data .container::after {
    background-size: 5px 5px;
}
}

@media (max-width: 576px) {.Iuxstatistical_data {
    padding: 60px 0;
}.Iuxstatistical_data h2 {
    font-size: calc(32px * 0.8);
    margin-bottom: 40px;
    letter-spacing: 2px;
}.Iuxstatistical_data .hPwstatistics_reasons {
    gap: 15px;
    padding: 15px;
}.Iuxstatistical_data .hPwstatistics_reasons p {
    flex-basis: 70px;
    font-size: 2rem;
}.Iuxstatistical_data svg {
    height: 30px;
    width: 30px;
}.Iuxstatistical_data .hPwstatistics_reasons span {
    font-size: calc(18px * 0.9);
}}


@keyframes floatIn {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.Iuxstatistical_data .hPwstatistics_reasons {
    animation: floatIn 0.8s forwards;
    opacity: 0;
}.Iuxstatistical_data .hPwstatistics_reasons:nth-child(1) {
    animation-delay: 0.1s;
}.Iuxstatistical_data .hPwstatistics_reasons:nth-child(2) {
    animation-delay: 0.3s;
}.Iuxstatistical_data .hPwstatistics_reasons:nth-child(3) {
    animation-delay: 0.5s;
}.Iuxstatistical_data .hPwstatistics_reasons:nth-child(4) {
    animation-delay: 0.7s;
}@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.Iuxstatistical_data h2::after {
    background-size: 200% 200%;
    animation: gradient 3s ease infinite;
}.scQclient_opinions {
    padding: 100px 0 120px;
    background: linear-gradient(to right, rgb(225,239,230), #ffffff);
    overflow: hidden;
    position: relative;
}.scQclient_opinions::before {
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(185,211,194,0.5) 0,
        rgb(185,211,194,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    position: absolute;
    z-index: 0;
    opacity: 0.2;
}.scQclient_opinions .dUVteach_style {
    padding: 0 30px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
}.scQclient_opinions h4 {
    text-align: center;
    font-size: 48px;
    transform: skewY(0);
    position: relative;
    color: #000000;
    display: block;
    font-weight: 700;
    margin-bottom: 60px;
}.scQclient_opinions h4::after {
    background: rgb(185,211,194);
    left: -10%;
    width: 120%;
    position: absolute;
    transform: skewX(0);
    bottom: -20px;
    height: 10px;
    content: "";
}.scQclient_opinions .yRtuser_ratings {
    flex-wrap: wrap;
    position: relative;
    display: flex;
    justify-content: center;
}.scQclient_opinions .ocTreview_list {
    padding: 30px 0;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    width: calc(33.333% - 40px);
    margin: 0 20px 40px;
    flex-direction: column;
    display: flex;
    transform: translateY(0);
}.scQclient_opinions .ocTreview_list:hover {
    transform: translateY(-15px);
}.scQclient_opinions .ocTreview_list::before {
    position: absolute;
    left: 0;
    width: 2px;
    content: "";
    height: 0;
    top: 0;
    transition: height 0.5s ease;
    background: rgb(185,211,194);
}.scQclient_opinions .ocTreview_list:hover::before {
    height: 100%;
}.scQclient_opinions .ocTreview_list::after {
    height: 2px;
    left: 0;
    content: "";
    transition: width 0.5s ease 0.2s;
    background: rgb(185,211,194);
    width: 0;
    bottom: 0;
    position: absolute;
}.scQclient_opinions .ocTreview_list:hover::after {
    width: 100%;
}.scQclient_opinions .cmWimage_grid {
    transform: rotate(-3deg);
    transition: all 0.3s ease;
    height: 80px;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 19px;
    box-shadow: 5px 5px 0 rgb(147,178,158,0.5);
    position: relative;
    width: 80px;
}.scQclient_opinions .ocTreview_list:hover .cmWimage_grid {
    transform: rotate(0deg);
    box-shadow: 10px 10px 0 rgb(147,178,158,0.5);
}.scQclient_opinions .ocTreview_list span {
    margin: 10px 0;
    transform: translateX(0);
    padding-left: 15px;
    color: #000000;
    font-size: calc(17px * 1.1);
    transition: transform 0.3s ease;
    font-weight: 600;
    position: relative;
}.scQclient_opinions .ocTreview_list:hover span {
    transform: translateX(10px);
    color: rgb(185,211,194);
}.scQclient_opinions .ocTreview_list p {
    font-size: 17px;
    line-height: 1.7;
    transition: border-left-color 0.3s ease;
    padding-left: 15px;
    color: #000000;
    margin-top: 15px;
    border-left: 1px dashed rgb(147,178,158,0.5);
    position: relative;
}.scQclient_opinions .ocTreview_list:hover p {
    border-left-color: rgb(185,211,194);
}.scQclient_opinions .ocTreview_list:nth-child(3n+1) {
    transform: translateY(20px);
}.scQclient_opinions .ocTreview_list:nth-child(3n+2) {
    transform: translateY(40px);
}.scQclient_opinions .ocTreview_list:nth-child(3n+1):hover {
    transform: translateY(5px);
}.scQclient_opinions .ocTreview_list:nth-child(3n+2):hover {
    transform: translateY(25px);
}

@media (max-width: 1024px) {.scQclient_opinions .ocTreview_list {
    width: calc(50% - 40px);
}.scQclient_opinions .ocTreview_list:nth-child(2n+1) {
    transform: translateY(20px);
}.scQclient_opinions .ocTreview_list:nth-child(2n+2) {
    transform: translateY(40px);
}.scQclient_opinions .ocTreview_list:nth-child(2n+1):hover {
    transform: translateY(5px);
}.scQclient_opinions .ocTreview_list:nth-child(2n+2):hover {
    transform: translateY(25px);
}.scQclient_opinions h4 {
    font-size: calc(48px * 0.9);
}
}

@media (max-width: 768px) {.scQclient_opinions {
    padding: 70px 0 90px;
}.scQclient_opinions .ocTreview_list {
    margin: 0 0 50px;
    width: 100%;
    transform: translateY(0) !important;
}.scQclient_opinions .ocTreview_list:hover {
    transform: translateY(-10px) !important;
}.scQclient_opinions h4 {
    font-size: calc(48px * 0.8);
}.scQclient_opinions h4::after {
    transform: skewX(0);
    left: 10%;
    width: 80%;
}}.Lduabout_this {
    overflow: hidden;
    background-color: rgb(225,239,230);
    padding: 120px 0;
    position: relative;
}.Lduabout_this::before {
    top: 0;
    z-index: 1;
    position: absolute;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    content: '';
    background: rgb(185,211,194,0.5);
    width: 40%;
    height: 100%;
    right: 0;
}.Lduabout_this::after {
    left: 0;
    clip-path: polygon(0 100%, 0 0, 100% 100%);
    bottom: 0;
    height: 100%;
    content: '';
    background: rgb(147,178,158,0.5);
    position: absolute;
    width: 40%;
    z-index: 1;
}.Lduabout_this .container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}.Lduabout_this .dUVteach_style {
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 60px;
    position: relative;
}.Lduabout_this .ntFlearning_space {
    position: relative;
    padding: 40px;
    align-items: center;
    transform: translateY(-20px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: flex;
    background: #ffffff;
    z-index: 3;
    flex-direction: column;
    border-radius: 26px;
}.Lduabout_this .ntFlearning_space::before {
    top: -10px;
    opacity: 0.7;
    position: absolute;
    z-index: -1;
    bottom: -10px;
    background: linear-gradient(135deg, rgb(185,211,194) 0%, rgb(147,178,158) 100%);
    right: -10px;
    content: '';
    border-radius: calc(26px + 10px);
    left: -10px;
}.Lduabout_this .cmWimage_grid {
    border: 6px solid #ffffff;
    position: relative;
    transform: rotate(-3deg);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    height: 160px;
    border-radius: 16px;
    margin-bottom: 25px;
    width: 160px;
}.Lduabout_this .iazstudy_track {
    text-align: center;
    position: relative;
    width: 100%;
    padding-top: 5px;
}.Lduabout_this .YLVlearn_learnings {
    font-size: 23px;
    display: inline-block;
    margin-bottom: 5px;
    position: relative;
    font-weight: 700;
    color: #000000;
}.Lduabout_this .Mslpedagogy_info {
    font-size: 14px;
    font-weight: 600;
    color: rgb(147,178,158);
}.Lduabout_this .sWMsection_content {
    z-index: 3;
    flex-direction: column;
    justify-content: center;
    position: relative;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 40px;
    display: flex;
    border-radius: 26px;
}.Lduabout_this .sWMsection_content::before {
    border-radius: 26px;
    content: '';
    backdrop-filter: blur(5px);
    z-index: -1;
    position: absolute;
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9));
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}.Lduabout_this .ZjRpro_learning {
    display: flex;
    margin-bottom: 20px;
    font-weight: 600;
    align-items: center;
    font-size: 21px;
    color: #000000;
}.Lduabout_this .ZjRpro_learning svg {
    fill: rgb(185,211,194);
    margin-right: 10px;
    height: 35px;
    width: 35px;
}.Lduabout_this .ZjRpro_learning svg path {
    fill: rgb(185,211,194);
}.Lduabout_this h2 {
    font-size: 38px;
    margin-bottom: 30px;
    font-weight: 700;
    color: #000000;
    padding-bottom: 15px;
    position: relative;
}.Lduabout_this h2::after {
    background: rgb(185,211,194);
    left: 0;
    width: 70px;
    bottom: 0;
    height: 3px;
    position: absolute;
    content: '';
}.Lduabout_this p {
    line-height: 1.8;
    color: #000000;
    font-size: 14px;
    position: relative;
}.Lduabout_this .dUVteach_style::after {
    background-color: #ffffff;
    content: '';
    height: 50px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    top: 50%;
    box-shadow: 0 0 0 10px rgb(225,239,230);
    width: 50px;
    z-index: 4;
}

@media (max-width: 992px) {.Lduabout_this {
    padding: 80px 0;
}.Lduabout_this .dUVteach_style {
    grid-template-columns: 1fr;
    gap: 40px;
}.Lduabout_this .dUVteach_style::after {
    display: none;
}.Lduabout_this .ntFlearning_space {
    margin: 0 auto;
    transform: translateY(0);
    max-width: 450px;
}.Lduabout_this .sWMsection_content {
    max-width: 450px;
    margin: 0 auto;
}.Lduabout_this::before,
    .Lduabout_this::after {
    width: 60%;
}
}

@media (max-width: 768px) {.Lduabout_this {
    padding: 60px 0;
}.Lduabout_this .ntFlearning_space {
    padding: 30px;
}.Lduabout_this .cmWimage_grid {
    height: 140px;
    width: 140px;
    border-width: 4px;
}.Lduabout_this .sWMsection_content {
    padding: 30px;
}.Lduabout_this h2 {
    font-size: calc(38px * 0.9);
    margin-bottom: 20px;
}.Lduabout_this p {
    line-height: 1.7;
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 480px) {.Lduabout_this {
    padding: 40px 0;
}.Lduabout_this .ntFlearning_space {
    padding: 25px 20px;
}.Lduabout_this .cmWimage_grid {
    height: 120px;
    width: 120px;
    margin-bottom: 20px;
}.Lduabout_this .YLVlearn_learnings {
    font-size: calc(23px * 0.9);
}.Lduabout_this .Mslpedagogy_info {
    font-size: calc(14px * 0.9);
}.Lduabout_this .sWMsection_content {
    padding: 25px 20px;
}.Lduabout_this h2 {
    margin-bottom: 15px;
    font-size: calc(38px * 0.8);
    padding-bottom: 10px;
}.Lduabout_this p {
    font-size: calc(14px * 0.9);
    padding-left: 15px;
    line-height: 1.6;
}.Lduabout_this .ZjRpro_learning {
    margin-bottom: 15px;
    font-size: calc(21px * 0.9);
}.Lduabout_this .ZjRpro_learning svg {
    width: 30px;
    height: 30px;
}}.SYCtitle_greeting {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(225,239,230) 0%, rgb(185,211,194,0.5) 50%, rgb(147,178,158,0.5) 100%);
}.SYCtitle_greeting::before {
    opacity: 0.5;
    position: absolute;
    height: 100%;
    width: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgb(185,211,194,0.5) 5%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(147,178,158,0.5) 10%, transparent 40%),
        linear-gradient(45deg, transparent 48%, rgb(185,211,194,0.5) 49%, rgb(185,211,194,0.5) 51%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, rgb(147,178,158,0.5) 49%, rgb(147,178,158,0.5) 51%, transparent 52%);
    z-index: 1;
    content: "";
    top: 0;
    left: 0;
    background-size: 100% 100%, 100% 100%, 60px 60px, 60px 60px;
    animation: patternShift 60s linear infinite;
}@keyframes patternShift {
    0% {
        background-position: 0% 0%, 0% 0%, 0 0, 0 0;
    }
    50% {
        background-position: 10% 20%, -10% -20%, 30px 30px, -30px -30px;
    }
    100% {
        background-position: 0% 0%, 0% 0%, 0 0, 0 0;
    }
}

.SYCtitle_greeting .dUVteach_style {
    flex-direction: column;
    z-index: 2;
    min-height: 100vh;
    position: relative;
    display: flex;
}.SYCtitle_greeting .QGEcourse_entry {
    left: 0;
    position: absolute;
    overflow: hidden;
    top: 0;
    width: 100%;
    height: 100vh;
}.SYCtitle_greeting .QGEcourse_entry input {
    display: none;
}.SYCtitle_greeting .Bybcourse_open {
    width: 500%;
    display: flex;
    transition: transform 1.2s cubic-bezier(0.42, 0, 0.58, 1);
    height: 100%;
}.SYCtitle_greeting .YaFlearn_top {
    width: 20%;
    position: relative;
    height: 100%;
}.SYCtitle_greeting .YaFlearn_top img {
    width: 100%;
    filter: brightness(0.85) contrast(1.1);
    transform: scale(1.05);
    transition: transform 8s ease-in-out;
    height: 100%;
    object-fit: cover;
}.SYCtitle_greeting .vDLstudy_smart {
    backdrop-filter: blur(8px);
    transform: translateX(-50%);
    bottom: 30px;
    gap: 16px;
    padding: 12px 20px;
    left: 50%;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 30px;
    z-index: 10;
    box-shadow: 0 10px 30px -15px #000000;
    display: flex;
    position: absolute;
}.SYCtitle_greeting .vDLstudy_smart label {
    position: relative;
    height: 14px;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    width: 14px;
    cursor: pointer;
}.SYCtitle_greeting .vDLstudy_smart label::before {
    height: 100%;
    border-radius: 50%;
    top: 0;
    content: "";
    width: 100%;
    left: 0;
    transform: scale(1);
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    position: absolute;
    background: rgb(147,178,158,0.5);
}.SYCtitle_greeting .vDLstudy_smart label::after {
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    content: "";
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    position: absolute;
    background: #ffffff;
    width: 6px;
    top: 50%;
    height: 6px;
    left: 50%;
}.SYCtitle_greeting .vDLstudy_smart label:hover::before {
    transform: scale(1.1);
    background: rgb(147,178,158);
}.SYCtitle_greeting .sWMsection_content {
    position: relative;
    backdrop-filter: blur(10px);
    margin-top: auto;
    padding: 40px 0 80px;
    width: 100%;
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 5;
}.SYCtitle_greeting .sWMsection_content .container {
    padding: 20px 30px;
    animation: slideUp 1s cubic-bezier(0.42, 0, 0.58, 1) forwards;
    border-radius: 30px;
    opacity: 0;
    background: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    border-left: 3px solid rgb(185,211,194);
    margin: 0 auto;
    transform: translateY(30px);
    max-width: 1200px;
}@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.SYCtitle_greeting .sWMsection_content h1 {
    font-family: Arial, sans-serif;
    margin-bottom: 15px;
    position: relative;
    font-weight: 700;
    padding-bottom: 15px;
    font-size: 47px;
    color: rgb(185,211,194);
}.SYCtitle_greeting .sWMsection_content h1::after {
    position: absolute;
    width: 80px;
    content: "";
    bottom: 0;
    border-radius: 10px;
    left: 0;
    height: 3px;
    background: rgb(185,211,194);
}.SYCtitle_greeting .sWMsection_content h3 {
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    color: rgb(147,178,158);
    font-weight: 600;
    font-size: 20px;
}.SYCtitle_greeting .sWMsection_content p {
    font-family: Arial, sans-serif;
    max-width: 800px;
    color: #ffffff;
    -webkit-background-clip: text !important;
    font-size: 18px;
    font-weight: 400;
    text-shadow: 0 1px 3px #000000;
    background: linear-gradient(to right, #ffffff, #ffffff);
    line-height: 1.8;
    letter-spacing: 0.02em;
    -webkit-text-fill-color: #ffffff;
    margin-bottom: 0;
}.SYCtitle_greeting input:nth-of-type(1):checked ~ .Bybcourse_open {
    transform: translateX(0);
}.SYCtitle_greeting input:nth-of-type(2):checked ~ .Bybcourse_open {
    transform: translateX(-20%);
}.SYCtitle_greeting input:nth-of-type(3):checked ~ .Bybcourse_open {
    transform: translateX(-40%);
}.SYCtitle_greeting input:nth-of-type(4):checked ~ .Bybcourse_open {
    transform: translateX(-60%);
}.SYCtitle_greeting input:nth-of-type(5):checked ~ .Bybcourse_open {
    transform: translateX(-80%);
}.SYCtitle_greeting input:nth-of-type(6):checked ~ .Bybcourse_open {
    transform: translateX(-100%);
}.SYCtitle_greeting input:nth-of-type(7):checked ~ .Bybcourse_open {
    transform: translateX(-120%);
}.SYCtitle_greeting input:nth-of-type(8):checked ~ .Bybcourse_open {
    transform: translateX(-140%);
}.SYCtitle_greeting input:nth-of-type(9):checked ~ .Bybcourse_open {
    transform: translateX(-160%);
}.SYCtitle_greeting input:nth-of-type(10):checked ~ .Bybcourse_open {
    transform: translateX(-180%);
}.SYCtitle_greeting input:nth-of-type(1):checked ~ .Bybcourse_open .YaFlearn_top:nth-child(1) img,
.SYCtitle_greeting input:nth-of-type(2):checked ~ .Bybcourse_open .YaFlearn_top:nth-child(2) img,
.SYCtitle_greeting input:nth-of-type(3):checked ~ .Bybcourse_open .YaFlearn_top:nth-child(3) img,
.SYCtitle_greeting input:nth-of-type(4):checked ~ .Bybcourse_open .YaFlearn_top:nth-child(4) img,
.SYCtitle_greeting input:nth-of-type(5):checked ~ .Bybcourse_open .YaFlearn_top:nth-child(5) img,
.SYCtitle_greeting input:nth-of-type(6):checked ~ .Bybcourse_open .YaFlearn_top:nth-child(6) img,
.SYCtitle_greeting input:nth-of-type(7):checked ~ .Bybcourse_open .YaFlearn_top:nth-child(7) img,
.SYCtitle_greeting input:nth-of-type(8):checked ~ .Bybcourse_open .YaFlearn_top:nth-child(8) img,
.SYCtitle_greeting input:nth-of-type(9):checked ~ .Bybcourse_open .YaFlearn_top:nth-child(9) img,
.SYCtitle_greeting input:nth-of-type(10):checked ~ .Bybcourse_open .YaFlearn_top:nth-child(10) img {
    transform: scale(1);
}.SYCtitle_greeting input:nth-of-type(1):checked ~ .vDLstudy_smart label:nth-child(1)::before,
.SYCtitle_greeting input:nth-of-type(2):checked ~ .vDLstudy_smart label:nth-child(2)::before,
.SYCtitle_greeting input:nth-of-type(3):checked ~ .vDLstudy_smart label:nth-child(3)::before,
.SYCtitle_greeting input:nth-of-type(4):checked ~ .vDLstudy_smart label:nth-child(4)::before,
.SYCtitle_greeting input:nth-of-type(5):checked ~ .vDLstudy_smart label:nth-child(5)::before,
.SYCtitle_greeting input:nth-of-type(6):checked ~ .vDLstudy_smart label:nth-child(6)::before,
.SYCtitle_greeting input:nth-of-type(7):checked ~ .vDLstudy_smart label:nth-child(7)::before,
.SYCtitle_greeting input:nth-of-type(8):checked ~ .vDLstudy_smart label:nth-child(8)::before,
.SYCtitle_greeting input:nth-of-type(9):checked ~ .vDLstudy_smart label:nth-child(9)::before,
.SYCtitle_greeting input:nth-of-type(10):checked ~ .vDLstudy_smart label:nth-child(10)::before {
    transform: scale(1.2);
    background: rgb(185,211,194);
}.SYCtitle_greeting input:nth-of-type(1):checked ~ .vDLstudy_smart label:nth-child(1)::after,
.SYCtitle_greeting input:nth-of-type(2):checked ~ .vDLstudy_smart label:nth-child(2)::after,
.SYCtitle_greeting input:nth-of-type(3):checked ~ .vDLstudy_smart label:nth-child(3)::after,
.SYCtitle_greeting input:nth-of-type(4):checked ~ .vDLstudy_smart label:nth-child(4)::after,
.SYCtitle_greeting input:nth-of-type(5):checked ~ .vDLstudy_smart label:nth-child(5)::after,
.SYCtitle_greeting input:nth-of-type(6):checked ~ .vDLstudy_smart label:nth-child(6)::after,
.SYCtitle_greeting input:nth-of-type(7):checked ~ .vDLstudy_smart label:nth-child(7)::after,
.SYCtitle_greeting input:nth-of-type(8):checked ~ .vDLstudy_smart label:nth-child(8)::after,
.SYCtitle_greeting input:nth-of-type(9):checked ~ .vDLstudy_smart label:nth-child(9)::after,
.SYCtitle_greeting input:nth-of-type(10):checked ~ .vDLstudy_smart label:nth-child(10)::after {
    transform: translate(-50%, -50%) scale(1);
}

@media (max-width: 991px) {.SYCtitle_greeting .dUVteach_style {
    min-height: 90vh;
}.SYCtitle_greeting .QGEcourse_entry {
    height: 90vh;
}.SYCtitle_greeting .sWMsection_content {
    padding: 30px 0 60px;
}.SYCtitle_greeting .sWMsection_content h1 {
    font-size: calc(47px * 0.9);
}.SYCtitle_greeting .sWMsection_content h3 {
    font-size: calc(20px * 0.9);
}.SYCtitle_greeting .sWMsection_content p {
    font-size: calc(18px * 0.95);
}.SYCtitle_greeting .vDLstudy_smart {
    padding: 10px 16px;
    bottom: 25px;
}.SYCtitle_greeting .vDLstudy_smart label {
    height: 12px;
    width: 12px;
}
}

@media (max-width: 767px) {.SYCtitle_greeting .dUVteach_style {
    min-height: 80vh;
}.SYCtitle_greeting .QGEcourse_entry {
    height: 80vh;
}.SYCtitle_greeting .sWMsection_content {
    padding: 25px 0 50px;
}.SYCtitle_greeting .sWMsection_content .container {
    padding: 15px 20px;
}.SYCtitle_greeting .sWMsection_content h1 {
    font-size: calc(47px * 0.8);
    padding-bottom: 10px;
    margin-bottom: 10px;
}.SYCtitle_greeting .sWMsection_content h1::after {
    height: 2px;
    width: 60px;
}.SYCtitle_greeting .sWMsection_content h3 {
    margin-bottom: 15px;
    font-size: calc(20px * 0.8);
}.SYCtitle_greeting .sWMsection_content p {
    font-size: calc(18px * 0.9);
    line-height: 1.6;
}.SYCtitle_greeting .vDLstudy_smart {
    gap: 10px;
    padding: 8px 12px;
    bottom: 20px;
}.SYCtitle_greeting .vDLstudy_smart label {
    height: 10px;
    width: 10px;
}.SYCtitle_greeting .vDLstudy_smart label::after {
    width: 4px;
    height: 4px;
}
}

@media (max-width: 479px) {.SYCtitle_greeting .dUVteach_style {
    min-height: 70vh;
}.SYCtitle_greeting .QGEcourse_entry {
    height: 70vh;
}.SYCtitle_greeting .sWMsection_content {
    padding: 20px 0 40px;
}.SYCtitle_greeting .sWMsection_content h1 {
    font-size: calc(47px * 0.7);
}.SYCtitle_greeting .sWMsection_content h3 {
    font-size: calc(20px * 0.7);
}.SYCtitle_greeting .sWMsection_content p {
    font-size: calc(18px * 0.85);
}.SYCtitle_greeting .vDLstudy_smart {
    padding: 6px 10px;
    gap: 8px;
    bottom: 15px;
}.SYCtitle_greeting .vDLstudy_smart label {
    height: 8px;
    width: 8px;
}.SYCtitle_greeting .vDLstudy_smart label::after {
    height: 3px;
    width: 3px;
}}.YENprice_plan_item {
    background: #ffffff;
    position: relative;
    overflow: hidden;
    padding: 7rem 0;
}.YENprice_plan_item::before {
    width: 400px;
    right: -100px;
    height: 400px;
    background: linear-gradient(135deg, rgb(185,211,194,0.5), transparent);
    z-index: 1;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    opacity: 0.6;
    filter: blur(30px);
    position: absolute;
    content: '';
    top: -150px;
    animation: float 15s ease-in-out infinite alternate;
}.YENprice_plan_item::after {
    height: 300px;
    background: linear-gradient(135deg, rgb(147,178,158,0.5), transparent);
    filter: blur(25px);
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    z-index: 1;
    animation: float 18s ease-in-out infinite alternate-reverse;
    position: absolute;
    opacity: 0.5;
    content: '';
    bottom: -100px;
    width: 300px;
    left: -50px;
}.YENprice_plan_item .container {
    position: relative;
    z-index: 2;
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1200px;
}.YENprice_plan_item .Ktkcost_schemes {
    flex-direction: column;
    display: flex;
}.YENprice_plan_item .ufjrate_packages {
    animation: fadeUp 0.8s ease-out 0.2s forwards;
    transform: translateY(20px);
    opacity: 0;
    margin-bottom: 3rem;
    text-align: center;
}.YENprice_plan_item .ufjrate_packages h2 {
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #000000;
    display: inline-block;
    position: relative;
}.YENprice_plan_item .ufjrate_packages h2::after {
    bottom: -10px;
    transform: translateX(-50%);
    background: rgb(185,211,194);
    position: absolute;
    height: 3px;
    left: 50%;
    content: '';
    width: 80px;
}.YENprice_plan_item .hsbfee_options {
    font-size: 13px;
    max-width: 700px;
    margin: 1.5rem auto 0;
    line-height: 1.6;
    color: #000000;
}.YENprice_plan_item .itgfee_struct {
    gap: 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin-top: 2rem;
}.YENprice_plan_item .KiMfee_structure {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    opacity: 0;
    position: relative;
    animation: fadeUp 0.8s ease-out 0.4s forwards;
    transform: translateY(30px);
    display: block;
    text-decoration: none;
}.YENprice_plan_item .KiMfee_structure:nth-child(2) {
    animation-delay: 0.5s;
}.YENprice_plan_item .KiMfee_structure:nth-child(3) {
    animation-delay: 0.6s;
}.YENprice_plan_item .KiMfee_structure:nth-child(4) {
    animation-delay: 0.7s;
}.YENprice_plan_item .KiMfee_structure:hover {
    transform: translateY(-10px);
}.YENprice_plan_item .SmQindv_cost {
    transition: all 0.4s ease;
    overflow: hidden;
    background: linear-gradient(140deg, #ffffff, #f8f9fa);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06), 
                0 5px 15px rgba(0, 0, 0, 0.04);
    flex-direction: column;
    display: flex;
    border-radius: 4px;
    height: 100%;
    position: relative;
}.YENprice_plan_item .KiMfee_structure:hover .SmQindv_cost {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 10px 20px rgba(0, 0, 0, 0.08);
}.YENprice_plan_item .AkQrate_choice {
    padding: 2.5rem 2rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
}.YENprice_plan_item .AkQrate_choice h3 {
    font-size: calc(18px + 2px);
    transition: color 0.3s ease;
    position: relative;
    margin-bottom: 1rem;
    font-weight: 700;
    color: #000000;
}.YENprice_plan_item .KiMfee_structure:hover .AkQrate_choice h3 {
    color: rgb(185,211,194);
}.YENprice_plan_item .yJOpro_rates {
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 10px;
    font-size: calc(18px + 4px);
    font-weight: 700;
    display: inline-block;
    color: rgb(185,211,194);
}.YENprice_plan_item .yJOpro_rates::after {
    content: '';
    transition: width 0.3s ease;
    position: absolute;
    background: rgb(185,211,194,0.5);
    left: 0;
    width: 40px;
    height: 2px;
    bottom: 0;
}.YENprice_plan_item .KiMfee_structure:hover .yJOpro_rates::after {
    width: 80px;
}.YENprice_plan_item .AkQrate_choice p {
    flex-grow: 1;
    hyphens: auto;
    word-wrap: break-word;
    font-size: 13px;
    line-height: 1.6;
    color: #000000;
    white-space: normal;
    overflow-wrap: break-word;
    margin-bottom: 2rem;
}.YENprice_plan_item .cmWimage_grid {
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: all 0.5s ease;
    height: 200px;
}.YENprice_plan_item .cmWimage_grid::after {
    left: 0;
    opacity: 0;
    right: 0;
    position: absolute;
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    bottom: 0;
    content: '';
    transition: opacity 0.4s ease;
    top: 0;
}.YENprice_plan_item .KiMfee_structure:hover .cmWimage_grid::after {
    opacity: 1;
}

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

@keyframes float {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(5deg);
    }
    100% {
        transform: translateY(0) rotate(0deg);
    }
}

@media (min-width: 992px) {.YENprice_plan_item .Ktkcost_schemes {
    flex-direction: row-reverse;
}.YENprice_plan_item .ufjrate_packages {
    flex-direction: column;
    justify-content: center;
    width: 35%;
    display: flex;
    text-align: left;
    padding-right: 3rem;
}.YENprice_plan_item .ufjrate_packages h2 {
    text-align: left;
}.YENprice_plan_item .ufjrate_packages h2::after {
    left: 0;
    transform: none;
}.YENprice_plan_item .hsbfee_options {
    margin: 1.5rem 0 0;
}.YENprice_plan_item .itgfee_struct {
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 0;
    width: 65%;
}
}

@media (max-width: 991px) {.YENprice_plan_item {
    padding: 5rem 0;
}.YENprice_plan_item .ufjrate_packages {
    margin-bottom: 2rem;
}.YENprice_plan_item .itgfee_struct {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
}

@media (max-width: 767px) {.YENprice_plan_item {
    padding: 4rem 0;
}.YENprice_plan_item .AkQrate_choice {
    padding: 2rem 1.5rem;
}.YENprice_plan_item .cmWimage_grid {
    height: 180px;
}
}

@media (max-width: 575px) {.YENprice_plan_item {
    padding: 3rem 0;
}.YENprice_plan_item .ufjrate_packages h2 {
    font-size: calc(29px - 4px);
}.YENprice_plan_item .itgfee_struct {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.YENprice_plan_item .AkQrate_choice {
    padding: 1.5rem 1.25rem;
}.YENprice_plan_item .cmWimage_grid {
    height: 160px;
}
}

@media (hover: none) {.YENprice_plan_item .KiMfee_structure:hover {
    transform: none;
}.YENprice_plan_item .KiMfee_structure:hover .SmQindv_cost {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06), 
                    0 5px 15px rgba(0, 0, 0, 0.04);
}.YENprice_plan_item .KiMfee_structure:hover .cmWimage_grid::after {
    opacity: 0;
}.YENprice_plan_item .KiMfee_structure:hover .yJOpro_rates::after {
    width: 40px;
}}header {
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    background: linear-gradient(120deg, 
        rgb(185,211,194) 0%, 
        rgb(185,211,194,0.5) 100%
    );
    width: 100%;
    z-index: 1000;
    position: fixed;
    top: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    left: 0;
}header:before {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0.1;
}header:after {
    top: 0;
    pointer-events: none;
    height: 100%;
    content: '';
    background-size: 100px 100px;
    left: 0;
    width: 100%;
    position: absolute;
    background-image: 
        linear-gradient(to right, 
            transparent 20%, 
            rgba(255, 255, 255, 0.05) 40%, 
            rgba(255, 255, 255, 0.05) 60%, 
            transparent 80%
        ),
        linear-gradient(to bottom, 
            transparent 20%, 
            rgba(255, 255, 255, 0.05) 40%, 
            rgba(255, 255, 255, 0.05) 60%, 
            transparent 80%
        );
}header .oDMnav_expert {
    position: relative;
}header .oDMnav_expert:before {
    content: '';
    left: 0;
    opacity: 0.3;
    height: 2px;
    width: 100%;
    background: linear-gradient(to right, 
        transparent, 
        #ffffff, 
        transparent
    );
    bottom: -1px;
    position: absolute;
}header .oDMnav_expert:after {
    opacity: 0.5;
    content: '';
    height: 60px;
    left: 0;
    top: 50%;
    filter: blur(8px);
    position: absolute;
    transform: translateY(-50%);
    background-image: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.1) 0%,
        transparent 70%
    );
    pointer-events: none;
    width: 60px;
}header .container {
    max-width: 1200px;
    position: relative;
    padding: 15px 25px;
    margin: 0 auto;
}header .container:before {
    content: '';
    background-repeat: repeat-x;
    right: 20px;
    opacity: 0.5;
    pointer-events: none;
    background-size: 6px 2px, 6px 2px;
    top: 50%;
    background-position: 0 0, 0 10px;
    position: absolute;
    background-image: 
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%),
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%);
    height: 30px;
    width: 50px;
    transform: translateY(-50%);
}header .tryhead_pro {
    align-items: center;
    position: relative;
    display: flex;
    justify-content: space-between;
}header .tryhead_pro:before {
    transform: translateY(-50%) translateX(-40px);
    border-radius: 50%;
    width: 20px;
    position: absolute;
    top: 50%;
    left: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    content: '';
    height: 20px;
    opacity: 0.5;
}header .tryhead_pro:after {
    height: 20px;
    width: 20px;
    content: '';
    top: 50%;
    transform: translateY(-50%) translateX(40px);
    opacity: 0.5;
    position: absolute;
    border-radius: 50%;
    right: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
}header .Cshnav_lesson {
    align-items: center;
    position: relative;
    gap: 30px;
    display: flex;
}header .Cshnav_lesson:before {
    position: absolute;
    content: '';
    opacity: 0;
    background: linear-gradient(to right, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    width: 100%;
    left: 0;
    bottom: -10px;
    height: 2px;
    transition: opacity 0.4s ease;
}header .Cshnav_lesson:hover:before {
    opacity: 0.7;
}header .qzwmain_top {
    letter-spacing: 0.5px;
    font-weight: 400;
    padding: 8px 0;
    text-decoration: none;
    transition: all 0.3s ease;
    color: #ffffff;
    font-size: 15px;
    position: relative;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
}header .qzwmain_top:before {
    left: -12px;
    background: #ffffff;
    width: 6px;
    height: 6px;
    opacity: 0;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    content: '';
    transition: all 0.3s ease;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
    border-radius: 50%;
}header .qzwmain_top:after {
    content: '';
    position: absolute;
    height: 1px;
    left: -30px;
    width: 20px;
    background: rgba(255, 255, 255, 0.5);
    transition: all 0.3s ease;
    transform: translateY(-50%) scaleX(0);
    transform-origin: right;
    top: 50%;
}header .qzwmain_top:hover {
    transform: translateX(5px);
    color: #ffffff;
}header .qzwmain_top:hover:before {
    opacity: 1;
    left: -20px;
}header .qzwmain_top:hover:after {
    transform: translateY(-50%) scaleX(1);
}header .CYsheader_mentor {
    transition: all 0.3s ease;
    padding: 5px;
    position: relative;
    align-items: center;
    text-decoration: none;
    display: flex;
}header .CYsheader_mentor:before {
    border: 1px solid rgba(255, 255, 255, 0.2);
    top: -10px;
    width: calc(100% + 20px);
    opacity: 0;
    height: calc(100% + 20px);
    border-radius: 10px;
    content: '';
    transition: all 0.3s ease;
    position: absolute;
    left: -10px;
}header .CYsheader_mentor:after {
    content: '';
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    transition: all 0.3s ease;
    background: #ffffff;
    opacity: 0;
    position: absolute;
    left: -5px;
    height: 10px;
    width: 10px;
    top: -5px;
    border-radius: 50%;
}header .CYsheader_mentor:hover:before {
    opacity: 1;
}header .CYsheader_mentor:hover:after {
    animation: circuit 3s infinite;
    opacity: 1;
}header .CYsheader_mentor svg {
    width: auto;
    transition: all 0.3s ease;
    height: 40px;
}header .CYsheader_mentor:hover svg {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}

@keyframes circuit {
    0%, 100% {
        top: -5px;
        left: -5px;
    }
    25% {
        top: -5px;
        left: calc(100% - 5px);
    }
    50% {
        top: calc(100% - 5px);
        left: calc(100% - 5px);
    }
    75% {
        top: calc(100% - 5px);
        left: -5px;
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
}

@media (max-width: 991px) {header .container {
    padding: 12px 20px;
}header .Cshnav_lesson {
    gap: 20px;
}header .CYsheader_mentor svg {
    height: 35px;
}
}

@media (max-width: 767px) {header .Cshnav_lesson {
    z-index: 1001;
    width: 80%;
    padding: 80px 30px 30px;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    position: fixed;
    top: 0;
    max-width: 320px;
    right: -100%;
    height: 100vh;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
    gap: 25px;
    flex-direction: column;
    background: rgb(185,211,194);
}header .Cshnav_lesson:before {
    left: 10%;
    top: 60px;
    width: 80%;
    bottom: auto;
}header .Cshnav_lesson:after {
    position: absolute;
    width: 30px;
    top: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    content: '';
    pointer-events: none;
    right: 20px;
    height: 30px;
    border-radius: 50%;
}header .menu.active {
    right: 0;
}header .qzwmain_top {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 12px 0;
}header .qzwmain_top:hover {
    transform: translateX(0);
}header .qzwmain_top:last-child {
    border-bottom: none;
}header .CYsheader_mentor {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 10px 15px;
}header .CYsheader_mentor svg {
    height: 30px;
}}.ESVthanksSpace {
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(225,239,230) 0%, rgba(255,255,255,0.95) 100%);
}.ESVthanksSpace::before {
    width: 100%;
    animation: patternShift 60s linear infinite;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    background-size: 20px 20px;
    background-image: 
        linear-gradient(45deg, rgba(rgb(185,211,194,0.5), 0.05) 25%, transparent 25%), 
        linear-gradient(-45deg, rgba(rgb(185,211,194,0.5), 0.05) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(rgb(185,211,194,0.5), 0.05) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(rgb(185,211,194,0.5), 0.05) 75%);
    left: 0;
    z-index: 0;
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
}.ESVthanksSpace::after {
    z-index: 0;
    right: -5%;
    content: "";
    filter: blur(70px);
    opacity: 0.25;
    height: 50%;
    animation: floatGlow 15s ease-in-out infinite alternate;
    width: 30%;
    background: linear-gradient(145deg, rgb(185,211,194,0.5), rgb(147,178,158,0.5));
    position: absolute;
    top: -10%;
}.ESVthanksSpace .container {
    position: relative;
    z-index: 2;
    padding: 0 1.5rem;
    max-width: 1200px;
    transform: translateZ(0);
    margin: 0 auto;
}.ESVthanksSpace h2 {
    font-family: Arial, sans-serif;
    letter-spacing: -0.01em;
    font-weight: 700;
    font-size: 33px;
    transform: perspective(1000px) translateZ(0);
    margin-bottom: 3rem;
    color: #000000;
    line-height: 1.3;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    text-align: center;
}.ESVthanksSpace h2::after {
    box-shadow: 0 2px 10px rgba(rgb(185,211,194,0.5), 0.2);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 3px;
    left: 50%;
    content: "";
    bottom: -1rem;
    width: 6rem;
    position: absolute;
    background: linear-gradient(90deg, rgb(185,211,194), rgb(147,178,158));
    transform: translateX(-50%) scaleX(0.8);
}.ESVthanksSpace:hover h2::after {
    transform: translateX(-50%) scaleX(1);
}.ESVthanksSpace .dUVteach_style {
    transform: translateY(0);
    background: #ffffff;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), 
                box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.08);
    padding: 3rem 2.5rem;
    box-shadow: 
        0 10px 30px -10px rgba(rgba(0, 0, 0, 0.5), 0.1),
        0 1px 4px rgba(rgba(0, 0, 0, 0.5), 0.05);
}.ESVthanksSpace .dUVteach_style::before {
    left: -2px;
    background-size: 200% 100%;
    background: linear-gradient(90deg, rgb(185,211,194), rgb(147,178,158), rgb(185,211,194));
    animation: gradientMove 6s linear infinite;
    position: absolute;
    z-index: 1;
    content: "";
    height: 5px;
    top: -2px;
    right: -2px;
}.ESVthanksSpace .dUVteach_style::after {
    height: 30%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, transparent, rgba(rgb(225,239,230), 0.05));
    content: "";
    width: 100%;
    z-index: 0;
}.ESVthanksSpace:hover .dUVteach_style {
    box-shadow: 
        0 20px 40px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
        0 1px 6px rgba(rgba(0, 0, 0, 0.5), 0.07);
    transform: translateY(-5px);
}.ESVthanksSpace ul {
    padding: 0;
    list-style: none;
    z-index: 2;
    margin: 0;
    position: relative;
}.ESVthanksSpace li {
    position: relative;
    z-index: 2;
}.ESVthanksSpace li::before {
    transition: transform 0.6s ease, opacity 0.6s ease;
    z-index: -1;
    content: "";
    height: 2rem;
    top: -0.5rem;
    background-image: radial-gradient(circle, rgb(147,178,158,0.5) 0%, transparent 70%);
    transform: scale(0.8);
    width: 2rem;
    position: absolute;
    left: -1rem;
    opacity: 0.3;
}.ESVthanksSpace:hover li::before {
    opacity: 0.5;
    transform: scale(1.2);
}.ESVthanksSpace span {
    position: relative;
    font-size: 12px;
    transition: color 0.3s ease;
    line-height: 1.7;
    display: block;
    padding: 0.5rem 0;
    color: #000000;
    font-family: Arial, sans-serif;
}.ESVthanksSpace span::first-letter {
    font-weight: 600;
    font-size: 1.5em;
    color: rgb(185,211,194);
}

@keyframes gradientMove {
    0% { background-position: 0 0; }
    100% { background-position: 200% 0; }
}

@keyframes floatGlow {
    0% { transform: translateY(0) rotate(0); opacity: 0.25; }
    50% { transform: translateY(-15px) rotate(5deg); opacity: 0.35; }
    100% { transform: translateY(10px) rotate(-3deg); opacity: 0.25; }
}

@keyframes patternShift {
    0% { background-position: 0 0, 0 10px, 10px -10px, -10px 0px; }
    100% { background-position: 100px 100px, 100px 110px, 110px 90px, 90px 100px; }
}

@media (max-width: 991px) {.ESVthanksSpace {
    padding: 4rem 0;
}.ESVthanksSpace h2 {
    font-size: calc(33px * 0.9);
    margin-bottom: 2.5rem;
}.ESVthanksSpace .dUVteach_style {
    padding: 2.5rem 2rem;
}
}

@media (max-width: 767px) {.ESVthanksSpace {
    padding: 3.5rem 0;
}.ESVthanksSpace h2 {
    line-height: 1.4;
    font-size: calc(33px * 0.8);
    margin-bottom: 2rem;
}.ESVthanksSpace h2::after {
    width: 5rem;
    bottom: -0.8rem;
}.ESVthanksSpace .dUVteach_style {
    padding: 2rem 1.5rem;
}.ESVthanksSpace span {
    font-size: calc(12px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 575px) {.ESVthanksSpace {
    padding: 3rem 0;
}.ESVthanksSpace h2 {
    margin-bottom: 1.8rem;
    font-size: calc(33px * 0.7);
}.ESVthanksSpace h2::after {
    width: 4rem;
}.ESVthanksSpace .dUVteach_style {
    padding: 1.5rem 1.25rem;
}.ESVthanksSpace span {
    font-size: calc(12px * 0.9);
    line-height: 1.5;
}.ESVthanksSpace li::before {
    height: 1.5rem;
    width: 1.5rem;
    top: -0.3rem;
    left: -0.5rem;
}
}