* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.nav-top-lRmW {
    flex: 1 0 auto;
}svg {
    width: 30px;
    height: 30px;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1258px;
}.wrapper-canvas-JCWg {
    height: 100%;
    flex-direction: column;
    min-height: 100%;
    display: flex;
}html,body {
    height: 100%;
    font-family: Arial, sans-serif;
    min-height: 100%;
    color: #000000;
    scroll-behavior: auto;
}a {
    color: inherit;
    text-decoration: none;
}.career-help-ntWE {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.about-this-xTrp {
    overflow: hidden;
    background: rgb(200,213,227);
    padding: 120px 0;
    position: relative;
}.about-this-xTrp::before {
    opacity: 0.2;
    animation: gridMove 40s linear infinite;
    width: 100%;
    position: absolute;
    height: 100%;
    background: 
        linear-gradient(90deg, transparent 95%, rgb(152,175,201,0.5) 95%),
        linear-gradient(0deg, transparent 95%, rgb(152,175,201,0.5) 95%);
    content: "";
    top: 0;
    z-index: 1;
    background-size: 30px 30px;
    left: 0;
}@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

.about-this-xTrp::after {
    left: 0;
    width: 100%;
    content: "";
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(152,175,201,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(102,141,170,0.5) 0%, transparent 50%);
    position: absolute;
    opacity: 0.3;
    top: 0;
    filter: blur(60px);
    z-index: 1;
    animation: bgPulse 20s infinite alternate;
}@keyframes bgPulse {
    0% {
        opacity: 0.2;
        filter: blur(60px);
    }
    50% {
        opacity: 0.3;
        filter: blur(80px);
    }
    100% {
        opacity: 0.2;
        filter: blur(60px);
    }
}

.about-this-xTrp .container {
    z-index: 2;
    position: relative;
}.about-this-xTrp .quick-training-McEI {
    position: relative;
}.about-this-xTrp h3 {
    background: rgba(255, 255, 255, 0.8);
    border-left: 4px solid rgb(152,175,201);
    font-weight: 700;
    color: #000000;
    display: inline-block;
    border-radius: 0 19px 19px 0;
    position: relative;
    font-size: 37px;
    padding: 20px 30px;
    margin-bottom: 60px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(10px);
}.about-this-xTrp h3::before {
    left: -2px;
    content: "";
    position: absolute;
    width: 4px;
    background: rgb(102,141,170);
    height: calc(100% - 40px);
    animation: pulseHeight 3s infinite alternate;
    top: 20px;
}@keyframes pulseHeight {
    0% {
        height: calc(100% - 40px);
        top: 20px;
    }
    100% {
        height: calc(100% - 60px);
        top: 30px;
    }
}

.about-this-xTrp .expert-classes-xSqg {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 70px;
    gap: 30px;
    position: relative;
}.about-this-xTrp .expert-classes-xSqg span {
    transform: translateY(-50%);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    font-size: 19px;
    border-radius: 10px;
    z-index: 5;
    left: 0;
    background: rgb(152,175,201);
    top: -40px;
    padding: 10px 20px;
    color: #ffffff;
    position: absolute;
    font-weight: 600;
}.about-this-xTrp .expert-classes-xSqg p {
    font-size: 13px;
    backdrop-filter: blur(10px);
    padding: 40px;
    align-items: center;
    height: 100%;
    border-left: 3px solid rgb(152,175,201);
    display: flex;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    color: #000000;
    line-height: 1.8;
    border-radius: 19px;
}.about-this-xTrp .expert-classes-xSqg .img-cell-osvQ {
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    height: 450px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    border-radius: 19px;
}.about-this-xTrp .expert-classes-xSqg .img-cell-osvQ::before {
    top: 0;
    position: absolute;
    z-index: 2;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
    width: 100%;
    left: 0;
    content: "";
}.about-this-xTrp .academy-cult-Rkbj {
    position: relative;
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 30px;
}.about-this-xTrp .academy-cult-Rkbj::before {
    background: linear-gradient(to right, rgb(152,175,201,0.5), rgb(102,141,170,0.5));
    height: 1px;
    content: "";
    width: 200px;
    position: absolute;
    left: calc(50% - 100px);
    top: -35px;
}.about-this-xTrp .academy-cult-Rkbj p {
    height: 100%;
    align-items: center;
    backdrop-filter: blur(10px);
    border-radius: 19px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    color: #000000;
    line-height: 1.8;
    border-right: 3px solid rgb(102,141,170);
    display: flex;
    padding: 40px;
    font-size: 13px;
    background: rgba(255, 255, 255, 0.8);
}.about-this-xTrp .academy-cult-Rkbj .virtual-track-yPVY {
    overflow: hidden;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%, 0 15%);
    height: 450px;
    position: relative;
    border-radius: 19px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.about-this-xTrp .academy-cult-Rkbj .virtual-track-yPVY::before {
    height: 100%;
    background: linear-gradient(225deg, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
    top: 0;
}.about-this-xTrp .academy-cult-Rkbj .virtual-track-yPVY::after {
    animation: shine 6s infinite;
    position: absolute;
    width: 50%;
    left: -100%;
    content: "";
    height: 100%;
    top: 0;
    z-index: 3;
    transform: skewX(-25deg);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
}@keyframes shine {
    0% {
        left: -100%;
    }
    20%, 100% {
        left: 200%;
    }
}

.about-this-xTrp .expert-classes-xSqg::after,
.about-this-xTrp .academy-cult-Rkbj::after {
    border-radius: 10px;
    width: 50px;
    z-index: -1;
    border: 1px solid rgb(152,175,201,0.5);
    height: 50px;
    content: "";
    animation: rotateFadeIn 10s infinite linear;
    opacity: 0.7;
    position: absolute;
}@keyframes rotateFadeIn {
    0% {
        transform: rotate(0deg) scale(1);
        opacity: 0.3;
    }
    50% {
        transform: rotate(180deg) scale(1.5);
        opacity: 0.7;
    }
    100% {
        transform: rotate(360deg) scale(1);
        opacity: 0.3;
    }
}

.about-this-xTrp .expert-classes-xSqg::after {
    border-color: rgb(152,175,201,0.5);
    right: -25px;
    top: -25px;
}.about-this-xTrp .academy-cult-Rkbj::after {
    border-color: rgb(102,141,170,0.5);
    bottom: -25px;
    left: -25px;
}.about-this-xTrp .quick-training-McEI::before,
.about-this-xTrp .quick-training-McEI::after {
    position: absolute;
    animation: floatAnimation 15s infinite alternate ease-in-out;
    filter: blur(40px);
    height: 120px;
    width: 120px;
    border-radius: 50%;
    z-index: -1;
    content: "";
    opacity: 0.15;
}@keyframes floatAnimation {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(20px, -20px);
    }
    100% {
        transform: translate(-20px, 20px);
    }
}

.about-this-xTrp .quick-training-McEI::before {
    background: rgb(152,175,201);
    top: 20%;
    left: -60px;
}.about-this-xTrp .quick-training-McEI::after {
    background: rgb(102,141,170);
    right: -60px;
    bottom: 20%;
    animation-delay: 2s;
}

@media screen and (max-width: 1199px) {.about-this-xTrp {
    padding: 100px 0;
}.about-this-xTrp h3 {
    margin-bottom: 50px;
    font-size: calc(37px - 0.2rem);
    padding: 15px 25px;
}.about-this-xTrp .expert-classes-xSqg {
    margin-bottom: 60px;
}.about-this-xTrp .expert-classes-xSqg p,
    .about-this-xTrp .academy-cult-Rkbj p {
    padding: 30px;
}.about-this-xTrp .expert-classes-xSqg .img-cell-osvQ,
    .about-this-xTrp .academy-cult-Rkbj .virtual-track-yPVY {
    height: 400px;
}
}

@media screen and (max-width: 991px) {.about-this-xTrp {
    padding: 80px 0;
}.about-this-xTrp h3 {
    padding: 12px 20px;
    font-size: calc(37px - 0.4rem);
    margin-bottom: 40px;
}.about-this-xTrp .expert-classes-xSqg,
    .about-this-xTrp .academy-cult-Rkbj {
    gap: 25px;
}.about-this-xTrp .expert-classes-xSqg {
    margin-bottom: 50px;
}.about-this-xTrp .expert-classes-xSqg span {
    padding: 8px 15px;
    font-size: calc(19px - 0.2rem);
    top: -35px;
}.about-this-xTrp .expert-classes-xSqg p,
    .about-this-xTrp .academy-cult-Rkbj p {
    padding: 25px;
    font-size: calc(13px - 0.1rem);
}.about-this-xTrp .expert-classes-xSqg .img-cell-osvQ,
    .about-this-xTrp .academy-cult-Rkbj .virtual-track-yPVY {
    height: 350px;
}.about-this-xTrp .expert-classes-xSqg::after,
    .about-this-xTrp .academy-cult-Rkbj::after {
    width: 40px;
    height: 40px;
}.about-this-xTrp .quick-training-McEI::before,
    .about-this-xTrp .quick-training-McEI::after {
    filter: blur(30px);
    width: 80px;
    height: 80px;
}
}

@media screen and (max-width: 767px) {.about-this-xTrp {
    padding: 60px 0;
}.about-this-xTrp::before {
    background-size: 20px 20px;
}.about-this-xTrp h3 {
    margin-bottom: 40px;
    text-align: center;
    font-size: calc(37px - 0.6rem);
    width: 100%;
    border-radius: 19px;
}.about-this-xTrp .expert-classes-xSqg,
    .about-this-xTrp .academy-cult-Rkbj {
    gap: 20px;
    grid-template-columns: 1fr;
}.about-this-xTrp .expert-classes-xSqg {
    margin-bottom: 40px;
}.about-this-xTrp .expert-classes-xSqg span {
    left: 20px;
}.about-this-xTrp .expert-classes-xSqg p,
    .about-this-xTrp .academy-cult-Rkbj p {
    border-width: 2px;
    padding: 20px;
}.about-this-xTrp .expert-classes-xSqg .img-cell-osvQ,
    .about-this-xTrp .academy-cult-Rkbj .virtual-track-yPVY {
    height: 300px;
}.about-this-xTrp .academy-cult-Rkbj p {
    order: 2;
}.about-this-xTrp .academy-cult-Rkbj .virtual-track-yPVY {
    order: 1;
}.about-this-xTrp .quick-training-McEI::before,
    .about-this-xTrp .quick-training-McEI::after {
    filter: blur(20px);
    width: 60px;
    height: 60px;
}.about-this-xTrp::after {
    filter: blur(40px);
}
}

@media screen and (max-width: 575px) {.about-this-xTrp {
    padding: 50px 0;
}.about-this-xTrp::before {
    background-size: 15px 15px;
}.about-this-xTrp h3 {
    margin-bottom: 35px;
    padding: 10px 15px;
    font-size: calc(37px - 0.8rem);
}.about-this-xTrp h3::before {
    left: -1px;
    width: 2px;
}.about-this-xTrp .expert-classes-xSqg span {
    font-size: calc(19px - 0.4rem);
    top: -30px;
    left: 10px;
    padding: 6px 12px;
}.about-this-xTrp .expert-classes-xSqg,
    .about-this-xTrp .academy-cult-Rkbj {
    gap: 15px;
}.about-this-xTrp .expert-classes-xSqg {
    margin-bottom: 35px;
}.about-this-xTrp .expert-classes-xSqg p,
    .about-this-xTrp .academy-cult-Rkbj p {
    padding: 15px;
    font-size: calc(13px - 0.2rem);
}.about-this-xTrp .expert-classes-xSqg .img-cell-osvQ,
    .about-this-xTrp .academy-cult-Rkbj .virtual-track-yPVY {
    height: 250px;
}.about-this-xTrp .expert-classes-xSqg .img-cell-osvQ {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 90% 100%, 0 100%);
}.about-this-xTrp .academy-cult-Rkbj .virtual-track-yPVY {
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 10%);
}.about-this-xTrp .expert-classes-xSqg::after,
    .about-this-xTrp .academy-cult-Rkbj::after {
    width: 30px;
    height: 30px;
}
}

@media screen and (min-width: 1400px) {.about-this-xTrp .expert-classes-xSqg .img-cell-osvQ,
    .about-this-xTrp .academy-cult-Rkbj .virtual-track-yPVY {
    height: 500px;
}.about-this-xTrp .expert-classes-xSqg p,
    .about-this-xTrp .academy-cult-Rkbj p {
    padding: 50px;
}}header {
    z-index: 100;
    margin-top: 0;
    position: relative;
    background: rgb(200,213,227);
    padding: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: visible;
}header::before {
    width: 100%;
    background: 
        linear-gradient(135deg, transparent 25%, rgba(rgb(152,175,201), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(225deg, transparent 25%, rgba(rgb(152,175,201), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(315deg, transparent 25%, rgba(rgb(152,175,201), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(45deg, transparent 25%, rgba(rgb(152,175,201), 0.03) 25%) 0 0 / 20px 20px;
    position: absolute;
    z-index: 0;
    top: 0;
    content: '';
    height: 100%;
    left: 0;
}header::after {
    height: 5px;
    transform-origin: center;
    position: absolute;
    left: 0;
    width: 100%;
    transition: transform 0.5s ease;
    bottom: 0;
    transform: scaleX(0.7);
    content: '';
    background: linear-gradient(to right, 
        rgb(152,175,201), 
        rgb(102,141,170), 
        rgb(152,175,201)
    );
}header:hover::after {
    transform: scaleX(1);
}header .nav-expert-LqaG {
    z-index: 5;
    padding: 1.3rem 2.5rem;
    justify-content: space-between;
    position: relative;
    display: flex;
    align-items: center;
}header .main-master-pQEI {
    position: relative;
    margin-right: 2rem;
    flex: 0 0 auto;
    perspective: 800px;
}header .page-header-ZVDU {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: block;
    transform-style: preserve-3d;
}header .page-header-ZVDU:hover {
    transform: rotateY(10deg) rotateX(5deg);
}header .page-header-ZVDU::before {
    left: 0;
    opacity: 0.1;
    top: 0;
    filter: blur(10px);
    width: 100%;
    background: rgb(152,175,201);
    height: 100%;
    transform: translateZ(-10px);
    position: absolute;
    content: '';
}header .page-header-ZVDU img {
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.2));
    transform: translateZ(20px);
    max-height: 40px;
}header .head-sitewrap-PLaj {
    display: flex;
    perspective: 1000px;
    padding: 0;
    list-style: none;
    margin: 0;
    position: relative;
    transform-style: preserve-3d;
}header .head-sitewrap-PLaj::before {
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.05));
    height: 10px;
    top: 100%;
    width: 100%;
    content: '';
    transform: rotateX(90deg);
    left: 0;
    transform-origin: top;
    position: absolute;
}header .header-page-PlwW {
    transform-style: preserve-3d;
    margin: 0 0.3rem;
    position: relative;
}header .header-page-PlwW a {
    background: #ffffff;
    align-items: center;
    border-radius: 10px;
    padding: 0.7rem 1.2rem;
    transition: all 0.4s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: center;
    position: relative;
    font-weight: 600;
    transform: translateZ(0);
    color: #000000;
    text-decoration: none;
    font-size: 15px;
    transform-style: preserve-3d;
}header .header-page-PlwW a::before {
    position: absolute;
    width: 100%;
    top: 0;
    transform: translateZ(-5px);
    background: linear-gradient(135deg, 
        rgb(152,175,201,0.5) 0%, 
        rgb(102,141,170,0.5) 100%
    );
    left: 0;
    border-radius: 10px;
    height: 100%;
    opacity: 0;
    transition: opacity 0.4s ease;
    content: '';
}header .header-page-PlwW a:hover {
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateZ(15px);
}header .header-page-PlwW a:hover::before {
    opacity: 1;
}header .header-page-PlwW a::after {
    height: 5px;
    bottom: -5px;
    transition: all 0.4s ease;
    transform: translateZ(-10px);
    right: 5px;
    opacity: 0;
    position: absolute;
    left: 5px;
    background: rgb(152,175,201);
    content: '';
}header .header-page-PlwW a:hover::after {
    bottom: -8px;
    opacity: 0.3;
}header .nav-expert-LqaG::before {
    width: 30%;
    content: '';
    height: 1px;
    top: 0;
    left: 35%;
    position: absolute;
    background: linear-gradient(to right, 
        transparent, 
        rgb(152,175,201), 
        transparent
    );
}.nav-top-lRmW {
    padding-top: 2rem;
    z-index: 1;
    position: relative;
    background: #ffffff;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

@media (min-width: 1400px) {header .nav-expert-LqaG {
    max-width: 1320px;
    margin: 0 auto;
}header .header-page-PlwW {
    margin: 0 0.5rem;
}header .header-page-PlwW a {
    padding: 0.7rem 1.5rem;
}
}

@media (max-width: 991px) {header .nav-expert-LqaG {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .main-master-pQEI {
    margin-right: 0;
    margin-bottom: 0;
}header .head-sitewrap-PLaj {
    justify-content: flex-end;
    margin-top: 1rem;
    flex-basis: 100%;
}header .header-page-PlwW a {
    padding: 0.6rem 1rem;
    font-size: calc(15px - 1px);
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .nav-expert-LqaG {
    padding: 0.8rem 1.5rem;
}header .main-master-pQEI {
    max-width: 140px;
}header .page-header-ZVDU img {
    max-height: 35px;
}header .head-sitewrap-PLaj {
    overflow-x: auto;
    padding-bottom: 0.5rem;
    margin-top: 0.8rem;
    scrollbar-width: thin;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
}header .head-sitewrap-PLaj::-webkit-scrollbar {
    height: 3px;
}header .head-sitewrap-PLaj::-webkit-scrollbar-thumb {
    background: rgb(152,175,201,0.5);
    border-radius: 10px;
}header .header-page-PlwW {
    flex: 0 0 auto;
    margin: 0 0.2rem;
}header .header-page-PlwW a {
    font-size: calc(15px - 2px);
    padding: 0.5rem 0.8rem;
    white-space: nowrap;
}
}

@media (max-width: 479px) {header .nav-expert-LqaG {
    padding: 0.7rem 1.2rem;
}header .main-master-pQEI {
    max-width: 120px;
}header .header-page-PlwW a {
    padding: 0.4rem 0.6rem;
    font-size: calc(15px - 3px);
}header::after {
    height: 3px;
}
}

@supports not (transform-style: preserve-3d) {header .page-header-ZVDU:hover {
    transform: translateY(-3px);
}header .header-page-PlwW a:hover {
    transform: translateY(-3px);
}}.thanksPoint-rRkH {
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(200,213,227) 0%, rgba(245, 245, 255, 0.95) 100%);
    position: relative;
    overflow: hidden;
}.thanksPoint-rRkH::before {
    opacity: 0.4;
    z-index: 1;
    height: 40%;
    animation: float 15s ease-in-out infinite alternate;
    content: '';
    width: 40%;
    right: -5%;
    top: -10%;
    background: linear-gradient(120deg, rgb(152,175,201,0.5) 0%, rgb(102,141,170,0.5) 100%);
    filter: blur(60px);
    position: absolute;
}.thanksPoint-rRkH::after {
    filter: blur(50px);
    bottom: -15%;
    opacity: 0.3;
    left: -5%;
    height: 40%;
    animation: float 18s ease-in-out infinite alternate-reverse;
    content: '';
    z-index: 1;
    position: absolute;
    width: 35%;
    background: linear-gradient(240deg, rgb(102,141,170,0.5) 0%, rgb(152,175,201,0.5) 100%);
}.thanksPoint-rRkH .container {
    padding: 0 2rem;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
}.thanksPoint-rRkH h2 {
    opacity: 0;
    animation: slideUp 0.8s 0.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform: translateY(0);
    line-height: 1.3;
    color: #000000;
    position: relative;
    font-size: 31px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 3rem;
}.thanksPoint-rRkH h2::after {
    height: 4px;
    bottom: -0.8rem;
    left: 0;
    transform: scaleX(0);
    content: '';
    transform-origin: left;
    position: absolute;
    width: 10rem;
    animation: expandWidth 1s 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    background: linear-gradient(90deg, rgb(152,175,201) 0%, rgb(102,141,170) 100%);
}.thanksPoint-rRkH .quick-training-McEI {
    animation: fadeScale 1s 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 0 5px 10px rgba(0, 0, 0, 0.04);
    transform: translateY(30px);
    opacity: 0;
    overflow: hidden;
    padding: 3rem;
    border-radius: 1rem;
    background: #ffffff;
    position: relative;
}.thanksPoint-rRkH .quick-training-McEI::before {
    background: linear-gradient(180deg, rgb(152,175,201) 0%, rgb(102,141,170) 100%);
    left: 0;
    top: 0;
    content: '';
    position: absolute;
    animation: pulseGlow 4s infinite alternate;
    height: 100%;
    width: 5px;
}.thanksPoint-rRkH ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.thanksPoint-rRkH li {
    padding-left: 1.5rem;
    position: relative;
    display: block;
}.thanksPoint-rRkH li::before {
    position: absolute;
    left: 0;
    height: 0.5rem;
    border-radius: 50%;
    animation: popIn 0.5s 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    top: 0.5rem;
    width: 0.5rem;
    transform: scale(0);
    content: '';
    background-color: rgb(152,175,201);
}.thanksPoint-rRkH li span {
    line-height: 1.8;
    transform: translateY(20px);
    font-family: Arial, sans-serif;
    opacity: 0.95;
    margin: 0;
    font-size: calc(18px * 1.05);
    animation: slideUp 0.8s 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    display: block;
    color: #000000;
    opacity: 0;
}

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

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

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

@keyframes popIn {
    from {
        transform: scale(0);
    }
    50% {
        transform: scale(1.2);
    }
    to {
        transform: scale(1);
    }
}

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

@keyframes pulseGlow {
    0% {
        opacity: 0.7;
        box-shadow: 0 0 5px 1px rgb(152,175,201,0.5);
    }
    100% {
        opacity: 1;
        box-shadow: 0 0 12px 3px rgb(152,175,201,0.5);
    }
}

@media (max-width: 992px) {.thanksPoint-rRkH {
    padding: 5rem 0;
}.thanksPoint-rRkH h2 {
    font-size: calc(31px * 0.85);
    margin-bottom: 2.5rem;
}.thanksPoint-rRkH .quick-training-McEI {
    padding: 2.5rem 2rem;
}
}

@media (max-width: 768px) {.thanksPoint-rRkH {
    padding: 4rem 0;
}.thanksPoint-rRkH::before,
    .thanksPoint-rRkH::after {
    width: 50%;
    height: 30%;
}.thanksPoint-rRkH .container {
    padding: 0 1.5rem;
    transform: perspective(1000px) rotateX(1deg);
}.thanksPoint-rRkH h2 {
    font-size: calc(31px * 0.75);
    margin-bottom: 2rem;
}.thanksPoint-rRkH h2::after {
    width: 8rem;
    height: 3px;
}.thanksPoint-rRkH .quick-training-McEI {
    padding: 2rem 1.5rem;
}.thanksPoint-rRkH li span {
    line-height: 1.7;
    font-size: 18px;
}
}

@media (max-width: 576px) {.thanksPoint-rRkH {
    padding: 3.5rem 0;
}.thanksPoint-rRkH .container {
    padding: 0 1rem;
    transform: none;
}.thanksPoint-rRkH h2 {
    margin-bottom: 1.8rem;
    font-size: calc(31px * 0.7);
}.thanksPoint-rRkH h2::after {
    height: 3px;
    width: 6rem;
}.thanksPoint-rRkH .quick-training-McEI {
    padding: 1.8rem 1.2rem;
}.thanksPoint-rRkH li {
    padding-left: 1.2rem;
}.thanksPoint-rRkH li::before {
    height: 0.4rem;
    top: 0.4rem;
    width: 0.4rem;
}.thanksPoint-rRkH li span {
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}}.program-details-OZYp {
    position: relative;
    padding: 7rem 0;
    background: rgb(200,213,227);
    overflow: hidden;
}.program-details-OZYp::before {
    background: 
        linear-gradient(45deg, transparent 45%, rgb(152,175,201,0.5) 100%),
        linear-gradient(135deg, transparent 45%, rgb(102,141,170,0.5) 100%);
    opacity: 0.15;
    width: 100%;
    position: absolute;
    top: 0;
    content: "";
    left: 0;
    height: 100%;
}.program-details-OZYp::after {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: 
        repeating-linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 20px);
    top: 0;
    left: 0;
    opacity: 0.05;
    content: "";
}.program-details-OZYp .skill-tool-ICYQ {
    flex-direction: column;
    display: flex;
    align-items: center;
}.program-details-OZYp .label-container-KySm {
    clip-path: polygon(
        0% 5%, 
        5% 0%, 
        95% 0%, 
        100% 5%, 
        100% 95%, 
        95% 100%, 
        5% 100%, 
        0% 95%
    );
    text-align: center;
    z-index: 3;
    border-radius: 19px;
    position: relative;
    padding: 4rem 3rem;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
    width: 100%;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateZ(0);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
}.program-details-OZYp .label-container-KySm:hover {
    transform: translateY(-8px);
    box-shadow: 0 40px 70px rgba(0, 0, 0, 0.18);
}.program-details-OZYp h2 {
    font-size: calc(29px * 1.2);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 1.8rem;
    color: #000000;
    font-weight: 700;
    position: relative;
    display: inline-block;
}.program-details-OZYp h2::before {
    transition: all 0.5s ease;
    opacity: 0.7;
    height: 45px;
    left: -15px;
    position: absolute;
    border-left: 3px solid rgb(152,175,201);
    content: "";
    width: 45px;
    border-top: 3px solid rgb(152,175,201);
    top: -15px;
}.program-details-OZYp h2::after {
    opacity: 0.7;
    border-right: 3px solid rgb(102,141,170);
    height: 45px;
    transition: all 0.5s ease;
    content: "";
    position: absolute;
    width: 45px;
    bottom: -15px;
    border-bottom: 3px solid rgb(102,141,170);
    right: -15px;
}.program-details-OZYp .label-container-KySm:hover h2::before {
    left: -20px;
    width: 55px;
    height: 55px;
    top: -20px;
}.program-details-OZYp .label-container-KySm:hover h2::after {
    bottom: -20px;
    width: 55px;
    height: 55px;
    right: -20px;
}.program-details-OZYp .description {
    color: #000000;
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    font-size: 13px;
    margin-bottom: 1.8rem;
    line-height: 1.9;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}.program-details-OZYp .description:last-of-type {
    padding: 1.2rem 1.8rem;
    border-radius: 10px;
    border-left: 3px solid rgb(152,175,201);
    transform: perspective(1000px) rotateX(2deg);
    transition: all 0.5s ease;
    font-weight: 600;
    border-right: 3px solid rgb(102,141,170);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    max-width: 90%;
}.program-details-OZYp .label-container-KySm:hover .description:last-of-type {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateX(0deg);
}.program-details-OZYp .img-cell-osvQ {
    transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
    transform: none;
    position: absolute;
    filter: brightness(0.95) contrast(1.05);
    height: 120%;
    width: 120%;
    left: -10%;
    top: -10%;
    border-radius: 0;
    z-index: 0;
}.program-details-OZYp .img-cell-osvQ::before {
    z-index: 1;
    position: absolute;
    background: 
        radial-gradient(circle at center, transparent 30%, rgba(0, 0, 0, 0.5) 100%),
        linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 70%);
    opacity: 0.85;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}.program-details-OZYp .img-cell-osvQ::after {
    content: "";
    width: 150%;
    opacity: 0.3;
    background: 
        radial-gradient(
            ellipse at center, 
            transparent 30%, 
            rgb(152,175,201,0.5) 70%, 
            rgb(102,141,170,0.5) 100%
        );
    animation: rotateGradient 20s infinite linear;
    height: 150%;
    top: -25%;
    left: -25%;
    position: absolute;
    z-index: 2;
}@keyframes rotateGradient {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.program-details-OZYp .label-container-KySm::before {
    top: -5%;
    animation: morph 15s linear infinite alternate;
    width: 70%;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    position: absolute;
    background: rgb(152,175,201,0.5);
    opacity: 0.15;
    right: -5%;
    content: "";
    height: 70%;
    z-index: -1;
}.program-details-OZYp .label-container-KySm::after {
    left: -5%;
    opacity: 0.15;
    width: 70%;
    animation: morph 15s linear infinite alternate-reverse;
    position: absolute;
    bottom: -5%;
    content: "";
    height: 70%;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    background: rgb(102,141,170,0.5);
    z-index: -1;
}

@keyframes morph {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
    25% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    50% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
    75% {
        border-radius: 40% 60% 30% 70% / 60% 40% 30% 70%;
    }
    100% {
        border-radius: 60% 40% 60% 40% / 50% 60% 40% 50%;
    }
}

@media (max-width: 1200px) {.program-details-OZYp .label-container-KySm {
    padding: 3.5rem 2.5rem;
    max-width: 800px;
}.program-details-OZYp .img-cell-osvQ {
    width: 130%;
    height: 130%;
}
}

@media (max-width: 992px) {.program-details-OZYp {
    padding: 5rem 0;
}.program-details-OZYp .label-container-KySm {
    padding: 3rem 2rem;
    max-width: 700px;
}.program-details-OZYp h2 {
    font-size: 29px;
}.program-details-OZYp .description {
    line-height: 1.8;
    max-width: 90%;
}.program-details-OZYp .img-cell-osvQ {
    top: -20%;
    width: 140%;
    height: 140%;
    left: -20%;
}
}

@media (max-width: 768px) {.program-details-OZYp {
    padding: 4rem 0;
}.program-details-OZYp .label-container-KySm {
    max-width: 90%;
    clip-path: polygon(
            0% 3%, 
            3% 0%, 
            97% 0%, 
            100% 3%, 
            100% 97%, 
            97% 100%, 
            3% 100%, 
            0% 97%
        );
    padding: 2.5rem 1.5rem;
}.program-details-OZYp h2 {
    font-size: calc(29px * 0.95);
}.program-details-OZYp h2::before,
    .program-details-OZYp h2::after {
    width: 35px;
    top: -10px;
    height: 35px;
    left: -10px;
}.program-details-OZYp h2::after {
    right: -10px;
    bottom: -10px;
}.program-details-OZYp .label-container-KySm:hover h2::before,
    .program-details-OZYp .label-container-KySm:hover h2::after {
    width: 40px;
    height: 40px;
}.program-details-OZYp .description {
    line-height: 1.7;
    font-size: calc(13px * 0.95);
    max-width: 95%;
}.program-details-OZYp .description:last-of-type {
    padding: 1rem 1.5rem;
    max-width: 95%;
}.program-details-OZYp .img-cell-osvQ {
    width: 150%;
    height: 150%;
}
}

@media (max-width: 576px) {.program-details-OZYp {
    padding: 3rem 0;
}.program-details-OZYp .label-container-KySm {
    max-width: 95%;
    padding: 2rem 1.2rem;
    clip-path: polygon(
            0% 2%, 
            2% 0%, 
            98% 0%, 
            100% 2%, 
            100% 98%, 
            98% 100%, 
            2% 100%, 
            0% 98%
        );
}.program-details-OZYp h2 {
    margin-bottom: 1.2rem;
    font-size: calc(29px * 0.85);
}.program-details-OZYp h2::before,
    .program-details-OZYp h2::after {
    height: 25px;
    border-width: 2px;
    left: -8px;
    width: 25px;
    top: -8px;
}.program-details-OZYp h2::after {
    border-width: 2px;
    right: -8px;
    bottom: -8px;
}.program-details-OZYp .label-container-KySm:hover h2::before,
    .program-details-OZYp .label-container-KySm:hover h2::after {
    width: 30px;
    height: 30px;
}.program-details-OZYp .description {
    line-height: 1.6;
    margin-bottom: 1.2rem;
    max-width: 100%;
    font-size: calc(13px * 0.9);
}.program-details-OZYp .description:last-of-type {
    border-width: 2px;
    max-width: 100%;
    padding: 0.8rem 1.2rem;
    transform: none;
}.program-details-OZYp .label-container-KySm:hover {
    transform: translateY(-5px);
}.program-details-OZYp .label-container-KySm:hover .description:last-of-type {
    transform: none;
}.program-details-OZYp .img-cell-osvQ {
    top: -30%;
    left: -30%;
    width: 160%;
    height: 160%;
}.program-details-OZYp .label-container-KySm::before,
    .program-details-OZYp .label-container-KySm::after {
    width: 80%;
    height: 80%;
}}.privacy-chamber-CLUS {
    height: auto;
    width: 100%;
    overflow: hidden;
    padding: 60px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    background: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}.privacy-chamber-CLUS h1 {
    font-size: 43px;
    color: rgb(152,175,201);
    width: 100%;
    margin-top: 0;
    padding-bottom: 10px;
    font-weight: 700;
    margin-bottom: 40px;
    border-bottom: 4px solid rgb(102,141,170);
    text-align: left;
}.privacy-chamber-CLUS h2 {
    margin-bottom: 30px;
    font-weight: 600;
    width: 100%;
    border-bottom: 3px solid rgb(152,175,201);
    padding-bottom: 5px;
    color: rgb(102,141,170);
    margin-top: 0;
    font-size: 29px;
    text-align: left;
}.privacy-chamber-CLUS ul, .privacy-chamber-CLUS ol {
    font-family: Arial, sans-serif;
    margin: 20px 0;
    list-style: none;
    font-size: 18px;
    padding: 0;
    color: #000000;
    padding-left: 20px;
}.privacy-chamber-CLUS li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    position: relative;
}.privacy-chamber-CLUS li:before {
    font-size: 1.5em;
    content: "•";
    line-height: 1;
    position: absolute;
    color: rgb(102,141,170);
    left: -20px;
}.privacy-chamber-CLUS section {
    background: none;
}.privacy-chamber-CLUS p, .privacy-chamber-CLUS span, .privacy-chamber-CLUS div {
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 18px;
    text-align: left;
    line-height: 1.8;
    margin-bottom: 20px;
}

@media only screen and (max-width: 800px) {.privacy-chamber-CLUS {
    border-radius: 10px;
    grid-template-columns: 1fr;
    padding: 30px;
}.privacy-chamber-CLUS h1 {
    font-size: calc(19px - 5px);
}.privacy-chamber-CLUS h2 {
    font-size: calc(19px - 3px);
}.privacy-chamber-CLUS ul, .privacy-chamber-CLUS ol {
    margin: 15px 0;
}.privacy-chamber-CLUS li {
    padding: 8px 0;
}.privacy-chamber-CLUS p, .privacy-chamber-CLUS span, .privacy-chamber-CLUS div {
    margin-bottom: 15px;
}}
.cookie-panel-overlay-bXRJ {
    background: rgb(200,213,227);
    width: 100%;
    z-index: 90;
    position: fixed;
    border-top: 2px solid rgb(152,175,201);
    bottom: 0;
}.cookies-overview-DjFc {
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding: 20px 0;
}.cookie-panel-overlay-bXRJ h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.cookie-panel-overlay-bXRJ p {
    font-size: 18px;
}.visitor-privacy-HSuj {
    margin-right: 10px;
    flex-shrink: 0;
}.visitor-privacy-HSuj svg, .visitor-privacy-HSuj svg path, .visitor-privacy-HSuj img {
    height: 100px;
    width: 100px;
    fill: rgb(152,175,201);
}.cookie-tips-GoEv {
    cursor: pointer;
    flex-shrink: 0;
    line-height: 35px;
    text-align: center;
    border-bottom: 2px solid rgb(152,175,201);
    min-width: 120px;
    font-size: 24px;
    margin-left: 10px;
    text-decoration: none;
    white-space: nowrap;
    color: rgb(152,175,201);
}.cookie-panel-overlay-bXRJ p a {
    text-decoration: none;
    color: rgb(152,175,201);
}
@media only screen and (max-width: 1200px) {.cookie-panel-overlay-bXRJ {
    padding: 20px;
}}
#cookie-alert-modal-ZfXT {
    display: none;
}#cookie-alert-modal-ZfXT:checked ~ .cookie-panel-overlay-bXRJ {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 800px) {.visitor-privacy-HSuj {
    display: none;
}.cookies-overview-DjFc {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.cookie-panel-overlay-bXRJ h5 {
    text-align: center;
}.cookie-panel-overlay-bXRJ p {
    text-align: center;
}.visitor-confirm-ylkS {
    margin-bottom: 20px;
}body .wrapper-canvas-JCWg .cookie-tips-GoEv {
    margin-left: 0;
}}footer {
    position: relative;
    width: 100%;
}.career-help-ntWE {
    background-color: #000000;
    color: #ffffff;
    overflow: hidden;
    font-family: Arial, sans-serif;
    position: relative;
    padding: 80px 0 30px;
}.career-help-ntWE::before {
    background: repeating-linear-gradient(
        45deg,
        #000000,
        #000000 10px,
        rgba(0, 0, 0, 0.5) 10px,
        rgba(0, 0, 0, 0.5) 20px
    );
    content: "";
    transform: rotate(45deg);
    top: -100px;
    height: 500px;
    position: absolute;
    width: 500px;
    right: -100px;
    opacity: 0.4;
}.career-help-ntWE::after {
    background: repeating-linear-gradient(
        -45deg,
        #000000,
        #000000 15px,
        rgb(102,141,170,0.5) 15px,
        rgb(102,141,170,0.5) 30px
    );
    left: -50px;
    height: 300px;
    bottom: -50px;
    width: 300px;
    opacity: 0.2;
    position: absolute;
    content: "";
    transform: rotate(30deg);
}footer .compliance-QfFs {
    position: relative;
    z-index: 1;
}footer .get-contactbox-omUb {
    border-radius: 0 11px 11px 0;
    margin-bottom: 60px;
    border-left: 4px solid rgb(152,175,201);
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    background-color: rgba(255, 255, 255, 0.05);
    padding: 30px;
}footer .info_item {
    display: flex;
    align-items: center;
}footer .info_item svg {
    height: 20px;
    margin-right: 15px;
    width: 20px;
    flex-shrink: 0;
    fill: rgb(152,175,201);
}footer .info_item p,
footer .info_item a {
    text-decoration: none;
    font-weight: 300;
    font-size: 13px;
    transition: color 0.3s ease;
    color: #ffffff;
}footer .info_item a:hover {
    color: rgb(152,175,201);
}footer .text_main_holder {
    display: grid;
    gap: 50px;
    grid-template-columns: 1fr;
}footer .main-master-pQEI {
    position: relative;
}footer .main-master-pQEI::after {
    width: 30%;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    bottom: -30px;
    background-color: rgb(152,175,201);
}footer .main-master-pQEI svg {
    width: auto;
    height: 45px;
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
}footer .milestone-cta-BGhj {
    line-height: 1.6;
    max-width: 330px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
}footer .head-sitewrap-PLaj {
    position: relative;
}footer .head-sitewrap-PLaj h5 {
    margin-bottom: 25px;
    letter-spacing: 1px;
    font-size: 19px;
    color: #ffffff;
    display: inline-block;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
}footer .head-sitewrap-PLaj h5::after {
    content: "";
    width: 40px;
    left: 0;
    position: absolute;
    background-color: rgb(152,175,201);
    bottom: -10px;
    height: 3px;
}footer .header-base-TVya {
    margin-bottom: 30px;
}footer .header-base-TVya a {
    font-size: 13px;
    margin-bottom: 12px;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.7);
    position: relative;
    padding: 8px 0;
    display: block;
    text-decoration: none;
}footer .header-base-TVya a:hover {
    color: #ffffff;
    border-bottom-color: rgb(152,175,201,0.5);
    padding-left: 10px;
}footer .subscribe_holder {
    position: relative;
    border-radius: 11px;
    padding: 35px;
    background-color: rgba(0, 0, 0, 0.2);
}footer .subscribe_holder::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    border-radius: 11px;
    opacity: 0.1;
    background: linear-gradient(135deg, rgb(152,175,201,0.5), transparent);
}footer .subscribe_holder h5 {
    font-size: 19px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 15px;
    letter-spacing: 1px;
    font-weight: 700;
}footer .subscribe_holder p {
    line-height: 1.7;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 25px;
}footer .input_holder {
    display: flex;
    position: relative;
    flex-direction: column;
    gap: 15px;
}footer .input_holder input[type="email"] {
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    color: #ffffff;
    font-size: 13px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}footer .input_holder input[type="email"]:focus {
    border-color: rgb(152,175,201);
    background-color: rgba(255, 255, 255, 0.1);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .expand-knowledge-ZhIp {
    text-transform: uppercase;
    transition: all 0.3s ease;
    overflow: hidden;
    border: none;
    letter-spacing: 1px;
    border-radius: 10px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    padding: 15px 20px;
    position: relative;
    background-color: rgb(152,175,201);
}footer .expand-knowledge-ZhIp::after {
    width: 30px;
    position: absolute;
    height: 300px;
    transform: rotate(45deg);
    background-color: rgba(255, 255, 255, 0.2);
    top: -100px;
    transition: all 0.7s ease;
    content: "";
    left: -100px;
}footer .expand-knowledge-ZhIp:hover {
    background-color: rgb(102,141,170);
}footer .expand-knowledge-ZhIp:hover::after {
    left: 120%;
}footer .news-feed-KUpQ {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 60px;
    padding-top: 20px;
}footer .footer-clients-Dsnq {
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    font-size: 12px;
}

@keyframes pulseLight {
    0% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.1;
    }
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
    align-items: stretch;
}footer .expand-knowledge-ZhIp {
    white-space: nowrap;
}
}

@media (max-width: 767px) {footer .career-help-ntWE {
    padding: 60px 0 30px;
}footer .get-contactbox-omUb {
    grid-template-columns: 1fr;
    padding: 20px;
    margin-bottom: 40px;
}footer .head-sitewrap-PLaj h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}footer .head-sitewrap-PLaj h5::after {
    bottom: -8px;
}footer .subscribe_holder {
    padding: 25px 20px;
}footer .news-feed-KUpQ {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .career-help-ntWE {
    padding: 50px 0 20px;
}footer .get-contactbox-omUb {
    margin-bottom: 30px;
    padding: 15px;
}footer .main-master-pQEI::after {
    width: 50px;
}footer .head-sitewrap-PLaj h5, footer .subscribe_holder h5 {
    font-size: calc(19px - 2px);
}footer .subscribe_holder p, footer .header-base-TVya a, footer .info_item p, footer .info_item a {
    font-size: calc(13px - 1px);
}footer .subscribe_holder {
    padding: 20px 15px;
}footer .input_holder input[type="email"],
    footer .expand-knowledge-ZhIp {
    padding: 12px 15px;
}}.course-benefits-VwaF {
    overflow: hidden;
    padding: 7rem 0;
    background: linear-gradient(120deg, rgb(200,213,227) 0%, #ffffff 100%);
    position: relative;
}.course-benefits-VwaF::before {
    top: 0;
    left: 0;
    content: '';
    opacity: 0.1;
    background: repeating-linear-gradient(
        45deg,
        rgb(152,175,201,0.5) 0,
        rgb(152,175,201,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    width: 100%;
    height: 100%;
    position: absolute;
    animation: patternShift 20s linear infinite;
}.course-benefits-VwaF .quick-training-McEI {
    padding: 0 2rem;
    z-index: 2;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 1200px;
}.course-benefits-VwaF h2 {
    position: relative;
    font-size: 29px;
    margin-bottom: 4rem;
    font-weight: 700;
    text-align: center;
    color: #000000;
}.course-benefits-VwaF h2::after {
    position: absolute;
    left: 50%;
    bottom: -15px;
    background: rgb(152,175,201);
    border-radius: 10px;
    width: 80px;
    height: 4px;
    content: '';
    transform: translateX(-50%);
}.course-benefits-VwaF .label-container-KySm {
    margin-bottom: 3rem;
    width: 100%;
}.course-benefits-VwaF .text_main_holder {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    gap: 2rem;
}.course-benefits-VwaF .text_main_holder > div {
    text-align: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 12px;
    align-items: center;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    display: flex;
    padding: 2rem;
    z-index: 1;
    overflow: hidden;
    flex-direction: column;
    background: #ffffff;
}.course-benefits-VwaF .text_main_holder > div::before {
    transition: opacity 0.5s ease, transform 0.5s ease;
    width: 200%;
    position: absolute;
    left: -50%;
    background: radial-gradient(
        circle at center,
        rgb(152,175,201,0.5) 0%,
        transparent 70%
    );
    top: -50%;
    opacity: 0;
    height: 200%;
    content: '';
    z-index: -1;
    transform: scale(0.5);
}.course-benefits-VwaF .text_main_holder > div:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}.course-benefits-VwaF .text_main_holder > div:hover::before {
    transform: scale(1);
    opacity: 0.8;
}.course-benefits-VwaF .text_main_holder svg {
    transition: all 0.3s ease;
    padding: 1rem;
    background: rgb(200,213,227);
    margin-bottom: 1.5rem;
    border-radius: 50%;
    width: 4rem;
    height: 4rem;
}.course-benefits-VwaF .text_main_holder > div:hover svg {
    background: rgb(152,175,201,0.5);
    transform: scale(1.1);
}.course-benefits-VwaF .text_main_holder svg path {
    fill: rgb(152,175,201);
    transition: fill 0.3s ease;
}.course-benefits-VwaF .text_main_holder > div:hover svg path {
    fill: rgb(102,141,170);
}.course-benefits-VwaF .text_main_holder p {
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    color: #000000;
}.course-benefits-VwaF .img-cell-osvQ {
    height: 400px;
    margin-top: 2rem;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    width: 100%;
    border-radius: 12px;
}.course-benefits-VwaF .img-cell-osvQ::before {
    position: absolute;
    background: linear-gradient(
        to bottom right,
        rgb(152,175,201,0.5) 0%,
        transparent 50%,
        rgb(102,141,170,0.5) 100%
    );
    content: '';
    width: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
}

@keyframes patternShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@media (max-width: 992px) {.course-benefits-VwaF .text_main_holder {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 768px) {.course-benefits-VwaF {
    padding: 5rem 0;
}.course-benefits-VwaF .text_main_holder {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.course-benefits-VwaF h2 {
    margin-bottom: 3rem;
    font-size: calc(29px * 0.9);
}.course-benefits-VwaF .img-cell-osvQ {
    height: 300px;
}
}

@media (max-width: 576px) {.course-benefits-VwaF {
    padding: 4rem 0;
}.course-benefits-VwaF .quick-training-McEI {
    padding: 0 1.5rem;
}.course-benefits-VwaF .text_main_holder > div {
    padding: 1.5rem;
}.course-benefits-VwaF .text_main_holder svg {
    height: 3.5rem;
    padding: 0.8rem;
    width: 3.5rem;
}.course-benefits-VwaF .img-cell-osvQ {
    height: 250px;
}}.tariff-option-MySX {
    background: linear-gradient(135deg, rgb(200,213,227) 0%, rgb(152,175,201,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}.tariff-option-MySX::before {
    width: 100%;
    height: 100%;
    left: 0;
    background: radial-gradient(circle at 30% 70%, rgb(102,141,170,0.5) 0%, transparent 60%);
    top: 0;
    pointer-events: none;
    content: "";
    position: absolute;
    z-index: 0;
}.tariff-option-MySX .container {
    margin: 0 auto;
    max-width: 1320px;
    z-index: 1;
    padding: 0 15px;
    position: relative;
}.tariff-option-MySX .plan-deals-OGwX {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    gap: 60px;
}.tariff-option-MySX .discount-plan-GdAc {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 90%);
    backdrop-filter: blur(10px);
    max-width: 100%;
    position: relative;
    transform: perspective(1000px) rotateX(0deg);
    padding: 30px;
    border-left: 3px solid rgb(152,175,201);
}.tariff-option-MySX .discount-plan-GdAc:hover {
    transform: perspective(1000px) rotateX(2deg);
}.tariff-option-MySX .discount-plan-GdAc h2 {
    line-height: 1.3;
    margin-bottom: 20px;
    color: transparent;
    background: linear-gradient(90deg, rgb(152,175,201), rgb(102,141,170));
    -webkit-background-clip: text !important;
    background-clip: text !important;
    transform: translateZ(0);
    font-size: 29px;
    letter-spacing: -0.02em;
    font-weight: 700;
}.tariff-option-MySX .discount-plan-GdAc .pricing-options-pwHt {
    font-size: 18px;
    max-width: 700px;
    overflow-wrap: break-word;
    color: #000000;
    word-break: break-word;
    margin-bottom: 0;
    line-height: 1.6;
}.tariff-option-MySX .package-deals-JVUP {
    position: relative;
    gap: 30px;
    grid-template-columns: 1fr;
    display: grid;
}.tariff-option-MySX .learning-deals-ZNcC {
    border-radius: 4px;
    position: relative;
    text-decoration: none;
    transform: translateY(0);
    display: block;
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.tariff-option-MySX .learning-deals-ZNcC:hover {
    z-index: 5;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}.tariff-option-MySX .edu-deals-VMhr {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    display: flex;
    border: 1px solid rgba(0, 0, 0, 0.06);
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 95%);
    height: 100%;
    flex-direction: column;
    position: relative;
}.tariff-option-MySX .edu-deals-VMhr::before {
    top: 0;
    height: 5px;
    transform-origin: left;
    content: "";
    background: linear-gradient(90deg, rgb(152,175,201), rgb(102,141,170));
    position: absolute;
    transition: transform 0.4s ease-out;
    left: 0;
    width: 100%;
    transform: scaleX(0.8);
}.tariff-option-MySX .learning-deals-ZNcC:hover .edu-deals-VMhr::before {
    transform: scaleX(1);
}.tariff-option-MySX .cost-breakdown-RnoZ {
    flex: 1;
    padding: 30px;
    flex-direction: column;
    z-index: 1;
    display: flex;
    position: relative;
}.tariff-option-MySX .cost-breakdown-RnoZ h3 {
    text-overflow: ellipsis;
    transform-origin: left;
    margin-bottom: 15px;
    color: #000000;
    font-weight: 700;
    transition: transform 0.3s ease;
    overflow: hidden;
    font-size: calc(23px + 2px);
    white-space: nowrap;
    position: relative;
}.tariff-option-MySX .learning-deals-ZNcC:hover .cost-breakdown-RnoZ h3 {
    color: rgb(152,175,201);
    transform: translateX(5px) scale(1.03);
}.tariff-option-MySX .payment-deals-OyCI {
    font-size: calc(23px + 4px);
    position: relative;
    margin-bottom: 20px;
    font-weight: 700;
    display: inline-block;
    color: rgb(102,141,170);
}.tariff-option-MySX .payment-deals-OyCI::after {
    left: 0;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    content: "";
    bottom: -5px;
    height: 3px;
    transform: scaleX(0.5);
    width: 50px;
    transform-origin: left;
    position: absolute;
    background: rgb(152,175,201);
}.tariff-option-MySX .learning-deals-ZNcC:hover .payment-deals-OyCI::after {
    transform: scaleX(1);
}.tariff-option-MySX .cost-breakdown-RnoZ p {
    font-size: 18px;
    line-height: 1.6;
    overflow: hidden;
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    color: #000000;
    overflow-wrap: break-word;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    word-break: break-word;
}.tariff-option-MySX .img-cell-osvQ {
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    overflow: hidden;
    height: 200px;
    position: relative;
}.tariff-option-MySX .img-cell-osvQ::after {
    pointer-events: none;
    left: 0;
    width: 100%;
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.3) 100%);
}.tariff-option-MySX .learning-deals-ZNcC:hover .img-cell-osvQ {
    transform: scale(1.05);
}

@media (min-width: 768px) {.tariff-option-MySX .package-deals-JVUP {
    grid-template-columns: repeat(2, 1fr);
}.tariff-option-MySX .discount-plan-GdAc {
    padding: 40px;
}.tariff-option-MySX .cost-breakdown-RnoZ {
    padding: 30px 35px;
}.tariff-option-MySX .img-cell-osvQ {
    height: 240px;
}
}

@media (min-width: 992px) {.tariff-option-MySX .plan-deals-OGwX {
    flex-direction: row;
    align-items: stretch;
    gap: 40px;
}.tariff-option-MySX .discount-plan-GdAc {
    flex-direction: column;
    width: 30%;
    justify-content: center;
    padding: 50px 40px;
    display: flex;
}.tariff-option-MySX .package-deals-JVUP {
    width: 70%;
    grid-template-columns: repeat(2, 1fr);
}.tariff-option-MySX .cost-breakdown-RnoZ {
    padding: 30px;
}.tariff-option-MySX .cost-breakdown-RnoZ p {
    -webkit-line-clamp: 6;
}
}

@media (min-width: 1200px) {.tariff-option-MySX {
    padding: 120px 0;
}.tariff-option-MySX .package-deals-JVUP {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.tariff-option-MySX .discount-plan-GdAc h2 {
    font-size: calc(29px + 4px);
}.tariff-option-MySX .cost-breakdown-RnoZ h3 {
    font-size: calc(23px + 4px);
}.tariff-option-MySX .payment-deals-OyCI {
    font-size: calc(23px + 8px);
}.tariff-option-MySX .img-cell-osvQ {
    height: 280px;
}
}

@media (min-width: 1400px) {.tariff-option-MySX .package-deals-JVUP {
    grid-template-columns: repeat(2, 1fr);
}.tariff-option-MySX .cost-breakdown-RnoZ p {
    -webkit-line-clamp: 7;
}
}

@media (hover: hover) {.tariff-option-MySX .learning-deals-ZNcC {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.tariff-option-MySX .learning-deals-ZNcC:hover {
    transform: translateY(-10px) scale(1.02);
}}.leadership-profile-lkOY {
    background: rgb(200,213,227);
    isolation: isolate;
    padding: 5rem 2rem;
    overflow: hidden;
    position: relative;
}.leadership-profile-lkOY::before {
    right: -5%;
    background: rgb(152,175,201,0.5);
    z-index: -1;
    top: -20%;
    height: 140%;
    transform: rotate(15deg);
    content: "";
    filter: blur(3px);
    position: absolute;
    width: 60%;
}.leadership-profile-lkOY::after {
    animation: morph 15s linear infinite alternate;
    position: absolute;
    left: -5%;
    bottom: -5%;
    content: "";
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    width: 30%;
    z-index: -1;
    height: 30%;
    background: rgb(102,141,170,0.5);
}@keyframes morph {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
}

.leadership-profile-lkOY .user-voices-cKVC {
    gap: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0 auto;
    max-width: 1100px;
    position: relative;
}.leadership-profile-lkOY .img-cell-osvQ {
    width: 100%;
    height: 450px;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
    position: relative;
    transform: translateX(-5%);
    z-index: 2;
    grid-column: 1 / 2;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    border-radius: 0;
    grid-row: 1 / 2;
}.leadership-profile-lkOY .img-cell-osvQ::after {
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
    top: 0;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 50%
    );
}.leadership-profile-lkOY .user-voices-cKVC:hover .img-cell-osvQ {
    transform: translateX(0) scale(1.02);
    filter: contrast(1.1);
}.leadership-profile-lkOY .job-content-DYzP {
    grid-column: 2 / 3;
    z-index: 1;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.5);
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    display: flex;
    padding: 3rem 3rem 3rem 5rem;
    flex-direction: column;
    background: #ffffff;
    grid-row: 1 / 2;
    justify-content: center;
    transform: translateX(-15%);
}.leadership-profile-lkOY .user-voices-cKVC:hover .job-content-DYzP {
    transform: translateX(-10%) translateY(-5px);
    box-shadow: 0 25px 50px -15px rgba(0, 0, 0, 0.5);
}.leadership-profile-lkOY .name {
    font-size: 35px;
    display: inline-block;
    font-weight: 700;
    position: relative;
    margin-bottom: 0.7rem;
    color: rgb(152,175,201);
}.leadership-profile-lkOY .name::before {
    top: -10px;
    width: 30px;
    position: absolute;
    transform: rotate(45deg) scale(0);
    left: -20px;
    height: 30px;
    content: "";
    border-radius: 10px;
    z-index: -1;
    transition: transform 0.4s ease 0.2s;
    background: rgb(102,141,170,0.5);
}.leadership-profile-lkOY .user-voices-cKVC:hover .name::before {
    transform: rotate(45deg) scale(1);
}.leadership-profile-lkOY .job-content-DYzP > div:nth-child(2) {
    opacity: 0.9;
    color: rgb(102,141,170);
    transition: all 0.5s ease 0.3s;
    transform: translateX(-20px);
    margin-bottom: 2rem;
    opacity: 0;
    font-size: 21px;
    font-weight: 600;
}.leadership-profile-lkOY .user-voices-cKVC:hover .job-content-DYzP > div:nth-child(2) {
    transform: translateX(0);
    opacity: 1;
}.leadership-profile-lkOY .emp-back-DQpz {
    opacity: 0;
    transition: all 0.5s ease 0.5s;
    font-weight: 400;
    transform: translateY(20px);
    line-height: 1.7;
    color: #000000;
    position: relative;
    font-style: italic;
    padding-top: 20px;
    font-size: 13px;
}.leadership-profile-lkOY .user-voices-cKVC:hover .emp-back-DQpz {
    opacity: 1;
    transform: translateY(0);
}.leadership-profile-lkOY .emp-back-DQpz::before {
    content: "";
    position: absolute;
    top: 0;
    width: 60px;
    height: 3px;
    left: 0;
    background: linear-gradient(to right, rgb(152,175,201), transparent);
}@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

.leadership-profile-lkOY .job-content-DYzP::after {
    content: "";
    width: 40px;
    animation: float 4s ease-in-out infinite;
    background: rgb(152,175,201,0.5);
    right: 20px;
    position: absolute;
    height: 40px;
    z-index: -1;
    bottom: 20px;
    border-radius: 50%;
}

@media (max-width: 992px) {.leadership-profile-lkOY .user-voices-cKVC {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 2rem;
}.leadership-profile-lkOY .img-cell-osvQ {
    transform: none;
    height: 300px;
    grid-column: 1 / 2;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    grid-row: 1 / 2;
}.leadership-profile-lkOY .img-cell-osvQ::after {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}.leadership-profile-lkOY .job-content-DYzP {
    grid-row: 2 / 3;
    padding: 2rem;
    grid-column: 1 / 2;
    transform: none;
    clip-path: none;
}.leadership-profile-lkOY .user-voices-cKVC:hover .job-content-DYzP {
    transform: translateY(-5px);
}}.title-portal-QfIX {
    width: 100%;
    min-height: 100vh;
    position: relative;
    display: flex;
    padding: 2rem;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgb(152,175,201,0.5), rgb(200,213,227));
}.title-portal-QfIX > div {
    max-width: 1200px;
    position: relative;
    width: 100%;
    z-index: 2;
}.title-portal-QfIX .pro-sessions-NzPU {
    transform: translateY(0);
    margin-bottom: 2rem;
    animation: fadeSlideUp 0.8s ease-out;
    position: relative;
    opacity: 1;
}.title-portal-QfIX .skill-upfast-HFCz {
    display: inline-block;
    overflow: hidden;
    padding-bottom: 0.5rem;
    font-size: 42px;
    margin-bottom: 1.5rem;
    color: #000000;
    font-weight: 700;
    position: relative;
}.title-portal-QfIX .skill-upfast-HFCz::after {
    content: '';
    animation: slideRight 1.2s 0.5s forwards;
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, rgb(152,175,201), rgb(102,141,170));
    transform: translateX(-100%);
    bottom: 0;
    height: 4px;
    left: 0;
}.title-portal-QfIX .course-home-BRdS {
    transform: translateY(0);
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    animation: fadeSlideUp 0.8s 0.3s ease-out both;
}.title-portal-QfIX .course-home-BRdS::before {
    z-index: 1;
    top: 0;
    content: '';
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3));
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
}.title-portal-QfIX .course-home-BRdS > div {
    padding: 3rem;
    position: relative;
    z-index: 2;
    max-width: 80%;
    color: #ffffff;
}.title-portal-QfIX .course-home-BRdS p {
    font-size: calc(18px * 1.2);
    position: relative;
    transform: translateY(20px);
    line-height: 1.6;
    animation: fadeSlideUp 0.8s 0.6s forwards;
    margin-bottom: 2rem;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    opacity: 0;
}.title-portal-QfIX .course-home-BRdS h3 {
    padding: 1.2rem;
    font-size: 24px;
    backdrop-filter: blur(10px);
    line-height: 1.4;
    border-left: 4px solid rgb(152,175,201);
    margin-top: 1.5rem;
    opacity: 0;
    transform: translateY(20px);
    font-weight: 600;
    background: rgba(var(--primary-color-rgb, 0, 102, 204), 0.2);
    animation: fadeSlideUp 0.8s 0.9s forwards;
}@keyframes fadeSlideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideRight {
  to {
    transform: translateX(0);
  }
}

.title-portal-QfIX::after {
    z-index: 1;
    content: '';
    top: -10%;
    width: 40%;
    height: 40%;
    background: radial-gradient(circle, rgb(102,141,170,0.5), transparent 70%);
    right: -10%;
    animation: floatGradient 15s infinite alternate ease-in-out;
    position: absolute;
}.title-portal-QfIX::before {
    bottom: -10%;
    content: '';
    left: -10%;
    position: absolute;
    background: radial-gradient(circle, rgb(152,175,201,0.5), transparent 70%);
    z-index: 1;
    width: 50%;
    animation: floatGradient 20s infinite alternate-reverse ease-in-out;
    height: 50%;
}@keyframes floatGradient {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(5%, 5%);
  }
  100% {
    transform: translate(0%, 10%);
  }
}

.title-portal-QfIX .course-home-BRdS:hover {
    transform: translateY(-5px);
    transition: all 0.5s ease;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

@media (max-width: 992px) {.title-portal-QfIX {
    padding: 1.5rem;
}.title-portal-QfIX .skill-upfast-HFCz {
    font-size: calc(42px * 0.85);
}.title-portal-QfIX .course-home-BRdS > div {
    padding: 2rem;
    max-width: 90%;
}.title-portal-QfIX .course-home-BRdS p {
    font-size: 18px;
}.title-portal-QfIX .course-home-BRdS h3 {
    padding: 1rem;
    font-size: calc(24px * 0.9);
}
}

@media (max-width: 768px) {.title-portal-QfIX {
    padding: 3rem 1rem;
    min-height: auto;
}.title-portal-QfIX .pro-sessions-NzPU {
    margin-bottom: 1.5rem;
}.title-portal-QfIX .skill-upfast-HFCz {
    font-size: calc(42px * 0.7);
    margin-bottom: 1rem;
}.title-portal-QfIX .course-home-BRdS > div {
    padding: 1.5rem;
    max-width: 100%;
}.title-portal-QfIX .course-home-BRdS p {
    margin-bottom: 1rem;
    font-size: calc(18px * 0.9);
}.title-portal-QfIX .course-home-BRdS h3 {
    padding: 0.8rem;
    font-size: calc(24px * 0.8);
}
}

@media (max-width: 576px) {.title-portal-QfIX {
    padding: 2rem 0.75rem;
}.title-portal-QfIX .skill-upfast-HFCz {
    font-size: calc(42px * 0.6);
}.title-portal-QfIX .course-home-BRdS > div {
    padding: 1.2rem;
}.title-portal-QfIX .course-home-BRdS p {
    font-size: calc(18px * 0.85);
}.title-portal-QfIX .course-home-BRdS h3 {
    padding: 0.7rem;
    font-size: calc(24px * 0.7);
}}.target-audience-WLnu {
    padding: 120px 0 100px;
    overflow: hidden;
    background: rgb(200,213,227);
    position: relative;
}.target-audience-WLnu::before {
    width: 100%;
    top: -50%;
    right: -50%;
    transform: rotate(35deg);
    z-index: 1;
    content: "";
    background: rgb(152,175,201,0.5);
    position: absolute;
    height: 100%;
}.target-audience-WLnu::after {
    position: absolute;
    content: "";
    bottom: -50%;
    height: 100%;
    background: rgb(102,141,170,0.5);
    width: 100%;
    z-index: 1;
    left: -50%;
    transform: rotate(-35deg);
}.target-audience-WLnu .container {
    max-width: 1140px;
    position: relative;
    padding: 0 15px;
    z-index: 2;
    margin: 0 auto;
}.target-audience-WLnu .quick-training-McEI {
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
    border-radius: 25px;
    padding: 60px 40px;
    background: #ffffff;
}.target-audience-WLnu .quick-training-McEI::before {
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(152,175,201), rgb(102,141,170));
    height: 6px;
}.target-audience-WLnu .quick-training-McEI::after {
    border: 2px solid rgb(152,175,201,0.5);
    content: "";
    width: 120px;
    right: 20px;
    z-index: -1;
    top: 20px;
    position: absolute;
    opacity: 0.5;
    border-radius: 50%;
    height: 120px;
}.target-audience-WLnu h4 {
    position: relative;
    text-align: center;
    font-weight: 700;
    margin-bottom: 50px;
    color: #000000;
    font-size: 31px;
}.target-audience-WLnu h4::before {
    width: 40px;
    border-radius: 10px;
    position: absolute;
    height: 4px;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    background: rgb(152,175,201);
}.target-audience-WLnu h4::after {
    width: 80px;
    left: 50%;
    position: absolute;
    border-radius: 10px;
    bottom: -20px;
    background: rgb(102,141,170,0.5);
    content: "";
    transform: translateX(-20px);
    height: 4px;
}.target-audience-WLnu div > div {
    position: relative;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    display: grid;
    gap: 30px;
}.target-audience-WLnu div > div::before {
    top: 50%;
    left: 0;
    content: "";
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(102,141,170,0.5) 20%, 
        rgb(102,141,170,0.5) 80%, 
        transparent 100%);
    width: 100%;
    height: 1px;
    opacity: 0.5;
    z-index: -1;
    position: absolute;
}.target-audience-WLnu p {
    background: #ffffff;
    padding: 24px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    font-size: 12px;
    display: flex;
    border: 1px solid rgba(0, 0, 0, 0.05);
    z-index: 1;
    align-items: center;
    margin: 0;
    position: relative;
    color: #000000;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}.target-audience-WLnu p::before {
    transition: opacity 0.4s ease;
    z-index: -1;
    opacity: 0;
    width: 100%;
    content: "";
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, #ffffff 0%, rgb(200,213,227) 100%);
    position: absolute;
    border-radius: 10px;
}.target-audience-WLnu p:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-color: rgb(152,175,201,0.5);
}.target-audience-WLnu p:hover::before {
    opacity: 1;
}.target-audience-WLnu p svg {
    transition: all 0.4s ease;
    flex-shrink: 0;
    margin-right: 18px;
    height: 28px;
    width: 28px;
}.target-audience-WLnu p svg path {
    transition: fill 0.3s ease;
    fill: rgb(152,175,201);
}.target-audience-WLnu p:hover svg {
    transform: rotate(10deg) scale(1.2);
}.target-audience-WLnu p:hover svg path {
    fill: rgb(102,141,170);
}@keyframes dotAnimation {
    0% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.5);
    }
    100% {
        transform: translateY(0) scale(1);
    }
}

.target-audience-WLnu .quick-training-McEI::before {
    animation: dotAnimation 8s infinite;
}@keyframes fadeSlideIn {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.target-audience-WLnu .quick-training-McEI > div p {
    animation: fadeSlideIn 0.6s ease forwards;
    opacity: 0;
}.target-audience-WLnu .quick-training-McEI > div p:nth-child(1) {
    animation-delay: 0.1s;
}.target-audience-WLnu .quick-training-McEI > div p:nth-child(2) {
    animation-delay: 0.3s;
}.target-audience-WLnu .quick-training-McEI > div p:nth-child(3) {
    animation-delay: 0.5s;
}.target-audience-WLnu .quick-training-McEI > div p:nth-child(4) {
    animation-delay: 0.7s;
}.target-audience-WLnu .quick-training-McEI > div p:nth-child(5) {
    animation-delay: 0.9s;
}.target-audience-WLnu .quick-training-McEI > div p:nth-child(6) {
    animation-delay: 1.1s;
}.target-audience-WLnu p::after {
    bottom: 10px;
    height: 30px;
    background: rgb(102,141,170,0.5);
    z-index: -1;
    content: "";
    width: 30px;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.4s ease;
    position: absolute;
    right: 10px;
}.target-audience-WLnu p:hover::after {
    transform: scale(2);
    opacity: 0.3;
}

@media (max-width: 991px) {.target-audience-WLnu {
    padding: 90px 0 80px;
}.target-audience-WLnu .quick-training-McEI {
    padding: 50px 30px;
}.target-audience-WLnu h4 {
    font-size: calc(31px * 0.9);
    margin-bottom: 40px;
}.target-audience-WLnu div > div {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.target-audience-WLnu p {
    padding: 20px;
}.target-audience-WLnu .quick-training-McEI::after {
    height: 100px;
    width: 100px;
}
}

@media (max-width: 768px) {.target-audience-WLnu {
    padding: 80px 0 70px;
}.target-audience-WLnu .quick-training-McEI {
    padding: 40px 25px;
}.target-audience-WLnu h4 {
    margin-bottom: 35px;
    font-size: calc(31px * 0.8);
}.target-audience-WLnu div > div {
    grid-template-columns: 1fr;
    gap: 20px;
}.target-audience-WLnu div > div::before {
    display: none;
}.target-audience-WLnu p {
    padding: 18px;
}.target-audience-WLnu p svg {
    width: 24px;
    margin-right: 15px;
    height: 24px;
}.target-audience-WLnu .quick-training-McEI::after {
    height: 80px;
    top: auto;
    bottom: 20px;
    width: 80px;
    left: 20px;
    right: auto;
}
}

@media (max-width: 576px) {.target-audience-WLnu {
    padding: 60px 0 50px;
}.target-audience-WLnu .quick-training-McEI {
    padding: 35px 20px;
}.target-audience-WLnu h4 {
    margin-bottom: 30px;
    font-size: calc(31px * 0.7);
}.target-audience-WLnu h4::before {
    height: 3px;
    width: 30px;
}.target-audience-WLnu h4::after {
    width: 60px;
    height: 3px;
}.target-audience-WLnu p {
    font-size: calc(12px * 0.9);
    padding: 15px;
}.target-audience-WLnu p svg {
    height: 20px;
    width: 20px;
    margin-right: 12px;
}.target-audience-WLnu p:hover {
    transform: translateY(-5px) scale(1.01);
}.target-audience-WLnu .quick-training-McEI::after {
    width: 60px;
    height: 60px;
}}.contact-section-ygbt {
    position: relative;
    padding: 100px 0;
    background: rgb(200,213,227);
    overflow: hidden;
}.contact-section-ygbt::before {
    height: 100%;
    background: linear-gradient(135deg, rgb(152,175,201,0.5) 0%, transparent 50%, rgb(102,141,170,0.5) 100%);
    position: absolute;
    z-index: 1;
    top: 0;
    content: "";
    left: 0;
    width: 100%;
}.contact-section-ygbt::after {
    background: radial-gradient(circle at 30% 70%, rgb(152,175,201,0.5) 0%, transparent 30%);
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    height: 100%;
    animation: pulse 15s infinite alternate;
    z-index: 1;
    top: 0;
}.contact-section-ygbt .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 5;
    padding: 0 20px;
}.contact-section-ygbt h3 {
    font-size: 32px;
    position: relative;
    margin-bottom: 40px;
    color: #000000;
    text-align: center;
    font-weight: 700;
}.contact-section-ygbt h3::after {
    transform: translateX(-50%);
    width: 80px;
    border-radius: 10px;
    height: 3px;
    content: "";
    position: absolute;
    bottom: -15px;
    background: rgb(152,175,201);
    left: 50%;
}.contact-section-ygbt .img-cell-osvQ {
    left: 0;
    height: 100%;
    z-index: 0;
    width: 100%;
    top: 0;
    position: absolute;
    opacity: 0.1;
    filter: grayscale(40%) contrast(120%);
}.contact-section-ygbt .img-cell-osvQ::after {
    left: 0;
    content: "";
    position: absolute;
    height: 100%;
    background: linear-gradient(to right, rgb(152,175,201,0.5) 0%, transparent 100%);
    width: 100%;
    top: 0;
}.reach-reach-TYDX {
    border-radius: 15px;
    background: #ffffff;
    justify-content: space-between;
    display: flex;
    overflow: hidden;
    position: relative;
    z-index: 10;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
}.reach-reach-TYDX::before {
    content: "";
    z-index: 1;
    left: 0;
    height: 100%;
    width: 10px;
    position: absolute;
    top: 0;
    background: rgb(152,175,201);
}.reach-reach-TYDX .connect-list-DhoE {
    padding: 50px;
    position: relative;
    flex: 0 0 60%;
}.reach-reach-TYDX .connect-list-DhoE::before {
    right: 0;
    background: linear-gradient(to bottom, transparent, rgb(102,141,170,0.5), transparent);
    height: 100%;
    position: absolute;
    width: 1px;
    content: "";
    top: 0;
}.reach-reach-TYDX .connect-list-DhoE h3 {
    text-align: left;
    margin-bottom: 30px;
    color: #000000;
    font-weight: 600;
    font-size: 21px;
}.reach-reach-TYDX .connect-list-DhoE h3::after {
    left: 0;
    transform: none;
    width: 60px;
}.reach-reach-TYDX .connect-list-DhoE form {
    display: flex;
    flex-direction: column;
}.reach-reach-TYDX .connect-list-DhoE input[type="text"],
.reach-reach-TYDX .connect-list-DhoE textarea {
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
    border-radius: 10px;
    font-size: 14px;
    padding: 15px 20px;
    margin-bottom: 20px;
}.reach-reach-TYDX .connect-list-DhoE input[type="text"]:focus,
.reach-reach-TYDX .connect-list-DhoE textarea:focus {
    box-shadow: 0 0 0 3px rgb(152,175,201,0.5);
    outline: none;
    border-color: rgb(152,175,201);
}.reach-reach-TYDX .connect-list-DhoE textarea {
    resize: vertical;
    min-height: 150px;
}.reach-reach-TYDX .connect-list-DhoE .support-query-BaRu {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    position: relative;
}.reach-reach-TYDX .connect-list-DhoE .support-query-BaRu input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.reach-reach-TYDX .connect-list-DhoE .support-query-BaRu label {
    color: #000000;
    font-size: calc(14px - 2px);
    cursor: pointer;
    position: relative;
    line-height: 1.5;
    padding-left: 30px;
}.reach-reach-TYDX .connect-list-DhoE .support-query-BaRu label::before {
    height: 20px;
    width: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: absolute;
    left: 0;
    border-radius: 10px;
    top: 2px;
    content: "";
}.reach-reach-TYDX .connect-list-DhoE .support-query-BaRu input[type="checkbox"]:checked + label::before {
    border-color: rgb(152,175,201);
    background: rgb(152,175,201);
}.reach-reach-TYDX .connect-list-DhoE .support-query-BaRu input[type="checkbox"]:checked + label::after {
    position: absolute;
    height: 12px;
    content: "";
    top: 4px;
    border-width: 0 2px 2px 0;
    border: solid #ffffff;
    transform: rotate(45deg);
    left: 7px;
    width: 6px;
}.reach-reach-TYDX .connect-list-DhoE .support-query-BaRu a {
    font-weight: 600;
    color: rgb(152,175,201);
    transition: all 0.3s ease;
    text-decoration: none;
}.reach-reach-TYDX .connect-list-DhoE .support-query-BaRu a:hover {
    text-decoration: underline;
}.reach-reach-TYDX .connect-list-DhoE .feedback-request-BlDV {
    border: none;
    z-index: 1;
    cursor: pointer;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    padding: 15px 30px;
    align-self: flex-start;
    border-radius: 10px;
    font-weight: 600;
    display: inline-block;
    background: rgb(152,175,201);
    font-size: 16px;
}.reach-reach-TYDX .connect-list-DhoE .feedback-request-BlDV::before {
    z-index: -1;
    left: -100%;
    background: rgb(102,141,170);
    transition: all 0.5s ease;
    position: absolute;
    top: 0;
    width: 100%;
    content: "";
    height: 100%;
}.reach-reach-TYDX .connect-list-DhoE .feedback-request-BlDV:hover::before {
    left: 0;
}.reach-reach-TYDX .connect-list-DhoE .feedback-request-BlDV:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgb(152,175,201,0.5);
}.reach-reach-TYDX .feedback-message-QGdF {
    flex: 0 0 40%;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(152,175,201,0.5) 0%, rgb(200,213,227) 100%);
    padding: 50px;
    position: relative;
}.reach-reach-TYDX .feedback-message-QGdF::before {
    width: 100%;
    height: 100%;
    top: -50%;
    right: -50%;
    background: radial-gradient(circle, rgb(152,175,201,0.5) 0%, transparent 70%);
    position: absolute;
    content: "";
    animation: rotate 30s linear infinite;
}.reach-reach-TYDX .feedback-message-QGdF h4 {
    position: relative;
    margin-bottom: 30px;
    color: #000000;
    font-size: 21px;
    font-weight: 600;
}.reach-reach-TYDX .feedback-message-QGdF h4::after {
    left: 0;
    border-radius: 10px;
    position: absolute;
    content: "";
    bottom: -15px;
    height: 3px;
    width: 60px;
    background: rgb(152,175,201);
}.reach-reach-TYDX .feedback-message-QGdF .help-query-dmTP {
    padding: 0;
    list-style: none;
    margin: 0;
}.reach-reach-TYDX .feedback-message-QGdF .help-query-dmTP li {
    position: relative;
    z-index: 1;
    align-items: flex-start;
    display: flex;
    margin-bottom: 25px;
}.reach-reach-TYDX .feedback-message-QGdF .help-query-dmTP li:last-child {
    margin-bottom: 0;
}.reach-reach-TYDX .feedback-message-QGdF .help-query-dmTP li svg {
    height: 24px;
    flex-shrink: 0;
    margin-right: 15px;
    width: 24px;
}.reach-reach-TYDX .feedback-message-QGdF .help-query-dmTP li svg path {
    transition: all 0.3s ease;
    fill: rgb(152,175,201);
}.reach-reach-TYDX .feedback-message-QGdF .help-query-dmTP li:hover svg path {
    fill: rgb(102,141,170);
}.reach-reach-TYDX .feedback-message-QGdF .help-query-dmTP li span {
    font-size: 14px;
    color: #000000;
    line-height: 1.5;
}.reach-reach-TYDX .feedback-message-QGdF .help-query-dmTP li a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: #000000;
}.reach-reach-TYDX .feedback-message-QGdF .help-query-dmTP li a:hover {
    color: rgb(152,175,201);
}

@keyframes pulse {
    0% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.5;
        transform: scale(1);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 992px) {.contact-section-ygbt {
    padding: 80px 0;
}.reach-reach-TYDX {
    flex-direction: column;
}.reach-reach-TYDX .connect-list-DhoE,
    .reach-reach-TYDX .feedback-message-QGdF {
    flex: 0 0 100%;
    width: 100%;
}.reach-reach-TYDX .connect-list-DhoE::before {
    bottom: 0;
    background: linear-gradient(to right, transparent, rgb(102,141,170,0.5), transparent);
    height: 1px;
    right: 0;
    width: 100%;
    top: auto;
}
}

@media screen and (max-width: 768px) {.contact-section-ygbt {
    padding: 60px 0;
}.contact-section-ygbt h3 {
    font-size: calc(32px - 4px);
}.reach-reach-TYDX .connect-list-DhoE,
    .reach-reach-TYDX .feedback-message-QGdF {
    padding: 30px;
}.reach-reach-TYDX .connect-list-DhoE h3,
    .reach-reach-TYDX .feedback-message-QGdF h4 {
    font-size: calc(21px - 2px);
}.reach-reach-TYDX .connect-list-DhoE input[type="text"],
    .reach-reach-TYDX .connect-list-DhoE textarea {
    padding: 12px 15px;
}.reach-reach-TYDX .connect-list-DhoE .feedback-request-BlDV {
    text-align: center;
    width: 100%;
}
}

@media screen and (max-width: 480px) {.contact-section-ygbt {
    padding: 40px 0;
}.reach-reach-TYDX .connect-list-DhoE,
    .reach-reach-TYDX .feedback-message-QGdF {
    padding: 20px;
}.reach-reach-TYDX .feedback-message-QGdF .help-query-dmTP li {
    flex-direction: column;
}.reach-reach-TYDX .feedback-message-QGdF .help-query-dmTP li svg {
    margin-bottom: 10px;
}
}