﻿* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}a {
    color: inherit;
    text-decoration: none;
}.top_class_0dhE5 {
    flex: 1 0 auto;
}html,body {
    font-family: Arial, sans-serif;
    color: #000000;
    height: 100%;
    min-height: 100%;
}header,footer {
    width: 100%;
}.container {
    width: 1137px;
    max-width: 100%;
    margin: auto;
}.wrapper-capsule_Wl39c {
    min-height: 100%;
    flex-direction: column;
    height: 100%;
    display: flex;
}.inclusion_gyjWT {
    flex: 0 0 auto;
}svg {
    width: 30px;
    height: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.opening_board_Nspwc {
    position: relative;
    width: 100%;
    overflow: hidden;
}.opening_board_Nspwc .page_hero_qJFVU {
    background-blend-mode: multiply !important;
    display: flex;
    align-items: center;
    position: relative;
    padding: 4rem 2rem;
    justify-content: flex-start;
    box-shadow: inset 0 0 150px rgba(0, 0, 0, 0.6);
    min-height: 100vh;
}.opening_board_Nspwc .page_hero_qJFVU::before {
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgb(183,130,157,0.5), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7));
    bottom: 0;
    content: "";
}.opening_board_Nspwc .page_hero_qJFVU::after {
    position: absolute;
    right: 0;
    background-image: 
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 11px),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 11px);
    content: "";
    left: 0;
    bottom: 0;
    top: 0;
    pointer-events: none;
    z-index: 2;
}.opening_board_Nspwc .knowledge_center_JM2r6 {
    max-width: 750px;
    margin-left: 8%;
    position: relative;
    animation: fadeSlideUp 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    z-index: 10;
    transform: translateY(-2vh);
}.opening_board_Nspwc h1 {
    line-height: 1.1;
    transition: transform 0.5s ease;
    font-weight: 700;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 
               0 2px 4px rgba(0, 0, 0, 0.1), 
               0 8px 30px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    position: relative;
    transform: perspective(1000px) rotateX(0deg);
    margin-bottom: 1.5rem;
    font-size: clamp(2.5rem, 5vw, 41px);
}.opening_board_Nspwc h1::before {
    bottom: -12px;
    height: 5px;
    transform: scaleX(0);
    transform-origin: left;
    position: absolute;
    left: 0;
    animation: lineExpand 1.2s 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    background: linear-gradient(90deg, rgb(167,205,174), rgb(183,130,157));
    content: "";
    width: 80px;
}.opening_board_Nspwc h3 {
    margin-bottom: 1.8rem;
    animation: fadeSlideUp 1s 0.3s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    line-height: 1.4;
    opacity: 0;
    font-weight: 400;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    max-width: 90%;
    font-size: clamp(1.2rem, 3vw, 1.8rem);
    color: rgba(255, 255, 255, 0.92);
    transform: translateY(20px);
}.opening_board_Nspwc p {
    border-left: 2px solid rgb(167,205,174);
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
    padding-left: 1.5rem;
    transform: translateY(20px);
    font-size: clamp(1rem, 2vw, 1.2rem);
    animation: fadeSlideUp 1s 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    opacity: 0;
    margin-top: 2rem;
    max-width: 85%;
}.opening_board_Nspwc .knowledge_center_JM2r6:hover h1 {
    transform: perspective(1000px) rotateX(2deg) translateY(-5px);
}

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

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

@media (max-width: 992px) {.opening_board_Nspwc .knowledge_center_JM2r6 {
    max-width: 90%;
    margin-left: 5%;
}.opening_board_Nspwc h1::before {
    width: 60px;
}
}

@media (max-width: 768px) {.opening_board_Nspwc .page_hero_qJFVU {
    justify-content: center;
    padding-top: 25vh;
    align-items: flex-start;
    padding: 3rem 1.5rem;
}.opening_board_Nspwc .knowledge_center_JM2r6 {
    margin-left: 0;
    text-align: center;
}.opening_board_Nspwc h1 {
    margin-bottom: 2rem;
}.opening_board_Nspwc h1::before {
    animation: lineExpandCenter 1.2s 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform: translateX(-50%) scaleX(0);
    left: 50%;
}.opening_board_Nspwc h3, 
  .opening_board_Nspwc p {
    max-width: 100%;
}.opening_board_Nspwc p {
    padding-left: 0;
    position: relative;
    border-left: none;
}.opening_board_Nspwc p::before {
    transform: translateX(-50%);
    height: 2px;
    left: 50%;
    width: 50px;
    content: "";
    top: -10px;
    background: rgb(167,205,174);
    position: absolute;
}
}

@keyframes lineExpandCenter {
  0% {
    transform: translateX(-50%) scaleX(0);
  }
  100% {
    transform: translateX(-50%) scaleX(1);
  }
}

@media (max-width: 480px) {.opening_board_Nspwc .page_hero_qJFVU {
    padding-top: 20vh;
}.opening_board_Nspwc h1 {
    font-size: 2rem;
}.opening_board_Nspwc h3 {
    font-size: 1.1rem;
}.opening_board_Nspwc p {
    font-size: 0.95rem;
}
}

@media (min-width: 1400px) {.opening_board_Nspwc .knowledge_center_JM2r6 {
    margin-left: 12%;
    max-width: 800px;
}.opening_board_Nspwc h1::before {
    height: 6px;
    width: 100px;
}
}

@media (prefers-reduced-motion: reduce) {.opening_board_Nspwc .knowledge_center_JM2r6,
  .opening_board_Nspwc h1,
  .opening_board_Nspwc h3,
  .opening_board_Nspwc p {
    opacity: 1;
    transform: none;
    animation: none;
}.opening_board_Nspwc h1::before {
    transform: none;
    opacity: 1;
    animation: none;
}}.get_in_touch_Gkx2P {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: linear-gradient(90deg, #ffffff 50%, rgb(229,236,236) 50%);
}.get_in_touch_Gkx2P::before {
    content: "";
    background-size: 60px 60px;
    height: 100%;
    z-index: 0;
    left: 0;
    width: 100%;
    position: absolute;
    top: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgba(0, 0, 0, 0.02) 0%, transparent 20%),
        radial-gradient(circle at 80% 80%, rgba(0, 0, 0, 0.02) 0%, transparent 20%);
}.get_in_touch_Gkx2P .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    z-index: 1;
}.get_in_touch_Gkx2P h2 {
    font-weight: 700;
    margin-bottom: 60px;
    color: rgb(167,205,174);
    position: relative;
    text-align: center;
    font-size: 30px;
}.get_in_touch_Gkx2P h2::after {
    bottom: -15px;
    position: absolute;
    content: "";
    height: 3px;
    background: rgb(167,205,174);
    width: 60px;
    transform: translateX(-50%);
    left: 50%;
}.get_in_touch_Gkx2P .feedback_message_dabDM {
    overflow: hidden;
    display: flex;
    background: #ffffff;
    border-radius: 17px;
    position: relative;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
}.get_in_touch_Gkx2P .feedback_message_dabDM::before {
    width: 100%;
    height: 5px;
    left: 0;
    background: linear-gradient(90deg, rgb(167,205,174), rgb(183,130,157));
    content: "";
    position: absolute;
    top: 0;
}.get_in_touch_Gkx2P .image_wrapper_DpreP {
    flex: 0 0 50%;
    min-height: 550px;
    transition: all 0.5s ease;
    position: relative;
}.get_in_touch_Gkx2P .image_wrapper_DpreP::after {
    background: linear-gradient(45deg, rgb(167,205,174,0.5), transparent);
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    height: 100%;
}.get_in_touch_Gkx2P .support_support_796rf {
    background: #ffffff;
    flex: 0 0 50%;
    padding: 60px 50px;
    position: relative;
}.get_in_touch_Gkx2P .support_support_796rf::before {
    width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    background: rgb(229,236,236);
    left: 0;
    content: "";
}.get_in_touch_Gkx2P #contact {
    flex-direction: column;
    gap: 30px;
    display: flex;
}.get_in_touch_Gkx2P h3 {
    position: relative;
    color: #000000;
    display: inline-block;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 10px;
}.get_in_touch_Gkx2P h3::after {
    width: 100%;
    bottom: 0;
    left: 0;
    background: rgb(167,205,174,0.5);
    height: 2px;
    position: absolute;
    content: "";
}.get_in_touch_Gkx2P input[type="text"] {
    transition: all 0.3s ease;
    border: 2px solid rgb(229,236,236);
    font-size: 13px;
    background: #ffffff;
    width: 100%;
    color: #000000;
    border-radius: 10px;
    padding: 18px 20px;
}.get_in_touch_Gkx2P input[type="text"]:focus {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    outline: none;
    border-color: rgb(167,205,174);
}.get_in_touch_Gkx2P input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.6;
}.get_in_touch_Gkx2P .connect_support_EPQbw {
    gap: 12px;
    margin-top: 10px;
    display: flex;
    align-items: flex-start;
}.get_in_touch_Gkx2P .connect_support_EPQbw input[type="checkbox"] {
    position: relative;
    border-radius: 10px;
    margin-top: 2px;
    border: 2px solid rgb(229,236,236);
    cursor: pointer;
    appearance: none;
    height: 24px;
    transition: all 0.3s ease;
    width: 24px;
}.get_in_touch_Gkx2P .connect_support_EPQbw input[type="checkbox"]:checked {
    border-color: rgb(167,205,174);
    background: rgb(167,205,174);
}.get_in_touch_Gkx2P .connect_support_EPQbw input[type="checkbox"]:checked::after {
    left: 8px;
    content: "";
    top: 5px;
    position: absolute;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    height: 10px;
    border-bottom: 2px solid #ffffff;
    width: 6px;
}.get_in_touch_Gkx2P .connect_support_EPQbw label {
    line-height: 1.5;
    color: #000000;
    font-size: 13px;
}.get_in_touch_Gkx2P .connect_support_EPQbw a {
    transition: all 0.3s ease;
    color: rgb(167,205,174);
    font-weight: 600;
    text-decoration: none;
}.get_in_touch_Gkx2P .connect_support_EPQbw a:hover {
    color: rgb(183,130,157);
}.get_in_touch_Gkx2P .help_list_YitkO {
    font-weight: 600;
    padding: 16px 40px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    align-self: flex-start;
    font-size: 19px;
    color: #ffffff;
    background: rgb(167,205,174);
    overflow: hidden;
    margin-top: 20px;
    box-shadow: 0 8px 20px rgb(167,205,174,0.5);
}.get_in_touch_Gkx2P .help_list_YitkO::before {
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    height: 100%;
    position: absolute;
    content: "";
    transition: all 0.6s ease;
    width: 100%;
    left: -100%;
}.get_in_touch_Gkx2P .help_list_YitkO:hover {
    transform: translateY(-3px);
    background: rgb(183,130,157);
    box-shadow: 0 10px 25px rgb(183,130,157,0.5);
}.get_in_touch_Gkx2P .help_list_YitkO:hover::before {
    left: 100%;
}.get_in_touch_Gkx2P svg {
    transition: all 0.3s ease;
    fill: rgb(167,205,174);
    height: 22px;
    width: 22px;
}.get_in_touch_Gkx2P svg path {
    fill: rgb(167,205,174);
    transition: all 0.3s ease;
}.get_in_touch_Gkx2P svg:hover {
    transform: translateY(-2px);
    fill: rgb(183,130,157);
}.get_in_touch_Gkx2P svg:hover path {
    fill: rgb(183,130,157);
}

@media (max-width: 1200px) {.get_in_touch_Gkx2P {
    background: #ffffff;
}
}

@media (max-width: 992px) {.get_in_touch_Gkx2P {
    padding: 80px 0;
}.get_in_touch_Gkx2P .feedback_message_dabDM {
    flex-direction: column-reverse;
}.get_in_touch_Gkx2P .image_wrapper_DpreP {
    flex: 0 0 auto;
    min-height: 350px;
}.get_in_touch_Gkx2P .support_support_796rf {
    flex: 0 0 auto;
    padding: 50px 40px;
}.get_in_touch_Gkx2P .support_support_796rf::before {
    width: 100%;
    top: 0;
    height: 10px;
    left: 0;
}
}

@media (max-width: 768px) {.get_in_touch_Gkx2P {
    padding: 60px 0;
}.get_in_touch_Gkx2P h2 {
    margin-bottom: 40px;
    font-size: calc(30px - 4px);
}.get_in_touch_Gkx2P .support_support_796rf {
    padding: 40px 30px;
}.get_in_touch_Gkx2P #contact {
    gap: 25px;
}.get_in_touch_Gkx2P .image_wrapper_DpreP {
    min-height: 300px;
}
}

@media (max-width: 576px) {.get_in_touch_Gkx2P {
    padding: 50px 0;
}.get_in_touch_Gkx2P .container {
    padding: 0 15px;
}.get_in_touch_Gkx2P h2 {
    font-size: calc(30px - 6px);
    margin-bottom: 30px;
}.get_in_touch_Gkx2P .support_support_796rf {
    padding: 35px 25px;
}.get_in_touch_Gkx2P #contact {
    gap: 20px;
}.get_in_touch_Gkx2P input[type="text"] {
    padding: 15px;
}.get_in_touch_Gkx2P .help_list_YitkO {
    width: 100%;
    padding: 15px 25px;
}.get_in_touch_Gkx2P .image_wrapper_DpreP {
    min-height: 250px;
}}.join_our_community_CZOD9 {
    overflow: hidden;
    z-index: 1;
    position: relative;
    background: linear-gradient(135deg, rgb(167,205,174,0.5), rgb(183,130,157) 120%);
    padding: 3.5rem 0;
}.join_our_community_CZOD9::before {
    background: radial-gradient(circle at center, rgba(255,255,255,0.1) 0%, transparent 60%);
    top: -50%;
    transform: rotate(-15deg);
    left: -10%;
    height: 200%;
    content: '';
    width: 80%;
    animation: orbitGlow 15s infinite alternate ease-in-out;
    z-index: -1;
    position: absolute;
}.join_our_community_CZOD9::after {
    width: 100%;
    top: 0;
    background-image: 
        radial-gradient(circle at 80% 20%, rgba(255,255,255,0.12) 0%, transparent 25%),
        radial-gradient(circle at 20% 80%, rgba(255,255,255,0.08) 0%, transparent 30%);
    position: absolute;
    z-index: -1;
    content: '';
    right: 0;
    height: 100%;
}.join_our_community_CZOD9 .container {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1140px;
}.join_our_community_CZOD9 .quick_training_A90gi {
    z-index: 2;
    grid-gap: 2rem;
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    display: grid;
}.join_our_community_CZOD9 .quick_training_A90gi > div {
    position: relative;
    z-index: 2;
}.join_our_community_CZOD9 .quick_training_A90gi h4 {
    margin: 0;
    color: #ffffff;
    transform: translateY(5px);
    animation: floatText 6s infinite alternate ease-in-out;
    line-height: 1.4;
    font-weight: 600;
    font-size: 19px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.15);
}.join_our_community_CZOD9 .input_holder {
    gap: 1rem;
    flex-direction: column;
    position: relative;
    display: flex;
    z-index: 3;
}.join_our_community_CZOD9 .input_holder span {
    width: 100%;
    display: block;
    position: relative;
}.join_our_community_CZOD9 .input_holder span:first-child::before {
    border-radius: 50%;
    content: '';
    height: 10px;
    width: 10px;
    left: -20px;
    animation: pulseOrbit 4s infinite;
    background-color: rgb(255, 255, 255, 0.5);
    opacity: 0.6;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}.join_our_community_CZOD9 .input_holder span:last-child::after {
    right: -15px;
    border-radius: 50%;
    position: absolute;
    content: '';
    animation: pulseOrbit 3s infinite 1s;
    top: 50%;
    width: 6px;
    transform: translateY(-50%);
    background-color: rgb(167,205,174);
    height: 6px;
}.join_our_community_CZOD9 .input_holder input[type="email"] {
    backdrop-filter: blur(8px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    font-size: 18px;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    width: 100%;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.15);
    padding: 15px 20px;
}.join_our_community_CZOD9 .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.7);
}.join_our_community_CZOD9 .input_holder input[type="email"]:focus {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    border-color: rgb(167,205,174);
    background-color: rgba(255, 255, 255, 0.25);
    outline: none;
    transform: translateY(-2px);
}.join_our_community_CZOD9 .input_holder .subscribe_tip_fEYxl {
    padding: 15px 25px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 100%;
    text-transform: uppercase;
    overflow: hidden;
    font-weight: 600;
    background: linear-gradient(135deg, rgb(183,130,157), rgb(167,205,174));
    border: none;
    font-size: 19px;
    letter-spacing: 0.5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    position: relative;
    border-radius: 10px;
    color: #ffffff;
}.join_our_community_CZOD9 .input_holder .subscribe_tip_fEYxl:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px) scale(1.02);
    background: linear-gradient(135deg, rgb(167,205,174), rgb(183,130,157));
}.join_our_community_CZOD9 .input_holder .subscribe_tip_fEYxl:active {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(1px);
}.join_our_community_CZOD9 .input_holder .subscribe_tip_fEYxl::before {
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    animation: shine 3s infinite;
    left: -50%;
    top: -50%;
    position: absolute;
    height: 200%;
    width: 200%;
    transform: rotate(45deg);
    content: '';
}

@keyframes shine {
    0% {
        left: -100%;
    }
    20%, 100% {
        left: 100%;
    }
}

@keyframes floatText {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

@keyframes pulseOrbit {
    0%, 100% {
        transform: translateY(-50%) scale(1);
        opacity: 0.6;
    }
    50% {
        transform: translateY(-50%) scale(1.5);
        opacity: 0.3;
    }
}

@keyframes orbitGlow {
    0% {
        opacity: 0.3;
        transform: rotate(-15deg) translateX(0);
    }
    50% {
        opacity: 0.5;
        transform: rotate(-15deg) translateX(5%);
    }
    100% {
        opacity: 0.3;
        transform: rotate(-15deg) translateX(0);
    }
}

@media (min-width: 768px) {.join_our_community_CZOD9 {
    padding: 4rem 0;
}.join_our_community_CZOD9 .quick_training_A90gi {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    transform: perspective(1200px) rotateX(1deg);
}.join_our_community_CZOD9 .quick_training_A90gi h4 {
    font-size: calc(19px * 1.1);
    max-width: 90%;
}.join_our_community_CZOD9 .input_holder {
    gap: 1.5rem;
    flex-direction: row;
}.join_our_community_CZOD9 .input_holder span:first-child {
    flex: 2;
}.join_our_community_CZOD9 .input_holder span:last-child {
    max-width: 200px;
    flex: 1;
}
}

@media (min-width: 992px) {.join_our_community_CZOD9 {
    padding: 5rem 0;
}.join_our_community_CZOD9::before {
    width: 60%;
}.join_our_community_CZOD9 .quick_training_A90gi {
    transform: perspective(1500px) rotateX(1deg);
}.join_our_community_CZOD9 .quick_training_A90gi h4 {
    max-width: 85%;
    font-size: calc(19px * 1.2);
}.join_our_community_CZOD9 .input_holder {
    padding-left: 2rem;
}.join_our_community_CZOD9 .input_holder span:first-child::before {
    height: 12px;
    left: -30px;
    width: 12px;
}.join_our_community_CZOD9 .input_holder span:last-child::after {
    width: 8px;
    right: -25px;
    height: 8px;
}
}

@media (max-width: 767px) {.join_our_community_CZOD9 .quick_training_A90gi h4 {
    text-align: center;
    margin-bottom: 1rem;
}.join_our_community_CZOD9 .input_holder {
    margin-top: 0.5rem;
}.join_our_community_CZOD9 .input_holder span + span {
    margin-top: 0.75rem;
}}header .top_pagewrap_4uCAr {
    justify-content: space-between;
    border-radius: 0;
    left: 0;
    z-index: 99;
    background: linear-gradient(to right, rgb(183,130,157) 0%, rgb(167,205,174,0.5) 100%);
    box-shadow: 0 0 20px 2px rgb(167,205,174,0.5);
    position: relative;
    padding: 1.5rem;
    overflow: hidden;
    align-items: center;
    width: 100%;
    display: flex;
}header .top_pagewrap_4uCAr::before {
    height: 200%;
    z-index: -1;
    background-size: 15px 15px;
    position: absolute;
    content: "";
    left: -50%;
    animation: backgroundShift 20s linear infinite;
    top: -50%;
    opacity: 0.3;
    background: radial-gradient(circle, rgb(183,130,157,0.5) 1%, transparent 10%);
    width: 200%;
}header .top_pagewrap_4uCAr::after {
    background: linear-gradient(45deg, transparent 48%, rgb(183,130,157) 49%, rgb(183,130,157) 51%, transparent 52%);
    opacity: 0.1;
    content: "";
    background-size: 200% 200%;
    position: absolute;
    z-index: -1;
    animation: gradientSlide 5s ease infinite;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
}header .top_pagewrap_4uCAr .main_mainwrap_Brgza {
    overflow: visible;
    position: relative;
}header .top_pagewrap_4uCAr .main_mainwrap_Brgza::after {
    left: 0;
    bottom: -8px;
    width: 100%;
    background: rgb(183,130,157);
    transform: scaleX(0);
    position: absolute;
    content: "";
    height: 2px;
    box-shadow: 0 0 8px 2px rgb(183,130,157);
    transform-origin: left;
    animation: neonPulse 3s infinite alternate;
}header .top_pagewrap_4uCAr .main_mainwrap_Brgza .header_master_PfWLQ {
    display: block;
    transition: all 0.5s ease;
    position: relative;
    transform: perspective(800px) rotateY(0deg);
}header .top_pagewrap_4uCAr .main_mainwrap_Brgza .header_master_PfWLQ:hover {
    transform: perspective(800px) rotateY(15deg);
}header .top_pagewrap_4uCAr .main_mainwrap_Brgza svg {
    height: auto;
    filter: drop-shadow(0 0 5px rgb(183,130,157,0.5));
    width: 120px;
}header .top_pagewrap_4uCAr .head_page_vNZeo {
    padding: 0;
    position: relative;
    perspective: 800px;
    margin: 0;
    list-style: none;
    display: flex;
}header .top_pagewrap_4uCAr .head_page_vNZeo::before {
    animation: neonPulse 4s infinite alternate-reverse;
    height: 2px;
    transform: scaleX(0.5);
    width: 100%;
    left: 0;
    position: absolute;
    box-shadow: 0 0 10px 2px rgb(167,205,174);
    content: "";
    top: 105%;
    background: rgb(167,205,174);
}header .top_pagewrap_4uCAr .main_learning_4hA7a {
    transform-style: preserve-3d;
    transition: transform 0.3s ease;
    margin: 0 0.5rem;
    position: relative;
    transform: translateZ(0);
}header .top_pagewrap_4uCAr .main_learning_4hA7a:hover {
    transform: translateZ(20px);
}header .top_pagewrap_4uCAr .main_learning_4hA7a a {
    text-decoration: none;
    transition: color 0.3s ease, text-shadow 0.3s ease;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    display: block;
    position: relative;
    border: 1px solid transparent;
    font-family: Arial, sans-serif;
    padding: 0.5rem 1rem;
}header .top_pagewrap_4uCAr .main_learning_4hA7a a::before {
    height: 100%;
    opacity: 0;
    content: "";
    position: absolute;
    z-index: -1;
    background: rgb(167,205,174,0.5);
    transform: scale(0.9);
    left: 0;
    border-radius: 10px;
    transition: opacity 0.3s ease, transform 0.3s ease;
    width: 100%;
    top: 0;
}header .top_pagewrap_4uCAr .main_learning_4hA7a a:hover {
    color: rgb(183,130,157);
    text-shadow: 0 0 5px rgb(183,130,157,0.5);
    border: 1px solid rgb(183,130,157,0.5);
}header .top_pagewrap_4uCAr .main_learning_4hA7a a:hover::before {
    opacity: 0.2;
    transform: scale(1);
}

@keyframes neonPulse {
  0% {
    opacity: 0.6;
    transform: scaleX(0.5);
  }
  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes backgroundShift {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(50%, 50%);
  }
}

@keyframes gradientSlide {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}

@media (max-width: 992px) {header .top_pagewrap_4uCAr {
    margin-left: calc(-50vw + 50%);
    width: 100vw;
    padding: 1rem;
    box-sizing: border-box;
    flex-direction: column;
}header .top_pagewrap_4uCAr .main_mainwrap_Brgza {
    margin-bottom: 1.5rem;
}header .top_pagewrap_4uCAr .head_page_vNZeo {
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}header .top_pagewrap_4uCAr .head_page_vNZeo::before {
    top: auto;
    bottom: -10px;
}header .top_pagewrap_4uCAr .main_learning_4hA7a {
    margin: 0.25rem 0.5rem;
}
}

@media (max-width: 576px) {header .top_pagewrap_4uCAr {
    padding: 0.75rem;
}header .top_pagewrap_4uCAr .head_page_vNZeo {
    flex-direction: column;
    align-items: center;
}header .top_pagewrap_4uCAr .main_learning_4hA7a {
    text-align: center;
    width: 100%;
    margin: 0.25rem 0;
}header .top_pagewrap_4uCAr .main_mainwrap_Brgza svg {
    width: 100px;
}header .top_pagewrap_4uCAr .main_mainwrap_Brgza::after {
    left: 10%;
    width: 80%;
}}footer {
    position: relative;
    width: 100%;
}footer .inclusion_gyjWT {
    background: linear-gradient(135deg, rgb(167,205,174), rgb(183,130,157));
    position: relative;
    font-family: Arial, sans-serif;
    color: #ffffff;
    padding: 80px 0 30px;
}footer .inclusion_gyjWT::before {
    width: 100%;
    background-image: radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
                      radial-gradient(circle at 85% 60%, rgba(255, 255, 255, 0.15) 0%, transparent 25%),
                      radial-gradient(circle at 40% 90%, rgba(255, 255, 255, 0.08) 0%, transparent 15%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
}footer .badge_case_yJ4Fp {
    z-index: 1;
    position: relative;
}footer .contact_faq_BZcs0 {
    margin-bottom: 60px;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}footer .info_item {
    transition: all 0.4s ease;
    justify-content: center;
    display: flex;
    background-color: rgb(167,205,174,0.5);
    padding: 20px;
    position: relative;
    z-index: 1;
    align-items: center;
    backdrop-filter: blur(5px);
    border-radius: 50%;
    flex: 0 1 220px;
    height: 220px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}footer .info_item:nth-child(1) {
    transform: translateY(-20px);
}footer .info_item:nth-child(2) {
    transform: translateY(20px);
}footer .info_item:nth-child(3) {
    transform: translateY(-10px);
}footer .info_item:nth-child(4) {
    transform: translateY(10px);
}footer .info_item:hover {
    background-color: rgb(183,130,157,0.5);
    z-index: 2;
    transform: scale(1.05) translateY(0);
}footer .info_item svg {
    flex-shrink: 0;
    width: 24px;
    margin-right: 10px;
    fill: #ffffff;
    height: 24px;
}footer .info_item p,
footer .info_item a {
    text-align: center;
    font-size: 17px;
    max-width: 80%;
    color: #ffffff;
    text-decoration: none;
}footer .info_item a:hover {
    text-decoration: underline;
}footer .text_main_holder {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}footer .main_mainwrap_Brgza, footer .head_page_vNZeo, footer .subscribe_holder {
    background-color: rgb(167,205,174,0.5);
    display: flex;
    flex-direction: column;
    text-align: center;
    flex: 1 1 300px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    align-items: center;
    transition: all 0.3s ease;
    max-width: 400px;
    padding: 30px;
    position: relative;
    border-radius: 10px;
    backdrop-filter: blur(5px);
}footer .main_mainwrap_Brgza:hover, footer .head_page_vNZeo:hover, footer .subscribe_holder:hover {
    background-color: rgb(183,130,157,0.5);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}footer .main_mainwrap_Brgza::before, footer .head_page_vNZeo::before, footer .subscribe_holder::before {
    height: 150px;
    opacity: 0.1;
    z-index: -1;
    width: 150px;
    position: absolute;
    border-radius: 50%;
    content: "";
}footer .main_mainwrap_Brgza::before {
    top: -50px;
    left: -50px;
    background-color: rgb(167,205,174);
}footer .head_page_vNZeo::before {
    bottom: -50px;
    background-color: rgb(183,130,157);
    right: -50px;
}footer .subscribe_holder::before {
    background-color: rgb(167,205,174);
    bottom: -50px;
    left: -50px;
}footer .main_mainwrap_Brgza svg {
    filter: brightness(0) invert(1);
    width: auto;
    height: 50px;
    margin-bottom: 20px;
}footer .goal_footer_RhrIf {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 1.6;
    max-width: 300px;
}footer .head_page_vNZeo h5, footer .subscribe_holder h5 {
    font-size: 19px;
    font-weight: 600;
    display: inline-block;
    color: #ffffff;
    position: relative;
    margin-bottom: 20px;
}footer .head_page_vNZeo h5::after, footer .subscribe_holder h5::after {
    background-color: #ffffff;
    transform: translateX(-50%);
    height: 2px;
    bottom: -8px;
    left: 50%;
    position: absolute;
    transition: width 0.3s ease;
    width: 40px;
    content: "";
}footer .head_page_vNZeo:hover h5::after, footer .subscribe_holder:hover h5::after {
    width: 80px;
}footer .header_mentor_EQmKN {
    margin-bottom: 20px;
    display: flex;
    max-width: 300px;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}footer .header_mentor_EQmKN a {
    background-color: rgb(167,205,174,0.5);
    text-decoration: none;
    padding: 8px 15px;
    font-size: 17px;
    color: #ffffff;
    transition: all 0.3s ease;
    border-radius: 10px;
}footer .header_mentor_EQmKN a:hover {
    transform: translateY(-3px);
    background-color: rgb(183,130,157,0.5);
}footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.9);
    max-width: 300px;
    font-size: 17px;
    margin-bottom: 25px;
    line-height: 1.6;
}footer .input_holder {
    max-width: 300px;
    gap: 15px;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}footer .input_holder input[type="email"] {
    font-size: 17px;
    text-align: center;
    padding: 15px 20px;
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    transition: all 0.3s ease;
    border: none;
    width: 100%;
    border-radius: 10px;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    background-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 3px rgb(167,205,174,0.5);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .subscribe_tip_fEYxl {
    width: 100%;
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
    border: none;
    font-size: 19px;
    border-radius: 10px;
    transition: all 0.3s ease;
    padding: 15px 20px;
    background-color: rgb(167,205,174);
}footer .subscribe_tip_fEYxl:hover {
    background-color: rgb(183,130,157);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}footer .code_labs_8wDpf {
    margin-top: 60px;
    position: relative;
    text-align: center;
}footer .module_end_ruzO0 {
    color: rgba(255, 255, 255, 0.7);
    background-color: rgb(167,205,174,0.5);
    backdrop-filter: blur(5px);
    display: inline-block;
    padding: 8px 20px;
    border-radius: 10px;
    font-size: 14px;
}

@media (min-width: 992px) {footer .text_main_holder {
    flex-wrap: nowrap;
}
}

@media (max-width: 991px) {footer .info_item {
    flex: 0 1 180px;
    height: 180px;
}footer .info_item:nth-child(1),
    footer .info_item:nth-child(2),
    footer .info_item:nth-child(3),
    footer .info_item:nth-child(4) {
    transform: none;
}
}

@media (max-width: 767px) {footer .inclusion_gyjWT {
    padding: 60px 0 30px;
}footer .contact_faq_BZcs0 {
    margin-bottom: 40px;
    flex-direction: column;
}footer .info_item {
    padding: 15px;
    flex: 0 1 100px;
    height: 100px;
}footer .main_mainwrap_Brgza, footer .head_page_vNZeo, footer .subscribe_holder {
    padding: 25px 20px;
}footer .code_labs_8wDpf {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .inclusion_gyjWT {
    padding: 50px 0 20px;
}footer .info_item {
    height: 90px;
    flex: 0 1 90px;
}footer .info_item p, footer .info_item a {
    font-size: calc(17px - 1px);
}footer .head_page_vNZeo h5, footer .subscribe_holder h5 {
    font-size: calc(19px - 2px);
}footer .header_mentor_EQmKN a {
    font-size: calc(17px - 1px);
    padding: 6px 12px;
}footer .input_holder input[type="email"],
    footer .subscribe_tip_fEYxl {
    padding: 12px 15px;
}footer .module_end_ruzO0 {
    padding: 6px 15px;
}}.teaching_experience_nADxH {
    position: relative;
    background: linear-gradient(135deg, rgb(229,236,236) 0%, rgb(183,130,157,0.5) 100%);
    overflow: hidden;
    padding: 5rem 0;
    perspective: 1000px;
}.teaching_experience_nADxH::before {
    width: 100%;
    left: 0;
    position: absolute;
    background: 
        radial-gradient(circle at 20% 30%, rgb(167,205,174,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(183,130,157,0.5) 0%, transparent 30%);
    content: "";
    transform: translateZ(-10px);
    z-index: 0;
    top: 0;
    opacity: 0.15;
    height: 100%;
}.teaching_experience_nADxH .container {
    position: relative;
    z-index: 1;
    padding: 0 2rem;
    max-width: 1200px;
    transform-style: preserve-3d;
    margin: 0 auto;
}.teaching_experience_nADxH .student_feedback_LQb4Y {
    transform: translateZ(20px);
    display: grid;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    padding: 3rem;
    gap: 2.5rem;
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    grid-template-columns: 1fr;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform-style: preserve-3d;
}.teaching_experience_nADxH .student_feedback_LQb4Y:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    transform: translateZ(30px) translateY(-5px);
}.teaching_experience_nADxH .student_feedback_LQb4Y > div {
    position: relative;
}.teaching_experience_nADxH .student_feedback_LQb4Y > div:first-child {
    perspective: 800px;
    transform: translateZ(10px);
}.teaching_experience_nADxH .image_wrapper_DpreP {
    transform: rotateY(-3deg) rotateX(2deg);
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.05),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    width: 100%;
    border: 3px solid #ffffff;
    height: 300px;
}.teaching_experience_nADxH .image_wrapper_DpreP::after {
    position: absolute;
    background: linear-gradient(to bottom right, 
                 rgba(255, 255, 255, 0.2) 0%, 
                 rgba(255, 255, 255, 0) 40%);
    inset: 0;
    content: "";
    z-index: 1;
}.teaching_experience_nADxH .student_feedback_LQb4Y:hover .image_wrapper_DpreP {
    transform: rotateY(0deg) rotateX(0deg) scale(1.02);
}.teaching_experience_nADxH .name {
    transform: translateZ(15px);
    font-weight: 700;
    position: relative;
    margin-bottom: 0.5rem;
    color: #000000;
    font-size: 18px;
    letter-spacing: 0.03em;
}.teaching_experience_nADxH .name::after {
    width: 60px;
    transition: transform 0.3s ease-in-out;
    transform: scaleX(0.8);
    height: 3px;
    position: absolute;
    bottom: -10px;
    content: "";
    background: linear-gradient(90deg, rgb(167,205,174) 0%, rgb(183,130,157) 100%);
    transform-origin: left;
    left: 0;
}.teaching_experience_nADxH .student_feedback_LQb4Y:hover .name::after {
    transform: scaleX(1);
}.teaching_experience_nADxH .student_feedback_LQb4Y > div:nth-child(2) > div {
    margin-top: 0.75rem;
    font-size: calc(15px - 0.1rem);
    color: rgb(183,130,157);
    transform: translateZ(5px);
    position: relative;
    font-weight: 600;
}.teaching_experience_nADxH .employee_section_CjaxU {
    transform: translateZ(5px);
    line-height: 1.7;
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 15px;
    transition: opacity 0.3s ease;
    opacity: 0.9;
    position: relative;
}.teaching_experience_nADxH .student_feedback_LQb4Y:hover .employee_section_CjaxU {
    opacity: 1;
}.teaching_experience_nADxH .employee_section_CjaxU::before {
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    left: -1.5rem;
    font-family: Georgia, serif;
    top: -2rem;
    color: rgb(183,130,157,0.5);
    font-size: 6rem;
    opacity: 0.2;
    content: "";
    z-index: -1;
}.teaching_experience_nADxH .student_feedback_LQb4Y:hover .employee_section_CjaxU::before {
    transform: scale(1.1) translateZ(20px);
}

@media (min-width: 768px) {.teaching_experience_nADxH {
    padding: 8rem 0;
}.teaching_experience_nADxH .student_feedback_LQb4Y {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 2fr;
    gap: 2rem 3rem;
}.teaching_experience_nADxH .student_feedback_LQb4Y > div:first-child {
    grid-row: span 2;
}.teaching_experience_nADxH .student_feedback_LQb4Y > div:nth-child(3) {
    grid-column: 2;
}.teaching_experience_nADxH .image_wrapper_DpreP {
    transform: rotateY(-5deg) translateZ(20px);
    height: 100%;
    min-height: 400px;
}.teaching_experience_nADxH .employee_section_CjaxU {
    font-size: calc(15px + 0.05rem);
}.teaching_experience_nADxH .name {
    font-size: calc(18px + 0.1rem);
}
}

@media (min-width: 1024px) {.teaching_experience_nADxH .student_feedback_LQb4Y {
    padding: 4rem;
    grid-template-columns: 1.2fr 2fr;
}.teaching_experience_nADxH .image_wrapper_DpreP {
    min-height: 450px;
}.teaching_experience_nADxH .name::after {
    width: 80px;
}.teaching_experience_nADxH .container {
    padding: 0 4rem;
}
}

@media (min-width: 1200px) {.teaching_experience_nADxH .student_feedback_LQb4Y {
    gap: 3rem 4rem;
    grid-template-columns: 1fr 1.8fr;
}.teaching_experience_nADxH .image_wrapper_DpreP {
    min-height: 500px;
}.teaching_experience_nADxH .container {
    padding: 0 2rem;
}
}

@media (max-width: 767px) {.teaching_experience_nADxH {
    padding: 4rem 0;
}.teaching_experience_nADxH .student_feedback_LQb4Y {
    padding: 2rem;
}.teaching_experience_nADxH .image_wrapper_DpreP {
    margin-bottom: 1rem;
    height: 250px;
}.teaching_experience_nADxH .employee_section_CjaxU {
    font-size: calc(15px - 0.05rem);
}.teaching_experience_nADxH .name {
    margin-top: 0.5rem;
}
}

@media (hover: hover) {.teaching_experience_nADxH .student_feedback_LQb4Y {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.teaching_experience_nADxH .student_feedback_LQb4Y:hover {
    transform: translateZ(30px) translateY(-5px);
}
}

@media (hover: none) {.teaching_experience_nADxH .student_feedback_LQb4Y {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateZ(0) !important;
}.teaching_experience_nADxH .image_wrapper_DpreP {
    transform: none !important;
}}.our_team_LEipV {
    padding: 100px 0;
    overflow: hidden;
    background: rgb(229,236,236);
    position: relative;
}.our_team_LEipV::before {
    background: linear-gradient(135deg, rgb(167,205,174,0.5) 0%, transparent 50%, rgb(183,130,157,0.5) 100%);
    height: 100%;
    position: absolute;
    width: 100%;
    content: "";
    top: 0;
    opacity: 0.15;
    z-index: 1;
    left: 0;
}.our_team_LEipV .container {
    position: relative;
    z-index: 2;
}.our_team_LEipV .quick_training_A90gi {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}.our_team_LEipV h3 {
    font-size: 36px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    letter-spacing: 2px;
    color: #000000;
    margin-bottom: 60px;
    font-weight: 700;
}.our_team_LEipV h3::after {
    content: "";
    left: 50%;
    height: 3px;
    bottom: -15px;
    transform: translateX(-50%);
    width: 50px;
    position: absolute;
    background: rgb(167,205,174);
}.our_team_LEipV .skill_pro_iGVkR,
.our_team_LEipV .virtual_training_fV4gU {
    width: calc(50% - 30px);
    margin-bottom: 30px;
    position: relative;
}.our_team_LEipV .skill_pro_iGVkR {
    margin-right: 60px;
    padding-right: 30px;
}.our_team_LEipV .skill_pro_iGVkR span {
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    color: rgb(167,205,174);
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(167,205,174,0.5);
    display: inline-block;
    font-size: 22px;
}.our_team_LEipV .skill_pro_iGVkR p,
.our_team_LEipV .virtual_training_fV4gU p {
    line-height: 1.8;
    margin-bottom: 30px;
    color: #000000;
    font-size: 15px;
}.our_team_LEipV .image_wrapper_DpreP,
.our_team_LEipV .learn_classes_OYuD3 {
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    height: 320px;
    border-radius: 12px 12px 0 12px;
}.our_team_LEipV .image_wrapper_DpreP:hover,
.our_team_LEipV .learn_classes_OYuD3:hover {
    transform: scale(1.02);
}.our_team_LEipV .image_wrapper_DpreP::after,
.our_team_LEipV .learn_classes_OYuD3::after {
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.5));
    content: "";
    left: 0;
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}.our_team_LEipV .image_wrapper_DpreP::before,
.our_team_LEipV .learn_classes_OYuD3::before {
    z-index: 2;
    border-radius: 12px 12px 0 12px;
    border-left-color: rgb(167,205,174,0.5);
    opacity: 0;
    top: 0;
    content: "";
    height: 100%;
    position: absolute;
    border-bottom-color: rgb(167,205,174,0.5);
    width: 100%;
    box-sizing: border-box;
    left: 0;
    transition: opacity 0.4s ease;
    border: 8px solid transparent;
}.our_team_LEipV .learn_classes_OYuD3::before {
    border-bottom-color: rgb(183,130,157,0.5);
    border-left-color: rgb(183,130,157,0.5);
}.our_team_LEipV .image_wrapper_DpreP:hover::before,
.our_team_LEipV .learn_classes_OYuD3:hover::before {
    opacity: 1;
}.our_team_LEipV .quick_training_A90gi::before {
    left: 50%;
    content: "";
    height: 70%;
    width: 2px;
    transform: translate(-50%, -50%);
    background: linear-gradient(to bottom, rgb(167,205,174,0.5), rgb(183,130,157,0.5));
    top: 50%;
    position: absolute;
}.our_team_LEipV .quick_training_A90gi::after {
    position: absolute;
    top: 50%;
    height: 20px;
    border: 2px solid rgb(167,205,174);
    background: #ffffff;
    width: 20px;
    content: "";
    transform: translate(-50%, -50%);
    left: 50%;
    border-radius: 50%;
}

@media (max-width: 1200px) {.our_team_LEipV {
    padding: 80px 0;
}.our_team_LEipV h3 {
    margin-bottom: 50px;
}.our_team_LEipV .skill_pro_iGVkR,
    .our_team_LEipV .virtual_training_fV4gU {
    width: calc(50% - 20px);
}.our_team_LEipV .skill_pro_iGVkR {
    margin-right: 40px;
}.our_team_LEipV .image_wrapper_DpreP,
    .our_team_LEipV .learn_classes_OYuD3 {
    height: 280px;
}
}

@media (max-width: 992px) {.our_team_LEipV h3 {
    margin-bottom: 40px;
}.our_team_LEipV .skill_pro_iGVkR,
    .our_team_LEipV .virtual_training_fV4gU {
    padding-right: 0;
    width: 100%;
    margin-right: 0;
}.our_team_LEipV .virtual_training_fV4gU {
    margin-top: 50px;
}.our_team_LEipV .quick_training_A90gi::before,
    .our_team_LEipV .quick_training_A90gi::after {
    display: none;
}
}

@media (max-width: 768px) {.our_team_LEipV {
    padding: 60px 0;
}.our_team_LEipV h3 {
    letter-spacing: 1px;
    font-size: calc(36px * 0.9);
}.our_team_LEipV .skill_pro_iGVkR span {
    font-size: calc(22px * 0.95);
}.our_team_LEipV .image_wrapper_DpreP,
    .our_team_LEipV .learn_classes_OYuD3 {
    height: 260px;
}
}

@media (max-width: 576px) {.our_team_LEipV {
    padding: 50px 0;
}.our_team_LEipV h3 {
    font-size: calc(36px * 0.85);
    margin-bottom: 35px;
}.our_team_LEipV .skill_pro_iGVkR span {
    margin-bottom: 15px;
    font-size: calc(22px * 0.9);
}.our_team_LEipV .skill_pro_iGVkR p,
    .our_team_LEipV .virtual_training_fV4gU p {
    margin-bottom: 25px;
    font-size: calc(15px * 0.95);
    line-height: 1.7;
}.our_team_LEipV .image_wrapper_DpreP,
    .our_team_LEipV .learn_classes_OYuD3 {
    height: 220px;
}.our_team_LEipV .image_wrapper_DpreP::before,
    .our_team_LEipV .learn_classes_OYuD3::before {
    border-width: 6px;
}}

.our_team_LEipV .virtual_training_fV4gU p {
    padding-left: 25px;
    position: relative;
}.our_team_LEipV .virtual_training_fV4gU p::before {
    border-radius: 10px;
    left: 0;
    width: 4px;
    bottom: 5px;
    background: rgb(183,130,157,0.5);
    top: 5px;
    content: "";
    position: absolute;
}.our_team_LEipV .skill_pro_iGVkR::after {
    width: 50px;
    left: -10px;
    opacity: 0.7;
    border-left: 3px solid rgb(167,205,174);
    top: -10px;
    height: 50px;
    border-top: 3px solid rgb(167,205,174);
    position: absolute;
    content: "";
}.our_team_LEipV .virtual_training_fV4gU::after {
    opacity: 0.7;
    height: 50px;
    border-bottom: 3px solid rgb(183,130,157);
    width: 50px;
    bottom: -10px;
    right: -10px;
    border-right: 3px solid rgb(183,130,157);
    content: "";
    position: absolute;
}.cookieInformationAlert_DlRTE {
    position: fixed;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgb(167,205,174);
    padding: 20px 0;
    z-index: 1000;
    bottom: 0;
    animation: fadeInUp 0.5s ease-out;
    width: 100%;
    background-color: rgb(229,236,236);
}.cookieInformationAlert_DlRTE .edu_track_kG52t {
    transform-origin: center;
    margin-right: 20px;
    flex-shrink: 0;
    animation: logoScale 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}.cookieInformationAlert_DlRTE .edu_track_kG52t svg {
    fill: rgb(167,205,174);
    height: 60px;
    width: 60px;
}@keyframes logoScale {
    0% {
        transform: scale(0);
    }
    80% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
.cookieInformationAlert_DlRTE .accept_cookies_1E9Yb {
    flex-grow: 1;
}.cookieInformationAlert_DlRTE .accept_cookies_1E9Yb h5 {
    color: rgb(167,205,174);
    margin-bottom: 6px;
    font-size: 19px;
}.cookieInformationAlert_DlRTE .accept_cookies_1E9Yb p {
    margin: 0;
    font-size: 18px;
    color: #000000;
    line-height: 1.5;
}.cookieInformationAlert_DlRTE .user_tracker_pDOHA {
    margin-top: 20px;
    color: #ffffff;
    transition: transform 0.3s, box-shadow 0.3s;
    text-decoration: none;
    font-size: 17px;
    padding: 10px 20px;
    display: inline-block;
    background-color: rgb(167,205,174);
    margin-right: 15px;
    border-radius: 5px;
}.cookieInformationAlert_DlRTE .user_tracker_pDOHA:hover {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}.cookieInformationAlert_DlRTE .user_tracker_pDOHA:active {
    transform: translateY(1px);
    box-shadow: none;
}
@media (max-width: 768px) {.cookieInformationAlert_DlRTE .edu_track_kG52t {
    margin-right: 0;
    margin-bottom: 15px;
}.cookieInformationAlert_DlRTE .user_tracker_pDOHA {
    margin-left: 0;
    width: 48%;
    text-align: center;
}}
#cookieNoticePrompt_SxdJl {
    display: none;
}#cookieNoticePrompt_SxdJl:checked ~ .cookieInformationAlert_DlRTE {
    opacity: 0;
    visibility: hidden;
}.course_program_4tPA0 {
    overflow: hidden;
    background: rgb(229,236,236);
    position: relative;
    padding: 120px 0;
}.course_program_4tPA0::before {
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 2px, rgb(183,130,157,0.5) 2px, rgb(183,130,157,0.5) 4px),
        repeating-linear-gradient(-45deg, transparent, transparent 2px, rgb(167,205,174,0.5) 2px, rgb(167,205,174,0.5) 4px);
    top: 0;
    right: 0;
    content: "";
    opacity: 0.03;
    left: 0;
    z-index: 0;
    bottom: 0;
    position: absolute;
}.course_program_4tPA0::after {
    position: absolute;
    top: 5%;
    left: 5%;
    background: 
        radial-gradient(ellipse at top left, rgb(167,205,174,0.5) 0%, transparent 60%),
        radial-gradient(ellipse at bottom right, rgb(183,130,157,0.5) 0%, transparent 60%);
    animation: ambientLight 15s infinite alternate ease-in-out;
    height: 90%;
    content: "";
    filter: blur(40px);
    z-index: 0;
    width: 90%;
}.course_program_4tPA0 .container {
    position: relative;
    z-index: 1;
}.course_program_4tPA0 .quick_training_A90gi {
    display: flex;
    overflow: visible;
    position: relative;
    border-radius: 22px;
    max-width: 100%;
    flex-direction: column;
    background: transparent;
}.course_program_4tPA0 .image_wrapper_DpreP {
    position: absolute;
    width: 100%;
    top: 0;
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 22px;
    z-index: 0;
    left: 0;
    transform: translateZ(0);
    height: 100%;
    overflow: hidden;
    filter: saturate(0.8) contrast(1.1);
}.course_program_4tPA0 .image_wrapper_DpreP::before {
    width: 100%;
    position: absolute;
    left: 0;
    mix-blend-mode: multiply;
    top: 0;
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 30%,
        transparent 70%,
        rgba(0, 0, 0, 0.5) 100%
    );
    content: "";
    z-index: 1;
    height: 100%;
}.course_program_4tPA0 .image_wrapper_DpreP::after {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background: 
        linear-gradient(to right, #000000 0%, transparent 20%, transparent 80%, #000000 100%),
        linear-gradient(to bottom, #000000 0%, transparent 20%, transparent 80%, #000000 100%);
    z-index: 2;
    content: "";
    opacity: 0.7;
}.course_program_4tPA0 .quick_training_A90gi:hover .image_wrapper_DpreP {
    filter: saturate(1.1) contrast(1.2);
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 100%, 
        65% 100%, 
        60% 85%, 
        40% 85%, 
        35% 100%, 
        0% 100%
    );
}.course_program_4tPA0 .study_track_p4AxJ {
    transition: all 0.6s ease;
    border-radius: 22px;
    padding: 80px 60px;
    background: rgba(255, 255, 255, 0.9);
    transform: perspective(1000px) rotateX(2deg);
    margin: 40px auto;
    position: relative;
    width: 85%;
    backdrop-filter: blur(10px);
    box-shadow:
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    z-index: 3;
}.course_program_4tPA0 .study_track_p4AxJ::before {
    border-radius: calc(22px + 2px);
    left: -2px;
    position: absolute;
    opacity: 0.7;
    transition: opacity 0.6s ease;
    background: linear-gradient(
        45deg,
        rgb(167,205,174) 0%,
        transparent 30%,
        transparent 70%,
        rgb(183,130,157) 100%
    );
    z-index: -1;
    top: -2px;
    content: "";
    right: -2px;
    bottom: -2px;
}.course_program_4tPA0 .study_track_p4AxJ::after {
    right: 10px;
    border: 1px dashed rgb(167,205,174,0.5);
    position: absolute;
    z-index: -1;
    transition: all 0.4s ease;
    opacity: 0.5;
    top: 10px;
    left: 10px;
    border-radius: 10px;
    bottom: 10px;
    content: "";
}.course_program_4tPA0 .quick_training_A90gi:hover .study_track_p4AxJ {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow:
        0 20px 45px rgba(0, 0, 0, 0.15),
        0 10px 25px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.2);
}.course_program_4tPA0 .quick_training_A90gi:hover .study_track_p4AxJ::before {
    opacity: 1;
}.course_program_4tPA0 .quick_training_A90gi:hover .study_track_p4AxJ::after {
    top: 15px;
    opacity: 0.7;
    bottom: 15px;
    right: 15px;
    left: 15px;
}.course_program_4tPA0 .main_mainwrap_Brgza {
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    left: 50%;
    display: flex;
    transform: translateX(-50%);
    height: 70px;
    background: #ffffff;
    position: absolute;
    border-radius: 50%;
    top: -35px;
    width: 70px;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 4px 8px rgba(0, 0, 0, 0.05),
        0 0 0 5px rgb(167,205,174,0.5);
    z-index: 5;
    align-items: center;
    justify-content: center;
}.course_program_4tPA0 .main_mainwrap_Brgza::before {
    right: -10px;
    animation: rotateConic 10s linear infinite;
    top: -10px;
    left: -10px;
    border-radius: 50%;
    z-index: -1;
    content: "";
    background: 
        conic-gradient(
            rgb(167,205,174) 0deg, 
            rgb(167,205,174) 90deg, 
            transparent 90deg, 
            transparent 180deg, 
            rgb(183,130,157) 180deg, 
            rgb(183,130,157) 270deg, 
            transparent 270deg, 
            transparent 360deg
        );
    transition: opacity 0.5s ease;
    bottom: -10px;
    position: absolute;
    opacity: 0.5;
}.course_program_4tPA0 .main_mainwrap_Brgza:hover {
    transform: translateX(-50%) scale(1.1);
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.15),
        0 6px 12px rgba(0, 0, 0, 0.08),
        0 0 0 5px rgb(183,130,157,0.5);
}.course_program_4tPA0 .main_mainwrap_Brgza:hover::before {
    opacity: 0.8;
}.course_program_4tPA0 .main_mainwrap_Brgza svg {
    height: 40px;
    width: 40px;
    transition: transform 0.5s ease;
}.course_program_4tPA0 .main_mainwrap_Brgza:hover svg {
    transform: rotate(15deg);
}.course_program_4tPA0 .main_mainwrap_Brgza svg path {
    fill: rgb(167,205,174);
    transition: fill 0.5s ease;
}.course_program_4tPA0 .main_mainwrap_Brgza:hover svg path {
    fill: rgb(183,130,157);
}.course_program_4tPA0 h3 {
    text-align: center;
    color: #000000;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 20px;
    font-size: 35px;
    margin-bottom: 30px;
    font-weight: 700;
    margin-top: 20px;
}.course_program_4tPA0 h3::before {
    height: 2px;
    background: rgb(167,205,174);
    width: 50px;
    bottom: 0;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    transition: width 0.5s ease;
    content: "";
}.course_program_4tPA0 h3::after {
    height: 1px;
    bottom: -5px;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    background: rgb(183,130,157,0.5);
    transition: width 0.5s ease;
    content: "";
    width: 100px;
}.course_program_4tPA0 .study_track_p4AxJ:hover h3::before {
    width: 100px;
}.course_program_4tPA0 .study_track_p4AxJ:hover h3::after {
    width: 150px;
}.course_program_4tPA0 p {
    font-size: 12px;
    margin: 0 auto;
    max-width: 90%;
    line-height: 1.8;
    color: #000000;
    position: relative;
    text-align: center;
}.course_program_4tPA0 p::before, 
.course_program_4tPA0 p::after {
    width: 20px;
    content: "";
    opacity: 0.3;
    height: 20px;
    position: absolute;
    transition: all 0.5s ease;
}.course_program_4tPA0 p::before {
    top: -10px;
    border-top: 2px solid rgb(167,205,174);
    left: -10px;
    border-left: 2px solid rgb(167,205,174);
}.course_program_4tPA0 p::after {
    right: -10px;
    bottom: -10px;
    border-right: 2px solid rgb(183,130,157);
    border-bottom: 2px solid rgb(183,130,157);
}.course_program_4tPA0 .study_track_p4AxJ:hover p::before,
.course_program_4tPA0 .study_track_p4AxJ:hover p::after {
    height: 40px;
    width: 40px;
    opacity: 0.6;
}

@keyframes ambientLight {
    0% {
        opacity: 0.3;
        transform: scale(0.95) rotate(0deg);
    }
    50% {
        opacity: 0.5;
        transform: scale(1) rotate(5deg);
    }
    100% {
        opacity: 0.3;
        transform: scale(0.95) rotate(0deg);
    }
}

@keyframes rotateConic {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (min-width: 992px) and (max-width: 1199px) {.course_program_4tPA0 {
    padding: 100px 0;
}.course_program_4tPA0 .study_track_p4AxJ {
    padding: 70px 50px;
    width: 90%;
}.course_program_4tPA0 h3 {
    font-size: calc(35px - 2px);
}
}

@media (min-width: 768px) and (max-width: 991px) {.course_program_4tPA0 {
    padding: 80px 0;
}.course_program_4tPA0 .study_track_p4AxJ {
    margin: 30px auto;
    width: 90%;
    padding: 60px 40px;
}.course_program_4tPA0 .main_mainwrap_Brgza {
    top: -30px;
    height: 60px;
    width: 60px;
}.course_program_4tPA0 .main_mainwrap_Brgza svg {
    width: 35px;
    height: 35px;
}.course_program_4tPA0 h3 {
    padding-bottom: 15px;
    font-size: calc(35px - 4px);
    margin-bottom: 25px;
}.course_program_4tPA0 p {
    line-height: 1.7;
    font-size: calc(12px - 1px);
}
}

@media (max-width: 767px) {.course_program_4tPA0 {
    padding: 60px 0;
}.course_program_4tPA0 .study_track_p4AxJ {
    margin: 25px auto;
    width: 95%;
    padding: 50px 30px;
    transform: none;
}.course_program_4tPA0 .main_mainwrap_Brgza {
    width: 50px;
    height: 50px;
    top: -25px;
}.course_program_4tPA0 .main_mainwrap_Brgza svg {
    width: 30px;
    height: 30px;
}.course_program_4tPA0 .main_mainwrap_Brgza::before {
    display: none;
}.course_program_4tPA0 h3 {
    margin-bottom: 20px;
    font-size: calc(35px - 6px);
    padding-bottom: 12px;
}.course_program_4tPA0 p {
    line-height: 1.6;
    font-size: calc(12px - 2px);
    max-width: 100%;
}.course_program_4tPA0 p::before, 
    .course_program_4tPA0 p::after {
    width: 15px;
    height: 15px;
}.course_program_4tPA0 .study_track_p4AxJ:hover p::before,
    .course_program_4tPA0 .study_track_p4AxJ:hover p::after {
    height: 25px;
    width: 25px;
}.course_program_4tPA0 h3::before {
    width: 40px;
}.course_program_4tPA0 h3::after {
    width: 80px;
}.course_program_4tPA0 .study_track_p4AxJ:hover h3::before {
    width: 70px;
}.course_program_4tPA0 .study_track_p4AxJ:hover h3::after {
    width: 110px;
}.course_program_4tPA0 .image_wrapper_DpreP {
    clip-path: polygon(
            0% 0%, 
            100% 0%, 
            100% 100%, 
            60% 100%, 
            50% 95%, 
            40% 95%, 
            30% 100%, 
            0% 100%
        );
}.course_program_4tPA0 .quick_training_A90gi:hover .image_wrapper_DpreP {
    clip-path: polygon(
            0% 0%, 
            100% 0%, 
            100% 100%, 
            65% 100%, 
            55% 92%, 
            35% 92%, 
            25% 100%, 
            0% 100%
        );
}.course_program_4tPA0 .study_track_p4AxJ::after {
    display: none;
}}.learning_impact_Kh1Vn {
    background: linear-gradient(135deg, rgb(229,236,236) 0%, #ffffff 100%);
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.learning_impact_Kh1Vn::before {
    filter: blur(40px);
    top: -20%;
    width: 45%;
    content: "";
    transform: rotate(-15deg) skewX(-15deg);
    right: -10%;
    position: absolute;
    height: 80%;
    opacity: 0.3;
    z-index: 1;
    background: linear-gradient(120deg, rgb(183,130,157,0.5) 0%, rgb(167,205,174,0.5) 100%);
}.learning_impact_Kh1Vn::after {
    z-index: 1;
    position: absolute;
    content: "";
    height: 70%;
    bottom: -10%;
    transform: rotate(15deg) skewY(5deg);
    filter: blur(30px);
    width: 35%;
    background: linear-gradient(210deg, rgb(167,205,174,0.5) 0%, rgb(183,130,157,0.5) 100%);
    left: -5%;
    opacity: 0.2;
}.learning_impact_Kh1Vn .container {
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
    max-width: 1280px;
    position: relative;
}.learning_impact_Kh1Vn .quick_training_A90gi {
    gap: 60px;
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    perspective: 1000px;
}.learning_impact_Kh1Vn .paragraph_wrap_jBpoE {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 1px 2px rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 40px 30px;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    transform: translateZ(10px);
    backdrop-filter: blur(10px);
}.learning_impact_Kh1Vn .paragraph_wrap_jBpoE::before {
    height: 100%;
    background: linear-gradient(to bottom, rgb(167,205,174), rgb(183,130,157));
    width: 4px;
    position: absolute;
    top: 0;
    content: "";
    left: 0;
}.learning_impact_Kh1Vn h4 {
    color: #000000;
    margin-bottom: 30px;
    transition: transform 0.5s ease-out;
    transform: translateX(0);
    font-size: 21px;
    position: relative;
    font-weight: 700;
}.learning_impact_Kh1Vn h4::after {
    background: rgb(183,130,157);
    transform: scaleX(1);
    bottom: -10px;
    left: 0;
    position: absolute;
    transform-origin: left;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    height: 3px;
    content: "";
    width: 80px;
}.learning_impact_Kh1Vn .paragraph_wrap_jBpoE:hover h4 {
    transform: translateX(5px);
}.learning_impact_Kh1Vn .paragraph_wrap_jBpoE:hover h4::after {
    transform: scaleX(1.2);
}.learning_impact_Kh1Vn .paragraph_wrap_jBpoE > div {
    gap: 30px;
    flex-direction: column;
    display: flex;
}.learning_impact_Kh1Vn ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.learning_impact_Kh1Vn li {
    transition: transform 0.3s ease-out;
    transform: translateY(0);
    margin-bottom: 20px;
}.learning_impact_Kh1Vn li:last-child {
    margin-bottom: 0;
}.learning_impact_Kh1Vn li:hover {
    transform: translateY(-3px);
}.learning_impact_Kh1Vn li p {
    color: #000000;
    display: flex;
    margin: 0;
    align-items: flex-start;
    line-height: 1.6;
    font-size: 17px;
    gap: 15px;
}.learning_impact_Kh1Vn li p span:first-child {
    height: 38px;
    transition: all 0.3s ease;
    border-radius: 50%;
    width: 38px;
    display: flex;
    flex-shrink: 0;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    justify-content: center;
    align-items: center;
}.learning_impact_Kh1Vn li:hover p span:first-child {
    background: linear-gradient(135deg, #ffffff 0%, rgb(229,236,236) 100%);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);
    transform: scale(1.1) rotate(10deg);
}.learning_impact_Kh1Vn svg {
    height: 22px;
    width: 22px;
    transition: transform 0.3s ease;
}.learning_impact_Kh1Vn svg path {
    fill: rgb(167,205,174);
    transition: fill 0.3s ease;
}.learning_impact_Kh1Vn li:hover svg {
    transform: rotate(-10deg);
}.learning_impact_Kh1Vn li:hover svg path {
    fill: rgb(183,130,157);
}.learning_impact_Kh1Vn li p span:last-child {
    font-weight: 400;
    flex-grow: 1;
    transition: all 0.3s ease;
}.learning_impact_Kh1Vn li:hover p span:last-child {
    transform: translateX(5px);
}.learning_impact_Kh1Vn .image_wrapper_DpreP {
    border: 8px solid #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 10px 20px rgba(0, 0, 0, 0.08);
    max-width: 500px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    object-fit: cover;
    height: auto;
    transform: perspective(1000px) rotateY(-5deg) rotateX(3deg) translateZ(0);
    width: 100%;
}.learning_impact_Kh1Vn .image_wrapper_DpreP:hover {
    transform: perspective(1000px) rotateY(0) rotateX(0) translateZ(20px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15),
                0 15px 25px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {.learning_impact_Kh1Vn .paragraph_wrap_jBpoE > div {
    gap: 40px;
    flex-direction: row;
}.learning_impact_Kh1Vn .paragraph_wrap_jBpoE > div > div {
    flex: 1;
}.learning_impact_Kh1Vn .paragraph_wrap_jBpoE {
    padding: 50px 40px;
}
}

@media (min-width: 992px) {.learning_impact_Kh1Vn {
    padding: 150px 0;
}.learning_impact_Kh1Vn .quick_training_A90gi {
    justify-content: space-between;
    align-items: center;
    gap: 80px;
    flex-direction: row;
}.learning_impact_Kh1Vn .paragraph_wrap_jBpoE {
    flex: 1;
    transform: perspective(1000px) translateZ(30px) rotateY(2deg);
    max-width: 60%;
}.learning_impact_Kh1Vn .image_wrapper_DpreP {
    transform: perspective(1000px) rotateY(-8deg) rotateX(5deg) translateZ(20px);
    max-width: 40%;
    flex: 1;
}.learning_impact_Kh1Vn h4 {
    font-size: calc(21px * 1.1);
}.learning_impact_Kh1Vn li p {
    font-size: calc(17px * 1.05);
}
}

@media (min-width: 1200px) {.learning_impact_Kh1Vn .quick_training_A90gi {
    gap: 100px;
}.learning_impact_Kh1Vn .paragraph_wrap_jBpoE {
    padding: 60px 50px;
}.learning_impact_Kh1Vn li p span:first-child {
    width: 42px;
    height: 42px;
}.learning_impact_Kh1Vn svg {
    width: 24px;
    height: 24px;
}.learning_impact_Kh1Vn h4::after {
    width: 100px;
}
}

@media (max-width: 767px) {.learning_impact_Kh1Vn {
    padding: 80px 0;
}.learning_impact_Kh1Vn .paragraph_wrap_jBpoE {
    padding: 30px 20px;
}.learning_impact_Kh1Vn h4 {
    margin-bottom: 25px;
    font-size: calc(21px * 0.9);
}.learning_impact_Kh1Vn li p {
    font-size: calc(17px * 0.95);
}.learning_impact_Kh1Vn li p span:first-child {
    width: 34px;
    height: 34px;
}.learning_impact_Kh1Vn svg {
    width: 20px;
    height: 20px;
}}.thankYouWeb_ui0ZR {
    position: relative;
    background: linear-gradient(135deg, rgb(229,236,236) 0%, rgba(rgb(167,205,174,0.5), 0.05) 100%);
    padding: 6rem 0;
    overflow: hidden;
}.thankYouWeb_ui0ZR::before {
    height: 80%;
    transform: rotate(-15deg) skew(5deg);
    top: -15%;
    width: 40%;
    opacity: 0.2;
    content: "";
    filter: blur(60px);
    animation: float 18s ease-in-out infinite alternate;
    position: absolute;
    right: -5%;
    z-index: 0;
    background: linear-gradient(225deg, rgb(183,130,157) 0%, rgba(rgb(183,130,157,0.5), 0.2) 100%);
}.thankYouWeb_ui0ZR::after {
    position: absolute;
    transform: rotate(15deg) skew(-5deg);
    left: -5%;
    filter: blur(50px);
    opacity: 0.15;
    content: "";
    bottom: -10%;
    height: 70%;
    width: 35%;
    animation: float 15s ease-in-out infinite alternate-reverse;
    z-index: 0;
    background: linear-gradient(45deg, rgb(167,205,174) 0%, rgba(rgb(167,205,174,0.5), 0.1) 100%);
}.thankYouWeb_ui0ZR .container {
    z-index: 1;
    padding: 0 1.5rem;
    max-width: 1140px;
    position: relative;
    margin: 0 auto;
}.thankYouWeb_ui0ZR .quick_training_A90gi {
    gap: calc(14px * 1.5);
    display: grid;
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.08),
                0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
    grid-template-rows: auto auto;
    padding: clamp(2rem, 5vw, 3.5rem);
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
    transform: translateY(20px);
    opacity: 0;
    background: rgba(rgb(255, 255, 255, 0.5), 0.95);
    position: relative;
}.thankYouWeb_ui0ZR .quick_training_A90gi::before {
    width: 5px;
    height: 100%;
    transform-origin: top;
    background: linear-gradient(180deg, rgb(167,205,174) 0%, rgb(183,130,157) 100%);
    left: 0;
    transform: scaleY(0);
    animation: growDown 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.6s;
    content: "";
    top: 0;
    position: absolute;
}.thankYouWeb_ui0ZR h5 {
    font-size: 21px;
    margin: 0;
    overflow: hidden;
    padding-bottom: 0.75rem;
    color: #000000;
    position: relative;
    letter-spacing: -0.01em;
    line-height: 1.3;
    font-weight: 700;
}.thankYouWeb_ui0ZR h5::after {
    background: rgb(183,130,157);
    height: 3px;
    left: 0;
    bottom: 0;
    animation: slideRight 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 1s;
    transform: translateX(-100%);
    width: 80px;
    content: "";
    position: absolute;
}.thankYouWeb_ui0ZR a {
    overflow: hidden;
    text-decoration: none;
    position: relative;
    transition: transform 0.4s ease-out;
    display: block;
}.thankYouWeb_ui0ZR a:hover {
    transform: translateY(-5px);
}.thankYouWeb_ui0ZR a::before {
    opacity: 0;
    border-radius: 50% 0 50% 0;
    transform: scale(0);
    right: -20px;
    width: 80px;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    position: absolute;
    bottom: -20px;
    background: linear-gradient(135deg, transparent 50%, rgba(rgb(183,130,157,0.5), 0.1) 50%);
    content: "";
    height: 80px;
}.thankYouWeb_ui0ZR a:hover::before {
    transform: scale(1);
    opacity: 1;
}.thankYouWeb_ui0ZR p {
    transform: translateY(10px);
    margin: 0;
    color: #000000;
    position: relative;
    opacity: 0;
    font-family: Arial, sans-serif;
    line-height: 1.7;
    animation: fadeIn 0.8s ease-out forwards 1.2s;
    font-size: 14px;
}

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {.thankYouWeb_ui0ZR {
    padding: 4rem 0;
}.thankYouWeb_ui0ZR .quick_training_A90gi {
    padding: 1.75rem;
}.thankYouWeb_ui0ZR h5 {
    font-size: calc(21px * 0.9);
}.thankYouWeb_ui0ZR p {
    font-size: calc(14px * 0.95);
}
}

@media (prefers-reduced-motion: reduce) {.thankYouWeb_ui0ZR::before,
    .thankYouWeb_ui0ZR::after {
    animation: none;
}.thankYouWeb_ui0ZR .quick_training_A90gi,
    .thankYouWeb_ui0ZR h5::after,
    .thankYouWeb_ui0ZR p {
    animation-duration: 0.1s;
}.thankYouWeb_ui0ZR a:hover {
    transform: none;
}}.privacy_hold_s529D {
    overflow: hidden;
    color: #000000;
    font-family: Arial, sans-serif;
    width: 100%;
    background-color: rgb(183,130,157);
    padding: 30px;
    height: 100%;
}.privacy_hold_s529D h1 {
    margin-top: 30px;
    font-size: 39px;
    font-weight: 700;
    margin-bottom: 20px;
    color: rgb(167,205,174);
}.privacy_hold_s529D h2 {
    color: rgb(167,205,174);
    margin-bottom: 15px;
    font-size: 38px;
    margin-top: 25px;
    font-weight: 600;
}.privacy_hold_s529D h3, .privacy_hold_s529D h4, .privacy_hold_s529D h5, .privacy_hold_s529D h6 {
    color: rgb(167,205,174);
    margin-top: 20px;
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 23px;
}.privacy_hold_s529D li {
    font-size: 13px;
    color: #ffffff;
    margin-bottom: 10px;
}.privacy_hold_s529D section {
    border-radius: 26px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    padding: 20px;
}.privacy_hold_s529D p, .privacy_hold_s529D span, .privacy_hold_s529D div {
    font-size: 13px;
    margin-bottom: 5px;
    line-height: 20px;
    color: #ffffff;
}

@media only screen and (max-width: 800px) {.privacy_hold_s529D {
    padding: 20px;
}.privacy_hold_s529D h1 {
    margin-bottom: 15px;
    font-size: calc(23px - 5px);
    margin-top: 25px;
}.privacy_hold_s529D h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: calc(23px - 3px);
}.privacy_hold_s529D h3, .privacy_hold_s529D h4, .privacy_hold_s529D h5, .privacy_hold_s529D h6 {
    margin-bottom: 5px;
    margin-top: 15px;
    font-size: calc(23px - 2px);
}.privacy_hold_s529D ul, .privacy_hold_s529D ol {
    margin: 10px 0;
    padding: 5px 0;
}.privacy_hold_s529D li {
    margin-bottom: 5px;
    font-size: calc(13px - 1px);
}.privacy_hold_s529D p, .privacy_hold_s529D span, .privacy_hold_s529D div {
    font-size: calc(13px - 1px);
    margin-bottom: 4px;
}}.training_structure_6dqex {
    background: linear-gradient(135deg, rgb(229,236,236) 0%, rgba(245, 247, 250, 0.9) 100%);
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.training_structure_6dqex::before {
    content: "";
    animation: patternMove 35s linear infinite;
    width: 100%;
    background-image: 
        linear-gradient(45deg, transparent 48%, rgb(167,205,174,0.5) 49%, rgb(167,205,174,0.5) 51%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, rgb(183,130,157,0.5) 49%, rgb(183,130,157,0.5) 51%, transparent 52%);
    background-size: 40px 40px;
    background-position: 0 0;
    z-index: 1;
    height: 100%;
    opacity: 0.1;
    position: absolute;
    top: 0;
    left: 0;
}.training_structure_6dqex::after {
    content: "";
    transform: rotate(-15deg);
    z-index: 1;
    top: -50%;
    right: -20%;
    height: 200%;
    opacity: 0.15;
    position: absolute;
    background: linear-gradient(120deg, rgb(167,205,174,0.5) 0%, transparent 70%);
    width: 60%;
}.training_structure_6dqex .container {
    z-index: 2;
    perspective: 1000px;
    position: relative;
    transform-style: preserve-3d;
}.training_structure_6dqex .quick_training_A90gi {
    position: relative;
    justify-content: center;
    display: flex;
    margin: 0 auto;
    align-items: center;
    max-width: 1140px;
    z-index: 3;
}.training_structure_6dqex .quick_training_A90gi > div {
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.05),
        0 1px 4px rgba(0, 0, 0, 0.03),
        0 20px 25px -5px rgba(0, 0, 0, 0.1);
    transform: translateZ(0);
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.5s ease;
    position: relative;
    max-width: 900px;
    padding: 50px 40px;
    border-left: 4px solid rgb(167,205,174);
    background: #ffffff;
    border-radius: 2px;
}.training_structure_6dqex .quick_training_A90gi > div:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 2px 6px rgba(0, 0, 0, 0.04),
        0 30px 35px -10px rgba(0, 0, 0, 0.12);
    transform: translateY(-5px) translateZ(10px);
}.training_structure_6dqex .quick_training_A90gi > div::before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    z-index: -1;
    top: 0;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
    width: 100%;
}.training_structure_6dqex h3 {
    transform: translateX(0);
    font-size: calc(29px * 0.85);
    color: #000000;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
    transition: transform 0.4s ease;
}.training_structure_6dqex h3::after {
    width: 60px;
    background: linear-gradient(90deg, rgb(167,205,174) 0%, rgb(183,130,157) 100%);
    bottom: 0;
    position: absolute;
    left: 0;
    height: 3px;
    transition: width 0.4s ease-in-out;
    content: "";
}.training_structure_6dqex .quick_training_A90gi > div:hover h3 {
    transform: translateX(5px);
}.training_structure_6dqex .quick_training_A90gi > div:hover h3::after {
    width: 100px;
}.training_structure_6dqex p {
    font-size: 16px;
    transform: translateZ(0);
    margin-bottom: 0;
    position: relative;
    line-height: 1.8;
    color: #000000;
}.training_structure_6dqex p span {
    position: relative;
    display: block;
    padding-left: 10px;
    border-left: 2px solid rgba(var(--primary-color-rgb), 0.3);
}

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

@media screen and (max-width: 991px) {.training_structure_6dqex {
    padding: 80px 0;
}.training_structure_6dqex .quick_training_A90gi > div {
    padding: 40px 30px;
}.training_structure_6dqex h3 {
    margin-bottom: 20px;
    font-size: calc(29px * 0.75);
}
}

@media screen and (max-width: 768px) {.training_structure_6dqex {
    padding: 60px 0;
}.training_structure_6dqex .quick_training_A90gi > div {
    padding: 35px 25px;
}.training_structure_6dqex h3 {
    padding-bottom: 12px;
    margin-bottom: 18px;
    font-size: calc(29px * 0.7);
}.training_structure_6dqex p {
    font-size: calc(16px * 0.95);
    line-height: 1.7;
}
}

@media screen and (max-width: 576px) {.training_structure_6dqex {
    padding: 50px 0;
}.training_structure_6dqex .quick_training_A90gi > div {
    border-left-width: 3px;
    padding: 30px 20px;
}.training_structure_6dqex h3 {
    font-size: calc(29px * 0.65);
    padding-bottom: 10px;
    margin-bottom: 15px;
}.training_structure_6dqex h3::after {
    height: 2px;
    width: 50px;
}.training_structure_6dqex .quick_training_A90gi > div:hover h3::after {
    width: 80px;
}.training_structure_6dqex p {
    font-size: calc(16px * 0.9);
    line-height: 1.6;
}.training_structure_6dqex p span {
    border-left-width: 1px;
    padding-left: 8px;
}}.pricing_feature_tTcxM {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}.pricing_feature_tTcxM::before {
    z-index: 1;
    backdrop-filter: blur(8px);
    position: absolute;
    left: 0;
    background: linear-gradient(135deg, rgba(32, 32, 42, 0.92), rgba(15, 15, 20, 0.95));
    height: 100%;
    width: 100%;
    top: 0;
    content: "";
}.pricing_feature_tTcxM .container {
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
}.pricing_feature_tTcxM .fee_struct_3jicm {
    position: relative;
}.pricing_feature_tTcxM h2 {
    text-align: center;
    position: relative;
    color: #ffffff;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 25px;
    transform: perspective(1000px) translateZ(20px);
}.pricing_feature_tTcxM h2::after {
    background: linear-gradient(90deg, rgb(183,130,157), rgb(167,205,174));
    border-radius: 3px;
    transform: translateX(-50%);
    height: 3px;
    position: absolute;
    bottom: -10px;
    content: "";
    width: 80px;
    left: 50%;
}.pricing_feature_tTcxM .deal_opts_kCbZP {
    max-width: 700px;
    line-height: 1.6;
    text-align: center;
    color: rgb(255, 255, 255, 0.5);
    position: relative;
    margin: 0 auto 50px;
    font-size: calc(14px + 2px);
}.pricing_feature_tTcxM .discount_plan_bGKlB {
    margin: 0;
    list-style: none;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    gap: 30px;
}.pricing_feature_tTcxM .discount_plan_bGKlB li {
    transition: transform 0.4s ease;
    perspective: 1000px;
    transform-style: preserve-3d;
}.pricing_feature_tTcxM .offer_box_gprUJ {
    box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.2),
    -5px -5px 15px rgba(255, 255, 255, 0.05),
    inset 3px 3px 10px rgba(255, 255, 255, 0.05),
    inset -3px -3px 10px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.03);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    text-decoration: none;
    height: 100%;
    overflow: hidden;
    border-radius: 12px;
    display: block;
}.pricing_feature_tTcxM .offer_box_gprUJ::before {
    background: linear-gradient(90deg, rgb(183,130,157), rgb(167,205,174));
    transform-origin: left;
    transition: transform 0.3s ease;
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 5px;
    transform: scaleX(0.7);
}.pricing_feature_tTcxM .bundle_rate_OBsgj {
    height: 100%;
    padding: 30px 25px;
    z-index: 1;
    position: relative;
}.pricing_feature_tTcxM .bundle_price_unrYx {
    position: relative;
    z-index: 2;
}.pricing_feature_tTcxM .offer_box_gprUJ h4 {
    margin-top: 0;
    position: relative;
    transition: transform 0.3s ease;
    font-size: calc(18px - 2px);
    color: #ffffff;
    margin-bottom: 20px;
}.pricing_feature_tTcxM .offer_box_gprUJ h4::before {
    transition: all 0.3s ease;
    border-top: 2px solid rgb(183,130,157);
    height: 30px;
    opacity: 0.6;
    top: -10px;
    content: "";
    width: 30px;
    left: -10px;
    position: absolute;
    border-left: 2px solid rgb(183,130,157);
}.pricing_feature_tTcxM .offer_box_gprUJ p {
    padding-right: 10px;
    margin-bottom: 25px;
    color: rgb(255, 255, 255, 0.5);
    line-height: 1.6;
    overflow-wrap: break-word;
    hyphens: auto;
    overflow-y: auto;
    font-size: 14px;
    max-height: 250px;
    word-break: normal;
}.pricing_feature_tTcxM .offer_box_gprUJ p::-webkit-scrollbar {
    width: 4px;
}.pricing_feature_tTcxM .offer_box_gprUJ p::-webkit-scrollbar-thumb {
    background: rgb(183,130,157,0.5);
    border-radius: 10px;
}.pricing_feature_tTcxM .price_sheet_03enK {
    color: #ffffff;
    padding: 10px 20px;
    position: relative;
    font-weight: 700;
    background: linear-gradient(135deg, rgba(rgb(183,130,157,0.5), 0.1), rgba(rgb(167,205,174,0.5), 0.2));
    font-size: calc(18px + 4px);
    border-radius: 8px;
    box-shadow: 
    2px 2px 8px rgba(0, 0, 0, 0.1),
    -2px -2px 8px rgba(255, 255, 255, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: inline-block;
}.pricing_feature_tTcxM .price_sheet_03enK::before {
    content: "";
    position: absolute;
    height: 1px;
    right: 10px;
    background: linear-gradient(90deg, transparent, rgb(183,130,157), transparent);
    left: 10px;
    bottom: -3px;
}.pricing_feature_tTcxM .offer_box_gprUJ:hover {
    transform: translateY(-5px);
    box-shadow: 
    7px 7px 20px rgba(0, 0, 0, 0.3),
    -7px -7px 20px rgba(255, 255, 255, 0.07),
    inset 3px 3px 10px rgba(255, 255, 255, 0.05),
    inset -3px -3px 10px rgba(0, 0, 0, 0.1);
}.pricing_feature_tTcxM .offer_box_gprUJ:hover::before {
    transform: scaleX(1);
}.pricing_feature_tTcxM .offer_box_gprUJ:hover h4 {
    transform: translateX(5px);
}.pricing_feature_tTcxM .offer_box_gprUJ:hover h4::before {
    transform: scale(1.1);
    opacity: 1;
}.pricing_feature_tTcxM .offer_box_gprUJ:hover .price_sheet_03enK {
    box-shadow: 
    3px 3px 12px rgba(0, 0, 0, 0.15),
    -3px -3px 12px rgba(255, 255, 255, 0.07);
    transform: translateY(-3px) scale(1.03);
}

@media (max-width: 992px) {.pricing_feature_tTcxM {
    padding: 80px 0;
}.pricing_feature_tTcxM h2 {
    font-size: calc(30px - 4px);
}.pricing_feature_tTcxM .deal_opts_kCbZP {
    margin-bottom: 40px;
    font-size: 14px;
}.pricing_feature_tTcxM .discount_plan_bGKlB {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 768px) {.pricing_feature_tTcxM {
    padding: 60px 0;
}.pricing_feature_tTcxM h2 {
    font-size: calc(30px - 6px);
}.pricing_feature_tTcxM .deal_opts_kCbZP {
    font-size: calc(14px - 1px);
    margin-bottom: 30px;
}.pricing_feature_tTcxM .discount_plan_bGKlB {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 450px;
}.pricing_feature_tTcxM .offer_box_gprUJ h4 {
    font-size: 18px;
}.pricing_feature_tTcxM .offer_box_gprUJ p {
    font-size: calc(14px - 1px);
    max-height: 180px;
}.pricing_feature_tTcxM .price_sheet_03enK {
    font-size: 18px;
}
}

@media (max-width: 480px) {.pricing_feature_tTcxM {
    padding: 50px 0;
}.pricing_feature_tTcxM h2 {
    font-size: calc(30px - 8px);
}.pricing_feature_tTcxM .deal_opts_kCbZP {
    font-size: calc(14px - 2px);
}.pricing_feature_tTcxM .bundle_rate_OBsgj {
    padding: 25px 20px;
}.pricing_feature_tTcxM .offer_box_gprUJ h4 {
    font-size: calc(18px - 2px);
}.pricing_feature_tTcxM .price_sheet_03enK {
    font-size: calc(18px - 2px);
    padding: 8px 15px;
}}.customer_experience_duMUA {
    overflow: hidden;
    position: relative;
    background: rgb(229,236,236);
    padding: 100px 0;
}.customer_experience_duMUA::before {
    top: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    opacity: 0.1;
    z-index: 1;
    background: linear-gradient(135deg, transparent 0%, rgb(167,205,174,0.5) 100%);
    content: "";
    left: 0;
}.customer_experience_duMUA::after {
    background: linear-gradient(90deg, transparent, rgb(167,205,174,0.5), transparent);
    position: absolute;
    z-index: 1;
    left: -10%;
    transform: rotate(-3deg);
    top: 30%;
    width: 120%;
    height: 1px;
    content: "";
}.customer_experience_duMUA .quick_training_A90gi {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}.customer_experience_duMUA h4 {
    color: #000000;
    font-weight: 700;
    transform: skewX(-10deg);
    font-size: 33px;
    padding-left: 20px;
    display: inline-block;
    margin-bottom: 70px;
    position: relative;
}.customer_experience_duMUA h4::before {
    position: absolute;
    background: rgb(167,205,174);
    width: 5px;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
}.customer_experience_duMUA h4::after {
    top: 8px;
    width: 100%;
    position: absolute;
    opacity: 0.3;
    height: 100%;
    background: rgb(167,205,174,0.5);
    z-index: -1;
    content: "";
    left: 8px;
}.customer_experience_duMUA .review_voices_Mb5mQ {
    position: relative;
    gap: 50px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}.customer_experience_duMUA .review_voices_Mb5mQ::before {
    width: 200px;
    z-index: -1;
    content: "";
    background: rgb(183,130,157,0.5);
    height: 200px;
    top: -100px;
    right: 10%;
    filter: blur(80px);
    position: absolute;
    opacity: 0.2;
    border-radius: 50%;
}.customer_experience_duMUA .student_feedback_LQb4Y {
    position: relative;
    padding: 35px 30px;
    transform: translateX(0) translateY(0);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background: #ffffff;
    z-index: 1;
}.customer_experience_duMUA .student_feedback_LQb4Y::before,
.customer_experience_duMUA .student_feedback_LQb4Y::after {
    z-index: -1;
    position: absolute;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    content: "";
    border-radius: inherit;
    opacity: 0;
}.customer_experience_duMUA .student_feedback_LQb4Y::before {
    background: linear-gradient(135deg, rgb(167,205,174,0.5) 0%, rgb(183,130,157,0.5) 100%);
    inset: -5px;
    filter: blur(5px);
}.customer_experience_duMUA .student_feedback_LQb4Y::after {
    filter: blur(10px);
    inset: -10px;
    background: linear-gradient(225deg, rgb(167,205,174,0.5) 0%, rgb(183,130,157,0.5) 100%);
}.customer_experience_duMUA .student_feedback_LQb4Y:hover {
    transform: translateX(-5px) translateY(-5px);
}.customer_experience_duMUA .student_feedback_LQb4Y:hover::before,
.customer_experience_duMUA .student_feedback_LQb4Y:hover::after {
    opacity: 1;
}.customer_experience_duMUA .student_feedback_LQb4Y:nth-child(odd) {
    border-radius: 0 20px 0 20px;
}.customer_experience_duMUA .student_feedback_LQb4Y:nth-child(even) {
    border-radius: 20px 0 20px 0;
}.customer_experience_duMUA .image_wrapper_DpreP {
    z-index: 2;
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
    transition: all 0.5s ease;
}.customer_experience_duMUA .image_wrapper_DpreP::before,
.customer_experience_duMUA .image_wrapper_DpreP::after {
    position: absolute;
    content: "";
    z-index: -1;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: inherit;
    inset: 0;
}.customer_experience_duMUA .image_wrapper_DpreP::before {
    background: linear-gradient(135deg, rgb(167,205,174,0.5) 0%, rgb(183,130,157,0.5) 100%);
    transform: translate(5px, 5px);
}.customer_experience_duMUA .image_wrapper_DpreP::after {
    transform: translate(-5px, -5px);
    background: linear-gradient(225deg, rgb(167,205,174,0.5) 0%, rgb(183,130,157,0.5) 100%);
    opacity: 0.5;
}.customer_experience_duMUA .student_feedback_LQb4Y:hover .image_wrapper_DpreP::before {
    transform: translate(8px, 8px);
}.customer_experience_duMUA .student_feedback_LQb4Y:hover .image_wrapper_DpreP::after {
    transform: translate(-8px, -8px);
}.customer_experience_duMUA .student_feedback_LQb4Y:nth-child(odd) .image_wrapper_DpreP {
    border-radius: 0 30px 0 30px;
}.customer_experience_duMUA .student_feedback_LQb4Y:nth-child(even) .image_wrapper_DpreP {
    border-radius: 30px 0 30px 0;
}.customer_experience_duMUA .student_feedback_LQb4Y span {
    text-align: center;
    font-size: 19px;
    color: #000000;
    display: block;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: Arial, sans-serif;
    position: relative;
}.customer_experience_duMUA .student_feedback_LQb4Y span::after {
    transform: translateX(-50%);
    content: "";
    bottom: -8px;
    left: 50%;
    background: rgb(167,205,174);
    width: 50px;
    height: 2px;
    position: absolute;
}.customer_experience_duMUA .student_feedback_LQb4Y p {
    line-height: 1.6;
    text-align: center;
    position: relative;
    color: #000000;
    font-size: 13px;
    font-weight: 400;
    font-family: Arial, sans-serif;
}.customer_experience_duMUA .student_feedback_LQb4Y p::first-letter {
    font-size: 1.2em;
    color: rgb(167,205,174);
    font-weight: 700;
}.customer_experience_duMUA .student_feedback_LQb4Y:nth-child(3n+1) {
    transform: rotate(-2deg);
}.customer_experience_duMUA .student_feedback_LQb4Y:nth-child(3n+2) {
    transform: rotate(2deg);
}.customer_experience_duMUA .student_feedback_LQb4Y:nth-child(3n+1):hover,
.customer_experience_duMUA .student_feedback_LQb4Y:nth-child(3n+2):hover {
    transform: translateX(-5px) translateY(-5px) rotate(0);
}

@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media (max-width: 767px) {.customer_experience_duMUA {
    padding: 70px 0;
}.customer_experience_duMUA h4 {
    transform: none;
    text-align: center;
    font-size: calc(33px * 0.8);
    padding-left: 0;
    display: block;
    margin-bottom: 50px;
}.customer_experience_duMUA h4::before {
    top: auto;
    transform: translateX(-50%);
    height: 3px;
    bottom: -15px;
    left: 50%;
    width: 50px;
}.customer_experience_duMUA h4::after {
    display: none;
}.customer_experience_duMUA .review_voices_Mb5mQ {
    gap: 40px;
    grid-template-columns: 1fr;
}.customer_experience_duMUA .student_feedback_LQb4Y {
    padding: 25px 20px;
}.customer_experience_duMUA .student_feedback_LQb4Y:nth-child(3n+1),
    .customer_experience_duMUA .student_feedback_LQb4Y:nth-child(3n+2) {
    transform: none;
}.customer_experience_duMUA .image_wrapper_DpreP {
    width: 80px;
    height: 80px;
}.customer_experience_duMUA .student_feedback_LQb4Y span {
    font-size: calc(19px * 0.9);
}.customer_experience_duMUA .student_feedback_LQb4Y p {
    font-size: calc(13px * 0.9);
}
}