* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}a {
    text-decoration: none;
    color: inherit;
}.hackathon {
    flex: 0 0 auto;
}svg {
    height: 30px;
    width: 30px;
}.wrapper-viewport {
    flex-direction: column;
    display: flex;
    height: 100%;
    min-height: 100%;
}.head_core {
    flex: 1 0 auto;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1127px;
}html,body {
    scroll-behavior: auto;
    font-family: Arial, sans-serif;
    color: #000000;
    min-height: 100%;
    height: 100%;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.pricing_card_list {
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(212,208,182) 0%, rgb(132,120,119,0.5) 100%);
}.pricing_card_list::before {
    width: 100%;
    position: absolute;
    z-index: 1;
    height: 100%;
    background: repeating-linear-gradient(45deg, transparent, transparent 40px, rgba(rgb(176,165,161), 0.03) 40px, rgba(rgb(176,165,161), 0.03) 80px);
    left: 0;
    content: "";
    top: 0;
    pointer-events: none;
}.pricing_card_list .container {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    padding: 0 1.5rem;
    max-width: 1320px;
}.pricing_card_list .member_plans {
    display: flex;
    flex-direction: column-reverse;
    gap: 2.5rem;
}.pricing_card_list .plan_cost {
    padding: 2rem;
    margin: 0 auto;
    position: relative;
    transform: translateY(0);
    z-index: 3;
    background: rgba(#ffffff, 0.9);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    max-width: 600px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.pricing_card_list .plan_cost:hover {
    transform: translateY(-5px);
}.pricing_card_list .plan_cost h2 {
    position: relative;
    font-size: 36px;
    margin-bottom: 1rem;
    line-height: 1.3;
    color: #000000;
    font-weight: 700;
}.pricing_card_list .plan_cost h2::after {
    bottom: -10px;
    transition: transform 0.5s ease;
    width: 80px;
    position: absolute;
    transform-origin: left;
    background: rgb(176,165,161);
    height: 3px;
    transform: scaleX(1);
    left: 0;
    content: "";
}.pricing_card_list .plan_cost:hover h2::after {
    transform: scaleX(1.5);
}.pricing_card_list .learn_fees {
    line-height: 1.6;
    max-width: 100%;
    overflow-wrap: break-word;
    margin-top: 1.5rem;
    color: #000000;
    word-break: break-word;
    font-size: 13px;
}.pricing_card_list .deal_opts {
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
    gap: 30px;
}.pricing_card_list .price_choices {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    display: block;
    text-decoration: none;
    position: relative;
    height: 100%;
}.pricing_card_list .price_choices:hover {
    transform: translateY(-8px);
}.pricing_card_list .plan_options {
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    height: 100%;
    overflow: hidden;
    flex-direction: column;
    position: relative;
    display: flex;
    transition: box-shadow 0.4s ease;
    background: #ffffff;
}.pricing_card_list .price_choices:hover .plan_options {
    box-shadow: 0 15px 35px rgba(rgb(176,165,161,0.5), 0.15);
}.pricing_card_list .fee_structure {
    flex-grow: 1;
    flex-direction: column;
    display: flex;
    min-height: 280px;
    padding: 2rem;
}.pricing_card_list .fee_structure h3 {
    line-height: 1.3;
    color: #000000;
    position: relative;
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: calc(23px + 0.1rem);
}.pricing_card_list .price_deals {
    font-weight: 700;
    display: block;
    color: rgb(176,165,161);
    position: relative;
    margin: 0.5rem 0 1.25rem;
    font-size: calc(23px + 0.3rem);
}.pricing_card_list .price_deals::before {
    position: absolute;
    width: 40px;
    left: 0;
    height: 2px;
    bottom: -10px;
    background: rgb(132,120,119);
    content: "";
}.pricing_card_list .fee_structure p {
    color: #000000;
    margin-top: 1.5rem;
    overflow-wrap: break-word;
    word-break: break-word;
    font-size: 13px;
    flex-grow: 1;
    line-height: 1.6;
}.pricing_card_list .thumbnail_image {
    transform: scale(1);
    height: 220px;
    width: 100%;
    position: relative;
    transition: transform 0.6s ease-out;
}.pricing_card_list .thumbnail_image::after {
    z-index: 1;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    left: 0;
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
}.pricing_card_list .price_choices:hover .thumbnail_image {
    transform: scale(1.05);
}

@media (min-width: 768px) {.pricing_card_list .deal_opts {
    grid-template-columns: repeat(2, 1fr);
}.pricing_card_list .plan_cost {
    padding: 3rem;
}
}

@media (min-width: 992px) {.pricing_card_list .member_plans {
    gap: 3rem;
    flex-direction: row;
    align-items: center;
}.pricing_card_list .plan_cost {
    margin: 0;
    width: 35%;
}.pricing_card_list .deal_opts {
    width: 65%;
}
}

@media (min-width: 1200px) {.pricing_card_list .deal_opts {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.pricing_card_list .fee_structure {
    padding: 2.5rem;
}.pricing_card_list .plan_cost h2 {
    font-size: calc(36px + 0.2rem);
}.pricing_card_list .thumbnail_image {
    height: 250px;
}
}

@media (max-width: 767px) {.pricing_card_list {
    padding: 4rem 0;
}.pricing_card_list .fee_structure {
    min-height: 240px;
    padding: 1.5rem;
}.pricing_card_list .thumbnail_image {
    height: 180px;
}.pricing_card_list .plan_cost {
    padding: 1.5rem;
}.pricing_card_list .plan_cost h2 {
    font-size: calc(36px - 0.2rem);
}.pricing_card_list .learn_fees {
    font-size: calc(13px - 0.1rem);
}}.secure_fortification {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(212,208,182) 0%, rgba(250, 250, 255, 0.95) 100%);
    padding: 5rem 2rem;
    position: relative;
}.secure_fortification::before {
    position: absolute;
    left: 0;
    content: "";
    z-index: 0;
    background: radial-gradient(circle at 10% 30%, rgb(132,120,119,0.5) 0%, transparent 60%);
    opacity: 0.15;
    top: 0;
    width: 100%;
    height: 100%;
}.secure_fortification::after {
    z-index: 0;
    opacity: 0.1;
    background: linear-gradient(45deg, transparent 40%, rgb(176,165,161,0.5) 100%);
    transform: skewY(-5deg);
    bottom: -10px;
    position: absolute;
    height: 40%;
    right: -10px;
    width: 50%;
    content: "";
}.secure_fortification .container {
    margin: 0 auto;
    position: relative;
    transform-style: preserve-3d;
    perspective: 1000px;
    max-width: 1200px;
    z-index: 1;
}.secure_fortification h1 {
    font-size: 38px;
    border-bottom: 3px solid rgb(132,120,119,0.5);
    color: rgb(176,165,161);
    padding-bottom: 0.5rem;
    transform: translateZ(10px);
    display: inline-block;
    position: relative;
    font-weight: 700;
    margin-bottom: 2.5rem;
    letter-spacing: -0.02em;
}.secure_fortification h1::after {
    animation: lineGrow 1.5s ease-out forwards;
    height: 3px;
    background: rgb(176,165,161);
    position: absolute;
    bottom: -3px;
    left: 0;
    transform-origin: left;
    width: 60%;
    content: "";
}.secure_fortification h2 {
    margin-bottom: 1.25rem;
    transform: translateZ(5px);
    font-size: 31px;
    margin-top: 3rem;
    color: #000000;
    padding-left: 1.5rem;
    font-weight: 600;
    position: relative;
}.secure_fortification h2::before {
    top: 50%;
    left: 0;
    width: 0.75rem;
    position: absolute;
    transform: translateY(-50%) rotate(45deg);
    content: "";
    background: rgb(132,120,119);
    height: 0.75rem;
}.secure_fortification h3 {
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
    font-weight: 600;
    position: relative;
    color: #000000;
    font-size: calc(31px * 0.85);
    padding-left: 1.25rem;
}.secure_fortification h3::before {
    position: absolute;
    left: 0;
    content: "";
    height: 0.6rem;
    background: rgb(132,120,119,0.5);
    width: 0.6rem;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}.secure_fortification h4 {
    margin-top: 2rem;
    color: #000000;
    margin-bottom: 1rem;
    font-size: calc(31px * 0.7);
    padding-left: 1rem;
    font-weight: 600;
    position: relative;
}.secure_fortification h4::before {
    background: rgb(132,120,119,0.5);
    opacity: 0.7;
    top: 50%;
    height: 0.5rem;
    left: 0;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    width: 0.5rem;
    content: "";
}.secure_fortification p {
    font-size: 18px;
    margin-bottom: 1.5rem;
    transform: translateZ(0);
    line-height: 1.7;
    position: relative;
    max-width: 90ch;
    padding-right: 1rem;
    color: #000000;
}.secure_fortification p strong {
    color: #000000;
    display: inline-block;
    position: relative;
    font-weight: 600;
}.secure_fortification p strong::after {
    width: 100%;
    left: 0;
    position: absolute;
    transform-origin: left;
    bottom: -2px;
    content: "";
    transform: scaleX(0.9);
    height: 2px;
    background: rgb(132,120,119,0.5);
}.secure_fortification ul {
    padding: 0;
    list-style: none;
    position: relative;
    margin: 1.5rem 0 2.5rem 1.5rem;
}.secure_fortification ul::before {
    content: "";
    width: 2px;
    height: 100%;
    left: -1rem;
    position: absolute;
    background: linear-gradient(to bottom, rgb(132,120,119,0.5), transparent);
    top: 0;
}.secure_fortification li {
    line-height: 1.6;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
    transform: translateZ(0);
    font-size: 18px;
    color: #000000;
    position: relative;
    transition: transform 0.3s ease;
}.secure_fortification li::before {
    width: 0.5rem;
    border-radius: 10px;
    top: 0.6em;
    border: 2px solid rgb(132,120,119);
    position: absolute;
    transform: rotate(45deg);
    left: 0;
    content: "";
    height: 0.5rem;
}.secure_fortification li:hover {
    transform: translateX(5px) translateZ(0);
}.secure_fortification span {
    transform: translateZ(0);
    box-shadow: 0 5px 15px rgba(0,0,0,0.03);
    padding: 1.25rem;
    border-left: 3px solid rgb(132,120,119);
    transition: all 0.3s ease;
    line-height: 1.7;
    background: rgba(255,255,255,0.7);
    display: block;
    margin-bottom: 2rem;
    color: #000000;
    font-size: 18px;
}.secure_fortification span:hover {
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
    background: rgba(255,255,255,0.9);
    transform: translateY(-3px) translateZ(0);
}

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

@media (min-width: 768px) {.secure_fortification {
    padding: 6rem 3rem;
}.secure_fortification .container {
    padding: 0 2rem;
}.secure_fortification h1 {
    font-size: calc(38px * 1.1);
    margin-bottom: 3rem;
}.secure_fortification h2 {
    margin-top: 4rem;
    font-size: calc(31px * 1.05);
}.secure_fortification ul {
    margin-left: 2.5rem;
}
}

@media (min-width: 992px) {.secure_fortification {
    padding: 7rem 4rem;
}.secure_fortification h1 {
    transform: translateX(2rem) translateZ(10px);
}.secure_fortification span {
    width: calc(100% - 4rem);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin-left: 2rem;
}.secure_fortification span:hover {
    transform: translateY(-5px) translateX(5px) translateZ(0);
}.secure_fortification p, .secure_fortification li {
    font-size: calc(18px * 1.05);
}
}

@media (max-width: 767px) {.secure_fortification {
    padding: 4rem 1.5rem;
}.secure_fortification h1 {
    margin-bottom: 2rem;
    font-size: calc(38px * 0.9);
}.secure_fortification h2 {
    margin-top: 2.5rem;
    font-size: calc(31px * 0.9);
    padding-left: 1.25rem;
}.secure_fortification h3, .secure_fortification h4 {
    padding-left: 1rem;
}.secure_fortification p, .secure_fortification li, .secure_fortification span {
    font-size: calc(18px * 0.95);
}.secure_fortification ul {
    margin-left: 0.5rem;
}.secure_fortification li {
    padding-left: 1.25rem;
}.secure_fortification span {
    padding: 1rem;
}}.join_our_mailing_list {
    position: relative;
    perspective: 1000px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(176,165,161,0.5), rgb(132,120,119));
    padding: 80px 0;
    box-shadow: 0 -20px 40px rgba(0,0,0,0.08) inset;
}.join_our_mailing_list::before {
    left: 0;
    position: absolute;
    pointer-events: none;
    transform: translateZ(-10px) skewY(-5deg);
    width: 100%;
    z-index: 1;
    content: '';
    background: linear-gradient(45deg, transparent 45%, rgb(132,120,119,0.5) 55%, transparent 65%);
    top: 0;
    height: 100%;
}.join_our_mailing_list::after {
    top: 20%;
    content: '';
    width: 150%;
    z-index: 0;
    background: rgb(255, 255, 255, 0.5);
    left: -25%;
    opacity: 0.05;
    position: absolute;
    height: 50px;
    transform: rotate(-2deg);
}.join_our_mailing_list .container {
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    transform-style: preserve-3d;
    margin: 0 auto;
}.join_our_mailing_list .founder_vision {
    display: flex;
    border-radius: 4px;
    padding: 40px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.12), 0 5px 15px rgba(0,0,0,0.05);
    transform: translateZ(0);
    background: linear-gradient(160deg, #ffffff 0%, rgba(255,255,255,0.9) 100%);
    flex-direction: column;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}.join_our_mailing_list .founder_vision:hover {
    transform: translateZ(20px) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0,0,0,0.15), 0 10px 20px rgba(0,0,0,0.08);
}.join_our_mailing_list .founder_vision::before {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background: linear-gradient(to bottom, rgb(176,165,161), rgb(132,120,119));
    width: 6px;
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    content: '';
}.join_our_mailing_list .founder_vision h4 {
    transform: translateZ(10px);
    color: #000000;
    line-height: 1.4;
    letter-spacing: -0.01em;
    font-weight: 600;
    position: relative;
    margin: 0 0 30px 0;
    font-size: 22px;
}.join_our_mailing_list .input_holder {
    transform: translateZ(5px);
    position: relative;
    gap: 15px;
    display: flex;
    flex-wrap: wrap;
}.join_our_mailing_list .input_holder span {
    min-width: 200px;
    flex: 1;
    position: relative;
}.join_our_mailing_list .input_holder span:first-child {
    flex: 2;
}.join_our_mailing_list .input_holder input[type="email"] {
    font-family: Arial, sans-serif;
    transform-origin: left center;
    font-size: 18px;
    color: #000000;
    width: 100%;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 15px 20px;
    background: #ffffff;
    outline: none;
    transition: all 0.3s ease;
}.join_our_mailing_list .input_holder input[type="email"]:focus {
    transform: scale(1.01);
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    border-color: rgb(176,165,161);
}.join_our_mailing_list .input_holder input[type="submit"] {
    font-size: 18px;
    padding: 15px 20px;
    position: relative;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    border: none;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 100%;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(176,165,161), rgb(132,120,119));
    z-index: 1;
    font-family: Arial, sans-serif;
}.join_our_mailing_list .input_holder input[type="submit"]::before {
    transition: all 0.5s ease;
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    height: 100%;
    width: 100%;
    content: '';
    left: -100%;
    z-index: -1;
}.join_our_mailing_list .input_holder input[type="submit"]:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    transform: translateY(-3px);
}.join_our_mailing_list .input_holder input[type="submit"]:hover::before {
    left: 100%;
}.join_our_mailing_list .input_holder input[type="submit"]:active {
    transform: translateY(1px);
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}

@media (max-width: 992px) {.join_our_mailing_list {
    padding: 60px 0;
}.join_our_mailing_list .founder_vision {
    padding: 30px;
}.join_our_mailing_list .founder_vision h4 {
    font-size: calc(22px * 0.9);
    margin-bottom: 25px;
}
}

@media (max-width: 768px) {.join_our_mailing_list {
    padding: 50px 0;
}.join_our_mailing_list .founder_vision {
    padding: 25px;
}.join_our_mailing_list .founder_vision h4 {
    font-size: calc(22px * 0.85);
    margin-bottom: 20px;
}.join_our_mailing_list .input_holder {
    flex-direction: column;
    gap: 10px;
}.join_our_mailing_list .input_holder span {
    width: 100%;
}.join_our_mailing_list .input_holder input[type="email"],
  .join_our_mailing_list .input_holder input[type="submit"] {
    padding: 12px 15px;
}
}

@media (max-width: 576px) {.join_our_mailing_list {
    padding: 40px 0;
}.join_our_mailing_list .founder_vision {
    padding: 20px;
}.join_our_mailing_list .founder_vision::before {
    width: 4px;
}.join_our_mailing_list .founder_vision h4 {
    font-size: calc(22px * 0.8);
    margin-bottom: 15px;
}.join_our_mailing_list .input_holder input[type="email"],
  .join_our_mailing_list .input_holder input[type="submit"] {
    padding: 10px 12px;
    font-size: calc(18px * 0.9);
}}.course_overview {
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(45deg, rgb(212,208,182) 0%, rgb(132,120,119,0.5) 50%, rgb(212,208,182) 100%);
}.course_overview::before {
    border-radius: 50%;
    top: -10%;
    position: absolute;
    right: -10%;
    background: radial-gradient(circle, rgb(176,165,161,0.5) 0%, transparent 70%);
    animation: pulseGlow 15s ease-in-out infinite;
    opacity: 0.4;
    width: 70%;
    z-index: 1;
    height: 70%;
    content: "";
}.course_overview::after {
    left: -5%;
    border-radius: 50%;
    position: absolute;
    animation: pulseGlow 12s ease-in-out infinite reverse;
    z-index: 1;
    bottom: -5%;
    background: radial-gradient(circle, rgb(132,120,119,0.5) 0%, transparent 70%);
    width: 50%;
    content: "";
    height: 50%;
    opacity: 0.3;
}@keyframes pulseGlow {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.3;
    }
}

.course_overview .container {
    margin: 0 auto;
    padding: 0 2rem;
    z-index: 2;
    position: relative;
    max-width: 1200px;
}.course_overview .founder_vision {
    transform: perspective(1000px) rotateY(-2deg);
    display: grid;
    position: relative;
    transform-style: preserve-3d;
    gap: 3rem;
    grid-template-columns: 1.2fr 0.8fr;
}.course_overview .founder_vision::before {
    z-index: -1;
    left: -2rem;
    content: "";
    top: -2rem;
    height: calc(100% + 4rem);
    position: absolute;
    border-radius: 28px;
    background: 
        repeating-linear-gradient(90deg, transparent, transparent 50px, rgb(176,165,161,0.5) 50px, rgb(176,165,161,0.5) 51px),
        repeating-linear-gradient(180deg, transparent, transparent 50px, rgb(176,165,161,0.5) 50px, rgb(176,165,161,0.5) 51px);
    opacity: 0.05;
    transform: translateZ(-10px);
    width: calc(100% + 4rem);
}.course_overview .knowledge_plan {
    position: relative;
    transform: translateZ(20px);
    border-radius: 28px;
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 0% 100%);
    padding: 3rem;
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.1),
        0 10px 20px -5px rgba(0, 0, 0, 0.04),
        inset 0 0 0 1px rgb(212,208,182);
    background: #ffffff;
    z-index: 3;
}.course_overview .knowledge_plan::before {
    top: 0;
    opacity: 0.7;
    left: 0;
    background: linear-gradient(135deg, #ffffff 0%, transparent 100%);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 28px;
}.course_overview .nav_site {
    align-items: center;
    margin-bottom: 2rem;
    display: flex;
    position: relative;
}.course_overview .nav_site::before {
    position: absolute;
    width: 40px;
    transform: translateY(-50%);
    background: rgb(176,165,161);
    right: -20px;
    opacity: 0.6;
    content: "";
    height: 2px;
    top: 50%;
}.course_overview .nav_site::after {
    border-radius: 10px;
    height: 3px;
    background: linear-gradient(90deg, rgb(132,120,119) 0%, transparent 100%);
    left: 0;
    position: absolute;
    width: 60px;
    bottom: -10px;
    content: "";
}.course_overview .nav_site svg {
    filter: drop-shadow(0 2px 4px rgb(176,165,161,0.5));
    transition: all 0.3s ease;
    height: 4rem;
    width: auto;
}.course_overview .nav_site svg:hover {
    filter: drop-shadow(0 6px 12px rgb(176,165,161,0.5));
    transform: translateY(-2px) scale(1.03);
}.course_overview .nav_site svg path {
    fill: rgb(176,165,161);
    transition: fill 0.3s ease;
}.course_overview .nav_site svg:hover path {
    fill: rgb(132,120,119);
}.course_overview h3 {
    font-weight: 700;
    color: transparent;
    -webkit-background-clip: text !important;
    font-size: 33px;
    transform: translateZ(5px);
    background-clip: text !important;
    background: linear-gradient(to right, #000000 0%, rgb(176,165,161) 100%);
    position: relative;
    margin-bottom: 1.5rem;
    display: inline-block;
}.course_overview h3::after {
    width: 30px;
    bottom: -8px;
    background: rgb(176,165,161);
    content: "";
    height: 3px;
    border-radius: 10px;
    left: 0;
    transition: width 0.3s ease;
    position: absolute;
}.course_overview .knowledge_plan:hover h3::after {
    width: 80px;
}.course_overview p {
    font-size: 16px;
    transform: translateZ(10px);
    margin-bottom: 1rem;
    z-index: 2;
    line-height: 1.7;
    color: #000000;
    position: relative;
}.course_overview .thumbnail_image {
    animation: floatAnimation 6s ease-in-out infinite;
    height: 100%;
    overflow: hidden;
    min-height: 400px;
    z-index: 2;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    height: 450px;
    transform: translateZ(30px) rotate(3deg);
    position: relative;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        -20px -20px 60px rgba(255, 255, 255, 0.1),
        inset 0 0 0 1px rgba(255, 255, 255, 0.3);
}@keyframes floatAnimation {
    0% {
        transform: translateZ(30px) rotate(3deg) translateY(0);
    }
    50% {
        transform: translateZ(30px) rotate(3deg) translateY(-10px);
    }
    100% {
        transform: translateZ(30px) rotate(3deg) translateY(0);
    }
}

.course_overview .thumbnail_image::before {
    background: linear-gradient(
        45deg,
        transparent 0%,
        transparent 40%,
        rgb(176,165,161,0.5) 100%
    );
    position: absolute;
    width: 100%;
    top: 0;
    opacity: 0.5;
    z-index: 1;
    mix-blend-mode: soft-light;
    left: 0;
    transition: all 0.5s ease;
    content: "";
    height: 100%;
}.course_overview .thumbnail_image::after {
    position: absolute;
    left: 0;
    z-index: 1;
    content: "";
    bottom: 0;
    background: linear-gradient(
        to top,
        rgb(176,165,161,0.5) 0%,
        transparent 100%
    );
    width: 100%;
    height: 50%;
    opacity: 0.3;
}.course_overview .founder_vision:hover .thumbnail_image {
    transform: translateZ(40px) rotate(1deg) scale(1.03);
    box-shadow: 
        25px 25px 70px rgba(0, 0, 0, 0.15),
        -25px -25px 70px rgba(255, 255, 255, 0.15),
        inset 0 0 0 1px rgba(255, 255, 255, 0.4);
    border-radius: 60% 40% 60% 40% / 40% 60% 40% 60%;
}.course_overview .founder_vision:hover .thumbnail_image::before {
    background: linear-gradient(
        45deg,
        transparent 0%,
        rgb(132,120,119,0.5) 40%,
        rgb(176,165,161,0.5) 100%
    );
    opacity: 0.7;
}

@media (max-width: 1024px) {.course_overview {
    padding: 5rem 0;
}.course_overview .founder_vision {
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateY(0deg);
    gap: 2rem;
}.course_overview .knowledge_plan {
    padding: 2.5rem;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}.course_overview .thumbnail_image {
    border-radius: 20% 80% 20% 80% / 80% 20% 80% 20%;
    min-height: 350px;
    transform: translateZ(20px) rotate(0deg);
}.course_overview .founder_vision:hover .thumbnail_image {
    transform: translateZ(30px) scale(1.02);
}
}

@media (max-width: 768px) {.course_overview {
    padding: 4rem 0;
}.course_overview .founder_vision::before {
    top: -1.5rem;
    left: -1.5rem;
    height: calc(100% + 3rem);
    width: calc(100% + 3rem);
}.course_overview .knowledge_plan {
    padding: 2rem;
}.course_overview .nav_site svg {
    height: 3.5rem;
}.course_overview h3 {
    font-size: calc(33px * 0.9);
}.course_overview .thumbnail_image {
    min-height: 300px;
}
}

@media (max-width: 576px) {.course_overview {
    padding: 3rem 0;
}.course_overview .founder_vision::before {
    display: none;
}.course_overview .knowledge_plan {
    padding: 1.5rem;
}.course_overview .nav_site svg {
    height: 3rem;
}.course_overview .nav_site::before {
    width: 20px;
    right: -10px;
}.course_overview h3 {
    margin-bottom: 1rem;
    font-size: calc(33px * 0.8);
}.course_overview p {
    font-size: calc(16px * 0.9);
}.course_overview .thumbnail_image {
    min-height: 250px;
    border-radius: 10% 90% 10% 90% / 90% 10% 90% 10%;
}}.meet_us {
    background-color: rgb(132,120,119,0.5);
    overflow: hidden;
    color: #ffffff;
    position: relative;
    padding: 120px 0;
}.meet_us::before {
    z-index: 1;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    animation: gridGlow 4s infinite alternate;
    background: 
        linear-gradient(90deg, transparent 95%, rgb(176,165,161,0.5) 95%, rgb(176,165,161,0.5) 96%, transparent 96%) 0 0 / 20px 100%,
        linear-gradient(0deg, transparent 95%, rgb(176,165,161,0.5) 95%, rgb(176,165,161,0.5) 96%, transparent 96%) 0 0 / 100% 20px;
    position: absolute;
}.meet_us::after {
    height: 400%;
    position: absolute;
    background: 
        repeating-linear-gradient(
            to right,
            transparent,
            transparent 49.5%,
            rgb(176,165,161,0.5) 49.5%,
            rgb(176,165,161,0.5) 50.5%,
            transparent 50.5%,
            transparent 100%
        );
    width: 100%;
    z-index: 0;
    left: 0;
    top: 0;
    content: "";
    animation: scanlines 10s linear infinite;
    opacity: 0.2;
}.meet_us .container {
    position: relative;
    z-index: 2;
}.meet_us .founder_vision {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}.meet_us .founder_vision h3 {
    letter-spacing: 3px;
    font-weight: 700;
    color: rgb(176,165,161);
    padding-bottom: 20px;
    grid-column: 1 / -1;
    margin-bottom: 50px;
    border-bottom: 1px solid rgb(176,165,161,0.5);
    display: flex;
    text-transform: uppercase;
    align-items: center;
    position: relative;
    font-size: 38px;
}.meet_us .founder_vision h3::before {
    width: 8px;
    background: rgb(176,165,161);
    height: 8px;
    margin-right: 15px;
    animation: rotate 3s linear infinite;
    display: block;
    content: "";
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}.meet_us .founder_vision h3::after {
    content: "";
    background: rgb(176,165,161);
    left: 0;
    width: 100px;
    height: 3px;
    animation: scanRight 4s ease-in-out infinite;
    bottom: -1px;
    position: absolute;
}.meet_us .learning_lab {
    display: flex;
    padding-left: 30px;
    flex-direction: column;
    position: relative;
    border-left: 1px solid rgb(176,165,161,0.5);
}.meet_us .learning_lab::before {
    top: 0;
    left: -8px;
    animation: blinkSlow 4s infinite alternate;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    position: absolute;
    width: 16px;
    background-color: rgb(176,165,161);
    height: 16px;
    content: "";
}.meet_us .learning_lab span {
    border-bottom: 1px dashed rgb(132,120,119,0.5);
    font-size: 22px;
    width: fit-content;
    color: rgb(132,120,119);
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    padding: 5px 0;
}.meet_us .learning_lab p {
    font-size: 14px;
    position: relative;
    color: #ffffff;
    margin-bottom: 30px;
    line-height: 1.8;
}.meet_us .learning_lab .thumbnail_image {
    transition: all 0.4s ease;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    width: 100%;
    height: 340px;
    position: relative;
}.meet_us .learning_lab .thumbnail_image::before {
    inset: 0;
    opacity: 0.5;
    z-index: 1;
    position: absolute;
    background: linear-gradient(135deg, transparent 0%, rgb(176,165,161,0.5) 100%);
    content: "";
}.meet_us .learning_lab .thumbnail_image::after {
    height: 60px;
    right: 0;
    content: "";
    border-left: 2px solid rgb(176,165,161);
    z-index: 2;
    position: absolute;
    opacity: 0.8;
    bottom: 0;
    width: 60px;
    border-top: 2px solid rgb(176,165,161);
}.meet_us .impact_facts {
    padding-right: 30px;
    position: relative;
    display: flex;
    border-right: 1px solid rgb(132,120,119,0.5);
    flex-direction: column;
}.meet_us .impact_facts::before {
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    background-color: rgb(132,120,119);
    position: absolute;
    bottom: 0;
    animation: blinkSlow 4s infinite alternate 1s;
    width: 16px;
    content: "";
    height: 16px;
    right: -8px;
}.meet_us .impact_facts p {
    position: relative;
    margin-bottom: 30px;
    color: #ffffff;
    order: 2;
    font-size: 14px;
    line-height: 1.8;
}.meet_us .impact_facts .study_program {
    margin-bottom: 30px;
    width: 100%;
    transition: all 0.4s ease;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%, 0 85%);
    position: relative;
    order: 1;
    height: 340px;
}.meet_us .impact_facts .study_program::before {
    position: absolute;
    inset: 0;
    content: "";
    opacity: 0.5;
    background: linear-gradient(135deg, rgb(132,120,119,0.5) 0%, transparent 100%);
    z-index: 1;
}.meet_us .impact_facts .study_program::after {
    border-top: 2px solid rgb(132,120,119);
    width: 60px;
    bottom: 0;
    opacity: 0.8;
    z-index: 2;
    border-right: 2px solid rgb(132,120,119);
    position: absolute;
    left: 0;
    content: "";
    height: 60px;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes blinkSlow {
    0%, 90% {
        opacity: 1;
    }
    95% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
    }
}

@keyframes scanRight {
    0%, 100% {
        left: 0;
        width: 100px;
    }
    45%, 55% {
        left: calc(100% - 100px);
        width: 100px;
    }
    50% {
        left: calc(100% - 100px);
        width: 40px;
    }
}

@keyframes gridGlow {
    0% {
        opacity: 0.1;
    }
    100% {
        opacity: 0.3;
    }
}

@keyframes scanlines {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-75%);
    }
}

@media (max-width: 1024px) {.meet_us {
    padding: 80px 0;
}.meet_us .founder_vision {
    gap: 30px;
}.meet_us .founder_vision h3 {
    letter-spacing: 2px;
    margin-bottom: 40px;
}.meet_us .learning_lab,
    .meet_us .impact_facts {
    padding-left: 20px;
    padding-right: 20px;
}.meet_us .learning_lab .thumbnail_image,
    .meet_us .impact_facts .study_program {
    height: 280px;
}
}

@media (max-width: 768px) {.meet_us {
    padding: 60px 0;
}.meet_us .founder_vision {
    grid-template-columns: 1fr;
    gap: 50px;
}.meet_us .founder_vision h3 {
    letter-spacing: 1px;
    font-size: calc(38px * 0.85);
    margin-bottom: 30px;
}.meet_us .learning_lab {
    border-top: 1px solid rgb(176,165,161,0.5);
    padding-top: 30px;
    padding-left: 0;
    border-left: none;
}.meet_us .learning_lab::before {
    left: 0;
    top: -8px;
}.meet_us .impact_facts {
    padding-right: 0;
    padding-bottom: 30px;
    border-right: none;
    border-bottom: 1px solid rgb(132,120,119,0.5);
}.meet_us .impact_facts::before {
    right: 0;
    bottom: -8px;
}.meet_us .learning_lab .thumbnail_image,
    .meet_us .impact_facts .study_program {
    height: 300px;
}
}

@media (max-width: 576px) {.meet_us {
    padding: 50px 0;
}.meet_us .founder_vision {
    gap: 40px;
}.meet_us .founder_vision h3 {
    padding-bottom: 15px;
    font-size: calc(38px * 0.75);
    letter-spacing: 1px;
    margin-bottom: 25px;
}.meet_us .founder_vision h3::before {
    width: 6px;
    height: 6px;
    margin-right: 10px;
}.meet_us .learning_lab {
    padding-top: 20px;
}.meet_us .impact_facts {
    padding-bottom: 20px;
}.meet_us .learning_lab span {
    font-size: calc(22px * 0.9);
}.meet_us .learning_lab p,
    .meet_us .impact_facts p {
    font-size: calc(14px * 0.95);
    line-height: 1.6;
    margin-bottom: 20px;
}.meet_us .learning_lab .thumbnail_image,
    .meet_us .impact_facts .study_program {
    height: 240px;
}.meet_us .learning_lab .thumbnail_image::after,
    .meet_us .impact_facts .study_program::after {
    width: 40px;
    height: 40px;
}}.title_welcome {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    width: 100%;
}.title_welcome .edu_page {
    position: absolute;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    justify-content: center;
    left: 0;
}.title_welcome .edu_page::before {
    content: "";
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    background: radial-gradient(circle at 30% 40%, 
    rgb(176,165,161,0.5), 
    #000000 85%);
    top: 0;
}.title_welcome .edu_page::after {
    left: 0;
    background: 
    radial-gradient(circle at 75% 25%, transparent 20px, rgba(0, 0, 0, 0.5) 21px, transparent 22px),
    radial-gradient(circle at 25% 75%, transparent 15px, rgb(132,120,119,0.5) 16px, transparent 17px),
    radial-gradient(circle at 85% 85%, transparent 10px, rgb(176,165,161,0.5) 11px, transparent 12px);
    content: "";
    height: 100%;
    background-size: 200px 200px, 150px 150px, 100px 100px;
    top: 0;
    z-index: 2;
    width: 100%;
    animation: constellation 20s linear infinite;
    position: absolute;
    opacity: 0.4;
}.title_welcome .learn_study {
    animation: fadeUp 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    position: relative;
    width: 85%;
    transform: translateY(-20px);
    z-index: 3;
    max-width: 1200px;
}.title_welcome .learn_study > div {
    transform: translateY(30px);
    position: relative;
    opacity: 0;
}.title_welcome .learn_study > div:nth-child(1) {
    animation: slideInLeft 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
    margin-left: 5%;
}.title_welcome .learn_study > div:nth-child(2) {
    margin-left: 0;
    animation: slideInRight 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s forwards;
}.title_welcome .learn_study > div:nth-child(3) {
    margin-left: 10%;
    animation: slideInLeft 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.9s forwards;
}.title_welcome p {
    font-size: calc(12px * 1.2);
    position: relative;
    display: inline-block;
    font-family: Arial, sans-serif;
    color: rgb(132,120,119);
    margin-bottom: 0.8rem;
    overflow: hidden;
    padding: 0.5rem 1.5rem;
    font-weight: 600;
}.title_welcome p::before {
    transform-origin: top;
    width: 4px;
    background: rgb(132,120,119);
    animation: lineDown 1.2s cubic-bezier(0.19, 1, 0.22, 1) 1s forwards;
    top: 0;
    position: absolute;
    height: 100%;
    left: 0;
    content: "";
}.title_welcome h1.title_style_header {
    line-height: 1.2;
    letter-spacing: -0.02em;
    font-size: calc(45px * 1.2);
    padding-right: 10%;
    font-family: Arial, sans-serif;
    position: relative;
    font-weight: 700;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    margin: 0.5rem 0 1.5rem;
    color: #ffffff;
}.title_welcome h1.title_style_header::after {
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(176,165,161), rgb(132,120,119));
    position: absolute;
    transform-origin: left;
    width: 120px;
    content: "";
    left: 0;
    bottom: -15px;
    animation: scaleWidth 1s cubic-bezier(0.19, 1, 0.22, 1) 1.2s forwards;
    height: 4px;
}.title_welcome h3 {
    font-weight: 400;
    margin-top: 1.5rem;
    position: relative;
    padding-left: 20px;
    max-width: 90%;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: rgb(255, 255, 255, 0.5);
    font-size: calc(24px * 1.1);
}.title_welcome h3::before {
    height: 100%;
    width: 4px;
    content: "";
    top: 0;
    background: rgb(176,165,161,0.5);
    left: 0;
    position: absolute;
}

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

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

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

@keyframes lineDown {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}

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

@keyframes constellation {
  0% {
    background-position: 0 0, 0 0, 0 0;
  }
  100% {
    background-position: 200px 200px, -150px 150px, 100px -100px;
  }
}

@media screen and (max-width: 1200px) {.title_welcome h1.title_style_header {
    padding-right: 5%;
    font-size: calc(45px * 1.1);
}.title_welcome p {
    font-size: calc(12px * 1.1);
}.title_welcome h3 {
    max-width: 95%;
    font-size: 24px;
}
}

@media screen and (max-width: 992px) {.title_welcome .learn_study {
    width: 90%;
}.title_welcome h1.title_style_header {
    padding-right: 0;
    font-size: 45px;
}.title_welcome .learn_study > div:nth-child(1) {
    margin-left: 2%;
}.title_welcome .learn_study > div:nth-child(3) {
    margin-left: 5%;
}
}

@media screen and (max-width: 768px) {.title_welcome h1.title_style_header {
    font-size: calc(45px * 0.9);
}.title_welcome p {
    font-size: 12px;
}.title_welcome h3 {
    max-width: 100%;
    font-size: calc(24px * 0.9);
}.title_welcome .edu_page::after {
    background-size: 150px 150px, 100px 100px, 80px 80px;
}.title_welcome .learn_study > div:nth-child(1),
  .title_welcome .learn_study > div:nth-child(3) {
    margin-left: 0;
}
}

@media screen and (max-width: 576px) {.title_welcome .learn_study {
    width: 95%;
    padding: 1rem;
}.title_welcome h1.title_style_header {
    font-size: calc(45px * 0.8);
}.title_welcome p {
    font-size: calc(12px * 0.9);
    padding: 0.5rem 1rem;
}.title_welcome h3 {
    font-size: calc(24px * 0.8);
    padding-left: 15px;
}.title_welcome h1.title_style_header::after {
    height: 3px;
    width: 80px;
}}.cookie_dialog_window {
    align-items: center;
    position: fixed;
    width: 100%;
    padding: 1rem 0;
    z-index: 90;
    display: flex;
    overflow: hidden;
    background: rgb(212,208,182);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    justify-content: center;
    bottom: 0;
    transition: transform 0.3s ease-in-out;
    border-top: 3px solid rgb(176,165,161);
}#cookieOverlayAlert {
    display: none;
}#cookieOverlayAlert:checked ~ .cookie_dialog_window {
    visibility: hidden;
    opacity: 0;
}.cookie_dialog_window .container {
    position: relative;
    display: flex;
    max-width: 1140px;
    z-index: 1;
    margin: 0 auto;
    align-items: center;
    padding: 0 15px;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
}.cookie_tips {
    margin-right: 1rem;
    flex-shrink: 0;
    align-items: center;
    display: flex;
}.cookie_tips svg {
    fill: rgb(176,165,161);
    width: 50px;
    height: 50px;
}.track_settings {
    flex: 1;
    min-width: 300px;
    margin-bottom: 20px;
}.track_settings h5 {
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    color: rgb(176,165,161);
}.track_settings p {
    color: #000000;
    font-size: 1rem;
}.cookie_confirm {
    padding: 0.75rem 1.5rem;
    background: rgb(176,165,161);
    display: inline-block;
    border-radius: 10px;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
    cursor: pointer;
    font-size: 1rem;
    border: none;
}.cookie_button.learn_prefs {
    background: rgb(176,165,161);
}.cookie_button.cookie_guard {
    margin-left: 0.5rem;
    background: #000000;
}.cookie_confirm:hover {
    background: #000000;
    transform: translateY(-3px);
}.cookie_button.cookie_guard:hover {
    background: rgb(176,165,161);
}.cookie_dialog_window p a {
    transition: color 0.3s ease;
    text-decoration: underline;
    color: rgb(176,165,161);
}.cookie_dialog_window p a:hover {
    color: #000000;
}
@media only screen and (max-width: 768px) {.cookie_dialog_window .container {
    align-items: center;
    flex-direction: column;
}.cookie_tips {
    margin-right: 0;
    margin-bottom: 1rem;
}.track_settings {
    margin-bottom: 1rem;
    text-align: center;
}.cookie_button.cookie_guard {
    margin-top: 0.5rem;
    margin-left: 0;
}}
.academic_expertise {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
    background-color: rgb(212,208,182);
}.academic_expertise::before {
    height: 70%;
    background: linear-gradient(135deg, rgb(176,165,161,0.5), rgb(132,120,119,0.5));
    position: absolute;
    filter: blur(25px);
    z-index: 1;
    top: -5%;
    right: -10%;
    transform: rotate(-15deg) skewX(15deg);
    width: 45%;
    opacity: 0.15;
    content: "";
}.academic_expertise::after {
    background: linear-gradient(225deg, rgb(132,120,119,0.5), rgb(176,165,161,0.5));
    z-index: 1;
    position: absolute;
    left: -5%;
    bottom: -10%;
    width: 35%;
    transform: rotate(10deg) skewX(-10deg);
    height: 60%;
    content: "";
    filter: blur(20px);
    opacity: 0.1;
}.academic_expertise .container {
    z-index: 2;
    max-width: 1200px;
    position: relative;
    padding: 0 2rem;
    margin: 0 auto;
}.academic_expertise .testimonials_hub {
    padding: 3rem;
    backdrop-filter: blur(10px);
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.08);
    grid-template-columns: 1fr;
    background: linear-gradient(145deg, rgba(255,255,255,0.95), rgba(255,255,255,0.8));
    gap: 2.5rem;
    transform: perspective(1000px) rotateY(1deg) rotateX(1deg);
    position: relative;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.6s ease;
    display: grid;
}.academic_expertise .testimonials_hub:hover {
    box-shadow: 0 30px 60px -15px rgba(0,0,0,0.12);
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) translateY(-5px);
}.academic_expertise .testimonials_hub > div:first-child {
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}.academic_expertise .testimonials_hub .thumbnail_image {
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.5s ease;
    box-shadow: 
        0 10px 30px -10px rgba(0,0,0,0.15),
        0 1px 3px rgba(0,0,0,0.1);
    transform: translateZ(20px);
    padding-bottom: 100%;
    border-radius: 5px;
    width: 100%;
    position: relative;
}.academic_expertise .testimonials_hub .thumbnail_image::before {
    width: 100%;
    position: absolute;
    content: "";
    z-index: 1;
    opacity: 0.7;
    left: 0;
    background: linear-gradient(
        to bottom,
        transparent 65%,
        rgb(132,120,119,0.5) 100%
    );
    top: 0;
    height: 100%;
}.academic_expertise .testimonials_hub .thumbnail_image::after {
    top: 0;
    position: absolute;
    background: linear-gradient(
        45deg,
        rgb(176,165,161,0.5) 0%,
        transparent 50%
    );
    content: "";
    width: 100%;
    z-index: 1;
    height: 100%;
    left: 0;
    opacity: 0.4;
}.academic_expertise .testimonials_hub:hover .thumbnail_image {
    transform: translateZ(30px) scale(1.02);
    box-shadow: 
        0 15px 35px -10px rgba(0,0,0,0.2),
        0 1px 5px rgba(0,0,0,0.1);
}.academic_expertise .testimonials_hub > div:nth-child(2) {
    position: relative;
    text-align: center;
}.academic_expertise .testimonials_hub .name {
    margin-bottom: 0.5rem;
    display: inline-block;
    position: relative;
    font-size: calc(24px * 1.1);
    font-weight: 700;
    color: #000000;
}.academic_expertise .testimonials_hub .name::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -5px;
    transform: translateX(-50%);
    width: 35%;
    height: 3px;
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(132,120,119), rgb(176,165,161));
}.academic_expertise .testimonials_hub > div:nth-child(2) > div {
    font-weight: 600;
    color: rgb(132,120,119);
    font-size: calc(17px * 0.95);
    margin-top: 0.8rem;
    letter-spacing: 0.5px;
}.academic_expertise .testimonials_hub > div:nth-child(3) {
    position: relative;
}.academic_expertise .testimonials_hub .job_expertise {
    margin: 0;
    line-height: 1.7;
    border-left: 3px solid rgb(176,165,161,0.5);
    padding: 0.5rem 0.5rem 0.5rem 1.5rem;
    font-size: 17px;
    color: #000000;
    position: relative;
}.academic_expertise .testimonials_hub .job_expertise::before {
    font-family: serif;
    opacity: 0.2;
    left: -10px;
    z-index: -1;
    color: rgb(176,165,161,0.5);
    position: absolute;
    font-size: 5rem;
    top: -20px;
    content: "";
}

@media (min-width: 768px) {.academic_expertise .testimonials_hub {
    grid-template-rows: auto 1fr;
    grid-template-columns: 280px 1fr;
    gap: 2rem 3.5rem;
    grid-template-areas: 
            "photo info"
            "photo quote";
    padding: 3.5rem;
}.academic_expertise .testimonials_hub > div:first-child {
    grid-area: photo;
    margin: 0;
}.academic_expertise .testimonials_hub > div:nth-child(2) {
    text-align: left;
    align-self: flex-end;
    grid-area: info;
}.academic_expertise .testimonials_hub > div:nth-child(3) {
    grid-area: quote;
    align-self: flex-start;
}.academic_expertise .testimonials_hub .name::after {
    left: 0;
    transform: none;
    width: 50px;
}.academic_expertise .testimonials_hub .thumbnail_image {
    border-radius: 8px;
}
}

@media (min-width: 992px) {.academic_expertise {
    padding: 8rem 0;
}.academic_expertise .testimonials_hub {
    gap: 2.5rem 4rem;
    grid-template-columns: 320px 1fr;
    padding: 4rem;
}.academic_expertise .testimonials_hub .name {
    font-size: calc(24px * 1.2);
}.academic_expertise .testimonials_hub > div:nth-child(2) > div {
    font-size: 17px;
}.academic_expertise .testimonials_hub .job_expertise {
    font-size: calc(17px * 1.05);
    padding: 0.5rem 1rem 0.5rem 2rem;
}
}

@media (max-width: 576px) {.academic_expertise {
    padding: 4rem 0;
}.academic_expertise .testimonials_hub {
    gap: 1.5rem;
    padding: 2rem;
}.academic_expertise .testimonials_hub .thumbnail_image {
    max-width: 220px;
}.academic_expertise .testimonials_hub .name {
    font-size: 24px;
}.academic_expertise .testimonials_hub > div:nth-child(2) > div {
    font-size: calc(17px * 0.9);
}.academic_expertise .testimonials_hub .job_expertise {
    padding: 0.5rem 0 0.5rem 1rem;
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}}.statistical_overview {
    overflow: hidden;
    position: relative;
    padding: 6rem 0 4rem;
    background: linear-gradient(135deg, rgb(212,208,182) 40%, rgb(132,120,119,0.5) 100%);
}.statistical_overview::before {
    opacity: 0.6;
    content: "";
    z-index: 0;
    width: 100%;
    top: 0;
    background-image: radial-gradient(circle at 10% 20%, rgb(176,165,161,0.5) 5%, transparent 30%);
    position: absolute;
    height: 100%;
    left: 0;
}.statistical_overview::after {
    background: linear-gradient(225deg, rgb(132,120,119,0.5) 0%, transparent 70%);
    height: 70%;
    top: -30%;
    right: -20%;
    z-index: 0;
    content: "";
    position: absolute;
    transform: rotate(-15deg) skew(20deg);
    width: 70%;
}.statistical_overview .container {
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
}.statistical_overview ul {
    transform: translateX(-1rem);
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    padding: 0;
    list-style: none;
    display: grid;
    margin: 0 0 3rem;
    gap: 2.5rem 1.5rem;
}.statistical_overview .edge_statistics {
    animation: stat-appear 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    transform: translateY(30px);
    animation-delay: calc(var(--i, 0) * 0.15s);
    opacity: 0;
    position: relative;
}.statistical_overview .edge_statistics:nth-child(1) {
    --i: 1;
}.statistical_overview .edge_statistics:nth-child(2) {
    --i: 2;
}.statistical_overview .edge_statistics:nth-child(3) {
    --i: 3;
}.statistical_overview .edge_statistics:nth-child(4) {
    --i: 4;
}.statistical_overview .edge_statistics:nth-child(5) {
    --i: 5;
}.statistical_overview .edge_statistics:nth-child(6) {
    --i: 6;
}.statistical_overview .edge_statistics:nth-child(7) {
    --i: 7;
}.statistical_overview .edge_statistics div {
    height: 100%;
    box-shadow: 0 8px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    padding: 2rem 1.5rem;
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease;
    transform: perspective(800px) rotateX(2deg) rotateY(-2deg);
    position: relative;
    overflow: hidden;
    z-index: 1;
}.statistical_overview .edge_statistics div::before {
    background: linear-gradient(to bottom, rgb(176,165,161), rgb(132,120,119));
    content: "";
    position: absolute;
    left: 0;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1) 0.1s;
    transform: scaleY(0);
    top: 0;
    height: 100%;
    transform-origin: top;
    width: 4px;
}.statistical_overview .edge_statistics div::after {
    position: absolute;
    background: linear-gradient(to right, rgb(176,165,161), rgb(132,120,119));
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    transform: scaleX(0);
    width: 100%;
}.statistical_overview .edge_statistics:hover div {
    box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.2), 0 15px 20px -15px rgba(0, 0, 0, 0.1);
    transform: perspective(800px) rotateX(0deg) rotateY(0deg) translateY(-5px);
}.statistical_overview .edge_statistics:hover div::before {
    transform: scaleY(1);
}.statistical_overview .edge_statistics:hover div::after {
    transform: scaleX(1);
}.statistical_overview .edge_statistics p {
    transition: transform 0.3s ease;
    font-weight: 700;
    color: rgb(176,165,161);
    -webkit-text-fill-color: transparent;
    background: linear-gradient(135deg, rgb(176,165,161) 20%, rgb(132,120,119) 80%);
    position: relative;
    line-height: 1;
    display: inline-block;
    font-size: 3.5rem;
    margin: 0 0 0.5rem;
    -webkit-background-clip: text;
    background-clip: text;
}.statistical_overview .edge_statistics:hover p {
    transform: scale(1.05);
}.statistical_overview .edge_statistics p::after {
    content: "";
    transform: scaleX(0);
    left: 0;
    height: 4px;
    bottom: 0.5rem;
    transform-origin: left;
    width: 100%;
    background: linear-gradient(90deg, rgb(176,165,161,0.5), transparent);
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}.statistical_overview .edge_statistics:hover p::after {
    transform: scaleX(1);
}.statistical_overview .edge_statistics span {
    opacity: 0.9;
    transition: color 0.3s ease;
    display: block;
    line-height: 1.4;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}.statistical_overview .edge_statistics:hover span {
    color: rgb(132,120,119);
}.statistical_overview h4 {
    text-align: right;
    position: relative;
    margin: 2rem 0 0;
    display: inline-block;
    padding-right: 3rem;
    color: rgb(176,165,161);
    float: right;
    font-size: calc(24px * 1.2);
}.statistical_overview h4::before {
    background: rgb(176,165,161);
    transform: translateY(-50%);
    content: "";
    height: 2px;
    top: 50%;
    position: absolute;
    width: 2rem;
    right: 0;
}

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

@media (max-width: 991px) {.statistical_overview {
    padding: 4rem 0 3rem;
}.statistical_overview ul {
    transform: translateX(0);
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 2rem 1.5rem;
}.statistical_overview .edge_statistics p {
    font-size: 2.8rem;
}.statistical_overview h4 {
    text-align: center;
    margin: 2rem auto 0;
    float: none;
    display: block;
    padding-bottom: 1rem;
    padding-right: 0;
}.statistical_overview h4::before {
    bottom: 0;
    transform: translateX(50%);
    top: auto;
    width: 3rem;
    right: 50%;
}
}

@media (max-width: 767px) {.statistical_overview {
    padding: 3rem 0 2rem;
}.statistical_overview ul {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 1.5rem;
}.statistical_overview .edge_statistics div {
    padding: 1.5rem 1rem;
}.statistical_overview .edge_statistics p {
    font-size: 2.3rem;
}.statistical_overview .edge_statistics span {
    font-size: calc(16px * 0.9);
}
}

@media (max-width: 480px) {.statistical_overview ul {
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
}.statistical_overview .edge_statistics p {
    font-size: 2rem;
}.statistical_overview .edge_statistics div {
    transform: perspective(800px) rotateX(0) rotateY(0);
    padding: 1.25rem 1rem;
}.statistical_overview h4 {
    font-size: 24px;
}}.future_members {
    padding: 110px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(212,208,182) 0%, rgb(176,165,161,0.5) 100%);
    position: relative;
}.future_members::before {
    z-index: 1;
    left: 0;
    height: 100%;
    animation: backgroundShift 15s ease-in-out infinite alternate;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(132,120,119,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(176,165,161,0.5) 0%, transparent 40%);
    top: 0;
    position: absolute;
    content: "";
    width: 100%;
}.future_members::after {
    width: 100%;
    left: 0;
    background-size: cover;
    height: 120px;
    background-position: center;
    z-index: 2;
    content: "";
    position: absolute;
    bottom: 0;
}@keyframes backgroundShift {
    0% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.5;
        transform: scale(1);
    }
}

.future_members .container {
    margin: 0 auto;
    z-index: 3;
    padding: 0 15px;
    position: relative;
    max-width: 1140px;
}.future_members .founder_vision {
    position: relative;
    perspective: 1000px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    padding: 50px 40px;
    transform-style: preserve-3d;
    background: #ffffff;
    border-radius: 19px;
}.future_members .founder_vision::before {
    background: rgb(132,120,119);
    border-radius: 10px;
    transform: rotate(-15deg) translateZ(-10px);
    right: -10px;
    width: 100px;
    z-index: -1;
    opacity: 0.3;
    height: 100px;
    top: -10px;
    position: absolute;
    content: "";
}.future_members .founder_vision::after {
    background: rgb(176,165,161);
    border-radius: 10px;
    bottom: -15px;
    width: 120px;
    left: -15px;
    height: 120px;
    z-index: -1;
    opacity: 0.3;
    position: absolute;
    content: "";
    transform: rotate(10deg) translateZ(-15px);
}.future_members h4 {
    color: rgb(176,165,161);
    position: relative;
    padding-bottom: 15px;
    font-weight: 700;
    margin-bottom: 35px;
    text-align: center;
    font-size: 30px;
}.future_members h4::after {
    width: 70px;
    height: 4px;
    transform: translateX(-50%);
    left: 50%;
    border-radius: 10px;
    position: absolute;
    background: linear-gradient(90deg, rgb(176,165,161), rgb(132,120,119));
    content: "";
    bottom: 0;
}.future_members div > div {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}.future_members p {
    color: #000000;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 1) 100%);
    padding: 20px;
    border-radius: 10px;
    display: flex;
    z-index: 1;
    font-size: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 0;
    position: relative;
    align-items: center;
    transition: all 0.3s ease;
}.future_members p::before {
    height: 100%;
    background: linear-gradient(to bottom, rgb(176,165,161), rgb(132,120,119));
    left: 0;
    position: absolute;
    transition: all 0.3s ease;
    width: 4px;
    z-index: -1;
    top: 0;
    content: "";
}.future_members p::after {
    z-index: -1;
    position: absolute;
    background: linear-gradient(135deg, rgb(176,165,161,0.5) 0%, transparent 100%);
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.4s ease;
    height: 100%;
    content: "";
}.future_members p:hover {
    transform: translateY(-5px);
    color: #000000;
}.future_members p:hover::before {
    width: 8px;
}.future_members p:hover::after {
    opacity: 0.15;
}.future_members p svg {
    width: 24px;
    margin-right: 15px;
    height: 24px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}.future_members p svg path {
    transition: fill 0.3s ease;
    fill: rgb(176,165,161);
}.future_members p:hover svg {
    transform: scale(1.2);
}.future_members p:hover svg path {
    fill: rgb(132,120,119);
}@keyframes floatItem {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-8px);
    }
    100% {
        transform: translateY(0px);
    }
}

.future_members p:nth-child(odd) {
    animation: floatItem 6s ease-in-out infinite;
}.future_members p:nth-child(even) {
    animation: floatItem 7s ease-in-out infinite reverse;
}@keyframes fadeSlideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.future_members .founder_vision > div p {
    opacity: 0;
    animation: fadeSlideUp 0.6s ease forwards;
}.future_members .founder_vision > div p:nth-child(1) {
    animation-delay: 0.2s;
}.future_members .founder_vision > div p:nth-child(2) {
    animation-delay: 0.4s;
}.future_members .founder_vision > div p:nth-child(3) {
    animation-delay: 0.6s;
}.future_members .founder_vision > div p:nth-child(4) {
    animation-delay: 0.8s;
}.future_members .founder_vision > div p:nth-child(5) {
    animation-delay: 1s;
}.future_members .founder_vision > div p:nth-child(6) {
    animation-delay: 1.2s;
}

@media (max-width: 991px) {.future_members {
    padding: 80px 0;
}.future_members .founder_vision {
    padding: 40px 30px;
}.future_members h4 {
    font-size: calc(30px * 0.9);
    margin-bottom: 30px;
}.future_members div > div {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.future_members p {
    padding: 15px;
}.future_members::after {
    height: 80px;
}
}

@media (max-width: 768px) {.future_members {
    padding: 70px 0 90px;
}.future_members .founder_vision {
    padding: 35px 25px;
}.future_members h4 {
    font-size: calc(30px * 0.8);
    margin-bottom: 25px;
}.future_members div > div {
    grid-template-columns: 1fr;
}.future_members::after {
    height: 60px;
}
}

@media (max-width: 576px) {.future_members {
    padding: 60px 0 80px;
}.future_members .founder_vision {
    padding: 30px 20px;
}.future_members .founder_vision::before,
    .future_members .founder_vision::after {
    width: 70px;
    height: 70px;
}.future_members h4 {
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: calc(30px * 0.7);
}.future_members h4::after {
    width: 50px;
    height: 3px;
}.future_members p {
    padding: 12px;
    font-size: calc(15px * 0.9);
}.future_members p svg {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}.future_members::after {
    height: 40px;
}}.gratDiv {
    background: linear-gradient(135deg, rgb(132,120,119,0.5) 0%, rgb(212,208,182) 100%);
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}.gratDiv::before {
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(176,165,161,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(132,120,119,0.5) 0%, transparent 60%);
    width: 100%;
    position: absolute;
    left: 0;
    content: "";
    z-index: 0;
    top: 0;
    opacity: 0.6;
}.gratDiv::after {
    width: 200px;
    border: 2px solid rgb(176,165,161,0.5);
    clip-path: polygon(0 0, 100% 0, 100% 70%, 70% 100%, 0 100%);
    transform: rotate(15deg);
    position: absolute;
    z-index: 1;
    right: -50px;
    height: 200px;
    top: -50px;
    animation: float 8s ease-in-out infinite;
    content: "";
}.gratDiv .container {
    max-width: 1140px;
    padding: 0 15px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.gratDiv .founder_vision {
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    transform: perspective(1000px) rotateY(2deg);
    display: flex;
    background: linear-gradient(to right, rgba(255,255,255,0.9), rgba(255,255,255,0.95));
    position: relative;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 50px;
    flex-direction: column;
}.gratDiv .founder_vision:hover {
    transform: perspective(1000px) rotateY(0deg);
}.gratDiv .founder_vision::before {
    background: linear-gradient(90deg, 
        rgb(176,165,161) 0%, 
        rgb(132,120,119) 50%, 
        rgb(176,165,161) 100%);
    animation: gradient-shift 6s linear infinite;
    position: absolute;
    width: 100%;
    content: "";
    top: 0;
    background-size: 200% auto;
    left: 0;
    height: 5px;
}.gratDiv .founder_vision > div:first-child {
    margin-bottom: 30px;
    padding-left: 20px;
    position: relative;
}.gratDiv .founder_vision > div:first-child::before {
    content: "";
    position: absolute;
    left: 0;
    background: rgb(132,120,119);
    height: 70%;
    width: 4px;
    top: 50%;
    transform: translateY(-50%);
}.gratDiv h5 {
    font-size: 20px;
    line-height: 1.4;
    margin: 0;
    color: #000000;
    transform: translateX(0);
    position: relative;
    font-weight: 700;
    transition: transform 0.3s ease;
}.gratDiv .founder_vision:hover h5 {
    transform: translateX(5px);
}.gratDiv .founder_vision > div:last-child {
    padding: 20px;
    border-left: 2px solid rgb(176,165,161,0.5);
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0 100%);
    position: relative;
    background: linear-gradient(120deg, rgba(255,255,255,0.7), rgba(255,255,255,0.9));
    transition: all 0.4s ease;
}.gratDiv .founder_vision > div:last-child:hover {
    background: linear-gradient(120deg, rgba(255,255,255,0.9), rgba(255,255,255,1));
    border-left-width: 4px;
}.gratDiv p {
    line-height: 1.7;
    font-size: 15px;
    transition: transform 0.3s ease;
    color: #000000;
    margin: 0;
}.gratDiv a {
    text-decoration: none;
    overflow: hidden;
    position: relative;
    display: block;
}.gratDiv a::after {
    width: 0;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 2px;
    transition: width 0.5s ease;
    background: rgb(176,165,161);
}.gratDiv a:hover::after {
    width: 100%;
}.gratDiv 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) {.gratDiv {
    padding: 70px 0;
}.gratDiv .founder_vision {
    padding: 40px 30px;
    transform: perspective(1000px) rotateY(1deg);
}.gratDiv h5 {
    font-size: calc(20px - 2px);
}.gratDiv .founder_vision > div:last-child {
    padding: 15px;
}
}

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

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

@media (hover: none) {.gratDiv .founder_vision {
    transform: none;
}.gratDiv .founder_vision:hover h5 {
    transform: none;
}.gratDiv a:hover p {
    transform: none;
}}header {
    z-index: 100;
    background: #ffffff;
    position: relative;
    width: 100%;
    padding: 0;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
}header::before {
    background: linear-gradient(135deg, rgb(176,165,161), rgb(132,120,119));
    left: 0;
    height: 100%;
    width: 35%;
    top: 0;
    z-index: 0;
    position: absolute;
    content: '';
}header .container {
    margin: 0;
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 100%;
    padding: 0;
}header .nav_mainbar {
    display: flex;
    align-items: stretch;
    height: 100%;
}header .main_mainbar {
    text-decoration: none;
    width: 35%;
    align-items: center;
    padding: 1.2rem 0;
    justify-content: center;
    display: flex;
    position: relative;
}header .main_mainbar svg {
    height: auto;
    transition: all 0.3s ease;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    width: 150px;
}header .main_mainbar:hover svg {
    transform: scale(1.05);
}header .header_tutor {
    justify-content: flex-start;
    padding: 1.2rem 3%;
    position: relative;
    align-items: center;
    width: 65%;
    display: flex;
    gap: 0.5rem;
}header .header_tutor::before {
    background: linear-gradient(to bottom, transparent, rgb(176,165,161,0.5), transparent);
    height: 100%;
    width: 1px;
    position: absolute;
    left: 0;
    content: '';
    top: 0;
}header .header_start {
    overflow: hidden;
    padding: 0.6rem 1.2rem;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    background: #ffffff;
    font-weight: 600;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    text-decoration: none;
    font-size: 18px;
    border-radius: 10px;
    color: #000000;
    z-index: 1;
    position: relative;
}header .header_start::before {
    transition: opacity 0.3s ease;
    height: 100%;
    z-index: -1;
    top: 0;
    border-radius: 10px;
    width: 100%;
    background: linear-gradient(135deg, rgb(176,165,161,0.5), rgb(132,120,119,0.5));
    position: absolute;
    content: '';
    left: 0;
    opacity: 0;
}header .header_start:hover {
    color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}header .header_start:hover::before {
    opacity: 1;
}

@media (max-width: 991px) {header::before {
    width: 30%;
}header .main_mainbar {
    padding: 1rem 0;
    width: 30%;
}header .main_mainbar svg {
    width: 130px;
}header .header_tutor {
    width: 70%;
    padding: 1rem 2.5%;
    gap: 0.5rem;
}header .header_start {
    padding: 0.5rem 1rem;
    font-size: calc(18px);
}
}

@media (max-width: 767px) {header {
    background: rgb(212,208,182);
}header::before {
    top: 0;
    width: 100%;
    height: auto;
    bottom: 50%;
}header .nav_mainbar {
    align-items: center;
    flex-direction: column;
}header .main_mainbar {
    width: 100%;
    padding: 0.8rem 0;
}header .main_mainbar svg {
    width: 120px;
}header .header_tutor {
    gap: 0.6rem;
    flex-wrap: wrap;
    width: 95%;
    justify-content: center;
    padding: 0.8rem 0;
}header .header_tutor::before {
    width: 100%;
    height: 1px;
    left: 0;
    top: 0;
    background: linear-gradient(to right, transparent, rgb(176,165,161,0.5), transparent);
}header .header_start {
    padding: 0.5rem 0.9rem;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}
}

@media (max-width: 480px) {header .main_mainbar {
    padding: 0.7rem 0;
}header .main_mainbar svg {
    width: 110px;
}header .header_tutor {
    flex-wrap: nowrap;
    padding: 0.7rem 2%;
    overflow-x: auto;
    width: 100%;
    justify-content: flex-start;
}header .header_tutor::-webkit-scrollbar {
    height: 3px;
}header .header_tutor::-webkit-scrollbar-thumb {
    background: rgb(176,165,161);
    border-radius: 10px;
}header .header_start {
    padding: 0.45rem 0.9rem;
    white-space: nowrap;
    margin-right: 2px;
    flex-shrink: 0;
    font-size: calc(18px - 1px);
}}footer {
    position: relative;
    width: 100%;
}.hackathon {
    position: relative;
    padding: 70px 0 30px;
    color: #000000;
    font-family: Arial, sans-serif;
    background-color: #ffffff;
}.hackathon::before {
    position: absolute;
    height: 5px;
    top: 0;
    content: "";
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(176,165,161), rgb(132,120,119));
}footer .cookie_ctrl {
    display: grid;
    gap: 60px;
}footer .learn_form {
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    flex-wrap: wrap;
    display: flex;
    padding-bottom: 40px;
}footer .info_item {
    margin-right: 30px;
    margin-bottom: 15px;
    position: relative;
}footer .info_item:last-child {
    margin-right: 0;
}footer .info_item svg {
    height: 18px;
    fill: rgb(176,165,161);
    top: 3px;
    position: relative;
    width: 18px;
    margin-right: 10px;
}footer .info_item p,
footer .info_item a {
    transition: color 0.2s ease;
    color: #000000;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 0.3px;
}footer .info_item a:hover {
    color: rgb(176,165,161);
}footer .text_main_holder {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}footer .nav_site {
    margin-bottom: 15px;
}footer .nav_site svg {
    width: auto;
    height: 40px;
    margin-bottom: 20px;
}footer .tiktok_edu {
    font-size: 14px;
    max-width: 350px;
    line-height: 1.6;
    color: #000000;
}footer .header_tutor h5 {
    margin-bottom: 25px;
    font-size: 20px;
    color: #000000;
    font-weight: 600;
    position: relative;
}footer .header_tutor h5::after {
    background-color: rgb(176,165,161);
    bottom: -8px;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
    content: "";
}footer .nav_teach {
    margin-bottom: 30px;
}footer .nav_teach a {
    margin-bottom: 12px;
    color: #000000;
    transition: transform 0.2s ease, color 0.2s ease;
    text-decoration: none;
    display: block;
    font-size: 14px;
}footer .nav_teach a:hover {
    color: rgb(176,165,161);
    transform: translateX(5px);
}footer .subscribe_holder {
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.02);
    border-radius: 10px;
}footer .subscribe_holder h5 {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    color: #000000;
}footer .subscribe_holder p {
    font-size: 14px;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 25px;
}footer .input_holder {
    gap: 10px;
    flex-direction: column;
    display: flex;
}footer .input_holder input[type="email"] {
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: border-color 0.3s ease;
    color: #000000;
    background-color: #ffffff;
    font-size: 14px;
    border-radius: 10px;
    padding: 14px 16px;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgb(176,165,161);
}footer .online_training {
    padding: 14px 20px;
    font-size: 16px;
    color: #ffffff;
    border-radius: 10px;
    font-weight: 600;
    background-color: rgb(176,165,161);
    border: none;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
}footer .online_training:hover {
    background-color: rgb(132,120,119);
}footer .grant_info {
    margin-top: 50px;
}footer .progress_bar {
    text-align: center;
    font-size: 14px;
    color: #000000;
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .online_training {
    white-space: nowrap;
}
}

@media (max-width: 767px) {footer .hackathon {
    padding: 50px 0 30px;
}footer .learn_form {
    gap: 15px;
    flex-direction: column;
}footer .info_item {
    margin-bottom: 20px;
    margin-right: 0;
}footer .subscribe_holder {
    padding: 20px;
}footer .grant_info {
    margin-top: 30px;
}
}

@media (max-width: 576px) {footer .hackathon {
    padding: 40px 0 20px;
}footer .cookie_ctrl {
    gap: 40px;
}footer .header_tutor h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}}.contact_information {
    padding: 0;
    position: relative;
}.contact_information::before {
    position: absolute;
    height: 100%;
    width: 100%;
    content: '';
    background: rgb(212,208,182);
    top: 0;
    left: 0;
    opacity: 0.85;
}.contact_information .container {
    margin: 0 auto;
    padding: 0;
    max-width: 1400px;
    position: relative;
}.contact_information .support_card {
    display: grid;
    grid-template-rows: auto auto auto;
    grid-template-columns: repeat(12, 1fr);
}.contact_information .feedback_message {
    position: relative;
    margin-top: 80px;
    border-radius: 29px;
    grid-row: 1 / 2;
    grid-column: 3 / 11;
    background: #ffffff;
    z-index: 10;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}.contact_information .feedback_message h3 {
    color: #ffffff;
    padding: 40px;
    text-align: center;
    margin: 0;
    font-size: 28px;
    background: rgb(176,165,161);
    font-weight: 700;
}.contact_information .feedback_message div {
    align-items: center;
    text-align: center;
    flex-direction: column;
    display: flex;
    padding: 20px;
}.contact_information .feedback_message svg {
    padding: 10px;
    margin-bottom: 15px;
    background: rgb(212,208,182);
    height: 50px;
    width: 50px;
    border-radius: 50%;
}.contact_information .feedback_message svg path {
    fill: rgb(176,165,161);
}.contact_information .feedback_message span {
    color: #000000;
    font-size: 15px;
}.contact_information .feedback_message a {
    text-decoration: none;
    color: rgb(176,165,161);
    transition: color 0.3s ease;
}.contact_information .feedback_message a:hover {
    color: rgb(132,120,119);
}.contact_information .message_feedback {
    margin-top: -100px;
    grid-row: 2 / 4;
    padding: 170px 0 100px;
    grid-column: 1 / 13;
    background: rgb(176,165,161);
}.contact_information form {
    margin: 0 auto;
    padding: 60px;
    max-width: 700px;
    width: 60%;
    border-radius: 29px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    background: #ffffff;
}.contact_information form h3 {
    text-align: center;
    color: #000000;
    font-weight: 700;
    position: relative;
    margin-bottom: 40px;
    font-size: 28px;
}.contact_information form h3::after {
    left: 50%;
    width: 70px;
    transform: translateX(-50%);
    position: absolute;
    content: '';
    background: rgb(176,165,161);
    height: 3px;
    bottom: -15px;
}.contact_information form input[type="text"],
.contact_information form input[type="email"] {
    font-size: 15px;
    padding: 18px 20px;
    border-radius: 10px;
    background: #ffffff;
    transition: all 0.3s ease;
    border: 1px solid rgb(212,208,182);
    color: #000000;
    margin-bottom: 25px;
    width: 100%;
}.contact_information form input[type="text"]:focus,
.contact_information form input[type="email"]:focus {
    border-color: rgb(176,165,161);
    outline: none;
    box-shadow: 0 0 0 3px rgb(176,165,161,0.5);
}.contact_information form input::placeholder {
    color: #000000;
}.contact_information .help_panel {
    align-items: flex-start;
    display: flex;
    margin: 25px 0;
}.contact_information .help_panel input[type="checkbox"] {
    width: 22px;
    flex-shrink: 0;
    position: relative;
    border-radius: 10px;
    height: 22px;
    cursor: pointer;
    margin-right: 15px;
    transition: all 0.3s ease;
    border: 2px solid rgb(212,208,182);
    appearance: none;
    -webkit-appearance: none;
}.contact_information .help_panel input[type="checkbox"]:checked {
    background-color: rgb(176,165,161);
    border-color: rgb(176,165,161);
}.contact_information .help_panel input[type="checkbox"]:checked::before {
    width: 6px;
    left: 7px;
    top: 4px;
    height: 10px;
    border-width: 0 2px 2px 0;
    position: absolute;
    transform: rotate(45deg);
    content: '';
    border: solid #ffffff;
}.contact_information .help_panel label {
    color: #000000;
    font-size: 16px;
    line-height: 1.6;
}.contact_information .help_panel a {
    transition: color 0.3s ease;
    font-weight: 600;
    color: rgb(176,165,161);
    text-decoration: none;
}.contact_information .help_panel a:hover {
    color: rgb(132,120,119);
}.contact_information .feedback_section {
    width: 100%;
    color: #ffffff;
    cursor: pointer;
    font-weight: 700;
    border-radius: 10px;
    border: none;
    padding: 18px 20px;
    font-size: 18px;
    background: rgb(176,165,161);
    transition: all 0.3s ease;
}.contact_information .feedback_section:hover {
    background: rgb(132,120,119);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    transform: translateY(-3px);
}

@media (max-width: 1200px) {.contact_information .feedback_message {
    grid-column: 2 / 12;
}.contact_information form {
    width: 70%;
}
}

@media (max-width: 992px) {.contact_information .feedback_message {
    grid-column: 1 / 13;
    margin: 60px 20px 0;
}.contact_information form {
    width: 80%;
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.contact_information .feedback_message h3 {
    padding: 30px;
    font-size: calc(28px * 0.9);
}.contact_information .message_feedback {
    padding: 150px 20px 80px;
}.contact_information form {
    padding: 40px 30px;
    width: 100%;
}.contact_information form h3 {
    font-size: calc(28px * 0.9);
    margin-bottom: 35px;
}
}

@media (max-width: 576px) {.contact_information .feedback_message {
    margin: 40px 15px 0;
}.contact_information .feedback_message h3 {
    padding: 25px 20px;
    font-size: calc(28px * 0.85);
}.contact_information .message_feedback {
    padding: 130px 15px 60px;
}.contact_information form {
    padding: 30px 20px;
}.contact_information form input[type="text"],
    .contact_information form input[type="email"] {
    margin-bottom: 20px;
    padding: 15px;
}
}