* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}a {
    color: inherit;
    text-decoration: none;
}html,body {
    font-family: Arial, sans-serif;
    min-height: 100%;
    color: #000000;
    height: 100%;
    auto
contain
    scroll-behavior: smooth;
}header,footer {
    width: 100%;
}.eco_foot_05 {
    flex: 0 0 auto;
}svg {
    width: 30px;
    height: 30px;
}.head_mainwrap_l6 {
    flex: 1 0 auto;
}.wrapper-padding_wc {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
}.container {
    width: 1185px;
    margin: auto;
    max-width: 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;
}}
.opening_board_nL {
    overflow: hidden;
    min-height: 100vh;
    position: relative;
    display: flex;
    background: linear-gradient(135deg, rgb(170,151,185,0.5), rgb(117,129,166), rgba(0, 0, 0, 0.5));
    justify-content: center;
    align-items: center;
    padding: 2rem;
}.opening_board_nL::before {
    top: 0;
    width: 100%;
    content: "";
    background-image: 
    radial-gradient(circle at 20% 30%, rgba(255,255,255,0.1) 0%, transparent 15%),
    radial-gradient(circle at 80% 70%, rgba(255,255,255,0.08) 0%, transparent 20%);
    pointer-events: none;
    z-index: 1;
    height: 100%;
    left: 0;
    position: absolute;
}.opening_board_nL::after {
    z-index: 0;
    height: 100%;
    position: absolute;
    right: -50%;
    width: 100%;
    opacity: 0.4;
    background: linear-gradient(215deg, rgb(170,151,185,0.5) 0%, transparent 70%);
    transform: rotate(15deg) scale(1.5);
    top: -50%;
    animation: gradientShift 12s infinite alternate ease-in-out;
    content: "";
}.opening_board_nL .learn_home_NJ {
    animation: pageEntrance 1.2s ease-out forwards;
    opacity: 1;
    z-index: 2;
    transform: translateY(0);
    gap: 3rem;
    width: 100%;
    max-width: 1200px;
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
}.opening_board_nL .learn_home_NJ > div:first-child {
    padding: 2rem;
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12), 
              0 4px 10px rgba(0, 0, 0, 0.08),
              inset 0 1px 2px rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px) saturate(120%);
}.opening_board_nL .learn_home_NJ > div:first-child:hover {
    transform: perspective(1000px) rotateX(0deg);
}.opening_board_nL h3 {
    animation: textReveal 0.8s 0.3s ease-out forwards;
    color: #ffffff;
    font-weight: 600;
    transform: translateY(20px);
    letter-spacing: 0.02em;
    opacity: 0;
    font-size: calc(22px * 1.1);
    line-height: 1.5;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}.opening_board_nL .learn_home_NJ > div:nth-child(2) {
    gap: 2rem;
    flex-direction: column;
    display: flex;
    position: relative;
}.opening_board_nL .skill_space_9z {
    position: relative;
    background: linear-gradient(145deg, 
    rgba(255, 255, 255, 0.08), 
    rgba(255, 255, 255, 0.01));
    transform: perspective(1000px) translateZ(0) rotateY(-3deg);
    padding: 2.5rem;
    backdrop-filter: blur(10px) saturate(150%);
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.15),
    0 10px 20px rgba(0, 0, 0, 0.1),
    inset 0 1px 1px rgba(255, 255, 255, 0.1);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 2px solid rgba(255, 255, 255, 0.2);
}.opening_board_nL .skill_space_9z:hover {
    box-shadow: 
    0 25px 50px rgba(0, 0, 0, 0.18),
    0 15px 25px rgba(0, 0, 0, 0.12),
    inset 0 1px 2px rgba(255, 255, 255, 0.15);
    transform: perspective(1000px) translateZ(20px) rotateY(0deg);
}.opening_board_nL .skill_space_9z h1 {
    color: transparent;
    font-size: 38px;
    line-height: 1.2;
    background-clip: text !important;
    background: linear-gradient(to right, #ffffff, rgb(117,129,166,0.5));
    -webkit-background-clip: text !important;
    transform: translateY(30px);
    margin: 0 0 2rem;
    font-weight: 700;
    color: #ffffff;
    opacity: 0;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    animation: headingReveal 1s 0.5s ease-out forwards;
}.opening_board_nL .skill_space_9z > div {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 
    0 15px 30px rgba(0, 0, 0, 0.2),
    0 8px 15px rgba(0, 0, 0, 0.15),
    inset 0 2px 0 rgba(255, 255, 255, 0.1);
    margin-top: 1.5rem;
    transform: translateY(0);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 2.5rem;
}.opening_board_nL .skill_space_9z > div::before {
    height: 100%;
    background: linear-gradient(180deg, 
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.4) 100%);
    top: 0;
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
}.opening_board_nL .skill_space_9z > div:hover {
    transform: translateY(-5px);
}.opening_board_nL .skill_space_9z p {
    line-height: 1.6;
    transform: translateY(15px);
    margin: 0;
    letter-spacing: 0.01em;
    color: #ffffff;
    z-index: 2;
    opacity: 0;
    font-weight: 400;
    animation: textReveal 0.7s 0.8s ease-out forwards;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    font-size: calc(16px * 1.15);
    position: relative;
}

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

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

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

@keyframes gradientShift {
  0% {
    transform: rotate(15deg) scale(1.5) translateX(0);
  }
  100% {
    transform: rotate(12deg) scale(1.6) translateX(-5%);
  }
}

@media (min-width: 768px) {.opening_board_nL .learn_home_NJ {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}.opening_board_nL h3 {
    font-size: 22px;
}.opening_board_nL .skill_space_9z h1 {
    font-size: calc(38px * 1.2);
}.opening_board_nL .skill_space_9z {
    padding: 3rem;
}
}

@media (min-width: 992px) {.opening_board_nL {
    padding: 3rem;
}.opening_board_nL .learn_home_NJ > div:first-child {
    padding: 3rem;
}.opening_board_nL h3 {
    font-size: calc(22px * 1.2);
}.opening_board_nL .skill_space_9z h1 {
    font-size: calc(38px * 1.4);
    margin-bottom: 2.5rem;
}.opening_board_nL .skill_space_9z {
    padding: 4rem;
}.opening_board_nL .skill_space_9z > div {
    padding: 3rem;
}.opening_board_nL .skill_space_9z p {
    font-size: calc(16px * 1.25);
}
}

@media (max-width: 767px) {.opening_board_nL {
    padding: 1.5rem;
}.opening_board_nL .learn_home_NJ {
    gap: 2rem;
}.opening_board_nL .learn_home_NJ > div:first-child {
    padding: 1.5rem;
}.opening_board_nL h3 {
    font-size: calc(18px * 1.1);
}.opening_board_nL .skill_space_9z {
    padding: 1.8rem;
}.opening_board_nL .skill_space_9z h1 {
    margin-bottom: 1.5rem;
    font-size: calc(31px * 1.1);
}.opening_board_nL .skill_space_9z > div {
    padding: 2rem;
}.opening_board_nL .skill_space_9z p {
    font-size: 16px;
}}.cookie_warning_overlay_ib {
    width: 100%;
    position: fixed;
    bottom: 0;
    background: #ffffff;
    z-index: 1050;
    border-top: 3px solid rgb(170,151,185);
    transition: all 0.3s ease-in-out;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
    padding: 15px 20px;
    font-family: Arial, sans-serif;
}.cookie_verify_pm {
    flex-wrap: nowrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
}.policy_opt_ys {
    margin-right: 15px;
    flex-shrink: 0;
}.policy_opt_ys svg {
    transition: fill 0.3s ease-in-out;
    fill: rgb(170,151,185);
    height: 50px;
    width: 50px;
}.cookie_edu_WA {
    flex-grow: 1;
    margin-right: 15px;
}.cookie_edu_WA h5 {
    color: rgb(170,151,185);
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 700;
}.cookie_edu_WA p {
    font-size: 18px;
    margin-bottom: 0;
    color: #000000;
}.consent_edu_ni {
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border: 1px solid transparent;
    line-height: 1.5;
    padding: 0.375rem 0.75rem;
    white-space: nowrap;
    font-size: 15px;
    margin-left: 10px;
    border-radius: 10px;
    user-select: none;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
}.cookie_button.cookie_protect_JG {
    background-color: rgb(170,151,185);
    color: #ffffff;
    border-color: rgb(170,151,185);
}#policyPopupWindow_NV {
    display: none;
}#policyPopupWindow_NV:checked ~ .cookie_warning_overlay_ib {
    visibility: hidden;
    opacity: 0;
}.cookie_button.cookie_protect_JG:hover {
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    border-color: rgba(0, 0, 0, 0.5);
}.cookie_button.cookie_notice_Vs {
    border-color: rgb(117,129,166);
    background-color: rgb(117,129,166);
    color: #000000;
}.cookie_button.cookie_notice_Vs:hover {
    color: #ffffff;
    border-color: rgb(170,151,185);
    background-color: rgb(170,151,185);
}.cookie_warning_overlay_ib p a {
    text-decoration: underline;
    color: rgb(170,151,185);
}.cookie_warning_overlay_ib p a:hover {
    color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1200px) {.cookie_edu_WA h5 {
    font-size: calc(20px - 2px);
}.cookie_edu_WA p {
    font-size: calc(18px - 2px);
}.consent_edu_ni {
    font-size: calc(15px - 2px);
}
}
@media (max-width: 800px) {.cookie_verify_pm {
    align-items: center;
    flex-direction: column;
}.policy_opt_ys {
    margin-bottom: 10px;
}.cookie_edu_WA {
    text-align: center;
    margin-bottom: 15px;
}.consent_edu_ni {
    margin-top: 10px;
    width: 100%;
    margin-left: 0;
}}
.receive_updates_2e {
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgb(223,219,204), rgb(170,151,185,0.5) 80%);
    overflow: hidden;
    position: relative;
}.receive_updates_2e::before {
    width: 40%;
    right: -10%;
    background: linear-gradient(225deg, rgb(117,129,166) 10%, transparent 70%);
    pointer-events: none;
    height: 70%;
    position: absolute;
    top: -10%;
    opacity: 0.15;
    content: "";
    z-index: 1;
    transform: rotate(-15deg) translateZ(0);
}.receive_updates_2e::after {
    bottom: -5%;
    opacity: 0.1;
    left: -5%;
    background: linear-gradient(45deg, rgb(170,151,185) 20%, transparent 80%);
    clip-path: polygon(0 0, 100% 25%, 80% 100%, 0 90%);
    transform: rotate(10deg) translateZ(0);
    z-index: 1;
    height: 60%;
    pointer-events: none;
    content: "";
    position: absolute;
    width: 35%;
}.receive_updates_2e .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}.receive_updates_2e .team_culture_UX {
    flex-direction: column;
    display: flex;
    transform: translateZ(0);
    padding: 3rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
    background: #ffffff;
}.receive_updates_2e .team_culture_UX::before {
    content: "";
    right: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(170,151,185), rgb(117,129,166), rgb(170,151,185));
    animation: gradientMove 8s ease-in-out infinite;
    left: 0;
    background-size: 200% 100%;
    height: 4px;
    top: 0;
}.receive_updates_2e h3 {
    color: #000000;
    margin-bottom: 2rem;
    font-weight: 600;
    max-width: 90%;
    line-height: 1.4;
    font-size: clamp(1.25rem, 1rem + 1.5vw, 1.75rem);
    font-family: Arial, sans-serif;
}.receive_updates_2e .input_holder {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    width: 100%;
    position: relative;
}.receive_updates_2e .input_holder > div {
    position: relative;
    flex: 1;
}.receive_updates_2e input[type="email"] {
    padding: 1rem 1.25rem;
    font-family: Arial, sans-serif;
    border: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 13px;
    background-color: rgba(245, 247, 250, 0.95);
    width: 100%;
    color: #000000;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}.receive_updates_2e input[type="email"]:focus {
    box-shadow: 0 4px 12px rgba(rgb(170,151,185,0.5), 0.15);
    border-color: rgb(170,151,185);
    background-color: #ffffff;
    outline: none;
    transform: translateY(-2px);
}.receive_updates_2e input[type="email"]::placeholder {
    color: rgba(rgba(0, 0, 0, 0.5), 0.6);
    transition: color 0.3s ease;
}.receive_updates_2e input[type="email"]:focus::placeholder {
    color: rgba(rgba(0, 0, 0, 0.5), 0.3);
}.receive_updates_2e .sub_form_Wr {
    overflow: hidden;
    padding: 0.9rem 1.5rem;
    z-index: 1;
    color: #ffffff;
    font-weight: 600;
    border: none;
    font-family: Arial, sans-serif;
    position: relative;
    background: linear-gradient(135deg, rgb(170,151,185), rgb(117,129,166));
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-size: 14px;
    align-self: flex-start;
}.receive_updates_2e .sub_form_Wr::before {
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: "";
    z-index: -1;
    width: 100%;
    position: absolute;
    height: 100%;
    transition: all 0.6s ease;
    left: -100%;
}.receive_updates_2e .sub_form_Wr:hover {
    transform: translateY(-3px);
    box-shadow: 0 7px 14px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}.receive_updates_2e .sub_form_Wr:hover::before {
    left: 100%;
}.receive_updates_2e .sub_form_Wr:active {
    transform: translateY(-1px);
}

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

@media (min-width: 768px) {.receive_updates_2e {
    padding: 5rem 3rem;
}.receive_updates_2e .team_culture_UX {
    padding: 3.5rem 4rem;
    border-left: 4px solid rgb(170,151,185);
}.receive_updates_2e .input_holder {
    align-items: stretch;
    flex-direction: row;
}.receive_updates_2e h3 {
    max-width: 80%;
    font-size: clamp(1.5rem, 1.25rem + 1.5vw, 2rem);
}.receive_updates_2e input[type="email"] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}.receive_updates_2e .sub_form_Wr {
    border-top-left-radius: 0;
    align-self: stretch;
    border-bottom-left-radius: 0;
}
}

@media (min-width: 992px) {.receive_updates_2e {
    padding: 6rem 2rem;
}.receive_updates_2e .team_culture_UX {
    padding: 4rem 5rem;
    background: linear-gradient(to right, #ffffff 60%, rgba(245, 247, 250, 0.9) 100%);
}.receive_updates_2e h3 {
    max-width: 70%;
}.receive_updates_2e .input_holder {
    max-width: 80%;
}
}

@media (max-width: 767px) {.receive_updates_2e .team_culture_UX {
    padding: 2.5rem 1.5rem;
}.receive_updates_2e h3 {
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
}.receive_updates_2e .sub_form_Wr {
    margin-top: 0.5rem;
    width: 100%;
}
}

@media (hover: none) {.receive_updates_2e .sub_form_Wr:hover {
    transform: none;
    box-shadow: none;
}.receive_updates_2e input[type="email"]:focus {
    transform: none;
}}header {
    position: relative;
    z-index: 100;
    width: 100%;
    padding: 1rem 0;
    background: rgb(223,219,204);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}header::before {
    width: 100%;
    background: linear-gradient(to right, 
        rgb(170,151,185,0.5) 0%, 
        transparent 20%, 
        transparent 80%, 
        rgb(117,129,166,0.5) 100%);
    z-index: 0;
    top: 0;
    position: absolute;
    content: '';
    left: 0;
    height: 100%;
    opacity: 0.4;
}header .container {
    z-index: 1;
    width: 100%;
    position: relative;
    max-width: 100%;
    margin: 0;
    padding: 0 2%;
}header .head_skill_26 {
    grid-template-columns: 1fr 3fr 1fr;
    display: grid;
    gap: 1rem;
    align-items: center;
    grid-template-areas:
        "logo logo logo"
        "left menu right";
}header .header_start_Oj {
    justify-content: center;
    text-decoration: none;
    padding: 0.5rem 1rem;
    align-items: center;
    position: relative;
    display: flex;
    grid-area: logo;
}header .header_start_Oj::after {
    content: '';
    background: linear-gradient(90deg, 
        transparent, 
        rgb(170,151,185), 
        rgb(117,129,166), 
        rgb(170,151,185), 
        transparent);
    height: 2px;
    width: 50%;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    position: absolute;
}header .header_start_Oj svg {
    width: 160px;
    transition: all 0.3s ease;
    height: auto;
}header .header_start_Oj:hover svg {
    transform: translateY(-3px);
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.1));
}header .header_edu_6O {
    align-items: center;
    border-radius: 23px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    justify-content: center;
    gap: 0.5rem;
    display: flex;
    padding: 0.6rem;
    background: rgba(255, 255, 255, 0.5);
    grid-area: menu;
}header .site_header_xe {
    font-size: 14px;
    background: #ffffff;
    text-decoration: none;
    padding: 0.4rem 0.8rem;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
    position: relative;
    transition: all 0.3s ease;
    color: #000000;
    font-weight: 400;
    border-radius: 10px;
    font-family: Arial, sans-serif;
}header .site_header_xe:hover {
    background: linear-gradient(135deg, rgb(170,151,185), rgb(117,129,166));
    transform: translateY(-2px);
    color: #ffffff;
    box-shadow: 0 3px 8px rgb(170,151,185,0.5);
}

@media (max-width: 991px) {header .header_start_Oj svg {
    width: 140px;
}header .header_edu_6O {
    gap: 0.4rem;
    padding: 0.5rem;
}header .site_header_xe {
    padding: 0.35rem 0.6rem;
    font-size: calc(14px - 1px);
}
}

@media (max-width: 767px) {header .head_skill_26 {
    grid-template-columns: 1fr;
    grid-template-areas:
            "logo"
            "header_edu_6O";
}header .header_start_Oj {
    padding: 0.4rem;
}header .header_start_Oj svg {
    width: 130px;
}header .header_edu_6O {
    flex-wrap: wrap;
    padding: 0.4rem;
}header .site_header_xe {
    font-size: calc(14px - 1px);
    padding: 0.3rem 0.5rem;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .header_start_Oj svg {
    width: 120px;
}header .header_edu_6O {
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
    padding: 0.4rem;
}header .header_edu_6O::-webkit-scrollbar {
    height: 2px;
}header .header_edu_6O::-webkit-scrollbar-thumb {
    background: rgb(170,151,185);
    border-radius: 10px;
}header .site_header_xe {
    white-space: nowrap;
    flex-shrink: 0;
}}.education_framework_ai {
    overflow: hidden;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(223,219,204) 0%, #ffffff 100%);
    position: relative;
}.education_framework_ai::before {
    content: "";
    background-image: 
        repeating-linear-gradient(0deg, transparent, transparent 15px, rgba(rgb(170,151,185,0.5), 0.03) 15px, rgba(rgb(170,151,185,0.5), 0.03) 16px),
        repeating-linear-gradient(90deg, transparent, transparent 15px, rgba(rgb(170,151,185,0.5), 0.03) 15px, rgba(rgb(170,151,185,0.5), 0.03) 16px);
    height: 100%;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
}.education_framework_ai::after {
    width: 60%;
    right: -20%;
    transform: rotate(-15deg);
    height: 200%;
    top: -50%;
    content: "";
    z-index: 0;
    opacity: 0.05;
    position: absolute;
    background: linear-gradient(135deg, rgb(170,151,185) 0%, rgb(117,129,166) 100%);
}.education_framework_ai .team_culture_UX {
    max-width: 1200px;
    position: relative;
    padding: 0 2rem;
    margin: 0 auto;
    z-index: 2;
}.education_framework_ai h2 {
    margin-bottom: 2.5rem;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    font-weight: 700;
    transform: translateX(-0.5rem);
    color: #000000;
    position: relative;
    font-size: 30px;
}.education_framework_ai h2::before {
    transition: transform 0.3s ease-out;
    width: 60px;
    height: 3px;
    transform: scaleX(1);
    bottom: -10px;
    content: "";
    left: 0;
    transform-origin: left;
    position: absolute;
    background: linear-gradient(90deg, rgb(170,151,185) 0%, rgb(117,129,166) 100%);
}.education_framework_ai h2:hover {
    transform: translateX(0);
}.education_framework_ai h2:hover::before {
    transform: scaleX(1.5);
}.education_framework_ai .text_slot_sq {
    border-left: 4px solid rgb(170,151,185);
    padding: 2.5rem;
    transform: translateY(0);
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
    background: #ffffff;
    box-shadow: 
        0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
        0 1px 4px rgba(rgba(0, 0, 0, 0.5), 0.1);
}.education_framework_ai .text_slot_sq::before {
    z-index: -1;
    left: 0;
    background: linear-gradient(135deg, rgb(170,151,185,0.5) 0%, transparent 100%);
    top: 0;
    height: 100%;
    position: absolute;
    opacity: 0.03;
    width: 100%;
    content: "";
}.education_framework_ai .text_slot_sq:hover {
    box-shadow: 
        0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.08),
        0 3px 8px rgba(rgba(0, 0, 0, 0.5), 0.12);
    transform: translateY(-5px);
}.education_framework_ai p {
    z-index: 2;
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
    position: relative;
    color: #000000;
}

@media (min-width: 992px) {.education_framework_ai {
    padding: 7rem 0;
}.education_framework_ai .team_culture_UX {
    grid-template-columns: 1fr;
    gap: 3rem;
    display: grid;
}.education_framework_ai h2 {
    font-size: calc(30px * 1.2);
    max-width: 70%;
}.education_framework_ai .text_slot_sq {
    padding: 3.5rem;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
}.education_framework_ai .text_slot_sq::after {
    right: 0;
    position: absolute;
    background: linear-gradient(135deg, transparent 50%, rgba(rgb(117,129,166,0.5), 0.05) 50%);
    z-index: 1;
    width: 120px;
    height: 120px;
    content: "";
    bottom: 0;
}
}

@media (max-width: 991px) {.education_framework_ai {
    padding: 4rem 0;
}.education_framework_ai h2 {
    margin-bottom: 2rem;
    font-size: calc(30px * 0.9);
}.education_framework_ai .text_slot_sq {
    padding: 2rem;
}
}

@media (max-width: 767px) {.education_framework_ai {
    padding: 3rem 0;
}.education_framework_ai h2 {
    font-size: calc(30px * 0.8);
    margin-bottom: 1.5rem;
}.education_framework_ai .text_slot_sq {
    padding: 1.5rem;
    border-left-width: 3px;
}.education_framework_ai p {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
}
}

@media (max-width: 480px) {.education_framework_ai {
    padding: 2.5rem 0;
}.education_framework_ai .team_culture_UX {
    padding: 0 1.5rem;
}.education_framework_ai h2 {
    margin-bottom: 1.25rem;
    font-size: calc(30px * 0.7);
}.education_framework_ai h2::before {
    height: 2px;
    width: 40px;
}.education_framework_ai .text_slot_sq {
    border-left-width: 2px;
    padding: 1.25rem;
}.education_framework_ai p {
    font-size: calc(16px * 0.9);
    line-height: 1.5;
}
}

@keyframes floatAnimation {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
    100% {
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: no-preference) {.education_framework_ai .text_slot_sq:hover {
    animation: floatAnimation 4s ease-in-out infinite;
}}.contact_form_box_kL {
    overflow: hidden;
    position: relative;
    padding: 90px 0;
}.contact_form_box_kL::before {
    opacity: 0.9;
    height: 100%;
    left: 0;
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 0;
    background: linear-gradient(135deg, rgb(117,129,166) 0%, rgb(170,151,185) 100%);
}.contact_form_box_kL .container {
    z-index: 2;
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
}.contact_form_box_kL .message_support_SJ {
    gap: 0;
    grid-template-columns: 1fr 1fr;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    display: grid;
    border-radius: 0;
    overflow: hidden;
}.contact_form_box_kL .support_reach_pa {
    padding: 50px;
    background: rgb(223,219,204);
    position: relative;
}.contact_form_box_kL .support_reach_pa::after {
    right: 0;
    width: 5px;
    height: 100%;
    position: absolute;
    background: linear-gradient(to bottom, rgb(170,151,185), rgb(117,129,166));
    content: '';
    top: 0;
}.contact_form_box_kL .support_reach_pa h3 {
    padding-bottom: 20px;
    position: relative;
    font-weight: 700;
    margin-bottom: 40px;
    font-size: 38px;
    color: #000000;
}.contact_form_box_kL .support_reach_pa h3::after {
    left: 0;
    background: rgb(170,151,185);
    content: '';
    height: 4px;
    position: absolute;
    bottom: 0;
    width: 80px;
}.contact_form_box_kL .support_reach_pa div {
    padding-left: 15px;
    margin-bottom: 30px;
    position: relative;
    display: flex;
    align-items: center;
}.contact_form_box_kL .support_reach_pa div::before {
    left: 0;
    background: rgb(170,151,185);
    top: 50%;
    position: absolute;
    content: '';
    height: 100%;
    transform: translateY(-50%);
    opacity: 0.5;
    width: 5px;
    border-radius: 10px;
}.contact_form_box_kL .support_reach_pa div:hover::before {
    transition: all 0.3s ease;
    opacity: 1;
    height: 120%;
}.contact_form_box_kL .support_reach_pa div svg {
    height: 22px;
    width: 22px;
    margin-right: 20px;
}.contact_form_box_kL .support_reach_pa div svg path {
    fill: rgb(170,151,185);
}.contact_form_box_kL .support_reach_pa div span {
    color: #000000;
    font-weight: 400;
    font-size: calc(18px * 0.95);
}.contact_form_box_kL .support_reach_pa div span a {
    color: #000000;
    text-decoration: none;
    transition: color 0.3s ease;
}.contact_form_box_kL .support_reach_pa div span a:hover {
    color: rgb(170,151,185);
}.contact_form_box_kL .inquiry_panel_IZ {
    padding: 50px;
    background: rgba(0, 0, 0, 0.5);
}.contact_form_box_kL .inquiry_panel_IZ h3 {
    font-size: 19px;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 30px;
}.contact_form_box_kL form {
    flex-direction: column;
    display: flex;
}.contact_form_box_kL form input[type="text"],
.contact_form_box_kL form input[type="email"] {
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    padding: 15px 5px;
    transition: all 0.3s ease;
    background: transparent;
    font-size: 18px;
    color: #ffffff;
    border: none;
    margin-bottom: 25px;
}.contact_form_box_kL form input[type="text"]:focus,
.contact_form_box_kL form input[type="email"]:focus {
    outline: none;
    border-bottom-color: rgb(117,129,166);
}.contact_form_box_kL form input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}.contact_form_box_kL .help_form_ae {
    display: flex;
    margin: 10px 0 25px;
    align-items: flex-start;
}.contact_form_box_kL .help_form_ae input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_form_box_kL .help_form_ae label {
    font-size: 14px;
    cursor: pointer;
    position: relative;
    color: rgba(255, 255, 255, 0.7);
    padding-left: 30px;
    line-height: 1.5;
}.contact_form_box_kL .help_form_ae label::before {
    height: 18px;
    top: 2px;
    left: 0;
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.3);
    content: '';
    width: 18px;
    position: absolute;
    transition: all 0.3s ease;
}.contact_form_box_kL .help_form_ae input[type="checkbox"]:checked + label::before {
    border-color: rgb(117,129,166);
    background-color: rgb(117,129,166);
}.contact_form_box_kL .help_form_ae input[type="checkbox"]:checked + label::after {
    top: 6px;
    width: 6px;
    position: absolute;
    transform: rotate(45deg);
    border: solid #ffffff;
    left: 6px;
    height: 10px;
    border-width: 0 2px 2px 0;
    content: '';
}.contact_form_box_kL .help_form_ae label a {
    color: rgb(117,129,166);
    text-decoration: none;
}.contact_form_box_kL .help_form_ae label a:hover {
    text-decoration: underline;
}.contact_form_box_kL form .query_feedback_jr {
    font-size: 20px;
    letter-spacing: 1px;
    background: rgb(117,129,166);
    text-transform: uppercase;
    overflow: hidden;
    padding: 15px 35px;
    z-index: 1;
    font-weight: 600;
    cursor: pointer;
    align-self: flex-start;
    color: #ffffff;
    border: none;
    position: relative;
    transition: color 0.3s ease;
}.contact_form_box_kL form .query_feedback_jr::before {
    left: 0;
    z-index: -1;
    background: rgb(170,151,185);
    top: 0;
    content: '';
    position: absolute;
    transition: width 0.3s ease;
    height: 100%;
    width: 0;
}.contact_form_box_kL form .query_feedback_jr:hover::before {
    width: 100%;
}@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

.contact_form_box_kL .support_reach_pa div:nth-child(even) {
    animation: pulse 4s infinite;
}

@media screen and (max-width: 992px) {.contact_form_box_kL .message_support_SJ {
    grid-template-columns: 1fr;
}.contact_form_box_kL .support_reach_pa::after {
    display: none;
}.contact_form_box_kL .support_reach_pa,
    .contact_form_box_kL .inquiry_panel_IZ {
    padding: 40px 30px;
}
}

@media screen and (max-width: 576px) {.contact_form_box_kL {
    padding: 60px 0;
}.contact_form_box_kL .support_reach_pa,
    .contact_form_box_kL .inquiry_panel_IZ {
    padding: 30px 20px;
}.contact_form_box_kL .support_reach_pa h3 {
    margin-bottom: 30px;
    font-size: calc(38px * 0.85);
}.contact_form_box_kL .support_reach_pa div {
    margin-bottom: 20px;
}.contact_form_box_kL form .query_feedback_jr {
    width: 100%;
    padding: 12px 20px;
}}.teacher_profile_K1 {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(223,219,204) 0%, rgb(170,151,185,0.5) 100%);
    padding: 5rem 0;
}.teacher_profile_K1::before {
    transform: scale(1.5) rotate(-5deg);
    width: 100%;
    left: 0;
    background: linear-gradient(45deg, transparent 45%, rgb(117,129,166,0.5) 45%, rgb(117,129,166,0.5) 55%, transparent 55%);
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
}.teacher_profile_K1 .client_review_uk {
    flex-direction: row;
    transform: rotate(-2deg);
    max-width: 1100px;
    position: relative;
    align-items: center;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    z-index: 1;
    gap: 2rem;
}.teacher_profile_K1 .thumb_Mx {
    transition: all 0.5s ease;
    transform: perspective(1000px) rotateY(-15deg);
    height: 400px;
    border-radius: 20px;
    box-shadow: 20px 20px 0 rgb(170,151,185,0.5);
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
    width: 350px;
}.teacher_profile_K1 .exp_projects_zt {
    transition: all 0.5s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    border-radius: 20px;
    padding: 2.5rem;
    transform: perspective(1000px) rotateY(5deg) translateX(-30px);
    max-width: 450px;
    z-index: 2;
    position: relative;
}.teacher_profile_K1 .exp_projects_zt::before {
    content: "";
    height: 100%;
    width: 100%;
    background: rgb(117,129,166,0.5);
    top: -15px;
    border-radius: 20px;
    right: -15px;
    position: absolute;
    transform: rotate(3deg);
    z-index: -1;
}.teacher_profile_K1 .name {
    font-size: 37px;
    font-weight: 700;
    transform: skewX(-5deg);
    margin-bottom: 0.5rem;
    color: rgb(170,151,185);
}.teacher_profile_K1 .exp_projects_zt div:nth-child(2) {
    font-weight: 600;
    margin-bottom: 1.5rem;
    transform: skewX(-5deg);
    font-size: 24px;
    color: rgb(117,129,166);
}.teacher_profile_K1 .exp_box_6g {
    font-style: italic;
    position: relative;
    padding-left: 1.5rem;
    color: #000000;
    line-height: 1.6;
    font-size: 12px;
}.teacher_profile_K1 .exp_box_6g::before {
    border-radius: 10px;
    background: linear-gradient(to bottom, rgb(170,151,185), rgb(117,129,166));
    position: absolute;
    top: 0;
    content: "";
    left: 0;
    height: 100%;
    width: 4px;
}.teacher_profile_K1 .client_review_uk:hover .thumb_Mx {
    transform: perspective(1000px) rotateY(-5deg);
    box-shadow: 30px 30px 0 rgb(170,151,185,0.5);
}.teacher_profile_K1 .client_review_uk:hover .exp_projects_zt {
    transform: perspective(1000px) rotateY(0) translateX(-20px);
}

@media screen and (max-width: 991px) {.teacher_profile_K1 .client_review_uk {
    transform: rotate(0);
    flex-direction: column;
    gap: 3rem;
}.teacher_profile_K1 .thumb_Mx {
    margin: 0 auto;
    width: 280px;
    transform: perspective(1000px) rotateY(0);
    height: 320px;
}.teacher_profile_K1 .exp_projects_zt {
    transform: translateY(-30px) perspective(1000px) rotateY(0);
}.teacher_profile_K1 .client_review_uk:hover .thumb_Mx {
    transform: perspective(1000px) rotateY(0);
}.teacher_profile_K1 .client_review_uk:hover .exp_projects_zt {
    transform: translateY(-40px) perspective(1000px) rotateY(0);
}}.client_experience_d7 {
    overflow: hidden;
    position: relative;
    background: linear-gradient(180deg, rgb(223,219,204) 0%, #ffffff 70%);
    padding: 120px 0;
}.client_experience_d7::before {
    left: 0;
    z-index: 1;
    top: 0;
    background: 
        radial-gradient(circle at 10% 10%, rgb(170,151,185,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 90%, rgb(117,129,166,0.5) 0%, transparent 30%);
    height: 100%;
    content: "";
    width: 100%;
    opacity: 0.4;
    position: absolute;
}.client_experience_d7 .team_culture_UX {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
}.client_experience_d7 h4 {
    font-size: 46px;
    text-align: center;
    margin-bottom: 80px;
    position: relative;
    color: #000000;
    font-weight: 700;
    letter-spacing: 1px;
}.client_experience_d7 h4::after {
    position: absolute;
    background: rgb(170,151,185);
    border-radius: 10px;
    width: 60px;
    height: 4px;
    left: 50%;
    content: "";
    transform: translateX(-50%);
    bottom: -20px;
}.client_experience_d7 .learner_quotes_nS {
    flex-direction: column;
    max-width: 1000px;
    position: relative;
    margin: 0 auto;
    display: flex;
}.client_experience_d7 .learner_quotes_nS::before {
    height: 100%;
    border-radius: 2px;
    top: 0;
    position: absolute;
    width: 4px;
    left: calc(50% - 2px);
    content: "";
    background: linear-gradient(to bottom, rgb(170,151,185,0.5), rgb(117,129,166,0.5));
    z-index: 1;
}.client_experience_d7 .client_review_uk {
    z-index: 2;
    transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    margin-bottom: 40px;
    padding: 30px;
    width: 48%;
    border-radius: 11px;
    position: relative;
    background: #ffffff;
}.client_experience_d7 .client_review_uk:nth-child(odd) {
    transform: translateY(40px);
    align-self: flex-start;
}.client_experience_d7 .client_review_uk:nth-child(even) {
    align-self: flex-end;
    transform: translateY(-40px);
}.client_experience_d7 .client_review_uk::before {
    background: #ffffff;
    width: 20px;
    content: "";
    z-index: 3;
    position: absolute;
    top: 50%;
    border: 4px solid rgb(170,151,185);
    height: 20px;
    border-radius: 50%;
}.client_experience_d7 .client_review_uk:nth-child(odd)::before {
    right: -50px;
    transform: translateY(-50%);
}.client_experience_d7 .client_review_uk:nth-child(even)::before {
    transform: translateY(-50%);
    left: -50px;
}.client_experience_d7 .client_review_uk::after {
    top: 50%;
    content: "";
    height: 2px;
    position: absolute;
    width: 30px;
    transform: translateY(-50%);
    background: rgb(170,151,185,0.5);
}.client_experience_d7 .client_review_uk:nth-child(odd)::after {
    right: -30px;
}.client_experience_d7 .client_review_uk:nth-child(even)::after {
    left: -30px;
}.client_experience_d7 .client_review_uk:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: scale(1.05);
    z-index: 4;
}.client_experience_d7 .client_review_uk:nth-child(odd):hover {
    transform: translateY(40px) scale(1.05);
}.client_experience_d7 .client_review_uk:nth-child(even):hover {
    transform: translateY(-40px) scale(1.05);
}.client_experience_d7 .thumb_Mx {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    width: 80px;
    transition: all 0.5s ease;
    border-radius: 11px;
    height: 80px;
    border: 3px solid #ffffff;
    margin-right: 20px;
    float: left;
    margin-bottom: 15px;
}.client_experience_d7 .client_review_uk:nth-child(even) .thumb_Mx {
    margin-right: 0;
    margin-left: 20px;
    float: right;
}.client_experience_d7 .client_review_uk:hover .thumb_Mx {
    transform: scale(1.1);
    border-radius: 50%;
}.client_experience_d7 .client_review_uk span {
    font-size: 24px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
    transition: all 0.3s ease;
}.client_experience_d7 .client_review_uk:hover span {
    color: rgb(170,151,185);
}.client_experience_d7 .client_review_uk p {
    position: relative;
    font-size: 12px;
    transition: all 0.3s ease;
    line-height: 1.6;
    color: #000000;
}.client_experience_d7 .client_review_uk:hover p {
    color: #000000;
}.client_experience_d7 .client_review_uk:nth-child(odd) {
    animation-delay: calc(0.3s * var(--i, 0));
    animation: fadeInLeft 0.8s ease-out both;
}.client_experience_d7 .client_review_uk:nth-child(even) {
    animation-delay: calc(0.3s * var(--i, 0));
    animation: fadeInRight 0.8s ease-out both;
}@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px) translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateX(0) translateY(40px);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(50px) translateY(-40px);
    }
    to {
        opacity: 1;
        transform: translateX(0) translateY(-40px);
    }
}

.client_experience_d7 .client_review_uk:last-child:nth-child(odd) {
    margin-bottom: 0;
}

@media (max-width: 1024px) {.client_experience_d7 {
    padding: 90px 0;
}.client_experience_d7 h4 {
    font-size: calc(46px * 0.85);
    margin-bottom: 60px;
}.client_experience_d7 .client_review_uk {
    padding: 25px;
    width: 46%;
}.client_experience_d7 .client_review_uk:nth-child(odd)::before {
    right: -40px;
}.client_experience_d7 .client_review_uk:nth-child(even)::before {
    left: -40px;
}.client_experience_d7 .thumb_Mx {
    height: 70px;
    width: 70px;
}
}

@media (max-width: 768px) {.client_experience_d7 {
    padding: 70px 0;
}.client_experience_d7 h4 {
    font-size: calc(46px * 0.7);
    margin-bottom: 50px;
}.client_experience_d7 .learner_quotes_nS::before {
    left: 30px;
}.client_experience_d7 .client_review_uk {
    align-self: flex-start !important;
    width: calc(100% - 60px);
    margin-left: 60px;
    margin-bottom: 30px;
    transform: translateY(0) !important;
}.client_experience_d7 .client_review_uk:hover {
    transform: scale(1.03) !important;
}.client_experience_d7 .client_review_uk:nth-child(n)::before {
    left: -50px;
    right: auto;
}.client_experience_d7 .client_review_uk:nth-child(n)::after {
    left: -30px;
    right: auto;
}.client_experience_d7 .thumb_Mx {
    margin-left: 0 !important;
    float: left !important;
    margin-right: 15px !important;
    height: 60px;
    width: 60px;
}.client_experience_d7 .client_review_uk span {
    font-size: calc(24px * 0.9);
}.client_experience_d7 .client_review_uk p {
    clear: none;
    font-size: calc(12px * 0.95);
}.client_experience_d7 .client_review_uk:nth-child(n) {
    animation-delay: calc(0.2s * var(--i, 0));
    animation: fadeInUp 0.6s ease-out both;
}@keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(30px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
}.our_background_fJ {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.our_background_fJ::before {
    z-index: 1;
    backdrop-filter: blur(3px) saturate(120%);
    position: absolute;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    background: linear-gradient(135deg, rgb(170,151,185,0.5), rgb(117,129,166,0.5), rgba(20, 30, 40, 0.85));
}.our_background_fJ .container {
    position: relative;
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
}.our_background_fJ .text_slot_sq {
    transform: perspective(1000px) rotateY(-2deg);
    border-left: 4px solid rgb(117,129,166);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0 100%);
    padding: 40px 50px;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    backdrop-filter: blur(10px);
    position: relative;
}.our_background_fJ .text_slot_sq:hover {
    transform: perspective(1000px) rotateY(0deg);
}.our_background_fJ .text_slot_sq::before {
    position: absolute;
    height: 5px;
    width: 50px;
    top: -10px;
    content: "";
    transform: skewX(-25deg);
    left: 25px;
    background: rgb(117,129,166);
}.our_background_fJ .text_slot_sq::after {
    background: rgb(170,151,185);
    transform: skewX(-25deg);
    width: 70px;
    bottom: -10px;
    height: 5px;
    content: "";
    right: 45px;
    position: absolute;
}.our_background_fJ h5 {
    display: inline-block;
    margin-bottom: 20px;
    letter-spacing: 1.5px;
    color: transparent;
    text-shadow: 0 2px 10px rgba(0,0,0,0.1);
    color: #ffffff;
    position: relative;
    background-clip: text !important;
    text-transform: uppercase;
    -webkit-background-clip: text !important;
    font-weight: 700;
    font-size: 22px;
    background: linear-gradient(90deg, rgb(117,129,166), rgb(170,151,185));
}.our_background_fJ h5::after {
    width: 100%;
    content: "";
    position: absolute;
    height: 2px;
    transform: scaleX(0.6);
    left: 0;
    transition: transform 0.4s ease;
    background: linear-gradient(90deg, rgb(117,129,166), transparent);
    transform-origin: left;
    bottom: -8px;
}.our_background_fJ .text_slot_sq:hover h5::after {
    transform: scaleX(1);
}.our_background_fJ p {
    letter-spacing: 0.5px;
    position: relative;
    margin-bottom: 25px;
    font-weight: 600;
    z-index: 1;
    color: #ffffff;
    font-size: calc(18px * 1.2);
}.our_background_fJ p b {
    font-weight: 700;
    letter-spacing: 1px;
    z-index: 1;
    position: relative;
}.our_background_fJ p b::after {
    left: 0;
    height: 3px;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transform-origin: left;
    content: "";
    width: 100%;
    position: absolute;
    z-index: -1;
    bottom: -2px;
    transform: scaleX(0);
    background: rgb(117,129,166);
}.our_background_fJ .text_slot_sq:hover p b::after {
    transform: scaleX(1);
}.our_background_fJ ol {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}.our_background_fJ ol li {
    color: #ffffff;
    padding-left: 10px;
    scrollbar-width: thin;
    overflow-y: auto;
    position: relative;
    max-height: 60vh;
    text-shadow: 0 1px 1px rgba(0,0,0,0.1);
    font-size: 18px;
    line-height: 1.8;
    text-align: justify;
    scrollbar-color: rgb(117,129,166) transparent;
}.our_background_fJ ol li::-webkit-scrollbar {
    width: 6px;
}.our_background_fJ ol li::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.05);
    border-radius: 10px;
}.our_background_fJ ol li::-webkit-scrollbar-thumb {
    background: rgb(117,129,166);
    border-radius: 10px;
}.our_background_fJ ol li::before {
    transition: all 0.5s ease;
    top: 0;
    background: linear-gradient(to bottom, rgb(117,129,166), transparent);
    content: "";
    left: -10px;
    position: absolute;
    width: 3px;
    transform: scaleY(0.9);
    height: 100%;
    opacity: 0.6;
}.our_background_fJ .text_slot_sq:hover ol li::before {
    opacity: 1;
    transform: scaleY(1);
}

@media (max-width: 992px) {.our_background_fJ {
    padding: 80px 0;
}.our_background_fJ .text_slot_sq {
    padding: 30px 35px;
    transform: perspective(1000px) rotateY(-1deg);
}.our_background_fJ h5 {
    font-size: calc(22px * 0.95);
}.our_background_fJ p {
    font-size: 18px;
}.our_background_fJ ol li {
    max-height: 50vh;
    font-size: calc(18px * 0.95);
}
}

@media (max-width: 768px) {.our_background_fJ {
    padding: 60px 0;
}.our_background_fJ .text_slot_sq {
    padding: 25px;
    transform: none;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}.our_background_fJ .text_slot_sq::before,
    .our_background_fJ .text_slot_sq::after {
    width: 40px;
}.our_background_fJ h5 {
    font-size: calc(22px * 0.9);
}.our_background_fJ p {
    font-size: calc(18px * 0.95);
}.our_background_fJ ol li {
    line-height: 1.7;
    font-size: calc(18px * 0.9);
    max-height: 40vh;
}
}

@media (max-width: 576px) {.our_background_fJ {
    padding: 50px 0;
}.our_background_fJ .text_slot_sq {
    padding: 20px 15px;
    border-left-width: 3px;
}.our_background_fJ .text_slot_sq::before,
    .our_background_fJ .text_slot_sq::after {
    width: 30px;
    height: 3px;
}.our_background_fJ h5 {
    margin-bottom: 15px;
    font-size: calc(22px * 0.85);
}.our_background_fJ p {
    font-size: calc(18px * 0.9);
    margin-bottom: 15px;
}.our_background_fJ ol li {
    line-height: 1.6;
    font-size: calc(18px * 0.85);
    max-height: 35vh;
}
}

@media (prefers-reduced-motion: reduce) {.our_background_fJ .text_slot_sq,
    .our_background_fJ .text_slot_sq:hover,
    .our_background_fJ h5::after,
    .our_background_fJ .text_slot_sq:hover h5::after,
    .our_background_fJ p b::after,
    .our_background_fJ .text_slot_sq:hover p b::after,
    .our_background_fJ ol li::before,
    .our_background_fJ .text_slot_sq:hover ol li::before {
    transform: none;
    transition: none;
}}footer {
    position: relative;
    width: 100%;
}footer .eco_foot_05 {
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
    padding: 80px 0 30px;
    z-index: 1;
    position: relative;
    background: linear-gradient(135deg, #000000 0%, rgb(170,151,185) 100%);
}footer .eco_foot_05::before {
    z-index: -1;
    top: 0;
    height: 100%;
    left: 0;
    opacity: 0.05;
    width: 100%;
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5) 10px,
        transparent 10px,
        transparent 20px
    );
    content: '';
}footer .eco_foot_05::after {
    position: absolute;
    animation: glowBorder 3s infinite linear;
    background: linear-gradient(90deg, 
        rgb(170,151,185) 0%, 
        rgb(117,129,166) 50%, 
        rgb(170,151,185) 100%);
    width: 100%;
    content: '';
    left: 0;
    top: 0;
    height: 3px;
}@keyframes glowBorder {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.3;
    }
}

footer .eco_foot_05 .container {
    z-index: 2;
    position: relative;
}footer .play_market_VN {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr;
}footer .msg_team_79 {
    padding-bottom: 30px;
    flex-wrap: wrap;
    gap: 30px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    position: relative;
}footer .msg_team_79::after {
    content: '';
    height: 1px;
    bottom: 0;
    position: absolute;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(117,129,166,0.5) 50%, 
        transparent 100%);
}footer .info_item {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    margin-bottom: 15px;
    flex: 1;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.03);
    min-width: 200px;
    backdrop-filter: blur(5px);
    transform: translateY(0);
    padding: 15px;
}footer .info_item:hover {
    background: rgba(255, 255, 255, 0.05);
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}footer .info_item p,
footer .info_item a {
    text-decoration: none;
    display: flex;
    color: #ffffff;
    gap: 10px;
    transition: color 0.3s ease;
    font-size: 16px;
    align-items: center;
    font-weight: 400;
    font-family: Arial, sans-serif;
}footer .info_item svg {
    height: 20px;
    width: 20px;
    fill: rgb(117,129,166);
    flex-shrink: 0;
    transition: transform 0.3s ease;
}footer .info_item:hover svg {
    transform: scale(1.2);
}footer .info_item:hover a,
footer .info_item:hover p {
    color: rgb(117,129,166);
}footer .text_main_holder {
    gap: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 40px;
}footer .head_top_Lc {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    flex-direction: column;
}footer .head_top_Lc svg {
    filter: drop-shadow(0 0 5px rgb(170,151,185,0.5));
    height: auto;
    max-width: 160px;
}footer .honor_cta_hM {
    color: #ffffff;
    line-height: 1.5;
    font-size: 14px;
    max-width: 300px;
    font-weight: 300;
    opacity: 0.7;
}footer .header_edu_6O {
    gap: 20px;
    flex-direction: column;
    display: flex;
}footer .header_edu_6O h5 {
    padding-bottom: 15px;
    font-size: 18px;
    position: relative;
    margin-bottom: 5px;
    font-weight: 700;
    color: #ffffff;
}footer .header_edu_6O h5::after {
    height: 3px;
    content: '';
    bottom: 0;
    border-radius: 10px;
    position: absolute;
    background: rgb(117,129,166);
    width: 50px;
    left: 0;
}footer .nav_sitewrap_A9 {
    gap: 15px;
    margin-bottom: 20px;
    flex-direction: column;
    display: flex;
}footer .nav_sitewrap_A9 a {
    padding-left: 15px;
    transition: all 0.3s ease;
    position: relative;
    opacity: 0.8;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
}footer .nav_sitewrap_A9 a::before {
    position: absolute;
    border-radius: 50%;
    opacity: 0.7;
    height: 6px;
    width: 6px;
    transform: translateY(-50%);
    top: 50%;
    content: '';
    left: 0;
    background: rgb(117,129,166);
    transition: all 0.3s ease;
}footer .nav_sitewrap_A9 a:hover {
    opacity: 1;
    color: rgb(117,129,166);
    transform: translateX(5px);
}footer .nav_sitewrap_A9 a:hover::before {
    height: 8px;
    width: 8px;
    opacity: 1;
    box-shadow: 0 0 10px rgb(117,129,166);
}footer .subscribe_holder {
    flex-direction: column;
    padding: 25px;
    gap: 15px;
    border-radius: 20px;
    display: flex;
    background: rgba(0, 0, 0, 0.2);
    transform: perspective(1000px) rotateY(-5deg);
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.5s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}footer .subscribe_holder:hover {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}footer .subscribe_holder h5 {
    margin-bottom: 5px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
}footer .subscribe_holder p {
    line-height: 1.6;
    font-size: 16px;
    margin-bottom: 20px;
    opacity: 0.8;
    color: #ffffff;
}footer .input_holder {
    gap: 15px;
    position: relative;
    flex-direction: column;
    display: flex;
}footer .input_holder input[type="email"] {
    width: 100%;
    outline: none;
    padding: 14px 15px;
    font-size: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    color: #ffffff;
    transition: all 0.3s ease;
    background: rgba(0, 0, 0, 0.2);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .input_holder input[type="email"]:focus {
    border-color: rgb(117,129,166);
    box-shadow: 0 0 15px rgb(117,129,166,0.5);
}footer .sub_form_Wr {
    border: none;
    padding: 12px 24px;
    font-size: 20px;
    cursor: pointer;
    background: linear-gradient(45deg, rgb(117,129,166) 0%, rgb(170,151,185) 100%);
    letter-spacing: 1px;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
    color: #ffffff;
}footer .sub_form_Wr::before {
    left: -100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.2), 
        transparent);
    transition: 0.6s;
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    content: '';
}footer .sub_form_Wr:hover::before {
    left: 100%;
}footer .sub_form_Wr:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transform: translateY(-2px);
}footer .review_block_zm {
    position: relative;
    padding-top: 30px;
    text-align: center;
}footer .review_block_zm::before {
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(117,129,166,0.5) 50%, 
        transparent 100%);
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
}footer .footer_careers_c9 {
    color: #ffffff;
    opacity: 0.7;
    font-size: 15px;
    font-weight: 300;
}

@media (max-width: 992px) {footer .eco_foot_05 {
    padding: 60px 0 30px;
}footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr;
}footer .subscribe_holder {
    grid-column: span 2;
    transform: perspective(1000px) rotateY(0deg);
}footer .msg_team_79 {
    gap: 20px;
}footer .info_item {
    min-width: 180px;
}
}

@media (max-width: 768px) {footer .eco_foot_05 {
    padding: 50px 0 30px;
}footer .text_main_holder {
    grid-template-columns: 1fr;
    gap: 40px;
}footer .subscribe_holder {
    grid-column: span 1;
}footer .header_edu_6O {
    gap: 15px;
}footer .msg_team_79 {
    flex-direction: column;
    gap: 15px;
}footer .info_item {
    width: 100%;
    margin-bottom: 0;
}footer .input_holder {
    flex-direction: column;
}footer .sub_form_Wr {
    width: 100%;
}
}

@media (max-width: 576px) {footer .eco_foot_05 {
    padding: 40px 0 30px;
}footer .head_top_Lc {
    align-items: center;
    margin: 0 auto;
    text-align: center;
}footer .honor_cta_hM {
    text-align: center;
    margin: 0 auto;
}footer .header_edu_6O h5 {
    text-align: center;
}footer .header_edu_6O h5::after {
    transform: translateX(-50%);
    left: 50%;
}footer .nav_sitewrap_A9 {
    align-items: center;
}footer .nav_sitewrap_A9 a {
    text-align: center;
}footer .subscribe_holder {
    padding: 20px;
    text-align: center;
}footer .subscribe_holder h5,
    footer .subscribe_holder p {
    text-align: center;
}}.target_audience_1b {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(140deg, #f5f7ff 0%, #ffffff 100%);
    overflow: hidden;
}.target_audience_1b::before {
    opacity: 0.15;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 20%, rgb(170,151,185,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgb(117,129,166,0.5) 0%, transparent 40%);
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    width: 100%;
    top: 0;
}.target_audience_1b::after {
    z-index: 2;
    opacity: 0.05;
    height: 100%;
    background-size: 60px 60px;
    content: '';
    background: 
        linear-gradient(45deg, transparent 48%, rgb(170,151,185,0.5) 49%, transparent 51%),
        linear-gradient(135deg, transparent 48%, rgb(117,129,166,0.5) 49%, transparent 51%);
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
}.target_audience_1b .team_culture_UX {
    margin: 0 auto;
    z-index: 10;
    position: relative;
    padding: 0 30px;
    text-align: center;
    max-width: 1200px;
}.target_audience_1b h3 {
    position: relative;
    font-size: 35px;
    color: #000000;
    font-weight: 700;
    padding: 0 20px;
    display: inline-block;
    margin-bottom: 70px;
}.target_audience_1b h3::before,
.target_audience_1b h3::after {
    position: absolute;
    background: linear-gradient(90deg, rgb(170,151,185), rgb(117,129,166));
    top: 50%;
    content: '';
    width: 40px;
    transform: translateY(-50%);
    height: 2px;
}.target_audience_1b h3::before {
    left: -60px;
}.target_audience_1b h3::after {
    right: -60px;
}.target_audience_1b ul {
    display: flex;
    list-style: none;
    padding: 0;
    justify-content: center;
    margin: 0;
    flex-wrap: wrap;
    gap: 40px;
}.target_audience_1b ul li {
    width: calc(33.333% - 27px);
    border-radius: 10px;
    position: relative;
    align-items: flex-start;
    text-align: left;
    padding: 40px 30px;
    z-index: 1;
    display: flex;
    gap: 20px;
    min-width: 280px;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 
        0 15px 35px -10px rgba(0, 0, 0, 0.08),
        0 5px 15px rgba(0, 0, 0, 0.04);
    background-color: #ffffff;
    overflow: hidden;
}.target_audience_1b ul li::before {
    content: '';
    width: 100%;
    height: 5px;
    transition: opacity 0.4s ease;
    position: absolute;
    top: 0;
    opacity: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(170,151,185), rgb(117,129,166));
}.target_audience_1b ul li::after {
    border-radius: 50%;
    opacity: 0.1;
    height: 100px;
    content: '';
    position: absolute;
    left: -50px;
    bottom: -50px;
    width: 100px;
    background: rgb(170,151,185,0.5);
    transition: all 0.6s ease;
    z-index: -1;
}.target_audience_1b ul li:hover {
    transform: translateY(-15px);
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.08);
}.target_audience_1b ul li:hover::before {
    opacity: 1;
}.target_audience_1b ul li:hover::after {
    transform: scale(6);
    opacity: 0.05;
}.target_audience_1b ul li svg {
    transition: all 0.5s ease;
    width: 50px;
    position: relative;
    height: 50px;
    flex-shrink: 0;
}.target_audience_1b ul li:hover svg {
    transform: translateY(-5px) scale(1.1);
}.target_audience_1b ul li svg path {
    fill: rgb(170,151,185);
    transition: fill 0.5s ease;
}.target_audience_1b ul li:hover svg path {
    fill: rgb(117,129,166);
}@keyframes floatingAnimation {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-15px) rotate(2deg);
    }
    100% {
        transform: translateY(0) rotate(0deg);
    }
}

@keyframes slideInBottom {
    from {
        opacity: 0;
        transform: translateY(60px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.target_audience_1b ul li {
    opacity: 0;
    animation: slideInBottom 0.6s forwards;
}.target_audience_1b ul li:nth-child(1) {
    animation-delay: 0.1s;
}.target_audience_1b ul li:nth-child(2) {
    animation-delay: 0.25s;
}.target_audience_1b ul li:nth-child(3) {
    animation-delay: 0.4s;
}.target_audience_1b ul li:nth-child(4) {
    animation-delay: 0.55s;
}.target_audience_1b ul li:nth-child(5) {
    animation-delay: 0.7s;
}.target_audience_1b ul li:nth-child(6) {
    animation-delay: 0.85s;
}.target_audience_1b ul li:nth-child(3n+1) {
    animation-delay: 0.1s, 2s;
    animation: slideInBottom 0.6s forwards, floatingAnimation 8s ease-in-out infinite;
}.target_audience_1b ul li:nth-child(3n+2) {
    animation-delay: 0.25s, 3s;
    animation: slideInBottom 0.6s forwards, floatingAnimation 8s ease-in-out infinite 1s reverse;
}.target_audience_1b ul li:nth-child(3n+3) {
    animation: slideInBottom 0.6s forwards, floatingAnimation 8s ease-in-out infinite 2s;
    animation-delay: 0.4s, 4s;
}

@media (max-width: 992px) {.target_audience_1b {
    padding: 90px 0;
}.target_audience_1b h3 {
    margin-bottom: 60px;
}.target_audience_1b h3::before,
    .target_audience_1b h3::after {
    width: 30px;
}.target_audience_1b h3::before {
    left: -40px;
}.target_audience_1b h3::after {
    right: -40px;
}.target_audience_1b ul {
    gap: 30px;
}.target_audience_1b ul li {
    padding: 35px 25px;
    width: calc(50% - 15px);
}
}

@media (max-width: 768px) {.target_audience_1b ul li {
    width: 100%;
    max-width: 400px;
}.target_audience_1b ul li:nth-child(3n+1),
    .target_audience_1b ul li:nth-child(3n+2),
    .target_audience_1b ul li:nth-child(3n+3) {
    animation: slideInBottom 0.6s forwards;
}
}

@media (max-width: 576px) {.target_audience_1b {
    padding: 70px 0;
}.target_audience_1b h3 {
    font-size: calc(35px * 0.9);
    margin-bottom: 50px;
}.target_audience_1b h3::before,
    .target_audience_1b h3::after {
    display: none;
}.target_audience_1b ul {
    gap: 25px;
}.target_audience_1b ul li {
    padding: 30px 20px;
}.target_audience_1b ul li svg {
    height: 40px;
    width: 40px;
}
}

@media (prefers-reduced-motion: reduce) {.target_audience_1b ul li {
    opacity: 1;
    animation: none;
}.target_audience_1b ul li:hover {
    transform: none;
}.target_audience_1b ul li:hover svg {
    transform: none;
}}.thxBlock_Ub {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(223,219,204) 0%, rgba(rgb(170,151,185,0.5), 0.05) 100%);
}.thxBlock_Ub::before {
    background: linear-gradient(225deg, rgb(117,129,166) 0%, rgba(rgb(117,129,166,0.5), 0.2) 100%);
    transform: rotate(-15deg) skew(5deg);
    z-index: 0;
    top: -15%;
    content: "";
    opacity: 0.2;
    filter: blur(60px);
    animation: float 18s ease-in-out infinite alternate;
    position: absolute;
    height: 80%;
    right: -5%;
    width: 40%;
}.thxBlock_Ub::after {
    background: linear-gradient(45deg, rgb(170,151,185) 0%, rgba(rgb(170,151,185,0.5), 0.1) 100%);
    filter: blur(50px);
    height: 70%;
    opacity: 0.15;
    content: "";
    z-index: 0;
    width: 35%;
    left: -5%;
    position: absolute;
    transform: rotate(15deg) skew(-5deg);
    animation: float 15s ease-in-out infinite alternate-reverse;
    bottom: -10%;
}.thxBlock_Ub .container {
    margin: 0 auto;
    z-index: 1;
    padding: 0 1.5rem;
    position: relative;
    max-width: 1140px;
}.thxBlock_Ub .team_culture_UX {
    display: grid;
    background: rgba(rgb(255, 255, 255, 0.5), 0.95);
    gap: calc(15px * 1.5);
    padding: clamp(2rem, 5vw, 3.5rem);
    grid-template-rows: auto auto;
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
    transform: translateY(20px);
    position: relative;
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.08),
                0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
    opacity: 0;
}.thxBlock_Ub .team_culture_UX::before {
    content: "";
    height: 100%;
    left: 0;
    background: linear-gradient(180deg, rgb(170,151,185) 0%, rgb(117,129,166) 100%);
    animation: growDown 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.6s;
    transform-origin: top;
    transform: scaleY(0);
    position: absolute;
    top: 0;
    width: 5px;
}.thxBlock_Ub h5 {
    color: #000000;
    position: relative;
    overflow: hidden;
    padding-bottom: 0.75rem;
    letter-spacing: -0.01em;
    margin: 0;
    line-height: 1.3;
    font-size: 23px;
    font-weight: 700;
}.thxBlock_Ub h5::after {
    transform: translateX(-100%);
    height: 3px;
    left: 0;
    bottom: 0;
    background: rgb(117,129,166);
    content: "";
    width: 80px;
    animation: slideRight 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 1s;
    position: absolute;
}.thxBlock_Ub a {
    text-decoration: none;
    overflow: hidden;
    position: relative;
    display: block;
    transition: transform 0.4s ease-out;
}.thxBlock_Ub a:hover {
    transform: translateY(-5px);
}.thxBlock_Ub a::before {
    opacity: 0;
    width: 80px;
    position: absolute;
    border-radius: 50% 0 50% 0;
    right: -20px;
    bottom: -20px;
    height: 80px;
    transform: scale(0);
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    content: "";
    background: linear-gradient(135deg, transparent 50%, rgba(rgb(117,129,166,0.5), 0.1) 50%);
}.thxBlock_Ub a:hover::before {
    opacity: 1;
    transform: scale(1);
}.thxBlock_Ub p {
    animation: fadeIn 0.8s ease-out forwards 1.2s;
    line-height: 1.7;
    color: #000000;
    position: relative;
    font-size: 15px;
    margin: 0;
    opacity: 0;
    font-family: Arial, sans-serif;
    transform: translateY(10px);
}

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

@keyframes growDown {
    from {
        transform: scaleY(0);
    }
    to {
        transform: scaleY(1);
    }
}

@keyframes slideRight {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}

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

@keyframes float {
    0% {
        transform: rotate(-15deg) skew(5deg) translate(0, 0);
    }
    50% {
        transform: rotate(-12deg) skew(3deg) translate(-10px, 10px);
    }
    100% {
        transform: rotate(-18deg) skew(7deg) translate(10px, -10px);
    }
}

@media screen and (min-width: 768px) {.thxBlock_Ub {
    padding: 8rem 0;
}.thxBlock_Ub .team_culture_UX {
    gap: calc(15px * 2);
    border-radius: 10px;
    padding: clamp(2.5rem, 6vw, 4rem);
}.thxBlock_Ub h5 {
    font-size: calc(23px * 1.1);
    padding-bottom: 1rem;
}.thxBlock_Ub h5::after {
    width: 120px;
    height: 4px;
}
}

@media screen and (min-width: 992px) {.thxBlock_Ub {
    padding: 10rem 0;
}.thxBlock_Ub .team_culture_UX {
    gap: calc(15px * 3);
    grid-template-columns: 1fr 1fr;
    padding: clamp(3rem, 7vw, 5rem);
}.thxBlock_Ub h5 {
    font-size: calc(23px * 1.2);
    padding-bottom: 0;
}.thxBlock_Ub h5::after {
    bottom: -0.75rem;
}.thxBlock_Ub p {
    font-size: calc(15px * 1.05);
}
}

@media screen and (max-width: 767px) {.thxBlock_Ub {
    padding: 4rem 0;
}.thxBlock_Ub .team_culture_UX {
    padding: 1.75rem;
}.thxBlock_Ub h5 {
    font-size: calc(23px * 0.9);
}.thxBlock_Ub p {
    font-size: calc(15px * 0.95);
}
}

@media (prefers-reduced-motion: reduce) {.thxBlock_Ub::before,
    .thxBlock_Ub::after {
    animation: none;
}.thxBlock_Ub .team_culture_UX,
    .thxBlock_Ub h5::after,
    .thxBlock_Ub p {
    animation-duration: 0.1s;
}.thxBlock_Ub a:hover {
    transform: none;
}}.privacy_harbor_fB {
    height: auto;
    border: 1px solid rgba(0, 0, 0, 0.5);
    width: 100%;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    padding: 60px;
}.privacy_harbor_fB h1 {
    margin-top: 0;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 4px solid rgb(117,129,166);
    color: rgb(170,151,185);
    margin-bottom: 40px;
    text-align: left;
    font-size: 48px;
    width: 100%;
}.privacy_harbor_fB h2 {
    margin-bottom: 30px;
    font-weight: 600;
    color: rgb(117,129,166);
    margin-top: 0;
    width: 100%;
    border-bottom: 3px solid rgb(170,151,185);
    padding-bottom: 5px;
    font-size: 38px;
    text-align: left;
}.privacy_harbor_fB ul, .privacy_harbor_fB ol {
    list-style: none;
    color: #000000;
    padding: 0;
    font-size: 12px;
    font-family: Arial, sans-serif;
    padding-left: 20px;
    margin: 20px 0;
}.privacy_harbor_fB li {
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}.privacy_harbor_fB li:before {
    content: "•";
    line-height: 1;
    left: -20px;
    position: absolute;
    font-size: 1.5em;
    color: rgb(117,129,166);
}.privacy_harbor_fB section {
    background: none;
}.privacy_harbor_fB p, .privacy_harbor_fB span, .privacy_harbor_fB div {
    color: #000000;
    font-size: 12px;
    margin-bottom: 20px;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    text-align: left;
}

@media only screen and (max-width: 800px) {.privacy_harbor_fB {
    padding: 30px;
    border-radius: 10px;
    grid-template-columns: 1fr;
}.privacy_harbor_fB h1 {
    font-size: calc(22px - 5px);
}.privacy_harbor_fB h2 {
    font-size: calc(22px - 3px);
}.privacy_harbor_fB ul, .privacy_harbor_fB ol {
    margin: 15px 0;
}.privacy_harbor_fB li {
    padding: 8px 0;
}.privacy_harbor_fB p, .privacy_harbor_fB span, .privacy_harbor_fB div {
    margin-bottom: 15px;
}}
.plan_block_Zr {
    overflow: hidden;
    position: relative;
    background-color: rgb(223,219,204);
    padding: 5rem 0;
}.plan_block_Zr::before {
    content: "";
    opacity: 0.07;
    width: 12rem;
    height: 12rem;
    position: absolute;
    transform: rotate(15deg);
    right: -3rem;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    top: -3rem;
    background: linear-gradient(135deg, rgb(170,151,185), rgb(117,129,166));
}.plan_block_Zr::after {
    width: 18rem;
    left: -5rem;
    transform: rotate(-10deg);
    background: linear-gradient(45deg, rgb(117,129,166), rgb(170,151,185,0.5));
    bottom: -5rem;
    content: "";
    position: absolute;
    z-index: 0;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    opacity: 0.05;
    height: 18rem;
}.plan_block_Zr .container {
    margin: 0 auto;
    z-index: 1;
    padding: 0 1.5rem;
    max-width: 1200px;
    position: relative;
}.plan_block_Zr .learn_rates_mt {
    display: flex;
    flex-direction: column;
}.plan_block_Zr .price_schemes_jT {
    margin-bottom: 3rem;
    order: -1;
    position: relative;
}.plan_block_Zr .price_schemes_jT h2 {
    position: relative;
    margin-bottom: 1rem;
    display: inline-block;
    font-weight: 700;
    font-size: 35px;
    color: #000000;
}.plan_block_Zr .price_schemes_jT h2::after {
    width: 60%;
    height: 3px;
    bottom: -0.5rem;
    position: absolute;
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(170,151,185), transparent);
}.plan_block_Zr .rate_packages_uN {
    margin-bottom: 1rem;
    color: #000000;
    line-height: 1.6;
    max-width: 800px;
    font-size: 15px;
}.plan_block_Zr .indv_sub_0e {
    gap: 1.5rem;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}.plan_block_Zr .promo_plans_eP {
    position: relative;
    z-index: 2;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    text-decoration: none;
    overflow: hidden;
    color: #000000;
}.plan_block_Zr .program_fees_og {
    flex-direction: column;
    border: 1px solid rgba(0,0,0,0.06);
    display: flex;
    height: 100%;
    min-height: 480px;
    background-color: #ffffff;
    overflow: hidden;
    position: relative;
    transform: translateY(0);
    box-shadow: 0 8px 24px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.plan_block_Zr .promo_plans_eP:hover .program_fees_og {
    box-shadow: 0 12px 30px rgba(0,0,0,0.1);
    transform: translateY(-5px);
}.plan_block_Zr .edu_rates_U1 {
    position: relative;
    z-index: 2;
    flex-direction: column;
    padding: 2rem;
    flex: 1;
    overflow: hidden;
    display: flex;
}.plan_block_Zr .edu_rates_U1 h3 {
    color: #000000;
    transition: color 0.3s ease;
    font-size: calc(22px + 0.1rem);
    position: relative;
    margin-bottom: 0.5rem;
    font-weight: 600;
    display: inline-block;
}.plan_block_Zr .promo_plans_eP:hover .edu_rates_U1 h3 {
    color: rgb(170,151,185);
}.plan_block_Zr .fee_package_Yi {
    margin-bottom: 1.5rem;
    position: relative;
    font-size: calc(22px + 0.5rem);
    color: rgb(170,151,185);
    transition: transform 0.3s ease;
    font-weight: 700;
    display: block;
}.plan_block_Zr .fee_package_Yi::before {
    left: 0;
    background-color: rgb(170,151,185,0.5);
    transition: transform 0.4s ease;
    position: absolute;
    bottom: -0.75rem;
    transform-origin: left;
    height: 2px;
    transform: scaleX(1);
    content: "";
    width: 3rem;
}.plan_block_Zr .promo_plans_eP:hover .fee_package_Yi::before {
    transform: scaleX(1.5);
}.plan_block_Zr .edu_rates_U1 p {
    line-height: 1.6;
    font-size: calc(15px - 0.1rem);
    color: #000000;
    overflow-wrap: break-word;
    margin-bottom: 1.5rem;
    word-break: break-word;
    flex-grow: 1;
}.plan_block_Zr .thumb_Mx {
    height: 180px;
    overflow: hidden;
    position: relative;
    transition: transform 0.6s ease;
    width: 100%;
}.plan_block_Zr .thumb_Mx::after {
    position: absolute;
    bottom: 0;
    top: 0;
    transition: opacity 0.3s ease;
    content: "";
    opacity: 0.7;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.15), transparent);
}.plan_block_Zr .promo_plans_eP:hover .thumb_Mx {
    transform: scale(1.03);
}.plan_block_Zr .promo_plans_eP:hover .thumb_Mx::after {
    opacity: 0.4;
}.plan_block_Zr .program_fees_og::before {
    position: absolute;
    height: 5px;
    background: linear-gradient(90deg, rgb(170,151,185), rgb(117,129,166));
    left: 0;
    transform: scaleX(0);
    top: 0;
    width: 100%;
    content: "";
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform-origin: left;
}.plan_block_Zr .promo_plans_eP:hover .program_fees_og::before {
    transform: scaleX(1);
}

@media (min-width: 768px) {.plan_block_Zr .learn_rates_mt {
    gap: 2rem;
    flex-direction: row;
    align-items: flex-start;
}.plan_block_Zr .price_schemes_jT {
    flex: 0 0 30%;
    order: 0;
    padding-top: 2rem;
    margin-bottom: 0;
}.plan_block_Zr .indv_sub_0e {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    flex: 0 0 70%;
}.plan_block_Zr .program_fees_og {
    border-radius: 0.25rem;
}
}

@media (max-width: 767px) {.plan_block_Zr {
    padding: 3rem 0;
}.plan_block_Zr .indv_sub_0e {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin: 0 auto;
}.plan_block_Zr .price_schemes_jT h2 {
    display: block;
    text-align: center;
}.plan_block_Zr .price_schemes_jT h2::after {
    transform: translateX(-50%);
    width: 100px;
    left: 50%;
}.plan_block_Zr .rate_packages_uN {
    text-align: center;
}.plan_block_Zr .program_fees_og {
    min-height: auto;
}.plan_block_Zr .edu_rates_U1 {
    padding: 1.5rem;
}.plan_block_Zr .thumb_Mx {
    height: 160px;
}
}

@media (min-width: 1024px) {.plan_block_Zr .indv_sub_0e {
    grid-template-columns: repeat(2, 1fr);
}.plan_block_Zr .promo_plans_eP:nth-child(odd) {
    transform: translateY(1.5rem);
}
}

@media (min-width: 1200px) {.plan_block_Zr .price_schemes_jT {
    padding-top: 4rem;
}.plan_block_Zr .promo_plans_eP:hover {
    z-index: 5;
}.plan_block_Zr .indv_sub_0e {
    row-gap: 2.5rem;
    column-gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (prefers-reduced-motion: reduce) {.plan_block_Zr .promo_plans_eP,
    .plan_block_Zr .program_fees_og,
    .plan_block_Zr .thumb_Mx,
    .plan_block_Zr .fee_package_Yi::before,
    .plan_block_Zr .program_fees_og::before {
    transition: none;
}}.program_overview_G9 {
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(45deg, rgb(223,219,204) 0%, rgb(117,129,166,0.5) 40%, rgb(223,219,204) 100%);
    overflow: hidden;
}.program_overview_G9::before {
    left: 0;
    width: 100%;
    content: "";
    position: absolute;
    height: 100%;
    opacity: 0.1;
    top: 0;
    z-index: 1;
    background: 
        repeating-linear-gradient(45deg, rgb(117,129,166,0.5) 0px, rgb(117,129,166,0.5) 1px, transparent 1px, transparent 10px),
        repeating-linear-gradient(135deg, rgb(170,151,185,0.5) 0px, rgb(170,151,185,0.5) 1px, transparent 1px, transparent 10px);
}.program_overview_G9 .container {
    z-index: 2;
    position: relative;
}.program_overview_G9 .team_culture_UX {
    display: flex;
    min-height: 480px;
    position: relative;
    flex-direction: column;
}.program_overview_G9 .thumb_Mx {
    width: 100%;
    left: 0;
    height: 100%;
    z-index: 1;
    top: 0;
    position: absolute;
}.program_overview_G9 .thumb_Mx::after {
    height: 100%;
    left: 0;
    background: linear-gradient(135deg, rgb(170,151,185,0.5) 0%, transparent 50%, rgba(0, 0, 0, 0.5) 100%);
    width: 100%;
    content: "";
    mix-blend-mode: multiply;
    top: 0;
    position: absolute;
}.program_overview_G9 .learn_route_fV {
    position: relative;
    z-index: 3;
    margin-top: auto;
    box-shadow: -15px -15px 30px rgba(0, 0, 0, 0.1);
    padding: 2.5rem;
    backdrop-filter: blur(8px);
    background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8));
    margin-left: auto;
    width: 60%;
}.program_overview_G9 .learn_route_fV::before {
    top: 0;
    left: -50px;
    height: 100%;
    content: "";
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.8));
    position: absolute;
    width: 50px;
}.program_overview_G9 .head_top_Lc {
    transition: transform 0.3s ease-in-out;
    position: absolute;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    padding: 15px;
    top: -35px;
    border-radius: 50%;
    left: 2.5rem;
    z-index: 4;
}.program_overview_G9 .head_top_Lc:hover {
    transform: translateY(-5px) rotate(5deg);
}.program_overview_G9 .head_top_Lc svg {
    filter: drop-shadow(0 3px 5px rgb(170,151,185,0.5));
    display: block;
    width: 45px;
    height: 45px;
}.program_overview_G9 .head_top_Lc svg path {
    fill: rgb(170,151,185);
    transition: fill 0.3s ease;
}.program_overview_G9 .head_top_Lc:hover svg path {
    fill: rgb(117,129,166);
}.program_overview_G9 .learn_route_fV h3 {
    margin-bottom: 1.5rem;
    color: #000000;
    font-size: 29px;
    position: relative;
    font-weight: 700;
}.program_overview_G9 .learn_route_fV h3::after {
    content: "";
    border-radius: 10px;
    background: rgb(170,151,185);
    height: 3px;
    left: 0;
    bottom: -0.5rem;
    width: 60px;
    position: absolute;
}.program_overview_G9 .learn_route_fV p {
    color: #000000;
    line-height: 1.7;
    font-size: 14px;
}.program_overview_G9 .team_culture_UX::before {
    content: "";
    z-index: 0;
    height: 120px;
    width: 120px;
    animation: floatAnimation 8s infinite ease-in-out;
    position: absolute;
    border: 2px solid rgb(170,151,185,0.5);
    right: 65%;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    top: 10%;
}.program_overview_G9 .team_culture_UX::after {
    bottom: 20%;
    border: 2px solid rgb(117,129,166,0.5);
    height: 80px;
    z-index: 0;
    content: "";
    left: 10%;
    position: absolute;
    width: 80px;
    animation: floatAnimation 12s infinite ease-in-out reverse;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}

@keyframes floatAnimation {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg);
    }
    25% {
        transform: translate(10px, -15px) rotate(5deg);
    }
    50% {
        transform: translate(5px, 10px) rotate(-5deg);
    }
    75% {
        transform: translate(-10px, -5px) rotate(3deg);
    }
}

@media screen and (max-width: 991px) {.program_overview_G9 .team_culture_UX {
    min-height: 420px;
}.program_overview_G9 .learn_route_fV {
    padding: 2rem;
    width: 75%;
}.program_overview_G9 .head_top_Lc {
    padding: 12px;
    top: -30px;
    left: 2rem;
}.program_overview_G9 .head_top_Lc svg {
    width: 40px;
    height: 40px;
}.program_overview_G9 .learn_route_fV h3 {
    font-size: calc(29px - 0.2rem);
}
}

@media screen and (max-width: 767px) {.program_overview_G9 {
    padding: 4rem 0;
}.program_overview_G9 .team_culture_UX {
    min-height: auto;
}.program_overview_G9 .thumb_Mx {
    position: relative;
    height: 250px;
    margin-bottom: -50px;
}.program_overview_G9 .learn_route_fV {
    margin-right: auto;
    padding: 2rem 1.5rem;
    border-radius: 19px;
    margin-left: auto;
    width: 90%;
}.program_overview_G9 .learn_route_fV::before {
    display: none;
}.program_overview_G9 .learn_route_fV::after {
    width: 70px;
    height: 70px;
}.program_overview_G9 .head_top_Lc {
    transform: translateX(-50%);
    left: 50%;
}.program_overview_G9 .head_top_Lc:hover {
    transform: translateX(-50%) translateY(-5px);
}.program_overview_G9 .learn_route_fV h3 {
    font-size: calc(29px - 0.3rem);
    margin-top: 1rem;
}.program_overview_G9 .team_culture_UX::before,
    .program_overview_G9 .team_culture_UX::after {
    display: none;
}
}

@media screen and (max-width: 480px) {.program_overview_G9 {
    padding: 3rem 0;
}.program_overview_G9 .thumb_Mx {
    height: 200px;
}.program_overview_G9 .learn_route_fV {
    width: 100%;
    padding: 1.5rem 1.25rem;
}.program_overview_G9 .head_top_Lc {
    padding: 10px;
}.program_overview_G9 .head_top_Lc svg {
    height: 35px;
    width: 35px;
}.program_overview_G9 .learn_route_fV h3 {
    margin-top: 0.75rem;
    font-size: calc(29px - 0.5rem);
}.program_overview_G9 .learn_route_fV p {
    font-size: calc(14px - 0.1rem);
}
}