﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}::-webkit-scrollbar {
    width: 17px;
}::-webkit-scrollbar-button {
    width: 14px;
    background: rgb(115,88,141,0.5);
    height: 9px;
    border-radius: 1px;
}::-webkit-scrollbar-track {
    border-radius: 10%;
    border: 1px dotted rgb(115,88,141,0.5);
    background: radial-gradient(ellipse at center, rgb(255, 255, 255, 0.5) 68%, rgb(146,131,165) 84%);
}::-webkit-scrollbar-thumb {
    min-height: 80px;
    background: linear-gradient(45deg, rgb(176,171,186) 25%, transparent 25%), linear-gradient(-45deg, rgb(176,171,186) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, rgb(176,171,186) 75%), linear-gradient(-45deg, transparent 75%, rgb(176,171,186) 75%);
    border: 3px groove rgb(115,88,141,0.5);
    box-shadow: 4px 5px 4px 8px rgba(0, 0, 0, 0.7);
}::-webkit-scrollbar-thumb:hover {
    box-shadow: -4px 2px 13px 8px rgba(0, 0, 0, 0.2);
    background: rgb(255, 255, 255, 0.5);
}* {
    scrollbar-color: rgb(146,131,165,0.5) rgb(176,171,186);
}header,footer {
    width: 100%;
}.I_award_show {
    flex: 0 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}svg {
    height: 30px;
    width: 30px;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1142px;
}html,body {
    height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    min-height: 100%;
    scroll-behavior: auto;
}.d_top_bar {
    flex: 1 0 auto;
}.x_wrapper-bundle {
    display: flex;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.d_secure_vaulting {
    padding: 50px;
    color: #000000;
    background-color: rgb(176,171,186);
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}.d_secure_vaulting h1 {
    font-size: 46px;
    font-weight: 700;
    color: rgb(146,131,165);
    margin-bottom: 20px;
}.d_secure_vaulting h2 {
    color: rgb(115,88,141);
    font-weight: 600;
    font-size: 33px;
    margin-bottom: 15px;
}.d_secure_vaulting h3, .d_secure_vaulting h4, .d_secure_vaulting h5, .d_secure_vaulting h6 {
    margin: 1rem 0;
}.d_secure_vaulting ul {
    list-style-type: none;
    padding: 0;
}.d_secure_vaulting li {
    margin-bottom: 10px;
    line-height: 1.6;
    font-size: 16px;
}.d_secure_vaulting p {
    margin-bottom: 20px;
    line-height: 1.6;
    font-size: 16px;
}.d_secure_vaulting div {
    margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {.d_secure_vaulting {
    padding: 30px;
}.d_secure_vaulting h1 {
    font-size: calc(22px * 0.8);
}.d_secure_vaulting h2 {
    font-size: calc(22px * 0.9);
}}.W_company_overview {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.W_company_overview::before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
    background: linear-gradient(135deg, rgb(146,131,165,0.5), rgba(0, 0, 0, 0.5) 75%);
    content: "";
    height: 100%;
}.W_company_overview::after {
    transform: rotate(-25deg);
    background: rgb(115,88,141);
    width: 45%;
    height: 200%;
    right: -5%;
    top: -10%;
    opacity: 0.15;
    animation: floatElement 20s infinite alternate ease-in-out;
    z-index: 0;
    content: "";
    position: absolute;
}.W_company_overview .container {
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 1240px;
}.W_company_overview h2 {
    position: relative;
    font-size: 34px;
    color: #ffffff;
    display: inline-block;
    transform: translateX(-5px);
    margin-bottom: 40px;
    font-weight: 700;
}.W_company_overview h2::after {
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(115,88,141), transparent);
    content: "";
    transform-origin: left;
    height: 3px;
    bottom: -10px;
    width: 80px;
    animation: expandWidth 0.7s ease-out forwards;
}.W_company_overview .M_text_area_wrap {
    background: rgba(255, 255, 255, 0.92);
    display: grid;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    gap: 30px;
    z-index: 3;
    backdrop-filter: blur(10px);
    padding: 40px;
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    grid-template-columns: 1fr;
    transform: translateY(0);
    position: relative;
}.W_company_overview .M_text_area_wrap::before {
    left: 0;
    background: rgb(146,131,165);
    top: 0;
    animation: growVertical 1s 0.3s ease-out forwards;
    content: "";
    height: 0;
    width: 6px;
    position: absolute;
}.W_company_overview .M_text_area_wrap > div {
    position: relative;
}.W_company_overview .M_text_area_wrap p {
    padding-left: 15px;
    color: rgb(146,131,165);
    margin-bottom: 20px;
    font-size: calc(12px * 1.5);
    position: relative;
    transform: translateX(0);
    font-weight: 600;
    transition: transform 0.3s ease;
}.W_company_overview .M_text_area_wrap p::before {
    left: 0;
    content: "";
    top: 50%;
    background: rgb(115,88,141);
    position: absolute;
    width: 8px;
    height: 8px;
    transform: translateY(-50%) rotate(45deg);
}.W_company_overview .M_text_area_wrap div > div {
    font-size: 12px;
    column-count: 1;
    column-gap: 40px;
    color: #000000;
    position: relative;
    padding-left: 15px;
    line-height: 1.8;
}.W_company_overview .M_text_area_wrap:hover {
    transform: translateY(-5px);
}.W_company_overview .M_text_area_wrap:hover p {
    transform: translateX(5px);
}

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

@keyframes growVertical {
    from { height: 0; }
    to { height: 100%; }
}

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

@media (min-width: 768px) {.W_company_overview {
    padding: 150px 0;
}.W_company_overview h2 {
    margin-bottom: 60px;
    font-size: calc(34px * 1.2);
}.W_company_overview h2::after {
    width: 120px;
}.W_company_overview .M_text_area_wrap {
    padding: 60px;
    width: calc(100% - 40px);
    margin-left: 40px;
}.W_company_overview .M_text_area_wrap div > div {
    column-count: 2;
}
    
    @keyframes expandWidth {
        from { width: 0; }
        to { width: 120px; }
    }
}

@media (min-width: 992px) {.W_company_overview {
    padding: 180px 0;
}.W_company_overview::after {
    right: -10%;
    top: -20%;
    width: 60%;
}.W_company_overview h2 {
    transform: translateX(-10px);
}.W_company_overview .M_text_area_wrap {
    padding: 80px;
    margin-left: 80px;
    width: calc(100% - 80px);
}.W_company_overview .M_text_area_wrap::before {
    width: 8px;
}.W_company_overview .M_text_area_wrap div > div {
    column-count: 2;
}
}

@media (min-width: 1200px) {.W_company_overview h2 {
    margin-bottom: 80px;
}.W_company_overview .M_text_area_wrap {
    margin-left: 120px;
    padding: 100px;
    width: calc(100% - 120px);
}.W_company_overview .M_text_area_wrap::before {
    width: 10px;
}
}

@media (max-width: 767px) {.W_company_overview {
    padding: 80px 0;
}.W_company_overview h2 {
    font-size: calc(34px * 0.9);
    margin-bottom: 30px;
}.W_company_overview .M_text_area_wrap {
    padding: 30px 20px;
}.W_company_overview .M_text_area_wrap p {
    font-size: calc(12px * 1.2);
    margin-bottom: 15px;
}.W_company_overview .M_text_area_wrap div > div {
    font-size: calc(12px * 0.95);
    line-height: 1.6;
}}.Y_tariff_list {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(176,171,186), rgba(240, 240, 255, 0.95));
}.Y_tariff_list::before {
    opacity: 0.4;
    background: linear-gradient(145deg, rgb(146,131,165,0.5), rgb(115,88,141,0.5));
    position: absolute;
    height: 70%;
    width: 40%;
    z-index: 0;
    content: "";
    right: -5%;
    transform: rotate(-15deg) skewX(15deg);
    top: -10%;
    filter: blur(60px);
}.Y_tariff_list::after {
    z-index: 0;
    opacity: 0.3;
    left: -5%;
    width: 35%;
    bottom: -10%;
    filter: blur(50px);
    content: "";
    transform: rotate(12deg) skewX(-10deg);
    position: absolute;
    background: linear-gradient(215deg, rgb(115,88,141,0.5), rgb(146,131,165,0.5));
    height: 60%;
}.Y_tariff_list .container {
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
    max-width: 1320px;
}.Y_tariff_list .S_indv_sub {
    gap: 60px;
    display: grid;
    grid-template-columns: 1fr;
}.Y_tariff_list .k_tuition_plans {
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease-out forwards 0.3s;
    text-align: center;
    opacity: 0;
}.Y_tariff_list .k_tuition_plans h2 {
    color: #000000;
    font-size: 32px;
    display: inline-block;
    position: relative;
    font-weight: 700;
    margin-bottom: 20px;
}.Y_tariff_list .k_tuition_plans h2::after {
    border-radius: 10px;
    bottom: -12px;
    width: 80px;
    position: absolute;
    content: "";
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(146,131,165), rgb(115,88,141));
    left: 50%;
    height: 4px;
}.Y_tariff_list .p_pricing_catalog {
    line-height: 1.6;
    color: #000000;
    max-width: 680px;
    margin: 20px auto 0;
    font-size: 17px;
}.Y_tariff_list .r_pricing_card {
    animation: fadeInUp 0.8s ease-out forwards 0.5s;
    transform: translateY(40px);
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr;
    opacity: 0;
}.Y_tariff_list .R_promo_cost {
    display: block;
    backface-visibility: hidden;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.6s ease;
    transform: perspective(1000px) rotateX(0deg);
    text-decoration: none;
}.Y_tariff_list .s_fee_board {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    display: flex;
    height: 100%;
    will-change: transform, box-shadow;
    flex-direction: column;
    border-radius: 8px;
    background: #ffffff;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    overflow: hidden;
}.Y_tariff_list .R_promo_cost:hover .s_fee_board {
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.12), 0 10px 20px rgba(var(--primary-color-rgb), 0.1);
    transform: translateY(-8px);
}.Y_tariff_list .P_value_fees {
    flex-direction: column;
    padding: 35px 30px;
    flex-grow: 1;
    display: flex;
}.Y_tariff_list .P_value_fees h3 {
    font-weight: 700;
    font-size: calc(19px + 2px);
    word-break: break-word;
    position: relative;
    padding-left: 15px;
    margin-bottom: 15px;
    color: #000000;
    overflow-wrap: break-word;
    white-space: normal;
}.Y_tariff_list .P_value_fees h3::before {
    width: 4px;
    background: linear-gradient(to bottom, rgb(146,131,165), rgb(115,88,141));
    height: calc(100% - 10px);
    top: 5px;
    content: "";
    left: 0;
    position: absolute;
    border-radius: 10px;
}.Y_tariff_list .c_cost_deals {
    position: relative;
    display: inline-block;
    font-size: calc(19px + 4px);
    margin: 5px 0 20px;
    border-radius: 6px;
    font-weight: 700;
    background: linear-gradient(120deg, rgba(var(--primary-color-rgb), 0.08), rgba(var(--secondary-color-rgb), 0.08));
    padding: 8px 15px;
    color: rgb(146,131,165);
}.Y_tariff_list .P_value_fees p {
    font-size: 17px;
    word-break: break-word;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 10px;
    flex-grow: 1;
    margin-top: 5px;
    overflow-wrap: break-word;
    white-space: normal;
}.Y_tariff_list .t_img_resize {
    height: 220px;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
    width: 100%;
    position: relative;
}.Y_tariff_list .t_img_resize::after {
    top: 0;
    left: 0;
    z-index: 1;
    content: "";
    right: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
    bottom: 0;
    position: absolute;
}.Y_tariff_list .R_promo_cost:hover .t_img_resize {
    transform: scale(1.05);
}

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

@media (min-width: 768px) {.Y_tariff_list .r_pricing_card {
    gap: 25px;
    grid-template-columns: repeat(2, 1fr);
}.Y_tariff_list .S_indv_sub {
    grid-template-columns: 1fr;
}
}

@media (min-width: 992px) {.Y_tariff_list .S_indv_sub {
    gap: 40px;
    grid-template-columns: 2fr 1fr;
}.Y_tariff_list .k_tuition_plans {
    align-self: center;
    grid-row: 1;
    text-align: left;
    grid-column: 2;
}.Y_tariff_list .k_tuition_plans h2 {
    display: inline-block;
}.Y_tariff_list .k_tuition_plans h2::after {
    transform: none;
    left: 0;
}.Y_tariff_list .p_pricing_catalog {
    margin: 25px 0 0;
}.Y_tariff_list .r_pricing_card {
    grid-row: 1;
    grid-column: 1;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 1200px) {.Y_tariff_list .r_pricing_card {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}.Y_tariff_list .P_value_fees {
    padding: 40px 35px;
}.Y_tariff_list .t_img_resize {
    height: 240px;
}
}

@media (max-width: 767px) {.Y_tariff_list {
    padding: 80px 0;
}.Y_tariff_list .k_tuition_plans {
    margin-bottom: 20px;
}.Y_tariff_list .s_fee_board {
    max-width: 100%;
}.Y_tariff_list .P_value_fees {
    padding: 30px 25px;
}.Y_tariff_list .P_value_fees h3 {
    font-size: calc(19px + 1px);
}.Y_tariff_list .c_cost_deals {
    margin: 0 0 15px;
    font-size: 19px;
}.Y_tariff_list .t_img_resize {
    height: 200px;
}
}

@media (max-width: 480px) {.Y_tariff_list {
    padding: 60px 0;
}.Y_tariff_list .P_value_fees {
    padding: 25px 20px;
}.Y_tariff_list .t_img_resize {
    height: 180px;
}}.T_title_greeting {
    min-height: 90vh;
    display: flex;
    width: 100%;
    position: relative;
    background: rgb(176,171,186);
    align-items: center;
    overflow: hidden;
    padding: 4rem 1rem;
    justify-content: center;
}.T_title_greeting > div {
    max-width: 1200px;
    width: 100%;
    position: relative;
    z-index: 1;
}.T_title_greeting .X_pedagogy_way {
    opacity: 0;
    margin-bottom: 2rem;
    animation: fadeSlideUp 0.8s ease-out forwards;
    transform: translateY(20px);
    position: relative;
}.T_title_greeting .b_learning_intro {
    font-weight: 700;
    color: rgb(146,131,165);
    position: relative;
    margin: 0;
    line-height: 1.2;
    font-size: 47px;
    display: inline-block;
}.T_title_greeting .b_learning_intro::after {
    animation: expandWidth 1s 0.5s ease forwards;
    content: "";
    position: absolute;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(146,131,165), rgb(115,88,141));
    height: 4px;
    left: 0;
    bottom: -10px;
    transform-origin: left;
    width: 80px;
}.T_title_greeting .t_learn_team {
    border-radius: 13px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(30px);
    animation: fadeSlideUp 0.8s 0.3s ease-out forwards;
    opacity: 0;
    padding: 2.5rem;
    position: relative;
    overflow: hidden;
}.T_title_greeting .t_learn_team::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgb(146,131,165,0.5));
    left: 0;
    bottom: 0;
    position: absolute;
    content: "";
    right: 0;
    z-index: 1;
    top: 0;
}.T_title_greeting .t_learn_team > div {
    position: relative;
    z-index: 2;
    color: #ffffff;
    max-width: 90%;
}.T_title_greeting .t_learn_team p {
    border-left: 3px solid rgb(115,88,141);
    transform: translateX(-20px);
    margin-bottom: 1.5rem;
    font-weight: 400;
    position: relative;
    animation: fadeSlideRight 0.8s 0.6s ease-out forwards;
    line-height: 1.6;
    padding-left: 1rem;
    font-size: calc(15px * 1.2);
    opacity: 0;
}.T_title_greeting .t_learn_team h3 {
    line-height: 1.4;
    opacity: 0;
    margin-top: 2rem;
    font-size: 21px;
    transform: translateY(20px);
    position: relative;
    animation: fadeSlideUp 0.8s 0.9s ease-out forwards;
    font-weight: 600;
}.T_title_greeting .t_learn_team h3::before {
    background-color: rgb(115,88,141);
    top: -15px;
    position: absolute;
    content: "";
    height: 2px;
    width: 40px;
    left: 0;
}

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

@keyframes fadeSlideRight {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

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

@media (min-width: 768px) {.T_title_greeting {
    padding: 5rem 2rem;
    min-height: 80vh;
}.T_title_greeting .X_pedagogy_way {
    margin-bottom: 3rem;
}.T_title_greeting .b_learning_intro {
    font-size: calc(47px * 1.2);
}.T_title_greeting .t_learn_team {
    display: grid;
    padding: 3.5rem;
    grid-template-columns: 1fr;
}.T_title_greeting .t_learn_team > div {
    max-width: 80%;
}.T_title_greeting .t_learn_team p {
    font-size: calc(15px * 1.3);
    padding-left: 1.5rem;
}.T_title_greeting .t_learn_team h3 {
    margin-top: 2.5rem;
    font-size: calc(21px * 1.1);
}
}

@media (min-width: 992px) {.T_title_greeting {
    min-height: 100vh;
}.T_title_greeting > div {
    gap: 3rem;
    display: grid;
    grid-template-columns: 1fr;
}.T_title_greeting .X_pedagogy_way {
    margin-bottom: 1rem;
}.T_title_greeting .b_learning_intro {
    font-size: calc(47px * 1.4);
}.T_title_greeting .b_learning_intro::after {
    width: 100px;
    height: 5px;
}.T_title_greeting .t_learn_team {
    background-position: center right !important;
    padding: 4rem;
}.T_title_greeting .t_learn_team > div {
    max-width: 70%;
}.T_title_greeting .t_learn_team p {
    padding-left: 2rem;
    font-size: calc(15px * 1.4);
    border-left: 4px solid rgb(115,88,141);
}.T_title_greeting .t_learn_team h3 {
    margin-top: 3rem;
    font-size: calc(21px * 1.2);
}.T_title_greeting .t_learn_team h3::before {
    height: 3px;
    width: 60px;
}
}

@media (min-width: 1200px) {.T_title_greeting .b_learning_intro {
    font-size: calc(47px * 1.6);
}.T_title_greeting .t_learn_team {
    padding: 5rem;
}.T_title_greeting .t_learn_team > div {
    max-width: 60%;
}.T_title_greeting .t_learn_team p {
    font-size: calc(15px * 1.5);
}.T_title_greeting .t_learn_team h3 {
    font-size: calc(21px * 1.3);
}
}

@media (max-width: 767px) {.T_title_greeting {
    padding: 3rem 1rem;
}.T_title_greeting .b_learning_intro {
    font-size: calc(47px * 0.9);
}.T_title_greeting .t_learn_team {
    padding: 2rem 1.5rem;
}.T_title_greeting .t_learn_team > div {
    max-width: 100%;
}.T_title_greeting .t_learn_team p {
    font-size: 15px;
    padding-left: 0.75rem;
}.T_title_greeting .t_learn_team h3 {
    margin-top: 1.5rem;
    font-size: calc(21px * 0.9);
}}.q_testimonials {
    background: linear-gradient(135deg, rgb(176,171,186) 0%, rgb(115,88,141,0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
}.q_testimonials::before {
    width: 40%;
    background: linear-gradient(225deg, rgb(146,131,165,0.5) 10%, transparent 70%);
    height: 70%;
    top: -10%;
    content: "";
    pointer-events: none;
    right: -5%;
    position: absolute;
    transform: rotate(-15deg) skewX(15deg);
    z-index: 1;
    opacity: 0.7;
}.q_testimonials::after {
    height: 60%;
    position: absolute;
    left: -5%;
    opacity: 0.5;
    content: "";
    pointer-events: none;
    transform: rotate(10deg) skewX(-10deg);
    background: linear-gradient(45deg, rgb(115,88,141,0.5) 20%, transparent 80%);
    width: 35%;
    z-index: 1;
    bottom: -10%;
}.q_testimonials .container {
    max-width: 1200px;
    perspective: 1000px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0 2rem;
}.q_testimonials h2 {
    font-weight: 700;
    margin-bottom: 3.5rem;
    letter-spacing: 0.5px;
    font-size: 36px;
    color: #000000;
    transform: translateZ(30px);
    position: relative;
    text-align: center;
}.q_testimonials h2::after {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, rgb(146,131,165) 0%, rgb(115,88,141) 100%);
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    position: absolute;
    content: "";
}.q_testimonials .n_success_feedback {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    perspective: 1000px;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 2.5rem;
    margin: 0;
}.q_testimonials .S_feedback_quotes {
    overflow: hidden;
    transform: translateZ(0);
    position: relative;
    border-radius: 8px;
    z-index: 1;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    padding: 2rem;
    background: #ffffff;
}.q_testimonials .S_feedback_quotes::before {
    height: 5px;
    background: linear-gradient(90deg, rgb(146,131,165) 0%, rgb(115,88,141) 100%);
    top: 0;
    left: 0;
    transform-origin: left;
    content: "";
    transform: scaleX(0);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: absolute;
    z-index: 2;
    width: 100%;
}.q_testimonials .S_feedback_quotes:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px) translateZ(30px);
}.q_testimonials .S_feedback_quotes:hover::before {
    transform: scaleX(1);
}.q_testimonials .S_feedback_quotes > div {
    align-items: center;
    display: flex;
    margin-bottom: 1.5rem;
}.q_testimonials .S_feedback_quotes img {
    border: 3px solid #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 50%;
    width: 60px;
    object-fit: cover;
    margin-right: 1rem;
    height: 60px;
}.q_testimonials .S_feedback_quotes:hover img {
    transform: scale(1.1);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}.q_testimonials .S_feedback_quotes h4 {
    color: #000000;
    font-size: 24px;
    font-weight: 600;
    transition: transform 0.3s ease, color 0.3s ease;
    margin: 0;
}.q_testimonials .S_feedback_quotes:hover h4 {
    color: rgb(146,131,165);
    transform: translateX(5px);
}.q_testimonials .description {
    position: relative;
    color: #000000;
    margin: 0;
    z-index: 2;
    line-height: 1.6;
    font-size: 17px;
}.q_testimonials .description::before {
    z-index: -1;
    font-size: 80px;
    position: absolute;
    color: rgb(115,88,141,0.5);
    opacity: 0.3;
    line-height: 1;
    left: -10px;
    transition: transform 0.4s ease, opacity 0.4s ease;
    content: "";
    top: -35px;
}.q_testimonials .S_feedback_quotes:hover .description::before {
    opacity: 0.5;
    transform: scale(1.2) rotate(5deg);
}.q_testimonials a {
    overflow: hidden;
    display: table;
    background: linear-gradient(135deg, rgb(146,131,165) 0%, rgb(115,88,141) 100%);
    z-index: 2;
    display: inline-block;
    position: relative;
    padding: 0.8rem 2rem;
    margin-left: auto;
    margin-right: auto;
    font-weight: 600;
    font-size: 19px;
    text-decoration: none;
    margin-top: 2.5rem;
    color: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    border-radius: 4px;
}.q_testimonials a::before {
    height: 100%;
    position: absolute;
    content: "";
    left: -100%;
    transition: left 0.6s ease;
    z-index: -1;
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.2) 50%, transparent 100%);
}.q_testimonials a:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}.q_testimonials a:hover::before {
    left: 100%;
}

@media (max-width: 1024px) {.q_testimonials {
    padding: 5rem 0;
}.q_testimonials .n_success_feedback {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.q_testimonials h2 {
    font-size: calc(36px * 0.9);
    margin-bottom: 3rem;
}
}

@media (max-width: 768px) {.q_testimonials {
    padding: 4rem 0;
}.q_testimonials .container {
    padding: 0 1.5rem;
}.q_testimonials .n_success_feedback {
    gap: 1.8rem;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.q_testimonials h2 {
    margin-bottom: 2.5rem;
    font-size: calc(36px * 0.85);
}.q_testimonials .S_feedback_quotes {
    padding: 1.8rem;
}
}

@media (max-width: 576px) {.q_testimonials {
    padding: 3.5rem 0;
}.q_testimonials .container {
    padding: 0 1rem;
}.q_testimonials .n_success_feedback {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.q_testimonials h2 {
    margin-bottom: 2rem;
    font-size: calc(36px * 0.8);
}.q_testimonials .S_feedback_quotes img {
    width: 50px;
    height: 50px;
}.q_testimonials .S_feedback_quotes {
    padding: 1.5rem;
}.q_testimonials .description::before {
    font-size: 60px;
    top: -25px;
}
}

@media (prefers-reduced-motion: reduce) {.q_testimonials .S_feedback_quotes,
    .q_testimonials .S_feedback_quotes::before,
    .q_testimonials .S_feedback_quotes img,
    .q_testimonials .S_feedback_quotes h4,
    .q_testimonials .description::before,
    .q_testimonials a,
    .q_testimonials a::before {
    transition: none;
}}.v_privacyPolicyOverlay {
    bottom: 0;
    background: rgb(115,88,141);
    z-index: 90;
    position: fixed;
    padding: 20px 0;
    border-top: 2px solid rgb(146,131,165);
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 0px;
    transition: all 0.3s ease-in-out;
}.d_data_approve {
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 30px;
    max-width: 1200px;
    margin: auto;
    justify-content: space-between;
    display: flex;
}.v_privacyPolicyOverlay h5 {
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    transition: color 0.3s ease-in-out;
    margin-bottom: 6px;
}.v_privacyPolicyOverlay p {
    font-size: 15px;
    color: #ffffff;
    max-width: 500px;
}.l_data_guard {
    margin-right: 20px;
    flex-shrink: 0;
}.l_data_guard svg, .l_data_guard svg path {
    height: 80px;
    transition: transform 0.3s ease-in-out;
    width: 80px;
    fill: rgb(146,131,165);
}.l_data_guard:hover svg {
    transform: rotate(10deg);
}.y_data_notice {
    line-height: 35px;
    font-size: 20px;
    margin-left: 20px;
    cursor: pointer;
    text-decoration: none;
    background: rgb(146,131,165);
    padding: 10px 20px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    border-radius: 22px;
    box-shadow: rgb(146,131,165,0.5) 0px 4px 10px 0px;
    color: #ffffff;
}.cookie_button.S_learn_agree {
    background: rgb(146,131,165);
}.cookie_button.b_data_policy {
    background: rgb(115,88,141);
}.y_data_notice:hover {
    transform: scale(1.05);
    box-shadow: rgb(146,131,165,0.5) 0px 6px 15px 0px;
}.v_privacyPolicyOverlay p a {
    font-weight: 600;
    transition: color 0.3s ease-in-out;
    text-decoration: none;
    color: rgb(146,131,165);
}.v_privacyPolicyOverlay p a:hover {
    color: rgb(115,88,141);
}.x_wrapper-bundle .v_privacyPolicyOverlay {
    padding: 40px 0;
    border: none;
    background: rgb(115,88,141);
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 40px 39px;
}.x_wrapper-bundle .y_data_notice {
    color: #ffffff;
    border-radius: 10px;
    font-size: 20px;
    background: rgb(146,131,165);
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    margin-left: 30px;
    padding: 10px;
    border: none;
    font-weight: 400;
}.x_wrapper-bundle .e_cookie_control h5, .x_wrapper-bundle .e_cookie_control p {
    color: #ffffff;
}
@media only screen and (max-width: 1200px) {.v_privacyPolicyOverlay {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.l_data_guard {
    display: none;
}.d_data_approve {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.v_privacyPolicyOverlay h5 {
    text-align: center;
}.v_privacyPolicyOverlay p {
    text-align: center;
}.e_cookie_control {
    margin-bottom: 20px;
    text-align: center;
}.y_data_notice {
    margin-left: 0;
    max-width: 300px;
    width: 100%;
    margin-top: 10px;
}}
#T_cookiePreferenceBox {
    display: none;
}#T_cookiePreferenceBox:checked ~ .v_privacyPolicyOverlay {
    opacity: 0;
    visibility: hidden;
}.I_award_show {
    padding: 6rem 0 4rem;
    color: #ffffff;
    position: relative;
    z-index: 1;
}.I_award_show::before {
    top: 0;
    content: "";
    left: 0;
    height: 100%;
    opacity: 0.85;
    width: 100%;
    position: absolute;
    z-index: -1;
    background: #000000;
}.I_award_show::after {
    top: 0;
    background-position: center;
    height: 100%;
    z-index: -1;
    position: absolute;
    width: 100%;
    opacity: 0.15;
    content: "";
    background-size: 30px 30px;
    left: 0;
    background: 
        linear-gradient(rgba(rgb(146,131,165), 0.2) 1px, transparent 1px),
        linear-gradient(90deg, rgba(rgb(146,131,165), 0.2) 1px, transparent 1px);
    animation: gridAnimate 15s linear infinite;
}@keyframes gridAnimate {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

.I_award_show .container {
    grid-gap: 2rem;
    grid-template-columns: repeat(12, 1fr);
    display: grid;
}.I_award_show .company_holder {
    grid-column: 1 / 5;
    grid-row: 1;
    position: relative;
}.I_award_show .company_holder::before {
    content: "";
    border-top: 2px solid rgb(146,131,165);
    width: 60px;
    top: -20px;
    height: 60px;
    left: -20px;
    border-left: 2px solid rgb(146,131,165);
    position: absolute;
    opacity: 0.7;
}.I_award_show .company_holder::after {
    border-right: 2px solid rgb(146,131,165);
    right: -20px;
    position: absolute;
    height: 60px;
    border-bottom: 2px solid rgb(146,131,165);
    bottom: -20px;
    opacity: 0.7;
    content: "";
    width: 60px;
}.I_award_show .company_holder h3 {
    margin-bottom: 1.5rem;
    font-size: 35px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    background: linear-gradient(90deg, #ffffff, rgb(146,131,165));
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
}.I_award_show .company_holder h3::after {
    width: 30%;
    content: "";
    background: rgb(146,131,165);
    box-shadow: 0 0 10px rgb(146,131,165);
    bottom: -5px;
    position: absolute;
    height: 2px;
    left: 0;
}.I_award_show .l_science_ref {
    color: #ffffff;
    margin-top: 1.5rem;
    font-size: 13px;
    opacity: 0.8;
    line-height: 1.6;
}.I_award_show .M_footer_clients {
    grid-row: 1;
    justify-content: flex-end;
    display: flex;
    grid-column: 6 / 13;
}.I_award_show .o_site_core {
    gap: 3rem;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}.I_award_show .Q_head_top {
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    border-radius: 10px;
    padding: 1.5rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(4px);
    position: relative;
}.I_award_show .Q_head_top:hover {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
    transform: translateY(-5px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.02) 100%);
}.I_award_show .Q_head_top::before {
    height: 0;
    position: absolute;
    content: "";
    top: 0;
    width: 3px;
    background: rgb(146,131,165);
    left: 0;
    transition: height 0.3s ease;
}.I_award_show .Q_head_top:hover::before {
    height: 100%;
}.I_award_show .Q_head_top h5 {
    color: rgb(115,88,141);
    padding-left: 1rem;
    position: relative;
    letter-spacing: 1px;
    font-size: 18px;
    margin-bottom: 1.5rem;
    font-weight: 600;
}.I_award_show .Q_head_top h5::before {
    background: rgb(146,131,165);
    border-radius: 50%;
    content: "";
    top: 50%;
    box-shadow: 0 0 10px rgb(146,131,165);
    position: absolute;
    width: 5px;
    height: 5px;
    transform: translateY(-50%);
    left: 0;
}.I_award_show .Q_head_top .o_site_core {
    display: flex;
    gap: 0.7rem;
    flex-direction: column;
}.I_award_show .Q_head_top .o_site_core a {
    z-index: 1;
    text-decoration: none;
    position: relative;
    border-radius: 10px;
    font-size: 13px;
    transition: all 0.3s ease;
    color: #ffffff;
    overflow: hidden;
    opacity: 0.7;
    padding: 0.4rem 1rem;
}.I_award_show .Q_head_top .o_site_core a::before {
    background: linear-gradient(90deg, rgba(rgb(146,131,165,0.5), 0.1), transparent);
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    transform: translateX(-100%);
    z-index: -1;
    transition: transform 0.3s ease;
    position: absolute;
}.I_award_show .Q_head_top .o_site_core a:hover {
    padding-left: 1.5rem;
    color: #ffffff;
    opacity: 1;
}.I_award_show .Q_head_top .o_site_core a:hover::before {
    transform: translateX(0);
}.H_blog_ref {
    padding: 1.5rem 0;
    background: rgba(0, 0, 0, 0.5);
    grid-column: 1 / 13;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    grid-row: 2;
    position: relative;
    margin-top: 4rem;
}.H_blog_ref::before {
    left: 50%;
    height: 1px;
    width: 60%;
    background: linear-gradient(90deg, transparent, rgb(146,131,165), transparent);
    position: absolute;
    top: 0;
    content: "";
    transform: translateX(-50%);
}.H_blog_ref .container {
    align-items: center;
    display: flex;
    justify-content: center;
}.H_blog_ref .W_goal_footer {
    text-align: center;
    opacity: 0.7;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0.5px;
}

@media screen and (max-width: 992px) {.I_award_show .container {
    grid-template-columns: repeat(1, 1fr);
}.I_award_show .company_holder {
    grid-column: 1;
    grid-row: 1;
}.I_award_show .M_footer_clients {
    grid-column: 1;
    grid-row: 2;
    margin-top: 2rem;
}.H_blog_ref {
    grid-row: 3;
    margin-top: 3rem;
}
}

@media screen and (max-width: 768px) {.I_award_show {
    padding: 4rem 0 3rem;
}.I_award_show .o_site_core {
    gap: 2rem;
    grid-template-columns: 1fr;
}.I_award_show .Q_head_top {
    padding: 1.2rem;
}.I_award_show .Q_head_top h5 {
    font-size: calc(18px * 0.9);
}.I_award_show .company_holder::before,
    .I_award_show .company_holder::after {
    width: 40px;
    height: 40px;
}
}

@media screen and (max-width: 576px) {.I_award_show {
    padding: 3rem 0 2rem;
}.I_award_show .company_holder h3 {
    font-size: calc(35px * 0.9);
}.I_award_show .l_science_ref {
    font-size: calc(13px * 0.9);
}.I_award_show .Q_head_top .o_site_core a {
    font-size: calc(13px * 0.9);
}.H_blog_ref {
    margin-top: 2rem;
    padding: 1rem 0;
}}header {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    background: rgb(176,171,186);
    width: 100%;
    z-index: 100;
    padding: 1rem 0;
    position: relative;
}header::before {
    background: linear-gradient(to right, 
        rgb(146,131,165,0.5) 0%, 
        transparent 20%, 
        transparent 80%, 
        rgb(115,88,141,0.5) 100%);
    z-index: 0;
    width: 100%;
    left: 0;
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0.4;
}header .container {
    margin: 0;
    z-index: 1;
    padding: 0 2%;
    max-width: 100%;
    width: 100%;
    position: relative;
}header .b_head_base {
    align-items: center;
    grid-template-columns: 1fr 3fr 1fr;
    display: grid;
    gap: 1rem;
    grid-template-areas:
        "logo logo logo"
        "left menu right";
}header .v_main_primary {
    grid-area: logo;
    position: relative;
    display: flex;
    justify-content: center;
    padding: 0.5rem 1rem;
    align-items: center;
    text-decoration: none;
}header .v_main_primary::after {
    position: absolute;
    content: '';
    transform: translateX(-50%);
    width: 50%;
    height: 2px;
    bottom: 0;
    left: 50%;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(146,131,165), 
        rgb(115,88,141), 
        rgb(146,131,165), 
        transparent);
}header .v_main_primary svg {
    transition: all 0.3s ease;
    height: auto;
    width: 160px;
}header .v_main_primary:hover svg {
    transform: translateY(-3px);
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.1));
}header .Q_head_top {
    justify-content: center;
    grid-area: menu;
    border-radius: 29px;
    background: rgba(255, 255, 255, 0.5);
    display: flex;
    padding: 0.6rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    align-items: center;
    gap: 0.5rem;
}header .S_main_learn {
    background: #ffffff;
    text-align: center;
    position: relative;
    padding: 0.4rem 0.8rem;
    text-decoration: none;
    color: #000000;
    transition: all 0.3s ease;
    border-radius: 10px;
    font-weight: 400;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
    font-size: 15px;
    font-family: Arial, sans-serif;
}header .S_main_learn:hover {
    color: #ffffff;
    background: linear-gradient(135deg, rgb(146,131,165), rgb(115,88,141));
    transform: translateY(-2px);
    box-shadow: 0 3px 8px rgb(146,131,165,0.5);
}

@media (max-width: 991px) {header .v_main_primary svg {
    width: 140px;
}header .Q_head_top {
    padding: 0.5rem;
    gap: 0.4rem;
}header .S_main_learn {
    padding: 0.35rem 0.6rem;
    font-size: calc(15px - 1px);
}
}

@media (max-width: 767px) {header .b_head_base {
    grid-template-areas:
            "logo"
            "Q_head_top";
    grid-template-columns: 1fr;
}header .v_main_primary {
    padding: 0.4rem;
}header .v_main_primary svg {
    width: 130px;
}header .Q_head_top {
    flex-wrap: wrap;
    padding: 0.4rem;
}header .S_main_learn {
    padding: 0.3rem 0.5rem;
    font-size: calc(15px - 1px);
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .v_main_primary svg {
    width: 120px;
}header .Q_head_top {
    padding: 0.4rem;
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
}header .Q_head_top::-webkit-scrollbar {
    height: 2px;
}header .Q_head_top::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(146,131,165);
}header .S_main_learn {
    flex-shrink: 0;
    white-space: nowrap;
}}.f_contact {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: rgb(176,171,186);
}.f_contact::before {
    height: 100%;
    z-index: 1;
    top: 0;
    content: "";
    left: 0;
    width: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(146,131,165,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(115,88,141,0.5) 0%, transparent 30%);
    position: absolute;
    background: rgb(176,171,186);
}.f_contact::after {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    opacity: 0.2;
    background-size: 30px 30px, 30px 30px, 100% 100%, 100% 100%;
    width: 100%;
    background-image: 
        repeating-linear-gradient(45deg, rgb(146,131,165,0.5) 0, rgb(146,131,165,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(-45deg, rgb(115,88,141,0.5) 0, rgb(115,88,141,0.5) 1px, transparent 1px, transparent 20px),
        linear-gradient(90deg, rgb(146,131,165,0.5), transparent 70%),
        linear-gradient(180deg, rgb(115,88,141,0.5), transparent 70%);
    top: 0;
    background-position: 0 0, 0 0, 0 0, 0 0;
    z-index: 1;
    animation: backgroundMove 30s infinite linear;
}@keyframes backgroundMove {
    0% {
        background-position: 0 0, 0 0, 0 0, 0 0;
    }
    100% {
        background-position: 60px 60px, 60px 60px, 0 0, 0 0;
    }
}

.f_contact .container {
    position: relative;
    padding: 0 30px;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
}.f_contact h2 {
    font-size: 41px;
    color: #000000;
    position: relative;
    margin-bottom: 50px;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}.f_contact h2::before {
    bottom: -15px;
    content: "";
    left: calc(50% - 50px);
    position: absolute;
    height: 2px;
    width: 100px;
    background: rgb(146,131,165);
    box-shadow: 
        0 0 5px rgb(146,131,165),
        0 0 10px rgb(146,131,165),
        0 0 15px rgb(146,131,165);
}.f_contact .A_feedback_form {
    overflow: hidden;
    display: flex;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgb(146,131,165,0.5);
    border-radius: 12px;
    position: relative;
}.f_contact .A_feedback_form::before {
    z-index: 3;
    content: "";
    pointer-events: none;
    opacity: 0.2;
    border: 1px solid rgb(146,131,165);
    inset: 0;
    border-radius: 12px;
    position: absolute;
}.f_contact .t_img_resize {
    flex: 0 0 45%;
    position: relative;
    overflow: hidden;
    min-height: 550px;
}.f_contact .t_img_resize::before {
    background: rgba(0, 0, 0, 0.5);
    inset: 0;
    position: absolute;
    content: "";
    z-index: 1;
}.f_contact .t_img_resize::after {
    content: "";
    position: absolute;
    background: 
        linear-gradient(135deg, transparent 0%, rgb(146,131,165,0.5) 100%);
    inset: 0;
    z-index: 2;
    opacity: 0.7;
}.f_contact .S_support_section {
    flex: 0 0 55%;
    padding: 60px;
    position: relative;
    background: #ffffff;
}.f_contact .S_support_section::before {
    background: rgb(146,131,165,0.5);
    right: -100px;
    position: absolute;
    filter: blur(100px);
    opacity: 0.3;
    content: "";
    top: -100px;
    z-index: 0;
    height: 200px;
    width: 200px;
}.f_contact .S_support_section::after {
    z-index: 0;
    content: "";
    position: absolute;
    bottom: -75px;
    filter: blur(80px);
    left: -75px;
    opacity: 0.3;
    width: 150px;
    height: 150px;
    background: rgb(115,88,141,0.5);
}.f_contact form {
    position: relative;
    z-index: 2;
}.f_contact form h3 {
    position: relative;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    color: #000000;
    letter-spacing: 1px;
    margin-bottom: 40px;
}.f_contact form h3::after {
    height: 2px;
    box-shadow: 
        0 0 5px rgb(146,131,165,0.5),
        0 0 10px rgb(146,131,165,0.5);
    left: 0;
    bottom: -15px;
    content: "";
    position: absolute;
    width: 40px;
    background: rgb(146,131,165);
}.f_contact form input[type="text"] {
    width: 100%;
    border-radius: 8px;
    padding: 18px 25px;
    transition: all 0.3s ease;
    margin-bottom: 25px;
    background: rgb(176,171,186);
    color: #000000;
    font-size: 17px;
    border: 1px solid rgb(146,131,165,0.5);
}.f_contact form input[type="text"]:focus {
    box-shadow: 
        0 0 0 1px rgb(146,131,165),
        0 0 5px rgb(146,131,165,0.5);
    border-color: rgb(146,131,165);
    outline: none;
}.f_contact form input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.7;
}.f_contact .z_connect_links {
    margin-bottom: 35px;
    position: relative;
}.f_contact .z_connect_links input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.f_contact .z_connect_links label {
    padding-left: 35px;
    color: #000000;
    position: relative;
    line-height: 1.5;
    cursor: pointer;
    font-size: 15px;
}.f_contact .z_connect_links label::before {
    border: 1px solid rgb(146,131,165,0.5);
    width: 22px;
    border-radius: 4px;
    transition: all 0.3s ease;
    height: 22px;
    left: 0;
    content: "";
    top: 0;
    position: absolute;
    background: rgb(176,171,186);
}.f_contact .z_connect_links input[type="checkbox"]:checked + label::before {
    box-shadow: 0 0 5px rgb(146,131,165,0.5);
    background: rgb(146,131,165);
    border-color: rgb(146,131,165);
}.f_contact .z_connect_links input[type="checkbox"]:checked + label::after {
    border-width: 0 2px 2px 0;
    width: 6px;
    content: "";
    height: 12px;
    top: 4px;
    position: absolute;
    border: solid #ffffff;
    left: 8px;
    transform: rotate(45deg);
}.f_contact .z_connect_links label a {
    color: rgb(146,131,165);
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    font-weight: 600;
}.f_contact .z_connect_links label a::after {
    width: 100%;
    background: rgb(146,131,165);
    position: absolute;
    height: 1px;
    transform-origin: right;
    content: "";
    bottom: -1px;
    transition: transform 0.3s ease;
    left: 0;
    transform: scaleX(0);
}.f_contact .z_connect_links label a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}.f_contact .y_support_panel {
    padding: 18px 30px;
    box-shadow: 
        0 5px 15px rgb(146,131,165,0.5),
        0 0 0 1px rgb(146,131,165);
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
    width: 100%;
    transition: all 0.3s ease;
    background: rgb(146,131,165);
    letter-spacing: 1px;
    position: relative;
    text-transform: uppercase;
    border-radius: 8px;
    overflow: hidden;
    border: none;
    color: #ffffff;
}.f_contact .y_support_panel::before {
    top: 0;
    position: absolute;
    z-index: -1;
    background: rgb(115,88,141);
    content: "";
    transform: scaleX(0);
    width: 100%;
    transition: transform 0.5s ease;
    transform-origin: right;
    height: 100%;
    left: 0;
}.f_contact .y_support_panel:hover {
    box-shadow: 
        0 5px 20px rgb(115,88,141,0.5),
        0 0 0 1px rgb(115,88,141);
}.f_contact .y_support_panel:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}.f_contact svg {
    transition: all 0.3s ease;
    fill: rgb(146,131,165);
    filter: drop-shadow(0 0 2px rgb(146,131,165,0.5));
    width: 22px;
    height: 22px;
}.f_contact svg path {
    fill: rgb(146,131,165);
    transition: all 0.3s ease;
}.f_contact svg:hover,
.f_contact svg:hover path {
    transform: translateY(-2px);
    filter: drop-shadow(0 0 3px rgb(115,88,141,0.5));
    fill: rgb(115,88,141);
}

@media (max-width: 1024px) {.f_contact {
    padding: 80px 0;
}.f_contact .t_img_resize {
    min-height: 500px;
}.f_contact .S_support_section {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.f_contact {
    padding: 60px 0;
}.f_contact h2 {
    margin-bottom: 40px;
    font-size: calc(41px * 0.8);
}.f_contact .A_feedback_form {
    flex-direction: column;
}.f_contact .t_img_resize {
    min-height: 300px;
    width: 100%;
}.f_contact .S_support_section {
    padding: 40px 30px;
    width: 100%;
}.f_contact form h3 {
    margin-bottom: 30px;
}.f_contact form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.f_contact .z_connect_links {
    margin-bottom: 25px;
}.f_contact .y_support_panel {
    padding: 15px 25px;
}
}

@media (max-width: 480px) {.f_contact {
    padding: 50px 0;
}.f_contact h2 {
    font-size: calc(41px * 0.7);
    margin-bottom: 30px;
}.f_contact .t_img_resize {
    min-height: 200px;
}.f_contact .S_support_section {
    padding: 30px 20px;
}.f_contact form h3 {
    font-size: calc(20px * 0.9);
    margin-bottom: 25px;
}.f_contact form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.f_contact .z_connect_links {
    margin-bottom: 20px;
}.f_contact .z_connect_links label {
    font-size: calc(15px * 0.9);
}.f_contact .y_support_panel {
    padding: 12px 20px;
}}.q_course_structure {
    background: linear-gradient(135deg, rgb(176,171,186) 0%, rgba(255,255,255,0.92) 100%);
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
}.q_course_structure::before {
    width: 100%;
    position: absolute;
    content: "";
    left: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgba(var(--primary-color-opacity), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgba(var(--secondary-color-opacity), 0.08) 0%, transparent 60%);
    height: 100%;
    top: 0;
    z-index: 0;
}.q_course_structure::after {
    top: -5%;
    background: linear-gradient(120deg, rgb(146,131,165) 0%, rgb(115,88,141) 100%);
    z-index: 0;
    height: 40%;
    position: absolute;
    right: -5%;
    width: 40%;
    opacity: 0.05;
    filter: blur(50px);
    transform: rotate(-15deg);
    content: "";
}.q_course_structure .container {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 1.5rem;
}.q_course_structure h2 {
    margin-bottom: 3rem;
    font-size: 31px;
    max-width: 90%;
    animation: fadeUp 0.8s ease-out forwards;
    line-height: 1.3;
    position: relative;
    transform: translateY(20px);
    color: #000000;
    opacity: 0;
    font-weight: 700;
}.q_course_structure h2::after {
    width: 80px;
    position: absolute;
    left: 0;
    bottom: -1rem;
    height: 4px;
    transform-origin: left;
    transform: scaleX(0);
    animation: scaleIn 1s 0.3s ease-out forwards;
    content: "";
    background: linear-gradient(90deg, rgb(146,131,165) 0%, rgb(115,88,141) 100%);
}.q_course_structure .Q_tech_learn {
    animation: fadeUp 0.8s 0.2s ease-out forwards;
    display: flex;
    flex-direction: column;
    opacity: 0;
    gap: 2rem;
    transform: translateY(0);
}.q_course_structure .t_img_resize {
    width: 100%;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    transform: translateY(20px);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    overflow: hidden;
    height: 350px;
}.q_course_structure .t_img_resize::before {
    content: "";
    width: 100%;
    position: absolute;
    transition: opacity 0.5s ease;
    z-index: 1;
    left: 0;
    height: 100%;
    background: linear-gradient(180deg, 
        rgba(var(--primary-color-opacity), 0.2) 0%, 
        rgba(var(--secondary-color-opacity), 0.4) 100%);
    opacity: 0;
    top: 0;
}.q_course_structure .t_img_resize:hover {
    transform: translateY(0);
}.q_course_structure .t_img_resize:hover::before {
    opacity: 1;
}.q_course_structure .M_text_area_wrap {
    transition: transform 0.4s ease;
    transform: translateX(0);
    gap: 1.5rem;
    position: relative;
    flex-direction: column;
    background: rgba(255,255,255,0.7);
    padding: 2rem;
    display: flex;
    backdrop-filter: blur(10px);
}.q_course_structure .M_text_area_wrap::before {
    width: 5px;
    left: 0;
    transition: height 0.6s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    position: absolute;
    content: "";
    height: 0;
    background: rgb(146,131,165);
    top: 0;
}.q_course_structure .M_text_area_wrap:hover::before {
    height: 100%;
}.q_course_structure .description {
    position: relative;
    font-size: 18px;
    color: #000000;
    margin: 0;
    overflow-y: auto;
    transition: color 0.3s ease;
    max-height: 200px;
    line-height: 1.7;
    padding-right: 10px;
}.q_course_structure .description:first-of-type {
    font-weight: 600;
}.q_course_structure .description::-webkit-scrollbar {
    width: 4px;
}.q_course_structure .description::-webkit-scrollbar-track {
    background: rgba(var(--dark-color-opacity), 0.05);
    border-radius: 10px;
}.q_course_structure .description::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, rgb(146,131,165), rgb(115,88,141));
    border-radius: 10px;
}

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

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


@media (min-width: 768px) {.q_course_structure {
    padding: 6rem 0;
}.q_course_structure h2 {
    max-width: 80%;
    font-size: calc(31px * 1.1);
}.q_course_structure .Q_tech_learn {
    align-items: flex-start;
    flex-direction: row;
}.q_course_structure .t_img_resize {
    height: 450px;
    flex-shrink: 0;
    width: 45%;
}.q_course_structure .M_text_area_wrap {
    margin-top: 3rem;
    padding: 2.5rem;
    margin-left: -3rem;
    z-index: 2;
    width: 55%;
}.q_course_structure .M_text_area_wrap:hover {
    transform: translateX(10px);
}.q_course_structure .description {
    max-height: 350px;
}
}

@media (min-width: 992px) {.q_course_structure {
    padding: 8rem 0;
}.q_course_structure h2 {
    font-size: calc(31px * 1.2);
    max-width: 70%;
}.q_course_structure .t_img_resize {
    height: 500px;
    width: 50%;
}.q_course_structure .M_text_area_wrap {
    box-shadow: 15px 15px 30px rgba(0,0,0,0.05);
    margin-left: -5rem;
    padding: 3rem;
    width: 60%;
}.q_course_structure .description {
    max-height: 400px;
    font-size: calc(18px * 1.05);
    line-height: 1.8;
}
}

@media (min-width: 1200px) {.q_course_structure .container {
    padding: 0 2rem;
}.q_course_structure h2 {
    margin-bottom: 4rem;
    font-size: calc(31px * 1.3);
}.q_course_structure .Q_tech_learn {
    gap: 3rem;
}.q_course_structure .t_img_resize {
    height: 550px;
    transition: transform 0.7s cubic-bezier(0.17, 0.67, 0.83, 0.67), box-shadow 0.7s ease;
}.q_course_structure .t_img_resize:hover {
    box-shadow: 0 25px 50px rgba(0,0,0,0.15);
}.q_course_structure .M_text_area_wrap {
    margin-left: -8rem;
    padding: 3.5rem;
}
}

@media (max-width: 767px) {.q_course_structure {
    padding: 4rem 0;
}.q_course_structure h2 {
    font-size: calc(31px * 0.9);
    margin-bottom: 2rem;
}.q_course_structure h2::after {
    width: 60px;
    height: 3px;
}.q_course_structure .Q_tech_learn {
    gap: 1.5rem;
}.q_course_structure .t_img_resize {
    height: 250px;
}.q_course_structure .M_text_area_wrap {
    padding: 1.5rem;
}.q_course_structure .description {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
    max-height: 150px;
}}.D_thankYouWeb {
    perspective: 1000px;
    background: linear-gradient(145deg, rgb(146,131,165,0.5), rgb(115,88,141,0.5) 70%, rgb(255, 255, 255, 0.5));
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
}.D_thankYouWeb::before {
    position: absolute;
    opacity: 0.6;
    height: 100%;
    animation: pulse 15s infinite alternate;
    left: 0;
    width: 100%;
    top: 0;
    z-index: -1;
    content: "";
    background: 
    radial-gradient(circle at 20% 30%, rgb(146,131,165,0.5) 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, rgb(115,88,141,0.5) 0%, transparent 40%);
}.D_thankYouWeb::after {
    animation: glow 10s infinite alternate;
    content: "";
    width: 100%;
    opacity: 0.2;
    right: -50%;
    position: absolute;
    filter: blur(100px);
    top: -50%;
    transform: rotate(45deg);
    height: 100%;
    background: rgb(255, 255, 255, 0.5);
}.D_thankYouWeb .container {
    position: relative;
    transform-style: preserve-3d;
    padding: 0 2rem;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
}.D_thankYouWeb h2 {
    transform: translateZ(30px);
    text-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    margin-bottom: 2.5rem;
    color: #000000;
    animation: fadeSlideIn 0.8s ease-out both;
    position: relative;
    text-align: center;
    font-size: clamp(1.5rem, 3vw, 35px);
    font-weight: 700;
    font-family: Arial, sans-serif;
}.D_thankYouWeb h2::after {
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, rgb(146,131,165), rgb(115,88,141));
    content: "";
    transform: translateX(-50%) translateZ(20px);
    width: 100px;
    opacity: 0.8;
    position: absolute;
}.D_thankYouWeb .K_corp_culture {
    padding: 2.5rem;
    animation: slideUpScale 1s ease-out 0.3s both;
    border-radius: 16px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    overflow: hidden;
    box-shadow: 
    0 15px 35px rgba(0, 0, 0, 0.1),
    0 3px 10px rgba(0, 0, 0, 0.05),
    0 1px 5px rgba(0, 0, 0, 0.03);
    transform: translateZ(20px) rotateX(2deg);
    background: linear-gradient(to right bottom, #ffffff, rgba(255, 255, 255, 0.85));
    position: relative;
}.D_thankYouWeb .K_corp_culture::before {
    z-index: -1;
    content: "";
    opacity: 0.05;
    width: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(135deg, rgb(146,131,165,0.5) 0%, transparent 100%);
    height: 100%;
    position: absolute;
}.D_thankYouWeb .K_corp_culture:hover {
    transform: translateZ(25px) rotateX(0deg);
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.15),
    0 5px 15px rgba(0, 0, 0, 0.08),
    0 2px 8px rgba(0, 0, 0, 0.06);
}.D_thankYouWeb ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.D_thankYouWeb li {
    padding-left: 0;
    margin-bottom: 0.5rem;
    position: relative;
    animation: fadeSlideInDelayed 1.2s ease-out both;
}.D_thankYouWeb li::before {
    opacity: 0;
    border-radius: 50%;
    content: "";
    height: 0;
    transform: scale(0);
    left: -5px;
    top: 0.7rem;
    position: absolute;
    background: rgb(146,131,165);
    width: 0;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}.D_thankYouWeb li:hover::before {
    opacity: 1;
    width: 8px;
    transform: scale(1);
    height: 8px;
    left: -20px;
}.D_thankYouWeb span {
    font-weight: 400;
    line-height: 1.6;
    color: #000000;
    transform: translateZ(10px);
    position: relative;
    letter-spacing: 0.01em;
    font-family: Arial, sans-serif;
    font-size: clamp(1rem, 2vw, 14px);
    display: block;
}

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

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

@keyframes slideUpScale {
  from {
    opacity: 0;
    transform: translateY(40px) translateZ(20px) scale(0.95) rotateX(5deg);
  }
  to {
    opacity: 1;
    transform: translateY(0) translateZ(20px) scale(1) rotateX(2deg);
  }
}

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

@keyframes glow {
  0%, 100% {
    opacity: 0.2;
    filter: blur(100px);
  }
  50% {
    opacity: 0.3;
    filter: blur(120px);
  }
}

@media (min-width: 768px) {.D_thankYouWeb {
    padding: 6rem 0;
}.D_thankYouWeb .K_corp_culture {
    transform: translateZ(20px) rotateX(3deg);
    margin: 0 auto;
    max-width: 85%;
    padding: 3rem;
}.D_thankYouWeb h2 {
    margin-bottom: 3rem;
}.D_thankYouWeb li::before {
    left: -10px;
}.D_thankYouWeb li:hover::before {
    left: -25px;
}
}

@media (min-width: 992px) {.D_thankYouWeb {
    padding: 7rem 0;
}.D_thankYouWeb .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}.D_thankYouWeb h2 {
    transform: translateZ(40px);
    max-width: 80%;
}.D_thankYouWeb .K_corp_culture {
    transform: translateZ(25px) rotateX(2deg);
    padding: 3.5rem 4rem;
    max-width: 75%;
}.D_thankYouWeb .K_corp_culture:hover {
    transform: translateZ(35px) rotateX(0deg);
}.D_thankYouWeb li {
    padding-left: 0.5rem;
}
}

@media (max-width: 767px) {.D_thankYouWeb {
    padding: 4rem 0;
}.D_thankYouWeb .K_corp_culture {
    transform: translateZ(10px) rotateX(1deg);
    padding: 1.5rem;
}.D_thankYouWeb h2 {
    font-size: clamp(1.2rem, 5vw, 1.8rem);
    margin-bottom: 2rem;
    transform: translateZ(15px);
}.D_thankYouWeb .K_corp_culture:hover {
    transform: translateZ(15px) rotateX(0deg);
}.D_thankYouWeb span {
    font-size: 0.95rem;
}
}

@media (max-width: 480px) {.D_thankYouWeb {
    padding: 3rem 0;
}.D_thankYouWeb .container {
    padding: 0 1.5rem;
}.D_thankYouWeb h2 {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
}.D_thankYouWeb .K_corp_culture {
    padding: 1.25rem;
}.D_thankYouWeb span {
    line-height: 1.5;
    font-size: 0.9rem;
}}.e_learning_process {
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(145deg, rgb(176,171,186) 0%, rgba(245, 248, 252, 1) 100%);
}.e_learning_process::before {
    background-size: 120px 120px, 150px 150px, 80px 80px;
    top: 0;
    z-index: 1;
    width: 100%;
    opacity: 0.1;
    position: absolute;
    height: 100%;
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(115,88,141,0.5) 0.5%, transparent 7%),
        radial-gradient(circle at 90% 80%, rgb(146,131,165,0.5) 0.5%, transparent 7%),
        radial-gradient(circle at 50% 50%, rgb(115,88,141,0.5) 0.25%, transparent 4%);
    content: "";
    left: 0;
}.e_learning_process .K_corp_culture {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 2;
    transform-style: preserve-3d;
    padding: 0 2rem;
    perspective: 1000px;
}.e_learning_process h2 {
    color: #000000;
    display: inline-block;
    position: relative;
    transform: translateZ(5px);
    font-weight: 700;
    margin-bottom: 3rem;
    font-size: 31px;
}.e_learning_process h2::after {
    transform: scaleX(0.8);
    bottom: -0.75rem;
    left: 0;
    position: absolute;
    width: 40%;
    content: "";
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    height: 3px;
    background: linear-gradient(90deg, rgb(146,131,165) 0%, rgb(115,88,141) 100%);
    transform-origin: left;
}.e_learning_process:hover h2::after {
    transform: scaleX(1);
}.e_learning_process .M_text_area_wrap {
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.04),
        0 1px 3px rgba(0, 0, 0, 0.02);
    overflow: hidden;
    background: #ffffff;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    position: relative;
    transform: translateZ(0);
    padding: 2.5rem;
    border-left: 4px solid rgb(146,131,165);
}.e_learning_process .M_text_area_wrap::before {
    background: linear-gradient(135deg, rgb(115,88,141,0.5) 0%, transparent 70%);
    top: 0;
    opacity: 0.1;
    border-radius: 0 0 0 100%;
    right: 0;
    transition: transform 0.5s ease;
    content: "";
    transform: translate(20%, -20%);
    height: 100px;
    position: absolute;
    width: 100px;
}.e_learning_process .M_text_area_wrap:hover {
    transform: translateY(-5px) translateZ(0);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.08),
        0 5px 15px rgba(0, 0, 0, 0.04);
}.e_learning_process .M_text_area_wrap:hover::before {
    transform: translate(10%, -10%);
}.e_learning_process p {
    position: relative;
    font-size: 12px;
    color: #000000;
    margin: 0;
    line-height: 1.7;
    z-index: 2;
}.e_learning_process .M_text_area_wrap::after {
    bottom: -20px;
    content: "";
    font-size: 12rem;
    z-index: 1;
    opacity: 0.06;
    line-height: 1;
    transition: transform 0.8s ease;
    position: absolute;
    font-family: serif;
    right: 30px;
    color: rgb(115,88,141);
}.e_learning_process .M_text_area_wrap:hover::after {
    transform: translateY(-10px);
}

@media (max-width: 991px) {.e_learning_process {
    padding: 5rem 0;
}.e_learning_process h2 {
    margin-bottom: 2.5rem;
    font-size: calc(31px * 0.9);
}.e_learning_process .M_text_area_wrap {
    padding: 2rem;
}
}

@media (max-width: 767px) {.e_learning_process {
    padding: 4rem 0;
}.e_learning_process .K_corp_culture {
    padding: 0 1.5rem;
}.e_learning_process h2 {
    margin-bottom: 2rem;
    font-size: calc(31px * 0.8);
}.e_learning_process h2::after {
    height: 2px;
    width: 50%;
}.e_learning_process .M_text_area_wrap {
    padding: 1.75rem;
}.e_learning_process .M_text_area_wrap::after {
    bottom: -10px;
    right: 20px;
    font-size: 8rem;
}
}

@media (max-width: 480px) {.e_learning_process {
    padding: 3rem 0;
}.e_learning_process .K_corp_culture {
    padding: 0 1rem;
}.e_learning_process h2 {
    font-size: calc(31px * 0.7);
    margin-bottom: 1.5rem;
}.e_learning_process .M_text_area_wrap {
    border-left-width: 3px;
    padding: 1.5rem;
}.e_learning_process p {
    font-size: calc(12px * 0.95);
}.e_learning_process .M_text_area_wrap::after {
    right: 10px;
    font-size: 6rem;
}
}

@media (prefers-reduced-motion: reduce) {.e_learning_process h2::after,
    .e_learning_process .M_text_area_wrap,
    .e_learning_process .M_text_area_wrap::before,
    .e_learning_process .M_text_area_wrap::after {
    transition: none;
}
}

@media (hover: none) {.e_learning_process .M_text_area_wrap:hover {
    box-shadow: 
            0 10px 30px rgba(0, 0, 0, 0.04),
            0 1px 3px rgba(0, 0, 0, 0.02);
    transform: none;
}.e_learning_process .M_text_area_wrap:hover::before,
    .e_learning_process .M_text_area_wrap:hover::after {
    transform: none;
}}.Y_course_rewards {
    background: rgb(176,171,186);
    position: relative;
    background-image: 
        linear-gradient(135deg, rgba(255,255,255,0.03) 25%, transparent 25%),
        linear-gradient(225deg, rgba(255,255,255,0.03) 25%, transparent 25%),
        linear-gradient(315deg, rgba(255,255,255,0.03) 25%, transparent 25%),
        linear-gradient(45deg, rgba(255,255,255,0.03) 25%, transparent 25%);
    overflow: hidden;
    background-size: 60px 60px;
    padding: 100px 0;
    font-family: Arial, sans-serif;
}.Y_course_rewards::before {
    background: linear-gradient(145deg, rgb(146,131,165,0.5), rgb(115,88,141,0.5));
    position: absolute;
    filter: blur(80px);
    content: "";
    transform: translateZ(0);
    top: -10%;
    width: 300px;
    right: -10%;
    z-index: 0;
    height: 300px;
    opacity: 0.6;
}.Y_course_rewards::after {
    width: 400px;
    transform: translateZ(0);
    bottom: -10%;
    filter: blur(100px);
    left: -10%;
    position: absolute;
    height: 400px;
    z-index: 0;
    content: "";
    opacity: 0.5;
    background: linear-gradient(225deg, rgb(115,88,141,0.5), rgb(146,131,165,0.5));
}.Y_course_rewards .container {
    gap: 60px;
    flex-direction: column;
    z-index: 1;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    display: flex;
}.Y_course_rewards .t_img_resize {
    object-fit: cover;
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
    width: 100%;
    box-shadow: 
        15px 15px 30px rgba(0,0,0,0.1),
        -15px -15px 30px rgba(255,255,255,0.7),
        inset 0 0 0 rgba(0,0,0,0.1),
        inset 0 0 0 rgba(255,255,255,0.7);
    max-height: 500px;
    height: auto;
    transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1);
    border-radius: 5px;
}.Y_course_rewards .t_img_resize:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
    box-shadow: 
        20px 20px 40px rgba(0,0,0,0.15),
        -20px -20px 40px rgba(255,255,255,0.8),
        inset 0 0 0 rgba(0,0,0,0.1),
        inset 0 0 0 rgba(255,255,255,0.7);
}.Y_course_rewards .K_corp_culture {
    backdrop-filter: blur(10px);
    box-shadow: 
        10px 10px 20px rgba(0,0,0,0.05),
        -10px -10px 20px rgba(255,255,255,0.9),
        inset 2px 2px 3px rgba(255,255,255,0.9),
        inset -2px -2px 3px rgba(0,0,0,0.05);
    position: relative;
    border-radius: 5px;
    transform: translateZ(0);
    background: linear-gradient(145deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    padding: 40px;
}.Y_course_rewards .M_text_area_wrap {
    position: relative;
}.Y_course_rewards h1 {
    line-height: 1.3;
    transition: transform 0.4s ease-out;
    position: relative;
    color: #000000;
    margin-bottom: 30px;
    transform: translateY(0);
    font-weight: 700;
    font-size: 47px;
}.Y_course_rewards h1::after {
    left: 0;
    bottom: -10px;
    border-radius: 2px;
    transition: width 0.4s ease-out;
    width: 120px;
    content: "";
    transform-origin: left center;
    background: linear-gradient(90deg, rgb(146,131,165), rgb(115,88,141));
    height: 4px;
    position: absolute;
}.Y_course_rewards .K_corp_culture:hover h1 {
    transform: translateY(-5px);
}.Y_course_rewards .K_corp_culture:hover h1::after {
    width: 180px;
}.Y_course_rewards ul {
    padding: 0;
    list-style: none;
    display: grid;
    margin: 0;
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}.Y_course_rewards li {
    box-shadow: 
        5px 5px 10px rgba(0,0,0,0.03),
        -5px -5px 10px rgba(255,255,255,0.8),
        inset 0 0 0 rgba(0,0,0,0.03),
        inset 0 0 0 rgba(255,255,255,0.8);
    transition: all 0.3s ease;
    border-radius: 4px;
    transform: translateZ(0);
    padding: 20px;
    position: relative;
    background: linear-gradient(145deg, #ffffff, #f5f5f5);
}.Y_course_rewards li:hover {
    transform: translateY(-5px);
    box-shadow: 
        8px 8px 16px rgba(0,0,0,0.05),
        -8px -8px 16px rgba(255,255,255,0.9),
        inset 0 0 0 rgba(0,0,0,0.03),
        inset 0 0 0 rgba(255,255,255,0.8);
}.Y_course_rewards li p {
    display: flex;
    line-height: 1.6;
    margin: 0;
    align-items: flex-start;
    font-size: 17px;
    color: #000000;
    gap: 15px;
}.Y_course_rewards svg {
    transition: transform 0.3s ease, filter 0.3s ease;
    margin-top: 2px;
    transform: scale(0.9);
    filter: drop-shadow(2px 2px 3px rgba(0,0,0,0.1));
    flex-shrink: 0;
}.Y_course_rewards li:hover svg {
    filter: drop-shadow(3px 3px 5px rgba(0,0,0,0.15));
    transform: scale(1.1);
}.Y_course_rewards svg path {
    transition: fill 0.3s ease;
}.Y_course_rewards li:hover svg path {
    fill: rgb(146,131,165);
}

@media (min-width: 992px) {.Y_course_rewards .container {
    align-items: center;
    flex-direction: row;
}.Y_course_rewards .t_img_resize {
    width: 45%;
    height: auto;
    max-height: 600px;
}.Y_course_rewards .K_corp_culture {
    margin-left: -50px;
    width: 55%;
}.Y_course_rewards ul {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 991px) {.Y_course_rewards {
    padding: 80px 0;
}.Y_course_rewards .container {
    padding: 0 20px;
}.Y_course_rewards .K_corp_culture {
    padding: 30px;
}.Y_course_rewards h1 {
    font-size: calc(47px * 0.85);
}.Y_course_rewards ul {
    grid-template-columns: 1fr;
}
}

@media (max-width: 767px) {.Y_course_rewards {
    padding: 60px 0;
}.Y_course_rewards .t_img_resize {
    max-height: 350px;
}.Y_course_rewards .K_corp_culture {
    padding: 25px;
}.Y_course_rewards h1 {
    font-size: calc(47px * 0.7);
}.Y_course_rewards li {
    padding: 15px;
}.Y_course_rewards li p {
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 480px) {.Y_course_rewards {
    padding: 40px 0;
}.Y_course_rewards .container {
    gap: 30px;
}.Y_course_rewards .t_img_resize {
    max-height: 250px;
}.Y_course_rewards .K_corp_culture {
    padding: 20px;
}.Y_course_rewards h1 {
    margin-bottom: 20px;
    font-size: calc(47px * 0.6);
}.Y_course_rewards h1::after {
    width: 80px;
    height: 3px;
}.Y_course_rewards li {
    padding: 12px;
}.Y_course_rewards svg {
    transform: scale(0.8);
}}.g_service_info {
    padding: 5rem 0;
    background-color: rgb(176,171,186);
    overflow: hidden;
    z-index: 1;
    position: relative;
}.g_service_info::before {
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 20%, rgb(146,131,165,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgb(115,88,141,0.5) 0%, transparent 40%);
    animation: ambientGlow 15s infinite alternate;
    z-index: -1;
    left: 0;
    position: absolute;
    content: "";
    top: 0;
}.g_service_info::after {
    content: "";
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, transparent 100%);
    z-index: -1;
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
}.g_service_info .container {
    padding: 0 15px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.g_service_info .y_help_desk {
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.03);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transform: translateY(0);
    border-radius: 11px;
    flex-direction: column;
    padding: 3rem;
    display: flex;
    backdrop-filter: blur(10px);
}.g_service_info .y_help_desk::before {
    top: -150%;
    left: -50%;
    z-index: -1;
    width: 200%;
    background: linear-gradient(
        45deg,
        transparent 0%,
        rgba(255, 255, 255, 0.03) 30%,
        rgba(255, 255, 255, 0.07) 50%,
        rgba(255, 255, 255, 0.03) 70%,
        transparent 100%
    );
    animation: shineEffect 6s infinite;
    position: absolute;
    height: 200%;
    content: "";
    transform: rotate(45deg);
    transition: all 0.7s ease;
}.g_service_info .R_edu_coach {
    letter-spacing: 2px;
    font-weight: 700;
    position: relative;
    margin-bottom: 2rem;
    align-self: center;
    font-size: 37px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    color: rgb(146,131,165);
}.g_service_info .R_edu_coach::after {
    animation: headerUnderline 3s infinite;
    bottom: -10px;
    width: 100%;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgb(146,131,165), transparent);
    position: absolute;
    content: "";
}.g_service_info .t_img_resize {
    overflow: hidden;
    border-radius: 10px;
    border: 3px solid rgba(255, 255, 255, 0.1);
    height: 200px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.3);
    width: 200px;
    margin: 0 auto 2rem;
}.g_service_info .t_img_resize:hover {
    box-shadow: 0 15px 35px -5px rgba(0, 0, 0, 0.4);
    transform: scale(1.02);
}.g_service_info .t_img_resize::after {
    content: "";
    z-index: 1;
    width: 100%;
    top: 0;
    background: linear-gradient(
        135deg,
        rgba(0, 123, 255, 0.2) 0%,
        transparent 100%
    );
    position: absolute;
    left: 0;
    height: 100%;
}.g_service_info .C_learn_chat {
    padding: 2rem;
    background: rgba(255, 255, 255, 0.03);
    position: relative;
    overflow: hidden;
    border-radius: 11px;
    backdrop-filter: blur(5px);
}.g_service_info .C_learn_chat::before {
    left: 0;
    top: 0;
    height: 100%;
    content: "";
    width: 5px;
    background: linear-gradient(to bottom, rgb(146,131,165), rgb(115,88,141));
    border-radius: 10px;
    position: absolute;
}.g_service_info .C_learn_chat p {
    padding-left: 2rem;
    position: relative;
    color: #000000;
    display: flex;
    font-size: 12px;
    transition: transform 0.3s ease;
    margin-bottom: 1.5rem;
    flex-direction: column;
}.g_service_info .C_learn_chat p:hover {
    transform: translateX(5px);
}.g_service_info .C_learn_chat p:last-child {
    margin-bottom: 0;
}.g_service_info .C_learn_chat p span {
    margin-top: 0.3rem;
    font-weight: 600;
}.g_service_info .C_learn_chat p a {
    text-decoration: none;
    display: inline-block;
    transition: color 0.3s ease, transform 0.3s ease;
    color: rgb(146,131,165);
}.g_service_info .C_learn_chat p a:hover {
    transform: scale(1.03);
    color: rgb(115,88,141);
}.g_service_info .C_learn_chat svg {
    width: 18px;
    top: 5px;
    transition: transform 0.3s ease;
    fill: none;
    stroke-linejoin: round;
    position: absolute;
    stroke-linecap: round;
    left: 0;
    height: 18px;
    stroke-width: 2;
}.g_service_info .C_learn_chat p:hover svg {
    transform: scale(1.1);
}.g_service_info .C_learn_chat svg path {
    stroke: rgb(146,131,165);
    transition: stroke 0.3s ease;
}.g_service_info .C_learn_chat p:hover svg path {
    stroke: rgb(115,88,141);
}.g_service_info .C_learn_chat p:nth-child(1) svg path {
    stroke-dasharray: 50;
    animation: drawSVG 1.5s forwards;
    stroke-dashoffset: 50;
}.g_service_info .C_learn_chat p:nth-child(2) svg path {
    animation: drawSVG 1.5s 0.2s forwards;
    stroke-dashoffset: 50;
    stroke-dasharray: 50;
}.g_service_info .C_learn_chat p:nth-child(3) svg path {
    stroke-dasharray: 50;
    animation: drawSVG 1.5s 0.4s forwards;
    stroke-dashoffset: 50;
}.g_service_info .C_learn_chat p:nth-child(4) svg path {
    stroke-dashoffset: 50;
    stroke-dasharray: 50;
    animation: drawSVG 1.5s 0.6s forwards;
}.g_service_info .g_edu_reach {
    position: relative;
    margin-top: 2.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 2rem;
}.g_service_info .c_instant_request {
    font-size: 22px;
    text-align: center;
    margin-bottom: 1.5rem;
    font-weight: 700;
    color: rgb(146,131,165);
    position: relative;
}.g_service_info .c_instant_request::before,
.g_service_info .c_instant_request::after {
    background: linear-gradient(90deg, transparent, rgb(146,131,165,0.5), transparent);
    height: 1px;
    top: 50%;
    content: "";
    position: absolute;
    width: 30px;
}.g_service_info .c_instant_request::before {
    left: 20%;
}.g_service_info .c_instant_request::after {
    right: 20%;
}.g_service_info .c_instant_request svg {
    height: 18px;
    width: 18px;
    animation: pulseAnimation 2s infinite;
    fill: none;
    vertical-align: middle;
    stroke: rgb(146,131,165);
    stroke-width: 2;
    margin-right: 8px;
}.g_service_info .X_get_contactform {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}.g_service_info .m_contact_links {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    color: #000000;
    text-align: center;
    font-size: calc(12px - 2px);
    transition: all 0.3s ease;
    padding: 0.8rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
}.g_service_info .m_contact_links:hover {
    border-color: rgba(0, 123, 255, 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
    background: rgba(0, 123, 255, 0.1);
}.g_service_info .m_contact_links svg {
    transition: transform 0.3s ease;
    height: 12px;
    width: 12px;
    stroke: rgb(146,131,165);
    stroke-width: 2;
    fill: none;
    margin-right: 5px;
}.g_service_info .m_contact_links:hover svg {
    transform: rotate(15deg);
    stroke: rgb(115,88,141);
}

@keyframes shineEffect {
    0% {
        top: -150%;
        left: -50%;
    }
    100% {
        top: 150%;
        left: 150%;
    }
}

@keyframes headerUnderline {
    0%, 100% {
        width: 30%;
        left: 35%;
    }
    50% {
        width: 100%;
        left: 0;
    }
}

@keyframes ambientGlow {
    0% {
        opacity: 0.5;
        background-position: 0% 0%;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.5;
        background-position: 100% 100%;
    }
}

@keyframes drawSVG {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes pulseAnimation {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

@media (min-width: 768px) {.g_service_info .y_help_desk {
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
}.g_service_info .R_edu_coach {
    margin-bottom: 3rem;
    width: 100%;
}.g_service_info .t_img_resize {
    margin: 0;
    flex-shrink: 0;
    width: 250px;
    height: 250px;
}.g_service_info .C_learn_chat {
    flex: 1;
    margin-left: 2.5rem;
}.g_service_info .C_learn_chat svg {
    height: 20px;
    width: 20px;
}.g_service_info .X_get_contactform {
    grid-template-columns: repeat(3, 1fr);
}
}

@media (min-width: 992px) {.g_service_info .y_help_desk {
    padding: 4rem;
}.g_service_info .t_img_resize {
    height: 300px;
    width: 300px;
}.g_service_info .C_learn_chat {
    padding: 2.5rem;
}.g_service_info .C_learn_chat svg {
    height: 22px;
    width: 22px;
}.g_service_info .X_get_contactform {
    grid-template-columns: repeat(4, 1fr);
}
}

@media (max-width: 767px) {.g_service_info {
    padding: 3rem 0;
}.g_service_info .y_help_desk {
    padding: 2rem;
}.g_service_info .C_learn_chat {
    padding: 1.5rem;
}.g_service_info .R_edu_coach {
    font-size: calc(37px - 4px);
}.g_service_info .c_instant_request {
    font-size: calc(22px - 2px);
}.g_service_info .X_get_contactform {
    grid-template-columns: 1fr;
    gap: 0.8rem;
}.g_service_info .C_learn_chat svg {
    height: 16px;
    width: 16px;
}}.B_instructor_history {
    background: linear-gradient(135deg, rgb(176,171,186) 0%, #f5f7fa 100%);
    padding: 90px 0;
    position: relative;
    overflow: hidden;
}.B_instructor_history::before {
    right: -5%;
    position: absolute;
    animation: float 15s ease-in-out infinite alternate;
    filter: blur(60px);
    height: 300px;
    top: -10%;
    background: linear-gradient(45deg, rgb(146,131,165,0.5), rgb(115,88,141,0.5));
    width: 300px;
    opacity: 0.4;
    z-index: 0;
    content: "";
}.B_instructor_history::after {
    filter: blur(50px);
    opacity: 0.3;
    background: linear-gradient(225deg, rgb(115,88,141,0.5), rgb(146,131,165,0.5));
    width: 250px;
    bottom: -5%;
    left: -5%;
    position: absolute;
    height: 250px;
    z-index: 0;
    animation: float 18s ease-in-out infinite alternate-reverse;
    content: "";
}.B_instructor_history .container {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
}.B_instructor_history .S_feedback_quotes {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    position: relative;
    padding: 40px;
    display: grid;
    transform: perspective(1000px) rotateY(2deg);
    background: #ffffff;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    grid-template-columns: 1fr;
    grid-gap: 30px;
}.B_instructor_history .S_feedback_quotes:hover {
    transform: perspective(1000px) rotateY(0deg);
}.B_instructor_history .S_feedback_quotes > div:first-child {
    position: relative;
    margin-bottom: 10px;
}.B_instructor_history .t_img_resize {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    border: 3px solid #ffffff;
    height: 120px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
    width: 120px;
}.B_instructor_history .S_feedback_quotes:hover .t_img_resize {
    transform: scale(1.05) translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}.B_instructor_history .name {
    margin-bottom: 5px;
    position: relative;
    color: rgb(146,131,165);
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
}.B_instructor_history .name::after {
    width: 0;
    height: 3px;
    content: "";
    position: absolute;
    bottom: -4px;
    transition: width 0.3s ease-in-out;
    left: 0;
    background: linear-gradient(90deg, rgb(146,131,165), rgb(115,88,141));
}.B_instructor_history .S_feedback_quotes:hover .name::after {
    width: 100%;
}.B_instructor_history .S_feedback_quotes > div:nth-child(2) > div {
    padding-left: 0;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
    color: rgb(115,88,141);
    transition: padding-left 0.3s ease;
    font-size: calc(18px - 1px);
}.B_instructor_history .S_feedback_quotes:hover > div:nth-child(2) > div {
    padding-left: 10px;
}.B_instructor_history .Z_exp_section {
    position: relative;
    color: #000000;
    background: linear-gradient(to right, rgba(245, 247, 250, 0.5), rgba(245, 247, 250, 0));
    font-family: Arial, sans-serif;
    margin: 0;
    line-height: 1.7;
    border-left: 3px solid rgb(146,131,165);
    font-size: 18px;
    padding: 20px;
}.B_instructor_history .Z_exp_section::before {
    line-height: 1;
    font-size: 60px;
    position: absolute;
    top: -15px;
    color: rgb(146,131,165,0.5);
    left: 10px;
    content: "";
    font-family: serif;
    opacity: 0.3;
}

@media (min-width: 768px) {.B_instructor_history {
    padding: 120px 0;
}.B_instructor_history .S_feedback_quotes {
    grid-template-columns: 150px 1fr;
    padding: 50px;
    grid-template-rows: auto 1fr;
}.B_instructor_history .S_feedback_quotes > div:first-child {
    grid-row: 1 / span 2;
    margin-bottom: 0;
}.B_instructor_history .t_img_resize {
    width: 150px;
    height: 150px;
}.B_instructor_history .S_feedback_quotes > div:nth-child(2) {
    align-self: end;
}.B_instructor_history .S_feedback_quotes > div:nth-child(3) {
    grid-row: 2;
    grid-column: 2;
}
}

@media (min-width: 992px) {.B_instructor_history .S_feedback_quotes {
    grid-gap: 40px;
    padding: 60px;
    grid-template-columns: 180px 1fr;
}.B_instructor_history .t_img_resize {
    width: 180px;
    height: 180px;
}.B_instructor_history .name {
    font-size: calc(18px + 2px);
}.B_instructor_history .Z_exp_section {
    padding: 25px;
    font-size: calc(18px + 1px);
}
}

@media (max-width: 767px) {.B_instructor_history {
    padding: 60px 0;
}.B_instructor_history .S_feedback_quotes {
    padding: 30px;
    text-align: center;
}.B_instructor_history .t_img_resize {
    margin: 0 auto 20px;
}.B_instructor_history .name::after {
    left: 50%;
    transform: translateX(-50%);
}.B_instructor_history .S_feedback_quotes:hover > div:nth-child(2) > div {
    padding-left: 0;
}.B_instructor_history .Z_exp_section {
    text-align: left;
    padding: 15px;
}
}

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