.local_wrapper-segment {
    display: flex;
    height: 100%;
    flex-direction: column;
    min-height: 100%;
}

header,footer {
    width: 100%;
}

header {
    width: 100%;
    background: rgb(225,233,225);
    position: relative;
    overflow: visible;
    z-index: 99;
}

.local_course_features::before {
    content: "";
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgb(191,208,191,0.5) 0%, transparent 50%, rgb(152,173,152,0.5) 100%);
    position: absolute;
}

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

.local_course_features .description {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    line-height: 1.8;
    border-radius: 14px;
    font-size: 16px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: rgba(255, 255, 255, 0.05);
    color: #000000;
    backdrop-filter: blur(10px);
    padding: 30px;
}

.local_course_features .local_main_image {
    height: 400px;
    margin: 40px 0;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    transition: transform 0.5s ease;
    border-radius: 14px;
}

.local_course_features .local_main_image:hover {
    transform: perspective(1000px) rotateX(0deg);
}

.local_gratBlock::before {
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(255,255,255,0.1) 2px, transparent 3px),
        radial-gradient(circle at 80% 70%, rgba(255,255,255,0.1) 2px, transparent 3px);
    position: absolute;
    content: "";
    opacity: 0.6;
    animation: shimmer 15s infinite linear;
    top: 0;
    background-size: 60px 60px, 40px 40px;
}

.local_gratBlock .local_learn_corner::after {
    z-index: -1;
    height: 20px;
    left: 5%;
    background: rgba(0, 0, 0, 0.07);
    border-radius: 50%;
    content: "";
    bottom: -20px;
    width: 90%;
    position: absolute;
    filter: blur(15px);
}

.local_gratBlock .local_learn_corner > div:first-child {
    margin-bottom: 2rem;
    position: relative;
}

.local_gratBlock p {
    margin: 0;
    transform: translateY(20px);
    opacity: 0;
    font-size: 16px;
    animation: fadeSlideUp 1s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    color: #000000;
    line-height: 1.8;
    font-family: Arial, sans-serif;
}

.local_gratBlock a::before {
    height: 2px;
    width: 30%;
    transform: scaleX(0);
    position: absolute;
    bottom: -10px;
    content: "";
    background: rgb(191,208,191,0.5);
    right: 0;
    transform-origin: right center;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.local_help_center .container {
    z-index: 1;
    margin: 0 auto;
    padding: 0 1.5rem;
    max-width: 1140px;
    position: relative;
}

.local_help_center .local_assist_experts {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 8px 16px rgba(0, 0, 0, 0.06),
                0 1px 3px rgba(0, 0, 0, 0.1);
    position: relative;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(10px);
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    padding: 3rem;
    transform: perspective(1000px) rotateX(2deg);
}

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

.local_help_center .local_ask_team {
    list-style: none;
    flex-direction: column;
    padding: 0;
    gap: 1rem;
    display: flex;
    margin: 2rem 0 0 0;
}

.local_help_center .local_edu_guide:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.local_help_center .local_edu_guide:hover::before {
    transform: translateX(0);
}

.local_help_center .local_edu_guide svg {
    z-index: 2;
    width: 20px;
    height: 20px;
    position: relative;
}

.local_help_center .local_edu_guide:hover svg path {
    fill: rgb(191,208,191);
}

.local_homepage::after {
    background: linear-gradient(
    to bottom,
    rgb(191,208,191,0.5) 0%,
    transparent 100%
  );
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    animation: gradientPulse 8s infinite alternate ease-in-out;
    opacity: 0.3;
    content: "";
    z-index: 2;
}

.title_style_header {
    font-weight: 700;
    transform-origin: left;
    color: transparent;
    margin: 0;
    background-clip: text !important;
    font-size: calc(39px * 1.2);
    transition: transform 0.3s ease;
    transform: scale(1);
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: text !important;
    position: relative;
    line-height: 1.1;
    background: linear-gradient(
    120deg,
    #ffffff 0%,
    rgb(152,173,152) 100%
  );
    letter-spacing: -0.03em;
}

.local_homepage .local_training_experts h3 {
    font-size: calc(19px * 1.1);
    position: relative;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
    color: #ffffff;
    letter-spacing: 0.02em;
}

.local_homepage .local_tech_study > div:last-child {
    margin-top: 1rem;
    opacity: 0;
    animation-delay: 0.6s;
    animation: fadeIn 0.8s ease forwards;
}

.local_homepage .local_tech_study > div:last-child p {
    letter-spacing: 0.01em;
    line-height: 1.6;
    font-size: 16px;
    color: #ffffff;
    opacity: 0.9;
    margin: 0;
    font-weight: 400;
}


.local_cookie_disclaimer {
    align-items: center;
    gap: 20px;
    padding: 20px 5%;
    justify-content: space-between;
    display: flex;
}

.local_cookieNoticePromptPanel p {
    line-height: 1.5;
    color: #ffffff;
    font-size: 12px;
    margin: 0;
}

.local_user_safety svg {
    transition: transform 0.3s ease-in-out;
    height: 80px;
    width: 80px;
    fill: rgb(191,208,191);
}

.local_cookies_tracking:hover {
    box-shadow: 0 0 20px rgb(152,173,152);
}

.local_cookieNoticePromptPanel p a {
    color: rgb(191,208,191);
    transition: color 0.3s ease;
    text-decoration: none;
}

#local_cookie_info_popup {
    display: none;
}


.local_who_we_are {
    padding: 120px 0;
    background: rgb(225,233,225);
    position: relative;
    overflow: hidden;
}

.local_who_we_are::after {
    z-index: 1;
    opacity: 0.1;
    animation: slide 20s linear infinite;
    background-size: 60px 60px;
    left: 0;
    top: 0;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(191,208,191,0.5) 49.5%, rgb(191,208,191,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(152,173,152,0.5) 49.5%, rgb(152,173,152,0.5) 50.5%, transparent 50.5%);
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
}

.local_who_we_are h3:hover::after {
    width: 100%;
}

.local_who_we_are .local_value_prop::before {
    border-radius: 10px 10px 0 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(191,208,191), rgb(152,173,152));
    width: 100%;
    content: "";
    left: 0;
    height: 5px;
    top: 0;
}

.local_who_we_are .local_value_prop p {
    line-height: 1.6;
    margin-bottom: 30px;
    font-weight: 400;
    color: #000000;
    font-size: 12px;
}

.local_who_we_are .local_value_prop .local_main_image::after {
    top: 0;
    height: 100%;
    animation: shine 3s infinite;
    position: absolute;
    width: 50%;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    left: -100%;
}

.local_who_we_are .local_mission_why:hover {
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}

.local_who_we_are .local_mission_why .local_method_edu::before {
    width: calc(100% + 30px);
    animation: rotate 30s linear infinite;
    left: -15px;
    height: calc(100% + 30px);
    border: 2px dashed rgb(152,173,152,0.5);
    position: absolute;
    border-radius: 50%;
    top: -15px;
    content: "";
}

.local_pricing_panel::before {
    width: 100%;
    background: linear-gradient(135deg, rgba(rgb(152,173,152,0.5), 0.05) 0%, rgba(rgb(191,208,191,0.5), 0.08) 100%);
    top: 0;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 0;
    content: "";
}

.local_pricing_panel .local_pay_plans h2 {
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    position: relative;
    line-height: 1.2;
    display: inline-block;
    color: #000000;
    font-size: 28px;
}

.local_pricing_panel .local_pricing_card {
    gap: 30px;
    margin-top: 20px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    display: grid;
}

.local_pricing_panel .local_value_deals:nth-child(3) {
    --i: 3;
}

.local_pricing_panel .local_tuition_table {
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.15), 
              0 5px 15px -10px rgba(0, 0, 0, 0.05);
    position: relative;
    transform-style: preserve-3d;
    border-radius: 12px;
    background-color: #ffffff;
    height: 100%;
    transition: all 0.4s ease;
    overflow: hidden;
}

.local_pricing_panel .local_value_deals:hover .local_cost_table h3 {
    transform: translateX(5px);
    color: rgb(191,208,191);
}

.local_pricing_panel .local_value_fees::before {
    position: absolute;
    height: 3px;
    content: "";
    background: linear-gradient(90deg, rgb(152,173,152), transparent);
    top: -10px;
    border-radius: 2px;
    width: 40px;
    left: 0;
}

.local_pricing_panel .local_main_image::after {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    height: 100%;
    transition: opacity 0.4s ease;
    left: 0;
    top: 0;
    z-index: 1;
    position: absolute;
    width: 100%;
    content: "";
    opacity: 0.6;
}

.local_privacy_niche::after {
    width: 35%;
    height: 35%;
    z-index: 0;
    bottom: 0;
    right: 0;
    background: radial-gradient(circle at bottom right, rgba(rgb(191,208,191,0.5), 0.03), transparent 70%);
    pointer-events: none;
    content: "";
    position: absolute;
}

.local_privacy_niche h1::after {
    height: 3px;
    content: "";
    bottom: 0;
    position: absolute;
    background: rgb(152,173,152);
    left: 0;
    width: 85px;
    animation: expandWidth 0.8s ease-out forwards;
    transform-origin: left;
}

.local_privacy_niche h1::after {
    width: 120px;
}

.local_privacy_niche h4 {
    margin-top: 1.75rem;
    color: #000000;
    font-size: calc(36px * 0.7);
    margin-bottom: 0.75rem;
    font-weight: 600;
}

.local_privacy_niche p {
    line-height: 1.7;
    font-size: 12px;
    max-width: 90ch;
    margin-bottom: 1.25rem;
    color: #000000;
}

.local_privacy_niche li::before {
    position: absolute;
    transform: rotate(45deg);
    height: 8px;
    width: 8px;
    content: "";
    left: 0;
    top: 0.5rem;
    background-color: rgb(152,173,152);
}

.local_privacy_niche li:hover::before {
    transition: transform 0.3s ease;
    transform: rotate(135deg);
}

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

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

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

.local_trophy_case .company_holder {
    padding: 0 3rem 2rem 0;
    position: relative;
    margin-bottom: 2rem;
    flex: 0 0 40%;
}

.local_trophy_case .company_holder h3::after {
    background: rgb(191,208,191);
    box-shadow: 0 0 10px rgb(191,208,191);
    width: 80px;
    height: 3px;
    bottom: 0;
    left: 0;
    content: "";
    position: absolute;
}

.local_trophy_case .local_top_core {
    gap: 0;
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}

.local_trophy_case .local_header_tutor h5 {
    padding-left: 1rem;
    font-size: 24px;
    margin: 0 0 1.5rem;
    font-weight: 600;
    position: relative;
    color: #ffffff;
    transform: skewX(-5deg);
}

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

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

.local_customer_experience::before {
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    height: 100%;
    content: "";
    background: radial-gradient(circle at top right, rgb(152,173,152,0.5) 0%, transparent 60%);
}

.local_customer_experience h2 {
    text-align: left;
    position: relative;
    margin-bottom: 4rem;
    transform: translateX(5%);
    font-size: calc(30px * 1.3);
    color: #000000;
    font-weight: 700;
}

.local_customer_experience .local_client_quotes::before {
    width: 3px;
    content: "";
    left: 25px;
    top: 10px;
    z-index: 1;
    position: absolute;
    background: linear-gradient(to bottom, rgb(191,208,191), rgb(152,173,152));
    bottom: 10px;
}

.local_customer_experience .local_feedback_track:hover::before {
    box-shadow: 0 0 0 8px rgb(225,233,225), 0 0 15px rgb(191,208,191);
    transform: scale(1.3);
}

.local_customer_experience .local_feedback_track:hover img {
    transform: rotate(0deg) scale(1.05);
    box-shadow: 8px 8px 0 rgb(191,208,191);
}

.local_customer_experience .local_feedback_track p::after {
    content: "";
    width: 40px;
    transition: width 0.3s ease;
    height: 2px;
    bottom: 0;
    position: absolute;
    left: 0;
    background: rgb(152,173,152);
}

.local_customer_experience .local_feedback_track .description::before {
    opacity: 0.2;
    left: 10px;
    position: absolute;
    content: "";
    line-height: 1;
    color: rgb(191,208,191,0.5);
    top: 10px;
    font-size: 4rem;
}

.local_customer_experience .local_feedback_track:nth-child(even):hover img {
    transform: rotate(0deg) scale(1.05);
}

.local_newsletter_signup::after {
    left: -80px;
    position: absolute;
    border-radius: 50%;
    width: 250px;
    opacity: 0.5;
    background: linear-gradient(225deg, rgb(191,208,191,0.5) 0%, transparent 70%);
    content: "";
    transform: rotate(15deg);
    height: 250px;
    animation: float 18s infinite ease-in-out reverse;
    bottom: -80px;
    filter: blur(25px);
}

.local_newsletter_signup h3 {
    line-height: 1.4;
    position: relative;
    text-align: center;
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: calc(24px * 1.1);
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    font-weight: 700;
}

.local_newsletter_signup h3::after {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(191,208,191), rgb(152,173,152));
    width: 80px;
    border-radius: 3px;
    bottom: 0;
    transition: width 0.3s ease;
    height: 3px;
    transform: translateX(-50%);
    left: 50%;
}

.local_newsletter_signup input[type="email"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(0,0,0,0.3);
}

.local_newsletter_signup input[type="email"]:focus::placeholder {
    opacity: 0.5;
    transform: translateX(5px);
}

.local_newsletter_signup .local_subscribe_box:hover {
    transform: translateY(-3px);
    box-shadow: 8px 8px 20px rgba(0,0,0,0.1),
                -2px -2px 5px rgba(255,255,255,0.5),
                inset 0 0 0 rgba(255,255,255,0.2);
}

.local_newsletter_signup .local_subscribe_box::before {
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: all 0.6s ease;
    content: "";
}

.local_leadership_profile::before {
    animation: float 15s ease-in-out infinite alternate;
    background: linear-gradient(45deg, rgb(191,208,191,0.5), rgb(152,173,152,0.5));
    width: 300px;
    height: 300px;
    right: -5%;
    z-index: 0;
    opacity: 0.4;
    content: "";
    position: absolute;
    filter: blur(60px);
    top: -10%;
}

.local_leadership_profile .local_feedback_track:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.local_leadership_profile .local_main_image {
    clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
    height: 120px;
    width: 120px;
    border: 3px solid #ffffff;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

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

.local_contact_section {
    background: rgb(225,233,225);
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}

.local_contact_section::before {
    z-index: 1;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(225,233,225);
    content: "";
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(191,208,191,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(152,173,152,0.5) 0%, transparent 30%);
    position: absolute;
    width: 100%;
}

.local_contact_section h2::before {
    position: absolute;
    content: "";
    left: calc(50% - 50px);
    bottom: -15px;
    width: 100px;
    height: 2px;
    background: rgb(191,208,191);
    box-shadow: 
        0 0 5px rgb(191,208,191),
        0 0 10px rgb(191,208,191),
        0 0 15px rgb(191,208,191);
}

.local_contact_section .local_inquiry_help::before {
    border: 1px solid rgb(191,208,191);
    opacity: 0.2;
    inset: 0;
    content: "";
    z-index: 3;
    pointer-events: none;
    border-radius: 12px;
    position: absolute;
}

.local_contact_section .local_message_feedback::before {
    background: rgb(191,208,191,0.5);
    height: 200px;
    content: "";
    width: 200px;
    right: -100px;
    z-index: 0;
    top: -100px;
    position: absolute;
    filter: blur(100px);
    opacity: 0.3;
}

.local_contact_section form h3::after {
    content: "";
    background: rgb(191,208,191);
    position: absolute;
    height: 2px;
    width: 40px;
    bottom: -15px;
    left: 0;
    box-shadow: 
        0 0 5px rgb(191,208,191,0.5),
        0 0 10px rgb(191,208,191,0.5);
}

.local_contact_section form input[type="text"]::placeholder {
    opacity: 0.7;
    color: #000000;
}

.local_contact_section .local_request_panel input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.local_contact_section .local_request_panel input[type="checkbox"]:checked + label::before {
    box-shadow: 0 0 5px rgb(191,208,191,0.5);
    background: rgb(191,208,191);
    border-color: rgb(191,208,191);
}

.local_contact_section .local_request_panel label a {
    color: rgb(191,208,191);
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
    font-weight: 600;
}

.local_contact_section .local_request_panel label a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.local_contact_section .local_support_panel::before {
    transition: transform 0.5s ease;
    background: rgb(152,173,152);
    top: 0;
    left: 0;
    transform-origin: right;
    content: "";
    width: 100%;
    transform: scaleX(0);
    height: 100%;
    position: absolute;
    z-index: -1;
}

.local_contact_section svg path {
    transition: all 0.3s ease;
    fill: rgb(191,208,191);
}

header::before {
    position: absolute;
    height: 100%;
    left: 0;
    background: linear-gradient(90deg, rgb(191,208,191,0.5) 0%, transparent 50%, rgb(191,208,191,0.5) 100%);
    opacity: 0.15;
    top: 0;
    content: "";
    width: 100%;
    z-index: -1;
}

header .local_nav_sitebar .local_head_guide::before,
header .local_nav_sitebar .local_head_guide::after {
    height: 90%;
    border-radius: 19px;
    position: absolute;
    width: 90%;
    content: "";
}

header .local_nav_sitebar .local_head_guide::before {
    transform-origin: top left;
    left: -5px;
    transition: transform 0.3s ease;
    top: -5px;
    border-left: 2px solid rgb(191,208,191);
    border-top: 2px solid rgb(191,208,191);
    transform: scale(0);
}

header .local_nav_sitebar .local_header_tutor::before,
header .local_nav_sitebar .local_header_tutor::after {
    position: absolute;
    height: 70%;
    background: rgb(191,208,191,0.5);
    width: 2px;
    content: "";
    top: 15%;
}

header .local_nav_sitebar .local_header_tutor::before {
    left: 0;
}

header .local_nav_sitebar .local_header_tutor .local_head_page a {
    font-size: 15px;
    font-family: Arial, sans-serif;
    transition: color 0.3s ease;
    text-decoration: none;
    display: block;
    color: #000000;
    font-weight: 600;
    text-align: center;
    position: relative;
    padding: 10px 5px;
}



@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 screen and (max-width: 768px) {.local_course_features {
    padding: 60px 0;
}.local_course_features .local_text_stack {
    gap: 20px;
    grid-template-columns: 1fr;
}.local_course_features .description {
    padding: 25px;
}.local_course_features .local_main_image {
    height: 300px;
    margin: 25px 0;
}.local_course_features h2 {
    font-size: calc(33px * 0.9);
}
}



@media screen and (max-width: 992px) {.local_gratBlock {
    padding: 5rem 2rem;
}.local_gratBlock .local_learn_corner {
    padding: 2.5rem;
    transform: perspective(1000px) rotateX(1deg);
}.local_gratBlock h5 {
    font-size: calc(21px * 0.9);
}
}



@media (min-width: 768px) {.local_help_center .local_assist_experts {
    padding: 4rem;
    border-radius: 14px;
}.local_help_center h3 {
    font-size: 33px;
}.local_help_center .local_ask_team {
    gap: 1.25rem;
    flex-direction: row;
    flex-wrap: wrap;
}.local_help_center .local_edu_guide {
    min-width: 200px;
}
}



@media (max-width: 480px) {.local_help_center {
    padding: 3rem 0;
}.local_help_center .local_assist_experts {
    padding: 1.5rem 1.25rem;
    transform: perspective(1000px) rotateX(1deg);
}.local_help_center h3 {
    font-size: calc(33px * 0.7);
}.local_help_center p {
    font-size: calc(14px * 0.95);
}.local_help_center .local_edu_guide {
    font-size: calc(14px * 0.9);
    padding: 0.75rem 1rem;
}}


@media only screen and (max-width: 1200px) {.local_cookieNoticePromptPanel {
    padding: 15px 0;
}.local_cookie_disclaimer {
    padding: 15px 5%;
}
}



@media (max-width: 992px) {.local_who_we_are {
    padding: 90px 0;
}.local_who_we_are .local_learn_corner {
    grid-gap: 40px;
    grid-template-columns: 1fr;
}.local_who_we_are .local_value_prop,
    .local_who_we_are .local_mission_why {
    margin: 0 auto;
    max-width: 600px;
}.local_who_we_are .local_value_prop .local_main_image {
    height: 240px;
}.local_who_we_are .local_mission_why .local_method_edu {
    width: 160px;
    height: 160px;
}
}



@media (min-width: 1200px) {.local_pricing_panel .local_skill_plans {
    flex-direction: row-reverse;
}.local_pricing_panel .local_pay_plans {
    width: 30%;
    padding-left: 50px;
    margin-bottom: 0;
}.local_pricing_panel .local_pricing_card {
    width: 70%;
}.local_pricing_panel .local_pay_plans h2 {
    font-size: calc(28px + 4px);
}
}



@media (max-width: 1199px) {.local_pricing_panel {
    padding: 80px 0;
}.local_pricing_panel .local_pay_plans {
    text-align: center;
    margin: 0 auto 50px;
    max-width: 800px;
}.local_pricing_panel .local_pay_plans h2::after {
    transform: translateX(-50%);
    left: 50%;
}
}



@media (hover: none) {.local_pricing_panel .local_value_deals:hover .local_tuition_table {
    transform: none;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.15),
                0 5px 15px -10px rgba(0, 0, 0, 0.05);
}.local_pricing_panel .local_value_deals:hover .local_cost_table h3 {
    transform: none;
}.local_pricing_panel .local_value_deals:hover .local_value_fees {
    transform: none;
}.local_pricing_panel .local_value_deals:hover .local_main_image {
    transform: none;
}}



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



@media (max-width: 768px) {.local_trophy_case {
    padding: 3.5rem 0 1.5rem;
}.local_trophy_case::before {
    height: 10px;
}.local_trophy_case .company_holder h3 {
    font-size: calc(33px - 2px);
}.local_trophy_case .local_footer_caption {
    padding: 1.2rem;
    transform: skewX(-3deg);
}.local_trophy_case .local_header_tutor h5, 
    .local_trophy_case .local_header_tutor .local_top_core a {
    transform: skewX(-3deg);
}.local_trophy_case .local_header_tutor .local_top_core a:hover {
    transform: skewX(-3deg) translateX(5px);
}.local_footer_benefit {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
}.local_footer_benefit .local_sustain_cta {
    transform: skewX(-3deg);
}
}



@media (max-width: 992px) {.local_customer_experience {
    padding: 5rem 1.5rem;
}.local_customer_experience h2 {
    transform: translateX(0);
    margin-bottom: 3rem;
    text-align: center;
}.local_customer_experience h2::after {
    left: 50%;
    transform: translateX(-50%) scaleX(1);
}.local_customer_experience:hover h2::after {
    transform: translateX(-50%) scaleX(1.5);
}
}



@media (max-width: 992px) {.local_newsletter_signup .local_learn_corner {
    padding: 2.5rem 2rem;
}.local_newsletter_signup h3 {
    font-size: 24px;
}
}



@media (max-width: 768px) {.local_newsletter_signup {
    padding: 3rem 0;
}.local_newsletter_signup .local_learn_corner {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2rem 1.5rem;
}.local_newsletter_signup h3 {
    font-size: calc(17px * 1.2);
    padding-bottom: 0.8rem;
    margin-bottom: 1.5rem;
}.local_newsletter_signup .input_holder {
    grid-template-columns: 1fr;
}.local_newsletter_signup .local_subscribe_box {
    width: 100%;
}
}



@media (min-width: 992px) {.local_leadership_profile .local_feedback_track {
    grid-template-columns: 180px 1fr;
    padding: 60px;
    grid-gap: 40px;
}.local_leadership_profile .local_main_image {
    width: 180px;
    height: 180px;
}.local_leadership_profile .name {
    font-size: calc(22px + 2px);
}.local_leadership_profile .local_experience {
    font-size: calc(14px + 1px);
    padding: 25px;
}
}



@media (max-width: 767px) {.local_leadership_profile {
    padding: 60px 0;
}.local_leadership_profile .local_feedback_track {
    text-align: center;
    padding: 30px;
}.local_leadership_profile .local_main_image {
    margin: 0 auto 20px;
}.local_leadership_profile .name::after {
    left: 50%;
    transform: translateX(-50%);
}.local_leadership_profile .local_feedback_track:hover > div:nth-child(2) > div {
    padding-left: 0;
}.local_leadership_profile .local_experience {
    padding: 15px;
    text-align: left;
}}



@media (min-width: 993px) {header .local_nav_sitebar {
    padding: 15px 30px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
}header .local_nav_sitebar .local_header_tutor {
    padding: 20px 10px 10px;
}
}



@media (max-width: 992px) {header .local_nav_sitebar {
    gap: 10px;
    padding: 15px;
    grid-template-rows: auto auto;
}header .local_nav_sitebar .local_head_guide {
    padding: 5px 10px;
}header .local_nav_sitebar .local_head_guide .local_head_pro svg {
    height: 45px;
}header .local_nav_sitebar .local_header_tutor {
    padding: 15px 0 10px;
}header .local_nav_sitebar .local_header_tutor .local_head_page {
    padding: 0 10px;
}header .local_nav_sitebar .local_header_tutor .local_head_page a {
    padding: 8px 3px;
    font-size: calc(15px - 1px);
}
}



@keyframes shimmer {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 100px 100px, -100px -100px;
    }
}



@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}



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

@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}



@keyframes shine {
    0% {
        left: -100%;
    }
    20% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}

@keyframes expandWidth {
    from { width: 0; }
    to { width: 85px; }
}


    
    @keyframes expandWidth {
        from { width: 0; }
        to { width: 120px; }
    }

@keyframes backgroundMove {
    0% {
        background-position: 0 0, 0 0, 0 0, 0 0;
    }
    100% {
        background-position: 60px 60px, 60px 60px, 0 0, 0 0;
    }
}

