* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}header,footer {
    width: 100%;
}.container {
    width: 1181px;
    max-width: 100%;
    margin: auto;
}a {
    color: inherit;
    text-decoration: none;
}.wrapper-viewport_style {
    height: 100%;
    min-height: 100%;
    flex-direction: column;
    display: flex;
}html,body {
    height: 100%;
    scroll-behavior: auto;
    min-height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
}.mentor_net_style {
    flex: 0 0 auto;
}.nav_mainbar_style {
    flex: 1 0 auto;
}svg {
    height: 30px;
    width: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.future_attendees_style {
    position: relative;
    background: linear-gradient(135deg, rgb(233,225,225) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 100px 0;
    overflow: hidden;
}.future_attendees_style::before {
    width: 100%;
    top: 0;
    content: "";
    z-index: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(208,191,191,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(173,152,152,0.5) 0%, transparent 40%);
    height: 100%;
    position: absolute;
    left: 0;
    opacity: 0.6;
}.future_attendees_style::after {
    position: absolute;
    background-image: 
        linear-gradient(45deg, #000000 25%, transparent 25%),
        linear-gradient(-45deg, #000000 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, #000000 25%),
        linear-gradient(-45deg, transparent 75%, #000000 25%);
    opacity: 0.03;
    content: "";
    background-size: 120px 120px;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background-position: 0 0, 0 60px, 60px -60px, -60px 0px;
    left: 0;
}.future_attendees_style .container {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
}.future_attendees_style .skill_studio_style {
    border-radius: 28px;
    padding: 50px;
    transform: translateY(0);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 3px 10px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, 0.08);
}.future_attendees_style .skill_studio_style:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 5px 15px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(255, 255, 255, 0.15) inset;
    transform: translateY(-10px);
}.future_attendees_style .skill_studio_style::before {
    height: 200px;
    top: -100px;
    position: absolute;
    opacity: 0.1;
    background: linear-gradient(45deg, rgb(208,191,191) 0%, rgb(173,152,152) 100%);
    content: "";
    width: 200px;
    border-radius: 50%;
    right: -100px;
    animation: pulse-effect 8s infinite alternate ease-in-out;
    filter: blur(30px);
}.future_attendees_style .skill_studio_style::after {
    left: -75px;
    bottom: -75px;
    border-radius: 50%;
    width: 150px;
    background: linear-gradient(225deg, rgb(173,152,152) 0%, rgb(208,191,191) 100%);
    filter: blur(25px);
    animation: pulse-effect 8s infinite alternate-reverse ease-in-out;
    opacity: 0.1;
    content: "";
    position: absolute;
    height: 150px;
}@keyframes pulse-effect {
    0% {
        transform: scale(1);
        opacity: 0.1;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.2;
    }
    100% {
        transform: scale(1);
        opacity: 0.1;
    }
}

.future_attendees_style h4 {
    text-align: center;
    font-size: 28px;
    padding-bottom: 15px;
    margin-bottom: 40px;
    position: relative;
    color: #ffffff;
    font-weight: 700;
}.future_attendees_style h4::after {
    width: 80px;
    height: 4px;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    background: linear-gradient(90deg, rgb(208,191,191) 0%, rgb(173,152,152) 100%);
    bottom: 0;
    border-radius: 10px;
}.future_attendees_style div p {
    padding: 15px 20px;
    border-radius: 10px;
    color: #ffffff;
    display: flex;
    margin-bottom: 25px;
    backdrop-filter: blur(5px);
    font-size: calc(12px + 2px);
    position: relative;
    align-items: center;
    border-left: 3px solid rgb(208,191,191);
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
}.future_attendees_style div p:last-child {
    margin-bottom: 0;
}.future_attendees_style div p:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateX(5px);
    background: rgba(255, 255, 255, 0.1);
}.future_attendees_style div p svg {
    min-width: 24px;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.2));
    width: 24px;
    transition: transform 0.3s ease;
    height: 24px;
    margin-right: 15px;
}.future_attendees_style div p:hover svg {
    transform: scale(1.2) rotate(5deg);
}.future_attendees_style div p svg path {
    fill: rgb(208,191,191);
}.future_attendees_style div p::after {
    background: linear-gradient(90deg, rgb(208,191,191) 0%, transparent 100%);
    left: 0;
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    transition: width 0.5s ease;
    bottom: 0;
}.future_attendees_style div p:hover::after {
    width: 100%;
}

@keyframes gradient-animation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media (max-width: 991px) {.future_attendees_style {
    padding: 80px 0;
}.future_attendees_style .skill_studio_style {
    padding: 40px 30px;
}.future_attendees_style h4 {
    font-size: calc(28px - 2px);
    margin-bottom: 30px;
}.future_attendees_style div p {
    font-size: 12px;
    padding: 12px 15px;
    margin-bottom: 20px;
}
}

@media (max-width: 767px) {.future_attendees_style {
    padding: 60px 0;
}.future_attendees_style .skill_studio_style {
    padding: 30px 20px;
}.future_attendees_style h4 {
    font-size: calc(28px - 4px);
    padding-bottom: 12px;
    margin-bottom: 25px;
}.future_attendees_style h4::after {
    width: 60px;
    height: 3px;
}.future_attendees_style div p {
    font-size: calc(12px - 1px);
    padding: 10px 12px;
    margin-bottom: 15px;
}.future_attendees_style div p svg {
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin-right: 10px;
}.future_attendees_style::before,
    .future_attendees_style::after {
    opacity: 0.05;
}
}

@media (max-width: 479px) {.future_attendees_style {
    padding: 40px 0;
}.future_attendees_style .skill_studio_style {
    padding: 25px 15px;
}.future_attendees_style h4 {
    font-size: calc(28px - 6px);
}.future_attendees_style div p {
    font-size: calc(12px - 2px);
    padding: 8px 10px;
}.future_attendees_style div p svg {
    width: 18px;
    min-width: 18px;
    margin-right: 8px;
    height: 18px;
}}.get_in_touch_style {
    padding: 90px 0;
    overflow: hidden;
    background: linear-gradient(160deg, rgb(233,225,225) 0%, rgb(208,191,191,0.5) 100%);
    position: relative;
}.get_in_touch_style::before {
    width: 100%;
    opacity: 0.03;
    height: 100%;
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(208,191,191,0.5),
        rgb(208,191,191,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    content: "";
    left: 0;
    position: absolute;
}.get_in_touch_style .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    padding: 0 20px;
}.get_in_touch_style h2 {
    color: #000000;
    font-weight: 700;
    font-family: Arial, sans-serif;
    text-align: center;
    position: relative;
    font-size: 48px;
    margin-bottom: 50px;
}.get_in_touch_style .inquiry_info_style {
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
    max-width: 800px;
    flex-direction: column;
    border-radius: 14px;
}.get_in_touch_style .photo_box_style {
    height: 200px;
    position: relative;
    width: 100%;
}.get_in_touch_style .reach_support_style {
    position: relative;
    width: 100%;
    padding: 50px;
}.get_in_touch_style form {
    width: 100%;
}.get_in_touch_style form h3 {
    color: #000000;
    display: inline-block;
    font-family: Arial, sans-serif;
    font-weight: 700;
    position: relative;
    margin-bottom: 30px;
    font-size: 21px;
}.get_in_touch_style form h3::after {
    height: 3px;
    bottom: -10px;
    left: 0;
    position: absolute;
    border-radius: 1.5px;
    width: 100%;
    content: "";
    background: rgb(208,191,191);
}.get_in_touch_style form input[type="text"] {
    border-radius: 10px;
    font-size: 12px;
    border: 2px solid transparent;
    width: 100%;
    background: rgb(233,225,225);
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    color: #000000;
    padding: 15px 20px;
}.get_in_touch_style form input[type="text"]:focus {
    outline: none;
    border-color: rgb(208,191,191);
}.get_in_touch_style form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.35);
}.get_in_touch_style .request_support_style {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}.get_in_touch_style .request_support_style input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.get_in_touch_style .request_support_style label {
    position: relative;
    color: #000000;
    line-height: 1.6;
    cursor: pointer;
    font-size: 12px;
    padding-left: 35px;
}.get_in_touch_style .request_support_style label::before {
    position: absolute;
    border-radius: 10px;
    background: rgb(233,225,225);
    height: 22px;
    top: 2px;
    transition: all 0.3s ease;
    width: 22px;
    content: "";
    left: 0;
}.get_in_touch_style .request_support_style input[type="checkbox"]:checked + label::before {
    background: rgb(208,191,191);
}.get_in_touch_style .request_support_style input[type="checkbox"]:checked + label::after {
    top: 5px;
    position: absolute;
    border-right: 2px solid #ffffff;
    height: 12px;
    left: 8px;
    width: 6px;
    content: "";
    transform: rotate(45deg);
    border-bottom: 2px solid #ffffff;
}.get_in_touch_style .request_support_style label a {
    color: rgb(208,191,191);
    text-decoration: none;
    transition: all 0.3s ease;
}.get_in_touch_style .request_support_style label a:hover {
    text-decoration: underline;
}.get_in_touch_style form .support_form_style {
    transition: all 0.3s ease;
    position: relative;
    padding: 16px 20px;
    color: #ffffff;
    border-radius: 10px;
    cursor: pointer;
    overflow: hidden;
    font-weight: 600;
    background: rgb(208,191,191);
    text-align: center;
    border: none;
    font-family: Arial, sans-serif;
    width: 100%;
    font-size: 19px;
}.get_in_touch_style form .support_form_style:hover {
    background: rgb(173,152,152);
}.get_in_touch_style svg {
    fill: rgb(208,191,191);
    width: 20px;
    height: 20px;
}.get_in_touch_style svg path {
    fill: rgb(208,191,191);
    transition: fill 0.3s ease;
}

@media screen and (min-width: 768px) {.get_in_touch_style .inquiry_info_style {
    max-width: 1000px;
    flex-direction: row;
}.get_in_touch_style .photo_box_style {
    min-height: 400px;
    width: 40%;
    height: auto;
}.get_in_touch_style .reach_support_style {
    width: 60%;
}
}

@media screen and (min-width: 992px) {.get_in_touch_style .photo_box_style {
    width: 50%;
}.get_in_touch_style .reach_support_style {
    padding: 60px;
    width: 50%;
}
}

@media screen and (min-width: 1200px) {.get_in_touch_style .inquiry_info_style {
    max-width: 1100px;
}.get_in_touch_style .photo_box_style {
    min-height: 500px;
}
}

@media screen and (max-width: 576px) {.get_in_touch_style {
    padding: 60px 0;
}.get_in_touch_style h2 {
    font-size: calc(48px * 0.7);
    margin-bottom: 30px;
}.get_in_touch_style .reach_support_style {
    padding: 30px 20px;
}.get_in_touch_style form h3 {
    font-size: calc(21px * 0.9);
}}.education_experience_style {
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(233,225,225) 0%, #ffffff 100%);
}.education_experience_style::before {
    clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
    transform: rotate(-15deg);
    height: 200px;
    top: -50px;
    position: absolute;
    content: "";
    background: rgb(208,191,191,0.5);
    z-index: 1;
    width: 200px;
    left: -50px;
}.education_experience_style::after {
    z-index: 1;
    height: 250px;
    bottom: -50px;
    right: -50px;
    width: 250px;
    content: "";
    position: absolute;
    clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
    transform: rotate(15deg);
    background: rgb(173,152,152,0.5);
}.education_experience_style .container {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
}.education_experience_style .feedback_views_style {
    grid-template-columns: 1fr;
    position: relative;
    box-shadow: 0 15px 30px rgba(0,0,0,0.08);
    gap: 2rem;
    padding: 2.5rem;
    display: grid;
    background: linear-gradient(to right, rgba(255,255,255,0.9), rgba(255,255,255,0.7));
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.education_experience_style .feedback_views_style:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.education_experience_style .feedback_views_style > div:first-child {
    overflow: hidden;
    position: relative;
    transform: translateZ(0);
}.education_experience_style .feedback_views_style .photo_box_style {
    position: relative;
    transform: scale(1);
    width: 100%;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    height: 300px;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}.education_experience_style .feedback_views_style:hover .photo_box_style {
    transform: scale(1.02);
}.education_experience_style .feedback_views_style .photo_box_style::after {
    right: 0;
    left: 0;
    content: "";
    background: linear-gradient(to top, rgba(0,0,0,0.2), transparent);
    position: absolute;
    transition: opacity 0.5s ease;
    bottom: 0;
    opacity: 0;
    top: 0;
}.education_experience_style .feedback_views_style:hover .photo_box_style::after {
    opacity: 1;
}.education_experience_style .feedback_views_style > div:nth-child(2) {
    padding-left: 20px;
    border-left: 3px solid rgb(208,191,191);
    transition: transform 0.4s ease;
    transform: translateX(0);
    position: relative;
}.education_experience_style .feedback_views_style:hover > div:nth-child(2) {
    transform: translateX(5px);
}.education_experience_style .name {
    color: #000000;
    margin: 0 0 0.5rem;
    display: inline-block;
    position: relative;
    font-weight: 700;
    font-size: 21px;
}.education_experience_style .name::after {
    position: absolute;
    bottom: -3px;
    height: 2px;
    transition: width 0.4s ease-out;
    left: 0;
    width: 0;
    content: "";
    background: rgb(208,191,191);
}.education_experience_style .feedback_views_style:hover .name::after {
    width: 100%;
}.education_experience_style .feedback_views_style > div:nth-child(2) > div {
    font-style: italic;
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: calc(15px * 0.95);
    opacity: 0.85;
    color: rgb(173,152,152);
}.education_experience_style .job_wrap_style {
    font-family: Arial, sans-serif;
    margin: 0;
    color: #000000;
    position: relative;
    padding-left: 1.5rem;
    font-size: 15px;
    line-height: 1.7;
}.education_experience_style .job_wrap_style::before {
    position: absolute;
    content: "";
    top: -10px;
    color: rgb(208,191,191,0.5);
    font-family: serif;
    font-size: 60px;
    left: 0;
    line-height: 1;
}

@media (min-width: 768px) {.education_experience_style {
    padding: 7rem 0;
}.education_experience_style .feedback_views_style {
    align-items: center;
    transform: perspective(1000px) rotateX(2deg) rotateY(-1deg);
    gap: 3rem;
    grid-template-columns: 300px 1fr;
    padding: 3rem;
}.education_experience_style .feedback_views_style:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateY(-10px);
}.education_experience_style .feedback_views_style > div:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
}.education_experience_style .feedback_views_style > div:nth-child(3) {
    grid-column: 1 / -1;
    grid-row: 2;
}
}

@media (min-width: 992px) {.education_experience_style .feedback_views_style {
    gap: 2.5rem 4rem;
    grid-template-rows: auto 1fr;
    grid-template-columns: 350px 1fr;
}.education_experience_style .photo_box_style {
    height: 400px;
}.education_experience_style .job_wrap_style {
    font-size: calc(15px * 1.05);
    padding-left: 2rem;
}.education_experience_style .job_wrap_style::before {
    font-size: 80px;
}
}

@media (min-width: 1200px) {.education_experience_style .feedback_views_style {
    grid-template-columns: 400px 1fr;
    padding: 4rem;
}.education_experience_style .photo_box_style {
    height: 450px;
}.education_experience_style .name {
    font-size: calc(21px * 1.1);
}.education_experience_style .feedback_views_style > div:nth-child(2) > div {
    font-size: 15px;
}.education_experience_style .job_wrap_style {
    line-height: 1.8;
}
}

@media (max-width: 767px) {.education_experience_style {
    padding: 4rem 0;
}.education_experience_style .feedback_views_style {
    padding: 1.5rem;
}.education_experience_style .photo_box_style {
    margin-bottom: 1.5rem;
    height: 250px;
}.education_experience_style .name {
    font-size: calc(21px * 0.95);
}.education_experience_style .job_wrap_style {
    line-height: 1.6;
    font-size: calc(15px * 0.95);
}}.course_overview_style {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(233,225,225) 0%, #ffffff 100%);
}.course_overview_style::before {
    background: rgb(208,191,191,0.5);
    content: "";
    height: 300px;
    right: -50px;
    animation: float 15s ease-in-out infinite;
    position: absolute;
    top: -50px;
    z-index: 0;
    filter: blur(80px);
    width: 300px;
}.course_overview_style::after {
    bottom: -80px;
    animation: float 18s ease-in-out infinite alternate;
    height: 250px;
    width: 250px;
    left: -80px;
    filter: blur(60px);
    content: "";
    z-index: 0;
    background: rgb(173,152,152,0.5);
    position: absolute;
}.course_overview_style .container {
    max-width: 1200px;
    z-index: 1;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}.course_overview_style h2 {
    opacity: 0;
    line-height: 1.3;
    animation: slideIn 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    position: relative;
    font-size: calc(38px * 1.1);
    transform: translateX(-5%);
    margin-bottom: 40px;
    font-weight: 700;
    color: #000000;
}.course_overview_style h2::after {
    bottom: -10px;
    left: 0;
    height: 4px;
    width: 80px;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(208,191,191) 0%, rgb(173,152,152) 100%);
    animation: scaleIn 1.2s 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    position: absolute;
    content: "";
    transform: scaleX(0);
}.course_overview_style .learn_development_style {
    grid-template-columns: 1fr;
    display: grid;
    position: relative;
    gap: 40px;
}.course_overview_style .photo_box_style {
    animation: fadeUp 1s 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    border-radius: 4px;
    position: relative;
    height: 380px;
    transform: translateY(20px);
    overflow: hidden;
    opacity: 0;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.course_overview_style .photo_box_style::before {
    z-index: 1;
    background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.5));
    top: 0;
    height: 100%;
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
}.course_overview_style .photo_box_style::after {
    mix-blend-mode: hue;
    transition: opacity 0.5s ease;
    content: "";
    position: absolute;
    opacity: 0.2;
    background: rgb(208,191,191);
    z-index: 2;
    inset: 0;
}.course_overview_style .photo_box_style:hover::after {
    opacity: 0;
}.course_overview_style .text_panel_style {
    opacity: 0;
    display: flex;
    transform: translateY(20px);
    animation: fadeUp 1s 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    flex-direction: column;
    gap: 30px;
}.course_overview_style .description {
    color: #000000;
    margin: 0;
    border-left: 2px solid rgb(173,152,152,0.5);
    transition: border-left 0.3s ease;
    padding-left: 15px;
    line-height: 1.8;
    position: relative;
    font-size: 17px;
}.course_overview_style .description:first-of-type {
    z-index: 2;
    position: relative;
}.course_overview_style .description:nth-of-type(2) {
    z-index: 1;
    position: relative;
    margin-top: 20px;
}.course_overview_style .description:hover {
    border-left: 2px solid rgb(173,152,152);
}.course_overview_style .description::first-letter {
    font-size: 1.5em;
    font-weight: 700;
    color: rgb(208,191,191);
}

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

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

@keyframes slideIn {
  0% {
    transform: translateX(-5%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

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

@media (min-width: 768px) {.course_overview_style .learn_development_style {
    grid-template-columns: 0.8fr 1.2fr;
    align-items: flex-start;
    gap: 60px;
}.course_overview_style .photo_box_style {
    transition: clip-path 0.5s ease;
    height: 500px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}.course_overview_style .photo_box_style:hover {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}.course_overview_style h2 {
    font-size: calc(38px * 1.2);
    max-width: 80%;
}.course_overview_style .text_panel_style {
    padding-top: 20px;
}
}

@media (min-width: 992px) {.course_overview_style {
    padding: 150px 0;
}.course_overview_style .container {
    padding: 0 40px;
}.course_overview_style h2 {
    margin-bottom: 60px;
    font-size: calc(38px * 1.3);
    max-width: 70%;
}.course_overview_style .photo_box_style {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
    height: 550px;
}.course_overview_style .description {
    line-height: 1.9;
    font-size: calc(17px * 1.05);
}.course_overview_style .text_panel_style {
    padding-top: 30px;
}
}

@media (min-width: 1200px) {.course_overview_style .learn_development_style {
    gap: 80px;
}.course_overview_style h2 {
    max-width: 60%;
}.course_overview_style .photo_box_style {
    transform: perspective(1000px) rotateY(-5deg);
    height: 600px;
    transition: transform 0.5s ease;
}.course_overview_style .photo_box_style:hover {
    transform: perspective(1000px) rotateY(0);
}.course_overview_style .text_panel_style {
    transform: perspective(1000px) rotateY(2deg);
    transition: transform 0.5s ease;
}.course_overview_style .text_panel_style:hover {
    transform: perspective(1000px) rotateY(0);
}
}

@media (max-width: 767px) {.course_overview_style {
    padding: 80px 0;
}.course_overview_style h2 {
    margin-bottom: 30px;
    font-size: 38px;
}.course_overview_style .photo_box_style {
    height: 280px;
}.course_overview_style .description {
    font-size: calc(17px * 0.95);
    line-height: 1.7;
}}.locate_style {
    position: relative;
    padding: 5rem 0;
    background-color: rgb(233,225,225);
    overflow: hidden;
}.locate_style::before {
    position: absolute;
    left: 0;
    height: 100%;
    content: "";
    z-index: 1;
    width: 100%;
    top: 0;
}.locate_style::after {
    transform: rotate(-15deg);
    background: linear-gradient(135deg, rgb(208,191,191,0.5) 0%, transparent 70%);
    opacity: 0.2;
    position: absolute;
    content: "";
    z-index: 0;
    left: -20%;
    height: 200%;
    width: 120%;
    top: -50%;
}.locate_style .container {
    z-index: 2;
    position: relative;
}.locate_style .message_section_style {
    display: flex;
    flex-direction: column;
    position: relative;
}.locate_style .message_section_style h3 {
    width: auto;
    position: relative;
    max-width: 70%;
    color: rgb(208,191,191);
    font-size: 40px;
    display: inline-block;
    margin-bottom: 3rem;
    font-weight: 700;
}.locate_style .message_section_style h3::before {
    top: 50%;
    left: -1rem;
    width: 5px;
    transform: translateY(-50%);
    content: "";
    border-radius: 10px;
    height: 70%;
    position: absolute;
    background-color: rgb(208,191,191);
}.locate_style .reach_block_style {
    font-size: calc(13px * 1.1);
    line-height: 1.6;
    color: #000000;
    margin-bottom: 3rem;
    max-width: 80%;
}.locate_style .edu_guide_style {
    flex-wrap: wrap;
    margin: -1rem;
    display: flex;
}.locate_style .edu_guide_style > span {
    min-width: 250px;
    border-radius: 16px;
    margin: 1rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    background-color: #ffffff;
    overflow: hidden;
    opacity: 1;
    padding: 2.5rem;
    flex: 1 0 calc(33.333% - 2rem);
    z-index: 1;
}.locate_style .edu_guide_style > span::before {
    width: 100%;
    z-index: -1;
    opacity: 0.4;
    background-position: 0 0, 0 100%, 100% 0, 100% 100%;
    top: 0;
    position: absolute;
    background-repeat: no-repeat;
    height: 100%;
    background: linear-gradient(45deg, transparent 98%, rgb(208,191,191) 0), 
                linear-gradient(-45deg, transparent 98%, rgb(208,191,191) 0), 
                linear-gradient(135deg, transparent 98%, rgb(208,191,191) 0), 
                linear-gradient(-135deg, transparent 98%, rgb(208,191,191) 0);
    background-size: 20px 20px;
    left: 0;
    content: "";
}.locate_style .edu_guide_style > span:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.locate_style .edu_guide_style > span svg {
    width: 28px;
    fill: rgb(208,191,191);
    top: 1.5rem;
    opacity: 0.7;
    height: 28px;
    right: 1.5rem;
    transition: all 0.4s ease;
    position: absolute;
}.locate_style .edu_guide_style > span svg path {
    stroke-width: 0.5;
    stroke: #ffffff;
    transition: all 0.3s ease;
}.locate_style .edu_guide_style > span:hover svg path {
    stroke-width: 1;
}.locate_style .edu_guide_style p {
    font-size: 13px;
    position: relative;
    align-items: center;
    font-weight: 400;
    color: #000000;
    margin: 0;
    display: flex;
}.locate_style .edu_guide_style p svg {
    width: 18px;
    height: 18px;
    fill: rgb(208,191,191);
    opacity: 0.8;
    margin-right: 10px;
    position: static;
}.locate_style .edu_guide_style span > span {
    display: flex;
    color: rgb(208,191,191);
    align-items: center;
    margin-top: 0.5rem;
    font-size: calc(13px * 1.1);
    font-weight: 600;
}.locate_style .edu_guide_style span > span svg {
    margin-right: 8px;
    height: 16px;
    opacity: 0.8;
    width: 16px;
    position: static;
}.locate_style .edu_guide_style a {
    display: inline-flex;
    color: rgb(208,191,191);
    transition: color 0.3s ease;
    position: relative;
    align-items: center;
    text-decoration: none;
}.locate_style .edu_guide_style a svg {
    margin-right: 6px;
    width: 14px;
    height: 14px;
    position: static;
    transition: transform 0.3s ease;
}.locate_style .edu_guide_style a::after {
    background-color: rgb(208,191,191);
    width: 100%;
    transition: transform 0.3s ease;
    content: "";
    left: 0;
    height: 1px;
    bottom: -2px;
    transform-origin: right;
    position: absolute;
    transform: scaleX(0);
}.locate_style .edu_guide_style a:hover {
    color: rgb(173,152,152);
}.locate_style .edu_guide_style a:hover svg {
    transform: translateX(3px);
    fill: rgb(173,152,152);
}.locate_style .edu_guide_style a:hover::after {
    background-color: rgb(173,152,152);
    transform: scaleX(1);
    transform-origin: left;
}.locate_style .contact_map_style {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    background-color: #ffffff;
    width: 100%;
    margin-top: 3rem;
    padding: 2.5rem;
}.locate_style .contact_map_style::before {
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
    background-position: 0 0, 0 100%, 100% 0, 100% 100%;
    background: linear-gradient(45deg, transparent 98%, rgb(173,152,152) 0), 
                linear-gradient(-45deg, transparent 98%, rgb(173,152,152) 0), 
                linear-gradient(135deg, transparent 98%, rgb(173,152,152) 0), 
                linear-gradient(-135deg, transparent 98%, rgb(173,152,152) 0);
    background-repeat: no-repeat;
    opacity: 0.4;
    left: 0;
    z-index: -1;
    background-size: 20px 20px;
}.locate_style .contact_map_style h4 {
    font-weight: 700;
    font-size: 22px;
    color: rgb(173,152,152);
    align-items: center;
    display: inline-flex;
    margin-bottom: 1.5rem;
    position: relative;
}.locate_style .contact_map_style h4 svg {
    fill: rgb(173,152,152);
    transition: transform 0.5s ease;
    height: 22px;
    margin-right: 10px;
    width: 22px;
}.locate_style .contact_map_style:hover h4 svg {
    transform: rotate(360deg);
}.locate_style .contact_map_style h4::after {
    position: absolute;
    background-color: rgb(173,152,152);
    content: "";
    bottom: -8px;
    border-radius: 10px;
    height: 3px;
    width: 40px;
    left: 0;
}.locate_style .contact_map_style span {
    border-radius: 10px;
    transition: all 0.3s ease;
    padding: 0.5rem 1rem;
    display: inline-flex;
    color: #000000;
    align-items: center;
    font-size: 13px;
    margin: 0.5rem 1rem 0.5rem 0;
    background-color: rgba(rgb(173,152,152,0.5), 0.1);
}.locate_style .contact_map_style span:hover {
    transform: translateY(-2px);
    background-color: rgba(rgb(173,152,152,0.5), 0.2);
}.locate_style .contact_map_style span svg {
    fill: rgb(173,152,152);
    height: 14px;
    margin-right: 8px;
    opacity: 0.8;
    width: 14px;
    transition: all 0.3s ease;
}.locate_style .contact_map_style span:hover svg {
    transform: scale(1.2);
    opacity: 1;
}.locate_style .edu_guide_style > span::after {
    background: linear-gradient(to right, rgb(208,191,191), rgb(173,152,152));
    top: 0;
    position: absolute;
    transition: width 0.5s ease;
    z-index: 2;
    height: 3px;
    content: "";
    left: 0;
    width: 0;
}.locate_style .edu_guide_style > span:hover::after {
    width: 100%;
}.locate_style .edu_guide_style > span:nth-child(1) {
    animation-delay: 0.1s;
}.locate_style .edu_guide_style > span:nth-child(2) {
    animation-delay: 0.2s;
}.locate_style .edu_guide_style > span:nth-child(3) {
    animation-delay: 0.3s;
}.locate_style .edu_guide_style > span:nth-child(4) {
    animation-delay: 0.4s;
}.locate_style .edu_guide_style > span:nth-child(5) {
    animation-delay: 0.5s;
}.locate_style .edu_guide_style > span:nth-child(6) {
    animation-delay: 0.6s;
}.locate_style .contact_map_style {
    opacity: 0;
    animation-delay: 0.7s;
    animation: fadeInUp 0.6s ease forwards;
}
@media (min-width: 1200px) {.locate_style .edu_guide_style > span {
    flex: 1 0 calc(33.333% - 2rem);
}.locate_style {
    padding: 7rem 0;
}
}
@media (max-width: 1199px) and (min-width: 992px) {.locate_style .edu_guide_style > span {
    flex: 1 0 calc(50% - 2rem);
}.locate_style .edu_guide_style > span svg {
    height: 24px;
    width: 24px;
}
}
@media (max-width: 991px) {.locate_style {
    padding: 5rem 0;
}.locate_style .edu_guide_style > span {
    flex: 1 0 calc(50% - 2rem);
}.locate_style .message_section_style h3 {
    max-width: 90%;
    font-size: calc(40px * 0.9);
}.locate_style .reach_block_style {
    max-width: 100%;
}.locate_style .edu_guide_style > span svg {
    width: 22px;
    top: 1.2rem;
    right: 1.2rem;
    height: 22px;
}.locate_style .contact_map_style h4 svg {
    width: 20px;
    height: 20px;
}
}
@media (max-width: 767px) {.locate_style {
    padding: 4rem 0;
}.locate_style .edu_guide_style > span {
    flex: 1 0 calc(100% - 2rem);
}.locate_style .message_section_style h3 {
    font-size: calc(40px * 0.8);
    max-width: 100%;
}.locate_style .reach_block_style {
    font-size: 13px;
}.locate_style .contact_map_style {
    padding: 2rem;
}.locate_style .edu_guide_style > span {
    padding: 2rem;
}.locate_style .edu_guide_style > span svg {
    top: 1rem;
    height: 20px;
    width: 20px;
    right: 1rem;
}.locate_style .contact_map_style span svg {
    width: 12px;
    height: 12px;
}
}
@media (max-width: 575px) {.locate_style {
    padding: 3rem 0;
}.locate_style .message_section_style h3 {
    margin-bottom: 2rem;
    font-size: 37px;
}.locate_style .reach_block_style {
    margin-bottom: 2rem;
}.locate_style .edu_guide_style {
    margin: -0.5rem;
}.locate_style .edu_guide_style > span {
    margin: 0.5rem;
    padding: 1.5rem;
}.locate_style .contact_map_style {
    margin-top: 2rem;
    padding: 1.5rem;
}.locate_style .contact_map_style span {
    padding: 0.3rem 0.7rem;
    margin: 0.3rem 0.5rem 0.3rem 0;
}.locate_style .edu_guide_style > span svg {
    top: 0.8rem;
    width: 18px;
    height: 18px;
    right: 0.8rem;
}.locate_style .contact_map_style h4 svg {
    width: 18px;
    height: 18px;
}.locate_style .contact_map_style span svg {
    margin-right: 5px;
    height: 10px;
    width: 10px;
}}
.locate_style .container::before {
    content: "";
    right: -15%;
    opacity: 0.1;
    position: absolute;
    border: 30px solid rgb(208,191,191,0.5);
    width: 300px;
    z-index: -1;
    animation: rotate 40s linear infinite;
    height: 300px;
    top: 10%;
    border-radius: 50%;
}.locate_style .container::after {
    left: -10%;
    opacity: 0.1;
    border: 20px solid rgb(173,152,152,0.5);
    width: 200px;
    height: 200px;
    z-index: -1;
    border-radius: 50%;
    content: "";
    bottom: -10%;
    position: absolute;
}.locate_style .edu_guide_style > span:hover::after {
    background-size: 200% 200%;
    background: linear-gradient(90deg, rgb(208,191,191), rgb(173,152,152), rgb(208,191,191));
}.customer_comments_style {
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(145deg, rgb(233,225,225) 0%, rgba(240, 245, 255, 0.9) 100%);
    position: relative;
}.customer_comments_style::before {
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    background: repeating-linear-gradient(
        rgba(rgb(208,191,191,0.5), 0.03) 1px,
        transparent 2px,
        transparent 10px
    );
    pointer-events: none;
    opacity: 0.7;
    z-index: 1;
}.customer_comments_style::after {
    z-index: 0;
    position: absolute;
    content: "";
    width: 70vw;
    background: radial-gradient(
        circle at center,
        rgba(rgb(173,152,152,0.5), 0.08) 0%,
        rgba(rgb(173,152,152,0.5), 0.03) 40%,
        transparent 70%
    );
    height: 70vw;
    right: -20%;
    top: -50%;
    border-radius: 50%;
}.customer_comments_style h2 {
    animation: titleReveal 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    color: #000000;
    margin-bottom: 60px;
    text-align: center;
    font-size: 29px;
    opacity: 0;
    z-index: 2;
    transform: translateY(0);
    font-weight: 700;
    position: relative;
}.customer_comments_style h2::after {
    left: 50%;
    height: 3px;
    width: 120px;
    bottom: -15px;
    animation: lineExpand 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.3s;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(173,152,152), transparent);
    transform: translateX(-50%) scaleX(0);
    position: absolute;
}.customer_comments_style .container.skill_studio_style {
    max-width: 1200px;
    position: relative;
    z-index: 2;
}.customer_comments_style .opinion_spot_style {
    gap: 40px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    perspective: 1000px;
}.customer_comments_style .feedback_views_style {
    transform: translateZ(0) translateY(20px) rotateX(2deg);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), 
                box-shadow 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: flex;
    animation-delay: calc(0.15s * var(--index, 0));
    padding: 30px;
    height: 100%;
    flex-direction: column;
    animation: reviewAppear 0.7s cubic-bezier(0.2, 1, 0.3, 1) forwards;
    opacity: 0;
    background: #ffffff;
    transform-style: preserve-3d;
    position: relative;
    box-shadow: 0 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.05), 
                0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.03);
    border-radius: 10px;
}.customer_comments_style .feedback_views_style:hover {
    box-shadow: 0 25px 50px rgba(rgba(0, 0, 0, 0.5), 0.08), 
                0 10px 25px rgba(rgba(0, 0, 0, 0.5), 0.05),
                0 0 0 1px rgba(rgb(208,191,191,0.5), 0.02);
    transform: translateZ(10px) translateY(-5px) rotateX(0);
}.customer_comments_style .feedback_views_style::before {
    color: rgba(rgb(173,152,152,0.5), 0.1);
    content: "";
    line-height: 1;
    font-family: serif;
    z-index: 0;
    position: absolute;
    left: 20px;
    font-size: 120px;
    top: -20px;
}.customer_comments_style .feedback_views_style h3 {
    font-weight: 600;
    z-index: 2;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateX(0);
    margin-bottom: 10px;
    position: relative;
    color: rgb(208,191,191);
    font-size: calc(21px - 2px);
}.customer_comments_style .feedback_views_style:hover h3 {
    transform: translateX(5px);
}.customer_comments_style .feedback_views_style .description {
    z-index: 2;
    margin-bottom: 25px;
    position: relative;
    color: #000000;
    font-size: 12px;
    line-height: 1.6;
    flex-grow: 1;
}.customer_comments_style .feedback_views_style div {
    transform: translateY(0) scale(1);
    border: 3px solid rgba(rgb(173,152,152,0.5), 0.2);
    border-radius: 50%;
    position: relative;
    width: 60px;
    overflow: hidden;
    margin-top: auto;
    transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    height: 60px;
}.customer_comments_style .feedback_views_style:hover div {
    border-color: rgba(rgb(173,152,152,0.5), 0.4);
    transform: translateY(-5px) scale(1.05);
}.customer_comments_style .feedback_views_style div::after {
    z-index: 3;
    box-shadow: inset 0 0 0 1px rgba(rgb(208,191,191,0.5), 0.1);
    left: 0;
    border-radius: 50%;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}.customer_comments_style .feedback_views_style img {
    object-fit: cover;
    height: 100%;
    transition: transform 0.6s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    width: 100%;
}.customer_comments_style .feedback_views_style:hover img {
    transform: scale(1.1);
}.customer_comments_style .feedback_views_style:nth-child(2n) {
    transform: translateZ(0) translateY(20px) rotateX(-2deg);
}.customer_comments_style .feedback_views_style:nth-child(2n):hover {
    transform: translateZ(10px) translateY(-5px) rotateX(0);
}.customer_comments_style .feedback_views_style:nth-child(3n)::before {
    left: auto;
    right: 20px;
}.customer_comments_style .feedback_views_style:nth-child(3n) div {
    margin-left: auto;
}.customer_comments_style .feedback_views_style:nth-child(3n+1) {
    border-top: 3px solid rgb(208,191,191);
}.customer_comments_style .feedback_views_style:nth-child(3n+2) {
    border-top: 3px solid rgb(173,152,152);
}.customer_comments_style .feedback_views_style:nth-child(3n+3) {
    border-top: 3px solid rgba(rgb(208,191,191,0.5), 0.5);
}

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

@keyframes lineExpand {
    0% {
        transform: translateX(-50%) scaleX(0);
    }
    100% {
        transform: translateX(-50%) scaleX(1);
    }
}

@keyframes reviewAppear {
    0% {
        transform: translateZ(0) translateY(50px) rotateX(5deg);
        opacity: 0;
    }
    100% {
        transform: translateZ(0) translateY(0) rotateX(0);
        opacity: 1;
    }
}

@media (max-width: 1200px) {.customer_comments_style {
    padding: 90px 0;
}.customer_comments_style h2 {
    margin-bottom: 50px;
    font-size: calc(29px - 2px);
}.customer_comments_style .opinion_spot_style {
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
}

@media (max-width: 991px) {.customer_comments_style {
    padding: 80px 0;
}.customer_comments_style h2 {
    margin-bottom: 40px;
    font-size: calc(29px - 4px);
}.customer_comments_style .opinion_spot_style {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}.customer_comments_style .feedback_views_style {
    padding: 25px;
}
}

@media (max-width: 767px) {.customer_comments_style {
    padding: 60px 0;
}.customer_comments_style h2 {
    font-size: calc(29px - 6px);
    margin-bottom: 35px;
}.customer_comments_style .opinion_spot_style {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 20px;
}.customer_comments_style .feedback_views_style {
    padding: 20px;
}.customer_comments_style .feedback_views_style::before {
    font-size: 100px;
}
}

@media (max-width: 480px) {.customer_comments_style {
    padding: 50px 0;
}.customer_comments_style h2 {
    font-size: calc(29px - 8px);
    margin-bottom: 30px;
}.customer_comments_style .feedback_views_style {
    padding: 20px 15px;
}.customer_comments_style .feedback_views_style::before {
    font-size: 80px;
    top: -15px;
}.customer_comments_style .feedback_views_style h3 {
    font-size: calc(21px - 4px);
}.customer_comments_style .feedback_views_style .description {
    font-size: calc(12px - 1px);
}}.privacy_container_style {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
    line-height: 1.6;
    padding: 40px;
    background-color: rgb(233,225,225);
    color: #000000;
    font-family: Arial, sans-serif;
}.privacy_container_style h1 {
    color: rgb(208,191,191);
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-weight: 700;
    border-bottom: 2px solid rgb(208,191,191);
    font-size: 41px;
}.privacy_container_style h2 {
    margin-bottom: 15px;
    font-weight: 600;
    color: rgb(173,152,152);
    margin-top: 30px;
    font-size: 38px;
}.privacy_container_style h3,
.privacy_container_style h4,
.privacy_container_style h5,
.privacy_container_style h6 {
    margin-bottom: 10px;
    color: rgb(208,191,191);
    font-weight: 400;
    margin-top: 25px;
}.privacy_container_style h3 {
    font-size: calc(22px - 0.2rem);
}.privacy_container_style h4 {
    font-size: 22px;
}.privacy_container_style h5 {
    font-size: calc(22px - 0.2rem);
}.privacy_container_style h6 {
    font-size: 19px;
}.privacy_container_style ul {
    margin-top: 10px;
    list-style-type: disc;
    padding-left: 20px;
}.privacy_container_style ol {
    list-style-type: decimal;
    margin-top: 10px;
    padding-left: 20px;
}.privacy_container_style li {
    margin-bottom: 10px;
    line-height: 1.5;
}.privacy_container_style div {
    margin-bottom: 20px;
}.privacy_container_style p {
    margin-bottom: 20px;
    font-size: 18px;
}.privacy_container_style span {
    color: rgb(208,191,191);
    font-weight: 600;
}
@media only screen and (max-width: 800px) {.privacy_container_style {
    padding: 20px;
    border-radius: 10px;
}.privacy_container_style h1 {
    font-size: calc(22px - 0.5rem);
}.privacy_container_style h2 {
    font-size: calc(22px - 0.4rem);
}.privacy_container_style p {
    font-size: calc(18px - 0.2rem);
}}
.privacy_container_style::before {
    height: 5px;
    border-radius: 10px;
    content: '';
    margin-bottom: 20px;
    width: 50px;
    display: block;
    background-color: rgb(208,191,191);
}.privacy_container_style ul li::marker,
.privacy_container_style ol li::marker {
    font-weight: 700;
    color: rgb(173,152,152);
}.privacy_container_style h2 {
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text !important;
    background: linear-gradient(to right, rgb(208,191,191), rgb(173,152,152));
}.privacy_container_style section {
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    margin: 40px 0;
}.company_overview_style {
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(145deg, rgb(233,225,225) 0%, rgba(245, 247, 250, 0.9) 100%);
}.company_overview_style::before {
    position: absolute;
    transform: rotate(-15deg) skew(15deg);
    content: "";
    top: -10%;
    opacity: 0.1;
    animation: float 20s infinite ease-in-out;
    height: 70%;
    right: -5%;
    background: linear-gradient(135deg, rgb(208,191,191,0.5) 0%, transparent 80%);
    z-index: 1;
    width: 40%;
}.company_overview_style::after {
    transform: rotate(15deg) skew(-15deg);
    background: linear-gradient(225deg, rgb(173,152,152,0.5) 0%, transparent 80%);
    position: absolute;
    z-index: 1;
    bottom: -10%;
    content: "";
    animation: float 25s infinite ease-in-out reverse;
    height: 60%;
    opacity: 0.1;
    width: 30%;
    left: -5%;
}.company_overview_style .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 1.5rem;
    max-width: 1200px;
}.company_overview_style h1 {
    position: relative;
    font-weight: 700;
    font-size: 43px;
    font-family: Arial, sans-serif;
    text-align: left;
    transform: translateX(-0.5rem);
    margin-bottom: 3rem;
    color: #000000;
}.company_overview_style h1::before {
    content: "";
    left: 0;
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(0.6);
    height: 0.25rem;
    bottom: -0.75rem;
    transform-origin: left;
    width: 6rem;
    background: rgb(208,191,191);
}.company_overview_style h1::after {
    height: 0.25rem;
    left: 0;
    content: "";
    transform: translateX(6.5rem) scaleX(0.3);
    transform-origin: left;
    position: absolute;
    bottom: -0.75rem;
    background: rgb(173,152,152);
    width: 3rem;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
}.company_overview_style:hover h1::before {
    transform: scaleX(1);
}.company_overview_style:hover h1::after {
    transform: translateX(7rem) scaleX(0.5);
}.company_overview_style .who_weare_style {
    position: relative;
}.company_overview_style .who_weare_style ul {
    margin: 0;
    grid-template-columns: 1fr;
    list-style: none;
    gap: 2.5rem;
    padding: 0;
    display: grid;
}.company_overview_style .value_prop_style {
    padding: 2.5rem;
    background-color: #ffffff;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 10px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transform: translateY(0);
}.company_overview_style .value_prop_style::before {
    opacity: 0.8;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    height: 100%;
    content: "";
    background: linear-gradient(to bottom, rgb(208,191,191), rgb(173,152,152));
    width: 0.25rem;
    transform-origin: center;
    top: 0;
    transform: scaleY(0.6);
    left: 0;
}.company_overview_style .value_prop_style:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    transform: translateY(-0.5rem);
}.company_overview_style .value_prop_style:hover::before {
    transform: scaleY(1);
}.company_overview_style .value_prop_style h4 {
    margin-bottom: 1.5rem;
    position: relative;
    font-size: calc(24px * 1.1);
    display: inline-block;
    font-weight: 600;
    margin-top: 0;
    font-family: Arial, sans-serif;
    color: #000000;
}.company_overview_style .value_prop_style h4::after {
    height: 0.125rem;
    transform-origin: left;
    left: 0;
    width: 100%;
    position: absolute;
    bottom: -0.5rem;
    transform: scaleX(0.3);
    background: linear-gradient(to right, rgb(208,191,191), transparent);
    content: "";
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.company_overview_style .value_prop_style:hover h4::after {
    transform: scaleX(1);
}.company_overview_style .value_prop_style div {
    font-size: 16px;
    padding-right: 0.5rem;
    line-height: 1.7;
    overflow-y: auto;
    max-height: 350px;
    color: #000000;
    font-family: Arial, sans-serif;
}.company_overview_style .value_prop_style div::-webkit-scrollbar {
    width: 0.25rem;
}.company_overview_style .value_prop_style div::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.05);
}.company_overview_style .value_prop_style div::-webkit-scrollbar-thumb {
    background: rgb(208,191,191,0.5);
    border-radius: 10px;
}

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

@media (min-width: 768px) {.company_overview_style {
    padding: 8rem 0;
}.company_overview_style h1 {
    margin-bottom: 4rem;
    font-size: calc(43px * 1.2);
}.company_overview_style .who_weare_style ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
}.company_overview_style .value_prop_style {
    padding: 3rem;
}.company_overview_style .value_prop_style h4 {
    margin-bottom: 2rem;
    font-size: calc(24px * 1.2);
}.company_overview_style .value_prop_style div {
    max-height: 400px;
    font-size: calc(16px * 1.05);
}.company_overview_style::before {
    height: 75%;
    width: 45%;
}.company_overview_style::after {
    height: 65%;
    width: 35%;
}
}

@media (min-width: 992px) {.company_overview_style {
    padding: 10rem 0;
}.company_overview_style .container {
    padding: 0 2rem;
}.company_overview_style h1 {
    transform: translateX(-1rem);
    font-size: calc(43px * 1.4);
}.company_overview_style .value_prop_style {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 3.5rem;
}.company_overview_style .value_prop_style:first-child {
    transform: translateY(2rem);
}.company_overview_style .value_prop_style:last-child {
    transform: translateY(-2rem);
}.company_overview_style .value_prop_style:first-child:hover {
    transform: translateY(1.5rem);
}.company_overview_style .value_prop_style:last-child:hover {
    transform: translateY(-2.5rem);
}.company_overview_style .value_prop_style div {
    padding-right: 1rem;
    max-height: 450px;
    font-size: calc(16px * 1.1);
}.company_overview_style .value_prop_style h4 {
    font-size: calc(24px * 1.3);
}.company_overview_style::before {
    width: 50%;
    height: 80%;
}.company_overview_style::after {
    width: 40%;
    height: 70%;
}
}

@media (min-width: 1200px) {.company_overview_style {
    padding: 12rem 0;
}.company_overview_style .container {
    padding: 0;
}.company_overview_style h1 {
    font-size: calc(43px * 1.5);
}.company_overview_style .who_weare_style ul {
    gap: 4rem;
}.company_overview_style .value_prop_style {
    padding: 4rem;
}.company_overview_style .value_prop_style:first-child {
    transform: translateY(3rem);
}.company_overview_style .value_prop_style:last-child {
    transform: translateY(-3rem);
}.company_overview_style .value_prop_style:first-child:hover {
    transform: translateY(2.5rem);
}.company_overview_style .value_prop_style:last-child:hover {
    transform: translateY(-3.5rem);
}}footer {
    position: relative;
    z-index: 1;
}footer::before {
    background: linear-gradient(120deg, rgb(208,191,191) 0%, rgb(173,152,152) 100%);
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0.85;
    left: 0;
    z-index: -2;
    position: absolute;
    content: "";
}footer::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    z-index: -1;
    right: 0;
    background-size: 20px 20px;
    left: 0;
    background-image: 
        linear-gradient(to right, rgba(255,255,255,0.07) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255,255,255,0.07) 1px, transparent 1px);
}.mentor_net_style {
    padding: 4rem 0 2.5rem;
    position: relative;
    color: #ffffff;
}.mentor_net_style::before {
    position: absolute;
    width: 100%;
    clip-path: polygon(
        0% 0%, 4% 100%, 8% 0%, 12% 100%, 16% 0%, 20% 100%, 
        24% 0%, 28% 100%, 32% 0%, 36% 100%, 40% 0%, 44% 100%, 
        48% 0%, 52% 100%, 56% 0%, 60% 100%, 64% 0%, 68% 100%, 
        72% 0%, 76% 100%, 80% 0%, 84% 100%, 88% 0%, 92% 100%, 
        96% 0%, 100% 100%
    );
    background: #ffffff;
    top: 0;
    content: "";
    height: 10px;
    opacity: 0.2;
    left: 0;
}.mentor_net_style .container {
    flex-wrap: wrap;
    display: flex;
    gap: 3rem;
    position: relative;
    justify-content: space-between;
}.mentor_net_style .company_holder {
    flex: 1 1 400px;
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    clip-path: polygon(
        0% 0%, 100% 0%, 95% 100%, 5% 100%
    );
    position: relative;
    background: rgba(255, 255, 255, 0.1);
}.mentor_net_style .company_holder h3 {
    font-weight: 700;
    background: rgba(255, 255, 255, 0.15);
    display: inline-block;
    margin: 0 0 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 37px;
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 5% 100%);
    padding: 0.5rem 2rem;
    color: #ffffff;
}.mentor_net_style .med_guides_style {
    color: #ffffff;
    line-height: 1.6;
    background: rgba(0, 0, 0, 0.15);
    margin: 0 1rem;
    font-size: 14px;
    clip-path: polygon(3% 0%, 97% 0%, 100% 100%, 0% 100%);
    padding: 1.5rem;
}.mentor_net_style .hackathon_style {
    min-width: 400px;
    gap: 2rem;
    display: flex;
    flex: 1 1 calc(100% - 480px);
    flex-direction: column;
}.mentor_net_style .first_teach_style {
    flex-wrap: wrap;
    gap: 2.5rem;
    display: flex;
}.mentor_net_style .head_pagebar_style {
    flex: 1 1 calc(50% - 1.25rem);
    min-width: 200px;
    position: relative;
}.mentor_net_style .head_pagebar_style h5 {
    display: inline-block;
    color: #ffffff;
    margin: 0 0 1.5rem;
    font-size: 24px;
    clip-path: polygon(0% 0%, 95% 0%, 100% 100%, 5% 100%);
    font-weight: 600;
    background: rgba(255, 255, 255, 0.15);
    position: relative;
    padding: 0.5rem 1.5rem;
}.mentor_net_style .head_pagebar_style .first_teach_style {
    padding: 1.5rem;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.15);
    clip-path: polygon(2% 0%, 98% 0%, 100% 95%, 0% 100%);
    display: flex;
    gap: 0.8rem;
}.mentor_net_style .head_pagebar_style .first_teach_style a {
    position: relative;
    clip-path: polygon(0% 0%, 97% 0%, 100% 100%, 3% 100%);
    font-size: 14px;
    text-decoration: none;
    padding: 0.6rem 1rem;
    background: rgba(255, 255, 255, 0.05);
    display: block;
    transition: all 0.3s ease;
    color: #ffffff;
}.mentor_net_style .head_pagebar_style .first_teach_style a:hover {
    transform: translateX(5px);
    background: rgba(255, 255, 255, 0.15);
}.mentor_net_style .head_pagebar_style .first_teach_style a::before {
    content: "";
    width: 3px;
    top: 0;
    position: absolute;
    left: 0;
    transition: all 0.3s ease;
    height: 100%;
    opacity: 0;
    background: #ffffff;
}.mentor_net_style .head_pagebar_style .first_teach_style a:hover::before {
    opacity: 0.7;
}.media_kit_style {
    background: rgba(255, 255, 255, 0.1);
    clip-path: polygon(0% 20%, 2% 0%, 98% 0%, 100% 20%, 100% 100%, 0% 100%);
    padding: 2rem 0;
    margin-top: 3rem;
    position: relative;
}.media_kit_style .container {
    display: flex;
    justify-content: center;
    align-items: center;
}.media_kit_style .ssl_info_style {
    clip-path: polygon(5% 0%, 95% 0%, 100% 100%, 0% 100%);
    position: relative;
    padding: 0.7rem 2rem;
    font-size: 15px;
    background: rgba(255, 255, 255, 0.05);
    text-align: center;
    color: #ffffff;
}

@keyframes hexagonPulse {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@media (max-width: 1200px) {.mentor_net_style .container {
    gap: 2rem;
}.mentor_net_style .company_holder {
    flex: 1 1 380px;
}.mentor_net_style .hackathon_style {
    min-width: 380px;
    flex: 1 1 calc(100% - 430px);
}
}

@media (max-width: 992px) {.mentor_net_style {
    padding: 3.5rem 0 2rem;
}.mentor_net_style .container {
    gap: 2.5rem;
    flex-direction: column;
}.mentor_net_style .company_holder,
    .mentor_net_style .hackathon_style {
    min-width: 100%;
    flex: 1 1 100%;
}.mentor_net_style .head_pagebar_style {
    flex: 1 1 calc(50% - 1.25rem);
    min-width: 200px;
}
}

@media (max-width: 768px) {.mentor_net_style {
    padding: 3rem 0 1.5rem;
}.mentor_net_style .company_holder {
    padding: 2rem;
}.mentor_net_style .company_holder h3 {
    font-size: calc(37px - 2px);
}.mentor_net_style .first_teach_style {
    gap: 1.5rem;
}.media_kit_style {
    margin-top: 2rem;
}
}

@media (max-width: 576px) {.mentor_net_style {
    padding: 2.5rem 0 1rem;
}.mentor_net_style .head_pagebar_style {
    min-width: 100%;
    flex: 1 1 100%;
}.mentor_net_style .first_teach_style {
    gap: 1rem;
}.media_kit_style {
    margin-top: 1.5rem;
    clip-path: polygon(0% 10%, 2% 0%, 98% 0%, 100% 10%, 100% 100%, 0% 100%);
    padding: 1.5rem 0;
}.mentor_net_style::before {
    height: 5px;
}
}

@media (max-width: 420px) {.mentor_net_style .company_holder {
    padding: 1.5rem;
    clip-path: polygon(0% 0%, 100% 0%, 97% 100%, 3% 100%);
}.mentor_net_style .company_holder h3 {
    padding: 0.4rem 1rem;
}.mentor_net_style .head_pagebar_style h5 {
    padding: 0.4rem 1rem;
}.mentor_net_style .head_pagebar_style .first_teach_style {
    padding: 1rem;
}.mentor_net_style .head_pagebar_style .first_teach_style a:hover {
    transform: translateX(3px);
}.media_kit_style .ssl_info_style {
    width: 90%;
    padding: 0.6rem 1.5rem;
}}.appWrapper_style {
    position: relative;
    background: linear-gradient(135deg, rgb(233,225,225) 0%, rgb(173,152,152,0.5) 100%);
    padding: 120px 0;
    overflow: hidden;
}.appWrapper_style::before {
    height: 300px;
    opacity: 0.6;
    position: absolute;
    width: 300px;
    background: radial-gradient(circle, rgb(208,191,191,0.5) 0%, transparent 70%);
    top: -50px;
    animation: pulse 8s infinite alternate ease-in-out;
    transform: rotate(-15deg);
    content: "";
    right: -50px;
    z-index: 1;
}.appWrapper_style::after {
    opacity: 0.4;
    background: radial-gradient(ellipse, rgb(173,152,152,0.5) 0%, transparent 70%);
    bottom: -100px;
    content: "";
    width: 400px;
    z-index: 1;
    left: -100px;
    position: absolute;
    height: 400px;
    animation: float 12s infinite alternate ease-in-out;
}.appWrapper_style .container {
    position: relative;
    margin: 0 auto;
    max-width: 1140px;
    z-index: 2;
    padding: 0 20px;
}.appWrapper_style h2 {
    position: relative;
    margin-bottom: 40px;
    color: #000000;
    opacity: 1;
    animation: slideInTitle 1.2s ease-out;
    transform: translateY(0);
    font-size: 33px;
    font-weight: 700;
}.appWrapper_style h2::after {
    width: 80px;
    transform-origin: left;
    content: "";
    left: 0;
    background: linear-gradient(90deg, rgb(208,191,191) 0%, rgb(173,152,152) 100%);
    bottom: -15px;
    height: 4px;
    animation: expandWidth 1.5s ease-out forwards 0.5s;
    position: absolute;
}.appWrapper_style .skill_studio_style {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    transform: translateY(0);
    position: relative;
    animation: slideInContent 1.5s ease-out 0.3s both;
    background: #ffffff;
    padding: 40px;
}.appWrapper_style .skill_studio_style::before {
    background: linear-gradient(135deg, transparent 0%, rgb(255, 255, 255, 0.5) 100%);
    left: 0;
    height: 100%;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100%;
}.appWrapper_style ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.appWrapper_style li {
    animation: fadeIn 1.8s ease-out 0.6s both;
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative;
}.appWrapper_style li::before {
    background: rgb(208,191,191);
    content: "";
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    position: absolute;
    top: 10px;
    animation: rotateMark 6s infinite alternate ease-in-out;
    left: 0;
}.appWrapper_style li span {
    color: #000000;
    line-height: 1.8;
    display: block;
    font-family: Arial, sans-serif;
    font-size: 18px;
}

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

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

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

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

@keyframes rotateMark {
  0% {
    transform: rotate(45deg);
  }
  50% {
    transform: rotate(135deg);
  }
  100% {
    transform: rotate(45deg);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1) rotate(-15deg);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.1) rotate(-15deg);
    opacity: 0.8;
  }
  100% {
    transform: scale(1) rotate(-15deg);
    opacity: 0.6;
  }
}

@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}

@media (max-width: 992px) {.appWrapper_style {
    padding: 80px 0;
}.appWrapper_style h2 {
    font-size: calc(33px * 0.9);
}.appWrapper_style .skill_studio_style {
    padding: 30px;
}
}

@media (max-width: 768px) {.appWrapper_style {
    padding: 60px 0;
}.appWrapper_style h2 {
    margin-bottom: 30px;
    font-size: calc(33px * 0.8);
}.appWrapper_style h2::after {
    width: 60px;
}.appWrapper_style .skill_studio_style {
    padding: 25px;
}.appWrapper_style::before {
    width: 200px;
    height: 200px;
}.appWrapper_style::after {
    width: 250px;
    height: 250px;
}
}

@media (max-width: 576px) {.appWrapper_style {
    padding: 40px 0;
}.appWrapper_style h2 {
    font-size: calc(33px * 0.7);
    margin-bottom: 25px;
}.appWrapper_style h2::after {
    width: 50px;
    height: 3px;
}.appWrapper_style .skill_studio_style {
    padding: 20px;
}.appWrapper_style li {
    padding-left: 20px;
}.appWrapper_style li span {
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}
}

@media (prefers-reduced-motion: reduce) {.appWrapper_style, .appWrapper_style::before, .appWrapper_style::after, 
  .appWrapper_style h2, .appWrapper_style h2::after, 
  .appWrapper_style .skill_studio_style, .appWrapper_style li, .appWrapper_style li::before {
    animation: none;
    transition: none;
}
}

@supports (container-type: inline-size) {.appWrapper_style .container {
    container-type: inline-size;
    container-name: thanks-container;
}
  
  @container thanks-container (max-width: 768px) {.appWrapper_style .skill_studio_style {
    padding: 20px;
}.appWrapper_style h2 {
    margin-bottom: 25px;
}}
}.cookieUsagePromptBar_style {
    z-index: 90;
    border-top: 3px solid rgb(208,191,191);
    width: 100%;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    bottom: 0;
    background: rgb(233,225,225);
    transition: transform 0.3s ease-in-out;
    position: fixed;
}.track_toggle_style {
    max-width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    padding: 20px 15px;
    display: flex;
}.cookie_notice_style {
    flex-shrink: 0;
    margin-right: 15px;
}.cookie_notice_style svg {
    transition: fill 0.3s ease;
    height: 60px;
    width: 60px;
    fill: rgb(208,191,191);
}.cookie_notice_style svg:hover {
    fill: rgb(173,152,152);
}.digital_tracking_style {
    margin-right: 15px;
    color: #000000;
    flex-grow: 1;
}.cookieUsagePromptBar_style h5 {
    font-size: 22px;
    color: rgb(208,191,191);
    margin-bottom: 8px;
    font-weight: 600;
    font-family: Arial, sans-serif;
}.cookieUsagePromptBar_style p {
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
}.learn_prefs_style {
    margin-left: 10px;
    line-height: 35px;
    cursor: pointer;
    padding: 10px 20px;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    background: rgb(208,191,191);
    color: #ffffff;
    border-radius: 10px;
    text-decoration: none;
    font-size: 17px;
}.learn_prefs_style:hover {
    box-shadow: 0 0 10px rgb(173,152,152,0.5);
    background: rgb(173,152,152);
}#cookies_agreement_action_style {
    background: rgb(208,191,191);
}#rejectTrackingCookiesBtn_style {
    background: rgba(0, 0, 0, 0.5);
}.cookieUsagePromptBar_style p a {
    transition: color 0.3s ease;
    color: rgb(208,191,191);
    text-decoration: underline;
}.cookieUsagePromptBar_style p a:hover {
    color: rgb(173,152,152);
}
@media only screen and (max-width: 1200px) {.track_toggle_style {
    align-items: center;
    flex-direction: column;
}.cookie_notice_style {
    margin-bottom: 15px;
}.digital_tracking_style {
    margin-right: 0;
    margin-bottom: 15px;
    text-align: center;
}.learn_prefs_style {
    margin-bottom: 10px;
    margin-left: 0;
    width: 100%;
    max-width: 200px;
}
}
@media only screen and (max-width: 800px) {.track_toggle_style {
    padding: 15px;
}.cookie_notice_style {
    display: none;
}.cookieUsagePromptBar_style h5 {
    font-size: 21px;
}.cookieUsagePromptBar_style p {
    font-size: 16px;
}}
#consentAlertWindow_style {
    display: none;
}#consentAlertWindow_style:checked ~ .cookieUsagePromptBar_style {
    opacity: 0;
    visibility: hidden;
}.welcome_style {
    display: flex;
    overflow: hidden;
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(173,152,152,0.5), rgb(208,191,191,0.5));
    width: 100%;
    flex-direction: column;
    position: relative;
}.welcome_style::before {
    content: "";
    z-index: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(173,152,152,0.5) 0px,
        transparent 2px,
        transparent 10px,
        rgb(173,152,152,0.5) 12px
    );
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.1;
    left: 0;
}.welcome_style .photo_box_style {
    top: 0;
    z-index: -1;
    left: 0;
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    height: 100%;
    transform: scale(1.05);
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    width: 100%;
}.welcome_style .photo_box_style::after {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 50%, rgb(173,152,152,0.5) 100%);
    content: "";
    width: 100%;
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
    opacity: 0.85;
}.welcome_style:hover .photo_box_style {
    transform: scale(1.02);
}.welcome_style .skill_studio_style {
    padding: 5rem 2rem;
    margin: 0 auto;
    flex-direction: column;
    animation: slideUpIn 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    z-index: 2;
    transform: translateY(0);
    height: 100vh;
    justify-content: center;
    position: relative;
    max-width: 1200px;
    width: 100%;
    display: flex;
}@keyframes slideUpIn {
    0% { transform: translateY(50px); opacity: 0; }
    100% { transform: translateY(0); opacity: 1; }
}

.welcome_style h1 {
    position: relative;
    animation: revealText 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 2rem;
    padding-bottom: 0.5rem;
    line-height: 1.2;
    font-size: calc(40px * 1.2);
    color: #ffffff;
    font-weight: 700;
    max-width: 700px;
}@keyframes revealText {
    0% { clip-path: polygon(0 0, 0 0, 0 100%, 0 100%); opacity: 0; }
    100% { clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); opacity: 1; }
}

.welcome_style h1::after {
    width: 0;
    height: 4px;
    position: absolute;
    left: 0;
    animation: lineExpand 1.5s cubic-bezier(0.22, 1, 0.36, 1) 0.5s forwards;
    background: rgb(173,152,152);
    bottom: 0;
    content: "";
}@keyframes lineExpand {
    0% { width: 0; }
    100% { width: 120px; }
}

.welcome_style .text_panel_style {
    border-radius: 10px;
    animation: fadeScale 1.2s cubic-bezier(0.22, 1, 0.36, 1) 0.3s forwards;
    backdrop-filter: blur(10px);
    max-width: 650px;
    padding: 2.5rem;
    display: flex;
    transform: translateX(0) translateY(0);
    overflow: hidden;
    flex-direction: column;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    background: rgb(255, 255, 255, 0.5);
}@keyframes fadeScale {
    0% { transform: translateX(30px) scale(0.95); opacity: 0; }
    100% { transform: translateX(0) scale(1); opacity: 1; }
}

.welcome_style .text_panel_style::before {
    animation: growDown 1s cubic-bezier(0.22, 1, 0.36, 1) 0.8s forwards;
    transform-origin: top;
    top: 0;
    height: 100%;
    left: 0;
    background: rgb(173,152,152);
    position: absolute;
    width: 5px;
    content: "";
}@keyframes growDown {
    0% { transform: scaleY(0); }
    100% { transform: scaleY(1); }
}

.welcome_style .text_panel_style p {
    font-size: calc(17px * 1.1);
    color: #000000;
    line-height: 1.6;
    margin-bottom: 2rem;
    font-weight: 400;
}.welcome_style .learn_first_style {
    display: flex;
    margin: 1.5rem 0;
    justify-content: center;
    position: relative;
}.welcome_style .learn_first_style svg {
    height: 120px;
    animation: popIn 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 1s forwards;
    width: 120px;
    transform: scale(0);
}@keyframes popIn {
    0% { transform: scale(0); opacity: 0; }
    50% { transform: scale(1.1); opacity: 1; }
    100% { transform: scale(1); opacity: 1; }
}

.welcome_style .learn_first_style svg path {
    transition: fill 0.3s ease;
    fill: rgb(173,152,152);
}.welcome_style .learn_first_style:hover svg {
    filter: drop-shadow(0 0 8px rgb(173,152,152,0.5));
}.welcome_style .learn_first_style:hover svg path {
    fill: rgb(208,191,191);
}.welcome_style .learn_first_style svg text {
    fill: rgb(173,152,152);
    font-size: 12px;
    transition: fill 0.3s ease;
}.welcome_style .learn_first_style:hover svg text {
    fill: rgb(208,191,191);
}.welcome_style h6 {
    text-align: center;
    margin-top: 1rem;
}.welcome_style .support_form_style {
    font-size: 18px;
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(94, 170, 168, 0.3);
    animation: buttonAppear 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 1.5s forwards;
    border-radius: 10px;
    letter-spacing: 1px;
    background: rgb(173,152,152);
    transform: translateY(20px);
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    text-transform: uppercase;
    opacity: 0;
    text-decoration: none;
    display: inline-block;
    padding: 1rem 2.5rem;
    overflow: hidden;
    position: relative;
    font-weight: 600;
}@keyframes buttonAppear {
    0% { transform: translateY(20px); opacity: 0; }
    100% { transform: translateY(0); opacity: 1; }
}

.welcome_style .support_form_style::before {
    position: absolute;
    transition: left 0.7s ease;
    content: "";
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    height: 100%;
    width: 100%;
}.welcome_style .support_form_style:hover {
    box-shadow: 0 8px 25px rgba(94, 170, 168, 0.4);
    background: rgb(208,191,191);
    transform: translateY(-3px);
}.welcome_style .support_form_style:hover::before {
    left: 100%;
}

@media (max-width: 991px) {.welcome_style .skill_studio_style {
    height: auto;
    padding: 4rem 1.5rem;
    min-height: 100vh;
}.welcome_style h1 {
    font-size: calc(40px * 1.1);
    max-width: 100%;
}.welcome_style .text_panel_style {
    max-width: 100%;
    padding: 2rem;
}.welcome_style .photo_box_style {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}
}

@media (max-width: 768px) {.welcome_style .skill_studio_style {
    padding: 3rem 1rem;
}.welcome_style h1 {
    font-size: 40px;
    margin-bottom: 1.5rem;
}.welcome_style .text_panel_style {
    padding: 1.5rem;
}.welcome_style .learn_first_style svg {
    height: 100px;
    width: 100px;
}.welcome_style .support_form_style {
    padding: 0.8rem 2rem;
}.welcome_style .photo_box_style {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
}
}

@media (max-width: 480px) {.welcome_style {
    min-height: 110vh;
}.welcome_style .skill_studio_style {
    padding: 2rem 1rem;
}.welcome_style h1 {
    margin-bottom: 1rem;
    font-size: calc(40px * 0.9);
}.welcome_style .text_panel_style p {
    margin-bottom: 1.5rem;
    font-size: 17px;
}.welcome_style .learn_first_style svg {
    height: 80px;
    width: 80px;
}.welcome_style .support_form_style {
    font-size: calc(18px * 0.9);
    padding: 0.7rem 1.5rem;
}.welcome_style .photo_box_style {
    clip-path: polygon(0 0, 100% 0, 100% 97%, 0 100%);
}}header {
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 100;
}header::before {
    background: linear-gradient(135deg, rgb(208,191,191), rgb(173,152,152));
    content: '';
    position: absolute;
    width: 35%;
    left: 0;
    height: 100%;
    top: 0;
    z-index: 0;
}header .container {
    margin: 0;
    max-width: 100%;
    z-index: 1;
    position: relative;
    width: 100%;
    padding: 0;
}header .main_head_style {
    display: flex;
    height: 100%;
    align-items: stretch;
}header .head_mentor_style {
    position: relative;
    display: flex;
    align-items: center;
    width: 35%;
    justify-content: center;
    text-decoration: none;
    padding: 1.2rem 0;
}header .head_mentor_style svg {
    transition: all 0.3s ease;
    width: 150px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    height: auto;
}header .head_mentor_style:hover svg {
    transform: scale(1.05);
}header .head_pagebar_style {
    align-items: center;
    position: relative;
    display: flex;
    gap: 0.5rem;
    width: 65%;
    justify-content: flex-start;
    padding: 1.2rem 3%;
}header .head_pagebar_style::before {
    content: '';
    position: absolute;
    left: 0;
    background: linear-gradient(to bottom, transparent, rgb(208,191,191,0.5), transparent);
    top: 0;
    width: 1px;
    height: 100%;
}header .head_sitewrap_style {
    background: #ffffff;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    overflow: hidden;
    color: #000000;
    font-weight: 600;
    font-size: 19px;
    z-index: 1;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 0.6rem 1.2rem;
}header .head_sitewrap_style::before {
    border-radius: 10px;
    opacity: 0;
    z-index: -1;
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(208,191,191,0.5), rgb(173,152,152,0.5));
    top: 0;
    transition: opacity 0.3s ease;
    content: '';
    width: 100%;
    height: 100%;
}header .head_sitewrap_style:hover {
    color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}header .head_sitewrap_style:hover::before {
    opacity: 1;
}

@media (max-width: 991px) {header::before {
    width: 30%;
}header .head_mentor_style {
    padding: 1rem 0;
    width: 30%;
}header .head_mentor_style svg {
    width: 130px;
}header .head_pagebar_style {
    width: 70%;
    padding: 1rem 2.5%;
    gap: 0.5rem;
}header .head_sitewrap_style {
    font-size: calc(19px);
    padding: 0.5rem 1rem;
}
}

@media (max-width: 767px) {header {
    background: rgb(233,225,225);
}header::before {
    bottom: 50%;
    width: 100%;
    top: 0;
    height: auto;
}header .main_head_style {
    flex-direction: column;
    align-items: center;
}header .head_mentor_style {
    width: 100%;
    padding: 0.8rem 0;
}header .head_mentor_style svg {
    width: 120px;
}header .head_pagebar_style {
    flex-wrap: wrap;
    width: 95%;
    padding: 0.8rem 0;
    gap: 0.6rem;
    justify-content: center;
}header .head_pagebar_style::before {
    left: 0;
    background: linear-gradient(to right, transparent, rgb(208,191,191,0.5), transparent);
    height: 1px;
    width: 100%;
    top: 0;
}header .head_sitewrap_style {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
    padding: 0.5rem 0.9rem;
}
}

@media (max-width: 480px) {header .head_mentor_style {
    padding: 0.7rem 0;
}header .head_mentor_style svg {
    width: 110px;
}header .head_pagebar_style {
    width: 100%;
    overflow-x: auto;
    justify-content: flex-start;
    padding: 0.7rem 2%;
    flex-wrap: nowrap;
}header .head_pagebar_style::-webkit-scrollbar {
    height: 3px;
}header .head_pagebar_style::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(208,191,191);
}header .head_sitewrap_style {
    font-size: calc(19px - 1px);
    white-space: nowrap;
    margin-right: 2px;
    padding: 0.45rem 0.9rem;
    flex-shrink: 0;
}}.pricing_cluster_style {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.pricing_cluster_style::before {
    position: absolute;
    z-index: 1;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    top: 0;
    height: 100%;
    content: "";
    width: 100%;
    left: 0;
}.pricing_cluster_style .container {
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
}.pricing_cluster_style .learn_fees_style {
    position: relative;
}.pricing_cluster_style h2 {
    text-align: center;
    margin-bottom: 25px;
    transform: translateY(20px);
    position: relative;
    color: #ffffff;
    font-size: calc(29px * 1.1);
    animation: fadeSlideUp 0.8s ease-out forwards;
    letter-spacing: 0.5px;
    opacity: 0;
    font-weight: 700;
}.pricing_cluster_style .study_sub_style {
    opacity: 0;
    max-width: 700px;
    overflow-wrap: break-word;
    position: relative;
    transform: translateY(20px);
    color: rgb(255, 255, 255, 0.5);
    word-break: break-word;
    text-align: center;
    line-height: 1.6;
    animation: fadeSlideUp 0.8s ease-out 0.2s forwards;
    font-size: 14px;
    margin: 0 auto 50px;
}.pricing_cluster_style .indv_cost_style {
    padding: 0;
    display: grid;
    list-style: none;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    perspective: 1000px;
}.pricing_cluster_style .indv_cost_style li {
    animation-delay: calc(0.2s * var(--li-index, 1));
    animation: fadeIn 0.8s ease-out forwards, rotateCard 0.8s ease-out forwards;
    transform: translateZ(0) rotateY(5deg);
    opacity: 0;
    transform-style: preserve-3d;
}.pricing_cluster_style .indv_cost_style li:nth-child(1) {
    --li-index: 1;
}.pricing_cluster_style .indv_cost_style li:nth-child(2) {
    --li-index: 2;
}.pricing_cluster_style .indv_cost_style li:nth-child(3) {
    --li-index: 3;
}.pricing_cluster_style .indv_cost_style li:nth-child(4) {
    --li-index: 4;
}.pricing_cluster_style .edu_packages_style {
    height: 100%;
    text-decoration: none;
    display: block;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}.pricing_cluster_style .edu_packages_style:hover {
    transform: translateY(-10px) scale(1.02);
}.pricing_cluster_style .cost_options_style {
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    padding: 30px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.2), 
                0 5px 15px rgba(0,0,0,0.1),
                inset 0 1px 1px rgba(255,255,255,0.1);
    position: relative;
    transition: all 0.4s ease;
    overflow: hidden;
    height: 100%;
    backdrop-filter: blur(10px);
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.07) 0%, 
        rgba(255,255,255,0.03) 100%);
}.pricing_cluster_style .edu_packages_style:hover .cost_options_style {
    background: linear-gradient(145deg, 
        rgba(rgb(208,191,191), 0.15) 0%, 
        rgba(rgb(208,191,191), 0.05) 100%);
    box-shadow: 0 20px 40px rgba(0,0,0,0.25), 
                0 10px 20px rgba(0,0,0,0.15),
                inset 0 1px 2px rgba(255,255,255,0.15);
}.pricing_cluster_style .cost_options_style::before {
    content: "";
    left: -50%;
    pointer-events: none;
    opacity: 0;
    top: -50%;
    transform: rotate(30deg);
    transition: opacity 0.6s ease;
    background: radial-gradient(
        ellipse at center,
        rgba(255,255,255,0.1) 0%,
        rgba(255,255,255,0) 70%
    );
    position: absolute;
    width: 200%;
    height: 200%;
}.pricing_cluster_style .edu_packages_style:hover .cost_options_style::before {
    opacity: 1;
}.pricing_cluster_style .qtr_cost_style {
    display: flex;
    flex-direction: column;
    height: 100%;
}.pricing_cluster_style .qtr_cost_style h4 {
    margin-bottom: 20px;
    margin-top: 0;
    color: #ffffff;
    transition: transform 0.3s ease;
    font-size: calc(24px * 1.1);
    font-weight: 600;
    position: relative;
}.pricing_cluster_style .edu_packages_style:hover .qtr_cost_style h4 {
    color: rgb(208,191,191);
    transform: translateY(-2px);
}.pricing_cluster_style .qtr_cost_style h4::after {
    content: "";
    height: 2px;
    bottom: -10px;
    transform: scaleX(0.7);
    position: absolute;
    background: rgb(208,191,191);
    transform-origin: left;
    width: 50px;
    left: 0;
    transition: transform 0.4s ease;
}.pricing_cluster_style .edu_packages_style:hover .qtr_cost_style h4::after {
    transform: scaleX(1);
}.pricing_cluster_style .qtr_cost_style p {
    flex-grow: 1;
    word-break: break-word;
    color: rgb(255, 255, 255, 0.5);
    line-height: 1.7;
    overflow-wrap: break-word;
    white-space: normal;
    margin-bottom: 25px;
    font-size: calc(14px * 0.9);
}.pricing_cluster_style .pay_options_style {
    display: inline-block;
    font-weight: 700;
    font-size: calc(24px * 1.4);
    transition: transform 0.3s ease, color 0.3s ease;
    margin-top: auto;
    padding: 10px 0;
    color: #ffffff;
    position: relative;
}.pricing_cluster_style .edu_packages_style:hover .pay_options_style {
    transform: scale(1.05);
    color: rgb(208,191,191);
}.pricing_cluster_style .pay_options_style::before {
    background: linear-gradient(to right, 
        rgba(255,255,255,0.1) 0%, 
        rgba(255,255,255,0.3) 50%,
        rgba(255,255,255,0.1) 100%);
    content: "";
    height: 1px;
    left: 0;
    width: 100%;
    top: 0;
    position: absolute;
}

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

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

@keyframes rotateCard {
    0% {
        transform: translateZ(0) rotateY(5deg);
    }
    100% {
        transform: translateZ(0) rotateY(0);
    }
}

@media (max-width: 1024px) {.pricing_cluster_style {
    padding: 100px 0;
}.pricing_cluster_style .indv_cost_style {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}.pricing_cluster_style .cost_options_style {
    padding: 25px;
}
}

@media (max-width: 768px) {.pricing_cluster_style {
    padding: 80px 0;
}.pricing_cluster_style h2 {
    margin-bottom: 20px;
    font-size: 29px;
}.pricing_cluster_style .study_sub_style {
    font-size: calc(14px * 0.95);
    margin-bottom: 40px;
}.pricing_cluster_style .indv_cost_style {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 450px;
}.pricing_cluster_style .cost_options_style {
    padding: 25px 20px;
}.pricing_cluster_style .qtr_cost_style h4 {
    font-size: 24px;
}.pricing_cluster_style .qtr_cost_style p {
    font-size: calc(14px * 0.85);
}.pricing_cluster_style .pay_options_style {
    font-size: calc(24px * 1.2);
}
}

@media (max-width: 480px) {.pricing_cluster_style {
    padding: 60px 0;
}.pricing_cluster_style h2 {
    font-size: calc(29px * 0.9);
}.pricing_cluster_style .study_sub_style {
    font-size: calc(14px * 0.9);
}.pricing_cluster_style .cost_options_style {
    padding: 20px 15px;
}.pricing_cluster_style .qtr_cost_style h4 {
    font-size: calc(24px * 0.95);
}.pricing_cluster_style .qtr_cost_style p {
    line-height: 1.6;
    margin-bottom: 20px;
}.pricing_cluster_style .pay_options_style {
    font-size: calc(24px * 1.1);
}
}