﻿* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}.container {
    max-width: 100%;
    width: 1265px;
    margin: auto;
}a {
    color: inherit;
    text-decoration: none;
}html,body {
    font-family: Arial, sans-serif;
    height: 100%;
    scroll-behavior: smooth;
    color: #000000;
    min-height: 100%;
}svg {
    width: 30px;
    height: 30px;
}header,footer {
    width: 100%;
}.fellow_prog_05 {
    flex: 0 0 auto;
}::-webkit-scrollbar {
    padding: 1px;
    width: 9px;
}::-webkit-scrollbar-track {
    border: 1px dotted rgb(199,197,222,0.5);
    border-radius: 6px;
    background: rgb(227,225,241);
}::-webkit-scrollbar-thumb {
    border-radius: 17.4vw;
    background: rgb(199,197,222,0.5);
    border: 2px ridge rgb(168,167,201,0.5);
}::-webkit-scrollbar-thumb:hover {
    background: rgb(255, 255, 255, 0.5);
    box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.1);
}::-webkit-scrollbar-thumb:active {
    box-shadow: inset 3px 2px 7px 4px rgba(0, 0, 0, 0.8);
    background: rgb(199,197,222);
}html {
    scrollbar-width: none;
    scrollbar-color: rgb(227,225,241) rgb(168,167,201,0.5);
}.container-wrap_36 {
    height: 100%;
    display: flex;
    min-height: 100%;
    flex-direction: column;
}.site_top_86 {
    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;
}}
.program_information_59 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(227,225,241) 0%, rgb(168,167,201,0.5) 100%);
    padding: 120px 0;
}.program_information_59::before {
    animation: float 15s infinite ease-in-out alternate;
    opacity: 0.6;
    width: 300px;
    filter: blur(40px);
    transform: rotate(15deg);
    right: -5%;
    top: -10%;
    z-index: 1;
    height: 300px;
    position: absolute;
    background: linear-gradient(220deg, rgb(199,197,222,0.5) 0%, transparent 70%);
    content: "";
}.program_information_59::after {
    opacity: 0.5;
    z-index: 1;
    bottom: -5%;
    transform: rotate(-15deg);
    animation: float 18s infinite ease-in-out alternate-reverse;
    height: 250px;
    width: 250px;
    background: linear-gradient(135deg, rgb(168,167,201) 0%, transparent 80%);
    content: "";
    left: -5%;
    filter: blur(30px);
    position: absolute;
}.program_information_59 .container {
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.program_information_59 h2 {
    font-size: 35px;
    animation: fadeSlideUp 0.8s 0.2s forwards ease-out;
    font-weight: 700;
    color: #000000;
    letter-spacing: -0.02em;
    transform: translateY(0);
    position: relative;
    opacity: 0;
    margin-bottom: 60px;
    line-height: 1.3;
    text-align: center;
}.program_information_59 h2::after {
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, rgb(199,197,222) 0%, rgb(168,167,201) 100%);
    left: 50%;
    content: "";
    position: absolute;
    transition: width 0.3s ease;
    bottom: -15px;
    transform: translateX(-50%);
}.program_information_59 h2:hover::after {
    width: 120px;
}.program_information_59 .skill_up_65 {
    border-radius: 19px;
    flex-direction: column;
    display: flex;
    gap: 40px;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    opacity: 0;
    transform: translateY(20px);
    animation: fadeSlideUp 0.8s 0.4s forwards ease-out;
}.program_information_59 .pic_hover_81 {
    height: 300px;
    overflow: hidden;
    position: relative;
    transition: transform 0.5s ease;
}.program_information_59 .pic_hover_81::before {
    bottom: 0;
    left: 0;
    z-index: 1;
    right: 0;
    position: absolute;
    top: 0;
    content: "";
    background: linear-gradient(180deg, transparent 60%, rgba(0, 0, 0, 0.3) 100%);
}.program_information_59 .pic_hover_81::after {
    content: "";
    height: 80px;
    position: absolute;
    top: -10px;
    opacity: 0.7;
    right: -10px;
    transform: rotate(0deg);
    transition: transform 0.5s ease;
    width: 80px;
    z-index: 2;
    background: rgb(199,197,222);
    clip-path: polygon(0 0, 100% 0, 100% 100%);
}.program_information_59 .pic_hover_81:hover::after {
    transform: rotate(15deg) scale(1.2);
}.program_information_59 .content_frame_40 {
    position: relative;
    padding: 30px 40px 40px;
}.program_information_59 .description {
    color: #000000;
    max-height: 200px;
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 1.7;
    overflow-y: auto;
    padding-right: 10px;
    position: relative;
}.program_information_59 .description::-webkit-scrollbar {
    width: 4px;
}.program_information_59 .description::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.05);
}.program_information_59 .description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(168,167,201,0.5);
}.program_information_59 .description:last-child {
    margin-bottom: 0;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}.program_information_59 .description::first-letter {
    font-weight: 600;
    font-size: 1.3em;
    color: rgb(199,197,222);
}

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

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

@media (min-width: 768px) {.program_information_59 .skill_up_65 {
    flex-direction: row;
    align-items: stretch;
    gap: 0;
}.program_information_59 .pic_hover_81 {
    height: auto;
    flex: 0 0 45%;
}.program_information_59 .content_frame_40 {
    padding: 40px 50px;
    display: flex;
    flex: 0 0 55%;
    justify-content: center;
    flex-direction: column;
}.program_information_59 .description {
    max-height: 230px;
}
}

@media (min-width: 992px) {.program_information_59 {
    padding: 150px 0;
}.program_information_59 h2 {
    font-size: calc(35px * 1.1);
    margin-bottom: 70px;
}.program_information_59 .skill_up_65 {
    transform: perspective(1000px) rotateY(0deg);
    max-width: 90%;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    margin: 0 auto;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}.program_information_59 .skill_up_65:hover {
    transform: perspective(1000px) rotateY(2deg);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}.program_information_59 .pic_hover_81 {
    flex: 0 0 40%;
}.program_information_59 .content_frame_40 {
    padding: 50px 60px;
    flex: 0 0 60%;
}.program_information_59 .description {
    line-height: 1.8;
    max-height: 280px;
    font-size: calc(14px * 1.05);
}
}

@media (min-width: 1200px) {.program_information_59 {
    padding: 180px 0;
}.program_information_59 .skill_up_65 {
    max-width: 85%;
}.program_information_59 .pic_hover_81 {
    flex: 0 0 45%;
}.program_information_59 .content_frame_40 {
    flex: 0 0 55%;
    padding: 60px 70px;
}.program_information_59 .description {
    max-height: 320px;
}
}

@media (max-width: 767px) {.program_information_59 {
    padding: 80px 0;
}.program_information_59 h2 {
    font-size: calc(35px * 0.85);
    margin-bottom: 40px;
}.program_information_59 .pic_hover_81 {
    height: 220px;
}.program_information_59 .content_frame_40 {
    padding: 25px 30px 35px;
}.program_information_59 .description {
    font-size: calc(14px * 0.95);
    line-height: 1.6;
    max-height: 180px;
}}header {
    z-index: 1000;
    overflow: visible;
    position: relative;
    padding: 1.5rem 0;
    background: linear-gradient(to right, rgb(168,167,201,0.5), rgb(199,197,222));
}header::before {
    top: 0;
    background: 
        radial-gradient(circle at 10% 20%, #ffffff 0%, transparent 15%),
        radial-gradient(circle at 90% 80%, #ffffff 0%, transparent 15%);
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 0.1;
    height: 100%;
    z-index: -1;
    content: '';
}header .container {
    position: relative;
    padding: 0 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}header .top_teach_01 {
    gap: 1.5rem;
    flex-direction: column;
    justify-content: center;
    display: flex;
    align-items: center;
}header .top_skill_93 {
    display: flex;
    justify-content: center;
    z-index: 2;
    position: relative;
    align-items: center;
    text-decoration: none;
    padding: 1rem;
}header .top_skill_93::after {
    transition: width 0.3s ease, opacity 0.3s ease;
    bottom: 0;
    left: 50%;
    opacity: 0.6;
    background: #ffffff;
    height: 2px;
    transform: translateX(-50%);
    width: 50%;
    position: absolute;
    content: '';
}header .top_skill_93:hover::after {
    opacity: 1;
    width: 80%;
}header .top_skill_93 svg {
    transition: all 0.3s ease;
    height: auto;
    width: 220px;
    filter: drop-shadow(0 4px 8px rgb(199,197,222,0.5));
}header .top_skill_93:hover svg {
    transform: translateY(-5px);
}header .top_pagebar_13 {
    gap: 0.8rem;
    backdrop-filter: blur(5px);
    max-width: 800px;
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    padding: 0.6rem 1rem;
    flex-wrap: wrap;
    width: 100%;
    display: flex;
    justify-content: center;
    border-radius: 19px;
}header .top_pagebar_13::before {
    border-radius: 19px;
    content: '';
    box-shadow: 
        0 4px 30px rgba(0, 0, 0, 0.1),
        inset 0 1px 1px rgba(255, 255, 255, 0.2);
    height: 100%;
    left: 0;
    z-index: -1;
    position: absolute;
    width: 100%;
    top: 0;
}header .nav_sitewrap_49 {
    overflow: hidden;
    font-family: Arial, sans-serif;
    letter-spacing: 0.5px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 14px;
    border-radius: 10px;
    text-transform: uppercase;
    position: relative;
    font-weight: 400;
    color: #ffffff;
    padding: 0.7rem 1.2rem;
}header .nav_sitewrap_49::before {
    border-radius: 10px;
    left: 0;
    opacity: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    content: '';
    transition: opacity 0.3s ease;
    z-index: -1;
    background: #ffffff;
    transform: translateY(100%) scale(0.8);
}header .nav_sitewrap_49:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
    color: rgb(199,197,222);
}header .nav_sitewrap_49:hover::before {
    transform: translateY(0) scale(1);
    opacity: 1;
}

@media (max-width: 991px) {header {
    padding: 1.2rem 0;
}header .top_teach_01 {
    gap: 1.2rem;
}header .top_skill_93 svg {
    width: 180px;
}header .top_pagebar_13 {
    gap: 0.6rem;
    padding: 0.5rem;
}header .nav_sitewrap_49 {
    font-size: calc(14px - 1px);
    padding: 0.6rem 1rem;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 0;
}header .top_teach_01 {
    gap: 1rem;
}header .top_skill_93 svg {
    width: 150px;
}header .top_pagebar_13 {
    padding: 0.4rem;
    gap: 0.4rem;
}header .nav_sitewrap_49 {
    padding: 0.5rem 0.8rem;
    font-size: calc(14px - 2px);
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .top_teach_01 {
    gap: 0.8rem;
}header .top_skill_93 svg {
    width: 140px;
}header .top_pagebar_13 {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding: 0.4rem 0.6rem;
    justify-content: flex-start;
}header .top_pagebar_13::-webkit-scrollbar {
    height: 3px;
}header .top_pagebar_13::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #ffffff;
}header .nav_sitewrap_49 {
    white-space: nowrap;
    font-size: calc(14px - 3px);
    padding: 0.4rem 0.7rem;
}}.teaching_history_59 {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(227,225,241), rgb(199,197,222,0.5));
    padding: 4rem 0;
    perspective: 1000px;
}.teaching_history_59::before {
    pointer-events: none;
    top: -50%;
    z-index: 1;
    position: absolute;
    background: radial-gradient(ellipse at center, rgb(168,167,201,0.5) 0%, transparent 70%);
    content: '';
    width: 200%;
    height: 200%;
    left: -50%;
    transform: rotate(-15deg);
    opacity: 0.4;
}.teaching_history_59::after {
    background: radial-gradient(circle at top right, rgb(199,197,222,0.5) 0%, transparent 60%);
    z-index: 1;
    pointer-events: none;
    width: 100%;
    content: '';
    position: absolute;
    top: 0;
    opacity: 0.5;
    right: 0;
    height: 100%;
}.teaching_history_59 .container {
    z-index: 2;
    position: relative;
    transform-style: preserve-3d;
    padding: 0 1.5rem;
    margin: 0 auto;
    max-width: 1200px;
}.teaching_history_59 .feedback_story_80 {
    grid-template-columns: 1fr;
    position: relative;
    background: #ffffff;
    border-left: 4px solid rgb(199,197,222);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    gap: 2rem;
    transform: translateZ(0);
    display: grid;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 2.5rem;
}.teaching_history_59 .feedback_story_80:hover {
    transform: translateZ(20px);
}.teaching_history_59 .feedback_story_80 > div:nth-child(1) {
    display: flex;
    justify-content: center;
    align-items: center;
}.teaching_history_59 .pic_hover_81 {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    position: relative;
    width: 180px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transform: rotate(-3deg) translateZ(30px);
    border-radius: 10px;
    height: 180px;
}.teaching_history_59 .pic_hover_81::after {
    left: 0;
    background: linear-gradient(45deg, rgb(199,197,222,0.5), transparent);
    top: 0;
    opacity: 0.7;
    height: 100%;
    width: 100%;
    content: '';
    position: absolute;
    mix-blend-mode: overlay;
}.teaching_history_59 .feedback_story_80:hover .pic_hover_81 {
    transform: rotate(0deg) translateZ(40px) scale(1.05);
}.teaching_history_59 .feedback_story_80 > div:nth-child(2) {
    transform: translateZ(10px);
    text-align: center;
}.teaching_history_59 .name {
    font-weight: 700;
    letter-spacing: 0.03em;
    display: inline-block;
    margin-bottom: 0.5rem;
    position: relative;
    font-size: 21px;
    color: rgb(199,197,222);
}.teaching_history_59 .name::after {
    width: 40px;
    content: '';
    transform: translateX(-50%);
    background: rgb(168,167,201);
    height: 3px;
    left: 50%;
    bottom: -8px;
    position: absolute;
}.teaching_history_59 .feedback_story_80 > div:nth-child(2) > div {
    color: #000000;
    font-size: calc(18px * 0.95);
    margin-top: 1rem;
    letter-spacing: 0.02em;
    font-weight: 600;
}.teaching_history_59 .feedback_story_80 > div:nth-child(3) {
    position: relative;
    transform: translateZ(5px);
}.teaching_history_59 .career_progress_13 {
    position: relative;
    font-size: 18px;
    color: #000000;
    padding: 0 1rem;
    line-height: 1.7;
}.teaching_history_59 .career_progress_13::before,
.teaching_history_59 .career_progress_13::after {
    position: absolute;
    background-size: contain;
    height: 25px;
    width: 25px;
    content: '';
    opacity: 0.15;
    background-repeat: no-repeat;
}.teaching_history_59 .career_progress_13::before {
    top: -10px;
    left: -10px;
}.teaching_history_59 .career_progress_13::after {
    bottom: -10px;
    right: -10px;
    transform: rotate(180deg);
}

@media (min-width: 768px) {.teaching_history_59 {
    padding: 6rem 0;
}.teaching_history_59 .feedback_story_80 {
    grid-template-rows: auto 1fr;
    grid-template-columns: 220px 1fr;
    gap: 2rem 3rem;
}.teaching_history_59 .feedback_story_80 > div:nth-child(1) {
    grid-row: span 2;
    align-items: flex-start;
    padding-top: 1rem;
}.teaching_history_59 .feedback_story_80 > div:nth-child(2) {
    text-align: left;
}.teaching_history_59 .name::after {
    transform: none;
    left: 0;
}.teaching_history_59 .pic_hover_81 {
    width: 220px;
    height: 220px;
    transform: rotate(-2deg) translateZ(30px);
}.teaching_history_59 .career_progress_13 {
    padding: 0;
    line-height: 1.8;
    font-size: calc(18px * 1.05);
}
}

@media (min-width: 992px) {.teaching_history_59 {
    padding: 8rem 0;
}.teaching_history_59 .feedback_story_80 {
    grid-template-columns: 280px 1fr;
    padding: 3rem;
    gap: 2rem 4rem;
}.teaching_history_59 .pic_hover_81 {
    width: 280px;
    height: 280px;
}.teaching_history_59 .name {
    font-size: calc(21px * 1.1);
}.teaching_history_59 .feedback_story_80 > div:nth-child(2) > div {
    font-size: 18px;
}.teaching_history_59 .career_progress_13 {
    line-height: 1.9;
    font-size: calc(18px * 1.1);
}.teaching_history_59 .feedback_story_80::before {
    z-index: -1;
    height: calc(100% + 20px);
    left: -10px;
    width: calc(100% + 20px);
    content: '';
    transition: opacity 0.5s ease;
    transform: translateZ(-10px);
    background: linear-gradient(135deg, rgb(168,167,201,0.5), transparent);
    top: -10px;
    position: absolute;
    opacity: 0.15;
}.teaching_history_59 .feedback_story_80:hover::before {
    opacity: 0.3;
}
}

@media (min-width: 1200px) {.teaching_history_59 .container {
    padding: 0 2rem;
}.teaching_history_59 .feedback_story_80 {
    grid-template-columns: 320px 1fr;
    padding: 3.5rem;
}.teaching_history_59 .pic_hover_81 {
    height: 320px;
    width: 320px;
}@keyframes constellationPulse {
        0%, 100% { opacity: 0.4; }
        50% { opacity: 0.7; }
    }
    
    .teaching_history_59::before {
    animation: constellationPulse 8s infinite ease-in-out;
}@keyframes orbitalShift {
        0% { transform: rotate(-15deg); }
        50% { transform: rotate(-10deg); }
        100% { transform: rotate(-15deg); }
    }
    
    .teaching_history_59::before {
    animation: orbitalShift 20s infinite ease-in-out, constellationPulse 8s infinite ease-in-out;
}}.connect_form_93 {
    position: relative;
    padding: 90px 0;
    overflow: hidden;
    background: rgb(227,225,241);
}.connect_form_93::before {
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(199,197,222,0.5) 0%, transparent 60%),
        radial-gradient(circle at 80% 70%, rgb(168,167,201,0.5) 0%, transparent 60%);
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.2;
    content: '';
    position: absolute;
}.connect_form_93::after {
    position: absolute;
    left: 0;
    height: 100%;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.03) 10px, rgba(255, 255, 255, 0.03) 20px);
    width: 100%;
    top: 0;
    content: '';
}.connect_form_93 .pic_hover_81 {
    z-index: 1;
    top: 2.5%;
    position: absolute;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
    width: 45%;
    height: 95%;
    right: 0;
    border-radius: 100px 0 0 100px;
}.connect_form_93 .pic_hover_81::after {
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 100px 0 0 100px;
    content: '';
    background: linear-gradient(to right, rgb(199,197,222,0.5), transparent 70%);
}.connect_form_93 .container {
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.connect_form_93 h3 {
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 50px;
    text-align: center;
    color: #000000;
}.connect_form_93 .help_widget_24 {
    display: flex;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    position: relative;
}.connect_form_93 .help_widget_24::before {
    top: -100px;
    opacity: 0.05;
    position: absolute;
    width: 200px;
    left: -100px;
    height: 200px;
    background: rgb(199,197,222,0.5);
    border-radius: 50%;
    content: '';
}.connect_form_93 .help_widget_24::after {
    background: rgb(168,167,201,0.5);
    bottom: -75px;
    position: absolute;
    border-radius: 50%;
    width: 150px;
    right: -75px;
    opacity: 0.05;
    content: '';
    height: 150px;
}.connect_form_93 .feedback_help_12 {
    position: relative;
    padding: 50px;
    width: 60%;
}.connect_form_93 form h3 {
    margin-bottom: 30px;
    font-size: 22px;
    text-align: left;
    color: rgb(199,197,222);
}.connect_form_93 form h3::before,
.connect_form_93 form h3::after {
    display: none;
}.connect_form_93 input[type="text"],
.connect_form_93 textarea {
    font-size: 12px;
    color: #000000;
    background: rgba(245, 245, 245, 0.5);
    margin-bottom: 20px;
    transition: all 0.3s ease;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 30px;
    padding: 15px 25px;
    font-family: Arial, sans-serif;
}.connect_form_93 input[type="text"]:focus,
.connect_form_93 textarea:focus {
    border-color: rgb(199,197,222,0.5);
    outline: none;
    box-shadow: 0 0 15px rgb(199,197,222,0.5);
    background: rgba(255, 255, 255, 1);
}.connect_form_93 textarea {
    height: 140px;
    resize: none;
    border-radius: 20px;
}.connect_form_93 .request_widget_60 {
    align-items: flex-start;
    display: flex;
    margin-bottom: 25px;
}.connect_form_93 .request_widget_60 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.connect_form_93 .request_widget_60 label {
    padding-left: 35px;
    color: #000000;
    cursor: pointer;
    position: relative;
    line-height: 1.6;
    font-size: 12px;
}.connect_form_93 .request_widget_60 label::before {
    width: 22px;
    left: 0;
    content: '';
    position: absolute;
    background: #ffffff;
    border: 2px solid rgb(199,197,222,0.5);
    top: 2px;
    border-radius: 50%;
    transition: all 0.3s ease;
    height: 22px;
}.connect_form_93 .request_widget_60 input[type="checkbox"]:checked + label::before {
    background: rgb(199,197,222);
    border-color: rgb(199,197,222);
}.connect_form_93 .request_widget_60 input[type="checkbox"]:checked + label::after {
    left: 8px;
    position: absolute;
    height: 10px;
    top: 6px;
    border-width: 0 2px 2px 0;
    content: '';
    transform: rotate(45deg);
    width: 6px;
    border: solid #ffffff;
}.connect_form_93 .request_widget_60 a {
    transition: all 0.3s ease;
    color: rgb(199,197,222);
    text-decoration: none;
}.connect_form_93 .request_widget_60 a:hover {
    color: rgb(168,167,201);
}.connect_form_93 .message_map_08 {
    z-index: 1;
    background: rgb(199,197,222);
    border: none;
    overflow: hidden;
    font-family: Arial, sans-serif;
    font-size: 17px;
    position: relative;
    cursor: pointer;
    color: #ffffff;
    padding: 15px 40px;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
}.connect_form_93 .message_map_08::before {
    left: 0;
    background: rgb(168,167,201);
    z-index: -1;
    width: 100%;
    position: absolute;
    transform: translateY(100%);
    border-radius: 50px;
    content: '';
    height: 100%;
    top: 0;
    transition: all 0.5s ease;
}.connect_form_93 .message_map_08:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 20px rgb(199,197,222,0.5);
}.connect_form_93 .message_map_08:hover::before {
    transform: translateY(0);
}.connect_form_93 .help_reach_38 {
    top: 50%;
    width: 40%;
    right: 0;
    border-radius: 70px 0 0 70px;
    z-index: 3;
    display: flex;
    background: linear-gradient(135deg, rgb(199,197,222), rgb(168,167,201));
    position: absolute;
    transform: translateY(-50%);
    justify-content: center;
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    padding: 50px;
}.connect_form_93 .help_reach_38::before {
    left: 0;
    width: 100%;
    content: '';
    background: 
        repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.05) 10px, rgba(255, 255, 255, 0.05) 20px);
    position: absolute;
    height: 100%;
    top: 0;
    border-radius: 70px 0 0 70px;
}.connect_form_93 .help_reach_38 h4 {
    font-family: Arial, sans-serif;
    position: relative;
    color: #ffffff;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 22px;
}.connect_form_93 .help_reach_38 h4::after {
    border-radius: 3px;
    background: #ffffff;
    content: '';
    height: 3px;
    width: 40px;
    left: 0;
    position: absolute;
    bottom: -10px;
}.connect_form_93 .contact_request_41 {
    margin: 0;
    list-style: none;
    padding: 0;
}.connect_form_93 .contact_request_41 li {
    transition: all 0.3s ease;
    align-items: flex-start;
    display: flex;
    border-radius: 10px;
    margin-bottom: 25px;
    padding: 5px;
}.connect_form_93 .contact_request_41 li:hover {
    transform: translateX(5px);
    background: rgba(255, 255, 255, 0.1);
}.connect_form_93 .contact_request_41 svg {
    flex-shrink: 0;
    transition: transform 0.3s ease;
    height: 24px;
    margin-top: 3px;
    margin-right: 15px;
    width: 24px;
}.connect_form_93 .contact_request_41 li:hover svg {
    transform: scale(1.2);
}.connect_form_93 .contact_request_41 svg path {
    fill: #ffffff;
}.connect_form_93 .contact_request_41 span {
    line-height: 1.6;
    color: #ffffff;
    font-size: 12px;
    font-family: Arial, sans-serif;
}.connect_form_93 .contact_request_41 a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: #ffffff;
}.connect_form_93 .contact_request_41 a:hover {
    opacity: 0.8;
}

@media (max-width: 1200px) {.connect_form_93 .help_widget_24 {
    width: 70%;
}.connect_form_93 .help_reach_38 {
    width: 35%;
}
}

@media (max-width: 992px) {.connect_form_93 .pic_hover_81 {
    display: none;
}.connect_form_93 .container {
    display: flex;
    align-items: center;
    flex-direction: column;
}.connect_form_93 .help_widget_24 {
    width: 100%;
    flex-direction: column;
    max-width: 600px;
}.connect_form_93 .help_reach_38 {
    width: 100%;
    margin-top: 30px;
    max-width: 600px;
    position: relative;
    right: auto;
    top: auto;
    border-radius: 20px;
    transform: none;
}.connect_form_93 .help_reach_38::before {
    border-radius: 20px;
}
}

@media (max-width: 768px) {.connect_form_93 {
    padding: 70px 0;
}.connect_form_93 h3 {
    margin-bottom: 40px;
    font-size: calc(35px * 0.9);
}.connect_form_93 .feedback_help_12,
    .connect_form_93 .help_reach_38 {
    padding: 30px;
}
}

@media (max-width: 576px) {.connect_form_93 {
    padding: 50px 0;
}.connect_form_93 h3 {
    font-size: calc(35px * 0.8);
    margin-bottom: 30px;
}.connect_form_93 .feedback_help_12,
    .connect_form_93 .help_reach_38 {
    padding: 25px 20px;
}.connect_form_93 input[type="text"],
    .connect_form_93 textarea {
    padding: 12px 20px;
    margin-bottom: 15px;
}.connect_form_93 .message_map_08 {
    width: 100%;
    padding: 12px;
}}.price_set_85 {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background-color: rgb(227,225,241);
}.price_set_85::before {
    width: 110%;
    z-index: 0;
    height: 120%;
    transform: rotate(-3deg);
    position: absolute;
    content: "";
    background: linear-gradient(135deg, 
        rgba(var(--secondary-color-rgb), 0.03) 0%,
        rgba(var(--secondary-color-rgb), 0.01) 40%, 
        rgba(var(--primary-color-rgb), 0.02) 60%, 
        rgba(var(--primary-color-rgb), 0.05) 100%);
    left: -5%;
    top: -10%;
}.price_set_85 .container {
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    z-index: 1;
    margin: 0 auto;
}.price_set_85 .skill_offers_90 {
    display: flex;
    flex-direction: column;
}.price_set_85 .basic_cost_67 {
    margin-bottom: 50px;
    text-align: center;
    position: relative;
    order: 1;
}.price_set_85 .basic_cost_67 h2 {
    font-weight: 700;
    -webkit-text-fill-color: transparent;
    margin-bottom: 15px;
    transform: translateY(0);
    background: linear-gradient(120deg, rgb(168,167,201), rgb(199,197,222));
    color: #000000;
    -webkit-background-clip: text !important;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-size: 30px;
}.price_set_85 .basic_cost_67:hover h2 {
    transform: translateY(-5px);
}.price_set_85 .study_costs_20 {
    max-width: 700px;
    position: relative;
    line-height: 1.6;
    font-size: 13px;
    margin: 0 auto;
    color: #000000;
}.price_set_85 .study_costs_20::after {
    transition: transform 0.5s ease;
    transform: translateX(-50%) scaleX(0.7);
    bottom: -15px;
    width: 100px;
    background: linear-gradient(90deg, rgb(168,167,201), rgb(199,197,222));
    position: absolute;
    height: 3px;
    left: 50%;
    content: "";
}.price_set_85 .basic_cost_67:hover .study_costs_20::after {
    transform: translateX(-50%) scaleX(1);
}.price_set_85 .price_options_80 {
    display: grid;
    order: 2;
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
}.price_set_85 .pricing_catalog_85 {
    position: relative;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), 
                box-shadow 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    display: block;
    text-decoration: none;
    overflow: hidden;
    border-radius: 22px;
    perspective: 1000px;
    z-index: 1;
    background-color: #ffffff;
    transform-style: preserve-3d;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}.price_set_85 .pricing_catalog_85::before {
    transform-origin: left;
    transform: scaleX(0.85);
    top: 0;
    background: linear-gradient(90deg, rgb(168,167,201), rgb(199,197,222));
    z-index: 2;
    content: "";
    height: 5px;
    width: 100%;
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
}.price_set_85 .pricing_catalog_85:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(var(--secondary-color-rgb), 0.12);
}.price_set_85 .pricing_catalog_85:hover::before {
    transform: scaleX(1);
}.price_set_85 .rate_choice_28 {
    flex-direction: column;
    height: 100%;
    display: flex;
}.price_set_85 .discount_grid_46 {
    position: relative;
    padding: 30px;
    overflow: hidden;
    flex-grow: 1;
    flex-direction: column;
    z-index: 1;
    display: flex;
}.price_set_85 .discount_grid_46::before {
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, 
        rgba(var(--white-color-rgb), 0.7) 0%, 
        rgba(var(--white-color-rgb), 1) 60%);
    width: 100%;
    content: "";
    height: 100%;
    left: 0;
    z-index: -1;
}.price_set_85 .discount_grid_46 h3 {
    transition: transform 0.4s ease;
    color: #000000;
    margin-bottom: 15px;
    position: relative;
    font-size: calc(19px + 2px);
    font-weight: 700;
}.price_set_85 .pricing_catalog_85:hover .discount_grid_46 h3 {
    transform: translateX(5px);
}.price_set_85 .class_cost_47 {
    color: rgb(199,197,222);
    font-size: calc(19px + 8px);
    padding: 5px 10px;
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
    transition: transform 0.4s ease, color 0.4s ease;
    font-weight: 700;
}.price_set_85 .class_cost_47::before {
    transform: scaleX(0.3);
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    content: "";
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    background: linear-gradient(90deg, rgb(168,167,201), rgb(199,197,222));
    transform-origin: left;
}.price_set_85 .pricing_catalog_85:hover .class_cost_47 {
    transform: translateY(-5px);
    color: rgb(168,167,201);
}.price_set_85 .pricing_catalog_85:hover .class_cost_47::before {
    transform: scaleX(1);
}.price_set_85 .discount_grid_46 p {
    font-size: 13px;
    flex-grow: 1;
    hyphens: auto;
    word-wrap: break-word;
    line-height: 1.6;
    color: #000000;
    max-width: 100%;
    overflow-wrap: break-word;
    margin-bottom: 0;
}.price_set_85 .pic_hover_81 {
    transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 200px;
}.price_set_85 .pic_hover_81::after {
    background: linear-gradient(0deg, 
        rgba(var(--dark-color-rgb), 0.4) 0%, 
        rgba(var(--dark-color-rgb), 0) 40%);
    z-index: 1;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}.price_set_85 .pricing_catalog_85:hover .pic_hover_81 {
    transform: scale(1.05);
}

@media (min-width: 768px) {.price_set_85 .price_options_80 {
    grid-template-columns: repeat(2, 1fr);
}.price_set_85 .discount_grid_46 {
    padding: 35px;
}.price_set_85 .pic_hover_81 {
    height: 220px;
}
}

@media (min-width: 992px) {.price_set_85 .skill_offers_90 {
    gap: 60px;
    align-items: center;
    flex-direction: row;
}.price_set_85 .basic_cost_67 {
    flex: 0 0 30%;
    order: 2;
    text-align: left;
    margin-bottom: 0;
}.price_set_85 .price_options_80 {
    grid-template-columns: repeat(2, 1fr);
    order: 1;
    flex: 0 0 65%;
}.price_set_85 .study_costs_20::after {
    left: 0;
    transform: translateX(0) scaleX(0.7);
}.price_set_85 .basic_cost_67:hover .study_costs_20::after {
    transform: translateX(0) scaleX(1);
}
}

@media (min-width: 1200px) {.price_set_85 {
    padding: 150px 0;
}.price_set_85 .price_options_80 {
    gap: 40px;
}.price_set_85 .pricing_catalog_85 {
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), 
                    box-shadow 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}.price_set_85 .pricing_catalog_85:hover {
    transform: translateY(-15px) scale(1.02);
}.price_set_85 .pricing_catalog_85:nth-child(even) {
    transform: translateY(15px);
}.price_set_85 .pricing_catalog_85:nth-child(even):hover {
    transform: translateY(0) scale(1.02);
}.price_set_85 .pic_hover_81 {
    height: 250px;
}}.title_screen_47 {
    background: linear-gradient(135deg, rgb(227,225,241) 0%, rgba(94,170,168,0.1) 100%);
    display: flex;
    justify-content: center;
    min-height: 85vh;
    position: relative;
    flex-direction: column;
    overflow: hidden;
    padding: 6% 4%;
}.title_screen_47::before {
    content: "";
    background: linear-gradient(180deg, transparent 0%, rgba(94,170,168,0.05) 80%);
    top: 0;
    clip-path: polygon(0 70%, 100% 40%, 100% 100%, 0 100%);
    width: 100%;
    z-index: 0;
    position: absolute;
    left: 0;
    height: 100%;
}.title_screen_47::after {
    top: -5%;
    background: rgb(168,167,201);
    content: "";
    filter: blur(40px);
    animation: float 12s infinite ease-in-out;
    width: 25%;
    height: 25%;
    right: -5%;
    border-radius: 50%;
    position: absolute;
    opacity: 0.08;
    z-index: 0;
}.title_screen_47 h1 {
    font-size: calc(23px * 1.2);
    position: relative;
    letter-spacing: 0.5px;
    opacity: 0.9;
    margin-bottom: 1.5rem;
    font-weight: 600;
    z-index: 2;
    transform: translateX(-0.5rem);
    color: rgb(199,197,222);
    text-shadow: 0 2px 4px rgba(0,0,0,0.05);
}.title_screen_47 h1::before {
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    content: "";
    position: absolute;
    height: 3px;
    transform-origin: left;
    transform: scaleX(1);
    left: 0;
    background: linear-gradient(90deg, rgb(168,167,201) 0%, rgba(94,170,168,0.3) 100%);
    width: 3rem;
    bottom: -0.5rem;
}.title_screen_47 .learn_learn_04 {
    gap: 2rem;
    position: relative;
    flex-direction: column;
    z-index: 2;
    display: flex;
}.title_screen_47 .content_frame_40 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 1rem 0 0;
    flex: 1;
}.title_screen_47 .content_frame_40 ol {
    gap: 2.5rem;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}.title_screen_47 .content_frame_40 ol li {
    margin: 0;
}.title_screen_47 .content_frame_40 ol li:first-child {
    position: relative;
}.title_screen_47 .learn_expressfast_20 {
    gap: 1.5rem;
    display: flex;
    flex-direction: column;
}.title_screen_47 .learn_expressfast_20 svg {
    transition: transform 0.4s ease-out, filter 0.4s ease;
    height: 90px;
    transform: translateX(-0.5rem);
    margin-bottom: 0.5rem;
    filter: drop-shadow(0 4px 6px rgba(94,170,168,0.15));
    width: 90px;
}.title_screen_47 .learn_expressfast_20 svg:hover {
    filter: drop-shadow(0 6px 12px rgba(94,170,168,0.25));
    transform: translateX(-0.5rem) scale(1.05);
}.title_screen_47 .learn_expressfast_20 svg path {
    transition: fill 0.3s ease;
}.title_screen_47 .learn_expressfast_20 svg text {
    font-family: Arial, sans-serif;
    transition: fill 0.3s ease;
}.title_screen_47 .learn_expressfast_20 p {
    position: relative;
    font-size: calc(15px * 1.3);
    margin: 0;
    line-height: 1.6;
    color: #000000;
    letter-spacing: 0.3px;
    max-width: 95%;
}.title_screen_47 .learn_expressfast_20 p::after {
    bottom: -1rem;
    content: "";
    left: 0;
    height: 1px;
    width: 35%;
    position: absolute;
    background: linear-gradient(90deg, rgb(168,167,201) 30%, transparent 100%);
}.title_screen_47 .message_map_08 {
    padding: 1rem 2rem;
    z-index: 1;
    width: fit-content;
    background: linear-gradient(135deg, rgb(168,167,201) 0%, rgb(94,170,168) 100%);
    font-size: 14px;
    overflow: hidden;
    border-radius: 10px;
    align-items: center;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    font-weight: 600;
    color: #ffffff;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
    box-shadow: 0 4px 20px rgba(94,170,168,0.25);
    position: relative;
    letter-spacing: 0.5px;
}.title_screen_47 .message_map_08::before {
    opacity: 0;
    position: absolute;
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, rgb(94,170,168) 0%, rgb(168,167,201) 100%);
    z-index: -1;
    top: 0;
    height: 100%;
    transition: opacity 0.4s ease;
    content: "";
}.title_screen_47 .message_map_08:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(94,170,168,0.3);
}.title_screen_47 .message_map_08:hover::before {
    opacity: 1;
}.title_screen_47 .message_map_08:active {
    transform: translateY(0);
    box-shadow: 0 4px 12px rgba(94,170,168,0.2);
}.title_screen_47 .pic_hover_81 {
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
    border-radius: 20px;
    min-height: 300px;
    transition: transform 0.5s ease-out, box-shadow 0.5s ease;
    position: relative;
    overflow: hidden;
    transform: perspective(1000px) rotateY(-2deg) rotateX(2deg);
}.title_screen_47 .pic_hover_81::before {
    position: absolute;
    opacity: 0.7;
    z-index: 1;
    width: 100%;
    background: linear-gradient(135deg, rgba(94,170,168,0.3) 0%, transparent 50%);
    content: "";
    height: 100%;
    left: 0;
    top: 0;
}.title_screen_47 .pic_hover_81::after {
    opacity: 0.1;
    right: -2px;
    height: 30%;
    z-index: 1;
    bottom: -2px;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    background: linear-gradient(135deg, transparent 0%, rgb(168,167,201) 100%);
    content: "";
    position: absolute;
    width: 60%;
}.title_screen_47 .pic_hover_81:hover {
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg);
}

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

@media (min-width: 768px) {.title_screen_47 {
    padding: 5% 8%;
}.title_screen_47 h1 {
    transform: translateX(0);
    font-size: calc(23px * 1.4);
}.title_screen_47 .learn_learn_04 {
    gap: 4rem;
    flex-direction: row;
}.title_screen_47 .content_frame_40 {
    flex: 1.4;
}.title_screen_47 .pic_hover_81 {
    min-height: 400px;
    flex: 1;
}.title_screen_47 .learn_expressfast_20 svg {
    width: 100px;
    height: 100px;
}.title_screen_47 .learn_expressfast_20 p {
    max-width: 90%;
    font-size: calc(15px * 1.5);
}
}

@media (min-width: 992px) {.title_screen_47 {
    min-height: 90vh;
}.title_screen_47 .learn_learn_04 {
    gap: 6rem;
}.title_screen_47 .content_frame_40 {
    padding: 0 2rem 0 0;
}.title_screen_47 .pic_hover_81 {
    min-height: 500px;
}.title_screen_47 .learn_expressfast_20 svg {
    width: 120px;
    height: 120px;
}.title_screen_47 .learn_expressfast_20 p {
    line-height: 1.7;
    font-size: calc(15px * 1.6);
}.title_screen_47 .message_map_08 {
    padding: 1.1rem 2.5rem;
}.title_screen_47 h1::before {
    width: 5rem;
}
}

@media (min-width: 1200px) {.title_screen_47 {
    padding: 4% 10%;
}.title_screen_47 h1 {
    font-size: calc(23px * 1.5);
}.title_screen_47 .learn_expressfast_20 p {
    max-width: 85%;
}.title_screen_47 .pic_hover_81 {
    transform: perspective(1200px) rotateY(-3deg) rotateX(2deg);
}
}

@media (max-width: 767px) {.title_screen_47 {
    padding: 10% 5%;
}.title_screen_47 .message_map_08 {
    align-self: flex-start;
    padding: 0.9rem 1.8rem;
}.title_screen_47 .learn_expressfast_20 p {
    font-size: calc(15px * 1.2);
}}footer {
    z-index: 1;
    position: relative;
}footer::before {
    background: linear-gradient(to right, rgb(168,167,201), rgb(199,197,222));
    left: 0;
    top: 0;
    right: 0;
    opacity: 0.9;
    bottom: 0;
    position: absolute;
    z-index: -2;
    content: "";
}footer::after {
    right: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 10px,
        transparent 10px,
        transparent 20px
    );
    top: 0;
    content: "";
    bottom: 0;
    position: absolute;
    z-index: -1;
    left: 0;
}.fellow_prog_05 {
    position: relative;
    color: #ffffff;
    padding: 5rem 0 2rem;
}.fellow_prog_05::before {
    width: 100%;
    top: 0;
    left: 0;
    height: 10px;
    position: absolute;
    background: linear-gradient(90deg, rgb(199,197,222), rgb(168,167,201), rgb(199,197,222));
    content: "";
}.fellow_prog_05 .container {
    position: relative;
    grid-template-columns: repeat(12, 1fr);
    gap: 2rem;
    display: grid;
}.fellow_prog_05 .company_holder {
    grid-column: span 5;
    position: relative;
    padding: 0;
}.fellow_prog_05 .company_holder h3 {
    font-size: 36px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 1rem;
    position: relative;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 1.5rem;
}.fellow_prog_05 .company_holder h3::after {
    height: 2px;
    width: 80px;
    left: 0;
    position: absolute;
    bottom: -2px;
    background: #ffffff;
    content: "";
}.fellow_prog_05 .job_board_67 {
    color: #ffffff;
    font-size: 16px;
    padding: 0 0 0 1.5rem;
    margin-top: 1.5rem;
    line-height: 1.7;
    position: relative;
    border-left: 3px solid rgba(255, 255, 255, 0.3);
}.fellow_prog_05 .eco_foot_35 {
    grid-column: span 7;
}.fellow_prog_05 .first_section_19 {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    display: grid;
}.fellow_prog_05 .top_pagebar_13 {
    position: relative;
}.fellow_prog_05 .top_pagebar_13 h5 {
    margin: 0 0 1.5rem;
    position: relative;
    color: #ffffff;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 0.8rem;
    font-weight: 600;
    font-size: 24px;
}.fellow_prog_05 .top_pagebar_13 h5::after {
    width: 40px;
    position: absolute;
    background: #ffffff;
    height: 2px;
    content: "";
    left: 0;
    bottom: -2px;
}.fellow_prog_05 .top_pagebar_13 .first_section_19 {
    display: grid;
    gap: 1rem;
}.fellow_prog_05 .top_pagebar_13 .first_section_19 a {
    font-size: 16px;
    position: relative;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
}.fellow_prog_05 .top_pagebar_13 .first_section_19 a::after {
    transform: translateX(-5px);
    margin-left: 0.5rem;
    opacity: 0;
    transition: all 0.3s ease;
    content: "\2192";
}.fellow_prog_05 .top_pagebar_13 .first_section_19 a:hover {
    color: #ffffff;
    padding-left: 0.5rem;
}.fellow_prog_05 .top_pagebar_13 .first_section_19 a:hover::after {
    opacity: 1;
    transform: translateX(0);
}.referral_prog_61 {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 2rem 0;
    margin-top: 4rem;
}.referral_prog_61 .container {
    display: flex;
    align-items: center;
    justify-content: center;
}.referral_prog_61 .idea_pool_60 {
    text-align: center;
    color: #ffffff;
    padding: 0 1rem;
    font-size: 15px;
    position: relative;
    opacity: 0.9;
}.fellow_prog_05::after {
    content: "";
    position: absolute;
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    top: 2rem;
    right: 2rem;
    width: 50px;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    height: 50px;
}.fellow_prog_05 .company_holder::before {
    height: 50px;
    position: absolute;
    left: 0;
    content: "";
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    top: 0;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    width: 50px;
}.fellow_prog_05 .company_holder::after {
    content: "";
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    height: 50px;
    bottom: 0;
    left: 0;
    position: absolute;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    width: 50px;
}.fellow_prog_05 .eco_foot_35::after {
    width: 50px;
    position: absolute;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    bottom: 0;
    right: 0;
    height: 50px;
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    content: "";
}

@media (max-width: 1200px) {.fellow_prog_05 .container {
    gap: 1.5rem;
}
}

@media (max-width: 992px) {.fellow_prog_05 {
    padding: 4rem 0 2rem;
}.fellow_prog_05 .container {
    grid-template-columns: 1fr;
}.fellow_prog_05 .company_holder,
    .fellow_prog_05 .eco_foot_35 {
    grid-column: span 12;
}.fellow_prog_05 .company_holder {
    margin-bottom: 2rem;
}.fellow_prog_05::after,
    .fellow_prog_05 .company_holder::before,
    .fellow_prog_05 .company_holder::after,
    .fellow_prog_05 .eco_foot_35::after {
    display: none;
}
}

@media (max-width: 768px) {.fellow_prog_05 {
    padding: 3rem 0 1.5rem;
}.fellow_prog_05 .first_section_19 {
    gap: 1.5rem;
}.fellow_prog_05 .company_holder h3 {
    font-size: calc(36px - 2px);
}.referral_prog_61 {
    margin-top: 3rem;
}
}

@media (max-width: 576px) {.fellow_prog_05 {
    padding: 2.5rem 0 1rem;
}.fellow_prog_05 .first_section_19 {
    grid-template-columns: 1fr;
    gap: 2rem;
}.fellow_prog_05 .job_board_67 {
    padding-left: 1rem;
}.referral_prog_61 {
    margin-top: 2rem;
}
}

@media (max-width: 420px) {.fellow_prog_05 .company_holder h3::after,
    .fellow_prog_05 .top_pagebar_13 h5::after {
    width: 30px;
}.fellow_prog_05 .top_pagebar_13 .first_section_19 a:hover {
    padding-left: 0.3rem;
}}.secure_bunker_75 {
    font-family: Arial, sans-serif;
    overflow: hidden;
    padding: 5rem 2rem;
    background: linear-gradient(135deg, #f9f9f9, #f1f1f1);
    position: relative;
}.secure_bunker_75::before {
    height: 100%;
    pointer-events: none;
    position: absolute;
    left: 0;
    content: "";
    background: linear-gradient(to right, rgb(199,197,222,0.5) 0%, transparent 10%);
    width: 100%;
    z-index: 0;
    top: 0;
}.secure_bunker_75::after {
    right: 0;
    width: 40%;
    height: 100%;
    z-index: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgb(168,167,201,0.5) 0%, transparent 50%);
    top: 0;
    content: "";
    pointer-events: none;
}.secure_bunker_75 .container {
    transition: transform 0.5s ease-out;
    background-color: #ffffff;
    margin: 0 auto;
    position: relative;
    transform: perspective(1000px) rotateY(0.5deg);
    padding: 2rem;
    transform-origin: left center;
    max-width: 1140px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    z-index: 1;
}.secure_bunker_75 .container:hover {
    transform: perspective(1000px) rotateY(0deg);
}.secure_bunker_75 h1 {
    position: relative;
    transform: translateX(-5px);
    animation: slideInTitle 0.8s 0.2s forwards;
    font-weight: 700;
    padding-bottom: 0.75rem;
    color: #000000;
    font-size: 48px;
    margin-bottom: 2rem;
    opacity: 0;
}.secure_bunker_75 h1::after {
    bottom: 0;
    width: 0;
    position: absolute;
    background: linear-gradient(to right, rgb(199,197,222), rgb(168,167,201));
    height: 3px;
    content: "";
    animation: expandUnderline 1.2s 0.8s forwards;
    left: 0;
}.secure_bunker_75 h2 {
    position: relative;
    color: #000000;
    font-weight: 600;
    font-size: 35px;
    animation: slideInUp 0.6s 0.4s forwards;
    transform: translateY(10px);
    padding-left: 1rem;
    opacity: 0;
    margin: 2.5rem 0 1rem;
}.secure_bunker_75 h2::before {
    top: 0;
    height: 100%;
    content: "";
    width: 4px;
    background-color: rgb(199,197,222);
    position: absolute;
    left: 0;
    animation: scaleVertical 0.4s 0.8s forwards;
    transform: scaleY(0);
    transform-origin: top;
}.secure_bunker_75 h3 {
    color: #000000;
    position: relative;
    padding-left: 1.5rem;
    font-weight: 600;
    animation: slideInUp 0.6s 0.5s forwards;
    font-size: calc(35px * 0.85);
    opacity: 0;
    transform: translateY(8px);
    margin: 2rem 0 1rem;
}.secure_bunker_75 h3::before {
    left: 0;
    top: 50%;
    position: absolute;
    transform: translateY(-50%) rotate(45deg);
    height: 10px;
    content: "";
    width: 10px;
    background-color: rgb(168,167,201);
}.secure_bunker_75 h4 {
    color: #000000;
    font-weight: 400;
    transform: translateY(5px);
    animation: slideInUp 0.6s 0.6s forwards;
    position: relative;
    padding-left: 1.75rem;
    opacity: 0;
    margin: 1.5rem 0 0.75rem;
    font-size: calc(35px * 0.75);
}.secure_bunker_75 h4::before {
    top: 50%;
    border: 2px solid rgb(199,197,222);
    border-radius: 50%;
    transform: translateY(-50%);
    width: 6px;
    position: absolute;
    left: 0;
    content: "";
    height: 6px;
}.secure_bunker_75 p {
    animation: slideInUp 0.6s 0.5s forwards;
    margin-bottom: 1.5rem;
    color: #000000;
    line-height: 1.7;
    position: relative;
    opacity: 0;
    font-size: 18px;
    transform: translateY(10px);
}.secure_bunker_75 p strong {
    position: relative;
    font-weight: 600;
    color: #000000;
    display: inline-block;
}.secure_bunker_75 p strong::after {
    bottom: -2px;
    width: 100%;
    position: absolute;
    left: 0;
    height: 1px;
    background-color: rgb(199,197,222,0.5);
    content: "";
}.secure_bunker_75 ul {
    animation: slideInRight 0.7s 0.7s forwards;
    transform: translateX(10px);
    position: relative;
    margin: 1.5rem 0 2rem 1rem;
    opacity: 0;
    padding-left: 1.5rem;
}.secure_bunker_75 ul::before {
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    background: linear-gradient(to bottom, rgb(199,197,222), transparent);
    width: 1px;
    content: "";
}.secure_bunker_75 li {
    position: relative;
    font-size: 18px;
    color: #000000;
    margin-bottom: 0.75rem;
    line-height: 1.6;
    padding-left: 0.25rem;
}.secure_bunker_75 li::before {
    height: 6px;
    background-color: rgb(199,197,222);
    left: -1.5rem;
    top: 0.7rem;
    transform: scale(0);
    position: absolute;
    width: 6px;
    content: "";
    animation: scaleIn 0.3s 1s forwards;
    border-radius: 50%;
}.secure_bunker_75 span {
    color: #000000;
    margin: 0.75rem 0 1.5rem;
    opacity: 0;
    display: block;
    transform: translateY(10px);
    animation: slideInUp 0.6s 0.6s forwards;
    line-height: 1.7;
    font-size: 18px;
    padding-left: 1rem;
    border-left: 2px solid rgb(168,167,201,0.5);
}

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

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

@keyframes slideInRight {
    from {
        transform: translateX(10px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes expandUnderline {
    from {
        width: 0;
    }
    to {
        width: 80px;
    }
}

@keyframes scaleVertical {
    from {
        transform: scaleY(0);
    }
    to {
        transform: scaleY(1);
    }
}

@keyframes scaleIn {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

@media (max-width: 991px) {.secure_bunker_75 {
    padding: 3rem 1rem;
}.secure_bunker_75 .container {
    padding: 1.5rem;
    transform: perspective(1000px) rotateY(0.2deg);
}.secure_bunker_75 h1 {
    font-size: calc(48px * 0.9);
}.secure_bunker_75 h2 {
    font-size: calc(35px * 0.9);
    margin: 2rem 0 1rem;
}.secure_bunker_75 h3 {
    font-size: calc(35px * 0.8);
}.secure_bunker_75 h4 {
    font-size: calc(35px * 0.7);
}
}

@media (max-width: 767px) {.secure_bunker_75 {
    padding: 2rem 0.75rem;
}.secure_bunker_75 .container {
    padding: 1.25rem;
    transform: none;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04), 0 3px 10px rgba(0, 0, 0, 0.02);
}.secure_bunker_75 h1 {
    font-size: calc(48px * 0.8);
    margin-bottom: 1.5rem;
}.secure_bunker_75 h2 {
    font-size: calc(35px * 0.8);
    margin: 1.75rem 0 0.75rem;
}.secure_bunker_75 h3 {
    font-size: calc(35px * 0.75);
    margin: 1.5rem 0 0.75rem;
}.secure_bunker_75 h4 {
    font-size: calc(35px * 0.65);
    margin: 1.25rem 0 0.5rem;
}.secure_bunker_75 p, .secure_bunker_75 li, .secure_bunker_75 span {
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}.secure_bunker_75 ul {
    margin: 1rem 0 1.5rem 0.5rem;
}
}

@media (max-width: 575px) {.secure_bunker_75 {
    padding: 1.5rem 0.5rem;
}.secure_bunker_75 .container {
    padding: 1rem;
}.secure_bunker_75 h1 {
    margin-bottom: 1.25rem;
    font-size: calc(48px * 0.7);
}.secure_bunker_75 h2 {
    padding-left: 0.75rem;
    font-size: calc(35px * 0.7);
}.secure_bunker_75 h2::before {
    width: 3px;
}.secure_bunker_75 h3 {
    padding-left: 1.25rem;
    font-size: calc(35px * 0.65);
}.secure_bunker_75 h3::before {
    height: 8px;
    width: 8px;
}.secure_bunker_75 h4 {
    font-size: calc(35px * 0.6);
    padding-left: 1.5rem;
}.secure_bunker_75 p, .secure_bunker_75 li, .secure_bunker_75 span {
    line-height: 1.5;
    font-size: calc(18px * 0.9);
}.secure_bunker_75 span {
    padding-left: 0.75rem;
}}.join_list_16 {
    overflow: hidden;
    position: relative;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgb(199,197,222,0.5) 0%, rgb(168,167,201) 100%);
}.join_list_16::before {
    z-index: 1;
    top: -10%;
    left: -10%;
    height: 70%;
    content: "";
    position: absolute;
    width: 120%;
    transform: rotate(-15deg);
    clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 100%);
    background: rgb(168,167,201,0.5);
}.join_list_16 .learn_learn_04 {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.join_list_16 .message_list_36 {
    transform: translateX(10%);
    flex-direction: column;
    max-width: 90%;
    display: flex;
}.join_list_16 h3 {
    margin-bottom: 2rem;
    font-size: 30px;
    color: #ffffff;
    transform: skewX(-5deg);
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    font-weight: 700;
    font-family: Arial, sans-serif;
}.join_list_16 .input_holder {
    overflow: hidden;
    display: flex;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
    align-items: stretch;
    border-radius: 24px;
    transform: perspective(800px) rotateY(-5deg);
    max-width: 90%;
    flex-direction: row;
}.join_list_16 input[type="email"] {
    font-family: Arial, sans-serif;
    background: #ffffff;
    flex-grow: 1;
    transition: all 0.3s ease;
    color: #000000;
    padding: 1.2rem 1.5rem;
    border: none;
    font-size: 17px;
}.join_list_16 input[type="email"]:focus {
    background: rgb(227,225,241);
    box-shadow: inset 0 0 0 3px rgb(199,197,222,0.5);
    outline: none;
}.join_list_16 .subscribe_wrap_26 {
    font-family: Arial, sans-serif;
    background: linear-gradient(to right, rgb(199,197,222), rgb(168,167,201));
    font-weight: 600;
    font-size: 17px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
    cursor: pointer;
    color: #ffffff;
    padding: 1rem 2.5rem;
}.join_list_16 .subscribe_wrap_26:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(199,197,222,0.5);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.join_list_16 .subscribe_wrap_26:active {
    transform: translateY(2px);
    animation: pulse 1s forwards;
}

@media (max-width: 768px) {.join_list_16 {
    padding: 3rem 1rem;
}.join_list_16 .message_list_36 {
    transform: translateX(0);
    max-width: 100%;
}.join_list_16 h3 {
    font-size: calc(19px + 0.2rem);
    text-align: left;
}.join_list_16 .input_holder {
    max-width: 100%;
    flex-direction: column;
    transform: perspective(0) rotateY(0);
}.join_list_16 input[type="email"] {
    border-radius: 10px 10px 0 0;
    width: 100%;
    padding: 1rem;
}.join_list_16 .subscribe_wrap_26 {
    padding: 1rem;
    border-radius: 0 0 10px 10px;
    width: 100%;
}}.cookieDisclosurePanel_05 {
    background: rgb(227,225,241);
    border-top: 2px solid rgb(199,197,222);
    width: 100%;
    z-index: 90;
    bottom: 0;
    position: fixed;
}.cookie_user_80 {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}#cookie_modal_alert_32 {
    display: none;
}#cookie_modal_alert_32:checked ~ .cookieDisclosurePanel_05 {
    visibility: hidden;
    opacity: 0;
}.cookieDisclosurePanel_05 h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.cookieDisclosurePanel_05 p {
    font-size: 18px;
}.edu_settings_96 {
    margin-right: 10px;
    flex-shrink: 0;
}.edu_settings_96 svg, .edu_settings_96 svg path, .edu_settings_96 img {
    height: 100px;
    fill: rgb(199,197,222);
    width: 100px;
}.track_optin_09 {
    flex-shrink: 0;
    line-height: 35px;
    border-bottom: 2px solid rgb(199,197,222);
    white-space: nowrap;
    min-width: 120px;
    cursor: pointer;
    color: rgb(199,197,222);
    margin-left: 10px;
    text-align: center;
    font-size: 24px;
    text-decoration: none;
}.cookieDisclosurePanel_05 p a {
    text-decoration: none;
    color: rgb(199,197,222);
}
@media only screen and (max-width: 1200px) {.cookieDisclosurePanel_05 {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.edu_settings_96 {
    display: none;
}.cookie_user_80 {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.cookieDisclosurePanel_05 h5 {
    text-align: center;
}.cookieDisclosurePanel_05 p {
    text-align: center;
}.consent_edu_27 {
    margin-bottom: 20px;
}body .container-wrap_36 .track_optin_09 {
    margin-left: 0;
    margin-bottom: 10px;
}}
.container-wrap_36 .cookieDisclosurePanel_05 {
    box-shadow: rgb(199,197,222,0.5) 0px 0px 40px 39px;
    border: none;
    background: #ffffff;
}.container-wrap_36 .track_optin_09 {
    padding: 10px;
    font-weight: 400;
    border: none;
    background: rgb(199,197,222);
    font-size: 20px;
    color: #ffffff;
    margin-left: 30px;
}.container-wrap_36 .edu_settings_96 {
    border-radius: 50%;
    justify-content: center;
    width: 80px;
    height: 80px;
    align-items: center;
    background:rgb(199,197,222);
    display: flex;
}.container-wrap_36 .edu_settings_96 svg, .container-wrap_36 .edu_settings_96 svg path, .container-wrap_36 .edu_settings_96 img {
    fill:#000000;
    width: 40px;
    height: 40px;
}.container-wrap_36 .consent_edu_27 h5, .container-wrap_36 .consent_edu_27 p {
    color: #000000;
}
@media only screen and (max-width: 800px){.container-wrap_36 .edu_settings_96 {
    margin-bottom: 14px;
    margin: 0;
}}.gratHub_80 {
    background: linear-gradient(135deg, rgb(168,167,201,0.5) 0%, rgb(227,225,241) 100%);
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}.gratHub_80::before {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    z-index: 0;
    content: "";
    background: 
        radial-gradient(circle at 20% 30%, rgb(199,197,222,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(168,167,201,0.5) 0%, transparent 60%);
    opacity: 0.6;
}.gratHub_80::after {
    transform: rotate(15deg);
    width: 200px;
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 70% 100%, 0 100%);
    top: -50px;
    right: -50px;
    height: 200px;
    border: 2px solid rgb(199,197,222,0.5);
    position: absolute;
    animation: float 8s ease-in-out infinite;
    content: "";
}.gratHub_80 .container {
    z-index: 2;
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
}.gratHub_80 .learn_learn_04 {
    transform: perspective(1000px) rotateY(2deg);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 50px;
    display: flex;
    position: relative;
    flex-direction: column;
    background: linear-gradient(to right, rgba(255,255,255,0.9), rgba(255,255,255,0.95));
}.gratHub_80 .learn_learn_04:hover {
    transform: perspective(1000px) rotateY(0deg);
}.gratHub_80 .learn_learn_04::before {
    background: linear-gradient(90deg, 
        rgb(199,197,222) 0%, 
        rgb(168,167,201) 50%, 
        rgb(199,197,222) 100%);
    width: 100%;
    height: 5px;
    left: 0;
    animation: gradient-shift 6s linear infinite;
    content: "";
    position: absolute;
    background-size: 200% auto;
    top: 0;
}.gratHub_80 .learn_learn_04 > div:first-child {
    padding-left: 20px;
    position: relative;
    margin-bottom: 30px;
}.gratHub_80 .learn_learn_04 > div:first-child::before {
    position: absolute;
    height: 70%;
    left: 0;
    transform: translateY(-50%);
    background: rgb(168,167,201);
    width: 4px;
    content: "";
    top: 50%;
}.gratHub_80 h5 {
    transition: transform 0.3s ease;
    position: relative;
    color: #000000;
    transform: translateX(0);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
}.gratHub_80 .learn_learn_04:hover h5 {
    transform: translateX(5px);
}.gratHub_80 .learn_learn_04 > div:last-child {
    border-left: 2px solid rgb(199,197,222,0.5);
    background: linear-gradient(120deg, rgba(255,255,255,0.7), rgba(255,255,255,0.9));
    transition: all 0.4s ease;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0 100%);
    padding: 20px;
}.gratHub_80 .learn_learn_04 > div:last-child:hover {
    border-left-width: 4px;
    background: linear-gradient(120deg, rgba(255,255,255,0.9), rgba(255,255,255,1));
}.gratHub_80 p {
    margin: 0;
    line-height: 1.7;
    color: #000000;
    font-size: 15px;
    transition: transform 0.3s ease;
}.gratHub_80 a {
    text-decoration: none;
    display: block;
    overflow: hidden;
    position: relative;
}.gratHub_80 a::after {
    background: rgb(199,197,222);
    position: absolute;
    height: 2px;
    transition: width 0.5s ease;
    content: "";
    left: 0;
    bottom: 0;
    width: 0;
}.gratHub_80 a:hover::after {
    width: 100%;
}.gratHub_80 a:hover p {
    transform: translateY(-3px);
}

@keyframes gradient-shift {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}

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

@media (max-width: 992px) {.gratHub_80 {
    padding: 70px 0;
}.gratHub_80 .learn_learn_04 {
    padding: 40px 30px;
    transform: perspective(1000px) rotateY(1deg);
}.gratHub_80 h5 {
    font-size: calc(20px - 2px);
}.gratHub_80 .learn_learn_04 > div:last-child {
    padding: 15px;
}
}

@media (max-width: 768px) {.gratHub_80 {
    padding: 50px 0;
}.gratHub_80 .learn_learn_04 {
    transform: none;
    padding: 30px 20px;
}.gratHub_80 .learn_learn_04::before {
    height: 3px;
}.gratHub_80 .learn_learn_04 > div:first-child {
    margin-bottom: 20px;
}.gratHub_80 h5 {
    font-size: calc(20px - 4px);
}.gratHub_80 p {
    font-size: calc(15px - 1px);
}.gratHub_80 .learn_learn_04 > div:last-child {
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0 100%);
}
}

@media (max-width: 576px) {.gratHub_80 {
    padding: 40px 0;
}.gratHub_80 .learn_learn_04 {
    padding: 25px 15px;
}.gratHub_80 .learn_learn_04 > div:first-child::before {
    width: 3px;
}.gratHub_80 .learn_learn_04 > div:last-child {
    padding: 10px;
    clip-path: none;
}.gratHub_80 p {
    font-size: calc(15px - 2px);
    line-height: 1.6;
}
}

@media (hover: none) {.gratHub_80 .learn_learn_04 {
    transform: none;
}.gratHub_80 .learn_learn_04:hover h5 {
    transform: none;
}.gratHub_80 a:hover p {
    transform: none;
}}.our_mission_52 {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: linear-gradient(180deg, rgb(227,225,241) 0%, rgba(0, 0, 0, 0.5) 100%);
}.our_mission_52::before {
    background: linear-gradient(45deg, rgb(199,197,222,0.5) 25%, transparent 25%, transparent 75%, rgb(199,197,222,0.5) 75%),
                linear-gradient(45deg, rgb(199,197,222,0.5) 25%, transparent 25%, transparent 75%, rgb(199,197,222,0.5) 75%);
    background-position: 0 0, 30px 30px;
    position: absolute;
    width: 100%;
    background-size: 60px 60px;
    left: 0;
    top: 0;
    content: '';
    opacity: 0.05;
    height: 100%;
}.our_mission_52 .container {
    z-index: 2;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
}.our_mission_52 .learn_learn_04 {
    align-items: center;
    position: relative;
    display: flex;
    gap: 50px;
    z-index: 2;
}.our_mission_52 .learn_growth_61 {
    flex: 0 0 350px;
    border-radius: 28px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    position: relative;
    padding: 30px;
    background: #ffffff;
    transform: perspective(1000px) rotateY(5deg);
}.our_mission_52 .learn_growth_61::before {
    bottom: -5px;
    opacity: 0.5;
    z-index: -1;
    background: linear-gradient(45deg, rgb(199,197,222), rgb(168,167,201));
    right: -5px;
    left: -5px;
    top: -5px;
    transform: perspective(1000px) rotateY(5deg);
    position: absolute;
    content: '';
    border-radius: calc(28px + 5px);
}.our_mission_52 .pic_hover_81 {
    border-radius: 12px;
    margin-bottom: 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    height: 280px;
    overflow: hidden;
    width: 100%;
}.our_mission_52 .pic_hover_81::after {
    bottom: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    left: 0;
    height: 30%;
    position: absolute;
    content: '';
}.our_mission_52 .skill_learn_71 {
    position: relative;
    padding: 10px 0;
    text-align: center;
}.our_mission_52 .team_bios_25 {
    font-weight: 700;
    font-size: 18px;
    color: #000000;
    margin-bottom: 8px;
}.our_mission_52 .expert_track_25 {
    font-size: 18px;
    color: rgb(199,197,222);
    font-weight: 600;
}.our_mission_52 .content_frame_40 {
    transform: perspective(1000px) rotateY(-5deg);
    border-radius: 0 28px 28px 0;
    position: relative;
    background: #ffffff;
    flex: 1;
    padding: 40px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}.our_mission_52 .content_frame_40::before {
    height: 100%;
    position: absolute;
    left: 0;
    content: '';
    top: 0;
    border-radius: 10px 0 0 10px;
    width: 5px;
    background: linear-gradient(to bottom, rgb(199,197,222), rgb(168,167,201));
}.our_mission_52 .learning_studio_60 {
    display: flex;
    font-size: 22px;
    align-items: center;
    margin-bottom: 20px;
    color: rgb(199,197,222);
    font-weight: 600;
}.our_mission_52 .learning_studio_60 svg {
    fill: rgb(199,197,222);
    height: 30px;
    width: 30px;
    margin-right: 10px;
}.our_mission_52 .learning_studio_60 svg path {
    fill: rgb(199,197,222);
}.our_mission_52 h2 {
    position: relative;
    padding-bottom: 15px;
    color: #000000;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 20px;
}.our_mission_52 h2::after {
    left: 0;
    height: 3px;
    position: absolute;
    width: 60px;
    bottom: 0;
    background: linear-gradient(to right, rgb(199,197,222), rgb(168,167,201));
    content: '';
}.our_mission_52 p {
    position: relative;
    font-size: 18px;
    line-height: 1.8;
    color: #000000;
}

@media (max-width: 992px) {.our_mission_52 {
    padding: 80px 0;
}.our_mission_52 .learn_learn_04 {
    flex-direction: column;
    gap: 40px;
}.our_mission_52 .learn_growth_61 {
    width: 100%;
    max-width: 450px;
    flex: 0 0 auto;
    transform: perspective(1000px) rotateY(0);
}.our_mission_52 .learn_growth_61::before {
    transform: perspective(1000px) rotateY(0);
}.our_mission_52 .content_frame_40 {
    transform: perspective(1000px) rotateY(0);
    width: 100%;
    max-width: 450px;
}
}

@media (max-width: 768px) {.our_mission_52 {
    padding: 60px 0;
}.our_mission_52 .pic_hover_81 {
    height: 240px;
}.our_mission_52 .learn_growth_61 {
    padding: 25px;
}.our_mission_52 .content_frame_40 {
    padding: 30px;
}.our_mission_52 h2 {
    font-size: calc(32px * 0.9);
}
}

@media (max-width: 480px) {.our_mission_52 {
    padding: 40px 0;
}.our_mission_52 .pic_hover_81 {
    height: 200px;
}.our_mission_52 .learn_growth_61 {
    padding: 20px;
}.our_mission_52 .content_frame_40 {
    padding: 25px 20px;
}.our_mission_52 .team_bios_25 {
    font-size: calc(18px * 0.9);
}.our_mission_52 .expert_track_25 {
    font-size: calc(18px * 0.9);
}.our_mission_52 h2 {
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: calc(32px * 0.8);
}.our_mission_52 p {
    line-height: 1.6;
    font-size: calc(18px * 0.9);
}.our_mission_52 .learning_studio_60 {
    font-size: calc(22px * 0.9);
}
}