﻿* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}a {
    color: inherit;
    text-decoration: none;
}.wrapper-holder_ex {
    height: 100%;
    flex-direction: column;
    display: flex;
    min-height: 100%;
}svg {
    width: 30px;
    height: 30px;
}header,footer {
    width: 100%;
}.container {
    max-width: 100%;
    width: 1108px;
    margin: auto;
}.telegram_ref_ex {
    flex: 0 0 auto;
}.top_pro_ex {
    flex: 1 0 auto;
}html,body {
    font-family: Arial, sans-serif;
    min-height: 100%;
    height: 100%;
    color: #000000;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.membership_plan_ex {
    background-color: rgb(184,184,187);
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}.membership_plan_ex::before {
    height: 100%;
    background: linear-gradient(135deg, rgb(147,147,149,0.5) 0%, transparent 70%);
    left: 0;
    width: 100%;
    z-index: 1;
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
}.membership_plan_ex::after {
    width: 20rem;
    position: absolute;
    pointer-events: none;
    right: -5rem;
    height: 20rem;
    z-index: 1;
    background: linear-gradient(225deg, rgb(110,110,113) 0%, transparent 80%);
    bottom: -5rem;
    opacity: 0.15;
    transform: rotate(-15deg);
    content: "";
}.membership_plan_ex .container {
    position: relative;
    margin: 0 auto;
    padding: 0 2rem;
    z-index: 2;
    max-width: 1400px;
}.membership_plan_ex .study_fees_ex {
    grid-template-columns: 1fr;
    gap: 3rem;
    position: relative;
    display: grid;
}.membership_plan_ex .learning_pricing_ex {
    border-left: 4px solid rgb(147,147,149);
    background-color: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    transform: translateZ(0);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 2rem;
}.membership_plan_ex .learning_pricing_ex::before {
    z-index: -1;
    left: -20px;
    width: 40px;
    position: absolute;
    content: "";
    height: 40px;
    background-color: rgb(147,147,149);
    top: 20px;
    transform: rotate(45deg);
}.membership_plan_ex .learning_pricing_ex h2 {
    font-size: 35px;
    transform: perspective(800px) translateZ(30px);
    position: relative;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #000000;
}.membership_plan_ex .learning_pricing_ex h2::after {
    left: 0;
    height: 3px;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(147,147,149), rgb(110,110,113));
    width: 80px;
    bottom: -10px;
}.membership_plan_ex .learning_pricing_ex .cost_fee_ex {
    max-width: 80%;
    font-size: 12px;
    color: #000000;
    line-height: 1.6;
}.membership_plan_ex .plan_cost_ex {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
    display: grid;
    perspective: 1000px;
}.membership_plan_ex .bundle_rate_ex {
    text-decoration: none;
    display: block;
    color: inherit;
    transform-style: preserve-3d;
    transition: all 0.4s ease;
    position: relative;
}.membership_plan_ex .bundle_rate_ex:hover {
    transform: translateY(-10px);
}.membership_plan_ex .price_deals_ex {
    flex-direction: column;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    display: flex;
    height: 100%;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    transform: translateZ(0);
}.membership_plan_ex .bundle_rate_ex:hover .price_deals_ex {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 0 0 1px rgb(147,147,149,0.5);
    transform: translateZ(20px);
}.membership_plan_ex .bundle_rate_ex:nth-child(odd) .price_deals_ex {
    transform: rotate(-1deg);
}.membership_plan_ex .bundle_rate_ex:nth-child(even) .price_deals_ex {
    transform: rotate(1deg);
}.membership_plan_ex .bundle_rate_ex:hover .price_deals_ex {
    transform: rotate(0) translateZ(20px);
}.membership_plan_ex .promo_rates_ex {
    overflow-wrap: break-word;
    padding: 2rem;
    position: relative;
    z-index: 2;
    flex-direction: column;
    word-break: break-word;
    display: flex;
    flex: 1;
}.membership_plan_ex .promo_rates_ex::before {
    width: 100%;
    top: 0;
    content: "";
    left: 0;
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
    position: absolute;
    height: 100%;
    z-index: -1;
}.membership_plan_ex .promo_rates_ex h3 {
    font-size: calc(20px * 1.2);
    font-weight: 600;
    transition: transform 0.3s ease;
    position: relative;
    margin-bottom: 1rem;
    transform: translateZ(10px);
    color: #000000;
}.membership_plan_ex .bundle_rate_ex:hover .promo_rates_ex h3 {
    transform: translateZ(25px);
}.membership_plan_ex .promo_rates_ex h3::after {
    content: "";
    transition: width 0.3s ease;
    width: 40px;
    background: rgb(147,147,149);
    bottom: -8px;
    height: 3px;
    left: 0;
    position: absolute;
}.membership_plan_ex .bundle_rate_ex:hover .promo_rates_ex h3::after {
    width: 60px;
}.membership_plan_ex .rate_choices_ex {
    transform: translateZ(15px);
    color: rgb(147,147,149);
    font-size: calc(20px * 1.8);
    position: relative;
    margin: 0.5rem 0 1.5rem;
    font-weight: 700;
    display: block;
}.membership_plan_ex .rate_choices_ex::before {
    width: 80px;
    bottom: -8px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(147,147,149,0.5), transparent);
}.membership_plan_ex .promo_rates_ex p {
    font-size: 12px;
    color: #000000;
    word-break: break-word;
    margin-top: 1rem;
    overflow-wrap: break-word;
    line-height: 1.6;
    flex: 1;
}.membership_plan_ex .full_width_image_ex {
    height: 200px;
    overflow: hidden;
    position: relative;
    transform: translateZ(0);
    transition: transform 0.5s ease;
    width: 100%;
}.membership_plan_ex .bundle_rate_ex:hover .full_width_image_ex {
    transform: scale(1.05) translateZ(0);
}.membership_plan_ex .full_width_image_ex::after {
    position: absolute;
    height: 50%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    left: 0;
    content: "";
    z-index: 1;
    bottom: 0;
    width: 100%;
}.membership_plan_ex .full_width_image_ex::before {
    position: absolute;
    content: "";
    opacity: 0.15;
    top: 0;
    width: 100%;
    left: 0;
    background: rgb(147,147,149);
    transition: opacity 0.3s ease;
    z-index: 1;
    height: 100%;
}.membership_plan_ex .bundle_rate_ex:hover .full_width_image_ex::before {
    opacity: 0.05;
}

@media (min-width: 992px) {.membership_plan_ex .study_fees_ex {
    grid-template-columns: 2fr 1fr;
    gap: 4rem;
}.membership_plan_ex .learning_pricing_ex {
    padding: 3rem;
}.membership_plan_ex .plan_cost_ex {
    grid-row: 1;
    grid-column: 1;
}.membership_plan_ex .learning_pricing_ex {
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
    align-self: start;
    grid-row: 1;
    grid-column: 2;
    position: sticky;
    top: 2rem;
}.membership_plan_ex .learning_pricing_ex:hover {
    transform: perspective(1000px) rotateY(0) translateZ(30px);
}
}

@media (min-width: 1200px) {.membership_plan_ex .plan_cost_ex {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}.membership_plan_ex .promo_rates_ex {
    min-height: 300px;
}
}

@media (max-width: 991px) {.membership_plan_ex {
    padding: 4rem 0;
}.membership_plan_ex .learning_pricing_ex {
    order: -1;
}.membership_plan_ex .learning_pricing_ex h2 {
    font-size: calc(35px * 0.9);
}.membership_plan_ex .learning_pricing_ex .cost_fee_ex {
    max-width: 100%;
}
}

@media (max-width: 767px) {.membership_plan_ex {
    padding: 3rem 0;
}.membership_plan_ex .container {
    padding: 0 1.5rem;
}.membership_plan_ex .plan_cost_ex {
    grid-template-columns: 1fr;
}.membership_plan_ex .learning_pricing_ex h2 {
    font-size: calc(35px * 0.8);
}.membership_plan_ex .promo_rates_ex {
    padding: 1.5rem;
}.membership_plan_ex .rate_choices_ex {
    font-size: calc(20px * 1.5);
}.membership_plan_ex .full_width_image_ex {
    height: 180px;
}
}

@media (max-width: 480px) {.membership_plan_ex .promo_rates_ex p {
    font-size: calc(12px * 0.9);
}.membership_plan_ex .promo_rates_ex h3 {
    font-size: 20px;
}.membership_plan_ex .rate_choices_ex {
    font-size: calc(20px * 1.3);
}.membership_plan_ex .full_width_image_ex {
    height: 160px;
}}header .head_core_ex {
    box-shadow: 0 0 20px 2px rgb(147,147,149,0.5);
    padding: 1.5rem;
    align-items: center;
    width: 100%;
    display: flex;
    overflow: hidden;
    left: 0;
    justify-content: space-between;
    position: relative;
    border-radius: 0;
    background: linear-gradient(to right, rgb(110,110,113) 0%, rgb(147,147,149,0.5) 100%);
    z-index: 99;
}header .head_core_ex::before {
    background-size: 15px 15px;
    height: 200%;
    opacity: 0.3;
    position: absolute;
    top: -50%;
    animation: backgroundShift 20s linear infinite;
    background: radial-gradient(circle, rgb(110,110,113,0.5) 1%, transparent 10%);
    left: -50%;
    z-index: -1;
    width: 200%;
    content: "";
}header .head_core_ex::after {
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: 200% 200%;
    left: 0;
    top: 0;
    animation: gradientSlide 5s ease infinite;
    position: absolute;
    content: "";
    opacity: 0.1;
    background: linear-gradient(45deg, transparent 48%, rgb(110,110,113) 49%, rgb(110,110,113) 51%, transparent 52%);
}header .head_core_ex .top_nav_ex {
    position: relative;
    overflow: visible;
}header .head_core_ex .top_nav_ex::after {
    position: absolute;
    background: rgb(110,110,113);
    box-shadow: 0 0 8px 2px rgb(110,110,113);
    transform: scaleX(0);
    height: 2px;
    left: 0;
    animation: neonPulse 3s infinite alternate;
    content: "";
    bottom: -8px;
    transform-origin: left;
    width: 100%;
}header .head_core_ex .top_nav_ex .main_edu_ex {
    position: relative;
    transform: perspective(800px) rotateY(0deg);
    display: block;
    transition: all 0.5s ease;
}header .head_core_ex .top_nav_ex .main_edu_ex:hover {
    transform: perspective(800px) rotateY(15deg);
}header .head_core_ex .top_nav_ex svg {
    width: 120px;
    filter: drop-shadow(0 0 5px rgb(110,110,113,0.5));
    height: auto;
}header .head_core_ex .nav_begin_ex {
    perspective: 800px;
    display: flex;
    margin: 0;
    list-style: none;
    position: relative;
    padding: 0;
}header .head_core_ex .nav_begin_ex::before {
    width: 100%;
    content: "";
    background: rgb(147,147,149);
    height: 2px;
    left: 0;
    top: 105%;
    animation: neonPulse 4s infinite alternate-reverse;
    box-shadow: 0 0 10px 2px rgb(147,147,149);
    transform: scaleX(0.5);
    position: absolute;
}header .head_core_ex .header_pagewrap_ex {
    margin: 0 0.5rem;
    transform: translateZ(0);
    transition: transform 0.3s ease;
    position: relative;
    transform-style: preserve-3d;
}header .head_core_ex .header_pagewrap_ex:hover {
    transform: translateZ(20px);
}header .head_core_ex .header_pagewrap_ex a {
    display: block;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    text-decoration: none;
    padding: 0.5rem 1rem;
    border: 1px solid transparent;
    font-family: Arial, sans-serif;
    font-size: 20px;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}header .head_core_ex .header_pagewrap_ex a::before {
    content: "";
    z-index: -1;
    transform: scale(0.9);
    width: 100%;
    opacity: 0;
    top: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    background: rgb(147,147,149,0.5);
    height: 100%;
    left: 0;
    border-radius: 10px;
    position: absolute;
}header .head_core_ex .header_pagewrap_ex a:hover {
    text-shadow: 0 0 5px rgb(110,110,113,0.5);
    color: rgb(110,110,113);
    border: 1px solid rgb(110,110,113,0.5);
}header .head_core_ex .header_pagewrap_ex a:hover::before {
    transform: scale(1);
    opacity: 0.2;
}

@keyframes neonPulse {
  0% {
    opacity: 0.6;
    transform: scaleX(0.5);
  }
  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes backgroundShift {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(50%, 50%);
  }
}

@keyframes gradientSlide {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}

@media (max-width: 992px) {header .head_core_ex {
    width: 100vw;
    box-sizing: border-box;
    flex-direction: column;
    padding: 1rem;
    margin-left: calc(-50vw + 50%);
}header .head_core_ex .top_nav_ex {
    margin-bottom: 1.5rem;
}header .head_core_ex .nav_begin_ex {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}header .head_core_ex .nav_begin_ex::before {
    top: auto;
    bottom: -10px;
}header .head_core_ex .header_pagewrap_ex {
    margin: 0.25rem 0.5rem;
}
}

@media (max-width: 576px) {header .head_core_ex {
    padding: 0.75rem;
}header .head_core_ex .nav_begin_ex {
    flex-direction: column;
    align-items: center;
}header .head_core_ex .header_pagewrap_ex {
    width: 100%;
    margin: 0.25rem 0;
    text-align: center;
}header .head_core_ex .top_nav_ex svg {
    width: 100px;
}header .head_core_ex .top_nav_ex::after {
    left: 10%;
    width: 80%;
}}.telegram_ref_ex {
    padding: 5rem 0 2rem;
    color: #000000;
    position: relative;
    background-color: rgb(184,184,187);
    font-family: Arial, sans-serif;
}.telegram_ref_ex::before {
    top: 0;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(135deg, rgb(147,147,149,0.5) 0%, transparent 70%),
        linear-gradient(225deg, rgb(110,110,113,0.5) 0%, transparent 70%);
    z-index: 0;
    position: absolute;
    content: '';
    left: 0;
    opacity: 0.07;
}.telegram_ref_ex::after {
    z-index: 1;
    left: 0;
    position: absolute;
    content: '';
    background: linear-gradient(90deg, 
        rgb(184,184,187) 0%,
        rgb(147,147,149) 35%, 
        rgb(110,110,113) 65%,
        rgb(184,184,187) 100%);
    height: 7px;
    width: 100%;
    top: 0;
}.telegram_ref_ex .container {
    z-index: 2;
    position: relative;
}.telegram_ref_ex .copy_notice_ex {
    display: flex;
    flex-direction: column;
}.telegram_ref_ex .support_center_ex {
    flex-wrap: wrap;
    justify-content: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding-bottom: 2rem;
    display: flex;
    gap: 0;
    margin-bottom: 4rem;
    position: relative;
}.telegram_ref_ex .support_center_ex::after {
    bottom: -1px;
    height: 1px;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(110,110,113,0.5) 50%,
        transparent 100%);
    width: 100%;
    content: '';
    left: 0;
    position: absolute;
}.telegram_ref_ex .info_item {
    transition: all 0.3s ease;
    padding: 0.5rem 1rem;
    position: relative;
    width: 25%;
    flex: 0 0 auto;
}.telegram_ref_ex .info_item::before {
    left: 0;
    background-color: rgba(0, 0, 0, 0.06);
    transform: translateY(-50%);
    content: '';
    top: 50%;
    width: 1px;
    height: 60%;
    position: absolute;
}.telegram_ref_ex .info_item:first-child::before {
    display: none;
}.telegram_ref_ex .info_item p,
.telegram_ref_ex .info_item a {
    font-size: calc(16px - 1px);
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: center;
    text-decoration: none;
    color: #000000;
    transition: all 0.3s ease;
    gap: 0.75rem;
    font-weight: 400;
}.telegram_ref_ex .info_item:hover {
    transform: translateY(-5px);
}.telegram_ref_ex .info_item:hover p,
.telegram_ref_ex .info_item:hover a {
    color: rgb(147,147,149);
}.telegram_ref_ex .info_item svg {
    height: 20px;
    transition: transform 0.3s ease;
    fill: rgb(147,147,149);
    width: 20px;
}.telegram_ref_ex .info_item:hover svg {
    transform: rotate(10deg);
}.telegram_ref_ex .text_main_holder {
    flex-wrap: wrap;
    gap: 3rem;
    position: relative;
    justify-content: space-between;
    display: flex;
}.telegram_ref_ex .top_nav_ex {
    max-width: 300px;
    flex-direction: column;
    margin-right: auto;
    display: flex;
    width: 100%;
    gap: 1.5rem;
}.telegram_ref_ex .top_nav_ex svg {
    transition: all 0.3s ease;
    height: auto;
    max-width: 160px;
}.telegram_ref_ex .top_nav_ex:hover svg {
    transform: scale(1.05);
}.telegram_ref_ex .report_abuse_ex {
    color: #000000;
    font-size: 12px;
    line-height: 1.6;
    padding-left: 2rem;
    position: relative;
}.telegram_ref_ex .report_abuse_ex::before {
    width: 4px;
    border-radius: 2px;
    left: 0;
    position: absolute;
    bottom: 0;
    background: linear-gradient(to bottom, rgb(147,147,149), rgb(110,110,113));
    content: '';
    top: 0;
}.telegram_ref_ex .nav_begin_ex {
    position: relative;
    flex: 1;
    max-width: 400px;
    gap: 2rem;
    flex-direction: column;
    min-width: 240px;
    display: flex;
}.telegram_ref_ex .nav_begin_ex::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.02);
    height: 100%;
    width: 100%;
    z-index: -1;
    border-radius: 14px;
}.telegram_ref_ex .nav_begin_ex h5 {
    border-radius: 10px;
    padding: 0.75rem 1.5rem;
    background: rgba(0, 0, 0, 0.03);
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #000000;
}.telegram_ref_ex .main_pagewrap_ex {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 0 1.5rem;
}.telegram_ref_ex .main_pagewrap_ex:first-child {
    position: relative;
}.telegram_ref_ex .main_pagewrap_ex a {
    color: #000000;
    font-size: 16px;
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    padding: 0.5rem 0;
    padding-left: 1.25rem;
}.telegram_ref_ex .main_pagewrap_ex a::before {
    width: 6px;
    height: 6px;
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    border-radius: 50%;
    left: 0;
    transition: all 0.3s ease;
    background-color: rgb(110,110,113,0.5);
    content: '';
}.telegram_ref_ex .main_pagewrap_ex a:hover {
    padding-left: 1.5rem;
    color: rgb(147,147,149);
}.telegram_ref_ex .main_pagewrap_ex a:hover::before {
    width: 8px;
    background-color: rgb(147,147,149);
    height: 8px;
}.telegram_ref_ex .subscribe_holder {
    flex-direction: column;
    max-width: 400px;
    padding: 2rem;
    position: relative;
    gap: 1.5rem;
    display: flex;
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 245, 245, 0.8) 100%);
    width: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 14px;
}.telegram_ref_ex .subscribe_holder::before {
    border-color: rgb(147,147,149,0.5) transparent transparent transparent;
    top: 0;
    height: 0;
    content: '';
    border-top-left-radius: 14px;
    border-width: 50px 50px 0 0;
    position: absolute;
    left: 0;
    border-style: solid;
    width: 0;
}.telegram_ref_ex .subscribe_holder h5 {
    font-weight: 600;
    font-size: 19px;
    color: #000000;
    margin-bottom: 0.5rem;
}.telegram_ref_ex .subscribe_holder p {
    color: #000000;
    font-size: 16px;
    line-height: 1.6;
}.telegram_ref_ex .input_holder {
    gap: 1rem;
    position: relative;
    margin-top: 0.5rem;
    flex-direction: column;
    display: flex;
}.telegram_ref_ex .input_holder input[type="email"] {
    padding: 1.125rem 1.25rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    color: #000000;
    font-size: 16px;
    transition: all 0.3s ease;
}.telegram_ref_ex .input_holder input[type="email"]:focus {
    border-color: rgb(147,147,149);
    outline: none;
    box-shadow: 0 0 0 3px rgb(147,147,149,0.5);
}.telegram_ref_ex .input_holder input[type="email"]::placeholder {
    color: #000000;
    opacity: 0.5;
}.telegram_ref_ex .learn_today_ex {
    padding: 1.125rem 1.25rem;
    transition: all 0.3s ease;
    font-weight: 600;
    cursor: pointer;
    font-size: 16px;
    background: linear-gradient(135deg, rgb(147,147,149) 0%, rgb(110,110,113) 100%);
    position: relative;
    border: none;
    overflow: hidden;
    border-radius: 10px;
    color: #ffffff;
    z-index: 1;
}.telegram_ref_ex .learn_today_ex::before {
    height: 100%;
    position: absolute;
    width: 100%;
    background: linear-gradient(135deg, rgb(110,110,113) 0%, rgb(147,147,149) 100%);
    content: '';
    left: 0;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
    top: 0;
}.telegram_ref_ex .learn_today_ex:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.telegram_ref_ex .learn_today_ex:hover::before {
    opacity: 1;
}.telegram_ref_ex .proposal_cta_ex {
    padding-top: 2rem;
    margin-top: 4rem;
    position: relative;
    text-align: center;
}.telegram_ref_ex .proposal_cta_ex::before {
    top: 0;
    content: '';
    position: absolute;
    height: 1px;
    left: 30%;
    background: rgba(0, 0, 0, 0.1);
    width: 40%;
}.telegram_ref_ex .leaderboard_ex {
    color: #000000;
    opacity: 0.8;
    font-size: 12px;
}

@media (max-width: 1200px) {.telegram_ref_ex .text_main_holder {
    gap: 2.5rem;
}.telegram_ref_ex .top_nav_ex {
    max-width: 260px;
}.telegram_ref_ex .nav_begin_ex {
    min-width: 220px;
}
}

@media (max-width: 991px) {.telegram_ref_ex {
    padding: 4rem 0 2rem;
}.telegram_ref_ex .info_item {
    padding: 1rem;
    width: 50%;
}.telegram_ref_ex .info_item:nth-child(3)::before {
    display: none;
}.telegram_ref_ex .text_main_holder {
    align-items: center;
    gap: 3rem;
    flex-direction: column;
}.telegram_ref_ex .top_nav_ex {
    text-align: center;
    align-items: center;
    max-width: 100%;
    width: 100%;
}.telegram_ref_ex .report_abuse_ex {
    text-align: center;
    max-width: 500px;
    padding-left: 0;
}.telegram_ref_ex .report_abuse_ex::before {
    display: none;
}.telegram_ref_ex .nav_begin_ex {
    max-width: 600px;
    width: 100%;
}.telegram_ref_ex .subscribe_holder {
    max-width: 600px;
    width: 100%;
}
}

@media (max-width: 768px) {.telegram_ref_ex {
    padding: 3.5rem 0 1.5rem;
}.telegram_ref_ex .support_center_ex {
    margin-bottom: 3rem;
}.telegram_ref_ex .info_item {
    width: 100%;
}.telegram_ref_ex .info_item::before {
    display: none;
}.telegram_ref_ex .main_pagewrap_ex {
    gap: 0.5rem 1.5rem;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
}.telegram_ref_ex .main_pagewrap_ex a {
    padding: 0.5rem 1rem;
    text-align: center;
}.telegram_ref_ex .main_pagewrap_ex a::before {
    display: none;
}.telegram_ref_ex .main_pagewrap_ex a:hover {
    background-color: rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    padding-left: 1rem;
}.telegram_ref_ex .proposal_cta_ex {
    margin-top: 3rem;
}
}

@media (max-width: 576px) {.telegram_ref_ex {
    padding: 3rem 0 1.5rem;
}.telegram_ref_ex .support_center_ex {
    margin-bottom: 2.5rem;
    padding-bottom: 1.5rem;
}.telegram_ref_ex .text_main_holder {
    gap: 2.5rem;
}.telegram_ref_ex .nav_begin_ex {
    padding: 1rem;
}.telegram_ref_ex .nav_begin_ex h5 {
    text-align: center;
}.telegram_ref_ex .subscribe_holder {
    padding: 1.5rem;
}.telegram_ref_ex .subscribe_holder::before {
    border-width: 30px 30px 0 0;
}.telegram_ref_ex .proposal_cta_ex {
    margin-top: 2.5rem;
}}.meet_us_ex {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.meet_us_ex::before {
    right: 0;
    content: "";
    background: linear-gradient(135deg, rgb(147,147,149,0.5), rgb(110,110,113,0.5));
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    left: 0;
}.meet_us_ex::after {
    transform: rotate(-15deg);
    background: rgb(110,110,113);
    content: "";
    z-index: 2;
    width: 80%;
    top: -50%;
    opacity: 0.08;
    animation: float 15s infinite ease-in-out;
    right: -20%;
    position: absolute;
    height: 200%;
}.meet_us_ex .container {
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    z-index: 5;
    perspective: 1000px;
    max-width: 1200px;
    transform-style: preserve-3d;
}.meet_us_ex .text_holder_ex {
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 60px rgba(0,0,0,0.1), 0 10px 30px rgba(0,0,0,0.08);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: translateZ(20px) rotateX(2deg);
    transform-origin: top center;
    padding: 60px 50px;
    position: relative;
    background: linear-gradient(145deg, rgba(255,255,255,0.9), rgba(255,255,255,0.85));
}.meet_us_ex .text_holder_ex:hover {
    transform: translateZ(40px) rotateX(0deg);
}.meet_us_ex .text_holder_ex::before {
    background: linear-gradient(to bottom, rgb(147,147,149), rgb(110,110,113));
    transform: translateX(-4px);
    height: 100%;
    position: absolute;
    content: "";
    left: 0;
    width: 8px;
    top: 0;
}.meet_us_ex h1 {
    transition: transform 0.4s ease;
    transform: translateX(0);
    position: relative;
    margin-bottom: 40px;
    color: #000000;
    font-weight: 700;
    font-size: 39px;
    letter-spacing: -0.03em;
}.meet_us_ex h1::after {
    height: 4px;
    content: "";
    width: 70px;
    bottom: -12px;
    left: 0;
    position: absolute;
    transition: width 0.4s ease;
    background: linear-gradient(90deg, rgb(147,147,149), rgb(110,110,113));
}.meet_us_ex .text_holder_ex:hover h1 {
    transform: translateX(10px);
}.meet_us_ex .text_holder_ex:hover h1::after {
    width: 100px;
}.meet_us_ex ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.meet_us_ex ul li {
    position: relative;
    margin-bottom: 20px;
    animation: fade-in 0.8s forwards;
    animation-delay: 0.3s;
    opacity: 0;
    transform: translateZ(10px);
}.meet_us_ex ul li:first-child {
    animation-delay: 0.1s;
}.meet_us_ex ul li h4 {
    position: relative;
    transform-origin: left center;
    transition: all 0.3s ease;
    display: inline-block;
    font-weight: 600;
    padding-left: 0;
    font-size: calc(24px + 2px);
    color: rgb(147,147,149);
    margin-bottom: 15px;
}.meet_us_ex ul li h4::before {
    transition: width 0.3s ease-out;
    bottom: -5px;
    content: "";
    position: absolute;
    height: 2px;
    left: 0;
    background: rgb(110,110,113);
    width: 0;
}.meet_us_ex ul li:hover h4::before {
    width: 100%;
}.meet_us_ex ul li span {
    color: #000000;
    position: relative;
    column-count: 1;
    display: block;
    transform: translateY(0);
    font-size: 17px;
    line-height: 1.7;
    transition: transform 0.4s ease;
    margin-bottom: 10px;
    letter-spacing: 0.02em;
    text-align: justify;
}

@media (min-width: 992px) {.meet_us_ex ul li span {
    column-count: 2;
    column-gap: 40px;
}}

.meet_us_ex ul li:hover span {
    transform: translateY(-5px);
}

@keyframes fade-in {
    0% {
        opacity: 0;
        transform: translateY(20px) translateZ(10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(10px);
    }
}

@keyframes float {
    0%, 100% {
        transform: rotate(-15deg) translateY(0);
    }
    50% {
        transform: rotate(-15deg) translateY(-30px);
    }
}

@media (max-width: 991px) {.meet_us_ex {
    padding: 80px 0;
}.meet_us_ex .text_holder_ex {
    transform: translateZ(10px) rotateX(1deg);
    padding: 40px 30px;
}.meet_us_ex h1 {
    margin-bottom: 30px;
    font-size: calc(29px + 2px);
}.meet_us_ex ul li h4 {
    font-size: 24px;
}
}

@media (max-width: 767px) {.meet_us_ex {
    padding: 60px 0;
}.meet_us_ex .text_holder_ex {
    transform: none;
    padding: 30px 25px;
}.meet_us_ex h1 {
    margin-bottom: 25px;
    font-size: 29px;
}.meet_us_ex h1::after {
    width: 50px;
    height: 3px;
}.meet_us_ex ul li span {
    font-size: calc(17px - 1px);
    line-height: 1.6;
}.meet_us_ex::after {
    top: -30%;
    width: 100%;
}
}

@media (max-width: 575px) {.meet_us_ex {
    padding: 50px 0;
}.meet_us_ex .text_holder_ex {
    padding: 25px 20px;
}.meet_us_ex .text_holder_ex::before {
    transform: translateX(-3px);
    width: 5px;
}.meet_us_ex h1 {
    margin-bottom: 20px;
    font-size: calc(29px - 2px);
}.meet_us_ex ul li {
    margin-bottom: 15px;
}.meet_us_ex ul li h4 {
    font-size: calc(24px - 1px);
    margin-bottom: 10px;
}}.privacy_refuge_ex {
    background-color: #ffffff;
    height: auto;
    font-family: Arial, sans-serif;
    color: #000000;
    width: 100%;
    overflow: hidden;
    padding: 50px;
    border: 1px solid rgba(0, 0, 0, 0.5);
}.privacy_refuge_ex h1 {
    padding-bottom: 15px;
    color: rgb(147,147,149);
    margin-bottom: 40px;
    border-bottom: 3px solid rgb(147,147,149);
    font-size: 47px;
    margin-top: 0;
    font-weight: 700;
    text-transform: uppercase;
}.privacy_refuge_ex h2 {
    margin-top: 30px;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 10px;
    color: rgb(110,110,113);
    margin-bottom: 20px;
    border-bottom: 2px solid rgb(110,110,113);
}.privacy_refuge_ex h3, .privacy_refuge_ex h4, .privacy_refuge_ex h5, .privacy_refuge_ex h6 {
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 15px;
    color: rgb(147,147,149);
    margin-top: 25px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgb(147,147,149,0.5);
}.privacy_refuge_ex ul, .privacy_refuge_ex ol {
    padding-left: 0;
    list-style-type: none;
    margin: 20px 0;
}.privacy_refuge_ex ul li::before {
    color: rgb(110,110,113);
    width: 1em;
    content: '•';
    margin-left: -1em;
    display: inline-block;
}.privacy_refuge_ex ol li {
    counter-increment: list;
}.privacy_refuge_ex ol li::before {
    content: counter(list) ".";
    color: rgb(110,110,113);
    width: 1em;
    display: inline-block;
    margin-left: -1em;
}.privacy_refuge_ex li {
    margin-bottom: 10px;
    padding-left: 5px;
}.privacy_refuge_ex section {
    padding: 30px;
    background: rgb(110,110,113,0.5);
    border: 1px solid rgb(147,147,149,0.5);
    border-radius: 10px;
}.privacy_refuge_ex p, .privacy_refuge_ex span, .privacy_refuge_ex div {
    line-height: 1.8;
    color: #000000;
    margin-bottom: 20px;
    font-size: 16px;
}

@media only screen and (max-width: 800px) {.privacy_refuge_ex {
    padding: 25px;
}.privacy_refuge_ex h1 {
    font-size: calc(23px - 10px);
}.privacy_refuge_ex h2 {
    font-size: calc(23px - 8px);
}.privacy_refuge_ex h3, .privacy_refuge_ex h4, .privacy_refuge_ex h5, .privacy_refuge_ex h6 {
    font-size: calc(19px - 6px);
}.privacy_refuge_ex ul, .privacy_refuge_ex ol {
    margin-left: 15px;
}}

.privacy_refuge_ex a {
    text-decoration: none;
    color: rgb(147,147,149);
    border-bottom: 2px solid rgb(147,147,149,0.5);
}.privacy_refuge_ex a:hover {
    text-decoration: underline;
    border-bottom: 2px solid rgb(147,147,149);
}.title_section_ex {
    display: flex;
    background-color: #000000;
    overflow: hidden;
    min-height: 100vh;
    align-items: center;
    position: relative;
    background-image: linear-gradient(135deg, rgba(94,170,168,0.05) 0%, rgba(94,170,168,0.1) 50%, rgba(94,170,168,0.05) 100%);
}.title_section_ex::before {
    animation: backgroundShift 60s linear infinite;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background-size: 30px 30px;
    background-position: 0 0, 0 15px, 15px -15px, -15px 0px;
    left: 0;
    content: '';
    background-image: 
        linear-gradient(45deg, rgba(94,170,168,0.03) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(94,170,168,0.03) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(94,170,168,0.03) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(94,170,168,0.03) 75%);
    position: absolute;
}.title_section_ex .full_width_image_ex {
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    position: absolute;
    transform: scale(1.05);
    left: 0;
    opacity: 0.4;
    animation: subtleZoom 20s ease-in-out infinite alternate;
}.title_section_ex .full_width_image_ex::after {
    mix-blend-mode: multiply;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        135deg, 
        rgba(0,0,20,0.9) 0%, 
        rgba(0,0,20,0.6) 50%, 
        rgba(0,0,20,0.9) 100%
    );
    top: 0;
    left: 0;
    content: '';
    position: absolute;
}.title_section_ex .mastery_zone_ex {
    position: relative;
    grid-template-columns: 1fr;
    z-index: 5;
    margin: 0 auto;
    transform: translateY(0);
    gap: 2rem;
    max-width: 1200px;
    padding: 3rem;
    display: grid;
    animation: floatIn 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}.title_section_ex h1 {
    transform: translateY(30px);
    margin: 0;
    opacity: 0;
    font-size: clamp(2rem, 4vw, 48px);
    animation: slideUp 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.3s forwards;
    position: relative;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
    font-weight: 700;
}.title_section_ex h1::after {
    background: rgb(110,110,113);
    bottom: -12px;
    width: 60px;
    left: 0;
    height: 3px;
    transform: scaleX(0);
    animation: expandLine 1.2s cubic-bezier(0.25, 1, 0.5, 1) 1s forwards;
    transform-origin: left;
    position: absolute;
    content: '';
}.title_section_ex .text_holder_ex {
    gap: 2rem;
    flex-direction: column;
    animation: slideUp 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.5s forwards;
    display: flex;
    transform: translateY(30px);
    opacity: 0;
}.title_section_ex p {
    padding-left: 0;
    transform: translateY(20px);
    font-size: clamp(1rem, 1.5vw, 12px);
    color: #ffffff;
    max-width: 600px;
    opacity: 0;
    position: relative;
    animation: slideUp 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.7s forwards;
    line-height: 1.6;
    margin: 0;
}.title_section_ex .start_primary_ex {
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 2rem 0;
    display: flex;
}.title_section_ex svg {
    animation: popIn 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.9s forwards;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    height: 120px;
    filter: drop-shadow(0 5px 15px rgba(94,170,168,0.2));
    opacity: 0;
    transform: translateY(20px);
    width: 120px;
}.title_section_ex svg:hover {
    transform: translateY(-5px) scale(1.05);
}.title_section_ex svg path {
    fill: rgb(94,170,168);
    transition: fill 0.3s ease;
}.title_section_ex svg text {
    font-family: Arial, sans-serif;
    transition: fill 0.3s ease;
}.title_section_ex h6 {
    margin: 1rem 0 0;
    animation: slideUp 0.9s cubic-bezier(0.22, 1, 0.36, 1) 1.1s forwards;
    opacity: 0;
    transform: translateY(20px);
}.title_section_ex .support_list_ex {
    display: inline-flex;
    background-color: rgb(147,147,149);
    overflow: hidden;
    position: relative;
    padding: 1rem 2rem;
    align-items: center;
    box-shadow: 0 4px 20px rgba(94,170,168,0.3), 0 2px 5px rgba(0,0,0,0.1);
    font-size: 14px;
    justify-content: center;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    color: #ffffff;
    border: none;
    transform: translateY(0);
    font-weight: 600;
}.title_section_ex .support_list_ex::before {
    height: 100%;
    top: 0;
    left: -100%;
    width: 100%;
    content: '';
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,0.2),
        transparent
    );
    transition: left 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    position: absolute;
}.title_section_ex .support_list_ex:hover {
    background-color: rgb(110,110,113);
    box-shadow: 0 7px 25px rgba(94,170,168,0.4), 0 3px 8px rgba(0,0,0,0.15);
    transform: translateY(-3px);
}.title_section_ex .support_list_ex:hover::before {
    left: 100%;
}

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

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

@keyframes popIn {
    0% {
        transform: translateY(20px) scale(0.9);
        opacity: 0;
    }
    70% {
        transform: translateY(-5px) scale(1.05);
    }
    100% {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}

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

@keyframes subtleZoom {
    0% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1.15);
    }
}

@keyframes backgroundShift {
    0% {
        background-position: 0 0, 0 15px, 15px -15px, -15px 0px;
    }
    100% {
        background-position: 100px 100px, 100px 115px, 115px 85px, 85px 100px;
    }
}

@media (min-width: 768px) {.title_section_ex .mastery_zone_ex {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    padding: 4rem;
    align-items: center;
}.title_section_ex h1 {
    font-size: 48px;
}.title_section_ex h1::after {
    width: 80px;
}.title_section_ex p {
    font-size: 12px;
}.title_section_ex svg {
    height: 150px;
    width: 150px;
}.title_section_ex::before {
    background-size: 50px 50px;
}
}

@media (min-width: 992px) {.title_section_ex .mastery_zone_ex {
    padding: 5rem;
    gap: 4rem;
}.title_section_ex .full_width_image_ex {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 0, 15% 0, 25% 8%, 85% 8%, 95% 0, 100% 0);
}.title_section_ex h1::after {
    width: 100px;
}.title_section_ex svg {
    height: 180px;
    width: 180px;
}.title_section_ex .text_holder_ex {
    padding-right: 2rem;
}
}

@media (min-width: 1200px) {.title_section_ex .mastery_zone_ex {
    padding: 6rem;
}.title_section_ex .support_list_ex {
    padding: 1.25rem 2.5rem;
}
}

@media (max-width: 767px) {.title_section_ex {
    min-height: 80vh;
}.title_section_ex .mastery_zone_ex {
    padding: 2rem;
}.title_section_ex h1 {
    font-size: 1.75rem;
}.title_section_ex p {
    font-size: 1rem;
}.title_section_ex svg {
    width: 100px;
    height: 100px;
}.title_section_ex .support_list_ex {
    padding: 0.875rem 1.75rem;
    font-size: 0.9rem;
}}.cookieWarningContainer_ex {
    z-index: 90;
    border-top: 2px solid rgb(147,147,149);
    bottom: 0;
    background: rgb(184,184,187);
    position: fixed;
    width: 100%;
}.cookie_apply_ex {
    display: flex;
    padding: 20px 0;
    align-items: center;
    justify-content: space-between;
}.cookieWarningContainer_ex h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.cookieWarningContainer_ex p {
    font-size: 18px;
}.track_cookies_ex {
    flex-shrink: 0;
    margin-right: 10px;
}.track_cookies_ex svg, .track_cookies_ex svg path, .track_cookies_ex img {
    height: 100px;
    fill: rgb(147,147,149);
    width: 100px;
}.consent_track_ex {
    line-height: 35px;
    color: rgb(147,147,149);
    white-space: nowrap;
    cursor: pointer;
    border-bottom: 2px solid rgb(147,147,149);
    font-size: 24px;
    flex-shrink: 0;
    text-decoration: none;
    min-width: 120px;
    text-align: center;
    margin-left: 10px;
}.cookieWarningContainer_ex p a {
    color: rgb(147,147,149);
    text-decoration: none;
}#windowConsentAlert_ex {
    display: none;
}#windowConsentAlert_ex:checked ~ .cookieWarningContainer_ex {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 1200px) {.cookieWarningContainer_ex {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.track_cookies_ex {
    display: none;
}.cookie_apply_ex {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.cookieWarningContainer_ex h5 {
    text-align: center;
}.cookieWarningContainer_ex p {
    text-align: center;
}.online_tracking_ex {
    margin-bottom: 20px;
}body .wrapper-holder_ex .consent_track_ex {
    margin-left: 0;
}}
.wrapper-holder_ex .cookie_apply_ex {
    justify-content: flex-end;
}.wrapper-holder_ex .consent_track_ex {
    background: rgb(147,147,149);
    padding: 10px;
    margin-left: 30px;
    color: #ffffff;
    font-size: 20px;
}.wrapper-holder_ex .online_tracking_ex {
    text-align: right;
}
@media only screen and (max-width: 800px)  {.wrapper-holder_ex .consent_track_ex {
    margin-left: 0;
    margin-bottom: 10px;
}}.contacts_ex {
    background: linear-gradient(135deg, rgb(147,147,149,0.5) 0%, rgb(184,184,187) 100%);
    overflow: hidden;
    position: relative;
    padding: 4rem 0;
}.contacts_ex::before {
    animation: backgroundShift 30s infinite linear;
    z-index: 0;
    content: "";
    height: 100%;
    top: 0;
    opacity: 0.3;
    position: absolute;
    background-size: 120px 120px;
    left: 0;
    background-position: 0 0, 60px 60px, 30px 90px, 90px 30px;
    width: 100%;
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(110,110,113,0.5) 1px, transparent 4px),
        radial-gradient(circle at 30% 50%, rgb(110,110,113,0.5) 1px, transparent 4px),
        radial-gradient(circle at 70% 80%, rgb(110,110,113,0.5) 1px, transparent 4px),
        radial-gradient(circle at 90% 30%, rgb(110,110,113,0.5) 1px, transparent 4px);
}@keyframes backgroundShift {
    0% {
        background-position: 0 0, 60px 60px, 30px 90px, 90px 30px;
    }
    50% {
        background-position: 30px 30px, 90px 90px, 60px 120px, 120px 60px;
    }
    100% {
        background-position: 0 0, 60px 60px, 30px 90px, 90px 30px;
    }
}

.contacts_ex .container {
    z-index: 1;
    max-width: 1200px;
    position: relative;
    padding: 0 1.5rem;
    margin: 0 auto;
}.contacts_ex .message_page_ex {
    border: 1px solid rgba(255, 255, 255, 0.1);
    grid-template-columns: 1fr 1fr 1fr;
    border-radius: 21px;
    gap: 2rem;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    display: grid;
    backdrop-filter: blur(5px);
    position: relative;
    transition: all 0.3s ease;
    padding: 2.5rem;
}.contacts_ex .message_page_ex::before {
    content: "";
    z-index: -1;
    top: -2px;
    animation: borderGlow 6s infinite linear;
    left: -2px;
    background: linear-gradient(45deg, rgb(147,147,149) 0%, transparent 30%, transparent 70%, rgb(110,110,113) 100%);
    position: absolute;
    right: -2px;
    opacity: 0.5;
    border-radius: calc(21px + 2px);
    bottom: -2px;
}@keyframes borderGlow {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.6;
    }
    100% {
        opacity: 0.3;
    }
}

.contacts_ex .reach_team_ex {
    flex-direction: column;
    display: flex;
    position: relative;
    z-index: 1;
}.contacts_ex .reach_team_ex h2 {
    font-weight: 700;
    font-size: 31px;
    padding-bottom: 0.8rem;
    color: rgb(110,110,113);
    position: relative;
    margin-bottom: 1.5rem;
}.contacts_ex .reach_team_ex h2::after {
    content: "";
    border-radius: 10px;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, rgb(147,147,149) 0%, rgb(110,110,113) 100%);
    width: 60px;
    bottom: 0;
    position: absolute;
}.contacts_ex .reach_contact_ex {
    font-size: calc(13px * 1.2);
    margin-bottom: 1rem;
    font-weight: 600;
    color: rgb(147,147,149);
}.contacts_ex .contact_map_ex {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 2rem;
    color: #000000;
}.contacts_ex .reach_team_ex p {
    font-size: 13px;
    align-items: center;
    color: #000000;
    display: flex;
    margin-bottom: 1rem;
}.contacts_ex .reach_team_ex p span {
    margin-left: 0.5rem;
    font-weight: 600;
}.contacts_ex .assist_experts_ex {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 1.5rem;
    margin-top: 2rem;
}.contacts_ex .assist_experts_ex h3 {
    margin-bottom: 1rem;
    font-weight: 600;
    color: rgb(110,110,113);
    font-size: 20px;
}.contacts_ex .edu_asksup_ex {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
    gap: 0.8rem;
}.contacts_ex .edu_asksup_ex span {
    display: block;
    border-radius: 10px;
    transition: all 0.3s ease;
    color: #000000;
    text-align: center;
    padding: 0.5rem;
    font-size: calc(13px * 0.9);
    background: rgba(255, 255, 255, 0.05);
}.contacts_ex .edu_asksup_ex span:hover {
    background: rgb(147,147,149,0.5);
    transform: translateY(-3px);
}.contacts_ex .reach_team_ex .full_width_image_ex {
    border-radius: 21px;
    width: 100%;
    min-height: 300px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    position: relative;
    height: 100%;
}.contacts_ex .reach_team_ex .full_width_image_ex::before {
    position: absolute;
    content: "";
    width: 100%;
    background: linear-gradient(180deg, transparent 60%, rgb(147,147,149,0.5) 100%);
    top: 0;
    z-index: 1;
    left: 0;
    height: 100%;
}.contacts_ex .support_center_ex {
    display: flex;
    justify-content: center;
    flex-direction: column;
}.contacts_ex .support_center_ex a {
    display: flex;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 21px;
    position: relative;
    margin-bottom: 2rem;
    flex-direction: column;
    padding: 1.2rem;
    text-decoration: none;
    transition: all 0.3s ease;
    overflow: hidden;
}.contacts_ex .support_center_ex a::before {
    top: 0;
    transition: all 0.3s ease;
    left: 0;
    height: 100%;
    content: "";
    width: 4px;
    background: rgb(147,147,149);
    position: absolute;
}.contacts_ex .support_center_ex a:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
}.contacts_ex .support_center_ex a:hover::before {
    width: 8px;
}.contacts_ex .support_center_ex a span {
    color: rgb(110,110,113);
    font-size: calc(13px * 0.85);
    display: flex;
    font-weight: 600;
    align-items: center;
    margin-bottom: 0.5rem;
}.contacts_ex .support_center_ex a p {
    font-size: 13px;
    font-weight: 600;
    margin: 0;
    color: #ffffff;
}.contacts_ex svg {
    height: 20px;
    transition: all 0.3s ease;
    margin-right: 0.8rem;
    width: 20px;
    fill: rgb(110,110,113);
}.contacts_ex svg path {
    fill: rgb(110,110,113);
    transition: all 0.3s ease;
}.contacts_ex .support_center_ex a:hover svg,
.contacts_ex .support_center_ex a:hover svg path {
    transform: scale(1.1);
    fill: rgb(147,147,149);
}

@media (max-width: 1024px) {.contacts_ex .message_page_ex {
    grid-template-columns: 1fr 1fr;
}.contacts_ex .reach_team_ex:first-child {
    grid-column: span 2;
}.contacts_ex .reach_team_ex .full_width_image_ex {
    min-height: 250px;
}
}

@media (max-width: 768px) {.contacts_ex {
    padding: 3rem 0;
}.contacts_ex .message_page_ex {
    padding: 2rem;
    grid-template-columns: 1fr;
}.contacts_ex .reach_team_ex:first-child {
    grid-column: span 1;
}.contacts_ex .edu_asksup_ex {
    grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));
}.contacts_ex .reach_team_ex .full_width_image_ex {
    min-height: 200px;
}.contacts_ex .support_center_ex a {
    padding: 1rem;
}
}

@media (max-width: 480px) {.contacts_ex {
    padding: 2rem 0;
}.contacts_ex .message_page_ex {
    padding: 1.5rem;
    gap: 1.5rem;
}.contacts_ex .reach_team_ex h2 {
    font-size: calc(31px * 0.85);
}.contacts_ex .edu_asksup_ex {
    grid-template-columns: repeat(2, 1fr);
}.contacts_ex .support_center_ex a {
    margin-bottom: 1rem;
}}

.contacts_ex .message_page_ex:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.contacts_ex .container::after {
    right: -40px;
    width: 150px;
    position: absolute;
    z-index: -1;
    content: "";
    bottom: -40px;
    filter: blur(50px);
    background: rgb(147,147,149,0.5);
    border-radius: 50%;
    opacity: 0.2;
    height: 150px;
}.contacts_ex .container::before {
    left: -40px;
    position: absolute;
    width: 120px;
    background: rgb(110,110,113,0.5);
    height: 120px;
    content: "";
    filter: blur(40px);
    border-radius: 50%;
    opacity: 0.2;
    z-index: -1;
    top: -40px;
}.course_instructor_ex {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(184,184,187) 0%, #ffffff 100%);
    padding: 5rem 0;
}.course_instructor_ex::before {
    background-size: 120px 120px;
    height: 100%;
    opacity: 0.1;
    z-index: 0;
    position: absolute;
    content: "";
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(147,147,149,0.5) 49.5%, rgb(147,147,149,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(110,110,113,0.5) 49.5%, rgb(110,110,113,0.5) 50.5%, transparent 50.5%);
    transform: perspective(1000px) rotateX(5deg);
    top: 0;
    width: 100%;
    left: 0;
}.course_instructor_ex .container {
    max-width: 1200px;
    z-index: 1;
    position: relative;
    transform-style: preserve-3d;
    perspective: 1000px;
    margin: 0 auto;
}.course_instructor_ex .client_ratings_ex {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    grid-gap: 2rem;
    grid-template-columns: 1fr;
    position: relative;
    transform: perspective(1000px) rotateY(-2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(0, 0, 0, 0.02);
    padding: 3rem;
    background: #ffffff;
    display: grid;
}.course_instructor_ex .client_ratings_ex:hover {
    transform: perspective(1000px) rotateY(0deg);
}.course_instructor_ex .client_ratings_ex::before {
    bottom: -10px;
    left: -10px;
    background: linear-gradient(135deg, rgb(147,147,149,0.5) 0%, rgb(110,110,113,0.5) 100%);
    top: -10px;
    filter: blur(8px);
    right: -10px;
    position: absolute;
    transition: opacity 0.5s ease;
    content: "";
    opacity: 0;
    z-index: -1;
}.course_instructor_ex .client_ratings_ex:hover::before {
    opacity: 0.7;
}.course_instructor_ex .client_ratings_ex > div:nth-child(1) {
    grid-area: photo;
}.course_instructor_ex .client_ratings_ex > div:nth-child(2) {
    grid-area: info;
}.course_instructor_ex .client_ratings_ex > div:nth-child(3) {
    grid-area: quote;
}.course_instructor_ex .full_width_image_ex {
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    width: 240px;
    height: 240px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    position: relative;
    transform: translateZ(30px);
    clip-path: polygon(0% 15%, 15% 0%, 85% 0%, 100% 15%, 100% 85%, 85% 100%, 15% 100%, 0% 85%);
}.course_instructor_ex .client_ratings_ex:hover .full_width_image_ex {
    transform: translateZ(50px) scale(1.05);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
}.course_instructor_ex .full_width_image_ex::after {
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background: linear-gradient(135deg, rgb(147,147,149,0.5) 0%, transparent 100%);
    position: absolute;
    top: 0;
    content: "";
    left: 0;
    transition: opacity 0.4s ease;
}.course_instructor_ex .client_ratings_ex:hover .full_width_image_ex::after {
    opacity: 0.5;
}.course_instructor_ex .name {
    transition: transform 0.3s ease;
    transform: translateZ(15px);
    color: rgb(147,147,149);
    font-size: calc(21px * 1.2);
    margin: 0 0 0.5rem;
    position: relative;
    font-weight: 700;
}.course_instructor_ex .name::after {
    transform: scaleX(0.7);
    left: 0;
    bottom: -10px;
    transition: transform 0.4s ease-out;
    height: 3px;
    content: "";
    width: 60px;
    background: rgb(110,110,113);
    position: absolute;
    transform-origin: left;
}.course_instructor_ex .client_ratings_ex:hover .name::after {
    transform: scaleX(1);
}.course_instructor_ex .client_ratings_ex > div:nth-child(2) > div {
    font-weight: 600;
    margin-top: 1.5rem;
    font-family: Arial, sans-serif;
    transform: translateZ(10px);
    font-size: calc(14px * 1.1);
    color: rgb(110,110,113);
    position: relative;
}.course_instructor_ex .exp_table_ex {
    font-size: 14px;
    position: relative;
    font-family: Arial, sans-serif;
    color: #000000;
    line-height: 1.8;
    transform: translateZ(5px);
    text-align: justify;
}.course_instructor_ex .exp_table_ex::before {
    content: "";
    position: absolute;
    top: -3.5rem;
    opacity: 0.2;
    color: rgb(147,147,149,0.5);
    transform: translateZ(5px);
    font-family: Georgia, serif;
    font-size: 6rem;
    left: -1.5rem;
    transition: all 0.4s ease;
}.course_instructor_ex .client_ratings_ex:hover .exp_table_ex::before {
    opacity: 0.4;
    transform: translateZ(15px) translateY(-10px);
}

@media (min-width: 768px) {.course_instructor_ex .client_ratings_ex {
    align-items: center;
    grid-template-areas:
            "photo info"
            "quote quote";
    grid-template-columns: auto 1fr;
    padding: 4rem;
}.course_instructor_ex .client_ratings_ex > div:nth-child(2) {
    padding-left: 2rem;
}.course_instructor_ex .exp_table_ex {
    margin-top: 2rem;
}
}

@media (min-width: 992px) {.course_instructor_ex {
    padding: 8rem 0;
}.course_instructor_ex .client_ratings_ex {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
    padding: 5rem;
    grid-template-areas:
            "photo info"
            "photo quote";
}.course_instructor_ex .exp_table_ex {
    padding-left: 2rem;
    margin-top: 0;
}.course_instructor_ex .full_width_image_ex {
    width: 280px;
    height: 280px;
}
}

@media (max-width: 767px) {.course_instructor_ex .client_ratings_ex {
    grid-template-areas:
            "full_width_image_ex"
            "request_map_ex"
            "exp_table_ex";
    padding: 2rem;
    transform: perspective(1000px) rotateY(0deg);
}.course_instructor_ex .full_width_image_ex {
    width: 180px;
    height: 180px;
    margin: 0 auto;
}.course_instructor_ex .name {
    margin-top: 1.5rem;
    text-align: center;
}.course_instructor_ex .name::after {
    transform: translateX(-50%) scaleX(0.7);
    left: 50%;
}.course_instructor_ex .client_ratings_ex:hover .name::after {
    transform: translateX(-50%) scaleX(1);
}.course_instructor_ex .client_ratings_ex > div:nth-child(2) > div {
    margin-top: 1rem;
    text-align: center;
}.course_instructor_ex .exp_table_ex {
    text-align: left;
    margin-top: 1.5rem;
}}.thxMessage_ex {
    background: linear-gradient(135deg, rgb(184,184,187) 0%, rgb(147,147,149,0.5) 100%);
    position: relative;
    overflow: hidden;
    font-family: Arial, sans-serif;
    padding: 120px 0;
}.thxMessage_ex::before {
    right: -50px;
    border-radius: 50%;
    position: absolute;
    content: "";
    top: -50px;
    animation: float 15s infinite ease-in-out;
    background: rgb(110,110,113,0.5);
    width: 200px;
    filter: blur(60px);
    z-index: 0;
    height: 200px;
}.thxMessage_ex::after {
    height: 5px;
    position: absolute;
    content: "";
    z-index: 1;
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(147,147,149), transparent);
    width: 100%;
    bottom: 0;
}.thxMessage_ex .container {
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.thxMessage_ex h2 {
    color: #000000;
    line-height: 1.4;
    position: relative;
    margin-bottom: 40px;
    font-size: 29px;
    opacity: 1;
    animation: slideInUp 0.8s ease-out forwards;
    max-width: 800px;
    font-weight: 700;
    transform: translateY(0);
}.thxMessage_ex h2::after {
    transform-origin: left;
    height: 3px;
    content: "";
    background: rgb(147,147,149);
    transition: transform 0.5s ease;
    width: 60px;
    left: 0;
    transform: scaleX(1);
    position: absolute;
    bottom: -15px;
}.thxMessage_ex .mastery_zone_ex {
    animation: fadeInUp 1s ease-out 0.3s forwards;
    transform: translateY(20px);
    padding: 40px;
    opacity: 0;
    border-left: 4px solid rgb(147,147,149);
    box-shadow: 0 10px 30px rgba(0,0,0,0.07);
    background: #ffffff;
    position: relative;
}.thxMessage_ex .mastery_zone_ex::before {
    background-size: 20px 20px;
    background: linear-gradient(45deg, transparent 49.5%, rgb(110,110,113,0.5) 49.5%, rgb(110,110,113,0.5) 50.5%, transparent 50.5%);
    z-index: -1;
    left: 0;
    width: 100%;
    content: "";
    top: 0;
    position: absolute;
    opacity: 0.05;
    height: 100%;
}.thxMessage_ex ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.thxMessage_ex li {
    padding-left: 25px;
    position: relative;
}.thxMessage_ex li::before {
    top: 10px;
    transform: rotate(45deg);
    left: 0;
    background: rgb(147,147,149);
    content: "";
    height: 8px;
    position: absolute;
    width: 8px;
    transition: transform 0.3s ease;
}.thxMessage_ex li:hover::before {
    transform: rotate(225deg);
}.thxMessage_ex span {
    color: #000000;
    line-height: 1.8;
    font-size: 17px;
    display: block;
}

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

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

@keyframes float {
    0%, 100% {
        transform: translateY(0) translateX(0);
    }
    25% {
        transform: translateY(-15px) translateX(15px);
    }
    50% {
        transform: translateY(0) translateX(30px);
    }
    75% {
        transform: translateY(15px) translateX(15px);
    }
}

@media (max-width: 991px) {.thxMessage_ex {
    padding: 80px 0;
}.thxMessage_ex h2 {
    max-width: 100%;
    font-size: calc(29px * 0.9);
}.thxMessage_ex .mastery_zone_ex {
    padding: 30px;
}
}

@media (max-width: 767px) {.thxMessage_ex {
    padding: 60px 0;
}.thxMessage_ex h2 {
    margin-bottom: 30px;
    font-size: calc(29px * 0.8);
}.thxMessage_ex h2::after {
    width: 40px;
}.thxMessage_ex .mastery_zone_ex {
    padding: 25px 20px;
}.thxMessage_ex span {
    font-size: calc(17px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 480px) {.thxMessage_ex {
    padding: 40px 0;
}.thxMessage_ex h2 {
    font-size: calc(29px * 0.7);
    margin-bottom: 25px;
}.thxMessage_ex .mastery_zone_ex {
    padding: 20px 15px;
    border-left-width: 3px;
}.thxMessage_ex li {
    padding-left: 20px;
}.thxMessage_ex li::before {
    top: 8px;
    height: 6px;
    width: 6px;
}.thxMessage_ex span {
    line-height: 1.6;
    font-size: calc(17px * 0.9);
}}.join_our_mailing_list_ex {
    overflow: hidden;
    padding: 6rem 2rem;
    background: #ffffff;
    position: relative;
}.join_our_mailing_list_ex::before {
    width: 100%;
    background-size: 4px 4px;
    background-image: linear-gradient(
        90deg,
        rgb(184,184,187) 0%,
        rgb(184,184,187) 50%,
        transparent 50%,
        transparent 100%
    );
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    opacity: 0.3;
}.join_our_mailing_list_ex .container {
    z-index: 1;
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
}.join_our_mailing_list_ex .mastery_zone_ex {
    flex-direction: column;
    display: flex;
    position: relative;
}.join_our_mailing_list_ex .mastery_zone_ex::before {
    color: rgb(147,147,149);
    position: absolute;
    letter-spacing: 0.5rem;
    transform: translate(-50%, -50%);
    opacity: 0.04;
    z-index: -1;
    font-size: 12rem;
    white-space: nowrap;
    font-weight: 700;
    font-family: Arial, sans-serif;
    top: 50%;
    left: 50%;
}.join_our_mailing_list_ex p {
    color: #000000;
    max-width: 70%;
    font-family: Arial, sans-serif;
    line-height: 1.3;
    font-weight: 700;
    font-size: 39px;
    transform: translateX(15%);
    margin-bottom: 4rem;
    position: relative;
}.join_our_mailing_list_ex p::after {
    bottom: -20px;
    height: 5px;
    transform-origin: left;
    width: 100px;
    background: rgb(147,147,149);
    animation: expandLine 1.5s cubic-bezier(.17,.67,.83,.67) forwards;
    content: "";
    left: 0;
    position: absolute;
}.join_our_mailing_list_ex .input_holder {
    display: grid;
    z-index: 2;
    position: relative;
    max-width: 80%;
    transform: translateX(-15%);
    margin-left: auto;
    grid-template-columns: 3fr 1fr;
}.join_our_mailing_list_ex .input_holder::before {
    background: #000000;
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    content: "";
    transition: transform 0.3s ease;
    transform: translate(10px, 10px);
    opacity: 0.02;
}.join_our_mailing_list_ex .input_holder:hover::before {
    transform: translate(5px, 5px);
}.join_our_mailing_list_ex .join_block_ex {
    border-right: none;
    border: 2px solid #000000;
    font-family: Arial, sans-serif;
    color: #000000;
    transition: all 0.3s ease;
    outline: none;
    font-size: 17px;
    padding: 1.5rem;
    background: #ffffff;
}.join_our_mailing_list_ex .join_block_ex:focus {
    border-color: rgb(147,147,149);
}.join_our_mailing_list_ex .support_list_ex {
    font-size: 19px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    letter-spacing: 1px;
    padding: 0 2rem;
    border: 2px solid #000000;
    color: #ffffff;
    font-family: Arial, sans-serif;
    background: #000000;
}.join_our_mailing_list_ex .support_list_ex::after {
    background: rgb(147,147,149);
    width: 200%;
    height: 200%;
    opacity: 0;
    transform: scale(0);
    content: "";
    top: -50%;
    position: absolute;
    z-index: -1;
    transition: transform 0.5s ease, opacity 0.5s ease;
    left: -50%;
    border-radius: 50%;
}.join_our_mailing_list_ex .support_list_ex:hover {
    color: #ffffff;
    border-color: rgb(147,147,149);
    background: transparent;
}.join_our_mailing_list_ex .support_list_ex:hover::after {
    transform: scale(1);
    opacity: 1;
}@keyframes expandLine {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes floatingItem {
    0%, 100% {
        transform: translateY(0) rotate(0);
    }
    50% {
        transform: translateY(-15px) rotate(5deg);
    }
}

.join_our_mailing_list_ex::after {
    height: 300px;
    filter: blur(100px);
    width: 300px;
    background: linear-gradient(
        45deg,
        rgb(147,147,149,0.5),
        rgb(110,110,113,0.5)
    );
    opacity: 0.1;
    animation: floatingItem 20s ease-in-out infinite;
    position: absolute;
    right: -150px;
    content: "";
    top: -150px;
    border-radius: 50%;
}

@media (max-width: 992px) {.join_our_mailing_list_ex p {
    transform: translateX(10%);
    max-width: 80%;
    font-size: 32px;
}.join_our_mailing_list_ex .input_holder {
    transform: translateX(-10%);
    max-width: 90%;
}.join_our_mailing_list_ex .mastery_zone_ex::before {
    font-size: 8rem;
}
}

@media (max-width: 768px) {.join_our_mailing_list_ex {
    padding: 4rem 1.5rem;
}.join_our_mailing_list_ex p {
    transform: none;
    font-size: calc(32px * 0.8);
    max-width: 100%;
}.join_our_mailing_list_ex .input_holder {
    transform: none;
    gap: 1rem;
    grid-template-columns: 1fr;
    max-width: 100%;
}.join_our_mailing_list_ex .join_block_ex {
    padding: 1.2rem;
    border: 2px solid #000000;
}.join_our_mailing_list_ex .support_list_ex {
    padding: 1.2rem;
}.join_our_mailing_list_ex .mastery_zone_ex::before {
    font-size: 5rem;
}
}

@media (max-width: 576px) {.join_our_mailing_list_ex {
    padding: 3rem 1rem;
    margin: 4rem 0;
}.join_our_mailing_list_ex p {
    margin-bottom: 3rem;
    font-size: 19px;
}.join_our_mailing_list_ex p::after {
    width: 60px;
    height: 3px;
}.join_our_mailing_list_ex .mastery_zone_ex::before {
    font-size: 3.5rem;
}.join_our_mailing_list_ex .join_block_ex,
    .join_our_mailing_list_ex .support_list_ex {
    padding: 1rem;
}}.course_highlights_ex {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background-color: rgb(184,184,187);
}.course_highlights_ex::before {
    width: 100%;
    background: 
        linear-gradient(135deg, rgb(147,147,149,0.5) 0%, transparent 40%),
        linear-gradient(225deg, rgb(110,110,113,0.5) 0%, transparent 40%);
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 1;
    left: 0;
    content: "";
}.course_highlights_ex::after {
    content: "";
    top: 0;
    width: 100%;
    background-size: 120px 120px, 120px 120px;
    position: absolute;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(147,147,149,0.5) 0%, transparent 8%),
        radial-gradient(circle at 80% 70%, rgb(110,110,113,0.5) 0%, transparent 8%);
    z-index: 1;
    left: 0;
    height: 100%;
}.course_highlights_ex .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 3;
    padding: 0 20px;
}.course_highlights_ex .learn_career_ex {
    flex-direction: column;
    display: flex;
}.course_highlights_ex .text_holder_ex {
    border-radius: 25px;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.3);
    position: relative;
    z-index: 4;
    border-top: 3px solid rgb(147,147,149);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    padding: 50px;
    margin-bottom: 60px;
    border-bottom: 3px solid rgb(110,110,113);
}.course_highlights_ex .text_holder_ex::before {
    position: absolute;
    height: 100%;
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.1;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(147,147,149,0.5) 49%, rgb(147,147,149,0.5) 51%, transparent 52%) 0 0 / 20px 20px,
        linear-gradient(135deg, transparent 48%, rgb(110,110,113,0.5) 49%, rgb(110,110,113,0.5) 51%, transparent 52%) 0 0 / 20px 20px;
}.course_highlights_ex .text_holder_ex h2 {
    margin-bottom: 30px;
    color: #ffffff;
    display: inline-block;
    font-weight: 700;
    position: relative;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 25px;
    padding-bottom: 15px;
    font-size: 38px;
}.course_highlights_ex .text_holder_ex h2::after {
    background: linear-gradient(90deg, rgb(147,147,149) 0%, rgb(110,110,113) 100%);
    width: 80px;
    height: 3px;
    position: absolute;
    border-radius: 10px;
    left: 0;
    bottom: 0;
    content: "";
}.course_highlights_ex .text_holder_ex .description {
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5);
    position: relative;
    padding: 15px 20px;
    border-radius: 10px;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.6);
    color: #000000;
    line-height: 1.8;
    border-left: 2px solid rgb(147,147,149);
    backdrop-filter: blur(3px);
    margin-bottom: 25px;
}.course_highlights_ex .text_holder_ex .description:last-child {
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.6);
    margin-bottom: 0;
    border-left: 2px solid rgb(110,110,113);
}.course_highlights_ex .full_width_image_ex {
    position: absolute;
    z-index: 2;
    height: 100%;
    width: 100%;
    left: 0;
    transform: scale(1.05);
    top: 0;
}.course_highlights_ex .full_width_image_ex::before {
    content: "";
    z-index: 2;
    left: 0;
    background: linear-gradient(to bottom, 
        rgba(0, 0, 0, 0.4) 0%, 
        rgba(0, 0, 0, 0.1) 50%,
        rgba(0, 0, 0, 0.4) 100%);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
}.course_highlights_ex .full_width_image_ex::after {
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 3;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 20px, rgba(255, 255, 255, 0.05) 20px, rgba(255, 255, 255, 0.05) 40px);
    height: 100%;
    content: "";
}

@keyframes gridAnimation {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

@media (max-width: 992px) {.course_highlights_ex {
    padding: 80px 0;
}.course_highlights_ex .text_holder_ex {
    padding: 40px;
    margin-bottom: 40px;
}.course_highlights_ex .full_width_image_ex {
    height: 60%;
}
}

@media (max-width: 768px) {.course_highlights_ex {
    padding: 60px 0;
}.course_highlights_ex .text_holder_ex {
    margin-bottom: 30px;
    padding: 30px;
}.course_highlights_ex .text_holder_ex h2 {
    margin-bottom: 20px;
    font-size: calc(38px * 0.9);
}.course_highlights_ex .full_width_image_ex {
    clip-path: polygon(0 20%, 100% 10%, 100% 100%, 0% 100%);
    height: 50%;
}
}

@media (max-width: 576px) {.course_highlights_ex {
    padding: 50px 0;
}.course_highlights_ex .text_holder_ex {
    padding: 25px 20px;
    margin-bottom: 20px;
}.course_highlights_ex .text_holder_ex h2 {
    margin-bottom: 15px;
    font-size: calc(38px * 0.8);
    padding-bottom: 10px;
}.course_highlights_ex .text_holder_ex .description {
    line-height: 1.7;
    padding-left: 15px;
    font-size: calc(14px * 0.95);
}.course_highlights_ex .full_width_image_ex {
    height: 40%;
    clip-path: polygon(0 15%, 100% 5%, 100% 100%, 0% 100%);
}}

.course_highlights_ex::before,
.course_highlights_ex::after,
.course_highlights_ex .text_holder_ex::before,
.course_highlights_ex .container::before,
.course_highlights_ex .container::after {
    pointer-events: none;
}.course_highlights_ex .learn_career_ex::after {
    background-size: 30px 30px;
    pointer-events: none;
    position: absolute;
    width: 100%;
    opacity: 0.3;
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(147,147,149,0.5) 0%, transparent 1%),
        radial-gradient(circle at 90% 90%, rgb(110,110,113,0.5) 0%, transparent 1%);
    height: 100%;
    left: 0;
    z-index: 1;
    content: "";
    top: 0;
}.connect_with_us_ex {
    background: linear-gradient(120deg, rgb(184,184,187) 0%, #1a1e2e 100%);
    overflow: hidden;
    position: relative;
    padding: 90px 0;
}.connect_with_us_ex::before {
    z-index: 0;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 50%, rgba(0, 0, 0, 0.4) 0%, transparent 40%),
        linear-gradient(0deg, transparent 80%, rgba(rgb(147,147,149), 0.05) 100%);
    top: 0;
    left: 0;
}.connect_with_us_ex::after {
    left: 0;
    background: 
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 20px);
    bottom: 0;
    width: 100%;
    z-index: 1;
    position: absolute;
    height: 100px;
    content: "";
}.connect_with_us_ex .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    padding: 0 20px;
}.connect_with_us_ex h2 {
    position: relative;
    margin-bottom: 70px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    font-size: 28px;
}.connect_with_us_ex h2::before {
    background: rgb(147,147,149);
    position: absolute;
    height: 2px;
    left: calc(50% - 50px);
    width: 30px;
    content: "";
    bottom: -20px;
}.connect_with_us_ex h2::after {
    height: 2px;
    content: "";
    background: rgb(147,147,149);
    left: calc(50% - 10px);
    width: 70px;
    bottom: -20px;
    position: absolute;
}.connect_with_us_ex .help_block_ex {
    background: rgba(0, 0, 0, 0.2);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.05);
    grid-template-columns: 6fr 4fr;
    border-radius: 15px;
    overflow: hidden;
    display: grid;
    backdrop-filter: blur(10px);
}.connect_with_us_ex .full_width_image_ex {
    min-height: 100%;
    position: relative;
}.connect_with_us_ex .full_width_image_ex::before {
    height: 100%;
    width: 100%;
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
    left: 0;
}.connect_with_us_ex .full_width_image_ex::after {
    width: 100%;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(rgb(147,147,149), 0.1) 10px, rgba(rgb(147,147,149), 0.1) 11px);
    left: 0;
    height: 100%;
    z-index: 2;
    content: "";
    top: 0;
    position: absolute;
    animation: scanLines 5s linear infinite;
}@keyframes scanLines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.connect_with_us_ex .support_widget_ex {
    padding: 50px;
    position: relative;
}.connect_with_us_ex .support_widget_ex::before {
    width: 100%;
    z-index: -1;
    position: absolute;
    background: radial-gradient(circle at 50% 30%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    left: 0;
    top: 0;
    content: "";
    height: 100%;
}.connect_with_us_ex #contact {
    flex-direction: column;
    gap: 25px;
    display: flex;
}.connect_with_us_ex h3 {
    display: inline-block;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 1px;
}.connect_with_us_ex h3::after {
    width: 50px;
    background: rgb(147,147,149);
    bottom: -10px;
    height: 2px;
    position: absolute;
    left: 0;
    content: "";
}.connect_with_us_ex input[type="text"] {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    position: relative;
    padding: 16px 20px;
    transition: all 0.3s ease;
    border-radius: 10px;
    font-size: 16px;
    background: rgba(0, 0, 0, 0.2);
}.connect_with_us_ex input[type="text"]:focus {
    border-color: rgb(147,147,149);
    box-shadow: 0 0 15px rgba(rgb(147,147,149), 0.2);
    background: rgba(0, 0, 0, 0.3);
    outline: none;
}.connect_with_us_ex input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}.connect_with_us_ex .reach_card_ex {
    gap: 12px;
    display: flex;
    align-items: flex-start;
    margin-top: 5px;
}.connect_with_us_ex .reach_card_ex input[type="checkbox"] {
    background: rgba(0, 0, 0, 0.2);
    width: 24px;
    cursor: pointer;
    margin-top: 2px;
    appearance: none;
    border-radius: 3px;
    position: relative;
    height: 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.connect_with_us_ex .reach_card_ex input[type="checkbox"]:checked {
    border-color: rgb(147,147,149);
    background: rgb(147,147,149);
}.connect_with_us_ex .reach_card_ex input[type="checkbox"]:checked::after {
    left: 9px;
    height: 10px;
    content: "";
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
    position: absolute;
    top: 6px;
    border: solid #ffffff;
    width: 6px;
}.connect_with_us_ex .reach_card_ex label {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
    font-size: calc(16px - 2px);
}.connect_with_us_ex .reach_card_ex a {
    transition: all 0.3s ease;
    color: rgb(147,147,149);
    text-decoration: none;
    position: relative;
}.connect_with_us_ex .reach_card_ex a:hover {
    color: #ffffff;
}.connect_with_us_ex .reach_card_ex a::after {
    width: 100%;
    left: 0;
    content: "";
    bottom: -2px;
    transition: all 0.3s ease;
    height: 1px;
    background: rgb(147,147,149);
    position: absolute;
}.connect_with_us_ex .reach_card_ex a:hover::after {
    background: #ffffff;
}.connect_with_us_ex .support_list_ex {
    border: none;
    color: #ffffff;
    font-size: 17px;
    background: rgb(147,147,149);
    margin-top: 10px;
    overflow: hidden;
    align-self: flex-start;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    position: relative;
    padding: 16px 35px;
    font-weight: 600;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    border-radius: 10px;
}.connect_with_us_ex .support_list_ex::before {
    height: 100%;
    position: absolute;
    left: -100%;
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: "";
    transition: all 0.5s ease;
}.connect_with_us_ex .support_list_ex:hover {
    transform: translateY(-3px);
    background: rgb(110,110,113);
}.connect_with_us_ex .support_list_ex:hover::before {
    left: 100%;
}.connect_with_us_ex svg {
    transition: all 0.3s ease;
    fill: rgb(147,147,149);
    filter: drop-shadow(0 0 5px rgba(rgb(147,147,149), 0.5));
    height: 22px;
    width: 22px;
}.connect_with_us_ex svg path {
    transition: all 0.3s ease;
    fill: rgb(147,147,149);
}.connect_with_us_ex svg:hover {
    transform: scale(1.1);
    fill: #ffffff;
}.connect_with_us_ex svg:hover path {
    fill: #ffffff;
}

@media (max-width: 992px) {.connect_with_us_ex {
    padding: 70px 0;
}.connect_with_us_ex .help_block_ex {
    grid-template-columns: 1fr;
}.connect_with_us_ex .full_width_image_ex {
    min-height: 300px;
}.connect_with_us_ex .support_widget_ex {
    padding: 40px 30px 50px;
}
}

@media (max-width: 768px) {.connect_with_us_ex {
    padding: 50px 0;
}.connect_with_us_ex h2 {
    font-size: calc(28px - 4px);
    margin-bottom: 50px;
}.connect_with_us_ex .full_width_image_ex {
    min-height: 250px;
}
}

@media (max-width: 576px) {.connect_with_us_ex {
    padding: 40px 0;
}.connect_with_us_ex .container {
    padding: 0 15px;
}.connect_with_us_ex h2 {
    margin-bottom: 40px;
    font-size: calc(28px - 6px);
}.connect_with_us_ex h2::before {
    width: 20px;
    left: calc(50% - 35px);
}.connect_with_us_ex h2::after {
    width: 50px;
}.connect_with_us_ex .support_widget_ex {
    padding: 30px 20px 40px;
}.connect_with_us_ex #contact {
    gap: 20px;
}.connect_with_us_ex .support_list_ex {
    width: 100%;
}.connect_with_us_ex .full_width_image_ex {
    min-height: 200px;
}
}