﻿* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}header,footer {
    width: 100%;
}.j_top_start {
    flex: 1 0 auto;
}.U_layer-container {
    min-height: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
}html,body {
    color: #000000;
    height: 100%;
    min-height: 100%;
    font-family: Arial, sans-serif;
}svg {
    height: 30px;
    width: 30px;
}.container {
    margin: auto;
    width: 1267px;
    max-width: 100%;
}.h_debate_club {
    flex: 0 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.X_experience_trial {
    position: relative;
    padding: 5rem 2rem;
    overflow: hidden;
    z-index: 1;
    background: linear-gradient(135deg, rgb(144,147,162) 0%, rgb(108,110,122) 100%);
}.X_experience_trial::before {
    left: 0;
    height: 100%;
    z-index: -1;
    width: 100%;
    content: "";
    position: absolute;
    transform: translateZ(-10px);
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 10px,
        transparent 10px,
        transparent 20px
    );
    top: 0;
}.X_experience_trial::after {
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, transparent 70%);
    animation: rotate 30s linear infinite;
    content: "";
    position: absolute;
    top: -50%;
    z-index: -1;
    transform: translateZ(-5px);
}.X_experience_trial .container {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 1200px;
    position: relative;
    transform-style: preserve-3d;
    perspective: 1000px;
    display: grid;
    grid-gap: 2.5rem;
}.X_experience_trial h6 {
    letter-spacing: 0.05em;
    transform: translateZ(25px);
    text-align: center;
    font-size: calc(18px * 1.2);
    position: relative;
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
    padding: 0 1rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    color: #ffffff;
}.X_experience_trial h6::after {
    box-shadow: 0 2px 8px rgba(255, 255, 255, 0.3);
    width: 80px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    border-radius: 10px;
    position: absolute;
    bottom: -15px;
    background: #ffffff;
    height: 4px;
}.X_experience_trial div div {
    margin-top: 1rem;
    align-items: center;
    display: flex;
    justify-content: center;
}.X_experience_trial div div span {
    display: block;
    transition: transform 0.3s ease-out;
    transform: translateZ(40px);
    position: relative;
}.X_experience_trial div div span:hover {
    transform: translateZ(50px) scale(1.05);
}.X_experience_trial .w_request_panel {
    font-weight: 700;
    display: inline-block;
    color: rgb(144,147,162);
    overflow: hidden;
    border: none;
    font-size: 16px;
    box-shadow: 
        0 15px 25px -12px rgba(0, 0, 0, 0.3),
        0 5px 15px -5px rgba(0, 0, 0, 0.2);
    background: #ffffff;
    outline: none;
    position: relative;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-style: preserve-3d;
    letter-spacing: 1px;
    padding: 16px 32px;
}.X_experience_trial .w_request_panel::before {
    top: 0;
    position: absolute;
    transition: transform 0.6s ease;
    left: 0;
    content: "";
    transform: translateX(-100%);
    z-index: 1;
    background: linear-gradient(
        to right,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 50%,
        transparent 100%
    );
    height: 100%;
    width: 100%;
}.X_experience_trial .w_request_panel:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 20px 30px -15px rgba(0, 0, 0, 0.35),
        0 10px 20px -10px rgba(0, 0, 0, 0.25);
    color: rgb(108,110,122);
}.X_experience_trial .w_request_panel:hover::before {
    transform: translateX(100%);
}.X_experience_trial .w_request_panel span {
    transition: transform 0.3s ease;
    z-index: 2;
    position: relative;
    display: block;
}.X_experience_trial .w_request_panel:hover span {
    transform: scale(1.05);
}.X_experience_trial .w_request_panel:active {
    transform: translateY(-2px);
    box-shadow: 
        0 10px 20px -10px rgba(0, 0, 0, 0.3),
        0 5px 10px -5px rgba(0, 0, 0, 0.2);
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@media (min-width: 768px) {.X_experience_trial {
    padding: 7rem 3rem;
}.X_experience_trial .container {
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.X_experience_trial h6 {
    text-align: left;
    font-size: calc(18px * 1.5);
    padding: 0;
}.X_experience_trial h6::after {
    left: 0;
    transform: none;
    width: 120px;
}.X_experience_trial div div {
    margin-top: 0;
    justify-content: flex-end;
}.X_experience_trial .w_request_panel {
    padding: 18px 40px;
}
}

@media (min-width: 992px) {.X_experience_trial {
    padding: 9rem 4rem;
}.X_experience_trial::before {
    background-size: 25px 25px;
}.X_experience_trial .container {
    grid-gap: 4rem;
}.X_experience_trial h6 {
    line-height: 1.4;
    font-size: calc(18px * 1.7);
}.X_experience_trial .w_request_panel {
    font-size: calc(16px * 1.1);
    padding: 20px 48px;
}
}

@media (max-width: 767px) {.X_experience_trial {
    padding: 4rem 1.5rem;
}.X_experience_trial h6 {
    line-height: 1.6;
    font-size: 18px;
}.X_experience_trial .w_request_panel {
    font-size: calc(16px * 0.9);
    padding: 14px 28px;
}
}

@media (max-width: 480px) {.X_experience_trial {
    padding: 3rem 1rem;
}.X_experience_trial h6 {
    font-size: calc(18px * 0.9);
}.X_experience_trial .w_request_panel {
    padding: 12px 24px;
    font-size: calc(16px * 0.85);
}}.r_developer_experience {
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 70% 30%, rgb(144,147,162,0.5) 0%, transparent 40%), 
              radial-gradient(circle at 30% 70%, rgb(108,110,122,0.5) 0%, transparent 40%), 
              #000000;
    padding: 7rem 2rem;
}.r_developer_experience::before {
    content: "";
    height: 150%;
    animation: backgroundMovement 30s linear infinite alternate;
    left: -25%;
    background: radial-gradient(ellipse at center, transparent 0%, transparent 50%, #000000 100%), 
              repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0px, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 10px);
    position: absolute;
    opacity: 0.3;
    top: -25%;
    width: 150%;
}.r_developer_experience .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}.r_developer_experience .k_learn_ratings {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    display: grid;
    overflow: hidden;
    gap: 0;
    position: relative;
    border-radius: 26px;
}.r_developer_experience .k_learn_ratings::after {
    width: 100%;
    top: 0;
    opacity: 0.3;
    position: absolute;
    mix-blend-mode: overlay;
    left: 0;
    content: "";
    height: 100%;
    pointer-events: none;
    background: linear-gradient(135deg, rgb(144,147,162,0.5) 0%, transparent 50%);
}.r_developer_experience .k_learn_ratings .s_img_wrapper {
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
    border-radius: 0;
    grid-column: 1 / 2;
    transition: all 0.5s ease;
    position: relative;
    transform: scale(1.05) translateX(-5%);
    z-index: 1;
    box-shadow: 0 0 30px rgb(144,147,162,0.5);
    min-height: 500px;
    grid-row: 1 / 4;
}.r_developer_experience .k_learn_ratings .s_img_wrapper:hover {
    transform: scale(1.07) translateX(-4%);
    box-shadow: 0 0 50px rgb(144,147,162);
}.r_developer_experience .k_learn_ratings .name {
    grid-row: 1 / 2;
    animation: neonPulse 4s infinite alternate;
    padding: 3.5rem 2rem 0.5rem 3rem;
    position: relative;
    font-size: 35px;
    grid-column: 2 / 3;
    z-index: 2;
    letter-spacing: 2px;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 0 0 10px rgb(144,147,162,0.5), 0 0 20px rgb(144,147,162,0.5);
}.r_developer_experience .k_learn_ratings span:not(.name) {
    z-index: 2;
    font-weight: 400;
    color: rgb(108,110,122);
    letter-spacing: 1px;
    font-size: 21px;
    padding: 0 2rem 1rem 3rem;
    position: relative;
    grid-row: 2 / 3;
    grid-column: 2 / 3;
    text-transform: uppercase;
}.r_developer_experience .k_learn_ratings .q_past_jobs {
    z-index: 2;
    backdrop-filter: blur(5px);
    grid-column: 2 / 3;
    grid-row: 3 / 4;
    padding: 2rem 2rem 2.5rem 3rem;
    position: relative;
    line-height: 1.7;
    border-top: 1px solid rgb(108,110,122,0.5);
    margin-right: 1.5rem;
    font-size: 16px;
    color: #ffffff;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    border-radius: 0 10px 0 0;
}

@keyframes neonPulse {
  0%, 100% {
    text-shadow: 0 0 10px rgb(144,147,162,0.5), 0 0 20px rgb(144,147,162,0.5);
  }
  50% {
    text-shadow: 0 0 20px rgb(144,147,162), 0 0 30px rgb(144,147,162);
  }
}

@keyframes backgroundMovement {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  100% {
    transform: translate(50px, 50px) rotate(10deg);
  }
}

@media (max-width: 992px) {.r_developer_experience {
    padding: 5rem 1.5rem;
}.r_developer_experience .k_learn_ratings {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
}.r_developer_experience .k_learn_ratings .s_img_wrapper {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    transform: scale(1.02) translateY(-5%);
    min-height: 350px;
}.r_developer_experience .k_learn_ratings .s_img_wrapper:hover {
    transform: scale(1.03) translateY(-4%);
}.r_developer_experience .k_learn_ratings .name {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    grid-column: 1 / 2;
    grid-row: 2 / 3;
}.r_developer_experience .k_learn_ratings span:not(.name) {
    padding: 0 1.5rem 1rem 1.5rem;
    grid-row: 3 / 4;
    grid-column: 1 / 2;
}.r_developer_experience .k_learn_ratings .q_past_jobs {
    border-radius: 10px;
    margin-right: 0;
    padding: 1.5rem;
    grid-row: 4 / 5;
    grid-column: 1 / 2;
}
}

@media (max-width: 576px) {.r_developer_experience {
    padding: 4rem 1rem;
}.r_developer_experience .k_learn_ratings .s_img_wrapper {
    min-height: 280px;
}.r_developer_experience .k_learn_ratings .name {
    padding: 1.5rem 1rem 0.5rem 1rem;
}.r_developer_experience .k_learn_ratings span:not(.name) {
    padding: 0 1rem 1rem 1rem;
}.r_developer_experience .k_learn_ratings .q_past_jobs {
    padding: 1.2rem;
}}.x_thxPage {
    align-items: center;
    overflow: hidden;
    min-height: 60vh;
    position: relative;
    padding: 5rem 2rem;
    justify-content: center;
    background: linear-gradient(135deg, rgb(181,184,199) 0%, rgb(144,147,162,0.5) 100%);
    display: flex;
}.x_thxPage::before {
    left: 0;
    content: "";
    opacity: 0.05;
    width: 100%;
    top: 0;
    position: absolute;
    z-index: 1;
    background: repeating-linear-gradient(
        -45deg,
        rgb(144,147,162,0.5) 0px,
        rgb(144,147,162,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    height: 100%;
}.x_thxPage::after {
    transform: rotate(15deg);
    background: rgb(108,110,122,0.5);
    right: -5%;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    top: -5%;
    position: absolute;
    width: 30%;
    content: "";
    height: 30%;
    opacity: 0.1;
    z-index: 1;
}.x_thxPage .container {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    width: 100%;
}.x_thxPage .U_pro_training {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08), 0 10px 20px rgba(0, 0, 0, 0.05);
    display: grid;
    background: rgba(255, 255, 255, 0.97);
    border-left: 5px solid rgb(144,147,162);
    grid-template-columns: 1fr;
    gap: 2rem;
    position: relative;
    padding: 3.5rem;
    transform: perspective(1000px) rotateX(2deg);
}.x_thxPage .U_pro_training::before {
    position: absolute;
    background: linear-gradient(90deg, rgb(144,147,162) 0%, rgb(108,110,122) 100%);
    top: 0;
    height: 8px;
    content: "";
    width: 100%;
    transform-origin: left top;
    left: 0;
}.x_thxPage .U_pro_training > div:first-child {
    position: relative;
    padding-bottom: 1.5rem;
}.x_thxPage .U_pro_training > div:first-child::after {
    position: absolute;
    animation: lineGrow 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    width: 80px;
    height: 4px;
    left: 0;
    content: "";
    bottom: 0;
    background: rgb(108,110,122);
    transform-origin: left;
}.x_thxPage h5 {
    transform: translateY(20px);
    font-size: calc(19px * 1.1);
    opacity: 0;
    font-weight: 700;
    margin: 0;
    animation: fadeUp 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s forwards;
    line-height: 1.4;
    color: #000000;
}.x_thxPage a {
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: block;
}.x_thxPage a:hover {
    transform: translateY(-5px);
}.x_thxPage p {
    background: linear-gradient(to bottom right, rgba(rgb(181,184,199), 0.3), rgba(255, 255, 255, 0.9));
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    font-size: 14px;
    padding: 1.5rem;
    position: relative;
    transform: translateY(20px);
    opacity: 0;
    animation: fadeUp 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s forwards;
    border-left: 3px solid rgb(108,110,122,0.5);
    margin: 0;
    line-height: 1.8;
    color: #000000;
}.x_thxPage p::before {
    background: rgb(144,147,162);
    left: -15px;
    top: -15px;
    width: 36px;
    position: absolute;
    font-weight: 700;
    height: 36px;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    justify-content: center;
    color: #ffffff;
    display: flex;
    align-items: center;
    content: "✓";
}

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

@keyframes lineGrow {
    from {
        width: 0;
    }
    to {
        width: 80px;
    }
}

@media (min-width: 768px) {.x_thxPage {
    padding: 7rem 3rem;
}.x_thxPage .U_pro_training {
    padding: 4rem;
    gap: 3rem;
    transform: perspective(1000px) rotateX(1deg);
    grid-template-columns: 1fr 1fr;
}.x_thxPage h5 {
    font-size: calc(19px * 1.3);
}.x_thxPage .U_pro_training > div:first-child {
    padding-bottom: 0;
    display: flex;
    align-items: center;
}.x_thxPage .U_pro_training > div:first-child::after {
    display: none;
}.x_thxPage p {
    padding: 2rem;
}
}

@media (max-width: 767px) {.x_thxPage {
    padding: 4rem 1.5rem;
}.x_thxPage .U_pro_training {
    padding: 2.5rem 1.5rem;
    transform: perspective(1000px) rotateX(1deg);
}.x_thxPage h5 {
    font-size: 19px;
    line-height: 1.5;
}.x_thxPage p {
    font-size: calc(14px * 0.95);
    padding: 1.2rem;
}.x_thxPage p::before {
    left: -10px;
    height: 30px;
    font-size: 0.8rem;
    top: -10px;
    width: 30px;
}
}

@media (max-width: 480px) {.x_thxPage {
    padding: 3rem 1rem;
}.x_thxPage .U_pro_training {
    padding: 2rem 1.2rem;
    border-left-width: 3px;
}.x_thxPage .U_pro_training::before {
    height: 5px;
}.x_thxPage h5 {
    font-size: calc(19px * 0.9);
}.x_thxPage p {
    font-size: calc(14px * 0.9);
    line-height: 1.6;
    padding: 1rem;
}}header {
    width: 100%;
    z-index: 100;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
    background: linear-gradient(to right, #ffffff, rgb(181,184,199));
    position: relative;
    padding: 0;
}header::before {
    background-size: 20px 20px;
    left: 0;
    background-image: 
        linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,0.05) 1px, transparent 1px);
    top: 0;
    z-index: 0;
    height: 100%;
    content: '';
    position: absolute;
    width: 100%;
}header::after {
    height: 100%;
    position: absolute;
    left: 0;
    width: 5px;
    content: '';
    top: 0;
    background: linear-gradient(to bottom, rgb(144,147,162), rgb(108,110,122));
    z-index: 1;
}header .container {
    z-index: 2;
    padding: 0;
    max-width: 100%;
    width: 100%;
    margin: 0;
    position: relative;
}header .p_nav_main {
    margin-left: 5px;
    padding: 0.9rem 3%;
    justify-content: space-between;
    display: flex;
    align-items: center;
}header .k_main_primary {
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.4);
    text-decoration: none;
    display: flex;
    position: relative;
    border-radius: 10px;
    align-items: center;
    padding: 0.5rem;
}header .k_main_primary:hover {
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}header .k_main_primary svg {
    transition: all 0.3s ease;
    width: 140px;
    height: auto;
}header .h_site_core {
    background: rgba(255, 255, 255, 0.3);
    display: flex;
    padding: 0.4rem 0.6rem;
    align-items: center;
    gap: 0.4rem;
    position: relative;
    border-radius: 10px;
}header .h_site_core::before {
    bottom: -2px;
    opacity: 0.5;
    content: '';
    right: -2px;
    border-radius: calc(10px + 2px);
    left: -2px;
    background: linear-gradient(135deg, rgb(144,147,162,0.5), rgb(108,110,122,0.5));
    position: absolute;
    top: -2px;
    z-index: -1;
}header .r_header_wrap {
    padding: 0.4rem 0.7rem;
    overflow: hidden;
    font-size: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
    font-family: Arial, sans-serif;
    z-index: 1;
    position: relative;
    font-weight: 400;
    color: #000000;
    background: #ffffff;
    border-radius: 10px;
    text-decoration: none;
}header .r_header_wrap::before {
    height: 100%;
    width: 100%;
    top: 0;
    content: '';
    z-index: -1;
    position: absolute;
    left: 0;
    transition: opacity 0.3s ease;
    background: linear-gradient(45deg, rgb(144,147,162,0.5), rgb(108,110,122,0.5));
    opacity: 0;
}header .r_header_wrap:hover {
    color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}header .r_header_wrap:hover::before {
    opacity: 1;
}

@media (max-width: 991px) {header .p_nav_main {
    padding: 0.8rem 2.5%;
}header .k_main_primary svg {
    width: 130px;
}header .h_site_core {
    padding: 0.35rem 0.5rem;
    gap: 0.3rem;
}header .r_header_wrap {
    padding: 0.35rem 0.6rem;
    font-size: calc(15px - 1px);
}
}

@media (max-width: 767px) {header::after {
    width: 3px;
}header .p_nav_main {
    flex-direction: column;
    gap: 0.7rem;
    margin-left: 3px;
    align-items: flex-start;
    padding: 0.8rem 2%;
}header .k_main_primary {
    padding: 0.4rem;
}header .k_main_primary svg {
    width: 120px;
}header .h_site_core {
    padding: 0.4rem;
    overflow-x: auto;
    justify-content: flex-start;
    width: 98%;
}header .h_site_core::-webkit-scrollbar {
    height: 2px;
}header .h_site_core::-webkit-scrollbar-thumb {
    background: rgb(144,147,162);
    border-radius: 10px;
}header .r_header_wrap {
    padding: 0.3rem 0.5rem;
    font-size: calc(15px - 1px);
    white-space: nowrap;
}
}

@media (max-width: 480px) {header::after {
    width: 2px;
}header .p_nav_main {
    padding: 0.7rem 1.5%;
    margin-left: 2px;
}header .k_main_primary svg {
    width: 110px;
}header .h_site_core {
    padding: 0.3rem;
}header .r_header_wrap {
    font-size: calc(15px - 2px);
    padding: 0.3rem 0.4rem;
}}.w_privacy_wrapper {
    line-height: 1.7;
    overflow: hidden;
    position: relative;
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, rgb(144,147,162,0.5) 0%, rgb(108,110,122,0.5) 100%);
    color: #ffffff;
    padding: 60px 40px;
}.w_privacy_wrapper h1, .w_privacy_wrapper h2, .w_privacy_wrapper h3, .w_privacy_wrapper h4, .w_privacy_wrapper h5, .w_privacy_wrapper h6 {
    margin-bottom: 20px;
    color: #ffffff;
    position: relative;
    z-index: 1;
}.w_privacy_wrapper h1 {
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 12px;
    letter-spacing: 1px;
    font-size: 42px;
}.w_privacy_wrapper h2 {
    padding-bottom: 10px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 28px;
}.w_privacy_wrapper h3 {
    font-size: 28px;
    font-weight: 600;
    padding-bottom: 8px;
}.w_privacy_wrapper ul, .w_privacy_wrapper ol {
    margin-bottom: 25px;
    z-index: 1;
    list-style: none;
    position: relative;
    padding-left: 25px;
}.w_privacy_wrapper li {
    padding-left: 25px;
    margin-bottom: 12px;
    line-height: 1.6;
    color: #ffffff;
    position: relative;
    font-size: 18px;
}.w_privacy_wrapper ul li:before, .w_privacy_wrapper ol li:before {
    width: 12px;
    background-color: #ffffff;
    left: 0;
    content: '';
    position: absolute;
    border-radius: 50%;
    top: 0.6em;
    height: 12px;
}.w_privacy_wrapper ol {
    counter-reset: item;
}.w_privacy_wrapper ol li {
    list-style-type: none;
}.w_privacy_wrapper ol li:before {
    left: 0;
    top: 0;
    color: rgb(144,147,162);
    content: counter(item);
    counter-increment: item;
    border-radius: 50%;
    background-color: #ffffff;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    height: 20px;
    position: absolute;
    width: 20px;
}.w_privacy_wrapper p, .w_privacy_wrapper span {
    margin-bottom: 25px;
    z-index: 1;
    text-align: justify;
    font-size: 18px;
    position: relative;
}.w_privacy_wrapper div {
    margin-bottom: 30px;
    z-index: 1;
    position: relative;
}
@media only screen and (max-width: 800px) {.w_privacy_wrapper {
    padding: 40px 20px;
}.w_privacy_wrapper h1 {
    font-size: calc(24px - 10px);
}.w_privacy_wrapper h2 {
    font-size: calc(24px - 8px);
}.w_privacy_wrapper p, .w_privacy_wrapper li {
    font-size: calc(18px - 2px);
}}.Y_welcome {
    position: relative;
    display: flex;
    width: 100%;
    overflow: hidden;
    padding: 6rem 2rem;
    justify-content: center;
    background-color: rgb(181,184,199);
    align-items: center;
    min-height: 100vh;
}.Y_welcome > div {
    position: relative;
    max-width: 1200px;
    z-index: 2;
    width: 100%;
}.Y_welcome .Q_virtual_academy {
    position: relative;
    margin-bottom: 2.5rem;
    opacity: 0;
    transform: translateX(-5%);
    animation: slideInLeft 0.8s ease-out forwards;
}.Y_welcome .c_master_expert {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    position: relative;
    display: inline-block;
    margin: 0;
    color: rgb(144,147,162);
}.Y_welcome .c_master_expert::after {
    position: absolute;
    content: "";
    transform-origin: left;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(144,147,162) 0%, rgb(108,110,122) 100%);
    left: 0;
    width: 80px;
    transform: scaleX(0);
    height: 4px;
    animation: expandLine 1s ease-out 0.8s forwards;
}.Y_welcome .C_online_tech {
    overflow: hidden;
    position: relative;
    transform: translateY(20px);
    animation: fadeUp 0.8s ease-out 0.3s forwards;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    opacity: 0;
    padding: 3rem;
}.Y_welcome .C_online_tech::before {
    background: linear-gradient(135deg, 
    rgb(144,147,162,0.5) 0%, 
    rgba(0, 0, 0, 0.5) 100%);
    top: 0;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    z-index: 1;
    right: 0;
}.Y_welcome .C_online_tech > div {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}.Y_welcome .C_online_tech p {
    opacity: 0;
    font-weight: 400;
    animation: fadeUp 0.8s ease-out 0.6s forwards;
    font-size: calc(16px * 1.2);
    line-height: 1.6;
    color: #ffffff;
    transform: translateY(15px);
    margin-bottom: 2rem;
}.Y_welcome .C_online_tech h3 {
    color: #ffffff;
    border-left: 3px solid rgb(108,110,122);
    background: linear-gradient(90deg, 
    rgba(255, 255, 255, 0.15) 0%, 
    rgba(255, 255, 255, 0) 100%);
    font-size: 23px;
    padding-left: 1rem;
    font-weight: 600;
    margin-top: 2rem;
    transform: translateY(15px);
    opacity: 0;
    padding: 1rem;
    animation: fadeUp 0.8s ease-out 0.9s forwards;
    line-height: 1.5;
}@keyframes fadeUp {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

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

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

.Y_welcome .C_online_tech:hover {
    transition: transform 0.4s ease;
    transform: translateY(-5px);
}

@media (min-width: 992px) {.Y_welcome {
    padding: 8rem 4rem;
}.Y_welcome > div {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    grid-gap: 4rem;
    display: grid;
}.Y_welcome .Q_virtual_academy {
    transform: translateY(0);
    margin-bottom: 0;
}.Y_welcome .c_master_expert {
    font-size: calc(48px * 1.2);
}.Y_welcome .C_online_tech {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 4rem;
}.Y_welcome .C_online_tech::after {
    content: "";
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    position: absolute;
    right: -20px;
    height: 100px;
    width: 100px;
    background: rgb(108,110,122);
    opacity: 0.7;
    top: -20px;
}
}

@media (max-width: 991px) {.Y_welcome {
    padding: 5rem 2rem;
}.Y_welcome .c_master_expert {
    font-size: calc(48px * 0.9);
}.Y_welcome .C_online_tech {
    padding: 2.5rem;
}.Y_welcome .C_online_tech p {
    font-size: 16px;
}.Y_welcome .C_online_tech h3 {
    font-size: calc(23px * 0.9);
}
}

@media (max-width: 768px) {.Y_welcome {
    padding: 4rem 1.5rem;
}.Y_welcome .c_master_expert {
    font-size: calc(48px * 0.8);
}.Y_welcome .C_online_tech {
    padding: 2rem;
}.Y_welcome .C_online_tech h3 {
    font-size: calc(23px * 0.8);
    padding-left: 0.75rem;
}
}

@media (max-width: 576px) {.Y_welcome {
    padding: 3rem 1rem;
}.Y_welcome .Q_virtual_academy {
    margin-bottom: 1.5rem;
}.Y_welcome .c_master_expert {
    font-size: calc(48px * 0.7);
}.Y_welcome .C_online_tech {
    padding: 1.5rem;
}.Y_welcome .C_online_tech p {
    margin-bottom: 1.5rem;
    font-size: calc(16px * 0.9);
}.Y_welcome .C_online_tech h3 {
    border-left: 2px solid rgb(108,110,122);
    font-size: calc(23px * 0.7);
    padding: 0.75rem;
}}.Q_course_structure {
    overflow: hidden;
    align-items: center;
    perspective: 1500px;
    min-height: 100vh;
    padding: 100px 0;
    position: relative;
    background: rgb(144,147,162);
    display: flex;
}.Q_course_structure::before {
    top: 0;
    z-index: 1;
    opacity: 0.08;
    animation: gridPulse 8s linear infinite;
    position: absolute;
    content: "";
    background: 
        linear-gradient(90deg, transparent 49.9%, rgb(144,147,162,0.5) 50%, rgb(144,147,162,0.5) 50.1%, transparent 50.2%) 0 0 / 100px 100%,
        linear-gradient(0deg, transparent 49.9%, rgb(144,147,162,0.5) 50%, rgb(144,147,162,0.5) 50.1%, transparent 50.2%) 0 0 / 100% 100px;
    height: 100%;
    width: 100%;
    left: 0;
}.Q_course_structure::after {
    height: 100%;
    mix-blend-mode: screen;
    width: 100%;
    z-index: 2;
    background: 
        radial-gradient(circle at 30% 20%, rgb(144,147,162,0.5) 0%, transparent 50%),
        radial-gradient(circle at 70% 80%, rgb(108,110,122,0.5) 0%, transparent 50%);
    opacity: 0.2;
    left: 0;
    position: absolute;
    top: 0;
    content: "";
}.Q_course_structure .container {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
    z-index: 5;
    padding: 0 30px;
    width: 100%;
}.Q_course_structure .Q_learn_tools {
    grid-gap: 0;
    transform-style: preserve-3d;
    grid-template-columns: 2fr 3fr;
    display: grid;
    position: relative;
}.Q_course_structure .t_text_post {
    transform: translateZ(50px);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
    position: relative;
    border-left: 3px solid rgb(144,147,162);
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.3),
        0 0 30px rgb(144,147,162,0.5);
    border-radius: 0;
    z-index: 15;
    background: rgba(0, 0, 0, 0.7);
    padding: 60px;
    backdrop-filter: blur(20px);
}.Q_course_structure .t_text_post::before {
    content: "";
    z-index: -1;
    width: 100%;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
    height: 100%;
    opacity: 0.05;
    position: absolute;
    background: 
        linear-gradient(45deg, transparent 49.9%, rgb(144,147,162,0.5) 50%, rgb(144,147,162,0.5) 50.1%, transparent 50.2%) 0 0 / 30px 30px;
    top: 0;
}.Q_course_structure .t_text_post::after {
    background: 
        conic-gradient(from 0deg, rgb(144,147,162,0.5) 0deg, transparent 120deg);
    position: absolute;
    height: 150px;
    border-radius: 50%;
    opacity: 0.2;
    content: "";
    width: 150px;
    bottom: 0;
    transform: translate(50%, 50%);
    right: 0;
    animation: rotateConic 10s linear infinite;
}.Q_course_structure .t_text_post h2 {
    font-size: 40px;
    margin-bottom: 40px;
    font-weight: 700;
    color: #ffffff;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 0 15px rgb(144,147,162,0.5);
    padding-bottom: 20px;
}.Q_course_structure .t_text_post h2::after {
    width: 100px;
    background: rgb(144,147,162);
    height: 3px;
    content: "";
    bottom: 0;
    position: absolute;
    left: 0;
    box-shadow: 0 0 15px rgb(144,147,162);
}.Q_course_structure .t_text_post .description {
    color: #ffffff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    opacity: 0.9;
    line-height: 1.9;
    position: relative;
    font-size: 14px;
    margin-bottom: 30px;
    padding-left: 20px;
}.Q_course_structure .t_text_post .description::before {
    left: 0;
    color: rgb(108,110,122);
    content: ">";
    position: absolute;
    opacity: 0.7;
}.Q_course_structure .t_text_post .description:last-child {
    margin-bottom: 0;
}.Q_course_structure .hud-element {
    z-index: 5;
    border: 1px solid rgb(144,147,162,0.5);
    position: absolute;
    opacity: 0.2;
}.Q_course_structure .s_img_wrapper {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
    box-shadow: -20px 0 50px rgba(0, 0, 0, 0.4);
    width: 100%;
    z-index: 10;
    overflow: hidden;
    position: relative;
    height: 650px;
    transform-origin: right center;
    transform: translateZ(0) rotateY(-10deg);
    border-radius: 0;
}.Q_course_structure .s_img_wrapper::before {
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    content: "";
    height: 100%;
    z-index: 1;
    background: 
        linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, transparent 15%, transparent 85%, rgba(0, 0, 0, 0.5) 100%),
        linear-gradient(to right, #000000 0%, transparent 20%);
}.Q_course_structure .s_img_wrapper::after {
    animation: scanlines 8s linear infinite;
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    left: 0;
    z-index: 2;
    height: 100%;
    mix-blend-mode: overlay;
    background: 
        repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(rgb(144,147,162), 0.1) 2px, rgba(rgb(144,147,162), 0.1) 4px);
    opacity: 0.1;
}

@keyframes gridPulse {
    0% {
        opacity: 0.05;
        background-size: 100px 100%, 100% 100px;
    }
    50% {
        opacity: 0.1;
        background-size: 110px 110%, 110% 110px;
    }
    100% {
        opacity: 0.05;
        background-size: 100px 100%, 100% 100px;
    }
}

@keyframes rotateConic {
    0% {
        transform: translate(50%, 50%) rotate(0deg);
    }
    100% {
        transform: translate(50%, 50%) rotate(360deg);
    }
}

@keyframes scanlines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 100%;
    }
}

@keyframes dataFlow {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}
@media screen and (max-width: 1200px) {.Q_course_structure {
    padding: 80px 0;
}.Q_course_structure .t_text_post {
    padding: 40px;
}.Q_course_structure .s_img_wrapper {
    height: 550px;
}
}

@media screen and (max-width: 991px) {.Q_course_structure {
    min-height: auto;
    padding: 60px 0;
}.Q_course_structure .Q_learn_tools {
    grid-template-columns: 1fr;
    grid-gap: 40px;
}.Q_course_structure .t_text_post {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0 100%);
    transform: translateZ(0);
    padding: 30px;
}.Q_course_structure .s_img_wrapper {
    height: 450px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 3% 100%);
    transform: translateZ(0) rotateY(0);
}
}

@media screen and (max-width: 767px) {.Q_course_structure {
    padding: 50px 0;
}.Q_course_structure .container {
    padding: 0 20px;
}.Q_course_structure .t_text_post {
    padding: 25px;
}.Q_course_structure .t_text_post h2 {
    font-size: calc(40px * 0.8);
    margin-bottom: 30px;
    padding-bottom: 15px;
}.Q_course_structure .t_text_post .description {
    padding-left: 15px;
    margin-bottom: 20px;
    font-size: calc(14px * 0.95);
}.Q_course_structure .s_img_wrapper {
    height: 350px;
}
}

@media screen and (max-width: 480px) {.Q_course_structure {
    padding: 40px 0;
}.Q_course_structure .container {
    padding: 0 15px;
}.Q_course_structure .t_text_post {
    padding: 20px;
}.Q_course_structure .t_text_post h2 {
    margin-bottom: 20px;
    font-size: calc(40px * 0.7);
}.Q_course_structure .t_text_post h2::before {
    top: -20px;
    font-size: 14px;
}.Q_course_structure .s_img_wrapper {
    height: 280px;
}}.H_learning_outcomes {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(181,184,199) 0%, rgba(245, 247, 250, 0.95) 100%);
}.H_learning_outcomes::before {
    z-index: 0;
    width: 100%;
    content: '';
    top: 0;
    height: 100%;
    background: 
        radial-gradient(circle at 15% 25%, rgba(rgb(144,147,162,0.5), 0.08) 0%, transparent 50%),
        radial-gradient(circle at 85% 75%, rgba(rgb(108,110,122,0.5), 0.06) 0%, transparent 60%);
    position: absolute;
    left: 0;
}.H_learning_outcomes .container {
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
}.H_learning_outcomes .U_pro_training {
    display: flex;
    align-items: center;
    position: relative;
    gap: 50px;
    flex-direction: column-reverse;
}.H_learning_outcomes .t_text_post {
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.08);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 40px 30px;
    background: rgba(#ffffff, 0.95);
    transform: translateY(0);
    position: relative;
    flex: 1;
}.H_learning_outcomes .t_text_post:hover {
    transform: translateY(-5px);
}.H_learning_outcomes .t_text_post::before {
    height: 0;
    content: '';
    transition: height 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    position: absolute;
    background: rgb(144,147,162);
    top: 0;
    width: 4px;
}.H_learning_outcomes .t_text_post:hover::before {
    height: 100%;
}.H_learning_outcomes h4 {
    letter-spacing: -0.01em;
    color: #000000;
    margin-bottom: 35px;
    line-height: 1.4;
    position: relative;
    font-size: calc(19px * 1.05);
    font-weight: 700;
    padding-bottom: 15px;
}.H_learning_outcomes h4::after {
    background: rgb(144,147,162);
    bottom: 0;
    left: 0;
    transition: width 0.4s ease;
    content: '';
    position: absolute;
    height: 3px;
    width: 80px;
}.H_learning_outcomes .t_text_post:hover h4::after {
    width: 120px;
}.H_learning_outcomes .t_text_post > div {
    flex-direction: column;
    gap: 20px;
    display: flex;
}.H_learning_outcomes ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.H_learning_outcomes li {
    margin-bottom: 18px;
    opacity: 0;
    animation-delay: calc(0.1s * var(--i, 0));
    animation: fadeInUp 0.5s forwards;
    transform: translateY(15px);
}.H_learning_outcomes li:nth-child(1) {
    --i: 1;
}.H_learning_outcomes li:nth-child(2) {
    --i: 2;
}.H_learning_outcomes li:nth-child(3) {
    --i: 3;
}.H_learning_outcomes li:nth-child(4) {
    --i: 4;
}.H_learning_outcomes li:nth-child(5) {
    --i: 5;
}.H_learning_outcomes li p {
    transition: transform 0.3s ease;
    gap: 12px;
    margin: 0;
    line-height: 1.6;
    font-size: 12px;
    color: #000000;
    align-items: flex-start;
    display: flex;
}.H_learning_outcomes li:hover p {
    transform: translateX(5px);
}.H_learning_outcomes li p span:first-child {
    flex-shrink: 0;
    margin-top: 3px;
}.H_learning_outcomes li p span:last-child {
    position: relative;
}.H_learning_outcomes li p span:last-child::after {
    width: 0;
    height: 1px;
    left: 0;
    position: absolute;
    transition: width 0.3s ease-in-out;
    background-color: rgb(144,147,162);
    content: '';
    bottom: -2px;
}.H_learning_outcomes li:hover p span:last-child::after {
    width: 100%;
}.H_learning_outcomes svg {
    transform: translateY(0);
    height: 20px;
    width: 20px;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.H_learning_outcomes li:hover svg {
    transform: translateY(-3px) rotate(-8deg);
}.H_learning_outcomes svg path {
    transition: fill 0.3s ease;
    fill: rgb(144,147,162);
}.H_learning_outcomes li:hover svg path {
    fill: rgb(108,110,122);
}.H_learning_outcomes .s_img_wrapper {
    max-width: 520px;
    transform: perspective(1000px) rotateY(-3deg) rotateX(2deg);
    height: auto;
    box-shadow: 
        25px 25px 45px rgba(rgba(0, 0, 0, 0.5), 0.1),
        -5px -5px 30px rgba(#ffffff, 0.8);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    object-fit: cover;
    width: 100%;
    border-radius: 4px;
    filter: saturate(0.92);
}.H_learning_outcomes .s_img_wrapper:hover {
    transform: perspective(1000px) rotateY(0) rotateX(0);
    box-shadow: 
        15px 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.12),
        -5px -5px 25px rgba(#ffffff, 0.9);
    filter: saturate(1.05);
}

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

@media (min-width: 768px) {.H_learning_outcomes {
    padding: 140px 0;
}.H_learning_outcomes .container {
    padding: 0 30px;
}.H_learning_outcomes .U_pro_training {
    align-items: center;
    gap: 60px;
    flex-direction: row;
}.H_learning_outcomes .t_text_post {
    padding: 50px 40px;
}.H_learning_outcomes h4 {
    font-size: calc(19px * 1.15);
    margin-bottom: 40px;
}.H_learning_outcomes .t_text_post > div {
    flex-direction: row;
    gap: 30px;
}.H_learning_outcomes .t_text_post > div > div {
    flex: 1;
}.H_learning_outcomes .s_img_wrapper {
    max-width: 45%;
}
}

@media (min-width: 992px) {.H_learning_outcomes .container {
    padding: 0 40px;
}.H_learning_outcomes .U_pro_training {
    gap: 80px;
}.H_learning_outcomes .t_text_post {
    padding: 60px 50px;
}.H_learning_outcomes h4 {
    font-size: calc(19px * 1.25);
}.H_learning_outcomes li {
    margin-bottom: 22px;
}.H_learning_outcomes .s_img_wrapper {
    transform: perspective(1200px) rotateY(-5deg) rotateX(3deg) translateX(-20px);
}.H_learning_outcomes .s_img_wrapper:hover {
    transform: perspective(1200px) rotateY(0) rotateX(0) translateX(0);
}
}

@media (min-width: 1200px) {.H_learning_outcomes .U_pro_training {
    gap: 100px;
}.H_learning_outcomes .t_text_post {
    padding: 70px 60px;
}.H_learning_outcomes h4 {
    font-size: calc(19px * 1.35);
}.H_learning_outcomes li p {
    font-size: calc(12px * 1.05);
}
}

@media (max-width: 767px) {.H_learning_outcomes {
    padding: 80px 0;
}.H_learning_outcomes h4 {
    font-size: calc(19px * 0.95);
    padding-bottom: 12px;
    margin-bottom: 30px;
}.H_learning_outcomes .t_text_post > div {
    gap: 10px;
}.H_learning_outcomes .s_img_wrapper {
    max-width: 90%;
}}.X_customer_experience {
    padding: 5rem 0;
    background: linear-gradient(145deg, rgb(181,184,199) 0%, rgba(245, 245, 250, 0.9) 100%);
    position: relative;
    overflow: hidden;
}.X_customer_experience::before {
    opacity: 0.4;
    filter: blur(30px);
    z-index: 0;
    transform: rotate(-15deg) skew(20deg);
    top: -10%;
    position: absolute;
    right: -5%;
    width: 25rem;
    content: "";
    background: linear-gradient(120deg, rgb(144,147,162,0.5) 0%, transparent 70%);
    height: 25rem;
}.X_customer_experience::after {
    position: absolute;
    width: 15rem;
    z-index: 0;
    left: -5%;
    opacity: 0.3;
    background: linear-gradient(220deg, rgb(108,110,122,0.5) 0%, transparent 70%);
    content: "";
    filter: blur(25px);
    height: 15rem;
    bottom: -5%;
    transform: rotate(30deg) skew(-10deg);
}.X_customer_experience h2 {
    font-size: 29px;
    text-align: center;
    color: #000000;
    transform: translateZ(0);
    z-index: 2;
    position: relative;
    font-weight: 700;
    margin-bottom: 3.5rem;
}.X_customer_experience h2::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0.8);
    width: 6rem;
    background: linear-gradient(90deg, rgb(144,147,162), rgb(108,110,122));
    content: "";
    bottom: -1rem;
    height: 3px;
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}.X_customer_experience h2:hover::after {
    transform: translateX(-50%) scaleX(1.2);
}.X_customer_experience .container.U_pro_training {
    margin: 0 auto;
    position: relative;
    width: 100%;
    padding: 0 1.5rem;
    z-index: 2;
    max-width: 1200px;
}.X_customer_experience .Q_review_testimonials {
    perspective: 1000px;
    gap: 2.5rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
}.X_customer_experience .k_learn_ratings {
    will-change: transform, box-shadow;
    overflow: hidden;
    transform: translateZ(0) rotateX(0deg);
    border-left: 4px solid rgb(144,147,162);
    padding: 2rem;
    position: relative;
    transform-style: preserve-3d;
    background: #ffffff;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.05),
        0 1px 5px rgba(0, 0, 0, 0.03);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.X_customer_experience .k_learn_ratings::before {
    font-size: 12rem;
    font-family: serif;
    position: absolute;
    top: -2rem;
    content: "";
    color: rgb(144,147,162,0.5);
    opacity: 0.15;
    line-height: 1;
    right: 1rem;
    z-index: 0;
}.X_customer_experience .k_learn_ratings:hover {
    transform: translateY(-10px) rotateX(5deg) scale(1.02);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 2px 10px rgba(0, 0, 0, 0.04);
}.X_customer_experience .k_learn_ratings:nth-child(even):hover {
    transform: translateY(-10px) rotateX(-5deg) scale(1.02);
}.X_customer_experience .k_learn_ratings h3 {
    display: inline-block;
    color: #000000;
    position: relative;
    z-index: 2;
    font-weight: 600;
    font-size: calc(20px - 0.1rem);
    margin-bottom: 0.75rem;
}.X_customer_experience .k_learn_ratings h3::after {
    content: "";
    bottom: 2px;
    transform-origin: left;
    height: 8px;
    position: absolute;
    width: 100%;
    transition: transform 0.3s ease-out;
    background-color: rgb(108,110,122,0.5);
    z-index: -1;
    transform: scaleX(0.3);
    left: 0;
}.X_customer_experience .k_learn_ratings:hover h3::after {
    transform: scaleX(1);
}.X_customer_experience .k_learn_ratings .description {
    font-size: 15px;
    margin-bottom: 1.5rem;
    color: #000000;
    position: relative;
    z-index: 2;
    line-height: 1.6;
}.X_customer_experience .k_learn_ratings div {
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border: 3px solid #ffffff;
    margin-left: auto;
    height: 70px;
    width: 70px;
    position: relative;
}.X_customer_experience .k_learn_ratings div::before {
    bottom: 0;
    transition: transform 0.7s ease-out;
    transform: rotate(35deg) translateX(-100%);
    top: 0;
    position: absolute;
    content: "";
    z-index: 3;
    background: linear-gradient(
        to bottom right,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 50%,
        transparent 100%
    );
    left: 0;
    right: 0;
}.X_customer_experience .k_learn_ratings:hover div::before {
    transform: rotate(35deg) translateX(100%);
}.X_customer_experience .k_learn_ratings img {
    object-position: center;
    object-fit: cover;
    height: 100%;
    width: 100%;
    transition: transform 0.5s ease;
}.X_customer_experience .k_learn_ratings:hover img {
    transform: scale(1.1);
}

@media (max-width: 991px) {.X_customer_experience {
    padding: 4rem 0;
}.X_customer_experience .Q_review_testimonials {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 2rem;
}.X_customer_experience .k_learn_ratings {
    padding: 1.75rem;
}
}

@media (max-width: 767px) {.X_customer_experience {
    padding: 3rem 0;
}.X_customer_experience h2 {
    margin-bottom: 2.5rem;
    font-size: calc(29px - 0.2rem);
}.X_customer_experience .Q_review_testimonials {
    max-width: 500px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.X_customer_experience .k_learn_ratings {
    transform: none !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.X_customer_experience .k_learn_ratings:hover {
    transform: translateY(-5px) !important;
}
}

@media (max-width: 576px) {.X_customer_experience {
    padding: 2.5rem 0;
}.X_customer_experience h2 {
    font-size: calc(29px - 0.4rem);
    margin-bottom: 2rem;
}.X_customer_experience h2::after {
    width: 4rem;
}.X_customer_experience .k_learn_ratings {
    padding: 1.5rem;
}.X_customer_experience .k_learn_ratings::before {
    font-size: 8rem;
    top: -1.5rem;
}.X_customer_experience .k_learn_ratings div {
    height: 60px;
    width: 60px;
}}.h_debate_club {
    color: #ffffff;
    z-index: 1;
    padding: 5rem 0 3rem;
    position: relative;
}.h_debate_club::before {
    backdrop-filter: blur(8px);
    left: 0;
    width: 100%;
    top: 0;
    position: absolute;
    height: 100%;
    z-index: -1;
    content: "";
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgb(144,147,162,0.5) 100%);
}.h_debate_club .container {
    display: grid;
    gap: 3rem;
    grid-template-columns: 1.5fr 2fr;
    position: relative;
}.h_debate_club .company_holder {
    position: relative;
    border-left: 2px solid rgb(144,147,162);
    animation: borderPulse 4s infinite alternate;
    padding-left: 2rem;
}@keyframes borderPulse {
    0% {
        border-left-color: rgb(144,147,162);
    }
    50% {
        border-left-color: rgb(108,110,122);
    }
    100% {
        border-left-color: rgb(144,147,162);
    }
}

.h_debate_club .company_holder h3 {
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-size: calc(32px * 1.2);
    background: linear-gradient(to right, #ffffff, rgb(108,110,122));
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
}.h_debate_club .b_privacy_cta {
    margin-top: 1rem;
    opacity: 0.8;
    font-size: 17px;
    color: #ffffff;
    line-height: 1.6;
}.h_debate_club .M_footer_edu {
    display: flex;
    justify-content: flex-end;
}.h_debate_club .u_nav_pagebar {
    gap: 4rem;
    display: flex;
}.h_debate_club .h_site_core {
    position: relative;
}.h_debate_club .h_site_core::before {
    opacity: 0.4;
    content: "";
    border-top: 1px solid rgb(144,147,162);
    border-left: 1px solid rgb(144,147,162);
    left: -20px;
    top: -10px;
    height: 40px;
    position: absolute;
    width: 40px;
}.h_debate_club .h_site_core::after {
    opacity: 0.4;
    bottom: -10px;
    border-right: 1px solid rgb(144,147,162);
    content: "";
    width: 40px;
    right: -20px;
    border-bottom: 1px solid rgb(144,147,162);
    position: absolute;
    height: 40px;
}.h_debate_club .h_site_core h5 {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgb(108,110,122);
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 1.5rem;
}.h_debate_club .h_site_core .u_nav_pagebar {
    gap: 0.8rem;
    display: flex;
    flex-direction: column;
}.h_debate_club .h_site_core .u_nav_pagebar a {
    padding-left: 1rem;
    position: relative;
    transition: all 0.3s ease;
    font-size: 17px;
    text-decoration: none;
    color: #ffffff;
    opacity: 0.8;
}.h_debate_club .h_site_core .u_nav_pagebar a::before {
    height: 5px;
    content: "";
    background-color: rgb(144,147,162);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    position: absolute;
    width: 5px;
    transition: all 0.3s ease;
}.h_debate_club .h_site_core .u_nav_pagebar a:hover {
    transform: translateX(5px);
    opacity: 1;
    color: rgb(144,147,162);
}.h_debate_club .h_site_core .u_nav_pagebar a:hover::before {
    height: 7px;
    width: 7px;
    background-color: rgb(108,110,122);
}.c_webinar_arch {
    padding: 1.5rem 0;
    margin-top: 2rem;
    position: relative;
    background-color: rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}.c_webinar_arch::before {
    height: 1px;
    top: 0;
    width: 100%;
    background: linear-gradient(to right, transparent, rgb(144,147,162), transparent);
    left: 0;
    content: "";
    position: absolute;
    opacity: 0.5;
}.c_webinar_arch .container {
    justify-content: center;
    align-items: center;
    display: flex;
}.c_webinar_arch .E_play_market {
    opacity: 0.7;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
}

@media screen and (max-width: 992px) {.h_debate_club .container {
    grid-template-columns: 1fr;
    gap: 2rem;
}.h_debate_club .company_holder {
    padding-left: 1rem;
    margin-bottom: 2rem;
}.h_debate_club .M_footer_edu {
    justify-content: flex-start;
}.h_debate_club .u_nav_pagebar {
    gap: 2rem;
}
}

@media screen and (max-width: 768px) {.h_debate_club {
    padding: 3rem 0 2rem;
}.h_debate_club .u_nav_pagebar {
    flex-direction: column;
    gap: 2rem;
}.h_debate_club .h_site_core::before,
    .h_debate_club .h_site_core::after {
    display: none;
}.h_debate_club .h_site_core {
    margin-bottom: 1.5rem;
}.c_webinar_arch {
    padding: 1rem 0;
}
}

@media screen and (max-width: 576px) {.h_debate_club .company_holder h3 {
    font-size: 32px;
}.h_debate_club .h_site_core h5 {
    font-size: calc(16px * 1.1);
}.h_debate_club .h_site_core .u_nav_pagebar a {
    font-size: calc(17px * 0.9);
}}.H_connect_form {
    position: relative;
    overflow: hidden;
    background: rgb(181,184,199);
    padding: 90px 0;
}.H_connect_form::before {
    left: 0;
    top: 0;
    content: '';
    height: 100%;
    opacity: 0.05;
    width: 100%;
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgb(108,110,122,0.5),
        rgb(108,110,122,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
}.H_connect_form .s_img_wrapper {
    top: 5%;
    right: 0;
    position: absolute;
    height: 90%;
    width: 40%;
    border-radius: 25px 0 0 25px;
    box-shadow: -20px 0 40px rgba(0, 0, 0, 0.2);
    z-index: 1;
}.H_connect_form .s_img_wrapper::after {
    top: 0;
    content: '';
    left: 0;
    position: absolute;
    width: 100%;
    border-radius: 25px 0 0 25px;
    height: 100%;
    background: linear-gradient(to right, rgb(144,147,162,0.5), transparent 70%);
}.H_connect_form .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
}.H_connect_form h3 {
    font-family: Arial, sans-serif;
    text-align: center;
    font-weight: 700;
    color: rgb(144,147,162);
    margin-bottom: 50px;
    font-size: 37px;
}.H_connect_form .n_message_request {
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
    border-radius: 25px;
}.H_connect_form .M_support_box {
    flex: 1;
    position: relative;
    padding: 50px;
}.H_connect_form form h3 {
    font-weight: 600;
    text-align: left;
    font-size: 19px;
    margin-bottom: 30px;
    color: #000000;
}.H_connect_form input[type="text"],
.H_connect_form textarea {
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 13px;
    width: 100%;
    border-radius: 10px;
    background: #ffffff;
    color: #000000;
    transition: all 0.3s ease;
    padding: 15px;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
}.H_connect_form input[type="text"]:focus,
.H_connect_form textarea:focus {
    outline: none;
    border-color: rgb(144,147,162);
    box-shadow: 0 0 0 2px rgb(144,147,162,0.5);
}.H_connect_form textarea {
    height: 150px;
    resize: none;
}.H_connect_form .E_reach_panel {
    align-items: flex-start;
    display: flex;
    margin-bottom: 25px;
}.H_connect_form .E_reach_panel input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.H_connect_form .E_reach_panel label {
    position: relative;
    color: #000000;
    font-size: 15px;
    cursor: pointer;
    line-height: 1.5;
    padding-left: 30px;
}.H_connect_form .E_reach_panel label::before {
    width: 18px;
    top: 2px;
    content: '';
    left: 0;
    transition: all 0.3s ease;
    height: 18px;
    border: 2px solid rgb(108,110,122);
    border-radius: 10px;
    position: absolute;
}.H_connect_form .E_reach_panel input[type="checkbox"]:checked + label::before {
    background: rgb(144,147,162);
    border-color: rgb(144,147,162);
}.H_connect_form .E_reach_panel input[type="checkbox"]:checked + label::after {
    left: 6px;
    height: 10px;
    top: 6px;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    border: solid #ffffff;
    position: absolute;
    width: 6px;
    content: '';
}.H_connect_form .E_reach_panel a {
    transition: all 0.3s ease;
    color: rgb(144,147,162);
    text-decoration: none;
}.H_connect_form .E_reach_panel a:hover {
    text-decoration: underline;
}.H_connect_form .w_request_panel {
    border: none;
    padding: 15px 40px;
    display: inline-block;
    font-size: 19px;
    cursor: pointer;
    font-weight: 600;
    background: rgb(144,147,162);
    color: #ffffff;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    border-radius: 10px;
}.H_connect_form .w_request_panel:hover {
    background: rgb(108,110,122);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.H_connect_form .D_query_support {
    background: rgb(144,147,162);
    padding: 50px;
    width: 35%;
    position: relative;
}.H_connect_form .D_query_support::before {
    width: 100%;
    top: 0;
    position: absolute;
    height: 100%;
    content: '';
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
    left: 0;
}.H_connect_form .D_query_support h4 {
    font-weight: 600;
    position: relative;
    margin-bottom: 40px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 19px;
}.H_connect_form .D_query_support h4::after {
    background: #ffffff;
    bottom: -15px;
    position: absolute;
    width: 40px;
    left: 0;
    height: 3px;
    content: '';
}.H_connect_form .F_query_links {
    padding: 0;
    margin: 0;
    list-style: none;
}.H_connect_form .F_query_links li {
    align-items: center;
    margin-bottom: 30px;
    display: flex;
}.H_connect_form .F_query_links svg {
    margin-right: 15px;
    height: 22px;
    width: 22px;
    flex-shrink: 0;
}.H_connect_form .F_query_links svg path {
    fill: #ffffff;
}.H_connect_form .F_query_links span {
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 13px;
}.H_connect_form .F_query_links a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: #ffffff;
}.H_connect_form .F_query_links a:hover {
    opacity: 0.8;
}

@media (max-width: 992px) {.H_connect_form .s_img_wrapper {
    display: none;
}.H_connect_form .n_message_request {
    flex-direction: column;
}.H_connect_form .M_support_box {
    width: 100%;
}.H_connect_form .D_query_support {
    width: 100%;
}
}

@media (max-width: 768px) {.H_connect_form {
    padding: 60px 0;
}.H_connect_form h3 {
    margin-bottom: 40px;
    font-size: calc(37px * 0.9);
}.H_connect_form .M_support_box,
    .H_connect_form .D_query_support {
    padding: 40px;
}
}

@media (max-width: 576px) {.H_connect_form {
    padding: 40px 0;
}.H_connect_form h3 {
    font-size: calc(37px * 0.8);
    margin-bottom: 30px;
}.H_connect_form .M_support_box,
    .H_connect_form .D_query_support {
    padding: 30px 20px;
}.H_connect_form form h3,
    .H_connect_form .D_query_support h4 {
    margin-bottom: 25px;
    font-size: calc(19px * 0.9);
}.H_connect_form input[type="text"],
    .H_connect_form textarea {
    margin-bottom: 15px;
    padding: 12px;
}.H_connect_form textarea {
    height: 120px;
}.H_connect_form .w_request_panel {
    width: 100%;
    padding: 12px;
}.H_connect_form .F_query_links li {
    margin-bottom: 20px;
}}.q_subscribe_to_newsletter {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(108,110,122,0.5), rgb(144,147,162));
}.q_subscribe_to_newsletter::before {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(255,255,255,0.1) 0%, transparent 20%),
        radial-gradient(circle at 80% 70%, rgba(255,255,255,0.08) 0%, transparent 25%);
    content: '';
    position: absolute;
}.q_subscribe_to_newsletter::after {
    opacity: 0.1;
    top: -50%;
    width: 100%;
    content: '';
    right: -50%;
    height: 100%;
    position: absolute;
    background: linear-gradient(225deg, rgb(108,110,122) 0%, transparent 60%);
    transform: rotate(35deg);
    z-index: 0;
}.q_subscribe_to_newsletter .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 0 2rem;
}.q_subscribe_to_newsletter .U_pro_training {
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateY(-1deg);
    background: rgba(255, 255, 255, 0.95);
    padding: 3.5rem 3rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 1px 3px rgba(0, 0, 0, 0.03);
    border-radius: 4px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1),
                box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.q_subscribe_to_newsletter .U_pro_training:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 
                0 8px 20px rgba(0, 0, 0, 0.06),
                0 2px 5px rgba(0, 0, 0, 0.04);
    transform: perspective(1000px) rotateY(0deg);
}.q_subscribe_to_newsletter h3 {
    transition: transform 0.4s ease, opacity 0.3s ease;
    opacity: 0.95;
    font-size: calc(22px * 1.1);
    padding-left: 1rem;
    position: relative;
    border-left: 3px solid rgb(144,147,162);
    margin-bottom: 2.5rem;
    color: #000000;
    transform: translateX(-10px);
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.01em;
}.q_subscribe_to_newsletter .U_pro_training:hover h3 {
    transform: translateX(0);
    opacity: 1;
}.q_subscribe_to_newsletter .input_holder {
    gap: 1.25rem;
    display: flex;
    flex-direction: column;
}.q_subscribe_to_newsletter .input_holder div {
    position: relative;
    flex-grow: 1;
}.q_subscribe_to_newsletter input[type="email"] {
    border: 1px solid rgba(0, 0, 0, 0.09);
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    transform: translateY(0);
    outline: none;
    border-radius: 2px;
    font-size: 13px;
    color: #000000;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
    width: 100%;
    padding: 1.25rem 1.5rem;
    background-color: #ffffff;
}.q_subscribe_to_newsletter input[type="email"]:focus {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
    transform: translateY(-2px);
    border-color: rgb(144,147,162);
}.q_subscribe_to_newsletter input[type="email"]::placeholder {
    transition: opacity 0.3s ease;
    color: rgba(0, 0, 0, 0.4);
    font-weight: 300;
}.q_subscribe_to_newsletter input[type="email"]:focus::placeholder {
    opacity: 0.5;
}.q_subscribe_to_newsletter .u_subscribe_box {
    letter-spacing: 0.5px;
    align-self: flex-start;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), 
                box-shadow 0.3s ease, 
                background 0.4s ease;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    border: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    position: relative;
    background: linear-gradient(135deg, rgb(144,147,162), rgb(144,147,162,0.5) 150%);
    color: #ffffff;
    padding: 1rem 2rem;
}.q_subscribe_to_newsletter .u_subscribe_box:hover {
    transform: translateY(-3px);
    background: linear-gradient(135deg, rgb(144,147,162), rgb(108,110,122) 150%);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}.q_subscribe_to_newsletter .u_subscribe_box:active {
    transform: translateY(-1px);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
}.q_subscribe_to_newsletter .u_subscribe_box::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    top: 0;
    content: '';
    left: -100%;
    height: 100%;
    position: absolute;
    transition: left 0.6s ease;
}.q_subscribe_to_newsletter .u_subscribe_box:hover::before {
    left: 100%;
}

@media (min-width: 768px) {.q_subscribe_to_newsletter .input_holder {
    flex-direction: row;
    align-items: stretch;
}.q_subscribe_to_newsletter .u_subscribe_box {
    white-space: nowrap;
}.q_subscribe_to_newsletter h3 {
    max-width: 90%;
    font-size: 22px;
}
}

@media (max-width: 767px) {.q_subscribe_to_newsletter {
    padding: 4rem 0;
}.q_subscribe_to_newsletter .U_pro_training {
    transform: perspective(1000px) rotateY(0deg);
    padding: 2.5rem 1.5rem;
}.q_subscribe_to_newsletter h3 {
    margin-bottom: 1.5rem;
    padding-left: 0.75rem;
    font-size: calc(22px * 1.1);
}.q_subscribe_to_newsletter input[type="email"] {
    padding: 1rem 1.25rem;
}.q_subscribe_to_newsletter .u_subscribe_box {
    padding: 1rem 1.5rem;
    width: 100%;
}
}

@media (max-width: 480px) {.q_subscribe_to_newsletter {
    padding: 3rem 0;
}.q_subscribe_to_newsletter .U_pro_training {
    padding: 2rem 1.25rem;
}.q_subscribe_to_newsletter h3 {
    margin-bottom: 1.25rem;
    font-size: 22px;
}.q_subscribe_to_newsletter input[type="email"] {
    padding: 0.875rem 1rem;
}.q_subscribe_to_newsletter .container {
    padding: 0 1rem;
}}.L_cookie_notice_window {
    font-family: Arial, sans-serif;
    overflow: hidden;
    width: 90%;
    transform: translateX(-50%);
    border-radius: 17px;
    max-width: 500px;
    z-index: 1050;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    left: 50%;
    background: #ffffff;
    bottom: 20px;
    position: fixed;
}.W_user_status {
    padding: 20px;
    flex-direction: column;
    align-items: center;
    display: flex;
}.B_consent_ack {
    margin-bottom: 20px;
}.B_consent_ack svg, .B_consent_ack svg path, .B_consent_ack img {
    width: 60px;
    fill: rgb(144,147,162);
    height: 60px;
}.L_cookie_notice_window h5 {
    color: rgb(144,147,162);
    font-weight: 700;
    text-align: center;
    font-size: 22px;
    margin-bottom: 10px;
}.L_cookie_notice_window p {
    color: #000000;
    font-size: 12px;
    text-align: center;
    margin-bottom: 20px;
}.z_privacy_learn {
    color: #ffffff;
    font-size: 18px;
    margin: 5px;
    text-decoration: none;
    background: rgb(144,147,162);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    width: calc(50% - 10px);
    display: inline-block;
    text-align: center;
    border-radius: 10px;
    transition: background 0.3s ease-in-out;
    padding: 10px 20px;
}.z_privacy_learn:hover {
    background: rgb(108,110,122);
}.cookie_button.o_visitor_confirm {
    background: rgb(108,110,122);
}.cookie_button.o_visitor_confirm:hover {
    background: rgb(108,110,122,0.5);
}.L_cookie_notice_window p a {
    color: rgb(144,147,162);
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}.L_cookie_notice_window p a:hover {
    color: rgb(108,110,122);
}#v_bannerCookieNotice {
    display: none;
}#v_bannerCookieNotice:checked ~ .L_cookie_notice_window {
    visibility: hidden;
    opacity: 0;
}.S_statistical_overview {
    overflow: hidden;
    position: relative;
    background-color: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    padding: 120px 0;
}.S_statistical_overview::before {
    left: 0;
    top: 0;
    background: #000000;
    content: '';
    position: absolute;
    width: 100%;
    z-index: -2;
    opacity: 0.9;
    height: 100%;
}.S_statistical_overview::after {
    content: '';
    left: 0;
    width: 100%;
    position: absolute;
    top: 0;
    animation: backgroundPulse 20s infinite alternate;
    background-size: auto, auto, 100px 100px, 100px 100px, 30px 30px;
    opacity: 0.6;
    background: 
        radial-gradient(circle at 10% 20%, rgb(144,147,162,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(108,110,122,0.5) 0%, transparent 30%),
        linear-gradient(45deg, transparent 96%, rgb(144,147,162,0.5) 97%, rgb(144,147,162,0.5) 98%, transparent 99%),
        linear-gradient(135deg, transparent 96%, rgb(108,110,122,0.5) 97%, rgb(108,110,122,0.5) 98%, transparent 99%),
        repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.01) 5px, rgba(255, 255, 255, 0.01) 10px);
    z-index: -1;
    height: 100%;
}@keyframes backgroundPulse {
    0% {
        background-position: 0% 0%, 0% 0%, 0px 0px, 0px 0px, 0px 0px;
        opacity: 0.5;
    }
    50% {
        background-position: 5% 5%, -5% -5%, 50px 50px, 50px 50px, 15px 15px;
        opacity: 0.7;
    }
    100% {
        background-position: 0% 0%, 0% 0%, 0px 0px, 0px 0px, 0px 0px;
        opacity: 0.5;
    }
}

.S_statistical_overview .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
}.S_statistical_overview .Q_statistics_pluses {
    position: relative;
    grid-template-columns: auto 1fr 1fr 1fr;
    align-items: start;
    display: grid;
    grid-template-areas: 
        "image header header header"
        "stats stats stats stats";
    grid-gap: 40px;
}.S_statistical_overview .Z_pro_upgrade {
    justify-content: center;
    display: flex;
    grid-area: image;
    z-index: 2;
    height: 80px;
    margin-right: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    position: relative;
    background: rgba(0, 0, 0, 0.3);
    width: 80px;
    justify-self: end;
    border-radius: 50%;
    align-items: center;
}.S_statistical_overview .Z_pro_upgrade::before {
    content: '';
    position: absolute;
    height: 100px;
    z-index: -1;
    border-radius: 50%;
    opacity: 0.3;
    background: conic-gradient(
        from 0deg, 
        transparent 0deg,
        transparent 90deg,
        rgb(144,147,162) 90deg,
        rgb(144,147,162) 180deg,
        transparent 180deg,
        transparent 270deg,
        rgb(144,147,162) 270deg,
        rgb(144,147,162) 360deg
    );
    top: -10px;
    width: 100px;
    animation: rotate 10s linear infinite;
    left: -10px;
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.S_statistical_overview .Z_pro_upgrade svg {
    fill: rgb(144,147,162);
    width: 40px;
    height: 40px;
}.S_statistical_overview .Z_pro_upgrade svg path {
    fill: rgb(144,147,162);
}.S_statistical_overview .b_growth_statistics {
    padding: 15px;
    font-weight: 700;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.2);
    letter-spacing: 1.5px;
    grid-area: header;
    position: relative;
    padding-bottom: 25px;
    border-radius: 10px;
    color: #ffffff;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    font-size: calc(33px * 1.2);
    margin: 0;
}.S_statistical_overview .b_growth_statistics::after {
    position: absolute;
    height: 3px;
    border-radius: 1.5px;
    content: '';
    background: rgb(144,147,162);
    width: 60px;
    bottom: 0;
    left: 0;
}.S_statistical_overview .L_statistics_pros {
    text-align: center;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
    font-size: calc(17px * 1.2);
    backdrop-filter: blur(8px);
    padding: 40px;
    border-radius: 13px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.5);
    max-width: 800px;
    z-index: 3;
    grid-column: 1 / -1;
    position: relative;
    line-height: 1.7;
    margin: 0 auto 50px;
    color: rgba(255, 255, 255, 0.9);
}.S_statistical_overview .L_statistics_pros::before {
    content: '';
    border-left: 2px solid rgb(144,147,162);
    left: 10px;
    opacity: 0.6;
    top: 10px;
    width: 30px;
    border-top: 2px solid rgb(144,147,162);
    height: 30px;
    position: absolute;
}.S_statistical_overview .L_statistics_pros::after {
    opacity: 0.6;
    height: 30px;
    content: '';
    right: 10px;
    border-bottom: 2px solid rgb(144,147,162);
    border-right: 2px solid rgb(144,147,162);
    width: 30px;
    position: absolute;
    bottom: 10px;
}.S_statistical_overview .n_knowledge_gains {
    gap: 25px;
    grid-template-rows: repeat(3, auto);
    grid-area: stats;
    grid-template-columns: repeat(4, 1fr);
    position: relative;
    margin-top: 30px;
    display: grid;
}.S_statistical_overview .v_fast_statistics {
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: rgba(0, 0, 0, 0.6);
    padding: 25px;
    position: relative;
}.S_statistical_overview .v_fast_statistics:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    background: rgba(0, 0, 0, 0.7);
    transform: translateY(-10px);
}.S_statistical_overview .v_fast_statistics::before {
    content: '';
    top: -2px;
    height: 2px;
    opacity: 0.6;
    right: -2px;
    left: -2px;
    background: linear-gradient(90deg, transparent, rgb(144,147,162), transparent);
    position: absolute;
}.S_statistical_overview .v_fast_statistics::after {
    height: 50%;
    content: '';
    transition: opacity 0.3s ease;
    left: 0;
    background-size: cover;
    background-position: center;
    width: 100%;
    z-index: -1;
    position: absolute;
    bottom: 0;
    opacity: 0.05;
}.S_statistical_overview .v_fast_statistics:hover::after {
    opacity: 0.1;
}.S_statistical_overview .M_career_statistics {
    width: 50px;
    border-radius: 5px;
    align-items: center;
    height: 50px;
    background: rgba(0, 0, 0, 0.4);
    margin-bottom: 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    justify-content: center;
    display: flex;
}.S_statistical_overview .M_career_statistics::before {
    top: 0;
    z-index: -1;
    height: 100%;
    content: '';
    width: 100%;
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(144,147,162,0.5) 0%, transparent 100%);
    opacity: 0.3;
}.S_statistical_overview .M_career_statistics svg {
    fill: rgb(144,147,162);
    width: 25px;
    height: 25px;
}.S_statistical_overview .M_career_statistics svg path {
    fill: rgb(144,147,162);
}.S_statistical_overview .n_knowledge_gains .v_fast_statistics:nth-child(4n+1) span,
.S_statistical_overview .n_knowledge_gains .v_fast_statistics:nth-child(4n+4) span {
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    display: block;
    position: relative;
    color: rgb(144,147,162);
    margin-bottom: 10px;
    font-size: 2.2rem;
    font-weight: 700;
}.S_statistical_overview .n_knowledge_gains .v_fast_statistics:nth-child(4n+2) span,
.S_statistical_overview .n_knowledge_gains .v_fast_statistics:nth-child(4n+3) span {
    font-size: 2.2rem;
    font-weight: 700;
    color: rgb(108,110,122);
    margin-bottom: 10px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    display: block;
    position: relative;
}.S_statistical_overview .v_fast_statistics span::after {
    left: 0;
    position: absolute;
    background: currentColor;
    height: 2px;
    width: 30px;
    bottom: -5px;
    content: '';
    opacity: 0.5;
}.S_statistical_overview .v_fast_statistics p {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

@media screen and (max-width: 991px) {.S_statistical_overview {
    padding: 100px 0;
}.S_statistical_overview .Q_statistics_pluses {
    grid-gap: 30px;
    grid-template-columns: auto 1fr 1fr 1fr;
    grid-template-areas: 
            "image header header header"
            "stats stats stats stats";
}.S_statistical_overview .L_statistics_pros {
    max-width: 100%;
}.S_statistical_overview .n_knowledge_gains {
    grid-template-columns: repeat(3, 1fr);
}
}

@media screen and (max-width: 767px) {.S_statistical_overview {
    padding: 80px 0;
}.S_statistical_overview .Z_pro_upgrade {
    width: 70px;
    height: 70px;
}.S_statistical_overview .Z_pro_upgrade::before {
    width: 90px;
    height: 90px;
    left: -10px;
    top: -10px;
}.S_statistical_overview .Z_pro_upgrade svg {
    width: 35px;
    height: 35px;
}.S_statistical_overview .b_growth_statistics {
    padding-bottom: 15px;
    font-size: calc(33px * 0.9);
}.S_statistical_overview .L_statistics_pros {
    margin-bottom: 30px;
    font-size: calc(17px * 1.1);
    padding: 30px;
}.S_statistical_overview .L_statistics_pros::before,
    .S_statistical_overview .L_statistics_pros::after {
    width: 25px;
    height: 25px;
}.S_statistical_overview .n_knowledge_gains {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}.S_statistical_overview .v_fast_statistics {
    padding: 20px;
}.S_statistical_overview .M_career_statistics {
    width: 45px;
    height: 45px;
    margin-bottom: 15px;
}.S_statistical_overview .M_career_statistics svg {
    height: 22px;
    width: 22px;
}.S_statistical_overview .n_knowledge_gains .v_fast_statistics span {
    font-size: 2rem;
}
}

@media screen and (max-width: 575px) {.S_statistical_overview {
    padding: 60px 0;
}.S_statistical_overview .Q_statistics_pluses {
    grid-gap: 25px;
}.S_statistical_overview .Z_pro_upgrade {
    width: 60px;
    height: 60px;
    margin-right: 15px;
}.S_statistical_overview .Z_pro_upgrade::before {
    left: -10px;
    height: 80px;
    width: 80px;
    top: -10px;
}.S_statistical_overview .Z_pro_upgrade svg {
    width: 30px;
    height: 30px;
}.S_statistical_overview .b_growth_statistics {
    font-size: calc(33px * 0.8);
    padding-bottom: 12px;
}.S_statistical_overview .b_growth_statistics::after {
    height: 2px;
    width: 50px;
}.S_statistical_overview .L_statistics_pros {
    margin-bottom: 25px;
    padding: 25px;
    font-size: calc(17px * 1.05);
}.S_statistical_overview .L_statistics_pros::before,
    .S_statistical_overview .L_statistics_pros::after {
    width: 20px;
    height: 20px;
}.S_statistical_overview .n_knowledge_gains {
    gap: 15px;
    grid-template-columns: 1fr;
}.S_statistical_overview .v_fast_statistics {
    padding: 20px 15px;
}.S_statistical_overview .M_career_statistics {
    height: 40px;
    width: 40px;
    margin-bottom: 12px;
}.S_statistical_overview .M_career_statistics svg {
    height: 20px;
    width: 20px;
}.S_statistical_overview .n_knowledge_gains .v_fast_statistics span {
    font-size: 1.8rem;
}.S_statistical_overview .v_fast_statistics p {
    font-size: calc(17px * 0.85);
}}.D_offer_package {
    color: #ffffff;
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}.D_offer_package::before {
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.7) 100%);
    content: "";
    height: 100%;
    top: 0;
    width: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
}.D_offer_package .container {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    padding: 0 15px;
    max-width: 1200px;
}.D_offer_package .t_pricing_fees {
    position: relative;
}.D_offer_package h2 {
    transform: translateY(10px);
    color: #ffffff;
    position: relative;
    animation: fadeInUp 0.8s forwards 0.3s;
    opacity: 0;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: calc(32px * 1.2);
    text-align: center;
}.D_offer_package .p_cost_deals {
    transform: translateY(10px);
    max-width: 700px;
    line-height: 1.6;
    text-align: center;
    opacity: 0;
    font-size: calc(14px * 1.1);
    color: rgb(255, 255, 255, 0.5);
    margin: 0 auto 40px;
    animation: fadeInUp 0.8s forwards 0.5s;
}.D_offer_package .V_tuition_table {
    display: grid;
    margin: 0;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    padding: 0;
    list-style: none;
}.D_offer_package .V_tuition_table li {
    animation-delay: calc(0.6s + (0.15s * var(--i, 0)));
    transform: translateY(20px);
    height: 100%;
    animation: fadeInUp 0.8s forwards;
    opacity: 0;
}.D_offer_package .V_tuition_table li:nth-child(1) {
    --i: 1;
}.D_offer_package .V_tuition_table li:nth-child(2) {
    --i: 2;
}.D_offer_package .V_tuition_table li:nth-child(3) {
    --i: 3;
}.D_offer_package .V_tuition_table li:nth-child(4) {
    --i: 4;
}.D_offer_package .g_plan_matrix {
    color: inherit;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
    display: block;
    height: 100%;
}.D_offer_package .g_plan_matrix:hover {
    transform: translateY(-10px);
}.D_offer_package .d_cost_matrix {
    position: relative;
    padding: 30px;
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.03) 0%, 
        rgba(255,255,255,0.08) 100%);
    overflow: hidden;
    height: 100%;
    border-radius: 3px;
    border-left: 3px solid rgb(144,147,162);
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    transition: all 0.4s ease;
    border: 1px solid rgba(255,255,255,0.1);
}.D_offer_package .g_plan_matrix:hover .d_cost_matrix {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.05) 0%, 
        rgba(255,255,255,0.1) 100%);
}.D_offer_package .d_cost_matrix::before {
    left: 0;
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transform-origin: left;
    position: absolute;
    transform: scaleX(0);
    content: "";
    width: 100%;
    top: 0;
    background: linear-gradient(to right, 
        rgb(144,147,162), 
        rgb(108,110,122));
    height: 5px;
}.D_offer_package .g_plan_matrix:hover .d_cost_matrix::before {
    transform: scaleX(1);
}.D_offer_package .C_cost_table {
    height: 100%;
    flex-direction: column;
    display: flex;
}.D_offer_package .C_cost_table h4 {
    position: relative;
    margin: 0 0 20px;
    font-weight: 700;
    font-size: calc(21px * 1.1);
    padding-bottom: 15px;
    color: #ffffff;
}.D_offer_package .C_cost_table h4::after {
    width: 40px;
    background: rgb(144,147,162);
    bottom: 0;
    height: 3px;
    left: 0;
    content: "";
    transition: width 0.4s ease;
    position: absolute;
}.D_offer_package .g_plan_matrix:hover .C_cost_table h4::after {
    width: 60px;
}.D_offer_package .C_cost_table p {
    flex-grow: 1;
    line-height: 1.6;
    word-break: break-word;
    margin: 0 0 25px;
    overflow-wrap: break-word;
    color: rgb(255, 255, 255, 0.5);
    font-size: 14px;
}.D_offer_package .z_learning_rates {
    display: block;
    position: relative;
    font-size: calc(21px * 1.2);
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: auto;
    font-weight: 700;
    padding-top: 15px;
    color: rgb(108,110,122);
    transition: color 0.3s ease;
}.D_offer_package .g_plan_matrix:hover .z_learning_rates {
    color: rgb(144,147,162);
}

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

@media (max-width: 991px) {.D_offer_package {
    padding: 80px 0;
}.D_offer_package h2 {
    font-size: 32px;
}.D_offer_package .p_cost_deals {
    font-size: 14px;
    margin-bottom: 30px;
}.D_offer_package .V_tuition_table {
    gap: 20px;
}.D_offer_package .d_cost_matrix {
    padding: 25px;
}
}

@media (max-width: 767px) {.D_offer_package {
    padding: 60px 0;
}.D_offer_package .V_tuition_table {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 500px;
}.D_offer_package .C_cost_table h4 {
    font-size: 21px;
}.D_offer_package .z_learning_rates {
    font-size: 21px;
}
}

@media (max-width: 480px) {.D_offer_package {
    padding: 50px 0;
}.D_offer_package h2 {
    font-size: calc(32px * 0.9);
}.D_offer_package .p_cost_deals {
    font-size: calc(14px * 0.9);
}.D_offer_package .d_cost_matrix {
    padding: 20px;
}}.t_our_mission {
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, #000000 0%, rgb(144,147,162) 100%);
    position: relative;
}.t_our_mission::before {
    animation: pulse 15s infinite alternate;
    left: 0;
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    background: radial-gradient(circle at 30% 70%, rgb(144,147,162,0.5) 0%, transparent 50%);
    z-index: 1;
    height: 100%;
}.t_our_mission::after {
    height: 100%;
    opacity: 0.3;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    content: "";
    background-size: 100% 100%, 20px 20px;
    width: 100%;
    background: 
        radial-gradient(circle at 80% 20%, rgb(108,110,122,0.5) 0%, transparent 40%),
        linear-gradient(45deg, transparent 48%, rgb(144,147,162,0.5) 50%, transparent 52%) #000000;
}.t_our_mission .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
}.t_our_mission .U_pro_training {
    gap: 60px;
    transform: perspective(1000px) rotateY(0deg);
    align-items: center;
    justify-content: space-between;
    padding: 50px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 29px;
    display: flex;
    transition: transform 0.5s ease;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(10px);
    flex-direction: row;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.t_our_mission .U_pro_training:hover {
    transform: perspective(1000px) rotateY(2deg);
}.t_our_mission .o_class_experts {
    transition: all 0.4s ease;
    position: relative;
    flex: 0 0 280px;
    transform: translateY(0);
}.t_our_mission .o_class_experts:hover {
    transform: translateY(-10px);
}.t_our_mission .o_class_experts .s_img_wrapper {
    border-radius: 29px;
    height: 360px;
    transition: all 0.4s ease;
    overflow: hidden;
    position: relative;
    width: 280px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}.t_our_mission .o_class_experts .s_img_wrapper::before {
    animation: shine 3s infinite;
    height: 100%;
    content: "";
    left: -100%;
    top: 0;
    transform: skewX(-25deg);
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.3), transparent);
    position: absolute;
    width: 50%;
}.t_our_mission .M_learn_experts {
    z-index: 2;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    border-left: 4px solid rgb(108,110,122);
    position: relative;
    transform: translateY(-30px) translateX(20px);
    padding: 20px 30px;
    background: rgb(144,147,162);
}.t_our_mission .M_learn_experts::before {
    content: "";
    background-size: 20px 20px;
    background: linear-gradient(135deg, transparent 25%, rgba(255, 255, 255, 0.1) 50%, transparent 75%);
    left: 0;
    width: 100%;
    position: absolute;
    z-index: -1;
    height: 100%;
    top: 0;
}.t_our_mission .v_knowledge_guides {
    font-weight: 700;
    position: relative;
    margin: 0 0 5px 0;
    font-size: 22px;
    color: #ffffff;
}.t_our_mission .l_quick_studies {
    font-weight: 300;
    opacity: 0.8;
    color: #ffffff;
    font-size: 12px;
    margin: 0;
}.t_our_mission .t_text_post {
    flex: 1;
    position: relative;
    padding-left: 20px;
}.t_our_mission .t_text_post::before {
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
    border-radius: 2px;
    content: "";
    width: 4px;
    background: linear-gradient(to bottom, rgb(144,147,162), rgb(108,110,122));
}.t_our_mission .z_learning_track {
    margin-bottom: 20px;
    align-items: center;
    transform: translateY(0);
    transition: transform 0.3s ease;
    display: flex;
}.t_our_mission .z_learning_track:hover {
    transform: translateY(-5px);
}.t_our_mission .z_learning_track svg {
    width: 60px;
    height: 60px;
    transition: all 0.3s ease;
    margin-right: 15px;
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.2));
    fill: rgb(144,147,162);
}.t_our_mission .z_learning_track svg:hover {
    fill: rgb(108,110,122);
    transform: scale(1.1);
}.t_our_mission .z_learning_track svg path {
    transition: all 0.3s ease;
}.t_our_mission .z_learning_track svg:hover path {
    fill: rgb(108,110,122);
}.t_our_mission h2 {
    margin: 0 0 20px 0;
    color: #ffffff;
    font-weight: 700;
    font-size: 34px;
    padding-bottom: 15px;
    position: relative;
}.t_our_mission h2::after {
    bottom: 0;
    width: 80px;
    content: "";
    border-radius: 2px;
    position: absolute;
    background: rgb(108,110,122);
    height: 4px;
    left: 0;
}.t_our_mission p {
    color: #ffffff;
    font-size: 12px;
    opacity: 0.9;
    line-height: 1.8;
    margin: 0;
}

@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.3;
        transform: scale(1);
    }
}

@keyframes shine {
    0% {
        left: -100%;
    }
    20% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}

@media screen and (max-width: 992px) {.t_our_mission {
    padding: 80px 0;
}.t_our_mission .U_pro_training {
    padding: 40px 30px;
    flex-direction: column;
    gap: 40px;
}.t_our_mission .o_class_experts {
    flex-direction: column;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
}.t_our_mission .t_text_post {
    text-align: center;
    padding-left: 0;
}.t_our_mission .t_text_post::before {
    display: none;
}.t_our_mission h2::after {
    transform: translateX(-50%);
    left: 50%;
}.t_our_mission .z_learning_track {
    justify-content: center;
}
}

@media screen and (max-width: 767px) {.t_our_mission {
    padding: 60px 0;
}.t_our_mission .U_pro_training {
    padding: 30px 20px;
    gap: 30px;
}.t_our_mission .o_class_experts .s_img_wrapper {
    width: 220px;
    height: 300px;
}.t_our_mission .M_learn_experts {
    width: 80%;
    transform: translateY(-30px) translateX(0);
}.t_our_mission h2 {
    font-size: calc(34px * 0.8);
}
}

@media screen and (max-width: 480px) {.t_our_mission {
    padding: 40px 0;
}.t_our_mission .U_pro_training {
    padding: 20px 15px;
}.t_our_mission .o_class_experts .s_img_wrapper {
    height: 240px;
    width: 180px;
}.t_our_mission .M_learn_experts {
    padding: 15px 20px;
    width: 90%;
}.t_our_mission .v_knowledge_guides {
    font-size: calc(22px * 0.9);
}.t_our_mission .l_quick_studies {
    font-size: calc(12px * 0.9);
}.t_our_mission .z_learning_track svg {
    height: 45px;
    width: 45px;
}.t_our_mission h2 {
    font-size: calc(34px * 0.7);
    margin-bottom: 15px;
}.t_our_mission p {
    font-size: calc(12px * 0.9);
}
}