* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}.UG-core-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}header,footer {
    width: 100%;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1258px;
}.qp-head-skill {
    flex: 1 0 auto;
}.vd-comm-guide {
    flex: 0 0 auto;
}html,body {
    height: 100%;
    min-height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    auto
contain
touch-action: none;
    scroll-snap-type: none;
}a {
    text-decoration: none;
    color: inherit;
}svg {
    width: 30px;
    height: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.jv-join-our-mailing-list {
    position: relative;
    margin: 5rem 0;
    padding: 4rem 2rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, rgb(112,151,180,0.5), rgb(160,184,208,0.5) 80%);
    overflow: hidden;
    isolation: isolate;
}.jv-join-our-mailing-list::before {
    height: 200%;
    opacity: 0.07;
    pointer-events: none;
    position: absolute;
    z-index: -1;
    transform: rotate(15deg);
    content: "";
    width: 80%;
    background: linear-gradient(165deg, rgb(255, 255, 255, 0.5) 10%, transparent 60%);
    left: -20%;
    top: -50%;
}.jv-join-our-mailing-list::after {
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    background: rgb(112,151,180);
    animation: rotateSlow 18s infinite linear;
    position: absolute;
    z-index: -1;
    opacity: 0.15;
    content: "";
    height: 120px;
    right: -30px;
    width: 120px;
    bottom: -30px;
}.jv-join-our-mailing-list .container {
    margin: 0 auto;
    max-width: 1240px;
    position: relative;
}.jv-join-our-mailing-list .vG-academy-learnings {
    z-index: 1;
    position: relative;
    display: flex;
    backdrop-filter: blur(5px);
    flex-direction: column;
}.jv-join-our-mailing-list .vG-academy-learnings > div {
    position: relative;
    padding: 1rem 0 2.5rem;
}.jv-join-our-mailing-list h4 {
    font-weight: 600;
    max-width: 90%;
    color: #000000;
    margin: 0;
    transform: translateX(1rem);
    font-size: 20px;
    font-family: Arial, sans-serif;
    position: relative;
    padding: 0;
    line-height: 1.4;
}.jv-join-our-mailing-list h4::before {
    background: rgb(160,184,208);
    animation: scaleIn 0.8s 0.2s forwards cubic-bezier(0.22, 1, 0.36, 1);
    top: 0.5rem;
    transform: scaleY(0);
    transform-origin: top;
    left: -1rem;
    content: "";
    position: absolute;
    height: 85%;
    width: 4px;
}.jv-join-our-mailing-list .input_holder {
    max-width: 650px;
    position: relative;
    width: 100%;
    flex-direction: column;
    display: flex;
    gap: 1rem;
}.jv-join-our-mailing-list .input_holder::before {
    background: linear-gradient(120deg, #ffffff, transparent);
    inset: -10px;
    z-index: -1;
    border-radius: 10px;
    transform: translateX(-100%);
    position: absolute;
    opacity: 0.15;
    transition: transform 0.5s ease-out;
    content: "";
}.jv-join-our-mailing-list .input_holder:focus-within::before {
    transform: translateX(0);
}.jv-join-our-mailing-list .input_holder span {
    position: relative;
}.jv-join-our-mailing-list .input_holder span:first-child {
    flex: 1;
}.jv-join-our-mailing-list input[type="email"] {
    border-radius: 10px;
    transition: all 0.3s ease;
    font-size: 18px;
    outline: none;
    color: #000000;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #ffffff;
    font-family: Arial, sans-serif;
    padding: 1rem 1.5rem;
    width: 100%;
}.jv-join-our-mailing-list input[type="email"]::placeholder {
    opacity: 0.6;
    color: rgba(0, 0, 0, 0.5);
}.jv-join-our-mailing-list input[type="email"]:focus {
    border-color: rgb(112,151,180);
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}.jv-join-our-mailing-list .vH-updates-fieldset {
    overflow: hidden;
    display: inline-block;
    color: #ffffff;
    padding: 1rem 2rem;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1), 0 3px 5px rgba(0, 0, 0, 0.05);
    background: rgb(112,151,180);
    font-weight: 600;
    width: 100%;
    font-size: 18px;
    letter-spacing: 0.5px;
    border: none;
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-transform: uppercase;
}.jv-join-our-mailing-list .vH-updates-fieldset::before {
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
    transition: left 0.8s ease;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}.jv-join-our-mailing-list .vH-updates-fieldset:hover {
    transform: translateY(-3px);
    background: rgb(160,184,208);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15), 0 5px 10px rgba(0, 0, 0, 0.08);
}.jv-join-our-mailing-list .vH-updates-fieldset:hover::before {
    left: 100%;
}.jv-join-our-mailing-list .vH-updates-fieldset:active {
    transform: translateY(-1px);
}

@keyframes scaleIn {
    to { transform: scaleY(1); }
}

@keyframes rotateSlow {
    0% { transform: rotate(0); }
    100% { transform: rotate(360deg); }
}

@media (min-width: 768px) {.jv-join-our-mailing-list {
    margin: 7rem 0;
    padding: 5rem 4rem;
}.jv-join-our-mailing-list::before {
    width: 60%;
}.jv-join-our-mailing-list .vG-academy-learnings {
    justify-content: space-between;
    gap: 2rem;
    align-items: center;
    flex-direction: row;
}.jv-join-our-mailing-list .vG-academy-learnings > div {
    padding: 0;
    flex: 1;
}.jv-join-our-mailing-list h4 {
    transform: translateX(2rem);
    max-width: 100%;
}.jv-join-our-mailing-list h4::before {
    left: -2rem;
}.jv-join-our-mailing-list .input_holder {
    flex-direction: row;
    gap: 1.5rem;
    flex: 1;
}.jv-join-our-mailing-list input[type="email"] {
    height: 100%;
}.jv-join-our-mailing-list .vH-updates-fieldset {
    width: auto;
    white-space: nowrap;
}
}

@media (min-width: 1024px) {.jv-join-our-mailing-list {
    padding: 5rem;
}.jv-join-our-mailing-list::before {
    top: -30%;
    left: -10%;
    width: 50%;
    transform: rotate(10deg);
}.jv-join-our-mailing-list::after {
    width: 150px;
    height: 150px;
}.jv-join-our-mailing-list .vG-academy-learnings {
    gap: 4rem;
}.jv-join-our-mailing-list h4 {
    font-size: calc(20px * 1.1);
}.jv-join-our-mailing-list .input_holder {
    gap: 2rem;
}.jv-join-our-mailing-list input[type="email"] {
    padding: 1.25rem 2rem;
}.jv-join-our-mailing-list .vH-updates-fieldset {
    padding: 1.25rem 2.5rem;
}
}

@media (min-width: 1440px) {.jv-join-our-mailing-list {
    padding: 6rem;
}.jv-join-our-mailing-list .vG-academy-learnings {
    gap: 6rem;
}.jv-join-our-mailing-list h4 {
    font-size: calc(20px * 1.2);
}
}

@media (max-width: 480px) {.jv-join-our-mailing-list {
    padding: 3rem 1.5rem;
    margin: 3rem 0;
}.jv-join-our-mailing-list h4 {
    transform: translateX(0.75rem);
    font-size: calc(20px * 0.9);
}.jv-join-our-mailing-list h4::before {
    left: -0.75rem;
}.jv-join-our-mailing-list input[type="email"] {
    padding: 0.9rem 1.25rem;
}.jv-join-our-mailing-list .vH-updates-fieldset {
    padding: 0.9rem 1.5rem;
    font-size: calc(18px * 0.9);
}}.yu-reach-out {
    padding: 100px 0;
    position: relative;
}.yu-reach-out::before {
    background-color: rgb(207,217,233);
    right: 0;
    content: "";
    bottom: 0;
    left: 0;
    z-index: 1;
    position: absolute;
    top: 0;
}.yu-reach-out .container {
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.yu-reach-out .Oc-reach-support {
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    position: relative;
}.yu-reach-out .oO-help-support {
    overflow: hidden;
    position: relative;
    background: rgb(160,184,208);
    padding: 60px 40px;
    width: 40%;
}.yu-reach-out .oO-help-support::before {
    opacity: 0.3;
    position: absolute;
    top: -10%;
    background: rgb(112,151,180);
    right: -10%;
    height: 200px;
    border-radius: 50%;
    content: "";
    width: 200px;
}.yu-reach-out .oO-help-support::after {
    bottom: -10%;
    width: 200px;
    left: -10%;
    content: "";
    height: 200px;
    background: rgb(112,151,180);
    border-radius: 50%;
    position: absolute;
    opacity: 0.3;
}.yu-reach-out .oO-help-support h3 {
    position: relative;
    font-weight: 700;
    z-index: 1;
    font-size: 36px;
    color: #ffffff;
    margin-bottom: 40px;
}.yu-reach-out .oO-help-support div {
    position: relative;
    align-items: center;
    margin-bottom: 25px;
    display: flex;
    border-left: 3px solid #ffffff;
    padding-left: 15px;
    transition: all 0.3s ease;
    z-index: 1;
}.yu-reach-out .oO-help-support div:hover {
    transform: translateX(5px);
    border-left-color: rgb(112,151,180);
}.yu-reach-out .oO-help-support div svg {
    height: 24px;
    width: 24px;
    margin-right: 15px;
}.yu-reach-out .oO-help-support div svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}.yu-reach-out .oO-help-support div:hover svg path {
    fill: rgb(112,151,180);
}.yu-reach-out .oO-help-support div span {
    color: #ffffff;
    font-size: 14px;
}.yu-reach-out .oO-help-support div span a {
    text-decoration: none;
    color: #ffffff;
    transition: color 0.3s ease;
}.yu-reach-out .oO-help-support div span a:hover {
    color: rgb(112,151,180);
}.yu-reach-out .aj-query-help {
    padding: 60px 40px;
    background: #ffffff;
    width: 60%;
}.yu-reach-out .aj-query-help h3 {
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 24px;
    color: #000000;
}.yu-reach-out form {
    display: flex;
    flex-direction: column;
}.yu-reach-out form input[type="text"],
.yu-reach-out form input[type="email"] {
    font-size: 14px;
    padding: 15px 20px;
    border: 2px solid #EFEFEF;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    border-radius: 10px;
}.yu-reach-out form input[type="text"]:focus,
.yu-reach-out form input[type="email"]:focus {
    outline: none;
    border-color: rgb(160,184,208);
}.yu-reach-out form input::placeholder {
    color: #BBBBBB;
}.yu-reach-out .Ea-connect-grid {
    align-items: flex-start;
    margin-bottom: 25px;
    display: flex;
}.yu-reach-out .Ea-connect-grid input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.yu-reach-out .Ea-connect-grid label {
    cursor: pointer;
    line-height: 1.6;
    color: #000000;
    position: relative;
    font-size: 15px;
    padding-left: 35px;
}.yu-reach-out .Ea-connect-grid label::before {
    width: 20px;
    left: 0;
    position: absolute;
    transition: all 0.3s ease;
    border: 2px solid #EFEFEF;
    border-radius: 10px;
    top: 2px;
    height: 20px;
    content: "";
}.yu-reach-out .Ea-connect-grid input[type="checkbox"]:checked + label::before {
    border-color: rgb(160,184,208);
    background-color: rgb(160,184,208);
}.yu-reach-out .Ea-connect-grid input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg);
    width: 6px;
    border-width: 0 2px 2px 0;
    content: "";
    border: solid white;
    height: 12px;
    position: absolute;
    top: 4px;
    left: 7px;
}.yu-reach-out .Ea-connect-grid label a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(160,184,208);
}.yu-reach-out .Ea-connect-grid label a:hover {
    text-decoration: underline;
}.yu-reach-out form .xE-help-map {
    align-self: flex-start;
    padding: 15px 30px;
    font-size: 18px;
    position: relative;
    color: #ffffff;
    font-weight: 600;
    background-color: rgb(160,184,208);
    cursor: pointer;
    border: none;
    transition: all 0.3s ease;
    border-radius: 10px;
    overflow: hidden;
}.yu-reach-out form .xE-help-map::after {
    content: "";
    top: 50%;
    width: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    transition: width 0.3s ease, height 0.3s ease;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    position: absolute;
    transform-style: flat;
    height: 0;
}.yu-reach-out form .xE-help-map:hover {
    background-color: rgb(112,151,180);
}.yu-reach-out form .xE-help-map:active::after {
    height: 200px;
    width: 200px;
}@keyframes slideInLeft {
    from {
        transform: translateX(-20px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.yu-reach-out .oO-help-support div {
    opacity: 0;
    animation: slideInLeft 0.5s forwards;
}.yu-reach-out .oO-help-support div:nth-child(2) {
    animation-delay: 0.1s;
}.yu-reach-out .oO-help-support div:nth-child(3) {
    animation-delay: 0.2s;
}.yu-reach-out .oO-help-support div:nth-child(4) {
    animation-delay: 0.3s;
}.yu-reach-out .oO-help-support div:nth-child(5) {
    animation-delay: 0.4s;
}

@media screen and (max-width: 992px) {.yu-reach-out .oO-help-support,
    .yu-reach-out .aj-query-help {
    width: 100%;
    padding: 40px 30px;
}.yu-reach-out .oO-help-support {
    order: 2;
}.yu-reach-out .aj-query-help {
    order: 1;
}
}

@media screen and (max-width: 576px) {.yu-reach-out {
    padding: 60px 0;
}.yu-reach-out .container {
    width: 90%;
}.yu-reach-out .oO-help-support,
    .yu-reach-out .aj-query-help {
    padding: 30px 20px;
}.yu-reach-out .oO-help-support h3 {
    font-size: calc(36px * 0.8);
}.yu-reach-out form .xE-help-map {
    width: 100%;
}}header {
    position: relative;
    z-index: 100;
    width: 100%;
    background: rgb(207,217,233);
    padding: 0;
}header::before {
    height: 100%;
    z-index: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(135deg, 
        rgb(160,184,208,0.5) 0%, 
        transparent 60%, 
        rgb(112,151,180,0.5) 100%);
    content: '';
    opacity: 0.6;
    top: 0;
    left: 0;
}header .container {
    max-width: 100%;
    width: 100%;
    z-index: 1;
    margin: 0;
    position: relative;
    padding: 0;
}header .He-head-mentor {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0.8rem 3%;
    justify-content: space-between;
}header .rZ-main-base {
    position: relative;
    align-items: center;
    display: flex;
    margin-right: 1rem;
    text-decoration: none;
    padding: 0.6rem;
}header .rZ-main-base::after {
    content: '';
    bottom: 0;
    position: absolute;
    transition: transform 0.3s ease;
    left: 0;
    background: linear-gradient(to right, rgb(160,184,208), rgb(112,151,180));
    height: 2px;
    transform: scaleX(0.7);
    width: 100%;
}header .rZ-main-base:hover::after {
    transform: scaleX(1);
}header .rZ-main-base svg {
    width: 140px;
    height: auto;
    transition: all 0.3s ease;
}header .rZ-main-base:hover svg {
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.1));
}header .lr-main-lead {
    background: rgba(255, 255, 255, 0.5);
    flex-wrap: wrap;
    border-radius: 10px;
    display: flex;
    gap: 0.4rem;
    padding: 0.5rem;
}header .EP-site-top {
    color: #000000;
    font-weight: 400;
    padding: 0.4rem 0.7rem;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    overflow: hidden;
    font-size: 15px;
    z-index: 1;
    text-decoration: none;
    position: relative;
    border-radius: 10px;
}header .EP-site-top::after {
    transform: scaleX(0);
    position: absolute;
    left: 0;
    transition: transform 0.3s ease;
    background: linear-gradient(to right, rgb(160,184,208), rgb(112,151,180));
    width: 100%;
    bottom: 0;
    transform-origin: left;
    height: 2px;
    content: '';
}header .EP-site-top:hover {
    background: rgba(255, 255, 255, 0.7);
    color: rgb(160,184,208);
}header .EP-site-top:hover::after {
    transform: scaleX(1);
}

@media (max-width: 991px) {header .He-head-mentor {
    padding: 0.7rem 2.5%;
}header .rZ-main-base svg {
    width: 130px;
}header .lr-main-lead {
    padding: 0.4rem;
    gap: 0.35rem;
}header .EP-site-top {
    font-size: calc(15px - 1px);
    padding: 0.35rem 0.6rem;
}
}

@media (max-width: 767px) {header .He-head-mentor {
    padding: 0.7rem 2%;
    justify-content: center;
}header .rZ-main-base {
    margin: 0 0 0.6rem 0;
}header .rZ-main-base svg {
    width: 120px;
}header .lr-main-lead {
    justify-content: center;
    width: 100%;
}header .EP-site-top {
    padding: 0.3rem 0.5rem;
    font-size: calc(15px - 2px);
}
}

@media (max-width: 480px) {header .He-head-mentor {
    padding: 0.6rem 1.5%;
}header .rZ-main-base svg {
    width: 110px;
}header .lr-main-lead {
    overflow-x: auto;
    justify-content: flex-start;
    flex-wrap: nowrap;
}header .lr-main-lead::-webkit-scrollbar {
    height: 2px;
}header .lr-main-lead::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(160,184,208);
}header .EP-site-top {
    white-space: nowrap;
    flex-shrink: 0;
}}.Jj-take-a-spin {
    transform-style: preserve-3d;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, rgb(112,151,180), rgb(160,184,208) 120%);
    overflow: hidden;
    perspective: 1000px;
    position: relative;
    padding: 4rem 2rem;
}.Jj-take-a-spin::before {
    content: "";
    animation: shimmer 6s infinite linear;
    width: 100%;
    pointer-events: none;
    background: linear-gradient(45deg, transparent 40%, rgba(255, 255, 255, 0.1) 45%, transparent 50%);
    transform: translateZ(-10px);
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
}.Jj-take-a-spin::after {
    position: absolute;
    right: -10%;
    top: -10%;
    background: linear-gradient(135deg, rgb(160,184,208,0.5), transparent);
    transform: rotate(-15deg) translateZ(10px);
    filter: blur(20px);
    width: 35%;
    content: "";
    height: 120%;
    opacity: 0.6;
}.Jj-take-a-spin .container {
    display: flex;
    align-items: center;
    flex-direction: column;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: center;
    transform: translateZ(30px);
    position: relative;
    z-index: 1;
}.Jj-take-a-spin h6 {
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    font-weight: 600;
    text-align: center;
    margin-bottom: 2.5rem;
    position: relative;
    line-height: 1.5;
    color: #ffffff;
    font-size: 21px;
    max-width: 800px;
    transform: translateY(-5px);
    letter-spacing: 0.5px;
}.Jj-take-a-spin h6::after {
    transform: translateX(-50%);
    background: #ffffff;
    position: absolute;
    bottom: -15px;
    left: 50%;
    content: "";
    opacity: 0.7;
    height: 3px;
    width: 60px;
}.Jj-take-a-spin div span {
    display: inline-block;
    z-index: 2;
    position: relative;
    transform: perspective(800px) rotateX(5deg);
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}.Jj-take-a-spin div span:hover {
    transform: perspective(800px) rotateX(0deg) translateY(-5px);
}.Jj-take-a-spin div span::before {
    position: absolute;
    border-radius: 50%;
    bottom: -8px;
    content: "";
    transition: all 0.4s ease;
    background: rgba(0, 0, 0, 0.2);
    left: 50%;
    width: 90%;
    filter: blur(6px);
    transform: translateX(-50%);
    height: 8px;
    opacity: 0.6;
}.Jj-take-a-spin div span:hover::before {
    width: 100%;
    opacity: 0.8;
}.Jj-take-a-spin .xE-help-map {
    transform: translateZ(0);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    display: inline-flex;
    font-weight: 700;
    font-size: calc(20px + 0.1rem);
    border: 2px solid transparent;
    background: #ffffff;
    color: rgb(112,151,180);
    position: relative;
    align-items: center;
    border-radius: 10px;
    justify-content: center;
    padding: 1rem 2.5rem;
    overflow: hidden;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.Jj-take-a-spin .xE-help-map::before {
    top: 0;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    left: -100%;
    width: 100%;
    height: 100%;
    transition: left 0.7s ease;
    position: absolute;
}.Jj-take-a-spin .xE-help-map:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    background: transparent;
    border-color: #ffffff;
    transform: translateY(-2px);
    color: #ffffff;
}.Jj-take-a-spin .xE-help-map:hover::before {
    left: 100%;
}.Jj-take-a-spin .xE-help-map span {
    z-index: 2;
    transition: transform 0.3s ease;
    position: relative;
}.Jj-take-a-spin .xE-help-map:hover span {
    transform: scale(1.05);
}.Jj-take-a-spin .xE-help-map:active {
    transform: translateY(1px);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

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

@media (max-width: 991px) {.Jj-take-a-spin {
    padding: 3.5rem 1.5rem;
}.Jj-take-a-spin h6 {
    margin-bottom: 2rem;
    font-size: calc(20px + 0.1rem);
}.Jj-take-a-spin .xE-help-map {
    padding: 0.9rem 2.2rem;
}
}

@media (max-width: 767px) {.Jj-take-a-spin {
    padding: 3rem 1rem;
}.Jj-take-a-spin::after {
    width: 50%;
    right: -20%;
    top: -5%;
}.Jj-take-a-spin h6 {
    max-width: 100%;
    font-size: 20px;
    margin-bottom: 1.8rem;
}.Jj-take-a-spin h6::after {
    bottom: -12px;
    width: 50px;
}.Jj-take-a-spin .xE-help-map {
    padding: 0.8rem 1.8rem;
    font-size: 20px;
}
}

@media (max-width: 575px) {.Jj-take-a-spin {
    padding: 2.5rem 0.8rem;
}.Jj-take-a-spin h6 {
    margin-bottom: 1.5rem;
    font-size: calc(18px + 0.1rem);
    line-height: 1.4;
}.Jj-take-a-spin .xE-help-map {
    padding: 0.7rem 1.5rem;
}.Jj-take-a-spin::before,
    .Jj-take-a-spin::after {
    opacity: 0.4;
}}.OT-course-candidates {
    padding: 110px 0;
    position: relative;
    background: #ffffff;
    overflow: hidden;
}.OT-course-candidates::before {
    z-index: 1;
    height: 100%;
    position: absolute;
    opacity: 0.1;
    top: 0;
    content: "";
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, 
                rgb(160,184,208,0.5) 0%, 
                transparent 30%, 
                transparent 70%, 
                rgb(112,151,180,0.5) 100%);
}.OT-course-candidates .container {
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
    z-index: 2;
    padding: 0 15px;
}.OT-course-candidates .vG-academy-learnings {
    position: relative;
}.OT-course-candidates h4 {
    position: relative;
    margin-bottom: 50px;
    padding-bottom: 15px;
    text-align: center;
    font-size: 30px;
    letter-spacing: 0.5px;
    font-weight: 700;
    color: #000000;
}.OT-course-candidates h4::after {
    left: 50%;
    background: rgb(160,184,208);
    width: 80px;
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    border-radius: 10px;
    content: "";
    height: 3px;
}.OT-course-candidates div > div {
    gap: 20px;
    display: flex;
    flex-direction: column;
}.OT-course-candidates p {
    font-size: 13px;
    overflow: hidden;
    transition: all 0.3s ease;
    border-radius: 25px;
    color: #000000;
    position: relative;
    background: #ffffff;
    align-items: center;
    padding: 25px 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    margin: 0;
    display: flex;
}.OT-course-candidates p::before {
    top: 0;
    position: absolute;
    height: 100%;
    width: 5px;
    content: "";
    left: 0;
    transition: width 0.3s ease;
    background: rgb(160,184,208);
}.OT-course-candidates p::after {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    z-index: -1;
    top: 0;
    background: linear-gradient(90deg, 
                rgb(160,184,208,0.5) 0%, 
                transparent 30%);
    transition: opacity 0.3s ease;
    opacity: 0;
    width: 100%;
}.OT-course-candidates p:hover {
    transform: translateX(10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}.OT-course-candidates p:hover::before {
    width: 8px;
}.OT-course-candidates p:hover::after {
    opacity: 0.2;
}.OT-course-candidates p svg {
    transition: all 0.3s ease;
    width: 28px;
    flex-shrink: 0;
    height: 28px;
    margin-right: 20px;
}.OT-course-candidates p svg path {
    transition: fill 0.3s ease;
    fill: rgb(160,184,208);
}.OT-course-candidates p:hover svg {
    transform: scale(1.2);
}.OT-course-candidates p:hover svg path {
    fill: rgb(112,151,180);
}.OT-course-candidates p:nth-child(even)::before {
    background: rgb(112,151,180);
}.OT-course-candidates p:nth-child(even)::after {
    background: linear-gradient(90deg, 
                rgb(112,151,180,0.5) 0%, 
                transparent 30%);
}@keyframes fadeInSlide {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.OT-course-candidates .vG-academy-learnings > div p {
    opacity: 0;
    animation: fadeInSlide 0.5s ease forwards;
}.OT-course-candidates .vG-academy-learnings > div p:nth-child(1) {
    animation-delay: 0.1s;
}.OT-course-candidates .vG-academy-learnings > div p:nth-child(2) {
    animation-delay: 0.2s;
}.OT-course-candidates .vG-academy-learnings > div p:nth-child(3) {
    animation-delay: 0.3s;
}.OT-course-candidates .vG-academy-learnings > div p:nth-child(4) {
    animation-delay: 0.4s;
}.OT-course-candidates .vG-academy-learnings > div p:nth-child(5) {
    animation-delay: 0.5s;
}.OT-course-candidates .vG-academy-learnings > div p:nth-child(6) {
    animation-delay: 0.6s;
}

@media (max-width: 991px) {.OT-course-candidates {
    padding: 90px 0;
}.OT-course-candidates h4 {
    font-size: calc(30px * 0.9);
    margin-bottom: 40px;
}.OT-course-candidates div > div {
    gap: 18px;
}.OT-course-candidates p {
    padding: 20px 25px;
}.OT-course-candidates p svg {
    margin-right: 15px;
    height: 25px;
    width: 25px;
}
}

@media (max-width: 768px) {.OT-course-candidates {
    padding: 70px 0;
}.OT-course-candidates h4 {
    font-size: calc(30px * 0.8);
    margin-bottom: 30px;
}.OT-course-candidates h4::after {
    width: 60px;
}.OT-course-candidates div > div {
    gap: 15px;
}.OT-course-candidates p {
    padding: 18px 20px;
}
}

@media (max-width: 576px) {.OT-course-candidates {
    padding: 60px 0;
}.OT-course-candidates h4 {
    font-size: calc(30px * 0.7);
    margin-bottom: 25px;
    padding-bottom: 10px;
}.OT-course-candidates h4::after {
    height: 2px;
    width: 50px;
}.OT-course-candidates div > div {
    gap: 12px;
}.OT-course-candidates p {
    font-size: calc(13px * 0.9);
    padding: 15px;
}.OT-course-candidates p svg {
    width: 22px;
    margin-right: 12px;
    height: 22px;
}.OT-course-candidates p:hover {
    transform: translateX(5px);
}}.gX-who-we-are {
    overflow: hidden;
    position: relative;
    padding: 120px 0 100px;
    background: linear-gradient(135deg, rgb(207,217,233) 0%, rgba(245, 245, 250, 0.95) 100%);
}.gX-who-we-are::before {
    transform: rotate(15deg);
    height: 300px;
    background: linear-gradient(45deg, rgb(160,184,208,0.5) 0%, transparent 70%);
    content: "";
    opacity: 0.5;
    z-index: 0;
    position: absolute;
    animation: float 15s infinite ease-in-out;
    filter: blur(70px);
    right: -50px;
    top: -50px;
    width: 300px;
}.gX-who-we-are::after {
    left: -80px;
    transform: rotate(-20deg);
    content: "";
    width: 400px;
    filter: blur(90px);
    opacity: 0.4;
    height: 400px;
    background: linear-gradient(225deg, rgb(112,151,180,0.5) 0%, transparent 70%);
    position: absolute;
    bottom: -80px;
    animation: float 18s infinite ease-in-out reverse;
    z-index: 0;
}.gX-who-we-are .container {
    z-index: 1;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.gX-who-we-are h1 {
    color: #000000;
    opacity: 0;
    text-align: left;
    animation: slideIn 0.8s 0.2s forwards cubic-bezier(0.25, 1, 0.5, 1);
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 60px;
    position: relative;
    transform: translateX(-10px);
}.gX-who-we-are h1::before {
    transform: scaleX(0);
    content: "";
    transform-origin: left;
    width: 120px;
    background: linear-gradient(90deg, rgb(160,184,208) 0%, rgb(112,151,180) 100%);
    height: 4px;
    position: absolute;
    left: 0;
    bottom: -15px;
    animation: scaleIn 1.2s 0.6s forwards cubic-bezier(0.25, 1, 0.5, 1);
}.gX-who-we-are .cq-mastery-center {
    position: relative;
}.gX-who-we-are .cq-mastery-center::before {
    height: 500px;
    opacity: 0.1;
    top: 50%;
    filter: blur(50px);
    content: "";
    background: radial-gradient(circle, rgb(112,151,180,0.5) 0%, transparent 70%);
    z-index: -1;
    width: 500px;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}.gX-who-we-are .cq-mastery-center ul {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr;
    margin: 0;
    padding: 0;
    gap: 60px;
}.gX-who-we-are .Fz-quick-studies {
    position: relative;
    opacity: 0;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    transform: translateY(30px);
    padding: 40px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    background: rgba(255, 255, 255, 0.9);
    animation: fadeUp 1s 0.4s forwards cubic-bezier(0.25, 1, 0.5, 1);
}.gX-who-we-are .Fz-quick-studies:nth-child(2) {
    animation-delay: 0.6s;
}.gX-who-we-are .Fz-quick-studies:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}.gX-who-we-are .Fz-quick-studies::before {
    position: absolute;
    width: 5px;
    height: 0;
    content: "";
    background: linear-gradient(to bottom, rgb(160,184,208), rgb(112,151,180));
    transition: height 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    top: 0;
    left: 0;
}.gX-who-we-are .Fz-quick-studies:hover::before {
    height: 100%;
}.gX-who-we-are .Fz-quick-studies h4 {
    margin-bottom: 20px;
    color: #000000;
    position: relative;
    font-size: calc(24px + 2px);
    padding-bottom: 15px;
    font-weight: 600;
    transform: translateX(0);
    transition: transform 0.4s ease;
}.gX-who-we-are .Fz-quick-studies:hover h4 {
    transform: translateX(10px);
    color: rgb(160,184,208);
}.gX-who-we-are .Fz-quick-studies h4::after {
    content: "";
    left: 0;
    width: 50px;
    height: 3px;
    transition: width 0.4s ease;
    background: rgb(112,151,180);
    bottom: 0;
    position: absolute;
}.gX-who-we-are .Fz-quick-studies:hover h4::after {
    width: 80px;
}.gX-who-we-are .Fz-quick-studies div {
    opacity: 0.9;
    padding-right: 15px;
    transition: opacity 0.3s ease;
    margin: 0;
    font-size: 14px;
    color: #000000;
    line-height: 1.8;
    font-weight: 400;
    height: 250px;
    overflow-y: auto;
}.gX-who-we-are .Fz-quick-studies:hover div {
    opacity: 1;
}.gX-who-we-are .Fz-quick-studies div::-webkit-scrollbar {
    width: 6px;
    background-color: rgba(0, 0, 0, 0.05);
}.gX-who-we-are .Fz-quick-studies div::-webkit-scrollbar-thumb {
    background-color: rgb(112,151,180,0.5);
    border-radius: 10px;
}

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

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

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

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

@media (min-width: 768px) {.gX-who-we-are {
    padding: 150px 0 120px;
}.gX-who-we-are h1 {
    font-size: calc(44px + 10px);
    margin-bottom: 80px;
}.gX-who-we-are .cq-mastery-center ul {
    grid-template-columns: 1fr 1fr;
}.gX-who-we-are .Fz-quick-studies {
    padding: 50px;
}.gX-who-we-are .Fz-quick-studies div {
    height: 300px;
}.gX-who-we-are .Fz-quick-studies:first-child {
    z-index: 2;
    transform: translateY(40px) rotate(-1deg);
}.gX-who-we-are .Fz-quick-studies:last-child {
    transform: translateY(20px) rotate(1deg);
    z-index: 1;
}.gX-who-we-are .Fz-quick-studies:first-child:hover,
    .gX-who-we-are .Fz-quick-studies:last-child:hover {
    transform: translateY(-5px) rotate(0);
    z-index: 3;
}
}

@media (min-width: 992px) {.gX-who-we-are {
    padding: 180px 0 150px;
}.gX-who-we-are h1 {
    font-size: calc(44px + 16px);
}.gX-who-we-are .Fz-quick-studies {
    padding: 60px;
}.gX-who-we-are .Fz-quick-studies div {
    height: 350px;
}.gX-who-we-are .Fz-quick-studies h4 {
    font-size: calc(24px + 4px);
}
}

@media (max-width: 767px) {.gX-who-we-are {
    padding: 80px 0 60px;
}.gX-who-we-are h1 {
    text-align: center;
    margin-bottom: 40px;
}.gX-who-we-are h1::before {
    left: 50%;
    transform: translateX(-50%) scaleX(0);
}.gX-who-we-are .Fz-quick-studies {
    padding: 30px 25px;
}.gX-who-we-are .Fz-quick-studies div {
    height: 200px;
}}.lP-tariff-card {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(207,217,233) 0%, rgba(245, 247, 250, 0.95) 100%);
    padding: 7rem 0;
}.lP-tariff-card::before {
    right: -5%;
    top: -10%;
    height: 70%;
    position: absolute;
    width: 40%;
    background: linear-gradient(120deg, rgb(160,184,208,0.5) 20%, rgb(112,151,180,0.5) 80%);
    border-radius: 10px;
    opacity: 0.1;
    transform: rotate(-15deg);
    content: "";
    z-index: 0;
}.lP-tariff-card::after {
    opacity: 0.08;
    z-index: 0;
    border-radius: 10px;
    background: linear-gradient(45deg, rgb(112,151,180,0.5) 30%, rgb(160,184,208,0.5) 70%);
    transform: rotate(10deg);
    width: 35%;
    bottom: -5%;
    position: absolute;
    left: -3%;
    content: "";
    height: 50%;
}.lP-tariff-card .container {
    padding: 0 2rem;
    position: relative;
    margin: 0 auto;
    max-width: 1400px;
    z-index: 2;
}.lP-tariff-card .Ow-cost-schemes {
    flex-direction: column;
    display: flex;
}.lP-tariff-card .XH-fee-pricing {
    position: relative;
    order: 1;
    text-align: center;
    margin-bottom: 3.5rem;
}.lP-tariff-card .XH-fee-pricing h2 {
    margin-bottom: 1.5rem;
    font-size: 29px;
    display: inline-block;
    position: relative;
    font-weight: 700;
    color: #000000;
}.lP-tariff-card .XH-fee-pricing h2::after {
    bottom: -0.75rem;
    transform: translateX(-50%);
    left: 50%;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(160,184,208), transparent);
    height: 3px;
    width: 70%;
    position: absolute;
}.lP-tariff-card .Id-bundle-rate {
    max-width: 800px;
    margin: 0 auto;
    color: #000000;
    font-size: 18px;
    line-height: 1.6;
}.lP-tariff-card .PB-learn-deals {
    order: 2;
    display: grid;
    width: 100%;
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.lP-tariff-card .Ga-price-tiers {
    overflow: hidden;
    color: #000000;
    position: relative;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    display: block;
    height: 100%;
}.lP-tariff-card .Ga-price-tiers:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-8px);
}.lP-tariff-card .Ga-price-tiers::before {
    transition: transform 0.3s ease;
    transform: translateY(-5px);
    left: 0;
    height: 5px;
    background: linear-gradient(90deg, rgb(160,184,208), rgb(112,151,180));
    width: 100%;
    position: absolute;
    top: 0;
    content: "";
}.lP-tariff-card .Ga-price-tiers:hover::before {
    transform: translateY(0);
}.lP-tariff-card .gL-edu-deals {
    height: 100%;
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
}.lP-tariff-card .hf-deal-opts {
    flex: 1;
    position: relative;
    flex-direction: column;
    padding: 2rem 1.75rem;
    display: flex;
}.lP-tariff-card .hf-deal-opts h3 {
    font-size: calc(18px * 1.1);
    position: relative;
    margin-bottom: 1rem;
    color: #000000;
    display: inline-block;
    font-weight: 700;
}.lP-tariff-card .hf-deal-opts .vn-price-panel {
    color: rgb(160,184,208);
    margin-bottom: 1.5rem;
    font-size: calc(18px * 1.3);
    font-weight: 700;
    position: relative;
}.lP-tariff-card .hf-deal-opts .vn-price-panel::after {
    height: 2px;
    position: absolute;
    background: rgb(160,184,208,0.5);
    bottom: -0.75rem;
    left: 0;
    content: "";
    width: 40px;
}.lP-tariff-card .hf-deal-opts p {
    line-height: 1.65;
    font-size: 18px;
    word-break: break-word;
    overflow-wrap: break-word;
    margin-bottom: 1.5rem;
    flex-grow: 1;
    color: #000000;
    word-wrap: break-word;
}.lP-tariff-card .lZ-pic-list-wrap {
    position: relative;
    transition: transform 0.5s ease;
    overflow: hidden;
    width: 100%;
    height: 180px;
}.lP-tariff-card .lZ-pic-list-wrap::after {
    height: 100%;
    position: absolute;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
    left: 0;
    content: "";
    width: 100%;
    top: 0;
}.lP-tariff-card .Ga-price-tiers:hover .lZ-pic-list-wrap {
    transform: scale(1.05);
}.lP-tariff-card .Ga-price-tiers:nth-child(odd) .hf-deal-opts::before {
    opacity: 0.1;
    width: 2.5rem;
    height: 2.5rem;
    top: 1rem;
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    background: rgb(160,184,208,0.5);
    content: "";
    right: 1rem;
}.lP-tariff-card .Ga-price-tiers:nth-child(even) .hf-deal-opts::before {
    border-radius: 50%;
    z-index: -1;
    width: 2.5rem;
    content: "";
    height: 2.5rem;
    opacity: 0.1;
    left: 1rem;
    position: absolute;
    bottom: 1rem;
    background: rgb(112,151,180,0.5);
}

@media (min-width: 992px) {.lP-tariff-card .Ow-cost-schemes {
    flex-direction: row;
}.lP-tariff-card .XH-fee-pricing {
    margin-bottom: 0;
    flex-direction: column;
    display: flex;
    padding-left: 3rem;
    justify-content: center;
    flex: 0 0 30%;
    order: 2;
    text-align: left;
}.lP-tariff-card .XH-fee-pricing h2 {
    margin-bottom: 2rem;
    text-align: left;
}.lP-tariff-card .XH-fee-pricing h2::after {
    left: 0;
    width: 40%;
    transform: none;
}.lP-tariff-card .Id-bundle-rate {
    text-align: left;
    margin: 0;
}.lP-tariff-card .PB-learn-deals {
    order: 1;
    flex: 0 0 70%;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 991px) {.lP-tariff-card {
    padding: 5rem 0;
}.lP-tariff-card .Ga-price-tiers {
    margin-bottom: 1.5rem;
}.lP-tariff-card .XH-fee-pricing {
    padding: 0 1rem;
}
}

@media (max-width: 767px) {.lP-tariff-card {
    padding: 4rem 0;
}.lP-tariff-card .XH-fee-pricing h2 {
    font-size: calc(29px * 0.9);
}.lP-tariff-card .hf-deal-opts h3 {
    font-size: 18px;
}.lP-tariff-card .hf-deal-opts .vn-price-panel {
    font-size: calc(18px * 1.15);
}.lP-tariff-card .lZ-pic-list-wrap {
    height: 160px;
}
}

@media (max-width: 575px) {.lP-tariff-card {
    padding: 3rem 0;
}.lP-tariff-card .container {
    padding: 0 1.5rem;
}.lP-tariff-card .PB-learn-deals {
    gap: 1.5rem;
}.lP-tariff-card .hf-deal-opts {
    padding: 1.5rem;
}.lP-tariff-card .lZ-pic-list-wrap {
    height: 140px;
}
}

@media (hover: none) {.lP-tariff-card .Ga-price-tiers:hover {
    transform: none;
}.lP-tariff-card .Ga-price-tiers:hover .lZ-pic-list-wrap {
    transform: none;
}}.vd-comm-guide {
    background: linear-gradient(45deg, #000000 0%, rgb(112,151,180,0.5) 100%);
    position: relative;
    padding: 6rem 0 2rem;
    color: #ffffff;
    font-family: Arial, sans-serif;
}.vd-comm-guide::before {
    opacity: 0.15;
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    z-index: 1;
    top: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(160,184,208,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(112,151,180,0.5) 0%, transparent 30%);
    content: '';
}.vd-comm-guide::after {
    top: 0;
    position: absolute;
    left: 0;
    content: '';
    background-image: 
        repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.03) 4px),
        repeating-linear-gradient(90deg, transparent, transparent 2px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.03) 4px);
    z-index: 2;
    width: 100%;
    height: 100%;
}.vd-comm-guide .container {
    position: relative;
    z-index: 3;
}.vd-comm-guide .bx-media-kit {
    display: flex;
    position: relative;
    flex-direction: column;
}.vd-comm-guide .Rp-course-faq {
    transform: translateY(-3.5rem);
    margin-bottom: 2rem;
    gap: 1.5rem;
    position: relative;
    justify-content: space-between;
    display: flex;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    z-index: 10;
    background-color: #ffffff;
    padding: 1.25rem 2rem;
    flex-wrap: wrap;
    border-radius: 20px;
}.vd-comm-guide .Rp-course-faq::before {
    opacity: 0.08;
    height: 100%;
    content: '';
    background: linear-gradient(135deg, transparent 20%, rgb(160,184,208,0.5) 140%);
    position: absolute;
    left: 0;
    width: 100%;
    z-index: -1;
    border-radius: 20px;
    top: 0;
}.vd-comm-guide .info_item {
    position: relative;
    flex: 1;
    max-width: 300px;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    min-width: 200px;
}.vd-comm-guide .info_item:not(:last-child)::after {
    width: 1px;
    content: '';
    background: linear-gradient(to bottom, transparent, rgb(112,151,180,0.5), transparent);
    height: 70%;
    transform: translateY(-50%);
    right: -0.75rem;
    position: absolute;
    top: 50%;
}.vd-comm-guide .info_item p,
.vd-comm-guide .info_item a {
    border-radius: 10px;
    font-size: 16px;
    color: #000000;
    align-items: center;
    display: flex;
    transition: all 0.3s ease;
    gap: 0.875rem;
    padding: 0.5rem;
    text-decoration: none;
}.vd-comm-guide .info_item:hover {
    transform: translateY(-5px);
}.vd-comm-guide .info_item:hover p,
.vd-comm-guide .info_item:hover a {
    color: rgb(160,184,208);
}.vd-comm-guide .info_item svg {
    fill: rgb(160,184,208);
    transition: transform 0.3s ease;
    width: 22px;
    height: 22px;
}.vd-comm-guide .info_item:hover svg {
    transform: scale(1.15);
}.vd-comm-guide .text_main_holder {
    grid-template-columns: 1fr 1.5fr 1fr;
    display: grid;
    gap: 4rem;
    position: relative;
}.vd-comm-guide .Mp-top-know {
    gap: 1.5rem;
    display: flex;
    flex-direction: column;
}.vd-comm-guide .Mp-top-know svg {
    transition: filter 0.3s ease, transform 0.3s ease;
    max-width: 180px;
    height: auto;
    filter: brightness(0) invert(1);
}.vd-comm-guide .Mp-top-know:hover svg {
    filter: brightness(0) invert(1) drop-shadow(0 0 5px rgb(160,184,208,0.5));
    transform: scale(1.03);
}.vd-comm-guide .Yt-goal-footer {
    line-height: 1.6;
    opacity: 0.8;
    font-size: calc(16px + 1px);
}.vd-comm-guide .lr-main-lead {
    display: flex;
    position: relative;
    flex-direction: column;
}.vd-comm-guide .lr-main-lead::before {
    top: 0;
    bottom: 0;
    width: 1px;
    left: -2rem;
    content: '';
    position: absolute;
    background: linear-gradient(to bottom, transparent, rgb(112,151,180,0.5) 30%, rgb(112,151,180,0.5) 70%, transparent);
}.vd-comm-guide .lr-main-lead::after {
    content: '';
    right: -2rem;
    background: linear-gradient(to bottom, transparent, rgb(112,151,180,0.5) 30%, rgb(112,151,180,0.5) 70%, transparent);
    position: absolute;
    top: 0;
    width: 1px;
    bottom: 0;
}.vd-comm-guide .lr-main-lead h5 {
    padding-bottom: 0.875rem;
    margin-bottom: 1.75rem;
    font-weight: 600;
    position: relative;
    font-size: 21px;
}.vd-comm-guide .lr-main-lead h5::after {
    bottom: 0;
    height: 2px;
    content: '';
    left: 0;
    background: linear-gradient(to right, rgb(160,184,208), transparent);
    position: absolute;
    width: 60px;
}.vd-comm-guide .IF-main-mainbar {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
}.vd-comm-guide .IF-main-mainbar:first-child {
    margin-bottom: 2rem;
}.vd-comm-guide .IF-main-mainbar a {
    transition: all 0.3s ease;
    padding: 0.25rem 0;
    text-decoration: none;
    transform-origin: left;
    opacity: 0.85;
    position: relative;
    color: #ffffff;
    font-size: 16px;
}.vd-comm-guide .IF-main-mainbar a::before {
    transition: width 0.3s ease;
    height: 1px;
    position: absolute;
    background-color: rgb(160,184,208);
    bottom: 0;
    left: 0;
    width: 0;
    content: '';
}.vd-comm-guide .IF-main-mainbar a:hover {
    color: rgb(160,184,208);
    transform: translateX(8px);
    opacity: 1;
}.vd-comm-guide .IF-main-mainbar a:hover::before {
    width: 20px;
}.vd-comm-guide .subscribe_holder {
    position: relative;
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.03);
    overflow: hidden;
    flex-direction: column;
    gap: 1.5rem;
    backdrop-filter: blur(10px);
    padding: 2rem;
}.vd-comm-guide .subscribe_holder::before {
    opacity: 0.2;
    content: '';
    z-index: -1;
    top: 0;
    position: absolute;
    height: 100%;
    left: 0;
    background: 
        linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.05) 50%, transparent 100%),
        radial-gradient(circle at top right, rgb(160,184,208,0.5), transparent 70%);
    width: 100%;
}.vd-comm-guide .subscribe_holder::after {
    background: radial-gradient(circle, rgb(160,184,208,0.5) 0%, transparent 70%);
    position: absolute;
    right: 0;
    width: 150px;
    opacity: 0.3;
    z-index: -1;
    content: '';
    bottom: 0;
    height: 150px;
    animation: pulseGlow 6s infinite alternate;
}@keyframes pulseGlow {
    0% {
        opacity: 0.1;
        transform: scale(0.8);
    }
    100% {
        opacity: 0.3;
        transform: scale(1.2);
    }
}

.vd-comm-guide .subscribe_holder h5 {
    margin-bottom: 0.5rem;
    font-size: 21px;
    position: relative;
    padding-bottom: 0.875rem;
    font-weight: 600;
}.vd-comm-guide .subscribe_holder h5::after {
    left: 0;
    background: rgb(160,184,208);
    width: 40px;
    bottom: 0;
    height: 2px;
    content: '';
    position: absolute;
}.vd-comm-guide .subscribe_holder p {
    margin-bottom: 0.5rem;
    line-height: 1.6;
    font-size: 16px;
    opacity: 0.9;
}.vd-comm-guide .input_holder {
    position: relative;
    flex-direction: column;
    gap: 1rem;
    display: flex;
    margin-top: 0.5rem;
}.vd-comm-guide .input_holder::before {
    z-index: -1;
    content: '';
    width: calc(100% + 20px);
    animation: subtleRotate 15s linear infinite;
    background: 
        radial-gradient(circle at bottom right, rgb(160,184,208,0.5) 0%, transparent 70%),
        radial-gradient(circle at top left, rgb(112,151,180,0.5) 0%, transparent 70%);
    left: -10px;
    height: calc(100% + 20px);
    top: -10px;
    border-radius: calc(10px + 10px);
    position: absolute;
    opacity: 0.1;
}@keyframes subtleRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.vd-comm-guide .input_holder input[type="email"] {
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 16px;
    color: #ffffff;
    border-radius: 10px;
    padding: 1.125rem 1.5rem;
    background-color: rgba(255, 255, 255, 0.1);
}.vd-comm-guide .input_holder input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgb(160,184,208,0.5);
    border-color: rgb(160,184,208,0.5);
    background-color: rgba(255, 255, 255, 0.15);
    outline: none;
}.vd-comm-guide .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}.vd-comm-guide .vH-updates-fieldset {
    font-size: 20px;
    padding: 1.125rem 1.5rem;
    z-index: 1;
    position: relative;
    font-weight: 600;
    transition: all 0.3s ease;
    overflow: hidden;
    color: #ffffff;
    border: none;
    cursor: pointer;
    background-color: rgb(160,184,208);
    border-radius: 10px;
}.vd-comm-guide .vH-updates-fieldset::before {
    content: '';
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    z-index: -1;
    transition: left 0.7s ease;
    width: 100%;
    height: 100%;
    left: -100%;
}.vd-comm-guide .vH-updates-fieldset::after {
    z-index: -2;
    top: 0;
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: rgb(112,151,180);
    left: 0;
    content: '';
    transition: opacity 0.3s ease;
}.vd-comm-guide .vH-updates-fieldset:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}.vd-comm-guide .vH-updates-fieldset:hover::before {
    left: 100%;
}.vd-comm-guide .vH-updates-fieldset:hover::after {
    opacity: 1;
}.vd-comm-guide .Hk-webinar-cta {
    position: relative;
    text-align: center;
    padding-top: 2rem;
    margin-top: 4rem;
}.vd-comm-guide .Hk-webinar-cta::before {
    width: 60%;
    top: 0;
    content: '';
    height: 1px;
    position: absolute;
    left: 20%;
    background: linear-gradient(to right, transparent, rgb(112,151,180,0.5), transparent);
}.vd-comm-guide .dR-privacy-cta {
    font-size: 16px;
    opacity: 0.7;
}

@media (max-width: 1200px) {.vd-comm-guide .text_main_holder {
    grid-template-columns: 1fr 1.5fr;
    gap: 3rem;
}.vd-comm-guide .subscribe_holder {
    margin-top: 2rem;
    grid-column: 1 / -1;
}.vd-comm-guide .lr-main-lead::after {
    display: none;
}
}

@media (max-width: 991px) {.vd-comm-guide {
    padding: 5rem 0 2rem;
}.vd-comm-guide .Rp-course-faq {
    justify-content: center;
    flex-wrap: wrap;
}.vd-comm-guide .info_item {
    width: calc(50% - 2rem);
    flex: 0 0 auto;
    max-width: none;
}.vd-comm-guide .info_item:not(:last-child)::after {
    display: none;
}.vd-comm-guide .text_main_holder {
    gap: 3rem;
    grid-template-columns: 1fr;
}.vd-comm-guide .lr-main-lead::before, 
    .vd-comm-guide .lr-main-lead::after {
    display: none;
}.vd-comm-guide .Mp-top-know {
    align-items: center;
    text-align: center;
}.vd-comm-guide .lr-main-lead h5, 
    .vd-comm-guide .subscribe_holder h5 {
    text-align: center;
}.vd-comm-guide .lr-main-lead h5::after, 
    .vd-comm-guide .subscribe_holder h5::after {
    left: 50%;
    transform: translateX(-50%);
}.vd-comm-guide .IF-main-mainbar {
    grid-template-columns: repeat(3, 1fr);
}.vd-comm-guide .input_holder {
    max-width: 400px;
    margin: 0 auto;
}
}

@media (max-width: 768px) {.vd-comm-guide {
    padding: 4rem 0 2rem;
}.vd-comm-guide .Rp-course-faq {
    transform: translateY(-2.5rem);
    padding: 1rem 1.5rem;
}.vd-comm-guide .info_item {
    width: 100%;
    max-width: none;
}.vd-comm-guide .IF-main-mainbar {
    grid-template-columns: repeat(2, 1fr);
}.vd-comm-guide .Hk-webinar-cta {
    margin-top: 3rem;
}
}

@media (max-width: 576px) {.vd-comm-guide {
    padding: 3rem 0 1.5rem;
}.vd-comm-guide .Rp-course-faq {
    transform: translateY(-1.5rem);
    padding: 1rem;
}.vd-comm-guide .info_item p,
    .vd-comm-guide .info_item a {
    font-size: calc(16px - 1px);
}.vd-comm-guide .IF-main-mainbar {
    text-align: center;
    grid-template-columns: 1fr;
}.vd-comm-guide .IF-main-mainbar a:hover {
    transform: none;
}.vd-comm-guide .IF-main-mainbar a::before {
    transform: translateX(-50%);
    left: 50%;
}.vd-comm-guide .IF-main-mainbar a:hover::before {
    width: 30px;
}.vd-comm-guide .input_holder {
    width: 100%;
}}.ac-thxArea {
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(207,217,233) 0%, rgb(160,184,208,0.5) 100%);
}.ac-thxArea::before {
    z-index: 1;
    right: 0;
    content: "";
    position: absolute;
    background: repeating-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.03),
    rgba(255, 255, 255, 0.03) 10px,
    transparent 10px,
    transparent 20px
  );
    top: 0;
    left: 0;
    bottom: 0;
}.ac-thxArea::after {
    position: absolute;
    pointer-events: none;
    top: 0;
    content: "";
    height: 100%;
    left: 0;
    z-index: 2;
    width: 100%;
    background: radial-gradient(circle at 75% 25%, rgb(160,184,208,0.5) 0%, transparent 50%);
}.ac-thxArea .container {
    max-width: 1200px;
    padding: 0 2rem;
    position: relative;
    z-index: 10;
    margin: 0 auto;
    transform: perspective(1000px) rotateX(1deg);
}.ac-thxArea h2 {
    color: rgb(160,184,208);
    line-height: 1.3;
    transform-origin: left center;
    font-weight: 700;
    font-size: 34px;
    max-width: 90%;
    margin-bottom: 2.5rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    animation: slideInTitle 0.8s ease-out forwards;
    font-family: Arial, sans-serif;
}.ac-thxArea h2::after {
    position: absolute;
    width: 100px;
    left: 0;
    content: "";
    transform-origin: left;
    animation: expandLine 0.5s 0.8s forwards ease-out;
    bottom: -12px;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(160,184,208) 0%, rgb(112,151,180) 100%);
    height: 4px;
}.ac-thxArea .vG-academy-learnings {
    transform: translateY(0);
    transition: transform 0.4s ease-out;
    position: relative;
    animation: fadeInUp 0.6s 0.4s both;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    overflow: hidden;
    padding: 2.5rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%);
    border-left: 4px solid rgb(112,151,180);
}.ac-thxArea .vG-academy-learnings::before {
    background: linear-gradient(90deg, rgb(112,151,180) 0%, rgb(160,184,208) 100%);
    top: 0;
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    height: 5px;
}.ac-thxArea .vG-academy-learnings:hover {
    transform: translateY(-5px);
}.ac-thxArea ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.ac-thxArea li {
    padding-left: 1.5rem;
    position: relative;
}.ac-thxArea li::before {
    left: 0;
    top: 0.7rem;
    height: 8px;
    animation: popIn 0.4s 0.9s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    border-radius: 50%;
    width: 8px;
    transform: scale(0);
    content: "";
    background: rgb(112,151,180);
    position: absolute;
}.ac-thxArea span {
    font-size: 15px;
    display: block;
    animation: fadeText 0.8s 0.6s both;
    color: #000000;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    position: relative;
}

@keyframes slideInTitle {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

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

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

@keyframes popIn {
  0% {
    transform: scale(0);
  }
  70% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes fadeText {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media (max-width: 991px) {.ac-thxArea {
    padding: 5rem 0;
}.ac-thxArea h2 {
    font-size: calc(34px * 0.9);
    max-width: 100%;
}.ac-thxArea .vG-academy-learnings {
    padding: 2rem;
}
}

@media (max-width: 767px) {.ac-thxArea {
    padding: 4rem 0;
}.ac-thxArea h2 {
    font-size: calc(34px * 0.8);
    margin-bottom: 2rem;
}.ac-thxArea h2::after {
    height: 3px;
    width: 80px;
}.ac-thxArea .vG-academy-learnings {
    padding: 1.75rem;
}.ac-thxArea span {
    font-size: calc(15px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 576px) {.ac-thxArea {
    padding: 3rem 0;
}.ac-thxArea .container {
    transform: perspective(1000px) rotateX(0deg);
    padding: 0 1.5rem;
}.ac-thxArea h2 {
    margin-bottom: 1.75rem;
    font-size: calc(34px * 0.7);
}.ac-thxArea .vG-academy-learnings {
    padding: 1.5rem;
}.ac-thxArea li {
    padding-left: 1.25rem;
}.ac-thxArea li::before {
    height: 6px;
    top: 0.65rem;
    width: 6px;
}.ac-thxArea span {
    line-height: 1.6;
    font-size: calc(15px * 0.9);
}}.Aw-privacyConsentPanel {
    z-index: 90;
    bottom: 0;
    border-top: 3px solid rgb(160,184,208);
    background: rgb(207,217,233);
    padding: 20px 0;
    width: 100%;
    position: fixed;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
}.mD-consent-ack {
    align-items: center;
    max-width: 1200px;
    display: flex;
    margin: auto;
    padding: 0 20px;
    justify-content: space-between;
    flex-wrap: nowrap;
}#uK-dialogPolicyNotice {
    display: none;
}#uK-dialogPolicyNotice:checked ~ .Aw-privacyConsentPanel {
    visibility: hidden;
    opacity: 0;
}.Aw-privacyConsentPanel h5 {
    margin-bottom: 6px;
    color: rgb(160,184,208);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 19px;
}.Aw-privacyConsentPanel p {
    color: #000000;
    max-width: 500px;
    font-size: 17px;
}.hx-cookie-controls {
    margin-right: 20px;
    flex-shrink: 0;
}.hx-cookie-controls svg, .hx-cookie-controls svg path {
    fill: rgb(160,184,208);
    height: 80px;
    width: 80px;
}.Rv-edu-track {
    flex-shrink: 0;
    min-width: 140px;
    border: 2px solid transparent;
    margin-left: 10px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 10px;
    background: rgb(160,184,208);
    color: #ffffff;
    padding: 12px 24px;
    font-size: 16px;
    transition: border 0.2s;
    font-weight: 600;
    text-align: center;
}.cookie_button.Zu-cookie-customize {
    background: rgb(160,184,208);
}.cookie_button.ZV-edu-approve {
    background: rgb(112,151,180);
}.Rv-edu-track:hover {
    border: 2px solid #ffffff;
}.Aw-privacyConsentPanel p a {
    text-decoration: underline;
    color: rgb(160,184,208);
    font-weight: 700;
}
@media only screen and (max-width: 1200px) {.mD-consent-ack {
    padding: 0 10px;
}
}
@media only screen and (max-width: 800px) {.hx-cookie-controls {
    display: none;
}.mD-consent-ack {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
}.Aw-privacyConsentPanel h5, .Aw-privacyConsentPanel p {
    text-align: center;
}.Wl-track-switch {
    margin-bottom: 20px;
}.Rv-edu-track {
    max-width: 300px;
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
}}
.UG-core-container .Aw-privacyConsentPanel {
    padding: 30px 0;
    background: rgb(112,151,180);
    border: none;
}.UG-core-container .Rv-edu-track {
    font-weight: 600;
    background: rgb(160,184,208);
    margin-left: 0;
    font-size: 16px;
    border: none;
    border-radius: 10px;
    color: #ffffff;
}.UG-core-container .Wl-track-switch h5, .UG-core-container .Wl-track-switch p {
    color: #ffffff;
}.Qx-title-section {
    width: 100%;
    position: relative;
    min-height: 650px;
    height: 100vh;
    font-family: Arial, sans-serif;
    overflow: hidden;
}.Qx-title-section .aH-start-top {
    position: absolute;
    align-items: center;
    display: flex;
    width: 100%;
    top: 0;
    height: 100%;
    justify-content: center;
    left: 0;
}.Qx-title-section .aH-start-top::before {
    top: 0;
    background: linear-gradient(135deg, rgb(160,184,208,0.5), rgba(0, 0, 0, 0.5) 80%);
    z-index: 1;
    content: '';
    position: absolute;
    height: 100%;
    left: 0;
    width: 100%;
}.Qx-title-section .aH-start-top::after {
    opacity: 0.4;
    top: 0;
    position: absolute;
    left: 0;
    content: '';
    z-index: 2;
    width: 100%;
    background-image: 
    linear-gradient(45deg, rgba(255,255,255,0.05) 25%, transparent 25%), 
    linear-gradient(-45deg, rgba(255,255,255,0.05) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgba(255,255,255,0.05) 75%),
    linear-gradient(-45deg, transparent 75%, rgba(255,255,255,0.05) 75%);
    background-size: 20px 20px;
    height: 100%;
}.Qx-title-section .GK-learning-dna {
    z-index: 3;
    width: 90%;
    transition: transform 0.5s ease;
    padding: 3rem;
    max-width: 1200px;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
}.Qx-title-section .GK-learning-dna:hover {
    transform: perspective(1000px) rotateX(0deg);
}.Qx-title-section .GK-learning-dna > div {
    margin-bottom: 2rem;
    position: relative;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation: fadeInUp 0.8s forwards;
    transform: translateY(30px);
    opacity: 0;
}.Qx-title-section .GK-learning-dna > div:nth-child(1) {
    animation-delay: 0.3s;
}.Qx-title-section .GK-learning-dna > div:nth-child(2) {
    animation-delay: 0.6s;
}.Qx-title-section .GK-learning-dna > div:nth-child(3) {
    animation-delay: 0.9s;
}.Qx-title-section .GK-learning-dna p {
    padding-left: 20px;
    letter-spacing: 0.5px;
    font-size: calc(14px * 1.2);
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
    border-left: 3px solid rgb(112,151,180);
    margin: 0;
}.Qx-title-section .GK-learning-dna h1 {
    margin: 0;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 43px;
    text-shadow: 0 2px 8px rgba(0,0,0,0.3);
    display: inline-block;
    color: #ffffff;
    position: relative;
}.Qx-title-section .GK-learning-dna h1::after {
    width: 80%;
    position: absolute;
    background: linear-gradient(90deg, rgb(112,151,180), transparent);
    bottom: -10px;
    content: '';
    height: 3px;
    left: 0;
}.Qx-title-section .GK-learning-dna h3 {
    backdrop-filter: blur(5px);
    font-weight: 400;
    text-shadow: 0 1px 3px rgba(0,0,0,0.2);
    color: #ffffff;
    transform: translateX(50px);
    font-size: calc(23px * 1.1);
    border-left: 3px solid rgb(160,184,208);
    background: rgba(0,0,0,0.2);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    margin: 0;
    line-height: 1.5;
    padding: 1rem;
    max-width: 800px;
}.title_page.bU-start-primary .title_style_header {
    display: inline-block;
    position: relative;
    z-index: 5;
}

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

@media (max-width: 991px) {.Qx-title-section {
    min-height: 600px;
    height: 90vh;
}.Qx-title-section .GK-learning-dna {
    transform: perspective(800px) rotateX(1deg);
    padding: 2rem;
}.Qx-title-section .GK-learning-dna h1 {
    font-size: calc(43px * 0.9);
}.Qx-title-section .GK-learning-dna h3 {
    font-size: 23px;
    transform: translateX(30px);
}
}

@media (max-width: 767px) {.Qx-title-section {
    min-height: 550px;
    height: auto;
}.Qx-title-section .GK-learning-dna {
    padding: 1.5rem;
    transform: none;
    width: 95%;
}.Qx-title-section .GK-learning-dna h1 {
    font-size: calc(43px * 0.75);
}.Qx-title-section .GK-learning-dna p {
    padding-left: 15px;
    font-size: 14px;
}.Qx-title-section .GK-learning-dna h3 {
    padding: 0.8rem;
    font-size: calc(23px * 0.9);
    transform: translateX(15px);
}
}

@media (max-width: 480px) {.Qx-title-section {
    min-height: 500px;
}.Qx-title-section .GK-learning-dna {
    padding: 1rem;
}.Qx-title-section .GK-learning-dna > div {
    margin-bottom: 1.5rem;
}.Qx-title-section .GK-learning-dna h1 {
    font-size: calc(43px * 0.65);
}.Qx-title-section .GK-learning-dna h3 {
    transform: translateX(0);
    font-size: calc(23px * 0.85);
    border-left: 2px solid rgb(160,184,208);
}.Qx-title-section .GK-learning-dna p {
    border-left: 2px solid rgb(112,151,180);
}}.jd-mentorship-profile {
    overflow: hidden;
    background: linear-gradient(170deg, rgb(207,217,233) 0%, rgb(160,184,208,0.5) 100%);
    padding: 120px 0;
    position: relative;
}.jd-mentorship-profile::before {
    opacity: 0.04;
    content: "";
    top: 0;
    position: absolute;
    background: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 20px,
            rgb(160,184,208,0.5) 20px,
            rgb(160,184,208,0.5) 21px
        );
    height: 100%;
    width: 100%;
    left: 0;
}.jd-mentorship-profile::after {
    opacity: 0.3;
    top: 0;
    left: 0;
    position: absolute;
    background: 
        radial-gradient(circle at 20% 30%, rgb(160,184,208,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(112,151,180,0.5) 0%, transparent 40%);
    width: 100%;
    content: "";
    height: 100%;
    filter: blur(80px);
}.jd-mentorship-profile .container {
    padding: 0 15px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.jd-mentorship-profile .Kn-feedback-grid {
    margin: 0 auto;
    display: flex;
    max-width: 1000px;
    flex-direction: column;
    position: relative;
    align-items: center;
}.jd-mentorship-profile .Kn-feedback-grid::before {
    top: 50%;
    border: 1px solid rgb(160,184,208,0.5);
    opacity: 0.2;
    transform: translate(-50%, -50%);
    position: absolute;
    content: "";
    border-radius: 50%;
    width: 500px;
    height: 500px;
    left: 50%;
    animation: orbit 20s linear infinite;
}.jd-mentorship-profile .Kn-feedback-grid::after {
    content: "";
    position: absolute;
    height: 400px;
    border: 1px dashed rgb(112,151,180,0.5);
    width: 400px;
    top: 50%;
    opacity: 0.15;
    transform: translate(-50%, -50%);
    left: 50%;
    animation: orbit 15s linear infinite reverse;
    border-radius: 50%;
}@keyframes orbit {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.jd-mentorship-profile .lZ-pic-list-wrap {
    height: 240px;
    z-index: 5;
    width: 240px;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    margin-bottom: 30px;
    border-radius: 50%;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 0 0 10px rgba(255, 255, 255, 0.1),
        0 0 0 20px rgba(255, 255, 255, 0.05);
}.jd-mentorship-profile .lZ-pic-list-wrap::before {
    content: "";
    border-radius: 50%;
    opacity: 0.4;
    position: absolute;
    z-index: -1;
    inset: -30px;
    animation: spin 12s linear infinite;
    background: conic-gradient(
        from 0deg,
        transparent 0deg, 
        rgb(160,184,208,0.5) 90deg,
        transparent 180deg,
        rgb(112,151,180,0.5) 270deg,
        transparent 360deg
    );
}.jd-mentorship-profile .lZ-pic-list-wrap::after {
    position: absolute;
    border-radius: 50%;
    background: 
        radial-gradient(
            circle at 30% 30%,
            rgba(255, 255, 255, 0.3) 0%,
            transparent 50%
        );
    inset: 0;
    z-index: 2;
    content: "";
}@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.jd-mentorship-profile .name {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(
        to right,
        #000000 0%,
        rgb(160,184,208) 100%
    );
    color: #000000;
    background-clip: text !important;
    position: relative;
    z-index: 3;
    text-align: center;
    text-fill-color: transparent;
    margin-bottom: 15px;
    -webkit-background-clip: text !important;
    font-weight: 700;
    font-size: 40px;
    transition: all 0.3s ease;
}.jd-mentorship-profile .name::after {
    transition: width 0.4s ease;
    bottom: -8px;
    background: linear-gradient(
        to right,
        rgb(160,184,208) 0%,
        rgb(112,151,180) 100%
    );
    content: "";
    height: 2px;
    transform: translateX(-50%);
    width: 0;
    position: absolute;
    left: 50%;
}.jd-mentorship-profile .Kn-feedback-grid:hover .name::after {
    width: 80px;
}.jd-mentorship-profile .Kn-feedback-grid span:not(.name) {
    position: relative;
    margin-bottom: 30px;
    backdrop-filter: blur(5px);
    color: rgb(112,151,180);
    border-radius: 30px;
    opacity: 0.9;
    text-transform: uppercase;
    transition: all 0.3s ease;
    z-index: 3;
    font-weight: 600;
    font-size: 19px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.1);
    text-align: center;
    padding: 8px 20px;
    letter-spacing: 2px;
}.jd-mentorship-profile .Kn-feedback-grid:hover span:not(.name) {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    background: rgba(255, 255, 255, 0.2);
}.jd-mentorship-profile .tS-experience-path {
    text-align: center;
    position: relative;
    color: #000000;
    border-radius: 19px;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    font-size: 16px;
    max-width: 650px;
    line-height: 1.8;
    margin: 0;
    z-index: 3;
    background: #ffffff;
    padding: 35px 45px;
}.jd-mentorship-profile .tS-experience-path::before,
.jd-mentorship-profile .tS-experience-path::after {
    position: absolute;
    width: 10px;
    height: 10px;
    content: "";
}.jd-mentorship-profile .tS-experience-path::before {
    border-left: 2px solid rgb(160,184,208);
    top: 25px;
    left: 25px;
    border-top: 2px solid rgb(160,184,208);
}.jd-mentorship-profile .tS-experience-path::after {
    right: 25px;
    border-bottom: 2px solid rgb(112,151,180);
    bottom: 25px;
    border-right: 2px solid rgb(112,151,180);
}.jd-mentorship-profile .Kn-feedback-grid:hover .lZ-pic-list-wrap {
    transform: scale(1.05);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 0 0 15px rgba(255, 255, 255, 0.2),
        0 0 0 30px rgba(255, 255, 255, 0.05);
}

@media (max-width: 991px) {.jd-mentorship-profile {
    padding: 90px 0;
}.jd-mentorship-profile .lZ-pic-list-wrap {
    height: 200px;
    width: 200px;
    margin-bottom: 25px;
}.jd-mentorship-profile .Kn-feedback-grid::before {
    height: 400px;
    width: 400px;
}.jd-mentorship-profile .Kn-feedback-grid::after {
    width: 320px;
    height: 320px;
}.jd-mentorship-profile .name {
    font-size: calc(40px * 0.9);
}.jd-mentorship-profile .tS-experience-path {
    padding: 30px 35px;
    max-width: 600px;
}
}

@media (max-width: 767px) {.jd-mentorship-profile {
    padding: 70px 0;
}.jd-mentorship-profile .lZ-pic-list-wrap {
    margin-bottom: 20px;
    width: 180px;
    height: 180px;
}.jd-mentorship-profile .Kn-feedback-grid::before {
    height: 320px;
    width: 320px;
}.jd-mentorship-profile .Kn-feedback-grid::after {
    width: 260px;
    height: 260px;
}.jd-mentorship-profile .name {
    font-size: calc(40px * 0.8);
}.jd-mentorship-profile .Kn-feedback-grid span:not(.name) {
    padding: 6px 16px;
    margin-bottom: 25px;
    font-size: calc(19px * 0.95);
}.jd-mentorship-profile .tS-experience-path {
    padding: 25px 30px;
    max-width: 100%;
    font-size: calc(16px * 0.95);
}.jd-mentorship-profile .tS-experience-path::before,
    .jd-mentorship-profile .tS-experience-path::after {
    height: 8px;
    width: 8px;
}.jd-mentorship-profile .tS-experience-path::before {
    top: 20px;
    left: 20px;
}.jd-mentorship-profile .tS-experience-path::after {
    right: 20px;
    bottom: 20px;
}
}

@media (max-width: 575px) {.jd-mentorship-profile {
    padding: 50px 0;
}.jd-mentorship-profile .lZ-pic-list-wrap {
    width: 150px;
    margin-bottom: 18px;
    height: 150px;
}.jd-mentorship-profile .Kn-feedback-grid::before {
    width: 260px;
    height: 260px;
}.jd-mentorship-profile .Kn-feedback-grid::after {
    width: 200px;
    height: 200px;
}.jd-mentorship-profile .name {
    font-size: calc(40px * 0.7);
}.jd-mentorship-profile .Kn-feedback-grid span:not(.name) {
    letter-spacing: 1px;
    padding: 5px 12px;
    font-size: calc(19px * 0.9);
    margin-bottom: 20px;
}.jd-mentorship-profile .tS-experience-path {
    padding: 20px 25px;
    font-size: calc(16px * 0.9);
}.jd-mentorship-profile .tS-experience-path::before,
    .jd-mentorship-profile .tS-experience-path::after {
    width: 6px;
    height: 6px;
}.jd-mentorship-profile .tS-experience-path::before {
    left: 15px;
    top: 15px;
}.jd-mentorship-profile .tS-experience-path::after {
    right: 15px;
    bottom: 15px;
}}.nk-program-details {
    padding: 100px 0;
    overflow: hidden;
    background: rgb(207,217,233);
    position: relative;
}.nk-program-details .container {
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1400px;
    position: relative;
    z-index: 3;
}.nk-program-details .XQ-training-guide {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
}.nk-program-details .Rz-text-dock {
    max-width: 850px;
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 40px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    width: 100%;
    z-index: 4;
    position: relative;
}.nk-program-details .Rz-text-dock h2 {
    text-align: center;
    padding-bottom: 15px;
    font-weight: 700;
    font-size: 38px;
    color: #000000;
    margin-bottom: 25px;
    border-bottom: 2px solid rgb(160,184,208);
}.nk-program-details .Rz-text-dock .description {
    margin-bottom: 20px;
    line-height: 1.7;
    text-align: center;
    font-size: 12px;
    color: #000000;
}.nk-program-details .Rz-text-dock .description:last-child {
    font-weight: 600;
    margin-bottom: 0;
}.nk-program-details .lZ-pic-list-wrap {
    height: 100%;
    object-fit: cover;
    left: 0;
    z-index: 1;
    top: 0;
    position: absolute;
    width: 100%;
}.nk-program-details .lZ-pic-list-wrap::after {
    position: absolute;
    top: 0;
    content: "";
    width: 100%;
    z-index: 2;
    height: 100%;
    left: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3));
}
@media (min-width: 992px) {.nk-program-details .Rz-text-dock {
    margin: 0 auto;
}
}
@media (max-width: 991px) {.nk-program-details {
    padding: 80px 0;
}.nk-program-details .Rz-text-dock {
    max-width: 750px;
    padding: 30px;
}
}
@media (max-width: 767px) {.nk-program-details {
    padding: 60px 0;
}.nk-program-details .Rz-text-dock {
    padding: 25px;
    max-width: 100%;
}.nk-program-details .Rz-text-dock h2 {
    margin-bottom: 20px;
    font-size: calc(38px * 0.9);
}.nk-program-details .Rz-text-dock .description {
    font-size: calc(12px * 0.95);
    line-height: 1.6;
}
}
@media (max-width: 480px) {.nk-program-details {
    padding: 50px 0;
}.nk-program-details .Rz-text-dock {
    padding: 20px;
}.nk-program-details .Rz-text-dock h2 {
    padding-bottom: 10px;
    font-size: calc(38px * 0.8);
    margin-bottom: 15px;
}.nk-program-details .Rz-text-dock .description {
    font-size: calc(12px * 0.9);
    line-height: 1.5;
}}.ug-client-experience {
    background: linear-gradient(135deg, rgb(160,184,208,0.5), rgb(112,151,180,0.5));
    overflow: hidden;
    position: relative;
    padding: 100px 0 120px;
}.ug-client-experience::before {
    top: 0;
    pointer-events: none;
    left: 0;
    width: 100%;
    background: radial-gradient(circle at 30% 70%, rgba(255,255,255,0.06) 0%, transparent 60%);
    content: "";
    position: absolute;
    height: 100%;
}.ug-client-experience::after {
    right: -80px;
    z-index: 0;
    position: absolute;
    border-radius: 50%;
    bottom: -80px;
    background: linear-gradient(220deg, rgb(160,184,208,0.5), transparent);
    width: 300px;
    content: "";
    height: 300px;
    filter: blur(80px);
}.ug-client-experience .vG-academy-learnings {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
}.ug-client-experience h2 {
    position: relative;
    text-align: center;
    text-shadow: 0 2px 15px rgba(0,0,0,0.1);
    margin-bottom: 50px;
    color: #ffffff;
    transform: perspective(1000px) translateZ(0);
    font-size: 32px;
    font-weight: 700;
}.ug-client-experience h2::after {
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    left: 50%;
    position: absolute;
    height: 4px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(112,151,180), rgb(160,184,208));
    content: "";
    width: 80px;
    bottom: -15px;
}.ug-client-experience .bN-feedback-panel {
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    margin: 0;
    display: grid;
    padding: 0;
}.ug-client-experience .Kn-feedback-grid {
    padding: 30px;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.95);
    overflow: hidden;
    transform: translateY(0);
    position: relative;
    border-radius: 3px;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -5px -5px 20px rgba(255, 255, 255, 0.05),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease-out, box-shadow 0.4s ease;
}.ug-client-experience .Kn-feedback-grid::before {
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(160,184,208), rgb(112,151,180));
    opacity: 0.8;
    position: absolute;
    top: 0;
    height: 5px;
    content: "";
}.ug-client-experience .Kn-feedback-grid:hover {
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.15),
        -8px -8px 24px rgba(255, 255, 255, 0.05),
        inset 0 0 0 1px rgba(255, 255, 255, 0.15);
    transform: translateY(-10px);
}.ug-client-experience .Kn-feedback-grid > div {
    align-items: center;
    margin-bottom: 20px;
    display: flex;
}.ug-client-experience .Kn-feedback-grid img {
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-right: 15px;
    transition: transform 0.3s ease-out;
    transform: perspective(500px) rotateY(-5deg);
    border: 3px solid #ffffff;
    height: 60px;
    object-fit: cover;
    width: 60px;
}.ug-client-experience .Kn-feedback-grid:hover img {
    transform: perspective(500px) rotateY(0deg);
}.ug-client-experience .Kn-feedback-grid h4 {
    font-size: 24px;
    position: relative;
    font-weight: 600;
    margin: 0;
    color: #000000;
}.ug-client-experience .Kn-feedback-grid h4::after {
    position: absolute;
    height: 2px;
    background: rgb(160,184,208);
    left: 0;
    content: "";
    width: 30px;
    bottom: -8px;
    transition: width 0.3s ease;
}.ug-client-experience .Kn-feedback-grid:hover h4::after {
    width: 50px;
}.ug-client-experience .description {
    z-index: 2;
    color: #000000;
    margin: 0;
    position: relative;
    font-size: 17px;
    line-height: 1.7;
}.ug-client-experience .description::before {
    font-family: serif;
    z-index: -1;
    content: "";
    left: -5px;
    font-size: 120px;
    top: -30px;
    position: absolute;
    color: rgba(0, 0, 0, 0.05);
}.ug-client-experience a {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, rgb(160,184,208), rgb(112,151,180));
    display: inline-block;
    margin-top: 40px;
    transition: transform 0.3s, box-shadow 0.3s;
    border-radius: 3px;
    padding: 15px 30px;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    text-align: center;
    font-size: 14px;
    overflow: hidden;
    text-decoration: none;
}.ug-client-experience a::before {
    height: 100%;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
    transition: left 0.7s;
    top: 0;
    content: "";
}.ug-client-experience a:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.ug-client-experience a:hover::before {
    left: 100%;
}

@media (max-width: 992px) {.ug-client-experience {
    padding: 80px 0 100px;
}.ug-client-experience h2 {
    font-size: calc(32px * 0.9);
}.ug-client-experience .bN-feedback-panel {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 25px;
}
}

@media (max-width: 768px) {.ug-client-experience {
    padding: 60px 0 80px;
}.ug-client-experience h2 {
    margin-bottom: 40px;
    font-size: calc(32px * 0.8);
}.ug-client-experience .bN-feedback-panel {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 20px;
}.ug-client-experience .Kn-feedback-grid {
    padding: 25px;
}.ug-client-experience a {
    font-size: calc(14px * 0.9);
    padding: 12px 25px;
}
}

@media (max-width: 576px) {.ug-client-experience {
    padding: 50px 0 70px;
}.ug-client-experience h2 {
    margin-bottom: 30px;
    font-size: calc(32px * 0.7);
}.ug-client-experience h2::after {
    bottom: -10px;
    width: 60px;
}.ug-client-experience .Kn-feedback-grid {
    padding: 20px;
}.ug-client-experience .Kn-feedback-grid img {
    width: 50px;
    height: 50px;
}.ug-client-experience .description {
    font-size: calc(17px * 0.95);
}}.YX-privacy-cloister {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    background-color: rgb(112,151,180,0.5);
    color: #000000;
    height: 100%;
    width: 100%;
    font-family: Arial, sans-serif;
    padding: 40px;
}.YX-privacy-cloister h1 {
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(160,184,208,0.5);
    font-size: 38px;
    margin-bottom: 30px;
    font-weight: 700;
    color: rgb(160,184,208);
    margin-top: 40px;
}.YX-privacy-cloister h2 {
    margin-top: 30px;
    font-size: 38px;
    margin-bottom: 20px;
    color: rgb(112,151,180);
    font-weight: 600;
}.YX-privacy-cloister h3, .YX-privacy-cloister h4, .YX-privacy-cloister h5, .YX-privacy-cloister h6 {
    font-weight: 400;
    margin-bottom: 15px;
    color: rgb(160,184,208);
    margin-top: 25px;
    font-size: 24px;
}.YX-privacy-cloister ul, .YX-privacy-cloister ol {
    padding: 15px 0;
    line-height: 1.6;
    padding-left: 20px;
    font-size: 12px;
    list-style-position: inside;
}.YX-privacy-cloister li {
    margin-bottom: 12px;
    border-left: 3px solid rgb(160,184,208);
    padding-left: 5px;
}.YX-privacy-cloister section {
    padding: 20px;
    background: rgb(207,217,233);
    border-radius: 10px;
}.YX-privacy-cloister p, .YX-privacy-cloister span, .YX-privacy-cloister div {
    line-height: 1.8;
    font-size: 12px;
    color: #000000;
    margin-bottom: 15px;
}

@media only screen and (max-width: 800px) {.YX-privacy-cloister {
    padding: 20px;
}.YX-privacy-cloister h1 {
    font-size: calc(24px - 10px);
}.YX-privacy-cloister h2 {
    font-size: calc(24px - 8px);
}.YX-privacy-cloister h3, .YX-privacy-cloister h4, .YX-privacy-cloister h5, .YX-privacy-cloister h6 {
    font-size: calc(24px - 6px);
}.YX-privacy-cloister ul, .YX-privacy-cloister ol {
    padding-left: 10px;
}}

.YX-privacy-cloister a {
    transition: color 0.3s ease, border-bottom-color 0.3s ease;
    text-decoration: none;
    color: rgb(160,184,208);
    border-bottom: 1px solid rgb(160,184,208,0.5);
}.YX-privacy-cloister a:hover {
    color: rgb(112,151,180);
    border-bottom-color: rgb(112,151,180,0.5);
}