* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.ranking_bar {
    flex: 0 0 auto;
}svg {
    width: 30px;
    height: 30px;
}.wrapper-viewport {
    height: 100%;
    min-height: 100%;
    flex-direction: column;
    display: flex;
}header,footer {
    width: 100%;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1235px;
}.site_info {
    flex: 1 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}html,body {
    height: 100%;
    min-height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.contact_information {
    background: rgb(239,225,204);
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}.contact_information::before {
    content: "";
    position: absolute;
    top: 0;
    opacity: 0.07;
    z-index: 1;
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(210,184,147,0.5) 0,
        rgb(210,184,147,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
    width: 100%;
    left: 0;
}.contact_information::after {
    background-size: 30px 30px;
    left: 0;
    z-index: 1;
    position: absolute;
    background-image: 
        linear-gradient(rgb(181,150,103,0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgb(181,150,103,0.5) 1px, transparent 1px);
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0.07;
}.contact_information .container {
    z-index: 2;
    padding: 0 30px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.contact_information h2 {
    left: 50%;
    font-size: 37px;
    padding-bottom: 20px;
    transform: translateX(-50%);
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    color: #000000;
    display: inline-block;
    text-align: center;
}.contact_information h2::before {
    left: calc(50% - 40px);
    height: 4px;
    bottom: 0;
    background: rgb(210,184,147);
    content: "";
    position: absolute;
    width: 80px;
}.contact_information h2::after {
    bottom: 0;
    background: rgb(181,150,103);
    left: calc(50% - 15px);
    height: 4px;
    width: 30px;
    content: "";
    position: absolute;
}.contact_information .inquiry_feedback {
    margin-top: 50px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    position: relative;
    display: flex;
    overflow: hidden;
    border-radius: 0;
    background: #ffffff;
}.contact_information .img_circular {
    min-height: 550px;
    position: relative;
    flex: 0 0 45%;
}.contact_information .img_circular::before {
    inset: 0;
    background: linear-gradient(
        135deg, 
        rgba(rgb(210,184,147), 0.4), 
        rgba(rgb(181,150,103), 0.4)
    );
    content: "";
    position: absolute;
    z-index: 1;
}.contact_information .support_panel {
    flex-direction: column;
    flex: 0 0 55%;
    justify-content: center;
    display: flex;
    padding: 60px;
    position: relative;
}.contact_information .support_panel::before {
    right: -75px;
    border-radius: 50%;
    height: 150px;
    border: 30px solid rgb(210,184,147,0.5);
    z-index: 0;
    position: absolute;
    top: -75px;
    content: "";
    width: 150px;
}.contact_information .support_panel::after {
    position: absolute;
    left: -50px;
    height: 100px;
    width: 100px;
    transform: rotate(45deg);
    content: "";
    border-radius: 0;
    z-index: 0;
    bottom: -50px;
    background: rgb(181,150,103,0.5);
}.contact_information form {
    position: relative;
    z-index: 2;
}.contact_information form h3 {
    color: #000000;
    font-size: 19px;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
    font-weight: 600;
}.contact_information form h3::after {
    height: 2px;
    bottom: -15px;
    width: 50%;
    content: "";
    background: rgb(210,184,147);
    position: absolute;
    left: 0;
}.contact_information form input[type="text"] {
    margin-bottom: 25px;
    border-bottom: 2px solid rgb(239,225,204);
    color: #000000;
    padding: 20px 25px;
    width: 100%;
    background: transparent;
    border: none;
    font-size: 14px;
    transition: all 0.3s ease;
}.contact_information form input[type="text"]:focus {
    outline: none;
    border-bottom-color: rgb(210,184,147);
}.contact_information form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
    transition: all 0.3s ease;
}.contact_information form input[type="text"]:focus::placeholder {
    transform: translateY(-10px);
    opacity: 0;
}.contact_information .reach_grid {
    margin-bottom: 40px;
    position: relative;
}.contact_information .reach_grid input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_information .reach_grid label {
    color: #000000;
    cursor: pointer;
    font-size: 12px;
    position: relative;
    padding-left: 35px;
    line-height: 1.5;
}.contact_information .reach_grid label::before {
    width: 22px;
    position: absolute;
    background: transparent;
    transition: all 0.3s ease;
    height: 22px;
    top: 0;
    content: "";
    border: 2px solid rgb(239,225,204);
    left: 0;
}.contact_information .reach_grid input[type="checkbox"]:checked + label::before {
    border-color: rgb(210,184,147);
    background: rgb(210,184,147);
}.contact_information .reach_grid input[type="checkbox"]:checked + label::after {
    height: 12px;
    position: absolute;
    content: "";
    left: 8px;
    top: 4px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    width: 6px;
}.contact_information .reach_grid label a {
    position: relative;
    transition: all 0.3s ease;
    font-weight: 600;
    text-decoration: none;
    color: rgb(210,184,147);
}.contact_information .reach_grid label a::after {
    width: 100%;
    bottom: -1px;
    left: 0;
    content: "";
    transition: transform 0.3s ease;
    transform: scaleX(1);
    background: rgb(210,184,147);
    height: 1px;
    transform-origin: left;
    position: absolute;
}.contact_information .reach_grid label a:hover {
    color: rgb(181,150,103);
}.contact_information .reach_grid label a:hover::after {
    transform: scaleX(0);
    background: rgb(181,150,103);
}.contact_information .help_widget {
    font-weight: 600;
    cursor: pointer;
    clip-path: polygon(
        0 0,
        100% 0,
        100% 70%,
        90% 100%,
        0 100%
    );
    position: relative;
    width: auto;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    font-size: 15px;
    padding: 18px 40px;
    background: rgb(210,184,147);
    color: #ffffff;
    border: none;
    transition: all 0.3s ease;
}.contact_information .help_widget::before {
    width: 0;
    content: "";
    transform: skewX(-25deg);
    height: 100%;
    left: -10px;
    transition: width 0.5s ease;
    top: 0;
    background: rgb(181,150,103);
    position: absolute;
    z-index: -1;
}.contact_information .help_widget:hover::before {
    width: 150%;
}.contact_information svg {
    stroke: rgb(210,184,147);
    width: 24px;
    transition: all 0.3s ease;
    height: 24px;
    fill: none;
    stroke-width: 2;
}.contact_information svg path {
    transition: all 0.3s ease;
    stroke: rgb(210,184,147);
    fill: none;
}.contact_information svg:hover,
.contact_information svg:hover path {
    stroke: rgb(181,150,103);
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}

@media (max-width: 1024px) {.contact_information {
    padding: 80px 0;
}.contact_information .img_circular {
    min-height: 500px;
}.contact_information .support_panel {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.contact_information {
    padding: 60px 0;
}.contact_information .inquiry_feedback {
    flex-direction: column;
}.contact_information .img_circular {
    width: 100%;
    min-height: 300px;
}.contact_information .support_panel {
    width: 100%;
    padding: 40px 30px;
}.contact_information form h3 {
    margin-bottom: 30px;
}.contact_information form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.contact_information .reach_grid {
    margin-bottom: 30px;
}.contact_information .help_widget {
    padding: 15px 30px;
    width: 100%;
}
}

@media (max-width: 480px) {.contact_information {
    padding: 50px 0;
}.contact_information h2 {
    font-size: calc(37px * 0.85);
}.contact_information .inquiry_feedback {
    margin-top: 30px;
}.contact_information .img_circular {
    min-height: 200px;
}.contact_information .support_panel {
    padding: 30px 20px;
}.contact_information form h3 {
    margin-bottom: 25px;
    font-size: calc(19px * 0.9);
}.contact_information form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.contact_information .reach_grid {
    margin-bottom: 25px;
}.contact_information .reach_grid label {
    font-size: calc(12px * 0.9);
}.contact_information .help_widget {
    padding: 12px 25px;
}}.program_offerings {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(239,225,204) 0%, #ffffff 100%);
    padding: 120px 0;
    position: relative;
}.program_offerings::before {
    top: 0;
    pointer-events: none;
    opacity: 0.08;
    content: "";
    z-index: 0;
    background: 
    linear-gradient(45deg, transparent 49.5%, rgb(181,150,103,0.5) 49.5%, rgb(181,150,103,0.5) 50.5%, transparent 50.5%) 0 0 / 30px 30px,
    linear-gradient(-45deg, transparent 49.5%, rgb(210,184,147,0.5) 49.5%, rgb(210,184,147,0.5) 50.5%, transparent 50.5%) 0 0 / 30px 30px;
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
}.program_offerings .container {
    max-width: 1280px;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 1;
}.program_offerings h2 {
    margin-bottom: 50px;
    transform: perspective(1000px) rotateX(0deg) rotateY(-2deg);
    position: relative;
    max-width: 800px;
    font-size: 30px;
    font-weight: 700;
    padding-left: 20px;
    color: #000000;
}.program_offerings h2::before {
    background: linear-gradient(to bottom, rgb(210,184,147), rgb(181,150,103));
    left: 0;
    top: 15%;
    position: absolute;
    content: "";
    height: 70%;
    width: 6px;
}.program_offerings .knowledge_guide {
    display: grid;
    position: relative;
    transform: translateZ(0);
    gap: 30px;
    grid-template-columns: 1fr;
}.program_offerings .img_circular {
    height: 350px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: perspective(1000px) rotateY(2deg);
    position: relative;
}.program_offerings .img_circular::after {
    background: linear-gradient(45deg, rgb(181,150,103,0.5) 0%, transparent 60%);
    height: 100%;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    mix-blend-mode: multiply;
    width: 100%;
}.program_offerings .img_circular:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.program_offerings .info_section {
    max-height: 500px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    overflow-y: auto;
    transform: perspective(1000px) rotateY(-2deg);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    padding: 35px;
}.program_offerings .info_section:hover {
    transform: perspective(1000px) rotateY(0deg);
}.program_offerings .info_section::before {
    background: linear-gradient(to right, rgb(210,184,147), rgb(181,150,103));
    height: 6px;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}.program_offerings .description {
    color: #000000;
    font-size: 12px;
    margin-bottom: 20px;
    line-height: 1.7;
}.program_offerings .description:last-child {
    margin-bottom: 0;
}.program_offerings .info_section::-webkit-scrollbar {
    width: 6px;
}.program_offerings .info_section::-webkit-scrollbar-track {
    background: rgb(239,225,204);
}.program_offerings .info_section::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, rgb(210,184,147), rgb(181,150,103));
    border-radius: 10px;
}

@media (min-width: 768px) {.program_offerings {
    padding: 150px 0;
}.program_offerings h2 {
    font-size: calc(30px * 1.1);
    padding-left: 30px;
    margin-left: 40px;
}.program_offerings h2::before {
    width: 8px;
}.program_offerings .knowledge_guide {
    grid-template-columns: 40% 60%;
    align-items: center;
}.program_offerings .img_circular {
    transform: perspective(1000px) rotateY(3deg) translateX(20px);
    height: 450px;
}.program_offerings .info_section {
    transform: perspective(1000px) rotateY(-3deg) translateX(-20px);
    max-height: 450px;
}
}

@media (min-width: 992px) {.program_offerings {
    padding: 180px 0;
}.program_offerings h2 {
    font-size: calc(30px * 1.2);
    margin-bottom: 60px;
    margin-left: 80px;
}.program_offerings .knowledge_guide {
    gap: 40px;
    grid-template-columns: 45% 55%;
    margin-top: 60px;
}.program_offerings .img_circular {
    transform: perspective(1200px) rotateY(4deg) translateX(40px);
    height: 500px;
}.program_offerings .info_section {
    padding: 50px;
    transform: perspective(1200px) rotateY(-4deg) translateX(-40px);
    max-height: 500px;
}.program_offerings .description {
    line-height: 1.8;
    font-size: calc(12px * 1.05);
}
}

@media (min-width: 1200px) {.program_offerings {
    padding: 200px 0;
}.program_offerings h2 {
    margin-left: 120px;
    font-size: calc(30px * 1.3);
}.program_offerings .knowledge_guide {
    gap: 60px;
}.program_offerings .img_circular {
    height: 550px;
    transform: perspective(1400px) rotateY(5deg) translateX(60px);
}.program_offerings .info_section {
    transform: perspective(1400px) rotateY(-5deg) translateX(-60px);
    max-height: 550px;
    padding: 60px;
}
}

@media (max-width: 767px) {.program_offerings {
    padding: 80px 0;
}.program_offerings h2 {
    font-size: calc(30px * 0.9);
    margin-bottom: 40px;
}.program_offerings .img_circular {
    height: 280px;
}.program_offerings .info_section {
    max-height: 400px;
    padding: 25px;
}.program_offerings .description {
    font-size: calc(12px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.program_offerings {
    padding: 60px 0;
}.program_offerings h2 {
    padding-left: 15px;
    font-size: calc(30px * 0.8);
}.program_offerings h2::before {
    width: 4px;
}.program_offerings .img_circular {
    height: 220px;
}.program_offerings .info_section {
    max-height: 350px;
    padding: 20px;
}.program_offerings .description {
    font-size: calc(12px * 0.9);
    line-height: 1.5;
}}.who_we_are {
    position: relative;
    background: rgb(239,225,204);
    overflow: hidden;
    padding: 120px 0;
}.who_we_are::before {
    position: absolute;
    height: 100%;
    z-index: 1;
    top: 0;
    width: 100%;
    animation: gradientShift 15s infinite alternate ease-in-out;
    background: 
        radial-gradient(circle at 10% 20%, rgb(210,184,147,0.5) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgb(181,150,103,0.5) 0%, transparent 40%);
    left: 0;
    content: "";
}.who_we_are::after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(210,184,147,0.5) 49%, rgb(210,184,147,0.5) 51%, transparent 52%) 0 0 / 60px 60px,
        linear-gradient(-45deg, transparent 48%, rgb(181,150,103,0.5) 49%, rgb(181,150,103,0.5) 51%, transparent 52%) 0 0 / 60px 60px;
    z-index: 1;
    opacity: 0.1;
    left: 0;
}.who_we_are .container {
    position: relative;
    z-index: 2;
}.who_we_are .timeline_hist {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    padding: 60px;
    display: grid;
    gap: 50px;
    background: rgba(255, 255, 255, 0.03);
    transition: all 0.4s ease;
    grid-template-columns: 1fr 1fr;
    border-radius: 15px;
    backdrop-filter: blur(5px);
    position: relative;
}.who_we_are .timeline_hist::before {
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    bottom: 0;
    border-radius: 15px;
    content: "";
    position: absolute;
    pointer-events: none;
    background: linear-gradient(135deg, rgb(210,184,147,0.5), transparent, rgb(181,150,103,0.5)) border-box;
    right: 0;
    mask-composite: exclude;
    left: 0;
    top: 0;
    border: 1px solid transparent;
}.who_we_are .timeline_hist h3 {
    color: rgb(210,184,147);
    position: relative;
    grid-column: 1 / -1;
    font-weight: 700;
    font-size: 28px;
    display: inline-block;
    margin-bottom: 40px;
    padding-bottom: 15px;
}.who_we_are .timeline_hist h3::after {
    bottom: 0;
    left: 0;
    content: "";
    width: 80px;
    position: absolute;
    background: linear-gradient(90deg, rgb(210,184,147), rgb(181,150,103));
    height: 4px;
    border-radius: 10px;
}.who_we_are .pro_learn {
    flex-direction: column;
    position: relative;
    display: flex;
}.who_we_are .pro_learn::before {
    animation: pulseEffect 4s infinite alternate;
    top: -20px;
    content: "";
    width: 100px;
    position: absolute;
    border: 2px solid rgb(210,184,147,0.5);
    height: 100px;
    border-radius: 50%;
    z-index: -1;
    left: -20px;
}.who_we_are .pro_learn span {
    color: rgb(181,150,103);
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
}.who_we_are .pro_learn span::before {
    left: 0;
    background: rgb(181,150,103);
    height: 2px;
    width: 30px;
    content: "";
    position: absolute;
    bottom: -10px;
}.who_we_are .pro_learn p {
    font-size: 16px;
    color: #000000;
    position: relative;
    margin-bottom: 30px;
    line-height: 1.8;
}.who_we_are .pro_learn .img_circular {
    position: relative;
    height: 300px;
    width: 100%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    transition: all 0.4s ease;
    border-radius: 15px;
}.who_we_are .pro_learn .img_circular::before {
    inset: 0;
    position: absolute;
    z-index: 1;
    background: linear-gradient(135deg, transparent 0%, rgb(210,184,147,0.5) 100%);
    content: "";
    opacity: 0.4;
}.who_we_are .pro_learn .img_circular::after {
    left: 0;
    animation: shineEffect 5s infinite;
    position: absolute;
    top: 0;
    width: 200%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    height: 200%;
    content: "";
    transform: rotate(45deg);
}.who_we_are .learn_mastery {
    display: flex;
    flex-direction: column;
    position: relative;
}.who_we_are .learn_mastery::after {
    border-radius: 50%;
    position: absolute;
    height: 150px;
    border: 2px solid rgb(181,150,103,0.5);
    right: -30px;
    animation: pulseEffect 4s infinite alternate 1s;
    bottom: -30px;
    z-index: -1;
    width: 150px;
    content: "";
}.who_we_are .learn_mastery p {
    margin-bottom: 30px;
    order: 2;
    color: #000000;
    position: relative;
    font-size: 16px;
    line-height: 1.8;
}.who_we_are .learn_mastery .mentor_values {
    height: 300px;
    overflow: hidden;
    order: 1;
    width: 100%;
    margin-bottom: 30px;
    transition: all 0.4s ease;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    position: relative;
}.who_we_are .learn_mastery .mentor_values::before {
    background: linear-gradient(135deg, rgb(181,150,103,0.5) 0%, transparent 100%);
    position: absolute;
    z-index: 1;
    inset: 0;
    content: "";
    opacity: 0.4;
}.who_we_are .learn_mastery .mentor_values::after {
    animation: shineEffect 5s infinite 2s;
    width: 200%;
    transform: rotate(45deg);
    top: 0;
    height: 200%;
    left: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    content: "";
    position: absolute;
}

@keyframes pulseEffect {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.3;
    }
    100% {
        transform: scale(1);
        opacity: 0.6;
    }
}

@keyframes shineEffect {
    0% {
        transform: translateX(-100%) rotate(45deg);
    }
    20%, 100% {
        transform: translateX(100%) rotate(45deg);
    }
}

@keyframes gradientShift {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@media (max-width: 1024px) {.who_we_are {
    padding: 80px 0;
}.who_we_are .timeline_hist {
    padding: 40px;
    gap: 30px;
}.who_we_are .pro_learn .img_circular,
    .who_we_are .learn_mastery .mentor_values {
    height: 250px;
}
}

@media (max-width: 768px) {.who_we_are {
    padding: 60px 0;
}.who_we_are .timeline_hist {
    gap: 40px;
    padding: 30px;
    grid-template-columns: 1fr;
}.who_we_are .timeline_hist h3 {
    font-size: calc(28px * 0.9);
    margin-bottom: 30px;
}.who_we_are .pro_learn::before,
    .who_we_are .learn_mastery::after {
    height: 80px;
    width: 80px;
}.who_we_are .pro_learn .img_circular,
    .who_we_are .learn_mastery .mentor_values {
    height: 220px;
}
}

@media (max-width: 576px) {.who_we_are {
    padding: 40px 0;
}.who_we_are .timeline_hist {
    gap: 30px;
    padding: 25px 20px;
}.who_we_are .timeline_hist h3 {
    margin-bottom: 25px;
    font-size: calc(28px * 0.8);
}.who_we_are .timeline_hist h3::after {
    width: 60px;
    height: 3px;
}.who_we_are .pro_learn span {
    font-size: calc(21px * 0.9);
}.who_we_are .pro_learn::before,
    .who_we_are .learn_mastery::after {
    display: none;
}.who_we_are .pro_learn p,
    .who_we_are .learn_mastery p {
    font-size: calc(16px * 0.95);
    line-height: 1.6;
    margin-bottom: 20px;
}.who_we_are .pro_learn .img_circular,
    .who_we_are .learn_mastery .mentor_values {
    height: 200px;
}}.privacy_enclosure {
    overflow: hidden;
    transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    width: 100%;
    padding: 40px;
    margin: 0 auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}.privacy_enclosure h1 {
    padding-bottom: 10px;
    font-family: Arial, sans-serif;
    border-bottom: 2px solid rgb(210,184,147);
    font-size: 45px;
    text-transform: uppercase;
    margin-bottom: 25px;
    text-align: center;
    color: rgb(210,184,147);
    margin-top: 40px;
}.privacy_enclosure h2 {
    margin-top: 30px;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 8px;
    font-family: Arial, sans-serif;
    border-bottom: 1px solid rgb(181,150,103);
    font-size: 30px;
    color: rgb(181,150,103);
}.privacy_enclosure h3, .privacy_enclosure h4, .privacy_enclosure h5, .privacy_enclosure h6 {
    color: #000000;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: Arial, sans-serif;
    font-size: 21px;
}.privacy_enclosure ul, .privacy_enclosure ol {
    list-style-position: inside;
    padding: 15px 0;
    padding-left: 0;
    margin: 0;
}.privacy_enclosure li {
    border-radius: 10px;
    line-height: 1.6;
    transition: background 0.3s ease-in-out;
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #000000;
    margin-bottom: 12px;
    padding: 5px;
}.privacy_enclosure li:hover {
    background: rgb(210,184,147,0.5);
}.privacy_enclosure section {
    background: none;
}.privacy_enclosure p, .privacy_enclosure span, .privacy_enclosure div {
    color: #000000;
    margin-bottom: 10px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 1.8;
}

@media only screen and (max-width: 800px) {.privacy_enclosure {
    width: 100%;
    padding: 25px 10px;
}.privacy_enclosure h1, .privacy_enclosure h2 {
    text-align: left;
    font-size: calc(21px - 5px);
}.privacy_enclosure ul, .privacy_enclosure ol {
    padding: 10px 0;
}}.future_members {
    padding: 100px 20px;
    z-index: 1;
    overflow: hidden;
    position: relative;
    background-color: rgb(239,225,204);
}.future_members::before {
    opacity: 0.6;
    height: 200%;
    z-index: -1;
    left: -50%;
    position: absolute;
    width: 200%;
    top: -50%;
    animation: slowRotate 35s linear infinite;
    content: "";
    background: radial-gradient(
    circle at 30% 30%,
    rgb(181,150,103,0.5) 0%,
    transparent 50%
  ), radial-gradient(
    circle at 70% 70%,
    rgb(210,184,147,0.5) 0%,
    transparent 45%
  );
}.future_members .timeline_hist {
    backdrop-filter: blur(12px);
    position: relative;
    z-index: 2;
    box-shadow: 
    0 10px 40px rgba(0, 0, 0, 0.1),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    border-radius: 26px;
    margin: 0 auto;
    padding: 50px;
    max-width: 900px;
    background: rgba(255, 255, 255, 0.1);
}.future_members h3 {
    text-align: center;
    font-weight: 600;
    color: #000000;
    letter-spacing: 1px;
    position: relative;
    font-size: 31px;
    margin-bottom: 50px;
}.future_members h3::after {
    height: 3px;
    content: "";
    border-radius: 10px;
    bottom: -15px;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    width: 60px;
    background: linear-gradient(90deg, 
    rgb(210,184,147,0.5), 
    rgb(181,150,103), 
    rgb(210,184,147,0.5)
  );
}.future_members ul {
    gap: 25px;
    display: flex;
    list-style: none;
    flex-direction: column;
    margin: 0;
    padding: 0;
}.future_members ul li {
    border-radius: 26px;
    text-align: center;
    position: relative;
    padding: 25px;
    align-items: center;
    box-shadow: 
    0 5px 15px rgba(0, 0, 0, 0.05),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    flex-direction: column;
    transition: all 0.4s ease;
    background-color: rgba(255, 255, 255, 0.15);
    display: flex;
}.future_members ul li::before {
    -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    inset: 0;
    mask-composite: exclude;
    padding: 2px;
    transition: opacity 0.4s ease;
    position: absolute;
    content: "";
    background: linear-gradient(
    45deg,
    transparent,
    rgb(181,150,103,0.5),
    rgb(210,184,147,0.5),
    transparent
  );
    opacity: 0.4;
    border-radius: 26px;
}.future_members ul li:hover {
    box-shadow: 
    0 15px 25px rgba(0, 0, 0, 0.08),
    0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    transform: translateY(-5px);
}.future_members ul li:hover::before {
    opacity: 1;
}.future_members ul li svg {
    fill: rgb(181,150,103);
    transition: all 0.3s ease;
    width: 45px;
    margin-bottom: 15px;
    height: 45px;
}.future_members ul li:hover svg {
    fill: rgb(210,184,147);
    transform: scale(1.05);
}.future_members ul li svg path {
    transition: all 0.3s ease;
    fill: rgb(181,150,103);
}.future_members ul li:hover svg path {
    fill: rgb(210,184,147);
}.future_members ul li {
    color: #000000;
    font-weight: 300;
    font-size: 12px;
    line-height: 1.6;
}.future_members ul li::after {
    border-radius: 26px;
    opacity: 0;
    z-index: -1;
    bottom: 0;
    position: absolute;
    transition: opacity 0.3s ease;
    background: radial-gradient(
    circle at var(--x, center) var(--y, center),
    rgba(255, 255, 255, 0.15) 0%,
    transparent 60%
  );
    top: 0;
    left: 0;
    content: "";
    right: 0;
}.future_members ul li:hover::after {
    opacity: 1;
}

@keyframes slowRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 992px) {.future_members {
    padding: 70px 15px;
}.future_members .timeline_hist {
    padding: 40px 30px;
}.future_members h3 {
    margin-bottom: 40px;
    font-size: calc(31px * 0.9);
}.future_members ul {
    gap: 20px;
}
}

@media screen and (max-width: 768px) {.future_members {
    padding: 50px 15px;
}.future_members .timeline_hist {
    padding: 30px 20px;
    backdrop-filter: blur(8px);
}.future_members h3 {
    font-size: calc(31px * 0.8);
    margin-bottom: 35px;
}.future_members ul {
    gap: 15px;
}.future_members ul li {
    padding: 20px 15px;
}.future_members ul li svg {
    height: 35px;
    margin-bottom: 12px;
    width: 35px;
}.future_members::before {
    animation-duration: 60s;
}.future_members ul li::before {
    padding: 1px;
}}

.future_members ul li {
    --y: center;
    --x: center;
}

@media (hover: hover) {.future_members ul li:hover {
    --y: calc(100%);
    --x: calc(1100%);
}
}

@media screen and (min-width: 1200px) {.future_members ul {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 30px;
}}.get_help_info {
    position: relative;
    perspective: 800px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(239,225,204) 0%, #ffffff 100%);
    padding: 5rem 0;
}.get_help_info::before {
    width: 100%;
    content: "";
    pointer-events: none;
    left: 0;
    opacity: 0.15;
    top: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(181,150,103,0.5) 0px,
        rgb(181,150,103,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    position: absolute;
    height: 100%;
    z-index: 1;
}.get_help_info::after {
    width: 200px;
    height: 200px;
    content: "";
    filter: blur(70px);
    animation: pulse 8s infinite alternate ease-in-out;
    background: rgb(210,184,147,0.5);
    bottom: -50px;
    z-index: 0;
    right: -50px;
    position: absolute;
}.get_help_info .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1140px;
    padding: 0 15px;
}.get_help_info .edu_tutor {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.04);
    transform: translateZ(0) rotateX(1deg);
    transform-style: preserve-3d;
    padding: 3rem;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: #ffffff;
    position: relative;
    border-left: 4px solid rgb(210,184,147);
}.get_help_info .edu_tutor:hover {
    transform: translateZ(20px) rotateX(0deg);
}.get_help_info h3 {
    margin-bottom: 1.5rem;
    font-weight: 700;
    color: #000000;
    font-size: 36px;
    position: relative;
    padding-bottom: 12px;
}.get_help_info h3::after {
    position: absolute;
    transition: transform 0.4s ease;
    bottom: 0;
    transform-origin: left;
    height: 3px;
    background: rgb(210,184,147);
    width: 60px;
    transform: scaleX(1);
    left: 0;
    content: "";
}.get_help_info .edu_tutor:hover h3::after {
    transform: scaleX(1.5);
}.get_help_info p {
    font-size: 12px;
    line-height: 1.7;
    max-width: 90%;
    color: #000000;
    margin-bottom: 1.5rem;
}.get_help_info h5 {
    color: #000000;
    gap: 10px;
    display: flex;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 0.5rem;
    font-size: 22px;
    align-items: center;
}.get_help_info svg {
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateY(0);
    height: 22px;
    width: 22px;
}.get_help_info svg path {
    transition: fill 0.3s ease;
    fill: rgb(210,184,147);
}.get_help_info .reach_section {
    padding: 0;
    margin: 2rem 0 0;
    gap: 15px;
    flex-direction: column;
    display: flex;
    list-style: none;
}.get_help_info .quick_answers {
    text-decoration: none;
    background: linear-gradient(to right, #ffffff, rgb(239,225,204));
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
    padding: 10px 15px;
    color: #000000;
    border-radius: 10px;
    font-size: 12px;
    display: flex;
    align-items: center;
    transform: translateX(0);
    transition: all 0.3s ease;
    gap: 10px;
}.get_help_info .quick_answers:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    color: rgb(210,184,147);
    transform: translateX(5px);
}.get_help_info .quick_answers:hover svg {
    transform: translateY(-3px) scale(1.1);
}.get_help_info .quick_answers:hover svg path {
    fill: rgb(181,150,103);
}.get_help_info .edu_tutor > div {
    transition: transform 0.4s ease, opacity 0.4s ease;
    margin-bottom: 1.5rem;
    transform: translateY(0);
    opacity: 1;
}.get_help_info .edu_tutor > div:nth-child(2) {
    transition-delay: 0.1s;
}.get_help_info .edu_tutor > div:nth-child(3) {
    transition-delay: 0.2s;
}.get_help_info .edu_tutor > div:nth-child(4) {
    transition-delay: 0.3s;
}

@keyframes pulse {
    0% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.2);
    }
    100% {
        opacity: 0.5;
        transform: scale(1);
    }
}

@media (min-width: 768px) {.get_help_info .edu_tutor {
    transform: translateZ(0) rotateX(2deg);
    padding: 4rem;
}.get_help_info .reach_section {
    gap: 20px;
    flex-direction: row;
    flex-wrap: wrap;
}.get_help_info .quick_answers {
    min-width: 200px;
}
}

@media (max-width: 767px) {.get_help_info {
    padding: 3rem 0;
}.get_help_info .edu_tutor {
    padding: 2rem;
    transform: none;
}.get_help_info h3 {
    font-size: calc(36px * 0.85);
}.get_help_info p {
    max-width: 100%;
}.get_help_info svg {
    width: 20px;
    height: 20px;
}
}

@media (max-width: 480px) {.get_help_info {
    padding: 2rem 0;
}.get_help_info .edu_tutor {
    padding: 1.5rem;
}.get_help_info h3 {
    font-size: calc(36px * 0.75);
}.get_help_info p {
    font-size: calc(12px * 0.95);
}.get_help_info .quick_answers {
    padding: 8px 12px;
}}.appArea {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(210,184,147,0.5), rgb(181,150,103) 120%);
    padding: 100px 0;
    position: relative;
}.appArea::before {
    pointer-events: none;
    opacity: 0.05;
    top: -10%;
    width: 50%;
    content: "";
    height: 60%;
    background: rgb(255, 255, 255, 0.5);
    right: -10%;
    position: absolute;
    transform: rotate(-15deg);
}.appArea::after {
    width: 40%;
    background: rgb(210,184,147);
    bottom: -5%;
    content: "";
    position: absolute;
    opacity: 0.1;
    transform: rotate(10deg);
    pointer-events: none;
    left: -5%;
    height: 30%;
}.appArea .container {
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
}.appArea .timeline_hist {
    padding: 60px 50px;
    display: flex;
    transform: translateY(0);
    position: relative;
    gap: 40px;
    background: #ffffff;
    flex-direction: column;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08), 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}.appArea .timeline_hist:hover {
    transform: translateY(-5px);
}.appArea .timeline_hist::before {
    width: 4px;
    left: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgb(210,184,147), rgb(181,150,103));
    top: 0;
    content: "";
    height: 100%;
}.appArea .timeline_hist div:first-child {
    position: relative;
    padding-bottom: 25px;
}.appArea .timeline_hist div:first-child::after {
    background: rgb(210,184,147,0.5);
    bottom: 0;
    position: absolute;
    height: 2px;
    content: "";
    left: 0;
    width: 80px;
}.appArea .timeline_hist h5 {
    font-size: 21px;
    transform: translateX(0);
    margin: 0;
    color: #000000;
    font-weight: 700;
    line-height: 1.4;
    transition: transform 0.4s ease-out;
}.appArea .timeline_hist:hover h5 {
    transform: translateX(8px);
}.appArea .timeline_hist div:last-child {
    position: relative;
}.appArea .timeline_hist a {
    display: block;
    text-decoration: none;
    transition: all 0.4s ease;
}.appArea .timeline_hist p {
    font-size: 18px;
    font-family: Arial, sans-serif;
    position: relative;
    line-height: 1.8;
    color: #000000;
    transition: color 0.3s ease;
    z-index: 1;
    margin: 0;
}.appArea .timeline_hist a:hover p {
    color: rgb(210,184,147);
}.appArea .timeline_hist a::before {
    transition: opacity 0.5s ease;
    height: 40%;
    width: 40%;
    right: -10px;
    bottom: -10px;
    background: linear-gradient(135deg, transparent, rgb(181,150,103,0.5) 60%);
    content: "";
    position: absolute;
    z-index: 0;
    opacity: 0;
}.appArea .timeline_hist a:hover::before {
    opacity: 0.1;
}

@media (min-width: 768px) {.appArea .timeline_hist {
    padding: 70px 80px;
}.appArea .timeline_hist::before {
    width: 6px;
}.appArea .timeline_hist div:first-child::after {
    width: 120px;
}
}

@media (max-width: 767px) {.appArea {
    padding: 60px 0;
}.appArea .timeline_hist {
    padding: 40px 30px;
    gap: 25px;
}.appArea .timeline_hist h5 {
    font-size: calc(21px - 2px);
}.appArea .timeline_hist p {
    font-size: calc(18px - 1px);
}.appArea .timeline_hist div:first-child {
    padding-bottom: 20px;
}.appArea .timeline_hist div:first-child::after {
    width: 60px;
}
}

@media (max-width: 480px) {.appArea {
    padding: 40px 0;
}.appArea .timeline_hist {
    gap: 20px;
    padding: 30px 20px;
}.appArea .timeline_hist h5 {
    font-size: calc(21px - 4px);
}
}

@media (prefers-reduced-motion: reduce) {.appArea .timeline_hist,
    .appArea .timeline_hist h5,
    .appArea .timeline_hist a::before,
    .appArea .timeline_hist a p {
    transition: none;
}.appArea .timeline_hist:hover,
    .appArea .timeline_hist:hover h5 {
    transform: none;
}}.cookieNotificationBanner {
    position: fixed;
    bottom: 0;
    z-index: 90;
    background: rgb(239,225,204);
    border-top: 2px solid rgb(210,184,147);
    width: 100%;
}.consent_box {
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    display: flex;
}#cookieInfoContainer {
    display: none;
}#cookieInfoContainer:checked ~ .cookieNotificationBanner {
    visibility: hidden;
    opacity: 0;
}.cookieNotificationBanner h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.cookieNotificationBanner p {
    font-size: 18px;
}.cookie_overlay {
    flex-shrink: 0;
    margin-right: 10px;
}.cookie_overlay svg, .cookie_overlay svg path, .cookie_overlay img {
    height: 100px;
    width: 100px;
    fill: rgb(210,184,147);
}.edu_settings {
    line-height: 35px;
    margin-left: 10px;
    font-size: 24px;
    color: rgb(210,184,147);
    text-decoration: none;
    min-width: 120px;
    border-bottom: 2px solid rgb(210,184,147);
    cursor: pointer;
    flex-shrink: 0;
    text-align: center;
    white-space: nowrap;
}.cookieNotificationBanner p a {
    text-decoration: none;
    color: rgb(210,184,147);
}
@media only screen and (max-width: 1200px) {.cookieNotificationBanner {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.cookie_overlay {
    display: none;
}.consent_box {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.cookieNotificationBanner h5 {
    text-align: center;
}.cookieNotificationBanner p {
    text-align: center;
}.cookie_layer {
    margin-bottom: 20px;
}body .wrapper-viewport .edu_settings {
    margin-bottom: 10px;
    margin-left: 0;
}}
.wrapper-viewport .cookieNotificationBanner {
    box-shadow: rgb(210,184,147,0.5) 0px 0px 40px 39px;
    background: #ffffff;
    border: none;
}.wrapper-viewport .edu_settings {
    font-size: 20px;
    padding: 10px;
    font-weight: 400;
    background: rgb(210,184,147);
    color: #ffffff;
    border: none;
    margin-left: 30px;
}.wrapper-viewport .cookie_overlay {
    display: flex;
    width: 80px;
    border-radius: 50%;
    height: 80px;
    justify-content: center;
    background:rgb(210,184,147);
    align-items: center;
}.wrapper-viewport .cookie_overlay svg, .wrapper-viewport .cookie_overlay svg path, .wrapper-viewport .cookie_overlay img {
    width: 40px;
    fill:#000000;
    height: 40px;
}.wrapper-viewport .cookie_layer h5, .wrapper-viewport .cookie_layer p {
    color: #000000;
}
@media only screen and (max-width: 800px){.wrapper-viewport .cookie_overlay {
    margin: 0;
    margin-bottom: 14px;
}}.title_intro {
    padding: 2rem;
    display: flex;
    min-height: 100vh;
    position: relative;
    justify-content: flex-start;
    overflow: hidden;
    align-items: center;
}.title_intro::before {
    right: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    content: "";
    bottom: 0;
    left: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgba(0,0,0,0.85) 100%);
}.title_intro::after {
    left: 0;
    clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
    top: 0;
    width: 100%;
    content: "";
    z-index: 2;
    position: absolute;
    height: 100%;
    background: linear-gradient(to right, rgb(210,184,147,0.5) 0%, transparent 50%);
}.title_intro > div {
    max-width: 1200px;
    z-index: 3;
    width: 100%;
    position: relative;
    margin-left: 5%;
    transform: translateY(-2rem);
}.title_intro > div > div:first-child {
    position: relative;
    margin-bottom: 3rem;
}.title_intro .title_style_header {
    line-height: 1.2;
    font-size: clamp(2.5rem, 5vw, 39px);
    color: #ffffff;
    max-width: 90%;
    letter-spacing: -0.02em;
    transform-origin: left center;
    margin: 0 0 1.5rem;
    animation: fadeSlideUp 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    position: relative;
    font-weight: 700;
}.title_intro .title_style_header::after {
    position: absolute;
    transform-origin: left;
    content: "";
    height: 0.35rem;
    animation: lineGrow 1.5s 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    background: rgb(181,150,103);
    bottom: -1rem;
    transform: scaleX(0);
    width: 5rem;
    left: 0;
}.title_intro .learn_first {
    max-width: 650px;
    backdrop-filter: blur(10px);
    border-left: 3px solid rgb(181,150,103);
    background: rgba(255, 255, 255, 0.08);
    padding: 2.5rem;
    transform: translateX(-50px);
    opacity: 0;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    animation: slideInRight 1s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}.title_intro .skill_space {
    margin-bottom: 1.5rem;
}.title_intro .skill_space h3 {
    margin: 0;
    opacity: 0;
    font-weight: 600;
    line-height: 1.4;
    position: relative;
    color: #ffffff;
    animation: fadeIn 1s 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    font-size: clamp(1.2rem, 3vw, 20px);
}.title_intro span {
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 1.5rem;
}.title_intro p {
    opacity: 0;
    margin: 0;
    position: relative;
    color: #ffffff;
    line-height: 1.6;
    font-size: clamp(1rem, 2vw, 15px);
    animation: fadeIn 1s 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

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

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

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

@keyframes lineGrow {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@media (max-width: 992px) {.title_intro {
    align-items: flex-start;
    padding: 3rem 1.5rem;
    justify-content: center;
}.title_intro > div {
    margin-left: 0;
    margin-top: 3rem;
}.title_intro::after {
    background: linear-gradient(to bottom, rgb(210,184,147,0.5) 0%, transparent 70%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}.title_intro .title_style_header {
    max-width: 100%;
}.title_intro .learn_first {
    padding: 1.5rem;
    max-width: 100%;
}
}

@media (max-width: 768px) {.title_intro {
    padding-bottom: 5rem;
    min-height: unset;
    padding-top: 5rem;
}.title_intro > div > div:first-child {
    margin-bottom: 2rem;
}.title_intro .title_style_header::after {
    width: 4rem;
    height: 0.25rem;
}.title_intro .learn_first {
    animation-name: fadeIn;
    padding: 1.25rem;
    transform: none;
}
}

@media (max-width: 480px) {.title_intro {
    padding: 2rem 1rem;
}.title_intro .title_style_header {
    margin-bottom: 1rem;
}.title_intro .title_style_header::after {
    width: 3rem;
    height: 0.2rem;
}.title_intro .learn_first {
    padding: 1rem;
}.title_intro .skill_space {
    margin-bottom: 1rem;
}.title_intro span {
    padding-top: 1rem;
}
}

@media (hover: hover) {.title_intro .learn_first:hover {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
}}.program_outcomes {
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(239,225,204) 0%, rgba(247, 248, 252, 0.9) 100%);
    position: relative;
}.program_outcomes::before {
    width: 100%;
    left: 0;
    z-index: 1;
    position: absolute;
    background-image: radial-gradient(circle at 10% 20%, rgba(rgb(210,184,147,0.5), 0.05) 0%, transparent 60%);
    height: 100%;
    content: "";
    top: 0;
}.program_outcomes::after {
    background: linear-gradient(145deg, rgba(rgb(210,184,147,0.5), 0.08) 0%, rgba(rgb(181,150,103,0.5), 0.04) 100%);
    width: 70%;
    position: absolute;
    transform: rotate(15deg);
    right: -20%;
    content: "";
    z-index: 0;
    border-left: 1px solid rgba(rgb(210,184,147,0.5), 0.1);
    top: -50%;
    height: 140%;
}.program_outcomes .container {
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
    gap: 40px;
    position: relative;
    max-width: 1400px;
    grid-template-columns: 1fr;
    display: grid;
}.program_outcomes .img_circular {
    width: 100%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 10px 20px rgba(0, 0, 0, 0.08);
    object-fit: cover;
    height: auto;
    transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
    transform: perspective(1000px) rotateY(-2deg) rotateX(2deg);
    filter: saturate(1.05);
    will-change: transform;
}.program_outcomes .img_circular:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15), 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) translateY(-10px);
}.program_outcomes .timeline_hist {
    flex-direction: column;
    display: flex;
    justify-content: center;
}.program_outcomes .info_section {
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.07);
    backdrop-filter: blur(10px);
    transform: translateZ(0);
    padding: 30px;
}.program_outcomes .info_section::before {
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: absolute;
    width: 5px;
    height: 100%;
    top: 0;
    transform: scaleY(0);
    transform-origin: top;
    content: "";
    left: 0;
    background: linear-gradient(to bottom, rgb(210,184,147), rgb(181,150,103));
}.program_outcomes .info_section:hover::before {
    transform: scaleY(1);
}.program_outcomes h1 {
    margin-bottom: 30px;
    opacity: 0;
    font-size: 43px;
    position: relative;
    transform: translateY(20px);
    line-height: 1.2;
    font-weight: 700;
    color: #000000;
    animation: fadeInUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.3s;
}.program_outcomes ul {
    gap: 18px;
    padding: 0;
    display: grid;
    list-style: none;
    margin: 0;
    grid-template-columns: 1fr;
}.program_outcomes li {
    padding: 8px 0;
    animation-delay: calc(0.2s + (var(--i, 0) * 0.1s));
    transform: translateX(20px);
    position: relative;
    animation: fadeInRight 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    opacity: 0;
}.program_outcomes li:nth-child(1) {
    --i: 1;
}.program_outcomes li:nth-child(2) {
    --i: 2;
}.program_outcomes li:nth-child(3) {
    --i: 3;
}.program_outcomes li:nth-child(4) {
    --i: 4;
}.program_outcomes li:nth-child(5) {
    --i: 5;
}.program_outcomes li p {
    padding-left: 40px;
    transition: transform 0.3s ease;
    display: flex;
    margin: 0;
    color: #000000;
    font-size: 18px;
    line-height: 1.6;
    position: relative;
    align-items: center;
}.program_outcomes li:hover p {
    transform: translateX(5px);
}.program_outcomes li svg {
    top: 50%;
    height: 28px;
    left: 0;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: absolute;
    transform: translateY(-50%);
    width: 28px;
}.program_outcomes li:hover svg {
    transform: translateY(-50%) scale(1.15);
}.program_outcomes svg path {
    transition: fill 0.3s ease;
    fill: rgb(210,184,147);
}.program_outcomes li:hover svg path {
    fill: rgb(181,150,103);
}

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

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

@media (min-width: 768px) {.program_outcomes .container {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}.program_outcomes .info_section {
    padding: 40px;
}.program_outcomes ul {
    grid-template-columns: 1fr;
}
}

@media (min-width: 992px) {.program_outcomes {
    padding: 150px 0;
}.program_outcomes .container {
    gap: 80px;
}.program_outcomes .img_circular {
    height: 100%;
    max-height: 600px;
}.program_outcomes .info_section {
    padding: 50px;
}.program_outcomes h1 {
    font-size: calc(43px * 1.1);
}
}

@media (max-width: 767px) {.program_outcomes {
    padding: 80px 0;
}.program_outcomes .img_circular {
    max-height: 400px;
    object-position: center;
}.program_outcomes h1 {
    font-size: calc(43px * 0.85);
    margin-bottom: 20px;
}.program_outcomes li {
    padding: 6px 0;
}.program_outcomes li p {
    font-size: calc(18px * 0.95);
    padding-left: 35px;
}.program_outcomes li svg {
    width: 24px;
    height: 24px;
}
}

@media (max-width: 480px) {.program_outcomes {
    padding: 60px 0;
}.program_outcomes .info_section {
    padding: 25px 20px;
}.program_outcomes h1 {
    font-size: calc(43px * 0.75);
}.program_outcomes li p {
    font-size: calc(18px * 0.9);
    padding-left: 32px;
}.program_outcomes li svg {
    height: 22px;
    width: 22px;
}}.enroll_instantly {
    z-index: 1;
    background: linear-gradient(110deg, rgb(210,184,147) 0%, rgb(181,150,103) 100%);
    overflow: hidden;
    padding: 140px 0;
    position: relative;
}.enroll_instantly::before {
    animation: patternMove 15s linear infinite;
    top: 0;
    height: 100%;
    opacity: 0.5;
    position: absolute;
    background-size: 30px 30px;
    content: '';
    left: 0;
    width: 100%;
    background: 
        linear-gradient(
            135deg,
            transparent 25%,
            rgba(255, 255, 255, 0.05) 25%,
            rgba(255, 255, 255, 0.05) 50%,
            transparent 50%,
            transparent 75%,
            rgba(255, 255, 255, 0.05) 75%
        );
    z-index: -1;
}.enroll_instantly::after {
    width: 200%;
    height: 200%;
    z-index: -1;
    background: conic-gradient(
        from 0deg at 50% 50%,
        rgba(255, 255, 255, 0) 0deg,
        rgba(255, 255, 255, 0.03) 90deg,
        rgba(255, 255, 255, 0) 180deg,
        rgba(255, 255, 255, 0.03) 270deg,
        rgba(255, 255, 255, 0) 360deg
    );
    content: '';
    animation: rotateConic 30s linear infinite;
    position: absolute;
    top: -50%;
    left: -50%;
}.enroll_instantly .timeline_hist {
    position: relative;
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: center;
    z-index: 2;
    margin: 0 auto;
    flex-direction: column;
    max-width: 900px;
}.enroll_instantly .timeline_hist::before {
    content: '';
    z-index: -1;
    transform: skewX(-15deg);
    top: 0;
    backdrop-filter: blur(10px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 10px 20px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    left: -20%;
    position: absolute;
    height: 100%;
    background: rgba(255, 255, 255, 0.05);
    width: 140%;
}.enroll_instantly .timeline_hist::after {
    filter: blur(20px);
    right: -30px;
    z-index: -1;
    position: absolute;
    top: -30px;
    height: 100px;
    content: '';
    border-radius: 50%;
    animation: floatBubble 10s ease-in-out infinite alternate;
    width: 100px;
    background: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 70%
    );
}.enroll_instantly h3 {
    perspective: 1000px;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    padding: 0 20px;
    text-align: center;
    font-family: Arial, sans-serif;
    transition: all 0.5s ease;
    transform: rotateX(5deg);
    color: #ffffff;
    font-size: 34px;
    margin: 60px 0;
    transform-style: preserve-3d;
    font-weight: 700;
}.enroll_instantly h3::before {
    top: -30px;
    width: 80%;
    position: absolute;
    content: '';
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.5),
        transparent
    );
    height: 1px;
    left: 10%;
}.enroll_instantly h3::after {
    width: 60%;
    height: 1px;
    left: 20%;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    position: absolute;
    bottom: -30px;
    content: '';
}.enroll_instantly h3:hover {
    transform: rotateX(0deg);
}.enroll_instantly .quick_answers {
    background: linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(255, 255, 255, 0.7) 100%
    );
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: Arial, sans-serif;
    margin-bottom: 60px;
    border-radius: 10px;
    padding: 20px 50px;
    text-decoration: none;
    transform-origin: bottom center;
    z-index: 1;
    font-weight: 600;
    display: inline-block;
    transform: perspective(1000px) rotateX(10deg);
    color: rgb(210,184,147);
    overflow: hidden;
    font-size: 15px;
    transition: all 0.4s ease;
}.enroll_instantly .quick_answers::before {
    content: '';
    transition: opacity 0.4s ease;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    z-index: -1;
    height: 100%;
    background: linear-gradient(
        145deg,
        rgb(210,184,147) 0%,
        rgb(181,150,103) 100%
    );
    left: 0;
}.enroll_instantly .quick_answers::after {
    left: 0;
    top: 0;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.05),
        transparent
    );
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 20px;
    content: '';
}.enroll_instantly .quick_answers:hover {
    color: #ffffff;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 10px 20px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.enroll_instantly .quick_answers:hover::before {
    opacity: 1;
}

@media screen and (max-width: 992px) {.enroll_instantly {
    padding: 120px 0;
}.enroll_instantly .timeline_hist::before {
    left: -15%;
    width: 130%;
}.enroll_instantly h3 {
    margin: 50px 0;
    font-size: calc(34px * 0.9);
}.enroll_instantly .quick_answers {
    font-size: calc(15px * 0.95);
    padding: 18px 45px;
    margin-bottom: 50px;
}
}

@media screen and (max-width: 768px) {.enroll_instantly {
    padding: 100px 0;
}.enroll_instantly .timeline_hist::before {
    width: 120%;
    transform: skewX(-10deg);
    left: -10%;
}.enroll_instantly h3 {
    margin: 40px 0;
    transform: none;
    font-size: calc(34px * 0.8);
}.enroll_instantly h3::before {
    top: -25px;
}.enroll_instantly h3::after {
    bottom: -25px;
}.enroll_instantly .quick_answers {
    transform: none;
    padding: 15px 40px;
    font-size: calc(15px * 0.9);
    margin-bottom: 40px;
}.enroll_instantly .quick_answers:hover {
    transform: translateY(-5px);
}
}

@media screen and (max-width: 576px) {.enroll_instantly {
    padding: 80px 0;
}.enroll_instantly .timeline_hist::before {
    left: -5%;
    transform: skewX(-5deg);
    width: 110%;
}.enroll_instantly h3 {
    letter-spacing: 1px;
    margin: 35px 0;
    font-size: calc(34px * 0.7);
}.enroll_instantly h3::before {
    top: -20px;
}.enroll_instantly h3::after {
    bottom: -20px;
}.enroll_instantly .quick_answers {
    letter-spacing: 1px;
    padding: 12px 35px;
    margin-bottom: 35px;
    font-size: calc(15px * 0.85);
}}

@keyframes patternMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

@keyframes rotateConic {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes floatBubble {
    0% {
        transform: translate(0, 0);
        opacity: 0.5;
    }
    50% {
        transform: translate(-20px, 20px);
        opacity: 0.7;
    }
    100% {
        transform: translate(0, 0);
        opacity: 0.5;
    }
}footer {
    position: relative;
}footer::before {
    content: '';
    left: 0;
    background: linear-gradient(125deg, #000000 0%, rgb(181,150,103) 100%);
    right: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    z-index: 1;
    opacity: 0.95;
}.ranking_bar {
    z-index: 2;
    padding: 60px 0;
    position: relative;
    font-family: Arial, sans-serif;
    color: #ffffff;
}.ranking_bar .container {
    display: flex;
    flex-wrap: wrap;
}.ranking_bar .company_holder {
    flex: 0 0 100%;
    margin-bottom: 40px;
    border-radius: 19px;
    text-align: center;
    padding: 25px;
    background: rgba(0, 0, 0, 0.2);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}.ranking_bar .company_holder h3 {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-size: 29px;
    color: #ffffff;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-weight: 700;
}.ranking_bar .recycle_info {
    font-size: 13px;
    background: rgba(255, 255, 255, 0.1);
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
    padding: 15px 20px;
    color: #ffffff;
    line-height: 1.7;
    border-radius: 10px;
}.ranking_bar .about_learn {
    margin-top: 20px;
    flex: 0 0 100%;
}.ranking_bar .top_site {
    margin-top: 30px;
    flex-wrap: wrap;
    display: flex;
    gap: 30px;
    justify-content: center;
}.ranking_bar .main_master {
    background: rgba(255, 255, 255, 0.05);
    flex: 0 0 calc(50% - 30px);
    border-radius: 19px;
    max-width: calc(50% - 30px);
    transition: all 0.3s ease;
    padding: 20px;
}.ranking_bar .main_master:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.1);
}.ranking_bar .main_master h5 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
}.ranking_bar .main_master .top_site {
    display: flex;
    gap: 12px;
    margin-top: 0;
    flex-direction: column;
}.ranking_bar .main_master .top_site a {
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    padding: 8px 12px;
    font-size: 13px;
}.ranking_bar .main_master .top_site a:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
}.green_edu {
    z-index: 2;
    padding: 20px 0;
    position: relative;
    background: rgba(0, 0, 0, 0.3);
    margin-top: 40px;
}.green_edu::before {
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    position: absolute;
    content: '';
    top: 0;
    right: 20%;
    height: 1px;
    left: 20%;
    opacity: 0.2;
}.green_edu .container {
    display: flex;
    justify-content: center;
}.green_edu .tutor_match {
    text-align: center;
    font-size: 15px;
    letter-spacing: 0.5px;
    color: #ffffff;
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@media (min-width: 768px) {.ranking_bar .top_site {
    justify-content: space-between;
}.ranking_bar .company_holder {
    flex: 0 0 30%;
    text-align: left;
}.ranking_bar .about_learn {
    flex: 0 0 65%;
}.ranking_bar .container {
    align-items: flex-start;
    justify-content: space-between;
}.ranking_bar .recycle_info {
    margin: 0;
    text-align: left;
    max-width: 100%;
}
}

@media (max-width: 767px) {.ranking_bar .main_master {
    max-width: 100%;
    margin-bottom: 20px;
    flex: 0 0 100%;
}.ranking_bar .company_holder {
    padding: 20px 15px;
}.ranking_bar .recycle_info {
    max-width: 100%;
    padding: 15px;
}
}

@media (max-width: 576px) {.ranking_bar {
    padding: 40px 0;
}.ranking_bar .company_holder h3 {
    font-size: calc(29px * 0.8);
}.ranking_bar .main_master h5 {
    font-size: calc(20px * 0.9);
}.ranking_bar .main_master .top_site a {
    font-size: calc(13px * 0.95);
}}

@keyframes pulseLight {
    0%, 100% {
        opacity: 0.1;
        transform: scale(1);
    }
    50% {
        opacity: 0.15;
        transform: scale(1.1);
    }
}

footer::after {
    content: '';
    z-index: 1;
    background-size: 20px 20px;
    position: absolute;
    background-image: linear-gradient(0deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px),
        linear-gradient(90deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px);
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
}.tariff_list_item {
    padding: 5rem 0;
    position: relative;
    background: rgb(239,225,204);
    overflow: hidden;
}.tariff_list_item::before {
    border-radius: 50%;
    filter: blur(60px);
    top: -50px;
    height: 300px;
    content: "";
    position: absolute;
    z-index: 0;
    width: 300px;
    right: -50px;
    background: linear-gradient(135deg, rgb(181,150,103,0.5), rgb(210,184,147,0.5));
}.tariff_list_item::after {
    width: 250px;
    position: absolute;
    bottom: -50px;
    content: "";
    filter: blur(50px);
    height: 250px;
    left: -50px;
    border-radius: 50%;
    background: linear-gradient(225deg, rgb(210,184,147,0.5), rgb(181,150,103,0.5));
    z-index: 0;
}.tariff_list_item .container {
    position: relative;
    z-index: 1;
}.tariff_list_item .rate_list {
    gap: 3rem;
    display: flex;
    flex-direction: column-reverse;
}.tariff_list_item .learn_fees {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 1rem;
    position: relative;
}.tariff_list_item .learn_fees h2 {
    margin-bottom: 1.5rem;
    font-size: calc(33px * 1.1);
    position: relative;
    font-weight: 700;
    display: inline-block;
    color: #000000;
}.tariff_list_item .learn_fees h2::after {
    width: 80px;
    transform: translateX(-50%);
    bottom: -10px;
    position: absolute;
    height: 3px;
    left: 50%;
    background: linear-gradient(90deg, rgb(210,184,147), rgb(181,150,103));
    content: "";
}.tariff_list_item .premium_plan {
    color: #000000;
    font-size: 14px;
    margin-bottom: 1rem;
    line-height: 1.6;
}.tariff_list_item .pro_rates {
    display: grid;
    perspective: 1000px;
    gap: 2rem;
    grid-template-columns: 1fr;
}.tariff_list_item .payment_deals {
    display: block;
    text-decoration: none;
    transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
}.tariff_list_item .payment_deals:hover {
    transform: translateY(-10px);
}.tariff_list_item .pricing_list {
    border-radius: 10px;
    transition: all 0.4s ease;
    overflow: hidden;
    min-height: 430px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    justify-content: space-between;
    display: flex;
    position: relative;
    z-index: 1;
    flex-direction: column;
    background: #ffffff;
}.tariff_list_item .payment_deals:hover .pricing_list {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}.tariff_list_item .fee_board {
    z-index: 2;
    position: relative;
    flex: 1;
    padding: 2rem;
}.tariff_list_item .payment_deals h3 {
    font-weight: 700;
    margin-bottom: 1rem;
    color: #000000;
    display: inline-block;
    font-size: calc(24px * 1.1);
    position: relative;
}.tariff_list_item .payment_deals h3::before {
    width: 40px;
    height: 2px;
    background: rgb(210,184,147);
    position: absolute;
    content: "";
    left: 0;
    transition: width 0.3s ease;
    bottom: -5px;
}.tariff_list_item .payment_deals:hover h3::before {
    width: 100%;
}.tariff_list_item .cost_card {
    color: rgb(181,150,103);
    font-size: calc(24px * 1.4);
    display: block;
    position: relative;
    margin: 1.5rem 0;
    font-weight: 700;
}.tariff_list_item .cost_card::after {
    height: 20px;
    border-radius: 3px;
    width: 3px;
    content: "";
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    left: -10px;
    background: rgb(210,184,147);
}.tariff_list_item .payment_deals p {
    color: #000000;
    line-height: 1.6;
    hyphens: auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-size: 14px;
    margin-bottom: 1rem;
}.tariff_list_item .img_circular {
    height: 180px;
    position: relative;
}.tariff_list_item .img_circular::before {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    position: absolute;
    z-index: 1;
    inset: 0;
    content: "";
}.tariff_list_item .payment_deals:nth-child(1) .pricing_list {
    border-top: 4px solid rgb(210,184,147);
}.tariff_list_item .payment_deals:nth-child(2) .pricing_list {
    border-top: 4px solid rgb(181,150,103);
}.tariff_list_item .payment_deals:nth-child(3) .pricing_list {
    border-top: 4px solid #6c5ce7;
}.tariff_list_item .payment_deals:nth-child(4) .pricing_list {
    border-top: 4px solid #00b894;
}

@media (min-width: 768px) {.tariff_list_item .pro_rates {
    grid-template-columns: repeat(2, 1fr);
}.tariff_list_item .pricing_list {
    min-height: 480px;
}.tariff_list_item .learn_fees {
    padding: 0 2rem;
}.tariff_list_item .learn_fees h2 {
    font-size: calc(33px * 1.2);
}
}

@media (min-width: 992px) {.tariff_list_item .rate_list {
    flex-direction: row;
    gap: 4rem;
    align-items: center;
}.tariff_list_item .pro_rates {
    grid-template-columns: repeat(2, 1fr);
    flex: 2;
}.tariff_list_item .learn_fees {
    flex: 1;
    padding-right: 3rem;
    text-align: left;
}.tariff_list_item .learn_fees h2::after {
    transform: none;
    left: 0;
}.tariff_list_item .pricing_list {
    min-height: 500px;
}
}

@media (min-width: 1200px) {.tariff_list_item .pro_rates {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
}.tariff_list_item .payment_deals {
    transform: perspective(1000px) rotateY(0);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.tariff_list_item .payment_deals:hover {
    transform: perspective(1000px) translateY(-15px) rotateY(2deg);
}.tariff_list_item .pricing_list {
    min-height: 520px;
    transform-style: preserve-3d;
    backface-visibility: hidden;
}.tariff_list_item .img_circular {
    height: 200px;
}.tariff_list_item .cost_card {
    font-size: calc(24px * 1.6);
}.tariff_list_item .learn_fees h2 {
    font-size: calc(33px * 1.3);
}}.teacher_profile {
    padding: 4rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(239,225,204) 0%, rgb(181,150,103,0.5) 100%);
}.teacher_profile::before {
    top: 0;
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(181,150,103,0.5) 5%, transparent 5.5%),
        radial-gradient(circle at 90% 20%, rgb(181,150,103,0.5) 2%, transparent 2.5%),
        radial-gradient(circle at 30% 80%, rgb(181,150,103,0.5) 3%, transparent 3.5%),
        radial-gradient(circle at 70% 90%, rgb(181,150,103,0.5) 4%, transparent 4.5%);
    opacity: 0.3;
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
    z-index: 0;
    left: 0;
}.teacher_profile .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 1;
    padding: 0 2rem;
}.teacher_profile .rating_insights {
    background: linear-gradient(145deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    grid-template-columns: 1fr;
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.08),
        0 5px 15px rgba(0,0,0,0.05),
        0 0 0 1px rgba(0,0,0,0.02);
    display: grid;
    padding: 2.5rem;
    backdrop-filter: blur(10px);
    gap: 2rem;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    border-radius: 10px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.teacher_profile .rating_insights:hover {
    box-shadow: 
        0 25px 50px rgba(0,0,0,0.12),
        0 10px 20px rgba(0,0,0,0.07),
        0 0 0 1px rgba(0,0,0,0.03);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.teacher_profile .rating_insights > div:first-child {
    justify-self: center;
    position: relative;
}.teacher_profile .img_circular {
    overflow: hidden;
    border-radius: 0;
    width: 150px;
    height: 150px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    position: relative;
    box-shadow: 
        0 10px 20px rgba(0,0,0,0.1),
        0 5px 10px rgba(0,0,0,0.05);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}.teacher_profile .img_circular::before {
    position: absolute;
    height: 100%;
    left: 0;
    transition: opacity 0.4s ease;
    width: 100%;
    background: linear-gradient(to bottom, transparent 50%, rgb(210,184,147,0.5) 100%);
    content: "";
    opacity: 0.6;
    top: 0;
}.teacher_profile .rating_insights:hover .img_circular {
    box-shadow: 
        0 15px 30px rgba(0,0,0,0.15),
        0 8px 15px rgba(0,0,0,0.08);
    transform: scale(1.05) translateY(-5px);
}.teacher_profile .rating_insights:hover .img_circular::before {
    opacity: 0.8;
}.teacher_profile .rating_insights > div:nth-child(2) {
    text-align: center;
    position: relative;
    align-items: center;
    flex-direction: column;
    display: flex;
}.teacher_profile .name {
    font-family: Arial, sans-serif;
    font-size: calc(18px * 1.1);
    color: #000000;
    margin: 0 0 0.5rem;
    transition: all 0.3s ease;
    font-weight: 700;
    display: inline-block;
    position: relative;
}.teacher_profile .name::after {
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -4px;
    content: "";
    transition: width 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    background: rgb(210,184,147);
    width: 0;
}.teacher_profile .rating_insights:hover .name::after {
    width: 100%;
}.teacher_profile .rating_insights > div:nth-child(2) > div {
    position: relative;
    transform: translateY(0);
    letter-spacing: 0.03em;
    background: linear-gradient(to right, rgba(rgb(181,150,103,0.5), 0.1), transparent);
    font-size: calc(18px * 0.95);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    color: rgb(181,150,103);
    margin-top: 0.25rem;
    padding: 0.35rem 1rem;
    font-weight: 600;
}.teacher_profile .rating_insights:hover > div:nth-child(2) > div {
    transform: translateY(3px) scale(1.03);
}.teacher_profile .work_container {
    font-size: 18px;
    padding: 0.5rem 0;
    font-family: Arial, sans-serif;
    text-align: justify;
    margin: 0;
    transition: all 0.3s ease;
    color: #000000;
    line-height: 1.7;
    position: relative;
}.teacher_profile .work_container::before {
    position: absolute;
    opacity: 0.2;
    font-size: 4rem;
    color: rgb(210,184,147,0.5);
    transition: all 0.4s ease;
    content: "";
    left: -10px;
    top: -25px;
}.teacher_profile .work_container::after {
    font-size: 4rem;
    bottom: -50px;
    right: -10px;
    content: "";
    opacity: 0.2;
    color: rgb(210,184,147,0.5);
    transition: all 0.4s ease;
    position: absolute;
}.teacher_profile .rating_insights:hover .work_container::before,
.teacher_profile .rating_insights:hover .work_container::after {
    transform: scale(1.1);
    opacity: 0.4;
}

@media (min-width: 768px) {.teacher_profile {
    padding: 6rem 0;
}.teacher_profile .rating_insights {
    padding: 3rem;
    grid-template-columns: auto 1fr 2fr;
    align-items: start;
    gap: 2.5rem;
}.teacher_profile .rating_insights > div:nth-child(2) {
    text-align: left;
    align-items: flex-start;
}.teacher_profile .img_circular {
    height: 180px;
    width: 180px;
}.teacher_profile .work_container {
    padding: 0 1rem 0 0;
}.teacher_profile .container {
    padding: 0 4rem;
}
}

@media (min-width: 992px) {.teacher_profile .rating_insights {
    margin: 0 3rem;
}.teacher_profile .img_circular {
    height: 220px;
    width: 220px;
}.teacher_profile .name {
    font-size: calc(18px * 1.2);
}.teacher_profile .rating_insights > div:nth-child(2) > div {
    font-size: 18px;
}.teacher_profile .work_container {
    line-height: 1.8;
    font-size: calc(18px * 1.05);
}
}

@media (max-width: 767px) {.teacher_profile .rating_insights {
    text-align: center;
    padding: 2rem 1.5rem;
}.teacher_profile .work_container {
    text-align: left;
}.teacher_profile .work_container::before {
    font-size: 3rem;
    top: -20px;
    left: 0;
}.teacher_profile .work_container::after {
    font-size: 3rem;
    bottom: -40px;
    right: 0;
}
}

@media (max-width: 480px) {.teacher_profile {
    padding: 3rem 0;
}.teacher_profile .container {
    padding: 0 1rem;
}.teacher_profile .img_circular {
    width: 120px;
    height: 120px;
}.teacher_profile .name {
    font-size: 18px;
}.teacher_profile .rating_insights > div:nth-child(2) > div {
    font-size: calc(18px * 0.9);
}.teacher_profile .work_container {
    padding: 0;
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}}.data_overview {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(239,225,204) 0%, rgb(181,150,103,0.5) 100%);
    position: relative;
    padding: 6rem 0;
}.data_overview::before {
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    content: "";
    z-index: 0;
    left: 0;
    background-image: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 15px,
    rgba(255, 255, 255, 0.03) 15px,
    rgba(255, 255, 255, 0.03) 30px
  );
}.data_overview::after {
    width: 60%;
    content: "";
    position: absolute;
    background: linear-gradient(
    -45deg,
    rgb(210,184,147,0.5) 0%,
    transparent 70%
  );
    right: -20%;
    height: 200%;
    top: -50%;
    z-index: 1;
    transform: rotate(15deg);
}.data_overview .container {
    z-index: 2;
    max-width: 1200px;
    padding: 0 1.5rem;
    position: relative;
    margin: 0 auto;
}.data_overview ul {
    list-style: none;
    padding: 0;
    margin-bottom: 4rem;
    gap: 2.5rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    margin: 0;
}.data_overview .statistics_benefits {
    position: relative;
    backface-visibility: hidden;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.data_overview .statistics_benefits:hover {
    transform: translateY(-8px) scale(1.02);
    z-index: 3;
}.data_overview .statistics_benefits div {
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
              0 5px 15px rgba(0, 0, 0, 0.05),
              0 1px 0 rgba(255, 255, 255, 0.1) inset;
    position: relative;
    overflow: hidden;
    flex-direction: column;
    background: linear-gradient(120deg, #ffffff 0%, rgba(255, 255, 255, 0.9) 100%);
    border-radius: 3px;
    transform: perspective(1000px) rotateX(2deg);
    justify-content: center;
    display: flex;
    text-align: center;
    height: 100%;
    align-items: center;
    padding: 2.5rem 1.5rem;
}.data_overview .statistics_benefits div::before {
    background: linear-gradient(90deg, rgb(210,184,147) 0%, rgb(181,150,103) 100%);
    right: 0;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    top: 0;
    transform: scaleX(0);
    content: "";
    height: 4px;
    left: 0;
    transform-origin: left;
    position: absolute;
    z-index: 1;
}.data_overview .statistics_benefits:hover div::before {
    transform: scaleX(1);
}.data_overview .statistics_benefits div::after {
    width: 80%;
    content: "";
    left: 10%;
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.05), transparent);
    position: absolute;
    bottom: -2px;
    height: 1px;
}.data_overview .statistics_benefits p {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    color: rgb(210,184,147);
    line-height: 1;
    margin: 0 0 0.5rem;
    font-weight: 700;
    font-size: calc(36px * 1.2);
    transform: translateY(0);
}.data_overview .statistics_benefits:hover p {
    transform: translateY(-5px);
}.data_overview .statistics_benefits p::after {
    transform: translateX(-50%);
    position: absolute;
    width: 40px;
    height: 2px;
    content: "";
    left: 50%;
    background: rgb(181,150,103,0.5);
    transition: width 0.4s ease;
    bottom: -10px;
}.data_overview .statistics_benefits:hover p::after {
    width: 60px;
}.data_overview .statistics_benefits span {
    font-size: 18px;
    color: #000000;
    transition: all 0.5s ease;
    display: block;
    transform: translateY(0);
    margin-top: 1rem;
    font-weight: 400;
}.data_overview .statistics_benefits:hover span {
    transform: translateY(5px);
}.data_overview h4 {
    letter-spacing: 0.5px;
    padding-bottom: 1rem;
    position: relative;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    font-weight: 600;
    margin: 2rem 0 0;
}.data_overview h4::before {
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    position: absolute;
    background: rgb(210,184,147);
    bottom: 0;
    content: "";
    height: 3px;
}

@media (min-width: 992px) {.data_overview {
    padding: 8rem 0;
}.data_overview ul {
    gap: 3rem;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}.data_overview .statistics_benefits div {
    padding: 3rem 1.5rem;
}.data_overview .statistics_benefits p {
    font-size: calc(45px * 0.9);
}.data_overview h4 {
    margin-top: 3rem;
    font-size: calc(24px * 1.2);
}
}

@media (max-width: 768px) {.data_overview {
    padding: 4rem 0;
}.data_overview ul {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 2rem;
}.data_overview .statistics_benefits div {
    padding: 2rem 1rem;
}.data_overview h4 {
    font-size: 17px;
}
}

@media (max-width: 576px) {.data_overview ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.data_overview .statistics_benefits div {
    transform: perspective(1000px) rotateX(0deg);
}.data_overview::after {
    opacity: 0.5;
}.data_overview .statistics_benefits p {
    font-size: calc(36px * 1.1);
}
}

@media (prefers-reduced-motion: reduce) {.data_overview .statistics_benefits,
  .data_overview .statistics_benefits div,
  .data_overview .statistics_benefits p,
  .data_overview .statistics_benefits span,
  .data_overview .statistics_benefits div::before {
    transform: none !important;
    transition: none;
}.data_overview .statistics_benefits:hover {
    transform: none;
}}header {
    width: 100%;
    overflow: visible;
    position: relative;
    z-index: 99;
    background: #ffffff;
}header::before {
    width: 100%;
    top: 0;
    content: "";
    left: 0;
    background: linear-gradient(to right, rgb(210,184,147), rgb(181,150,103));
    height: 5px;
    position: absolute;
}header .nav_page {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 25px 30px;
}header .nav_page::after {
    position: absolute;
    height: 1px;
    bottom: 0;
    background-color: rgb(239,225,204);
    left: 0;
    width: 100%;
    content: "";
}header .nav_page .top_start {
    z-index: 2;
    position: relative;
}header .nav_page .top_start .top_primary {
    position: relative;
    display: block;
    overflow: hidden;
}header .nav_page .top_start .top_primary svg {
    width: auto;
    height: 40px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}header .nav_page .top_start .top_primary:hover svg {
    transform: scale(1.08);
}header .nav_page .main_master {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}header .nav_page .main_master .main_nav {
    margin: 0 15px;
    position: relative;
}header .nav_page .main_master .main_nav:last-child {
    margin-right: 0;
}header .nav_page .main_master .main_nav a {
    letter-spacing: 0.5px;
    font-family: Arial, sans-serif;
    transition: color 0.3s ease, letter-spacing 0.3s ease;
    overflow: hidden;
    font-weight: 400;
    padding: 8px 0;
    position: relative;
    display: block;
    text-decoration: none;
    font-size: 18px;
    color: #000000;
}header .nav_page .main_master .main_nav a:hover {
    letter-spacing: 1px;
    color: rgb(210,184,147);
}header .nav_page .main_master .main_nav a::before,
header .nav_page .main_master .main_nav a::after {
    height: 1px;
    transform-origin: right center;
    content: "";
    bottom: 0;
    position: absolute;
    left: 0;
    width: 100%;
    background-color: rgb(210,184,147);
}header .nav_page .main_master .main_nav a::before {
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(0);
}header .nav_page .main_master .main_nav a::after {
    background-color: rgb(181,150,103);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
}header .nav_page .main_master .main_nav a:hover::before {
    transform: scaleX(1);
    transform-origin: left center;
}header .nav_page .main_master .main_nav a:hover::after {
    transform-origin: right center;
    transform: scaleX(1);
}header .nav_page .main_master .main_nav a::after {
    opacity: 0.3;
    height: 3px;
    bottom: -2px;
}header .nav_page .main_master .main_nav:hover {
    animation: subtle-float 2s infinite alternate ease-in-out;
}

@keyframes subtle-float {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-4px);
    }
}

@media (max-width: 992px) {header .nav_page {
    padding: 20px 15px;
    flex-direction: column;
}header .nav_page .top_start {
    margin-bottom: 20px;
}header .nav_page .main_master {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}header .nav_page .main_master .main_nav {
    margin: 5px 12px;
}header .nav_page .main_master .main_nav a {
    font-size: calc(18px - 1px);
    padding: 5px 0;
}
    
    @keyframes subtle-float {
        0% {
            transform: translateY(0);
        }
        100% {
            transform: translateY(-2px);
        }
    }
}

@media (max-width: 767px) {header .nav_page {
    padding: 15px 10px;
}header .nav_page .top_start {
    margin-bottom: 15px;
}header .nav_page .top_start .top_primary svg {
    height: 35px;
}header .nav_page .main_master {
    gap: 5px;
}header .nav_page .main_master .main_nav {
    margin: 2px 10px;
}
}