html,body {
    scroll-behavior: smooth;
    min-height: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
}

header,footer {
    width: 100%;
}


.help_desk_infoQ {
    position: relative;
    background: linear-gradient(135deg, rgb(224,220,220) 0%, rgba(245, 245, 255, 0.9) 100%);
    padding: 5rem 0;
    overflow: hidden;
}

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

.help_desk_infoQ .talk_contact0 {
    transform-origin: center top;
    transform: perspective(1000px) rotateX(1deg);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    background: #ffffff;
    border-top: 4px solid rgb(191,171,171);
    padding: 3rem;
    box-shadow: 0 15px 35px rgba(0, 0, 10, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
}

.help_desk_infoQ h5 {
    font-weight: 600;
    gap: 0.5rem;
    display: flex;
    align-items: center;
    color: #000000;
    font-size: 19px;
    margin-bottom: 0.75rem;
}

.help_desk_infoQ .assist_formn:hover {
    border-left: 3px solid rgb(191,171,171);
    color: rgb(191,171,171);
    transform: translateX(5px);
    background: rgba(rgb(191,171,171,0.5), 0.1);
}

header .site_mainN {
    z-index: 100;
    position: relative;
    background: rgb(224,220,220);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    overflow: hidden;
}

header .container {
    padding: 1.8rem 2rem;
    position: relative;
}

header .header_start3 {
    align-items: center;
    gap: 3rem;
    display: grid;
    grid-template-columns: auto 1fr;
}

header .main_startf {
    z-index: 2;
    position: relative;
}

header .nav_infoj::before,
header .nav_infoj::after {
    position: absolute;
    z-index: -1;
    content: "";
    opacity: 0;
    border-radius: 50%;
    background: rgb(191,171,171,0.5);
    transition: all 0.5s ease;
}

header .nav_infoj::before {
    height: 50px;
    top: -15px;
    width: 50px;
    left: -15px;
}

header .main_learnW {
    perspective: 800px;
    margin: 5px 8px;
    position: relative;
}

header .main_learnW::before {
    position: absolute;
    left: -10px;
    top: 50%;
    border-left: 5px solid rgb(191,171,171);
    content: "";
    transform: translateY(-50%) scale(0);
    opacity: 0;
    border-bottom: 5px solid transparent;
    width: 0;
    border-top: 5px solid transparent;
    height: 0;
    transition: all 0.3s ease;
}

header .main_learnW a::after {
    width: 0;
    content: "";
    background: rgb(191,171,171);
    left: 50%;
    transition: width 0.3s ease;
    bottom: 0;
    transform: translateX(-50%);
    position: absolute;
    height: 2px;
}

header .main_learnW a:hover::after {
    width: 80%;
}

.audience_profile3 {
    position: relative;
    padding: 100px 20px;
    background-color: rgb(224,220,220);
    overflow: hidden;
    z-index: 1;
}

.audience_profile3 h3 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 50px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #000000;
    position: relative;
}

.audience_profile3 h3::after {
    height: 3px;
    background: linear-gradient(90deg, 
    rgb(191,171,171,0.5), 
    rgb(156,138,119), 
    rgb(191,171,171,0.5)
  );
    left: 50%;
    bottom: -15px;
    width: 60px;
    content: "";
    transform: translateX(-50%);
    position: absolute;
    border-radius: 10px;
}

.audience_profile3 ul li:hover {
    box-shadow: 
    0 15px 25px rgba(0, 0, 0, 0.08),
    0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    transform: translateY(-5px);
}

.audience_profile3 ul li:hover::before {
    opacity: 1;
}

.audience_profile3 ul li svg {
    margin-bottom: 15px;
    transition: all 0.3s ease;
    width: 45px;
    height: 45px;
    fill: rgb(156,138,119);
}

.audience_profile3 ul li svg path {
    fill: rgb(156,138,119);
    transition: all 0.3s ease;
}

.appDivq {
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(224,220,220) 0%, rgba(rgb(191,171,171,0.5), 0.08) 100%);
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
}

.appDivq::after {
    background-size: 8rem 8rem;
    opacity: 0.4;
    left: 0;
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(rgb(191,171,171,0.5), 0.05) 1px, transparent 2px),
        radial-gradient(circle at 30% 70%, rgba(rgb(191,171,171,0.5), 0.06) 1px, transparent 2px),
        radial-gradient(circle at 70% 40%, rgba(rgb(191,171,171,0.5), 0.05) 1px, transparent 2px),
        radial-gradient(circle at 90% 80%, rgba(rgb(191,171,171,0.5), 0.05) 1px, transparent 2px);
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    pointer-events: none;
    position: absolute;
}

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

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

.appDivq a {
    transition: transform 0.4s ease-out;
    display: block;
    text-decoration: none;
}

.program_informationv {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(224,220,220) 0%, rgba(245, 247, 251, 0.92) 100%);
    position: relative;
    padding: 120px 0;
}

.program_informationv::after {
    transform: rotate(10deg) skewX(-15deg);
    left: -5%;
    height: 60%;
    z-index: 1;
    bottom: -10%;
    pointer-events: none;
    opacity: 0.12;
    background: linear-gradient(150deg, rgb(156,138,119,0.5) 0%, transparent 90%);
    width: 50%;
    position: absolute;
    content: "";
}

.program_informationv .shoti::before {
    content: "";
    left: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(135deg, 
                transparent 0%, 
                rgba(rgb(191,171,171), 0.05) 50%, 
                rgba(rgb(156,138,119), 0.1) 100%);
    height: 100%;
    z-index: 1;
    top: 0;
}

.program_informationv .phrase_holderk {
    border-left: 4px solid rgb(191,171,171);
    background: linear-gradient(120deg, 
                rgba(255, 255, 255, 0.95) 0%, 
                rgba(252, 252, 255, 0.98) 100%);
    box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.08), 
                0 5px 15px -5px rgba(0, 0, 0, 0.05);
    position: relative;
    transform: perspective(1000px) rotateY(-1deg) rotateX(1deg);
    padding: 30px;
    transition: transform 0.5s cubic-bezier(0.21, 1.05, 0.81, 1);
}

.program_informationv .description {
    color: #000000;
    opacity: 0.95;
    position: relative;
    line-height: 1.7;
    margin-bottom: 25px;
    font-size: 14px;
}

.program_informationv span.description {
    display: none;
}

.contact_informationP {
    padding: 6rem 0;
    background: linear-gradient(
        225deg, 
        rgb(224,220,220) 0%, 
        rgb(156,138,119,0.5) 100%
    );
    overflow: hidden;
    perspective: 1000px;
    position: relative;
}

.contact_informationP .container {
    position: relative;
    margin: 0 auto;
    max-width: 1300px;
    padding: 0 1rem;
    z-index: 3;
}

.contact_informationP h2 {
    font-size: 39px;
    font-weight: 700;
    margin-bottom: 3rem;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    color: #ffffff;
    letter-spacing: 0.1em;
}

.contact_informationP h2::after {
    width: 30%;
    right: 0;
}

.contact_informationP .support_cardO:hover {
    transform: rotateX(0) scale(1);
}

.contact_informationP .shoti {
    min-height: 500px;
    position: relative;
    flex: 0 0 40%;
    overflow: hidden;
}

.contact_informationP .support_panelb {
    display: flex;
    flex: 0 0 60%;
    position: relative;
    justify-content: center;
    flex-direction: column;
    padding: 4rem 3rem;
}

.contact_informationP .support_panelb form {
    position: relative;
    width: 100%;
    max-width: 500px;
    z-index: 3;
    margin: 0 auto;
}

.contact_informationP .support_panelb input:not([type="checkbox"]):not([type="submit"]) {
    width: 100%;
    padding: 1rem 1.5rem;
    background: rgb(156,138,119,0.5);
    border: 1px solid rgb(191,171,171,0.5);
    margin-bottom: 1.5rem;
    position: relative;
    border-radius: 10px;
    font-size: 15px;
    color: #ffffff;
    z-index: 2;
    outline: none;
    transition: all 0.3s ease;
}

.contact_informationP .support_panelb .reach_boxX input[type="checkbox"] {
    cursor: pointer;
    background: rgb(156,138,119,0.5);
    border-radius: 10px;
    margin-right: 1rem;
    width: 22px;
    height: 22px;
    transition: all 0.3s ease;
    appearance: none;
    border: 2px solid rgb(191,171,171,0.5);
    position: relative;
}

.contact_informationP .support_panelb .reach_boxX a {
    margin-left: 0.3rem;
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(191,171,171);
}

.contact_informationP .support_panelb .request_supportD:hover::before {
    left: 100%;
}

.contact_informationP .support_panelb .request_supportD:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgb(191,171,171,0.5);
}

.pricing_groupt {
    overflow: hidden;
    padding: 120px 0;
    color: #ffffff;
    position: relative;
}

.pricing_groupt .training_subt {
    perspective: 1200px;
}

.pricing_groupt h2 {
    color: #ffffff;
    margin-bottom: 1.5rem;
    font-size: 34px;
    text-shadow: 0 4px 12px rgba(0,0,0,0.2);
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.5px;
    transform: translateZ(30px);
    position: relative;
}

.pricing_groupt .package_price6 {
    transform-style: preserve-3d;
    gap: 30px;
    list-style: none;
    margin: 0;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    padding: 0;
    display: grid;
}

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

.pricing_groupt .fee_boardn:hover .payment_optiong::after {
    opacity: 1;
}

.pricing_groupt .lesson_plansZ {
    position: relative;
    padding: 30px 25px;
    z-index: 1;
    transform-style: preserve-3d;
}

.pricing_groupt .fee_boardn:hover .lesson_plansZ h4 {
    color: rgb(156,138,119);
    transform: translateZ(25px);
}

.pricing_groupt .rate_optionse {
    display: block;
    transition: all 0.3s ease;
    padding: 10px 15px;
    color: rgb(156,138,119);
    position: relative;
    margin-top: 20px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    text-align: center;
    transform: translateZ(25px);
    background: linear-gradient(rgba(rgb(191,171,171,0.5), 0.2), rgba(rgb(191,171,171,0.5), 0.4));
    font-size: calc(21px * 1.3);
    font-weight: 700;
    border-radius: 2px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.mobile_ctau .container {
    flex-wrap: wrap;
    position: relative;
    gap: 0;
    display: flex;
}

.mobile_ctau .company_holder h3 {
    position: relative;
    margin: 0 0 1.5rem;
    letter-spacing: 1px;
    color: #ffffff;
    transform: skewX(-10deg);
    font-weight: 700;
    font-size: 29px;
    text-transform: uppercase;
    padding-bottom: 1rem;
}

.mobile_ctau .grant_infoe {
    display: flex;
    gap: 0;
    flex: 0 0 60%;
    flex-wrap: wrap;
}

.mobile_ctau .head_expert6 {
    padding: 0 1rem 2rem 1rem;
    flex: 0 0 50%;
    position: relative;
}

.mobile_ctau .head_expert6 .header_lessonG {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.mobile_ctau .head_expert6 .header_lessonG a::before {
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    top: 0;
    height: 100%;
    width: 100%;
    transition: all 0.5s ease;
    position: absolute;
    content: "";
}

.cert_blockZ {
    background: rgba(0, 0, 0, 0.15);
    padding: 1.5rem 0;
    margin-top: 2rem;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
    position: relative;
}

.trackingNoticeDialog2 {
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.5);
    width: 100%;
    border-top: 3px solid rgb(191,171,171);
    position: fixed;
    z-index: 90;
    bottom: 0;
    background: rgb(156,138,119);
    font-family: Arial, sans-serif;
    padding: 20px 0;
}

.data_notice9 svg {
    height: 60px;
    width: 60px;
    fill: rgb(191,171,171);
}

.user_defaultU {
    color: #000000;
    background: rgb(191,171,171);
    min-width: 140px;
    border-radius: 10px;
    text-decoration: none;
    margin-left: 10px;
    white-space: nowrap;
    flex-shrink: 0;
    font-size: 17px;
    line-height: 40px;
    padding: 10px 20px;
    text-align: center;
    border: 2px solid rgb(191,171,171);
    cursor: pointer;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.privacy_gateD h2 {
    font-size: 29px;
    font-weight: 600;
    padding-bottom: 8px;
    border-bottom: 1px solid rgb(156,138,119);
}

.privacy_gateD li {
    padding-left: 20px;
    margin-bottom: 10px;
    color: #000000;
    position: relative;
    font-size: 13px;
}

.privacy_gateD div {
    margin-bottom: 20px;
}

.join_our_mailing_listR {
    overflow: hidden;
    position: relative;
    padding: 4rem 2rem;
    background: rgb(224,220,220);
}

.join_our_mailing_listR .request_list9 {
    display: grid;
    margin: 0 10%;
    transform: rotate(-2deg);
    gap: 2rem;
    grid-template-areas: 
        "headline headline"
        "input button";
    max-width: 700px;
    grid-template-columns: 2fr 1fr;
    position: relative;
    padding: 0;
    grid-template-rows: auto auto;
}

.join_our_mailing_listR .input_holder {
    align-items: stretch;
    grid-template-columns: 2fr 1fr;
    grid-area: input / span 2;
    gap: 1.5rem;
    display: grid;
}

.join_our_mailing_listR input[type="email"]::placeholder {
    transition: all 0.3s ease;
    color: #000000;
    opacity: 0.6;
}

.join_our_mailing_listR input[type="submit"] {
    border: 2px solid rgb(191,171,171);
    cursor: pointer;
    transition: all 0.3s ease;
    color: rgb(191,171,171);
    font-family: Arial, sans-serif;
    overflow: hidden;
    font-size: 20px;
    position: relative;
    text-transform: uppercase;
    background: transparent;
    grid-column: 2;
    font-weight: 700;
    letter-spacing: 1px;
}

.greeting_pageD {
    font-family: Arial, sans-serif;
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: rgb(224,220,220);
}

.greeting_pageD::after {
    width: 200px;
    position: absolute;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 70%;
    height: 200px;
    background: rgb(191,171,171,0.5);
    top: 20%;
    z-index: 0;
    content: "";
    right: 15%;
    filter: blur(40px);
}

.greeting_pageD .course_introc::after {
    box-shadow: 0 4px 12px rgb(191,171,171,0.5);
    bottom: -10px;
    position: absolute;
    width: 80px;
    background: rgb(191,171,171);
    height: 4px;
    content: "";
    left: 0;
    border-radius: 10px;
}

.greeting_pageD .expert_trackq:hover {
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.5), 
              -15px -15px 30px #ffffff,
              inset 3px 3px 8px rgb(255, 255, 255, 0.5),
              inset -3px -3px 8px rgba(0, 0, 0, 0.5);
    transform: perspective(800px) rotateY(0);
}

.greeting_pageD .expert_trackq:hover span {
    transform: translateY(-10px);
}

.greeting_pageD .expert_trackq h3 {
    font-weight: 600;
    color: #000000;
    font-size: 21px;
    margin: 0;
    line-height: 1.4;
}

.experience_trialB::before {
    background: linear-gradient(to right, transparent 0%, #ffffff 50%, transparent 100%);
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    position: absolute;
    transform: skewY(-5deg);
    top: 0;
    content: '';
    left: 0;
}

.experience_trialB .container p {
    z-index: 5;
    font-weight: 700;
    position: relative;
    flex: 1;
    margin: 0;
    color: #000000;
    line-height: 1.4;
    padding: 60px;
    font-size: 35px;
}

.experience_trialB .request_supportD::before {
    background: linear-gradient(135deg, rgb(156,138,119) 0%, rgb(191,171,171) 100%);
    width: 100%;
    opacity: 0;
    top: 0;
    height: 100%;
    position: absolute;
    content: '';
    z-index: -1;
    left: 0;
    transition: opacity 0.4s ease;
}

.experience_trialB .virtual_academyD::before {
    position: absolute;
    background: linear-gradient(to right, rgb(191,171,171), rgb(156,138,119));
    z-index: 2;
    top: 0;
    height: 6px;
    left: 0;
    content: '';
    width: 100%;
}

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

.education_historyQ .feedback_stories8 {
    grid-template-rows: auto auto 1fr;
    position: relative;
    grid-template-areas:
    "photo name"
    "photo job"
    "quote quote";
    grid-template-columns: 35% 1fr;
    gap: 20px 40px;
    display: grid;
}

.education_historyQ .feedback_stories8:hover .shoti {
    transform: perspective(1000px) rotateY(-4deg) translateZ(20px);
}

.education_historyQ .name {
    align-self: end;
    padding-left: 20px;
    transform-origin: left center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-weight: 700;
    grid-area: name;
    transform: perspective(1000px) rotateY(5deg);
    position: relative;
    font-size: 37px;
    color: #ffffff;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    margin: 0;
}

.education_historyQ .work_listb {
    backdrop-filter: blur(10px);
    color: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    border-radius: 28px;
    font-weight: 300;
    grid-area: quote;
    position: relative;
    padding: 35px;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    line-height: 1.7;
    margin: 30px 0 0;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border-left: 4px solid rgb(191,171,171);
    z-index: 2;
    transform: translateY(0);
    font-size: 14px;
}

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

.company_infoK .study_trainingd::before {
    opacity: 0.7;
    border-radius: calc(16px + 10px);
    bottom: -10px;
    position: absolute;
    right: -10px;
    content: '';
    background: linear-gradient(135deg, rgb(191,171,171) 0%, rgb(156,138,119) 100%);
    left: -10px;
    top: -10px;
    z-index: -1;
}

.company_infoK .mentor_valuesu {
    font-weight: 600;
    font-size: 13px;
    color: rgb(156,138,119);
}

.company_infoK .phrase_holderk::before {
    z-index: -1;
    left: 0;
    width: 100%;
    backdrop-filter: blur(5px);
    content: '';
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9));
    border-radius: 16px;
    height: 100%;
    top: 0;
    position: absolute;
}

.company_infoK h2 {
    margin-bottom: 30px;
    position: relative;
    font-size: 38px;
    color: #000000;
    padding-bottom: 15px;
    font-weight: 700;
}

.program_informationv p.description::-webkit-scrollbar {
    width: 4px;
}

.program_informationv p.description::-webkit-scrollbar-track {
    background: transparent;
}

.program_informationv p.description::-webkit-scrollbar-thumb {
    background-color: rgb(191,171,171,0.5);
    border-radius: 28px;
}

.pricing_groupt .lesson_plansZ p::-webkit-scrollbar {
    width: 3px;
}

.pricing_groupt .lesson_plansZ p::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: rgba(rgb(156,138,119,0.5), 0.6);
}

.pricing_groupt .lesson_plansZ p::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.1);
}



@media (prefers-reduced-motion: reduce) {.help_desk_infoQ .talk_contact0,
    .help_desk_infoQ .assist_formn,
    .help_desk_infoQ svg {
    transition: none;
}.help_desk_infoQ .talk_contact0:hover {
    transform: none;
}}



@media (max-width: 480px) {header .head_expert6 {
    flex-direction: column;
    padding: 15px;
    align-items: center;
}header .main_learnW {
    width: 100%;
    margin: 3px 0;
}header .main_learnW a {
    width: 100%;
    text-align: center;
}header .main_learnW::before {
    display: none;
}header .nav_infoj svg {
    height: 40px;
}}



@media (hover: hover) {.audience_profile3 ul li:hover {
    --y: calc(100%);
    --x: calc(1100%);
}
}



@media (min-width: 768px) {.appDivq {
    padding: 8rem 0;
}.appDivq .virtual_academyD {
    gap: 3rem;
    padding: 4.5rem;
}.appDivq h5 {
    padding-left: 2rem;
    font-size: calc(20px * 1.1);
}.appDivq p {
    padding: 0 0 0 2rem;
    font-size: calc(18px * 1.05);
}.appDivq .virtual_academyD > div:first-child::before {
    width: 4rem;
}.appDivq .virtual_academyD > div:last-child::after {
    width: 4rem;
}
}



@media (max-width: 767px) {.appDivq {
    padding: 4rem 0;
}.appDivq .virtual_academyD {
    gap: 2rem;
    padding: 2.5rem;
}.appDivq h5 {
    font-size: calc(20px * 0.95);
}.appDivq .virtual_academyD > div:first-child::before,
    .appDivq .virtual_academyD > div:last-child::after {
    display: none;
}}



@media (min-width: 992px) {.program_informationv {
    padding: 150px 0;
}.program_informationv .program_planE {
    gap: 80px;
}.program_informationv .shoti {
    transform: perspective(1200px) rotateY(8deg) rotateX(3deg);
    height: 500px;
}.program_informationv .phrase_holderk {
    transform: perspective(1200px) rotateY(-2deg) rotateX(1deg);
    padding: 40px 50px 40px 40px;
}.program_informationv p.description {
    max-height: 300px;
}
}



@media screen and (max-width: 1024px) {.contact_informationP .support_cardO {
    flex-direction: column;
    transform: none;
}.contact_informationP .shoti {
    min-height: 300px;
    flex: 0 0 100%;
}.contact_informationP .support_panelb {
    padding: 3rem 2rem;
    flex: 0 0 100%;
}
}



@media (max-width: 1199px) {.pricing_groupt {
    padding: 100px 0;
}.pricing_groupt .package_price6 {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 25px;
}
}



@media (max-width: 767px) {.pricing_groupt {
    padding: 60px 0;
}.pricing_groupt h2 {
    font-size: calc(34px * 0.8);
}.pricing_groupt .package_price6 {
    max-width: 450px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.pricing_groupt .package_price6 li {
    transform: perspective(800px) rotateX(3deg);
}.pricing_groupt .rate_optionse {
    font-size: calc(21px * 1.2);
}
}



@media (max-width: 768px) {.mobile_ctau {
    padding: 3.5rem 0 1.5rem;
}.mobile_ctau::before {
    height: 10px;
}.mobile_ctau .company_holder h3 {
    font-size: calc(29px - 2px);
}.mobile_ctau .verify_ctaB {
    padding: 1.2rem;
    transform: skewX(-3deg);
}.mobile_ctau .head_expert6 h5, 
    .mobile_ctau .head_expert6 .header_lessonG a {
    transform: skewX(-3deg);
}.mobile_ctau .head_expert6 .header_lessonG a:hover {
    transform: skewX(-3deg) translateX(5px);
}.cert_blockZ {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
}.cert_blockZ .volunteer1 {
    transform: skewX(-3deg);
}
}


@media only screen and (max-width: 1200px) {.trackingNoticeDialog2 {
    padding: 15px 0;
}.privacy_learnG {
    padding: 15px 5%;
}.data_notice9 {
    display: none;
}.privacy_learnG {
    flex-direction: column;
    text-align: center;
    align-items: center;
}.trackingNoticeDialog2 h5 {
    margin-bottom: 10px;
    font-size: 19px;
}.cookies_overview1 {
    margin-bottom: 15px;
}.user_defaultU {
    min-width: 100%;
    margin: 10px 0;
}}



@media (max-width: 480px) {.join_our_mailing_listR {
    padding: 2rem 1rem;
}.join_our_mailing_listR h3 {
    font-size: 19px;
}.join_our_mailing_listR input[type="email"] {
    padding: 1rem;
}.join_our_mailing_listR input[type="submit"] {
    padding: 1rem;
}}



@media (max-width: 768px) {.greeting_pageD {
    padding: 60px 0;
}.greeting_pageD .course_introc {
    font-size: calc(45px * 0.7);
}.greeting_pageD p {
    font-size: calc(14px * 0.95);
}.greeting_pageD .expert_trackq {
    height: 280px;
}.greeting_pageD .expert_trackq h3 {
    font-size: calc(21px * 0.9);
}
}



@media (max-width: 767px) {.experience_trialB {
    padding: 70px 0;
}.experience_trialB .virtual_academyD {
    flex-direction: column;
}.experience_trialB .container p {
    font-size: 24px;
    padding: 30px;
    text-align: center;
}.experience_trialB .request_supportD {
    padding: 20px;
    flex: none;
    width: 100%;
}.experience_trialB .container p::after {
    left: 50%;
    bottom: 15px;
    transform: translateX(-50%);
}
}



@media (max-width: 992px) {.company_infoK {
    padding: 80px 0;
}.company_infoK .virtual_academyD {
    grid-template-columns: 1fr;
    gap: 40px;
}.company_infoK .virtual_academyD::after {
    display: none;
}.company_infoK .study_trainingd {
    transform: translateY(0);
    margin: 0 auto;
    max-width: 450px;
}.company_infoK .phrase_holderk {
    max-width: 450px;
    margin: 0 auto;
}.company_infoK::before,
    .company_infoK::after {
    width: 60%;
}
}



@media (max-width: 480px) {.company_infoK {
    padding: 40px 0;
}.company_infoK .study_trainingd {
    padding: 25px 20px;
}.company_infoK .shoti {
    margin-bottom: 20px;
    height: 120px;
    width: 120px;
}.company_infoK .learning_zonex {
    font-size: calc(23px * 0.9);
}.company_infoK .mentor_valuesu {
    font-size: calc(13px * 0.9);
}.company_infoK .phrase_holderk {
    padding: 25px 20px;
}.company_infoK h2 {
    margin-bottom: 15px;
    font-size: calc(38px * 0.8);
    padding-bottom: 10px;
}.company_infoK p {
    line-height: 1.6;
    padding-left: 15px;
    font-size: calc(13px * 0.9);
}.company_infoK .story_tlc {
    margin-bottom: 15px;
    font-size: calc(21px * 0.9);
}.company_infoK .story_tlc svg {
    width: 30px;
    height: 30px;
}
}


    
    @keyframes typewriter {
        to {
            left: 100%;
        }
    }



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

