* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}svg {
    height: 30px;
    width: 30px;
}.header_pro {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}.leaderboard {
    flex: 0 0 auto;
}::-webkit-scrollbar {
    width: 5px;
}::-webkit-scrollbar-track {
    margin: 5px 0;
    background: linear-gradient(129deg, rgb(255, 255, 255, 0.5) 34%, rgb(166,104,135) 34%, rgb(154,151,186) 39%, rgb(154,151,186,0.5) 65%, rgb(226,219,230) 56%);
    border-radius: 19.2vh;
}::-webkit-scrollbar-thumb {
    border-radius: 8%;
    background: rgb(166,104,135,0.5);
    border: 1px groove rgb(226,219,230);
    box-shadow: -5px -2px 8px 6px rgba(0, 0, 0, 0.5);
}::-webkit-scrollbar-thumb:active {
    box-shadow: inset -5px 5px 14px 6px rgba(0, 0, 0, 0.8);
    background: rgb(255, 255, 255, 0.5);
}::-webkit-scrollbar-corner {
    border-radius: 5px;
    background: #ffffff;
}a {
    color: inherit;
    text-decoration: none;
}html,body {
    font-family: Arial, sans-serif;
    scroll-behavior: auto;
    scroll-snap-type: none;
    height: 100%;
    auto
contain
touch-action: none;
    color: #000000;
    min-height: 100%;
}.container {
    margin: auto;
    width: 1203px;
    max-width: 100%;
}.wrapper-structure {
    min-height: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.thanksHub {
    position: relative;
    background: linear-gradient(145deg, rgb(154,151,186,0.5), rgb(166,104,135,0.5));
    padding: 120px 0;
    overflow: hidden;
}.thanksHub::before {
    height: 70%;
    position: absolute;
    background: #ffffff;
    opacity: 0.03;
    pointer-events: none;
    width: 50%;
    content: "";
    left: -5%;
    top: -10%;
    transform: rotate(-15deg) skew(15deg);
}.thanksHub::after {
    right: -5%;
    bottom: -10%;
    content: "";
    transform: rotate(25deg) skew(-15deg);
    pointer-events: none;
    opacity: 0.05;
    height: 80%;
    position: absolute;
    width: 40%;
    background: rgb(166,104,135);
}.thanksHub .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
}.thanksHub .growth_hist {
    background: #ffffff;
    padding: 60px 50px;
    transform: perspective(1000px) rotateX(2deg);
    display: flex;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    flex-direction: column;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
}.thanksHub .growth_hist:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.thanksHub .growth_hist::before {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    top: 0;
    position: absolute;
    content: "";
    width: 6px;
    left: 0;
    transform: scaleY(0);
    transform-origin: left center;
    background: linear-gradient(to bottom, rgb(154,151,186), rgb(166,104,135));
    height: 100%;
}.thanksHub .growth_hist:hover::before {
    transform: scaleY(1);
}.thanksHub .growth_hist > div:first-child {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}.thanksHub h5 {
    font-size: 18px;
    transform: translateY(0);
    margin: 0;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    color: #000000;
    font-weight: 700;
    line-height: 1.4;
}.thanksHub .growth_hist:hover h5 {
    transform: translateY(-5px);
}.thanksHub h5::after {
    background: linear-gradient(90deg, rgb(154,151,186), rgb(166,104,135));
    transform-origin: left center;
    content: "";
    transform: scaleX(0.7);
    position: absolute;
    left: 0;
    height: 3px;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 80px;
    bottom: -8px;
}.thanksHub .growth_hist:hover h5::after {
    transform: scaleX(1);
}.thanksHub a {
    overflow: hidden;
    text-decoration: none;
    display: block;
    position: relative;
    transition: transform 0.4s ease;
}.thanksHub a:hover {
    transform: translateX(5px);
}.thanksHub p {
    font-size: 13px;
    font-family: Arial, sans-serif;
    transition: color 0.3s ease;
    font-weight: 400;
    line-height: 1.8;
    margin: 0;
    position: relative;
    color: #000000;
}.thanksHub a:hover p {
    color: rgb(154,151,186);
}.thanksHub a::before {
    top: 0;
    width: 100%;
    position: absolute;
    transform: skewX(-15deg);
    content: "";
    height: 100%;
    transition: left 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 0.3;
    pointer-events: none;
    left: -100%;
    background: linear-gradient(90deg, #ffffff, rgb(166,104,135,0.5), #ffffff);
}.thanksHub a:hover::before {
    left: 200%;
}

@media (min-width: 992px) {.thanksHub {
    padding: 150px 0;
}.thanksHub .growth_hist {
    padding: 80px 70px;
    margin: 0 auto;
    transform: perspective(1000px) rotateX(2deg);
    max-width: 85%;
}.thanksHub h5 {
    line-height: 1.3;
    font-size: calc(18px * 1.15);
}.thanksHub p {
    font-size: calc(13px * 1.1);
    line-height: 1.9;
}.thanksHub h5::after {
    width: 100px;
}
}

@media (min-width: 1200px) {.thanksHub .growth_hist {
    max-width: 75%;
}
}

@media (max-width: 991px) {.thanksHub {
    padding: 100px 0;
}.thanksHub .growth_hist {
    padding: 50px 40px;
}
}

@media (max-width: 767px) {.thanksHub {
    padding: 80px 0;
}.thanksHub .growth_hist {
    padding: 40px 30px;
    transform: perspective(1000px) rotateX(1deg);
}.thanksHub h5 {
    font-size: calc(18px * 0.9);
}
}

@media (max-width: 575px) {.thanksHub {
    padding: 60px 0;
}.thanksHub .growth_hist {
    transform: none;
    padding: 30px 20px;
}.thanksHub h5 {
    line-height: 1.5;
    font-size: calc(18px * 0.85);
}.thanksHub p {
    line-height: 1.7;
    font-size: calc(13px * 0.95);
}.thanksHub h5::after {
    width: 60px;
    height: 2px;
}}.secure_shell {
    background-color: #ffffff;
    background-image: linear-gradient(to right, rgb(154,151,186,0.5) 50%, rgb(166,104,135,0.5) 50%);
    background-size: 200% 100%;
    box-shadow: inset 0 0 10px rgb(166,104,135,0.5), 0 0 20px rgba(0, 0, 0, 0.5);
    border: 2px solid rgb(154,151,186);
    padding: 50px;
    background-position: right bottom;
    width: 100%;
    height: auto;
}.secure_shell h1 {
    text-transform: uppercase;
    margin-top: 40px;
    color: rgb(154,151,186);
    font-weight: 700;
    padding-bottom: 10px;
    font-size: 48px;
    letter-spacing: 2px;
    font-family: Arial, sans-serif;
    border-bottom: 3px solid rgb(166,104,135);
    margin-bottom: 25px;
}.secure_shell h2 {
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    border-left: 5px solid rgb(154,151,186);
    font-size: 32px;
    margin-top: 30px;
    color: rgb(166,104,135);
    padding-left: 15px;
    font-weight: 600;
}.secure_shell h3, .secure_shell h4, .secure_shell h5, .secure_shell h6 {
    margin-bottom: 15px;
    font-family: Arial, sans-serif;
    margin-top: 25px;
    color: #000000;
    border-bottom: 1px dotted rgb(154,151,186);
    font-weight: 400;
    font-size: 18px;
    text-transform: capitalize;
}.secure_shell ul, .secure_shell ol {
    padding-left: 25px;
    margin: 15px 0;
    list-style-position: inside;
    color: #000000;
    font-size: 12px;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    list-style: none;
}.secure_shell li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    border-left: 2px dashed rgb(166,104,135);
    line-height: 1.6;
}.secure_shell li::before {
    top: 5px;
    position: absolute;
    background-color: rgb(154,151,186);
    border-radius: 50%;
    height: 10px;
    left: 0;
    content: "";
    width: 10px;
}.secure_shell section {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
    background: rgb(226,219,230);
    border-radius: 10px;
    border: 1px solid rgb(166,104,135,0.5);
    padding: 25px;
}.secure_shell p, .secure_shell span, .secure_shell div {
    margin-bottom: 15px;
    border-bottom: 1px solid rgb(166,104,135,0.5);
    font-size: 12px;
    line-height: 1.8;
    padding-bottom: 5px;
    color: #000000;
    font-family: Arial, sans-serif;
}

@media only screen and (max-width: 800px) {.secure_shell {
    padding: 30px;
}.secure_shell h1 {
    font-size: calc(18px - 8px);
}.secure_shell h2 {
    font-size: calc(18px - 6px);
}.secure_shell h3, .secure_shell h4, .secure_shell h5, .secure_shell h6 {
    font-size: calc(18px - 4px);
}.secure_shell ul, .secure_shell ol {
    padding-left: 20px;
    font-size: calc(12px - 2px);
}}.our_team {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    color: #ffffff;
}.our_team::before {
    z-index: 1;
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.75) 35%,
        rgba(0, 0, 0, 0.65) 100%);
    bottom: 0;
    content: "";
}.our_team::after {
    right: -10%;
    z-index: 2;
    filter: blur(40px);
    height: 80%;
    content: "";
    top: -10%;
    transform: rotate(-15deg);
    position: absolute;
    width: 60%;
    background: linear-gradient(45deg, 
        rgb(154,151,186,0.5) 0%,
        rgb(166,104,135,0.5) 100%);
}.our_team .container {
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    z-index: 5;
}.our_team .text_frame_wrap {
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transition: transform 0.5s ease-out;
    backdrop-filter: blur(10px);
    padding: 50px;
    transform: perspective(1000px) rotateY(-2deg);
    border-left: 4px solid rgb(154,151,186);
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 100%);
}.our_team .text_frame_wrap:hover {
    transform: perspective(1000px) rotateY(0deg);
}.our_team .text_frame_wrap::before {
    top: 20px;
    right: 20px;
    opacity: 0.7;
    border-right: 3px solid rgb(166,104,135);
    border-top: 3px solid rgb(166,104,135);
    width: 60px;
    height: 60px;
    position: absolute;
    content: "";
}.our_team .text_frame_wrap::after {
    border-bottom: 3px solid rgb(154,151,186);
    border-left: 3px solid rgb(154,151,186);
    width: 60px;
    opacity: 0.7;
    bottom: 20px;
    height: 60px;
    left: 20px;
    content: "";
    position: absolute;
}.our_team h1 {
    position: relative;
    transform: translateX(-10px);
    margin-bottom: 40px;
    animation: slideIn 0.8s ease-out forwards;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 38px;
    opacity: 0;
    font-weight: 700;
    color: #ffffff;
}.our_team h1::after {
    transform: scaleX(0);
    width: 80px;
    height: 4px;
    position: absolute;
    content: "";
    transform-origin: left;
    left: 0;
    bottom: -15px;
    background: linear-gradient(90deg, 
        rgb(154,151,186) 0%,
        rgb(166,104,135) 100%);
    animation: expandLine 1.2s 0.5s ease-out forwards;
}.our_team ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.our_team li {
    margin-bottom: 25px;
    animation: fadeUp 0.8s 0.3s ease-out forwards;
    opacity: 0;
    transform: translateY(20px);
}.our_team h4 {
    margin-bottom: 20px;
    font-size: calc(24px + 2px);
    display: inline-block;
    position: relative;
    color: rgb(166,104,135);
    font-weight: 600;
}.our_team h4::before {
    transform: translateY(-50%) rotate(45deg);
    content: "";
    background-color: rgb(154,151,186);
    height: 8px;
    width: 8px;
    left: -15px;
    position: absolute;
    top: 50%;
}.our_team span {
    line-height: 1.8;
    padding-left: 15px;
    position: relative;
    text-align: justify;
    color: rgba(255, 255, 255, 0.9);
    display: block;
    font-size: 15px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

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

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

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

@media (max-width: 992px) {.our_team {
    padding: 80px 0;
}.our_team .text_frame_wrap {
    transform: perspective(1000px) rotateY(-1deg);
    padding: 40px 30px;
}.our_team h1 {
    font-size: calc(38px - 4px);
}.our_team span {
    font-size: calc(15px - 1px);
}
}

@media (max-width: 768px) {.our_team {
    padding: 60px 0;
}.our_team::after {
    width: 80%;
    height: 60%;
}.our_team .text_frame_wrap {
    padding: 30px 25px;
    transform: none;
}.our_team .text_frame_wrap::before,
    .our_team .text_frame_wrap::after {
    height: 40px;
    width: 40px;
}.our_team h1 {
    margin-bottom: 30px;
    font-size: calc(38px - 8px);
}.our_team h4 {
    font-size: 24px;
}
}

@media (max-width: 576px) {.our_team {
    padding: 50px 0;
}.our_team .text_frame_wrap {
    padding: 25px 20px;
}.our_team h1 {
    margin-bottom: 25px;
    font-size: calc(38px - 12px);
}.our_team h1::after {
    width: 60px;
    bottom: -10px;
    height: 3px;
}.our_team span {
    padding-left: 10px;
    line-height: 1.6;
    font-size: calc(15px - 2px);
}.our_team .text_frame_wrap::before,
    .our_team .text_frame_wrap::after {
    height: 30px;
    width: 30px;
}}.cookieInformationAlert {
    font-family: Arial, sans-serif;
    background: #ffffff;
    width: 100%;
    padding: 15px 20px;
    z-index: 1050;
    bottom: 0;
    position: fixed;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
    border-top: 3px solid rgb(154,151,186);
}.cookie_compl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}.track_edu {
    margin-right: 15px;
    flex-shrink: 0;
}.track_edu svg {
    height: 50px;
    transition: fill 0.3s ease-in-out;
    fill: rgb(154,151,186);
    width: 50px;
}.user_dialog {
    flex-grow: 1;
    margin-right: 15px;
}.user_dialog h5 {
    color: rgb(154,151,186);
    font-weight: 700;
    font-size: 23px;
    margin-bottom: 5px;
}.user_dialog p {
    margin-bottom: 0;
    font-size: 16px;
    color: #000000;
}.consent_box {
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-radius: 10px;
    white-space: nowrap;
    user-select: none;
    text-align: center;
    text-decoration: none;
    line-height: 1.5;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    margin-left: 10px;
    font-size: 20px;
    vertical-align: middle;
}.cookie_button.data_accept {
    color: #ffffff;
    border-color: rgb(154,151,186);
    background-color: rgb(154,151,186);
}#privacyModalWindow {
    display: none;
}#privacyModalWindow:checked ~ .cookieInformationAlert {
    visibility: hidden;
    opacity: 0;
}.cookie_button.data_accept:hover {
    border-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
}.cookie_button.cookies_terms {
    background-color: rgb(166,104,135);
    border-color: rgb(166,104,135);
    color: #000000;
}.cookie_button.cookies_terms:hover {
    border-color: rgb(154,151,186);
    background-color: rgb(154,151,186);
    color: #ffffff;
}.cookieInformationAlert p a {
    color: rgb(154,151,186);
    text-decoration: underline;
}.cookieInformationAlert p a:hover {
    color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1200px) {.user_dialog h5 {
    font-size: calc(23px - 2px);
}.user_dialog p {
    font-size: calc(16px - 2px);
}.consent_box {
    font-size: calc(20px - 2px);
}
}
@media (max-width: 800px) {.cookie_compl {
    align-items: center;
    flex-direction: column;
}.track_edu {
    margin-bottom: 10px;
}.user_dialog {
    margin-bottom: 15px;
    text-align: center;
}.consent_box {
    margin-left: 0;
    width: 100%;
    margin-top: 10px;
}}
.contact_form_box {
    padding: 5rem 0;
    position: relative;
}.contact_form_box::before {
    height: 100%;
    z-index: 1;
    top: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    position: absolute;
    left: 0;
}.contact_form_box .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}.contact_form_box .feedback_box {
    overflow: hidden;
    display: flex;
    background: rgb(226,219,230);
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    border-radius: 16px;
    flex-wrap: wrap;
}.contact_form_box .feedback_box::before {
    width: 100%;
    top: 0;
    content: "";
    position: absolute;
    height: 5px;
    background: linear-gradient(90deg, 
        rgb(154,151,186), 
        rgb(166,104,135));
    left: 0;
}.contact_form_box .support_section {
    background: rgb(226,219,230);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
    flex: 1 0 300px;
    padding: 3rem;
}.contact_form_box .support_section::after {
    height: 100%;
    top: 0;
    right: 0;
    position: absolute;
    content: "";
    background: linear-gradient(to bottom,
        transparent,
        rgb(154,151,186,0.5),
        transparent);
    width: 1px;
}.contact_form_box .support_section h3 {
    font-weight: 700;
    font-size: 24px;
    border-bottom: 2px solid rgb(166,104,135);
    padding-bottom: 1rem;
    display: inline-block;
    margin-bottom: 2.5rem;
    color: rgb(154,151,186);
}.contact_form_box .support_section div {
    margin-bottom: 2rem;
    align-items: center;
    background: linear-gradient(to right, 
        transparent, 
        rgba(0, 0, 0, 0.02));
    padding: 1rem;
    display: flex;
    transition: all 0.3s ease;
    border-radius: 10px;
}.contact_form_box .support_section div:hover {
    background: linear-gradient(to right, 
        transparent, 
        rgba(0, 0, 0, 0.05));
    transform: translateX(5px);
}.contact_form_box .support_section div svg {
    border-radius: 50%;
    height: 24px;
    margin-right: 1rem;
    width: 24px;
    padding: 5px;
    flex-shrink: 0;
    background: rgb(154,151,186);
}.contact_form_box .support_section div svg path {
    fill: #ffffff;
}.contact_form_box .support_section div span {
    font-size: 13px;
    color: #000000;
}.contact_form_box .support_section div span a {
    transition: color 0.3s ease;
    color: #000000;
    text-decoration: none;
}.contact_form_box .support_section div span a:hover {
    color: rgb(154,151,186);
}.contact_form_box .connect_reach {
    position: relative;
    flex: 1 0 450px;
    background: #ffffff;
    padding: 3rem;
}.contact_form_box .connect_reach::before {
    width: 20px;
    left: -10px;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
    top: 3rem;
    position: absolute;
    height: 20px;
    background: #ffffff;
    content: "";
    transform: rotate(45deg);
}.contact_form_box .connect_reach form {
    flex-direction: column;
    gap: 1.5rem;
    display: flex;
}.contact_form_box .connect_reach h3 {
    margin-bottom: 2rem;
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    position: relative;
    color: #000000;
}.contact_form_box .connect_reach h3::after {
    width: 50px;
    transform: translateX(-50%);
    content: "";
    left: 50%;
    position: absolute;
    bottom: -10px;
    height: 3px;
    background: rgb(154,151,186);
}.contact_form_box .connect_reach input[type="text"],
.contact_form_box .connect_reach input[type="email"] {
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    padding: 1rem 1.2rem;
    width: 100%;
    color: #000000;
    background: rgb(226,219,230);
    border-radius: 10px;
    font-size: 13px;
}.contact_form_box .connect_reach input[type="text"]:focus,
.contact_form_box .connect_reach input[type="email"]:focus {
    border-color: rgb(154,151,186);
    box-shadow: 0 0 0 3px rgb(154,151,186,0.5);
    outline: none;
}.contact_form_box .connect_reach input[type="text"]::placeholder,
.contact_form_box .connect_reach input[type="email"]::placeholder {
    opacity: 0.7;
    color: #000000;
}.contact_form_box .connect_reach .help_links {
    align-items: flex-start;
    display: flex;
    margin: 0.5rem 0;
    gap: 10px;
}.contact_form_box .connect_reach .help_links input[type="checkbox"] {
    border-radius: 4px;
    border: 2px solid #000000;
    -webkit-appearance: none;
    background-color: #ffffff;
    flex-shrink: 0;
    transition: all 0.2s ease;
    appearance: none;
    width: 20px;
    position: relative;
    margin-top: 2px;
    height: 20px;
    cursor: pointer;
}.contact_form_box .connect_reach .help_links input[type="checkbox"]:checked {
    background-color: rgb(154,151,186);
    border-color: rgb(154,151,186);
}.contact_form_box .connect_reach .help_links input[type="checkbox"]:checked::after {
    border: solid #ffffff;
    position: absolute;
    top: 3px;
    transform: rotate(45deg);
    width: 4px;
    left: 7px;
    border-width: 0 2px 2px 0;
    content: "";
    height: 8px;
}.contact_form_box .connect_reach .help_links label {
    font-size: calc(13px - 1px);
    color: #000000;
    line-height: 1.5;
}.contact_form_box .connect_reach .help_links label a {
    font-weight: 600;
    text-decoration: none;
    color: rgb(154,151,186);
}.contact_form_box .connect_reach .support_widget {
    font-weight: 600;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    padding: 1rem;
    color: #ffffff;
    background: rgb(154,151,186);
    font-size: 19px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    margin-top: 1rem;
    width: 100%;
}.contact_form_box .connect_reach .support_widget::after {
    left: 50%;
    transform-origin: 50% 50%;
    height: 5px;
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    transform: scale(1, 1) translate(-50%);
    width: 5px;
    border-radius: 100%;
    content: "";
    opacity: 0;
    top: 50%;
}.contact_form_box .connect_reach .support_widget:hover {
    background: rgb(166,104,135);
}.contact_form_box .connect_reach .support_widget:focus {
    outline: none;
}.contact_form_box .connect_reach .support_widget:active::after {
    animation: ripple 1s ease-out;
}

@keyframes ripple {
    0% {
        transform: scale(0, 0);
        opacity: 0.5;
    }
    20% {
        transform: scale(25, 25);
        opacity: 0.3;
    }
    100% {
        opacity: 0;
        transform: scale(40, 40);
    }
}

@media screen and (max-width: 992px) {.contact_form_box .feedback_box {
    flex-direction: column;
}.contact_form_box .support_section {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}.contact_form_box .support_section::after {
    bottom: 0;
    top: unset;
    right: unset;
    width: 100%;
    background: linear-gradient(to right,
            transparent,
            rgb(154,151,186,0.5),
            transparent);
    height: 1px;
    left: 0;
}.contact_form_box .connect_reach::before {
    left: 3rem;
    transform: rotate(135deg);
    top: -10px;
}
}

@media screen and (max-width: 768px) {.contact_form_box {
    padding: 4rem 0;
}.contact_form_box .support_section,
    .contact_form_box .connect_reach {
    padding: 2rem;
}.contact_form_box .support_section h3,
    .contact_form_box .connect_reach h3 {
    font-size: calc(24px - 2px);
}
}

@media screen and (max-width: 576px) {.contact_form_box {
    padding: 3rem 0;
}.contact_form_box .support_section,
    .contact_form_box .connect_reach {
    padding: 1.5rem;
}.contact_form_box .support_section div {
    padding: 0.75rem;
    margin-bottom: 1.25rem;
}.contact_form_box .support_section div svg {
    width: 20px;
    height: 20px;
}.contact_form_box .connect_reach input[type="text"],
    .contact_form_box .connect_reach input[type="email"] {
    padding: 0.8rem 1rem;
}.contact_form_box .connect_reach::before {
    display: none;
}}.mentorship_experience {
    background: linear-gradient(to bottom, rgb(226,219,230), rgb(154,151,186,0.5) 120%);
    position: relative;
    overflow: hidden;
    border-radius: 27px;
    padding: 5rem 2rem;
}.mentorship_experience::before {
    z-index: 1;
    opacity: 0.3;
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(166,104,135,0.5) 0,
        rgb(166,104,135,0.5) 2px,
        transparent 2px,
        transparent 10px
    );
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}.mentorship_experience .learning_voices {
    transform: translateY(0);
    max-width: 500px;
    position: relative;
    margin: 0 auto;
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    flex-direction: column;
    display: flex;
    z-index: 2;
}.mentorship_experience .learning_voices:hover {
    transform: translateY(-15px);
}.mentorship_experience .image_wrapper {
    z-index: 3;
    box-shadow: 0 15px 25px -5px rgba(0, 0, 0, 0.5);
    margin: 0 auto;
    height: 350px;
    width: 80%;
    border-radius: 27px 27px 0 0;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
    transition: all 0.5s ease;
}.mentorship_experience .image_wrapper::after {
    position: absolute;
    width: 100%;
    background: linear-gradient(to bottom, 
                transparent 50%, 
                rgb(154,151,186,0.5) 100%);
    content: "";
    left: 0;
    top: 0;
    border-radius: 27px 27px 0 0;
    height: 100%;
}.mentorship_experience .learning_voices:hover .image_wrapper {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 95%);
}.mentorship_experience .job_overview {
    transform: translateZ(0);
    transition: transform 0.5s ease;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    margin-top: -50px;
    background: #ffffff;
    z-index: 2;
    border-radius: 27px;
    padding: 70px 2rem 2rem;
}.mentorship_experience .job_overview::before {
    content: "";
    left: 0;
    top: 0;
    height: 6px;
    right: 0;
    background-size: 200% 100%;
    animation: gradient-shift 8s infinite alternate;
    background: linear-gradient(90deg, 
                rgb(154,151,186), 
                rgb(166,104,135), 
                rgb(154,151,186));
    border-radius: 10px 10px 0 0;
    position: absolute;
}.mentorship_experience .job_overview::after {
    bottom: 20px;
    background: rgb(166,104,135,0.5);
    width: 60px;
    animation: float-blob 10s infinite alternate;
    position: absolute;
    content: "";
    filter: blur(15px);
    opacity: 0.2;
    right: 20px;
    border-radius: 20% 40% 50% 30%;
    height: 60px;
}.mentorship_experience .name {
    transition: all 0.3s ease;
    transform: translateY(0);
    font-size: 29px;
    color: rgb(154,151,186);
    font-weight: 700;
    font-family: Arial, sans-serif;
    opacity: 0.9;
    margin-bottom: 0.5rem;
}.mentorship_experience .job_overview > div:nth-child(2) {
    color: rgb(166,104,135);
    position: relative;
    font-size: 17px;
    opacity: 0.8;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
    transition: all 0.4s ease 0.1s;
    transform: translateY(0);
    font-weight: 600;
}.mentorship_experience .job_overview > div:nth-child(2)::after {
    height: 3px;
    left: 0;
    width: 40px;
    bottom: 0;
    position: absolute;
    transition: width 0.4s ease;
    content: "";
    background: rgb(166,104,135,0.5);
}.mentorship_experience .learning_voices:hover .job_overview > div:nth-child(2)::after {
    width: 100px;
}.mentorship_experience .emp_progress {
    color: #000000;
    border-left: 3px solid rgb(166,104,135,0.5);
    font-size: 14px;
    font-style: italic;
    transform: translateY(10px);
    opacity: 0.7;
    position: relative;
    transition: all 0.5s ease 0.2s;
    padding: 1rem 0 0 1.5rem;
    line-height: 1.7;
}.mentorship_experience .learning_voices:hover .emp_progress {
    transform: translateY(0);
    opacity: 1;
}

@keyframes gradient-shift {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

@keyframes float-blob {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-10px) rotate(180deg);
    }
    100% {
        transform: translateY(10px) rotate(360deg);
    }
}

@media (max-width: 768px) {.mentorship_experience .image_wrapper {
    width: 100%;
    height: 250px;
}}.title_screen {
    overflow: hidden;
    justify-content: center;
    perspective: 1000px;
    align-items: center;
    display: flex;
    position: relative;
    background-color: rgb(226,219,230);
    padding: 2rem 1rem;
    min-height: 100vh;
}.title_screen > div {
    z-index: 1;
    width: 100%;
    max-width: 1200px;
    transform-style: preserve-3d;
    position: relative;
}.title_screen .belief_core {
    transition: transform 0.5s ease-out;
    margin-bottom: 2rem;
    position: relative;
    transform: translateZ(20px);
}.title_screen .study_master {
    font-size: 43px;
    transform: translateZ(30px);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s ease;
    margin-bottom: 1.5rem;
    color: rgb(154,151,186);
    position: relative;
    font-weight: 700;
}.title_screen .study_master::after {
    width: 80px;
    transform-origin: left;
    transform: scaleX(1) translateZ(5px);
    left: 0;
    background: linear-gradient(90deg, rgb(154,151,186), rgb(154,151,186,0.5));
    content: "";
    bottom: -10px;
    position: absolute;
    transition: transform 0.3s ease;
    height: 4px;
}.title_screen .learn_main {
    position: relative;
    padding: 3rem 2rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    transform: translateZ(10px) rotateX(2deg);
}.title_screen .learn_main::before {
    background: linear-gradient(135deg, 
    rgb(154,151,186,0.5) 0%, 
    rgba(255, 255, 255, 0.9) 40%, 
    rgba(255, 255, 255, 0.85) 60%, 
    rgb(166,104,135,0.5) 100%);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 90% 100%, 0 100%);
    z-index: 1;
    right: 0;
    content: "";
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
}.title_screen .learn_main > div {
    z-index: 2;
    position: relative;
}.title_screen .learn_main p {
    font-size: calc(16px * 1.2);
    transform: translateZ(15px);
    color: #000000;
    max-width: 85%;
    margin-bottom: 1.5rem;
    position: relative;
    transition: transform 0.3s ease;
    line-height: 1.6;
}.title_screen .learn_main p::before {
    opacity: 0.7;
    position: absolute;
    left: -20px;
    border-top: 3px solid rgb(154,151,186);
    transform: translateZ(5px);
    height: 40px;
    width: 40px;
    top: -10px;
    border-left: 3px solid rgb(154,151,186);
    content: "";
}.title_screen .learn_main h3 {
    padding-left: 1rem;
    color: #000000;
    transition: transform 0.4s ease;
    position: relative;
    transform: translateZ(20px);
    line-height: 1.4;
    font-weight: 600;
    margin-top: 2rem;
    border-left: 4px solid rgb(166,104,135);
    font-size: calc(23px * 1.1);
}.title_screen:hover .belief_core {
    transform: translateZ(25px);
}.title_screen:hover .study_master {
    transform: translateZ(40px);
}.title_screen:hover .study_master::after {
    transform: scaleX(1.2) translateZ(5px);
}.title_screen:hover .learn_main {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateZ(15px) rotateX(1deg);
}.title_screen:hover .learn_main p {
    transform: translateZ(20px);
}.title_screen:hover .learn_main h3 {
    transform: translateZ(25px);
}

@media (max-width: 992px) {.title_screen {
    padding: 2rem 1rem;
    min-height: auto;
}.title_screen .study_master {
    font-size: calc(43px * 0.85);
}.title_screen .learn_main {
    padding: 2rem 1.5rem;
    transform: translateZ(5px) rotateX(1deg);
}.title_screen .learn_main p {
    font-size: 16px;
    max-width: 100%;
}.title_screen .learn_main h3 {
    font-size: 23px;
}
}

@media (max-width: 768px) {.title_screen {
    perspective: 600px;
}.title_screen .study_master {
    font-size: calc(43px * 0.7);
}.title_screen .learn_main {
    transform: translateZ(3px) rotateX(0.5deg);
    padding: 1.5rem 1rem;
}.title_screen .learn_main::before {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 95% 100%, 0 100%);
}.title_screen .learn_main p::before {
    width: 30px;
    height: 30px;
    top: -5px;
    left: -10px;
}
}

@media (max-width: 576px) {.title_screen {
    padding: 1.5rem 0.75rem;
}.title_screen .belief_core {
    margin-bottom: 1rem;
}.title_screen .study_master {
    font-size: calc(43px * 0.6);
}.title_screen .study_master::after {
    height: 3px;
    width: 60px;
}.title_screen .learn_main {
    padding: 1.25rem 0.75rem;
    transform: translateZ(0) rotateX(0);
}.title_screen .learn_main h3 {
    padding-left: 0.75rem;
    font-size: calc(23px * 0.9);
}
}

@media (hover: none) {.title_screen .belief_core,
  .title_screen .study_master,
  .title_screen .learn_main,
  .title_screen .learn_main p,
  .title_screen .learn_main h3 {
    transform: none !important;
}.title_screen .study_master::after {
    transform: scaleX(1) !important;
}}

.program_offerings {
    overflow: hidden;
    align-items: center;
    background-color: rgb(226,219,230);
    display: flex;
    min-height: 100vh;
    justify-content: center;
    position: relative;
}.program_offerings .ready_skills {
    top: 0;
    position: absolute;
    height: 100%;
    left: 0;
    width: 100%;
    z-index: 1;
}.program_offerings .ready_skills::before {
    top: 0;
    width: 100%;
    z-index: 2;
    content: "";
    height: 100%;
    left: 0;
    background: radial-gradient(circle at center, transparent 30%, #000000 100%);
    position: absolute;
}.program_offerings .career_challenge {
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
}.program_offerings .training_guide {
    width: 100%;
    transform: scale(1.1);
    opacity: 0;
    height: 100%;
    position: absolute;
    transition: transform 1s ease;
    left: 0;
    top: 0;
    animation: fade-slides 30s infinite;
}.program_offerings .ready_skills:hover .training_guide {
    animation-play-state: paused;
}.program_offerings .training_guide:hover {
    transform: scale(1);
}.program_offerings .training_guide:nth-child(1) {
    animation-delay: 0s;
}.program_offerings .training_guide:nth-child(2) {
    animation-delay: -6s;
}.program_offerings .training_guide:nth-child(3) {
    animation-delay: -12s;
}.program_offerings .training_guide:nth-child(4) {
    animation-delay: -18s;
}.program_offerings .training_guide:nth-child(5) {
    animation-delay: -24s;
}.program_offerings .training_guide img {
    width: 100%;
    filter: saturate(0.8) brightness(0.7);
    object-fit: cover;
    height: 100%;
}.program_offerings .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 10;
    width: 100%;
    position: relative;
}.program_offerings .growth_hist {
    align-items: center;
    justify-content: center;
    display: flex;
}.program_offerings .learn_more {
    border-radius: 50%;
    position: relative;
    aspect-ratio: 1;
    overflow: hidden;
    display: flex;
    text-align: center;
    padding: 3rem;
    flex-direction: column;
    backdrop-filter: blur(10px);
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    align-items: center;
    background: rgba(0, 0, 0, 0.4);
    justify-content: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    max-width: 1000px;
}.program_offerings .learn_more::before {
    background: conic-gradient(
        from 0deg,
        transparent 0deg,
        rgb(154,151,186,0.5) 90deg,
        transparent 180deg,
        rgb(166,104,135,0.5) 270deg,
        transparent 360deg
    );
    position: absolute;
    right: -5px;
    opacity: 0.7;
    border-radius: 50%;
    z-index: -1;
    top: -5px;
    bottom: -5px;
    animation: rotate-border 15s linear infinite;
    content: "";
    left: -5px;
}.program_offerings .learn_more::after {
    position: absolute;
    height: 120%;
    background: radial-gradient(
        ellipse at center,
        rgb(154,151,186,0.5) 0%,
        transparent 70%
    );
    opacity: 0.1;
    animation: pulse-glow 5s ease-in-out infinite alternate;
    content: "";
    filter: blur(20px);
    z-index: -2;
    width: 120%;
}.program_offerings .learn_more h3 {
    font-weight: 700;
    margin-bottom: 1rem;
    color: #ffffff;
    font-size: 30px;
    position: relative;
}.program_offerings .learn_more p {
    display: -webkit-box;
    color: #000000;
    overflow: hidden;
    line-height: 1.6;
    font-size: 15px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-bottom: 2rem;
}.program_offerings .support_widget {
    display: inline-block;
    position: relative;
    background: rgb(154,151,186);
    z-index: 1;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    padding: 0.8rem 2rem;
    border-radius: 50px;
    font-size: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
}.program_offerings .support_widget::before {
    transition: transform 0.6s ease;
    background: rgb(166,104,135);
    content: "";
    width: 100%;
    left: 0;
    position: absolute;
    height: 100%;
    z-index: -1;
    top: 0;
    transform: scaleX(0);
    transform-origin: right;
}.program_offerings .support_widget:hover {
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.3);
}.program_offerings .support_widget:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.program_offerings .learn_more .orbital-elements {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    border-radius: 50%;
    height: 100%;
    pointer-events: none;
}.program_offerings .learn_more::before,
.program_offerings .learn_more::after {
    border-radius: 50%;
    position: absolute;
    content: "";
}.program_offerings::after {
    content: "";
    bottom: 15%;
    z-index: 100;
    transform: translateX(-50%);
    position: absolute;
    gap: 15px;
    left: 50%;
    display: flex;
}.program_offerings::after {
    width: 100px;
    background: repeating-linear-gradient(
        90deg,
        #ffffff,
        #ffffff 10px,
        transparent 10px,
        transparent 25px
    );
    opacity: 0.3;
    height: 10px;
}

@keyframes fade-slides {
    0%, 16% {
        opacity: 1;
        z-index: 5;
    }
    20%, 96% {
        opacity: 0;
        z-index: 0;
    }
    100% {
        opacity: 1;
        z-index: 5;
    }
}

@keyframes rotate-border {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes pulse-glow {
    0% {
        opacity: 0.05;
        transform: scale(0.95);
    }
    100% {
        opacity: 0.15;
        transform: scale(1.05);
    }
}

@keyframes slide-indicator {
    0%, 16% {
        left: calc(50% - 50px);
    }
    20%, 36% {
        left: calc(50% - 25px);
    }
    40%, 56% {
        left: calc(50%);
    }
    60%, 76% {
        left: calc(50% + 25px);
    }
    80%, 96% {
        left: calc(50% + 50px);
    }
    100% {
        left: calc(50% - 50px);
    }
}


@media screen and (max-width: 1200px) {.program_offerings .learn_more {
    max-width: 900px;
}
}

@media screen and (max-width: 992px) {.program_offerings .learn_more {
    padding: 3rem;
    max-width: 800px;
}
}

@media screen and (max-width: 768px) {.program_offerings {
    padding: 2rem 0;
}.program_offerings .learn_more {
    border-radius: 20px;
    height: auto;
    aspect-ratio: auto;
    min-height: 700px;
    padding: 3rem;
    max-width: 700px;
}.program_offerings .learn_more::before {
    border-radius: 20px;
}.program_offerings .learn_more h3 {
    font-size: calc(30px * 0.9);
}.program_offerings .learn_more p {
    -webkit-line-clamp: 3;
}
}

@media screen and (max-width: 576px) {.program_offerings .learn_more {
    aspect-ratio: auto;
    min-height: auto;
    max-width: 90%;
    border-radius: 15px;
    padding: 2rem 1.5rem;
}.program_offerings .learn_more::before {
    border-radius: 15px;
}.program_offerings .learn_more h3 {
    font-size: calc(30px * 0.8);
}.program_offerings .learn_more p {
    -webkit-line-clamp: 4;
    margin-bottom: 1.5rem;
    font-size: calc(15px * 0.9);
}.program_offerings .support_widget {
    padding: 0.7rem 1.8rem;
    font-size: calc(15px * 0.9);
}.program_offerings::after {
    bottom: 10%;
}}


.program_offerings .career_challenge:has(.training_guide:nth-child(2):last-child) .training_guide:nth-child(1) {
    animation-delay: 0s;
}.program_offerings .career_challenge:has(.training_guide:nth-child(2):last-child) .training_guide:nth-child(2) {
    animation-delay: -15s;
}.program_offerings .career_challenge:has(.training_guide:nth-child(3):last-child) .training_guide:nth-child(1) {
    animation-delay: 0s;
}.program_offerings .career_challenge:has(.training_guide:nth-child(3):last-child) .training_guide:nth-child(2) {
    animation-delay: -10s;
}.program_offerings .career_challenge:has(.training_guide:nth-child(3):last-child) .training_guide:nth-child(3) {
    animation-delay: -20s;
}.program_offerings .career_challenge:has(.training_guide:nth-child(4):last-child) .training_guide:nth-child(1) {
    animation-delay: 0s;
}.program_offerings .career_challenge:has(.training_guide:nth-child(4):last-child) .training_guide:nth-child(2) {
    animation-delay: -7.5s;
}.program_offerings .career_challenge:has(.training_guide:nth-child(4):last-child) .training_guide:nth-child(3) {
    animation-delay: -15s;
}.program_offerings .career_challenge:has(.training_guide:nth-child(4):last-child) .training_guide:nth-child(4) {
    animation-delay: -22.5s;
}.leaderboard {
    position: relative;
    color: #ffffff;
    z-index: 1;
    padding: 80px 0 40px;
}.leaderboard::before {
    z-index: -1;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    backdrop-filter: blur(8px);
}footer {
    position: relative;
}.leaderboard .container {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    display: grid;
    position: relative;
}.leaderboard .company_holder {
    position: relative;
    padding-right: 40px;
}.leaderboard .company_holder::after {
    background: linear-gradient(to bottom, 
        transparent, 
        rgb(166,104,135,0.5), 
        transparent);
    content: "";
    height: 60%;
    position: absolute;
    right: 0;
    top: 20%;
    width: 1px;
}.leaderboard .company_holder h3 {
    font-weight: 700;
    position: relative;
    margin-bottom: 25px;
    display: inline-block;
    font-size: calc(33px * 0.9);
}.leaderboard .company_holder h3::after {
    position: absolute;
    background: rgb(154,151,186);
    left: 0;
    width: 40px;
    content: "";
    bottom: -8px;
    border-radius: 10px;
    height: 3px;
}.leaderboard .ssl_info {
    max-width: 90%;
    opacity: 0.8;
    margin-bottom: 30px;
    font-size: 18px;
    color: #ffffff;
    line-height: 1.6;
}.leaderboard .cheat_sheet {
    justify-content: flex-end;
    display: flex;
}.leaderboard .nav_block {
    gap: 60px;
    display: flex;
}.leaderboard .main_mainbar {
    position: relative;
}.leaderboard .main_mainbar h5 {
    font-size: 18px;
    padding-bottom: 12px;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
}.leaderboard .main_mainbar h5::after {
    position: absolute;
    content: "";
    bottom: 0;
    background: rgb(154,151,186);
    width: 30px;
    left: 0;
    border-radius: 10px;
    height: 2px;
}.leaderboard .main_mainbar .nav_block {
    gap: 15px;
    display: flex;
    flex-direction: column;
}.leaderboard .main_mainbar .nav_block a {
    color: #ffffff;
    padding-left: 0;
    position: relative;
    text-decoration: none;
    opacity: 0.7;
    font-size: calc(18px * 0.95);
    transition: all 0.3s ease;
}.leaderboard .main_mainbar .nav_block a::before {
    position: absolute;
    top: 50%;
    height: 1px;
    transform: translateY(-50%);
    opacity: 0;
    background: rgb(154,151,186);
    transition: all 0.3s ease;
    content: "";
    left: 0;
    width: 0;
}.leaderboard .main_mainbar .nav_block a:hover {
    opacity: 1;
    padding-left: 12px;
    color: rgb(154,151,186);
}.leaderboard .main_mainbar .nav_block a:hover::before {
    opacity: 1;
    width: 8px;
}.cert_display {
    backdrop-filter: blur(5px);
    padding: 20px 0;
    background-color: rgba(0, 0, 0, 0.3);
}.cert_display .container {
    display: flex;
    justify-content: center;
    align-items: center;
}.cert_display .proposal_cta {
    font-size: 13px;
    color: #ffffff;
    opacity: 0.6;
    text-align: center;
    letter-spacing: 0.5px;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.3;
    }
}

@keyframes glow {
    0%, 100% {
        box-shadow: 0 0 5px rgb(154,151,186,0.5);
    }
    50% {
        box-shadow: 0 0 15px rgb(154,151,186);
    }
}

@media (max-width: 991px) {.leaderboard {
    padding: 60px 0 30px;
}.leaderboard .container {
    gap: 50px;
    grid-template-columns: 1fr;
}.leaderboard .company_holder {
    text-align: center;
    padding-right: 0;
    margin: 0 auto;
    max-width: 600px;
}.leaderboard .company_holder::after {
    display: none;
}.leaderboard .company_holder h3 {
    margin-right: auto;
    margin-left: auto;
}.leaderboard .company_holder h3::after {
    width: 60px;
    left: 50%;
    transform: translateX(-50%);
}.leaderboard .ssl_info {
    max-width: 100%;
    text-align: center;
}.leaderboard .cheat_sheet {
    justify-content: center;
}
}

@media (max-width: 767px) {.leaderboard {
    padding: 50px 0 20px;
}.leaderboard .nav_block {
    width: 100%;
    gap: 40px;
    flex-direction: column;
}.leaderboard .main_mainbar {
    text-align: center;
}.leaderboard .main_mainbar h5 {
    text-align: center;
}.leaderboard .main_mainbar h5::after {
    left: 50%;
    transform: translateX(-50%);
}.leaderboard .main_mainbar .nav_block {
    align-items: center;
}.leaderboard .main_mainbar .nav_block a {
    text-align: center;
}.leaderboard .main_mainbar .nav_block a::before {
    display: none;
}.leaderboard .main_mainbar .nav_block a:hover {
    padding-left: 0;
}
}

@media (max-width: 480px) {.leaderboard {
    padding: 40px 0 20px;
}.leaderboard .company_holder h3 {
    font-size: calc(33px * 0.8);
}.leaderboard .ssl_info {
    font-size: calc(18px * 0.9);
}.cert_display .proposal_cta {
    font-size: calc(13px * 0.9);
}}

.leaderboard::before {
    background-image: radial-gradient(
        circle at 20% 80%, 
        #000000 0%, 
        rgba(0, 0, 0, 0.5) 70%
    );
}.leaderboard::after {
    box-shadow: 0 0 40px rgb(154,151,186,0.5);
}.leaderboard .container::before {
    content: "";
    bottom: -75px;
    animation: pulse 10s infinite alternate-reverse;
    position: absolute;
    left: -75px;
    border-radius: 50%;
    height: 150px;
    width: 150px;
    filter: blur(30px);
    background: radial-gradient(
        circle, 
        rgb(166,104,135,0.5), 
        transparent 70%
    );
}.leaderboard .main_mainbar::before {
    position: absolute;
    top: 10px;
    border-radius: 50%;
    content: "";
    left: -15px;
    opacity: 0.7;
    width: 5px;
    height: 5px;
    background: rgb(154,151,186);
}.leaderboard .main_mainbar:hover::before {
    animation: glow 2s infinite;
}.leaderboard .company_holder::before {
    content: "";
    left: 0;
    background: linear-gradient(90deg, 
        rgb(154,151,186,0.5), 
        transparent);
    position: absolute;
    width: 100px;
    bottom: -20px;
    height: 1px;
}

@media (max-width: 991px) {.leaderboard .company_holder::before {
    left: 50%;
    background: linear-gradient(90deg, 
            transparent, 
            rgb(154,151,186,0.5), 
            transparent);
    transform: translateX(-50%);
}}

.leaderboard .main_mainbar .nav_block a::after {
    bottom: -2px;
    transition: width 0.3s ease;
    left: 0;
    width: 0;
    content: "";
    height: 1px;
    background: rgb(154,151,186);
    position: absolute;
}.leaderboard .main_mainbar .nav_block a:hover::after {
    width: 100%;
}.leaderboard .main_mainbar .nav_block a:nth-child(odd):hover {
    transform: translateX(2px);
}.leaderboard .main_mainbar .nav_block a:nth-child(even):hover {
    transform: translateX(2px);
}

@media (min-width: 992px) {footer::after {
    right: 0;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, 
            transparent, 
            rgb(166,104,135,0.5), 
            transparent);
    height: 1px;
}.leaderboard::before {
    background-blend-mode: overlay;
}}

.leaderboard .company_holder h3::before {
    height: 1px;
    top: 50%;
    width: 20px;
    opacity: 0.7;
    background: rgb(154,151,186);
    position: absolute;
    left: -30px;
    content: "";
}

@media (max-width: 991px) {.leaderboard .company_holder h3::before {
    display: none;
}}

.cert_display {
    position: relative;
    overflow: hidden;
}.cert_display::before {
    content: "";
    height: 1px;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(166,104,135,0.5), 
        transparent);
    left: 0;
    top: 0;
    width: 100%;
}.cert_display::after {
    content: "";
    height: 1px;
    opacity: 0.3;
    bottom: 0;
    left: 35%;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(166,104,135,0.5), 
        transparent);
    width: 30%;
}.cert_display .proposal_cta {
    position: relative;
    transition: all 0.3s ease;
}.cert_display .proposal_cta:hover {
    opacity: 1;
    letter-spacing: 0.7px;
}.data_statistics {
    background: linear-gradient(135deg, rgb(154,151,186,0.5), rgb(226,219,230) 70%);
    position: relative;
    overflow: hidden;
    padding: 5rem 1.5rem;
}.data_statistics::before {
    height: 4px;
    top: 0;
    background: linear-gradient(90deg, rgb(166,104,135), transparent);
    content: "";
    z-index: 2;
    position: absolute;
    left: 0;
    right: 0;
}.data_statistics::after {
    top: 0;
    height: 100%;
    content: "";
    background-image: radial-gradient(circle at 10% 30%, rgb(154,151,186,0.5) 1px, transparent 1px), 
                      radial-gradient(circle at 90% 60%, rgb(154,151,186,0.5) 1px, transparent 1px);
    background-size: 50px 50px, 60px 60px;
    z-index: 1;
    opacity: 0.2;
    position: absolute;
    left: 0;
    width: 100%;
}.data_statistics h3 {
    color: #000000;
    transform: translateX(-1rem);
    padding-left: 2rem;
    font-weight: 700;
    margin-bottom: 3rem;
    font-size: calc(30px * 0.9);
    position: relative;
}.data_statistics h3::before {
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    background-color: rgb(154,151,186);
    width: 1.5rem;
    transform: translateY(-50%);
    top: 50%;
}.data_statistics .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.data_statistics ul {
    margin: 0;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    display: grid;
    list-style: none;
    gap: 2rem;
}.data_statistics .statistics_edges {
    min-height: 180px;
    transform: translateY(0);
    transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.35, 1), 
                box-shadow 0.3s ease;
    box-shadow: 0 8px 25px -15px rgba(0, 0, 0, 0.5), 
                0 1px 3px rgba(0,0,0,0.05);
    background: linear-gradient(145deg, #ffffff, rgb(255, 255, 255, 0.5));
    display: flex;
    position: relative;
    overflow: hidden;
    justify-content: space-between;
    padding: 1.8rem;
    flex-direction: column;
}.data_statistics .statistics_edges::before {
    transition: height 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    width: 4px;
    left: 0;
    z-index: 1;
    position: absolute;
    height: 0;
    top: 0;
    background: linear-gradient(to bottom, rgb(154,151,186), rgb(166,104,135));
    content: "";
}.data_statistics .statistics_edges:hover {
    box-shadow: 0 15px 35px -15px rgba(0, 0, 0, 0.5), 
                0 5px 15px rgba(0,0,0,0.05);
    transform: translateY(-5px);
}.data_statistics .statistics_edges:hover::before {
    height: 100%;
}.data_statistics .statistics_edges span {
    z-index: 2;
    font-weight: 600;
    padding-bottom: 0.5rem;
    position: relative;
    margin-bottom: 1.5rem;
    color: #000000;
    display: block;
    transition: transform 0.3s ease;
    line-height: 1.3;
    font-size: calc(17px * 1.1);
}.data_statistics .statistics_edges span::after {
    position: absolute;
    left: 0;
    content: "";
    transition: width 0.3s ease-out;
    width: 40px;
    background-color: rgb(166,104,135,0.5);
    bottom: 0;
    height: 2px;
}.data_statistics .statistics_edges:hover span::after {
    width: 70px;
}.data_statistics .statistics_edges p {
    z-index: 2;
    margin: 0;
    align-items: center;
    display: flex;
    font-weight: 700;
    color: rgb(154,151,186);
    transition: color 0.3s ease;
    font-size: calc(47px * 1.2);
    position: relative;
}.data_statistics .statistics_edges p::before {
    transform: scale(0);
    content: "";
    width: 30px;
    right: -10px;
    bottom: -10px;
    opacity: 0.6;
    height: 30px;
    background: radial-gradient(circle, rgb(166,104,135,0.5) 20%, transparent 70%);
    position: absolute;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    z-index: -1;
}.data_statistics .statistics_edges:hover p::before {
    transform: scale(3);
}.data_statistics .statistics_edges:hover p {
    color: rgb(166,104,135);
}.data_statistics .statistics_edges:nth-child(odd) {
    transform: translateY(10px);
}.data_statistics .statistics_edges:nth-child(even) {
    transform: translateY(-10px);
}.data_statistics .statistics_edges:nth-child(odd):hover {
    transform: translateY(5px);
}.data_statistics .statistics_edges:nth-child(even):hover {
    transform: translateY(-15px);
}

@media (max-width: 991px) {.data_statistics {
    padding: 4rem 1rem;
}.data_statistics h3 {
    margin-bottom: 2rem;
    font-size: calc(30px * 0.8);
}.data_statistics ul {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}.data_statistics .statistics_edges {
    min-height: 150px;
    padding: 1.5rem;
}.data_statistics .statistics_edges span {
    font-size: 17px;
}.data_statistics .statistics_edges p {
    font-size: 47px;
}
}

@media (max-width: 767px) {.data_statistics {
    padding: 3rem 1rem;
}.data_statistics h3 {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
    transform: translateX(0);
}.data_statistics ul {
    gap: 1.2rem;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}.data_statistics .statistics_edges {
    min-height: 130px;
    padding: 1.2rem;
}.data_statistics .statistics_edges:nth-child(odd),
    .data_statistics .statistics_edges:nth-child(even) {
    transform: translateY(0);
}.data_statistics .statistics_edges:nth-child(odd):hover,
    .data_statistics .statistics_edges:nth-child(even):hover {
    transform: translateY(-5px);
}
}

@media (max-width: 480px) {.data_statistics {
    padding: 2.5rem 0.75rem;
}.data_statistics h3 {
    font-size: calc(30px * 0.7);
}.data_statistics ul {
    gap: 1rem;
    grid-template-columns: 1fr;
}.data_statistics .statistics_edges {
    padding: 1.2rem;
    min-height: auto;
}.data_statistics .statistics_edges span {
    margin-bottom: 1rem;
}}.cost_plan {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.cost_plan::before {
    z-index: 1;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, rgb(154,151,186,0.5), rgba(0, 0, 0, 0.5) 90%);
}.cost_plan .container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.cost_plan .tuition_table {
    position: relative;
}.cost_plan h2 {
    position: relative;
    margin-bottom: 20px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    line-height: 1.3;
    font-size: 37px;
}.cost_plan h2::after {
    transform: translateX(-50%);
    bottom: -15px;
    content: "";
    position: absolute;
    height: 3px;
    width: 80px;
    left: 50%;
    background: rgb(166,104,135);
}.cost_plan .annual_plan {
    line-height: 1.6;
    text-align: center;
    max-width: 700px;
    font-size: 18px;
    margin: 30px auto 50px;
    color: #ffffff;
}.cost_plan .fee_deals {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
}.cost_plan .fee_deals li {
    position: relative;
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.cost_plan .fee_deals li:hover {
    transform: translateY(-10px);
}.cost_plan .learning_pricing {
    position: relative;
    height: 100%;
    overflow: hidden;
    text-decoration: none;
    display: block;
}.cost_plan .study_cost {
    -webkit-backdrop-filter: blur(10px);
    height: 100%;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    border-left: 3px solid rgb(166,104,135);
    box-sizing: border-box;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.1);
    padding: 40px 30px;
    backdrop-filter: blur(10px);
    background: linear-gradient(145deg, rgba(255,255,255,0.1), rgba(255,255,255,0.03));
    transition: all 0.3s ease;
}.cost_plan .study_cost::before {
    top: 0;
    transition: opacity 0.3s ease;
    width: 100%;
    left: 0;
    opacity: 0;
    background: linear-gradient(45deg, rgb(154,151,186,0.5), transparent);
    content: "";
    pointer-events: none;
    height: 100%;
    position: absolute;
}.cost_plan .learning_pricing:hover .study_cost::before {
    opacity: 0.15;
}.cost_plan .study_cost::after {
    transition: transform 0.5s ease;
    border-radius: 50%;
    content: "";
    z-index: -1;
    background: rgb(166,104,135);
    height: 100px;
    position: absolute;
    opacity: 0.1;
    right: -30px;
    top: -30px;
    width: 100px;
}.cost_plan .learning_pricing:hover .study_cost::after {
    transform: scale(1.2);
}.cost_plan .learning_rates {
    display: flex;
    position: relative;
    flex-direction: column;
    z-index: 2;
    height: 100%;
}.cost_plan .learning_rates h4 {
    font-weight: 600;
    position: relative;
    padding-bottom: 12px;
    margin: 0 0 20px;
    display: inline-block;
    font-size: 18px;
    color: #ffffff;
}.cost_plan .learning_rates h4::after {
    left: 0;
    transition: width 0.3s ease;
    background: rgb(166,104,135);
    height: 2px;
    position: absolute;
    width: 40px;
    content: "";
    bottom: 0;
}.cost_plan .learning_pricing:hover .learning_rates h4::after {
    width: 60px;
}.cost_plan .learning_rates p {
    opacity: 0.85;
    color: #ffffff;
    margin: 0 0 25px;
    line-height: 1.5;
    font-size: calc(18px - 2px);
    flex-grow: 1;
    word-break: break-word;
    overflow-wrap: break-word;
    word-wrap: break-word;
}.cost_plan .learn_packs {
    font-weight: 700;
    padding: 15px 0 0;
    color: #ffffff;
    display: block;
    font-size: calc(18px + 4px);
    margin-top: auto;
    position: relative;
    border-top: 1px solid rgba(255,255,255,0.1);
}.cost_plan .learn_packs::before {
    top: -1px;
    width: 30%;
    background: rgb(166,104,135);
    position: absolute;
    height: 1px;
    content: "";
    left: 0;
}

@media (min-width: 992px) {.cost_plan .fee_deals {
    grid-template-columns: repeat(4, 1fr);
}.cost_plan .study_cost {
    padding: 35px 25px;
}.cost_plan h2 {
    font-size: calc(37px + 4px);
}
}

@media (min-width: 768px) and (max-width: 991px) {.cost_plan .fee_deals {
    grid-template-columns: repeat(2, 1fr);
}.cost_plan {
    padding: 100px 0;
}
}

@media (max-width: 767px) {.cost_plan {
    padding: 80px 0;
}.cost_plan .fee_deals {
    grid-template-columns: 1fr;
}.cost_plan h2 {
    font-size: calc(37px - 2px);
}.cost_plan .annual_plan {
    font-size: calc(18px - 1px);
    margin-bottom: 30px;
}.cost_plan .learning_rates p {
    max-height: 300px;
    padding-right: 10px;
    overflow-y: auto;
    font-size: calc(18px - 3px);
}.cost_plan .learning_rates p::-webkit-scrollbar {
    width: 3px;
}.cost_plan .learning_rates p::-webkit-scrollbar-thumb {
    background: rgb(166,104,135);
}
}

@media (max-width: 480px) {.cost_plan .study_cost {
    padding: 30px 20px;
}.cost_plan h2 {
    font-size: calc(37px - 4px);
}.cost_plan .learn_packs {
    font-size: calc(18px + 2px);
}}header {
    padding: 0;
    overflow: visible;
    z-index: 100;
    background: linear-gradient(135deg, rgb(154,151,186,0.5) 0%, rgb(226,219,230) 100%);
    position: relative;
    margin-top: 0;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
}header::before {
    position: absolute;
    width: 100%;
    background-image: 
        radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.3) 0%, transparent 8%),
        radial-gradient(circle at 70% 60%, rgba(255, 255, 255, 0.3) 0%, transparent 12%),
        radial-gradient(circle at 40% 80%, rgba(255, 255, 255, 0.3) 0%, transparent 10%),
        radial-gradient(circle at 80% 30%, rgba(255, 255, 255, 0.3) 0%, transparent 15%),
        radial-gradient(circle at 10% 70%, rgba(255, 255, 255, 0.3) 0%, transparent 8%);
    left: 0;
    content: '';
    z-index: 0;
    opacity: 0.4;
    height: 100%;
    top: 0;
}header::after {
    width: 100%;
    bottom: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(154,151,186,0.5), 
        transparent
    );
    left: 0;
    opacity: 0.6;
    height: 10px;
    content: '';
    position: absolute;
}header .head_know {
    display: flex;
    padding: 1.3rem 3rem;
    align-items: center;
    position: relative;
    z-index: 5;
    justify-content: space-between;
}header .nav_study {
    margin-right: 2rem;
    overflow: hidden;
    position: relative;
    transition: all 0.6s ease;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.15);
    flex: 0 0 auto;
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.5);
    border-radius: 50% 30% 60% 40% / 40% 50% 30% 50%;
}header .nav_study:hover {
    border-radius: 60% 40% 30% 70% / 50% 30% 60% 40%;
    box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.7), 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}header .nav_sitewrap {
    position: relative;
    display: block;
    transition: all 0.4s ease;
}header .nav_sitewrap img {
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
    max-height: 38px;
}header .main_mainbar {
    z-index: 2;
    margin: 0;
    list-style: none;
    display: flex;
    padding: 0;
    position: relative;
}header .main_mainbar::before {
    left: -5%;
    border-radius: 70% 30% 50% 40% / 40% 60% 30% 50%;
    height: 110%;
    top: -5%;
    background: linear-gradient(135deg, rgb(154,151,186,0.5) 0%, transparent 100%);
    transition: all 0.6s ease;
    z-index: -1;
    opacity: 0.1;
    width: 110%;
    content: '';
    position: absolute;
}header .main_mainbar:hover::before {
    opacity: 0.2;
    border-radius: 40% 60% 30% 70% / 60% 30% 70% 40%;
}header .top_expert {
    margin: 0 0.5rem;
    position: relative;
}header .top_expert a {
    text-decoration: none;
    border-radius: 60% 40% 40% 60% / 40% 50% 50% 60%;
    background: rgba(255, 255, 255, 0.1);
    color: #000000;
    font-size: 13px;
    padding: 0.8rem 1.3rem;
    position: relative;
    z-index: 1;
    justify-content: center;
    display: flex;
    overflow: hidden;
    transition: all 0.4s ease;
    align-items: center;
    font-weight: 600;
}header .top_expert a::before {
    height: 100%;
    transition: opacity 0.4s ease;
    position: absolute;
    opacity: 0;
    background: linear-gradient(135deg, rgb(154,151,186,0.5) 0%, rgb(166,104,135,0.5) 100%);
    width: 100%;
    border-radius: inherit;
    transform: scale(1.1);
    top: 0;
    content: '';
    left: 0;
    z-index: -1;
}header .top_expert a:hover {
    transform: translateY(-3px) scale(1.05);
    border-radius: 40% 60% 60% 40% / 60% 40% 60% 40%;
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}header .top_expert a:hover::before {
    opacity: 1;
    transform: scale(1);
}header .top_expert::after {
    transform: translateX(-50%) scale(0);
    border-radius: 50%;
    bottom: -8px;
    transition: transform 0.4s ease;
    opacity: 0.7;
    content: '';
    width: 6px;
    position: absolute;
    background: rgb(154,151,186);
    left: 50%;
    height: 6px;
}header .top_expert:hover::after {
    transform: translateX(-50%) scale(1);
}header .head_know::before {
    right: -100px;
    filter: blur(30px);
    width: 200px;
    content: '';
    border-radius: 50%;
    background: radial-gradient(circle, rgb(154,151,186,0.5) 0%, transparent 70%);
    opacity: 0.1;
    top: -100px;
    position: absolute;
    height: 200px;
}header .head_know::after {
    content: '';
    bottom: -75px;
    filter: blur(30px);
    border-radius: 50%;
    background: radial-gradient(circle, rgb(166,104,135,0.5) 0%, transparent 70%);
    height: 150px;
    width: 150px;
    left: -75px;
    opacity: 0.1;
    position: absolute;
}.header_pro {
    position: relative;
    padding-top: 2rem;
    background: rgb(226,219,230);
    z-index: 1;
}

@keyframes morphing {
    0%, 100% { border-radius: 60% 40% 30% 70% / 50% 30% 60% 40%; }
    33% { border-radius: 40% 60% 70% 30% / 30% 40% 30% 70%; }
    66% { border-radius: 30% 60% 70% 40% / 60% 30% 70% 40%; }
}

@media (min-width: 1400px) {header .head_know {
    max-width: 1320px;
    margin: 0 auto;
}header .top_expert {
    margin: 0 0.7rem;
}header .top_expert a {
    padding: 0.8rem 1.6rem;
}
}

@media (max-width: 991px) {header .head_know {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .nav_study {
    margin-right: 0;
    padding: 0.7rem;
    margin-bottom: 0;
}header .main_mainbar {
    flex-basis: 100%;
    margin-top: 1rem;
    justify-content: flex-end;
}header .top_expert a {
    padding: 0.6rem 1rem;
    font-size: calc(13px - 1px);
}header .main_mainbar::before {
    display: none;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .head_know {
    padding: 0.8rem 1.5rem;
}header .nav_study {
    max-width: 140px;
    padding: 0.6rem;
    border-radius: 40% 60% 50% 50% / 40% 50% 50% 40%;
}header .nav_sitewrap img {
    max-height: 35px;
}header .main_mainbar {
    margin-top: 0.8rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.5rem;
    justify-content: flex-start;
    scrollbar-width: thin;
}header .main_mainbar::-webkit-scrollbar {
    height: 3px;
}header .main_mainbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(154,151,186,0.5);
}header .top_expert {
    flex: 0 0 auto;
    margin: 0 0.2rem;
}header .top_expert a {
    white-space: nowrap;
    font-size: calc(13px - 2px);
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    padding: 0.5rem 0.8rem;
}header .top_expert::after {
    display: none;
}header::after {
    height: 5px;
}
}

@media (max-width: 479px) {header .head_know {
    padding: 0.7rem 1.2rem;
}header .nav_study {
    padding: 0.5rem;
    max-width: 120px;
}header .top_expert a {
    padding: 0.4rem 0.6rem;
    font-size: calc(13px - 3px);
}
}