* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}a {
    text-decoration: none;
    color: inherit;
}header,footer {
    width: 100%;
}.container {
    width: 1265px;
    max-width: 100%;
    margin: auto;
}svg {
    height: 30px;
    width: 30px;
}.training_zone_base {
    flex: 0 0 auto;
}.top_expert_base {
    flex: 1 0 auto;
}html,body {
    height: 100%;
    color: #000000;
    min-height: 100%;
    font-family: Arial, sans-serif;
    scroll-behavior: auto;
}.wrapper-bundle_base {
    height: 100%;
    flex-direction: column;
    display: flex;
    min-height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.homepage_base {
    align-items: center;
    min-height: 100vh;
    justify-content: center;
    position: relative;
    padding: 0;
    background: linear-gradient(135deg, rgb(228,215,237), rgba(0, 0, 0, 0.5));
    overflow: hidden;
    display: flex;
}.homepage_base::before {
    left: 0;
    background: 
    radial-gradient(circle at 20% 30%, rgb(202,176,217,0.5) 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, rgb(168,138,193,0.5) 0%, transparent 40%);
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0.12;
    width: 100%;
    z-index: 1;
}.homepage_base::after {
    content: "";
    z-index: 1;
    top: 0;
    background-size: 50px 50px;
    height: 100%;
    background-image: 
    linear-gradient(90deg, #000000 1px, transparent 1px),
    linear-gradient(0deg, #000000 1px, transparent 1px);
    position: absolute;
    opacity: 0.03;
    left: 0;
    width: 100%;
}.homepage_base .main_intro_base {
    z-index: 2;
    margin: 0 auto;
    width: 100%;
    position: relative;
    max-width: 1200px;
    padding: 2rem;
}.homepage_base .main_intro_base > div {
    gap: 3rem;
    grid-template-columns: 1fr;
    display: grid;
}.homepage_base .main_intro_base > div > div:first-child {
    transform: translateY(20px);
    opacity: 0;
    animation: slide-up 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.3s;
}.homepage_base h3 {
    opacity: 0;
    transform: translateX(-10px);
    letter-spacing: 0.03em;
    margin-bottom: 1rem;
    animation: slide-right 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.5s;
    line-height: 1.4;
    color: rgb(202,176,217);
    padding-left: 1.5rem;
    font-weight: 600;
    position: relative;
    font-size: 22px;
}.homepage_base h3::before {
    content: "";
    height: 70%;
    top: 50%;
    width: 5px;
    left: 0;
    position: absolute;
    border-radius: 2px;
    background: linear-gradient(to bottom, rgb(202,176,217), rgb(168,138,193));
    transform: translateY(-50%);
}.homepage_base .teach_method_base {
    box-shadow: 
    0 15px 35px rgba(0, 0, 0, 0.1),
    0 5px 15px rgba(0, 0, 0, 0.05);
    border-radius: 19px;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation: slide-up 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.6s;
    overflow: hidden;
    opacity: 0;
    transform: translateY(30px);
    position: relative;
}.homepage_base .teach_method_base:hover {
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.12),
    0 8px 20px rgba(0, 0, 0, 0.06);
    transform: translateY(-5px) scale(1.01);
}.homepage_base .teach_method_base::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: linear-gradient(210deg, 
    rgba(0, 0, 0, 0.1) 0%, 
    rgba(0, 0, 0, 0.6) 100%);
}.homepage_base .teach_method_base::after {
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 2;
    transition: opacity 0.5s ease;
    content: "";
    background: linear-gradient(135deg, 
    rgb(202,176,217,0.5) 0%, 
    transparent 100%);
    opacity: 0.15;
    position: absolute;
    left: 0;
}.homepage_base .teach_method_base:hover::after {
    opacity: 0.25;
}.homepage_base .teach_method_base > div {
    position: relative;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    padding: 4rem 3rem;
    justify-content: center;
    z-index: 3;
}.homepage_base .teach_method_base p {
    font-weight: 400;
    color: #ffffff;
    position: relative;
    opacity: 0;
    animation: slide-up 0.7s ease forwards 0.9s;
    font-size: calc(15px * 1.1);
    margin-bottom: 1.5rem;
    padding-left: 1rem;
    line-height: 1.6;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transform: translateY(20px);
    max-width: 80%;
}.homepage_base .teach_method_base p::before {
    left: 0;
    background: #ffffff;
    top: 0.3em;
    content: "";
    height: 75%;
    width: 3px;
    opacity: 0.7;
    position: absolute;
}.homepage_base .title_style_header {
    font-weight: 700;
    color: #ffffff;
    animation: slide-up 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 1.1s;
    opacity: 0;
    position: relative;
    letter-spacing: -0.02em;
    font-size: 48px;
    max-width: 90%;
    transform: translateY(30px);
    line-height: 1.2;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    margin: 0;
}.homepage_base .title_style_header::after {
    border-radius: 2px;
    animation: extend 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 1.4s;
    content: "";
    margin-top: 0.8rem;
    display: block;
    height: 4px;
    background: linear-gradient(90deg, rgb(168,138,193), transparent);
    width: 0;
    opacity: 0.7;
}

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

@keyframes slide-right {
  0% {
    opacity: 0;
    transform: translateX(-15px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes extend {
  0% {
    width: 0;
  }
  100% {
    width: 80px;
  }
}

@media (min-width: 768px) {.homepage_base .main_intro_base > div {
    gap: 2rem;
    align-items: center;
    grid-template-columns: 1fr 2fr;
}.homepage_base .teach_method_base > div {
    min-height: 400px;
    padding: 5rem 4rem;
}.homepage_base .title_style_header {
    max-width: 80%;
    font-size: calc(48px * 1.2);
}.homepage_base h3 {
    padding-left: 2rem;
    font-size: calc(22px * 1.1);
}.homepage_base h3::before {
    width: 6px;
}.homepage_base .teach_method_base::after {
    background: linear-gradient(145deg, 
      rgb(202,176,217,0.5) 0%, 
      transparent 100%);
}
}

@media (min-width: 992px) {.homepage_base .main_intro_base {
    padding: 3rem;
}.homepage_base .main_intro_base > div {
    gap: 4rem;
}.homepage_base .teach_method_base {
    border-radius: 100px;
}.homepage_base .teach_method_base::before {
    background: linear-gradient(210deg, 
      rgba(0, 0, 0, 0.05) 0%, 
      rgba(0, 0, 0, 0.6) 100%);
}.homepage_base .teach_method_base > div {
    min-height: 450px;
    padding: 6rem 5rem;
}.homepage_base .title_style_header::after {
    animation: extend 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 1.4s;
}
  
  @keyframes extend {
    0% {
      width: 0;
    }
    100% {
      width: 120px;
    }
  }
}

@media (max-width: 767px) {.homepage_base {
    padding: 4rem 0;
    min-height: auto;
}.homepage_base .teach_method_base {
    margin-top: 2rem;
}.homepage_base .teach_method_base > div {
    padding: 3rem 2rem;
}.homepage_base .title_style_header {
    max-width: 100%;
    font-size: calc(30px * 1.1);
}.homepage_base .teach_method_base p {
    max-width: 100%;
    font-size: 15px;
}
}

@media (max-width: 480px) {.homepage_base .main_intro_base {
    padding: 1.5rem;
}.homepage_base h3 {
    font-size: 15px;
    line-height: 1.5;
}.homepage_base .teach_method_base > div {
    min-height: 250px;
    padding: 2.5rem 1.5rem;
}.homepage_base .title_style_header {
    font-size: 30px;
}.homepage_base .teach_method_base p {
    margin-bottom: 1rem;
}}.cookie_dialog_banner_base {
    z-index: 90;
    border-top: 2px solid rgb(202,176,217);
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 20px 0;
    background: rgb(168,138,193);
    transition: all 0.3s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 0px;
}.consent_panel_base {
    padding: 20px 30px;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
}.cookie_dialog_banner_base h5 {
    color: #ffffff;
    margin-bottom: 6px;
    font-weight: 700;
    font-size: 19px;
    transition: color 0.3s ease-in-out;
}.cookie_dialog_banner_base p {
    color: #ffffff;
    max-width: 500px;
    font-size: 15px;
}.privacy_cookies_base {
    flex-shrink: 0;
    margin-right: 20px;
}.privacy_cookies_base svg, .privacy_cookies_base svg path {
    height: 80px;
    width: 80px;
    transition: transform 0.3s ease-in-out;
    fill: rgb(202,176,217);
}.privacy_cookies_base:hover svg {
    transform: rotate(10deg);
}.data_consent_base {
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    box-shadow: rgb(202,176,217,0.5) 0px 4px 10px 0px;
    color: #ffffff;
    text-decoration: none;
    line-height: 35px;
    font-size: 14px;
    padding: 10px 20px;
    margin-left: 20px;
    border-radius: 22px;
    cursor: pointer;
    background: rgb(202,176,217);
}.cookie_button.cookie_disclaimer_base {
    background: rgb(202,176,217);
}.cookie_button.cookie_tips_base {
    background: rgb(168,138,193);
}.data_consent_base:hover {
    box-shadow: rgb(202,176,217,0.5) 0px 6px 15px 0px;
    transform: scale(1.05);
}.cookie_dialog_banner_base p a {
    font-weight: 600;
    color: rgb(202,176,217);
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}.cookie_dialog_banner_base p a:hover {
    color: rgb(168,138,193);
}.wrapper-bundle_base .cookie_dialog_banner_base {
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 40px 39px;
    background: rgb(168,138,193);
    border: none;
    padding: 40px 0;
}.wrapper-bundle_base .data_consent_base {
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    margin-left: 30px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    border-radius: 10px;
    border: none;
    color: #ffffff;
    background: rgb(202,176,217);
}.wrapper-bundle_base .edu_track_base h5, .wrapper-bundle_base .edu_track_base p {
    color: #ffffff;
}
@media only screen and (max-width: 1200px) {.cookie_dialog_banner_base {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.privacy_cookies_base {
    display: none;
}.consent_panel_base {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.cookie_dialog_banner_base h5 {
    text-align: center;
}.cookie_dialog_banner_base p {
    text-align: center;
}.edu_track_base {
    margin-bottom: 20px;
    text-align: center;
}.data_consent_base {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
    max-width: 300px;
}}
#popupPrivacyNotice_base {
    display: none;
}#popupPrivacyNotice_base:checked ~ .cookie_dialog_banner_base {
    visibility: hidden;
    opacity: 0;
}.educational_rewards_base {
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(228,215,237) 0%, rgba(245, 248, 255, 0.9) 100%);
    position: relative;
}.educational_rewards_base::before {
    left: 0;
    height: 100%;
    background-image: radial-gradient(circle at 10% 10%, rgba(rgb(202,176,217,0.5), 0.05) 0%, transparent 50%),
                      radial-gradient(circle at 90% 90%, rgba(rgb(168,138,193,0.5), 0.05) 0%, transparent 50%);
    top: 0;
    z-index: 0;
    content: "";
    width: 100%;
    position: absolute;
}.educational_rewards_base .container {
    flex-direction: column;
    z-index: 1;
    max-width: 1200px;
    padding: 0 20px;
    display: flex;
    position: relative;
    margin: 0 auto;
}.educational_rewards_base .slider_base {
    max-height: 400px;
    object-fit: cover;
    filter: saturate(1.1) brightness(1.05);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    border: 4px solid #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(-2deg);
    margin-bottom: 40px;
}.educational_rewards_base .study_zone_base {
    flex-direction: column;
    transform: translateY(-20px);
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    display: flex;
    background: #ffffff;
}.educational_rewards_base .text_banner_base {
    position: relative;
}.educational_rewards_base h1 {
    margin-bottom: 30px;
    font-size: 31px;
    font-weight: 700;
    position: relative;
    color: #000000;
    padding-bottom: 15px;
    line-height: 1.3;
}.educational_rewards_base h1::after {
    background: rgb(202,176,217);
    height: 3px;
    bottom: 0;
    content: "";
    width: 60px;
    left: 0;
    transition: width 0.5s ease;
    position: absolute;
}.educational_rewards_base ul {
    display: grid;
    margin: 0;
    padding: 0;
    grid-template-columns: 1fr;
    list-style: none;
    grid-gap: 15px;
}.educational_rewards_base li {
    transition: transform 0.3s ease;
    position: relative;
    padding-left: 36px;
}.educational_rewards_base li:hover {
    transform: translateX(5px);
}.educational_rewards_base li p {
    color: #000000;
    line-height: 1.6;
    margin: 0;
    display: flex;
    align-items: center;
    font-size: calc(17px - 1px);
}.educational_rewards_base li svg {
    top: 2px;
    left: 0;
    height: 24px;
    width: 24px;
    position: absolute;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}.educational_rewards_base li:hover svg {
    transform: scale(1.15) rotate(5deg);
}.educational_rewards_base svg path {
    transition: fill 0.3s ease;
    fill: rgb(202,176,217);
}.educational_rewards_base li:hover svg path {
    fill: rgb(168,138,193);
}@keyframes float {
    0% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
    100% { transform: translateY(0); }
}

.educational_rewards_base .slider_base:hover {
    transform: perspective(1000px) rotateY(0deg);
}

@media (min-width: 768px) {.educational_rewards_base .container {
    align-items: center;
    flex-direction: row;
    gap: 40px;
}.educational_rewards_base .slider_base {
    width: 45%;
    max-height: none;
    animation: float 6s infinite ease-in-out;
    margin-bottom: 0;
}.educational_rewards_base .study_zone_base {
    transform: translateY(0);
    width: 55%;
    padding: 50px;
}.educational_rewards_base h1 {
    font-size: 45px;
}.educational_rewards_base h1::after {
    width: 80px;
}.educational_rewards_base ul {
    grid-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}.educational_rewards_base li {
    padding-left: 40px;
}
}

@media (min-width: 992px) {.educational_rewards_base {
    padding: 150px 0;
}.educational_rewards_base .container {
    gap: 60px;
}.educational_rewards_base h1 {
    margin-bottom: 40px;
}.educational_rewards_base h1:hover::after {
    width: 120px;
}.educational_rewards_base li p {
    font-size: 17px;
}.educational_rewards_base .study_zone_base {
    padding: 60px;
}
}

@media (max-width: 767px) {.educational_rewards_base {
    padding: 80px 0;
}.educational_rewards_base .slider_base {
    max-height: 300px;
}.educational_rewards_base .study_zone_base {
    padding: 30px 25px;
}.educational_rewards_base h1 {
    font-size: calc(31px - 4px);
    margin-bottom: 25px;
}.educational_rewards_base li {
    margin-bottom: 15px;
}.educational_rewards_base li p {
    font-size: calc(17px - 2px);
}}footer {
    position: relative;
    z-index: 1;
}footer::before {
    opacity: 0.92;
    top: 0;
    right: 0;
    position: absolute;
    left: 0;
    background: linear-gradient(135deg, rgb(202,176,217,0.5) 0%, rgb(168,138,193,0.5) 100%);
    content: "";
    z-index: -1;
    bottom: 0;
}footer {
    background-size: cover !important;
    background-position: center !important;
}.training_zone_base {
    color: #ffffff;
    position: relative;
    padding: 5rem 0 2rem;
}.training_zone_base::before {
    content: "";
    clip-path: polygon(0 0, 100% 0, 96% 100%, 4% 100%);
    width: 100%;
    background: rgb(202,176,217);
    position: absolute;
    top: 0;
    height: 15px;
    left: 0;
}.training_zone_base .container {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    position: relative;
}.training_zone_base .company_holder {
    padding: 0 3rem 2rem 0;
    margin-bottom: 2rem;
    position: relative;
    flex: 0 0 40%;
}.training_zone_base .company_holder::after {
    content: "";
    top: 0;
    opacity: 0.3;
    right: 1.5rem;
    position: absolute;
    background: linear-gradient(to bottom, #ffffff, transparent);
    height: 100%;
    width: 1px;
}.training_zone_base .company_holder h3 {
    padding-bottom: 1rem;
    position: relative;
    letter-spacing: 1px;
    transform: skewX(-10deg);
    text-transform: uppercase;
    margin: 0 0 1.5rem;
    color: #ffffff;
    font-weight: 700;
    font-size: 36px;
}.training_zone_base .company_holder h3::after {
    box-shadow: 0 0 10px rgb(202,176,217);
    position: absolute;
    left: 0;
    background: rgb(202,176,217);
    bottom: 0;
    width: 80px;
    height: 3px;
    content: "";
}.training_zone_base .diploma_cta_base {
    transform-origin: left top;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.2);
    transform: skewX(-5deg);
    padding: 1.5rem;
    font-size: 12px;
    line-height: 1.6;
    border-left: 3px solid rgb(202,176,217);
}.training_zone_base .faq_block_base {
    display: flex;
    flex: 0 0 60%;
    gap: 0;
    flex-wrap: wrap;
}.training_zone_base .main_tutor_base {
    flex-wrap: wrap;
    gap: 0;
    flex: 1;
    display: flex;
}.training_zone_base .site_navbar_base {
    position: relative;
    padding: 0 1rem 2rem 1rem;
    flex: 0 0 50%;
}.training_zone_base .site_navbar_base h5 {
    color: #ffffff;
    font-weight: 600;
    padding-left: 1rem;
    position: relative;
    transform: skewX(-5deg);
    font-size: 20px;
    margin: 0 0 1.5rem;
}.training_zone_base .site_navbar_base h5::before {
    position: absolute;
    background: rgb(202,176,217);
    content: "";
    left: 0;
    transform: skewX(5deg);
    top: 0;
    bottom: 0;
    width: 3px;
}.training_zone_base .site_navbar_base .main_tutor_base {
    flex-direction: column;
    gap: 0.8rem;
    display: flex;
}.training_zone_base .site_navbar_base .main_tutor_base a {
    transition: all 0.3s ease;
    padding: 0.7rem 1rem;
    position: relative;
    text-decoration: none;
    display: block;
    font-size: 12px;
    background: rgba(255, 255, 255, 0.05);
    overflow: hidden;
    transform: skewX(-5deg);
    color: #ffffff;
}.training_zone_base .site_navbar_base .main_tutor_base a::before {
    height: 100%;
    width: 100%;
    left: -100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: all 0.5s ease;
    content: "";
    top: 0;
}.training_zone_base .site_navbar_base .main_tutor_base a:hover {
    background: rgba(255, 255, 255, 0.1);
    padding-left: 1.5rem;
    transform: skewX(-5deg) translateX(5px);
    color: #ffffff;
}.training_zone_base .site_navbar_base .main_tutor_base a:hover::before {
    left: 100%;
}.sustain_cta_base {
    background: rgba(0, 0, 0, 0.15);
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
    padding: 1.5rem 0;
    position: relative;
    margin-top: 2rem;
}.sustain_cta_base .container {
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    display: flex;
}.sustain_cta_base .reward_sys_base {
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    width: 100%;
    transform: skewX(-5deg);
}

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

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

@media (max-width: 768px) {.training_zone_base {
    padding: 3.5rem 0 1.5rem;
}.training_zone_base::before {
    height: 10px;
}.training_zone_base .company_holder h3 {
    font-size: calc(36px - 2px);
}.training_zone_base .diploma_cta_base {
    transform: skewX(-3deg);
    padding: 1.2rem;
}.training_zone_base .site_navbar_base h5, 
    .training_zone_base .site_navbar_base .main_tutor_base a {
    transform: skewX(-3deg);
}.training_zone_base .site_navbar_base .main_tutor_base a:hover {
    transform: skewX(-3deg) translateX(5px);
}.sustain_cta_base {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
}.sustain_cta_base .reward_sys_base {
    transform: skewX(-3deg);
}
}

@media (max-width: 576px) {.training_zone_base {
    padding: 3rem 0 1rem;
}.training_zone_base::before {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}.training_zone_base .site_navbar_base {
    flex: 0 0 100%;
    padding: 0 0 2rem 0;
}.training_zone_base .company_holder {
    margin-bottom: 2rem;
}.training_zone_base .site_navbar_base .main_tutor_base a {
    padding: 0.6rem 0.8rem;
}.training_zone_base .site_navbar_base .main_tutor_base a:hover {
    padding-left: 1.2rem;
}.sustain_cta_base {
    margin-top: 1rem;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}
}

@media (max-width: 420px) {.training_zone_base .company_holder h3 {
    transform: skewX(-5deg);
}.training_zone_base .company_holder h3::after {
    width: 60px;
}.training_zone_base .diploma_cta_base {
    transform: none;
}.training_zone_base .site_navbar_base h5 {
    transform: none;
}.training_zone_base .site_navbar_base h5::before {
    transform: none;
}.training_zone_base .site_navbar_base .main_tutor_base a,
    .training_zone_base .site_navbar_base .main_tutor_base a:hover,
    .sustain_cta_base .reward_sys_base {
    transform: none;
}}.teaching_history_base {
    padding: 5rem 2rem;
    position: relative;
    overflow: hidden;
    background: linear-gradient(to bottom, rgb(228,215,237), rgb(202,176,217,0.5) 120%);
    border-radius: 24px;
}.teaching_history_base::before {
    position: absolute;
    background: repeating-linear-gradient(
        -45deg,
        rgb(168,138,193,0.5) 0,
        rgb(168,138,193,0.5) 2px,
        transparent 2px,
        transparent 10px
    );
    width: 100%;
    content: "";
    height: 100%;
    opacity: 0.3;
    top: 0;
    left: 0;
    z-index: 1;
}.teaching_history_base .learning_testimonials_base {
    transform: translateY(0);
    margin: 0 auto;
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    flex-direction: column;
    position: relative;
    max-width: 500px;
    display: flex;
    z-index: 2;
}.teaching_history_base .learning_testimonials_base:hover {
    transform: translateY(-15px);
}.teaching_history_base .slider_base {
    height: 350px;
    width: 80%;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
    border-radius: 24px 24px 0 0;
    transition: all 0.5s ease;
    box-shadow: 0 15px 25px -5px rgba(0, 0, 0, 0.5);
    margin: 0 auto;
    z-index: 3;
}.teaching_history_base .slider_base::after {
    height: 100%;
    content: "";
    width: 100%;
    background: linear-gradient(to bottom, 
                transparent 50%, 
                rgb(202,176,217,0.5) 100%);
    position: absolute;
    border-radius: 24px 24px 0 0;
    top: 0;
    left: 0;
}.teaching_history_base .learning_testimonials_base:hover .slider_base {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 95%);
}.teaching_history_base .work_items_base {
    padding: 70px 2rem 2rem;
    z-index: 2;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    transition: transform 0.5s ease;
    margin-top: -50px;
    border-radius: 24px;
    transform: translateZ(0);
    background: #ffffff;
    position: relative;
}.teaching_history_base .work_items_base::before {
    top: 0;
    background: linear-gradient(90deg, 
                rgb(202,176,217), 
                rgb(168,138,193), 
                rgb(202,176,217));
    position: absolute;
    left: 0;
    content: "";
    background-size: 200% 100%;
    height: 6px;
    border-radius: 10px 10px 0 0;
    animation: gradient-shift 8s infinite alternate;
    right: 0;
}.teaching_history_base .work_items_base::after {
    content: "";
    opacity: 0.2;
    filter: blur(15px);
    position: absolute;
    background: rgb(168,138,193,0.5);
    height: 60px;
    animation: float-blob 10s infinite alternate;
    right: 20px;
    width: 60px;
    bottom: 20px;
    border-radius: 20% 40% 50% 30%;
}.teaching_history_base .name {
    transform: translateY(0);
    font-family: Arial, sans-serif;
    font-size: 38px;
    color: rgb(202,176,217);
    margin-bottom: 0.5rem;
    transition: all 0.3s ease;
    font-weight: 700;
    opacity: 0.9;
}.teaching_history_base .work_items_base > div:nth-child(2) {
    position: relative;
    color: rgb(168,138,193);
    font-weight: 600;
    padding-bottom: 1rem;
    transform: translateY(0);
    font-size: 16px;
    margin-bottom: 1.5rem;
    transition: all 0.4s ease 0.1s;
    opacity: 0.8;
}.teaching_history_base .work_items_base > div:nth-child(2)::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 3px;
    left: 0;
    width: 40px;
    background: rgb(168,138,193,0.5);
    transition: width 0.4s ease;
}.teaching_history_base .learning_testimonials_base:hover .work_items_base > div:nth-child(2)::after {
    width: 100px;
}.teaching_history_base .work_explore_base {
    opacity: 0.7;
    transition: all 0.5s ease 0.2s;
    padding: 1rem 0 0 1.5rem;
    transform: translateY(10px);
    border-left: 3px solid rgb(168,138,193,0.5);
    line-height: 1.7;
    position: relative;
    font-style: italic;
    font-size: 15px;
    color: #000000;
}.teaching_history_base .learning_testimonials_base:hover .work_explore_base {
    opacity: 1;
    transform: translateY(0);
}

@keyframes gradient-shift {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

@keyframes float-blob {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-10px) rotate(180deg);
    }
    100% {
        transform: translateY(10px) rotate(360deg);
    }
}

@media (max-width: 768px) {.teaching_history_base .slider_base {
    width: 100%;
    height: 250px;
}}.try_immediately_base {
    padding: 140px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(120deg, #ffffff 0%, rgb(228,215,237) 100%);
}.try_immediately_base::before {
    top: 0;
    width: 100%;
    opacity: 0.05;
    content: '';
    background-size: 60px 60px;
    background: linear-gradient(45deg, rgb(202,176,217,0.5) 25%, transparent 25%, transparent 75%, rgb(202,176,217,0.5) 75%, rgb(202,176,217,0.5));
    z-index: 1;
    position: absolute;
    left: 0;
    height: 100%;
    background-position: 0 0, 30px 30px;
}.try_immediately_base .study_zone_base {
    position: relative;
    padding: 80px 0;
    border: 1px solid rgb(202,176,217);
    margin: 0 auto;
    max-width: 1000px;
    z-index: 10;
}.try_immediately_base .study_zone_base::before {
    border: 1px solid rgb(202,176,217,0.5);
    z-index: -1;
    top: -30px;
    content: '';
    width: calc(100% + 60px);
    position: absolute;
    height: calc(100% + 60px);
    left: -30px;
    opacity: 0.5;
}.try_immediately_base .study_zone_base::after {
    top: -60px;
    border: 1px solid rgb(202,176,217,0.5);
    left: -60px;
    z-index: -2;
    height: calc(100% + 120px);
    content: '';
    width: calc(100% + 120px);
    position: absolute;
    opacity: 0.2;
}.try_immediately_base .container {
    text-align: center;
    align-items: center;
    flex-direction: column;
    display: flex;
}.try_immediately_base .container p {
    font-weight: 700;
    position: relative;
    font-size: 28px;
    margin: 0 0 50px 0;
    padding: 0;
    max-width: 700px;
    z-index: 5;
    line-height: 1.4;
    color: #000000;
}.try_immediately_base .feedback_feedback_base {
    transition: all 0.4s ease;
    position: relative;
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
    color: rgb(202,176,217);
    border: 1px solid rgb(202,176,217);
    background: transparent;
    z-index: 5;
    padding: 16px 40px;
}.try_immediately_base .feedback_feedback_base::before {
    left: 0;
    width: 0;
    height: 100%;
    transition: width 0.4s ease;
    top: 0;
    position: absolute;
    background: rgb(202,176,217);
    z-index: -1;
    content: '';
}.try_immediately_base .feedback_feedback_base:hover {
    color: #ffffff;
}.try_immediately_base .feedback_feedback_base:hover::before {
    width: 100%;
}.try_immediately_base .container p::before {
    content: '';
    bottom: -25px;
    position: absolute;
    background: rgb(202,176,217);
    width: 40px;
    height: 1px;
    transform: translateX(-50%);
    left: 50%;
}.try_immediately_base::after {
    z-index: 1;
    height: 300px;
    position: absolute;
    right: -150px;
    width: 300px;
    background: linear-gradient(135deg, rgb(202,176,217,0.5) 0%, rgb(168,138,193,0.5) 100%);
    content: '';
    filter: blur(50px);
    opacity: 0.1;
    top: -150px;
    border-radius: 50%;
}

@media (max-width: 991px) {.try_immediately_base {
    padding: 120px 0;
}.try_immediately_base .study_zone_base {
    padding: 60px 0;
}.try_immediately_base .container p {
    margin-bottom: 40px;
    font-size: calc(19px * 1.2);
}
}

@media (max-width: 767px) {.try_immediately_base {
    padding: 100px 0;
}.try_immediately_base .study_zone_base {
    padding: 50px 0;
}.try_immediately_base .study_zone_base::before {
    height: calc(100% + 40px);
    width: calc(100% + 40px);
    top: -20px;
    left: -20px;
}.try_immediately_base .study_zone_base::after {
    left: -40px;
    width: calc(100% + 80px);
    height: calc(100% + 80px);
    top: -40px;
}.try_immediately_base .container p {
    margin-bottom: 35px;
    font-size: 19px;
}.try_immediately_base .feedback_feedback_base {
    padding: 14px 35px;
}
}

@media (max-width: 480px) {.try_immediately_base {
    padding: 80px 0;
}.try_immediately_base .study_zone_base {
    padding: 40px 0;
}.try_immediately_base .study_zone_base::before {
    left: -10px;
    top: -10px;
    height: calc(100% + 20px);
    width: calc(100% + 20px);
}.try_immediately_base .study_zone_base::after {
    width: calc(100% + 40px);
    top: -20px;
    left: -20px;
    height: calc(100% + 40px);
}.try_immediately_base .container p {
    margin-bottom: 30px;
    font-size: calc(16px * 1.2);
}.try_immediately_base .feedback_feedback_base {
    padding: 12px 30px;
    font-size: calc(20px * 0.9);
}.try_immediately_base .container p::before {
    bottom: -20px;
    width: 30px;
}}.contacts_base {
    overflow: hidden;
    font-family: Arial, sans-serif;
    position: relative;
    background: linear-gradient(135deg, rgb(228,215,237) 30%, rgba(245, 248, 255, 0.9) 100%);
    padding: 5rem 0;
}.contacts_base::before {
    filter: blur(30px);
    background: linear-gradient(135deg, rgb(202,176,217,0.5), rgb(168,138,193,0.5));
    opacity: 0.5;
    height: 70%;
    content: "";
    top: -5%;
    width: 40%;
    position: absolute;
    transform: rotate(-15deg) translateZ(0);
    z-index: 0;
    border-radius: 100px;
    animation: float 8s ease-in-out infinite;
    right: -10%;
}.contacts_base::after {
    left: -5%;
    transform: rotate(15deg) translateZ(0);
    content: "";
    height: 50%;
    opacity: 0.4;
    background: linear-gradient(225deg, rgb(168,138,193,0.5), rgb(202,176,217,0.5));
    z-index: 0;
    width: 30%;
    bottom: -5%;
    position: absolute;
    filter: blur(25px);
    border-radius: 26px;
    animation: float 8s ease-in-out infinite reverse;
}.contacts_base .container {
    padding: 0 2rem;
    z-index: 1;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.contacts_base .contact_form_base {
    background: rgba(255, 255, 255, 0.9);
    padding: 3rem;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 0 8px 16px rgba(0, 0, 0, 0.05);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateY(-2deg);
    border-left: 4px solid rgb(202,176,217);
}.contacts_base .contact_form_base:hover {
    transform: perspective(1000px) rotateY(0deg);
}.contacts_base h3 {
    font-size: calc(31px * 1.1);
    color: #000000;
    font-weight: 700;
    position: relative;
    opacity: 0;
    transform: translateX(-1rem);
    margin: 0 0 1.5rem;
    animation: slideInText 0.7s ease-out forwards 0.2s;
}.contacts_base h3::after {
    bottom: -0.5rem;
    height: 3px;
    position: absolute;
    animation: lineGrow 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.8s;
    width: 3rem;
    transform: scaleX(0);
    left: 0;
    background: linear-gradient(90deg, rgb(202,176,217), transparent);
    transform-origin: left;
    content: "";
}.contacts_base p {
    line-height: 1.7;
    font-size: 18px;
    max-width: 90%;
    opacity: 0;
    margin-bottom: 1.5rem;
    animation: fadeUp 0.6s ease-out forwards 0.4s;
    transform: translateY(10px);
    color: #000000;
}.contacts_base h5 {
    margin: 1rem 0 0.5rem;
    font-weight: 600;
    animation: fadeUp 0.6s ease-out forwards 0.5s;
    font-size: 24px;
    display: flex;
    opacity: 0;
    color: #000000;
    align-items: center;
}.contacts_base svg {
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 24px;
    margin-left: 0.5rem;
    height: 24px;
    transform: translateY(0);
}.contacts_base svg path {
    transition: fill 0.3s ease;
    fill: rgb(168,138,193);
}.contacts_base .learn_chat_base {
    animation: fadeUp 0.6s ease-out forwards 0.7s;
    padding: 0;
    flex-wrap: wrap;
    display: flex;
    gap: 1.5rem;
    opacity: 0;
    list-style: none;
    transform: translateY(15px);
    margin: 2rem 0 0;
}.contacts_base .learn_chat_base li {
    transform: translateY(0);
    margin: 0;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}.contacts_base .learn_chat_base li:hover {
    transform: translateY(-5px);
}.contacts_base .get_contactinfo_base {
    padding: 0.75rem 1.25rem;
    color: #000000;
    transition: all 0.3s ease;
    align-items: center;
    font-size: calc(18px * 0.95);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    font-weight: 600;
    border-left: 2px solid rgb(168,138,193);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(245, 248, 255, 0.7));
    text-decoration: none;
    display: flex;
}.contacts_base .get_contactinfo_base:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    background: linear-gradient(135deg, rgba(255, 255, 255, 1), rgba(245, 248, 255, 0.9));
    border-left: 2px solid rgb(202,176,217);
}.contacts_base .get_contactinfo_base:hover svg {
    transform: translateY(-3px);
}.contacts_base .get_contactinfo_base:hover svg path {
    fill: rgb(202,176,217);
}

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

@keyframes slideInText {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes lineGrow {
    to {
        transform: scaleX(1);
    }
}

@keyframes fadeUp {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (max-width: 768px) {.contacts_base {
    padding: 3rem 0;
}.contacts_base .container {
    padding: 0 1.5rem;
}.contacts_base .contact_form_base {
    transform: perspective(1000px) rotateY(0deg);
    padding: 2rem 1.5rem;
}.contacts_base h3 {
    font-size: calc(31px * 0.9);
}.contacts_base p {
    max-width: 100%;
}.contacts_base .learn_chat_base {
    gap: 1rem;
    flex-direction: column;
}.contacts_base .get_contactinfo_base {
    width: 100%;
    padding: 0.75rem 1rem;
}
}

@media (max-width: 480px) {.contacts_base .contact_form_base {
    padding: 1.75rem 1.25rem;
}.contacts_base h3 {
    font-size: calc(31px * 0.8);
}.contacts_base p {
    font-size: calc(18px * 0.95);
}.contacts_base h5 {
    font-size: calc(24px * 0.9);
}.contacts_base svg {
    width: 20px;
    height: 20px;
}.contacts_base .get_contactinfo_base {
    font-size: calc(18px * 0.9);
}}.program_structure_base {
    overflow: hidden;
    position: relative;
    background-color: rgb(228,215,237);
    display: flex;
    min-height: 100vh;
    align-items: center;
}.program_structure_base .skill_work_base {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}.program_structure_base .learn_track_base {
    width: 500%;
    height: 100%;
    animation: slide-show 35s ease-in-out infinite;
    display: flex;
}.program_structure_base .skill_work_base:hover .learn_track_base {
    animation-play-state: paused;
}.program_structure_base .job_classes_base {
    width: 20%;
    position: relative;
    height: 100%;
    overflow: hidden;
}.program_structure_base .job_classes_base img {
    object-fit: cover;
    transform-origin: center;
    filter: brightness(0.8) saturate(1.3);
    animation: zoom-flow 20s ease-in-out infinite alternate;
    width: 100%;
    height: 100%;
}.program_structure_base .job_classes_base::before {
    opacity: 0.7;
    background: 
        linear-gradient(0deg, 
            rgb(202,176,217,0.5) 0%, 
            transparent 40%, 
            transparent 60%, 
            rgb(168,138,193,0.5) 100%),
        linear-gradient(90deg, 
            rgb(202,176,217,0.5) 0%, 
            transparent 40%, 
            transparent 60%, 
            rgb(168,138,193,0.5) 100%);
    position: absolute;
    z-index: 2;
    content: '';
    inset: 0;
}.program_structure_base .job_classes_base::after {
    position: absolute;
    mix-blend-mode: overlay;
    background: 
        repeating-linear-gradient(
            45deg,
            rgb(202,176,217,0.5) 0px,
            rgb(202,176,217,0.5) 2px,
            transparent 2px,
            transparent 6px
        );
    content: '';
    z-index: 3;
    opacity: 0.3;
    inset: 0;
    animation: slide-pattern 15s linear infinite;
}.program_structure_base .container {
    z-index: 4;
    position: relative;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}.program_structure_base .study_zone_base {
    position: relative;
    padding: 0.5rem;
    margin-left: 0;
    border-radius: 10px;
    background: linear-gradient(
        135deg,
        rgb(202,176,217,0.5) 0%,
        rgb(168,138,193,0.5) 100%
    );
    backdrop-filter: blur(8px);
    max-width: 600px;
    width: 100%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}.program_structure_base .practical_study_base {
    padding: 3rem;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    background: rgb(228,215,237);
}.program_structure_base .practical_study_base::before {
    content: '';
    inset: 0;
    opacity: 0.15;
    background: 
        radial-gradient(
            circle at 30% 40%,
            rgb(202,176,217,0.5) 0%,
            transparent 70%
        ),
        radial-gradient(
            circle at 70% 60%,
            rgb(168,138,193,0.5) 0%,
            transparent 70%
        );
    position: absolute;
    z-index: -1;
}.program_structure_base .practical_study_base h3 {
    font-weight: 700;
    font-size: 35px;
    display: inline-block;
    margin-bottom: 1.5rem;
    color: rgb(202,176,217);
    position: relative;
}.program_structure_base .practical_study_base h3::after {
    transition: width 0.3s ease, transform 0.3s ease;
    bottom: -10px;
    height: 3px;
    border-radius: 10px;
    width: 60px;
    content: '';
    position: absolute;
    background: linear-gradient(to right, 
        rgb(202,176,217), 
        rgb(168,138,193));
    left: 0;
}.program_structure_base .practical_study_base:hover h3::after {
    width: 100%;
    transform: translateY(-3px);
}.program_structure_base .practical_study_base p {
    margin-bottom: 2rem;
    font-size: 16px;
    line-height: 1.7;
    color: #000000;
}.program_structure_base .practical_study_base .feedback_feedback_base {
    overflow: hidden;
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0.9rem 1.8rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: inline-block;
    box-shadow: 0 5px 15px rgb(202,176,217,0.5);
    position: relative;
    letter-spacing: 1px;
    font-weight: 600;
    background: linear-gradient(to right, 
        rgb(202,176,217), 
        rgb(168,138,193));
    border-radius: 10px;
}.program_structure_base .practical_study_base .feedback_feedback_base::before {
    content: '';
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: opacity 0.4s ease;
    z-index: -1;
    left: 0;
    top: 0;
    background: linear-gradient(to right, 
        rgb(168,138,193), 
        rgb(202,176,217));
}.program_structure_base .practical_study_base .feedback_feedback_base:hover {
    box-shadow: 0 8px 20px rgb(168,138,193,0.5);
    transform: translateY(-3px);
}.program_structure_base .practical_study_base .feedback_feedback_base:hover::before {
    opacity: 1;
}

@keyframes slide-show {
    0%, 15% {
        transform: translateX(0);
    }
    20%, 35% {
        transform: translateX(-20%);
    }
    40%, 55% {
        transform: translateX(-40%);
    }
    60%, 75% {
        transform: translateX(-60%);
    }
    80%, 95% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes zoom-flow {
    0%, 100% {
        transform: scale(1.1);
    }
    50% {
        transform: scale(1.2);
    }
}

@keyframes slide-pattern {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

@media (min-width: 992px) and (max-width: 1400px) {.program_structure_base .practical_study_base {
    padding: 2.5rem;
}.program_structure_base .study_zone_base {
    max-width: 550px;
}
}

@media (min-width: 1400px) {.program_structure_base .study_zone_base {
    max-width: 650px;
}.program_structure_base .container {
    max-width: 1320px;
}
}

@media (max-width: 991px) {.program_structure_base {
    padding: 0;
    flex-direction: column;
    min-height: auto;
}.program_structure_base .skill_work_base {
    position: relative;
    height: 350px;
}.program_structure_base .container {
    width: 100%;
    padding: 3rem 1.5rem;
}.program_structure_base .study_zone_base {
    margin: 0 auto;
    max-width: 100%;
}.program_structure_base .practical_study_base {
    padding: 2rem;
}
}

@media (max-width: 767px) {.program_structure_base .skill_work_base {
    height: 300px;
}.program_structure_base .learn_track_base {
    animation-duration: 25s;
}.program_structure_base .container {
    padding: 2.5rem 1rem;
}.program_structure_base .practical_study_base {
    padding: 1.8rem;
}.program_structure_base .practical_study_base h3 {
    font-size: calc(35px * 0.9);
}.program_structure_base .practical_study_base p {
    font-size: calc(16px * 0.95);
    margin-bottom: 1.5rem;
}
}

@media (max-width: 480px) {.program_structure_base .skill_work_base {
    height: 250px;
}.program_structure_base .learn_track_base {
    animation-duration: 20s;
}.program_structure_base .container {
    padding: 2rem 0.8rem;
}.program_structure_base .practical_study_base {
    padding: 1.5rem;
}.program_structure_base .practical_study_base h3 {
    margin-bottom: 1rem;
    font-size: calc(35px * 0.8);
}.program_structure_base .practical_study_base p {
    margin-bottom: 1.2rem;
    line-height: 1.5;
    font-size: calc(16px * 0.85);
}.program_structure_base .practical_study_base .feedback_feedback_base {
    text-align: center;
    padding: 0.8rem 1.5rem;
    width: 100%;
}
}

@media (prefers-reduced-motion) {.program_structure_base .learn_track_base,
    .program_structure_base .job_classes_base img,
    .program_structure_base .job_classes_base::after {
    animation: none;
}}.contact_panel_base {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background: rgb(228,215,237);
}.contact_panel_base::before {
    left: 0;
    content: "";
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(202,176,217,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(168,138,193,0.5) 0%, transparent 30%);
    background: rgb(228,215,237);
    top: 0;
    z-index: 1;
    position: absolute;
    width: 100%;
}.contact_panel_base::after {
    left: 0;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: 
        repeating-linear-gradient(45deg, rgb(202,176,217,0.5) 0, rgb(202,176,217,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(-45deg, rgb(168,138,193,0.5) 0, rgb(168,138,193,0.5) 1px, transparent 1px, transparent 20px),
        linear-gradient(90deg, rgb(202,176,217,0.5), transparent 70%),
        linear-gradient(180deg, rgb(168,138,193,0.5), transparent 70%);
    animation: backgroundMove 30s infinite linear;
    z-index: 1;
    background-position: 0 0, 0 0, 0 0, 0 0;
    background-size: 30px 30px, 30px 30px, 100% 100%, 100% 100%;
    opacity: 0.2;
    top: 0;
}@keyframes backgroundMove {
    0% {
        background-position: 0 0, 0 0, 0 0, 0 0;
    }
    100% {
        background-position: 60px 60px, 60px 60px, 0 0, 0 0;
    }
}

.contact_panel_base .container {
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}.contact_panel_base h2 {
    font-size: 43px;
    color: #000000;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
}.contact_panel_base h2::before {
    width: 100px;
    box-shadow: 
        0 0 5px rgb(202,176,217),
        0 0 10px rgb(202,176,217),
        0 0 15px rgb(202,176,217);
    bottom: -15px;
    position: absolute;
    background: rgb(202,176,217);
    height: 2px;
    content: "";
    left: calc(50% - 50px);
}.contact_panel_base .reach_grid_base {
    display: flex;
    position: relative;
    overflow: hidden;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgb(202,176,217,0.5);
    border-radius: 12px;
}.contact_panel_base .reach_grid_base::before {
    inset: 0;
    z-index: 3;
    position: absolute;
    border: 1px solid rgb(202,176,217);
    pointer-events: none;
    content: "";
    border-radius: 12px;
    opacity: 0.2;
}.contact_panel_base .slider_base {
    min-height: 550px;
    overflow: hidden;
    flex: 0 0 45%;
    position: relative;
}.contact_panel_base .slider_base::before {
    z-index: 1;
    inset: 0;
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
}.contact_panel_base .slider_base::after {
    content: "";
    z-index: 2;
    background: 
        linear-gradient(135deg, transparent 0%, rgb(202,176,217,0.5) 100%);
    opacity: 0.7;
    position: absolute;
    inset: 0;
}.contact_panel_base .inquiry_map_base {
    position: relative;
    padding: 60px;
    background: #ffffff;
    flex: 0 0 55%;
}.contact_panel_base .inquiry_map_base::before {
    right: -100px;
    background: rgb(202,176,217,0.5);
    position: absolute;
    top: -100px;
    height: 200px;
    z-index: 0;
    filter: blur(100px);
    opacity: 0.3;
    width: 200px;
    content: "";
}.contact_panel_base .inquiry_map_base::after {
    left: -75px;
    background: rgb(168,138,193,0.5);
    height: 150px;
    filter: blur(80px);
    z-index: 0;
    bottom: -75px;
    content: "";
    width: 150px;
    position: absolute;
    opacity: 0.3;
}.contact_panel_base form {
    position: relative;
    z-index: 2;
}.contact_panel_base form h3 {
    margin-bottom: 40px;
    position: relative;
    font-size: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
}.contact_panel_base form h3::after {
    background: rgb(202,176,217);
    bottom: -15px;
    height: 2px;
    width: 40px;
    content: "";
    left: 0;
    box-shadow: 
        0 0 5px rgb(202,176,217,0.5),
        0 0 10px rgb(202,176,217,0.5);
    position: absolute;
}.contact_panel_base form input[type="text"] {
    margin-bottom: 25px;
    background: rgb(228,215,237);
    width: 100%;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-size: 12px;
    padding: 18px 25px;
    border: 1px solid rgb(202,176,217,0.5);
    color: #000000;
}.contact_panel_base form input[type="text"]:focus {
    border-color: rgb(202,176,217);
    box-shadow: 
        0 0 0 1px rgb(202,176,217),
        0 0 5px rgb(202,176,217,0.5);
    outline: none;
}.contact_panel_base form input[type="text"]::placeholder {
    opacity: 0.7;
    color: #000000;
}.contact_panel_base .inquiry_panel_base {
    margin-bottom: 35px;
    position: relative;
}.contact_panel_base .inquiry_panel_base input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_panel_base .inquiry_panel_base label {
    color: #000000;
    cursor: pointer;
    font-size: 16px;
    padding-left: 35px;
    line-height: 1.5;
    position: relative;
}.contact_panel_base .inquiry_panel_base label::before {
    width: 22px;
    left: 0;
    top: 0;
    border-radius: 4px;
    transition: all 0.3s ease;
    content: "";
    height: 22px;
    background: rgb(228,215,237);
    position: absolute;
    border: 1px solid rgb(202,176,217,0.5);
}.contact_panel_base .inquiry_panel_base input[type="checkbox"]:checked + label::before {
    border-color: rgb(202,176,217);
    box-shadow: 0 0 5px rgb(202,176,217,0.5);
    background: rgb(202,176,217);
}.contact_panel_base .inquiry_panel_base input[type="checkbox"]:checked + label::after {
    height: 12px;
    border-width: 0 2px 2px 0;
    border: solid #ffffff;
    width: 6px;
    top: 4px;
    transform: rotate(45deg);
    position: absolute;
    left: 8px;
    content: "";
}.contact_panel_base .inquiry_panel_base label a {
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
    color: rgb(202,176,217);
}.contact_panel_base .inquiry_panel_base label a::after {
    transition: transform 0.3s ease;
    content: "";
    position: absolute;
    bottom: -1px;
    height: 1px;
    transform-origin: right;
    left: 0;
    transform: scaleX(0);
    width: 100%;
    background: rgb(202,176,217);
}.contact_panel_base .inquiry_panel_base label a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}.contact_panel_base .feedback_feedback_base {
    cursor: pointer;
    border-radius: 8px;
    width: 100%;
    border: none;
    color: #ffffff;
    overflow: hidden;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 17px;
    padding: 18px 30px;
    background: rgb(202,176,217);
    position: relative;
    font-weight: 700;
    transition: all 0.3s ease;
    box-shadow: 
        0 5px 15px rgb(202,176,217,0.5),
        0 0 0 1px rgb(202,176,217);
}.contact_panel_base .feedback_feedback_base::before {
    top: 0;
    width: 100%;
    background: rgb(168,138,193);
    height: 100%;
    z-index: -1;
    left: 0;
    transform-origin: right;
    position: absolute;
    transform: scaleX(0);
    transition: transform 0.5s ease;
    content: "";
}.contact_panel_base .feedback_feedback_base:hover {
    box-shadow: 
        0 5px 20px rgb(168,138,193,0.5),
        0 0 0 1px rgb(168,138,193);
}.contact_panel_base .feedback_feedback_base:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.contact_panel_base svg {
    width: 22px;
    filter: drop-shadow(0 0 2px rgb(202,176,217,0.5));
    transition: all 0.3s ease;
    fill: rgb(202,176,217);
    height: 22px;
}.contact_panel_base svg path {
    fill: rgb(202,176,217);
    transition: all 0.3s ease;
}.contact_panel_base svg:hover,
.contact_panel_base svg:hover path {
    transform: translateY(-2px);
    fill: rgb(168,138,193);
    filter: drop-shadow(0 0 3px rgb(168,138,193,0.5));
}

@media (max-width: 1024px) {.contact_panel_base {
    padding: 80px 0;
}.contact_panel_base .slider_base {
    min-height: 500px;
}.contact_panel_base .inquiry_map_base {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.contact_panel_base {
    padding: 60px 0;
}.contact_panel_base h2 {
    font-size: calc(43px * 0.8);
    margin-bottom: 40px;
}.contact_panel_base .reach_grid_base {
    flex-direction: column;
}.contact_panel_base .slider_base {
    min-height: 300px;
    width: 100%;
}.contact_panel_base .inquiry_map_base {
    width: 100%;
    padding: 40px 30px;
}.contact_panel_base form h3 {
    margin-bottom: 30px;
}.contact_panel_base form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.contact_panel_base .inquiry_panel_base {
    margin-bottom: 25px;
}.contact_panel_base .feedback_feedback_base {
    padding: 15px 25px;
}
}

@media (max-width: 480px) {.contact_panel_base {
    padding: 50px 0;
}.contact_panel_base h2 {
    font-size: calc(43px * 0.7);
    margin-bottom: 30px;
}.contact_panel_base .slider_base {
    min-height: 200px;
}.contact_panel_base .inquiry_map_base {
    padding: 30px 20px;
}.contact_panel_base form h3 {
    font-size: calc(22px * 0.9);
    margin-bottom: 25px;
}.contact_panel_base form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.contact_panel_base .inquiry_panel_base {
    margin-bottom: 20px;
}.contact_panel_base .inquiry_panel_base label {
    font-size: calc(16px * 0.9);
}.contact_panel_base .feedback_feedback_base {
    padding: 12px 20px;
}}.user_comments_base {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(228,215,237), rgba(0, 0, 0, 0.5) 120%);
    padding: 7rem 0;
}.user_comments_base::before {
    top: 0;
    opacity: 0.15;
    z-index: 1;
    width: 100%;
    pointer-events: none;
    left: 0;
    height: 100%;
    content: "";
    background: 
        radial-gradient(circle at 10% 20%, rgb(202,176,217,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(168,138,193,0.5) 0%, transparent 35%);
    position: absolute;
}.user_comments_base .container {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.user_comments_base h2 {
    font-weight: 700;
    font-size: 29px;
    transition: transform 0.5s ease-out;
    color: #000000;
    position: relative;
    margin-bottom: 3.5rem;
    transform: perspective(1000px) rotateX(0deg);
    text-align: center;
}.user_comments_base h2::after {
    transform: translateX(-50%);
    left: 50%;
    width: 4rem;
    position: absolute;
    background: linear-gradient(90deg, rgb(202,176,217), rgb(168,138,193));
    height: 0.25rem;
    transition: width 0.3s ease-out;
    content: "";
    bottom: -1rem;
}.user_comments_base h2:hover::after {
    width: 6rem;
}.user_comments_base .student_quotes_base {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    margin: 0;
    display: grid;
    padding: 0;
    gap: 2.5rem;
}.user_comments_base .learning_testimonials_base {
    transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    background: #ffffff;
    z-index: 1;
    padding: 2.5rem 2rem;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.05);
    transform: translateY(0);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}.user_comments_base .learning_testimonials_base::before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    left: 0;
    z-index: -1;
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.95) 100%);
    top: 0;
}.user_comments_base .learning_testimonials_base:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.user_comments_base .learning_testimonials_base:nth-child(odd)::after {
    line-height: 1;
    font-family: Georgia, serif;
    top: 1rem;
    font-size: 5rem;
    position: absolute;
    color: rgb(202,176,217,0.5);
    opacity: 0.2;
    right: 1.5rem;
    content: "";
}.user_comments_base .learning_testimonials_base:nth-child(even)::after {
    right: 1.5rem;
    font-size: 5rem;
    line-height: 1;
    color: rgb(168,138,193,0.5);
    font-family: Georgia, serif;
    content: "";
    top: 1rem;
    position: absolute;
    opacity: 0.2;
}.user_comments_base .learning_testimonials_base div {
    margin-bottom: 1.25rem;
    display: flex;
    align-items: center;
}.user_comments_base .learning_testimonials_base img {
    border-radius: 50%;
    width: 60px;
    margin-right: 1rem;
    object-fit: cover;
    height: 60px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border: 3px solid #ffffff;
}.user_comments_base .learning_testimonials_base h4 {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    color: #000000;
}.user_comments_base .learning_testimonials_base .description {
    padding-top: 0.5rem;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    color: #000000;
    position: relative;
}.user_comments_base .learning_testimonials_base .description::before {
    background-color: rgb(202,176,217,0.5);
    position: absolute;
    width: 3rem;
    content: "";
    left: 0;
    top: 0;
    height: 2px;
}.user_comments_base a {
    text-decoration: none;
    text-align: center;
    z-index: 1;
    overflow: hidden;
    font-size: 14px;
    position: relative;
    border-radius: 10px;
    display: inline-block;
    margin-left: auto;
    font-weight: 600;
    margin-right: auto;
    transition: all 0.3s ease;
    transform: translateZ(0);
    color: #ffffff;
    padding: 0.85rem 2rem;
    margin-top: 3rem;
    background: linear-gradient(135deg, rgb(202,176,217), rgb(168,138,193));
}.user_comments_base a:hover {
    transform: translateY(-3px);
    box-shadow: 0 7px 20px rgba(var(--primary-color-rgb), 0.3);
}.user_comments_base a::before {
    width: 100%;
    top: 0;
    position: absolute;
    z-index: -1;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    content: "";
    transition: left 0.7s ease;
    left: -100%;
}.user_comments_base a:hover::before {
    left: 100%;
}

@media (max-width: 991px) {.user_comments_base {
    padding: 5rem 2rem;
}.user_comments_base h2 {
    font-size: calc(29px * 0.9);
    margin-bottom: 2.5rem;
}.user_comments_base .student_quotes_base {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 2rem;
}
}

@media (max-width: 767px) {.user_comments_base {
    padding: 4rem 1.5rem;
}.user_comments_base h2 {
    margin-bottom: 2rem;
    font-size: calc(29px * 0.8);
}.user_comments_base .student_quotes_base {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.user_comments_base .learning_testimonials_base {
    padding: 2rem 1.5rem;
}
}

@media (max-width: 480px) {.user_comments_base {
    padding: 3rem 1rem;
}.user_comments_base h2 {
    font-size: calc(29px * 0.7);
}.user_comments_base .learning_testimonials_base {
    padding: 1.75rem 1.25rem;
}.user_comments_base .learning_testimonials_base img {
    height: 50px;
    width: 50px;
}.user_comments_base a {
    font-size: calc(14px * 0.9);
    padding: 0.75rem 1.5rem;
}
}

@media (hover: none) {.user_comments_base .learning_testimonials_base:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transform: none;
}.user_comments_base a:hover {
    transform: none;
}}header {
    position: relative;
    background: linear-gradient(to bottom, rgb(228,215,237), rgba(0, 0, 0, 0.5));
    width: 100%;
    z-index: 99;
    overflow: visible;
}header::before {
    background-image: repeating-linear-gradient(
        -45deg,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5) 1px,
        transparent 1px,
        transparent 6px
    );
    top: 0;
    opacity: 0.1;
    height: 100%;
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
}header .main_nav_base {
    display: flex;
    position: relative;
    align-items: center;
    padding: 20px 30px;
    justify-content: space-between;
}header .main_nav_base::before {
    width: 80%;
    content: "";
    left: 10%;
    height: 1px;
    position: absolute;
    bottom: 0;
    background: linear-gradient(to right, transparent, rgb(202,176,217), transparent);
}header .main_nav_base .head_wrap_base {
    position: relative;
    margin-right: 40px;
    z-index: 2;
}header .main_nav_base .head_wrap_base .nav_site_base {
    display: block;
    position: relative;
    padding: 5px;
}header .main_nav_base .head_wrap_base .nav_site_base::before {
    right: -5px;
    opacity: 0;
    left: -5px;
    position: absolute;
    top: -5px;
    transition: transform 0.3s ease, opacity 0.3s ease;
    content: "";
    z-index: -1;
    background: rgba(0, 0, 0, 0.5);
    bottom: -5px;
    border-radius: 10px;
    transform: scale(0.9);
}header .main_nav_base .head_wrap_base .nav_site_base:hover::before {
    transform: scale(1);
    opacity: 0.1;
}header .main_nav_base .head_wrap_base .nav_site_base svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    width: auto;
    height: 45px;
}header .main_nav_base .site_navbar_base {
    list-style: none;
    perspective: 1000px;
    padding: 0;
    margin: 0;
    display: flex;
}header .main_nav_base .site_navbar_base .top_learning_base {
    transform-style: preserve-3d;
    position: relative;
    margin: 0;
}header .main_nav_base .site_navbar_base .top_learning_base a {
    font-size: 13px;
    display: block;
    text-transform: uppercase;
    position: relative;
    font-family: Arial, sans-serif;
    letter-spacing: 0.5px;
    font-weight: 600;
    transform-style: preserve-3d;
    transition: color 0.3s ease, transform 0.3s ease;
    padding: 12px 20px;
    background: linear-gradient(to bottom, transparent, transparent);
    text-decoration: none;
    color: #000000;
}header .main_nav_base .site_navbar_base .top_learning_base a::before,
header .main_nav_base .site_navbar_base .top_learning_base a::after {
    left: 0;
    transition: all 0.3s ease;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    pointer-events: none;
}header .main_nav_base .site_navbar_base .top_learning_base a::before {
    transform-origin: top center;
    opacity: 0;
    background: linear-gradient(to bottom, rgb(202,176,217,0.5), transparent);
    transform: translateZ(-1px) rotateX(10deg);
}header .main_nav_base .site_navbar_base .top_learning_base a::after {
    transform: translateZ(-2px) rotateX(-10deg);
    background: linear-gradient(to top, rgb(168,138,193,0.5), transparent);
    opacity: 0;
    transform-origin: bottom center;
}header .main_nav_base .site_navbar_base .top_learning_base:hover a {
    color: rgb(202,176,217);
    transform: translateZ(10px);
}header .main_nav_base .site_navbar_base .top_learning_base:hover a::before,
header .main_nav_base .site_navbar_base .top_learning_base:hover a::after {
    opacity: 0.1;
}header .main_nav_base .site_navbar_base .top_learning_base:hover a::before {
    transform: translateZ(-5px) rotateX(15deg);
}header .main_nav_base .site_navbar_base .top_learning_base:hover a::after {
    transform: translateZ(-10px) rotateX(-15deg);
}

@media (max-width: 992px) {header .main_nav_base {
    flex-direction: column;
    padding: 15px;
}header .main_nav_base .head_wrap_base {
    margin: 0 0 15px 0;
}header .main_nav_base .site_navbar_base {
    flex-wrap: wrap;
    perspective: none;
    justify-content: center;
    width: 100%;
}header .main_nav_base .site_navbar_base .top_learning_base a {
    padding: 10px 15px;
    font-size: calc(13px - 1px);
    transform-style: flat;
}header .main_nav_base .site_navbar_base .top_learning_base:hover a {
    transform: none;
}header .main_nav_base .site_navbar_base .top_learning_base a::before,
    header .main_nav_base .site_navbar_base .top_learning_base a::after {
    display: none;
}
}

@media (max-width: 767px) {header .main_nav_base .site_navbar_base .top_learning_base a {
    font-size: calc(13px - 2px);
    padding: 8px 12px;
}}.potential_enrollees_base {
    overflow: hidden;
    position: relative;
    background: rgb(228,215,237);
    padding: 140px 0;
}.potential_enrollees_base::before {
    position: absolute;
    opacity: 0.03;
    left: 0;
    width: 100%;
    content: "";
    z-index: 0;
    background-position: 0 0, 30px 30px;
    background-size: 60px 60px;
    background-image: 
        linear-gradient(
            45deg, 
            rgb(202,176,217,0.5) 25%, 
            transparent 25%, 
            transparent 75%, 
            rgb(202,176,217,0.5) 75%
        ),
        linear-gradient(
            -45deg, 
            rgb(202,176,217,0.5) 25%, 
            transparent 25%, 
            transparent 75%, 
            rgb(202,176,217,0.5) 75%
        );
    top: 0;
    height: 100%;
}.potential_enrollees_base::after {
    left: 0;
    z-index: 1;
    background: linear-gradient(to top, rgb(228,215,237), transparent);
    width: 100%;
    bottom: 0;
    height: 150px;
    content: "";
    position: absolute;
}.potential_enrollees_base .container {
    position: relative;
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}.potential_enrollees_base .study_zone_base {
    position: relative;
}.potential_enrollees_base h4 {
    padding: 20px 0;
    position: relative;
    text-align: center;
    font-size: 34px;
    margin-bottom: 80px;
    font-weight: 700;
    color: #000000;
}.potential_enrollees_base h4::before {
    transform: translateX(-50%);
    background: rgb(202,176,217,0.5);
    width: 100px;
    height: 3px;
    left: 50%;
    content: "";
    top: 0;
    border-radius: 2px;
    position: absolute;
}.potential_enrollees_base h4::after {
    transform: translateX(-50%);
    bottom: 0;
    background: rgb(168,138,193,0.5);
    position: absolute;
    left: 50%;
    height: 3px;
    content: "";
    width: 100px;
    border-radius: 2px;
}.potential_enrollees_base div {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
}.potential_enrollees_base div::before {
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 0;
    left: 50%;
    opacity: 0.5;
    width: 2px;
    background: linear-gradient(180deg, rgb(202,176,217,0.5), rgb(168,138,193,0.5), transparent);
    content: "";
}.potential_enrollees_base div p {
    position: relative;
    width: 70%;
    display: flex;
    font-size: 14px;
    margin: 0 0 60px 0;
    padding: 25px 30px;
    border-radius: 50px;
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    z-index: 1;
    background: #ffffff;
    color: #000000;
    align-items: center;
    line-height: 1.6;
}.potential_enrollees_base div p:nth-child(odd) {
    border-top-left-radius: 0;
    align-self: flex-start;
}.potential_enrollees_base div p:nth-child(even) {
    align-self: flex-end;
    border-top-right-radius: 0;
}.potential_enrollees_base div p:hover {
    transform: scale(1.03);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.potential_enrollees_base div p::before {
    width: 30px;
    content: "";
    z-index: 2;
    border-radius: 50%;
    height: 30px;
    background: #ffffff;
    position: absolute;
}.potential_enrollees_base div p:nth-child(odd)::before {
    left: -15px;
    top: -15px;
}.potential_enrollees_base div p:nth-child(even)::before {
    top: -15px;
    right: -15px;
}.potential_enrollees_base div p::after {
    content: "";
    background: linear-gradient(135deg, rgb(202,176,217), rgb(168,138,193));
    height: 15px;
    transition: all 0.3s ease;
    border-radius: 50%;
    z-index: 3;
    width: 15px;
    position: absolute;
}.potential_enrollees_base div p:nth-child(odd)::after {
    left: -7.5px;
    top: -7.5px;
}.potential_enrollees_base div p:nth-child(even)::after {
    top: -7.5px;
    right: -7.5px;
}.potential_enrollees_base div p:hover::after {
    transform: scale(1.3);
    box-shadow: 0 0 10px rgb(202,176,217,0.5);
}.potential_enrollees_base div p svg {
    height: 32px;
    margin-right: 20px;
    min-width: 32px;
    width: 32px;
    transition: all 0.3s ease;
}.potential_enrollees_base div p:hover svg {
    transform: rotate(15deg);
}.potential_enrollees_base div p svg path {
    fill: rgb(202,176,217);
    transition: fill 0.3s ease;
}.potential_enrollees_base div p:hover svg path {
    fill: rgb(168,138,193);
}

@media (max-width: 991px) {.potential_enrollees_base {
    padding: 120px 0;
}.potential_enrollees_base h4 {
    margin-bottom: 70px;
    font-size: calc(34px - 2px);
}.potential_enrollees_base div p {
    width: 80%;
    padding: 22px 25px;
    margin-bottom: 50px;
}.potential_enrollees_base div p svg {
    min-width: 28px;
    width: 28px;
    margin-right: 15px;
    height: 28px;
}
}

@media (max-width: 767px) {.potential_enrollees_base {
    padding: 100px 0;
}.potential_enrollees_base h4 {
    margin-bottom: 60px;
    font-size: calc(34px - 4px);
}.potential_enrollees_base div p {
    border-radius: 30px !important;
    margin-bottom: 40px;
    padding: 18px 22px;
    width: 90%;
    align-self: center !important;
}.potential_enrollees_base div p::before,
    .potential_enrollees_base div p::after {
    display: none;
}.potential_enrollees_base div p svg {
    margin-right: 12px;
    min-width: 24px;
    width: 24px;
    height: 24px;
}
}

@media (max-width: 479px) {.potential_enrollees_base {
    padding: 80px 0;
}.potential_enrollees_base h4 {
    font-size: calc(34px - 6px);
    margin-bottom: 50px;
}.potential_enrollees_base div p {
    margin-bottom: 30px;
    width: 100%;
    font-size: calc(14px - 1px);
    padding: 15px 18px;
}.potential_enrollees_base div p svg {
    height: 22px;
    width: 22px;
    margin-right: 10px;
    min-width: 22px;
}}.data_overview_base {
    padding: 5rem 0;
    background: rgb(228,215,237);
    overflow: hidden;
    position: relative;
}.data_overview_base::before {
    opacity: 0.1;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, rgb(202,176,217,0.5) 0%, transparent 70%);
    top: 0;
    z-index: 0;
    left: 0;
}.data_overview_base::after {
    position: absolute;
    opacity: 0.5;
    content: "";
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    background: 
        repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.05) 10px, rgba(255, 255, 255, 0.05) 11px),
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.05) 10px, rgba(255, 255, 255, 0.05) 11px);
    height: 100%;
}.data_overview_base .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 1.5rem;
    z-index: 1;
}.data_overview_base .expert_statistics_base {
    background: linear-gradient(to right, rgb(202,176,217,0.5) 0%, transparent 100%);
    border-radius: 27px 0 0 27px;
    margin-bottom: 3rem;
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.05);
    padding: 3rem;
    position: relative;
}.data_overview_base .expert_statistics_base::before {
    position: absolute;
    background: rgb(202,176,217);
    height: 100%;
    left: 0;
    content: "";
    border-radius: 10px 0 0 10px;
    top: 0;
    width: 5px;
}.data_overview_base .statistics_boosts_base {
    margin: 0 0 1.5rem;
    position: relative;
    color: #000000;
    font-size: 36px;
    font-weight: 700;
    display: inline-block;
}.data_overview_base .statistics_boosts_base::after {
    left: 0;
    content: "";
    position: absolute;
    height: 3px;
    bottom: -0.5rem;
    border-radius: 10px;
    background: rgb(168,138,193);
    width: 50%;
}.data_overview_base .statistics_gains_base {
    max-width: 80%;
    font-weight: 400;
    color: #000000;
    font-size: 17px;
    margin: 0;
    line-height: 1.7;
}.data_overview_base .statistics_extra_base {
    flex-wrap: wrap;
    margin: -1rem;
    display: flex;
}.data_overview_base .statistics_classes_base {
    display: flex;
    transition: all 0.3s ease;
    padding: 0;
    align-items: flex-start;
    flex: 0 0 calc(50% - 2rem);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    border-radius: 27px;
    overflow: hidden;
    margin: 1rem;
}.data_overview_base .statistics_classes_base:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.data_overview_base .statistics_classes_base h4 {
    margin: 0;
    position: relative;
    font-size: calc(36px * 1.5);
    color: #ffffff;
    padding: 2.5rem;
    flex: 0 0 40%;
    display: flex;
    align-items: center;
    background: rgb(202,176,217);
    font-weight: 700;
    overflow: hidden;
    justify-content: center;
}.data_overview_base .statistics_classes_base:nth-child(even) h4 {
    background: rgb(168,138,193);
}.data_overview_base .statistics_classes_base h4::before {
    transition: opacity 0.3s ease;
    height: 200%;
    left: -50%;
    top: -50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 60%);
    position: absolute;
    width: 200%;
    content: "";
    opacity: 0;
}.data_overview_base .statistics_classes_base:hover h4::before {
    opacity: 1;
}.data_overview_base .statistics_classes_base span {
    color: #000000;
    font-size: 17px;
    padding: 2.5rem;
    display: flex;
    flex: 1;
    font-weight: 400;
    align-items: center;
}.data_overview_base svg {
    top: 1rem;
    transition: all 0.3s ease;
    right: 1rem;
    width: 24px;
    position: absolute;
    fill: rgba(255, 255, 255, 0.5);
    height: 24px;
}.data_overview_base svg path {
    fill: inherit;
}.data_overview_base .statistics_classes_base:hover svg {
    fill: rgba(255, 255, 255, 0.8);
    transform: scale(1.2) rotate(15deg);
}

@media (max-width: 1024px) {.data_overview_base .statistics_gains_base {
    max-width: 100%;
}.data_overview_base .statistics_classes_base h4 {
    font-size: calc(36px * 1.3);
    padding: 2rem;
}.data_overview_base .statistics_classes_base span {
    padding: 2rem;
}
}

@media (max-width: 768px) {.data_overview_base {
    padding: 4rem 0;
}.data_overview_base .expert_statistics_base {
    padding: 2rem;
    margin-bottom: 2rem;
}.data_overview_base .statistics_classes_base {
    flex: 0 0 calc(100% - 2rem);
}.data_overview_base .statistics_classes_base h4 {
    padding: 1.8rem;
    font-size: calc(36px * 1.2);
}.data_overview_base .statistics_classes_base span {
    padding: 1.8rem;
}.data_overview_base .statistics_boosts_base {
    margin-bottom: 1.2rem;
    font-size: calc(36px * 0.9);
}.data_overview_base .statistics_gains_base {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 480px) {.data_overview_base {
    padding: 3rem 0;
}.data_overview_base .expert_statistics_base {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}.data_overview_base .statistics_classes_base {
    flex-direction: column;
}.data_overview_base .statistics_classes_base h4 {
    width: 100%;
    padding: 1.5rem;
    flex: 0 0 auto;
    font-size: 36px;
}.data_overview_base .statistics_classes_base span {
    justify-content: center;
    padding: 1.5rem;
    text-align: center;
}.data_overview_base .statistics_boosts_base {
    font-size: calc(36px * 0.8);
    margin-bottom: 1rem;
}.data_overview_base .statistics_gains_base {
    font-size: calc(17px * 0.9);
    line-height: 1.5;
}.data_overview_base svg {
    width: 20px;
    height: 20px;
    right: 0.8rem;
    top: 0.8rem;
}}.meet_us_base {
    position: relative;
    background-color: #ffffff;
    overflow: hidden;
    padding: 120px 0;
}.meet_us_base::before {
    top: 0;
    left: 0;
    z-index: 1;
    content: "";
    opacity: 0.03;
    position: absolute;
    background-size: 50px 50px;
    background: 
        linear-gradient(0deg, transparent 24px, rgba(0, 0, 0, 0.5) 25px, rgba(0, 0, 0, 0.5) 26px, transparent 27px, transparent 49px, rgba(0, 0, 0, 0.5) 50px, rgba(0, 0, 0, 0.5) 51px, transparent 52px),
        linear-gradient(90deg, transparent 24px, rgba(0, 0, 0, 0.5) 25px, rgba(0, 0, 0, 0.5) 26px, transparent 27px, transparent 49px, rgba(0, 0, 0, 0.5) 50px, rgba(0, 0, 0, 0.5) 51px, transparent 52px);
    height: 100%;
    width: 100%;
}.meet_us_base::after {
    height: 100%;
    left: 0;
    z-index: 1;
    top: 0;
    background: 
        repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 10px),
        repeating-linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 10px);
    opacity: 0.03;
    width: 100%;
    position: absolute;
    content: "";
}.meet_us_base .container {
    z-index: 10;
    position: relative;
}.meet_us_base h2 {
    font-size: 37px;
    position: relative;
    text-align: center;
    margin-bottom: 60px;
    color: #000000;
    font-weight: 700;
}.meet_us_base h2::before {
    height: 3px;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    width: 50px;
    background-color: rgb(202,176,217);
    bottom: -15px;
    content: "";
}.meet_us_base h2::after {
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%) translateX(30px);
    position: absolute;
    width: 20px;
    content: "";
    height: 3px;
    background-color: rgb(168,138,193);
}.meet_us_base .skill_studio_base {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    position: relative;
}.meet_us_base .skill_studio_base::before {
    top: 0;
    position: absolute;
    left: 0;
    opacity: 0.05;
    width: 100%;
    background: 
        linear-gradient(45deg, transparent calc(50% - 1px), rgb(202,176,217,0.5) calc(50% - 1px), rgb(202,176,217,0.5) calc(50% + 1px), transparent calc(50% + 1px)),
        linear-gradient(135deg, transparent calc(50% - 1px), rgb(168,138,193,0.5) calc(50% - 1px), rgb(168,138,193,0.5) calc(50% + 1px), transparent calc(50% + 1px));
    content: "";
    background-size: 60px 60px;
    height: 100%;
    z-index: -1;
}.meet_us_base .founder_vision_base {
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    min-width: calc(50% - 15px);
    border-radius: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    flex: 1;
    z-index: 2;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}.meet_us_base .founder_vision_base::before {
    width: 100%;
    transition: transform 0.4s ease;
    left: 0;
    transform: scaleX(0);
    content: "";
    background: linear-gradient(90deg, rgb(202,176,217), rgb(168,138,193));
    height: 4px;
    transform-origin: left;
    position: absolute;
    top: 0;
}.meet_us_base .founder_vision_base:hover::before {
    transform: scaleX(1);
}.meet_us_base .founder_vision_base::after {
    border-color: transparent transparent rgb(202,176,217,0.5) transparent;
    opacity: 0;
    position: absolute;
    content: "";
    border-width: 0 0 40px 40px;
    height: 0;
    width: 0;
    border-style: solid;
    bottom: 0;
    right: 0;
    transition: opacity 0.4s ease;
}.meet_us_base .founder_vision_base:hover::after {
    opacity: 1;
}.meet_us_base .founder_vision_base {
    padding: 40px;
    transform: translateY(0);
}.meet_us_base .founder_vision_base:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.meet_us_base .founder_vision_base h3 {
    color: #000000;
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
    padding-left: 15px;
    font-size: 22px;
    transition: all 0.3s ease;
}.meet_us_base .founder_vision_base h3::before {
    left: 0;
    content: "";
    height: 25px;
    transform: translateY(-50%);
    background-color: rgb(202,176,217);
    position: absolute;
    width: 5px;
    top: 50%;
}.meet_us_base .founder_vision_base:last-child h3::before {
    background-color: rgb(168,138,193);
}.meet_us_base .founder_vision_base:hover h3 {
    color: rgb(202,176,217);
}.meet_us_base .founder_vision_base:last-child:hover h3 {
    color: rgb(168,138,193);
}.meet_us_base .founder_vision_base p {
    position: relative;
    line-height: 1.8;
    font-size: 12px;
    color: #000000;
}.meet_us_base .container::before {
    right: -150px;
    opacity: 0.1;
    content: "";
    z-index: -1;
    top: -150px;
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, rgb(202,176,217,0.5), rgb(168,138,193,0.5));
    position: absolute;
    border-radius: 50%;
}.meet_us_base .container::after {
    opacity: 0.1;
    border-radius: 50%;
    height: 200px;
    z-index: -1;
    width: 200px;
    bottom: -100px;
    background: linear-gradient(45deg, rgb(168,138,193,0.5), rgb(202,176,217,0.5));
    position: absolute;
    content: "";
    left: -100px;
}.meet_us_base .founder_vision_base:first-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}.meet_us_base .founder_vision_base:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}.meet_us_base .founder_vision_base:first-child::after {
    border-color: transparent transparent rgb(202,176,217,0.5) transparent;
}.meet_us_base .founder_vision_base:last-child::after {
    border-color: transparent transparent rgb(168,138,193,0.5) transparent;
}

@media screen and (max-width: 992px) {.meet_us_base {
    padding: 80px 0;
}.meet_us_base .skill_studio_base {
    flex-direction: column;
}.meet_us_base .founder_vision_base {
    min-width: 100%;
}.meet_us_base h2 {
    margin-bottom: 40px;
}
}

@media screen and (max-width: 768px) {.meet_us_base {
    padding: 60px 0;
}.meet_us_base h2 {
    font-size: calc(37px * 0.9);
}.meet_us_base .founder_vision_base {
    padding: 30px;
}.meet_us_base .founder_vision_base h3 {
    margin-bottom: 15px;
    font-size: calc(22px * 0.9);
}.meet_us_base .founder_vision_base h3::before {
    height: 20px;
}.meet_us_base .container::before {
    right: -100px;
    width: 200px;
    top: -100px;
    height: 200px;
}.meet_us_base .container::after {
    width: 150px;
    bottom: -75px;
    left: -75px;
    height: 150px;
}
}

@media screen and (max-width: 576px) {.meet_us_base {
    padding: 50px 0;
}.meet_us_base h2 {
    font-size: calc(37px * 0.8);
    margin-bottom: 30px;
}.meet_us_base h2::before {
    width: 40px;
    bottom: -12px;
}.meet_us_base h2::after {
    bottom: -12px;
    width: 15px;
    transform: translateX(-50%) translateX(25px);
}.meet_us_base .founder_vision_base {
    padding: 25px;
}.meet_us_base .founder_vision_base h3 {
    font-size: calc(22px * 0.85);
    padding-left: 12px;
    margin-bottom: 12px;
}.meet_us_base .founder_vision_base h3::before {
    height: 18px;
    width: 4px;
}.meet_us_base .founder_vision_base p {
    font-size: calc(12px * 0.9);
    line-height: 1.6;
}.meet_us_base .founder_vision_base::after {
    border-width: 0 0 30px 30px;
}}header .top_plank {
    background: rgb(202,176,217);
    color:  #ffffff;
}header .top_plank .elite_trackpro_base div svg, header .top_plank .elite_trackpro_base div svg path {
    fill: #ffffff;
}header .top_plank .elite_trackpro_base div span {
    color: #ffffff;
}header .top_plank .elite_trackpro_base {
    justify-content: flex-start;
    display: flex;
    line-height: 21px;
    padding: 15px 0 10px 0;
    font-size: 13px;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}header .top_plank .elite_trackpro_base div {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    margin-right: 24px;
}header .top_plank .elite_trackpro_base div img, header .top_plank .elite_trackpro_base div svg {
    margin-right: 8px;
    height: 16px;
    width: 16px;
}.secure_safe_base {
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, rgb(228,215,237) 0%, #ffffff 100%);
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
}.secure_safe_base::before {
    left: 0;
    position: absolute;
    height: 5px;
    z-index: 2;
    top: 0;
    right: 0;
    content: "";
    background: linear-gradient(90deg, rgb(202,176,217) 0%, rgb(168,138,193) 100%);
}.secure_safe_base::after {
    content: "";
    pointer-events: none;
    background-image: repeating-linear-gradient(
        0deg,
        transparent,
        transparent 40px,
        rgba(rgba(0, 0, 0, 0.5), 0.02) 40px,
        rgba(rgba(0, 0, 0, 0.5), 0.02) 41px
    );
    height: 100%;
    z-index: 1;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}.secure_safe_base .container {
    z-index: 3;
    background: #ffffff;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.05);
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
    padding: 3rem;
    padding: 0 20px;
    transform: translateY(0);
}.secure_safe_base .container:hover {
    transform: translateY(-5px);
}.secure_safe_base h1 {
    margin-bottom: 2rem;
    color: rgb(202,176,217);
    font-size: 40px;
    position: relative;
    animation: fadeSlideUp 0.8s forwards 0.2s;
    opacity: 0;
    font-weight: 700;
    display: inline-block;
}.secure_safe_base h1::after {
    left: 0;
    width: 80px;
    position: absolute;
    background: rgb(168,138,193);
    height: 4px;
    bottom: -10px;
    animation: scaleIn 1s forwards 1s;
    transform: scaleX(0);
    content: "";
    transform-origin: left;
}.secure_safe_base h2 {
    font-weight: 600;
    opacity: 0;
    padding-left: 1rem;
    color: #000000;
    animation: fadeSlideUp 0.8s forwards 0.4s;
    margin: 2.5rem 0 1.5rem;
    position: relative;
    border-left: 4px solid rgb(202,176,217);
    font-size: 32px;
}.secure_safe_base h3 {
    color: #000000;
    opacity: 0;
    margin: 2rem 0 1.2rem;
    font-size: calc(32px * 0.85);
    font-weight: 600;
    position: relative;
    animation: fadeSlideUp 0.8s forwards 0.5s;
}.secure_safe_base h4 {
    font-weight: 600;
    font-size: calc(32px * 0.7);
    opacity: 0;
    margin: 1.8rem 0 1rem;
    color: #000000;
    animation: fadeSlideUp 0.8s forwards 0.6s;
}.secure_safe_base p {
    color: #000000;
    animation: fadeSlideUp 0.8s forwards 0.6s;
    opacity: 0;
    line-height: 1.8;
    font-size: 12px;
    margin-bottom: 1.5rem;
}.secure_safe_base p strong {
    color: #000000;
    position: relative;
    font-weight: 600;
    display: inline-block;
}.secure_safe_base p strong::after {
    width: 100%;
    bottom: -2px;
    background: rgb(168,138,193,0.5);
    height: 2px;
    position: absolute;
    content: "";
    left: 0;
}.secure_safe_base ul {
    list-style: none;
    margin: 1.5rem 0 2rem;
    opacity: 0;
    animation: fadeSlideUp 0.8s forwards 0.7s;
    padding-left: 1.5rem;
}.secure_safe_base li {
    position: relative;
    font-size: 12px;
    line-height: 1.7;
    padding-left: 1.5rem;
    color: #000000;
    margin-bottom: 1rem;
}.secure_safe_base li::before {
    position: absolute;
    left: 0;
    top: 10px;
    transform: rotate(45deg);
    height: 8px;
    width: 8px;
    content: "";
    background: rgb(202,176,217);
}.secure_safe_base span {
    font-size: 12px;
    position: relative;
    padding-left: 1rem;
    animation: fadeSlideUp 0.8s forwards 0.8s;
    color: #000000;
    opacity: 0;
    line-height: 1.8;
    border-left: 2px solid rgb(168,138,193,0.5);
    display: block;
    margin-bottom: 1.5rem;
}

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

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

@media (max-width: 991px) {.secure_safe_base {
    padding: 3rem 0;
}.secure_safe_base .container {
    padding: 2rem;
}.secure_safe_base h1 {
    font-size: calc(40px * 0.9);
}.secure_safe_base h2 {
    margin: 2rem 0 1.2rem;
    font-size: calc(32px * 0.9);
}
}

@media (max-width: 767px) {.secure_safe_base {
    padding: 2rem 0;
}.secure_safe_base .container {
    padding: 1.5rem;
}.secure_safe_base h1 {
    margin-bottom: 1.5rem;
    font-size: calc(40px * 0.8);
}.secure_safe_base h1::after {
    width: 60px;
    height: 3px;
}.secure_safe_base h2 {
    font-size: calc(32px * 0.8);
    margin: 1.8rem 0 1rem;
}.secure_safe_base h3 {
    font-size: calc(32px * 0.7);
}.secure_safe_base h4 {
    font-size: calc(32px * 0.6);
}.secure_safe_base ul {
    padding-left: 0.5rem;
}.secure_safe_base li {
    padding-left: 1.2rem;
}
}

@media (max-width: 576px) {.secure_safe_base {
    padding: 1.5rem 0;
}.secure_safe_base .container {
    padding: 1.2rem;
}.secure_safe_base h1 {
    font-size: calc(40px * 0.7);
    margin-bottom: 1.2rem;
}.secure_safe_base h2 {
    padding-left: 0.8rem;
    font-size: calc(32px * 0.7);
}.secure_safe_base p, 
    .secure_safe_base li, 
    .secure_safe_base span {
    font-size: calc(12px * 0.95);
    line-height: 1.6;
}.secure_safe_base span {
    padding-left: 0.8rem;
}}.join_our_community_base {
    background: linear-gradient(145deg, rgb(228,215,237) 0%, rgba(240, 242, 245, 1) 100%);
    overflow: hidden;
    box-shadow: 0 20px 30px -15px rgba(0, 0, 0, 0.05);
    padding: 4rem 0;
    position: relative;
}.join_our_community_base::before {
    background: 
        radial-gradient(circle at 20% 30%, rgb(202,176,217,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 80%, rgb(168,138,193,0.5) 0%, transparent 30%);
    left: 0;
    content: "";
    z-index: 0;
    opacity: 0.15;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}.join_our_community_base .container {
    padding: 0 1.5rem;
    z-index: 1;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.join_our_community_base .study_zone_base {
    background: #ffffff;
    box-shadow: 
        12px 12px 24px rgba(0, 0, 0, 0.03),
        -12px -12px 24px rgba(255, 255, 255, 0.8),
        inset 2px 2px 5px rgba(255, 255, 255, 0.4),
        inset -2px -2px 5px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    padding: 3rem;
    border-radius: 12px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s ease;
}.join_our_community_base .study_zone_base:hover {
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.05),
        -15px -15px 30px rgba(255, 255, 255, 0.9),
        inset 2px 2px 5px rgba(255, 255, 255, 0.4),
        inset -2px -2px 5px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(0deg);
}.join_our_community_base h3 {
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
    line-height: 1.4;
    position: relative;
    font-weight: 700;
    font-size: calc(21px * 1.2);
    font-family: Arial, sans-serif;
    color: #000000;
    margin-bottom: 2rem;
    max-width: 90%;
}.join_our_community_base h3::after {
    position: absolute;
    height: 0.25rem;
    transition: width 0.3s ease;
    bottom: -0.8rem;
    transform-origin: left center;
    content: "";
    background: linear-gradient(90deg, rgb(202,176,217) 0%, rgb(168,138,193) 100%);
    left: 0;
    width: 3rem;
    border-radius: 1rem;
}.join_our_community_base .study_zone_base:hover h3::after {
    width: 5rem;
}.join_our_community_base .input_holder {
    gap: 1rem;
    position: relative;
    flex-wrap: wrap;
    margin-top: 1.5rem;
    display: flex;
}.join_our_community_base .input_holder div {
    min-width: 200px;
    position: relative;
    flex: 1;
}.join_our_community_base input[type="email"] {
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    color: #000000;
    background: #ffffff;
    font-size: 17px;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    box-shadow: 
        inset 2px 2px 5px rgba(0, 0, 0, 0.05),
        inset -2px -2px 5px rgba(255, 255, 255, 0.8);
    width: 100%;
    padding: 1rem 1.5rem;
}.join_our_community_base input[type="email"]:focus {
    transform: translateY(-2px);
    box-shadow: 
        0 5px 15px -5px rgb(202,176,217,0.5),
        inset 2px 2px 5px rgba(0, 0, 0, 0.03),
        inset -2px -2px 5px rgba(255, 255, 255, 0.6);
    border-color: rgb(202,176,217,0.5);
    outline: none;
}.join_our_community_base input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
    transition: opacity 0.3s ease;
}.join_our_community_base input[type="email"]:focus::placeholder {
    opacity: 0.5;
}.join_our_community_base .explore_courses_base {
    position: relative;
    cursor: pointer;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    background: linear-gradient(135deg, rgb(202,176,217) 0%, rgba(86, 58, 250, 1) 100%);
    font-family: Arial, sans-serif;
    font-size: 14px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 
        6px 6px 12px rgba(0, 0, 0, 0.1),
        -6px -6px 12px rgba(255, 255, 255, 0.7),
        inset 1px 1px 2px rgba(255, 255, 255, 0.3);
    padding: 1rem 2rem;
    font-weight: 600;
}.join_our_community_base .explore_courses_base::before {
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.2) 50%, transparent 100%);
    top: 0;
    height: 100%;
    left: -100%;
    transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    content: "";
    width: 100%;
}.join_our_community_base .explore_courses_base:hover {
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.15),
        -8px -8px 16px rgba(255, 255, 255, 0.8),
        inset 1px 1px 2px rgba(255, 255, 255, 0.3);
    transform: translateY(-3px);
}.join_our_community_base .explore_courses_base:hover::before {
    left: 100%;
}.join_our_community_base .explore_courses_base:active {
    box-shadow: 
        4px 4px 8px rgba(0, 0, 0, 0.1),
        -4px -4px 8px rgba(255, 255, 255, 0.7),
        inset 2px 2px 4px rgba(0, 0, 0, 0.1),
        inset -2px -2px 4px rgba(255, 255, 255, 0.3);
    transform: translateY(-1px);
}.join_our_community_base .study_zone_base:hover {
    transition: transform 0.2s ease-out;
}

@media (min-width: 1024px) {.join_our_community_base .study_zone_base {
    display: flex;
    justify-content: space-between;
    padding: 3.5rem 4rem;
    align-items: center;
}.join_our_community_base h3 {
    flex: 1;
    padding-right: 2rem;
    font-size: 21px;
    margin-bottom: 0;
}.join_our_community_base .input_holder {
    flex: 1;
    margin-top: 0;
}
}

@media (max-width: 1023px) {.join_our_community_base .study_zone_base {
    text-align: center;
    padding: 2.5rem;
}.join_our_community_base h3 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}.join_our_community_base h3::after {
    transform: translateX(-50%);
    left: 50%;
}.join_our_community_base .input_holder {
    flex-direction: column;
    align-items: center;
}.join_our_community_base .input_holder div {
    width: 100%;
}.join_our_community_base .explore_courses_base {
    width: 100%;
    margin-top: 0.5rem;
}
}

@media (max-width: 767px) {.join_our_community_base {
    padding: 3rem 0;
}.join_our_community_base .study_zone_base {
    padding: 2rem 1.5rem;
    transform: perspective(800px) rotateX(1deg);
}.join_our_community_base h3 {
    max-width: 100%;
    font-size: calc(21px * 1.1);
}.join_our_community_base input[type="email"] {
    padding: 0.9rem 1.2rem;
}.join_our_community_base .explore_courses_base {
    padding: 0.9rem 1.5rem;
}
}

@media (max-width: 480px) {.join_our_community_base {
    padding: 2rem 0;
}.join_our_community_base .study_zone_base {
    padding: 1.5rem 1.2rem;
}.join_our_community_base h3 {
    margin-bottom: 1.5rem;
    font-size: 21px;
}.join_our_community_base .input_holder {
    margin-top: 1rem;
}
}

@media (prefers-reduced-motion: reduce) {.join_our_community_base .study_zone_base,
    .join_our_community_base .explore_courses_base,
    .join_our_community_base input[type="email"],
    .join_our_community_base h3::after,
    .join_our_community_base .explore_courses_base::before {
    transition: none;
}}.thanksGrid_base {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(202,176,217,0.5), rgb(228,215,237), rgb(168,138,193,0.5));
    perspective: 1000px;
}.thanksGrid_base::before {
    left: 0;
    position: absolute;
    opacity: 0.7;
    animation: pulse 10s infinite alternate ease-in-out;
    z-index: 0;
    content: "";
    background: 
        radial-gradient(circle at 20% 30%, rgb(202,176,217,0.5) 0%, transparent 60%),
        radial-gradient(circle at 80% 70%, rgb(168,138,193,0.5) 0%, transparent 60%);
    right: 0;
    bottom: 0;
    top: 0;
}.thanksGrid_base::after {
    height: 200%;
    z-index: 1;
    position: absolute;
    width: 200%;
    pointer-events: none;
    top: -50%;
    animation: patternMove 60s linear infinite;
    left: -50%;
    transform: rotate(15deg);
    content: "";
}.thanksGrid_base .container {
    z-index: 2;
    max-width: 1200px;
    transform-style: preserve-3d;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
}.thanksGrid_base h2 {
    border-left: 4px solid rgb(202,176,217);
    font-size: 37px;
    transform: translateZ(30px);
    text-align: left;
    color: #000000;
    font-weight: 700;
    font-family: Arial, sans-serif;
    line-height: 1.3;
    padding-left: 20px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.05);
    transition: transform 0.5s ease;
    margin-bottom: 40px;
    position: relative;
}.thanksGrid_base h2::after {
    transform-origin: left;
    transform: scaleX(0);
    height: 3px;
    position: absolute;
    content: "";
    background: rgb(168,138,193);
    animation: lineGrow 1.2s 0.5s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    left: 20px;
    bottom: -12px;
    width: 60px;
}.thanksGrid_base .study_zone_base {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    overflow: hidden;
    position: relative;
    border-radius: 25px;
    box-shadow: 
        0 15px 30px -10px rgba(0,0,0,0.1),
        0 5px 15px rgba(0,0,0,0.05),
        0 30px 60px -30px rgba(rgb(202,176,217), 0.3);
    transform: translateZ(20px) rotateX(2deg);
    background: #ffffff;
}.thanksGrid_base .study_zone_base::before {
    left: 0;
    z-index: 3;
    position: absolute;
    top: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, rgb(202,176,217), rgb(168,138,193));
    content: "";
}.thanksGrid_base .study_zone_base:hover {
    box-shadow: 
        0 20px 40px -15px rgba(0,0,0,0.15),
        0 10px 20px rgba(0,0,0,0.08),
        0 40px 70px -40px rgba(rgb(202,176,217), 0.4);
    transform: translateZ(30px) rotateX(0deg);
}.thanksGrid_base ul {
    list-style: none;
    padding: 0;
    margin: 0;
}.thanksGrid_base li {
    padding: 40px;
    position: relative;
    background: #ffffff;
    transition: transform 0.3s ease;
}.thanksGrid_base li::before {
    content: "✓";
    align-items: center;
    top: -15px;
    display: flex;
    left: 40px;
    height: 30px;
    justify-content: center;
    position: absolute;
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(rgb(202,176,217), 0.3);
    background: rgb(202,176,217);
    border-radius: 50%;
    width: 30px;
    font-size: 16px;
}.thanksGrid_base span {
    position: relative;
    color: #000000;
    display: block;
    line-height: 1.7;
    z-index: 2;
    font-size: 15px;
    font-family: Arial, sans-serif;
    text-align: left;
}

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

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

@keyframes patternMove {
    0% {
        transform: rotate(15deg) translateY(0);
    }
    100% {
        transform: rotate(15deg) translateY(-100px);
    }
}

@media (max-width: 991px) {.thanksGrid_base {
    padding: 80px 0;
}.thanksGrid_base h2 {
    font-size: calc(37px * 0.9);
    padding-left: 15px;
}.thanksGrid_base li {
    padding: 30px;
}.thanksGrid_base li::before {
    left: 30px;
}
}

@media (max-width: 767px) {.thanksGrid_base {
    padding: 60px 0;
}.thanksGrid_base h2 {
    font-size: calc(37px * 0.8);
    margin-bottom: 30px;
    transform: translateZ(20px);
}.thanksGrid_base h2::after {
    width: 40px;
}.thanksGrid_base .study_zone_base {
    transform: translateZ(10px) rotateX(1deg);
}.thanksGrid_base .study_zone_base:hover {
    transform: translateZ(15px) rotateX(0deg);
}.thanksGrid_base li {
    padding: 25px 20px;
}.thanksGrid_base li::before {
    width: 24px;
    top: -12px;
    left: 20px;
    height: 24px;
    font-size: 14px;
}.thanksGrid_base span {
    font-size: calc(15px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.thanksGrid_base {
    padding: 40px 0;
}.thanksGrid_base h2 {
    padding-left: 12px;
    border-left: 3px solid rgb(202,176,217);
    font-size: calc(37px * 0.7);
}.thanksGrid_base .container {
    padding: 0 15px;
}.thanksGrid_base .study_zone_base {
    transform: translateZ(5px) rotateX(0.5deg);
}.thanksGrid_base .study_zone_base:hover {
    transform: translateZ(10px) rotateX(0deg);
}.thanksGrid_base li {
    padding: 20px 15px;
}.thanksGrid_base li::before {
    width: 20px;
    left: 15px;
    height: 20px;
    font-size: 12px;
}.thanksGrid_base span {
    line-height: 1.5;
    font-size: calc(15px * 0.9);
}
}