﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
.container {
    margin: auto;
    width: 1110px;
    max-width: 100%;
}

svg {
    width: 30px;
    height: 30px;
}
.head-train-DARkjon {
    flex: 1 0 auto;
}
header,footer {
    width: 100%;
}
section {
    background-color: rgb(238,239,234);
}
.footer {
    flex: 0 0 auto;
}
.inner-container-DtPy2SO {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
a {
    color: inherit;
    text-decoration: none;
}
html,body {
    min-height: 100%;
    height: 100%;
    font-family: Roboto, sans-serif;
    color: #000000;
}
@media only screen and (max-width: 1200px)  {
        .container {
            width: 100%;
            padding: 0 20px;
    }
}
@media only screen and (max-width: 800px)  {
        .container {
            padding: 0 12px;
    }
}header .top-learn-5qhJHl6 {
    background: #ffffff;
    color: #000000;
    width: 100%;
    border-bottom: 2px solid rgb(173,179,161);
    padding: 10px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

header .head-lead-3Ow2YaU {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

header .header-nav-ICakGK4 {
    display: flex;
    align-items: center;
    text-decoration: none;
}

header .header-nav-ICakGK4 .head-pagebar-Bt4A7Js svg,
header .header-nav-ICakGK4 .head-pagebar-Bt4A7Js img {
    width: 60px;
    height: 60px;
    margin-right: 15px;
}

header .header-edu-pGUQv1I {
    display: flex;
    gap: 20px;
}

header .header-edu-pGUQv1I a {
    color: #000000;
    text-decoration: none;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid rgb(208,212,198);
    border-radius: 26px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

header .header-edu-pGUQv1I a:hover {
    background-color: rgb(208,212,198);
    color: #ffffff;
}

header .header-edu-pGUQv1I a.active {
    background-color: rgb(173,179,161);
    color: #ffffff;
    border: 1px solid rgb(173,179,161);
}

@media only screen and (max-width: 1200px) {
    header .header-nav-ICakGK4 .head-pagebar-Bt4A7Js svg, header .header-nav-ICakGK4 .head-pagebar-Bt4A7Js img {
        margin-right: 0;
    }
    header .head-lead-3Ow2YaU {
        flex-direction: column;
        align-items: flex-start;
    }
    header .header-edu-pGUQv1I {
        display: none;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        border-top: 1px solid rgb(173,179,161);
        padding-top: 10px;
    }
    header .menu.top-pro-Q6WTGZE {
        display: flex;
    }
    header .header-edu-pGUQv1I a {
        width: 100%;
        text-align: center;
        border: none;
        border-radius: 0;
        border-bottom: 1px solid rgb(208,212,198);
    }
    header .header-edu-pGUQv1I a:hover {
        background-color: rgb(173,179,161,0.5);
        color: rgb(208,212,198);
    }
    header .header-edu-pGUQv1I a.active {
        background-color: rgb(208,212,198,0.5);
        color: rgb(208,212,198);
        border-bottom: 1px solid rgb(173,179,161);
    }
    header .header-nav-ICakGK4 {
        width: 100%;
        justify-content: center;
    }
}

.inner-container-DtPy2SO header .top-learn-5qhJHl6 {
    background: #ffffff;
}

.inner-container-DtPy2SO header .head-lead-3Ow2YaU {
    border-radius: 26px;
    background: #ffffff;
    padding: 15px 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}

.inner-container-DtPy2SO header .header-nav-ICakGK4 .head-pagebar-Bt4A7Js svg,
.inner-container-DtPy2SO header .header-nav-ICakGK4 .head-pagebar-Bt4A7Js img {
    width: 50px;
    height: 50px;
}

.inner-container-DtPy2SO header .header-edu-pGUQv1I a {
    font-weight: 700;
    font-size: 16px;
    padding: 10px 15px;
}

@media only screen and (max-width: 800px) {
    .inner-container-DtPy2SO header .header-nav-ICakGK4 .head-pagebar-Bt4A7Js svg,
    .inner-container-DtPy2SO header .header-nav-ICakGK4 .head-pagebar-Bt4A7Js img {
        width: 40px;
        height: 40px;
    }
    .inner-container-DtPy2SO header .header-nav-ICakGK4 {
        justify-content: center;
        width: 100%;
    }
    .inner-container-DtPy2SO header .header-edu-pGUQv1I {
        padding-top: 20px;
        width: 100%;
    }
}.course-details-tAdDhp6 {
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
    background: linear-gradient(45deg, rgb(238,239,234) 0%, rgb(173,179,161,0.5) 40%, rgb(238,239,234) 100%);
}

.course-details-tAdDhp6::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        repeating-linear-gradient(45deg, rgb(173,179,161,0.5) 0px, rgb(173,179,161,0.5) 1px, transparent 1px, transparent 10px),
        repeating-linear-gradient(135deg, rgb(208,212,198,0.5) 0px, rgb(208,212,198,0.5) 1px, transparent 1px, transparent 10px);
    opacity: 0.1;
    z-index: 1;
}

.course-details-tAdDhp6 .container {
    position: relative;
    z-index: 2;
}

.course-details-tAdDhp6 .pro-sessions-LItfTRw {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 480px;
}

.course-details-tAdDhp6 .portfolio-image-AoicNq4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.course-details-tAdDhp6 .portfolio-image-AoicNq4::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(208,212,198,0.5) 0%, transparent 50%, rgba(0, 0, 0, 0.5) 100%);
    mix-blend-mode: multiply;
}

.course-details-tAdDhp6 .program-flow-5lwJcgP {
    position: relative;
    z-index: 3;
    margin-top: auto;
    margin-left: auto;
    width: 60%;
    padding: 2.5rem;
    background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8));
    backdrop-filter: blur(8px);
    box-shadow: -15px -15px 30px rgba(0, 0, 0, 0.1);
}

.course-details-tAdDhp6 .program-flow-5lwJcgP::before {
    content: "";
    position: absolute;
    top: 0;
    left: -50px;
    width: 50px;
    height: 100%;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.8));
}

.course-details-tAdDhp6 .header-nav-ICakGK4 {
    position: absolute;
    top: -35px;
    left: 2.5rem;
    padding: 15px;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    z-index: 4;
    transition: transform 0.3s ease-in-out;
}

.course-details-tAdDhp6 .header-nav-ICakGK4:hover {
    transform: translateY(-5px) rotate(5deg);
}

.course-details-tAdDhp6 .header-nav-ICakGK4 svg {
    width: 45px;
    height: 45px;
    display: block;
    filter: drop-shadow(0 3px 5px rgb(208,212,198,0.5));
}

.course-details-tAdDhp6 .header-nav-ICakGK4 svg path {
    fill: rgb(208,212,198);
    transition: fill 0.3s ease;
}

.course-details-tAdDhp6 .header-nav-ICakGK4:hover svg path {
    fill: rgb(173,179,161);
}

.course-details-tAdDhp6 .program-flow-5lwJcgP h3 {
    font-size: 36px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 1.5rem;
    position: relative;
}

.course-details-tAdDhp6 .program-flow-5lwJcgP h3::after {
    content: "";
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    width: 60px;
    height: 3px;
    background: rgb(208,212,198);
    border-radius: 10px;
}

.course-details-tAdDhp6 .program-flow-5lwJcgP p {
    font-size: 18px;
    line-height: 1.7;
    color: #000000;
}

.course-details-tAdDhp6 .pro-sessions-LItfTRw::before {
    content: "";
    position: absolute;
    top: 10%;
    right: 65%;
    width: 120px;
    height: 120px;
    border: 2px solid rgb(208,212,198,0.5);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    z-index: 0;
    animation: floatAnimation 8s infinite ease-in-out;
}

.course-details-tAdDhp6 .pro-sessions-LItfTRw::after {
    content: "";
    position: absolute;
    bottom: 20%;
    left: 10%;
    width: 80px;
    height: 80px;
    border: 2px solid rgb(173,179,161,0.5);
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    z-index: 0;
    animation: floatAnimation 12s infinite ease-in-out reverse;
}

@keyframes floatAnimation {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg);
    }
    25% {
        transform: translate(10px, -15px) rotate(5deg);
    }
    50% {
        transform: translate(5px, 10px) rotate(-5deg);
    }
    75% {
        transform: translate(-10px, -5px) rotate(3deg);
    }
}

@media screen and (max-width: 991px) {
    .course-details-tAdDhp6 .pro-sessions-LItfTRw {
        min-height: 420px;
    }
    
    .course-details-tAdDhp6 .program-flow-5lwJcgP {
        width: 75%;
        padding: 2rem;
    }
    
    .course-details-tAdDhp6 .header-nav-ICakGK4 {
        top: -30px;
        left: 2rem;
        padding: 12px;
    }
    
    .course-details-tAdDhp6 .header-nav-ICakGK4 svg {
        width: 40px;
        height: 40px;
    }
    
    .course-details-tAdDhp6 .program-flow-5lwJcgP h3 {
        font-size: calc(36px - 0.2rem);
    }
}

@media screen and (max-width: 767px) {
    .course-details-tAdDhp6 {
        padding: 4rem 0;
    }
    
    .course-details-tAdDhp6 .pro-sessions-LItfTRw {
        min-height: auto;
    }
    
    .course-details-tAdDhp6 .portfolio-image-AoicNq4 {
        position: relative;
        height: 250px;
        margin-bottom: -50px;
    }
    
    .course-details-tAdDhp6 .program-flow-5lwJcgP {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        padding: 2rem 1.5rem;
        border-radius: 13px;
    }
    
    .course-details-tAdDhp6 .program-flow-5lwJcgP::before {
        display: none;
    }
    
    .course-details-tAdDhp6 .program-flow-5lwJcgP::after {
        width: 70px;
        height: 70px;
    }
    
    .course-details-tAdDhp6 .header-nav-ICakGK4 {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .course-details-tAdDhp6 .header-nav-ICakGK4:hover {
        transform: translateX(-50%) translateY(-5px);
    }
    
    .course-details-tAdDhp6 .program-flow-5lwJcgP h3 {
        font-size: calc(36px - 0.3rem);
        margin-top: 1rem;
    }
    
    .course-details-tAdDhp6 .pro-sessions-LItfTRw::before,
    .course-details-tAdDhp6 .pro-sessions-LItfTRw::after {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .course-details-tAdDhp6 {
        padding: 3rem 0;
    }
    
    .course-details-tAdDhp6 .portfolio-image-AoicNq4 {
        height: 200px;
    }
    
    .course-details-tAdDhp6 .program-flow-5lwJcgP {
        width: 100%;
        padding: 1.5rem 1.25rem;
    }
    
    .course-details-tAdDhp6 .header-nav-ICakGK4 {
        padding: 10px;
    }
    
    .course-details-tAdDhp6 .header-nav-ICakGK4 svg {
        width: 35px;
        height: 35px;
    }
    
    .course-details-tAdDhp6 .program-flow-5lwJcgP h3 {
        font-size: calc(36px - 0.5rem);
        margin-top: 0.75rem;
    }
    
    .course-details-tAdDhp6 .program-flow-5lwJcgP p {
        font-size: calc(18px - 0.1rem);
    }
}.company-info-NxXUJjh {
    position: relative;
    background: rgb(238,239,234);
    padding: 120px 0;
    overflow: hidden;
}

.company-info-NxXUJjh::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgb(208,212,198,0.5) 0%, transparent 50%);
    z-index: 1;
}

.company-info-NxXUJjh::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 70% 30%, rgb(173,179,161,0.5) 0%, transparent 60%);
    top: 0;
    left: 0;
    z-index: 2;
    animation: pulse 15s infinite alternate;
}

.company-info-NxXUJjh .container {
    position: relative;
    z-index: 10;
}

.company-info-NxXUJjh .pro-sessions-LItfTRw {
    display: flex;
    flex-direction: column;
    gap: 60px;
    position: relative;
}

.company-info-NxXUJjh .pro-sessions-LItfTRw::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 85%;
    background: linear-gradient(to bottom, transparent, rgb(208,212,198), transparent);
    left: 50%;
    top: 80px;
    transform: translateX(-50%);
    z-index: -1;
}

.company-info-NxXUJjh h3 {
    font-size: 30px;
    font-weight: 700;
    color: rgb(208,212,198);
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    transform: perspective(1000px) rotateX(0deg);
    transition: transform 0.5s ease;
}

.company-info-NxXUJjh h3::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 3px;
    background: rgb(208,212,198);
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
}

.company-info-NxXUJjh h3:hover {
    transform: perspective(1000px) rotateX(5deg);
}

.company-info-NxXUJjh .story-visual-cM8pYfZ {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    padding: 40px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 30px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-left: 3px solid rgb(208,212,198);
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.company-info-NxXUJjh .story-visual-cM8pYfZ::before {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgb(208,212,198,0.5) 0%, transparent 70%);
    top: -100px;
    right: -100px;
    border-radius: 50%;
    animation: float 8s infinite ease-in-out;
}

.company-info-NxXUJjh .story-visual-cM8pYfZ:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.company-info-NxXUJjh .story-visual-cM8pYfZ span {
    font-size: 18px;
    font-weight: 600;
    color: rgb(208,212,198);
    display: block;
    margin-bottom: 20px;
    grid-column: 1 / 2;
    position: relative;
    padding-left: 15px;
}

.company-info-NxXUJjh .story-visual-cM8pYfZ span::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    background: rgb(208,212,198);
    left: 0;
    top: 0;
    border-radius: 10px;
}

.company-info-NxXUJjh .story-visual-cM8pYfZ p {
    font-size: 15px;
    line-height: 1.8;
    color: #000000;
    grid-column: 1 / 2;
    position: relative;
}

.company-info-NxXUJjh .story-visual-cM8pYfZ .portfolio-image-AoicNq4 {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
    height: 350px;
    border-radius: 30px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.company-info-NxXUJjh .story-visual-cM8pYfZ .portfolio-image-AoicNq4::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 60%);
    z-index: 1;
}

.company-info-NxXUJjh .story-visual-cM8pYfZ .portfolio-image-AoicNq4::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(to right, rgb(208,212,198), rgb(173,179,161));
}

.company-info-NxXUJjh .story-visual-cM8pYfZ .portfolio-image-AoicNq4:hover {
    transform: scale(1.02);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.company-info-NxXUJjh .story-tl-cB4CUul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    padding: 40px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 30px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-right: 3px solid rgb(173,179,161);
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.company-info-NxXUJjh .story-tl-cB4CUul::before {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgb(173,179,161,0.5) 0%, transparent 70%);
    bottom: -100px;
    left: -100px;
    border-radius: 50%;
    animation: float 8s infinite ease-in-out reverse;
}

.company-info-NxXUJjh .story-tl-cB4CUul:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.company-info-NxXUJjh .story-tl-cB4CUul p {
    font-size: 15px;
    line-height: 1.8;
    color: #000000;
    position: relative;
    grid-column: 2 / 3;
    grid-row: 1 / 2;
}

.company-info-NxXUJjh .story-tl-cB4CUul .learn-lab-7NFgBe0 {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    height: 350px;
    border-radius: 30px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.company-info-NxXUJjh .story-tl-cB4CUul .learn-lab-7NFgBe0::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 60%);
    z-index: 1;
}

.company-info-NxXUJjh .story-tl-cB4CUul .learn-lab-7NFgBe0::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(to right, rgb(173,179,161), rgb(208,212,198));
}

.company-info-NxXUJjh .story-tl-cB4CUul .learn-lab-7NFgBe0:hover {
    transform: scale(1.02);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

@keyframes pulse {
    0% {
        opacity: 0.4;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.4;
    }
}

@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0);
    }
}

@media (max-width: 992px) {
    .company-info-NxXUJjh {
        padding: 80px 0;
    }

    .company-info-NxXUJjh .pro-sessions-LItfTRw::before {
        height: 90%;
    }

    .company-info-NxXUJjh .story-visual-cM8pYfZ,
    .company-info-NxXUJjh .story-tl-cB4CUul {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .company-info-NxXUJjh .story-visual-cM8pYfZ span,
    .company-info-NxXUJjh .story-visual-cM8pYfZ p {
        grid-column: 1 / -1;
    }

    .company-info-NxXUJjh .story-visual-cM8pYfZ .portfolio-image-AoicNq4 {
        grid-column: 1 / -1;
        grid-row: 3 / 4;
        height: 300px;
    }

    .company-info-NxXUJjh .story-tl-cB4CUul p {
        grid-column: 1 / -1;
        grid-row: 2 / 3;
    }

    .company-info-NxXUJjh .story-tl-cB4CUul .learn-lab-7NFgBe0 {
        grid-column: 1 / -1;
        grid-row: 1 / 2;
        height: 300px;
    }
}

@media (max-width: 768px) {
    .company-info-NxXUJjh {
        padding: 60px 0;
    }

    .company-info-NxXUJjh h3 {
        font-size: calc(30px * 0.9);
    }

    .company-info-NxXUJjh .pro-sessions-LItfTRw {
        gap: 40px;
    }

    .company-info-NxXUJjh .pro-sessions-LItfTRw::before {
        display: none;
    }

    .company-info-NxXUJjh .story-visual-cM8pYfZ,
    .company-info-NxXUJjh .story-tl-cB4CUul {
        padding: 30px;
    }

    .company-info-NxXUJjh .story-visual-cM8pYfZ span {
        font-size: calc(18px * 0.9);
    }

    .company-info-NxXUJjh .story-visual-cM8pYfZ .portfolio-image-AoicNq4,
    .company-info-NxXUJjh .story-tl-cB4CUul .learn-lab-7NFgBe0 {
        height: 250px;
    }
}

@media (max-width: 576px) {
    .company-info-NxXUJjh {
        padding: 40px 0;
    }

    .company-info-NxXUJjh h3 {
        font-size: calc(30px * 0.8);
        margin-bottom: 30px;
    }

    .company-info-NxXUJjh .story-visual-cM8pYfZ,
    .company-info-NxXUJjh .story-tl-cB4CUul {
        padding: 20px;
        gap: 20px;
    }

    .company-info-NxXUJjh .story-visual-cM8pYfZ span {
        margin-bottom: 15px;
    }

    .company-info-NxXUJjh .story-visual-cM8pYfZ .portfolio-image-AoicNq4,
    .company-info-NxXUJjh .story-tl-cB4CUul .learn-lab-7NFgBe0 {
        height: 200px;
    }
}.sign-up-for-updates-E0fZWxa {
    padding-bottom: 80px;
    padding-top: 80px;
    position: relative;
}

.sign-up-for-updates-E0fZWxa .pro-sessions-LItfTRw {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.sign-up-for-updates-E0fZWxa input {
    padding: 12px;
    background: #ffffff;
    outline: none;
    border: 1px solid rgb(173,179,161,0.5);
    margin-right: 10px;
    min-width: 200px;
}

.sign-up-for-updates-E0fZWxa h2 {
    margin-bottom: 20px;
    text-align: center;
}

.sign-up-for-updates-E0fZWxa .request-block-gDvPcnx {
    background: rgb(173,179,161);
    color: #ffffff;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    flex-shrink: 0;
}

.sign-up-for-updates-E0fZWxa .input_holder {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 800px) {
    .sign-up-for-updates-E0fZWxa .pro-sessions-LItfTRw {
        flex-direction: column;
    }

    .sign-up-for-updates-E0fZWxa {
        padding: 30px 20px;
    }

    .sign-up-for-updates-E0fZWxa input {
        min-width: unset;
    }

    .sign-up-for-updates-E0fZWxa .request-block-gDvPcnx {
        flex-shrink: unset;
    }

    .sign-up-for-updates-E0fZWxa .input_holder {
        flex-direction: column;
        width: 100%;
    }

    .sign-up-for-updates-E0fZWxa input {
        margin: 0;
        margin-bottom: 10px;
        width: 100%;
    }

    .inner-container-DtPy2SO .sign-up-for-updates-E0fZWxa .pro-sessions-LItfTRw h2 {
        font-size: 20px;
    }
}

.inner-container-DtPy2SO .sign-up-for-updates-E0fZWxa {
    background: rgb(238,239,234);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inner-container-DtPy2SO .sign-up-for-updates-E0fZWxa::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.5), rgb(208,212,198));
    z-index: 0;
}

.inner-container-DtPy2SO .sign-up-for-updates-E0fZWxa .pro-sessions-LItfTRw {
    flex-direction: column;
    min-width: 60%;
    width: 80%;
    border-radius: 100px;
    background: rgb(173,179,161);
    backdrop-filter: blur(10px);
    margin: auto;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: 30px 50px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.7);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.inner-container-DtPy2SO .sign-up-for-updates-E0fZWxa .pro-sessions-LItfTRw:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.9);
}

.inner-container-DtPy2SO .sign-up-for-updates-E0fZWxa h2 {
    color: #ffffff;
    margin: 0;
    font-size: 38px;
    max-width: 80%;
    padding: 0 20px;
    text-align: center;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
    margin-bottom: 25px;
    animation: neonGlow 1.5s ease-in-out infinite alternate;
}

@keyframes neonGlow {
    from {
        text-shadow: 0 0 5px rgba(255, 255, 255, 0.5), 0 0 10px rgb(208,212,198), 0 0 15px rgb(208,212,198), 0 0 20px rgb(208,212,198);
    }
    to {
        text-shadow: 0 0 10px rgba(255, 255, 255, 0.8), 0 0 20px rgb(208,212,198), 0 0 30px rgb(208,212,198), 0 0 40px rgb(208,212,198);
    }
}

.inner-container-DtPy2SO .sign-up-for-updates-E0fZWxa .request-block-gDvPcnx {
    background: rgb(208,212,198);
    border-radius: 15px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    padding: 14px 28px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.inner-container-DtPy2SO .sign-up-for-updates-E0fZWxa .request-block-gDvPcnx:hover {
    background: rgb(173,179,161);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.7);
    transform: translateY(-5px);
}

.inner-container-DtPy2SO .sign-up-for-updates-E0fZWxa input {
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    margin-right: 15px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    padding: 14px 20px;
    font-size: 17px;
    transition: border 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.inner-container-DtPy2SO .sign-up-for-updates-E0fZWxa input:focus {
    border: 2px solid rgb(208,212,198);
    outline: none;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    background: rgba(255, 255, 255, 0.3);
}

@media only screen and (max-width: 800px) {
    .inner-container-DtPy2SO .sign-up-for-updates-E0fZWxa {
        padding: 30px 20px;
    }

    .inner-container-DtPy2SO .sign-up-for-updates-E0fZWxa .pro-sessions-LItfTRw {
        flex-direction: column;
        width: 100%;
        padding: 30px;
    }

    .inner-container-DtPy2SO .sign-up-for-updates-E0fZWxa .input_holder {
        flex-direction: column;
    }

    .inner-container-DtPy2SO .sign-up-for-updates-E0fZWxa h2 {
        max-width: unset;
        margin-bottom: 16px;
        padding: 0 5px;
    }

    .inner-container-DtPy2SO .sign-up-for-updates-E0fZWxa input {
        margin: 0;
        margin-bottom: 16px;
        width: 100%;
    }

    .inner-container-DtPy2SO .sign-up-for-updates-E0fZWxa .request-block-gDvPcnx {
        width: 100%;
        padding: 14px 0;
    }
}.attempt-now-lboQIRB {
    padding: 0;
    background: linear-gradient(135deg, rgb(238,239,234), #ffffff);
    border-top: 2px solid rgb(208,212,198);
    border-bottom: 2px solid rgb(208,212,198);
    font-family: Roboto, sans-serif;
    color: #000000;
    position: relative;
    overflow: hidden;
}

.attempt-now-lboQIRB::before, .attempt-now-lboQIRB::after {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    background: rgb(208,212,198,0.5);
    border-radius: 50%;
    filter: blur(50px);
    z-index: 0;
}

.attempt-now-lboQIRB::before {
    top: -100px;
    left: -100px;
    animation: float 10s ease-in-out infinite;
}

.attempt-now-lboQIRB::after {
    bottom: -100px;
    right: -100px;
    animation: float 12s ease-in-out infinite reverse;
}

@keyframes float {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(20px, 20px); }
}

.attempt-now-lboQIRB .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 1;
}

.attempt-now-lboQIRB .pro-sessions-LItfTRw {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-left: 2px solid rgb(208,212,198);
    border-right: 2px solid rgb(208,212,198);
    padding: 60px 40px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.attempt-now-lboQIRB .pro-sessions-LItfTRw svg, 
.attempt-now-lboQIRB .pro-sessions-LItfTRw svg path {
    fill: rgb(208,212,198);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid rgb(208,212,198);
    padding: 10px;
    background: linear-gradient(135deg, #ffffff, rgb(208,212,198,0.5));
    flex-shrink: 0;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.attempt-now-lboQIRB .pro-sessions-LItfTRw svg:hover {
    transform: scale(1.05) rotate(5deg);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.attempt-now-lboQIRB .pro-sessions-LItfTRw h2 {
    font-size: calc(37px * 1.1);
    margin: 0 30px;
    color: #000000;
    font-weight: 700;
    flex: 1;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    padding-bottom: 15px;
}

.attempt-now-lboQIRB .pro-sessions-LItfTRw h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, rgb(208,212,198), rgb(173,179,161));
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.attempt-now-lboQIRB .pro-sessions-LItfTRw .request-block-gDvPcnx {
    padding: 14px 28px;
    background: linear-gradient(135deg, rgb(208,212,198), rgb(173,179,161));
    color: #ffffff;
    text-decoration: none;
    font-size: calc(14px * 0.95);
    border-radius: 10px;
    font-weight: 600;
    border: none;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.attempt-now-lboQIRB .pro-sessions-LItfTRw .request-block-gDvPcnx::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.7s ease;
}

.attempt-now-lboQIRB .pro-sessions-LItfTRw .request-block-gDvPcnx:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.attempt-now-lboQIRB .pro-sessions-LItfTRw .request-block-gDvPcnx:hover::before {
    left: 100%;
}

@media only screen and (max-width: 1024px) {
    .attempt-now-lboQIRB .pro-sessions-LItfTRw {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 50px 30px;
    }

    .attempt-now-lboQIRB .pro-sessions-LItfTRw svg, 
    .attempt-now-lboQIRB .pro-sessions-LItfTRw svg path {
        margin-bottom: 30px;
    }

    .attempt-now-lboQIRB .pro-sessions-LItfTRw h2 {
        font-size: 37px;
        margin: 0 0 30px;
    }

    .attempt-now-lboQIRB .pro-sessions-LItfTRw h2::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .attempt-now-lboQIRB .pro-sessions-LItfTRw .request-block-gDvPcnx {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 800px) {
    .attempt-now-lboQIRB .pro-sessions-LItfTRw {
        border: none;
        border-top: 2px solid rgb(208,212,198);
        border-bottom: 2px solid rgb(208,212,198);
        padding: 40px 20px;
    }

    .attempt-now-lboQIRB .pro-sessions-LItfTRw svg, 
    .attempt-now-lboQIRB .pro-sessions-LItfTRw svg path {
        width: 60px;
        height: 60px;
    }

    .attempt-now-lboQIRB .pro-sessions-LItfTRw h2 {
        font-size: calc(37px * 0.9);
        margin: 20px 0;
    }

    .attempt-now-lboQIRB .pro-sessions-LItfTRw .request-block-gDvPcnx {
        width: 100%;
        padding: 12px 24px;
        font-size: calc(14px * 0.9);
    }
}.mentorship-profile-rjsmE7e {
    padding: 100px 0;
    background: #000000;
    color: #ffffff;
    font-family: Roboto, sans-serif;
    overflow: hidden;
}

.mentorship-profile-rjsmE7e .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.mentorship-profile-rjsmE7e .pro-sessions-LItfTRw {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.mentorship-profile-rjsmE7e .success-feedback-mQF4psW {
    background: rgb(173,179,161,0.5);
    border-radius: 22px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transform: translateY(0);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    position: relative;
}

.mentorship-profile-rjsmE7e .success-feedback-mQF4psW:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.mentorship-profile-rjsmE7e .success-feedback-mQF4psW::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgb(208,212,198,0.5), transparent);
    opacity: 0;
    transition: opacity 0.5s ease;
}

.mentorship-profile-rjsmE7e .success-feedback-mQF4psW:hover::before {
    opacity: 0.5;
}

.mentorship-profile-rjsmE7e .portfolio-image-AoicNq4 {
    width: 100%;
    height: 250px;
    background-position: center;
    background-size: cover;
    transition: transform 0.5s ease;
}

.mentorship-profile-rjsmE7e .success-feedback-mQF4psW:hover .portfolio-image-AoicNq4 {
    transform: scale(1.05);
}

.mentorship-profile-rjsmE7e .job-table-6vdwKE4 {
    padding: 30px 20px;
    text-align: left;
}

.mentorship-profile-rjsmE7e .job-table-6vdwKE4 .name {
    color: #000000;
    font-size: 37px;
    font-weight: 700;
    margin-bottom: 10px;
}

.mentorship-profile-rjsmE7e .job-table-6vdwKE4 span {
    color: rgb(173,179,161);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
}

.mentorship-profile-rjsmE7e .job-table-6vdwKE4 .job-content-GvawIEQ {
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
    margin-top: 10px;
}

@media only screen and (max-width: 1200px) {
    .mentorship-profile-rjsmE7e .pro-sessions-LItfTRw {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
}

@media only screen and (max-width: 800px) {
    .mentorship-profile-rjsmE7e {
        padding: 50px 0;
    }

    .mentorship-profile-rjsmE7e .pro-sessions-LItfTRw {
        grid-template-columns: 1fr;
    }

    .mentorship-profile-rjsmE7e .success-feedback-mQF4psW {
        margin: 10px 0;
    }
}

.inner-container-DtPy2SO .mentorship-profile-rjsmE7e {
    background: rgb(238,239,234);
    padding: 60px 0;
}

.inner-container-DtPy2SO .mentorship-profile-rjsmE7e .success-feedback-mQF4psW {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 30px;
    border-radius: 10px;
}

.inner-container-DtPy2SO .mentorship-profile-rjsmE7e .portfolio-image-AoicNq4 {
    border-radius: 22px;
    width: 220px;
    height: 220px;
    transition: transform 0.5s ease;
}

.inner-container-DtPy2SO .job-table-6vdwKE4 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.inner-container-DtPy2SO .mentorship-profile-rjsmE7e .success-feedback-mQF4psW .job-content-GvawIEQ {
    color: #ffffff;
    font-size: 17px;
    margin-top: 20px;
}

.inner-container-DtPy2SO .mentorship-profile-rjsmE7e .success-feedback-mQF4psW .name {
    font-size: 20px;
    font-weight: 700;
}

@media only screen and (max-width: 800px) {
    .inner-container-DtPy2SO .mentorship-profile-rjsmE7e .portfolio-image-AoicNq4 {
        width: 160px;
        height: 160px;
    }

    .inner-container-DtPy2SO .mentorship-profile-rjsmE7e .success-feedback-mQF4psW {
        padding: 20px;
    }
}.contact-us-X1erROT {
    padding-top: 80px;
    padding-bottom: 80px;
}

.contact-us-X1erROT h3 {
    color: rgb(173,179,161);
}

.contact-us-X1erROT .inquiry-help-6fCkSsQ {
    background: rgb(238,239,234);
    border-radius: 10px;
}

.contact-us-X1erROT .contact-inquiry-TfiKebp svg, .contact-us-X1erROT .contact-inquiry-TfiKebp svg path {
    fill: rgb(208,212,198);
}

.contact-us-X1erROT .contact-inquiry-TfiKebp .query-block-nywGYci h5 {
    color: rgb(208,212,198);
}

.contact-us-X1erROT .contact-inquiry-TfiKebp span {
    color: #000000;
}

.contact-us-X1erROT .contact-inquiry-TfiKebp .query-block-nywGYci svg, .contact-us-X1erROT .contact-inquiry-TfiKebp .query-block-nywGYci svg path {
    fill: #000000;
}

.contact-us-X1erROT form input {
    color: #000000;
    border-radius: 6px;
    background: #ffffff;
}

.contact-us-X1erROT form .request-block-gDvPcnx {
    background: rgb(173,179,161);
    color: #ffffff;
    border-radius: 100px;
}

.contact-us-X1erROT form .request-block-gDvPcnx:hover {
    background: rgb(208,212,198);
}


.contact-us-X1erROT .pro-sessions-LItfTRw {
    display: flex;
}

.contact-us-X1erROT .pro-sessions-LItfTRw > div {
    width: 50%;
    padding: 40px;
}

.contact-us-X1erROT .inquiry-help-6fCkSsQ {

}

.contact-us-X1erROT .inquiry-help-6fCkSsQ form {
    display: flex;
    flex-direction: column;
}

.contact-us-X1erROT h3 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 18px;
}

.contact-us-X1erROT .contact-inquiry-TfiKebp {
    padding-top: 40px;
}

.contact-us-X1erROT form input {
    border: none;
    padding: 13px;
    width: 100%;
    margin-bottom: 24px;
    line-height: 24px;
    outline: none;
    border: 1px solid transparent;
}

.contact-us-X1erROT form .request-block-gDvPcnx {
    font-weight: 400;
    cursor: pointer;
}

.contact-us-X1erROT .contact-inquiry-TfiKebp .query-block-nywGYci h5 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
}

.contact-us-X1erROT .contact-inquiry-TfiKebp svg, .contact-us-X1erROT .contact-inquiry-TfiKebp img {
    margin-right: 16px;
    width: 16px;
    height: 16px;
}

.contact-us-X1erROT .contact-inquiry-TfiKebp span {
    font-size: 15px;
}

.contact-us-X1erROT .header-nav-ICakGK4 {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 30px;
    margin-right: 30px;
}

.contact-us-X1erROT .header-nav-ICakGK4 svg, .contact-us-X1erROT .header-nav-ICakGK4 img {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
    margin-right: 0;
}

.contact-us-X1erROT .contact-inquiry-TfiKebp .query-block-nywGYci span {
    font-weight: 300;
}

.contact-us-X1erROT .contact-inquiry-TfiKebp .query-block-nywGYci > div {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.contact-us-X1erROT .help-query-sPz4eRS {
    display: flex;
    justify-content: space-between;
}

.contact-us-X1erROT .help-query-sPz4eRS #surname {
    margin-left: 24px;
}

.contact-us-X1erROT .inquiry-message-5TwnpMW {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.contact-us-X1erROT .inquiry-message-5TwnpMW label {
    display: block;
}

.contact-us-X1erROT .inquiry-message-5TwnpMW a {
    margin-left: 5px;
    color: rgb(208,212,198);
}

.contact-us-X1erROT .inquiry-message-5TwnpMW input[type=checkbox] {
    width: auto;
    margin: 0;
    margin-right: 5px;
}

@media only screen and (max-width: 600px) {
    .contact-us-X1erROT .pro-sessions-LItfTRw {
        flex-direction: column;
    }

    .contact-us-X1erROT .pro-sessions-LItfTRw > div {
        width: 100%;
    }

    .contact-us-X1erROT {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .contact-us-X1erROT h3 {
        font-size: 30px;
    }
}

.inner-container-DtPy2SO .contact-us-X1erROT {
    background: #ffffff;
}

.inner-container-DtPy2SO .contact-us-X1erROT .contact-inquiry-TfiKebp {
    padding: 0;
}

.inner-container-DtPy2SO .contact-us-X1erROT .feedback-form-KW7Ldk0 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}

.inner-container-DtPy2SO .contact-us-X1erROT .inquiry-help-6fCkSsQ {
    background: rgb(238,239,234);
    border-radius: 0 !important;
    margin: auto;
}

.inner-container-DtPy2SO .contact-us-X1erROT .contact-inquiry-TfiKebp .query-block-nywGYci > div {
    background: rgb(238,239,234);
    width: 100%;
    height: calc(50% - 12px);
    padding: 30px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    margin: auto;
}

.inner-container-DtPy2SO .contact-us-X1erROT .contact-inquiry-TfiKebp .query-block-nywGYci {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
}

.inner-container-DtPy2SO .contact-us-X1erROT .pro-sessions-LItfTRw {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.inner-container-DtPy2SO .contact-us-X1erROT .pro-sessions-LItfTRw > div {
    width: calc(50% - 12px);
}

.inner-container-DtPy2SO .contact-us-X1erROT .contact-inquiry-TfiKebp .query-block-nywGYci svg, .inner-container-DtPy2SO .contact-us-X1erROT .contact-inquiry-TfiKebp .query-block-nywGYci svg path {
    fill: rgb(208,212,198);
    width: 38px;
    height: 38px;
}

.inner-container-DtPy2SO .contact-us-X1erROT form input {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 15px;
}

.inner-container-DtPy2SO .contact-us-X1erROT .inquiry-message-5TwnpMW a {
    color: rgb(208,212,198);
}

.inner-container-DtPy2SO .contact-us-X1erROT form .request-block-gDvPcnx {
    margin: 0;
    margin-top: 20px;
}

@media only screen and (max-width: 800px) {
    .inner-container-DtPy2SO .contact-us-X1erROT .pro-sessions-LItfTRw > div {
        width: 100%;
    }

    .inner-container-DtPy2SO .contact-us-X1erROT .pro-sessions-LItfTRw {
        flex-direction: column;
    }

    .inner-container-DtPy2SO .contact-us-X1erROT .contact-inquiry-TfiKebp .query-block-nywGYci > div {
        padding: 16px;
        padding-top: 20px;
        justify-content: flex-start;
        margin-bottom: 24px;
    }

    .inner-container-DtPy2SO .contact-us-X1erROT .contact-inquiry-TfiKebp .query-block-nywGYci > div:nth-child(4) {
        margin-bottom: 24px;
    }
}.secure-nook-KBrRzaD {
    background-color: rgb(238,239,234);
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    font-family: Roboto, sans-serif;
    color: #000000;
}
.secure-nook-KBrRzaD h1 {
    font-size: 46px;
    font-weight: 700;
    color: rgb(208,212,198);
    margin-bottom: 20px;
    text-transform: uppercase;
}
.secure-nook-KBrRzaD h2 {
    font-size: 38px;
    font-weight: 600;
    color: rgb(173,179,161);
    margin-bottom: 15px;
}
.secure-nook-KBrRzaD h3,
.secure-nook-KBrRzaD h4,
.secure-nook-KBrRzaD h5,
.secure-nook-KBrRzaD h6 {
    font-size: 23px;
    font-weight: 300;
    color: rgb(208,212,198);
    margin-bottom: 10px;
}
.secure-nook-KBrRzaD ul,
.secure-nook-KBrRzaD ol {
    margin: 0;
    padding: 0 0 0 20px;
}
.secure-nook-KBrRzaD ul {
    list-style-type: disc;
}
.secure-nook-KBrRzaD ol {
    list-style-type: decimal;
}
.secure-nook-KBrRzaD li {
    margin-bottom: 10px;
    font-size: 17px;
    color: #000000;
}
.secure-nook-KBrRzaD p {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 15px;
}
.secure-nook-KBrRzaD div {
    margin-bottom: 20px;
}
.secure-nook-KBrRzaD span {
    font-weight: 600;
    color: rgb(208,212,198);
}
@media only screen and (max-width: 800px) {
    .secure-nook-KBrRzaD {
        padding: 20px;
        box-shadow: none;
        border-radius: 10px;
    }
    .secure-nook-KBrRzaD h1 {
        font-size: calc(23px * 0.8);
    }
    .secure-nook-KBrRzaD h2 {
        font-size: calc(23px * 0.8);
    }
    .secure-nook-KBrRzaD ul,
    .secure-nook-KBrRzaD ol {
        padding-left: 15px;
    }
}.landing-page-VXdsYRO {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: rgb(238,239,234);
    overflow: hidden;
}

.landing-page-VXdsYRO .pro-sessions-LItfTRw {
    position: relative;
    width: 100%;
    height: 100vh;
}

.landing-page-VXdsYRO .master-expert-dAKNcm0 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.landing-page-VXdsYRO .master-expert-dAKNcm0 input {
    position: absolute;
    opacity: 0;
}

.landing-page-VXdsYRO .learn-front-nuGtFJq {
    height: 100%;
    position: relative;
}

.landing-page-VXdsYRO .course-head-7UgFVHw {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    transform-origin: center;
    transition: opacity 0.8s ease, transform 0.8s ease;
    transform: scale(1.05);
}

.landing-page-VXdsYRO .course-head-7UgFVHw img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.landing-page-VXdsYRO .course-head-7UgFVHw::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        0deg,
        #000000 0%,
        rgba(0, 0, 0, 0.5) 30%,
        transparent 70%
    );
}

.landing-page-VXdsYRO .learn-entry-5nxXqAb {
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 20px;
    z-index: 10;
}

.landing-page-VXdsYRO .learn-entry-5nxXqAb label {
    width: 15px;
    height: 15px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.landing-page-VXdsYRO .learn-entry-5nxXqAb label::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 7px;
    height: 7px;
    background: rgb(208,212,198);
    border-radius: 50%;
    transition: transform 0.3s ease;
}

.landing-page-VXdsYRO .learn-entry-5nxXqAb label:hover {
    border-color: rgb(208,212,198);
}

.landing-page-VXdsYRO .label-container-MnduNwf {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 45%;
    z-index: 5;
    padding: 80px 50px;
}

.landing-page-VXdsYRO .label-container-MnduNwf .container {
    padding: 40px;
    border-radius: 24px;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    border-top: 4px solid rgb(208,212,198);
    transform: translateY(0);
    transition: transform 0.5s ease;
}

.landing-page-VXdsYRO .label-container-MnduNwf h2 {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 15px;
}

.landing-page-VXdsYRO .label-container-MnduNwf h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 3px;
    background: rgb(208,212,198);
}

.landing-page-VXdsYRO .label-container-MnduNwf h3 {
    font-size: 19px;
    font-weight: 600;
    color: rgb(208,212,198);
    margin-bottom: 20px;
}

.landing-page-VXdsYRO .label-container-MnduNwf p {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 1.7;
    margin-bottom: 0;
}

.landing-page-VXdsYRO .master-expert-dAKNcm0 input:nth-child(1):checked ~ .learn-front-nuGtFJq .course-head-7UgFVHw:nth-child(1),
.landing-page-VXdsYRO .master-expert-dAKNcm0 input:nth-child(2):checked ~ .learn-front-nuGtFJq .course-head-7UgFVHw:nth-child(2),
.landing-page-VXdsYRO .master-expert-dAKNcm0 input:nth-child(3):checked ~ .learn-front-nuGtFJq .course-head-7UgFVHw:nth-child(3),
.landing-page-VXdsYRO .master-expert-dAKNcm0 input:nth-child(4):checked ~ .learn-front-nuGtFJq .course-head-7UgFVHw:nth-child(4),
.landing-page-VXdsYRO .master-expert-dAKNcm0 input:nth-child(5):checked ~ .learn-front-nuGtFJq .course-head-7UgFVHw:nth-child(5),
.landing-page-VXdsYRO .master-expert-dAKNcm0 input:nth-child(6):checked ~ .learn-front-nuGtFJq .course-head-7UgFVHw:nth-child(6),
.landing-page-VXdsYRO .master-expert-dAKNcm0 input:nth-child(7):checked ~ .learn-front-nuGtFJq .course-head-7UgFVHw:nth-child(7),
.landing-page-VXdsYRO .master-expert-dAKNcm0 input:nth-child(8):checked ~ .learn-front-nuGtFJq .course-head-7UgFVHw:nth-child(8),
.landing-page-VXdsYRO .master-expert-dAKNcm0 input:nth-child(9):checked ~ .learn-front-nuGtFJq .course-head-7UgFVHw:nth-child(9),
.landing-page-VXdsYRO .master-expert-dAKNcm0 input:nth-child(10):checked ~ .learn-front-nuGtFJq .course-head-7UgFVHw:nth-child(10) {
    opacity: 1;
    z-index: 2;
    transform: scale(1);
}

.landing-page-VXdsYRO .master-expert-dAKNcm0 input:nth-child(1):checked ~ .learn-entry-5nxXqAb label:nth-child(1)::after,
.landing-page-VXdsYRO .master-expert-dAKNcm0 input:nth-child(2):checked ~ .learn-entry-5nxXqAb label:nth-child(2)::after,
.landing-page-VXdsYRO .master-expert-dAKNcm0 input:nth-child(3):checked ~ .learn-entry-5nxXqAb label:nth-child(3)::after,
.landing-page-VXdsYRO .master-expert-dAKNcm0 input:nth-child(4):checked ~ .learn-entry-5nxXqAb label:nth-child(4)::after,
.landing-page-VXdsYRO .master-expert-dAKNcm0 input:nth-child(5):checked ~ .learn-entry-5nxXqAb label:nth-child(5)::after,
.landing-page-VXdsYRO .master-expert-dAKNcm0 input:nth-child(6):checked ~ .learn-entry-5nxXqAb label:nth-child(6)::after,
.landing-page-VXdsYRO .master-expert-dAKNcm0 input:nth-child(7):checked ~ .learn-entry-5nxXqAb label:nth-child(7)::after,
.landing-page-VXdsYRO .master-expert-dAKNcm0 input:nth-child(8):checked ~ .learn-entry-5nxXqAb label:nth-child(8)::after,
.landing-page-VXdsYRO .master-expert-dAKNcm0 input:nth-child(9):checked ~ .learn-entry-5nxXqAb label:nth-child(9)::after,
.landing-page-VXdsYRO .master-expert-dAKNcm0 input:nth-child(10):checked ~ .learn-entry-5nxXqAb label:nth-child(10)::after {
    transform: translate(-50%, -50%) scale(1);
}

.landing-page-VXdsYRO .master-expert-dAKNcm0 input:nth-child(1):checked ~ .learn-entry-5nxXqAb label:nth-child(1),
.landing-page-VXdsYRO .master-expert-dAKNcm0 input:nth-child(2):checked ~ .learn-entry-5nxXqAb label:nth-child(2),
.landing-page-VXdsYRO .master-expert-dAKNcm0 input:nth-child(3):checked ~ .learn-entry-5nxXqAb label:nth-child(3),
.landing-page-VXdsYRO .master-expert-dAKNcm0 input:nth-child(4):checked ~ .learn-entry-5nxXqAb label:nth-child(4),
.landing-page-VXdsYRO .master-expert-dAKNcm0 input:nth-child(5):checked ~ .learn-entry-5nxXqAb label:nth-child(5),
.landing-page-VXdsYRO .master-expert-dAKNcm0 input:nth-child(6):checked ~ .learn-entry-5nxXqAb label:nth-child(6),
.landing-page-VXdsYRO .master-expert-dAKNcm0 input:nth-child(7):checked ~ .learn-entry-5nxXqAb label:nth-child(7),
.landing-page-VXdsYRO .master-expert-dAKNcm0 input:nth-child(8):checked ~ .learn-entry-5nxXqAb label:nth-child(8),
.landing-page-VXdsYRO .master-expert-dAKNcm0 input:nth-child(9):checked ~ .learn-entry-5nxXqAb label:nth-child(9),
.landing-page-VXdsYRO .master-expert-dAKNcm0 input:nth-child(10):checked ~ .learn-entry-5nxXqAb label:nth-child(10) {
    border-color: rgb(208,212,198);
    transform: scale(1.2);
}

.landing-page-VXdsYRO .master-expert-dAKNcm0 input:checked ~ .label-container-MnduNwf .container {
    transform: translateY(0);
}

.landing-page-VXdsYRO::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(
        135deg,
        rgb(173,179,161,0.5) 0%,
        transparent 50%
    );
    z-index: 0;
    opacity: 0.4;
}

@media (max-width: 1200px) {
    .landing-page-VXdsYRO .label-container-MnduNwf {
        width: 55%;
        padding: 60px 40px;
    }
}

@media (max-width: 991px) {
    .landing-page-VXdsYRO {
        min-height: unset;
    }
    .landing-page-VXdsYRO .pro-sessions-LItfTRw {
        min-height: unset;
    }
    .landing-page-VXdsYRO .label-container-MnduNwf {
        width: 65%;
        padding: 50px 30px;
    }
    
    .landing-page-VXdsYRO .label-container-MnduNwf .container {
        padding: 30px;
    }
    
    .landing-page-VXdsYRO .learn-entry-5nxXqAb {
        left: 30px;
        gap: 15px;
    }
}

@media (max-width: 767px) {
    .landing-page-VXdsYRO .pro-sessions-LItfTRw {
        height: auto;
    }
    
    .landing-page-VXdsYRO .master-expert-dAKNcm0 {
        position: relative;
        height: 60vh;
    }
    
    .landing-page-VXdsYRO .label-container-MnduNwf {
        position: relative;
        width: 100%;
        padding: 30px 20px;
    }
    
    .landing-page-VXdsYRO .label-container-MnduNwf .container {
        padding: 25px;
    }
    
    .landing-page-VXdsYRO .learn-entry-5nxXqAb {
        left: initial;
        right: 20px;
        top: initial;
        bottom: 20px;
        transform: none;
        flex-direction: row;
        gap: 12px;
    }
    
    .landing-page-VXdsYRO .label-container-MnduNwf h2 {
        font-size: calc(36px * 0.85);
    }
    
    .landing-page-VXdsYRO .label-container-MnduNwf h3 {
        font-size: calc(19px * 0.85);
    }
}

@media (max-width: 575px) {
    .landing-page-VXdsYRO .master-expert-dAKNcm0 {
        height: 50vh;
    }
    
    .landing-page-VXdsYRO .label-container-MnduNwf {
        padding: 20px 15px;
    }
    
    .landing-page-VXdsYRO .label-container-MnduNwf .container {
        padding: 20px;
    }
    
    .landing-page-VXdsYRO .learn-entry-5nxXqAb {
        right: 15px;
        bottom: 15px;
        gap: 10px;
    }
    
    .landing-page-VXdsYRO .learn-entry-5nxXqAb label {
        width: 12px;
        height: 12px;
    }
    
    .landing-page-VXdsYRO .learn-entry-5nxXqAb label::after {
        width: 6px;
        height: 6px;
    }
    
    .landing-page-VXdsYRO .label-container-MnduNwf h2 {
        font-size: calc(36px * 0.7);
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    
    .landing-page-VXdsYRO .label-container-MnduNwf h2::after {
        width: 60px;
        height: 2px;
    }
    
    .landing-page-VXdsYRO .label-container-MnduNwf h3 {
        font-size: calc(19px * 0.7);
        margin-bottom: 15px;
    }
    
    .landing-page-VXdsYRO .label-container-MnduNwf p {
        font-size: calc(14px * 0.8);
        line-height: 1.5;
    }
}.ty-note-IrmcJd3 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background: rgb(238,239,234);
    padding: 80px 20px;
    border-top: 5px solid rgb(208,212,198);
    border-bottom: 5px solid rgb(208,212,198);
}
.ty-note-IrmcJd3 .container {
    width: 100%;
    max-width: 800px;
    padding: 50px;
    background: #ffffff;
    border: 1px solid #000000;
    border-radius: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    text-align: center;
}
.ty-note-IrmcJd3 h2 {
    margin-bottom: 20px;
    font-size: 46px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    color: #000000;
    border-bottom: 2px solid rgb(208,212,198);
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.ty-note-IrmcJd3 p {
    font-size: 13px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    color: #000000;
    line-height: 1.8;
    padding: 15px;
    background: rgb(238,239,234);
    border-radius: 10px;
    border: 1px solid #000000;
    margin-bottom: 30px;
}
@media only screen and (max-width: 800px) {
    .ty-note-IrmcJd3 {
        padding: 40px 10px;
    }
    .ty-note-IrmcJd3 .container {
        padding: 30px;
    }
    .ty-note-IrmcJd3 h2 {
        font-size: 33px;
    }
    .ty-note-IrmcJd3 p {
        font-size: 16px;
    }
}
footer {
    background: linear-gradient(135deg, rgb(173,179,161), rgb(173,179,161,0.5));
    color: #ffffff;
    font-family: Roboto, sans-serif;
}
footer .footer-benefit-ykidmcN {
    background: rgb(208,212,198,0.5);
    color: #ffffff;
    text-align: center;
    padding: 20px 0;
}
footer .header-nav-ICakGK4 svg, footer .header-nav-ICakGK4 svg path {
    fill: rgb(208,212,198);
    transition: transform 0.3s ease-in-out;
    width: 60px;
    height: 60px;
}
footer h5 {
    color: rgb(208,212,198);
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 20px;
}
footer .header-edu-pGUQv1I a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 8px;
    transition: color 0.3s ease-in-out;
}
footer .header-edu-pGUQv1I a:hover {
    color: rgb(208,212,198);
    text-decoration: underline;
}
footer .query-block-nywGYci div {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 14px;
    color: #ffffff;
}
footer .query-block-nywGYci div svg, footer .query-block-nywGYci div svg path {
    fill: #ffffff;
    width: 20px;
    height: 20px;
    margin-right: 12px;
}
footer .query-block-nywGYci div span {
    color: #ffffff;
    text-align: left;
}
footer .header-nav-ICakGK4 {
    margin-top: 20px;
}
footer .terms-legal-oMTOamN {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 60px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
}
footer .mod-tools-iWTwI56 {
    display: flex;
    justify-content: flex-end;
    text-align: right;
    margin: 15px 0;
    color: #ffffff;
}
@media only screen and (max-width: 1200px) {
    footer .terms-legal-oMTOamN {
        padding: 0 20px;
        flex-direction: column;
        align-items: center;
    }
}
@media only screen and (max-width: 800px) {
    footer .header-edu-pGUQv1I, footer .header-master-t8u395L, footer .terms-legal-oMTOamN {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    footer .query-block-nywGYci {
        margin-top: 20px;
    }
    footer h5 {
        margin-top: 10px;
    }
    footer .mod-tools-iWTwI56 {
        justify-content: center;
        text-align: center;
        margin: 20px 0;
    }
}
footer .container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
footer .header-master-t8u395L {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
footer .footer-disclaimer-jp6qHTP {
    font-size: 15px;
    font-weight: 300;
}
footer .footer-disclaimer-jp6qHTP a {
    color: #ffffff;
    text-decoration: underline;
    transition: color 0.3s ease-in-out;
}
footer .footer-disclaimer-jp6qHTP a:hover {
    color: rgb(208,212,198);
}.instructional-approach-yhUsTjE {
    position: relative;
    width: 100%;
    background: rgb(238,239,234);
    padding: 120px 0;
    overflow: hidden;
}

.instructional-approach-yhUsTjE .edu-process-2jnlUEX {
    position: relative;
    background: #ffffff;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.1);
}

.instructional-approach-yhUsTjE .edu-process-2jnlUEX .container {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 40px;
    padding: 0;
}

.instructional-approach-yhUsTjE .edu-process-2jnlUEX .portfolio-image-AoicNq4 {
    position: relative;
    min-height: 600px;
    border-radius: 23px 0 0 23px;
    transform: scale(1.02);
    transition: transform 0.5s ease;
}

.instructional-approach-yhUsTjE .edu-process-2jnlUEX .portfolio-image-AoicNq4::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.5), transparent);
    border-radius: 23px 0 0 23px;
}

.instructional-approach-yhUsTjE .edu-process-2jnlUEX .pro-sessions-LItfTRw {
    padding: 60px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.instructional-approach-yhUsTjE .edu-process-2jnlUEX .pro-sessions-LItfTRw h3 {
    color: #000000;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.4;
    position: relative;
}

.instructional-approach-yhUsTjE .edu-process-2jnlUEX .pro-sessions-LItfTRw h3::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 80px;
    height: 3px;
    background: rgb(208,212,198);
    border-radius: 10px;
}

.instructional-approach-yhUsTjE .edu-process-2jnlUEX .pro-sessions-LItfTRw span {
    color: #000000;
    font-size: 16px;
    line-height: 1.8;
    font-family: Roboto, sans-serif;
    font-weight: 400;
}

.instructional-approach-yhUsTjE .edu-process-2jnlUEX:hover .portfolio-image-AoicNq4 {
    transform: scale(1);
}

@media (max-width: 1200px) {
    .instructional-approach-yhUsTjE {
        padding: 80px 0;
    }

    .instructional-approach-yhUsTjE .edu-process-2jnlUEX .container {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .instructional-approach-yhUsTjE .edu-process-2jnlUEX .portfolio-image-AoicNq4 {
        min-height: 400px;
        border-radius: 23px 23px 0 0;
    }

    .instructional-approach-yhUsTjE .edu-process-2jnlUEX .portfolio-image-AoicNq4::after {
        border-radius: 23px 23px 0 0;
    }

    .instructional-approach-yhUsTjE .edu-process-2jnlUEX .pro-sessions-LItfTRw {
        padding: 40px 30px;
    }
}

@media (max-width: 768px) {
    .instructional-approach-yhUsTjE {
        padding: 60px 0;
    }

    .instructional-approach-yhUsTjE .edu-process-2jnlUEX .portfolio-image-AoicNq4 {
        min-height: 300px;
    }

    .instructional-approach-yhUsTjE .edu-process-2jnlUEX .pro-sessions-LItfTRw {
        padding: 30px 20px;
    }

    .instructional-approach-yhUsTjE .edu-process-2jnlUEX .pro-sessions-LItfTRw h3 {
        font-size: calc(34px * 0.85);
        margin-bottom: 25px;
    }

    .instructional-approach-yhUsTjE .edu-process-2jnlUEX .pro-sessions-LItfTRw span {
        font-size: calc(16px * 0.95);
    }
}