* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.dNa-play-market {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}::-webkit-scrollbar {
    background: rgb(154,151,186,0.5);
}::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #ffffff;
}::-webkit-scrollbar-thumb {
    box-shadow: -1px -4px 4px 2px rgba(0, 0, 0, 0.3);
    border-radius: 6.6rem;
    background: rgb(255, 255, 255, 0.5);
    border: 3px double rgb(154,151,186,0.5);
}::-webkit-scrollbar-thumb:hover {
    background: rgb(166,104,135);
}* {
    scrollbar-color: rgb(226,219,230) rgb(255, 255, 255, 0.5);
    scrollbar-width: thin;
}svg {
    width: 30px;
    height: 30px;
}.byl-viewport-container {
    min-height: 100%;
    flex-direction: column;
    display: flex;
    height: 100%;
}html,body {
    min-height: 100%;
    auto
contain
touch-action: none;
    height: 100%;
    color: #000000;
    scroll-snap-type: none;
    font-family: Arial, sans-serif;
}.container {
    width: 1226px;
    margin: auto;
    max-width: 100%;
}.lMF-head-know {
    flex: 1 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.TUW-data-overview {
    position: relative;
    overflow: hidden;
    padding: 6rem 0 4rem;
    background: linear-gradient(135deg, rgb(226,219,230) 40%, rgb(166,104,135,0.5) 100%);
}.TUW-data-overview::before {
    height: 100%;
    opacity: 0.6;
    width: 100%;
    background-image: radial-gradient(circle at 10% 20%, rgb(154,151,186,0.5) 5%, transparent 30%);
    position: absolute;
    left: 0;
    z-index: 0;
    content: "";
    top: 0;
}.TUW-data-overview::after {
    right: -20%;
    content: "";
    z-index: 0;
    transform: rotate(-15deg) skew(20deg);
    background: linear-gradient(225deg, rgb(166,104,135,0.5) 0%, transparent 70%);
    height: 70%;
    width: 70%;
    position: absolute;
    top: -30%;
}.TUW-data-overview .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
    padding: 0 20px;
}.TUW-data-overview ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    list-style: none;
    gap: 2.5rem 1.5rem;
    padding: 0;
    margin: 0 0 3rem;
    transform: translateX(-1rem);
}.TUW-data-overview .eFz-program-statistics {
    animation-delay: calc(var(--i, 0) * 0.15s);
    opacity: 0;
    transform: translateY(30px);
    animation: stat-appear 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    position: relative;
}.TUW-data-overview .eFz-program-statistics:nth-child(1) {
    --i: 1;
}.TUW-data-overview .eFz-program-statistics:nth-child(2) {
    --i: 2;
}.TUW-data-overview .eFz-program-statistics:nth-child(3) {
    --i: 3;
}.TUW-data-overview .eFz-program-statistics:nth-child(4) {
    --i: 4;
}.TUW-data-overview .eFz-program-statistics:nth-child(5) {
    --i: 5;
}.TUW-data-overview .eFz-program-statistics:nth-child(6) {
    --i: 6;
}.TUW-data-overview .eFz-program-statistics:nth-child(7) {
    --i: 7;
}.TUW-data-overview .eFz-program-statistics div {
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    transform: perspective(800px) rotateX(2deg) rotateY(-2deg);
    z-index: 1;
    height: 100%;
    padding: 2rem 1.5rem;
    box-shadow: 0 8px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    position: relative;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease;
    overflow: hidden;
}.TUW-data-overview .eFz-program-statistics div::before {
    height: 100%;
    width: 4px;
    background: linear-gradient(to bottom, rgb(154,151,186), rgb(166,104,135));
    position: absolute;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1) 0.1s;
    transform-origin: top;
    top: 0;
    transform: scaleY(0);
    content: "";
    left: 0;
}.TUW-data-overview .eFz-program-statistics div::after {
    transform-origin: left;
    position: absolute;
    background: linear-gradient(to right, rgb(154,151,186), rgb(166,104,135));
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    content: "";
    width: 100%;
    height: 4px;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}.TUW-data-overview .eFz-program-statistics:hover div {
    transform: perspective(800px) rotateX(0deg) rotateY(0deg) translateY(-5px);
    box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.2), 0 15px 20px -15px rgba(0, 0, 0, 0.1);
}.TUW-data-overview .eFz-program-statistics:hover div::before {
    transform: scaleY(1);
}.TUW-data-overview .eFz-program-statistics:hover div::after {
    transform: scaleX(1);
}.TUW-data-overview .eFz-program-statistics p {
    margin: 0 0 0.5rem;
    transition: transform 0.3s ease;
    line-height: 1;
    background: linear-gradient(135deg, rgb(154,151,186) 20%, rgb(166,104,135) 80%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    color: rgb(154,151,186);
    position: relative;
    background-clip: text;
    display: inline-block;
    font-weight: 700;
    font-size: 3.5rem;
}.TUW-data-overview .eFz-program-statistics:hover p {
    transform: scale(1.05);
}.TUW-data-overview .eFz-program-statistics p::after {
    width: 100%;
    transform: scaleX(0);
    position: absolute;
    background: linear-gradient(90deg, rgb(154,151,186,0.5), transparent);
    content: "";
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    height: 4px;
    left: 0;
    bottom: 0.5rem;
}.TUW-data-overview .eFz-program-statistics:hover p::after {
    transform: scaleX(1);
}.TUW-data-overview .eFz-program-statistics span {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
    color: #000000;
    opacity: 0.9;
    display: block;
    transition: color 0.3s ease;
}.TUW-data-overview .eFz-program-statistics:hover span {
    color: rgb(166,104,135);
}.TUW-data-overview h4 {
    margin: 2rem 0 0;
    position: relative;
    padding-right: 3rem;
    display: inline-block;
    float: right;
    text-align: right;
    color: rgb(154,151,186);
    font-size: calc(21px * 1.2);
}.TUW-data-overview h4::before {
    content: "";
    top: 50%;
    position: absolute;
    background: rgb(154,151,186);
    right: 0;
    height: 2px;
    transform: translateY(-50%);
    width: 2rem;
}

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

@media (max-width: 991px) {.TUW-data-overview {
    padding: 4rem 0 3rem;
}.TUW-data-overview ul {
    transform: translateX(0);
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 2rem 1.5rem;
}.TUW-data-overview .eFz-program-statistics p {
    font-size: 2.8rem;
}.TUW-data-overview h4 {
    float: none;
    display: block;
    padding-right: 0;
    text-align: center;
    margin: 2rem auto 0;
    padding-bottom: 1rem;
}.TUW-data-overview h4::before {
    transform: translateX(50%);
    top: auto;
    width: 3rem;
    right: 50%;
    bottom: 0;
}
}

@media (max-width: 767px) {.TUW-data-overview {
    padding: 3rem 0 2rem;
}.TUW-data-overview ul {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}.TUW-data-overview .eFz-program-statistics div {
    padding: 1.5rem 1rem;
}.TUW-data-overview .eFz-program-statistics p {
    font-size: 2.3rem;
}.TUW-data-overview .eFz-program-statistics span {
    font-size: calc(18px * 0.9);
}
}

@media (max-width: 480px) {.TUW-data-overview ul {
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
}.TUW-data-overview .eFz-program-statistics p {
    font-size: 2rem;
}.TUW-data-overview .eFz-program-statistics div {
    transform: perspective(800px) rotateX(0) rotateY(0);
    padding: 1.25rem 1rem;
}.TUW-data-overview h4 {
    font-size: 21px;
}}.ofv-gratArea {
    background: linear-gradient(135deg, rgb(226,219,230) 0%, rgb(166,104,135,0.5) 100%);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.ofv-gratArea::before {
    position: absolute;
    transform: perspective(1000px) rotateX(5deg);
    opacity: 0.1;
    top: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(154,151,186,0.5) 0px,
        rgb(154,151,186,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    content: "";
}.ofv-gratArea::after {
    transform: rotate(15deg);
    height: 300px;
    opacity: 0.1;
    width: 300px;
    background: rgb(154,151,186);
    content: "";
    border-radius: 100px;
    position: absolute;
    right: -50px;
    animation: float 15s ease-in-out infinite;
    bottom: -50px;
    z-index: 0;
}.ofv-gratArea .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    padding: 0 20px;
    transform-style: preserve-3d;
}.ofv-gratArea h2 {
    transform: translateZ(20px);
    margin-bottom: 40px;
    position: relative;
    font-weight: 700;
    color: #000000;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
    font-size: 34px;
    line-height: 1.3;
}.ofv-gratArea h2::after {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    left: 0;
    bottom: -15px;
    width: 80px;
    content: "";
    position: absolute;
    transform: translateZ(30px);
    animation: pulse 3s infinite alternate;
    background: rgb(154,151,186);
    height: 4px;
}.ofv-gratArea .fNy-study-training {
    padding: 40px;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.1),
        0 5px 15px rgba(0,0,0,0.05);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    background: #ffffff;
    transform: perspective(1000px) rotateY(-2deg);
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}.ofv-gratArea .fNy-study-training::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 6px;
    background: linear-gradient(90deg, rgb(154,151,186) 0%, rgb(166,104,135) 100%);
    width: 100%;
    content: "";
}.ofv-gratArea .fNy-study-training:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
}.ofv-gratArea ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.ofv-gratArea li {
    padding-left: 25px;
    position: relative;
}.ofv-gratArea li::before {
    height: 8px;
    background: rgb(154,151,186);
    left: 0;
    width: 8px;
    content: "";
    top: 8px;
    animation: spin 12s linear infinite;
    position: absolute;
    transform: rotate(45deg);
}.ofv-gratArea span {
    display: block;
    font-family: Arial, sans-serif;
    color: #000000;
    position: relative;
    line-height: 1.7;
    z-index: 2;
    font-size: 15px;
}

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

@keyframes pulse {
    0%, 100% {
        opacity: 1;
        transform: translateZ(30px) scaleX(1);
    }
    50% {
        opacity: 0.8;
        transform: translateZ(30px) scaleX(1.1);
    }
}

@keyframes spin {
    0% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(405deg);
    }
}

@media (max-width: 992px) {.ofv-gratArea {
    padding: 90px 0;
}.ofv-gratArea h2 {
    font-size: calc(34px * 0.9);
}.ofv-gratArea .fNy-study-training {
    padding: 30px;
}
}

@media (max-width: 768px) {.ofv-gratArea {
    padding: 70px 0;
}.ofv-gratArea h2 {
    font-size: calc(34px * 0.8);
    margin-bottom: 30px;
}.ofv-gratArea h2::after {
    width: 60px;
}.ofv-gratArea .fNy-study-training {
    transform: perspective(1000px) rotateY(-1deg);
    padding: 25px;
}.ofv-gratArea span {
    font-size: calc(15px * 0.95);
}
}

@media (max-width: 576px) {.ofv-gratArea {
    padding: 50px 0;
}.ofv-gratArea h2 {
    font-size: calc(34px * 0.7);
    margin-bottom: 25px;
}.ofv-gratArea h2::after {
    height: 3px;
    width: 50px;
}.ofv-gratArea .fNy-study-training {
    padding: 20px;
    transform: none;
}.ofv-gratArea li {
    padding-left: 20px;
}.ofv-gratArea span {
    font-size: calc(15px * 0.9);
    line-height: 1.6;
}}.uAs-cookieNotificationBar {
    width: 100%;
    bottom: 0;
    z-index: 90;
    border-top: 2px solid rgb(154,151,186);
    position: fixed;
    background: rgb(226,219,230);
}.AdN-cookie-preference {
    padding: 20px 0;
    align-items: center;
    justify-content: space-between;
    display: flex;
}.uAs-cookieNotificationBar h5 {
    margin-bottom: 6px;
    font-size: 22px;
}#Djd-cookiePopupBanner {
    display: none;
}#Djd-cookiePopupBanner:checked ~ .uAs-cookieNotificationBar {
    visibility: hidden;
    opacity: 0;
}.uAs-cookieNotificationBar p {
    font-size: 18px;
}.nif-visitor-acceptance {
    flex-shrink: 0;
    margin-right: 10px;
}.nif-visitor-acceptance svg, .nif-visitor-acceptance svg path, .nif-visitor-acceptance img {
    fill: rgb(154,151,186);
    width: 100px;
    height: 100px;
}.JDp-track-prefs {
    color: rgb(154,151,186);
    border-bottom: 2px solid rgb(154,151,186);
    text-decoration: none;
    flex-shrink: 0;
    min-width: 120px;
    margin-left: 10px;
    cursor: pointer;
    white-space: nowrap;
    line-height: 35px;
    text-align: center;
    font-size: 24px;
}.uAs-cookieNotificationBar p a {
    text-decoration: none;
    color: rgb(154,151,186);
}
@media only screen and (max-width: 1200px) {.uAs-cookieNotificationBar {
    padding: 20px;
}}

.byl-viewport-container .uAs-cookieNotificationBar {
    box-shadow: rgb(166,104,135,0.5) 0px 0px 40px 39px;
    background: rgb(166,104,135);
    border: none;
    padding: 40px 0;
}.byl-viewport-container .JDp-track-prefs {
    padding: 10px;
    border: none;
    margin-left: 30px;
    background: rgb(154,151,186);
    font-weight: 400;
    font-size: 20px;
    color: #ffffff;
}.byl-viewport-container .WOe-track-toggle h5, .byl-viewport-container .WOe-track-toggle p {
    color: #ffffff;
}
@media only screen and (max-width: 800px) {.nif-visitor-acceptance {
    display: none;
}.AdN-cookie-preference {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.uAs-cookieNotificationBar h5 {
    text-align: center;
}.uAs-cookieNotificationBar p {
    text-align: center;
}.WOe-track-toggle {
    margin-bottom: 20px;
}body .byl-viewport-container .JDp-track-prefs {
    margin-left: 0;
    margin-bottom: 10px;
}}.jqy-title-board {
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
    font-family: Arial, sans-serif;
    position: relative;
}.jqy-title-board .snB-main-first {
    position: relative;
    display: flex;
    height: 100vh;
    width: 100%;
    align-items: center;
    justify-content: center;
}.jqy-title-board .snB-main-first::before {
    left: 0;
    z-index: 1;
    width: 100%;
    background: linear-gradient(135deg, rgb(154,151,186,0.5), rgba(0, 0, 0, 0.5) 80%);
    height: 100%;
    content: '';
    top: 0;
    position: absolute;
}.jqy-title-board .stB-expert-guides {
    position: relative;
    z-index: 2;
    width: 85%;
    backdrop-filter: blur(10px);
    transform: translateY(-20px);
    grid-gap: 2.5rem;
    grid-template-columns: 1fr;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    display: grid;
    animation: fadeIn 0.8s ease-out forwards;
    padding: 3rem;
    max-width: 1200px;
}.jqy-title-board .stB-expert-guides::before {
    animation: expandWidth 1.2s ease-out forwards 0.2s;
    position: absolute;
    background: rgb(166,104,135);
    top: -5px;
    left: 0;
    height: 5px;
    width: 50%;
    content: '';
}.jqy-title-board .stB-expert-guides::after {
    width: 50%;
    animation: expandWidth 1.2s ease-out forwards 0.4s;
    content: '';
    background: rgb(154,151,186);
    height: 5px;
    right: 0;
    position: absolute;
    bottom: -5px;
}.jqy-title-board .stB-expert-guides > div {
    transform: translateY(20px);
    opacity: 0;
}.jqy-title-board .stB-expert-guides > div:first-child {
    animation: slideUp 0.6s ease-out forwards 0.5s;
}.jqy-title-board .stB-expert-guides > div:last-child {
    animation: slideUp 0.6s ease-out forwards 0.8s;
}.jqy-title-board .title_style_header {
    display: inline-block;
    color: #ffffff;
    position: relative;
    margin: 0 0 1rem 0;
    line-height: 1.2;
    font-weight: 700;
    font-size: calc(40px * 1.1);
}.jqy-title-board .title_style_header::after {
    height: 3px;
    left: 0;
    position: absolute;
    content: '';
    animation: expandWidth 1s ease-out forwards 1.2s;
    bottom: -10px;
    width: 0;
    background: rgb(166,104,135);
}.jqy-title-board h3 {
    line-height: 1.5;
    margin: 0 0 1.5rem 0;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    font-size: calc(22px * 1.05);
    padding-left: 1rem;
}.jqy-title-board h3::before {
    opacity: 0.7;
    position: absolute;
    top: 0;
    background: rgb(166,104,135);
    left: 0;
    content: '';
    height: 100%;
    width: 3px;
}.jqy-title-board p {
    line-height: 1.6;
    font-weight: 400;
    margin: 0;
    color: #ffffff;
    font-size: calc(13px * 1.1);
    padding-left: 1rem;
    position: relative;
}.jqy-title-board p::before {
    top: 50%;
    transform: translateY(-50%);
    background: rgb(166,104,135);
    content: '';
    height: 3px;
    width: 7px;
    position: absolute;
    left: 0;
    opacity: 0.7;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

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

@keyframes expandWidth {
  from {
    width: 0;
  }
  to {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {.jqy-title-board .stB-expert-guides {
    padding: 4rem;
    grid-template-columns: 1fr 1fr;
}.jqy-title-board .title_style_header {
    font-size: calc(40px * 1.3);
}.jqy-title-board h3 {
    font-size: calc(22px * 1.1);
}.jqy-title-board p {
    font-size: calc(13px * 1.2);
}
}

@media screen and (min-width: 992px) {.jqy-title-board .stB-expert-guides {
    transform: translateY(-30px);
}.jqy-title-board .title_style_header {
    font-size: calc(40px * 1.5);
}.jqy-title-board h3 {
    font-size: calc(22px * 1.15);
}.jqy-title-board .stB-expert-guides > div:first-child {
    padding-right: 2rem;
}.jqy-title-board .stB-expert-guides > div:last-child {
    padding-left: 2rem;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}
}

@media screen and (max-width: 767px) {.jqy-title-board .snB-main-first {
    height: auto;
    min-height: 100vh;
    padding: 3rem 0;
}.jqy-title-board .stB-expert-guides {
    padding: 2rem;
    width: 90%;
}.jqy-title-board .title_style_header {
    font-size: calc(40px * 1);
}.jqy-title-board h3 {
    font-size: 22px;
}.jqy-title-board p {
    font-size: 13px;
}
}

@media screen and (max-width: 480px) {.jqy-title-board .snB-main-first {
    padding: 2rem 0;
}.jqy-title-board .stB-expert-guides {
    grid-gap: 1.5rem;
    width: 95%;
    padding: 1.5rem;
}.jqy-title-board .title_style_header {
    font-size: calc(40px * 0.9);
}.jqy-title-board h3 {
    font-size: calc(22px * 0.95);
    padding-left: 0.75rem;
}.jqy-title-board p {
    padding-left: 0.75rem;
    font-size: calc(13px * 0.95);
}}.PbM-company-overview {
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
}.PbM-company-overview::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgb(154,151,186,0.5) 70%);
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 1;
    position: absolute;
    left: 0;
}.PbM-company-overview::after {
    right: -50px;
    transform: rotate(15deg);
    width: 250px;
    content: "";
    border: 3px solid rgb(166,104,135,0.5);
    position: absolute;
    z-index: 1;
    bottom: -50px;
    animation: float 10s ease-in-out infinite;
    height: 250px;
}.PbM-company-overview h4 {
    font-size: 32px;
    animation: slideIn 0.8s forwards 0.2s ease-out;
    z-index: 2;
    opacity: 0;
    letter-spacing: 2px;
    color: #ffffff;
    transform: translateX(20px);
    position: relative;
    margin-bottom: 2rem;
    text-transform: uppercase;
    padding-left: 2rem;
    font-weight: 700;
}.PbM-company-overview h4::before {
    content: "";
    background: rgb(166,104,135);
    height: 3px;
    top: 50%;
    position: absolute;
    width: 1.5rem;
    left: 0;
    transform: translateY(-50%);
}.PbM-company-overview .container {
    position: relative;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    padding: 0 15px;
}.PbM-company-overview .wYK-text-info-box {
    transform: translateY(20px);
    clip-path: polygon(0 0, 100% 0, 100% 96%, 96% 100%, 0 100%);
    padding: 3rem;
    animation: fadeUp 1s forwards 0.4s ease-out;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    opacity: 0;
    background: rgba(255, 255, 255, 0.9);
}.PbM-company-overview .wYK-text-info-box h6 {
    padding-bottom: 0.8rem;
    font-weight: 700;
    position: relative;
    color: rgb(154,151,186);
    font-size: 22px;
    margin-bottom: 1.5rem;
    display: inline-block;
}.PbM-company-overview .wYK-text-info-box h6::after {
    height: 2px;
    position: absolute;
    content: "";
    width: 100%;
    bottom: 0;
    left: 0;
    background: linear-gradient(to right, rgb(166,104,135), transparent);
}.PbM-company-overview .wYK-text-info-box div {
    position: relative;
}.PbM-company-overview .wYK-text-info-box span {
    line-height: 1.8;
    display: block;
    font-size: 16px;
    z-index: 2;
    column-gap: 2rem;
    color: #000000;
    position: relative;
    column-count: 1;
}.PbM-company-overview .wYK-text-info-box::before {
    top: 3rem;
    transform: rotate(-5deg);
    position: absolute;
    height: 40%;
    width: 40%;
    z-index: 1;
    border: 1px dashed rgb(166,104,135,0.5);
    content: "";
    opacity: 0.5;
    right: 2rem;
}

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

@keyframes slideIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

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

@media (min-width: 768px) {.PbM-company-overview {
    padding: 7rem 0;
}.PbM-company-overview h4 {
    padding-left: 3rem;
    font-size: calc(32px * 1.2);
}.PbM-company-overview h4::before {
    width: 2.5rem;
}.PbM-company-overview .wYK-text-info-box {
    margin-left: 3rem;
    padding: 4rem;
}.PbM-company-overview .wYK-text-info-box span {
    column-count: 2;
}.PbM-company-overview .wYK-text-info-box::before {
    height: 50%;
    width: 30%;
}
}

@media (min-width: 992px) {.PbM-company-overview {
    padding: 9rem 0;
}.PbM-company-overview h4 {
    margin-left: 3rem;
}.PbM-company-overview .wYK-text-info-box {
    padding: 5rem;
    margin-left: 6rem;
    width: 85%;
}.PbM-company-overview .wYK-text-info-box h6 {
    font-size: calc(22px * 1.2);
}.PbM-company-overview .wYK-text-info-box span {
    column-count: 2;
    column-gap: 3rem;
}.PbM-company-overview::after {
    width: 350px;
    height: 350px;
}
}

@media (max-width: 767px) {.PbM-company-overview {
    padding: 4rem 0;
}.PbM-company-overview h4 {
    padding-left: 1.5rem;
    text-align: left;
}.PbM-company-overview .wYK-text-info-box {
    padding: 2rem;
}.PbM-company-overview .wYK-text-info-box::before {
    display: none;
}}.xKb-contact-panel {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(226,219,230) 0%, rgba(16, 22, 47, 0.95) 100%);
    overflow: hidden;
}.xKb-contact-panel::before {
    content: "";
    background: 
        linear-gradient(90deg, transparent 0%, rgba(rgb(154,151,186), 0.03) 50%, transparent 100%),
        linear-gradient(180deg, transparent 0%, rgba(rgb(166,104,135), 0.04) 50%, transparent 100%);
    background-size: 20px 20px, 20px 20px;
    height: 100%;
    position: absolute;
    width: 100%;
    animation: gridMove 20s linear infinite;
    top: 0;
    left: 0;
}.xKb-contact-panel::after {
    top: 0;
    content: "";
    background: radial-gradient(
        circle at 20% 30%, 
        rgba(rgb(154,151,186), 0.15) 0%, 
        transparent 50%
    ), radial-gradient(
        circle at 80% 70%, 
        rgba(rgb(166,104,135), 0.15) 0%, 
        transparent 50%
    );
    width: 100%;
    opacity: 0.6;
    height: 100%;
    position: absolute;
    z-index: 0;
    left: 0;
}@keyframes gridMove {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 40px 0, 0 40px;
    }
}

.xKb-contact-panel .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 2;
    position: relative;
}.xKb-contact-panel h2 {
    letter-spacing: 2px;
    font-family: Arial, sans-serif;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    position: relative;
}.xKb-contact-panel h2::after {
    border-radius: 1.5px;
    background: linear-gradient(90deg, rgb(154,151,186), rgb(166,104,135));
    width: 80px;
    bottom: -15px;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    content: "";
    height: 3px;
}.xKb-contact-panel .oza-feedback-map {
    margin-top: 60px;
    grid-template-columns: 1fr 1fr;
    display: grid;
    position: relative;
    gap: 30px;
}.xKb-contact-panel .oza-feedback-map::before {
    top: -8px;
    position: absolute;
    z-index: -1;
    border-radius: 16px;
    width: 100%;
    content: "";
    border: 1px solid rgba(rgb(154,151,186), 0.2);
    left: -8px;
    height: 100%;
}.xKb-contact-panel .oza-feedback-map::after {
    bottom: -8px;
    border: 1px solid rgba(rgb(166,104,135), 0.2);
    z-index: -1;
    border-radius: 16px;
    width: 100%;
    position: absolute;
    content: "";
    right: -8px;
    height: 100%;
}.xKb-contact-panel .qCK-frame {
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    height: 100%;
    border-radius: 16px;
    position: relative;
    min-height: 550px;
}.xKb-contact-panel .qCK-frame::before {
    top: 0;
    z-index: 1;
    height: 100%;
    position: absolute;
    width: 100%;
    content: "";
    left: 0;
    background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.6));
}.xKb-contact-panel .qCK-frame::after {
    position: absolute;
    content: "";
    border-top: 2px solid rgba(rgb(154,151,186), 0.6);
    border-right: 2px solid rgba(rgb(154,151,186), 0.6);
    top: 20px;
    right: 20px;
    z-index: 2;
    height: 60px;
    width: 60px;
}.xKb-contact-panel .PGx-contact-inquiry {
    border-radius: 16px;
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    padding: 50px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.xKb-contact-panel .PGx-contact-inquiry::before {
    border-bottom: 2px solid rgba(rgb(166,104,135), 0.6);
    position: absolute;
    width: 60px;
    height: 60px;
    border-left: 2px solid rgba(rgb(166,104,135), 0.6);
    left: 20px;
    bottom: 20px;
    content: "";
}.xKb-contact-panel form {
    width: 100%;
}.xKb-contact-panel form h3 {
    font-weight: 600;
    color: #ffffff;
    padding-left: 20px;
    font-size: 19px;
    font-family: Arial, sans-serif;
    position: relative;
    margin-bottom: 30px;
}.xKb-contact-panel form h3::before {
    position: absolute;
    width: 3px;
    content: "";
    border-radius: 10px;
    background: rgb(154,151,186);
    left: 0;
    top: 0;
    height: 100%;
}.xKb-contact-panel form input[type="text"] {
    width: 100%;
    border-radius: 10px;
    transition: all 0.3s ease;
    color: #ffffff;
    font-size: 17px;
    margin-bottom: 25px;
    padding: 18px 25px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    font-family: Arial, sans-serif;
}.xKb-contact-panel form input[type="text"]:focus {
    box-shadow: 0 0 15px rgba(rgb(154,151,186), 0.2);
    outline: none;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgb(154,151,186);
}.xKb-contact-panel form input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}.xKb-contact-panel .bvC-support-help {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
}.xKb-contact-panel .bvC-support-help input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.xKb-contact-panel .bvC-support-help label {
    font-size: 13px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
    position: relative;
    cursor: pointer;
    padding-left: 35px;
}.xKb-contact-panel .bvC-support-help label::before {
    transition: all 0.3s ease;
    height: 22px;
    background: rgba(255, 255, 255, 0.05);
    top: 2px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: absolute;
    left: 0;
    content: "";
    border-radius: 10px;
    width: 22px;
}.xKb-contact-panel .bvC-support-help input[type="checkbox"]:checked + label::before {
    border-color: rgb(154,151,186);
    background: rgb(154,151,186);
}.xKb-contact-panel .bvC-support-help input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg);
    left: 8px;
    border-right: 2px solid #ffffff;
    content: "";
    position: absolute;
    top: 6px;
    border-bottom: 2px solid #ffffff;
    width: 6px;
    height: 10px;
}.xKb-contact-panel .bvC-support-help label a {
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 600;
    color: rgb(154,151,186);
    position: relative;
}.xKb-contact-panel .bvC-support-help label a:hover {
    color: rgb(166,104,135);
}.xKb-contact-panel form .WYT-connect-box {
    display: inline-block;
    font-family: Arial, sans-serif;
    transition: all 0.4s ease;
    z-index: 1;
    background: linear-gradient(45deg, rgb(154,151,186), rgb(166,104,135));
    font-weight: 600;
    position: relative;
    color: #ffffff;
    padding: 16px 40px;
    font-size: 15px;
    cursor: pointer;
    border-radius: 10px;
    border: none;
    overflow: hidden;
}.xKb-contact-panel form .WYT-connect-box::before {
    top: 0;
    content: "";
    position: absolute;
    left: -100%;
    transition: all 0.4s ease;
    background: linear-gradient(45deg, rgb(166,104,135), rgb(154,151,186));
    width: 100%;
    height: 100%;
    z-index: -1;
}.xKb-contact-panel form .WYT-connect-box:hover::before {
    left: 0;
}.xKb-contact-panel form .WYT-connect-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}.xKb-contact-panel svg {
    fill: rgb(154,151,186);
    width: 22px;
    height: 22px;
}.xKb-contact-panel svg path {
    fill: rgb(154,151,186);
    transition: fill 0.3s ease;
}

@media screen and (max-width: 991px) {.xKb-contact-panel {
    padding: 90px 0;
}.xKb-contact-panel .oza-feedback-map {
    grid-template-columns: 1fr;
    gap: 40px;
}.xKb-contact-panel .qCK-frame {
    min-height: 400px;
}.xKb-contact-panel .PGx-contact-inquiry {
    padding: 40px 30px;
}
}

@media screen and (max-width: 767px) {.xKb-contact-panel {
    padding: 70px 0;
}.xKb-contact-panel h2 {
    font-size: calc(35px * 0.9);
}.xKb-contact-panel .qCK-frame {
    min-height: 350px;
}.xKb-contact-panel .qCK-frame::after,
    .xKb-contact-panel .PGx-contact-inquiry::before {
    width: 40px;
    height: 40px;
}
}

@media screen and (max-width: 576px) {.xKb-contact-panel {
    padding: 50px 0;
}.xKb-contact-panel h2 {
    font-size: calc(35px * 0.8);
}.xKb-contact-panel .oza-feedback-map {
    margin-top: 40px;
}.xKb-contact-panel .qCK-frame {
    min-height: 250px;
}.xKb-contact-panel .PGx-contact-inquiry {
    padding: 30px 20px;
}.xKb-contact-panel form h3 {
    font-size: calc(19px * 0.9);
    margin-bottom: 25px;
}.xKb-contact-panel form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.xKb-contact-panel form .WYT-connect-box {
    padding: 15px 20px;
    width: 100%;
}}.DhO-locate {
    background: rgb(226,219,230);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}.DhO-locate::before {
    top: 0;
    z-index: 1;
    background: 
        linear-gradient(135deg, transparent 0%, rgb(154,151,186,0.5) 100%),
        radial-gradient(circle at 20% 30%, rgb(166,104,135,0.5) 0%, transparent 70%);
    right: 0;
    position: absolute;
    left: 0;
    content: '';
    bottom: 0;
}.DhO-locate::after {
    content: '';
    right: 0;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    top: 0;
}.DhO-locate .container {
    z-index: 3;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.DhO-locate .Dmy-edu-talk {
    display: grid;
    border-radius: 17px;
    backdrop-filter: blur(10px);
    position: relative;
    grid-template-columns: 1fr 2fr;
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    gap: 40px;
    background: rgba(255, 255, 255, 0.08);
    padding: 0;
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.DhO-locate .tMm-join-community {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.05), transparent);
    padding: 35px 40px;
    grid-column: 1 / -1;
    position: relative;
    font-weight: 700;
    color: rgb(154,151,186);
    font-size: 35px;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}.DhO-locate .tMm-join-community::after {
    left: 40px;
    background: rgb(154,151,186);
    border-radius: 10px;
    position: absolute;
    height: 3px;
    content: '';
    width: 60px;
    bottom: 0;
}.DhO-locate .qCK-frame {
    transform: scale(1.001);
    border-radius: 0;
    overflow: hidden;
    height: 100%;
    position: relative;
    min-height: 350px;
}.DhO-locate .qCK-frame::before {
    left: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(
        to bottom right,
        transparent 0%,
        rgb(154,151,186,0.5) 100%
    );
    content: '';
    bottom: 0;
    z-index: 1;
    right: 0;
}.DhO-locate .qCK-frame::after {
    position: absolute;
    width: 60%;
    content: '';
    height: 60%;
    top: -10%;
    animation: floatEffect 8s infinite alternate ease-in-out;
    z-index: 2;
    opacity: 0.7;
    background: radial-gradient(
        circle,
        rgb(154,151,186,0.5) 0%,
        transparent 70%
    );
    right: -10%;
}@keyframes floatEffect {
    0% {
        transform: translateY(0) scale(1);
    }
    100% {
        transform: translateY(-20px) scale(1.1);
    }
}

.DhO-locate .lSM-contact-team {
    padding: 40px;
    gap: 22px;
    position: relative;
    display: flex;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.02);
}.DhO-locate .lSM-contact-team::before {
    background: linear-gradient(to bottom, rgb(154,151,186), rgb(166,104,135), rgb(154,151,186));
    content: '';
    top: 0;
    position: absolute;
    width: 3px;
    height: 100%;
    left: 0;
}.DhO-locate .lSM-contact-team p {
    gap: 15px;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    margin: 0;
    flex-direction: row;
    padding: 0 0 22px 0;
    align-items: flex-start;
}.DhO-locate .lSM-contact-team p:last-child {
    padding-bottom: 0;
    border-bottom: none;
}.DhO-locate .lSM-contact-team p svg {
    width: 22px;
    height: 22px;
    margin-top: 3px;
    flex-shrink: 0;
}.DhO-locate .lSM-contact-team p svg path {
    transition: fill 0.3s ease;
    fill: rgb(154,151,186);
}.DhO-locate .lSM-contact-team p:hover svg path {
    fill: #ffffff;
}.DhO-locate .lSM-contact-team p .content-wrapper {
    display: flex;
    gap: 8px;
    flex-grow: 1;
    flex-direction: column;
}.DhO-locate .lSM-contact-team p {
    color: #ffffff;
}.DhO-locate .lSM-contact-team p span {
    transition: all 0.3s ease;
    position: relative;
    color: #ffffff;
    display: inline-block;
    font-size: 15px;
}.DhO-locate .lSM-contact-team p:first-child span {
    font-size: calc(15px + 2px);
}.DhO-locate .lSM-contact-team p span a {
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    padding: 2px 8px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
}.DhO-locate .lSM-contact-team p span a:hover {
    transform: translateX(5px);
    background: rgb(154,151,186,0.5);
    color: #ffffff;
}.DhO-locate .lSM-contact-team p span b {
    font-weight: 700;
    color: rgb(154,151,186);
}.DhO-locate .AdC-edu-asksup {
    padding-top: 35px;
    margin-top: 35px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}.DhO-locate .Ejx-edu-askedu {
    font-size: 24px;
    font-weight: 600;
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 0 20px 0;
    gap: 12px;
    color: rgb(154,151,186);
    padding-bottom: 15px;
}.DhO-locate .Ejx-edu-askedu svg {
    width: 20px;
    height: 20px;
}.DhO-locate .Ejx-edu-askedu svg path {
    fill: rgb(154,151,186);
}.DhO-locate .Ejx-edu-askedu:after {
    content: '';
    left: 0;
    border-radius: 10px;
    background: rgb(154,151,186);
    bottom: 0;
    width: 40px;
    position: absolute;
    height: 2px;
}.DhO-locate .vxM-edu-guide {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 15px;
    display: grid;
}.DhO-locate .lDc-send-query {
    overflow: hidden;
    padding: 12px 15px;
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    font-size: calc(15px - 1px);
    border-radius: 10px;
    color: #ffffff;
    transition: all 0.3s ease;
}.DhO-locate .lDc-send-query::before {
    height: 100%;
    width: 4px;
    content: '';
    top: 0;
    left: 0;
    opacity: 0.7;
    position: absolute;
    background: rgb(154,151,186);
}.DhO-locate .lDc-send-query::after {
    height: 100%;
    top: 0;
    left: 0;
    transition: opacity 0.3s ease;
    content: '';
    z-index: -1;
    background: rgb(154,151,186);
    opacity: 0;
    position: absolute;
    width: 100%;
}.DhO-locate .lDc-send-query:hover {
    transform: translateX(5px);
}.DhO-locate .lDc-send-query:hover::after {
    opacity: 0.1;
}

@media (max-width: 1199px) {.DhO-locate .Dmy-edu-talk {
    gap: 30px;
}.DhO-locate .lSM-contact-team {
    padding: 30px;
}
}

@media (max-width: 991px) {.DhO-locate {
    padding: 60px 0;
}.DhO-locate .Dmy-edu-talk {
    grid-template-columns: 1fr;
}.DhO-locate .tMm-join-community {
    padding: 30px;
}.DhO-locate .tMm-join-community::after {
    left: 30px;
}.DhO-locate .qCK-frame {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    min-height: 300px;
}.DhO-locate .lSM-contact-team {
    padding: 30px;
}.DhO-locate .lSM-contact-team p svg {
    width: 20px;
    height: 20px;
}
}

@media (max-width: 767px) {.DhO-locate {
    padding: 50px 0;
}.DhO-locate .tMm-join-community {
    font-size: calc(35px - 4px);
    padding: 25px;
}.DhO-locate .tMm-join-community::after {
    left: 25px;
}.DhO-locate .lSM-contact-team {
    padding: 25px;
    gap: 18px;
}.DhO-locate .lSM-contact-team p {
    padding-bottom: 18px;
}.DhO-locate .qCK-frame {
    min-height: 250px;
}.DhO-locate .AdC-edu-asksup {
    margin-top: 25px;
    padding-top: 25px;
}.DhO-locate .vxM-edu-guide {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}
}

@media (max-width: 576px) {.DhO-locate {
    padding: 40px 0;
}.DhO-locate .tMm-join-community {
    text-align: center;
    padding: 20px;
}.DhO-locate .tMm-join-community::after {
    left: 50%;
    transform: translateX(-50%);
}.DhO-locate .lSM-contact-team {
    padding: 20px;
}.DhO-locate .qCK-frame {
    min-height: 200px;
}.DhO-locate .Ejx-edu-askedu {
    text-align: center;
}.DhO-locate .Ejx-edu-askedu:after {
    transform: translateX(-50%);
    left: 50%;
}.DhO-locate .vxM-edu-guide {
    grid-template-columns: 1fr;
}.DhO-locate .lSM-contact-team p {
    flex-direction: row;
}.DhO-locate .lSM-contact-team p svg {
    height: 18px;
    width: 18px;
}
}

@media (max-width: 375px) {.DhO-locate .Dmy-edu-talk {
    border-radius: 10px;
}.DhO-locate .lSM-contact-team {
    padding: 15px;
}.DhO-locate .lSM-contact-team p {
    padding-bottom: 15px;
}.DhO-locate .qCK-frame {
    min-height: 180px;
}.DhO-locate .AdC-edu-asksup {
    padding-top: 20px;
    margin-top: 20px;
}
}

@media (prefers-reduced-motion: reduce) {.DhO-locate .qCK-frame::after {
    animation: none;
}.DhO-locate .lSM-contact-team p span a:hover,
    .DhO-locate .lDc-send-query:hover {
    transform: none;
}}.Usu-developer-experience {
    position: relative;
    overflow: hidden;
    padding: 8rem 0;
    background: linear-gradient(150deg, rgb(226,219,230) 0%, #000000 100%);
    min-height: 700px;
}.Usu-developer-experience::before {
    background-size: 150px 150px;
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    position: absolute;
    height: 100%;
    animation: gridFlow 20s linear infinite;
    background: 
        linear-gradient(90deg, transparent 85%, rgb(154,151,186,0.5) 85%, rgb(154,151,186,0.5) 88%, transparent 88%),
        linear-gradient(180deg, transparent 85%, rgb(166,104,135,0.5) 85%, rgb(166,104,135,0.5) 88%, transparent 88%);
    opacity: 0.1;
    z-index: 1;
}.Usu-developer-experience .container {
    margin: 0 auto;
    max-width: 1300px;
    position: relative;
    padding: 0 2rem;
    z-index: 2;
}.Usu-developer-experience .Yyx-student-stories {
    grid-template-rows: auto auto 1fr;
    grid-template-columns: 45% 1fr;
    position: relative;
    background: transparent;
    display: grid;
    min-height: 580px;
    gap: 20px 30px;
    grid-template-areas:
        "photo name"
        "photo job"
        "photo quote";
}.Usu-developer-experience .Yyx-student-stories::before {
    left: 0;
    content: "";
    border-radius: 21px;
    right: 0;
    opacity: 0.3;
    filter: blur(40px);
    z-index: -1;
    animation: horizontalBreathing 8s ease-in-out infinite alternate;
    background: linear-gradient(90deg, rgb(154,151,186,0.5) 0%, transparent 50%);
    top: 50%;
    height: 90%;
    transform: translateY(-50%);
    position: absolute;
}.Usu-developer-experience .Yyx-student-stories::after {
    z-index: -2;
    left: 0;
    border-radius: 21px;
    top: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 100%;
    position: absolute;
    width: 100%;
    content: "";
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(15px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0.2) 100%);
}.Usu-developer-experience .qCK-frame {
    filter: contrast(1.1) brightness(1.05);
    position: relative;
    transform: scale(1);
    grid-area: photo;
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 21px 0 0 21px;
    height: 100%;
    z-index: 2;
    overflow: hidden;
}.Usu-developer-experience .Yyx-student-stories:hover .qCK-frame {
    transform: scale(1.02);
    filter: contrast(1.2) brightness(1.1);
}.Usu-developer-experience .qCK-frame::before {
    z-index: 3;
    height: 100%;
    left: 0;
    background: rgb(154,151,186);
    opacity: 0.7;
    animation: pulseOpacity 3s ease-in-out infinite;
    position: absolute;
    width: 10px;
    top: 0;
    content: "";
}.Usu-developer-experience .name {
    z-index: 3;
    position: relative;
    grid-area: name;
    margin-top: 80px;
    transform: translateX(0);
    padding-bottom: 10px;
    font-size: 30px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    align-self: end;
    color: #ffffff;
    font-weight: 700;
}.Usu-developer-experience .Yyx-student-stories:hover .name {
    transform: translateX(15px);
}.Usu-developer-experience .name::after {
    bottom: 0;
    left: 0;
    transition: width 0.5s ease;
    content: "";
    width: 0;
    height: 2px;
    background: rgb(154,151,186);
    position: absolute;
}.Usu-developer-experience .Yyx-student-stories:hover .name::after {
    width: 60%;
}.Usu-developer-experience .Yyx-student-stories span:not(.name) {
    align-self: start;
    font-weight: 600;
    color: rgb(166,104,135);
    font-size: 21px;
    grid-area: job;
    transform: translateX(0);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.05s;
    backdrop-filter: blur(5px);
    display: inline-block;
    padding: 0.6rem 1.2rem;
    background: rgba(0, 0, 0, 0.2);
    z-index: 3;
    position: relative;
    border-radius: 10px;
}.Usu-developer-experience .Yyx-student-stories:hover span:not(.name) {
    transform: translateX(15px);
    background: rgba(0, 0, 0, 0.3);
}.Usu-developer-experience .dLv-job-exp {
    z-index: 2;
    position: relative;
    line-height: 1.8;
    backdrop-filter: blur(10px);
    align-self: start;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
    border-radius: 21px;
    padding: 2rem;
    color: #ffffff;
    border-left: 4px solid rgb(166,104,135);
    margin-right: 0;
    transform: translateY(0);
    font-size: 15px;
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
    width: 95%;
    grid-area: quote;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
}.Usu-developer-experience .Yyx-student-stories:hover .dLv-job-exp {
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.4);
    transform: translateX(15px) translateY(-5px);
}.Usu-developer-experience .container::after {
    z-index: -1;
    width: 300px;
    filter: blur(70px);
    right: -150px;
    animation: pulseGlow 10s ease-in-out infinite alternate;
    opacity: 0.3;
    bottom: -150px;
    position: absolute;
    height: 300px;
    background: radial-gradient(circle, rgb(166,104,135,0.5) 0%, transparent 70%);
    content: "";
}

@keyframes gridFlow {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 150px 150px;
    }
}

@keyframes horizontalBreathing {
    0%, 100% {
        opacity: 0.2;
        transform: translateY(-50%) scaleX(0.9);
    }
    50% {
        opacity: 0.4;
        transform: translateY(-50%) scaleX(1.1);
    }
}

@keyframes pulseOpacity {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.9;
    }
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.2);
    }
}

@media (max-width: 992px) {.Usu-developer-experience .Yyx-student-stories {
    grid-template-columns: 1fr;
    gap: 20px;
    grid-template-areas:
            "qCK-frame"
            "name"
            "VkP-employee-details"
            "dLv-job-exp";
    grid-template-rows: auto auto auto auto;
}.Usu-developer-experience .qCK-frame {
    height: 350px;
    border-radius: 21px 21px 0 0;
}.Usu-developer-experience .qCK-frame::before {
    width: 100%;
    height: 10px;
}.Usu-developer-experience .name {
    margin-top: 0;
    text-align: center;
}.Usu-developer-experience .name::after {
    transform: translateX(-50%);
    left: 50%;
}.Usu-developer-experience .Yyx-student-stories:hover .name {
    transform: translateY(-5px);
}.Usu-developer-experience .Yyx-student-stories span:not(.name) {
    margin: 0 auto;
}.Usu-developer-experience .Yyx-student-stories:hover span:not(.name) {
    transform: translateY(-5px);
}.Usu-developer-experience .dLv-job-exp {
    width: 90%;
    margin: 0 auto;
    border-left: none;
    border-top: 4px solid rgb(166,104,135);
}.Usu-developer-experience .Yyx-student-stories:hover .dLv-job-exp {
    transform: translateY(-5px);
}
}

@media (max-width: 576px) {.Usu-developer-experience {
    padding: 5rem 0;
}.Usu-developer-experience .qCK-frame {
    height: 250px;
}.Usu-developer-experience .name {
    font-size: 21px;
}.Usu-developer-experience .Yyx-student-stories span:not(.name) {
    font-size: 15px;
    padding: 0.5rem 1rem;
}.Usu-developer-experience .dLv-job-exp {
    font-size: calc(15px * 0.9);
    line-height: 1.6;
    width: 95%;
    padding: 1.5rem;
}}.dNa-play-market {
    color: #000000;
    padding: 5rem 0 2rem;
    background-color: rgb(226,219,230);
    position: relative;
    font-family: Arial, sans-serif;
}.dNa-play-market::before {
    position: absolute;
    z-index: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: 
        linear-gradient(135deg, rgb(154,151,186,0.5) 0%, transparent 70%),
        linear-gradient(225deg, rgb(166,104,135,0.5) 0%, transparent 70%);
    content: '';
    top: 0;
    opacity: 0.07;
}.dNa-play-market::after {
    height: 7px;
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, 
        rgb(226,219,230) 0%,
        rgb(154,151,186) 35%, 
        rgb(166,104,135) 65%,
        rgb(226,219,230) 100%);
    position: absolute;
    content: '';
    left: 0;
    z-index: 1;
}.dNa-play-market .container {
    position: relative;
    z-index: 2;
}.dNa-play-market .qYI-search-foot {
    flex-direction: column;
    display: flex;
}.dNa-play-market .JMD-ask-form {
    justify-content: center;
    position: relative;
    gap: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    flex-wrap: wrap;
    display: flex;
    padding-bottom: 2rem;
    margin-bottom: 4rem;
}.dNa-play-market .JMD-ask-form::after {
    content: '';
    position: absolute;
    left: 0;
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(166,104,135,0.5) 50%,
        transparent 100%);
    bottom: -1px;
}.dNa-play-market .info_item {
    padding: 0.5rem 1rem;
    flex: 0 0 auto;
    position: relative;
    transition: all 0.3s ease;
    width: 25%;
}.dNa-play-market .info_item::before {
    left: 0;
    background-color: rgba(0, 0, 0, 0.06);
    width: 1px;
    top: 50%;
    content: '';
    position: absolute;
    transform: translateY(-50%);
    height: 60%;
}.dNa-play-market .info_item:first-child::before {
    display: none;
}.dNa-play-market .info_item p,
.dNa-play-market .info_item a {
    justify-content: center;
    text-decoration: none;
    font-weight: 400;
    gap: 0.75rem;
    font-size: calc(13px - 1px);
    color: #000000;
    align-items: center;
    text-align: center;
    display: flex;
    transition: all 0.3s ease;
}.dNa-play-market .info_item:hover {
    transform: translateY(-5px);
}.dNa-play-market .info_item:hover p,
.dNa-play-market .info_item:hover a {
    color: rgb(154,151,186);
}.dNa-play-market .info_item svg {
    height: 20px;
    transition: transform 0.3s ease;
    width: 20px;
    fill: rgb(154,151,186);
}.dNa-play-market .info_item:hover svg {
    transform: rotate(10deg);
}.dNa-play-market .text_main_holder {
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
    gap: 3rem;
}.dNa-play-market .gxm-top-train {
    flex-direction: column;
    display: flex;
    margin-right: auto;
    gap: 1.5rem;
    max-width: 300px;
    width: 100%;
}.dNa-play-market .gxm-top-train svg {
    transition: all 0.3s ease;
    max-width: 160px;
    height: auto;
}.dNa-play-market .gxm-top-train:hover svg {
    transform: scale(1.05);
}.dNa-play-market .yRY-story-spot {
    position: relative;
    line-height: 1.6;
    color: #000000;
    padding-left: 2rem;
    font-size: 12px;
}.dNa-play-market .yRY-story-spot::before {
    left: 0;
    content: '';
    top: 0;
    border-radius: 2px;
    width: 4px;
    position: absolute;
    background: linear-gradient(to bottom, rgb(154,151,186), rgb(166,104,135));
    bottom: 0;
}.dNa-play-market .IQW-main-tutor {
    gap: 2rem;
    flex: 1;
    flex-direction: column;
    position: relative;
    min-width: 240px;
    display: flex;
    max-width: 400px;
}.dNa-play-market .IQW-main-tutor::before {
    left: 0;
    content: '';
    width: 100%;
    position: absolute;
    height: 100%;
    background: rgba(0, 0, 0, 0.02);
    z-index: -1;
    border-radius: 27px;
    top: 0;
}.dNa-play-market .IQW-main-tutor h5 {
    font-size: 18px;
    font-weight: 600;
    background: rgba(0, 0, 0, 0.03);
    padding: 0.75rem 1.5rem;
    border-radius: 10px;
    margin-bottom: 1rem;
    color: #000000;
}.dNa-play-market .Rij-top-teach {
    display: flex;
    gap: 0.75rem;
    padding: 0 1.5rem;
    flex-direction: column;
}.dNa-play-market .Rij-top-teach:first-child {
    position: relative;
}.dNa-play-market .Rij-top-teach a {
    padding: 0.5rem 0;
    font-size: 13px;
    color: #000000;
    position: relative;
    padding-left: 1.25rem;
    transition: all 0.3s ease;
    text-decoration: none;
}.dNa-play-market .Rij-top-teach a::before {
    height: 6px;
    width: 6px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    background-color: rgb(166,104,135,0.5);
    border-radius: 50%;
    left: 0;
    transition: all 0.3s ease;
}.dNa-play-market .Rij-top-teach a:hover {
    color: rgb(154,151,186);
    padding-left: 1.5rem;
}.dNa-play-market .Rij-top-teach a:hover::before {
    width: 8px;
    height: 8px;
    background-color: rgb(154,151,186);
}.dNa-play-market .subscribe_holder {
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 245, 245, 0.8) 100%);
    width: 100%;
    display: flex;
    max-width: 400px;
    position: relative;
    border-radius: 27px;
    gap: 1.5rem;
    flex-direction: column;
}.dNa-play-market .subscribe_holder::before {
    position: absolute;
    border-top-left-radius: 27px;
    border-style: solid;
    height: 0;
    top: 0;
    width: 0;
    content: '';
    left: 0;
    border-color: rgb(154,151,186,0.5) transparent transparent transparent;
    border-width: 50px 50px 0 0;
}.dNa-play-market .subscribe_holder h5 {
    color: #000000;
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 18px;
}.dNa-play-market .subscribe_holder p {
    font-size: 13px;
    color: #000000;
    line-height: 1.6;
}.dNa-play-market .input_holder {
    position: relative;
    display: flex;
    margin-top: 0.5rem;
    flex-direction: column;
    gap: 1rem;
}.dNa-play-market .input_holder input[type="email"] {
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 1.125rem 1.25rem;
    transition: all 0.3s ease;
    font-size: 13px;
    border-radius: 10px;
}.dNa-play-market .input_holder input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgb(154,151,186,0.5);
    border-color: rgb(154,151,186);
    outline: none;
}.dNa-play-market .input_holder input[type="email"]::placeholder {
    color: #000000;
    opacity: 0.5;
}.dNa-play-market .aXu-sub-banners {
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
    border: none;
    padding: 1.125rem 1.25rem;
    background: linear-gradient(135deg, rgb(154,151,186) 0%, rgb(166,104,135) 100%);
    color: #ffffff;
    font-size: 19px;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
    font-weight: 600;
}.dNa-play-market .aXu-sub-banners::before {
    transition: opacity 0.3s ease;
    position: absolute;
    background: linear-gradient(135deg, rgb(166,104,135) 0%, rgb(154,151,186) 100%);
    width: 100%;
    opacity: 0;
    z-index: -1;
    top: 0;
    height: 100%;
    content: '';
    left: 0;
}.dNa-play-market .aXu-sub-banners:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}.dNa-play-market .aXu-sub-banners:hover::before {
    opacity: 1;
}.dNa-play-market .LMI-login-footer {
    position: relative;
    padding-top: 2rem;
    margin-top: 4rem;
    text-align: center;
}.dNa-play-market .LMI-login-footer::before {
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    left: 30%;
    content: '';
    top: 0;
    width: 40%;
    position: absolute;
}.dNa-play-market .HYU-referral-prog {
    opacity: 0.8;
    font-size: 12px;
    color: #000000;
}

@media (max-width: 1200px) {.dNa-play-market .text_main_holder {
    gap: 2.5rem;
}.dNa-play-market .gxm-top-train {
    max-width: 260px;
}.dNa-play-market .IQW-main-tutor {
    min-width: 220px;
}
}

@media (max-width: 991px) {.dNa-play-market {
    padding: 4rem 0 2rem;
}.dNa-play-market .info_item {
    width: 50%;
    padding: 1rem;
}.dNa-play-market .info_item:nth-child(3)::before {
    display: none;
}.dNa-play-market .text_main_holder {
    gap: 3rem;
    align-items: center;
    flex-direction: column;
}.dNa-play-market .gxm-top-train {
    max-width: 100%;
    align-items: center;
    text-align: center;
    width: 100%;
}.dNa-play-market .yRY-story-spot {
    padding-left: 0;
    text-align: center;
    max-width: 500px;
}.dNa-play-market .yRY-story-spot::before {
    display: none;
}.dNa-play-market .IQW-main-tutor {
    max-width: 600px;
    width: 100%;
}.dNa-play-market .subscribe_holder {
    width: 100%;
    max-width: 600px;
}
}

@media (max-width: 768px) {.dNa-play-market {
    padding: 3.5rem 0 1.5rem;
}.dNa-play-market .JMD-ask-form {
    margin-bottom: 3rem;
}.dNa-play-market .info_item {
    width: 100%;
}.dNa-play-market .info_item::before {
    display: none;
}.dNa-play-market .Rij-top-teach {
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 0.5rem 1.5rem;
}.dNa-play-market .Rij-top-teach a {
    padding: 0.5rem 1rem;
    text-align: center;
}.dNa-play-market .Rij-top-teach a::before {
    display: none;
}.dNa-play-market .Rij-top-teach a:hover {
    background-color: rgba(0, 0, 0, 0.03);
    padding-left: 1rem;
    border-radius: 10px;
}.dNa-play-market .LMI-login-footer {
    margin-top: 3rem;
}
}

@media (max-width: 576px) {.dNa-play-market {
    padding: 3rem 0 1.5rem;
}.dNa-play-market .JMD-ask-form {
    margin-bottom: 2.5rem;
    padding-bottom: 1.5rem;
}.dNa-play-market .text_main_holder {
    gap: 2.5rem;
}.dNa-play-market .IQW-main-tutor {
    padding: 1rem;
}.dNa-play-market .IQW-main-tutor h5 {
    text-align: center;
}.dNa-play-market .subscribe_holder {
    padding: 1.5rem;
}.dNa-play-market .subscribe_holder::before {
    border-width: 30px 30px 0 0;
}.dNa-play-market .LMI-login-footer {
    margin-top: 2.5rem;
}}.EHq-privacy-chamber {
    padding: 40px;
    overflow: hidden;
    transition: all 0.3s ease;
    height: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    width: 100%;
}.EHq-privacy-chamber h1 {
    text-transform: uppercase;
    margin-bottom: 25px;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    margin-top: 40px;
    color: #ffffff;
}.EHq-privacy-chamber h2 {
    font-weight: 600;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 30px;
    margin-bottom: 20px;
    text-align: left;
    margin-top: 35px;
}.EHq-privacy-chamber h4,.EHq-privacy-chamber h3, .EHq-privacy-chamber h5 {
    color: #ffffff;
}.EHq-privacy-chamber ul {
    list-style-type: none;
    padding-left: 0;
}.EHq-privacy-chamber li {
    margin-bottom: 15px;
    line-height: 1.6;
    padding: 10px;
    transition: background 0.3s ease;
    font-size: 17px;
    background: rgb(154,151,186,0.5);
    color: #000000;
    font-family: Arial, sans-serif;
    border-radius: 10px;
}.EHq-privacy-chamber li:hover {
    background: rgb(154,151,186);
    color: #ffffff;
}.EHq-privacy-chamber div {
    color: #000000;
    font-size: 17px;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
    background: rgb(226,219,230);
    line-height: 1.8;
    padding: 15px;
    border-radius: 19px;
}.EHq-privacy-chamber p, .EHq-privacy-chamber span {
    line-height: 1.8;
    color: rgb(255, 255, 255, 0.5);
    margin-bottom: 10px;
}
@media only screen and (max-width: 800px) {.EHq-privacy-chamber {
    padding: 20px;
}.EHq-privacy-chamber h1 {
    margin-bottom: 20px;
    font-size: calc(19px - 4px);
    margin-top: 30px;
}.EHq-privacy-chamber h2 {
    margin-top: 25px;
    font-size: calc(19px - 4px);
    margin-bottom: 15px;
}.EHq-privacy-chamber li {
    margin-bottom: 10px;
    padding: 8px;
}.EHq-privacy-chamber div {
    padding: 10px;
}}.YIe-follow {
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 6rem 2rem;
    background: linear-gradient(135deg, rgb(154,151,186,0.5), rgb(166,104,135));
}.YIe-follow::before {
    transform: rotate(-25deg);
    content: "";
    position: absolute;
    top: -5%;
    height: 200%;
    opacity: 0.4;
    left: -10%;
    background: linear-gradient(145deg, rgb(166,104,135), transparent);
    width: 60%;
    z-index: -1;
}.YIe-follow::after {
    width: 40%;
    z-index: -1;
    animation: pulseGlow 8s infinite alternate ease-in-out;
    background: linear-gradient(225deg, rgb(154,151,186), transparent);
    content: "";
    bottom: -10%;
    transform: rotate(15deg);
    height: 80%;
    position: absolute;
    right: -5%;
    opacity: 0.3;
}.YIe-follow .container {
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.YIe-follow .fNy-study-training {
    transform: translateY(0);
    display: grid;
    animation: slideUp 0.8s ease-out forwards;
    gap: 2.5rem;
    grid-template-columns: 1fr;
}.YIe-follow h3 {
    margin: 0;
    font-size: 19px;
    opacity: 0;
    font-family: Arial, sans-serif;
    transform: translateY(20px);
    color: #ffffff;
    font-weight: 600;
    animation: fadeInUp 0.6s 0.3s ease-out forwards;
    line-height: 1.4;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}.YIe-follow .input_holder {
    transform: translateY(30px);
    width: 100%;
    animation: fadeInUp 0.6s 0.5s ease-out forwards;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    opacity: 0;
}.YIe-follow .input_holder div {
    width: 100%;
    position: relative;
}.YIe-follow .input_holder div::before {
    bottom: 0;
    position: absolute;
    z-index: 1;
    content: "";
    background: rgb(154,151,186);
    transition: width 0.4s ease-out;
    height: 2px;
    width: 0;
    left: 0;
}.YIe-follow .input_holder div:focus-within::before {
    background: #ffffff;
    width: 100%;
}.YIe-follow input[type="email"] {
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    border-radius: 10px;
    padding: 1rem 1.5rem;
    background-color: rgba(255, 255, 255, 0.12);
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    transition: all 0.3s ease;
}.YIe-follow input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
    outline: none;
    transform: translateY(-2px);
}.YIe-follow input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.7);
    transition: opacity 0.3s;
}.YIe-follow input[type="email"]:focus::placeholder {
    opacity: 0.5;
}.YIe-follow .WYT-connect-box {
    font-weight: 600;
    font-size: 20px;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15), 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: rgb(154,151,186);
    cursor: pointer;
    position: relative;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    padding: 1rem 2.5rem;
    color: #ffffff;
    border: none;
}.YIe-follow .WYT-connect-box::after {
    background: radial-gradient(circle, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 70%);
    left: 50%;
    transform: translate(-50%, -50%);
    height: 0;
    content: "";
    position: absolute;
    transition: width 0.6s, height 0.6s, opacity 0.6s;
    top: 50%;
    opacity: 0;
    border-radius: 50%;
    width: 0;
}.YIe-follow .WYT-connect-box:hover {
    transform: translateY(-3px);
    background: rgb(166,104,135);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2), 0 4px 8px rgba(0, 0, 0, 0.1);
}.YIe-follow .WYT-connect-box:hover::after {
    width: 250%;
    opacity: 0.8;
    height: 250%;
}.YIe-follow .WYT-connect-box:active {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
    transform: translateY(-1px);
}

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

@keyframes slideUp {
    0% {
        transform: translateY(40px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes pulseGlow {
    0% {
        opacity: 0.2;
        transform: rotate(15deg) scale(1);
    }
    50% {
        opacity: 0.4;
        transform: rotate(12deg) scale(1.05);
    }
    100% {
        opacity: 0.3;
        transform: rotate(15deg) scale(1);
    }
}

@media (min-width: 768px) {.YIe-follow {
    padding: 8rem 3rem;
}.YIe-follow .fNy-study-training {
    grid-template-columns: 1fr;
    gap: 3rem;
}.YIe-follow h3 {
    max-width: 80%;
    font-size: calc(19px * 1.1);
}.YIe-follow .input_holder {
    flex-direction: row;
    max-width: 85%;
    align-items: stretch;
}.YIe-follow .input_holder div {
    flex: 1;
}.YIe-follow .WYT-connect-box {
    min-width: 180px;
}
}

@media (min-width: 992px) {.YIe-follow {
    padding: 9rem 4rem;
}.YIe-follow::before {
    width: 50%;
}.YIe-follow .fNy-study-training {
    gap: 4rem;
    grid-template-columns: 1.2fr 0.8fr;
    align-items: center;
}.YIe-follow h3 {
    transform: translateY(0);
    font-size: calc(19px * 1.2);
}.YIe-follow .input_holder {
    max-width: 100%;
}
}

@media (min-width: 1200px) {.YIe-follow {
    padding: 10rem 5rem;
}.YIe-follow .fNy-study-training {
    grid-template-columns: 1.3fr 0.7fr;
    gap: 5rem;
}.YIe-follow h3 {
    font-size: calc(19px * 1.3);
}
}

@media (max-width: 767px) {.YIe-follow input[type="email"] {
    padding: 0.9rem 1.25rem;
}.YIe-follow .WYT-connect-box {
    padding: 0.9rem 1.5rem;
    margin-top: 0.5rem;
    width: 100%;
}}header {
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 100;
    padding: 0;
    overflow: visible;
    margin-top: 0;
    background: linear-gradient(135deg, rgb(154,151,186,0.5) 0%, rgb(226,219,230) 100%);
}header::before {
    position: absolute;
    content: '';
    opacity: 0.4;
    background-image: 
        radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.3) 0%, transparent 8%),
        radial-gradient(circle at 70% 60%, rgba(255, 255, 255, 0.3) 0%, transparent 12%),
        radial-gradient(circle at 40% 80%, rgba(255, 255, 255, 0.3) 0%, transparent 10%),
        radial-gradient(circle at 80% 30%, rgba(255, 255, 255, 0.3) 0%, transparent 15%),
        radial-gradient(circle at 10% 70%, rgba(255, 255, 255, 0.3) 0%, transparent 8%);
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    z-index: 0;
}header::after {
    width: 100%;
    bottom: 0;
    height: 10px;
    opacity: 0.6;
    left: 0;
    position: absolute;
    content: '';
    background: linear-gradient(90deg, 
        transparent, 
        rgb(154,151,186,0.5), 
        transparent
    );
}header .UEa-head-master {
    padding: 1.3rem 3rem;
    position: relative;
    align-items: center;
    justify-content: space-between;
    z-index: 5;
    display: flex;
}header .gxm-top-train {
    background: rgba(255, 255, 255, 0.15);
    flex: 0 0 auto;
    position: relative;
    margin-right: 2rem;
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.5);
    border-radius: 50% 30% 60% 40% / 40% 50% 30% 50%;
    padding: 1rem;
    overflow: hidden;
    transition: all 0.6s ease;
}header .gxm-top-train:hover {
    transform: translateY(-5px);
    box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.7), 0 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 60% 40% 30% 70% / 50% 30% 60% 40%;
}header .Eaj-nav-wrap {
    position: relative;
    transition: all 0.4s ease;
    display: block;
}header .Eaj-nav-wrap img {
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
    max-height: 38px;
}header .IQW-main-tutor {
    position: relative;
    margin: 0;
    padding: 0;
    z-index: 2;
    list-style: none;
    display: flex;
}header .IQW-main-tutor::before {
    z-index: -1;
    position: absolute;
    left: -5%;
    height: 110%;
    width: 110%;
    top: -5%;
    border-radius: 70% 30% 50% 40% / 40% 60% 30% 50%;
    transition: all 0.6s ease;
    opacity: 0.1;
    background: linear-gradient(135deg, rgb(154,151,186,0.5) 0%, transparent 100%);
    content: '';
}header .IQW-main-tutor:hover::before {
    opacity: 0.2;
    border-radius: 40% 60% 30% 70% / 60% 30% 70% 40%;
}header .mTI-main-skill {
    position: relative;
    margin: 0 0.5rem;
}header .mTI-main-skill a {
    display: flex;
    text-decoration: none;
    font-weight: 600;
    align-items: center;
    font-size: 12px;
    overflow: hidden;
    position: relative;
    color: #000000;
    transition: all 0.4s ease;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 60% 40% 40% 60% / 40% 50% 50% 60%;
    justify-content: center;
    padding: 0.8rem 1.3rem;
    z-index: 1;
}header .mTI-main-skill a::before {
    transform: scale(1.1);
    content: '';
    left: 0;
    z-index: -1;
    transition: opacity 0.4s ease;
    width: 100%;
    top: 0;
    height: 100%;
    position: absolute;
    opacity: 0;
    border-radius: inherit;
    background: linear-gradient(135deg, rgb(154,151,186,0.5) 0%, rgb(166,104,135,0.5) 100%);
}header .mTI-main-skill a:hover {
    color: #ffffff;
    border-radius: 40% 60% 60% 40% / 60% 40% 60% 40%;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}header .mTI-main-skill a:hover::before {
    opacity: 1;
    transform: scale(1);
}header .mTI-main-skill::after {
    height: 6px;
    width: 6px;
    opacity: 0.7;
    background: rgb(154,151,186);
    content: '';
    transform: translateX(-50%) scale(0);
    position: absolute;
    bottom: -8px;
    transition: transform 0.4s ease;
    border-radius: 50%;
    left: 50%;
}header .mTI-main-skill:hover::after {
    transform: translateX(-50%) scale(1);
}header .UEa-head-master::before {
    position: absolute;
    border-radius: 50%;
    opacity: 0.1;
    top: -100px;
    background: radial-gradient(circle, rgb(154,151,186,0.5) 0%, transparent 70%);
    content: '';
    filter: blur(30px);
    right: -100px;
    width: 200px;
    height: 200px;
}header .UEa-head-master::after {
    opacity: 0.1;
    bottom: -75px;
    content: '';
    filter: blur(30px);
    position: absolute;
    left: -75px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: radial-gradient(circle, rgb(166,104,135,0.5) 0%, transparent 70%);
}.lMF-head-know {
    position: relative;
    background: rgb(226,219,230);
    z-index: 1;
    padding-top: 2rem;
}

@keyframes morphing {
    0%, 100% { border-radius: 60% 40% 30% 70% / 50% 30% 60% 40%; }
    33% { border-radius: 40% 60% 70% 30% / 30% 40% 30% 70%; }
    66% { border-radius: 30% 60% 70% 40% / 60% 30% 70% 40%; }
}

@media (min-width: 1400px) {header .UEa-head-master {
    margin: 0 auto;
    max-width: 1320px;
}header .mTI-main-skill {
    margin: 0 0.7rem;
}header .mTI-main-skill a {
    padding: 0.8rem 1.6rem;
}
}

@media (max-width: 991px) {header .UEa-head-master {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .gxm-top-train {
    margin-right: 0;
    padding: 0.7rem;
    margin-bottom: 0;
}header .IQW-main-tutor {
    flex-basis: 100%;
    margin-top: 1rem;
    justify-content: flex-end;
}header .mTI-main-skill a {
    font-size: calc(12px - 1px);
    padding: 0.6rem 1rem;
}header .IQW-main-tutor::before {
    display: none;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .UEa-head-master {
    padding: 0.8rem 1.5rem;
}header .gxm-top-train {
    border-radius: 40% 60% 50% 50% / 40% 50% 50% 40%;
    max-width: 140px;
    padding: 0.6rem;
}header .Eaj-nav-wrap img {
    max-height: 35px;
}header .IQW-main-tutor {
    justify-content: flex-start;
    overflow-x: auto;
    margin-top: 0.8rem;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.5rem;
}header .IQW-main-tutor::-webkit-scrollbar {
    height: 3px;
}header .IQW-main-tutor::-webkit-scrollbar-thumb {
    background: rgb(154,151,186,0.5);
    border-radius: 10px;
}header .mTI-main-skill {
    flex: 0 0 auto;
    margin: 0 0.2rem;
}header .mTI-main-skill a {
    padding: 0.5rem 0.8rem;
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    font-size: calc(12px - 2px);
    white-space: nowrap;
}header .mTI-main-skill::after {
    display: none;
}header::after {
    height: 5px;
}
}

@media (max-width: 479px) {header .UEa-head-master {
    padding: 0.7rem 1.2rem;
}header .gxm-top-train {
    padding: 0.5rem;
    max-width: 120px;
}header .mTI-main-skill a {
    font-size: calc(12px - 3px);
    padding: 0.4rem 0.6rem;
}}.Svy-program-overview {
    min-height: 100vh;
    grid-template-rows: 1fr;
    overflow: hidden;
    position: relative;
    display: grid;
    background-color: #000000;
    grid-template-columns: 1fr;
}.Svy-program-overview::before {
    opacity: 0.4;
    position: absolute;
    pointer-events: none;
    z-index: 2;
    top: 0;
    width: 100%;
    background: 
        radial-gradient(circle at left bottom, rgb(154,151,186,0.5) 0%, transparent 30%),
        radial-gradient(circle at right top, rgb(166,104,135,0.5) 0%, transparent 30%);
    left: 0;
    height: 100%;
    content: "";
}.Svy-program-overview .QTF-skill-master {
    z-index: 1;
    top: 0;
    position: absolute;
    overflow: hidden;
    width: 100%;
    left: 0;
    height: 100%;
}.Svy-program-overview .QTF-skill-master::after {
    content: "";
    left: 0;
    background: linear-gradient(to bottom, 
                transparent 0%, 
                #000000 80%);
    top: 0;
    width: 100%;
    z-index: 3;
    height: 100%;
    position: absolute;
}.Svy-program-overview .fkw-tech-classes {
    height: 100%;
    width: 500%;
    display: flex;
    animation: split-carousel 30s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}.Svy-program-overview .QTF-skill-master:hover .fkw-tech-classes {
    animation-play-state: paused;
}.Svy-program-overview .PEK-tech-skills {
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 20%;
}.Svy-program-overview .PEK-tech-skills img {
    object-fit: cover;
    width: 100%;
    filter: brightness(0.8) saturate(1.2);
    transition: transform 8s ease;
    transform: scale(1.1);
    height: 100%;
}.Svy-program-overview .PEK-tech-skills:hover img {
    transform: scale(1.2);
}.Svy-program-overview .container {
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 0;
    justify-content: center;
    z-index: 4;
    width: 100%;
    max-width: 1320px;
    position: relative;
    height: 100%;
}.Svy-program-overview .fNy-study-training {
    width: 100%;
    margin-bottom: 0;
}.Svy-program-overview .Xbl-master-it {
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    padding: 0 2rem;
    grid-column-gap: 2rem;
    display: grid;
}.Svy-program-overview .Xbl-master-it h3 {
    border-left: 4px solid rgb(154,151,186);
    color: #ffffff;
    position: relative;
    padding-left: 2rem;
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    grid-column: 1 / 2;
}.Svy-program-overview .Xbl-master-it p {
    line-height: 1.6;
    color: #ffffff;
    font-size: 13px;
    grid-column: 3 / 4;
    margin: 0;
    opacity: 0.7;
}.Svy-program-overview .Xbl-master-it .WYT-connect-box {
    color: #ffffff;
    background-color: transparent;
    margin: 2rem auto 0;
    border: 2px solid rgb(154,151,186);
    align-items: center;
    justify-content: center;
    grid-column: 1 / 4;
    text-decoration: none;
    width: max-content;
    display: flex;
    z-index: 1;
    font-weight: 600;
    padding: 0.8rem 2rem;
    font-size: 17px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.Svy-program-overview .Xbl-master-it .WYT-connect-box::before {
    top: 0;
    height: 100%;
    z-index: -1;
    width: 0;
    content: "";
    position: absolute;
    background: rgb(154,151,186);
    transition: width 0.4s ease;
    left: 0;
}.Svy-program-overview .Xbl-master-it .WYT-connect-box:hover {
    transform: translateY(-5px);
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}.Svy-program-overview .Xbl-master-it .WYT-connect-box:hover::before {
    width: 100%;
}@keyframes split-carousel {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(-20%);
    }
    40%, 56% {
        transform: translateX(-40%);
    }
    60%, 76% {
        transform: translateX(-60%);
    }
    80%, 96% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}


.Svy-program-overview .PEK-tech-skills::before {
    width: 100%;
    z-index: 2;
    top: 0;
    left: 0;
    position: absolute;
    background: 
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 50px,
            rgba(255, 255, 255, 0.03) 50px,
            rgba(255, 255, 255, 0.03) 51px
        ),
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 50px,
            rgba(255, 255, 255, 0.03) 50px,
            rgba(255, 255, 255, 0.03) 51px
        );
    height: 100%;
    content: "";
}.Svy-program-overview .PEK-tech-skills::after {
    position: absolute;
    z-index: 3;
    content: "";
    height: 1px;
    background: linear-gradient(90deg, 
                transparent 0%, 
                rgb(154,151,186) 50%, 
                transparent 100%);
    box-shadow: 0 0 8px rgb(154,151,186);
    left: -100%;
    width: 100%;
    top: 30%;
    animation: moving-line 8s linear infinite;
}.Svy-program-overview .PEK-tech-skills:nth-child(2)::after {
    top: 60%;
    animation-delay: 1s;
}.Svy-program-overview .PEK-tech-skills:nth-child(3)::after {
    top: 45%;
    animation-delay: 2s;
}.Svy-program-overview .PEK-tech-skills:nth-child(4)::after {
    top: 75%;
    animation-delay: 3s;
}.Svy-program-overview .PEK-tech-skills:nth-child(5)::after {
    top: 15%;
    animation-delay: 4s;
}@keyframes moving-line {
    0% {
        left: -100%;
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        left: 200%;
        opacity: 0;
    }
}


.Svy-program-overview .fNy-study-training::before {
    opacity: 0.3;
    background: linear-gradient(90deg, 
                transparent 0%, 
                #ffffff 50%, 
                transparent 100%);
    bottom: 0;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
    content: "";
}


@media (max-width: 992px) {.Svy-program-overview .Xbl-master-it {
    grid-gap: 1.5rem;
    text-align: center;
    grid-template-columns: 1fr;
}.Svy-program-overview .Xbl-master-it h3,
    .Svy-program-overview .Xbl-master-it span,
    .Svy-program-overview .Xbl-master-it p {
    border: none;
    padding: 0;
    grid-column: 1 / 2;
}.Svy-program-overview .Xbl-master-it h3 {
    margin: 0 auto;
    padding-bottom: 1rem;
    border-bottom: 2px solid rgb(154,151,186);
    width: fit-content;
}.Svy-program-overview .Xbl-master-it .WYT-connect-box {
    grid-column: 1 / 2;
}.Svy-program-overview .fNy-study-training {
    margin-bottom: 0;
}
}


@media (max-width: 768px) {.Svy-program-overview {
    min-height: 100vh;
}.Svy-program-overview .QTF-skill-master::after {
    background: linear-gradient(to bottom, 
                    transparent 0%, 
                    #000000 50%);
}.Svy-program-overview .fNy-study-training {
    margin-bottom: 0;
}.Svy-program-overview .Xbl-master-it {
    padding: 0 1.5rem;
    grid-gap: 1rem;
}.Svy-program-overview .Xbl-master-it h3 {
    font-size: calc(28px * 0.9);
}.Svy-program-overview .Xbl-master-it span,
    .Svy-program-overview .Xbl-master-it p {
    font-size: calc(13px * 0.9);
}.Svy-program-overview .Xbl-master-it .WYT-connect-box {
    margin-top: 1.5rem;
    width: 100%;
}}.Veb-pricing-deck {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    background: rgb(226,219,230);
}.Veb-pricing-deck::before {
    animation: float-effect 12s infinite alternate ease-in-out;
    z-index: 0;
    background: rgb(154,151,186,0.5);
    top: -50px;
    position: absolute;
    width: 300px;
    filter: blur(80px);
    right: -50px;
    height: 300px;
    content: "";
}.Veb-pricing-deck::after {
    width: 250px;
    animation: float-effect 15s infinite alternate-reverse ease-in-out;
    background: rgb(166,104,135,0.5);
    left: -50px;
    filter: blur(60px);
    bottom: -50px;
    height: 250px;
    content: "";
    position: absolute;
    z-index: 0;
}.Veb-pricing-deck .container {
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
    position: relative;
    padding: 0 15px;
}.Veb-pricing-deck .twm-cost-rates {
    display: flex;
    gap: 60px;
    flex-direction: column;
}.Veb-pricing-deck .fhM-plan-rates {
    max-width: 700px;
    padding: 0 20px;
    text-align: center;
    position: relative;
    order: -1;
    margin: 0 auto;
}.Veb-pricing-deck .fhM-plan-rates h2 {
    position: relative;
    font-size: 35px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
    display: inline-block;
}.Veb-pricing-deck .fhM-plan-rates h2::after {
    position: absolute;
    transform: translateX(-50%);
    content: "";
    left: 50%;
    bottom: -10px;
    height: 3px;
    background: rgb(154,151,186);
    width: 80px;
}.Veb-pricing-deck .BNe-cost-breakdown {
    line-height: 1.6;
    margin-bottom: 0;
    color: #000000;
    opacity: 0.85;
    font-size: 17px;
}.Veb-pricing-deck .yEB-learn-pricing {
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    perspective: 1000px;
}.Veb-pricing-deck .HSq-pricing-list {
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    transform-style: preserve-3d;
    position: relative;
    color: inherit;
    perspective: 1000px;
    text-decoration: none;
}.Veb-pricing-deck .HSq-pricing-list:hover {
    transform: translateY(-10px) scale(1.02);
}.Veb-pricing-deck .ljJ-cost-levels {
    height: 100%;
    background: #ffffff;
    display: flex;
    transform-style: preserve-3d;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    flex-direction: column;
    border-radius: 10px;
    transition: box-shadow 0.4s ease;
}.Veb-pricing-deck .HSq-pricing-list:hover .ljJ-cost-levels {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12), 0 0 20px rgb(154,151,186,0.5);
}.Veb-pricing-deck .WhS-group-rates {
    display: flex;
    z-index: 2;
    padding: 30px;
    overflow: hidden;
    flex-grow: 1;
    flex-direction: column;
    position: relative;
}.Veb-pricing-deck .WhS-group-rates::before {
    position: absolute;
    transform: scaleX(0);
    height: 5px;
    content: "";
    right: 0;
    left: 0;
    top: 0;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(154,151,186), rgb(166,104,135));
    transition: transform 0.5s ease;
}.Veb-pricing-deck .HSq-pricing-list:hover .WhS-group-rates::before {
    transform: scaleX(1);
}.Veb-pricing-deck .WhS-group-rates h3 {
    transition: transform 0.4s ease, color 0.3s ease;
    font-weight: 700;
    font-size: calc(22px + 2px);
    margin-bottom: 10px;
    color: #000000;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: break-word;
}.Veb-pricing-deck .HSq-pricing-list:hover .WhS-group-rates h3 {
    transform: translateX(5px);
    color: rgb(154,151,186);
}.Veb-pricing-deck .lGM-class-cost {
    margin: 10px 0 20px;
    white-space: normal;
    font-weight: 700;
    color: rgb(166,104,135);
    transition: transform 0.4s ease;
    word-break: break-word;
    font-size: 22px;
    overflow-wrap: break-word;
    position: relative;
    display: block;
}.Veb-pricing-deck .lGM-class-cost::before {
    background: rgb(166,104,135,0.5);
    transition: width 0.4s ease;
    left: 0;
    position: absolute;
    content: "";
    width: 40px;
    bottom: -8px;
    height: 2px;
}.Veb-pricing-deck .HSq-pricing-list:hover .lGM-class-cost::before {
    width: 80px;
}.Veb-pricing-deck .WhS-group-rates p {
    white-space: normal;
    line-height: 1.6;
    word-break: break-word;
    color: #000000;
    font-size: calc(17px - 1px);
    flex-grow: 1;
    margin-bottom: 0;
    transition: color 0.3s ease;
    overflow-wrap: break-word;
}.Veb-pricing-deck .qCK-frame {
    position: relative;
    overflow: hidden;
    height: 200px;
    transform: translateZ(-10px);
    transition: transform 0.6s ease, filter 0.6s ease;
}.Veb-pricing-deck .qCK-frame::after {
    position: absolute;
    inset: 0;
    content: "";
    opacity: 0.6;
    transition: opacity 0.5s ease;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}.Veb-pricing-deck .HSq-pricing-list:hover .qCK-frame {
    transform: translateZ(0);
    filter: brightness(1.1) contrast(1.05);
}.Veb-pricing-deck .HSq-pricing-list:hover .qCK-frame::after {
    opacity: 0.4;
}.Veb-pricing-deck .HSq-pricing-list::after {
    height: 15px;
    position: absolute;
    opacity: 0;
    z-index: -1;
    top: 100%;
    left: 30px;
    transition: opacity 0.4s ease;
    filter: blur(10px);
    border-radius: 50%;
    right: 30px;
    background: rgb(154,151,186,0.5);
    content: "";
}.Veb-pricing-deck .HSq-pricing-list:hover::after {
    opacity: 0.5;
}

@keyframes float-effect {
    0% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(20px, 20px) scale(1.1);
    }
    100% {
        transform: translate(-20px, -20px) scale(0.9);
    }
}

@media (min-width: 992px) {.Veb-pricing-deck .twm-cost-rates {
    flex-direction: row;
    align-items: center;
}.Veb-pricing-deck .fhM-plan-rates {
    padding-right: 40px;
    order: 0;
    flex: 0 0 30%;
    text-align: left;
}.Veb-pricing-deck .fhM-plan-rates h2::after {
    left: 0;
    transform: none;
}.Veb-pricing-deck .yEB-learn-pricing {
    flex: 0 0 70%;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 1200px) {.Veb-pricing-deck .yEB-learn-pricing {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.Veb-pricing-deck .WhS-group-rates {
    padding: 35px;
}.Veb-pricing-deck .qCK-frame {
    height: 220px;
}
}

@media (max-width: 991px) {.Veb-pricing-deck {
    padding: 80px 0;
}.Veb-pricing-deck .fhM-plan-rates {
    margin-bottom: 20px;
}
}

@media (max-width: 767px) {.Veb-pricing-deck {
    padding: 60px 0;
}.Veb-pricing-deck .yEB-learn-pricing {
    gap: 25px;
    grid-template-columns: 1fr;
}.Veb-pricing-deck .fhM-plan-rates h2 {
    font-size: calc(35px - 4px);
}.Veb-pricing-deck .qCK-frame {
    height: 180px;
}.Veb-pricing-deck .WhS-group-rates {
    padding: 25px;
}
}

@media (max-width: 480px) {.Veb-pricing-deck {
    padding: 50px 0;
}.Veb-pricing-deck .WhS-group-rates h3 {
    font-size: 22px;
}.Veb-pricing-deck .lGM-class-cost {
    font-size: calc(22px - 2px);
}.Veb-pricing-deck .qCK-frame {
    height: 160px;
}.Veb-pricing-deck .WhS-group-rates {
    padding: 20px;
}}.Rgt-customer-comments {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgb(226,219,230) 100%);
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
}.Rgt-customer-comments::before {
    opacity: 0.2;
    background: radial-gradient(circle at 20% 30%, rgb(154,151,186,0.5) 0%, transparent 30%),
                radial-gradient(circle at 80% 70%, rgb(166,104,135,0.5) 0%, transparent 30%);
    content: "";
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
    left: 0;
}.Rgt-customer-comments .container {
    z-index: 2;
    position: relative;
}.Rgt-customer-comments h2 {
    position: relative;
    margin-bottom: 4rem;
    color: #000000;
    transform: translateX(-50%);
    letter-spacing: 3px;
    text-align: center;
    padding: 0 2rem;
    text-transform: uppercase;
    display: inline-block;
    font-size: 37px;
    left: 50%;
    font-weight: 700;
}.Rgt-customer-comments h2::after {
    bottom: -15px;
    width: 100%;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(154,151,186), transparent);
    animation: glow 2s infinite;
    height: 2px;
    left: 0;
}.Rgt-customer-comments .UFu-user-feedback {
    justify-content: center;
    perspective: 1000px;
    display: flex;
    flex-wrap: wrap;
}.Rgt-customer-comments .Yyx-student-stories {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-style: preserve-3d;
    margin: 1rem;
    overflow: hidden;
    flex: 0 0 calc(33.333% - 2rem);
    background: #ffffff;
    position: relative;
    border-radius: 10px;
}.Rgt-customer-comments .Yyx-student-stories::before {
    background: linear-gradient(45deg, rgb(154,151,186), rgb(166,104,135)) border-box;
    border: 2px solid transparent;
    inset: 0;
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    position: absolute;
    -webkit-mask: 
        linear-gradient(#fff 0 0) padding-box, 
        linear-gradient(#fff 0 0);
    opacity: 0.7;
    border-radius: 10px;
    z-index: 1;
    content: "";
}.Rgt-customer-comments .Yyx-student-stories:hover {
    transform: translateY(-15px) rotateX(5deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), 
                0 0 20px rgb(154,151,186,0.5), 
                0 0 30px rgb(166,104,135,0.5);
}.Rgt-customer-comments .Yyx-student-stories:hover::before {
    animation: borderGlow 1.5s infinite alternate;
}.Rgt-customer-comments .Yyx-student-stories img {
    height: 180px;
    object-fit: cover;
    filter: grayscale(20%);
    transition: filter 0.3s ease;
    width: 100%;
    border-bottom: 1px solid rgb(226,219,230);
}.Rgt-customer-comments .Yyx-student-stories:hover img {
    filter: grayscale(0%);
}.Rgt-customer-comments .Yyx-student-stories p {
    color: #000000;
    font-size: calc(14px + 0.1rem);
    font-weight: 600;
    position: relative;
    padding: 1rem 1.5rem 0;
    margin: 0;
}.Rgt-customer-comments .Yyx-student-stories p::after {
    bottom: -5px;
    position: absolute;
    content: "";
    left: 1.5rem;
    background: rgb(154,151,186);
    width: 40px;
    height: 2px;
}.Rgt-customer-comments .Yyx-student-stories .description {
    line-height: 1.6;
    font-weight: 400;
    color: #000000;
    font-size: 14px;
    padding: 1rem 1.5rem 1.5rem;
    position: relative;
}.Rgt-customer-comments .Yyx-student-stories:nth-child(3n+1) {
    transform: translateZ(20px);
}.Rgt-customer-comments .Yyx-student-stories:nth-child(3n+2) {
    transform: translateZ(10px);
}.Rgt-customer-comments .Yyx-student-stories:nth-child(3n+3) {
    transform: translateZ(30px);
}

@keyframes glow {
    0%, 100% {
        box-shadow: 0 0 5px rgb(154,151,186), 0 0 10px rgb(154,151,186,0.5);
    }
    50% {
        box-shadow: 0 0 15px rgb(154,151,186), 0 0 20px rgb(154,151,186);
    }
}

@keyframes borderGlow {
    0% {
        opacity: 0.7;
    }
    100% {
        opacity: 1;
    }
}

@media (max-width: 991px) {.Rgt-customer-comments .Yyx-student-stories {
    flex: 0 0 calc(50% - 2rem);
}
}

@media (max-width: 767px) {.Rgt-customer-comments {
    padding: 4rem 0;
}.Rgt-customer-comments h2 {
    margin-bottom: 2.5rem;
    font-size: calc(37px - 0.3rem);
}.Rgt-customer-comments .Yyx-student-stories {
    transform: none !important;
    margin: 1rem 0;
    flex: 0 0 100%;
}.Rgt-customer-comments .Yyx-student-stories:hover {
    transform: translateY(-10px) !important;
}
}