* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}.baseleaderboard {
    flex: 0 0 auto;
}.basewrap-container {
    display: flex;
    min-height: 100%;
    height: 100%;
    flex-direction: column;
}.basetop_prime {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}::-webkit-scrollbar {
    width: 16px;
}::-webkit-scrollbar-track {
    box-shadow: inset -2px 1px 12px 0px rgba(0, 0, 0, 0.1);
    background: rgb(255, 255, 255, 0.5);
    border-radius: 1.9vw;
}::-webkit-scrollbar-thumb {
    border-radius: 13.5em;
    background: linear-gradient(198deg, rgb(255, 255, 255, 0.5) 87%, rgb(133,142,135,0.5) 87%, rgb(176,188,186) 14%, rgb(176,188,186,0.5) 88%, rgb(225,224,204) 47%);
    transition: background, box-shadow, border-radius 3.9s ease;
    border: 1px solid rgb(176,188,186);
    box-shadow: -1px -5px 13px 6px rgba(0, 0, 0, 0.2);
}::-webkit-scrollbar-thumb:hover {
    background: rgb(133,142,135);
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
}::-webkit-scrollbar-thumb:active {
    background: rgb(133,142,135,0.5);
    transform: translateY(1px);
    box-shadow: inset -1px 5px 9px 7px rgba(0, 0, 0, 0.2);
}* {
    scrollbar-color: rgb(176,188,186) rgb(255, 255, 255, 0.5);
    scrollbar-width: none;
}a {
    text-decoration: none;
    color: inherit;
}html,body {
    min-height: 100%;
    height: 100%;
    color: #000000;
    scroll-behavior: smooth;
    font-family: Arial, sans-serif;
}.container {
    width: 1239px;
    max-width: 100%;
    margin: auto;
}svg {
    height: 30px;
    width: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header .basenav_primary {
    padding: 1.5rem;
    align-items: center;
    background: linear-gradient(to right, rgb(133,142,135) 0%, rgb(176,188,186,0.5) 100%);
    display: flex;
    overflow: hidden;
    z-index: 99;
    border-radius: 0;
    position: relative;
    box-shadow: 0 0 20px 2px rgb(176,188,186,0.5);
    justify-content: space-between;
    width: 100%;
    left: 0;
}header .basenav_primary::before {
    height: 200%;
    animation: backgroundShift 20s linear infinite;
    top: -50%;
    background-size: 15px 15px;
    width: 200%;
    content: "";
    z-index: -1;
    opacity: 0.3;
    background: radial-gradient(circle, rgb(133,142,135,0.5) 1%, transparent 10%);
    position: absolute;
    left: -50%;
}header .basenav_primary::after {
    background: linear-gradient(45deg, transparent 48%, rgb(133,142,135) 49%, rgb(133,142,135) 51%, transparent 52%);
    background-size: 200% 200%;
    z-index: -1;
    opacity: 0.1;
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    content: "";
    width: 100%;
    animation: gradientSlide 5s ease infinite;
}header .basenav_primary .baseheader_tutor {
    overflow: visible;
    position: relative;
}header .basenav_primary .baseheader_tutor::after {
    box-shadow: 0 0 8px 2px rgb(133,142,135);
    content: "";
    background: rgb(133,142,135);
    width: 100%;
    animation: neonPulse 3s infinite alternate;
    transform: scaleX(0);
    position: absolute;
    transform-origin: left;
    bottom: -8px;
    height: 2px;
    left: 0;
}header .basenav_primary .baseheader_tutor .baseheader_train {
    position: relative;
    transform: perspective(800px) rotateY(0deg);
    display: block;
    transition: all 0.5s ease;
}header .basenav_primary .baseheader_tutor .baseheader_train:hover {
    transform: perspective(800px) rotateY(15deg);
}header .basenav_primary .baseheader_tutor svg {
    height: auto;
    width: 120px;
    filter: drop-shadow(0 0 5px rgb(133,142,135,0.5));
}header .basenav_primary .basenav_begin {
    position: relative;
    list-style: none;
    perspective: 800px;
    margin: 0;
    padding: 0;
    display: flex;
}header .basenav_primary .basenav_begin::before {
    height: 2px;
    background: rgb(176,188,186);
    transform: scaleX(0.5);
    left: 0;
    animation: neonPulse 4s infinite alternate-reverse;
    position: absolute;
    width: 100%;
    box-shadow: 0 0 10px 2px rgb(176,188,186);
    top: 105%;
    content: "";
}header .basenav_primary .basetop_navbar {
    transition: transform 0.3s ease;
    transform: translateZ(0);
    margin: 0 0.5rem;
    transform-style: preserve-3d;
    position: relative;
}header .basenav_primary .basetop_navbar:hover {
    transform: translateZ(20px);
}header .basenav_primary .basetop_navbar a {
    padding: 0.5rem 1rem;
    font-weight: 600;
    font-size: 18px;
    color: #ffffff;
    position: relative;
    display: block;
    border: 1px solid transparent;
    transition: color 0.3s ease, text-shadow 0.3s ease;
    font-family: Arial, sans-serif;
    text-decoration: none;
}header .basenav_primary .basetop_navbar a::before {
    content: "";
    height: 100%;
    transform: scale(0.9);
    transition: opacity 0.3s ease, transform 0.3s ease;
    background: rgb(176,188,186,0.5);
    opacity: 0;
    z-index: -1;
    position: absolute;
    width: 100%;
    top: 0;
    border-radius: 10px;
    left: 0;
}header .basenav_primary .basetop_navbar a:hover {
    text-shadow: 0 0 5px rgb(133,142,135,0.5);
    border: 1px solid rgb(133,142,135,0.5);
    color: rgb(133,142,135);
}header .basenav_primary .basetop_navbar a:hover::before {
    transform: scale(1);
    opacity: 0.2;
}

@keyframes neonPulse {
  0% {
    opacity: 0.6;
    transform: scaleX(0.5);
  }
  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes backgroundShift {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(50%, 50%);
  }
}

@keyframes gradientSlide {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}

@media (max-width: 992px) {header .basenav_primary {
    margin-left: calc(-50vw + 50%);
    box-sizing: border-box;
    width: 100vw;
    padding: 1rem;
    flex-direction: column;
}header .basenav_primary .baseheader_tutor {
    margin-bottom: 1.5rem;
}header .basenav_primary .basenav_begin {
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}header .basenav_primary .basenav_begin::before {
    top: auto;
    bottom: -10px;
}header .basenav_primary .basetop_navbar {
    margin: 0.25rem 0.5rem;
}
}

@media (max-width: 576px) {header .basenav_primary {
    padding: 0.75rem;
}header .basenav_primary .basenav_begin {
    flex-direction: column;
    align-items: center;
}header .basenav_primary .basetop_navbar {
    text-align: center;
    width: 100%;
    margin: 0.25rem 0;
}header .basenav_primary .baseheader_tutor svg {
    width: 100px;
}header .basenav_primary .baseheader_tutor::after {
    width: 80%;
    left: 10%;
}}.baseattempt_now {
    background: linear-gradient(170deg, rgb(225,224,204) 0%, rgb(176,188,186,0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 110px 0;
}.baseattempt_now::before {
    top: 0;
    content: '';
    background: 
        linear-gradient(90deg, transparent 98%, rgb(176,188,186,0.5) 98%),
        linear-gradient(0deg, transparent 98%, rgb(176,188,186,0.5) 98%);
    background-size: 30px 30px;
    width: 100%;
    z-index: 1;
    height: 100%;
    opacity: 0.4;
    position: absolute;
    left: 0;
}.baseattempt_now .baseonline_mastery {
    align-items: center;
    position: relative;
    justify-content: space-between;
    z-index: 10;
    display: flex;
}.baseattempt_now .container p {
    font-size: 30px;
    font-weight: 700;
    position: relative;
    color: #000000;
    border-left: 4px solid rgb(176,188,186);
    line-height: 1.4;
    padding: 0 30px;
    margin: 0;
    flex: 0 0 65%;
    z-index: 5;
}.baseattempt_now .baseconnect_links {
    z-index: 5;
    align-items: center;
    font-size: 15px;
    justify-content: center;
    flex: 0 0 30%;
    color: #000000;
    background: transparent;
    position: relative;
    display: flex;
    text-decoration: none;
    font-weight: 700;
    height: 80px;
    transition: all 0.4s ease;
}.baseattempt_now .baseconnect_links::before,
.baseattempt_now .baseconnect_links::after {
    border: 2px solid rgb(176,188,186);
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all 0.4s ease;
    content: '';
}.baseattempt_now .baseconnect_links::before {
    left: -8px;
    top: -8px;
    border-right: none;
    border-bottom: none;
}.baseattempt_now .baseconnect_links::after {
    border-left: none;
    right: -8px;
    bottom: -8px;
    border-top: none;
}.baseattempt_now .baseconnect_links:hover {
    color: rgb(176,188,186);
}.baseattempt_now .baseconnect_links:hover::before {
    left: 0;
    top: 0;
}.baseattempt_now .baseconnect_links:hover::after {
    right: 0;
    bottom: 0;
}.baseattempt_now::after {
    height: 100%;
    z-index: 1;
    background:
        linear-gradient(135deg, transparent 50%, rgb(176,188,186,0.5) 50%);
    width: 100%;
    position: absolute;
    top: 0;
    opacity: 0.1;
    right: 0;
    content: '';
}.baseattempt_now .baseonline_mastery::before {
    background: rgb(176,188,186,0.5);
    width: 150px;
    content: '';
    top: -75px;
    position: absolute;
    z-index: -1;
    filter: blur(30px);
    opacity: 0.2;
    height: 150px;
    left: -75px;
    border-radius: 50%;
}.baseattempt_now .baseonline_mastery::after {
    height: 200px;
    right: -100px;
    filter: blur(40px);
    content: '';
    border-radius: 50%;
    background: rgb(133,142,135,0.5);
    opacity: 0.2;
    position: absolute;
    z-index: -1;
    width: 200px;
    bottom: -100px;
}

@media (max-width: 991px) {.baseattempt_now {
    padding: 90px 0;
}.baseattempt_now .container p {
    font-size: calc(21px * 1.2);
    padding: 0 25px;
}.baseattempt_now .baseconnect_links {
    height: 70px;
}
}

@media (max-width: 767px) {.baseattempt_now {
    padding: 70px 0;
}.baseattempt_now .baseonline_mastery {
    gap: 40px;
    flex-direction: column;
}.baseattempt_now .container p {
    width: 100%;
    padding: 0 20px;
    font-size: 21px;
    flex: none;
    margin-bottom: 10px;
    text-align: left;
}.baseattempt_now .baseconnect_links {
    flex: none;
    height: 60px;
    width: 80%;
}
}

@media (max-width: 480px) {.baseattempt_now {
    padding: 50px 0;
}.baseattempt_now .container p {
    font-size: calc(15px * 1.2);
    padding: 0 15px;
}.baseattempt_now .baseconnect_links {
    width: 100%;
    font-size: calc(15px * 0.9);
    height: 50px;
}.baseattempt_now .baseconnect_links::before {
    left: -5px;
    top: -5px;
}.baseattempt_now .baseconnect_links::after {
    bottom: -5px;
    right: -5px;
}}.basepricing_offer {
    position: relative;
    overflow: hidden;
    padding: 7rem 0;
    background: #ffffff;
}.basepricing_offer::before {
    filter: blur(30px);
    right: -100px;
    z-index: 1;
    top: -150px;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    animation: float 15s ease-in-out infinite alternate;
    content: '';
    opacity: 0.6;
    height: 400px;
    background: linear-gradient(135deg, rgb(176,188,186,0.5), transparent);
    width: 400px;
    position: absolute;
}.basepricing_offer::after {
    height: 300px;
    bottom: -100px;
    opacity: 0.5;
    background: linear-gradient(135deg, rgb(133,142,135,0.5), transparent);
    animation: float 18s ease-in-out infinite alternate-reverse;
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    position: absolute;
    filter: blur(25px);
    left: -50px;
    content: '';
    width: 300px;
    z-index: 1;
}.basepricing_offer .container {
    max-width: 1200px;
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
    z-index: 2;
}.basepricing_offer .basepackage_pricing {
    display: flex;
    flex-direction: column;
}.basepricing_offer .baselearning_fees {
    text-align: center;
    animation: fadeUp 0.8s ease-out 0.2s forwards;
    margin-bottom: 3rem;
    transform: translateY(20px);
    opacity: 0;
}.basepricing_offer .baselearning_fees h2 {
    font-size: 38px;
    display: inline-block;
    color: #000000;
    font-weight: 700;
    position: relative;
    margin-bottom: 1rem;
}.basepricing_offer .baselearning_fees h2::after {
    position: absolute;
    height: 3px;
    left: 50%;
    bottom: -10px;
    content: '';
    width: 80px;
    transform: translateX(-50%);
    background: rgb(176,188,186);
}.basepricing_offer .basefee_chart {
    line-height: 1.6;
    max-width: 700px;
    color: #000000;
    font-size: 13px;
    margin: 1.5rem auto 0;
}.basepricing_offer .basefee_plans {
    margin-top: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
    display: grid;
}.basepricing_offer .baserate_card {
    opacity: 0;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    animation: fadeUp 0.8s ease-out 0.4s forwards;
    text-decoration: none;
    display: block;
    transform: translateY(30px);
}.basepricing_offer .baserate_card:nth-child(2) {
    animation-delay: 0.5s;
}.basepricing_offer .baserate_card:nth-child(3) {
    animation-delay: 0.6s;
}.basepricing_offer .baserate_card:nth-child(4) {
    animation-delay: 0.7s;
}.basepricing_offer .baserate_card:hover {
    transform: translateY(-10px);
}.basepricing_offer .baseedu_packages {
    height: 100%;
    display: flex;
    border-radius: 4px;
    flex-direction: column;
    position: relative;
    transition: all 0.4s ease;
    background: linear-gradient(140deg, #ffffff, #f8f9fa);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06), 
                0 5px 15px rgba(0, 0, 0, 0.04);
    overflow: hidden;
}.basepricing_offer .baserate_card:hover .baseedu_packages {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 10px 20px rgba(0, 0, 0, 0.08);
}.basepricing_offer .baselearn_fees {
    display: flex;
    padding: 2.5rem 2rem;
    flex-grow: 1;
    z-index: 2;
    flex-direction: column;
    position: relative;
}.basepricing_offer .baselearn_fees h3 {
    margin-bottom: 1rem;
    transition: color 0.3s ease;
    font-weight: 700;
    color: #000000;
    font-size: calc(19px + 2px);
    position: relative;
}.basepricing_offer .baserate_card:hover .baselearn_fees h3 {
    color: rgb(176,188,186);
}.basepricing_offer .baselearn_packs {
    font-size: calc(19px + 4px);
    margin-bottom: 1.5rem;
    color: rgb(176,188,186);
    font-weight: 700;
    display: inline-block;
    padding-bottom: 10px;
    position: relative;
}.basepricing_offer .baselearn_packs::after {
    left: 0;
    content: '';
    transition: width 0.3s ease;
    width: 40px;
    bottom: 0;
    position: absolute;
    height: 2px;
    background: rgb(176,188,186,0.5);
}.basepricing_offer .baserate_card:hover .baselearn_packs::after {
    width: 80px;
}.basepricing_offer .baselearn_fees p {
    font-size: 13px;
    margin-bottom: 2rem;
    line-height: 1.6;
    overflow-wrap: break-word;
    hyphens: auto;
    word-wrap: break-word;
    color: #000000;
    white-space: normal;
    flex-grow: 1;
}.basepricing_offer .baseimg_shadow_box {
    height: 200px;
    transition: all 0.5s ease;
    width: 100%;
    position: relative;
    overflow: hidden;
}.basepricing_offer .baseimg_shadow_box::after {
    position: absolute;
    top: 0;
    bottom: 0;
    content: '';
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    opacity: 0;
    transition: opacity 0.4s ease;
    right: 0;
    left: 0;
}.basepricing_offer .baserate_card:hover .baseimg_shadow_box::after {
    opacity: 1;
}

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

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

@media (min-width: 992px) {.basepricing_offer .basepackage_pricing {
    flex-direction: row-reverse;
}.basepricing_offer .baselearning_fees {
    text-align: left;
    flex-direction: column;
    padding-right: 3rem;
    justify-content: center;
    width: 35%;
    display: flex;
}.basepricing_offer .baselearning_fees h2 {
    text-align: left;
}.basepricing_offer .baselearning_fees h2::after {
    left: 0;
    transform: none;
}.basepricing_offer .basefee_chart {
    margin: 1.5rem 0 0;
}.basepricing_offer .basefee_plans {
    width: 65%;
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 0;
}
}

@media (max-width: 991px) {.basepricing_offer {
    padding: 5rem 0;
}.basepricing_offer .baselearning_fees {
    margin-bottom: 2rem;
}.basepricing_offer .basefee_plans {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
}

@media (max-width: 767px) {.basepricing_offer {
    padding: 4rem 0;
}.basepricing_offer .baselearn_fees {
    padding: 2rem 1.5rem;
}.basepricing_offer .baseimg_shadow_box {
    height: 180px;
}
}

@media (max-width: 575px) {.basepricing_offer {
    padding: 3rem 0;
}.basepricing_offer .baselearning_fees h2 {
    font-size: calc(38px - 4px);
}.basepricing_offer .basefee_plans {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.basepricing_offer .baselearn_fees {
    padding: 1.5rem 1.25rem;
}.basepricing_offer .baseimg_shadow_box {
    height: 160px;
}
}

@media (hover: none) {.basepricing_offer .baserate_card:hover {
    transform: none;
}.basepricing_offer .baserate_card:hover .baseedu_packages {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06), 
                    0 5px 15px rgba(0, 0, 0, 0.04);
}.basepricing_offer .baserate_card:hover .baseimg_shadow_box::after {
    opacity: 0;
}.basepricing_offer .baserate_card:hover .baselearn_packs::after {
    width: 40px;
}}.basecontact_panel {
    background: rgb(225,224,204);
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}.basecontact_panel::before {
    position: absolute;
    animation: patternShift 30s linear infinite;
    background: repeating-linear-gradient(
        -45deg,
        rgb(176,188,186,0.5) 0,
        rgb(176,188,186,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    opacity: 0.05;
    z-index: 1;
    height: 100%;
    left: 0;
    width: 100%;
    content: '';
    top: 0;
}.basecontact_panel .baseimg_shadow_box {
    z-index: 0;
    top: 0;
    position: absolute;
    opacity: 0.2;
    transition: transform 10s ease-in-out;
    height: 100%;
    animation: slowZoom 20s alternate infinite;
    filter: saturate(0.6) brightness(0.7);
    width: 100%;
    transform: scale(1.1);
    left: 0;
}.basecontact_panel .baseimg_shadow_box::after {
    left: 0;
    content: '';
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgb(225,224,204) 0%, transparent 80%);
}.basecontact_panel .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 1200px;
    padding: 0 30px;
}.basecontact_panel h3 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 50px;
    font-weight: 700;
    color: rgb(176,188,186);
    position: relative;
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
}.basecontact_panel h3::after {
    left: 50%;
    background: rgb(133,142,135);
    transform: translateX(-50%);
    bottom: -15px;
    height: 4px;
    content: '';
    position: absolute;
    width: 60px;
}.basecontact_panel .basefeedback_reach {
    background: #ffffff;
    overflow: hidden;
    grid-template-columns: 1.2fr 0.8fr;
    display: grid;
    border-radius: 23px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
}.basecontact_panel .basemessage_support {
    background: #ffffff;
    padding: 50px;
    position: relative;
}.basecontact_panel .basemessage_support::after {
    transform: translateY(-50%);
    right: 0;
    background: linear-gradient(to bottom, transparent, rgb(133,142,135,0.5), transparent);
    height: 80%;
    top: 50%;
    content: '';
    width: 2px;
    position: absolute;
}.basecontact_panel .basemessage_support h3 {
    text-align: left;
    font-size: 20px;
    color: #000000;
    margin-bottom: 30px;
}.basecontact_panel .basemessage_support h3::after {
    width: 40px;
    transform: none;
    height: 3px;
    left: 0;
}.basecontact_panel form {
    display: flex;
    flex-direction: column;
    gap: 25px;
}.basecontact_panel input[type="text"],
.basecontact_panel textarea {
    border-radius: 10px;
    font-family: Arial, sans-serif;
    width: 100%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
    padding: 16px 20px;
    font-size: 16px;
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #ffffff;
    transition: all 0.3s ease;
}.basecontact_panel input[type="text"]:focus,
.basecontact_panel textarea:focus {
    border-color: rgb(176,188,186);
    box-shadow: 0 0 0 3px rgb(176,188,186,0.5);
    outline: none;
}.basecontact_panel textarea {
    min-height: 140px;
    resize: vertical;
}.basecontact_panel .basehelp_widget {
    align-items: flex-start;
    gap: 12px;
    display: flex;
    font-size: calc(16px * 0.9);
    color: #000000;
    margin-top: 5px;
}.basecontact_panel input[type="checkbox"] {
    position: relative;
    height: 22px;
    margin-top: 2px;
    cursor: pointer;
    appearance: none;
    background: #ffffff;
    width: 22px;
    transition: all 0.2s ease;
    -webkit-appearance: none;
    flex-shrink: 0;
    border-radius: 4px;
    border: 2px solid rgb(133,142,135,0.5);
}.basecontact_panel input[type="checkbox"]:checked {
    background: rgb(176,188,186);
    border-color: rgb(176,188,186);
}.basecontact_panel input[type="checkbox"]:checked::after {
    width: 6px;
    top: 3px;
    content: '';
    height: 12px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    position: absolute;
    left: 7px;
    transform: rotate(45deg);
}.basecontact_panel .basehelp_widget label {
    line-height: 1.5;
    cursor: pointer;
    font-size: calc(16px * 0.9);
}.basecontact_panel .basehelp_widget a {
    color: rgb(176,188,186);
    font-weight: 600;
    transition: color 0.2s ease;
    text-decoration: none;
}.basecontact_panel .basehelp_widget a:hover {
    color: rgb(133,142,135);
}.basecontact_panel .baseconnect_links {
    transition: all 0.3s ease;
    font-size: 14px;
    background: rgb(176,188,186);
    cursor: pointer;
    font-weight: 600;
    border-radius: 10px;
    padding: 16px 32px;
    box-shadow: 0 4px 12px rgb(176,188,186,0.5);
    overflow: hidden;
    position: relative;
    z-index: 1;
    border: none;
    color: #ffffff;
    font-family: Arial, sans-serif;
    align-self: flex-start;
}.basecontact_panel .baseconnect_links::before {
    top: 0;
    z-index: -1;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    height: 100%;
    background: rgb(133,142,135);
    transition: transform 0.4s cubic-bezier(0.7, 0, 0.2, 1);
    width: 100%;
    position: absolute;
    content: '';
}.basecontact_panel .baseconnect_links:hover {
    box-shadow: 0 6px 15px rgba(rgb(176,188,186), 0.4);
}.basecontact_panel .baseconnect_links:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.basecontact_panel .basemessage_message {
    padding: 50px;
    flex-direction: column;
    justify-content: center;
    display: flex;
    overflow: hidden;
    background: rgb(133,142,135,0.5);
    position: relative;
}.basecontact_panel .basemessage_message::before {
    filter: blur(60px);
    border-radius: 50%;
    opacity: 0.4;
    bottom: 0;
    background: rgb(176,188,186,0.5);
    position: absolute;
    height: 150px;
    right: 0;
    width: 150px;
    content: '';
}.basecontact_panel .basemessage_message h4 {
    position: relative;
    font-weight: 700;
    color: #000000;
    margin-bottom: 35px;
    font-family: Arial, sans-serif;
    font-size: 20px;
}.basecontact_panel .basemessage_message h4::after {
    left: 0;
    width: 40px;
    content: '';
    height: 3px;
    bottom: -15px;
    position: absolute;
    background: rgb(176,188,186);
}.basecontact_panel .basefeedback_info {
    flex-direction: column;
    padding: 0;
    gap: 30px;
    display: flex;
    margin: 0;
    list-style: none;
}.basecontact_panel .basefeedback_info li {
    gap: 18px;
    position: relative;
    display: flex;
    transition: transform 0.3s ease;
    align-items: center;
}.basecontact_panel .basefeedback_info li:hover {
    transform: translateX(5px);
}.basecontact_panel .basefeedback_info li svg {
    width: 22px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    display: flex;
    flex-shrink: 0;
    padding: 12px;
    align-items: center;
    justify-content: center;
    height: 46px;
    height: 22px;
    width: 46px;
    background: #ffffff;
}.basecontact_panel .basefeedback_info li svg path {
    fill: rgb(176,188,186);
}.basecontact_panel .basefeedback_info li span {
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #000000;
}.basecontact_panel .basefeedback_info li a {
    text-decoration: none;
    color: #000000;
    transition: color 0.3s ease;
}.basecontact_panel .basefeedback_info li:hover a {
    color: rgb(176,188,186);
}

@keyframes patternShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@keyframes slowZoom {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}

@media (max-width: 992px) {.basecontact_panel {
    padding: 80px 0;
}.basecontact_panel .basefeedback_reach {
    grid-template-columns: 1fr;
}.basecontact_panel .basemessage_support::after {
    display: none;
}.basecontact_panel .basemessage_support,
    .basecontact_panel .basemessage_message {
    padding: 40px;
}.basecontact_panel h3 {
    font-size: calc(32px * 0.9);
}
}

@media (max-width: 768px) {.basecontact_panel {
    padding: 60px 0;
}.basecontact_panel .container {
    padding: 0 20px;
}.basecontact_panel .basemessage_support,
    .basecontact_panel .basemessage_message {
    padding: 30px 25px;
}.basecontact_panel h3 {
    margin-bottom: 40px;
    font-size: calc(32px * 0.85);
}.basecontact_panel .basemessage_support h3,
    .basecontact_panel .basemessage_message h4 {
    margin-bottom: 25px;
    font-size: calc(20px * 0.95);
}.basecontact_panel input[type="text"],
    .basecontact_panel textarea {
    padding: 14px 18px;
}.basecontact_panel .baseconnect_links {
    padding: 14px 28px;
}
}

@media (max-width: 480px) {.basecontact_panel {
    padding: 50px 0;
}.basecontact_panel .basemessage_support,
    .basecontact_panel .basemessage_message {
    padding: 25px 20px;
}.basecontact_panel h3 {
    font-size: calc(32px * 0.8);
    margin-bottom: 35px;
}.basecontact_panel .basemessage_support h3,
    .basecontact_panel .basemessage_message h4 {
    font-size: calc(20px * 0.9);
}.basecontact_panel form {
    gap: 20px;
}.basecontact_panel .baseconnect_links {
    text-align: center;
    width: 100%;
}.basecontact_panel .basefeedback_info li svg {
    padding: 10px;
    height: 40px;
    width: 40px;
}.basecontact_panel .basefeedback_info {
    gap: 25px;
}}.basecompany_info {
    color: #ffffff;
    position: relative;
    padding: 120px 0 140px;
    overflow: hidden;
}.basecompany_info::before {
    left: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    content: "";
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.75) 40%,
        rgba(0, 0, 0, 0.65) 100%);
    z-index: 1;
    right: 0;
}.basecompany_info::after {
    content: "";
    right: -50%;
    height: 200%;
    width: 100%;
    position: absolute;
    top: -50%;
    transform: rotate(-15deg);
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(135deg, 
        rgb(176,188,186,0.5) 0%,
        transparent 65%);
}.basecompany_info .container {
    z-index: 3;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.basecompany_info h2 {
    margin-bottom: 40px;
    position: relative;
    font-weight: 700;
    color: #ffffff;
    transform: translateX(-10px);
    font-size: calc(31px * 1.2);
    display: inline-block;
}.basecompany_info h2::after {
    transform-origin: left;
    background: rgb(176,188,186);
    width: 80px;
    height: 3px;
    left: 0;
    animation: lineWidth 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    position: absolute;
    bottom: -12px;
    content: "";
}@keyframes lineWidth {
    0% { transform: scaleX(0); }
    100% { transform: scaleX(1); }
}

.basecompany_info .basetext_box_holder {
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.05);
    padding: 40px;
    transform: translateY(20px);
    display: flex;
    flex-direction: column;
    border-left: 3px solid rgb(133,142,135);
    animation: fadeIn 1s 0.3s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    opacity: 0;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}@keyframes fadeIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.basecompany_info .basetext_box_holder > div {
    position: relative;
}.basecompany_info .basetext_box_holder p {
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    display: inline-block;
    font-size: calc(17px * 1.5);
    font-weight: 600;
    transform: translateX(-10px);
    color: rgb(133,142,135);
    position: relative;
}.basecompany_info .basetext_box_holder p::before {
    width: 10px;
    position: absolute;
    background-color: rgb(176,188,186);
    top: 50%;
    content: "";
    height: 10px;
    left: -20px;
    transform: translateY(-50%);
}.basecompany_info .basetext_box_holder div div {
    line-height: 1.8;
    font-size: 17px;
    position: relative;
    column-gap: 40px;
    margin-bottom: 15px;
    font-family: Arial, sans-serif;
    column-count: 1;
    color: rgba(255, 255, 255, 0.9);
}

@media (min-width: 768px) {.basecompany_info .basetext_box_holder div div {
    column-count: 2;
}
}

@media (min-width: 992px) {.basecompany_info {
    padding: 150px 0 180px;
}.basecompany_info .container {
    padding: 0 40px;
}.basecompany_info h2 {
    font-size: calc(31px * 1.4);
    margin-bottom: 60px;
}.basecompany_info .basetext_box_holder {
    width: calc(100% - 40px);
    margin-left: 40px;
    padding: 60px;
}
}

@media (min-width: 1200px) {.basecompany_info .basetext_box_holder {
    width: calc(100% - 80px);
    margin-left: 80px;
}.basecompany_info .basetext_box_holder div div {
    font-size: calc(17px * 1.05);
}
}

@media (max-width: 767px) {.basecompany_info {
    padding: 80px 0 100px;
}.basecompany_info h2 {
    margin-bottom: 30px;
    font-size: calc(31px * 1.1);
}.basecompany_info .basetext_box_holder {
    padding: 30px;
}
}

@media (hover: hover) {.basecompany_info .basetext_box_holder:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25), 0 0 20px rgba(rgb(176,188,186,0.5), 0.2);
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transform: translateY(-5px);
}}

.basecompany_info .container {
    animation: slideUp 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

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

@media (prefers-reduced-motion) {.basecompany_info .container,
    .basecompany_info .basetext_box_holder,
    .basecompany_info h2::after {
    transform: none;
    opacity: 1;
    animation: none;
}}.basecustomer_feedback {
    padding: 100px 0 120px;
    background: linear-gradient(to right, rgb(225,224,204), #ffffff);
    position: relative;
    overflow: hidden;
}.basecustomer_feedback::before {
    height: 100%;
    opacity: 0.2;
    background: repeating-linear-gradient(
        -45deg,
        rgb(176,188,186,0.5) 0,
        rgb(176,188,186,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    width: 100%;
    z-index: 0;
    position: absolute;
    top: 0;
    content: "";
    left: 0;
}.basecustomer_feedback .baseonline_mastery {
    padding: 0 30px;
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.basecustomer_feedback h4 {
    transform: skewY(0);
    position: relative;
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
    color: #000000;
    display: block;
}.basecustomer_feedback h4::after {
    left: -10%;
    background: rgb(176,188,186);
    transform: skewX(0);
    height: 10px;
    position: absolute;
    bottom: -20px;
    content: "";
    width: 120%;
}.basecustomer_feedback .baseedu_stories {
    justify-content: center;
    display: flex;
    position: relative;
    flex-wrap: wrap;
}.basecustomer_feedback .baselearning_stories {
    flex-direction: column;
    padding: 30px 0;
    margin: 0 20px 40px;
    width: calc(33.333% - 40px);
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateY(0);
    display: flex;
}.basecustomer_feedback .baselearning_stories:hover {
    transform: translateY(-15px);
}.basecustomer_feedback .baselearning_stories::before {
    height: 0;
    transition: height 0.5s ease;
    position: absolute;
    background: rgb(176,188,186);
    content: "";
    left: 0;
    top: 0;
    width: 2px;
}.basecustomer_feedback .baselearning_stories:hover::before {
    height: 100%;
}.basecustomer_feedback .baselearning_stories::after {
    width: 0;
    content: "";
    background: rgb(176,188,186);
    position: absolute;
    bottom: 0;
    height: 2px;
    transition: width 0.5s ease 0.2s;
    left: 0;
}.basecustomer_feedback .baselearning_stories:hover::after {
    width: 100%;
}.basecustomer_feedback .baseimg_shadow_box {
    width: 80px;
    height: 80px;
    transform: rotate(-3deg);
    box-shadow: 5px 5px 0 rgb(133,142,135,0.5);
    border-radius: 28px;
    margin-bottom: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
}.basecustomer_feedback .baselearning_stories:hover .baseimg_shadow_box {
    transform: rotate(0deg);
    box-shadow: 10px 10px 0 rgb(133,142,135,0.5);
}.basecustomer_feedback .baselearning_stories span {
    transition: transform 0.3s ease;
    padding-left: 15px;
    position: relative;
    transform: translateX(0);
    margin: 10px 0;
    color: #000000;
    font-size: calc(18px * 1.1);
    font-weight: 600;
}.basecustomer_feedback .baselearning_stories:hover span {
    transform: translateX(10px);
    color: rgb(176,188,186);
}.basecustomer_feedback .baselearning_stories p {
    position: relative;
    line-height: 1.7;
    padding-left: 15px;
    transition: border-left-color 0.3s ease;
    margin-top: 15px;
    font-size: 18px;
    color: #000000;
    border-left: 1px dashed rgb(133,142,135,0.5);
}.basecustomer_feedback .baselearning_stories:hover p {
    border-left-color: rgb(176,188,186);
}.basecustomer_feedback .baselearning_stories:nth-child(3n+1) {
    transform: translateY(20px);
}.basecustomer_feedback .baselearning_stories:nth-child(3n+2) {
    transform: translateY(40px);
}.basecustomer_feedback .baselearning_stories:nth-child(3n+1):hover {
    transform: translateY(5px);
}.basecustomer_feedback .baselearning_stories:nth-child(3n+2):hover {
    transform: translateY(25px);
}

@media (max-width: 1024px) {.basecustomer_feedback .baselearning_stories {
    width: calc(50% - 40px);
}.basecustomer_feedback .baselearning_stories:nth-child(2n+1) {
    transform: translateY(20px);
}.basecustomer_feedback .baselearning_stories:nth-child(2n+2) {
    transform: translateY(40px);
}.basecustomer_feedback .baselearning_stories:nth-child(2n+1):hover {
    transform: translateY(5px);
}.basecustomer_feedback .baselearning_stories:nth-child(2n+2):hover {
    transform: translateY(25px);
}.basecustomer_feedback h4 {
    font-size: calc(42px * 0.9);
}
}

@media (max-width: 768px) {.basecustomer_feedback {
    padding: 70px 0 90px;
}.basecustomer_feedback .baselearning_stories {
    transform: translateY(0) !important;
    width: 100%;
    margin: 0 0 50px;
}.basecustomer_feedback .baselearning_stories:hover {
    transform: translateY(-10px) !important;
}.basecustomer_feedback h4 {
    font-size: calc(42px * 0.8);
}.basecustomer_feedback h4::after {
    left: 10%;
    width: 80%;
    transform: skewX(0);
}}.basethanksUnit {
    background: linear-gradient(135deg, #f5f7fa 0%, #ebedee 100%);
    overflow: hidden;
    position: relative;
    font-family: Arial, sans-serif;
    padding: 4rem 0;
}.basethanksUnit::before {
    opacity: 0.3;
    height: 70%;
    width: 60%;
    right: -10%;
    background: linear-gradient(145deg, rgb(176,188,186,0.5) 0%, rgb(133,142,135,0.5) 100%);
    top: -30%;
    z-index: 0;
    transform: rotate(-15deg);
    animation: float 15s ease-in-out infinite alternate;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    filter: blur(30px);
    content: "";
    position: absolute;
}.basethanksUnit::after {
    animation: float 18s ease-in-out infinite alternate-reverse;
    filter: blur(25px);
    bottom: -20%;
    left: -5%;
    opacity: 0.2;
    width: 40%;
    content: "";
    z-index: 0;
    transform: rotate(10deg);
    height: 60%;
    position: absolute;
    background: linear-gradient(225deg, rgb(133,142,135,0.5) 0%, rgb(176,188,186,0.5) 100%);
    border-radius: 30% 70% 60% 40% / 50% 30% 70% 50%;
}.basethanksUnit .container {
    position: relative;
    padding: 0 20px;
    max-width: 1140px;
    margin: 0 auto;
    z-index: 2;
}.basethanksUnit .baseonline_mastery {
    transform: perspective(1000px) rotateX(2deg);
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 15px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05),
                -10px -10px 30px rgba(255, 255, 255, 0.8),
                inset 2px 2px 5px rgba(255, 255, 255, 0.4),
                inset -2px -2px 5px rgba(0, 0, 0, 0.05);
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1),
                box-shadow 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    backdrop-filter: blur(5px);
    position: relative;
    padding: 3rem;
}.basethanksUnit .baseonline_mastery:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.08),
                -15px -15px 40px rgba(255, 255, 255, 0.9),
                inset 2px 2px 5px rgba(255, 255, 255, 0.4),
                inset -2px -2px 5px rgba(0, 0, 0, 0.05);
}.basethanksUnit .baseonline_mastery > div:first-child {
    margin-bottom: 1.5rem;
    position: relative;
}.basethanksUnit .baseonline_mastery > div:first-child::after {
    position: absolute;
    height: 3px;
    bottom: -0.75rem;
    transition: width 0.3s ease;
    background: linear-gradient(90deg, rgb(176,188,186) 0%, rgb(133,142,135) 100%);
    width: 80px;
    border-radius: 10px;
    transform-origin: left;
    content: "";
    left: 0;
}.basethanksUnit .baseonline_mastery:hover > div:first-child::after {
    width: 120px;
}.basethanksUnit h5 {
    line-height: 1.4;
    color: #000000;
    position: relative;
    margin: 0;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
}.basethanksUnit h5::before {
    border-radius: 50%;
    display: flex;
    left: -35px;
    top: 50%;
    justify-content: center;
    transition: opacity 0.5s ease, transform 0.5s ease;
    opacity: 0;
    width: 26px;
    position: absolute;
    font-size: 14px;
    color: #ffffff;
    content: "✓";
    transform: translateY(-50%);
    background: linear-gradient(135deg, rgb(176,188,186) 0%, rgb(133,142,135) 100%);
    height: 26px;
    align-items: center;
}.basethanksUnit .baseonline_mastery:hover h5::before {
    transform: translateY(-50%) scale(1);
    opacity: 1;
}.basethanksUnit p {
    color: #000000;
    line-height: 1.8;
    transition: color 0.3s ease;
    font-size: 14px;
    margin: 0;
}.basethanksUnit a {
    display: block;
    transition: transform 0.3s ease;
    text-decoration: none;
    overflow: hidden;
    position: relative;
}.basethanksUnit a::before {
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform-origin: right;
    transform: scaleX(0);
    bottom: 0;
    width: 100%;
    height: 2px;
    content: "";
    left: 0;
    background: linear-gradient(90deg, rgb(176,188,186,0.5) 0%, rgb(133,142,135) 100%);
}.basethanksUnit a:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}.basethanksUnit a:hover {
    transform: translateY(-2px);
}.basethanksUnit a:hover p {
    color: rgb(176,188,186);
}

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

@media (max-width: 991px) {.basethanksUnit {
    padding: 3rem 0;
}.basethanksUnit .baseonline_mastery {
    padding: 2.5rem;
}.basethanksUnit h5 {
    font-size: calc(18px - 2px);
}
}

@media (max-width: 767px) {.basethanksUnit {
    padding: 2.5rem 0;
}.basethanksUnit .baseonline_mastery {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2rem;
}.basethanksUnit h5 {
    font-size: calc(18px - 4px);
    padding-left: 20px;
}.basethanksUnit h5::before {
    font-size: 12px;
    left: -15px;
    height: 22px;
    width: 22px;
}.basethanksUnit p {
    font-size: calc(14px - 1px);
}
}

@media (max-width: 576px) {.basethanksUnit {
    padding: 2rem 0;
}.basethanksUnit .baseonline_mastery {
    border-radius: 10px;
    transform: none;
    padding: 1.5rem;
}.basethanksUnit h5 {
    font-size: calc(18px - 6px);
}.basethanksUnit .baseonline_mastery > div:first-child::after {
    width: 60px;
    height: 2px;
}.basethanksUnit .baseonline_mastery:hover > div:first-child::after {
    width: 90px;
}.basethanksUnit h5::before {
    height: 20px;
    width: 20px;
    font-size: 10px;
}.basethanksUnit p {
    font-size: calc(14px - 2px);
    line-height: 1.6;
}}.basecourse_program_description {
    background: rgb(225,224,204);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}.basecourse_program_description .container {
    z-index: 3;
    margin: 0 auto;
    max-width: 1400px;
    position: relative;
    padding: 0 15px;
}.basecourse_program_description .baseprogram_route {
    align-items: center;
    display: flex;
    position: relative;
    flex-direction: column;
}.basecourse_program_description .basetext_box_holder {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    padding: 40px;
    position: relative;
    backdrop-filter: blur(10px);
    z-index: 4;
    border-radius: 22px;
    max-width: 850px;
    width: 100%;
}.basecourse_program_description .basetext_box_holder h2 {
    text-align: center;
    padding-bottom: 15px;
    color: #000000;
    margin-bottom: 25px;
    font-weight: 700;
    border-bottom: 2px solid rgb(176,188,186);
    font-size: 31px;
}.basecourse_program_description .basetext_box_holder .description {
    margin-bottom: 20px;
    text-align: center;
    font-size: 18px;
    color: #000000;
    line-height: 1.7;
}.basecourse_program_description .basetext_box_holder .description:last-child {
    margin-bottom: 0;
    font-weight: 600;
}.basecourse_program_description .baseimg_shadow_box {
    width: 100%;
    top: 0;
    z-index: 1;
    position: absolute;
    height: 100%;
    left: 0;
    object-fit: cover;
}.basecourse_program_description .baseimg_shadow_box::after {
    z-index: 2;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3));
    left: 0;
}
@media (min-width: 992px) {.basecourse_program_description .basetext_box_holder {
    margin: 0 auto;
}
}
@media (max-width: 991px) {.basecourse_program_description {
    padding: 80px 0;
}.basecourse_program_description .basetext_box_holder {
    max-width: 750px;
    padding: 30px;
}
}
@media (max-width: 767px) {.basecourse_program_description {
    padding: 60px 0;
}.basecourse_program_description .basetext_box_holder {
    padding: 25px;
    max-width: 100%;
}.basecourse_program_description .basetext_box_holder h2 {
    font-size: calc(31px * 0.9);
    margin-bottom: 20px;
}.basecourse_program_description .basetext_box_holder .description {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}
}
@media (max-width: 480px) {.basecourse_program_description {
    padding: 50px 0;
}.basecourse_program_description .basetext_box_holder {
    padding: 20px;
}.basecourse_program_description .basetext_box_holder h2 {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: calc(31px * 0.8);
}.basecourse_program_description .basetext_box_holder .description {
    line-height: 1.5;
    font-size: calc(18px * 0.9);
}}footer {
    position: relative;
    z-index: 1;
}footer::before {
    content: "";
    right: 0;
    opacity: 0.85;
    bottom: 0;
    z-index: -2;
    background: linear-gradient(120deg, rgb(176,188,186) 0%, rgb(133,142,135) 100%);
    top: 0;
    left: 0;
    position: absolute;
}footer::after {
    background-image: 
        linear-gradient(to right, rgba(255,255,255,0.07) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255,255,255,0.07) 1px, transparent 1px);
    bottom: 0;
    right: 0;
    content: "";
    background-size: 20px 20px;
    z-index: -1;
    left: 0;
    top: 0;
    position: absolute;
}.baseleaderboard {
    position: relative;
    color: #ffffff;
    padding: 4rem 0 2.5rem;
}.baseleaderboard::before {
    width: 100%;
    opacity: 0.2;
    position: absolute;
    left: 0;
    clip-path: polygon(
        0% 0%, 4% 100%, 8% 0%, 12% 100%, 16% 0%, 20% 100%, 
        24% 0%, 28% 100%, 32% 0%, 36% 100%, 40% 0%, 44% 100%, 
        48% 0%, 52% 100%, 56% 0%, 60% 100%, 64% 0%, 68% 100%, 
        72% 0%, 76% 100%, 80% 0%, 84% 100%, 88% 0%, 92% 100%, 
        96% 0%, 100% 100%
    );
    top: 0;
    background: #ffffff;
    content: "";
    height: 10px;
}.baseleaderboard .container {
    gap: 3rem;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    position: relative;
}.baseleaderboard .company_holder {
    flex: 1 1 400px;
    position: relative;
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.1);
    clip-path: polygon(
        0% 0%, 100% 0%, 95% 100%, 5% 100%
    );
}.baseleaderboard .company_holder h3 {
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 5% 100%);
    letter-spacing: 1px;
    margin: 0 0 1.5rem;
    color: #ffffff;
    padding: 0.5rem 2rem;
    font-size: 32px;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.15);
    font-weight: 700;
    display: inline-block;
}.baseleaderboard .basefootnote_ref {
    color: #ffffff;
    clip-path: polygon(3% 0%, 97% 0%, 100% 100%, 0% 100%);
    background: rgba(0, 0, 0, 0.15);
    font-size: 17px;
    padding: 1.5rem;
    line-height: 1.6;
    margin: 0 1rem;
}.baseleaderboard .basetestimonial {
    flex: 1 1 calc(100% - 480px);
    gap: 2rem;
    flex-direction: column;
    display: flex;
    min-width: 400px;
}.baseleaderboard .basenav_top {
    flex-wrap: wrap;
    display: flex;
    gap: 2.5rem;
}.baseleaderboard .basenav_begin {
    position: relative;
    flex: 1 1 calc(50% - 1.25rem);
    min-width: 200px;
}.baseleaderboard .basenav_begin h5 {
    background: rgba(255, 255, 255, 0.15);
    position: relative;
    margin: 0 0 1.5rem;
    font-weight: 600;
    clip-path: polygon(0% 0%, 95% 0%, 100% 100%, 5% 100%);
    font-size: 22px;
    display: inline-block;
    color: #ffffff;
    padding: 0.5rem 1.5rem;
}.baseleaderboard .basenav_begin .basenav_top {
    background: rgba(0, 0, 0, 0.15);
    gap: 0.8rem;
    flex-direction: column;
    padding: 1.5rem;
    clip-path: polygon(2% 0%, 98% 0%, 100% 95%, 0% 100%);
    display: flex;
}.baseleaderboard .basenav_begin .basenav_top a {
    text-decoration: none;
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    clip-path: polygon(0% 0%, 97% 0%, 100% 100%, 3% 100%);
    color: #ffffff;
    display: block;
    font-size: 17px;
    position: relative;
    padding: 0.6rem 1rem;
}.baseleaderboard .basenav_begin .basenav_top a:hover {
    transform: translateX(5px);
    background: rgba(255, 255, 255, 0.15);
}.baseleaderboard .basenav_begin .basenav_top a::before {
    width: 3px;
    background: #ffffff;
    height: 100%;
    position: absolute;
    content: "";
    opacity: 0;
    left: 0;
    top: 0;
    transition: all 0.3s ease;
}.baseleaderboard .basenav_begin .basenav_top a:hover::before {
    opacity: 0.7;
}.baseabuse_ctrl {
    margin-top: 3rem;
    padding: 2rem 0;
    background: rgba(255, 255, 255, 0.1);
    clip-path: polygon(0% 20%, 2% 0%, 98% 0%, 100% 20%, 100% 100%, 0% 100%);
    position: relative;
}.baseabuse_ctrl .container {
    display: flex;
    align-items: center;
    justify-content: center;
}.baseabuse_ctrl .basestory_spot {
    padding: 0.7rem 2rem;
    color: #ffffff;
    font-size: 16px;
    position: relative;
    clip-path: polygon(5% 0%, 95% 0%, 100% 100%, 0% 100%);
    background: rgba(255, 255, 255, 0.05);
    text-align: center;
}

@keyframes hexagonPulse {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@media (max-width: 1200px) {.baseleaderboard .container {
    gap: 2rem;
}.baseleaderboard .company_holder {
    flex: 1 1 380px;
}.baseleaderboard .basetestimonial {
    min-width: 380px;
    flex: 1 1 calc(100% - 430px);
}
}

@media (max-width: 992px) {.baseleaderboard {
    padding: 3.5rem 0 2rem;
}.baseleaderboard .container {
    gap: 2.5rem;
    flex-direction: column;
}.baseleaderboard .company_holder,
    .baseleaderboard .basetestimonial {
    min-width: 100%;
    flex: 1 1 100%;
}.baseleaderboard .basenav_begin {
    flex: 1 1 calc(50% - 1.25rem);
    min-width: 200px;
}
}

@media (max-width: 768px) {.baseleaderboard {
    padding: 3rem 0 1.5rem;
}.baseleaderboard .company_holder {
    padding: 2rem;
}.baseleaderboard .company_holder h3 {
    font-size: calc(32px - 2px);
}.baseleaderboard .basenav_top {
    gap: 1.5rem;
}.baseabuse_ctrl {
    margin-top: 2rem;
}
}

@media (max-width: 576px) {.baseleaderboard {
    padding: 2.5rem 0 1rem;
}.baseleaderboard .basenav_begin {
    min-width: 100%;
    flex: 1 1 100%;
}.baseleaderboard .basenav_top {
    gap: 1rem;
}.baseabuse_ctrl {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
    clip-path: polygon(0% 10%, 2% 0%, 98% 0%, 100% 10%, 100% 100%, 0% 100%);
}.baseleaderboard::before {
    height: 5px;
}
}

@media (max-width: 420px) {.baseleaderboard .company_holder {
    padding: 1.5rem;
    clip-path: polygon(0% 0%, 100% 0%, 97% 100%, 3% 100%);
}.baseleaderboard .company_holder h3 {
    padding: 0.4rem 1rem;
}.baseleaderboard .basenav_begin h5 {
    padding: 0.4rem 1rem;
}.baseleaderboard .basenav_begin .basenav_top {
    padding: 1rem;
}.baseleaderboard .basenav_begin .basenav_top a:hover {
    transform: translateX(3px);
}.baseabuse_ctrl .basestory_spot {
    width: 90%;
    padding: 0.6rem 1.5rem;
}}.basemodalTrackingConsent {
    position: fixed;
    border-top: 2px solid rgb(176,188,186);
    width: 100%;
    background: rgb(225,224,204);
    bottom: 0;
    z-index: 90;
}.basecookies_tracking {
    justify-content: space-between;
    padding: 20px 0;
    align-items: center;
    display: flex;
}.basemodalTrackingConsent h5 {
    font-size: 22px;
    margin-bottom: 6px;
}#basecookieNoticeBoard {
    display: none;
}#basecookieNoticeBoard:checked ~ .basemodalTrackingConsent {
    visibility: hidden;
    opacity: 0;
}.basemodalTrackingConsent p {
    font-size: 18px;
}.baseprivacy_switch {
    margin-right: 10px;
    flex-shrink: 0;
}.baseprivacy_switch svg, .baseprivacy_switch svg path, .baseprivacy_switch img {
    fill: rgb(176,188,186);
    height: 100px;
    width: 100px;
}.baseonline_cookies {
    border-bottom: 2px solid rgb(176,188,186);
    color: rgb(176,188,186);
    line-height: 35px;
    margin-left: 10px;
    min-width: 120px;
    text-align: center;
    cursor: pointer;
    flex-shrink: 0;
    text-decoration: none;
    white-space: nowrap;
    font-size: 24px;
}.basemodalTrackingConsent p a {
    text-decoration: none;
    color: rgb(176,188,186);
}
@media only screen and (max-width: 1200px) {.basemodalTrackingConsent {
    padding: 20px;
}}

.basewrap-container .basemodalTrackingConsent {
    background: rgb(133,142,135);
    box-shadow: rgb(133,142,135,0.5) 0px 0px 40px 39px;
    border: none;
    padding: 40px 0;
}.basewrap-container .baseonline_cookies {
    font-size: 20px;
    border: none;
    margin-left: 30px;
    font-weight: 400;
    color: #ffffff;
    background: rgb(176,188,186);
    padding: 10px;
}.basewrap-container .baseuser_choices h5, .basewrap-container .baseuser_choices p {
    color: #ffffff;
}
@media only screen and (max-width: 800px) {.baseprivacy_switch {
    display: none;
}.basecookies_tracking {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.basemodalTrackingConsent h5 {
    text-align: center;
}.basemodalTrackingConsent p {
    text-align: center;
}.baseuser_choices {
    margin-bottom: 20px;
}body .basewrap-container .baseonline_cookies {
    margin-left: 0;
    margin-bottom: 10px;
}}.basepotential_enrollees {
    overflow: hidden;
    padding: 100px 0;
    background: rgb(225,224,204);
    position: relative;
}.basepotential_enrollees::before {
    z-index: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(176,188,186,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(133,142,135,0.5) 0%, transparent 40%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    opacity: 0.2;
    width: 100%;
}.basepotential_enrollees .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}.basepotential_enrollees .baseonline_mastery {
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        -20px -20px 60px rgba(255, 255, 255, 0.8);
    position: relative;
    border-radius: 12px;
    padding: 50px;
    background: rgb(225,224,204);
}.basepotential_enrollees h4 {
    font-weight: 700;
    font-size: 37px;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    color: #000000;
}.basepotential_enrollees h4::after {
    background: linear-gradient(90deg, rgb(176,188,186), rgb(133,142,135));
    transform: translateX(-50%);
    bottom: -15px;
    width: 80px;
    height: 4px;
    left: 50%;
    border-radius: 2px;
    position: absolute;
    content: "";
}.basepotential_enrollees div {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}.basepotential_enrollees div p {
    display: flex;
    margin: 0;
    padding: 25px;
    transition: all 0.3s ease;
    position: relative;
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.05),
        -8px -8px 16px rgba(255, 255, 255, 0.8),
        inset 1px 1px 1px rgba(255, 255, 255, 0.3);
    background: rgb(225,224,204);
    border-radius: 12px;
    flex: 1 1 calc(33.333% - 20px);
    align-items: center;
    min-width: 250px;
    color: #000000;
    overflow: hidden;
    font-size: 18px;
    line-height: 1.6;
}.basepotential_enrollees div p:hover {
    transform: translateY(-5px);
    box-shadow: 
        12px 12px 24px rgba(0, 0, 0, 0.08),
        -12px -12px 24px rgba(255, 255, 255, 0.9),
        inset 1px 1px 1px rgba(255, 255, 255, 0.4);
}.basepotential_enrollees div p::before {
    background: linear-gradient(180deg, rgb(176,188,186), rgb(133,142,135));
    opacity: 0.7;
    width: 5px;
    position: absolute;
    top: 0;
    height: 100%;
    content: "";
    border-radius: 5px 0 0 5px;
    left: 0;
}.basepotential_enrollees div p svg {
    box-shadow: 
        4px 4px 8px rgba(0, 0, 0, 0.1),
        -4px -4px 8px rgba(255, 255, 255, 0.8);
    margin-right: 20px;
    background: rgb(225,224,204);
    transition: all 0.3s ease;
    min-width: 40px;
    border-radius: 50%;
    height: 40px;
    padding: 8px;
    width: 40px;
}.basepotential_enrollees div p:hover svg {
    transform: rotate(10deg);
    box-shadow: 
        6px 6px 12px rgba(0, 0, 0, 0.15),
        -6px -6px 12px rgba(255, 255, 255, 0.9),
        inset 1px 1px 1px rgba(255, 255, 255, 0.4);
}.basepotential_enrollees div p svg path {
    transition: fill 0.3s ease;
    fill: rgb(176,188,186);
}.basepotential_enrollees div p:hover svg path {
    fill: rgb(133,142,135);
}

@media (max-width: 1100px) {.basepotential_enrollees div p {
    flex: 1 1 calc(50% - 15px);
}
}

@media (max-width: 991px) {.basepotential_enrollees {
    padding: 80px 0;
}.basepotential_enrollees .baseonline_mastery {
    padding: 40px 30px;
}.basepotential_enrollees h4 {
    margin-bottom: 40px;
    font-size: calc(37px - 2px);
}.basepotential_enrollees div {
    gap: 20px;
}.basepotential_enrollees div p {
    padding: 20px;
}.basepotential_enrollees div p svg {
    margin-right: 15px;
    height: 35px;
    min-width: 35px;
    width: 35px;
}
}

@media (max-width: 767px) {.basepotential_enrollees {
    padding: 60px 0;
}.basepotential_enrollees .baseonline_mastery {
    padding: 30px 20px;
}.basepotential_enrollees h4 {
    margin-bottom: 35px;
    font-size: calc(37px - 4px);
}.basepotential_enrollees div p {
    flex: 1 1 100%;
    padding: 18px;
}.basepotential_enrollees div p svg {
    width: 30px;
    margin-right: 15px;
    padding: 6px;
    height: 30px;
    min-width: 30px;
}
}

@media (max-width: 479px) {.basepotential_enrollees {
    padding: 40px 0;
}.basepotential_enrollees .baseonline_mastery {
    padding: 25px 15px;
}.basepotential_enrollees h4 {
    font-size: calc(37px - 6px);
    margin-bottom: 30px;
}.basepotential_enrollees div {
    gap: 15px;
}.basepotential_enrollees div p {
    padding: 15px;
    font-size: calc(18px - 1px);
}.basepotential_enrollees div p svg {
    height: 26px;
    padding: 5px;
    width: 26px;
    margin-right: 12px;
    min-width: 26px;
}}.basetitle_opener {
    position: relative;
    justify-content: center;
    padding: 2rem;
    align-items: center;
    min-height: 100vh;
    display: flex;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(225,224,204) 0%, rgb(133,142,135,0.5) 85%, rgb(176,188,186,0.5) 100%);
}.basetitle_opener::before {
    z-index: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    animation: pulseBackground 15s ease-in-out infinite alternate;
    content: "";
    background: repeating-linear-gradient(
    -45deg,
    rgb(133,142,135,0.5) 0%,
    transparent 5%,
    transparent 10%
  );
    opacity: 0.05;
}.basetitle_opener::after {
    background: radial-gradient(circle, rgb(176,188,186,0.5) 0%, transparent 70%);
    opacity: 0.6;
    position: absolute;
    content: "";
    width: 40%;
    height: 40%;
    animation: floatGradient 20s ease-in-out infinite;
    top: -10%;
    right: -10%;
    z-index: 1;
    filter: blur(50px);
}.basetitle_opener .basestart_open {
    gap: 2rem;
    max-width: 1200px;
    z-index: 2;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
}

@media (min-width: 768px) {.basetitle_opener .basestart_open {
    grid-template-columns: 1fr 1.5fr;
    align-items: center;
    gap: 3rem;
}}

.basetitle_opener .basestart_open > div:first-child {
    background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0.05)
  );
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    padding: 2rem;
    position: relative;
    transform: translateY(0);
    backdrop-filter: blur(8px);
    box-shadow: 
    -5px -5px 30px rgba(255, 255, 255, 0.1),
    10px 10px 30px rgba(0, 0, 0, 0.2);
}.basetitle_opener .basestart_open > div:first-child:hover {
    transform: translateY(-10px);
}.basetitle_opener .basestart_open > div:first-child::before {
    height: 100%;
    background: linear-gradient(
    90deg,
    transparent 0%,
    rgb(176,188,186,0.5) 50%,
    transparent 100%
  );
    opacity: 0;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    left: 0;
    top: 0;
    z-index: -1;
    transition: opacity 0.8s ease;
    width: 100%;
    position: absolute;
    content: "";
}.basetitle_opener .basestart_open > div:first-child:hover::before {
    opacity: 0.1;
}.basetitle_opener h3 {
    margin: 0;
    border-left: 3px solid rgb(176,188,186);
    padding-left: 1rem;
    line-height: 1.5;
    color: #000000;
    position: relative;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
    font-weight: 600;
    transform: translateZ(10px);
    font-size: calc(23px * 0.95);
}.basetitle_opener .basegrowth_graph {
    transform-origin: center bottom;
    position: relative;
    overflow: hidden;
    transition: transform 0.5s ease-out;
}.basetitle_opener .basegrowth_graph:hover {
    transform: scale(1.02);
}.basetitle_opener h1 {
    color: transparent;
    animation: textFloat 3s ease-in-out infinite alternate;
    font-size: 44px;
    padding: 1rem 0;
    -webkit-background-clip: text !important;
    transform: translateZ(20px);
    background-clip: text !important;
    background: linear-gradient(
    135deg,
    rgb(176,188,186) 20%,
    rgb(133,142,135) 80%
  );
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
    margin: 0 0 1.5rem 0;
    font-weight: 700;
    position: relative;
    letter-spacing: -0.02em;
}.basetitle_opener h1::after {
    width: 50%;
    background: linear-gradient(
    90deg,
    rgb(176,188,186) 0%,
    rgb(133,142,135) 100%
  );
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    content: "";
    animation: expandLine 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}.basetitle_opener .basegrowth_graph > div {
    overflow: hidden;
    min-height: 280px;
    display: flex;
    position: relative;
    box-shadow: 
    0 10px 30px -10px rgba(0, 0, 0, 0.3),
    0 1px 5px rgba(0, 0, 0, 0.1);
    justify-content: center;
    transform: translateY(0px);
    clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 95%);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    align-items: center;
}.basetitle_opener .basegrowth_graph > div:hover {
    box-shadow: 
    0 15px 35px -10px rgba(0, 0, 0, 0.4),
    0 1px 5px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.basetitle_opener .basegrowth_graph > div::before {
    background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0.7) 100%
  );
    left: 0;
    height: 100%;
    top: 0;
    content: "";
    width: 100%;
    z-index: 1;
    position: absolute;
}.basetitle_opener .basegrowth_graph > div::after {
    background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.2) 50%,
    transparent 100%
  );
    transform: skewX(-25deg);
    position: absolute;
    left: -100%;
    height: 100%;
    z-index: 2;
    width: 50%;
    animation: lightSweep 10s ease-in-out infinite;
    top: 0;
    content: "";
}.basetitle_opener p {
    position: relative;
    font-weight: 600;
    background: rgba(0, 0, 0, 0.3);
    margin: 0;
    color: #ffffff;
    backdrop-filter: blur(3px);
    max-width: 80%;
    padding: 1.5rem;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 17px;
    text-align: center;
    transform: translateZ(5px);
    line-height: 1.6;
    z-index: 3;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 767px) {.basetitle_opener {
    padding: 3rem 1rem;
}.basetitle_opener h1 {
    font-size: calc(44px * 0.7);
    text-align: center;
}.basetitle_opener h3 {
    border-bottom: 3px solid rgb(176,188,186);
    padding-left: 0;
    border-left: none;
    text-align: center;
    font-size: calc(23px * 0.85);
    padding-bottom: 1rem;
}.basetitle_opener p {
    max-width: 95%;
    font-size: calc(17px * 0.9);
}.basetitle_opener .basegrowth_graph > div {
    min-height: 220px;
}
}

@keyframes expandLine {
  0% {
    width: 0;
  }
  100% {
    width: 50%;
  }
}

@keyframes textFloat {
  0%, 100% {
    transform: translateY(0) translateZ(20px);
  }
  50% {
    transform: translateY(-5px) translateZ(20px);
  }
}

@keyframes lightSweep {
  0%, 100% {
    left: -100%;
  }
  50% {
    left: 150%;
  }
}

@keyframes pulseBackground {
  0%, 100% {
    opacity: 0.03;
  }
  50% {
    opacity: 0.07;
  }
}

@keyframes floatGradient {
  0%, 100% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-5%, 5%);
  }
  50% {
    transform: translate(5%, 10%);
  }
  75% {
    transform: translate(10%, -5%);
  }
}

@media (min-width: 992px) {.basetitle_opener .basestart_open {
    transform: perspective(1500px) rotateX(3deg);
}.basetitle_opener .basestart_open > div:first-child {
    transform: translateX(-20px) translateY(0);
}.basetitle_opener .basestart_open > div:first-child:hover {
    transform: translateX(-20px) translateY(-10px);
}.basetitle_opener .basegrowth_graph > div {
    clip-path: polygon(0 0, 100% 8%, 100% 100%, 0 92%);
    min-height: 320px;
}
}

@media (min-width: 1200px) {.basetitle_opener {
    padding: 0;
}.basetitle_opener .basestart_open {
    gap: 4rem;
}.basetitle_opener h1 {
    font-size: calc(44px * 1.1);
}.basetitle_opener h3 {
    font-size: 23px;
}.basetitle_opener .basegrowth_graph > div {
    min-height: 360px;
}}.basesecure_archive {
    transition: background-color 0.3s ease, color 0.3s ease;
    color: #000000;
    background-color: rgb(225,224,204);
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    padding: 2rem;
}.basesecure_archive h1 {
    color: rgb(176,188,186);
    font-weight: 700;
    font-size: 46px;
    border-bottom: 2px solid rgb(176,188,186);
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
}.basesecure_archive h2 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 1rem;
    color: rgb(133,142,135);
    margin-top: 1rem;
}.basesecure_archive ul,
.basesecure_archive ol {
    padding-left: 1.5rem;
    list-style: none;
    margin-bottom: 1rem;
    margin-top: 1rem;
}.basesecure_archive li {
    padding-left: 1.2rem;
    margin-bottom: 0.5rem;
    position: relative;
    font-size: 15px;
    line-height: 1.6;
}.basesecure_archive li::before {
    font-size: 1.2rem;
    content: "•";
    position: absolute;
    left: 0;
    line-height: 1.2;
    color: rgb(176,188,186);
}.basesecure_archive p {
    line-height: 1.8;
    font-size: 15px;
    margin-bottom: 1rem;
}.basesecure_archive span {
    color: #000000;
    font-weight: 400;
}.basesecure_archive div {
    margin-bottom: 1.5rem;
}
@media only screen and (max-width: 800px) {.basesecure_archive {
    padding: 1rem;
    border-radius: 10px;
}.basesecure_archive h1 {
    font-size: calc(23px - 0.5rem);
}.basesecure_archive h2 {
    font-size: calc(23px - 0.5rem);
}.basesecure_archive p,
    .basesecure_archive li {
    font-size: calc(15px - 0.2rem);
}}.baseleadership_profile {
    background: linear-gradient(135deg, rgb(225,224,204) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
}.baseleadership_profile::before {
    background: conic-gradient(from 45deg at 50% 50%, transparent 0deg, rgb(176,188,186,0.5) 90deg, transparent 180deg, rgb(133,142,135,0.5) 270deg, transparent 360deg);
    position: absolute;
    opacity: 0.2;
    width: 100%;
    left: 0;
    height: 100%;
    content: "";
    top: 0;
    animation: rotateBg 30s linear infinite;
}@keyframes rotateBg {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.baseleadership_profile .container {
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
    padding: 0 1.5rem;
    position: relative;
}.baseleadership_profile .baselearning_stories {
    grid-template-columns: minmax(250px, 35%) 1fr;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    background-color: rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease;
    padding: 3rem;
    display: grid;
    border-radius: 27px;
    backdrop-filter: blur(8px);
    transform: perspective(1000px) rotateX(2deg);
    grid-template-areas:
        "photo quote"
        "photo name"
        "photo job";
    grid-gap: 1.5rem;
}.baseleadership_profile .baselearning_stories:hover {
    transform: perspective(1000px) rotateX(0);
}.baseleadership_profile .baseimg_shadow_box {
    grid-area: photo;
    height: 100%;
    min-height: 350px;
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.5);
    border-radius: 27px;
    transition: transform 0.3s ease;
    transform: translateZ(20px);
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
}.baseleadership_profile .baselearning_stories:hover .baseimg_shadow_box {
    transform: translateZ(30px);
}.baseleadership_profile .name {
    color: #ffffff;
    font-size: 30px;
    grid-area: name;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    transform: translateZ(10px);
    margin-bottom: 0.5rem;
}.baseleadership_profile .baselearning_stories span:not(.name) {
    font-size: 22px;
    margin-bottom: 1rem;
    transform: translateZ(5px);
    font-weight: 600;
    grid-area: job;
    color: rgb(133,142,135);
}.baseleadership_profile .baseexperience_block {
    transform: translateZ(15px);
    font-size: 18px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
    line-height: 1.6;
    color: #ffffff;
    grid-area: quote;
    border-radius: 10px;
    padding: 1.5rem;
    border-left: 4px solid rgb(176,188,186);
    position: relative;
}.baseleadership_profile .baseexperience_block::before {
    mix-blend-mode: overlay;
    left: 0;
    position: absolute;
    opacity: 0.1;
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(176,188,186,0.5) 0%, transparent 100%);
    height: 100%;
    top: 0;
    content: "";
    width: 100%;
}

@media (max-width: 991px) {.baseleadership_profile .baselearning_stories {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
            "photo photo"
            "name job"
            "quote quote";
}.baseleadership_profile .baseimg_shadow_box {
    min-height: 300px;
    clip-path: polygon(0 0, 100% 0, 95% 95%, 5% 95%);
}
}

@media (max-width: 767px) {.baseleadership_profile {
    padding: 3rem 0;
}.baseleadership_profile .baselearning_stories {
    padding: 2rem;
    grid-template-areas:
            "baseimg_shadow_box"
            "name"
            "baseexperience_tasks"
            "baseexperience_block";
    grid-template-columns: 1fr;
}.baseleadership_profile .baseimg_shadow_box {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    min-height: 250px;
}
}