* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}.cookie_ctrl {
    flex: 0 0 auto;
}html,body {
    height: 100%;
    color: #000000;
    scroll-behavior: auto;
    min-height: 100%;
    font-family: Arial, sans-serif;
}.container {
    max-width: 100%;
    width: 1128px;
    margin: auto;
}header,footer {
    width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}.wrapper-template {
    min-height: 100%;
    height: 100%;
    flex-direction: column;
    display: flex;
}svg {
    width: 30px;
    height: 30px;
}.nav_primary {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.mentorship_experience {
    overflow: hidden;
    background: rgb(227,228,215);
    border-radius: 22px;
    padding: 4rem 2rem;
    position: relative;
}.mentorship_experience::before {
    background-image: linear-gradient(rgb(199,181,170,0.5) 1px, transparent 1px),
                      linear-gradient(90deg, rgb(199,181,170,0.5) 1px, transparent 1px);
    animation: grid-shift 30s linear infinite;
    height: 100%;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
    background-size: 20px 20px;
    z-index: 1;
    top: 0;
    opacity: 0.2;
}.mentorship_experience .review_slider {
    z-index: 2;
    gap: 0;
    max-width: 900px;
    position: relative;
    grid-template-columns: 45% 55%;
    display: grid;
    margin: 0 auto;
}.mentorship_experience .portfolio_image {
    min-height: 400px;
    position: relative;
    height: 100%;
    transition: filter 0.6s ease;
    filter: grayscale(60%);
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    z-index: 2;
}.mentorship_experience .portfolio_image::before {
    mix-blend-mode: overlay;
    right: 20px;
    position: absolute;
    transform: scale(0.9);
    content: "";
    border: 1px solid #ffffff;
    opacity: 0;
    left: 20px;
    z-index: 3;
    transition: all 0.5s ease;
    top: 20px;
    bottom: 20px;
}.mentorship_experience .review_slider:hover .portfolio_image {
    filter: grayscale(0%);
}.mentorship_experience .review_slider:hover .portfolio_image::before {
    transform: scale(1);
    opacity: 0.8;
}.mentorship_experience .experience_data {
    justify-content: center;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    display: flex;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
    margin-left: -10%;
    position: relative;
    flex-direction: column;
    padding: 2rem 2rem 2rem 4rem;
    z-index: 3;
}.mentorship_experience .experience_data::before {
    top: 0;
    height: 100%;
    content: "";
    width: 10px;
    background: linear-gradient(to bottom, rgb(199,181,170), rgb(118,135,185));
    left: 0;
    transition: width 0.3s ease;
    position: absolute;
}.mentorship_experience .review_slider:hover .experience_data::before {
    width: 15px;
}.mentorship_experience .name {
    transform: translateX(20px);
    font-size: calc(28px * 1.2);
    line-height: 1.1;
    color: rgb(199,181,170);
    transition: all 0.4s ease;
    font-weight: 700;
    font-family: Arial, sans-serif;
    letter-spacing: -1px;
    opacity: 0.9;
    margin-bottom: 0.8rem;
}.mentorship_experience .review_slider:hover .name {
    opacity: 1;
    transform: translateX(0);
}.mentorship_experience .experience_data > div:nth-child(2) {
    text-transform: uppercase;
    transform: translateX(15px);
    font-size: 15px;
    opacity: 0.7;
    color: rgb(118,135,185);
    letter-spacing: 2px;
    margin-bottom: 2rem;
    font-weight: 600;
    transition: all 0.4s ease 0.1s;
}.mentorship_experience .review_slider:hover .experience_data > div:nth-child(2) {
    transform: translateX(0);
    opacity: 1;
}.mentorship_experience .emp_milestones {
    line-height: 1.8;
    transition: all 0.4s ease 0.2s;
    position: relative;
    color: #000000;
    font-size: 15px;
    transform: translateX(10px);
    opacity: 0.8;
}.mentorship_experience .emp_milestones::first-letter {
    font-weight: 700;
    color: rgb(199,181,170);
    font-size: 1.6em;
}.mentorship_experience .review_slider:hover .emp_milestones {
    opacity: 1;
    transform: translateX(0);
}

@keyframes grid-shift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

@media (max-width: 768px) {.mentorship_experience .review_slider {
    grid-template-columns: 1fr;
}.mentorship_experience .portfolio_image {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    min-height: 300px;
}.mentorship_experience .experience_data {
    padding: 3rem 2rem 2rem;
    margin-top: -50px;
    margin-left: 0;
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
}}.interested_learners {
    background: linear-gradient(45deg, rgb(227,228,215) 0%, #ffffff 100%);
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}.interested_learners::before {
    height: 100%;
    background: rgb(199,181,170,0.5);
    opacity: 0.1;
    content: "";
    z-index: 1;
    width: 50%;
    right: 0;
    top: 0;
    position: absolute;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}.interested_learners::after {
    opacity: 0.1;
    width: 50%;
    left: 0;
    z-index: 1;
    content: "";
    height: 100%;
    background: rgb(118,135,185,0.5);
    position: absolute;
    clip-path: polygon(0 100%, 0 0, 100% 100%);
    bottom: 0;
}.interested_learners .container {
    z-index: 2;
    position: relative;
    max-width: 1140px;
    padding: 0 15px;
    margin: 0 auto;
}.interested_learners .knowledge_studio {
    position: relative;
}.interested_learners h4 {
    font-size: 33px;
    font-weight: 700;
    text-align: left;
    position: relative;
    color: #000000;
    border-left: 4px solid rgb(199,181,170);
    padding-left: 20px;
    margin-bottom: 60px;
}.interested_learners h4::after {
    left: 0;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(118,135,185), transparent);
    width: 60%;
    position: absolute;
    height: 1px;
    content: "";
}.interested_learners div > div {
    display: flex;
    max-width: 800px;
    margin-left: 60px;
    position: relative;
    flex-direction: column;
}.interested_learners div > div::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    background: linear-gradient(to bottom, rgb(199,181,170,0.5), rgb(118,135,185,0.5));
    left: 15px;
    top: 0;
    z-index: 1;
}.interested_learners p {
    position: relative;
    padding: 20px 25px;
    align-items: center;
    z-index: 2;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    color: #000000;
    transition: all 0.3s ease;
    font-size: 15px;
    background: #ffffff;
    border-radius: 10px;
    margin-bottom: 30px;
    display: flex;
    margin-left: 30px;
}.interested_learners p:last-child {
    margin-bottom: 0;
}.interested_learners p::before {
    width: 30px;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(90deg, rgb(199,181,170,0.5), rgb(118,135,185));
    position: absolute;
    content: "";
    height: 2px;
}.interested_learners p::after {
    border: 3px solid rgb(199,181,170);
    position: absolute;
    background: #ffffff;
    top: 50%;
    transition: all 0.3s ease;
    content: "";
    height: 16px;
    z-index: 3;
    transform: translateY(-50%);
    border-radius: 50%;
    width: 16px;
    left: -42px;
}.interested_learners p:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform: translateX(10px);
}.interested_learners p:hover::after {
    background: rgb(199,181,170);
    transform: translateY(-50%) scale(1.2);
}.interested_learners p:nth-child(odd)::after {
    border-color: rgb(199,181,170);
}.interested_learners p:nth-child(even)::after {
    border-color: rgb(118,135,185);
}.interested_learners p:nth-child(even):hover::after {
    background: rgb(118,135,185);
}.interested_learners p svg {
    width: 24px;
    transition: all 0.3s ease;
    height: 24px;
    flex-shrink: 0;
    margin-right: 15px;
}.interested_learners p svg path {
    fill: rgb(199,181,170);
    transition: fill 0.3s ease;
}.interested_learners p:nth-child(even) svg path {
    fill: rgb(118,135,185);
}.interested_learners p:hover svg {
    transform: scale(1.1) rotate(10deg);
}.interested_learners p:nth-child(1) {
    transform: translateX(0);
}.interested_learners p:nth-child(2) {
    transform: translateX(30px);
}.interested_learners p:nth-child(3) {
    transform: translateX(60px);
}.interested_learners p:nth-child(4) {
    transform: translateX(90px);
}.interested_learners p:nth-child(5) {
    transform: translateX(120px);
}.interested_learners p:nth-child(6) {
    transform: translateX(150px);
}.interested_learners p:nth-child(1):hover {
    transform: translateX(10px);
}.interested_learners p:nth-child(2):hover {
    transform: translateX(40px);
}.interested_learners p:nth-child(3):hover {
    transform: translateX(70px);
}.interested_learners p:nth-child(4):hover {
    transform: translateX(100px);
}.interested_learners p:nth-child(5):hover {
    transform: translateX(130px);
}.interested_learners p:nth-child(6):hover {
    transform: translateX(160px);
}@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.interested_learners .knowledge_studio > div p {
    animation: slideIn 0.5s ease forwards;
    opacity: 0;
}.interested_learners .knowledge_studio > div p:nth-child(1) {
    animation-delay: 0.1s;
}.interested_learners .knowledge_studio > div p:nth-child(2) {
    animation-name: none;
    animation-delay: 0.2s;
    transform: translateX(30px);
    opacity: 1;
}.interested_learners .knowledge_studio > div p:nth-child(3) {
    opacity: 1;
    animation-name: none;
    animation-delay: 0.3s;
    transform: translateX(60px);
}.interested_learners .knowledge_studio > div p:nth-child(4) {
    transform: translateX(90px);
    animation-delay: 0.4s;
    animation-name: none;
    opacity: 1;
}.interested_learners .knowledge_studio > div p:nth-child(5) {
    animation-delay: 0.5s;
    animation-name: none;
    transform: translateX(120px);
    opacity: 1;
}.interested_learners .knowledge_studio > div p:nth-child(6) {
    animation-name: none;
    opacity: 1;
    animation-delay: 0.6s;
    transform: translateX(150px);
}.interested_learners .knowledge_studio > div p:nth-child(7) {
    animation-name: none;
    animation-delay: 0.6s;
    opacity: 1;
    transform: translateX(120px);
}.interested_learners .knowledge_studio > div p:nth-child(8) {
    animation-name: none;
    opacity: 1;
    animation-delay: 0.6s;
    transform: translateX(90px);
}.interested_learners .knowledge_studio > div p:nth-child(9) {
    animation-name: none;
    transform: translateX(60px);
    opacity: 1;
    animation-delay: 0.6s;
}.interested_learners .knowledge_studio > div p:nth-child(10) {
    transform: translateX(30px);
    opacity: 1;
    animation-delay: 0.6s;
    animation-name: none;
}


@media (max-width: 991px) {.interested_learners {
    padding: 80px 0;
}.interested_learners h4 {
    margin-bottom: 50px;
    font-size: calc(33px * 0.9);
}.interested_learners div > div {
    margin-left: 40px;
}.interested_learners p {
    margin-bottom: 25px;
    padding: 18px 20px;
}.interested_learners p:nth-child(1) {
    transform: translateX(0);
}.interested_learners p:nth-child(2) {
    transform: translateX(20px);
}.interested_learners p:nth-child(3) {
    transform: translateX(40px);
}.interested_learners p:nth-child(4) {
    transform: translateX(60px);
}.interested_learners p:nth-child(5) {
    transform: translateX(80px);
}.interested_learners p:nth-child(6) {
    transform: translateX(100px);
}.interested_learners p:nth-child(7) {
    transform: translateX(120px);
}.interested_learners p:nth-child(8) {
    transform: translateX(140px);
}.interested_learners p:nth-child(9) {
    transform: translateX(160px);
}.interested_learners p:nth-child(10) {
    transform: translateX(180px);
}.interested_learners p:nth-child(1):hover {
    transform: translateX(5px);
}.interested_learners p:nth-child(2):hover {
    transform: translateX(25px);
}.interested_learners p:nth-child(3):hover {
    transform: translateX(45px);
}.interested_learners p:nth-child(4):hover {
    transform: translateX(65px);
}.interested_learners p:nth-child(5):hover {
    transform: translateX(85px);
}.interested_learners p:nth-child(6):hover {
    transform: translateX(105px);
}.interested_learners p:nth-child(7):hover {
    transform: translateX(125px);
}.interested_learners p:nth-child(8):hover {
    transform: translateX(145px);
}.interested_learners p:nth-child(9):hover {
    transform: translateX(165px);
}.interested_learners p:nth-child(10):hover {
    transform: translateX(185px);
}
}

@media (max-width: 768px) {.interested_learners {
    padding: 70px 0;
}.interested_learners h4 {
    margin-bottom: 40px;
    padding-left: 15px;
    font-size: calc(33px * 0.8);
}.interested_learners div > div {
    margin-left: 30px;
}.interested_learners div > div::before {
    left: 10px;
}.interested_learners p {
    padding: 15px;
    margin-bottom: 20px;
    margin-left: 20px;
}.interested_learners p::before {
    width: 20px;
    left: -20px;
}.interested_learners p::after {
    height: 14px;
    width: 14px;
    left: -32px;
}.interested_learners p:nth-child(1) {
    transform: translateX(0);
}.interested_learners p:nth-child(2) {
    transform: translateX(0);
}.interested_learners p:nth-child(3) {
    transform: translateX(0);
}.interested_learners p:nth-child(4) {
    transform: translateX(0);
}.interested_learners p:nth-child(5) {
    transform: translateX(0);
}.interested_learners p:nth-child(6) {
    transform: translateX(0);
}.interested_learners p:hover,
    .interested_learners p:nth-child(n):hover {
    transform: translateX(5px);
}
}

@media (max-width: 576px) {.interested_learners {
    padding: 60px 0;
}.interested_learners h4 {
    border-left-width: 3px;
    margin-bottom: 30px;
    font-size: calc(33px * 0.7);
}.interested_learners div > div {
    margin-left: 25px;
}.interested_learners p {
    padding: 12px;
    margin-bottom: 15px;
    font-size: calc(15px * 0.9);
}.interested_learners p svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}.interested_learners p::after {
    width: 12px;
    height: 12px;
    border-width: 2px;
}}.course_highlights {
    position: relative;
    overflow: hidden;
    display: flex;
    min-height: 100vh;
    align-items: stretch;
    background-color: #ffffff;
}.course_highlights::before {
    left: 0;
    height: 100%;
    z-index: 2;
    position: absolute;
    top: 0;
    width: 100%;
    background: radial-gradient(circle at center, rgba(255,255,255,0.1) 0%, rgb(227,228,215) 90%);
    content: '';
    pointer-events: none;
}.course_highlights .skill_track {
    top: 0;
    width: 55%;
    position: absolute;
    right: 0;
    z-index: 1;
    height: 100%;
}.course_highlights .lesson_track {
    display: flex;
    height: 500%;
    animation: carousel-vertical 25s ease infinite;
    width: 100%;
    flex-direction: column;
}.course_highlights .skill_track:hover .lesson_track {
    animation-play-state: paused;
}.course_highlights .career_classes {
    width: 100%;
    position: relative;
    height: 20%;
}.course_highlights .career_classes::before {
    position: absolute;
    left: 0;
    content: '';
    background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 0%, transparent 30%);
    height: 100%;
    top: 0;
    width: 100%;
    z-index: 2;
}.course_highlights .career_classes img {
    transform: scale(1.05);
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
    filter: brightness(1.2) contrast(1.15) saturate(1.15) opacity(0.95);
    width: 100%;
}.course_highlights .career_classes:hover img {
    transform: scale(1.1);
}.course_highlights .container {
    align-items: center;
    padding: 0;
    position: relative;
    z-index: 5;
    display: flex;
    width: 100%;
}.course_highlights .knowledge_studio {
    display: flex;
    padding-left: 8%;
    flex-direction: column;
    width: 45%;
    justify-content: center;
}.course_highlights .skill_tool {
    border-left: 5px solid rgb(199,181,170);
    padding: 3.5rem;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, #ffffff 0%, rgb(227,228,215) 100%);
    border-radius: 0 27px 27px 0;
    position: relative;
    max-width: 550px;
}.course_highlights .skill_tool::before {
    top: 20px;
    right: 20px;
    position: absolute;
    bottom: 20px;
    pointer-events: none;
    left: 20px;
    border-radius: 0 10px 10px 0;
    border-left: none;
    border: 1px solid rgb(118,135,185,0.5);
    content: '';
}.course_highlights .skill_tool h3 {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 1.5rem;
    font-weight: 700;
    font-size: 43px;
    color: rgb(199,181,170);
}.course_highlights .skill_tool h3::after {
    width: 80px;
    content: '';
    bottom: 0;
    background: rgb(118,135,185);
    position: absolute;
    left: 0;
    height: 3px;
}.course_highlights .skill_tool p {
    line-height: 1.8;
    margin-bottom: 2.5rem;
    font-size: 18px;
    color: #000000;
}.course_highlights .skill_tool .inquiry_feedback {
    position: relative;
    overflow: hidden;
    z-index: 1;
    color: #ffffff;
    background: linear-gradient(45deg, rgb(199,181,170) 0%, rgb(118,135,185) 100%);
    border-radius: 10px;
    transition: all 0.3s ease;
    text-decoration: none;
    padding: 1.2rem 2.5rem;
    display: inline-block;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    font-weight: 600;
    font-size: 15px;
}.course_highlights .skill_tool .inquiry_feedback::before {
    transition: opacity 0.3s ease;
    background: linear-gradient(45deg, rgb(118,135,185) 0%, rgb(199,181,170) 100%);
    width: 100%;
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    height: 100%;
    opacity: 0;
    left: 0;
}.course_highlights .skill_tool .inquiry_feedback:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}.course_highlights .skill_tool .inquiry_feedback:hover::before {
    opacity: 1;
}

@keyframes carousel-vertical {
    0%, 16% {
        transform: translateY(0);
    }
    20%, 36% {
        transform: translateY(-20%);
    }
    40%, 56% {
        transform: translateY(-40%);
    }
    60%, 76% {
        transform: translateY(-60%);
    }
    80%, 96% {
        transform: translateY(-80%);
    }
    100% {
        transform: translateY(0);
    }
}

@media screen and (min-width: 1440px) {.course_highlights .knowledge_studio {
    padding-left: 10%;
}.course_highlights .skill_tool {
    max-width: 650px;
}
}

@media screen and (max-width: 1200px) {.course_highlights .skill_track {
    width: 50%;
}.course_highlights .knowledge_studio {
    width: 50%;
    padding-left: 5%;
}.course_highlights .skill_tool {
    padding: 2.5rem;
}
}

@media screen and (max-width: 992px) {.course_highlights {
    flex-direction: column;
    min-height: auto;
}.course_highlights .skill_track {
    position: relative;
    width: 100%;
    height: 400px;
}.course_highlights .lesson_track {
    animation: carousel-horizontal 25s ease infinite;
    flex-direction: row;
    width: 500%;
    height: 100%;
}.course_highlights .career_classes {
    width: 20%;
    height: 100%;
}.course_highlights .career_classes::before {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, transparent 30%);
}.course_highlights .container {
    padding: 3rem 1rem;
}.course_highlights .knowledge_studio {
    padding-left: 0;
    margin: 0 auto;
    max-width: 800px;
    width: 100%;
}.course_highlights .skill_tool {
    max-width: 100%;
    border-radius: 27px;
    border-top: 5px solid rgb(199,181,170);
    border-left: none;
}.course_highlights .skill_tool::before {
    bottom: 20px;
    border: 1px solid rgb(118,135,185,0.5);
    right: 20px;
    border-top: none;
    top: 20px;
    border-radius: 10px;
    left: 20px;
}
}

@media screen and (max-width: 768px) {.course_highlights .skill_track {
    height: 350px;
}.course_highlights .container {
    padding: 2.5rem 1rem;
}.course_highlights .skill_tool {
    padding: 2rem;
}.course_highlights .skill_tool h3 {
    font-size: calc(43px * 0.8);
}

}

@media screen and (max-width: 576px) {.course_highlights .skill_track {
    height: 300px;
}.course_highlights .container {
    padding: 2rem 1rem;
}.course_highlights .skill_tool {
    padding: 1.5rem;
}.course_highlights .skill_tool h3 {
    font-size: calc(43px * 0.7);
}.course_highlights .skill_tool p {
    font-size: calc(18px * 0.9);
    margin-bottom: 2rem;
}.course_highlights .skill_tool .inquiry_feedback {
    padding: 1rem;
    width: 100%;
    text-align: center;
}.course_highlights .skill_tool::before {
    display: none;
}}

@keyframes carousel-horizontal {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(-20%);
    }
    40%, 56% {
        transform: translateX(-40%);
    }
    60%, 76% {
        transform: translateX(-60%);
    }
    80%, 96% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}.contact {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    background: rgb(227,228,215);
    z-index: 1;
}.contact::before {
    left: 0;
    position: absolute;
    opacity: 0.3;
    content: '';
    top: 0;
    z-index: 0;
    background: linear-gradient(45deg, transparent 48%, rgb(199,181,170,0.5) 49%, rgb(199,181,170,0.5) 51%, transparent 52%),
                linear-gradient(-45deg, transparent 48%, rgb(118,135,185,0.5) 49%, rgb(118,135,185,0.5) 51%, transparent 52%);
    width: 100%;
    background-size: 60px 60px;
    height: 100%;
}.contact::after {
    background: 
        linear-gradient(90deg, rgb(227,228,215) 6px, transparent 6px),
        linear-gradient(0deg, rgb(227,228,215) 6px, transparent 6px);
    opacity: 0.2;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    z-index: 0;
    content: '';
    background-size: 100px 100px;
    width: 100%;
}.contact .portfolio_image {
    left: 0;
    width: 100%;
    opacity: 0.15;
    z-index: 0;
    height: 100%;
    top: 0;
    filter: grayscale(0.7) hue-rotate(25deg);
    position: absolute;
}.contact .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    padding: 0 20px;
}.contact h3 {
    text-align: center;
    transform: skew(-5deg);
    letter-spacing: 4px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    font-size: 39px;
    margin-bottom: 60px;
    font-family: Arial, sans-serif;
    color: #000000;
}.contact h3::before {
    bottom: -15px;
    content: '';
    height: 5px;
    background: linear-gradient(90deg, rgb(199,181,170), rgb(118,135,185));
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    width: 100px;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
}.contact .inquiry_grid {
    display: flex;
    flex-wrap: wrap;
    z-index: 1;
    position: relative;
}.contact .support_links {
    padding: 60px;
    transform: skew(-3deg);
    border-radius: 0;
    background: #ffffff;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    z-index: 2;
    box-shadow: -10px 10px 0 rgba(0, 0, 0, 0.1);
    flex: 1 1 60%;
}.contact .support_links::before {
    content: '';
    pointer-events: none;
    border: 2px solid rgba(0, 0, 0, 0.05);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    bottom: 20px;
    left: 20px;
    top: 20px;
    right: 20px;
    position: absolute;
}.contact .support_links #contact {
    transform: skew(3deg);
}.contact .support_links h3 {
    color: #000000;
    text-align: left;
    margin-bottom: 40px;
    transform: skew(0);
    font-weight: 700;
    font-size: 18px;
}.contact .support_links h3::before {
    height: 3px;
    clip-path: none;
    left: 0;
    width: 60px;
    transform: none;
}.contact .support_links input[type="text"],
.contact .support_links textarea {
    font-family: Arial, sans-serif;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.05);
    color: #000000;
    border: 2px solid rgb(199,181,170);
    font-size: 15px;
    margin-bottom: 25px;
    transition: all 0.3s ease;
    border-radius: 0;
    background-color: #ffffff;
    width: 100%;
    padding: 20px;
}.contact .support_links input[type="text"]:focus,
.contact .support_links textarea:focus {
    box-shadow: 8px 8px 0 rgb(199,181,170,0.5);
    background-color: rgba(0, 0, 0, 0.02);
    outline: none;
    transform: translate(-3px, -3px);
}.contact .support_links textarea {
    resize: vertical;
    height: 140px;
}.contact .support_links .request_feedback {
    align-items: flex-start;
    display: flex;
    margin-bottom: 30px;
}.contact .support_links .request_feedback input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact .support_links .request_feedback label {
    position: relative;
    cursor: pointer;
    padding-left: 35px;
    color: #000000;
    font-size: calc(15px - 2px);
    line-height: 1.5;
}.contact .support_links .request_feedback label::before {
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    background-color: #ffffff;
    width: 24px;
    border: 2px solid rgb(199,181,170);
    height: 24px;
    transition: all 0.3s ease;
}.contact .support_links .request_feedback input[type="checkbox"]:checked + label::before {
    background-color: rgb(199,181,170);
}.contact .support_links .request_feedback input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg);
    content: '';
    border-bottom: 2px solid #ffffff;
    left: 9px;
    border-right: 2px solid #ffffff;
    top: 5px;
    height: 12px;
    width: 6px;
    position: absolute;
}.contact .support_links .request_feedback a {
    transition: color 0.3s ease;
    font-weight: 600;
    position: relative;
    color: rgb(199,181,170);
    text-decoration: none;
}.contact .support_links .request_feedback a::after {
    bottom: -2px;
    height: 2px;
    transform-origin: left;
    width: 100%;
    transition: transform 0.3s ease;
    transform: scaleX(0);
    content: '';
    position: absolute;
    left: 0;
    background-color: rgb(199,181,170);
}.contact .support_links .request_feedback a:hover {
    color: rgb(118,135,185);
}.contact .support_links .request_feedback a:hover::after {
    background-color: rgb(118,135,185);
    transform: scaleX(1);
}.contact .support_links .inquiry_feedback {
    transition: all 0.3s ease;
    color: #ffffff;
    position: relative;
    font-weight: 700;
    padding: 18px 40px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    cursor: pointer;
    display: inline-block;
    border: none;
    background: rgb(199,181,170);
    letter-spacing: 2px;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
    font-size: 16px;
    text-transform: uppercase;
}.contact .support_links .inquiry_feedback:hover {
    box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.2);
    transform: translate(-3px, -3px);
    background: rgb(118,135,185);
}.contact .connect_grid {
    background: rgb(227,228,215);
    margin-left: -40px;
    flex: 1 1 40%;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    z-index: 1;
    position: relative;
    color: #ffffff;
    padding: 60px 60px 60px 80px;
}.contact .connect_grid::before {
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    content: '';
}.contact .connect_grid::after {
    pointer-events: none;
    top: 20px;
    content: '';
    left: 20px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    bottom: 20px;
    right: 20px;
    position: absolute;
}.contact .connect_grid h4 {
    margin-bottom: 40px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    letter-spacing: 2px;
    font-size: 18px;
    color: #000000;
}.contact .connect_grid h4::after {
    content: '';
    position: absolute;
    width: 60px;
    background: rgb(199,181,170);
    height: 3px;
    bottom: -15px;
    left: 0;
}.contact .connect_grid .message_list {
    margin: 0;
    list-style: none;
    padding: 0;
}.contact .connect_grid .message_list li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 20px;
    margin-bottom: 30px;
    align-items: flex-start;
    position: relative;
    display: flex;
}.contact .connect_grid .message_list li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}.contact .connect_grid .message_list li svg {
    margin-right: 20px;
    flex-shrink: 0;
    height: 24px;
    width: 24px;
}.contact .connect_grid .message_list li svg path {
    fill: rgb(199,181,170);
}.contact .connect_grid .message_list li:hover svg path {
    fill: rgb(118,135,185);
    transition: fill 0.3s ease;
}.contact .connect_grid .message_list li span {
    line-height: 1.5;
    font-size: 15px;
    color: #000000;
}.contact .connect_grid .message_list li a {
    color: #000000;
    transition: all 0.3s ease;
    text-decoration: none;
}.contact .connect_grid .message_list li a:hover {
    color: rgb(199,181,170);
}

@media (max-width: 992px) {.contact {
    padding: 70px 0;
}.contact .inquiry_grid {
    flex-direction: column;
}.contact .support_links {
    padding: 40px;
    flex: 1 1 100%;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
}.contact .connect_grid {
    flex: 1 1 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 3% 100%);
    margin-top: -20px;
    margin-left: 0;
    padding: 40px;
}
}

@media (max-width: 768px) {.contact {
    padding: 50px 0;
}.contact h3 {
    margin-bottom: 40px;
    letter-spacing: 2px;
    font-size: calc(37px);
}.contact .support_links h3,
    .contact .connect_grid h4 {
    margin-bottom: 30px;
    font-size: calc(18px - 2px);
}.contact .support_links input[type="text"],
    .contact .support_links textarea {
    padding: 15px;
    margin-bottom: 20px;
}.contact .support_links textarea {
    height: 120px;
}.contact .support_links .inquiry_feedback {
    padding: 15px 30px;
}.contact .connect_grid .message_list li {
    padding-bottom: 15px;
    margin-bottom: 20px;
}.contact .connect_grid .message_list li svg {
    margin-right: 15px;
    width: 20px;
    height: 20px;
}
}

@media (max-width: 576px) {.contact {
    padding: 40px 0;
}.contact .support_links,
    .contact .connect_grid {
    transform: skew(0);
    clip-path: none;
    box-shadow: none;
    padding: 30px 20px;
}.contact .support_links #contact {
    transform: skew(0);
}.contact .support_links::before,
    .contact .connect_grid::after {
    clip-path: none;
}.contact .connect_grid {
    margin-top: 0;
}.contact h3 {
    transform: skew(0);
    font-size: calc(37px - 6px);
}.contact .support_links .request_feedback label {
    font-size: calc(15px - 3px);
}.contact .support_links .inquiry_feedback {
    clip-path: none;
}}header {
    z-index: 100;
    background: linear-gradient(to bottom, rgb(227,228,215), #ffffff);
    width: 100%;
    padding: 1.2rem 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    position: relative;
}header::before {
    top: 0;
    position: absolute;
    height: 100%;
    opacity: 0.5;
    content: '';
    left: 0;
    background: linear-gradient(45deg, 
        transparent 65%, 
        rgb(199,181,170,0.5) 65%, 
        rgb(199,181,170,0.5) 70%, 
        transparent 70%),
        linear-gradient(135deg, 
        transparent 75%, 
        rgb(118,135,185,0.5) 75%, 
        rgb(118,135,185,0.5) 80%, 
        transparent 80%);
    z-index: 0;
    width: 100%;
}header .container {
    max-width: 100%;
    z-index: 1;
    position: relative;
    padding: 0 3%;
    margin: 0;
    width: 100%;
}header .main_header {
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    display: flex;
}header .top_site {
    border-radius: 30px;
    background: linear-gradient(135deg, rgb(199,181,170,0.5), rgb(118,135,185,0.5));
    align-items: center;
    padding: 0.5rem 1.5rem;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    display: flex;
    position: relative;
    overflow: hidden;
}header .top_site::before {
    opacity: 0;
    top: -50%;
    height: 200%;
    left: -50%;
    transition: opacity 0.3s ease;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    content: '';
    width: 200%;
    position: absolute;
}header .top_site:hover::before {
    opacity: 1;
}header .top_site svg {
    width: 150px;
    transition: all 0.3s ease;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    height: auto;
}header .top_site:hover svg {
    transform: scale(1.03);
}header .nav_pro {
    max-width: 800px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 0.6rem;
    margin-top: 0.5rem;
    justify-content: center;
}header .main_master {
    overflow: hidden;
    transition: all 0.3s ease;
    text-align: center;
    background: #ffffff;
    font-family: Arial, sans-serif;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.03);
    text-decoration: none;
    padding: 0.6rem 1.2rem;
    font-size: 14px;
    border-radius: 10px;
    z-index: 1;
    font-weight: 600;
    position: relative;
}header .main_master::before {
    transition: transform 0.3s ease;
    transform: scaleX(0);
    background: linear-gradient(to right, rgb(199,181,170), rgb(118,135,185));
    position: absolute;
    height: 3px;
    transform-origin: left;
    width: 100%;
    top: 0;
    left: 0;
    content: '';
}header .main_master:hover {
    color: rgb(199,181,170);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}header .main_master:hover::before {
    transform: scaleX(1);
}

@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .top_site {
    padding: 0.5rem 1.2rem;
}header .top_site svg {
    width: 140px;
}header .nav_pro {
    gap: 0.5rem;
}header .main_master {
    padding: 0.5rem 1rem;
}
}

@media (max-width: 767px) {header .main_header {
    gap: 1.5rem;
}header .top_site {
    padding: 0.4rem 1rem;
}header .top_site svg {
    width: 130px;
}header .nav_pro {
    gap: 0.5rem;
}header .main_master {
    font-size: calc(14px - 1px);
    padding: 0.5rem 0.9rem;
}
}

@media (max-width: 480px) {header {
    padding: 1rem 0;
}header .main_header {
    gap: 1rem;
}header .top_site svg {
    width: 120px;
}header .nav_pro {
    padding-bottom: 10px;
    justify-content: flex-start;
    gap: 0.4rem;
    flex-wrap: nowrap;
    overflow-x: auto;
}header .nav_pro::-webkit-scrollbar {
    height: 3px;
}header .nav_pro::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(199,181,170);
}header .main_master {
    flex-shrink: 0;
    white-space: nowrap;
    margin-right: 2px;
}}.who_we_are {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: rgb(227,228,215);
}.who_we_are::before {
    z-index: 1;
    position: absolute;
    content: "";
    background: 
        radial-gradient(circle at 10% 20%, rgb(199,181,170,0.5) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgb(118,135,185,0.5) 0%, transparent 40%);
    height: 100%;
    width: 100%;
    top: 0;
    animation: gradientShift 15s infinite alternate ease-in-out;
    left: 0;
}.who_we_are::after {
    position: absolute;
    left: 0;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(199,181,170,0.5) 49%, rgb(199,181,170,0.5) 51%, transparent 52%) 0 0 / 60px 60px,
        linear-gradient(-45deg, transparent 48%, rgb(118,135,185,0.5) 49%, rgb(118,135,185,0.5) 51%, transparent 52%) 0 0 / 60px 60px;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    opacity: 0.1;
}.who_we_are .container {
    position: relative;
    z-index: 2;
}.who_we_are .knowledge_studio {
    border-radius: 21px;
    gap: 50px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    position: relative;
    grid-template-columns: 1fr 1fr;
    background: rgba(255, 255, 255, 0.03);
    transition: all 0.4s ease;
    display: grid;
    padding: 60px;
}.who_we_are .knowledge_studio::before {
    border: 1px solid transparent;
    pointer-events: none;
    mask-composite: exclude;
    bottom: 0;
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    top: 0;
    border-radius: 21px;
    left: 0;
    background: linear-gradient(135deg, rgb(199,181,170,0.5), transparent, rgb(118,135,185,0.5)) border-box;
    right: 0;
    position: absolute;
    content: "";
}.who_we_are .knowledge_studio h3 {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 40px;
    font-weight: 700;
    grid-column: 1 / -1;
    display: inline-block;
    color: rgb(199,181,170);
    font-size: 38px;
}.who_we_are .knowledge_studio h3::after {
    border-radius: 10px;
    bottom: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(199,181,170), rgb(118,135,185));
    content: "";
    width: 80px;
    height: 4px;
    left: 0;
}.who_we_are .edu_ethos {
    position: relative;
    flex-direction: column;
    display: flex;
}.who_we_are .edu_ethos::before {
    left: -20px;
    content: "";
    height: 100px;
    width: 100px;
    animation: pulseEffect 4s infinite alternate;
    border-radius: 50%;
    top: -20px;
    position: absolute;
    z-index: -1;
    border: 2px solid rgb(199,181,170,0.5);
}.who_we_are .edu_ethos span {
    font-weight: 600;
    color: rgb(118,135,185);
    font-size: 20px;
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
}.who_we_are .edu_ethos span::before {
    content: "";
    width: 30px;
    position: absolute;
    background: rgb(118,135,185);
    left: 0;
    height: 2px;
    bottom: -10px;
}.who_we_are .edu_ethos p {
    position: relative;
    font-size: 14px;
    margin-bottom: 30px;
    color: #000000;
    line-height: 1.8;
}.who_we_are .edu_ethos .portfolio_image {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    height: 300px;
    transition: all 0.4s ease;
    border-radius: 21px;
    width: 100%;
    position: relative;
}.who_we_are .edu_ethos .portfolio_image::before {
    position: absolute;
    inset: 0;
    opacity: 0.4;
    background: linear-gradient(135deg, transparent 0%, rgb(199,181,170,0.5) 100%);
    z-index: 1;
    content: "";
}.who_we_are .edu_ethos .portfolio_image::after {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    left: 0;
    content: "";
    position: absolute;
    top: 0;
    height: 200%;
    width: 200%;
    transform: rotate(45deg);
    animation: shineEffect 5s infinite;
}.who_we_are .approach_edu {
    flex-direction: column;
    position: relative;
    display: flex;
}.who_we_are .approach_edu::after {
    animation: pulseEffect 4s infinite alternate 1s;
    width: 150px;
    right: -30px;
    border-radius: 50%;
    content: "";
    height: 150px;
    z-index: -1;
    bottom: -30px;
    border: 2px solid rgb(118,135,185,0.5);
    position: absolute;
}.who_we_are .approach_edu p {
    margin-bottom: 30px;
    position: relative;
    font-size: 14px;
    line-height: 1.8;
    order: 2;
    color: #000000;
}.who_we_are .approach_edu .knowledge_zone {
    position: relative;
    overflow: hidden;
    order: 1;
    transition: all 0.4s ease;
    border-radius: 21px;
    height: 300px;
    width: 100%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
}.who_we_are .approach_edu .knowledge_zone::before {
    content: "";
    opacity: 0.4;
    z-index: 1;
    background: linear-gradient(135deg, rgb(118,135,185,0.5) 0%, transparent 100%);
    position: absolute;
    inset: 0;
}.who_we_are .approach_edu .knowledge_zone::after {
    height: 200%;
    content: "";
    animation: shineEffect 5s infinite 2s;
    position: absolute;
    transform: rotate(45deg);
    width: 200%;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
}

@keyframes pulseEffect {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.3;
    }
    100% {
        transform: scale(1);
        opacity: 0.6;
    }
}

@keyframes shineEffect {
    0% {
        transform: translateX(-100%) rotate(45deg);
    }
    20%, 100% {
        transform: translateX(100%) rotate(45deg);
    }
}

@keyframes gradientShift {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@media (max-width: 1024px) {.who_we_are {
    padding: 80px 0;
}.who_we_are .knowledge_studio {
    gap: 30px;
    padding: 40px;
}.who_we_are .edu_ethos .portfolio_image,
    .who_we_are .approach_edu .knowledge_zone {
    height: 250px;
}
}

@media (max-width: 768px) {.who_we_are {
    padding: 60px 0;
}.who_we_are .knowledge_studio {
    grid-template-columns: 1fr;
    padding: 30px;
    gap: 40px;
}.who_we_are .knowledge_studio h3 {
    font-size: calc(38px * 0.9);
    margin-bottom: 30px;
}.who_we_are .edu_ethos::before,
    .who_we_are .approach_edu::after {
    width: 80px;
    height: 80px;
}.who_we_are .edu_ethos .portfolio_image,
    .who_we_are .approach_edu .knowledge_zone {
    height: 220px;
}
}

@media (max-width: 576px) {.who_we_are {
    padding: 40px 0;
}.who_we_are .knowledge_studio {
    gap: 30px;
    padding: 25px 20px;
}.who_we_are .knowledge_studio h3 {
    margin-bottom: 25px;
    font-size: calc(38px * 0.8);
}.who_we_are .knowledge_studio h3::after {
    width: 60px;
    height: 3px;
}.who_we_are .edu_ethos span {
    font-size: calc(20px * 0.9);
}.who_we_are .edu_ethos::before,
    .who_we_are .approach_edu::after {
    display: none;
}.who_we_are .edu_ethos p,
    .who_we_are .approach_edu p {
    margin-bottom: 20px;
    font-size: calc(14px * 0.95);
    line-height: 1.6;
}.who_we_are .edu_ethos .portfolio_image,
    .who_we_are .approach_edu .knowledge_zone {
    height: 200px;
}}.cookieNoticePromptPanel {
    background: rgb(118,135,185);
    position: fixed;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    padding: 15px 20px;
    bottom: 0;
    width: 100%;
    z-index: 90;
    border-top: 3px solid rgb(199,181,170);
}.cookie_rules {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}.cookie_control {
    margin-right: 20px;
    flex-shrink: 0;
}.cookie_control svg {
    fill: rgb(199,181,170);
    height: 50px;
    width: 50px;
}.cookie_preference {
    flex-direction: column;
    max-width: 600px;
    justify-content: center;
    display: flex;
}.cookieNoticePromptPanel h5 {
    font-weight: 700;
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 23px;
}.cookieNoticePromptPanel p {
    color: #000000;
    line-height: 1.5;
    font-size: 16px;
}.edu_track {
    color: #ffffff;
    border: 2px solid rgb(199,181,170);
    border-radius: 10px;
    flex-shrink: 0;
    padding: 10px 20px;
    font-size: 20px;
    background: rgb(199,181,170);
    cursor: pointer;
    transition: none;
    text-decoration: none;
    min-width: 150px;
    text-align: center;
    margin-left: 10px;
}.edu_track:hover {
    border-color: rgb(199,181,170,0.5);
    background: rgb(199,181,170,0.5);
}.cookieNoticePromptPanel p a {
    border-bottom: 2px solid rgb(199,181,170);
    color: rgb(199,181,170);
    text-decoration: none;
}.cookieNoticePromptPanel p a:hover {
    color: rgb(118,135,185);
    border-bottom-color: rgb(118,135,185);
}
@media only screen and (max-width: 1200px) {.cookieNoticePromptPanel {
    padding: 15px;
}
}
@media only screen and (max-width: 800px) {.cookie_control {
    display: none;
}.cookie_rules {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.cookieNoticePromptPanel h5, .cookieNoticePromptPanel p {
    text-align: center;
}.cookie_preference {
    margin-bottom: 15px;
}.edu_track {
    margin-top: 10px;
    margin-left: 0;
}}
#cookieModalNotice {
    display: none;
}#cookieModalNotice:checked ~ .cookieNoticePromptPanel {
    opacity: 0;
    visibility: hidden;
}.training_method {
    padding: 170px 0 130px;
    background: linear-gradient(150deg, rgb(227,228,215) 0%, rgb(118,135,185,0.5) 100%);
    position: relative;
    overflow: visible;
}.training_method::before {
    background-size: 100px 100px;
    top: 0;
    width: 100%;
    z-index: 1;
    left: 0;
    content: '';
    height: 100%;
    opacity: 0.03;
    position: absolute;
    background-image: linear-gradient(45deg, rgb(199,181,170,0.5) 25%, transparent 25%, transparent 75%, rgb(199,181,170,0.5) 75%);
}.training_method .knowledge_studio {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
}.training_method .text_clip {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}.training_method .text_clip h2 {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    font-weight: 700;
    position: relative;
    border-radius: 12px 12px 0 0;
    z-index: 4;
    padding: 35px 40px;
    background: linear-gradient(135deg, rgb(199,181,170,0.5) 0%, rgba(255, 255, 255, 0.1) 100%);
    width: 45%;
    font-size: 34px;
    color: #ffffff;
}.training_method .text_clip p {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    width: 65%;
    border-radius: 0 0 12px 12px;
    padding: 45px 50px;
    backdrop-filter: blur(15px);
    z-index: 3;
    color: #ffffff;
    position: relative;
    margin-top: -20px;
    align-self: flex-end;
    line-height: 1.8;
    background: rgba(255, 255, 255, 0.05);
    font-size: 16px;
}.training_method .text_clip::before {
    top: 0;
    border-top: 40px solid rgb(199,181,170);
    opacity: 0.3;
    z-index: 5;
    right: 35%;
    position: absolute;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    content: '';
    width: 0;
    height: 0;
}.training_method .text_clip::after {
    height: 0;
    content: '';
    border-right: 30px solid transparent;
    left: 35%;
    width: 0;
    border-left: 30px solid transparent;
    border-bottom: 40px solid rgb(118,135,185);
    position: absolute;
    z-index: 5;
    bottom: 0;
    opacity: 0.3;
}.training_method .text_clip h2::before {
    height: 5px;
    content: '';
    position: absolute;
    background: linear-gradient(90deg, rgb(199,181,170), transparent);
    left: 0;
    width: 100%;
    opacity: 0.5;
    bottom: 0;
}.training_method .text_clip h2::after {
    z-index: -1;
    content: '';
    right: -30px;
    background: linear-gradient(to right, rgb(199,181,170,0.5), transparent);
    top: 0;
    opacity: 0.3;
    height: 100%;
    position: absolute;
    width: 30px;
}.training_method .text_clip p::before {
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(118,135,185));
    content: '';
    top: 0;
    height: 5px;
    position: absolute;
    left: 0;
    opacity: 0.5;
}.training_method .text_clip p::after {
    position: absolute;
    width: 30px;
    z-index: -1;
    top: 0;
    background: linear-gradient(to left, rgb(118,135,185,0.5), transparent);
    left: -30px;
    content: '';
    height: 100%;
    opacity: 0.3;
}.training_method::after {
    height: 1px;
    z-index: 1;
    position: absolute;
    content: '';
    width: 400px;
    bottom: 50px;
    right: 0;
    background: linear-gradient(90deg, transparent, rgb(199,181,170));
    opacity: 0.3;
}.training_method .knowledge_studio::before {
    left: 0;
    top: 50px;
    content: '';
    width: 400px;
    background: linear-gradient(90deg, rgb(118,135,185), transparent);
    position: absolute;
    z-index: 1;
    height: 1px;
    opacity: 0.3;
}.training_method .knowledge_studio::after {
    position: absolute;
    top: -50px;
    transform: translateX(-50%);
    animation: pulse-subtle 10s infinite alternate;
    opacity: 0.05;
    width: 100px;
    filter: blur(50px);
    background: rgb(199,181,170);
    left: 50%;
    height: 100px;
    content: '';
}

@keyframes pulse-subtle {
    0%, 100% {
        opacity: 0.05;
        transform: translateX(-50%) scale(1);
    }
    50% {
        opacity: 0.08;
        transform: translateX(-50%) scale(1.3);
    }
}

@media screen and (max-width: 1200px) {.training_method .text_clip h2 {
    width: 55%;
}.training_method .text_clip p {
    width: 70%;
}.training_method .text_clip::before {
    right: 30%;
}.training_method .text_clip::after {
    left: 30%;
}
}

@media screen and (max-width: 992px) {.training_method {
    padding: 140px 0 110px;
}.training_method .text_clip h2 {
    padding: 30px 35px;
    width: 65%;
}.training_method .text_clip p {
    padding: 35px 40px;
    width: 75%;
}.training_method .text_clip::before {
    border-top: 35px solid rgb(199,181,170);
    border-right: 25px solid transparent;
    right: 25%;
    border-left: 25px solid transparent;
}.training_method .text_clip::after {
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 35px solid rgb(118,135,185);
    left: 25%;
}.training_method::after {
    width: 300px;
}.training_method .knowledge_studio::before {
    width: 300px;
}
}

@media screen and (max-width: 768px) {.training_method {
    padding: 120px 0 90px;
    overflow: hidden;
}.training_method .text_clip {
    align-items: center;
}.training_method .text_clip h2 {
    font-size: calc(34px * 0.9);
    margin-bottom: 20px;
    border-radius: 12px 12px 12px 12px;
    width: 90%;
}.training_method .text_clip p {
    border-radius: 12px 12px 12px 12px;
    width: 90%;
    margin-top: 0;
}.training_method .text_clip::before,
    .training_method .text_clip::after,
    .training_method::after,
    .training_method .knowledge_studio::before,
    .training_method .knowledge_studio::after {
    display: none;
}
}

@media screen and (max-width: 480px) {.training_method {
    padding: 100px 0 80px;
}.training_method .text_clip h2 {
    width: 100%;
    padding: 25px;
    font-size: calc(34px * 0.8);
}.training_method .text_clip p {
    font-size: calc(16px * 0.9);
    padding: 25px;
    width: 100%;
}}.title_portal {
    position: relative;
    overflow: hidden;
    width: 100%;
}.title_portal .course_front {
    align-items: center;
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
}.title_portal .course_front::before {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    backdrop-filter: blur(2px);
    content: "";
    background: radial-gradient(circle at 30% 40%, 
    rgba(rgb(199,181,170), 0.1),
    rgba(#000000, 0.7) 80%);
    z-index: 1;
    height: 100%;
}.title_portal .course_front::after {
    background: radial-gradient(
    ellipse at 30% 40%,
    rgb(199,181,170,0.5) 0%,
    transparent 60%
  );
    top: -50%;
    position: absolute;
    animation: orbital-glow 15s infinite alternate ease-in-out;
    pointer-events: none;
    content: "";
    transform: rotate(-15deg);
    z-index: 2;
    width: 140%;
    left: -20%;
    height: 200%;
}.title_portal .learn_academy {
    padding: 3rem;
    margin-left: 5%;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateY(2deg);
    z-index: 5;
    max-width: 650px;
}.title_portal .learn_academy::before {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    width: 100%;
    border-left: 3px solid rgb(199,181,170);
    z-index: -1;
    position: absolute;
    top: 0;
    background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(#000000, 0.85) 100%
  );
    left: 0;
    content: "";
    clip-path: polygon(
    0 0,
    100% 0,
    95% 100%,
    5% 100%
  );
    backdrop-filter: blur(8px);
    height: 100%;
    transition: all 0.5s ease;
}.title_portal .learn_academy:hover {
    transform: perspective(1000px) rotateY(0deg) translateX(10px);
}.title_portal .learn_academy:hover::before {
    background: linear-gradient(
    135deg,
    rgba(#000000, 0.9) 0%,
    rgba(#000000, 0.75) 100%
  );
    border-left: 3px solid rgb(118,135,185);
}.title_portal h1 {
    animation: fade-slide-in 0.8s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    color: #ffffff;
    transform: translateY(-8px);
    line-height: 1.2;
    font-size: calc(38px * 1.2);
    font-weight: 700;
    margin-bottom: 1.5rem;
    position: relative;
}.title_portal h1::before {
    content: "";
    transform: scaleX(0);
    position: absolute;
    background: linear-gradient(
    90deg,
    rgb(199,181,170) 0%,
    rgb(118,135,185) 100%
  );
    transform-origin: left;
    animation: scale-in 1.2s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    bottom: -10px;
    height: 4px;
    width: 80px;
}.title_portal h3 {
    max-width: 90%;
    animation: fade-slide-in 0.8s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    margin-bottom: 1.5rem;
    opacity: 0;
    transform: translateY(10px);
    line-height: 1.6;
    font-weight: 400;
    color: #ffffff;
    font-size: 24px;
}.title_portal p {
    background: linear-gradient(
    90deg,
    rgb(199,181,170,0.5) 0%,
    transparent 100%
  );
    backdrop-filter: blur(5px);
    display: inline-block;
    font-size: 16px;
    opacity: 0;
    font-weight: 300;
    color: #ffffff;
    transform: translateY(15px);
    margin-top: 10px;
    padding: 10px 20px;
    animation: fade-slide-in 0.8s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    border-left: 2px solid rgb(118,135,185);
    transform-origin: left;
}.title_portal p::after {
    bottom: 0;
    animation: appear 1s 1.5s forwards ease-out;
    border-bottom: 2px solid rgb(118,135,185);
    position: absolute;
    height: 20px;
    content: "";
    border-right: 2px solid rgb(118,135,185);
    right: -10px;
    width: 20px;
    opacity: 0;
}

@keyframes orbital-glow {
  0% {
    opacity: 0.5;
    transform: rotate(-15deg) scale(0.95);
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 0.5;
    transform: rotate(-12deg) scale(1.05);
  }
}

@keyframes fade-slide-in {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes scale-in {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.7;
  }
}

@media (max-width: 992px) {.title_portal .learn_academy {
    max-width: 580px;
    padding: 2.5rem;
    margin-left: 2%;
    transform: perspective(1000px) rotateY(0deg);
}.title_portal h1 {
    font-size: calc(38px * 1.1);
}.title_portal h3 {
    max-width: 95%;
    font-size: calc(24px * 0.95);
}
}

@media (max-width: 768px) {.title_portal .course_front {
    align-items: center;
    min-height: 90vh;
}.title_portal .course_front::before {
    background: radial-gradient(circle at 50% 40%, 
      rgba(rgb(199,181,170), 0.2),
      rgba(#000000, 0.8) 80%);
}.title_portal .learn_academy {
    padding: 2rem;
    max-width: 90%;
    margin: 0 auto;
}.title_portal .learn_academy::before {
    clip-path: polygon(
      0 0,
      100% 0,
      98% 100%,
      2% 100%
    );
}.title_portal h1 {
    font-size: 38px;
}.title_portal h3 {
    font-size: 24px;
    max-width: 100%;
}.title_portal p {
    padding: 8px 15px;
}
}

@media (max-width: 576px) {.title_portal .course_front {
    min-height: 85vh;
}.title_portal .learn_academy {
    padding: 1.5rem;
}.title_portal h1 {
    font-size: calc(38px * 0.85);
}.title_portal h3 {
    margin-bottom: 1rem;
    font-size: calc(24px * 0.9);
}.title_portal p {
    font-size: calc(16px * 0.9);
}}.learning_impact {
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
    background: linear-gradient(135deg, rgba(rgb(118,135,185,0.5), 0.05), rgba(rgb(199,181,170,0.5), 0.1));
}.learning_impact::before {
    position: absolute;
    background: radial-gradient(circle at 10% 30%, rgba(rgb(199,181,170,0.5), 0.08), transparent 60%);
    top: 0;
    z-index: 0;
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
}.learning_impact::after {
    z-index: 0;
    height: 200px;
    position: absolute;
    width: 200px;
    right: -80px;
    background: radial-gradient(circle, rgba(rgb(118,135,185,0.5), 0.2), transparent 70%);
    bottom: -80px;
    content: "";
}.learning_impact h5 {
    color: #000000;
    position: relative;
    margin-bottom: 3rem;
    z-index: 1;
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 700;
    text-align: center;
    font-size: calc(23px * 1.1);
}.learning_impact h5::after {
    transform: translateX(-50%);
    border-radius: 10px;
    position: absolute;
    height: 3px;
    left: 50%;
    background: linear-gradient(90deg, rgb(199,181,170), rgb(118,135,185));
    bottom: -12px;
    width: 60px;
    content: "";
}.learning_impact .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 1.5rem;
    z-index: 2;
}.learning_impact .knowledge_studio {
    display: flex;
    border-radius: 24px;
    gap: 2.5rem;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), 
                box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    flex-direction: column;
    background-color: #ffffff;
    transform: translateY(0);
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.08), 
                0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
    padding: 1.5rem;
}.learning_impact .knowledge_studio:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.1), 
                0 10px 20px rgba(rgba(0, 0, 0, 0.5), 0.08);
}.learning_impact .portfolio_image {
    box-shadow: 0 10px 20px rgba(rgba(0, 0, 0, 0.5), 0.1);
    transform: scale(1);
    border-radius: 10px;
    height: 300px;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
}.learning_impact .knowledge_studio:hover .portfolio_image {
    transform: scale(1.02);
}.learning_impact .text_clip {
    padding: 1rem 0 0.5rem;
}.learning_impact ul {
    grid-template-columns: 1fr;
    display: grid;
    margin: 0;
    list-style: none;
    padding: 0;
    gap: 1.25rem;
}.learning_impact li {
    position: relative;
    transform: translateX(0);
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    padding-left: 2.5rem;
}.learning_impact li:hover {
    transform: translateX(5px);
}.learning_impact li::before {
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(90deg, rgba(rgb(199,181,170,0.5), 0.05), transparent);
    position: absolute;
    width: 100%;
    height: 100%;
    transform-origin: left;
    border-radius: 10px;
    transform: scaleX(0.9);
    z-index: -1;
    top: 0;
    content: "";
    left: 0;
}.learning_impact li:hover::before {
    transform: scaleX(1);
    opacity: 1;
}.learning_impact li p {
    line-height: 1.5;
    font-size: calc(18px * 0.95);
    position: relative;
    display: flex;
    color: #000000;
    align-items: flex-start;
    margin: 0;
}.learning_impact li svg {
    top: 0;
    width: 22px;
    position: absolute;
    left: -2rem;
    transition: transform 0.3s ease;
    height: 22px;
}.learning_impact li:hover svg {
    transform: scale(1.1) rotate(5deg);
}.learning_impact li svg path {
    transition: fill 0.3s ease;
    fill: rgb(199,181,170);
}.learning_impact li:hover svg path {
    fill: rgb(118,135,185);
}

@media (min-width: 768px) {.learning_impact {
    padding: 7rem 0;
}.learning_impact h5 {
    margin-bottom: 4rem;
    font-size: calc(23px * 1.25);
}.learning_impact h5::after {
    height: 4px;
    width: 80px;
}.learning_impact .knowledge_studio {
    padding: 2.5rem;
    gap: 3.5rem;
    flex-direction: row;
    align-items: center;
}.learning_impact .knowledge_studio > div:first-child {
    flex: 0 0 45%;
}.learning_impact .portfolio_image {
    height: 360px;
}.learning_impact .text_clip {
    padding: 0;
    flex: 1;
}.learning_impact ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.75rem 1.25rem;
}.learning_impact li p {
    font-size: 18px;
}
}

@media (min-width: 1024px) {.learning_impact {
    padding: 8rem 0;
}.learning_impact h5 {
    font-size: calc(23px * 1.4);
}.learning_impact .knowledge_studio {
    padding: 3rem;
    gap: 5rem;
}.learning_impact .knowledge_studio > div:first-child {
    flex: 0 0 42%;
}.learning_impact .portfolio_image {
    height: 420px;
}.learning_impact ul {
    gap: 2rem 1.5rem;
}.learning_impact li p {
    line-height: 1.6;
    font-size: calc(18px * 1.05);
}.learning_impact li:nth-child(odd) {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(0);
}.learning_impact li:nth-child(odd):hover {
    transform: translateY(-5px);
}.learning_impact li:nth-child(even) {
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.learning_impact li:nth-child(even):hover {
    transform: translateY(5px);
}
}

@media (max-width: 767px) {.learning_impact h5 {
    margin-right: auto;
    padding: 0 1rem;
    max-width: 90%;
    margin-left: auto;
}.learning_impact .knowledge_studio {
    padding: 1.25rem;
}.learning_impact .portfolio_image {
    height: 240px;
}.learning_impact li {
    padding-left: 2.25rem;
}.learning_impact li svg {
    left: -1.75rem;
    width: 20px;
    height: 20px;
}.learning_impact li p {
    font-size: calc(18px * 0.9);
    line-height: 1.4;
}}.pricing_row {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.pricing_row::before {
    right: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.4) 100%);
    left: 0;
    z-index: 1;
    top: 0;
    content: "";
    position: absolute;
    bottom: 0;
}.pricing_row .container {
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    padding: 0 15px;
    position: relative;
}.pricing_row .rate_panel {
    perspective: 1000px;
    position: relative;
}.pricing_row h2 {
    text-shadow: 0 3px 10px rgba(0,0,0,0.3);
    color: #ffffff;
    letter-spacing: 1px;
    transform: translateZ(50px);
    font-size: 38px;
    font-weight: 700;
    animation: fadeInDown 0.8s ease-out forwards;
    margin-bottom: 20px;
    text-align: center;
}.pricing_row .study_cost {
    line-height: 1.6;
    margin: 0 auto 50px;
    color: #ffffff;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    max-width: 800px;
    font-size: calc(18px * 1.1);
    transform: translateZ(30px);
    opacity: 0.9;
    text-align: center;
}.pricing_row .indv_sub {
    margin: 0;
    perspective: 2000px;
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    padding: 0;
    display: grid;
    list-style: none;
}.pricing_row .indv_sub li {
    transform: translateY(30px) rotateX(5deg);
    height: 100%;
    animation: cardEntrance 0.6s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    opacity: 0;
}.pricing_row .indv_sub li:nth-child(1) {
    animation-delay: 0.3s;
}.pricing_row .indv_sub li:nth-child(2) {
    animation-delay: 0.5s;
}.pricing_row .indv_sub li:nth-child(3) {
    animation-delay: 0.7s;
}.pricing_row .indv_sub li:nth-child(4) {
    animation-delay: 0.9s;
}.pricing_row .study_costs {
    display: block;
    transform-style: preserve-3d;
    text-decoration: none;
    color: inherit;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    height: 100%;
    will-change: transform;
}.pricing_row .study_costs:hover {
    transform: translateY(-15px) scale(1.02) rotateX(2deg);
}.pricing_row .learning_deals {
    clip-path: polygon(0 0, 100% 0, 100% 94%, 96% 100%, 0 100%);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 10px 15px rgba(0,0,0,0.1);
    border: 1px solid rgba(255,255,255,0.1);
    overflow: hidden;
    height: 100%;
    backdrop-filter: blur(10px);
    transition: all 0.4s ease;
    position: relative;
    background: linear-gradient(135deg, rgb(199,181,170,0.5), rgb(118,135,185,0.5));
}.pricing_row .study_costs:hover .learning_deals {
    box-shadow: 0 25px 50px rgba(0,0,0,0.3), 0 15px 20px rgba(0,0,0,0.15);
    border-color: rgba(255,255,255,0.25);
}.pricing_row .learning_deals::before {
    width: 100px;
    transition: all 0.4s ease;
    transform: rotate(45deg);
    position: absolute;
    content: "";
    background: rgb(118,135,185);
    height: 100px;
    top: -10px;
    right: -10px;
    opacity: 0.15;
}.pricing_row .study_costs:hover .learning_deals::before {
    opacity: 0.25;
    transform: rotate(45deg) scale(1.2);
}.pricing_row .bundle_price {
    position: relative;
    padding: 35px 30px;
    z-index: 1;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}.pricing_row .study_costs:hover .bundle_price {
    transform: translateZ(10px);
}.pricing_row .bundle_price h4 {
    color: #ffffff;
    transition: transform 0.3s ease;
    position: relative;
    margin: 0 0 20px;
    font-size: calc(21px * 1.2);
    font-weight: 700;
    padding-bottom: 15px;
}.pricing_row .study_costs:hover .bundle_price h4 {
    transform: translateY(-5px);
}.pricing_row .bundle_price h4::after {
    width: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    content: "";
    transition: width 0.4s ease;
    background: rgb(199,181,170);
}.pricing_row .study_costs:hover .bundle_price h4::after {
    width: 80px;
}.pricing_row .bundle_price p {
    transition: opacity 0.3s ease;
    margin-bottom: 30px;
    padding-right: 10px;
    overflow-y: auto;
    font-size: 18px;
    color: #ffffff;
    opacity: 0.8;
    line-height: 1.6;
    max-height: 200px;
}.pricing_row .bundle_price p::-webkit-scrollbar {
    width: 4px;
}.pricing_row .bundle_price p::-webkit-scrollbar-thumb {
    background: rgb(199,181,170,0.5);
    border-radius: 10px;
}.pricing_row .study_costs:hover .bundle_price p {
    opacity: 1;
}.pricing_row .group_plans {
    font-weight: 700;
    transition: all 0.4s ease;
    font-size: calc(21px * 1.4);
    text-shadow: 0 2px 8px rgba(0,0,0,0.2);
    display: block;
    margin-top: 20px;
    color: #ffffff;
    position: relative;
}.pricing_row .group_plans::before {
    left: 0;
    position: absolute;
    top: -10px;
    background: rgb(118,135,185);
    content: "";
    width: 30px;
    transition: width 0.4s ease;
    height: 2px;
}.pricing_row .study_costs:hover .group_plans::before {
    width: 50px;
}.pricing_row .study_costs:hover .group_plans {
    transform: scale(1.1);
    color: rgb(118,135,185);
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px) translateZ(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0) translateZ(50px);
    }
}

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

@keyframes cardEntrance {
    from {
        opacity: 0;
        transform: translateY(30px) rotateX(5deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotateX(0);
    }
}

@media (max-width: 1200px) {.pricing_row {
    padding: 100px 0;
}.pricing_row h2 {
    font-size: calc(38px * 0.9);
}.pricing_row .study_cost {
    font-size: 18px;
    margin-bottom: 40px;
}.pricing_row .indv_sub {
    gap: 25px;
}
}

@media (max-width: 992px) {.pricing_row {
    padding: 80px 0;
}.pricing_row .indv_sub {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.pricing_row .bundle_price {
    padding: 30px 25px;
}.pricing_row .bundle_price p {
    max-height: 180px;
}
}

@media (max-width: 768px) {.pricing_row {
    padding: 70px 0;
}.pricing_row h2 {
    margin-bottom: 15px;
    font-size: calc(38px * 0.8);
}.pricing_row .study_cost {
    margin-bottom: 30px;
    font-size: calc(18px * 0.95);
}.pricing_row .indv_sub {
    max-width: 500px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.pricing_row .learning_deals {
    clip-path: polygon(0 0, 100% 0, 100% 96%, 94% 100%, 0 100%);
}.pricing_row .group_plans {
    font-size: calc(21px * 1.2);
}
}

@media (max-width: 576px) {.pricing_row {
    padding: 60px 0;
}.pricing_row h2 {
    font-size: calc(38px * 0.7);
}.pricing_row .study_cost {
    font-size: calc(18px * 0.9);
    margin-bottom: 25px;
}.pricing_row .bundle_price {
    padding: 25px 20px;
}.pricing_row .bundle_price h4 {
    font-size: 21px;
    padding-bottom: 10px;
    margin-bottom: 15px;
}.pricing_row .bundle_price p {
    margin-bottom: 20px;
    max-height: 150px;
    font-size: calc(18px * 0.9);
}}footer {
    width: 100%;
    position: relative;
}.cookie_ctrl {
    padding: 100px 0 30px;
    color: #000000;
    position: relative;
    font-family: Arial, sans-serif;
    background-color: rgb(227,228,215);
}.cookie_ctrl::before {
    background: 
        linear-gradient(135deg, rgb(227,228,215) 25%, transparent 25%) -50px 0,
        linear-gradient(225deg, rgb(227,228,215) 25%, transparent 25%) -50px 0,
        linear-gradient(315deg, rgb(227,228,215) 25%, transparent 25%),
        linear-gradient(45deg, rgb(227,228,215) 25%, transparent 25%);
    left: 0;
    top: 0;
    background-color: rgb(199,181,170,0.5);
    content: "";
    width: 100%;
    background-size: 100px 100px;
    position: absolute;
    height: 120px;
}footer .training_zone {
    position: relative;
    z-index: 1;
    margin-top: -70px;
}footer .edu_askus {
    transform: translateY(-30px);
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-wrap: wrap;
    z-index: 2;
    border-radius: 28px;
    background-color: #ffffff;
    margin-bottom: 60px;
    justify-content: space-between;
    padding: 25px;
}footer .info_item {
    margin: 10px;
    padding: 10px 15px;
    transition: all 0.3s ease;
    background-color: rgb(227,228,215);
    border-radius: 10px;
    flex: 1 1 200px;
    position: relative;
}footer .info_item:hover {
    background-color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}footer .info_item::before {
    content: "";
    transition: opacity 0.3s ease;
    border-radius: 3px 0 0 3px;
    left: 0;
    height: 100%;
    width: 3px;
    position: absolute;
    top: 0;
    background-color: rgb(199,181,170);
    opacity: 0;
}footer .info_item:hover::before {
    opacity: 1;
}footer .info_item svg {
    vertical-align: middle;
    fill: rgb(199,181,170);
    margin-right: 10px;
    width: 20px;
    height: 20px;
}footer .info_item p,
footer .info_item a {
    font-size: 13px;
    color: #000000;
    display: inline-block;
    text-decoration: none;
    transition: color 0.3s ease;
    vertical-align: middle;
}footer .info_item a:hover {
    color: rgb(199,181,170);
}footer .text_main_holder {
    gap: 30px;
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
}footer .text_main_holder::before {
    position: absolute;
    height: calc(100% + 80px);
    z-index: -1;
    left: 0;
    top: -40px;
    border-radius: 28px;
    content: "";
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
    width: 100%;
}footer .header_site {
    position: relative;
    padding: 0 30px;
}footer .header_site::after {
    right: 30px;
    background: linear-gradient(90deg, rgb(199,181,170), transparent);
    position: absolute;
    height: 1px;
    content: "";
    bottom: -15px;
    left: 30px;
}footer .header_site svg {
    margin-bottom: 15px;
    height: 45px;
    width: auto;
}footer .equity_pledge {
    font-size: 15px;
    line-height: 1.6;
    max-width: 330px;
    color: #000000;
}footer .nav_pro {
    z-index: 1;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: -10px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 28px;
    background-color: rgb(227,228,215);
    padding: 30px;
}footer .nav_pro h5 {
    font-size: 24px;
    display: inline-block;
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
    color: #000000;
}footer .nav_pro h5::after {
    position: absolute;
    left: 0;
    content: "";
    background-color: rgb(199,181,170);
    height: 2px;
    width: 50px;
    bottom: -7px;
}footer .nav_lesson {
    gap: 10px;
    grid-template-columns: 1fr;
    display: grid;
    margin-bottom: 20px;
}footer .nav_lesson a {
    position: relative;
    font-size: 13px;
    display: inline-block;
    padding: 8px 0;
    text-decoration: none;
    color: #000000;
    transition: all 0.3s ease;
}footer .nav_lesson a::after {
    background-color: rgb(199,181,170);
    left: 0;
    position: absolute;
    content: "";
    width: 0;
    transition: width 0.3s ease;
    height: 2px;
    bottom: 5px;
}footer .nav_lesson a:hover {
    transform: translateX(5px);
    color: rgb(199,181,170);
}footer .nav_lesson a:hover::after {
    width: 100%;
}footer .subscribe_holder {
    position: relative;
    border-radius: 28px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    background-color: rgb(199,181,170);
    padding: 30px;
    color: #ffffff;
    margin-left: 40px;
    margin-top: -10px;
    margin-right: 40px;
    z-index: 0;
}footer .subscribe_holder::before {
    content: "";
    top: -15px;
    right: 30px;
    background-color: rgb(199,181,170);
    transform: rotate(45deg);
    z-index: -1;
    position: absolute;
    width: 30px;
    height: 30px;
}footer .subscribe_holder h5 {
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 15px;
    font-size: 24px;
}footer .subscribe_holder p {
    line-height: 1.6;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 25px;
}footer .input_holder {
    flex-direction: column;
    position: relative;
    gap: 15px;
    display: flex;
}footer .input_holder input[type="email"] {
    font-size: 13px;
    padding: 14px 16px;
    transition: background-color 0.3s ease;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    color: #000000;
    border: none;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    background-color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
}footer .access_lessons {
    border: none;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    color: #ffffff;
    font-size: 17px;
    transition: all 0.3s ease;
    background-color: #000000;
    padding: 14px 20px;
}footer .access_lessons:hover {
    background-color: rgb(118,135,185);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}footer .teach_supp {
    margin-top: 60px;
    position: relative;
    text-align: center;
    z-index: 1;
}footer .testimonial {
    display: inline-block;
    background-color: #ffffff;
    padding: 8px 20px;
    border-radius: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    color: #000000;
    font-size: 15px;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
}footer .nav_lesson {
    grid-template-columns: 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .access_lessons {
    white-space: nowrap;
}
}

@media (min-width: 992px) {footer .nav_pro {
    margin-top: 0;
}footer .subscribe_holder {
    margin-top: 0;
}
}

@media (max-width: 991px) {footer .text_main_holder {
    gap: 50px;
}
}

@media (max-width: 767px) {footer .cookie_ctrl {
    padding: 80px 0 30px;
}footer .edu_askus {
    padding: 20px;
    justify-content: center;
}footer .info_item {
    width: 100%;
}footer .nav_pro, footer .subscribe_holder {
    margin-left: 10px;
    padding: 25px 20px;
    margin-right: 10px;
}footer .teach_supp {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .cookie_ctrl {
    padding: 60px 0 20px;
}footer .edu_askus {
    padding: 15px;
    margin-bottom: 40px;
    transform: translateY(-20px);
}footer .text_main_holder::before {
    height: calc(100% + 60px);
    top: -30px;
}footer .header_site {
    padding: 0 20px;
}footer .header_site::after {
    right: 20px;
    left: 20px;
}footer .nav_pro h5, footer .subscribe_holder h5 {
    font-size: calc(24px - 2px);
}footer .nav_lesson a {
    padding: 6px 0;
}footer .input_holder input[type="email"],
    footer .access_lessons {
    padding: 12px 15px;
}}.thxWrap {
    position: relative;
    background: linear-gradient(135deg, rgb(227,228,215) 0%, rgb(199,181,170,0.5) 100%);
    overflow: hidden;
    padding: 4rem 0;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}.thxWrap::before {
    content: "";
    opacity: 0.07;
    transform: rotate(-15deg);
    position: absolute;
    right: -5%;
    background: linear-gradient(225deg, rgb(199,181,170) 0%, transparent 70%);
    z-index: 1;
    width: 25rem;
    filter: blur(8px);
    top: -10%;
    height: 25rem;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
}.thxWrap::after {
    z-index: 1;
    filter: blur(8px);
    width: 20rem;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    background: linear-gradient(45deg, rgb(118,135,185) 0%, transparent 70%);
    position: absolute;
    height: 20rem;
    content: "";
    transform: rotate(15deg);
    bottom: -5%;
    left: -5%;
    opacity: 0.09;
}.thxWrap .container {
    z-index: 2;
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 15px;
    position: relative;
}.thxWrap .knowledge_studio {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.95));
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    flex-direction: column;
    transform-origin: center bottom;
    padding: 3rem;
    transform: perspective(1000px) rotateX(2deg);
    border-left: 4px solid rgb(199,181,170);
    display: flex;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
}.thxWrap .knowledge_studio:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 8px 20px rgba(0, 0, 0, 0.05);
}.thxWrap .knowledge_studio > div:first-child {
    position: relative;
    margin-bottom: 1.5rem;
}.thxWrap .knowledge_studio > div:first-child::after {
    left: 0;
    height: 3px;
    transform-origin: left center;
    background: linear-gradient(to right, rgb(199,181,170), rgb(118,135,185));
    transition: width 0.4s ease-out;
    bottom: -0.75rem;
    content: "";
    width: 4rem;
    position: absolute;
}.thxWrap .knowledge_studio:hover > div:first-child::after {
    width: 8rem;
}.thxWrap h5 {
    line-height: 1.4;
    position: relative;
    margin: 0;
    font-size: 23px;
    font-weight: 700;
    color: #000000;
    transform: translateZ(0);
}.thxWrap a {
    display: block;
    overflow: hidden;
    text-decoration: none;
    position: relative;
    transition: transform 0.3s ease;
}.thxWrap a:hover {
    transform: translateY(-3px);
}.thxWrap a::before {
    background: linear-gradient(to top left, rgb(199,181,170,0.5) 0%, transparent 100%);
    opacity: 0;
    position: absolute;
    content: "";
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
    right: 0;
    z-index: 0;
    bottom: 0;
    transform: translateY(100%);
    width: 100%;
    height: 100%;
}.thxWrap a:hover::before {
    opacity: 0.05;
    transform: translateY(0);
}.thxWrap p {
    margin: 0;
    font-size: 15px;
    z-index: 1;
    line-height: 1.8;
    position: relative;
    color: #000000;
}

@media (min-width: 768px) {.thxWrap {
    padding: 6rem 0;
}.thxWrap .knowledge_studio {
    padding: 4rem;
    border-left: 6px solid rgb(199,181,170);
}.thxWrap .knowledge_studio > div:first-child {
    margin-bottom: 2rem;
}.thxWrap .knowledge_studio > div:first-child::after {
    width: 6rem;
    height: 4px;
}.thxWrap .knowledge_studio:hover > div:first-child::after {
    width: 12rem;
}
}

@media (min-width: 992px) {.thxWrap .knowledge_studio {
    transform: perspective(1500px) rotateX(2deg) rotateY(-1deg);
    padding: 5rem;
}.thxWrap .knowledge_studio:hover {
    transform: perspective(1500px) rotateX(0deg) rotateY(0deg);
}.thxWrap h5 {
    font-size: calc(23px * 1.1);
}.thxWrap p {
    font-size: calc(15px * 1.05);
}
}

@media (max-width: 767px) {.thxWrap {
    padding: 3rem 0;
}.thxWrap .knowledge_studio {
    transform: perspective(800px) rotateX(1deg);
    padding: 2rem;
}.thxWrap h5 {
    font-size: calc(23px * 0.9);
}.thxWrap p {
    font-size: calc(15px * 0.95);
}.thxWrap .knowledge_studio > div:first-child::after {
    width: 3rem;
}.thxWrap .knowledge_studio:hover > div:first-child::after {
    width: 6rem;
}
}

@media (max-width: 480px) {.thxWrap {
    padding: 2.5rem 0;
}.thxWrap .knowledge_studio {
    transform: perspective(600px) rotateX(1deg);
    padding: 1.5rem;
}.thxWrap h5 {
    font-size: calc(23px * 0.85);
}.thxWrap p {
    font-size: calc(15px * 0.9);
}}.privacy_shield {
    padding: 5rem 2rem;
    font-family: Arial, sans-serif;
    color: #000000;
    position: relative;
    background: linear-gradient(145deg, rgb(227,228,215) 0%, rgba(245, 248, 250, 0.95) 100%);
    overflow: hidden;
}.privacy_shield::before {
    content: "";
    background: linear-gradient(135deg, transparent 40%, rgba(rgb(199,181,170,0.5), 0.05) 100%);
    top: 0;
    clip-path: polygon(100% 0, 100% 100%, 30% 100%, 70% 0);
    z-index: 1;
    width: 30%;
    right: 0;
    height: 100%;
    position: absolute;
}.privacy_shield::after {
    z-index: 0;
    left: 0;
    content: "";
    position: absolute;
    background: linear-gradient(180deg, transparent 40%, rgba(rgb(118,135,185,0.5), 0.03) 100%);
    width: 100%;
    height: 60%;
    bottom: 0;
}.privacy_shield .container {
    position: relative;
    margin: 0 auto;
    max-width: 1140px;
    z-index: 2;
    padding: 0 15px;
}.privacy_shield h1 {
    color: #000000;
    position: relative;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    transform: translateX(-8px);
    font-weight: 700;
    font-size: 41px;
}.privacy_shield h1::before {
    width: 120px;
    bottom: 0;
    background: linear-gradient(90deg, rgb(199,181,170) 0%, rgb(118,135,185) 100%);
    position: absolute;
    transform-origin: left;
    height: 4px;
    animation: scaleIn 0.8s ease-out forwards;
    left: 0;
    content: "";
}.privacy_shield h2 {
    position: relative;
    margin: 3rem 0 1.5rem;
    font-weight: 600;
    color: #000000;
    padding-left: 1.5rem;
    font-size: 33px;
}.privacy_shield h2::before {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    content: "";
    background: rgb(199,181,170);
    left: 0;
    position: absolute;
    height: 70%;
}.privacy_shield h3 {
    position: relative;
    font-weight: 600;
    color: #000000;
    font-size: calc(33px * 0.85);
    padding-left: 1.25rem;
    margin: 2.5rem 0 1.25rem;
}.privacy_shield h3::before {
    top: 50%;
    left: 0;
    width: 6px;
    height: 60%;
    position: absolute;
    transform: translateY(-50%);
    background: rgb(118,135,185);
    content: "";
}.privacy_shield h4 {
    font-size: calc(33px * 0.7);
    margin: 2rem 0 1rem;
    color: #000000;
    font-weight: 600;
    position: relative;
    padding-left: 1rem;
}.privacy_shield h4::before {
    content: "";
    width: 4px;
    background: rgb(118,135,185);
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    opacity: 0.7;
    height: 50%;
    left: 0;
}.privacy_shield p {
    line-height: 1.8;
    margin-bottom: 1.5rem;
    color: #000000;
    font-size: 16px;
    max-width: 95%;
}.privacy_shield ul {
    margin: 1.5rem 0 2rem 1rem;
    list-style: none;
    padding-left: 1.5rem;
}.privacy_shield li {
    padding-left: 1.75rem;
    margin-bottom: 1rem;
    line-height: 1.7;
    font-size: 16px;
    position: relative;
}.privacy_shield li::before {
    transition: transform 0.3s ease;
    width: 10px;
    transform: rotate(45deg);
    height: 10px;
    left: 0;
    top: 0.6rem;
    content: "";
    position: absolute;
    border: 2px solid rgb(199,181,170);
    border-radius: 10px;
}.privacy_shield li:hover::before {
    background-color: rgba(rgb(199,181,170,0.5), 0.1);
    transform: rotate(135deg);
}.privacy_shield strong {
    display: inline-block;
    font-weight: 600;
    color: #000000;
    position: relative;
}.privacy_shield span {
    line-height: 1.7;
    font-size: 16px;
    padding-left: 1rem;
    color: #000000;
    display: block;
    border-left: 2px solid rgba(rgb(118,135,185,0.5), 0.3);
    margin-bottom: 2rem;
}

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

@media (min-width: 768px) {.privacy_shield {
    padding: 7rem 3rem;
}.privacy_shield .container {
    padding: 0 30px;
}.privacy_shield h1 {
    font-size: calc(41px * 1.2);
    margin-bottom: 3rem;
    transform: translateX(-15px);
}.privacy_shield h1::before {
    height: 5px;
    width: 180px;
}.privacy_shield h2 {
    margin: 4rem 0 2rem;
    padding-left: 2rem;
}.privacy_shield h2::before {
    width: 10px;
}.privacy_shield p {
    max-width: 85%;
}.privacy_shield ul {
    margin-left: 2rem;
}.privacy_shield span {
    padding-left: 1.5rem;
}
}

@media (min-width: 992px) {.privacy_shield {
    padding: 8rem 4rem;
}.privacy_shield::before {
    width: 40%;
}.privacy_shield h1 {
    transform: translateX(-25px);
}.privacy_shield h1::before {
    width: 220px;
}.privacy_shield p {
    max-width: 75%;
}.privacy_shield li::before {
    width: 12px;
    height: 12px;
}.privacy_shield span {
    border-left: 3px solid rgba(rgb(118,135,185,0.5), 0.3);
    padding-left: 2rem;
}
}

@media (max-width: 767px) {.privacy_shield {
    padding: 4rem 1.5rem;
}.privacy_shield::before {
    width: 50%;
}.privacy_shield h1 {
    padding-bottom: 1rem;
    font-size: calc(41px * 0.9);
}.privacy_shield h2 {
    margin: 2.5rem 0 1.25rem;
    font-size: calc(33px * 0.9);
}.privacy_shield h3 {
    font-size: calc(33px * 0.75);
}.privacy_shield h4 {
    font-size: calc(33px * 0.65);
}.privacy_shield p, .privacy_shield span, .privacy_shield li {
    font-size: calc(16px * 0.95);
}
}

@media (max-width: 480px) {.privacy_shield {
    padding: 3rem 1rem;
}.privacy_shield h1 {
    font-size: calc(41px * 0.8);
}.privacy_shield h2 {
    padding-left: 1.25rem;
    font-size: calc(33px * 0.8);
}.privacy_shield h3 {
    padding-left: 1rem;
    font-size: calc(33px * 0.7);
}.privacy_shield h4 {
    padding-left: 0.75rem;
    font-size: calc(33px * 0.6);
}.privacy_shield p, .privacy_shield span, .privacy_shield li {
    font-size: calc(16px * 0.9);
    line-height: 1.6;
}.privacy_shield li {
    padding-left: 1.5rem;
}.privacy_shield span {
    padding-left: 0.75rem;
}
}