﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.page_nav {
    flex: 1 0 auto;
}svg {
    height: 30px;
    width: 30px;
}.online_tools {
    flex: 0 0 auto;
}.container {
    width: 1225px;
    margin: auto;
    max-width: 100%;
}.core-container {
    flex-direction: column;
    display: flex;
    min-height: 100%;
    height: 100%;
}header,footer {
    width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}html,body {
    color: #000000;
    min-height: 100%;
    height: 100%;
    scroll-behavior: smooth;
    font-family: Arial, sans-serif;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
footer {
    width: 100%;
    position: relative;
}.online_tools {
    padding: 80px 0 30px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    background-color: #000000;
    overflow: hidden;
    position: relative;
}.online_tools::before {
    width: 500px;
    background: repeating-linear-gradient(
        45deg,
        #000000,
        #000000 10px,
        rgba(0, 0, 0, 0.5) 10px,
        rgba(0, 0, 0, 0.5) 20px
    );
    transform: rotate(45deg);
    right: -100px;
    height: 500px;
    position: absolute;
    content: "";
    top: -100px;
    opacity: 0.4;
}.online_tools::after {
    bottom: -50px;
    left: -50px;
    position: absolute;
    transform: rotate(30deg);
    opacity: 0.2;
    height: 300px;
    content: "";
    width: 300px;
    background: repeating-linear-gradient(
        -45deg,
        #000000,
        #000000 15px,
        rgb(137,124,177,0.5) 15px,
        rgb(137,124,177,0.5) 30px
    );
}footer .ranking_bar {
    position: relative;
    z-index: 1;
}footer .contact_links {
    padding: 30px;
    gap: 20px;
    background-color: rgba(255, 255, 255, 0.05);
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    margin-bottom: 60px;
    display: grid;
    border-radius: 0 13px 13px 0;
    border-left: 4px solid rgb(190,157,166);
}footer .info_item {
    align-items: center;
    display: flex;
}footer .info_item svg {
    margin-right: 15px;
    height: 20px;
    width: 20px;
    fill: rgb(190,157,166);
    flex-shrink: 0;
}footer .info_item p,
footer .info_item a {
    transition: color 0.3s ease;
    text-decoration: none;
    font-weight: 300;
    color: #ffffff;
    font-size: 14px;
}footer .info_item a:hover {
    color: rgb(190,157,166);
}footer .text_main_holder {
    gap: 50px;
    grid-template-columns: 1fr;
    display: grid;
}footer .head_pagewrap {
    position: relative;
}footer .head_pagewrap::after {
    width: 30%;
    height: 3px;
    bottom: -30px;
    content: "";
    background-color: rgb(190,157,166);
    position: absolute;
    left: 0;
}footer .head_pagewrap svg {
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
    width: auto;
    height: 45px;
}footer .twitter_cta {
    max-width: 330px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    font-size: 13px;
}footer .top_start {
    position: relative;
}footer .top_start h5 {
    text-transform: uppercase;
    position: relative;
    font-size: 21px;
    display: inline-block;
    margin-bottom: 25px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 1px;
}footer .top_start h5::after {
    height: 3px;
    left: 0;
    content: "";
    position: absolute;
    bottom: -10px;
    width: 40px;
    background-color: rgb(190,157,166);
}footer .first_class {
    margin-bottom: 30px;
}footer .first_class a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    margin-bottom: 12px;
    transition: all 0.3s ease;
    display: block;
    padding: 8px 0;
    text-decoration: none;
    position: relative;
}footer .first_class a:hover {
    border-bottom-color: rgb(190,157,166,0.5);
    padding-left: 10px;
    color: #ffffff;
}footer .subscribe_holder {
    position: relative;
    padding: 35px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 13px;
}footer .subscribe_holder::before {
    top: 0;
    opacity: 0.1;
    left: 0;
    content: "";
    border-radius: 13px;
    position: absolute;
    bottom: 0;
    background: linear-gradient(135deg, rgb(190,157,166,0.5), transparent);
    right: 0;
}footer .subscribe_holder h5 {
    margin-bottom: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 21px;
    font-weight: 700;
}footer .subscribe_holder p {
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 25px;
    font-size: 14px;
}footer .input_holder {
    display: flex;
    gap: 15px;
    flex-direction: column;
    position: relative;
}footer .input_holder input[type="email"] {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    padding: 15px;
    font-size: 14px;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.05);
}footer .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgb(190,157,166);
    background-color: rgba(255, 255, 255, 0.1);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .sub_tips {
    overflow: hidden;
    background-color: rgb(190,157,166);
    cursor: pointer;
    position: relative;
    border-radius: 10px;
    padding: 15px 20px;
    display: inline-block;
    font-weight: 600;
    color: #ffffff;
    font-size: 17px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    border: none;
    text-transform: uppercase;
}footer .sub_tips::after {
    background-color: rgba(255, 255, 255, 0.2);
    transition: all 0.7s ease;
    transform: rotate(45deg);
    width: 30px;
    height: 300px;
    content: "";
    left: -100px;
    top: -100px;
    position: absolute;
}footer .sub_tips:hover {
    background-color: rgb(137,124,177);
}footer .sub_tips:hover::after {
    left: 120%;
}footer .insta_feed {
    margin-top: 60px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}footer .donate_books {
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    font-size: 13px;
}

@keyframes pulseLight {
    0% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.1;
    }
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
    align-items: stretch;
}footer .sub_tips {
    white-space: nowrap;
}
}

@media (max-width: 767px) {footer .online_tools {
    padding: 60px 0 30px;
}footer .contact_links {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
    padding: 20px;
}footer .top_start h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}footer .top_start h5::after {
    bottom: -8px;
}footer .subscribe_holder {
    padding: 25px 20px;
}footer .insta_feed {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .online_tools {
    padding: 50px 0 20px;
}footer .contact_links {
    margin-bottom: 30px;
    padding: 15px;
}footer .head_pagewrap::after {
    width: 50px;
}footer .top_start h5, footer .subscribe_holder h5 {
    font-size: calc(21px - 2px);
}footer .subscribe_holder p, footer .first_class a, footer .info_item p, footer .info_item a {
    font-size: calc(14px - 1px);
}footer .subscribe_holder {
    padding: 20px 15px;
}footer .input_holder input[type="email"],
    footer .sub_tips {
    padding: 12px 15px;
}}.contact_panel {
    padding: 100px 0;
    z-index: 1;
    position: relative;
}.contact_panel::before {
    background-color: rgb(228,216,226);
    z-index: -1;
    content: '';
    inset: 0;
    opacity: 0.9;
    position: absolute;
}.contact_panel .container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}.contact_panel .request_form {
    flex-direction: column;
    background: #ffffff;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
    border-radius: 19px;
    overflow: hidden;
    position: relative;
    display: flex;
}.contact_panel .help_card {
    padding: 0;
    background: rgb(137,124,177);
    position: relative;
}.contact_panel .help_card h3 {
    margin: 0;
    font-size: 32px;
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    background: rgb(137,124,177);
    padding: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}.contact_panel .help_card div {
    align-items: center;
    transition: background-color 0.3s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 40px;
    justify-content: flex-start;
    display: flex;
    position: relative;
}.contact_panel .help_card div:hover {
    background-color: rgb(190,157,166);
}.contact_panel .help_card div:last-child {
    border-bottom: none;
}.contact_panel .help_card div svg {
    flex-shrink: 0;
    height: 24px;
    margin-right: 20px;
    width: 24px;
}.contact_panel .help_card div svg path {
    fill: #ffffff;
}.contact_panel .help_card div span {
    font-size: 14px;
    color: #ffffff;
}.contact_panel .help_card div span a {
    text-decoration: none;
    transition: opacity 0.3s ease;
    color: #ffffff;
}.contact_panel .help_card div span a:hover {
    opacity: 0.8;
}.contact_panel .support_form {
    background-color: #ffffff;
    padding: 50px;
}.contact_panel .support_form h3 {
    text-align: center;
    color: #000000;
    margin-bottom: 30px;
    font-size: 24px;
    position: relative;
    font-weight: 700;
}.contact_panel .support_form h3::after {
    background-color: rgb(137,124,177);
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    content: '';
    bottom: -10px;
    width: 80px;
    height: 3px;
}.contact_panel .support_form form {
    width: 100%;
}.contact_panel .support_form input[type="text"],
.contact_panel .support_form input[type="email"] {
    background-color: #ffffff;
    border: none;
    border-radius: 0;
    padding: 0 20px;
    font-size: 14px;
    margin-bottom: 25px;
    color: #000000;
    height: 55px;
    transition: border-color 0.3s ease;
    width: 100%;
    border-bottom: 2px solid rgb(228,216,226);
}.contact_panel .support_form input[type="text"]:focus,
.contact_panel .support_form input[type="email"]:focus {
    outline: none;
    border-color: rgb(137,124,177);
}.contact_panel .support_form input::placeholder {
    opacity: 0.6;
    color: #000000;
}.contact_panel .support_form .feedback_request {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}.contact_panel .support_form .feedback_request input[type="checkbox"] {
    border: 2px solid rgb(228,216,226);
    flex-shrink: 0;
    height: 22px;
    appearance: none;
    margin-top: 2px;
    margin-right: 10px;
    position: relative;
    width: 22px;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    -webkit-appearance: none;
    cursor: pointer;
}.contact_panel .support_form .feedback_request input[type="checkbox"]:checked {
    border-color: rgb(137,124,177);
    background-color: rgb(137,124,177);
}.contact_panel .support_form .feedback_request input[type="checkbox"]:checked::before {
    top: 50%;
    font-size: 14px;
    position: absolute;
    transform: translate(-50%, -50%);
    content: '✓';
    left: 50%;
    color: #ffffff;
}.contact_panel .support_form .feedback_request label {
    line-height: 1.6;
    font-size: 14px;
    color: #000000;
}.contact_panel .support_form .feedback_request label a {
    color: rgb(137,124,177);
    text-decoration: none;
    transition: color 0.3s ease;
}.contact_panel .support_form .feedback_request label a:hover {
    color: rgb(190,157,166);
}.contact_panel .support_form .request_widget {
    cursor: pointer;
    position: relative;
    color: #ffffff;
    height: 55px;
    width: 100%;
    font-size: 17px;
    transition: background-color 0.3s ease;
    background-color: rgb(137,124,177);
    overflow: hidden;
    font-weight: 600;
    border-radius: 0;
    border: none;
}.contact_panel .support_form .request_widget::before {
    transition: left 0.7s ease;
    width: 100%;
    position: absolute;
    left: -100%;
    content: '';
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    top: 0;
}.contact_panel .support_form .request_widget:hover {
    background-color: rgb(190,157,166);
}.contact_panel .support_form .request_widget:hover::before {
    left: 100%;
}

@media screen and (min-width: 992px) {.contact_panel .request_form {
    display: grid;
    grid-template-columns: 1fr 1fr;
}.contact_panel .help_card {
    flex-direction: column;
    display: flex;
    border-radius: 0 19px 19px 0;
}.contact_panel .support_form {
    display: flex;
    border-radius: 19px 0 0 19px;
    flex-direction: column;
    justify-content: center;
}.contact_panel .help_card h3 {
    text-align: left;
    padding: 40px 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}.contact_panel .help_card div {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    justify-content: flex-start;
    flex: 1;
    align-items: center;
}.contact_panel .help_card div:last-child {
    border-bottom: none;
}
}

@media screen and (min-width: 768px) and (max-width: 991px) {.contact_panel .help_card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}.contact_panel .help_card h3 {
    grid-column: 1 / -1;
}.contact_panel .help_card div {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}.contact_panel .help_card div:nth-child(2n) {
    border-right: none;
}.contact_panel .help_card div:nth-last-child(1),
    .contact_panel .help_card div:nth-last-child(2) {
    border-bottom: none;
}
}

@media screen and (max-width: 767px) {.contact_panel {
    padding: 60px 0;
}.contact_panel .support_form {
    padding: 40px 25px;
}.contact_panel .help_card h3 {
    font-size: calc(24px + 2px);
    padding: 25px 20px;
}.contact_panel .help_card div {
    padding: 15px 25px;
}
}

@media screen and (max-width: 480px) {.contact_panel {
    padding: 40px 0;
}.contact_panel .support_form {
    padding: 30px 20px;
}.contact_panel .support_form h3 {
    font-size: 24px;
}.contact_panel .help_card h3 {
    font-size: 24px;
    padding: 20px 15px;
}.contact_panel .help_card div {
    padding: 15px 20px;
}.contact_panel .help_card div svg {
    height: 20px;
    width: 20px;
    margin-right: 15px;
}}.company_overview {
    color: #ffffff;
    position: relative;
    padding: 120px 0 140px;
    overflow: hidden;
}.company_overview::before {
    left: 0;
    background: linear-gradient(135deg, rgba(12, 19, 35, 0.92), rgba(28, 35, 61, 0.85));
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    content: "";
    z-index: 1;
}.company_overview::after {
    transform: rotate(-15deg);
    height: 70%;
    background: linear-gradient(45deg, rgb(190,157,166,0.5), rgb(137,124,177,0.5));
    filter: blur(70px);
    top: -10%;
    width: 80%;
    position: absolute;
    z-index: 0;
    right: -10%;
    content: "";
    animation: floatGradient 15s ease-in-out infinite alternate;
}.company_overview .container {
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
}.company_overview h2 {
    display: inline-block;
    font-size: 47px;
    font-weight: 700;
    position: relative;
    transform: translateX(-10px);
    margin-bottom: 50px;
}.company_overview h2::before {
    width: 4px;
    height: 60%;
    content: "";
    top: 50%;
    position: absolute;
    left: -20px;
    background: rgb(137,124,177);
    transform: translateY(-50%);
}.company_overview h2::after {
    left: 0;
    background: linear-gradient(90deg, rgb(137,124,177), transparent);
    bottom: -12px;
    content: "";
    height: 2px;
    position: absolute;
    width: 100px;
}.company_overview .announcement_box {
    padding: 40px;
    backdrop-filter: blur(5px);
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    position: relative;
    display: grid;
    transform: translateY(0);
    gap: 30px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
    grid-template-columns: 1fr;
}.company_overview .announcement_box:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
}.company_overview .announcement_box::before {
    content: "";
    background: linear-gradient(45deg, transparent, rgb(137,124,177,0.5), transparent);
    transition: opacity 0.6s ease;
    right: -2px;
    z-index: -1;
    top: -2px;
    filter: blur(8px);
    left: -2px;
    opacity: 0;
    position: absolute;
    bottom: -2px;
}.company_overview .announcement_box:hover::before {
    opacity: 1;
}.company_overview .announcement_box > div {
    position: relative;
}.company_overview .announcement_box p {
    margin-bottom: 20px;
    display: inline-block;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: calc(24px * 1.2);
    color: rgb(137,124,177);
    position: relative;
}.company_overview .announcement_box p::after {
    bottom: -6px;
    left: 0;
    transition: width 0.3s ease;
    height: 2px;
    content: "";
    width: 40px;
    position: absolute;
    background: rgb(137,124,177);
}.company_overview .announcement_box:hover p::after {
    width: 100%;
}.company_overview .announcement_box div > div {
    opacity: 0.9;
    column-count: 1;
    font-size: 17px;
    hyphens: auto;
    text-align: justify;
    column-gap: 40px;
    position: relative;
    line-height: 1.8;
}.company_overview .announcement_box div > div::first-letter {
    margin-right: 8px;
    color: rgb(137,124,177);
    font-size: 3.5em;
    float: left;
    line-height: 0.8;
    font-weight: 700;
}

@keyframes floatGradient {
    0% {
        transform: rotate(-15deg) translate(0, 0);
    }
    50% {
        transform: rotate(-12deg) translate(-20px, 20px);
    }
    100% {
        transform: rotate(-18deg) translate(20px, -10px);
    }
}

@media (min-width: 768px) {.company_overview {
    padding: 150px 0 180px;
}.company_overview h2 {
    margin-bottom: 70px;
    font-size: calc(47px * 1.2);
}.company_overview .announcement_box {
    padding: 60px;
    grid-template-columns: 1fr;
}.company_overview .announcement_box div > div {
    column-count: 2;
}
}

@media (min-width: 992px) {.company_overview {
    padding: 180px 0 200px;
}.company_overview h2 {
    transform: translateX(-20px);
}.company_overview .announcement_box {
    padding: 70px;
}.company_overview .announcement_box div > div {
    column-count: 2;
}
}

@media (max-width: 767px) {.company_overview {
    padding: 80px 0 100px;
}.company_overview h2 {
    margin-bottom: 40px;
    font-size: calc(31px * 1.1);
}.company_overview .announcement_box {
    padding: 30px;
}.company_overview .announcement_box p {
    font-size: 24px;
}.company_overview .announcement_box div > div::first-letter {
    font-size: 2.5em;
}
}

@media (max-width: 480px) {.company_overview {
    padding: 60px 0 80px;
}.company_overview .announcement_box {
    padding: 25px 20px;
}.company_overview h2 {
    font-size: 31px;
    margin-bottom: 30px;
}.company_overview .announcement_box div > div {
    line-height: 1.6;
    font-size: calc(17px - 1px);
}}.training_method {
    min-height: 80vh;
    position: relative;
    overflow: hidden;
    background: linear-gradient(215deg, #000000 0%, rgb(190,157,166) 100%);
    align-items: center;
    padding: 6rem 0;
    display: flex;
}.training_method::before {
    content: '';
    top: 0;
    background: 
        linear-gradient(90deg, rgb(137,124,177,0.5) 1px, transparent 1px) 0 0 / 20px 100%,
        linear-gradient(0deg, rgb(137,124,177,0.5) 1px, transparent 1px) 0 0 / 100% 20px;
    height: 100%;
    position: absolute;
    left: 0;
    opacity: 0.2;
    width: 100%;
}.training_method::after {
    width: 100%;
    animation: moveBackground 20s linear infinite;
    position: absolute;
    background: linear-gradient(45deg, rgb(190,157,166,0.5) 25%, transparent 25%, transparent 50%, rgb(190,157,166,0.5) 50%, rgb(190,157,166,0.5) 75%, transparent 75%, transparent);
    background-size: 30px 30px;
    left: 0;
    top: 0;
    content: '';
    height: 100%;
    opacity: 0.05;
}@keyframes moveBackground {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

.training_method .teach_style {
    z-index: 5;
    width: 100%;
    display: flex;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.training_method .announcement_box {
    margin: 0 auto;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    width: 90%;
    position: relative;
    backdrop-filter: blur(5px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    padding: 3rem;
    border-left: 4px solid rgb(137,124,177);
    max-width: 900px;
    border-radius: 0 16px 16px 0;
    overflow: hidden;
}.training_method .announcement_box::before {
    left: 0;
    position: absolute;
    width: 5px;
    content: '';
    background: linear-gradient(to bottom, rgb(137,124,177), rgb(190,157,166));
    animation: scanline 2s linear infinite;
    top: 0;
    height: 100%;
}@keyframes scanline {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(100%);
    }
}

.training_method .announcement_box::after {
    z-index: -1;
    top: 0;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.1) 50%, transparent 100%);
    position: absolute;
    height: 100%;
    animation: glitch 3s ease-in-out infinite alternate;
    content: '';
    width: 100%;
    left: 0;
}@keyframes glitch {
    0%, 100% {
        transform: translateX(-100%);
    }
    50% {
        transform: translateX(100%);
    }
}

.training_method h2 {
    font-size: 38px;
    display: inline-block;
    font-weight: 700;
    color: #ffffff;
    padding-left: 1.5rem;
    text-shadow: 
        2px 2px 0 rgb(137,124,177,0.5),
        -2px -2px 0 rgb(190,157,166,0.5);
    margin-bottom: 2rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
}.training_method h2::before {
    content: '>';
    position: absolute;
    animation: blink 1s step-end infinite;
    left: 0;
    color: rgb(137,124,177);
}@keyframes blink {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}

.training_method h2::after {
    width: 100%;
    content: '';
    left: 0;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(137,124,177), rgb(190,157,166));
    height: 2px;
    position: absolute;
}.training_method p {
    font-size: 17px;
    color: #ffffff;
    line-height: 1.8;
    position: relative;
    margin-bottom: 0;
    padding-left: 1.5rem;
}.training_method p::before {
    height: 100%;
    width: 3px;
    top: 0;
    position: absolute;
    content: '';
    left: 0;
    background: rgb(137,124,177,0.5);
}.training_method .announcement_box::before,
.training_method .announcement_box::after,
.training_method h2,
.training_method p {
    transition: all 0.3s ease;
}.training_method .announcement_box:hover h2 {
    text-shadow: 
        3px 3px 0 rgb(137,124,177,0.5),
        -3px -3px 0 rgb(190,157,166,0.5);
    transform: translateX(5px);
}.training_method .announcement_box:hover p {
    transform: translateX(5px);
}.training_method .announcement_box:hover::before {
    animation-duration: 1s;
}.training_method .announcement_box:hover::after {
    animation-duration: 1.5s;
}.training_method .announcement_box::before,
.training_method h2::before {
    animation-play-state: running;
}.training_method::before {
    clip-path: polygon(
        0 0,
        100% 0,
        100% 85%,
        85% 100%,
        0 100%
    );
}

@media (max-width: 992px) {.training_method {
    padding: 5rem 1.5rem;
    min-height: 70vh;
}.training_method .announcement_box {
    padding: 2.5rem;
    width: 90%;
}.training_method h2 {
    margin-bottom: 1.8rem;
    font-size: calc(38px * 0.9);
}.training_method p {
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 768px) {.training_method {
    padding: 4rem 1rem;
    min-height: auto;
}.training_method .announcement_box {
    padding: 2rem;
    width: 100%;
}.training_method h2 {
    font-size: calc(38px * 0.8);
    margin-bottom: 1.5rem;
    letter-spacing: 1px;
}.training_method h2::after {
    height: 1px;
}.training_method p {
    padding-left: 1.2rem;
}.training_method p::before {
    width: 2px;
}
}

@media (max-width: 576px) {.training_method {
    padding: 3rem 0.8rem;
}.training_method .announcement_box {
    padding: 1.5rem;
}.training_method h2 {
    font-size: calc(38px * 0.7);
    padding-left: 1rem;
    margin-bottom: 1.2rem;
}.training_method p {
    padding-left: 1rem;
    font-size: calc(17px * 0.9);
}.training_method::before,
    .training_method::after {
    opacity: 0.15;
}.training_method .announcement_box::before {
    animation-duration: 3s;
}}.thanksNexus {
    background: linear-gradient(135deg, rgb(228,216,226) 0%, rgb(190,157,166,0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
}.thanksNexus::before {
    z-index: 1;
    top: 0;
    clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
    height: 100%;
    position: absolute;
    right: 0;
    width: 40%;
    content: "";
    background: linear-gradient(230deg, rgb(137,124,177,0.5) 10%, transparent 80%);
}.thanksNexus::after {
    width: 20rem;
    height: 20rem;
    z-index: 0;
    border-radius: 50%;
    animation: pulse 8s infinite ease-in-out;
    background: linear-gradient(45deg, rgb(190,157,166,0.5) 0%, transparent 70%);
    filter: blur(30px);
    position: absolute;
    bottom: -5rem;
    left: -5rem;
    content: "";
}.thanksNexus .container {
    max-width: 1200px;
    z-index: 2;
    padding: 0 2rem;
    transform: perspective(1000px) rotateX(2deg);
    margin: 0 auto;
    position: relative;
}.thanksNexus h2 {
    animation: slideInTitle 0.8s ease-out forwards;
    color: #000000;
    margin-bottom: 3rem;
    position: relative;
    line-height: 1.3;
    max-width: 90%;
    font-weight: 700;
    transform-origin: left center;
    font-family: Arial, sans-serif;
    font-size: 31px;
}.thanksNexus h2::after {
    height: 0.3rem;
    transform-origin: left;
    content: "";
    animation: expandLine 1s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(90deg, rgb(190,157,166) 0%, rgb(137,124,177) 100%);
    bottom: -1rem;
    position: absolute;
    width: 6rem;
    transform: scaleX(0);
    left: 0;
}.thanksNexus .teach_style {
    background: #ffffff;
    animation: fadeInUp 0.8s 0.3s forwards cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.08);
    transform: translateY(20px);
    opacity: 0;
    position: relative;
    padding: 3rem;
}.thanksNexus .teach_style::before {
    clip-path: polygon(0 0, 100% 0, 100% 80%, 95% 100%, 0 100%);
    left: 0;
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 60%, rgb(137,124,177,0.5) 150%);
}.thanksNexus ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.thanksNexus li {
    position: relative;
    padding-left: 2rem;
}.thanksNexus li::before {
    height: 0.6rem;
    background: rgb(190,157,166);
    content: "";
    animation: scaleIn 0.5s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    top: 0.5rem;
    left: 0;
    transform: rotate(45deg) scale(0);
    position: absolute;
    width: 0.6rem;
}.thanksNexus span {
    font-size: 12px;
    line-height: 1.8;
    display: block;
    font-family: Arial, sans-serif;
    color: #000000;
    position: relative;
}

@keyframes slideInTitle {
    from {
        transform: translateX(-30px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

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

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

@keyframes scaleIn {
    from {
        transform: rotate(45deg) scale(0);
    }
    to {
        transform: rotate(45deg) scale(1);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.5;
    }
}

@media (max-width: 992px) {.thanksNexus {
    padding: 4rem 0;
}.thanksNexus h2 {
    max-width: 100%;
    font-size: calc(31px * 0.9);
}.thanksNexus .teach_style {
    padding: 2.5rem;
}.thanksNexus::before {
    width: 30%;
}
}

@media (max-width: 768px) {.thanksNexus {
    padding: 3.5rem 0;
}.thanksNexus h2 {
    margin-bottom: 2.5rem;
    line-height: 1.4;
    font-size: calc(31px * 0.8);
}.thanksNexus .teach_style {
    padding: 2rem;
}.thanksNexus .container {
    transform: perspective(1000px) rotateX(1deg);
}.thanksNexus::before {
    width: 25%;
}.thanksNexus li::before {
    top: 0.4rem;
}
}

@media (max-width: 576px) {.thanksNexus {
    padding: 3rem 0;
}.thanksNexus h2 {
    font-size: calc(31px * 0.7);
    margin-bottom: 2rem;
}.thanksNexus h2::after {
    height: 0.25rem;
    width: 5rem;
    bottom: -0.75rem;
}.thanksNexus .teach_style {
    padding: 1.5rem;
}.thanksNexus .container {
    padding: 0 1.5rem;
    transform: none;
}.thanksNexus::before {
    display: none;
}.thanksNexus li {
    padding-left: 1.5rem;
}.thanksNexus li::before {
    height: 0.5rem;
    width: 0.5rem;
    top: 0.4rem;
}.thanksNexus span {
    font-size: calc(12px * 0.95);
    line-height: 1.7;
}}.program_offerings {
    position: relative;
    padding: 100px 0;
    background-color: rgb(228,216,226);
    overflow: hidden;
}.program_offerings::before {
    left: 0;
    width: 100%;
    background: linear-gradient(45deg, rgb(190,157,166,0.5) 0%, transparent 50%, rgb(137,124,177,0.5) 100%);
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}.program_offerings::after {
    border-radius: 50%;
    right: -100px;
    content: "";
    top: -100px;
    height: 400px;
    position: absolute;
    background: radial-gradient(circle, rgb(137,124,177,0.5) 0%, transparent 80%);
    width: 400px;
    z-index: 1;
    animation: rotate 20s linear infinite;
}.program_offerings .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 20px;
}.program_offerings .online_class {
    position: relative;
    grid-template-columns: 1fr;
    gap: 40px;
    display: grid;
}.program_offerings .announcement_box {
    align-items: center;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}.program_offerings .announcement_box h2 {
    font-size: 37px;
    margin-bottom: 20px;
    border-left: 4px solid rgb(190,157,166);
    grid-column: 1 / -1;
    position: relative;
    font-weight: 700;
    color: #000000;
    padding-left: 20px;
}.program_offerings .description {
    padding: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 19px;
    font-size: 13px;
    background-color: rgba(255, 255, 255, 0.05);
    color: #000000;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    line-height: 1.8;
}.program_offerings .description:first-of-type {
    position: relative;
    overflow: hidden;
}.program_offerings .description:first-of-type::before {
    left: -10px;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    width: 40px;
    z-index: -1;
    background-color: rgb(190,157,166,0.5);
    content: "";
    height: 40px;
}.program_offerings .description:last-of-type {
    overflow: hidden;
    position: relative;
}.program_offerings .description:last-of-type::before {
    width: 40px;
    background-color: rgb(137,124,177,0.5);
    right: -10px;
    z-index: -1;
    position: absolute;
    height: 40px;
    border-radius: 50%;
    bottom: -10px;
    content: "";
}.program_offerings .description:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.program_offerings .img_fit {
    transform: perspective(1000px) rotateX(2deg);
    height: 400px;
    border-radius: 19px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    position: relative;
    margin: 40px 0;
    overflow: hidden;
    transition: transform 0.5s ease;
}.program_offerings .img_fit::before {
    bottom: 0;
    content: "";
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, transparent 40%);
    top: 0;
    z-index: 1;
    right: 0;
    left: 0;
    position: absolute;
}.program_offerings .img_fit::after {
    border-radius: 50%;
    top: -20px;
    left: 50%;
    height: 10px;
    content: "";
    width: 90%;
    animation: glow 4s infinite alternate;
    transform: translateX(-50%);
    position: absolute;
    opacity: 0.7;
    background: rgb(190,157,166);
    filter: blur(10px);
}.program_offerings .img_fit:hover {
    transform: perspective(1000px) rotateX(0deg);
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes glow {
    0% {
        opacity: 0.5;
        width: 90%;
    }
    100% {
        opacity: 0.8;
        width: 95%;
    }
}

@media screen and (max-width: 1024px) {.program_offerings {
    padding: 80px 0;
}.program_offerings .img_fit {
    height: 350px;
    margin: 30px 0;
}
}

@media screen and (max-width: 768px) {.program_offerings {
    padding: 60px 0;
}.program_offerings .announcement_box {
    gap: 20px;
    grid-template-columns: 1fr;
}.program_offerings .description {
    padding: 25px;
}.program_offerings .img_fit {
    margin: 25px 0;
    height: 300px;
}.program_offerings h2 {
    font-size: calc(37px * 0.9);
}
}

@media screen and (max-width: 480px) {.program_offerings {
    padding: 40px 0;
}.program_offerings .online_class {
    gap: 30px;
}.program_offerings .announcement_box h2 {
    padding-left: 15px;
    font-size: calc(37px * 0.8);
}.program_offerings .description {
    font-size: calc(13px * 0.95);
    padding: 20px;
}.program_offerings .img_fit {
    height: 250px;
    margin: 20px 0;
    transform: perspective(1000px) rotateX(0deg);
}}.tariff_plan {
    background-color: rgb(228,216,226);
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
}.tariff_plan::before {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    right: -3rem;
    background: linear-gradient(135deg, rgb(190,157,166), rgb(137,124,177));
    height: 12rem;
    top: -3rem;
    position: absolute;
    transform: rotate(15deg);
    width: 12rem;
    opacity: 0.07;
    content: "";
}.tariff_plan::after {
    content: "";
    height: 18rem;
    left: -5rem;
    background: linear-gradient(45deg, rgb(137,124,177), rgb(190,157,166,0.5));
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    z-index: 0;
    position: absolute;
    transform: rotate(-10deg);
    bottom: -5rem;
    opacity: 0.05;
    width: 18rem;
}.tariff_plan .container {
    position: relative;
    padding: 0 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
}.tariff_plan .member_fees {
    display: flex;
    flex-direction: column;
}.tariff_plan .value_pricing {
    margin-bottom: 3rem;
    order: -1;
    position: relative;
}.tariff_plan .value_pricing h2 {
    color: #000000;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 1rem;
    position: relative;
    font-size: 31px;
}.tariff_plan .value_pricing h2::after {
    height: 3px;
    width: 60%;
    bottom: -0.5rem;
    left: 0;
    background: linear-gradient(90deg, rgb(190,157,166), transparent);
    content: "";
    position: absolute;
}.tariff_plan .cost_rates {
    line-height: 1.6;
    margin-bottom: 1rem;
    max-width: 800px;
    font-size: 18px;
    color: #000000;
}.tariff_plan .premium_plan {
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    display: grid;
}.tariff_plan .payment_option {
    z-index: 2;
    overflow: hidden;
    text-decoration: none;
    color: #000000;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    position: relative;
}.tariff_plan .package_rates {
    border: 1px solid rgba(0,0,0,0.06);
    display: flex;
    height: 100%;
    box-shadow: 0 8px 24px rgba(0,0,0,0.05);
    flex-direction: column;
    background-color: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    min-height: 480px;
    transform: translateY(0);
    overflow: hidden;
    position: relative;
}.tariff_plan .payment_option:hover .package_rates {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.1);
}.tariff_plan .value_plan {
    display: flex;
    padding: 2rem;
    flex: 1;
    z-index: 2;
    flex-direction: column;
    overflow: hidden;
    position: relative;
}.tariff_plan .value_plan h3 {
    font-size: calc(21px + 0.1rem);
    color: #000000;
    position: relative;
    transition: color 0.3s ease;
    font-weight: 600;
    margin-bottom: 0.5rem;
    display: inline-block;
}.tariff_plan .payment_option:hover .value_plan h3 {
    color: rgb(190,157,166);
}.tariff_plan .offer_box {
    margin-bottom: 1.5rem;
    display: block;
    font-size: calc(21px + 0.5rem);
    transition: transform 0.3s ease;
    font-weight: 700;
    position: relative;
    color: rgb(190,157,166);
}.tariff_plan .offer_box::before {
    transform: scaleX(1);
    height: 2px;
    background-color: rgb(190,157,166,0.5);
    width: 3rem;
    position: absolute;
    transition: transform 0.4s ease;
    bottom: -0.75rem;
    transform-origin: left;
    left: 0;
    content: "";
}.tariff_plan .payment_option:hover .offer_box::before {
    transform: scaleX(1.5);
}.tariff_plan .value_plan p {
    margin-bottom: 1.5rem;
    font-size: calc(18px - 0.1rem);
    color: #000000;
    word-break: break-word;
    flex-grow: 1;
    line-height: 1.6;
    overflow-wrap: break-word;
}.tariff_plan .img_fit {
    height: 180px;
    overflow: hidden;
    width: 100%;
    position: relative;
    transition: transform 0.6s ease;
}.tariff_plan .img_fit::after {
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.15), transparent);
    transition: opacity 0.3s ease;
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0.7;
    bottom: 0;
}.tariff_plan .payment_option:hover .img_fit {
    transform: scale(1.03);
}.tariff_plan .payment_option:hover .img_fit::after {
    opacity: 0.4;
}.tariff_plan .package_rates::before {
    left: 0;
    position: absolute;
    content: "";
    top: 0;
    height: 5px;
    width: 100%;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: scaleX(0);
    transform-origin: left;
    background: linear-gradient(90deg, rgb(190,157,166), rgb(137,124,177));
}.tariff_plan .payment_option:hover .package_rates::before {
    transform: scaleX(1);
}

@media (min-width: 768px) {.tariff_plan .member_fees {
    gap: 2rem;
    flex-direction: row;
    align-items: flex-start;
}.tariff_plan .value_pricing {
    flex: 0 0 30%;
    margin-bottom: 0;
    order: 0;
    padding-top: 2rem;
}.tariff_plan .premium_plan {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    flex: 0 0 70%;
}.tariff_plan .package_rates {
    border-radius: 0.25rem;
}
}

@media (max-width: 767px) {.tariff_plan {
    padding: 3rem 0;
}.tariff_plan .premium_plan {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 500px;
}.tariff_plan .value_pricing h2 {
    display: block;
    text-align: center;
}.tariff_plan .value_pricing h2::after {
    transform: translateX(-50%);
    left: 50%;
    width: 100px;
}.tariff_plan .cost_rates {
    text-align: center;
}.tariff_plan .package_rates {
    min-height: auto;
}.tariff_plan .value_plan {
    padding: 1.5rem;
}.tariff_plan .img_fit {
    height: 160px;
}
}

@media (min-width: 1024px) {.tariff_plan .premium_plan {
    grid-template-columns: repeat(2, 1fr);
}.tariff_plan .payment_option:nth-child(odd) {
    transform: translateY(1.5rem);
}
}

@media (min-width: 1200px) {.tariff_plan .value_pricing {
    padding-top: 4rem;
}.tariff_plan .payment_option:hover {
    z-index: 5;
}.tariff_plan .premium_plan {
    row-gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2rem;
}
}

@media (prefers-reduced-motion: reduce) {.tariff_plan .payment_option,
    .tariff_plan .package_rates,
    .tariff_plan .img_fit,
    .tariff_plan .offer_box::before,
    .tariff_plan .package_rates::before {
    transition: none;
}}header {
    border-bottom: 1px solid rgb(190,157,166,0.5);
    backdrop-filter: blur(8px);
    transition: all 0.4s ease;
    left: 0;
    position: fixed;
    z-index: 1000;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    background: linear-gradient(135deg, #000000 0%, rgb(190,157,166) 100%);
    width: 100%;
    -webkit-backdrop-filter: blur(8px);
    top: 0;
}header:before {
    opacity: 0.4;
    background: linear-gradient(90deg, transparent, rgb(190,157,166,0.5), transparent);
    top: 0;
    left: 0;
    animation: shine 8s infinite linear;
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
    background-size: 200% 100%;
    pointer-events: none;
}header .nav_expert {
    width: 100%;
}header .container {
    padding: 15px 20px;
    margin: 0 auto;
    max-width: 1200px;
}header .top_bar {
    justify-content: space-between;
    display: flex;
    position: relative;
    align-items: center;
}header .top_start {
    display: flex;
    position: relative;
    gap: 25px;
}header .top_start:before {
    bottom: -8px;
    background: linear-gradient(90deg, transparent, rgb(190,157,166), transparent);
    left: 0;
    height: 1px;
    transition: transform 0.6s ease;
    content: '';
    position: absolute;
    transform: scaleX(0);
    width: 100%;
    transform-origin: left;
}header .top_start:hover:before {
    transform: scaleX(1);
}header .top_sitebar {
    font-size: 17px;
    padding: 8px 0;
    letter-spacing: 0.5px;
    color: #ffffff;
    transition: all 0.4s ease;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 400;
    position: relative;
    font-family: Arial, sans-serif;
}header .top_sitebar:after {
    background: rgb(190,157,166);
    left: 0;
    height: 2px;
    transform: scaleX(0);
    position: absolute;
    width: 100%;
    transition: transform 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
    content: '';
    bottom: 0;
    transform-origin: right;
}header .top_sitebar:before {
    top: 0;
    border-radius: 50%;
    content: '';
    transition: all 0.3s ease;
    opacity: 0;
    height: 4px;
    position: absolute;
    background: rgb(190,157,166);
    width: 4px;
    left: 50%;
    transform: translateX(-50%);
}header .top_sitebar:hover {
    text-shadow: 0 0 8px rgb(190,157,166,0.5);
    color: rgb(190,157,166);
}header .top_sitebar:hover:after {
    transform: scaleX(1);
    transform-origin: left;
}header .top_sitebar:hover:before {
    opacity: 1;
}header .nav_wrap {
    display: flex;
    align-items: center;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
}header .nav_wrap svg {
    transition: transform 0.5s ease;
    width: auto;
    filter: drop-shadow(0 0 4px rgb(190,157,166,0.5));
    height: 40px;
}header .nav_wrap:hover svg {
    transform: scale(1.05);
}header .nav_wrap:after {
    left: 50%;
    content: '';
    bottom: -8px;
    transform: translateX(-50%);
    width: 0;
    height: 1px;
    transition: width 0.4s ease;
    position: absolute;
    background: rgb(190,157,166);
}header .nav_wrap:hover:after {
    width: 100%;
}

@keyframes shine {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

@keyframes pulse {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
    }
}

@media (max-width: 991px) {header .container {
    padding: 12px 15px;
}header .top_start {
    gap: 15px;
}header .top_sitebar {
    font-size: calc(17px - 1px);
}header .nav_wrap svg {
    height: 35px;
}
}

@media (max-width: 767px) {header .top_start {
    width: 80%;
    transition: right 0.4s ease;
    max-width: 300px;
    right: -100%;
    padding: 80px 30px 30px;
    z-index: 1001;
    height: 100vh;
    top: 0;
    position: fixed;
    overflow-y: auto;
    gap: 20px;
    flex-direction: column;
    background: #000000;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
}header .menu.active {
    right: 0;
}header .top_sitebar {
    width: 100%;
    padding: 10px 5px;
    border-bottom: 1px solid rgb(190,157,166,0.5);
}header .top_start:before {
    display: none;
}header .nav_wrap {
    margin-right: auto;
    margin-left: auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 10px;
}header .nav_wrap svg {
    height: 30px;
}}.teaching_history {
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
    background-color: rgb(228,216,226);
}.teaching_history::before {
    height: 100%;
    background: 
        linear-gradient(135deg, rgb(190,157,166,0.5) 0%, transparent 40%),
        repeating-linear-gradient(45deg, rgb(137,124,177,0.5) 0px, rgb(137,124,177,0.5) 1px, transparent 1px, transparent 10px);
    z-index: 1;
    top: 0;
    width: 100%;
    position: absolute;
    opacity: 0.12;
    content: "";
    left: 0;
}.teaching_history .container {
    padding: 0 1.5rem;
    margin: 0 auto;
    max-width: 1140px;
    transform: perspective(1000px) rotateY(2deg);
    position: relative;
    z-index: 2;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}.teaching_history .container:hover {
    transform: perspective(1000px) rotateY(0deg);
}.teaching_history .opinion_corner {
    background: linear-gradient(160deg, rgba(255,255,255,0.92) 0%, rgba(255,255,255,0.98) 100%);
    gap: 2rem;
    position: relative;
    padding: 2.5rem;
    backdrop-filter: blur(10px);
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.05),
        0 5px 15px rgba(0,0,0,0.03),
        0 1px 5px rgba(0,0,0,0.02);
    grid-template-columns: 1fr;
    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    border-left: 5px solid rgb(190,157,166);
    display: grid;
}.teaching_history .opinion_corner:hover {
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.08),
        0 8px 20px rgba(0,0,0,0.05),
        0 2px 8px rgba(0,0,0,0.03);
    transform: translateY(-5px);
}.teaching_history .opinion_corner::after {
    transition: all 0.5s ease;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(190,157,166) 48%, rgb(190,157,166) 52%, transparent 52%);
    content: "";
    height: 80px;
    right: 25px;
    position: absolute;
    opacity: 0.1;
    transform: rotate(15deg);
    top: 25px;
    width: 80px;
}.teaching_history .opinion_corner:hover::after {
    opacity: 0.15;
    transform: rotate(30deg) scale(1.2);
}.teaching_history .img_fit {
    border-radius: 10% 30% 50% 70%;
    z-index: 2;
    overflow: hidden;
    position: relative;
    box-shadow: 
        0 10px 25px rgba(0,0,0,0.1),
        0 5px 10px rgba(0,0,0,0.05);
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 120px;
    height: 120px;
}.teaching_history .img_fit::before {
    inset: 0;
    z-index: 1;
    opacity: 0.5;
    background: linear-gradient(to top right, rgb(190,157,166,0.5), transparent 70%);
    position: absolute;
    transition: opacity 0.4s ease;
    content: "";
}.teaching_history .opinion_corner:hover .img_fit {
    transform: scale(1.05) rotate(-2deg);
    border-radius: 30% 50% 70% 90%;
}.teaching_history .opinion_corner:hover .img_fit::before {
    opacity: 0.7;
}.teaching_history .name {
    font-size: calc(18px * 1.1);
    transition: transform 0.4s ease;
    position: relative;
    font-weight: 700;
    color: #000000;
    display: inline-block;
    margin: 0 0 0.5rem;
}.teaching_history .name::after {
    width: 0;
    transition: width 0.4s ease;
    left: 0;
    height: 2px;
    bottom: -5px;
    background: rgb(190,157,166);
    position: absolute;
    content: "";
}.teaching_history .opinion_corner:hover .name::after {
    width: 100%;
}.teaching_history .opinion_corner > div:nth-child(2) div {
    transform: translateX(0);
    font-size: calc(17px * 0.95);
    margin-bottom: 0.8rem;
    transition: transform 0.4s ease;
    color: rgb(137,124,177);
    font-weight: 600;
    position: relative;
    letter-spacing: 0.5px;
}.teaching_history .opinion_corner:hover > div:nth-child(2) div {
    transform: translateX(5px);
}.teaching_history .career_table {
    color: #000000;
    line-height: 1.75;
    border-left: 1px solid rgb(137,124,177,0.5);
    padding-left: 1.5rem;
    position: relative;
    margin: 0;
    transition: all 0.4s ease;
    font-size: 17px;
}.teaching_history .career_table::before {
    left: 0.3rem;
    content: "";
    position: absolute;
    top: -0.5rem;
    transition: transform 0.5s ease;
    color: rgb(190,157,166);
    opacity: 0.3;
    font-size: 2.5rem;
}.teaching_history .opinion_corner:hover .career_table::before {
    opacity: 0.5;
    transform: translateY(-5px) rotate(-10deg);
}

@media (min-width: 768px) {.teaching_history {
    padding: 7rem 0;
}.teaching_history .opinion_corner {
    grid-template-rows: auto 1fr;
    padding: 3rem;
    grid-template-columns: auto 1fr;
    column-gap: 2.5rem;
    row-gap: 1.5rem;
}.teaching_history .opinion_corner > div:first-child {
    grid-row: 1 / 3;
    align-items: flex-start;
    display: flex;
    justify-content: center;
}.teaching_history .opinion_corner > div:nth-child(2) {
    align-self: end;
}.teaching_history .img_fit {
    width: 180px;
    height: 180px;
}.teaching_history .name {
    margin-bottom: 0.8rem;
    font-size: calc(18px * 1.3);
}.teaching_history .career_table {
    line-height: 1.8;
    padding-left: 2rem;
    font-size: calc(17px * 1.05);
}
}

@media (min-width: 992px) {.teaching_history .container {
    transform: perspective(1500px) rotateY(3deg);
}.teaching_history .opinion_corner {
    gap: 3rem;
    padding: 4rem;
}.teaching_history .img_fit {
    width: 220px;
    height: 220px;
}.teaching_history .career_table {
    padding-left: 0;
    border-left: none;
    column-count: 2;
    column-gap: 2.5rem;
}.teaching_history .career_table::before {
    font-size: 4rem;
    left: -1rem;
}
}

@media (max-width: 767px) {.teaching_history {
    padding: 4rem 0;
}.teaching_history .container {
    transform: none;
}.teaching_history .opinion_corner {
    padding: 2rem;
}.teaching_history .opinion_corner > div:first-child {
    justify-content: center;
    display: flex;
    margin-bottom: 1rem;
}.teaching_history .opinion_corner > div:nth-child(2) {
    text-align: center;
}.teaching_history .name::after {
    left: 50%;
    transform: translateX(-50%);
}.teaching_history .career_table {
    text-align: left;
    padding-left: 1rem;
}}.privacy_bastion {
    width: 100%;
    z-index: 1;
    background-color: #ffffff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    position: relative;
    margin: auto;
    overflow: hidden;
    height: auto;
    padding: 50px;
}.privacy_bastion::before {
    content: '';
    position: absolute;
    z-index: -1;
    border: 1px solid rgb(190,157,166);
    bottom: -10px;
    left: -10px;
    right: -10px;
    top: -10px;
}.privacy_bastion::after {
    top: 20px;
    border-radius: 10px;
    right: 20px;
    content: '';
    border: 1px dashed rgb(137,124,177);
    z-index: -1;
    position: absolute;
    left: 20px;
    bottom: 20px;
}.privacy_bastion h1 {
    margin-top: 40px;
    font-size: 42px;
    letter-spacing: 1px;
    padding-bottom: 15px;
    border-bottom: 3px double rgb(190,157,166);
    font-family: Arial, sans-serif;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    color: rgb(190,157,166);
}.privacy_bastion h2 {
    margin-bottom: 20px;
    text-align: left;
    font-family: Arial, sans-serif;
    padding-bottom: 10px;
    color: rgb(137,124,177);
    margin-top: 30px;
    border-bottom: 2px dashed rgb(137,124,177);
    font-weight: 600;
    font-size: 38px;
}.privacy_bastion h3, .privacy_bastion h4, .privacy_bastion h5, .privacy_bastion h6 {
    color: #000000;
    font-family: Arial, sans-serif;
    padding-left: 10px;
    font-size: 20px;
    border-left: 4px solid #000000;
    font-weight: 400;
    margin-top: 25px;
    margin-bottom: 15px;
}.privacy_bastion ul, .privacy_bastion ol {
    color: #000000;
    padding-left: 20px;
    border-left: 2px solid rgba(0, 0, 0, 0.5);
    list-style: none;
    font-size: 17px;
    margin: 0;
    font-family: Arial, sans-serif;
    padding-left: 0;
    list-style-position: inside;
    padding: 15px 0;
}.privacy_bastion li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 12px;
}.privacy_bastion li::before {
    top: 50%;
    position: absolute;
    left: 0;
    width: 10px;
    transform: translateY(-50%);
    background-color: rgb(190,157,166);
    height: 10px;
    border-radius: 50%;
    content: "";
}.privacy_bastion section {
    background: none;
}.privacy_bastion p, .privacy_bastion span, .privacy_bastion div {
    line-height: 1.75;
    margin-bottom: 20px;
    font-size: 17px;
    font-family: Arial, sans-serif;
    color: #000000;
    padding-bottom: 10px;
}

@media only screen and (max-width: 800px) {.privacy_bastion {
    width: 100%;
    padding: 30px;
}.privacy_bastion h1 {
    margin-bottom: 20px;
    font-size: calc(20px - 6px);
    margin-top: 20px;
}.privacy_bastion h2 {
    margin-bottom: 15px;
    margin-top: 20px;
    font-size: calc(20px - 6px);
}.privacy_bastion ul, .privacy_bastion ol {
    padding-left: 15px;
}.privacy_bastion li {
    padding-left: 20px;
}.privacy_bastion p, .privacy_bastion span, .privacy_bastion div {
    margin-bottom: 15px;
    padding-bottom: 8px;
}}.course_benefits {
    padding: 100px 0;
    background: linear-gradient(210deg, #000000 0%, rgb(228,216,226) 100%);
    position: relative;
    overflow: hidden;
}.course_benefits::before {
    transform: rotate(15deg);
    width: 140%;
    height: 200%;
    position: absolute;
    opacity: 0.07;
    content: '';
    background: repeating-linear-gradient(
        45deg,
        rgb(190,157,166,0.5),
        rgb(190,157,166,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    animation: gridMove 40s linear infinite;
    top: -50%;
    left: -20%;
}.course_benefits::after {
    filter: blur(80px);
    content: '';
    right: -300px;
    animation: pulse 15s infinite alternate;
    position: absolute;
    bottom: -300px;
    width: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgb(137,124,177,0.5) 0%, transparent 70%);
    height: 600px;
}.course_benefits .teach_style {
    padding: 0 20px;
    z-index: 1;
    display: grid;
    gap: 70px;
    margin: 0 auto;
    grid-template-columns: 1fr 1.2fr;
    max-width: 1280px;
    position: relative;
}.course_benefits .img_fit {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.4);
    position: relative;
    border-radius: 17px;
    transition: transform 0.7s ease;
    transform: perspective(1200px) rotateY(5deg);
    min-height: 550px;
    overflow: hidden;
}.course_benefits .img_fit::before {
    position: absolute;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 50%);
    inset: 0;
    content: '';
    z-index: 2;
}.course_benefits .img_fit::after {
    top: 0;
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, transparent 70%, rgb(190,157,166,0.5) 100%);
    z-index: 3;
    left: 0;
}.course_benefits .img_fit:hover {
    transform: perspective(1200px) rotateY(0deg);
}.course_benefits .announcement_box {
    flex-direction: column;
    position: relative;
    justify-content: center;
    display: flex;
}.course_benefits .announcement_box::before {
    animation: morphing 10s linear infinite;
    z-index: -1;
    border: 2px solid rgb(190,157,166,0.5);
    width: 150px;
    height: 150px;
    opacity: 0.3;
    top: -30px;
    right: -30px;
    content: '';
    position: absolute;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}.course_benefits h2 {
    margin-bottom: 35px;
    font-weight: 700;
    font-size: 34px;
    color: #ffffff;
    display: inline-block;
    position: relative;
    letter-spacing: 1px;
}.course_benefits h2::before {
    background-color: rgb(190,157,166);
    position: absolute;
    transform: translateY(-50%);
    width: 20px;
    content: '';
    height: 2px;
    top: 50%;
    left: -30px;
}.course_benefits .text_main_holder {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    display: grid;
    gap: 30px;
}.course_benefits .text_main_holder > div {
    transition: all 0.3s ease;
    align-items: center;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    gap: 15px;
    padding: 25px;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}.course_benefits .text_main_holder > div::before {
    height: 100%;
    opacity: 0.8;
    content: '';
    width: 5px;
    position: absolute;
    transition: width 0.3s ease;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, rgb(190,157,166), rgb(137,124,177));
}.course_benefits .text_main_holder > div::after {
    right: 0;
    height: 1px;
    content: '';
    position: absolute;
    background: linear-gradient(to right, transparent, rgb(190,157,166,0.5));
    width: 30%;
    bottom: 0;
}.course_benefits .text_main_holder > div:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.08);
}.course_benefits .text_main_holder > div:hover::before {
    width: 10px;
}.course_benefits .text_main_holder svg {
    width: 32px;
    height: 32px;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.2));
    transform: translateY(-2px);
    transition: transform 0.3s ease;
    flex-shrink: 0;
}.course_benefits .text_main_holder > div:hover svg {
    transform: translateY(-2px) scale(1.1);
}.course_benefits .text_main_holder svg path {
    transition: fill 0.3s ease;
    fill: rgb(137,124,177);
}.course_benefits .text_main_holder > div:hover svg path {
    fill: rgb(190,157,166);
}.course_benefits .text_main_holder p {
    position: relative;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.5;
    z-index: 1;
    margin: 0;
}

@keyframes gridMove {
    0% {
        transform: translateX(0) rotate(15deg);
    }
    100% {
        transform: translateX(50px) rotate(15deg);
    }
}

@keyframes pulse {
    0% {
        opacity: 0.2;
        transform: scale(0.95);
    }
    100% {
        opacity: 0.4;
        transform: scale(1.05);
    }
}

@keyframes morphing {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    25% {
        border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%;
    }
    50% {
        border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
    }
    75% {
        border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;
    }
    100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
}

@media (max-width: 1100px) {.course_benefits .teach_style {
    grid-template-columns: 1fr;
    gap: 50px;
}.course_benefits .img_fit {
    min-height: 450px;
    transform: perspective(1200px) rotateY(0);
}
}

@media (max-width: 768px) {.course_benefits {
    padding: 80px 0;
}.course_benefits .img_fit {
    min-height: 350px;
}.course_benefits h2 {
    font-size: calc(34px * 0.9);
    margin-bottom: 30px;
}.course_benefits .text_main_holder {
    grid-template-columns: 1fr;
    gap: 20px;
}.course_benefits .text_main_holder > div {
    padding: 20px;
}.course_benefits .text_main_holder svg {
    width: 28px;
    height: 28px;
}
}

@media (max-width: 576px) {.course_benefits {
    padding: 60px 0;
}.course_benefits .teach_style {
    gap: 40px;
}.course_benefits .img_fit {
    min-height: 280px;
}.course_benefits h2 {
    font-size: calc(34px * 0.8);
    margin-bottom: 25px;
}.course_benefits h2::before {
    width: 15px;
    left: -20px;
}.course_benefits .text_main_holder > div {
    gap: 12px;
    padding: 15px;
}.course_benefits .text_main_holder svg {
    height: 24px;
    width: 24px;
}}.title_welcome {
    overflow: hidden;
    justify-content: center;
    z-index: 1;
    position: relative;
    min-height: 100vh;
    padding: 2rem;
    display: flex;
    align-items: center;
}.title_welcome::before {
    animation: gradientShift 15s ease-in-out infinite alternate;
    z-index: -1;
    content: "";
    top: 0;
    width: 100%;
    left: 0;
    background: linear-gradient(145deg, rgba(0, 0, 0, 0.5), rgb(190,157,166,0.5), rgba(0, 0, 0, 0.75));
    position: absolute;
    height: 100%;
}.title_welcome::after {
    opacity: 0.15;
    content: "";
    transform: translateZ(0);
    width: 100%;
    height: 100%;
    animation: patternMove 60s linear infinite;
    will-change: transform;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    background: repeating-linear-gradient(
    -45deg,
    rgb(190,157,166,0.5) 0,
    transparent 2px,
    transparent 10px
  );
}.title_welcome > div {
    transform: translateY(1.5rem);
    gap: 3rem;
    animation: fadeInUp 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.3s;
    max-width: 1200px;
    position: relative;
    flex-direction: column;
    opacity: 0;
    display: flex;
    width: 100%;
}.title_welcome > div > div:first-child {
    position: relative;
    padding-left: 2rem;
}.title_welcome > div > div:first-child::before {
    animation: scaleIn 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.8s;
    transform-origin: top;
    width: 6px;
    height: calc(100% - 1rem);
    top: 0.5rem;
    position: absolute;
    background: linear-gradient(to bottom, rgb(190,157,166), rgb(137,124,177));
    left: 0;
    content: "";
    transform: scaleY(0);
}.title_welcome .title_style_header {
    animation: slideTitle 1s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.5s;
    font-size: clamp(2.5rem, 5vw, 38px);
    font-weight: 700;
    opacity: 0;
    margin: 0;
    line-height: 1.2;
    position: relative;
    color: #ffffff;
    text-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
    transform: translateX(-1rem);
}.title_welcome .edu_trackfast {
    -webkit-backdrop-filter: blur(10px);
    opacity: 0;
    padding: 2.5rem;
    overflow: hidden;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 1;
    backdrop-filter: blur(10px);
    background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.08),
    rgba(255, 255, 255, 0.03)
  );
    animation: fadeInUp 1s cubic-bezier(0.17, 0.67, 0.25, 1) forwards 0.9s;
    transform: translateY(2rem);
    position: relative;
    border-radius: 3px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.2);
}.title_welcome .edu_trackfast::before {
    height: 200%;
    left: -50%;
    content: "";
    position: absolute;
    top: -50%;
    z-index: -1;
    width: 200%;
    opacity: 0.08;
    animation: pulseGlow 10s ease-in-out infinite alternate;
    background: radial-gradient(circle at 30% 30%, rgb(137,124,177,0.5), transparent 60%);
}.title_welcome .academy_cult {
    position: relative;
    margin-bottom: 1.8rem;
}.title_welcome .academy_cult::after {
    position: absolute;
    width: 60%;
    transform-origin: left;
    height: 2px;
    transform: scaleX(0);
    bottom: -0.9rem;
    content: "";
    left: 0;
    background: linear-gradient(to right, rgb(137,124,177), transparent);
    animation: lineGrow 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards 1.4s;
}.title_welcome .academy_cult h3 {
    color: #ffffff;
    transform: translateY(1rem);
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards 1.1s;
    font-weight: 600;
    margin: 0;
    opacity: 0;
    line-height: 1.4;
    font-size: clamp(1.2rem, 3vw, 1.7rem);
}.title_welcome span p {
    transform: translateY(1rem);
    line-height: 1.6;
    opacity: 0;
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards 1.3s;
    margin: 0;
    color: rgba(255, 255, 255, 0.85);
    font-size: clamp(1rem, 2vw, 1.25rem);
}

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

@keyframes slideTitle {
  from {
    opacity: 0;
    transform: translateX(-1rem);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

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

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

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

@keyframes patternMove {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 100%;
  }
}

@keyframes pulseGlow {
  0% {
    opacity: 0.05;
    transform: scale(1);
  }
  50% {
    opacity: 0.15;
    transform: scale(1.05);
  }
  100% {
    opacity: 0.05;
    transform: scale(1);
  }
}

@media (max-width: 992px) {.title_welcome {
    padding: 3rem 1.5rem;
}.title_welcome > div {
    gap: 2rem;
}.title_welcome .edu_trackfast {
    padding: 2rem;
}
}

@media (max-width: 768px) {.title_welcome {
    min-height: 90vh;
    padding: 2rem 1rem;
}.title_welcome > div {
    gap: 1.5rem;
}.title_welcome > div > div:first-child {
    padding-left: 1.5rem;
}.title_welcome > div > div:first-child::before {
    width: 4px;
}.title_welcome .edu_trackfast {
    padding: 1.8rem;
}.title_welcome .academy_cult::after {
    width: 50%;
}
}

@media (max-width: 480px) {.title_welcome {
    padding: 1.5rem 0.875rem;
    min-height: 85vh;
}.title_welcome > div {
    gap: 1.25rem;
}.title_welcome > div > div:first-child {
    padding-left: 1rem;
}.title_welcome > div > div:first-child::before {
    width: 3px;
}.title_welcome .edu_trackfast {
    padding: 1.5rem;
}.title_welcome .academy_cult {
    margin-bottom: 1.5rem;
}.title_welcome .academy_cult::after {
    bottom: -0.75rem;
}}.cookieDisclosurePanel {
    width: 100%;
    border-top: 2px solid rgb(190,157,166);
    background: rgb(228,216,226);
    z-index: 90;
    position: fixed;
    bottom: 0;
}.policy_ack {
    justify-content: space-between;
    padding: 20px 0;
    display: flex;
    align-items: center;
}.cookieDisclosurePanel h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.cookieDisclosurePanel p {
    font-size: 18px;
}.cookie_control {
    margin-right: 10px;
    flex-shrink: 0;
}.cookie_control svg, .cookie_control svg path, .cookie_control img {
    fill: rgb(190,157,166);
    height: 100px;
    width: 100px;
}.data_control {
    margin-left: 10px;
    line-height: 35px;
    white-space: nowrap;
    color: rgb(190,157,166);
    flex-shrink: 0;
    font-size: 24px;
    cursor: pointer;
    border-bottom: 2px solid rgb(190,157,166);
    text-align: center;
    min-width: 120px;
    text-decoration: none;
}.cookieDisclosurePanel p a {
    color: rgb(190,157,166);
    text-decoration: none;
}#cookie_announcement {
    display: none;
}#cookie_announcement:checked ~ .cookieDisclosurePanel {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.cookieDisclosurePanel {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.cookie_control {
    display: none;
}.policy_ack {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.cookieDisclosurePanel h5 {
    text-align: center;
}.cookieDisclosurePanel p {
    text-align: center;
}.visitor_privacy {
    margin-bottom: 20px;
}body .core-container .data_control {
    margin-left: 0;
}}
.core-container .policy_ack {
    justify-content: flex-end;
}.core-container .data_control {
    color: #ffffff;
    padding: 10px;
    background: rgb(190,157,166);
    font-size: 20px;
    margin-left: 30px;
}.core-container .visitor_privacy {
    text-align: right;
}
@media only screen and (max-width: 800px)  {.core-container .data_control {
    margin-left: 0;
    margin-bottom: 10px;
}}.register_now {
    padding: 80px 0;
    overflow: hidden;
    perspective: 1000px;
    transform-style: preserve-3d;
    background: linear-gradient(135deg, rgb(137,124,177) 0%, rgb(190,157,166) 100%);
    position: relative;
}.register_now::before {
    left: 0;
    height: 100%;
    z-index: 1;
    content: "";
    top: 0;
    position: absolute;
    width: 100%;
    background: repeating-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.03) 0px,
    rgba(255, 255, 255, 0.03) 2px,
    transparent 2px,
    transparent 10px
  );
}.register_now::after {
    border-radius: 50%;
    bottom: -50px;
    position: absolute;
    animation: pulse 8s infinite alternate ease-in-out;
    height: 300px;
    background: radial-gradient(circle, rgb(137,124,177,0.5) 0%, transparent 70%);
    z-index: 0;
    right: -50px;
    content: "";
    width: 300px;
}.register_now .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
    transform: translateZ(0);
    z-index: 2;
    grid-gap: 40px;
    display: grid;
    grid-template-columns: 1fr;
}.register_now h2 {
    font-family: Arial, sans-serif;
    animation: slideInText 0.8s 0.2s forwards ease-out;
    line-height: 1.3;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-size: 34px;
    transform: translateX(-20px);
    color: #ffffff;
    position: relative;
    font-weight: 700;
    margin: 0;
    opacity: 0;
}.register_now .teach_style {
    position: relative;
    padding: 30px 40px;
    transform: translateX(-20px) rotateY(-5deg);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    background: #ffffff;
    justify-content: flex-start;
    display: flex;
    opacity: 0;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    animation: slideInHolder 0.8s 0.4s forwards ease-out;
    align-items: center;
}.register_now .teach_style::before {
    content: "";
    position: absolute;
    transform: scaleY(0);
    background: rgb(137,124,177);
    animation: growVertical 0.6s 1s forwards ease-out;
    transform-origin: bottom;
    width: 5px;
    height: 100%;
    top: 0;
    left: 0;
}.register_now svg {
    transform: translateY(10px) scale(1);
    margin-right: 30px;
    flex-shrink: 0;
    height: 48px;
    width: 48px;
    transition: transform 0.3s ease;
}.register_now svg path {
    transition: fill 0.3s ease;
    fill: rgb(137,124,177);
}.register_now .teach_style:hover svg {
    transform: translateY(0) scale(1.1) rotate(5deg);
}.register_now .teach_style:hover svg path {
    fill: rgb(190,157,166);
}.register_now .teach_style div {
    flex-grow: 1;
}.register_now .request_widget {
    color: #ffffff;
    font-size: 19px;
    position: relative;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 15px 30px;
    display: inline-block;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(137,124,177) 0%, rgb(190,157,166) 100%);
    z-index: 1;
    font-weight: 600;
    text-decoration: none;
    border: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-family: Arial, sans-serif;
}.register_now .request_widget::before {
    top: 0;
    content: "";
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.7s ease;
    z-index: -1;
    left: -100%;
    height: 100%;
}.register_now .request_widget::after {
    background: #ffffff;
    left: 0;
    transform-origin: right;
    width: 100%;
    position: absolute;
    transition: transform 0.4s ease;
    height: 3px;
    bottom: 0;
    content: "";
    transform: scaleX(0);
}.register_now .request_widget:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}.register_now .request_widget:hover::before {
    left: 100%;
}.register_now .request_widget:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

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

@keyframes slideInHolder {
  0% {
    transform: translateX(-20px) rotateY(-5deg);
    opacity: 0;
  }
  100% {
    transform: translateX(0) rotateY(0);
    opacity: 1;
  }
}

@keyframes growVertical {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}

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

@media (min-width: 768px) {.register_now {
    padding: 100px 0;
}.register_now .container {
    grid-gap: 60px;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.register_now h2 {
    font-size: calc(34px * 1.1);
    transform: translateX(-30px);
}.register_now .teach_style {
    padding: 40px 50px;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
}
}

@media (min-width: 992px) {.register_now {
    padding: 120px 0;
}.register_now::before {
    background-size: 20px 20px;
}.register_now .container {
    grid-gap: 80px;
}.register_now h2 {
    font-size: calc(34px * 1.2);
    line-height: 1.2;
}.register_now .teach_style {
    padding: 50px 60px;
}.register_now svg {
    height: 60px;
    margin-right: 40px;
    width: 60px;
}.register_now .request_widget {
    font-size: calc(19px * 1.1);
    padding: 18px 36px;
}
}

@media (max-width: 767px) {.register_now {
    padding: 60px 0;
}.register_now h2 {
    font-size: calc(34px * 0.9);
    margin-bottom: 30px;
}.register_now .teach_style {
    align-items: flex-start;
    flex-direction: column;
    padding: 25px 30px;
}.register_now svg {
    margin-right: 0;
    margin-bottom: 20px;
}.register_now .request_widget {
    width: 100%;
    text-align: center;
    padding: 12px 24px;
    font-size: calc(19px * 0.9);
}
}