.top_sectionJ {
    flex: 1 0 auto;
}

.container {
    margin: auto;
    width: 1146px;
    max-width: 100%;
}

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

.mobile_ctau {
    flex: 0 0 auto;
}

.mobile_ctau {
    padding: 5rem 0 2rem;
    color: #ffffff;
    position: relative;
}

.help_desk_infoQ::after {
    filter: blur(80px);
    z-index: 0;
    width: 200px;
    content: "";
    position: absolute;
    height: 200px;
    bottom: -50px;
    right: -50px;
    border-radius: 50%;
    background: linear-gradient(45deg, rgb(191,171,171) 0%, rgb(156,138,119) 100%);
    opacity: 0.1;
}

.help_desk_infoQ .talk_contact0:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}

.help_desk_infoQ h3::after {
    content: "";
    bottom: -8px;
    height: 3px;
    background: linear-gradient(to right, rgb(191,171,171), transparent);
    position: absolute;
    left: 0;
    width: 40%;
}

.help_desk_infoQ svg {
    transition: all 0.3s ease;
    width: 20px;
    height: 20px;
}

.help_desk_infoQ .msg_teamv {
    gap: 1rem;
    margin: 1.5rem 0 0 0;
    display: flex;
    list-style: none;
    padding: 0;
    flex-direction: column;
}

.help_desk_infoQ .assist_formn:hover svg {
    transform: scale(1.1) rotate(5deg);
}

.help_desk_infoQ .assist_formn:hover svg path {
    fill: rgb(156,138,119);
}

header .site_mainN::before {
    background: 
        radial-gradient(circle at 10% 20%, rgb(191,171,171,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(156,138,119,0.5) 0%, transparent 30%);
    height: 100%;
    width: 100%;
    top: 0;
    z-index: -1;
    content: "";
    opacity: 0.2;
    left: 0;
    position: absolute;
}

header .nav_infoj {
    z-index: 2;
    display: block;
    position: relative;
}

header .nav_infoj:hover::before,
header .nav_infoj:hover::after {
    transform: scale(1.2);
    opacity: 0.6;
}

header .nav_infoj:hover svg {
    transform: rotate(-5deg);
}

header .head_expert6 {
    flex-wrap: wrap;
    padding: 10px 20px;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    display: flex;
    margin: 0;
    background: linear-gradient(to right, transparent, #ffffff);
    justify-content: flex-end;
    border-radius: 0 29px 29px 0;
    position: relative;
    list-style: none;
}

header .main_learnW:hover::before {
    transform: translateY(-50%) scale(1);
    opacity: 1;
    left: -15px;
}

header .main_learnW a {
    font-family: Arial, sans-serif;
    font-weight: 600;
    background: transparent;
    border-radius: 10px;
    border: 1px solid transparent;
    font-size: 13px;
    transform-style: preserve-3d;
    transition: all 0.3s ease;
    display: block;
    text-decoration: none;
    overflow: hidden;
    color: #000000;
    padding: 10px 18px;
    position: relative;
}

.audience_profile3::before {
    position: absolute;
    top: -50%;
    height: 200%;
    opacity: 0.6;
    animation: slowRotate 35s linear infinite;
    width: 200%;
    content: "";
    z-index: -1;
    background: radial-gradient(
    circle at 30% 30%,
    rgb(156,138,119,0.5) 0%,
    transparent 50%
  ), radial-gradient(
    circle at 70% 70%,
    rgb(191,171,171,0.5) 0%,
    transparent 45%
  );
    left: -50%;
}

.audience_profile3 ul li {
    align-items: center;
    border-radius: 24px;
    text-align: center;
    display: flex;
    padding: 25px;
    transition: all 0.4s ease;
    box-shadow: 
    0 5px 15px rgba(0, 0, 0, 0.05),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    position: relative;
    background-color: rgba(255, 255, 255, 0.15);
    flex-direction: column;
}

.audience_profile3 ul li {
    color: #000000;
    line-height: 1.6;
    font-weight: 300;
    font-size: 12px;
}



.audience_profile3 ul li {
    --x: center;
    --y: center;
}

.audience_profile3 ul li:hover svg {
    transform: scale(1.05);
    fill: rgb(191,171,171);
}

.audience_profile3 ul li::after {
    background: radial-gradient(
    circle at var(--x, center) var(--y, center),
    rgba(255, 255, 255, 0.15) 0%,
    transparent 60%
  );
    bottom: 0;
    top: 0;
    left: 0;
    z-index: -1;
    position: absolute;
    transition: opacity 0.3s ease;
    opacity: 0;
    border-radius: 24px;
    content: "";
    right: 0;
}

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

.appDivq .virtual_academyD:hover {
    transform: translateZ(20px) translateY(-5px);
}

.appDivq .virtual_academyD > div:first-child {
    position: relative;
    transform: translateZ(10px);
}

.appDivq .virtual_academyD > div:first-child::before {
    width: 2.5rem;
    position: absolute;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgb(191,171,171), transparent);
    transform: translateY(-50%);
    left: -3.5rem;
    content: "";
    top: 50%;
}

.appDivq h5 {
    transform: perspective(1000px) rotateX(0deg);
    font-size: 20px;
    transition: transform 0.5s ease;
    font-weight: 700;
    padding-left: 1.5rem;
    color: #000000;
    position: relative;
    margin: 0;
    line-height: 1.4;
}

.appDivq a:hover {
    transform: translateX(5px);
}

.appDivq p {
    line-height: 1.8;
    font-size: 18px;
    padding: 0 0 0 1.5rem;
    margin: 0;
    font-weight: 400;
    position: relative;
    color: #000000;
    border-left: 1px solid rgba(rgb(191,171,171,0.5), 0.2);
}

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

.program_informationv .program_planE {
    position: relative;
    gap: 40px;
    display: grid;
    grid-template-columns: 1fr;
}

.program_informationv .shoti:hover {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) translateY(-10px);
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.2), 
                0 10px 30px -5px rgba(0, 0, 0, 0.15);
}

.program_informationv .shoti::after {
    content: "";
    pointer-events: none;
    transition: opacity 0.8s ease, transform 0.8s ease;
    z-index: 2;
    position: absolute;
    top: -20%;
    height: 140%;
    background: radial-gradient(ellipse at center, 
                rgba(255, 255, 255, 0.2) 0%, 
                transparent 60%);
    left: -20%;
    opacity: 0;
    transform: scale(1.2);
    width: 140%;
}

.program_informationv h3 {
    line-height: 1.4;
    color: #000000;
    font-weight: 700;
    font-size: calc(21px * 1.1);
    padding-bottom: 15px;
    margin-bottom: 25px;
    transform: translateX(-5px);
    position: relative;
}

.program_informationv .phrase_holderk:hover h3::after {
    transform: scaleX(1.5);
}

.program_informationv p.description {
    overflow-y: auto;
    padding-right: 15px;
    margin-bottom: 30px;
    scrollbar-color: rgb(191,171,171,0.5) transparent;
    max-height: 250px;
    display: block;
    scrollbar-width: thin;
}

.contact_informationP::after {
    animation: circuit-pulse 10s infinite alternate;
    content: '';
    height: 200%;
    z-index: 2;
    position: absolute;
    width: 200%;
    opacity: 0.6;
    top: -50%;
    left: -50%;
    background: radial-gradient(
        circle at center, 
        rgb(191,171,171,0.5) 0%, 
        transparent 70%
    );
}

.contact_informationP h2::before,
.contact_informationP h2::after {
    content: '';
    background: linear-gradient(
        to right, 
        transparent, 
        rgb(191,171,171), 
        transparent
    );
    bottom: -0.5rem;
    position: absolute;
    height: 2px;
}

.contact_informationP h2::before {
    left: 0;
    width: 30%;
}

.contact_informationP .shoti::before {
    opacity: 0.7;
    height: 100%;
    mix-blend-mode: color-dodge;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(
        135deg, 
        rgb(191,171,171,0.5) 0%, 
        rgb(156,138,119,0.5) 100%
    );
    width: 100%;
    content: '';
}

.contact_informationP .support_panelb h3 {
    text-align: center;
    font-weight: 600;
    font-size: 32px;
    color: #ffffff;
    letter-spacing: 0.05em;
    margin-bottom: 2rem;
}

.contact_informationP .support_panelb input:not([type="checkbox"]):not([type="submit"]):focus {
    box-shadow: 0 0 15px rgb(191,171,171,0.5);
    border-color: rgb(191,171,171);
}

.contact_informationP .support_panelb input:not([type="checkbox"]):not([type="submit"]):focus::before {
    opacity: 1;
}

.contact_informationP .support_panelb .reach_boxX {
    align-items: center;
    margin-bottom: 1.5rem;
    display: flex;
}

.contact_informationP .support_panelb .reach_boxX input[type="checkbox"]:checked::after {
    position: absolute;
    transform: translate(-50%, -50%);
    font-size: 0.8rem;
    top: 50%;
    color: #ffffff;
    left: 50%;
    content: '✔';
}

.contact_informationP .support_panelb .reach_boxX a:hover {
    text-decoration: underline;
}

.contact_informationP .support_panelb .request_supportD::before {
    content: '';
    top: 0;
    height: 100%;
    transition: all 0.3s ease;
    background: linear-gradient(
        120deg, 
        transparent, 
        rgb(191,171,171,0.5), 
        transparent
    );
    position: absolute;
    width: 100%;
    left: -100%;
}

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

.pricing_groupt h2::after {
    box-shadow: 0 2px 10px rgba(rgb(191,171,171,0.5), 0.5);
    bottom: -15px;
    transform: translateX(-50%);
    content: "";
    background: linear-gradient(90deg, rgb(191,171,171), rgb(156,138,119));
    left: 50%;
    position: absolute;
    height: 4px;
    width: 80px;
}

.pricing_groupt .package_price6 li:hover {
    transform: perspective(1000px) rotateX(0) translateY(-10px) scale(1.02);
    z-index: 2;
}

.pricing_groupt .payment_optiong {
    overflow: hidden;
    backdrop-filter: blur(8px);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3),
        0 1px 0 rgba(255, 255, 255, 0.1) inset,
        0 -1px 0 rgba(0, 0, 0, 0.3) inset;
    background: linear-gradient(135deg, 
        rgba(rgb(191,171,171,0.5), 0.2) 0%, 
        rgba(rgb(191,171,171,0.5), 0.3) 50%, 
        rgba(rgb(191,171,171,0.5), 0.18) 100%);
    height: 100%;
    position: relative;
    border-radius: 2px;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

.pricing_groupt .lesson_plansZ p {
    line-height: 1.7;
    transform: translateZ(15px);
    font-size: 13px;
    overflow-y: auto;
    position: relative;
    max-height: 220px;
    color: rgba(255, 255, 255, 0.8);
    padding-right: 5px;
    margin-bottom: 25px;
}

footer {
    z-index: 1;
    position: relative;
}

footer {
    background-size: cover !important;
    background-position: center !important;
}

.mobile_ctau::before {
    content: "";
    background: rgb(191,171,171);
    width: 100%;
    left: 0;
    height: 15px;
    clip-path: polygon(0 0, 100% 0, 96% 100%, 4% 100%);
    top: 0;
    position: absolute;
}

.mobile_ctau .company_holder::after {
    top: 0;
    content: "";
    height: 100%;
    background: linear-gradient(to bottom, #ffffff, transparent);
    opacity: 0.3;
    position: absolute;
    width: 1px;
    right: 1.5rem;
}

.mobile_ctau .verify_ctaB {
    line-height: 1.6;
    font-size: 13px;
    transform-origin: left top;
    transform: skewX(-5deg);
    border-left: 3px solid rgb(191,171,171);
    background: rgba(0, 0, 0, 0.2);
    color: #ffffff;
    padding: 1.5rem;
}

.mobile_ctau .head_expert6 h5::before {
    left: 0;
    position: absolute;
    transform: skewX(5deg);
    width: 3px;
    top: 0;
    background: rgb(191,171,171);
    bottom: 0;
    content: "";
}

.mobile_ctau .head_expert6 .header_lessonG a:hover {
    transform: skewX(-5deg) translateX(5px);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    padding-left: 1.5rem;
}

.mobile_ctau .head_expert6 .header_lessonG a:hover::before {
    left: 100%;
}

.cert_blockZ .container {
    flex-wrap: wrap;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    align-items: center;
}

#cookiePolicyMessageV:checked ~ .trackingNoticeDialog2 {
    opacity: 0;
    visibility: hidden;
}

.trackingNoticeDialog2 h5 {
    margin: 0;
    text-transform: uppercase;
    color: rgb(191,171,171);
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.trackingNoticeDialog2 p {
    margin: 0;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.5;
    position: relative;
}

.user_defaultU:hover {
    box-shadow: 0 0 10px rgb(156,138,119);
    background-color: rgb(156,138,119);
}

.cookie_button.cookie_checkl:hover {
    box-shadow: 0 0 10px rgb(156,138,119);
}

.trackingNoticeDialog2 p a {
    transition: color 0.3s ease;
    border-bottom: 1px dashed rgb(191,171,171);
    text-decoration: none;
    color: rgb(191,171,171);
}

.privacy_gateD h1, .privacy_gateD h2, .privacy_gateD h3, .privacy_gateD h4, .privacy_gateD h5, .privacy_gateD h6 {
    margin-bottom: 20px;
    color: rgb(191,171,171);
}

.privacy_gateD h1 {
    font-size: 40px;
    padding-bottom: 10px;
    font-weight: 700;
    border-bottom: 2px solid rgb(156,138,119);
}

.privacy_gateD p, .privacy_gateD span {
    font-size: 13px;
    margin-bottom: 20px;
}

.privacy_gateD p {
    text-align: justify;
}

.join_our_mailing_listR::before {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, rgb(191,171,171) 0%, rgb(156,138,119) 50%, rgb(191,171,171) 100%);
    height: 5px;
    content: "";
}

.join_our_mailing_listR h3::before {
    -webkit-text-stroke: 1px rgb(156,138,119,0.5);
    content: attr(data-text);
    z-index: -1;
    position: absolute;
    top: 0;
    transform: translate(5px, 5px);
    left: 0;
    color: transparent;
}

.join_our_mailing_listR input[type="email"] {
    background: transparent;
    grid-column: 1;
    border-bottom: 2px solid rgba(0, 0, 0, 0.5);
    padding: 1.2rem 1.5rem;
    font-family: Arial, sans-serif;
    border: none;
    font-size: 13px;
    transition: all 0.3s ease;
    color: #000000;
}

.join_our_mailing_listR input[type="submit"]:hover {
    color: #ffffff;
}

.join_our_mailing_listR input[type="submit"]:hover::before {
    width: 100%;
}

.join_our_mailing_listR::after {
    height: 30%;
    background: linear-gradient(135deg, transparent 50%, rgb(156,138,119,0.5) 50%);
    width: 30%;
    opacity: 0.2;
    right: 0;
    content: "";
    bottom: 0;
    position: absolute;
}

.greeting_pageD::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(135deg, rgb(156,138,119,0.5) 0%, transparent 50%);
    z-index: 1;
    top: 0;
    left: 0;
}

.greeting_pageD .course_introc {
    position: relative;
    animation: titleFloat 6s ease-in-out infinite;
    font-weight: 700;
    color: #000000;
    font-size: 45px;
    transform: translateY(0);
    margin-bottom: 24px;
}

.fast_studyproH {
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
}

.greeting_pageD .expert_trackq::before {
    height: 100%;
    background: linear-gradient(to bottom, 
              rgba(0,0,0,0) 0%, 
              rgba(0, 0, 0, 0.5) 100%);
    left: 0;
    top: 0;
    z-index: 1;
    position: absolute;
    width: 100%;
    content: "";
}

.greeting_pageD .expert_trackq span {
    background: rgba(255, 255, 255, 0.9);
    left: 20px;
    bottom: 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    backdrop-filter: blur(4px);
    position: absolute;
    z-index: 2;
    transform: translateY(0);
    border-radius: 8px;
    padding: 15px;
    right: 20px;
    transition: transform 0.4s ease;
}

.experience_trialB .virtual_academyD {
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    border-radius: 22px;
    background: #ffffff;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 10;
}

.experience_trialB .container p::after {
    bottom: 40px;
    position: absolute;
    left: 60px;
    background: linear-gradient(to right, rgb(191,171,171), rgb(156,138,119));
    height: 4px;
    content: '';
    width: 60px;
    border-radius: 10px;
}

.experience_trialB .request_supportD:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.experience_trialB .request_supportD:hover::before {
    opacity: 1;
}

.education_historyQ {
    padding: 140px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, #000000 0%, rgb(224,220,220) 100%);
}

.education_historyQ::before {
    position: absolute;
    width: 100%;
    content: "";
    animation: morphBackground 15s infinite alternate ease-in-out;
    mix-blend-mode: screen;
    background: 
    radial-gradient(circle at 25% 25%, rgb(191,171,171,0.5) 0%, transparent 40%),
    radial-gradient(circle at 75% 75%, rgb(156,138,119,0.5) 0%, transparent 40%);
    top: 0;
    height: 100%;
    left: 0;
}

.education_historyQ .shoti::before {
    position: absolute;
    inset: 0;
    mix-blend-mode: multiply;
    background: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    border-radius: 28px;
    content: "";
}

.education_historyQ .feedback_stories8:hover .name {
    transform: perspective(1000px) rotateY(2deg) translateZ(15px);
}

.education_historyQ .feedback_stories8:hover .name::after {
    transform: scaleX(1);
}

.education_historyQ .feedback_stories8 > span:not(.name) {
    letter-spacing: 1px;
    transform: perspective(1000px) rotateY(5deg);
    padding-left: 20px;
    transform-origin: left center;
    text-transform: uppercase;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    grid-area: job;
    font-weight: 600;
    font-size: 19px;
    margin-top: 5px;
    color: rgb(156,138,119);
}

.company_infoK {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background-color: rgb(224,220,220);
}

.company_infoK::after {
    z-index: 1;
    position: absolute;
    left: 0;
    background: rgb(156,138,119,0.5);
    clip-path: polygon(0 100%, 0 0, 100% 100%);
    width: 40%;
    bottom: 0;
    height: 100%;
    content: '';
}

.company_infoK .study_trainingd {
    flex-direction: column;
    padding: 40px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-20px);
    display: flex;
    z-index: 3;
    border-radius: 16px;
    background: #ffffff;
    align-items: center;
}

.company_infoK .expert_learningd {
    position: relative;
    width: 100%;
    text-align: center;
    padding-top: 5px;
}

.company_infoK .phrase_holderk {
    padding: 40px;
    background: #ffffff;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    z-index: 3;
    flex-direction: column;
    position: relative;
    border-radius: 16px;
    display: flex;
}

.company_infoK .story_tlc svg path {
    fill: rgb(191,171,171);
}

.company_infoK h2::after {
    width: 70px;
    height: 3px;
    background: rgb(191,171,171);
    bottom: 0;
    position: absolute;
    content: '';
    left: 0;
}


@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (min-width: 768px) {.help_desk_infoQ .talk_contact0 {
    padding: 4rem;
    border-radius: 10px;
}.help_desk_infoQ .msg_teamv {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem;
}.help_desk_infoQ h3 {
    font-size: calc(34px * 1.1);
}.help_desk_infoQ p {
    max-width: 80%;
}
}



@media (max-width: 480px) {.help_desk_infoQ .talk_contact0 {
    padding: 1.5rem;
}.help_desk_infoQ h3 {
    font-size: calc(34px * 0.9);
}.help_desk_infoQ h5 {
    font-size: calc(19px * 0.9);
}.help_desk_infoQ svg {
    width: 18px;
    height: 18px;
}
}



@media (max-width: 767px) {header .container {
    padding: 1.5rem 1rem;
}header .main_learnW {
    margin: 3px 5px;
}header .main_learnW a {
    font-size: calc(13px - 1px);
    padding: 8px 15px;
}
}



@media screen and (max-width: 992px) {.audience_profile3 {
    padding: 70px 15px;
}.audience_profile3 .virtual_academyD {
    padding: 40px 30px;
}.audience_profile3 h3 {
    font-size: calc(36px * 0.9);
    margin-bottom: 40px;
}.audience_profile3 ul {
    gap: 20px;
}
}



@media screen and (min-width: 1200px) {.audience_profile3 ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    display: grid;
}}



@media (min-width: 992px) {.appDivq {
    padding: 10rem 0;
}.appDivq .virtual_academyD {
    align-items: center;
    gap: 4rem;
    flex-direction: row;
}.appDivq .virtual_academyD > div:first-child {
    flex: 0 0 40%;
}.appDivq .virtual_academyD > div:last-child {
    flex: 0 0 60%;
}.appDivq .virtual_academyD > div:first-child::before {
    background: linear-gradient(to bottom, transparent, rgb(191,171,171), transparent);
    right: -2rem;
    width: 2px;
    top: 50%;
    left: auto;
    height: 3rem;
}.appDivq .virtual_academyD > div:last-child::after {
    bottom: 2rem;
    right: auto;
    height: 3rem;
    width: 2px;
    background: linear-gradient(to bottom, transparent, rgb(191,171,171), transparent);
    left: -2rem;
}
}



@media (max-width: 767px) {.program_informationv {
    padding: 80px 0;
}.program_informationv .phrase_holderk {
    padding: 25px 20px;
}.program_informationv h3 {
    padding-bottom: 12px;
    margin-bottom: 20px;
    font-size: calc(21px * 1.05);
}.program_informationv .shoti {
    height: 250px;
}.program_informationv p.description {
    line-height: 1.6;
    max-height: 200px;
    font-size: calc(14px * 0.95);
}}



@media screen and (max-width: 480px) {.contact_informationP .support_cardO {
    border-radius: 0;
}.contact_informationP .shoti {
    min-height: 250px;
}.contact_informationP .support_panelb {
    padding: 2rem 1.5rem;
}}



@media (max-width: 991px) {.pricing_groupt {
    padding: 80px 0;
}.pricing_groupt h2 {
    font-size: calc(34px * 0.9);
}.pricing_groupt .enroll_costp {
    font-size: 13px;
    margin-bottom: 2.5rem;
}.pricing_groupt .package_price6 {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}.pricing_groupt .lesson_plansZ {
    padding: 25px 20px;
}
}



@media (max-width: 1200px) {.mobile_ctau .company_holder {
    padding-right: 2rem;
    flex: 0 0 35%;
}.mobile_ctau .grant_infoe {
    flex: 0 0 65%;
}
}



@media (max-width: 992px) {.mobile_ctau {
    padding: 4rem 0 2rem;
}.mobile_ctau .container {
    flex-direction: column;
}.mobile_ctau .company_holder {
    padding-right: 0;
    margin-bottom: 3rem;
    flex: 0 0 100%;
}.mobile_ctau .company_holder::after {
    display: none;
}.mobile_ctau .grant_infoe {
    flex: 0 0 100%;
}.mobile_ctau .head_expert6 {
    padding-bottom: 1.5rem;
}
}



@media (max-width: 420px) {.mobile_ctau .company_holder h3 {
    transform: skewX(-5deg);
}.mobile_ctau .company_holder h3::after {
    width: 60px;
}.mobile_ctau .verify_ctaB {
    transform: none;
}.mobile_ctau .head_expert6 h5 {
    transform: none;
}.mobile_ctau .head_expert6 h5::before {
    transform: none;
}.mobile_ctau .head_expert6 .header_lessonG a,
    .mobile_ctau .head_expert6 .header_lessonG a:hover,
    .cert_blockZ .volunteer1 {
    transform: none;
}}



@media (max-width: 768px) {.join_our_mailing_listR {
    padding: 3rem 1.5rem;
}.join_our_mailing_listR .request_list9 {
    grid-template-areas: 
            "headline headline"
            "input input"
            "button button";
    transform: none;
    margin: 0;
    gap: 1.5rem;
}.join_our_mailing_listR h3 {
    font-size: calc(19px * 1.2);
    transform: none;
}.join_our_mailing_listR h3::before {
    transform: translate(3px, 3px);
}.join_our_mailing_listR .input_holder {
    grid-template-columns: 1fr;
}.join_our_mailing_listR input[type="email"] {
    grid-column: 1;
}.join_our_mailing_listR input[type="submit"] {
    grid-column: 1;
}.join_our_mailing_listR .request_list9:hover {
    animation: none;
}
}



@media (max-width: 991px) {.experience_trialB {
    padding: 90px 0;
}.experience_trialB .container p {
    padding: 40px;
    font-size: calc(24px * 1.2);
}.experience_trialB .request_supportD {
    flex: 0 0 200px;
    padding: 40px 20px;
}.experience_trialB .container p::after {
    bottom: 30px;
    width: 50px;
    left: 40px;
}
}



@media (max-width: 992px) {.education_historyQ {
    padding: 80px 0;
}.education_historyQ .feedback_stories8 {
    grid-template-rows: auto auto auto auto;
    grid-template-areas:
      "shoti"
      "name"
      "employee_detailsf"
      "work_listb";
    grid-template-columns: 1fr;
    gap: 15px;
}.education_historyQ .shoti {
    margin: 0 auto;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    transform: none;
    height: 320px;
    max-width: 320px;
}.education_historyQ .name,
  .education_historyQ .feedback_stories8 > span:not(.name) {
    text-align: center;
    transform: none;
    padding-left: 0;
}.education_historyQ .name::after {
    transform: translateX(-50%) scaleX(0.6);
    left: 50%;
}.education_historyQ .feedback_stories8:hover .name::after {
    transform: translateX(-50%) scaleX(1);
}.education_historyQ .work_listb {
    margin-top: 20px;
}.education_historyQ .feedback_stories8:hover .shoti,
  .education_historyQ .feedback_stories8:hover .name,
  .education_historyQ .feedback_stories8:hover > span:not(.name),
  .education_historyQ .feedback_stories8:hover .work_listb {
    transform: none;
}
}



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



@keyframes signal-pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.5);
        opacity: 1;
    }
}



@keyframes titleFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}



@keyframes morphBackground {
  0%, 100% {
    opacity: 0.7;
    transform: scale(1) rotate(0deg);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.1) rotate(5deg);
  }
}

