.header_page {
    flex: 1 0 auto;
}

.leaderboard {
    flex: 0 0 auto;
}

.leaderboard {
    padding: 5rem 0 2rem;
    position: relative;
    color: #ffffff;
}

svg {
    height: 30px;
    width: 30px;
}

.container {
    width: 1170px;
    margin: auto;
    max-width: 100%;
}

.teaching_experience::before {
    width: 100%;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 40px,
        rgb(171,120,181,0.5) 40px,
        rgb(171,120,181,0.5) 42px
    );
    z-index: 1;
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    opacity: 0.1;
    height: 100%;
}

.teaching_experience .client_voices:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.teaching_experience .client_voices .post_image_grid {
    position: relative;
    height: 260px;
    width: 260px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateZ(20px);
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 0.5rem;
}

.teaching_experience .client_voices > div:nth-child(2) {
    transition: transform 0.4s ease;
    text-align: center;
    transform: translateY(0);
    position: relative;
}

.teaching_experience .name::after {
    bottom: -5px;
    width: 0;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    height: 2px;
    content: "";
    background: rgb(171,120,181);
    transition: width 0.4s ease;
}

.teaching_experience .work_overview::before {
    font-family: serif;
    opacity: 0.3;
    position: absolute;
    left: -10px;
    content: "";
    font-size: 5rem;
    color: rgb(171,120,181,0.5);
    top: -20px;
}



.opening_board .learn_guide {
    max-width: 1400px;
    grid-gap: 2rem;
    z-index: 5;
    padding: 4rem 2rem;
    position: relative;
    grid-template-columns: 1fr 1fr;
    height: 100%;
    display: grid;
    min-height: 85vh;
    margin: 0 auto;
}

.opening_board .learn_guide {
    grid-template-columns: 1fr;
    padding: 3rem 1.5rem;
    min-height: auto;
}

.opening_board h1::after {
    position: absolute;
    left: 0;
    transform-origin: left center;
    width: 80px;
    bottom: -10px;
    transform: scaleX(0);
    background: rgb(197,180,203);
    height: 4px;
    animation: lineExpand 1.5s cubic-bezier(0.17, 0.67, 0.43, 0.99) forwards 0.6s;
    content: "";
}

.opening_board h1::after {
    transform: translateX(-50%) scaleX(0);
    left: 50%;
}

.opening_board .edu_head p {
    color: #000000;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-size: calc(14px * 1.2);
}

.opening_board svg:hover {
    transform: translateZ(40px) scale(1.1);
}

.opening_board svg:hover path {
    fill: rgb(197,180,203);
}



.opening_board .edu_head div {
    justify-content: center;
    margin-top: 1rem;
    display: flex;
}

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



.opening_board .post_image_grid::before {
    z-index: 2;
    width: 100%;
    left: 0;
    content: "";
    position: absolute;
    background: linear-gradient(
        135deg,
        rgb(197,180,203,0.5) 0%,
        transparent 70%
    );
    top: 0;
    height: 100%;
}

.opening_board .post_image_grid:hover {
    transform: translateZ(50px) perspective(800px) rotateY(0deg);
}

.privacy_lock {
    padding: 40px;
    line-height: 1.6;
    color: #000000;
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    background: rgb(233,230,234);
}

.privacy_lock h2 {
    font-weight: 600;
    margin-top: 30px;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text !important;
    margin-bottom: 15px;
    font-size: 29px;
    background: linear-gradient(to right, rgb(171,120,181), rgb(171,120,181,0.5));
    color: rgb(171,120,181);
}

.privacy_lock ol {
    list-style: none;
    margin: 20px 0;
    counter-reset: li;
    padding: 0;
}

.privacy_lock ol li:before {
    border-radius: 50%;
    background-color: rgb(197,180,203);
    left: 10px;
    top: 50%;
    width: 25px;
    transform: translateY(-50%);
    counter-increment: li;
    position: absolute;
    align-items: center;
    content: counter(li);
    color: #ffffff;
    justify-content: center;
    display: flex;
    height: 25px;
}

header .nav_begin {
    max-width: 180px;
    flex: 0 0 auto;
    margin-right: 2rem;
    position: relative;
}

header .header_learn:hover {
    transform: translateY(-3px);
}

header .header_learn::before {
    transition: all 0.3s ease;
    transform: scaleX(0.7);
    height: 10px;
    left: 0;
    background: rgb(197,180,203);
    content: '';
    opacity: 0;
    bottom: -15px;
    position: absolute;
    border-radius: 10px;
    width: 100%;
}

header .site_main a {
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 1rem 1.2rem;
    overflow: hidden;
    font-weight: 600;
    font-size: 14px;
    position: relative;
    display: block;
    color: #000000;
}

header .site_main a::after {
    left: 0;
    opacity: 0;
    width: 100%;
    background: rgb(197,180,203,0.5);
    top: 0;
    height: 100%;
    z-index: -1;
    position: absolute;
    border-radius: 10px;
    transform: scale(0.8);
    transition: all 0.3s ease;
    pointer-events: none;
    content: '';
}

.program_structure {
    overflow: hidden;
    position: relative;
    padding: 90px 0;
    background: linear-gradient(135deg, rgb(233,230,234) 0%, rgba(240, 240, 245, 0.9) 100%);
}

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

.program_structure .post_image_grid::before {
    z-index: 1;
    width: 100%;
    top: 0;
    content: "";
    position: absolute;
    height: 100%;
    background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.4));
    left: 0;
}

.program_structure .post_image_grid:hover {
    transform: perspective(1000px) rotateY(0);
}

.program_structure .text_text:hover {
    transform: translateY(-5px);
}

.program_structure h3 {
    margin-bottom: 25px;
    font-size: calc(21px * 1.1);
    position: relative;
    font-weight: 700;
    color: #000000;
    line-height: 1.4;
    padding-bottom: 15px;
}

.program_structure span.description {
    display: none;
}

.thanks_box {
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(233,230,234) 0%, rgba(255,255,255,0.95) 100%);
    overflow: hidden;
    position: relative;
}

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

.thanks_box .learn_guide {
    box-shadow: 0 20px 40px rgba(0,0,0,0.04), 
                0 5px 15px rgba(0,0,0,0.03),
                0 0 0 1px rgba(0,0,0,0.02);
    padding: 60px 40px;
    grid-template-columns: 1fr;
    gap: 40px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), 
                box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform-style: preserve-3d;
    position: relative;
    perspective: 1000px;
    display: grid;
    background: #ffffff;
}

.thanks_box .learn_guide > div:last-child {
    position: relative;
    transform: translateZ(10px);
    transition: transform 0.5s ease;
}

.thanks_box h5::after {
    height: 2px;
    transform: scaleX(0);
    transform-origin: left;
    content: "";
    position: absolute;
    width: 60px;
    bottom: -8px;
    left: 0;
    background: linear-gradient(to right, rgb(197,180,203), transparent);
    animation: lineGrow 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    animation-delay: 0.8s;
}

.thanks_box p::before {
    opacity: 0.2;
    line-height: 1;
    content: "";
    position: absolute;
    top: 10px;
    color: rgb(197,180,203,0.5);
    font-family: serif;
    font-size: 60px;
    left: 10px;
}

.cookie_banner_window {
    overflow: hidden;
    border-radius: 21px;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    bottom: 20px;
    z-index: 1050;
    width: 90%;
    font-family: Arial, sans-serif;
    max-width: 500px;
    background: #ffffff;
}

.cookie_control:hover {
    background: rgb(171,120,181);
}

.cookie_button.cookie_panel:hover {
    background: rgb(171,120,181,0.5);
}

.cookie_banner_window p a:hover {
    color: rgb(171,120,181);
}

#cookieBannerAlert {
    display: none;
}

#cookieBannerAlert:checked ~ .cookie_banner_window {
    visibility: hidden;
    opacity: 0;
}

.reach_out::before {
    top: 0;
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.6;
    background: radial-gradient(circle at 20% 50%, rgb(197,180,203,0.5) 0%, transparent 40%),
                radial-gradient(circle at 80% 30%, rgb(171,120,181,0.5) 0%, transparent 40%);
}

.reach_out .connect_list {
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    border-radius: 30px;
    z-index: 3;
    display: flex;
}

.reach_out .connect_list::after {
    background: rgb(171,120,181,0.5);
    bottom: 0;
    left: 0;
    transform: translate(-50%, 50%);
    width: 100px;
    height: 100px;
    content: '';
    position: absolute;
    border-radius: 50%;
    opacity: 0.2;
}

.reach_out textarea {
    resize: none;
    height: 140px;
}

.reach_out .reach_info {
    display: flex;
    margin-bottom: 25px;
    align-items: flex-start;
}

.reach_out .reach_info label {
    position: relative;
    padding-left: 30px;
    color: #000000;
    font-size: 16px;
    cursor: pointer;
    line-height: 1.5;
}

.reach_out .reach_info input[type="checkbox"]:checked + label::after {
    top: 6px;
    left: 7px;
    content: '';
    position: absolute;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    height: 10px;
    width: 6px;
    transform: rotate(45deg);
}

.reach_out .query_box:hover {
    box-shadow: 0 5px 15px rgb(197,180,203,0.5);
}

.reach_out .query_box:hover::before {
    transform: translateX(0);
}

.reach_out .query_support {
    color: #ffffff;
    width: 35%;
    position: relative;
    background: linear-gradient(135deg, rgb(197,180,203), rgb(171,120,181));
    padding: 50px;
    overflow: hidden;
}

.reach_out .query_support h4::after {
    bottom: -10px;
    height: 3px;
    content: '';
    background: #ffffff;
    position: absolute;
    left: 0;
    width: 40px;
    border-radius: 3px;
}

.reach_out .inquiry_map li:last-child {
    border-bottom: none;
}

.reach_out .inquiry_map li:hover {
    transform: translateX(5px);
}

.reach_out .inquiry_map svg {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    margin-right: 15px;
    margin-top: 3px;
}

.reach_out .inquiry_map span {
    color: #ffffff;
    line-height: 1.5;
    font-size: 15px;
    font-family: Arial, sans-serif;
}

header .top_plank .top_slab div span {
    color: #ffffff;
}

header .top_plank .top_slab div {
    display: flex;
    align-items: center;
    margin-right: 24px;
    justify-content: flex-start;
}

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

.company_info .text_text {
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    padding: 40px;
    backdrop-filter: blur(8px);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    background: linear-gradient(135deg, 
        rgba(rgb(197,180,203), 0.1) 0%,
        rgba(rgb(171,120,181), 0.15) 100%);
    transform: perspective(1000px) rotateY(-2deg);
    border-left: 4px solid rgb(197,180,203);
    position: relative;
}

.company_info h5::after {
    position: absolute;
    width: 60%;
    left: 0;
    content: '';
    height: 2px;
    background: linear-gradient(90deg, rgb(197,180,203), transparent);
    bottom: 0;
}

.company_info p b::before {
    width: 8px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    content: '';
    background-color: rgb(197,180,203);
    height: 8px;
}

.company_info ol li::first-letter {
    font-size: 1.4em;
    font-weight: 700;
    color: rgb(197,180,203);
}

.offer_selection::before {
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    content: "";
    pointer-events: none;
    top: 0;
    background: repeating-linear-gradient(45deg, transparent, transparent 40px, rgba(rgb(197,180,203), 0.03) 40px, rgba(rgb(197,180,203), 0.03) 80px);
    z-index: 1;
}

.offer_selection .rate_panel h2::after {
    bottom: -10px;
    left: 0;
    transition: transform 0.5s ease;
    content: "";
    position: absolute;
    transform: scaleX(1);
    height: 3px;
    transform-origin: left;
    width: 80px;
    background: rgb(197,180,203);
}

.offer_selection .pricing_tiers {
    overflow: hidden;
    text-decoration: none;
    display: block;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    height: 100%;
}

.offer_selection .skill_offers {
    flex-grow: 1;
    flex-direction: column;
    min-height: 280px;
    padding: 2rem;
    display: flex;
}

.offer_selection .learn_pricing {
    color: rgb(197,180,203);
    display: block;
    font-weight: 700;
    margin: 0.5rem 0 1.25rem;
    position: relative;
    font-size: calc(22px + 0.3rem);
}

.offer_selection .post_image_grid {
    width: 100%;
    position: relative;
    height: 220px;
    transform: scale(1);
    transition: transform 0.6s ease-out;
}

.future_members {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    background: rgb(233,230,234);
}

.future_members .learn_guide {
    border-radius: 17px;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        -20px -20px 60px rgba(255, 255, 255, 0.8);
    background: rgb(233,230,234);
    position: relative;
    padding: 50px;
}

.future_members div {
    gap: 30px;
    display: flex;
    flex-wrap: wrap;
}

.future_members div p:hover {
    transform: translateY(-5px);
    box-shadow: 
        12px 12px 24px rgba(0, 0, 0, 0.08),
        -12px -12px 24px rgba(255, 255, 255, 0.9),
        inset 1px 1px 1px rgba(255, 255, 255, 0.4);
}

.future_members div p svg {
    box-shadow: 
        4px 4px 8px rgba(0, 0, 0, 0.1),
        -4px -4px 8px rgba(255, 255, 255, 0.8);
    padding: 8px;
    border-radius: 50%;
    background: rgb(233,230,234);
    margin-right: 20px;
    transition: all 0.3s ease;
    min-width: 40px;
    height: 40px;
    width: 40px;
}

.future_members div p:hover svg path {
    fill: rgb(171,120,181);
}

footer::before {
    position: absolute;
    left: 0;
    z-index: -1;
    right: 0;
    opacity: 0.92;
    background: linear-gradient(135deg, rgb(197,180,203,0.5) 0%, rgb(171,120,181,0.5) 100%);
    content: "";
    top: 0;
    bottom: 0;
}

.leaderboard .company_holder::after {
    content: "";
    height: 100%;
    right: 1.5rem;
    position: absolute;
    background: linear-gradient(to bottom, #ffffff, transparent);
    width: 1px;
    top: 0;
    opacity: 0.3;
}

.leaderboard .footer_classes {
    background: rgba(0, 0, 0, 0.2);
    border-left: 3px solid rgb(197,180,203);
    padding: 1.5rem;
    line-height: 1.6;
    transform-origin: left top;
    font-size: 14px;
    transform: skewX(-5deg);
    color: #ffffff;
}

.leaderboard .header_top h5::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: rgb(197,180,203);
    transform: skewX(5deg);
    width: 3px;
}

.leaderboard .header_top .first_expert a:hover {
    color: #ffffff;
    padding-left: 1.5rem;
    background: rgba(255, 255, 255, 0.1);
    transform: skewX(-5deg) translateX(5px);
}

.leaderboard .header_top .first_expert a:hover::before {
    left: 100%;
}

.footer_account .diversity {
    transform: skewX(-5deg);
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    width: 100%;
}

.training_method::after {
    z-index: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    background-image: radial-gradient(circle at 90% 80%, rgb(171,120,181,0.5) 0%, transparent 40%);
    content: "";
    opacity: 0.3;
    width: 100%;
    height: 100%;
}

.training_method h3::before {
    border-radius: 50%;
    content: "";
    height: 20px;
    position: absolute;
    animation: pulse 2s infinite;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
    transform: translateY(-50%);
    width: 20px;
    background: #ffffff;
    top: 50%;
    right: 2rem;
}

.training_method span {
    transform-origin: top center;
    padding: 2rem;
    color: #000000;
    font-size: 16px;
    position: relative;
    animation: tabContent 0.8s 0.3s ease-out forwards;
    line-height: 1.8;
    border-radius: 0 0 11px 11px;
    opacity: 0;
    background: #ffffff;
}

.data_analysis::before {
    position: absolute;
    content: "";
    z-index: 1;
    height: 100%;
    top: 0;
    width: 100%;
    background: 
        radial-gradient(circle at 10% 90%, rgb(197,180,203,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 10%, rgb(171,120,181,0.5) 0%, transparent 40%);
    opacity: 0.6;
    left: 0;
}

.data_analysis .statistics_advances::before {
    position: absolute;
    bottom: -40px;
    width: 2px;
    left: 50%;
    content: "";
    background-color: rgb(197,180,203);
    height: 30px;
    transform: translateX(-50%);
}

.data_analysis .study_gain::after {
    background: linear-gradient(90deg, transparent, rgb(197,180,203), transparent);
    position: absolute;
    left: 50%;
    width: 80%;
    transform: translateX(-50%);
    content: "";
    height: 3px;
    bottom: 0;
}

.data_analysis .class_gains::before {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    height: 100%;
    background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
    z-index: -1;
    border-radius: 24px;
    left: 0;
    content: "";
    top: 0;
    transform: translateZ(-10px);
    width: 100%;
    position: absolute;
}

.data_analysis .class_gains span {
    z-index: 3;
    font-weight: 600;
    bottom: 40px;
    font-size: 16px;
    left: 0;
    padding: 0 20px;
    transition: all 0.3s ease;
    width: 100%;
    color: #000000;
    position: absolute;
    text-align: center;
}

.access_now::after {
    top: 0;
    height: 100%;
    content: '';
    width: 100%;
    opacity: 0.05;
    animation: gridGlow 8s ease-in-out infinite alternate;
    z-index: -1;
    background-size: 100% 30px, 30px 100%;
    position: absolute;
    left: 0;
    background: 
        linear-gradient(0deg, transparent 0%, #ffffff 50%, transparent 100%),
        linear-gradient(90deg, transparent 0%, #ffffff 50%, transparent 100%);
}

.access_now .learn_guide::before {
    top: 0;
    animation: patternShift 15s linear infinite;
    left: 0;
    opacity: 0.05;
    content: '';
    background-size: 30px 30px;
    z-index: -1;
    background: 
        linear-gradient(135deg, transparent 45%, #ffffff 50%, transparent 55%),
        linear-gradient(45deg, transparent 45%, #ffffff 50%, transparent 55%);
    position: absolute;
    width: 100%;
    height: 100%;
}

.access_now .reach_form {
    transition: all 0.4s ease;
    text-decoration: none;
    overflow: hidden;
    border-radius: 10px;
    z-index: 1;
    text-transform: uppercase;
    font-size: 17px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 0 15px rgba(255, 255, 255, 0.2);
    font-weight: 600;
    color: rgb(197,180,203);
    padding: 16px 45px;
    position: relative;
    font-family: Arial, sans-serif;
    letter-spacing: 2px;
}

.access_now .reach_form:hover {
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.2),
        0 0 20px rgba(255, 255, 255, 0.3);
    color: #ffffff;
    background: linear-gradient(45deg, rgb(197,180,203), rgb(171,120,181));
    transform: translateY(-5px);
}


@media (max-width: 768px) {::-webkit-scrollbar {
    width: 3px;
}::-webkit-scrollbar-thumb {
    background: rgb(233,230,234);
}}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (min-width: 992px) {.teaching_experience {
    padding: 8rem 2rem;
}.teaching_experience .client_voices {
    grid-template-columns: 280px auto 1fr;
    grid-template-rows: auto 1fr;
}.teaching_experience .client_voices > div:first-child {
    grid-row: span 2;
}.teaching_experience .client_voices > div:nth-child(2) {
    padding-left: 1rem;
    grid-column: 2 / span 2;
}.teaching_experience .client_voices > div:nth-child(3) {
    grid-column: 2 / span 2;
    padding-left: 1rem;
    grid-row: 2;
    padding-top: 1rem;
}.teaching_experience .work_overview {
    padding-left: 2rem;
    font-size: calc(16px * 1.05);
}
}



@media (max-width: 767px) {.teaching_experience {
    padding: 4rem 1.5rem;
}.teaching_experience .client_voices {
    padding: 2rem;
}.teaching_experience .client_voices .post_image_grid {
    margin: 0 auto;
    height: 220px;
    width: 220px;
}.teaching_experience .name {
    font-size: 22px;
}.teaching_experience .work_overview {
    font-size: calc(16px * 0.95);
    line-height: 1.7;
}}


@media only screen and (max-width: 800px) {.privacy_lock {
    padding: 20px;
}.privacy_lock h1 {
    font-size: calc(20px * 0.8);
}.privacy_lock h2 {
    font-size: calc(20px * 0.8);
}.privacy_lock ul li,
    .privacy_lock ol li {
    padding: 10px;
}.privacy_lock ol li:before {
    font-size: 0.8em;
    width: 20px;
    height: 20px;
}.privacy_lock p {
    font-size: calc(16px * 0.9);
}}



@media (max-width: 767px) {header {
    margin-top: 0;
}header .top_start {
    padding: 1rem 1.5rem;
}header .nav_begin {
    flex: 0 0 auto;
    max-width: 150px;
}header .header_top {
    justify-content: flex-start;
    margin-top: 0.5rem;
    padding-bottom: 0.5rem;
    -webkit-overflow-scrolling: touch;
    padding: 0.5rem 0;
    scrollbar-width: thin;
    overflow-x: auto;
    flex-wrap: nowrap;
}header .header_top::-webkit-scrollbar {
    height: 3px;
}header .header_top::-webkit-scrollbar-thumb {
    background: rgb(197,180,203,0.5);
    border-radius: 10px;
}header .site_main {
    flex: 0 0 auto;
}header .site_main a {
    padding: 0.6rem 0.8rem;
    font-size: calc(14px - 2px);
    white-space: nowrap;
}header .header_top::after {
    bottom: 0;
}header .header_learn::before {
    display: none;
}}



@media (min-width: 768px) {.thanks_box {
    padding: 150px 0;
}.thanks_box .learn_guide {
    grid-template-columns: 1fr 1fr;
    padding: 80px 60px;
}.thanks_box .learn_guide > div:first-child {
    display: flex;
    align-items: center;
}.thanks_box h5 {
    font-size: calc(21px * 1.2);
    margin-bottom: 0;
}.thanks_box p {
    font-size: calc(16px * 1.05);
}
}



@media (max-width: 480px) {.thanks_box {
    padding: 60px 0;
}.thanks_box .learn_guide {
    padding: 30px 20px;
}.thanks_box h5 {
    font-size: calc(21px * 0.85);
}.thanks_box p {
    font-size: calc(16px * 0.9);
    padding: 15px 20px;
}}



@media (max-width: 992px) {.reach_out .post_image_grid {
    clip-path: polygon(0 0, 100% 0, 60% 100%, 0 100%);
    width: 40%;
}.reach_out .connect_list {
    max-width: 90%;
    margin: 0 auto;
    flex-direction: column;
}.reach_out .inquiry_reach {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    width: 100%;
}.reach_out .query_support {
    width: 100%;
}
}



@media (min-width: 992px) {.company_info .text_text {
    max-width: 80%;
}.company_info h5 {
    font-size: calc(23px * 1.2);
}.company_info p b {
    font-size: calc(17px * 1.6);
}.company_info ol li {
    column-count: 3;
    column-gap: 60px;
}
}



@media (hover: hover) {.company_info .text_text:hover::before,
    .company_info .text_text:hover::after {
    height: 90px;
    transition: all 0.4s ease-out;
    width: 90px;
}
}



@media (min-width: 768px) {.offer_selection .pricing_rates {
    grid-template-columns: repeat(2, 1fr);
}.offer_selection .rate_panel {
    padding: 3rem;
}
}



@media (max-width: 767px) {.offer_selection {
    padding: 4rem 0;
}.offer_selection .skill_offers {
    padding: 1.5rem;
    min-height: 240px;
}.offer_selection .post_image_grid {
    height: 180px;
}.offer_selection .rate_panel {
    padding: 1.5rem;
}.offer_selection .rate_panel h2 {
    font-size: calc(35px - 0.2rem);
}.offer_selection .promo_cost {
    font-size: calc(18px - 0.1rem);
}}



@media (max-width: 479px) {.future_members {
    padding: 40px 0;
}.future_members .learn_guide {
    padding: 25px 15px;
}.future_members h4 {
    font-size: calc(30px - 6px);
    margin-bottom: 30px;
}.future_members div {
    gap: 15px;
}.future_members div p {
    padding: 15px;
    font-size: calc(17px - 1px);
}.future_members div p svg {
    padding: 5px;
    min-width: 26px;
    width: 26px;
    margin-right: 12px;
    height: 26px;
}}



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



@media (max-width: 992px) {.training_method {
    padding: 6rem 1.5rem;
}.training_method h3 {
    font-size: calc(33px * 0.9);
    padding: 1.3rem 2rem;
}.training_method span {
    padding: 1.8rem;
}.training_method h3::before {
    width: 16px;
    height: 16px;
}
}



@media (max-width: 992px) {.data_analysis {
    padding: 90px 0;
}.data_analysis .statistics_advances {
    margin-bottom: 60px;
}.data_analysis .value_statistics {
    flex-wrap: wrap;
}.data_analysis .class_gains {
    width: calc(50% - 20px);
    margin: 10px !important;
    height: 260px;
}.data_analysis .class_gains h4 {
    font-size: 3rem;
}.data_analysis .class_gains:nth-child(even) {
    margin-top: 0;
}
}



@media screen and (max-width: 992px) {.access_now {
    padding: 100px 0;
}.access_now .learn_guide {
    max-width: 90%;
    padding: 40px;
}.access_now h3 {
    margin-bottom: 50px;
    font-size: calc(32px * 0.9);
}.access_now h3::before {
    width: 50px;
    height: 50px;
    top: -70px;
}.access_now h3::after {
    width: 80px;
}.access_now .reach_form {
    font-size: calc(17px * 0.95);
    padding: 14px 40px;
}
}

@keyframes backgroundShift {
    0% { background-position: 0 0; }
    100% { background-position: 160px 160px; }
}

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

@keyframes textPulse {
    0% { fill: rgb(171,120,181); }
    100% { fill: rgb(197,180,203); }
}

@keyframes lineExpand {
        0% { transform: translateX(-50%) scaleX(0); }
        100% { transform: translateX(-50%) scaleX(1); }
    }



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



@keyframes borderGrow {
    0% {
        height: 0%;
    }
    100% {
        height: 100%;
    }
}



@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}



@keyframes pulse {
    0%, 100% {
        opacity: 1;
        transform: translateY(-50%) scale(1);
    }
    50% {
        opacity: 0.8;
        transform: translateY(-50%) scale(1.1);
    }
}



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



@keyframes patternShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}



@keyframes orbitRotate {
    0% {
        transform: translateX(-50%) rotate(0deg);
    }
    100% {
        transform: translateX(-50%) rotate(360deg);
    }
}

