﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}.debate_club_7 {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}html,body {
    font-family: Arial, sans-serif;
    min-height: 100%;
    color: #000000;
    scroll-behavior: auto;
    height: 100%;
}.nav_teach_1 {
    flex: 1 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}.wrapper-segment_7 {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}svg {
    width: 30px;
    height: 30px;
}.container {
    width: 1264px;
    margin: auto;
    max-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;
}}
.user_testimonials_2 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(106,176,190,0.5) 100%);
    padding: 6rem 0;
}.user_testimonials_2::before {
    background: radial-gradient(circle at 30% 50%, rgba(255,255,255,0.05) 0%, transparent 60%);
    top: 0;
    position: absolute;
    content: "";
    z-index: 1;
    height: 100%;
    left: 0;
    width: 100%;
}.user_testimonials_2::after {
    left: 0;
    z-index: 0;
    position: absolute;
    height: 100%;
    opacity: 0.3;
    background-image: 
        radial-gradient(circle at 20% 20%, rgb(159,192,198,0.5) 0%, transparent 8%),
        radial-gradient(circle at 80% 80%, rgb(106,176,190,0.5) 0%, transparent 8%),
        radial-gradient(circle at 50% 50%, rgb(159,192,198,0.5) 0%, transparent 6%);
    top: 0;
    width: 100%;
    content: "";
}.user_testimonials_2 h2 {
    color: #ffffff;
    transition: transform 0.5s ease-out;
    text-align: center;
    text-shadow: 0 2px 15px rgba(0,0,0,0.1);
    transform: perspective(1000px) rotateX(5deg);
    margin-bottom: 3.5rem;
    font-weight: 700;
    font-size: 30px;
    position: relative;
    z-index: 2;
}.user_testimonials_2 h2:hover {
    transform: perspective(1000px) rotateX(0deg);
}.user_testimonials_2 .container {
    margin: 0 auto;
    padding: 0 1.5rem;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.user_testimonials_2 .study_training_6 {
    position: relative;
}.user_testimonials_2 .learner_voices_2 {
    display: grid;
    position: relative;
    gap: 2.5rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.user_testimonials_2 .review_grid_9 {
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    z-index: 2;
    position: relative;
    transform-origin: center bottom;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    padding: 2rem;
}.user_testimonials_2 .review_grid_9::before {
    left: 0;
    background: linear-gradient(to bottom right, transparent 49.5%, rgb(159,192,198,0.5) 50%, transparent 50.5%);
    opacity: 0.1;
    content: "";
    height: 100%;
    top: 0;
    transition: opacity 0.3s ease;
    position: absolute;
    z-index: -1;
    width: 100%;
}.user_testimonials_2 .review_grid_9:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}.user_testimonials_2 .review_grid_9:hover::before {
    opacity: 0.2;
}.user_testimonials_2 .review_grid_9::after {
    line-height: 1;
    opacity: 0.15;
    color: rgb(159,192,198,0.5);
    position: absolute;
    z-index: -1;
    top: 10px;
    right: 20px;
    font-size: 6rem;
    content: '"';
    font-family: Arial, sans-serif;
}.user_testimonials_2 .review_grid_9 h3 {
    color: rgb(159,192,198);
    font-size: calc(23px * 1.1);
    font-weight: 600;
    display: inline-block;
    position: relative;
    margin-bottom: 0.8rem;
}.user_testimonials_2 .review_grid_9 h3::after {
    background: rgb(106,176,190);
    left: 0;
    bottom: -5px;
    position: absolute;
    width: 0;
    transition: width 0.3s ease;
    content: "";
    height: 2px;
}.user_testimonials_2 .review_grid_9:hover h3::after {
    width: 100%;
}.user_testimonials_2 .review_grid_9 .description {
    z-index: 2;
    margin-bottom: 1.5rem;
    position: relative;
    color: #000000;
    font-size: 14px;
    line-height: 1.6;
}.user_testimonials_2 .review_grid_9 div {
    overflow: hidden;
    z-index: 2;
    width: 60px;
    transform: rotate(-5deg);
    border: 2px solid rgb(159,192,198,0.5);
    box-shadow: 5px 5px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    position: relative;
    height: 60px;
}.user_testimonials_2 .review_grid_9:hover div {
    transform: rotate(0deg) scale(1.1);
}.user_testimonials_2 .review_grid_9 img {
    transition: transform 0.4s ease;
    width: 100%;
    object-fit: cover;
    height: 100%;
}.user_testimonials_2 .review_grid_9:hover img {
    transform: scale(1.1);
}@keyframes floatAnimation {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
    100% {
        transform: translateY(0);
    }
}

.user_testimonials_2 .review_grid_9:nth-child(odd) {
    animation: floatAnimation 6s ease-in-out infinite;
}.user_testimonials_2 .review_grid_9:nth-child(even) {
    animation: floatAnimation 7s ease-in-out infinite 1s;
}

@media screen and (max-width: 991px) {.user_testimonials_2 {
    padding: 4rem 0;
}.user_testimonials_2 .learner_voices_2 {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.user_testimonials_2 h2 {
    margin-bottom: 2.5rem;
    font-size: calc(30px * 0.9);
}
}

@media screen and (max-width: 767px) {.user_testimonials_2 {
    padding: 3rem 0;
}.user_testimonials_2 .learner_voices_2 {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.user_testimonials_2 .review_grid_9 {
    padding: 1.5rem;
}.user_testimonials_2 h2 {
    margin-bottom: 2rem;
    transform: perspective(1000px) rotateX(2deg);
    font-size: calc(30px * 0.8);
}.user_testimonials_2 .review_grid_9 div {
    height: 50px;
    width: 50px;
}.user_testimonials_2 .review_grid_9::after {
    top: 5px;
    right: 15px;
    font-size: 4rem;
}
}

@media screen and (max-width: 480px) {.user_testimonials_2 {
    padding: 2.5rem 0;
}.user_testimonials_2 h2 {
    font-size: calc(30px * 0.7);
    margin-bottom: 1.5rem;
    transform: none;
}.user_testimonials_2 .review_grid_9 {
    padding: 1.25rem;
}.user_testimonials_2 .review_grid_9 .description {
    margin-bottom: 1rem;
    font-size: calc(14px * 0.95);
}.user_testimonials_2 .review_grid_9 h3 {
    font-size: 23px;
}}.contact_6 {
    padding: 100px 0;
    position: relative;
}.contact_6::before {
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(135deg, rgb(159,192,198,0.5) 0%, rgb(106,176,190,0.5) 100%);
    left: 0;
    position: absolute;
    top: 0;
}.contact_6 .container {
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
}.contact_6 .support_support_3 {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 40px;
}.contact_6 .message_feedback_9 {
    border-radius: 13px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    display: grid;
    padding: 40px;
    background: #ffffff;
}.contact_6 .message_feedback_9 h3 {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    grid-column: 1 / -1;
    color: #000000;
}.contact_6 .message_feedback_9 h3::after {
    border-radius: 2px;
    width: 80px;
    left: 50%;
    background: rgb(159,192,198);
    bottom: -15px;
    position: absolute;
    content: '';
    transform: translateX(-50%);
    height: 4px;
}.contact_6 .message_feedback_9 div {
    align-items: center;
    border-radius: 10px;
    background: rgb(207,219,221);
    flex-direction: column;
    transition: all 0.3s ease;
    display: flex;
    text-align: center;
    padding: 30px 20px;
}.contact_6 .message_feedback_9 div:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}.contact_6 .message_feedback_9 svg {
    height: 40px;
    width: 40px;
    margin-bottom: 15px;
}.contact_6 .message_feedback_9 svg path {
    fill: rgb(159,192,198);
}.contact_6 .message_feedback_9 span {
    font-size: 18px;
    color: #000000;
}.contact_6 .message_feedback_9 a {
    text-decoration: none;
    font-weight: 600;
    color: rgb(159,192,198);
    transition: color 0.3s ease;
}.contact_6 .message_feedback_9 a:hover {
    color: rgb(106,176,190);
}.contact_6 .feedback_query_5 {
    padding: 40px;
    border-radius: 13px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    background: #ffffff;
}.contact_6 form h3 {
    color: #000000;
    font-size: 36px;
    position: relative;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
}.contact_6 form h3::after {
    content: '';
    position: absolute;
    width: 80px;
    left: 50%;
    bottom: -15px;
    border-radius: 2px;
    background: rgb(159,192,198);
    transform: translateX(-50%);
    height: 4px;
}.contact_6 form {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 25px;
    display: grid;
}.contact_6 form h3 {
    grid-column: 1 / -1;
}.contact_6 form input[type="text"],
.contact_6 form input[type="email"] {
    font-size: 18px;
    color: #000000;
    padding: 15px 20px;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    border-radius: 10px;
    background: #ffffff;
}.contact_6 form input[type="text"]:focus,
.contact_6 form input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgb(159,192,198,0.5);
    border-color: rgb(159,192,198);
}.contact_6 form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}.contact_6 .inquiry_panel_5 {
    margin: 10px 0;
    grid-column: 1 / -1;
    align-items: flex-start;
    display: flex;
}.contact_6 .inquiry_panel_5 input[type="checkbox"] {
    cursor: pointer;
    margin-right: 15px;
    transition: all 0.3s ease;
    position: relative;
    appearance: none;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    height: 22px;
    flex-shrink: 0;
    -webkit-appearance: none;
    width: 22px;
}.contact_6 .inquiry_panel_5 input[type="checkbox"]:checked {
    background-color: rgb(159,192,198);
    border-color: rgb(159,192,198);
}.contact_6 .inquiry_panel_5 input[type="checkbox"]:checked::before {
    height: 10px;
    border: solid #ffffff;
    content: "";
    position: absolute;
    transform: rotate(45deg);
    width: 6px;
    top: 4px;
    border-width: 0 2px 2px 0;
    left: 7px;
}.contact_6 .inquiry_panel_5 label {
    font-size: 14px;
    color: #000000;
    line-height: 1.5;
}.contact_6 .inquiry_panel_5 a {
    font-weight: 600;
    color: rgb(159,192,198);
    text-decoration: none;
    transition: color 0.3s ease;
}.contact_6 .inquiry_panel_5 a:hover {
    color: rgb(106,176,190);
}.contact_6 .reach_card_9 {
    border: none;
    padding: 18px 20px;
    color: #ffffff;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
    overflow: hidden;
    grid-column: 1 / -1;
    position: relative;
    background: rgb(159,192,198);
}.contact_6 .reach_card_9:hover {
    transform: translateY(-3px);
    background: rgb(106,176,190);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

@media (max-width: 992px) {.contact_6 {
    padding: 80px 0;
}.contact_6 .message_feedback_9 {
    padding: 35px;
}.contact_6 .feedback_query_5 {
    padding: 35px;
}
}

@media (max-width: 768px) {.contact_6 {
    padding: 60px 0;
}.contact_6 .message_feedback_9 {
    padding: 30px;
    grid-template-columns: repeat(2, 1fr);
}.contact_6 .feedback_query_5 {
    padding: 30px;
}.contact_6 form {
    grid-template-columns: 1fr;
    grid-gap: 20px;
}.contact_6 .message_feedback_9 h3,
    .contact_6 form h3 {
    font-size: calc(36px * 0.85);
    margin-bottom: 30px;
}
}

@media (max-width: 576px) {.contact_6 {
    padding: 50px 0;
}.contact_6 .message_feedback_9 {
    padding: 25px;
    grid-template-columns: 1fr;
}.contact_6 .feedback_query_5 {
    padding: 25px;
}.contact_6 .message_feedback_9 h3,
    .contact_6 form h3 {
    margin-bottom: 25px;
    font-size: calc(36px * 0.8);
}.contact_6 .message_feedback_9 div {
    padding: 25px 15px;
}}.receive_updates_7 {
    z-index: 1;
    background: rgb(207,219,221);
    position: relative;
    margin: 5rem 0 5rem;
    padding: 7rem 3rem 5rem;
    overflow: visible;
}.receive_updates_7::before {
    top: -30px;
    transform: skewY(-3deg);
    width: 90%;
    left: 5%;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, rgb(159,192,198,0.5) 0%, rgb(106,176,190,0.5) 100%);
    height: calc(100% + 60px);
    opacity: 0.1;
    z-index: -2;
}.receive_updates_7::after {
    z-index: -1;
    top: 10px;
    background: #ffffff;
    width: 80%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    position: absolute;
    right: 0;
    height: calc(100% + 40px);
    transform: skewY(2deg) translateY(-20px);
    content: "";
}.receive_updates_7 .container {
    position: relative;
    z-index: 3;
    margin: 0 auto;
    max-width: 1140px;
}.receive_updates_7 .study_training_6 {
    flex-direction: column;
    position: relative;
    display: flex;
}.receive_updates_7 .study_training_6::before {
    opacity: 0.3;
    animation: floatElement 8s ease-in-out infinite;
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
    position: absolute;
    transform: rotate(-15deg);
    content: "";
    height: 120px;
    background: rgb(159,192,198,0.5);
    width: 120px;
    left: -20px;
    z-index: -1;
    top: -40px;
}.receive_updates_7 .study_training_6::after {
    filter: blur(5px);
    position: absolute;
    opacity: 0.2;
    background: rgb(106,176,190);
    content: "";
    height: 40px;
    width: 40px;
    border-radius: 50%;
    animation: pulseElement 4s ease-in-out infinite alternate;
    right: 10%;
    bottom: -30px;
}.receive_updates_7 p {
    align-self: flex-start;
    font-family: Arial, sans-serif;
    position: relative;
    font-weight: 700;
    font-size: 34px;
    line-height: 1.3;
    transform: translateX(40%);
    color: #000000;
    max-width: 60%;
    margin-bottom: 3rem;
}.receive_updates_7 p::before {
    width: 40px;
    height: 3px;
    position: absolute;
    left: -60px;
    transform: translateY(-50%);
    background: rgb(159,192,198);
    top: 50%;
    content: "";
}.receive_updates_7 .input_holder {
    transform: translateY(30px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    max-width: 70%;
    align-self: flex-end;
    overflow: hidden;
    display: flex;
    position: relative;
    align-items: stretch;
    border-radius: 27px;
}.receive_updates_7 .input_holder::before {
    z-index: -1;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #ffffff;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
}.receive_updates_7 .subscribe_alert_4 {
    outline: none;
    font-family: Arial, sans-serif;
    flex: 1;
    z-index: 1;
    padding: 1.5rem;
    color: #000000;
    background: transparent;
    border: none;
    font-size: 18px;
}.receive_updates_7 .reach_card_9 {
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
    font-size: 17px;
    padding: 1.5rem 2.5rem;
    font-family: Arial, sans-serif;
    overflow: hidden;
    cursor: pointer;
    border: none;
    font-weight: 600;
    color: #ffffff;
    background: rgb(159,192,198);
}.receive_updates_7 .reach_card_9::before {
    transform: translateX(-100%) skewX(-15deg);
    position: absolute;
    width: 100%;
    background: rgb(106,176,190);
    left: 0;
    height: 100%;
    z-index: -1;
    content: "";
    top: 0;
    transition: all 0.5s ease;
}.receive_updates_7 .reach_card_9:hover {
    color: #ffffff;
}.receive_updates_7 .reach_card_9:hover::before {
    transform: translateX(0) skewX(-15deg);
}

@keyframes floatElement {
    0%, 100% {
        transform: rotate(-15deg) translate(0, 0);
    }
    50% {
        transform: rotate(-10deg) translate(-10px, -15px);
    }
}

@keyframes pulseElement {
    0% {
        transform: scale(0.8);
        opacity: 0.1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0.3;
    }
}

@media (max-width: 992px) {.receive_updates_7 {
    margin: 6rem 0 8rem;
    padding: 6rem 2rem 4rem;
}.receive_updates_7 p {
    max-width: 70%;
    transform: translateX(30%);
    font-size: calc(34px * 0.9);
}.receive_updates_7 p::before {
    width: 30px;
    left: -40px;
}.receive_updates_7 .input_holder {
    max-width: 80%;
}
}

@media (max-width: 768px) {.receive_updates_7 {
    padding: 5rem 1.5rem 3rem;
    margin: 5rem 0 7rem;
}.receive_updates_7 p {
    transform: translateX(5%);
    font-size: 20px;
    max-width: 90%;
    margin-bottom: 2rem;
}.receive_updates_7 p::before {
    left: -20px;
    width: 15px;
}.receive_updates_7 .input_holder {
    flex-direction: column;
    transform: translateY(20px);
    max-width: 95%;
}.receive_updates_7 .subscribe_alert_4 {
    padding: 1.2rem;
    width: 100%;
    border-bottom: 1px solid rgb(159,192,198,0.5);
}.receive_updates_7 .reach_card_9 {
    padding: 1.2rem;
    width: 100%;
}.receive_updates_7::before {
    width: 95%;
    top: -20px;
    height: calc(100% + 40px);
    left: 2.5%;
}.receive_updates_7::after {
    width: 90%;
}
}

@media (max-width: 576px) {.receive_updates_7 {
    margin: 4rem 0 6rem;
    padding: 4rem 1rem 2rem;
}.receive_updates_7 p {
    max-width: 100%;
    transform: none;
}.receive_updates_7 p::before {
    display: none;
}.receive_updates_7 .input_holder {
    transform: translateY(15px);
    max-width: 100%;
}.receive_updates_7 .subscribe_alert_4,
    .receive_updates_7 .reach_card_9 {
    padding: 1rem;
}.receive_updates_7::before,
    .receive_updates_7::after {
    transform: none;
}.receive_updates_7 .study_training_6::before {
    height: 80px;
    width: 80px;
}}.program_assets_4 {
    font-family: Arial, sans-serif;
    padding: 80px 0;
    overflow: hidden;
    position: relative;
    background: radial-gradient(circle at 30% 70%, rgb(207,219,221), #ffffff);
}.program_assets_4::before {
    position: absolute;
    width: 100%;
    content: "";
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.05;
    background-image: repeating-linear-gradient(
    45deg,
    #ffffff,
    #ffffff 10px,
    transparent 10px,
    transparent 20px
  );
}.program_assets_4::after {
    content: "";
    border-radius: 50%;
    animation: pulse 8s infinite alternate;
    opacity: 0.3;
    height: 400px;
    position: absolute;
    background: rgb(159,192,198,0.5);
    filter: blur(80px);
    width: 400px;
    right: -150px;
    top: -150px;
}@keyframes pulse {
  0% {
    transform: scale(0.95);
    opacity: 0.2;
  }
  100% {
    transform: scale(1.05);
    opacity: 0.4;
  }
}

.program_assets_4 .container {
    max-width: 1100px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 0 20px;
}.program_assets_4 .study_training_6 {
    border-radius: 26px;
    display: flex;
    overflow: hidden;
    position: relative;
    background: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0.8));
    align-items: center;
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.1),
    0 0 0 1px rgba(255, 255, 255, 0.3);
    flex-direction: row-reverse;
}.program_assets_4 .image_item_7 {
    position: relative;
    max-height: 400px;
    border-radius: 0;
    object-fit: cover;
    transition: all 0.5s ease;
    z-index: 1;
    flex: 0 0 45%;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
    transform-origin: right center;
}.program_assets_4 .image_item_7:hover {
    transform: scale(1.03);
}.program_assets_4 .text_container_6 {
    padding: 35px;
    flex: 1;
    position: relative;
}.program_assets_4 h3 {
    color: rgb(159,192,198);
    font-weight: 700;
    position: relative;
    display: inline-block;
    font-size: 31px;
    margin-bottom: 25px;
}.program_assets_4 h3::before {
    width: 30px;
    top: -10px;
    position: absolute;
    left: 0;
    height: 2px;
    background: rgb(106,176,190);
    content: "";
}.program_assets_4 h3::after {
    content: "";
    width: 60px;
    background: rgb(159,192,198);
    bottom: -10px;
    left: 20px;
    position: absolute;
    height: 2px;
}.program_assets_4 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}.program_assets_4 li {
    border-left: 3px solid transparent;
    padding-left: 15px;
    position: relative;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}.program_assets_4 li::before {
    height: 0;
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, rgb(159,192,198), rgb(106,176,190));
    top: 0;
    transition: height 0.3s ease;
    width: 3px;
    left: -3px;
}.program_assets_4 li:hover {
    border-left-color: rgb(106,176,190,0.5);
    transform: translateX(5px);
}.program_assets_4 li:hover::before {
    height: 100%;
}.program_assets_4 li p {
    font-size: 18px;
    margin: 0;
    gap: 15px;
    align-items: center;
    display: flex;
    padding: 10px 0;
    color: #000000;
}.program_assets_4 svg {
    transition: all 0.3s ease;
    padding: 8px;
    height: 22px;
    background: linear-gradient(to bottom right, rgb(159,192,198,0.5), rgb(106,176,190,0.5));
    flex-shrink: 0;
    border-radius: 50%;
    width: 22px;
}.program_assets_4 svg path {
    transition: fill 0.3s ease;
    fill: rgb(159,192,198);
}.program_assets_4 li:hover svg {
    transform: rotate(-15deg);
    background: linear-gradient(to bottom right, rgb(159,192,198), rgb(106,176,190));
}.program_assets_4 li:hover svg path {
    fill: #ffffff;
}

@media (max-width: 992px) {.program_assets_4 .study_training_6 {
    flex-direction: column;
}.program_assets_4 .image_item_7 {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    flex: 0 0 auto;
    width: 100%;
    max-height: 300px;
}.program_assets_4 .text_container_6 {
    padding: 30px;
    width: 100%;
}
}

@media (max-width: 768px) {.program_assets_4 {
    padding: 60px 0;
}.program_assets_4 .image_item_7 {
    max-height: 250px;
}.program_assets_4 h3 {
    font-size: calc(31px * 0.9);
}
}

@media (max-width: 576px) {.program_assets_4 {
    padding: 40px 0;
}.program_assets_4 .image_item_7 {
    max-height: 200px;
}.program_assets_4 .text_container_6 {
    padding: 25px 20px;
}.program_assets_4 h3 {
    font-size: calc(31px * 0.85);
}.program_assets_4 li {
    margin-bottom: 10px;
}.program_assets_4 li p {
    font-size: calc(18px * 0.9);
    gap: 10px;
    padding: 8px 0;
}.program_assets_4 svg {
    padding: 6px;
    height: 18px;
    width: 18px;
}}.privacy_lair_0 {
    color: #ffffff;
    align-items: center;
    border: 2px solid rgb(159,192,198);
    background: rgb(106,176,190);
    box-shadow: 0 10px 30px rgb(159,192,198,0.5);
    height: auto;
    flex-direction: column;
    width: 100%;
    padding: 40px;
    display: flex;
}.privacy_lair_0 h1 {
    border-bottom: 2px solid rgb(106,176,190);
    font-size: 46px;
    text-transform: uppercase;
    padding-bottom: 15px;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 0;
    max-width: 800px;
    text-shadow: 0 0 10px rgb(159,192,198);
    text-align: center;
    color: rgb(159,192,198);
    width: 100%;
}.privacy_lair_0 h2 {
    text-align: left;
    margin-top: 40px;
    border-left: 5px solid rgb(159,192,198);
    text-shadow: 0 0 10px rgb(106,176,190);
    color: #ffffff;
    padding-left: 15px;
    margin-bottom: 25px;
    max-width: 800px;
    width: 100%;
    font-size: 33px;
    font-weight: 600;
}.privacy_lair_0 h2, .privacy_lair_0 h3,.privacy_lair_0 h4,.privacy_lair_0 h5, .privacy_lair_0 h6 {
    text-align: left;
}.privacy_lair_0 ul, .privacy_lair_0 ol {
    list-style: none;
    padding: 20px 0;
    border-top: 2px solid rgb(159,192,198);
    border-bottom: 2px solid rgb(159,192,198);
    padding-left: 0;
    margin: 30px 0;
    max-width: 800px;
    width: 100%;
}.privacy_lair_0 ul li, .privacy_lair_0 ol li {
    margin-bottom: 20px;
    padding-left: 25px;
    font-weight: 300;
    position: relative;
    font-size: 15px;
    color: #ffffff;
}.privacy_lair_0 ul li::before, .privacy_lair_0 ol li::before {
    border-radius: 50%;
    left: 0;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    content: '';
    width: 10px;
    box-shadow: 0 0 10px rgb(159,192,198);
    background: rgb(159,192,198);
    height: 10px;
}.privacy_lair_0 p, .privacy_lair_0 span, .privacy_lair_0 div {
    font-family: Arial, sans-serif;
    text-shadow: 0 0 5px rgb(159,192,198,0.5);
    width: 100%;
    text-align: justify;
    font-size: 15px;
    line-height: 1.6;
    color: #ffffff;
    max-width: 800px;
    margin-bottom: 20px;
}.privacy_lair_0 div.container {
    flex-direction: column;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 800px) {.privacy_lair_0 {
    border-radius: 10px;
    padding: 30px;
}.privacy_lair_0 h1 {
    font-size: calc(24px - 5px);
    padding-bottom: 10px;
}.privacy_lair_0 h2 {
    padding-left: 10px;
    font-size: calc(24px - 5px);
}.privacy_lair_0 ul, .privacy_lair_0 ol {
    margin: 20px 0;
    padding: 15px 0;
}.privacy_lair_0 ul li, .privacy_lair_0 ol li {
    padding-left: 20px;
    font-size: 15px;
}}.instructional_approach_8 {
    position: relative;
    padding: 8rem 0;
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(159,192,198,0.5), rgb(106,176,190,0.5), rgb(207,219,221));
    overflow: hidden;
}.instructional_approach_8::before {
    z-index: 0;
    opacity: 0.4;
    content: "";
    width: 120%;
    top: -10%;
    position: absolute;
    animation: constellation 30s infinite linear;
    background: 
        radial-gradient(circle at 20% 30%, rgb(106,176,190,0.5) 2px, transparent 12px),
        radial-gradient(circle at 70% 60%, rgb(106,176,190,0.5) 2px, transparent 10px),
        radial-gradient(circle at 40% 80%, rgb(106,176,190,0.5) 2px, transparent 8px),
        radial-gradient(circle at 90% 15%, rgb(106,176,190,0.5) 2px, transparent 14px);
    left: -5%;
    height: 120%;
}.instructional_approach_8::after {
    height: 100%;
    position: absolute;
    z-index: 1;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    background: 
        radial-gradient(ellipse at 30% 40%, rgb(159,192,198,0.5) 0%, transparent 60%),
        radial-gradient(ellipse at 70% 60%, rgb(106,176,190,0.5) 0%, transparent 60%);
    opacity: 0.3;
    pointer-events: none;
}.instructional_approach_8 .study_training_6 {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    transform-style: preserve-3d;
    padding: 0 2rem;
}.instructional_approach_8 h2 {
    position: relative;
    text-align: left;
    margin-bottom: 3rem;
    font-weight: 700;
    transform: translateZ(20px);
    display: inline-block;
    font-size: 38px;
    color: #000000;
}.instructional_approach_8 h2::after {
    content: "";
    height: 3px;
    background: linear-gradient(90deg, rgb(159,192,198), rgb(106,176,190));
    position: absolute;
    transform: scaleX(0.8);
    bottom: -12px;
    left: 0;
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 60%;
}.instructional_approach_8 .study_training_6:hover h2::after {
    transform: scaleX(1);
}.instructional_approach_8 .text_container_6 {
    padding: 2.5rem;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0 95%);
    border-left: 4px solid rgb(159,192,198);
    transform: translateZ(10px);
    box-shadow: 
        0 10px 30px -15px rgba(0, 0, 0, 0.15),
        0 3px 10px -5px rgba(0, 0, 0, 0.08);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
    position: relative;
}.instructional_approach_8 .text_container_6::before {
    transition: opacity 0.5s ease-in-out;
    content: "";
    width: 100%;
    top: 0;
    position: absolute;
    height: 100%;
    opacity: 0;
    left: 0;
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.1));
    z-index: -1;
}.instructional_approach_8 .text_container_6:hover {
    transform: translateZ(15px);
    box-shadow: 
        0 15px 35px -20px rgba(0, 0, 0, 0.2),
        0 5px 15px -10px rgba(0, 0, 0, 0.1);
}.instructional_approach_8 .text_container_6:hover::before {
    opacity: 1;
}.instructional_approach_8 p {
    margin: 0;
    font-size: 18px;
    color: #000000;
    max-width: 90%;
    transition: transform 0.4s ease-out;
    line-height: 1.8;
}

@keyframes constellation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (min-width: 768px) {.instructional_approach_8 .study_training_6 {
    grid-template-columns: 1fr;
    gap: 2rem;
    display: grid;
    align-items: start;
}.instructional_approach_8 h2 {
    font-size: calc(38px * 1.2);
    margin-bottom: 4rem;
}.instructional_approach_8 .text_container_6 {
    padding: 3rem 3.5rem;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0 95%);
}.instructional_approach_8 p {
    font-size: calc(18px * 1.05);
    max-width: 85%;
}
}

@media (min-width: 992px) {.instructional_approach_8 {
    padding: 10rem 0;
}.instructional_approach_8 .study_training_6 {
    gap: 3rem;
    grid-template-columns: 1fr;
}.instructional_approach_8 h2 {
    font-size: calc(38px * 1.4);
    margin-bottom: 1rem;
}.instructional_approach_8 h2::after {
    bottom: -15px;
    height: 4px;
}.instructional_approach_8 .text_container_6 {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0 92%);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 3.5rem 4rem;
}.instructional_approach_8 p {
    max-width: 80%;
    font-size: calc(18px * 1.1);
    transform: translateX(0);
}.instructional_approach_8 .text_container_6:hover p {
    transform: translateX(10px);
}
}

@media (max-width: 767px) {.instructional_approach_8 {
    padding: 5rem 0;
}.instructional_approach_8 .study_training_6 {
    padding: 0 1.5rem;
}.instructional_approach_8 h2 {
    font-size: calc(38px * 0.9);
    margin-bottom: 2rem;
}.instructional_approach_8 .text_container_6 {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 97%);
    padding: 2rem;
}.instructional_approach_8 p {
    font-size: calc(18px * 0.95);
    max-width: 100%;
}
}

@media (max-width: 480px) {.instructional_approach_8 {
    padding: 4rem 0;
}.instructional_approach_8 .study_training_6 {
    padding: 0 1rem;
}.instructional_approach_8 h2 {
    font-size: calc(38px * 0.8);
    margin-bottom: 1.5rem;
}.instructional_approach_8 .text_container_6 {
    padding: 1.5rem;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 98%);
}.instructional_approach_8 p {
    font-size: calc(18px * 0.9);
}}.cookieUsagePromptBar_9 {
    z-index: 90;
    transition: transform 0.5s ease-in-out;
    font-family: Arial, sans-serif;
    transform: translateY(100%);
    width: 100%;
    background: rgb(106,176,190);
    position: fixed;
    bottom: 0;
    border-top: 3px solid rgb(106,176,190);
    animation: slideUp 0.5s forwards;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    padding: 20px 0;
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
.digital_tracking_5 {
    justify-content: space-between;
    padding: 20px 5%;
    display: flex;
    align-items: center;
    gap: 20px;
}.cookieUsagePromptBar_9 h5 {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 21px;
    letter-spacing: 1px;
}.cookieUsagePromptBar_9 p {
    font-size: 17px;
    color: #ffffff;
    margin: 0;
    line-height: 1.5;
}.learn_prefs_1 {
    filter: drop-shadow(0 0 10px rgb(159,192,198));
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}.learn_prefs_1 svg {
    height: 80px;
    width: 80px;
    fill: rgb(159,192,198);
    transition: transform 0.3s ease-in-out;
}.learn_prefs_1:hover svg {
    transform: scale(1.1);
}.data_control_4 {
    font-size: 16px;
    flex-shrink: 0;
    text-align: center;
    min-width: 140px;
    cursor: pointer;
    margin-left: 10px;
    text-decoration: none;
    line-height: 40px;
    background: linear-gradient(90deg, rgb(159,192,198), rgb(106,176,190));
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    border-radius: 13px;
    box-shadow: 0 0 15px rgb(159,192,198);
    color: #000000;
    white-space: nowrap;
    padding: 10px 20px;
}.data_control_4:hover {
    box-shadow: 0 0 20px rgb(106,176,190);
}.cookie_button.manage_tracking_9:hover {
    box-shadow: 0 0 15px rgb(106,176,190);
}.cookieUsagePromptBar_9 p a {
    color: rgb(159,192,198);
    transition: color 0.3s ease;
    text-decoration: none;
}.cookieUsagePromptBar_9 p a:hover {
    color: rgb(106,176,190);
}#privacyAlertPopup_6 {
    display: none;
}#privacyAlertPopup_6:checked ~ .cookieUsagePromptBar_9 {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 1200px) {.cookieUsagePromptBar_9 {
    padding: 15px 0;
}.digital_tracking_5 {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.learn_prefs_1 {
    display: none;
}.digital_tracking_5 {
    text-align: center;
    flex-direction: column;
    align-items: center;
}.cookieUsagePromptBar_9 h5 {
    font-size: 19px;
    margin-bottom: 5px;
}.cookie_data_8 {
    margin-bottom: 15px;
}.data_control_4 {
    margin: 10px 0;
    min-width: 100%;
}}
.title_portal_5 {
    height: 100vh;
    width: 100%;
    overflow: hidden;
    min-height: 700px;
    position: relative;
}.title_portal_5 .learn_front_5 {
    height: 100%;
    left: 0;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    display: flex;
    width: 100%;
}.title_portal_5 .learn_front_5::before {
    left: 0;
    height: 100%;
    position: absolute;
    content: "";
    z-index: 1;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 100%);
    width: 100%;
    top: 0;
}.title_portal_5 .value_vision_8 {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    padding: 3rem;
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    z-index: 2;
    position: relative;
    width: 90%;
    transition: transform 0.6s ease-out;
    transform: perspective(1000px) rotateX(2deg);
    max-width: 1200px;
}.title_portal_5 .value_vision_8:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.title_portal_5 .value_vision_8 > div {
    transform: translateY(30px);
    opacity: 0;
    animation: fadeInUp 0.8s forwards;
}.title_portal_5 .value_vision_8 > div:nth-child(1) {
    animation-delay: 0.2s;
}.title_portal_5 .value_vision_8 > div:nth-child(2) {
    animation-delay: 0.4s;
}.title_portal_5 .value_vision_8 > div:nth-child(3) {
    animation-delay: 0.6s;
}.title_portal_5 p {
    font-size: clamp(1rem, 2vw, 1.25rem);
    font-weight: 400;
    margin-bottom: 1.5rem;
    font-family: Arial, sans-serif;
    color: #ffffff;
    letter-spacing: 1px;
    line-height: 1.5;
    padding-left: 1.5rem;
    position: relative;
}.title_portal_5 p::before {
    content: "";
    left: 0;
    height: 75%;
    border-radius: 3px;
    background: rgb(159,192,198);
    position: absolute;
    width: 5px;
    top: 0.5rem;
}.title_portal_5 .title_style_header {
    margin: 0 0 1.5rem;
    color: #ffffff;
    -webkit-text-fill-color: transparent;
    line-height: 1.2;
    transform: translateZ(0);
    -webkit-background-clip: text !important;
    font-size: clamp(2.5rem, 5vw, 4rem);
    background: linear-gradient(135deg, #ffffff 30%, rgb(106,176,190) 100%);
    text-fill-color: transparent;
    font-weight: 700;
    background-clip: text !important;
}.title_portal_5 h3 {
    padding-left: 1rem;
    margin: 0;
    max-width: 800px;
    font-weight: 600;
    line-height: 1.5;
    border-left: 3px solid rgb(106,176,190);
    color: #ffffff;
    font-size: clamp(1.1rem, 2.5vw, 1.5rem);
}

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

@media (max-width: 992px) {.title_portal_5 {
    height: auto;
    min-height: 550px;
}.title_portal_5 .value_vision_8 {
    padding: 2rem;
    width: 95%;
}
}

@media (max-width: 768px) {.title_portal_5 {
    min-height: 450px;
}.title_portal_5 .value_vision_8 {
    padding: 1.5rem;
    transform: none;
}.title_portal_5 .value_vision_8:hover {
    transform: translateY(-3px);
}.title_portal_5 h3 {
    padding-left: 0.75rem;
}
}

@media (max-width: 576px) {.title_portal_5 {
    min-height: 400px;
}.title_portal_5 .value_vision_8 {
    padding: 1.25rem;
}.title_portal_5 p {
    margin-bottom: 1rem;
    padding-left: 1rem;
}.title_portal_5 .title_style_header {
    margin-bottom: 1rem;
}.title_portal_5 h3 {
    padding-left: 0.5rem;
    border-left: 2px solid rgb(106,176,190);
}
}

@media (prefers-reduced-motion: reduce) {.title_portal_5 .value_vision_8,
  .title_portal_5 .value_vision_8:hover,
  .title_portal_5 .value_vision_8 > div {
    opacity: 1;
    transform: none;
    transition: none;
    animation: none;
}}footer {
    position: relative;
    width: 100%;
}.debate_club_7 {
    padding: 80px 0 30px;
    position: relative;
    color: #ffffff;
    font-family: Arial, sans-serif;
    background-color: rgb(159,192,198);
}.debate_club_7::before {
    top: 0;
    content: "";
    background-color: rgb(159,192,198);
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
    height: 100%;
    width: 60%;
    position: absolute;
    right: 0;
    z-index: 0;
}footer .debate_club_7::after {
    content: "";
    background: radial-gradient(circle, rgb(159,192,198), transparent 70%);
    border-radius: 50%;
    top: 50px;
    right: 15%;
    height: 200px;
    width: 200px;
    opacity: 0.3;
    position: absolute;
}footer .learn_nav_3 {
    position: relative;
    z-index: 1;
}footer .edu_input_7 {
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 60px;
}footer .info_item {
    padding: 15px 25px;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
    border-radius: 10px;
    margin-right: 10px;
    background-color: rgba(255, 255, 255, 0.1);
    margin-bottom: 10px;
    transform: skewX(-5deg);
    flex: 0 1 auto;
}footer .info_item:hover {
    transform: skewX(-5deg) translateY(-5px);
    background-color: rgb(159,192,198);
}footer .info_item svg {
    transform: skewX(5deg);
    vertical-align: middle;
    height: 20px;
    margin-right: 10px;
    width: 20px;
    fill: #ffffff;
}footer .info_item p,
footer .info_item a {
    transform: skewX(5deg);
    display: inline-block;
    font-size: 12px;
    vertical-align: middle;
    text-decoration: none;
    color: #ffffff;
}footer .text_main_holder {
    grid-template-columns: 1fr;
    position: relative;
    gap: 40px;
    display: grid;
}footer .header_tutor_9 {
    position: relative;
    padding-left: 20px;
}footer .header_tutor_9::before {
    height: 100%;
    left: 0;
    width: 5px;
    content: "";
    background-color: rgb(159,192,198);
    top: 0;
    position: absolute;
}footer .header_tutor_9 svg {
    width: auto;
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
    height: 45px;
}footer .cookie_ctrl_0 {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    font-size: 12px;
    max-width: 320px;
}footer .top_pagebar_7 {
    position: relative;
}footer .top_pagebar_7 h5 {
    letter-spacing: 1px;
    color: #ffffff;
    margin-bottom: 25px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    font-size: 24px;
    padding-bottom: 10px;
}footer .top_pagebar_7 h5::after {
    width: 50px;
    left: 0;
    background-color: rgb(159,192,198);
    height: 3px;
    bottom: 0;
    content: "";
    position: absolute;
}footer .header_base_6 {
    margin-bottom: 25px;
    gap: 15px;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    display: grid;
}footer .header_base_6 a {
    font-size: 12px;
    padding-left: 0;
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
}footer .header_base_6 a::before {
    opacity: 0;
    color: rgb(159,192,198);
    transition: all 0.3s ease;
    left: -20px;
    position: absolute;
    content: "→";
}footer .header_base_6 a:hover {
    padding-left: 20px;
    color: rgb(159,192,198);
}footer .header_base_6 a:hover::before {
    opacity: 1;
    left: 0;
}footer .subscribe_holder {
    border-left: 5px solid rgb(159,192,198);
    background-color: rgba(0, 0, 0, 0.3);
    padding: 30px;
    border-radius: 27px;
    position: relative;
}footer .subscribe_holder::before {
    width: 100px;
    right: -20px;
    position: absolute;
    top: -20px;
    border-radius: 50%;
    z-index: -1;
    height: 100px;
    background-color: rgb(159,192,198);
    content: "";
    opacity: 0.2;
}footer .subscribe_holder h5 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}footer .subscribe_holder p {
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.7);
}footer .input_holder {
    flex-direction: column;
    display: flex;
    gap: 15px;
}footer .input_holder input[type="email"] {
    color: #ffffff;
    transition: all 0.3s ease;
    padding: 14px 16px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    border: none;
    font-size: 12px;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(159,192,198);
    background-color: rgba(255, 255, 255, 0.15);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .join_now_5 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
    border: none;
    background-color: rgb(159,192,198);
    border-radius: 10px;
    padding: 14px 20px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}footer .join_now_5:hover {
    transform: translateX(5px);
    background-color: rgb(106,176,190);
}footer .badge_case_0 {
    margin-top: 60px;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
}footer .donate_books_6 {
    font-size: 12px;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .header_base_6 {
    grid-template-columns: repeat(2, 1fr);
}footer .input_holder {
    flex-direction: row;
}footer .join_now_5 {
    white-space: nowrap;
}footer .header_base_6 a {
    padding-right: 10px;
}
}

@media (max-width: 991px) {footer .debate_club_7::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 0.7;
    width: 100%;
    background-color: rgb(159,192,198);
}
}

@media (max-width: 767px) {footer .debate_club_7 {
    padding: 60px 0 30px;
}footer .edu_input_7 {
    justify-content: center;
    margin-bottom: 40px;
}footer .top_pagebar_7 h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}footer .badge_case_0 {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .debate_club_7 {
    padding: 50px 0 20px;
}footer .info_item {
    width: 100%;
    margin-right: 0;
}footer .header_base_6 {
    grid-template-columns: 1fr;
}footer .subscribe_holder {
    padding: 20px;
}footer .input_holder input[type="email"],
    footer .join_now_5 {
    padding: 12px 15px;
}}.academic_experience_1 {
    overflow: hidden;
    padding: 70px 30px;
    background: linear-gradient(45deg, rgb(207,219,221) 0%, #ffffff 100%);
    position: relative;
}.academic_experience_1::before {
    opacity: 0.4;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: radial-gradient(circle at 30% 50%, rgb(159,192,198,0.5) 0%, transparent 40%);
    z-index: 0;
    width: 100%;
}.academic_experience_1::after {
    height: 100%;
    content: "";
    position: absolute;
    width: 100%;
    right: 0;
    z-index: 0;
    background: radial-gradient(circle at 70% 30%, rgb(106,176,190,0.5) 0%, transparent 40%);
    opacity: 0.3;
    top: 0;
}.academic_experience_1 .review_grid_9 {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    display: grid;
    max-width: 1000px;
    transform-style: preserve-3d;
    perspective: 1500px;
    grid-template-columns: 1fr;
}.academic_experience_1 .image_item_7 {
    transform-origin: bottom;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    z-index: 2;
    height: 300px;
    border-radius: 24px 24px 0 0;
    width: 100%;
    transform: rotateX(10deg);
    overflow: hidden;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.academic_experience_1 .image_item_7::before {
    left: 0;
    background: linear-gradient(
        to bottom,
        transparent 50%,
        rgba(0, 0, 0, 0.5) 100%
    );
    width: 100%;
    z-index: 1;
    content: "";
    height: 100%;
    top: 0;
    position: absolute;
}.academic_experience_1 .review_grid_9:hover .image_item_7 {
    transform: rotateX(0deg) translateZ(30px);
}.academic_experience_1 .work_area_2 {
    transform: rotateX(-5deg);
    padding: 40px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 1;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    transform-origin: top;
    border-radius: 0 0 24px 24px;
}.academic_experience_1 .review_grid_9:hover .work_area_2 {
    transform: rotateX(0deg) translateZ(20px);
}.academic_experience_1 .name {
    color: rgb(159,192,198);
    display: inline-block;
    position: relative;
    transform: translateZ(0);
    font-weight: 700;
    margin-bottom: 10px;
    transition: transform 0.4s ease;
    font-size: 37px;
}.academic_experience_1 .name::after {
    position: absolute;
    background: linear-gradient(to right, rgb(106,176,190), transparent);
    transition: width 0.4s ease 0.1s;
    height: 3px;
    width: 0;
    content: "";
    bottom: -5px;
    left: 0;
}.academic_experience_1 .review_grid_9:hover .name::after {
    width: 100%;
}.academic_experience_1 .review_grid_9:hover .name {
    transform: translateZ(10px);
}.academic_experience_1 .work_area_2 > div:nth-child(2) {
    font-size: 18px;
    transition: transform 0.4s ease 0.1s, color 0.3s ease;
    letter-spacing: 1px;
    opacity: 0.7;
    color: #000000;
    font-weight: 600;
    transform: translateZ(0);
    margin-bottom: 20px;
}.academic_experience_1 .review_grid_9:hover .work_area_2 > div:nth-child(2) {
    color: rgb(106,176,190);
    transform: translateZ(15px);
}.academic_experience_1 .work_tasks_6 {
    padding: 20px 0 0 0;
    border-top: 1px solid rgb(207,219,221);
    position: relative;
    transform: translateZ(0);
    transition: transform 0.4s ease 0.2s;
    color: #000000;
    font-size: 17px;
    line-height: 1.7;
}.academic_experience_1 .review_grid_9:hover .work_tasks_6 {
    transform: translateZ(5px);
}.academic_experience_1 .work_tasks_6::before {
    font-size: 60px;
    color: rgb(106,176,190,0.5);
    content: "";
    opacity: 0.5;
    position: absolute;
    line-height: 0;
    left: -5px;
    top: 10px;
}

@media (min-width: 768px) {.academic_experience_1 .review_grid_9 {
    grid-gap: 0;
    grid-template-columns: 300px 1fr;
}.academic_experience_1 .image_item_7 {
    transform-origin: right;
    border-radius: 24px 0 0 24px;
    transform: rotateY(-10deg);
    height: 100%;
}.academic_experience_1 .review_grid_9:hover .image_item_7 {
    transform: rotateY(0deg) translateZ(30px);
}.academic_experience_1 .work_area_2 {
    transform-origin: left;
    transform: rotateY(5deg);
    border-radius: 0 24px 24px 0;
}.academic_experience_1 .review_grid_9:hover .work_area_2 {
    transform: rotateY(0deg) translateZ(20px);
}
}

@media (max-width: 767px) {.academic_experience_1 {
    padding: 50px 20px;
}.academic_experience_1 .image_item_7 {
    height: 250px;
}.academic_experience_1 .work_area_2 {
    padding: 30px 25px;
}.academic_experience_1 .name {
    font-size: calc(37px - 4px);
}.academic_experience_1 .work_area_2 > div:nth-child(2) {
    font-size: calc(18px - 1px);
}.academic_experience_1 .work_tasks_6 {
    font-size: calc(17px - 1px);
}}.plan_list_0 {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.plan_list_0::before {
    left: 0;
    bottom: 0;
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
}.plan_list_0 .container {
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.learn_offers_7 {
    position: relative;
}.plan_list_0 h2 {
    text-align: center;
    opacity: 1;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.6s ease;
    letter-spacing: 0.5px;
    font-size: 34px;
    color: #ffffff;
    transform: translateY(0);
    margin-bottom: 25px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
    font-weight: 700;
    position: relative;
}.plan_list_0 h2::after {
    height: 3px;
    display: block;
    content: "";
    transform: scaleX(1);
    margin: 20px auto 0;
    transition: transform 0.4s ease;
    width: 80px;
    background: linear-gradient(90deg, rgb(106,176,190), rgb(159,192,198));
}.plan_list_0:hover h2::after {
    transform: scaleX(1.2);
}.plan_list_0 .annual_plan_1 {
    max-width: 800px;
    opacity: 0.9;
    font-size: calc(12px + 2px);
    line-height: 1.6;
    text-align: center;
    color: #ffffff;
    margin: 0 auto 60px;
    text-shadow: 0 1px 3px rgba(0,0,0,0.2);
}.plan_list_0 .qtr_cost_3 {
    list-style: none;
    gap: 30px;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
}.plan_list_0 .qtr_cost_3 li {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    margin: 0;
}.plan_list_0 .qtr_cost_3 li:hover {
    z-index: 10;
    transform: translateY(-10px);
}.plan_list_0 .study_costs_3 {
    overflow: hidden;
    transition: all 0.4s ease;
    display: block;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background: linear-gradient(145deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.02) 100%);
    border: 1px solid rgba(255,255,255,0.1);
    text-decoration: none;
    height: 100%;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    position: relative;
}.plan_list_0 .study_costs_3::before {
    background: linear-gradient(230deg, rgb(106,176,190,0.5) 0%, transparent 80%);
    height: 100%;
    top: 0;
    position: absolute;
    transition: opacity 0.5s ease;
    opacity: 0;
    width: 100%;
    left: 0;
    content: "";
}.plan_list_0 .study_costs_3:hover {
    border-color: rgba(255,255,255,0.2);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}.plan_list_0 .study_costs_3:hover::before {
    opacity: 0.2;
}.plan_list_0 .premium_cost_6 {
    z-index: 2;
    position: relative;
    padding: 40px 30px;
}.plan_list_0 .fee_struct_6 {
    flex-direction: column;
    display: flex;
    height: 100%;
}.plan_list_0 .fee_struct_6 h4 {
    margin-top: 0;
    color: #ffffff;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
    font-weight: 600;
    transition: transform 0.3s ease;
    font-size: calc(23px + 2px);
}.plan_list_0 .fee_struct_6 h4::after {
    transition: width 0.4s ease;
    position: absolute;
    height: 2px;
    left: 0;
    background: rgb(159,192,198);
    content: "";
    width: 40px;
    bottom: 0;
}.plan_list_0 .study_costs_3:hover .fee_struct_6 h4::after {
    width: 60px;
}.plan_list_0 .fee_struct_6 p {
    transition: color 0.3s ease;
    position: relative;
    flex-grow: 1;
    margin-bottom: 30px;
    font-size: 12px;
    line-height: 1.6;
    color: rgba(255,255,255,0.85);
}.plan_list_0 .study_costs_3:hover .fee_struct_6 p {
    color: #ffffff;
}.plan_list_0 .pricing_deals_3 {
    display: inline-block;
    background-clip: text !important;
    position: relative;
    font-weight: 700;
    -webkit-background-clip: text !important;
    transition: transform 0.3s ease;
    background: linear-gradient(90deg, rgb(106,176,190) 0%, rgb(159,192,198) 100%);
    margin-top: auto;
    padding: 10px 0;
    -webkit-text-fill-color: transparent;
    color: #ffffff;
    font-size: calc(23px + 4px);
}.plan_list_0 .pricing_deals_3::before {
    background: linear-gradient(90deg, rgb(106,176,190) 0%, transparent 100%);
    bottom: 0;
    width: 100%;
    height: 1px;
    content: "";
    position: absolute;
    left: 0;
}.plan_list_0 .study_costs_3:hover .pricing_deals_3 {
    transform: scale(1.05);
}

@media (max-width: 992px) {.plan_list_0 {
    padding: 90px 0;
}.plan_list_0 .qtr_cost_3 {
    grid-template-columns: repeat(2, 1fr);
}.plan_list_0 .premium_cost_6 {
    padding: 30px 25px;
}
}

@media (max-width: 768px) {.plan_list_0 {
    padding: 70px 0;
}.plan_list_0 h2 {
    font-size: calc(34px - 4px);
}.plan_list_0 .annual_plan_1 {
    margin-bottom: 40px;
    font-size: 12px;
}.plan_list_0 .qtr_cost_3 {
    gap: 20px;
    grid-template-columns: 1fr;
}.plan_list_0 .premium_cost_6 {
    padding: 25px 20px;
}.plan_list_0 .pricing_deals_3 {
    font-size: calc(23px + 2px);
}
}

@media (max-width: 480px) {.plan_list_0 {
    padding: 60px 0;
}.plan_list_0 h2 {
    font-size: calc(34px - 6px);
}.plan_list_0 .fee_struct_6 h4 {
    font-size: 23px;
}.plan_list_0 .fee_struct_6 p {
    font-size: calc(12px - 1px);
}}header {
    overflow: visible;
    position: relative;
    z-index: 99;
    background: #ffffff;
    width: 100%;
}header::before {
    content: "";
    height: 5px;
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(to right, rgb(159,192,198), rgb(106,176,190));
}header .top_nav_0 {
    display: flex;
    padding: 25px 30px;
    justify-content: space-between;
    position: relative;
    align-items: center;
}header .top_nav_0::after {
    width: 100%;
    bottom: 0;
    background-color: rgb(207,219,221);
    height: 1px;
    position: absolute;
    left: 0;
    content: "";
}header .top_nav_0 .header_tutor_9 {
    position: relative;
    z-index: 2;
}header .top_nav_0 .header_tutor_9 .header_nav_2 {
    position: relative;
    display: block;
    overflow: hidden;
}header .top_nav_0 .header_tutor_9 .header_nav_2 svg {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 40px;
    width: auto;
}header .top_nav_0 .header_tutor_9 .header_nav_2:hover svg {
    transform: scale(1.08);
}header .top_nav_0 .top_pagebar_7 {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}header .top_nav_0 .top_pagebar_7 .nav_core_9 {
    margin: 0 15px;
    position: relative;
}header .top_nav_0 .top_pagebar_7 .nav_core_9:last-child {
    margin-right: 0;
}header .top_nav_0 .top_pagebar_7 .nav_core_9 a {
    padding: 8px 0;
    transition: color 0.3s ease, letter-spacing 0.3s ease;
    color: #000000;
    font-size: 15px;
    position: relative;
    font-weight: 400;
    font-family: Arial, sans-serif;
    text-decoration: none;
    display: block;
    overflow: hidden;
    letter-spacing: 0.5px;
}header .top_nav_0 .top_pagebar_7 .nav_core_9 a:hover {
    color: rgb(159,192,198);
    letter-spacing: 1px;
}header .top_nav_0 .top_pagebar_7 .nav_core_9 a::before,
header .top_nav_0 .top_pagebar_7 .nav_core_9 a::after {
    height: 1px;
    content: "";
    left: 0;
    transform-origin: right center;
    width: 100%;
    background-color: rgb(159,192,198);
    bottom: 0;
    position: absolute;
}header .top_nav_0 .top_pagebar_7 .nav_core_9 a::before {
    transform: scaleX(0);
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}header .top_nav_0 .top_pagebar_7 .nav_core_9 a::after {
    background-color: rgb(106,176,190);
    transform-origin: left center;
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    transform: scaleX(0);
}header .top_nav_0 .top_pagebar_7 .nav_core_9 a:hover::before {
    transform: scaleX(1);
    transform-origin: left center;
}header .top_nav_0 .top_pagebar_7 .nav_core_9 a:hover::after {
    transform: scaleX(1);
    transform-origin: right center;
}header .top_nav_0 .top_pagebar_7 .nav_core_9 a::after {
    height: 3px;
    bottom: -2px;
    opacity: 0.3;
}header .top_nav_0 .top_pagebar_7 .nav_core_9: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 .top_nav_0 {
    padding: 20px 15px;
    flex-direction: column;
}header .top_nav_0 .header_tutor_9 {
    margin-bottom: 20px;
}header .top_nav_0 .top_pagebar_7 {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}header .top_nav_0 .top_pagebar_7 .nav_core_9 {
    margin: 5px 12px;
}header .top_nav_0 .top_pagebar_7 .nav_core_9 a {
    font-size: calc(15px - 1px);
    padding: 5px 0;
}
    
    @keyframes subtle-float {
        0% {
            transform: translateY(0);
        }
        100% {
            transform: translateY(-2px);
        }
    }
}

@media (max-width: 767px) {header .top_nav_0 {
    padding: 15px 10px;
}header .top_nav_0 .header_tutor_9 {
    margin-bottom: 15px;
}header .top_nav_0 .header_tutor_9 .header_nav_2 svg {
    height: 35px;
}header .top_nav_0 .top_pagebar_7 {
    gap: 5px;
}header .top_nav_0 .top_pagebar_7 .nav_core_9 {
    margin: 2px 10px;
}}.tyField_1 {
    background: linear-gradient(135deg, rgb(207,219,221) 25%, rgba(rgb(159,192,198,0.5), 0.05) 100%);
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
}.tyField_1::before {
    right: -10%;
    position: absolute;
    width: 40%;
    top: -15%;
    z-index: 0;
    transform: rotate(35deg) skew(15deg);
    height: 70%;
    opacity: 0.1;
    background: linear-gradient(120deg, rgb(106,176,190), rgba(rgb(106,176,190,0.5), 0.2));
    animation: float 15s ease-in-out infinite alternate;
    content: "";
    filter: blur(80px);
}.tyField_1::after {
    width: 100%;
    height: 10px;
    bottom: 0;
    opacity: 0.3;
    left: 0;
    z-index: 1;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(159,192,198) 20%, 
        rgb(106,176,190) 50%, 
        rgb(159,192,198) 80%, 
        transparent);
    position: absolute;
    content: "";
}.tyField_1 .container {
    max-width: 1140px;
    padding: 0 1.5rem;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.tyField_1 .study_training_6 {
    box-shadow: 
        0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
        0 1px 0 rgba(rgb(255, 255, 255, 0.5), 0.95) inset,
        0 -20px 50px rgba(rgb(106,176,190,0.5), 0.1) inset;
    background: rgba(rgb(255, 255, 255, 0.5), 0.9);
    gap: 2rem;
    padding: 3.5rem;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    flex-direction: column;
    display: flex;
    transform: perspective(1000px) rotateY(1deg);
    backdrop-filter: blur(10px);
    position: relative;
}.tyField_1 .study_training_6:hover {
    transform: perspective(1000px) rotateY(-1deg);
    box-shadow: 
        0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.08),
        0 1px 0 rgba(rgb(255, 255, 255, 0.5), 0.95) inset,
        0 -20px 50px rgba(rgb(106,176,190,0.5), 0.15) inset;
}.tyField_1 .study_training_6 > div:first-child {
    padding-bottom: 1.5rem;
    position: relative;
}.tyField_1 .study_training_6 > div:first-child::after {
    content: "";
    position: absolute;
    left: 0;
    width: 60px;
    transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    bottom: 0;
    height: 3px;
    transform-origin: left;
    background: rgb(159,192,198);
}.tyField_1 .study_training_6:hover > div:first-child::after {
    width: 120px;
}.tyField_1 h5 {
    line-height: 1.4;
    position: relative;
    transform: translateX(-5px);
    font-weight: 700;
    font-size: 22px;
    margin: 0 0 0.5rem 0;
    color: #000000;
    transition: transform 0.4s ease;
}.tyField_1 .study_training_6:hover h5 {
    transform: translateX(0);
}.tyField_1 a {
    display: block;
    position: relative;
    transition: transform 0.3s ease-out;
    text-decoration: none;
}.tyField_1 a:hover {
    transform: translateY(-3px);
}.tyField_1 p {
    margin: 0;
    font-size: 18px;
    color: #000000;
    transition: color 0.3s ease;
    position: relative;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    font-weight: 400;
}.tyField_1 a:hover p {
    color: rgb(159,192,198);
}.tyField_1 a::before {
    transition: width 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    left: 0;
    height: 1px;
    content: "";
    background: linear-gradient(90deg, 
        rgb(159,192,198), 
        rgb(106,176,190));
    bottom: -10px;
    width: 0;
    position: absolute;
    opacity: 0.7;
}.tyField_1 a:hover::before {
    width: 100%;
}.tyField_1 .study_training_6 > div:first-child::before {
    transform: rotate(-5deg) scale(0.9);
    position: absolute;
    content: "✓";
    opacity: 0.1;
    top: -20px;
    font-size: calc(34px * 1.5);
    color: rgb(106,176,190);
    right: 0;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.tyField_1 .study_training_6:hover > div:first-child::before {
    transform: rotate(5deg) scale(1.1);
    opacity: 0.2;
}

@keyframes float {
    0% {
        transform: rotate(35deg) skew(15deg) translate(0, 0);
    }
    50% {
        transform: rotate(38deg) skew(12deg) translate(-20px, 20px);
    }
    100% {
        transform: rotate(32deg) skew(18deg) translate(20px, -10px);
    }
}

@media (max-width: 992px) {.tyField_1 {
    padding: 4rem 0;
}.tyField_1 .study_training_6 {
    padding: 2.5rem;
}.tyField_1 h5 {
    font-size: calc(22px * 0.9);
}
}

@media (max-width: 768px) {.tyField_1 {
    padding: 3rem 0;
}.tyField_1 .study_training_6 {
    padding: 2rem;
    gap: 1.5rem;
    transform: perspective(1000px) rotateY(0deg);
}.tyField_1 .study_training_6:hover {
    transform: perspective(1000px) rotateY(0deg);
}.tyField_1 h5 {
    font-size: calc(22px * 0.85);
    transform: translateX(0);
}.tyField_1 p {
    font-size: calc(18px * 0.95);
}.tyField_1::before {
    top: -10%;
    right: -30%;
    height: 50%;
    width: 60%;
}
}

@media (max-width: 576px) {.tyField_1 {
    padding: 2.5rem 0;
}.tyField_1 .study_training_6 {
    padding: 1.5rem;
    gap: 1.25rem;
}.tyField_1 h5 {
    font-size: calc(22px * 0.8);
}.tyField_1 p {
    line-height: 1.6;
    font-size: calc(18px * 0.9);
}.tyField_1 .study_training_6 > div:first-child {
    padding-bottom: 1rem;
}.tyField_1 .study_training_6 > div:first-child::after {
    height: 2px;
    width: 40px;
}.tyField_1 .study_training_6:hover > div:first-child::after {
    width: 80px;
}.tyField_1 .study_training_6 > div:first-child::before {
    font-size: calc(34px * 1.2);
    top: -15px;
}}.our_background_4 {
    position: relative;
    padding: 120px 0;
    color: #ffffff;
    overflow: hidden;
}.our_background_4::before {
    top: 0;
    z-index: 1;
    content: "";
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    background: linear-gradient(145deg, rgba(0,0,0,0.9), rgba(0,0,0,0.5), rgba(0,0,0,0.85));
    backdrop-filter: blur(2px);
}.our_background_4::after {
    animation: shine 15s infinite alternate ease-in-out;
    z-index: 0;
    content: "";
    position: absolute;
    height: 200%;
    right: -20%;
    top: -50%;
    opacity: 0.15;
    background: rgb(159,192,198,0.5);
    transform: rotate(-15deg);
    width: 80%;
}.our_background_4 .container {
    padding: 0 20px;
    grid-template-columns: 1fr;
    z-index: 2;
    position: relative;
    max-width: 1200px;
    gap: 2rem;
    display: grid;
    margin: 0 auto;
}.our_background_4 h2 {
    display: inline-block;
    color: #ffffff;
    font-weight: 700;
    font-size: calc(35px * 1.2);
    position: relative;
    transform: translateX(-10px);
    animation: slideInTitle 0.8s ease-out forwards;
    margin-bottom: 2rem;
}.our_background_4 h2::after {
    animation: lineGrow 1s 0.6s forwards cubic-bezier(0.34, 1.56, 0.64, 1);
    bottom: -10px;
    height: 3px;
    position: absolute;
    content: "";
    left: 0;
    width: 60px;
    transform-origin: left;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(159,192,198), rgb(106,176,190));
}.our_background_4 .text_container_6 {
    border-radius: 2px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.2);
    padding: 40px;
    border-left: 1px solid rgba(255,255,255,0.1);
    position: relative;
    background: linear-gradient(135deg, rgba(255,255,255,0.1), rgba(255,255,255,0.03));
    animation: fadeSlideUp 1s 0.3s forwards cubic-bezier(0.16, 1, 0.3, 1);
    opacity: 0;
    backdrop-filter: blur(5px);
    transform: translateY(20px);
    border-top: 1px solid rgba(255,255,255,0.1);
}.our_background_4 .text_container_6::before {
    left: -10px;
    content: "";
    width: 20px;
    opacity: 0.6;
    height: 80px;
    top: 20px;
    position: absolute;
    background: rgb(159,192,198);
    z-index: -1;
}.our_background_4 .text_container_6 > div {
    gap: 1.5rem;
    grid-template-columns: 1fr;
    display: grid;
}.our_background_4 .text_container_6 p {
    transform: translateX(-10px);
    opacity: 0;
    margin: 0 0 10px;
    position: relative;
    font-size: calc(15px * 1.5);
    letter-spacing: 0.5px;
    font-weight: 600;
    animation: fadeIn 0.5s 0.8s forwards;
    color: #ffffff;
    line-height: 1.2;
}.our_background_4 .text_container_6 p::after {
    transform: scaleX(0);
    bottom: -5px;
    transform-origin: left;
    content: "";
    animation: lineGrow 0.6s 1s forwards cubic-bezier(0.34, 1.56, 0.64, 1);
    background: rgb(106,176,190);
    height: 2px;
    left: 0;
    position: absolute;
    width: 40px;
}.our_background_4 .text_container_6 div div {
    opacity: 0;
    opacity: 0.9;
    color: #ffffff;
    column-gap: 40px;
    font-size: 15px;
    column-count: 1;
    animation: fadeSlideUp 0.8s 1s forwards cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    transform: translateY(10px);
    line-height: 1.8;
}.our_background_4 .text_container_6 div div::first-letter {
    float: left;
    padding-right: 8px;
    line-height: 1;
    color: rgb(159,192,198);
    font-weight: 700;
    font-size: 1.5em;
}

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

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

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

@keyframes fadeIn {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes shine {
    0% {
        opacity: 0.1;
        transform: rotate(-15deg) translateX(5%);
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 0.15;
        transform: rotate(-15deg) translateX(-5%);
    }
}


@media (min-width: 768px) {.our_background_4 {
    padding: 150px 0;
}.our_background_4 .container {
    grid-template-columns: 1fr;
}.our_background_4 h2 {
    margin-bottom: 3rem;
    font-size: calc(35px * 1.4);
}.our_background_4 .text_container_6 {
    padding: 50px;
}.our_background_4 .text_container_6::before {
    height: 120px;
}.our_background_4 .text_container_6 div div {
    column-count: 2;
}
}

@media (min-width: 992px) {.our_background_4 {
    padding: 180px 0;
}.our_background_4::after {
    width: 60%;
}.our_background_4 .container {
    padding: 0 40px;
}.our_background_4 h2 {
    font-size: calc(35px * 1.6);
}.our_background_4 h2::after {
    width: 80px;
}.our_background_4 .text_container_6 {
    padding: 60px 70px;
}.our_background_4 .text_container_6::before {
    height: 150px;
    width: 25px;
}.our_background_4 .text_container_6 div div {
    column-count: 2;
    column-gap: 60px;
}
}

@media (min-width: 1200px) {.our_background_4 .container {
    padding: 0 60px;
}.our_background_4 h2 {
    margin-left: 30px;
}.our_background_4 .text_container_6 {
    margin-left: 30px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}.our_background_4 .text_container_6:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 45px rgba(0,0,0,0.3);
}
}

@media (max-width: 767px) {.our_background_4 {
    padding: 80px 0;
}.our_background_4::after {
    opacity: 0.1;
}.our_background_4 h2 {
    font-size: calc(35px * 1.1);
    margin-bottom: 1.5rem;
}.our_background_4 h2::after {
    height: 2px;
    width: 50px;
}.our_background_4 .text_container_6 {
    padding: 30px 25px;
}.our_background_4 .text_container_6::before {
    height: 60px;
    width: 10px;
}.our_background_4 .text_container_6 p {
    font-size: calc(15px * 1.2);
}.our_background_4 .text_container_6 div div {
    font-size: calc(15px * 0.95);
    line-height: 1.6;
}}.program_information_1 {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: rgb(207,219,221);
}.program_information_1::before {
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, rgb(159,192,198,0.5) 0%, transparent 70%);
    transform: rotate(-15deg);
    opacity: 0.7;
    z-index: 1;
    right: -100px;
    content: "";
    position: absolute;
    top: -100px;
}.program_information_1::after {
    transform: rotate(15deg);
    background: linear-gradient(225deg, rgb(106,176,190,0.5) 0%, transparent 70%);
    position: absolute;
    width: 200px;
    bottom: -50px;
    z-index: 1;
    height: 200px;
    content: "";
    left: -50px;
    opacity: 0.5;
}.program_information_1 .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
}.program_information_1 .study_track_5 {
    position: relative;
    gap: 40px;
    grid-template-columns: 1fr;
    display: grid;
}.program_information_1 .image_item_7 {
    transform: perspective(1000px) rotateY(2deg);
    position: relative;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 320px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}.program_information_1 .image_item_7::before {
    background: linear-gradient(
        to right,
        rgb(159,192,198,0.5) 0%,
        transparent 20%,
        transparent 80%,
        rgb(106,176,190,0.5) 100%
    );
    position: absolute;
    inset: 0;
    opacity: 0.4;
    content: "";
    transition: opacity 0.5s ease;
}.program_information_1 .image_item_7:hover {
    transform: perspective(1000px) rotateY(0deg);
}.program_information_1 .image_item_7:hover::before {
    opacity: 0.2;
}.program_information_1 .text_container_6 {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: translateY(0);
    background-color: #ffffff;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
}.program_information_1 .text_container_6:hover {
    transform: translateY(-5px);
}.program_information_1 .text_container_6::before {
    position: absolute;
    transition: height 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 0;
    background: linear-gradient(to bottom, rgb(159,192,198), rgb(106,176,190));
    content: "";
    left: 0;
    width: 4px;
    top: 0;
}.program_information_1 .text_container_6:hover::before {
    height: 100%;
}.program_information_1 h3 {
    color: #000000;
    transform: translateX(0);
    padding-bottom: 15px;
    position: relative;
    transition: transform 0.4s ease;
    margin-bottom: 25px;
    font-size: calc(23px * 1.1);
    font-family: Arial, sans-serif;
    font-weight: 600;
}.program_information_1 .text_container_6:hover h3 {
    transform: translateX(10px);
}.program_information_1 h3::after {
    content: "";
    height: 2px;
    left: 0;
    width: 60px;
    position: absolute;
    bottom: 0;
    background: rgb(159,192,198);
    transition: width 0.4s ease;
}.program_information_1 .text_container_6:hover h3::after {
    width: 100px;
}.program_information_1 .description {
    font-size: 17px;
    opacity: 0.9;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    line-height: 1.7;
    transition: opacity 0.3s ease;
    color: #000000;
}.program_information_1 .text_container_6:hover .description {
    opacity: 1;
}.program_information_1 p.description {
    padding-right: 15px;
    overflow-y: auto;
    scrollbar-color: rgb(159,192,198,0.5) #ffffff;
    scrollbar-width: thin;
    max-height: 300px;
    display: block;
}.program_information_1 p.description::-webkit-scrollbar {
    width: 6px;
}.program_information_1 p.description::-webkit-scrollbar-track {
    background: #ffffff;
}.program_information_1 p.description::-webkit-scrollbar-thumb {
    background-color: rgb(159,192,198,0.5);
    border-radius: 10px;
}.program_information_1 span.description {
    display: none;
}

@media (min-width: 768px) {.program_information_1 {
    padding: 150px 0;
}.program_information_1 .study_track_5 {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 60px;
}.program_information_1 .image_item_7 {
    height: 450px;
    transform: perspective(1000px) rotateY(3deg) translateX(-20px);
}.program_information_1 .image_item_7:hover {
    transform: perspective(1000px) rotateY(0deg) translateX(0);
}.program_information_1 .text_container_6 {
    padding: 40px;
}.program_information_1 h3 {
    font-size: 23px;
    margin-bottom: 30px;
}.program_information_1 p.description {
    max-height: 350px;
}
}

@media (min-width: 992px) {.program_information_1 .study_track_5 {
    gap: 80px;
}.program_information_1 .image_item_7 {
    height: 500px;
}.program_information_1 .text_container_6 {
    padding: 50px;
}.program_information_1 h3 {
    font-size: calc(23px * 1.2);
}.program_information_1 p.description {
    line-height: 1.75;
    font-size: calc(17px * 1.05);
    max-height: 400px;
}
}

@media (min-width: 1200px) {.program_information_1 .study_track_5 {
    gap: 100px;
}.program_information_1 .image_item_7 {
    transform: perspective(1200px) rotateY(5deg) translateX(-30px);
    height: 550px;
}.program_information_1 .image_item_7:hover {
    transform: perspective(1200px) rotateY(0deg) translateX(0);
}.program_information_1 .text_container_6 {
    padding: 60px 70px 60px 60px;
}.program_information_1 h3 {
    padding-bottom: 20px;
    font-size: calc(23px * 1.3);
    margin-bottom: 35px;
}.program_information_1 p.description {
    max-height: 450px;
}
}

@media (max-width: 767px) {.program_information_1 {
    padding: 80px 0;
}.program_information_1 .text_container_6 {
    padding: 25px 20px;
}.program_information_1 h3 {
    font-size: calc(18px * 1.1);
    padding-bottom: 12px;
    margin-bottom: 20px;
}.program_information_1 p.description {
    line-height: 1.6;
    max-height: 250px;
    font-size: calc(17px * 0.95);
}
}