.base_top_nav {
    flex: 1 0 auto;
}

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

a {
    color: inherit;
    text-decoration: none;
}

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

html,body {
    scroll-behavior: auto;
    color: #000000;
    min-height: 100%;
    font-family: Arial, sans-serif;
    height: 100%;
}

.base_meet_us::after {
    width: 100%;
    right: -50%;
    background: radial-gradient(circle at center, rgb(133,151,183,0.5) 0%, transparent 60%);
    position: absolute;
    height: 200%;
    animation: shimmer 15s infinite alternate;
    transform: rotate(45deg);
    content: "";
    top: -50%;
    z-index: 2;
    pointer-events: none;
    opacity: 0.15;
}

.base_meet_us .base_description_card::after {
    width: 120px;
    height: 120px;
    right: 20px;
    border: 2px solid rgb(133,151,183,0.5);
    z-index: -1;
    content: "";
    transform: rotate(45deg);
    position: absolute;
    top: 20px;
    opacity: 0.2;
    animation: rotate 30s linear infinite;
}

.base_meet_us h1::after {
    content: "";
    left: 0;
    transition: width 0.4s ease;
    position: absolute;
    bottom: -10px;
    width: 40%;
    height: 3px;
    background-color: rgb(133,151,183);
}

.base_meet_us span {
    hyphens: auto;
    color: #000000;
    column-gap: 2.5rem;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    font-size: 14px;
    padding-left: 0;
    display: block;
    position: relative;
    column-count: 2;
    text-align: justify;
}

.base_mentorship_experience::after {
    right: -5%;
    z-index: -1;
    filter: blur(40px);
    content: "";
    width: 300px;
    transform: translate3d(0, 0, 0);
    height: 300px;
    position: absolute;
    top: -5%;
    opacity: 0.4;
    background: radial-gradient(circle, rgb(133,151,183,0.5) 0%, transparent 70%);
}

.base_mentorship_experience .base_feedback_stars::before {
    width: 150px;
    z-index: 0;
    content: "";
    opacity: 0.2;
    right: 0;
    height: 150px;
    top: 0;
    background: linear-gradient(135deg, transparent 50%, rgb(133,151,183,0.5) 50%);
    position: absolute;
}

.base_mentorship_experience .base_img_show::after {
    left: 0;
    position: absolute;
    height: 100%;
    background: linear-gradient(to bottom, rgba(rgb(172,186,217), 0.1), transparent);
    top: 0;
    content: "";
    width: 100%;
    z-index: 1;
}

.base_mentorship_experience .name::after {
    background: rgb(172,186,217);
    transition: width 0.3s ease;
    height: 3px;
    width: 40px;
    position: absolute;
    bottom: -5px;
    left: 0;
    content: "";
}

.base_mentorship_experience .base_career_details {
    line-height: 1.7;
    position: relative;
    color: #000000;
    font-size: 15px;
    padding-left: 1.5rem;
    margin: 0;
}

.base_data_exploration::before {
    width: 100%;
    top: 0;
    position: absolute;
    height: 100%;
    content: "";
    left: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(rgb(172,186,217,0.5), 0.15) 0%, transparent 5%),
        radial-gradient(circle at 80% 70%, rgba(rgb(172,186,217,0.5), 0.1) 0%, transparent 8%),
        radial-gradient(circle at 40% 80%, rgba(rgb(172,186,217,0.5), 0.12) 0%, transparent 6%),
        radial-gradient(circle at 60% 20%, rgba(rgb(172,186,217,0.5), 0.08) 0%, transparent 7%);
    z-index: 0;
    pointer-events: none;
}

.base_data_exploration .base_fast_statistics:nth-child(2) {
    animation-delay: 0.35s;
}

.base_data_exploration .base_fast_statistics:nth-child(4) {
    animation-delay: 0.65s;
}

.base_data_exploration .base_fast_statistics:nth-child(6) {
    animation-delay: 0.95s;
}

.base_data_exploration .base_fast_statistics::before {
    left: -10px;
    top: -10px;
    right: -10px;
    content: "";
    background: linear-gradient(135deg, 
        rgba(rgb(172,186,217,0.5), 0.15) 0%, 
        rgba(rgb(172,186,217,0.5), 0.05) 100%);
    border-radius: inherit;
    opacity: 0;
    transition: opacity 0.4s ease;
    position: absolute;
    z-index: -1;
    bottom: -10px;
}

.base_data_exploration .base_fast_statistics:hover::before {
    opacity: 1;
}

.base_data_exploration .base_fast_statistics:hover span {
    transform: translateY(-2px);
}

.base_data_exploration .base_fast_statistics:hover p {
    transform: scale(1.1);
}

.base_data_exploration .base_fast_statistics::after {
    background: linear-gradient(135deg, 
        rgba(rgb(172,186,217,0.5), 0.08) 0%, 
        rgba(rgb(172,186,217,0.5), 0.01) 100%);
    height: 50px;
    z-index: 0;
    content: "";
    border-radius: 50%;
    opacity: 0;
    position: absolute;
    width: 50px;
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.base_sign_up_now .base_academy_learnings {
    z-index: 10;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin: 0 auto;
    position: relative;
    max-width: 800px;
}

.base_sign_up_now .base_inquiry_grid {
    font-weight: 600;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    z-index: 5;
    padding: 20px 40px;
    align-self: flex-end;
    overflow: hidden;
    background: rgb(172,186,217);
    border-radius: 18px 0 18px 18px;
    font-size: 17px;
    position: relative;
    transition: all 0.4s ease;
    color: #ffffff;
}

.base_sign_up_now .base_inquiry_grid:hover::after {
    transform: translateX(0);
}

.base_sign_up_now .base_academy_learnings::after {
    z-index: -1;
    bottom: -30px;
    width: 100px;
    height: 100px;
    content: '';
    border-radius: 50%;
    position: absolute;
    opacity: 0.2;
    right: -30px;
    background: rgb(133,151,183,0.5);
}

.base_program_details::before {
    z-index: 0;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    background: 
    radial-gradient(circle at 20% 30%, rgba(rgb(172,186,217,0.5), 0.08) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(rgb(133,151,183,0.5), 0.06) 0%, transparent 40%);
    left: 0;
    position: absolute;
}

.base_program_details .base_description_card {
    padding: 30px;
    background: #ffffff;
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.7s ease;
    position: relative;
    box-shadow: 0 15px 30px -10px rgba(rgba(0, 0, 0, 0.5), 0.1);
    transform: perspective(1000px) rotateY(1deg) translateZ(0);
}

.base_program_details .description {
    font-family: Arial, sans-serif;
    color: #000000;
    margin: 0 0 20px;
    line-height: 1.7;
    font-weight: 400;
    opacity: 0.9;
    font-size: 12px;
    transition: opacity 0.3s ease;
}

.base_program_details .base_description_card:hover::before {
    transform: scaleY(1);
}

.base_support {
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
    background: rgb(217,224,240);
}

.base_support::after {
    left: -50%;
    background: 
    radial-gradient(circle at 70% 30%, rgb(172,186,217,0.5) 0%, transparent 10%),
    radial-gradient(circle at 30% 70%, rgb(133,151,183,0.5) 0%, transparent 10%),
    radial-gradient(circle at 50% 50%, #ffffff 0%, transparent 100%);
    content: "";
    opacity: 0.05;
    position: absolute;
    z-index: 0;
    animation: rotateBg 40s infinite linear;
    width: 200%;
    top: -50%;
    transform-origin: center;
    height: 200%;
}

.base_support .base_connect_today p:last-of-type svg {
    margin-right: 12px;
    height: 22px;
    fill: rgb(172,186,217);
    width: 22px;
}

.base_support .base_get_connected {
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
}

.base_support .base_edu_mentor:hover::after {
    opacity: 1;
}

.base_support .base_edu_mentor:hover {
    box-shadow: 0 15px 25px rgba(rgb(172,186,217), 0.2);
    border-color: rgb(172,186,217);
    background-color: rgb(172,186,217);
    transform: translateY(-5px);
}

.base_support .base_edu_mentor:hover svg {
    fill: #ffffff;
}

.base_tariff_plan {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}

.base_cost_deals {
    position: relative;
}

.base_tariff_plan h2 {
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
    transform: translateY(0);
    text-align: center;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.6s ease;
    color: #ffffff;
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 29px;
    position: relative;
    letter-spacing: 0.5px;
    opacity: 1;
}

.base_tariff_plan .base_fee_choices li {
    margin: 0;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.base_tariff_plan .base_rate_packages {
    text-decoration: none;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    overflow: hidden;
    backdrop-filter: blur(10px);
    height: 100%;
    background: linear-gradient(145deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.02) 100%);
    border: 1px solid rgba(255,255,255,0.1);
    position: relative;
    transition: all 0.4s ease;
    -webkit-backdrop-filter: blur(10px);
    display: block;
}

.base_tariff_plan .base_rate_packages:hover .base_learn_sub h4::after {
    width: 60px;
}

.base_tariff_plan .base_learn_sub p {
    flex-grow: 1;
    position: relative;
    font-size: 18px;
    transition: color 0.3s ease;
    margin-bottom: 30px;
    line-height: 1.6;
    color: rgba(255,255,255,0.85);
}

.base_tariff_plan .base_rate_packages:hover .base_payment_option {
    transform: scale(1.05);
}

.base_cookie_overlay_dialog {
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    border-top: 3px solid rgb(172,186,217);
    position: fixed;
    background: rgb(217,224,240);
    width: 100%;
    bottom: 0;
    padding: 20px 0;
    z-index: 90;
}

#base_cookieDialogWindow {
    display: none;
}

.base_cookie_overlay_dialog p {
    color: #000000;
    max-width: 500px;
    font-size: 14px;
}

.base_cookies_consent svg, .base_cookies_consent svg path {
    fill: rgb(172,186,217);
    height: 80px;
    width: 80px;
}

.cookie_button.base_data_approve {
    background: rgb(133,151,183);
}

.base_cookie_overlay_dialog p a {
    text-decoration: underline;
    color: rgb(172,186,217);
    font-weight: 700;
}

.base_wrapper-viewport .base_cookie_user {
    font-weight: 600;
    margin-left: 0;
    border-radius: 10px;
    background: rgb(172,186,217);
    color: #ffffff;
    border: none;
    font-size: 20px;
}

.base_stats_tool::before {
    clip-path: polygon(0 0, 100% 0, 96% 100%, 4% 100%);
    left: 0;
    position: absolute;
    height: 15px;
    top: 0;
    background: rgb(172,186,217);
    width: 100%;
    content: "";
}

.base_stats_tool .company_holder h3 {
    letter-spacing: 1px;
    margin: 0 0 1.5rem;
    font-weight: 700;
    color: #ffffff;
    position: relative;
    padding-bottom: 1rem;
    font-size: 33px;
    transform: skewX(-10deg);
    text-transform: uppercase;
}

.base_stats_tool .base_cert_display {
    flex: 0 0 60%;
    flex-wrap: wrap;
    display: flex;
    gap: 0;
}

.base_stats_tool .base_header_main {
    position: relative;
    padding: 0 1rem 2rem 1rem;
    flex: 0 0 50%;
}

.base_stats_tool .base_header_main .base_nav_class {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.base_stats_tool .base_header_main .base_nav_class a {
    transition: all 0.3s ease;
    padding: 0.7rem 1rem;
    overflow: hidden;
    color: #ffffff;
    font-size: 15px;
    display: block;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    transform: skewX(-5deg);
}

.base_leaderboard .container {
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.base_title_section {
    position: relative;
    overflow: hidden;
    justify-content: center;
    min-height: 100vh;
    align-items: center;
    display: flex;
    padding: 2rem;
    background: linear-gradient(135deg, rgb(172,186,217,0.5), rgb(133,151,183));
}

.base_title_section .base_page_home {
    gap: 2rem;
    grid-template-columns: 1fr;
    width: 100%;
    display: grid;
    position: relative;
    max-width: 1200px;
    transform: translateY(-2%);
    z-index: 2;
}

.base_title_section .base_story_tl {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 95% 100%, 0 100%);
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.2, 0.85, 0.4, 1.5);
}

.base_title_section .base_story_tl > div::before {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    content: "";
    left: 0;
    background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
    height: 100%;
}

.base_title_section .base_story_tl > div > div > div {
    animation-delay: 0.3s;
    animation: fadeUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    opacity: 0;
    transform: translateY(10px);
}

.base_title_section .title_style_header::after {
    background: linear-gradient(to right, rgb(172,186,217), rgb(133,151,183));
    width: 80px;
    left: 0;
    transition: width 0.5s ease;
    position: absolute;
    height: 6px;
    bottom: 0;
    content: "";
}

.base_contact_section::after {
    content: "";
    width: 100%;
    left: 0;
    z-index: 0;
    opacity: 0.6;
    background: radial-gradient(
        circle at 20% 30%, 
        rgba(rgb(172,186,217), 0.15) 0%, 
        transparent 50%
    ), radial-gradient(
        circle at 80% 70%, 
        rgba(rgb(133,151,183), 0.15) 0%, 
        transparent 50%
    );
    height: 100%;
    position: absolute;
    top: 0;
}

.base_contact_section .base_reach_widget {
    gap: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 60px;
    position: relative;
}

.base_contact_section .base_reach_widget::after {
    position: absolute;
    right: -8px;
    bottom: -8px;
    width: 100%;
    z-index: -1;
    content: "";
    border: 1px solid rgba(rgb(133,151,183), 0.2);
    border-radius: 24px;
    height: 100%;
}

.base_contact_section .base_img_show::after {
    border-top: 2px solid rgba(rgb(172,186,217), 0.6);
    width: 60px;
    position: absolute;
    right: 20px;
    content: "";
    height: 60px;
    border-right: 2px solid rgba(rgb(172,186,217), 0.6);
    top: 20px;
    z-index: 2;
}

.base_contact_section form {
    width: 100%;
}

.base_contact_section form h3 {
    font-weight: 600;
    font-family: Arial, sans-serif;
    margin-bottom: 30px;
    position: relative;
    padding-left: 20px;
    color: #ffffff;
    font-size: 19px;
}

.base_contact_section form input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.base_contact_section .base_request_box {
    align-items: flex-start;
    margin-bottom: 30px;
    display: flex;
}

.base_contact_section .base_request_box label::before {
    background: rgba(255, 255, 255, 0.05);
    position: absolute;
    width: 22px;
    border-radius: 10px;
    left: 0;
    height: 22px;
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    top: 2px;
}

.base_contact_section .base_request_box label a:hover {
    color: rgb(133,151,183);
}

.base_contact_section form .base_inquiry_grid {
    border-radius: 10px;
    overflow: hidden;
    padding: 16px 40px;
    border: none;
    font-weight: 600;
    display: inline-block;
    z-index: 1;
    cursor: pointer;
    position: relative;
    color: #ffffff;
    transition: all 0.4s ease;
    font-size: 15px;
    background: linear-gradient(45deg, rgb(172,186,217), rgb(133,151,183));
    font-family: Arial, sans-serif;
}

header .base_head_page {
    gap: 2rem;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
}

header .base_main_mainwrap {
    background: linear-gradient(135deg, rgb(172,186,217,0.5), rgb(133,151,183,0.5));
    align-items: center;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: flex;
    border-radius: 21px;
    transition: all 0.3s ease;
    padding: 0.5rem 1.5rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

header .base_header_main {
    width: 100%;
    display: flex;
    max-width: 800px;
    margin-top: 0.5rem;
    flex-wrap: wrap;
    gap: 0.6rem;
    justify-content: center;
}

header .base_header_train:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    color: rgb(172,186,217);
}

header .base_header_train:hover::before {
    transform: scaleX(1);
}

.base_tyArea {
    background: linear-gradient(135deg, rgb(217,224,240) 0%, rgb(172,186,217,0.5) 100%);
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    padding: 4rem 0;
    overflow: hidden;
}

.base_tyArea .container {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 15px;
}

.base_tyArea .base_academy_learnings {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.95));
    padding: 3rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    transform-origin: center bottom;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    flex-direction: column;
    display: flex;
    border-left: 4px solid rgb(172,186,217);
}

.base_tyArea a:hover {
    transform: translateY(-3px);
}

.base_tyArea a:hover::before {
    opacity: 0.05;
    transform: translateY(0);
}

.base_privacy_redoubt {
    background-color: rgb(217,224,240);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    padding: 2rem;
    transition: background-color 0.3s ease, color 0.3s ease;
    color: #000000;
    font-family: Arial, sans-serif;
}

.base_privacy_redoubt ul,
.base_privacy_redoubt ol {
    margin-top: 1rem;
    padding-left: 1.5rem;
    list-style: none;
    margin-bottom: 1rem;
}

.base_privacy_redoubt p {
    line-height: 1.8;
    margin-bottom: 1rem;
    font-size: 12px;
}

.base_privacy_redoubt div {
    margin-bottom: 1.5rem;
}

header .top_plank .base_nav_control div svg, header .top_plank .base_nav_control div svg path {
    fill: #ffffff;
}

header .top_plank .base_nav_control div img, header .top_plank .base_nav_control div svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}


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



@media (max-width: 768px) {.base_meet_us {
    padding: 60px 0;
}.base_meet_us .base_description_card {
    padding: 2rem;
}.base_meet_us h1 {
    font-size: calc(38px * 0.8);
}.base_meet_us span {
    column-count: 1;
    font-size: calc(14px * 0.9);
}.base_meet_us .base_description_card::after {
    width: 80px;
    right: 15px;
    height: 80px;
    top: 15px;
}
}



@media (min-width: 768px) {.base_mentorship_experience .base_feedback_stars {
    grid-template-rows: auto 1fr;
    grid-template-areas:
            "photo info"
            "quote quote";
    gap: 2rem 3rem;
    grid-template-columns: auto 1fr;
}.base_mentorship_experience .base_feedback_stars > div:nth-child(1) {
    grid-area: photo;
}.base_mentorship_experience .base_feedback_stars > div:nth-child(2) {
    grid-area: info;
    align-self: center;
}.base_mentorship_experience .base_feedback_stars > div:nth-child(3) {
    grid-area: quote;
}.base_mentorship_experience .base_img_show {
    width: 160px;
    height: 160px;
}
}



@media (hover: hover) {.base_mentorship_experience .base_feedback_stars {
    cursor: default;
}.base_mentorship_experience .base_feedback_stars::after {
    height: 100%;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.1), transparent);
    left: 0;
    transform: translateX(-100%);
    transition: transform 0.8s ease;
    width: 100%;
    top: 0;
    content: "";
    position: absolute;
}.base_mentorship_experience .base_feedback_stars:hover::after {
    transform: translateX(100%);
}}



@media screen and (max-width: 575px) {.base_data_exploration {
    padding: 4rem 1rem;
}.base_data_exploration h3 {
    margin-bottom: 2.5rem;
    font-size: calc(28px * 0.9);
}.base_data_exploration ul {
    gap: 1.8rem;
    grid-template-columns: 1fr;
}.base_data_exploration .base_fast_statistics {
    padding: 1.8rem 1.2rem;
}.base_data_exploration .base_fast_statistics p {
    font-size: calc(28px * 1.1);
}}



@media (min-width: 768px) {.base_program_details .base_job_skills {
    align-items: center;
    grid-template-columns: 45% 55%;
}.base_program_details .base_img_show {
    clip-path: polygon(0 0, 100% 5%, 95% 100%, 5% 95%);
    height: 500px;
}.base_program_details .base_description_card {
    margin-left: -80px;
    z-index: 2;
    padding: 50px 50px 50px 80px;
}.base_program_details h3 {
    font-size: 19px;
}
}



@media (max-width: 767px) {.base_program_details {
    padding: 70px 0;
}.base_program_details .base_img_show {
    margin-bottom: -20px;
    height: 250px;
}.base_program_details .base_description_card {
    padding: 25px;
}.base_program_details h3 {
    margin-bottom: 15px;
    font-size: calc(19px * 0.9);
    padding-bottom: 10px;
}.base_program_details .description {
    line-height: 1.6;
    font-size: calc(12px * 0.95);
}
}



@media (max-width: 992px) {.base_tariff_plan {
    padding: 90px 0;
}.base_tariff_plan .base_fee_choices {
    grid-template-columns: repeat(2, 1fr);
}.base_tariff_plan .base_pricing_card {
    padding: 30px 25px;
}
}



@media (max-width: 480px) {.base_tariff_plan {
    padding: 60px 0;
}.base_tariff_plan h2 {
    font-size: calc(29px - 6px);
}.base_tariff_plan .base_learn_sub h4 {
    font-size: 23px;
}.base_tariff_plan .base_learn_sub p {
    font-size: calc(18px - 1px);
}}


@media only screen and (max-width: 800px) {.base_cookies_consent {
    display: none;
}.base_cookie_explained {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
}.base_cookie_overlay_dialog h5, .base_cookie_overlay_dialog p {
    text-align: center;
}.base_cookie_check {
    margin-bottom: 20px;
}.base_cookie_user {
    margin-top: 10px;
    max-width: 300px;
    margin-left: 0;
    width: 100%;
}}



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



@media (min-width: 992px) {.base_title_section {
    padding: 4rem;
}.base_title_section .base_page_home {
    grid-template-columns: 0.35fr 0.65fr;
}.base_title_section .base_page_home > div:first-child {
    transform: translateX(-10%);
    padding: 2rem;
}.base_title_section .base_story_tl > div {
    min-height: 550px;
}.base_title_section .title_style_header::after {
    height: 8px;
}
}



@media screen and (max-width: 767px) {.base_contact_section {
    padding: 70px 0;
}.base_contact_section h2 {
    font-size: calc(33px * 0.9);
}.base_contact_section .base_img_show {
    min-height: 350px;
}.base_contact_section .base_img_show::after,
    .base_contact_section .base_reach_panel::before {
    height: 40px;
    width: 40px;
}
}



@media (max-width: 767px) {header .base_head_page {
    gap: 1.5rem;
}header .base_main_mainwrap {
    padding: 0.4rem 1rem;
}header .base_main_mainwrap svg {
    width: 130px;
}header .base_header_main {
    gap: 0.5rem;
}header .base_header_train {
    font-size: calc(15px - 1px);
    padding: 0.5rem 0.9rem;
}
}



@media (min-width: 768px) {.base_tyArea {
    padding: 6rem 0;
}.base_tyArea .base_academy_learnings {
    border-left: 6px solid rgb(172,186,217);
    padding: 4rem;
}.base_tyArea .base_academy_learnings > div:first-child {
    margin-bottom: 2rem;
}.base_tyArea .base_academy_learnings > div:first-child::after {
    width: 6rem;
    height: 4px;
}.base_tyArea .base_academy_learnings:hover > div:first-child::after {
    width: 12rem;
}
}


@media only screen and (max-width: 800px) {.base_privacy_redoubt {
    padding: 1rem;
    border-radius: 10px;
}.base_privacy_redoubt h1 {
    font-size: calc(21px - 0.5rem);
}.base_privacy_redoubt h2 {
    font-size: calc(21px - 0.5rem);
}.base_privacy_redoubt p,
    .base_privacy_redoubt li {
    font-size: calc(12px - 0.2rem);
}}



@keyframes rotate {
    0% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(405deg);
    }
}



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

@keyframes gridMove {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 40px 0, 0 40px;
    }
}

