﻿svg {
    height: 30px;
    width: 30px;
}

html,body {
    color: #000000;
    height: 100%;
    auto
contain
touch-action: none;
    min-height: 100%;
    font-family: Arial, sans-serif;
    scroll-snap-type: none;
    scroll-behavior: auto;
}


.program_results {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(224,238,233) 0%, rgba(245, 247, 250, 0.9) 100%);
}

.program_results .study_hub {
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    display: flex;
}

.program_results h4 {
    transform: translateY(20px);
    opacity: 0;
    animation: fadeSlideUp 0.8s 0.2s forwards ease-out;
    margin-bottom: 40px;
    font-weight: 700;
    line-height: 1.3;
    color: #000000;
    font-size: 28px;
    position: relative;
}

.program_results li {
    animation: fadeSlideRight 0.6s forwards ease-out;
    transform: translateX(15px);
    opacity: 0;
    margin-bottom: 20px;
}

.program_results li p span:last-child {
    font-size: calc(15px - 1px);
    line-height: 1.6;
    font-weight: 400;
    color: #000000;
}

.program_results li p:hover svg {
    transform: translateY(-2px);
}

.program_results li p:hover svg path {
    fill: rgb(178,212,202);
}

.our_mission::before {
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.75) 35%,
        rgba(0, 0, 0, 0.65) 100%);
    left: 0;
    z-index: 1;
    right: 0;
    bottom: 0;
    top: 0;
    content: "";
    position: absolute;
}

.our_mission h1 {
    font-weight: 700;
    padding-left: 30px;
    color: #ffffff;
    position: relative;
    margin-bottom: 30px;
    font-family: Arial, sans-serif;
    font-size: 47px;
    transform: skewX(-5deg);
}

.our_mission ul li {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    opacity: 0;
    backdrop-filter: blur(5px);
    animation: fadeUp 1s ease-out forwards;
    padding: 30px;
    background: rgba(255, 255, 255, 0.05);
    transform: translateY(20px);
    position: relative;
    border-radius: 0 10px 10px 0;
    animation-delay: 0.3s;
    border-left: 3px solid rgb(178,212,202);
}

.learn_nav .info_item {
    padding: 0.5rem 1rem;
    position: relative;
    transition: transform 0.3s ease;
}

.learn_nav .info_item svg {
    height: 20px;
    transition: transform 0.3s ease;
    fill: #ffffff;
    width: 20px;
}

.learn_nav .info_item:hover svg {
    transform: scale(1.2);
}

.learn_nav .head_section {
    position: relative;
    gap: 1.5rem;
    flex-direction: column;
    background-color: rgb(138,183,171);
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
    padding: 4rem 2rem 3rem;
    z-index: 4;
    display: flex;
}

.learn_nav .first_teach h5::after {
    background-color: rgb(178,212,202);
    height: 3px;
    left: 0;
    bottom: -0.5rem;
    width: 40px;
    position: absolute;
    content: '';
}

.learn_nav .header_main a:hover {
    padding-left: 10px;
    opacity: 1;
}

.learn_nav .subscribe_holder::before {
    height: 100%;
    z-index: -1;
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(0, 0, 0, 0.05) 10px,
        rgba(0, 0, 0, 0.05) 20px
    );
    position: absolute;
    content: '';
    top: 0;
    width: 100%;
}

.learn_nav .updates_header {
    background-color: rgb(178,212,202);
    transition: all 0.3s ease;
    font-weight: 600;
    position: relative;
    font-size: 17px;
    overflow: hidden;
    padding: 1rem 1.25rem;
    color: #ffffff;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}

.learn_nav .partner_logo {
    font-size: 13px;
    opacity: 0.7;
    color: #ffffff;
}

.access_now::before {
    z-index: 1;
    content: '';
    background-size: 40px 40px;
    left: 0;
    background-image: 
        linear-gradient(rgb(178,212,202,0.5) 1px, transparent 1px),
        linear-gradient(to right, rgb(178,212,202,0.5) 1px, transparent 1px);
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    opacity: 0.07;
}

.access_now .container p::first-letter {
    font-size: 130%;
    color: rgb(178,212,202);
}

.access_now .support_grid:hover {
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.program_details {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    background-color: #ffffff;
    display: flex;
    align-items: stretch;
}

.program_details .program_track {
    right: 0;
    height: 100%;
    z-index: 1;
    position: absolute;
    width: 55%;
    top: 0;
}

.program_details .learn_challenge {
    width: 100%;
    height: 20%;
    position: relative;
}

.program_details .learn_challenge:hover img {
    transform: scale(1.1);
}

.program_details .study_hub {
    display: flex;
    width: 45%;
    justify-content: center;
    flex-direction: column;
    padding-left: 8%;
}

.program_details .learn_professional h3::after {
    height: 3px;
    bottom: 0;
    width: 80px;
    position: absolute;
    content: '';
    background: rgb(138,183,171);
    left: 0;
}

.program_details .learn_professional .support_grid {
    position: relative;
    color: #ffffff;
    transition: all 0.3s ease;
    z-index: 1;
    background: linear-gradient(45deg, rgb(178,212,202) 0%, rgb(138,183,171) 100%);
    text-decoration: none;
    padding: 1.2rem 2.5rem;
    overflow: hidden;
    font-weight: 600;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    font-size: 20px;
    border-radius: 10px;
    display: inline-block;
}

.title_board .course_begin input {
    display: none;
}

.title_board .page_base {
    width: 20%;
    overflow: hidden;
    position: relative;
    height: 100%;
}

.title_board .learn_top label {
    margin: 0 6px;
    background: transparent;
    border: 2px solid rgb(138,183,171,0.5);
    cursor: pointer;
    height: 12px;
    border-radius: 50%;
    position: relative;
    transition: all 0.3s ease-out;
    width: 12px;
}

.title_board .text_clip h1 {
    position: relative;
    color: #ffffff;
    font-size: 44px;
    display: inline-block;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.title_board .text_clip p {
    max-width: 100%;
    color: #ffffff;
    font-weight: 400;
    line-height: 1.7;
    margin-bottom: 1rem;
    opacity: 0.8;
    font-size: 12px;
}

.title_board input:nth-of-type(5):checked ~ .learn_hero {
    transform: translateX(-80%);
}

.title_board input:nth-of-type(9):checked ~ .learn_hero {
    transform: translateX(-160%);
}

.title_board input:checked ~ .learn_hero .page_base img {
    transform: scale(1);
    filter: contrast(1.1) brightness(1);
}

.future_members::before {
    width: 100%;
    content: "";
    background: 
        radial-gradient(
            circle at 70% 20%, 
            rgb(138,183,171,0.5) 0%, 
            transparent 50%
        );
    top: 0;
    z-index: 0;
    position: absolute;
    height: 100%;
    opacity: 0.6;
    left: 0;
}

.future_members .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.future_members h4::before {
    left: 0;
    top: 15px;
    position: absolute;
    width: 6px;
    bottom: 15px;
    border-radius: 3px;
    background: linear-gradient(180deg, rgb(178,212,202), rgb(138,183,171));
    content: "";
}

.future_members div::before {
    position: absolute;
    left: 36px;
    width: 2px;
    opacity: 0.5;
    background: linear-gradient(180deg, rgb(178,212,202,0.5), rgb(138,183,171,0.5));
    top: 0;
    content: "";
    height: 100%;
}

.future_members div p:hover svg path {
    fill: rgb(138,183,171);
}

.future_members div p:hover::before {
    width: 20px;
    opacity: 1;
}

.secure_wrap {
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    font-family: Arial, sans-serif;
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(224,238,233) 0%, rgba(240, 245, 255, 0.95) 100%);
    position: relative;
    color: #000000;
}

.secure_wrap h1 {
    transform: translateZ(0);
    transition: transform 0.3s ease;
    font-size: calc(41px * 1.1);
    font-weight: 700;
    position: relative;
    color: rgb(178,212,202);
    margin-bottom: 2rem;
    display: inline-block;
}

.secure_wrap h4 {
    border-left: 2px solid rgb(138,183,171,0.5);
    font-weight: 600;
    padding-left: 10px;
    color: #000000;
    margin: 1.75rem 0 1rem;
    font-size: calc(38px * 0.7);
}

.secure_wrap p:hover strong::after {
    transform: scaleX(1);
}

.secure_wrap li {
    font-size: 12px;
    padding-left: 1.5rem;
    position: relative;
    margin-bottom: 1rem;
    color: #000000;
    line-height: 1.7;
}

.operation_process {
    background: linear-gradient(120deg, rgb(224,238,233) 0%, rgb(178,212,202,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 140px 0;
}

.operation_process .text_clip {
    padding: 50px 40px;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    border-radius: 0 14px 14px 0;
    border-left: 4px solid rgb(178,212,202);
    transform-style: preserve-3d;
    transform: perspective(1000px) rotateY(-5deg);
    grid-column: 1;
    position: relative;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.05) 100%);
    box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.1);
}

.operation_process::after {
    width: 100%;
    content: '';
    top: 0;
    opacity: 0.4;
    background: 
        radial-gradient(circle at 20% 30%, rgb(138,183,171,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(178,212,202,0.5) 0%, transparent 40%);
    left: 0;
    height: 100%;
    z-index: 0;
    position: absolute;
}

header .container {
    max-width: 1200px;
    padding: 15px 20px;
    margin: 0 auto;
}

header .first_teach:before {
    bottom: -8px;
    transform-origin: left;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(178,212,202), transparent);
    left: 0;
    height: 1px;
    transition: transform 0.6s ease;
    content: '';
    transform: scaleX(0);
    position: absolute;
}

header .top_guide:hover {
    color: rgb(178,212,202);
    text-shadow: 0 0 8px rgb(178,212,202,0.5);
}

header .nav_pagebar svg {
    width: auto;
    filter: drop-shadow(0 0 4px rgb(178,212,202,0.5));
    transition: transform 0.5s ease;
    height: 40px;
}

.offer_card::after {
    z-index: -1;
    top: 0;
    background: linear-gradient(225deg, rgb(138,183,171,0.5) 10%, transparent 65%);
    content: "";
    height: 100%;
    right: 0;
    pointer-events: none;
    position: absolute;
    width: 45%;
}

.offer_card .rate_card {
    width: 100%;
    padding: 0;
    list-style: none;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    position: relative;
    display: grid;
    z-index: 2;
    margin: 0;
}

.offer_card .annual_fee {
    height: 100%;
    border-radius: 12px;
    display: flex;
    text-decoration: none;
    flex-direction: column;
    width: 100%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1),
                0 5px 15px rgba(0, 0, 0, 0.07);
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    overflow: hidden;
}

.offer_card .fee_options {
    display: flex;
    padding: 35px 25px;
    flex-direction: column;
    z-index: 2;
    flex-grow: 1;
    position: relative;
}

.offer_card .fee_options h4::after {
    width: 40px;
    content: "";
    bottom: -8px;
    position: absolute;
    left: 0;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    height: 3px;
    background: rgb(178,212,202);
}

#cookie_panel_popup {
    display: none;
}

#cookie_panel_popup:checked ~ .modalCookieSettings {
    visibility: hidden;
    opacity: 0;
}

.data_approve {
    padding: 20px 0;
    align-items: center;
    justify-content: space-between;
    display: flex;
}

.track_cookies {
    min-width: 120px;
    line-height: 35px;
    cursor: pointer;
    color: rgb(178,212,202);
    text-decoration: none;
    margin-left: 10px;
    text-align: center;
    font-size: 24px;
    border-bottom: 2px solid rgb(178,212,202);
    flex-shrink: 0;
    white-space: nowrap;
}

.contact_panel {
    padding: 70px 0;
    overflow: hidden;
    position: relative;
    background: rgb(224,238,233);
}

.contact_panel h2::after {
    height: 3px;
    bottom: -15px;
    position: absolute;
    background: rgb(178,212,202);
    transform: translateX(-50%);
    left: 50%;
    content: "";
    width: 60px;
}

.contact_panel .query_message {
    padding: 50px 40px;
    grid-row: 1;
    background: #ffffff;
    grid-column: 1;
}

.contact_panel h3 {
    font-weight: 600;
    font-size: 20px;
    color: rgb(178,212,202);
    margin-bottom: 15px;
}

.contact_panel .inquiry_card {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-top: 10px;
}

.contact_panel .inquiry_card input[type="checkbox"]:checked::after {
    color: #ffffff;
    content: "✓";
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 16px;
    transform: translate(-50%, -50%);
}

.contact_panel .support_grid:hover::before {
    left: 100%;
}

.contact_panel svg {
    fill: rgb(178,212,202);
    vertical-align: middle;
    width: 22px;
    height: 22px;
    margin-right: 10px;
}

.help_desk_info {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(224,238,233) 0%, rgba(245, 248, 255, 0.95) 100%);
    position: relative;
    padding: 5rem 0;
}

.help_desk_info .help_form {
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    background: rgba(255, 255, 255, 0.85);
    transform-style: preserve-3d;
    border-left: 4px solid rgb(178,212,202);
    position: relative;
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateY(2deg);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
    padding: 3rem;
}

.help_desk_info svg {
    width: 20px;
    transition: transform 0.3s ease;
    height: 20px;
}

.help_desk_info .learn_help {
    overflow: hidden;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    align-items: center;
    font-weight: 600;
    position: relative;
    border-radius: 10px;
    gap: 0.5rem;
    color: #000000;
    transform: translateZ(5px);
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    padding: 0.75rem 1.25rem;
    text-decoration: none;
    display: flex;
}

.thxBlock .container {
    z-index: 1;
    padding: 0 2rem;
    transform-style: preserve-3d;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}

.thxBlock h2::after {
    width: 100px;
    position: absolute;
    content: "";
    transform: translateX(-50%) translateZ(20px);
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, rgb(178,212,202), rgb(138,183,171));
    opacity: 0.8;
    height: 3px;
}

.thxBlock ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.thxBlock li::before {
    position: absolute;
    transform: scale(0);
    height: 0;
    content: "";
    border-radius: 50%;
    background: rgb(178,212,202);
    width: 0;
    left: -5px;
    opacity: 0;
    top: 0.7rem;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.statistical_summary::after {
    position: absolute;
    width: 30%;
    right: -5%;
    opacity: 0.12;
    z-index: 1;
    top: -10%;
    height: 50%;
    transform: rotate(15deg);
    content: "";
    background: linear-gradient(135deg, rgb(138,183,171,0.5) 0%, transparent 85%);
}

.statistical_summary ul {
    list-style: none;
    display: grid;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
    gap: 2rem;
}

.statistical_summary .edge_statistics:nth-child(4) {
    --i: 4;
}

.statistical_summary .edge_statistics:nth-child(7) {
    --i: 7;
}

.statistical_summary .edge_statistics:hover::before {
    transform: scaleX(1);
}

.statistical_summary .edge_statistics::after {
    transform-origin: left;
    transform: scaleX(0);
    bottom: 0;
    transition: transform 0.4s ease;
    content: "";
    background: linear-gradient(90deg, rgb(138,183,171,0.5), transparent);
    position: absolute;
    height: 2px;
    width: 40%;
    left: 0;
}

.statistical_summary .edge_statistics:hover span::after {
    opacity: 1;
    width: 60px;
}

.statistical_summary .edge_statistics:hover p {
    color: rgb(178,212,202);
    transform: scale(1.1);
}

.statistical_summary .edge_statistics:hover p::before {
    transform: translateY(0);
    opacity: 1;
}

.instructor_profile::after {
    width: 250px;
    left: -5%;
    opacity: 0.3;
    z-index: 0;
    background: linear-gradient(225deg, rgb(138,183,171,0.5), rgb(178,212,202,0.5));
    position: absolute;
    filter: blur(50px);
    bottom: -5%;
    animation: float 18s ease-in-out infinite alternate-reverse;
    content: "";
    height: 250px;
}

.instructor_profile .feedback_stories:hover .pic_img_wrap {
    transform: scale(1.05) translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.instructor_profile .feedback_stories:hover .name::after {
    width: 100%;
}

.instructor_profile .feedback_stories > div:nth-child(2) > div {
    font-weight: 600;
    padding-left: 0;
    position: relative;
    margin-bottom: 15px;
    color: rgb(138,183,171);
    transition: padding-left 0.3s ease;
    font-size: calc(14px - 1px);
}



@media (max-width: 992px) {.program_results {
    padding: 80px 0;
}.program_results .study_hub {
    flex-direction: column-reverse;
    gap: 40px;
}.program_results .text_clip {
    max-width: 100%;
}.program_results h4 {
    margin-bottom: 30px;
    font-size: calc(28px - 4px);
}.program_results .pic_img_wrap {
    transform: perspective(1000px) rotateY(-3deg) rotateX(2deg) translateZ(0);
    max-width: 90%;
    align-self: center;
}
}



@media (min-width: 1024px) {.our_mission {
    padding: 150px 0;
}.our_mission::after {
    width: 50%;
}.our_mission .text_clip {
    padding-left: 80px;
}.our_mission h1 {
    font-size: calc(47px * 1.4);
    transform: skewX(-8deg);
}.our_mission ul li {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.our_mission h4 {
    font-size: calc(18px * 1.2);
}.our_mission span {
    column-count: 3;
}
}



@media (max-width: 768px) {.learn_nav .get_assist {
    margin-bottom: 0;
    grid-template-columns: 1fr;
    padding: 2.5rem 1.5rem 3rem;
    clip-path: none;
}.learn_nav .header_main {
    grid-template-columns: 1fr;
}.learn_nav .first_teach h5,
    .learn_nav .subscribe_holder h5 {
    display: block;
    text-align: center;
}.learn_nav .first_teach h5::after {
    transform: translateX(-50%);
    left: 50%;
}.learn_nav .subscribe_holder p {
    text-align: center;
}
}



@media screen and (max-width: 1200px) {.program_details .program_track {
    width: 50%;
}.program_details .study_hub {
    padding-left: 5%;
    width: 50%;
}.program_details .learn_professional {
    padding: 2.5rem;
}
}



@media screen and (max-width: 576px) {.program_details .program_track {
    height: 300px;
}.program_details .container {
    padding: 2rem 1rem;
}.program_details .learn_professional {
    padding: 1.5rem;
}.program_details .learn_professional h3 {
    font-size: calc(39px * 0.7);
}.program_details .learn_professional p {
    margin-bottom: 2rem;
    font-size: calc(17px * 0.9);
}.program_details .learn_professional .support_grid {
    width: 100%;
    text-align: center;
    padding: 1rem;
}.program_details .learn_professional::before {
    display: none;
}}



@media (max-width: 480px) {.title_board .course_begin {
    height: 40vh;
}
}



@media (max-width: 400px) {.title_board .course_begin {
    height: 35vh;
}
}



@media (max-width: 991px) {.future_members {
    padding: 100px 0;
}.future_members .study_hub {
    padding: 0 30px;
}.future_members h4 {
    font-size: calc(47px - 6px);
    margin-bottom: 60px;
}.future_members div p {
    padding-left: 75px;
    margin-bottom: 30px;
}.future_members div::before {
    left: 31px;
}.future_members div p svg {
    height: 28px;
    width: 28px;
    left: 17px;
}.future_members div p::before {
    left: 65px;
}.future_members div p::after {
    width: calc(100% - 50px);
    left: 50px;
}
}



@media (min-width: 1200px) {.secure_wrap {
    padding: 8rem 0;
}.secure_wrap::after {
    right: -150px;
    width: 400px;
    height: 400px;
    top: -200px;
}.secure_wrap .container {
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateX(0.5deg);
    padding: 0;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    padding: 4rem;
    border-radius: 5px;
}.secure_wrap .container:hover {
    transform: perspective(1000px) rotateX(0deg);
}.secure_wrap h1 {
    font-size: calc(41px * 1.3);
    margin-bottom: 3.5rem;
}.secure_wrap h2 {
    font-size: calc(38px * 1.15);
    margin: 4rem 0 2.5rem;
}.secure_wrap p {
    margin-left: 1rem;
    max-width: 80ch;
}.secure_wrap ul {
    margin-left: 3rem;
}.secure_wrap li {
    transition: transform 0.3s ease;
}.secure_wrap li:hover {
    transform: translateX(10px);
}
}



@media (max-width: 767px) {header .first_teach {
    max-width: 300px;
    top: 0;
    transition: right 0.4s ease;
    position: fixed;
    overflow-y: auto;
    z-index: 1001;
    gap: 20px;
    right: -100%;
    width: 80%;
    padding: 80px 30px 30px;
    background: #000000;
    height: 100vh;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
    flex-direction: column;
}header .menu.active {
    right: 0;
}header .top_guide {
    width: 100%;
    padding: 10px 5px;
    border-bottom: 1px solid rgb(178,212,202,0.5);
}header .first_teach:before {
    display: none;
}header .nav_pagebar {
    margin-left: auto;
    margin-right: auto;
}
}



@media (max-width: 768px) {.contact_panel {
    padding: 50px 0;
}.contact_panel h2 {
    font-size: calc(36px - 4px);
    margin-bottom: 30px;
}.contact_panel .query_message {
    padding: 30px 25px;
}.contact_panel .pic_img_wrap {
    min-height: 250px;
}
}



@media (min-width: 768px) {.help_desk_info .help_form {
    padding: 4rem;
    margin: 0 2rem;
}.help_desk_info .get_connected {
    gap: 1.5rem;
    flex-wrap: wrap;
    flex-direction: row;
}.help_desk_info .learn_help {
    padding: 1rem 1.5rem;
}
}



@media (min-width: 992px) {.thxBlock {
    padding: 7rem 0;
}.thxBlock .container {
    display: flex;
    align-items: center;
    flex-direction: column;
}.thxBlock h2 {
    transform: translateZ(40px);
    max-width: 80%;
}.thxBlock .study_hub {
    max-width: 75%;
    transform: translateZ(25px) rotateX(2deg);
    padding: 3.5rem 4rem;
}.thxBlock .study_hub:hover {
    transform: translateZ(35px) rotateX(0deg);
}.thxBlock li {
    padding-left: 0.5rem;
}
}



@media (min-width: 768px) {.instructor_profile {
    padding: 120px 0;
}.instructor_profile .feedback_stories {
    padding: 50px;
    grid-template-rows: auto 1fr;
    grid-template-columns: 150px 1fr;
}.instructor_profile .feedback_stories > div:first-child {
    margin-bottom: 0;
    grid-row: 1 / span 2;
}.instructor_profile .pic_img_wrap {
    height: 150px;
    width: 150px;
}.instructor_profile .feedback_stories > div:nth-child(2) {
    align-self: end;
}.instructor_profile .feedback_stories > div:nth-child(3) {
    grid-row: 2;
    grid-column: 2;
}
}



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



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



@keyframes twinkle {
    0%, 100% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.2;
    }
}



@keyframes carousel-vertical {
    0%, 16% {
        transform: translateY(0);
    }
    20%, 36% {
        transform: translateY(-20%);
    }
    40%, 56% {
        transform: translateY(-40%);
    }
    60%, 76% {
        transform: translateY(-60%);
    }
    80%, 96% {
        transform: translateY(-80%);
    }
    100% {
        transform: translateY(0);
    }
}



@keyframes pulse {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
    }
}



@keyframes slideUpScale {
  from {
    opacity: 0;
    transform: translateY(40px) translateZ(20px) scale(0.95) rotateX(5deg);
  }
  to {
    opacity: 1;
    transform: translateY(0) translateZ(20px) scale(1) rotateX(2deg);
  }
}



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

