﻿* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.basetrial_offer {
    flex: 0 0 auto;
}html,body {
    color: #000000;
    min-height: 100%;
    font-family: Arial, sans-serif;
    scroll-behavior: auto;
    height: 100%;
}.container {
    width: 1147px;
    margin: auto;
    max-width: 100%;
}svg {
    height: 30px;
    width: 30px;
}.basenav_tutor {
    flex: 1 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}.basewrapper-holder {
    min-height: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
footer {
    z-index: 1;
    width: 100%;
    position: relative;
}.basetrial_offer {
    padding: 80px 0 30px;
    position: relative;
    color: #ffffff;
    background: linear-gradient(135deg, #000000, rgb(193,154,154));
    font-family: Arial, sans-serif;
}.basetrial_offer::before {
    pointer-events: none;
    right: 0;
    background: radial-gradient(circle at 10% 20%, rgb(193,154,154,0.5) 0%, transparent 50%);
    bottom: 0;
    top: 0;
    position: absolute;
    left: 0;
    content: "";
}.basetrial_offer::after {
    position: absolute;
    content: "";
    bottom: 0;
    background: linear-gradient(45deg, transparent 40%, rgb(217,188,188,0.5) 70%, transparent 100%);
    pointer-events: none;
    left: 0;
    top: 0;
    right: 0;
    animation: shiftGradient 15s infinite linear;
}@keyframes shiftGradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.basetrial_offer .container {
    position: relative;
    z-index: 2;
}footer .basesite_map {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr;
}footer .basecourse_faq {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: translateY(0);
    backdrop-filter: blur(8px);
    border-radius: 26px;
    display: flex;
    background: rgba(255, 255, 255, 0.05);
    flex-wrap: wrap;
    padding: 25px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    gap: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}footer .basecourse_faq:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}footer .info_item {
    flex: 1 1 220px;
    display: flex;
    align-items: center;
}footer .info_item svg {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
    margin-right: 12px;
    filter: drop-shadow(0 0 3px rgb(217,188,188,0.5));
    fill: rgb(217,188,188);
}footer .info_item:hover svg {
    transform: scale(1.1);
}footer .info_item p, footer .info_item a {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    align-items: center;
    text-decoration: none;
    transition: color 0.3s ease;
    display: flex;
}footer .info_item a:hover {
    color: rgb(217,188,188);
    text-shadow: 0 0 8px rgb(217,188,188,0.5);
}footer .text_main_holder {
    display: grid;
    margin-top: 20px;
    grid-template-columns: 1fr;
    gap: 40px;
}footer .baseheader_primary {
    align-items: flex-start;
    display: flex;
    gap: 15px;
    flex-direction: column;
}footer .baseheader_primary svg {
    transition: filter 0.3s ease;
    height: 50px;
    margin-bottom: 10px;
    filter: drop-shadow(0 0 5px rgb(217,188,188,0.5));
    width: auto;
}footer .baseheader_primary:hover svg {
    filter: drop-shadow(0 0 8px rgb(217,188,188));
}footer .basevolunteer {
    opacity: 0.8;
    line-height: 1.5;
    max-width: 300px;
    font-size: 15px;
    color: #ffffff;
}footer .baseheader_site {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    backdrop-filter: blur(5px);
    border-radius: 26px;
    padding: 25px;
    transition: box-shadow 0.3s ease;
}footer .baseheader_site:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}footer .baseheader_site::before {
    left: -2px;
    transition: opacity 0.5s ease;
    border-radius: calc(26px + 2px);
    z-index: -1;
    content: "";
    right: -2px;
    bottom: -2px;
    top: -2px;
    background: linear-gradient(45deg, rgb(217,188,188), transparent, rgb(193,154,154), transparent);
    opacity: 0;
    position: absolute;
}footer .baseheader_site:hover::before {
    opacity: 0.7;
    animation: borderRotate 6s linear infinite;
}@keyframes borderRotate {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}

footer .baseheader_site h5 {
    font-size: 24px;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-weight: 600;
    color: #ffffff;
}footer .baseheader_site h5::after {
    background: rgb(217,188,188);
    transition: width 0.3s ease;
    width: 50px;
    height: 2px;
    position: absolute;
    bottom: -1px;
    content: "";
    left: 0;
}footer .baseheader_site:hover h5::after {
    width: 100px;
}footer .basefirst_section {
    margin-bottom: 25px;
    display: flex;
    gap: 10px;
    flex-direction: column;
}footer .basefirst_section a {
    text-decoration: none;
    font-size: calc(18px - 1px);
    font-weight: 400;
    color: #ffffff;
    padding-left: 15px;
    position: relative;
    transition: color 0.3s ease, padding-left 0.3s ease;
}footer .basefirst_section a::before {
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
    transform: translateY(-50%) scale(0.8);
    content: "";
    border-radius: 50%;
    height: 6px;
    top: 50%;
    width: 6px;
    left: 0;
    opacity: 0.7;
    position: absolute;
    background-color: rgb(217,188,188);
}footer .basefirst_section a:hover {
    color: rgb(217,188,188);
    padding-left: 20px;
}footer .basefirst_section a:hover::before {
    transform: translateY(-50%) scale(1);
    background-color: rgb(217,188,188);
    box-shadow: 0 0 5px rgb(217,188,188), 0 0 10px rgb(217,188,188,0.5);
    opacity: 1;
}footer .subscribe_holder {
    padding: 30px;
    border-radius: 26px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    background: linear-gradient(135deg, rgb(193,154,154,0.5), #000000);
    position: relative;
    overflow: hidden;
}footer .subscribe_holder::before {
    background: radial-gradient(circle, transparent 20%, #000000 70%);
    content: "";
    left: -50%;
    top: -50%;
    width: 200%;
    animation: pulseBackground 10s infinite ease-in-out;
    z-index: -1;
    height: 200%;
    position: absolute;
}@keyframes pulseBackground {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}

footer .subscribe_holder h5 {
    font-weight: 600;
    color: #ffffff;
    display: inline-block;
    margin-bottom: 15px;
    position: relative;
    font-size: 24px;
}footer .subscribe_holder h5::after {
    bottom: -5px;
    position: absolute;
    height: 2px;
    left: 0;
    content: "";
    width: 100%;
    background: linear-gradient(90deg, rgb(217,188,188), transparent);
}footer .subscribe_holder p {
    line-height: 1.6;
    color: #ffffff;
    margin-bottom: 20px;
    opacity: 0.9;
    font-size: 18px;
}footer .input_holder {
    flex-direction: column;
    position: relative;
    display: flex;
    gap: 15px;
}footer .input_holder input[type="email"] {
    color: #ffffff;
    padding: 14px 16px;
    border-radius: 10px;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 18px;
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
}footer .input_holder input[type="email"]:focus {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgb(217,188,188);
    outline: none;
    box-shadow: 0 0 10px rgb(217,188,188,0.5);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .baseupdates_form {
    overflow: hidden;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-size: 15px;
    border: none;
    color: #ffffff;
    padding: 14px 24px;
    cursor: pointer;
    display: inline-block;
    background: rgb(217,188,188);
    text-align: center;
    font-weight: 600;
    position: relative;
}footer .baseupdates_form::before {
    width: 100%;
    content: "";
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
    position: absolute;
    height: 100%;
    transition: left 0.7s ease;
}footer .baseupdates_form:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
    background: rgb(193,154,154);
}footer .baseupdates_form:hover::before {
    left: 100%;
}footer .baseplay_market {
    padding-top: 20px;
    margin-top: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}footer .basefooter_benefit {
    font-size: 15px;
    text-align: center;
    color: #ffffff;
    letter-spacing: 0.5px;
    opacity: 0.7;
}

@media (min-width: 768px) {footer .info_item {
    flex: 1 1 60px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .baseupdates_form {
    white-space: nowrap;
}
}

@media (min-width: 992px) {footer .basesite_map {
    grid-template-columns: 1fr;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .basecourse_faq {
    flex-wrap: nowrap;
    justify-content: space-between;
    display: flex;
}footer .info_item {
    flex: 0 1 auto;
}
}

@media (max-width: 767px) {footer .basetrial_offer {
    padding: 60px 0 30px;
}footer .basecourse_faq {
    padding: 20px;
    flex-direction: column;
    gap: 15px;
}footer .info_item {
    width: 100%;
}footer .baseheader_site, footer .subscribe_holder {
    padding: 20px;
}footer .subscribe_holder h5, footer .baseheader_site h5 {
    font-size: calc(24px - 2px);
}footer .subscribe_holder p, footer .basefirst_section a {
    font-size: calc(18px - 2px);
}footer .baseplay_market {
    margin-top: 30px;
}
}

@media (max-width: 576px) {footer .basetrial_offer {
    padding: 40px 0 20px;
}footer .basecourse_faq, footer .baseheader_site, footer .subscribe_holder {
    padding: 15px;
}footer .input_holder input[type="email"], footer .baseupdates_form {
    padding: 12px;
}footer .baseheader_primary svg {
    height: 40px;
}footer .basevolunteer {
    font-size: calc(15px - 1px);
}}.basesecure_retreat {
    overflow: hidden;
    padding: 60px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.5);
    height: auto;
    width: 100%;
}.basesecure_retreat h1 {
    margin-top: 0;
    width: 100%;
    font-size: 46px;
    text-align: left;
    color: rgb(217,188,188);
    border-bottom: 4px solid rgb(193,154,154);
    margin-bottom: 40px;
    padding-bottom: 10px;
    font-weight: 700;
}.basesecure_retreat h2 {
    margin-top: 0;
    text-align: left;
    color: rgb(193,154,154);
    margin-bottom: 30px;
    padding-bottom: 5px;
    font-weight: 600;
    width: 100%;
    font-size: 30px;
    border-bottom: 3px solid rgb(217,188,188);
}.basesecure_retreat ul, .basesecure_retreat ol {
    list-style: none;
    font-family: Arial, sans-serif;
    padding: 0;
    color: #000000;
    margin: 20px 0;
    font-size: 13px;
    padding-left: 20px;
}.basesecure_retreat li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    position: relative;
}.basesecure_retreat li:before {
    color: rgb(193,154,154);
    content: "•";
    position: absolute;
    line-height: 1;
    font-size: 1.5em;
    left: -20px;
}.basesecure_retreat section {
    background: none;
}.basesecure_retreat p, .basesecure_retreat span, .basesecure_retreat div {
    color: #000000;
    line-height: 1.8;
    font-size: 13px;
    font-family: Arial, sans-serif;
    text-align: left;
    margin-bottom: 20px;
}

@media only screen and (max-width: 800px) {.basesecure_retreat {
    border-radius: 10px;
    grid-template-columns: 1fr;
    padding: 30px;
}.basesecure_retreat h1 {
    font-size: calc(20px - 5px);
}.basesecure_retreat h2 {
    font-size: calc(20px - 3px);
}.basesecure_retreat ul, .basesecure_retreat ol {
    margin: 15px 0;
}.basesecure_retreat li {
    padding: 8px 0;
}.basesecure_retreat p, .basesecure_retreat span, .basesecure_retreat div {
    margin-bottom: 15px;
}}
.basecustomer_opinions {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(236,222,222) 0%, rgb(193,154,154,0.5) 100%);
    padding: 6rem 0;
}.basecustomer_opinions::before {
    content: "";
    top: 0;
    position: absolute;
    width: 100%;
    opacity: 0.15;
    background: 
        radial-gradient(circle at 15% 25%, rgb(217,188,188,0.5) 0%, transparent 35%),
        radial-gradient(circle at 85% 75%, rgb(193,154,154,0.5) 0%, transparent 40%);
    height: 100%;
    left: 0;
    z-index: 0;
}.basecustomer_opinions::after {
    opacity: 0.08;
    transform: rotate(-15deg);
    width: 35%;
    content: "";
    top: -10%;
    height: 35%;
    right: -10%;
    background: rgb(217,188,188,0.5);
    clip-path: polygon(0 0, 100% 25%, 75% 100%, 25% 70%);
    position: absolute;
    z-index: 0;
}.basecustomer_opinions .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
    padding: 0 20px;
}.basecustomer_opinions h2 {
    transform: perspective(1000px) rotateX(2deg);
    margin-bottom: 3.5rem;
    text-shadow: 0 2px 2px rgba(0,0,0,0.05);
    position: relative;
    line-height: 1.2;
    font-weight: 700;
    color: #000000;
    font-size: 37px;
    text-align: center;
}.basecustomer_opinions h2::after {
    content: "";
    bottom: -15px;
    background: linear-gradient(90deg, transparent, rgb(217,188,188), transparent);
    position: absolute;
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
}.basecustomer_opinions .basesuccess_voices {
    list-style: none;
    padding: 0;
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    gap: 30px;
}.basecustomer_opinions .basefeedback_stories {
    z-index: 1;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    padding: 30px 25px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    border-radius: 4px;
    background: #ffffff;
}.basecustomer_opinions .basefeedback_stories::before {
    position: absolute;
    background: linear-gradient(to bottom, rgb(217,188,188), rgb(193,154,154));
    content: "";
    left: 0;
    height: 0;
    z-index: -1;
    width: 4px;
    top: 0;
    transition: height 0.6s ease;
}.basecustomer_opinions .basefeedback_stories:hover {
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    transform: translateY(-8px);
}.basecustomer_opinions .basefeedback_stories:hover::before {
    height: 100%;
}.basecustomer_opinions .basefeedback_stories > div {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}.basecustomer_opinions .basefeedback_stories img {
    border-radius: 50%;
    border: 3px solid rgba(rgb(217,188,188,0.5), 0.1);
    object-fit: cover;
    height: 60px;
    transition: transform 0.3s ease, border-color 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    width: 60px;
}.basecustomer_opinions .basefeedback_stories:hover img {
    transform: scale(1.05);
    border-color: rgb(217,188,188,0.5);
}.basecustomer_opinions .basefeedback_stories h4 {
    font-size: calc(21px - 2px);
    transition: transform 0.3s ease;
    position: relative;
    color: #000000;
    font-weight: 600;
    margin: 0 0 0 15px;
}.basecustomer_opinions .basefeedback_stories:hover h4 {
    transform: translateX(5px);
}.basecustomer_opinions .basefeedback_stories h4::after {
    left: 0;
    background: rgb(217,188,188);
    position: absolute;
    transition: width 0.4s ease;
    bottom: -5px;
    content: "";
    height: 2px;
    width: 0;
}.basecustomer_opinions .basefeedback_stories:hover h4::after {
    width: 80%;
}.basecustomer_opinions .basefeedback_stories .description {
    color: #000000;
    z-index: 1;
    line-height: 1.6;
    position: relative;
    margin: 0;
    font-size: 12px;
}.basecustomer_opinions .basefeedback_stories .description::before {
    content: "";
    transition: opacity 0.3s ease, transform 0.3s ease;
    position: absolute;
    color: rgb(217,188,188,0.5);
    left: -10px;
    z-index: -1;
    opacity: 0.1;
    font-size: 100px;
    top: -30px;
}.basecustomer_opinions .basefeedback_stories:hover .description::before {
    opacity: 0.15;
    transform: scale(1.1) rotate(5deg);
}.basecustomer_opinions a {
    margin: 40px auto 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    display: inline-block;
    transform: translateX(-50%);
    background: linear-gradient(45deg, rgb(217,188,188), rgb(193,154,154));
    border-radius: 3px;
    padding: 12px 30px;
    z-index: 1;
    box-shadow: 0 5px 15px rgba(rgb(217,188,188,0.5), 0.3);
    color: #ffffff;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    left: 50%;
    font-weight: 600;
}.basecustomer_opinions a:hover {
    transform: translateY(-3px) translateX(-50%);
    box-shadow: 0 8px 25px rgba(rgb(217,188,188,0.5), 0.4);
}.basecustomer_opinions a::before {
    z-index: -1;
    transition: left 0.6s ease;
    left: -100%;
    height: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    width: 100%;
    content: "";
}.basecustomer_opinions a:hover::before {
    left: 100%;
}

@media (max-width: 991px) {.basecustomer_opinions {
    padding: 5rem 0;
}.basecustomer_opinions h2 {
    font-size: calc(37px - 4px);
    margin-bottom: 3rem;
}.basecustomer_opinions .basesuccess_voices {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 767px) {.basecustomer_opinions {
    padding: 4rem 0;
}.basecustomer_opinions h2 {
    transform: none;
    margin-bottom: 2.5rem;
    font-size: calc(37px - 6px);
}.basecustomer_opinions .basesuccess_voices {
    grid-template-columns: 1fr;
    gap: 20px;
}.basecustomer_opinions .basefeedback_stories {
    padding: 25px 20px;
}.basecustomer_opinions .basefeedback_stories img {
    height: 50px;
    width: 50px;
}
}

@media (max-width: 480px) {.basecustomer_opinions {
    padding: 3rem 0;
}.basecustomer_opinions h2 {
    font-size: calc(37px - 8px);
    margin-bottom: 2rem;
}.basecustomer_opinions .basefeedback_stories {
    padding: 20px 15px;
}.basecustomer_opinions .basefeedback_stories img {
    height: 45px;
    width: 45px;
}.basecustomer_opinions a {
    padding: 10px 25px;
    margin-top: 30px;
}
}

@media (min-width: 1200px) {.basecustomer_opinions .basesuccess_voices {
    grid-template-columns: repeat(4, 1fr);
}.basecustomer_opinions .basefeedback_stories:nth-child(even) {
    transform: translateY(15px);
}.basecustomer_opinions .basefeedback_stories:nth-child(even):hover {
    transform: translateY(7px);
}
}

@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-7px);
    }
    100% {
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: no-preference) {.basecustomer_opinions .basefeedback_stories:nth-child(3n+1) {
    animation: float 8s ease-in-out infinite;
}.basecustomer_opinions .basefeedback_stories:nth-child(3n+2) {
    animation-delay: 0.5s;
    animation: float 9s ease-in-out infinite;
}.basecustomer_opinions .basefeedback_stories:nth-child(3n+3) {
    animation-delay: 1s;
    animation: float 10s ease-in-out infinite;
}}.basecourse_offering {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    background-color: rgb(236,222,222);
    display: flex;
    flex-direction: column;
}.basecourse_offering .baselearn_more {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}.basecourse_offering .baselearn_more::before {
    background: #000000;
    left: 0;
    width: 100%;
    content: "";
    position: absolute;
    height: 100%;
    z-index: 2;
    opacity: 0.7;
    top: 0;
}.basecourse_offering .basenext_skill {
    left: 0;
    z-index: 1;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}.basecourse_offering .basenew_skills {
    width: 100%;
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    height: 100%;
    position: absolute;
    animation: slide-fade 25s infinite cubic-bezier(0.19, 1, 0.22, 1);
    transform: scale(1.1);
}.basecourse_offering .baselearn_more:hover .basenew_skills {
    animation-play-state: paused;
}.basecourse_offering .basenew_skills:nth-child(1) {
    animation-delay: 0s;
}.basecourse_offering .basenew_skills:nth-child(2) {
    animation-delay: -5s;
}.basecourse_offering .basenew_skills:nth-child(3) {
    animation-delay: -10s;
}.basecourse_offering .basenew_skills:nth-child(4) {
    animation-delay: -15s;
}.basecourse_offering .basenew_skills:nth-child(5) {
    animation-delay: -20s;
}.basecourse_offering .basenew_skills img {
    width: 100%;
    filter: grayscale(0.3) contrast(1.1);
    object-fit: cover;
    height: 100%;
}.basecourse_offering .container {
    align-items: center;
    display: flex;
    height: 100vh;
    position: relative;
    z-index: 10;
    width: 100%;
}.basecourse_offering .baseknowledge_zone {
    display: grid;
    width: 85%;
    height: 80vh;
    margin: 0 auto;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(12, 1fr);
    position: relative;
}.basecourse_offering .basecareer_classes {
    overflow: hidden;
    padding: 4rem;
    grid-column: 6 / 13;
    flex-direction: column;
    box-sizing: border-box;
    display: flex;
    grid-row: 2 / 12;
    background: rgba(255, 255, 255, 0.04);
    position: relative;
    justify-content: center;
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 28px;
    z-index: 3;
}.basecourse_offering .basecareer_classes::before {
    width: 60%;
    top: -30px;
    content: "";
    z-index: -1;
    position: absolute;
    background: rgb(217,188,188,0.5);
    opacity: 0.3;
    height: 60%;
    border-radius: 50%;
    left: -30px;
    filter: blur(60px);
}.basecourse_offering .basecareer_classes::after {
    content: "";
    right: -30px;
    bottom: -30px;
    filter: blur(70px);
    position: absolute;
    opacity: 0.3;
    border-radius: 50%;
    z-index: -1;
    background: rgb(193,154,154,0.5);
    height: 70%;
    width: 70%;
}.basecourse_offering .basecareer_classes h3 {
    margin-bottom: 1.5rem;
    font-weight: 700;
    position: relative;
    font-size: 33px;
    color: #ffffff;
}.basecourse_offering .basecareer_classes h3::before {
    content: "";
    border: 2px solid rgb(217,188,188,0.5);
    left: -15px;
    border-radius: 10px;
    opacity: 0.5;
    width: 50px;
    height: 50px;
    top: -15px;
    position: absolute;
    z-index: -1;
}.basecourse_offering .basecareer_classes p {
    overflow-wrap: break-word;
    font-size: 12px;
    max-width: 100%;
    line-height: 1.8;
    color: #000000;
    word-wrap: break-word;
    margin-bottom: 2.5rem;
}.basecourse_offering .basecontact_reach {
    align-self: flex-start;
    max-width: calc(100% - 2rem);
    font-size: 20px;
    color: #ffffff;
    overflow: hidden;
    border: 1px solid rgb(217,188,188);
    align-items: center;
    margin-bottom: 1rem;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
    background: transparent;
    z-index: 1;
    display: inline-flex;
    padding: 1rem 2rem;
    font-weight: 600;
}.basecourse_offering .basecontact_reach::before {
    top: 0;
    height: 100%;
    left: -100%;
    transition: left 0.3s ease;
    content: "";
    width: 100%;
    position: absolute;
    background: rgb(217,188,188);
    z-index: -1;
}.basecourse_offering .basecontact_reach:hover {
    color: #ffffff;
}.basecourse_offering .basecontact_reach:hover::before {
    left: 0;
}.basecourse_offering .baseknowledge_zone::after {
    grid-column: 3 / 9;
    height: 100%;
    grid-row: 4 / 10;
    width: 100%;
    z-index: 2;
    border: 1px solid rgb(193,154,154,0.5);
    content: "";
    position: absolute;
    border-radius: 28px;
}

@keyframes slide-fade {
    0%, 16% {
        opacity: 1;
        z-index: 5;
    }
    20%, 96% {
        opacity: 0;
        z-index: 0;
    }
    100% {
        opacity: 1;
        z-index: 5;
    }
}

@keyframes progress-move {
    0%, 16% {
        left: 0;
    }
    20%, 36% {
        left: 40px;
    }
    40%, 56% {
        left: 80px;
    }
    60%, 76% {
        left: 120px;
    }
    80%, 96% {
        left: 160px;
    }
    100% {
        left: 0;
    }
}


@media screen and (max-width: 1200px) {.basecourse_offering .baseknowledge_zone {
    width: 90%;
    height: 85vh;
}.basecourse_offering .basecareer_classes {
    padding: 3rem;
}
}

@media screen and (max-width: 992px) {.basecourse_offering .baseknowledge_zone {
    grid-template-columns: repeat(8, 1fr);
    gap: 2rem;
    height: auto;
    grid-template-rows: auto 1fr;
}.basecourse_offering .baseknowledge_zone::before {
    display: none;
}.basecourse_offering .baseknowledge_zone::after {
    display: none;
}.basecourse_offering .basecareer_classes {
    padding: 2.5rem;
    grid-column: 1 / 9;
    grid-row: 2;
}.basecourse_offering .container {
    height: auto;
    padding: 5rem 0;
}
}

@media screen and (max-width: 768px) {.basecourse_offering .baseknowledge_zone {
    gap: 1.5rem;
    width: 90%;
}.basecourse_offering .basecareer_classes {
    padding: 2rem;
}.basecourse_offering .basecareer_classes h3 {
    font-size: calc(33px * 0.9);
}.basecourse_offering .basecareer_classes h3::before {
    height: 40px;
    width: 40px;
    left: -20px;
    top: -15px;
}.basecourse_offering .basecareer_classes p {
    font-size: calc(12px * 0.9);
    margin-bottom: 2rem;
}.basecourse_offering .container {
    padding: 4rem 0;
}
}

@media screen and (max-width: 576px) {.basecourse_offering .baseknowledge_zone {
    width: 92%;
    gap: 1rem;
}.basecourse_offering .basecareer_classes {
    padding: 1.5rem;
}.basecourse_offering .basecareer_classes h3 {
    margin-bottom: 1rem;
    font-size: calc(33px * 0.8);
}.basecourse_offering .basecareer_classes h3::before {
    display: none;
}.basecourse_offering .basecareer_classes p {
    line-height: 1.6;
    margin-bottom: 1.5rem;
}.basecourse_offering .basecontact_reach {
    font-size: calc(20px * 0.9);
    padding: 0.8rem 1.8rem;
}.basecourse_offering .container {
    padding: 3rem 0;
}}


.basecourse_offering .basenext_skill:has(.basenew_skills:nth-child(2):last-child) .basenew_skills:nth-child(1) {
    animation-delay: 0s;
}.basecourse_offering .basenext_skill:has(.basenew_skills:nth-child(2):last-child) .basenew_skills:nth-child(2) {
    animation-delay: -12.5s;
}.basecourse_offering .basenext_skill:has(.basenew_skills:nth-child(3):last-child) .basenew_skills:nth-child(1) {
    animation-delay: 0s;
}.basecourse_offering .basenext_skill:has(.basenew_skills:nth-child(3):last-child) .basenew_skills:nth-child(2) {
    animation-delay: -8.33s;
}.basecourse_offering .basenext_skill:has(.basenew_skills:nth-child(3):last-child) .basenew_skills:nth-child(3) {
    animation-delay: -16.67s;
}.basecourse_offering .basenext_skill:has(.basenew_skills:nth-child(4):last-child) .basenew_skills:nth-child(1) {
    animation-delay: 0s;
}.basecourse_offering .basenext_skill:has(.basenew_skills:nth-child(4):last-child) .basenew_skills:nth-child(2) {
    animation-delay: -6.25s;
}.basecourse_offering .basenext_skill:has(.basenew_skills:nth-child(4):last-child) .basenew_skills:nth-child(3) {
    animation-delay: -12.5s;
}.basecourse_offering .basenext_skill:has(.basenew_skills:nth-child(4):last-child) .basenew_skills:nth-child(4) {
    animation-delay: -18.75s;
}@keyframes feature-photo {
    0%, 16% {
        opacity: 1;
    }
    20%, 96% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


.basecourse_offering .baselearn_more {
    z-index: 0;
}header {
    overflow: visible;
    background: linear-gradient(to bottom, rgb(236,222,222), rgba(0, 0, 0, 0.5));
    width: 100%;
    position: relative;
    z-index: 99;
}header::before {
    opacity: 0.1;
    top: 0;
    width: 100%;
    left: 0;
    content: "";
    background-image: repeating-linear-gradient(
        -45deg,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5) 1px,
        transparent 1px,
        transparent 6px
    );
    height: 100%;
    position: absolute;
}header .baseheader_bar {
    position: relative;
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 20px 30px;
}header .baseheader_bar::before {
    bottom: 0;
    height: 1px;
    content: "";
    width: 80%;
    background: linear-gradient(to right, transparent, rgb(217,188,188), transparent);
    position: absolute;
    left: 10%;
}header .baseheader_bar .baseheader_primary {
    z-index: 2;
    position: relative;
    margin-right: 40px;
}header .baseheader_bar .baseheader_primary .basemain_header {
    padding: 5px;
    display: block;
    position: relative;
}header .baseheader_bar .baseheader_primary .basemain_header::before {
    content: "";
    right: -5px;
    transition: transform 0.3s ease, opacity 0.3s ease;
    border-radius: 10px;
    top: -5px;
    transform: scale(0.9);
    position: absolute;
    left: -5px;
    z-index: -1;
    background: rgba(0, 0, 0, 0.5);
    bottom: -5px;
    opacity: 0;
}header .baseheader_bar .baseheader_primary .basemain_header:hover::before {
    opacity: 0.1;
    transform: scale(1);
}header .baseheader_bar .baseheader_primary .basemain_header svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    width: auto;
    height: 45px;
}header .baseheader_bar .baseheader_site {
    padding: 0;
    perspective: 1000px;
    margin: 0;
    list-style: none;
    display: flex;
}header .baseheader_bar .baseheader_site .basenav_site {
    transform-style: preserve-3d;
    position: relative;
    margin: 0;
}header .baseheader_bar .baseheader_site .basenav_site a {
    text-transform: uppercase;
    padding: 12px 20px;
    font-weight: 600;
    display: block;
    background: linear-gradient(to bottom, transparent, transparent);
    transition: color 0.3s ease, transform 0.3s ease;
    position: relative;
    letter-spacing: 0.5px;
    font-size: 13px;
    font-family: Arial, sans-serif;
    text-decoration: none;
    color: #000000;
    transform-style: preserve-3d;
}header .baseheader_bar .baseheader_site .basenav_site a::before,
header .baseheader_bar .baseheader_site .basenav_site a::after {
    pointer-events: none;
    transition: all 0.3s ease;
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
}header .baseheader_bar .baseheader_site .basenav_site a::before {
    background: linear-gradient(to bottom, rgb(217,188,188,0.5), transparent);
    transform: translateZ(-1px) rotateX(10deg);
    opacity: 0;
    transform-origin: top center;
}header .baseheader_bar .baseheader_site .basenav_site a::after {
    opacity: 0;
    background: linear-gradient(to top, rgb(193,154,154,0.5), transparent);
    transform: translateZ(-2px) rotateX(-10deg);
    transform-origin: bottom center;
}header .baseheader_bar .baseheader_site .basenav_site:hover a {
    color: rgb(217,188,188);
    transform: translateZ(10px);
}header .baseheader_bar .baseheader_site .basenav_site:hover a::before,
header .baseheader_bar .baseheader_site .basenav_site:hover a::after {
    opacity: 0.1;
}header .baseheader_bar .baseheader_site .basenav_site:hover a::before {
    transform: translateZ(-5px) rotateX(15deg);
}header .baseheader_bar .baseheader_site .basenav_site:hover a::after {
    transform: translateZ(-10px) rotateX(-15deg);
}

@media (max-width: 992px) {header .baseheader_bar {
    padding: 15px;
    flex-direction: column;
}header .baseheader_bar .baseheader_primary {
    margin: 0 0 15px 0;
}header .baseheader_bar .baseheader_site {
    justify-content: center;
    perspective: none;
    flex-wrap: wrap;
    width: 100%;
}header .baseheader_bar .baseheader_site .basenav_site a {
    font-size: calc(13px - 1px);
    transform-style: flat;
    padding: 10px 15px;
}header .baseheader_bar .baseheader_site .basenav_site:hover a {
    transform: none;
}header .baseheader_bar .baseheader_site .basenav_site a::before,
    header .baseheader_bar .baseheader_site .basenav_site a::after {
    display: none;
}
}

@media (max-width: 767px) {header .baseheader_bar .baseheader_site .basenav_site a {
    padding: 8px 12px;
    font-size: calc(13px - 2px);
}}.baseoffer_package {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}.baseoffer_package::before {
    position: absolute;
    z-index: 1;
    content: "";
    left: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.7));
    width: 100%;
    height: 100%;
    top: 0;
}.baseoffer_package .container {
    padding: 0 20px;
    max-width: 1320px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}.baseoffer_package .baselearning_package {
    position: relative;
}.baseoffer_package h2 {
    position: relative;
    animation: fadeInUp 0.8s ease-out forwards;
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #ffffff;
    transform: translateY(0);
    text-align: center;
}.baseoffer_package .basetraining_sub {
    color: rgb(255, 255, 255, 0.5);
    font-size: 14px;
    opacity: 0;
    text-align: center;
    line-height: 1.6;
    max-width: 800px;
    position: relative;
    margin: 0 auto 50px;
    transform: translateY(20px);
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
}.baseoffer_package .baserate_packages {
    margin: 0;
    display: grid;
    gap: 30px;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
}.baseoffer_package .baserate_packages li {
    transition: transform 0.4s ease;
    transform-style: preserve-3d;
    perspective: 1000px;
}.baseoffer_package .basestudy_offers {
    transform: translateZ(0);
    will-change: transform;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    display: block;
    height: 100%;
    text-decoration: none;
}.baseoffer_package .baselearning_packages {
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    height: 100%;
    justify-content: space-between;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.1), 
        rgba(255, 255, 255, 0.03));
    position: relative;
    backdrop-filter: blur(10px);
    overflow: hidden;
    -webkit-backdrop-filter: blur(10px);
    min-height: 420px;
    display: flex;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    padding: 30px;
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.baseoffer_package .baselearning_packages::before {
    position: absolute;
    top: 0;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    content: "";
    width: 100%;
    transform-origin: left;
    height: 5px;
    background: linear-gradient(90deg, 
        rgb(217,188,188), 
        rgb(193,154,154));
    transform: scaleX(0);
    left: 0;
}.baseoffer_package .baserate_schemes {
    color: #ffffff;
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 1;
    height: 100%;
}.baseoffer_package .baserate_schemes h4 {
    transition: color 0.3s ease;
    padding-bottom: 15px;
    position: relative;
    font-size: calc(23px * 1.1);
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 700;
}.baseoffer_package .baserate_schemes h4::after {
    left: 0;
    content: "";
    background-color: rgb(217,188,188);
    bottom: 0;
    position: absolute;
    width: 50px;
    transition: width 0.4s ease;
    height: 2px;
}.baseoffer_package .baserate_schemes p {
    line-height: 1.6;
    scrollbar-width: thin;
    margin-bottom: 30px;
    overflow-y: auto;
    flex-grow: 1;
    font-size: 14px;
    overflow-wrap: break-word;
    scrollbar-color: rgb(217,188,188) rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.85);
    max-height: 200px;
    word-break: break-word;
}.baseoffer_package .baserate_schemes p::-webkit-scrollbar {
    width: 4px;
}.baseoffer_package .baserate_schemes p::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}.baseoffer_package .baserate_schemes p::-webkit-scrollbar-thumb {
    background-color: rgb(217,188,188);
}.baseoffer_package .basecost_rates {
    background: linear-gradient(135deg, rgb(217,188,188), rgb(193,154,154));
    display: inline-block;
    font-size: calc(23px * 1.3);
    align-self: flex-start;
    background-clip: text !important;
    color: #ffffff;
    margin-top: auto;
    font-weight: 700;
    padding: 10px 0;
    color: transparent;
    -webkit-background-clip: text !important;
    position: relative;
}.baseoffer_package .basecost_rates::before {
    width: 100%;
    height: 1px;
    left: 0;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, 
        rgb(217,188,188), 
        transparent);
    bottom: 0;
}.baseoffer_package .baserate_packages li:hover {
    transform: translateY(-5px);
}.baseoffer_package .baserate_packages li:hover .baselearning_packages {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}.baseoffer_package .baserate_packages li:hover .baselearning_packages::before {
    transform: scaleX(1);
}.baseoffer_package .baserate_packages li:hover .baserate_schemes h4::after {
    width: 80px;
}.baseoffer_package .baserate_packages li:nth-child(1) {
    animation: fadeInUp 0.8s ease-out 0.3s both;
}.baseoffer_package .baserate_packages li:nth-child(2) {
    animation: fadeInUp 0.8s ease-out 0.4s both;
}.baseoffer_package .baserate_packages li:nth-child(3) {
    animation: fadeInUp 0.8s ease-out 0.5s both;
}.baseoffer_package .baserate_packages li:nth-child(4) {
    animation: fadeInUp 0.8s ease-out 0.6s both;
}

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

@media (max-width: 1200px) {.baseoffer_package {
    padding: 80px 0;
}.baseoffer_package .baserate_packages {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.baseoffer_package .baselearning_packages {
    padding: 25px;
    min-height: 400px;
}
}

@media (max-width: 992px) {.baseoffer_package {
    padding: 70px 0;
}.baseoffer_package h2 {
    font-size: calc(28px * 0.9);
}.baseoffer_package .basetraining_sub {
    margin-bottom: 40px;
    font-size: calc(14px * 0.95);
}.baseoffer_package .baserate_packages {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}.baseoffer_package .baselearning_packages {
    padding: 20px;
    min-height: 380px;
}.baseoffer_package .baserate_schemes h4 {
    font-size: 23px;
}.baseoffer_package .basecost_rates {
    font-size: calc(23px * 1.2);
}
}

@media (max-width: 768px) {.baseoffer_package {
    padding: 60px 0;
}.baseoffer_package h2 {
    margin-bottom: 15px;
    font-size: calc(28px * 0.85);
}.baseoffer_package .basetraining_sub {
    margin-bottom: 30px;
    font-size: calc(14px * 0.9);
}.baseoffer_package .baserate_packages {
    max-width: 450px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.baseoffer_package .baselearning_packages {
    min-height: auto;
}.baseoffer_package .baserate_schemes p {
    max-height: 150px;
}
}

@media (max-width: 576px) {.baseoffer_package {
    padding: 50px 0;
}.baseoffer_package h2 {
    font-size: calc(28px * 0.8);
}.baseoffer_package .basetraining_sub {
    font-size: calc(14px * 0.85);
}.baseoffer_package .baselearning_packages {
    padding: 20px 15px;
}.baseoffer_package .baserate_schemes h4 {
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: calc(23px * 0.95);
}.baseoffer_package .baserate_schemes p {
    font-size: calc(14px * 0.9);
    margin-bottom: 20px;
}.baseoffer_package .basecost_rates {
    font-size: calc(23px * 1.1);
}}.baselearning_impact {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(236,222,222) 0%, rgba(245, 247, 250, 0.95) 100%);
}.baselearning_impact::before {
    height: 100%;
    position: absolute;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(217,188,188,0.5), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(193,154,154,0.5), 0.08) 0%, transparent 60%);
    left: 0;
    width: 100%;
    z-index: 0;
    top: 0;
    content: "";
}.baselearning_impact::after {
    opacity: 0.05;
    height: 300px;
    z-index: 0;
    content: "";
    width: 300px;
    filter: blur(50px);
    background: linear-gradient(45deg, rgb(217,188,188) 0%, rgb(193,154,154) 100%);
    right: -150px;
    top: -150px;
    border-radius: 50%;
    position: absolute;
}.baselearning_impact .container {
    max-width: 1200px;
    gap: 60px;
    z-index: 1;
    padding: 0 20px;
    position: relative;
    display: grid;
    margin: 0 auto;
    grid-template-columns: 1fr 1fr;
}.baselearning_impact .basebackground_img {
    transform: perspective(1000px) rotateY(-5deg) translateZ(20px);
    height: 100%;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 10px 20px rgba(0, 0, 0, 0.06);
    filter: saturate(1.05);
    object-fit: cover;
    border-radius: 10px;
    width: 100%;
}.baselearning_impact .basebackground_img:hover {
    transform: perspective(1000px) rotateY(-2deg) translateZ(30px);
}.baselearning_impact .baseknowledge_zone {
    justify-content: center;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    flex-direction: column;
    transform: perspective(1000px) rotateY(2deg) translateZ(10px);
    display: flex;
}.baselearning_impact .baseknowledge_zone:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(20px);
}.baselearning_impact .basetext_banner {
    padding: 20px 0;
    position: relative;
}.baselearning_impact .basetext_banner::before {
    transform: scaleY(0.9);
    transition: transform 0.4s ease;
    position: absolute;
    width: 4px;
    background: linear-gradient(to bottom, rgb(217,188,188), rgb(193,154,154));
    height: 100%;
    top: 0;
    opacity: 0.8;
    content: "";
    border-radius: 10px;
    left: -20px;
}.baselearning_impact .basetext_banner:hover::before {
    transform: scaleY(1);
}.baselearning_impact h1 {
    position: relative;
    font-weight: 700;
    font-size: 38px;
    transition: transform 0.4s ease;
    color: #000000;
    line-height: 1.3;
    transform: translateX(0);
    margin-bottom: 30px;
}.baselearning_impact h1::after {
    position: absolute;
    border-radius: 10px;
    content: "";
    width: 80px;
    height: 3px;
    transition: width 0.4s ease;
    bottom: -10px;
    left: 0;
    background: linear-gradient(to right, rgb(217,188,188), rgb(193,154,154));
}.baselearning_impact h1:hover::after {
    width: 120px;
}.baselearning_impact ul {
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
}.baselearning_impact li {
    display: flex;
    backdrop-filter: blur(10px);
    transform: translateX(0);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.7);
    margin-bottom: 18px;
    border-radius: 10px;
    align-items: flex-start;
    padding: 15px 20px;
    transition: all 0.3s ease;
}.baselearning_impact li:hover {
    transform: translateX(5px) translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    background: rgba(255, 255, 255, 0.9);
}.baselearning_impact li p {
    font-size: 14px;
    margin: 0;
    display: flex;
    color: #000000;
    line-height: 1.6;
    align-items: center;
}.baselearning_impact li svg {
    transition: transform 0.3s ease;
    height: 24px;
    margin-right: 15px;
    flex-shrink: 0;
    width: 24px;
}.baselearning_impact li:hover svg {
    transform: scale(1.1) rotate(5deg);
}.baselearning_impact li svg path {
    transition: fill 0.3s ease;
    fill: rgb(217,188,188);
}.baselearning_impact li:hover svg path {
    fill: rgb(193,154,154);
}.baselearning_impact li:nth-child(odd) {
    transform: translateX(-5px);
}.baselearning_impact li:nth-child(odd):hover {
    transform: translateX(0) translateY(-2px);
}.baselearning_impact li:nth-child(even) {
    background: rgba(255, 255, 255, 0.8);
}

@media (max-width: 992px) {.baselearning_impact {
    padding: 80px 0;
}.baselearning_impact .container {
    grid-template-columns: 1fr;
    gap: 40px;
}.baselearning_impact .basebackground_img {
    transform: perspective(1000px) rotateY(0) translateZ(0);
    max-height: 400px;
}.baselearning_impact .baseknowledge_zone {
    transform: none;
}.baselearning_impact h1 {
    font-size: calc(38px * 0.9);
    margin-bottom: 25px;
}
}

@media (max-width: 768px) {.baselearning_impact {
    padding: 60px 0;
}.baselearning_impact .basebackground_img {
    max-height: 320px;
}.baselearning_impact h1 {
    font-size: calc(38px * 0.8);
}.baselearning_impact li {
    margin-bottom: 15px;
    padding: 12px 15px;
}.baselearning_impact li p {
    font-size: calc(14px * 0.95);
}.baselearning_impact li svg {
    height: 20px;
    width: 20px;
    margin-right: 10px;
}
}

@media (max-width: 576px) {.baselearning_impact {
    padding: 50px 0;
}.baselearning_impact .basebackground_img {
    max-height: 250px;
}.baselearning_impact h1 {
    font-size: calc(38px * 0.7);
}.baselearning_impact .basetext_banner::before {
    left: -15px;
    width: 3px;
}.baselearning_impact li {
    margin-bottom: 12px;
    padding: 10px 12px;
}.baselearning_impact li p {
    font-size: calc(14px * 0.9);
    line-height: 1.5;
}.baselearning_impact li svg {
    height: 18px;
    margin-right: 8px;
    width: 18px;
}}.baselearning_system {
    background: rgb(236,222,222);
    overflow: hidden;
    padding: 130px 0;
    position: relative;
}.baselearning_system::before {
    content: '';
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgb(217,188,188,0.5) 0%, transparent 40%),
        radial-gradient(circle at 85% 30%, rgb(193,154,154,0.5) 0%, transparent 40%);
    z-index: 1;
    width: 100%;
    opacity: 0.2;
}.baselearning_system .baseknowledge_zone {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}.baselearning_system .basetext_banner {
    max-width: 700px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    position: relative;
    width: 100%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    overflow: hidden;
    backdrop-filter: blur(10px);
    padding: 60px 70px;
    border-radius: 10px;
}.baselearning_system .basetext_banner::before {
    animation: rotate-gradient 15s linear infinite;
    bottom: -10px;
    z-index: -1;
    top: -10px;
    background: linear-gradient(45deg, 
        rgb(217,188,188,0.5), 
        transparent 40%, 
        transparent 60%, 
        rgb(193,154,154,0.5)
    );
    position: absolute;
    left: -10px;
    right: -10px;
    border-radius: calc(10px + 10px);
    content: '';
}.baselearning_system .basetext_banner::after {
    background: rgb(236,222,222);
    z-index: -1;
    content: '';
    border-radius: 10px;
    position: absolute;
    top: 0;
    margin: 3px;
    right: 0;
    bottom: 0;
    left: 0;
}.baselearning_system .basetext_banner h2 {
    font-size: 34px;
    margin-bottom: 35px;
    display: inline-block;
    color: #ffffff;
    position: relative;
    font-weight: 700;
}.baselearning_system .basetext_banner h2::before {
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(217,188,188), rgb(193,154,154));
    opacity: 0.7;
    bottom: -4px;
    transition: transform 0.3s ease, opacity 0.3s ease;
    border-radius: 10px;
    transform: translateY(5px);
    content: '';
    position: absolute;
    height: 8px;
    opacity: 0;
}.baselearning_system .basetext_banner:hover h2::before {
    transform: translateY(0);
    opacity: 1;
}.baselearning_system .basetext_banner p {
    font-size: 16px;
    z-index: 2;
    position: relative;
    line-height: 1.8;
    color: #ffffff;
}.baselearning_system::after {
    position: absolute;
    z-index: 1;
    height: 100px;
    bottom: 0;
    opacity: 0.8;
    width: 100%;
    left: 0;
    content: '';
    background: linear-gradient(to bottom, transparent, rgb(236,222,222));
}.baselearning_system .baseknowledge_zone::before {
    background: rgb(217,188,188);
    transform: rotate(-35deg);
    height: 40px;
    position: absolute;
    left: -5%;
    animation: wave-motion 15s infinite alternate;
    top: 20%;
    filter: blur(30px);
    content: '';
    width: 40%;
    opacity: 0.1;
}.baselearning_system .baseknowledge_zone::after {
    bottom: 10%;
    content: '';
    position: absolute;
    filter: blur(25px);
    animation: wave-motion 12s infinite alternate-reverse;
    background: rgb(193,154,154);
    width: 30%;
    right: -5%;
    transform: rotate(25deg);
    height: 30px;
    opacity: 0.1;
}@keyframes rotate-gradient {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes wave-motion {
    0% {
        transform: rotate(-35deg) translateY(0);
    }
    50% {
        transform: rotate(-30deg) translateY(20px);
    }
    100% {
        transform: rotate(-35deg) translateY(0);
    }
}

.baselearning_system .basetext_banner p::after {
    border-radius: 50%;
    bottom: -20px;
    filter: blur(20px);
    opacity: 0.3;
    height: 60px;
    width: 60px;
    position: absolute;
    content: '';
    background: rgb(217,188,188,0.5);
    right: -20px;
    animation: pulse 8s infinite;
}@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.3);
        opacity: 0.5;
    }
}

.baselearning_system .basetext_banner p::first-line {
    color: rgb(217,188,188);
    font-weight: 600;
}.baselearning_system .basetext_banner::before {
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 80%, 
        80% 100%, 
        0% 100%
    );
}.baselearning_system .basetext_banner h2::after {
    position: absolute;
    bottom: -15px;
    height: 1px;
    left: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(217,188,188,0.5), 
        transparent
    );
    content: '';
    width: 100%;
}

@media screen and (max-width: 992px) {.baselearning_system {
    padding: 100px 0;
}.baselearning_system .basetext_banner {
    padding: 50px 50px;
}
}

@media screen and (max-width: 768px) {.baselearning_system {
    padding: 80px 0;
}.baselearning_system .basetext_banner {
    padding: 40px 30px;
}.baselearning_system .basetext_banner h2 {
    font-size: calc(34px * 0.9);
    margin-bottom: 25px;
}.baselearning_system .baseknowledge_zone::before,
    .baselearning_system .baseknowledge_zone::after {
    width: 50%;
}
}

@media screen and (max-width: 480px) {.baselearning_system {
    padding: 60px 0;
}.baselearning_system .basetext_banner {
    border-radius: calc(10px * 0.8);
    padding: 30px 20px;
}.baselearning_system .basetext_banner h2 {
    margin-bottom: 20px;
    font-size: calc(34px * 0.8);
}.baselearning_system .basetext_banner p {
    font-size: calc(16px * 0.9);
}.baselearning_system .basetext_banner::before {
    clip-path: polygon(
            0% 0%, 
            100% 0%, 
            100% 90%, 
            90% 100%, 
            0% 100%
        );
}}.baseinstructor_history {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, #000000 0%, rgb(236,222,222) 100%);
    padding: 140px 0;
}.baseinstructor_history::before {
    left: 0;
    mix-blend-mode: screen;
    top: 0;
    background: 
    radial-gradient(circle at 25% 25%, rgb(217,188,188,0.5) 0%, transparent 40%),
    radial-gradient(circle at 75% 75%, rgb(193,154,154,0.5) 0%, transparent 40%);
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    animation: morphBackground 15s infinite alternate ease-in-out;
}.baseinstructor_history .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    z-index: 2;
}.baseinstructor_history .basefeedback_stories {
    grid-template-areas:
    "photo name"
    "photo job"
    "quote quote";
    display: grid;
    grid-template-columns: 35% 1fr;
    gap: 20px 40px;
    grid-template-rows: auto auto 1fr;
    position: relative;
}.baseinstructor_history .basebackground_img {
    grid-area: photo;
    z-index: 3;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transform: perspective(1000px) rotateY(-8deg);
    clip-path: polygon(0 0, 100% 10%, 90% 100%, 0 90%);
    box-shadow: 
    20px 20px 30px rgba(0, 0, 0, 0.5),
    -10px -10px 30px rgb(217,188,188,0.5);
    height: 420px;
    border-radius: 10px;
}.baseinstructor_history .basebackground_img::before {
    mix-blend-mode: multiply;
    background: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    content: "";
    inset: 0;
    border-radius: 10px;
    position: absolute;
}.baseinstructor_history .basefeedback_stories:hover .basebackground_img {
    transform: perspective(1000px) rotateY(-4deg) translateZ(20px);
}.baseinstructor_history .name {
    grid-area: name;
    transform-origin: left center;
    color: #ffffff;
    padding-left: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-weight: 700;
    margin: 0;
    position: relative;
    font-size: 28px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    align-self: end;
    transform: perspective(1000px) rotateY(5deg);
}.baseinstructor_history .name::after {
    transition: transform 0.5s ease;
    left: 20px;
    transform: scaleX(0.6);
    transform-origin: left;
    position: absolute;
    height: 4px;
    content: "";
    width: 60px;
    bottom: -8px;
    background: rgb(217,188,188);
}.baseinstructor_history .basefeedback_stories:hover .name {
    transform: perspective(1000px) rotateY(2deg) translateZ(15px);
}.baseinstructor_history .basefeedback_stories:hover .name::after {
    transform: scaleX(1);
}.baseinstructor_history .basefeedback_stories > span:not(.name) {
    margin-top: 5px;
    color: rgb(193,154,154);
    font-weight: 600;
    padding-left: 20px;
    font-size: 16px;
    grid-area: job;
    transform-origin: left center;
    letter-spacing: 1px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    text-transform: uppercase;
    transform: perspective(1000px) rotateY(5deg);
}.baseinstructor_history .basefeedback_stories:hover > span:not(.name) {
    transform: perspective(1000px) rotateY(2deg) translateZ(10px);
}.baseinstructor_history .baseexperience_data {
    color: #ffffff;
    font-weight: 300;
    border-left: 4px solid rgb(217,188,188);
    line-height: 1.7;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    grid-area: quote;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    font-size: 15px;
    backdrop-filter: blur(10px);
    margin: 30px 0 0;
    transform: translateY(0);
    padding: 35px;
    z-index: 2;
    border-radius: 10px;
    position: relative;
}.baseinstructor_history .baseexperience_data::before {
    position: absolute;
    opacity: 0.7;
    color: rgb(217,188,188);
    top: -15px;
    left: 25px;
    content: "";
    font-size: calc(39px * 2);
}.baseinstructor_history .basefeedback_stories:hover .baseexperience_data {
    transform: translateY(-10px);
}

@keyframes morphBackground {
  0%, 100% {
    opacity: 0.7;
    transform: scale(1) rotate(0deg);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.1) rotate(5deg);
  }
}

@media (max-width: 992px) {.baseinstructor_history {
    padding: 80px 0;
}.baseinstructor_history .basefeedback_stories {
    grid-template-areas:
      "basebackground_img"
      "name"
      "baseemp_summary"
      "baseexperience_data";
    grid-template-columns: 1fr;
    gap: 15px;
    grid-template-rows: auto auto auto auto;
}.baseinstructor_history .basebackground_img {
    transform: none;
    margin: 0 auto;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    max-width: 320px;
    height: 320px;
}.baseinstructor_history .name,
  .baseinstructor_history .basefeedback_stories > span:not(.name) {
    transform: none;
    text-align: center;
    padding-left: 0;
}.baseinstructor_history .name::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0.6);
}.baseinstructor_history .basefeedback_stories:hover .name::after {
    transform: translateX(-50%) scaleX(1);
}.baseinstructor_history .baseexperience_data {
    margin-top: 20px;
}.baseinstructor_history .basefeedback_stories:hover .basebackground_img,
  .baseinstructor_history .basefeedback_stories:hover .name,
  .baseinstructor_history .basefeedback_stories:hover > span:not(.name),
  .baseinstructor_history .basefeedback_stories:hover .baseexperience_data {
    transform: none;
}
}

@media (max-width: 576px) {.baseinstructor_history {
    padding: 60px 0;
}.baseinstructor_history .basebackground_img {
    height: 250px;
    max-width: 250px;
}.baseinstructor_history .name {
    font-size: 23px;
}.baseinstructor_history .baseexperience_data {
    font-size: calc(15px * 0.95);
    padding: 25px 20px;
}}.baselaunch_now {
    position: relative;
    background: linear-gradient(170deg, rgb(236,222,222) 0%, rgb(217,188,188,0.5) 100%);
    padding: 110px 0;
    overflow: hidden;
}.baselaunch_now::before {
    background-size: 30px 30px;
    width: 100%;
    background: 
        linear-gradient(90deg, transparent 98%, rgb(217,188,188,0.5) 98%),
        linear-gradient(0deg, transparent 98%, rgb(217,188,188,0.5) 98%);
    position: absolute;
    height: 100%;
    z-index: 1;
    opacity: 0.4;
    content: '';
    top: 0;
    left: 0;
}.baselaunch_now .baseknowledge_zone {
    align-items: center;
    position: relative;
    justify-content: space-between;
    display: flex;
    z-index: 10;
}.baselaunch_now .container p {
    line-height: 1.4;
    z-index: 5;
    margin: 0;
    position: relative;
    flex: 0 0 65%;
    font-size: 34px;
    color: #000000;
    padding: 0 30px;
    border-left: 4px solid rgb(217,188,188);
    font-weight: 700;
}.baselaunch_now .basecontact_reach {
    flex: 0 0 30%;
    transition: all 0.4s ease;
    justify-content: center;
    align-items: center;
    font-size: 19px;
    color: #000000;
    height: 80px;
    display: flex;
    text-decoration: none;
    position: relative;
    background: transparent;
    font-weight: 700;
    z-index: 5;
}.baselaunch_now .basecontact_reach::before,
.baselaunch_now .basecontact_reach::after {
    width: 100%;
    height: 100%;
    border: 2px solid rgb(217,188,188);
    transition: all 0.4s ease;
    position: absolute;
    content: '';
}.baselaunch_now .basecontact_reach::before {
    top: -8px;
    left: -8px;
    border-right: none;
    border-bottom: none;
}.baselaunch_now .basecontact_reach::after {
    right: -8px;
    border-top: none;
    bottom: -8px;
    border-left: none;
}.baselaunch_now .basecontact_reach:hover {
    color: rgb(217,188,188);
}.baselaunch_now .basecontact_reach:hover::before {
    top: 0;
    left: 0;
}.baselaunch_now .basecontact_reach:hover::after {
    bottom: 0;
    right: 0;
}.baselaunch_now::after {
    z-index: 1;
    width: 100%;
    content: '';
    height: 100%;
    right: 0;
    background:
        linear-gradient(135deg, transparent 50%, rgb(217,188,188,0.5) 50%);
    position: absolute;
    top: 0;
    opacity: 0.1;
}.baselaunch_now .baseknowledge_zone::before {
    top: -75px;
    height: 150px;
    position: absolute;
    left: -75px;
    content: '';
    border-radius: 50%;
    z-index: -1;
    background: rgb(217,188,188,0.5);
    filter: blur(30px);
    width: 150px;
    opacity: 0.2;
}.baselaunch_now .baseknowledge_zone::after {
    z-index: -1;
    filter: blur(40px);
    width: 200px;
    position: absolute;
    opacity: 0.2;
    content: '';
    border-radius: 50%;
    height: 200px;
    background: rgb(193,154,154,0.5);
    right: -100px;
    bottom: -100px;
}

@media (max-width: 991px) {.baselaunch_now {
    padding: 90px 0;
}.baselaunch_now .container p {
    padding: 0 25px;
    font-size: calc(21px * 1.2);
}.baselaunch_now .basecontact_reach {
    height: 70px;
}
}

@media (max-width: 767px) {.baselaunch_now {
    padding: 70px 0;
}.baselaunch_now .baseknowledge_zone {
    flex-direction: column;
    gap: 40px;
}.baselaunch_now .container p {
    flex: none;
    margin-bottom: 10px;
    text-align: left;
    padding: 0 20px;
    width: 100%;
    font-size: 21px;
}.baselaunch_now .basecontact_reach {
    flex: none;
    height: 60px;
    width: 80%;
}
}

@media (max-width: 480px) {.baselaunch_now {
    padding: 50px 0;
}.baselaunch_now .container p {
    padding: 0 15px;
    font-size: calc(16px * 1.2);
}.baselaunch_now .basecontact_reach {
    height: 50px;
    width: 100%;
    font-size: calc(19px * 0.9);
}.baselaunch_now .basecontact_reach::before {
    top: -5px;
    left: -5px;
}.baselaunch_now .basecontact_reach::after {
    right: -5px;
    bottom: -5px;
}}.basetitle_greeting {
    position: relative;
    height: 100vh;
    background-color: rgb(217,188,188);
    width: 100%;
    overflow: hidden;
}.basetitle_greeting::before {
    background: linear-gradient(0deg, #000000 0%, transparent 50%);
    pointer-events: none;
    height: 100%;
    z-index: 2;
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    content: "";
}.basetitle_greeting .baseknowledge_zone {
    width: 100%;
    justify-content: center;
    position: relative;
    display: flex;
    z-index: 3;
    height: 100%;
    align-items: flex-end;
}.basetitle_greeting .basepage_front {
    position: absolute;
    z-index: 1;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
}.basetitle_greeting .basepage_front::after {
    background: 
        linear-gradient(90deg, #000000 0%, transparent 20%),
        linear-gradient(270deg, #000000 0%, transparent 20%);
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    pointer-events: none;
    z-index: 1;
    width: 100%;
    content: "";
}.basetitle_greeting .basestart_top {
    animation: cube-carousel 20s ease-in-out infinite;
    height: 100%;
    perspective: 1000px;
    transform-style: preserve-3d;
    display: flex;
}.basetitle_greeting .baselearn_quickpro {
    backface-visibility: hidden;
    transform-origin: center center;
    flex: 0 0 100%;
    position: relative;
    transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
    height: 100%;
    transform: rotateY(0deg);
}.basetitle_greeting .baselearn_quickpro:nth-child(2) {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: rotateY(90deg);
}.basetitle_greeting .baselearn_quickpro:nth-child(3) {
    top: 0;
    left: 0;
    height: 100%;
    transform: rotateY(180deg);
    position: absolute;
    width: 100%;
}.basetitle_greeting .baselearn_quickpro:nth-child(4) {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: rotateY(270deg);
    width: 100%;
}.basetitle_greeting .baselearn_quickpro::before {
    z-index: 1;
    content: "";
    opacity: 0.8;
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 70%, #000000 100%);
}.basetitle_greeting .baselearn_quickpro img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    filter: saturate(0.8) brightness(0.9);
}.basetitle_greeting .basetext_banner {
    margin-bottom: 5rem;
    padding: 2rem 3rem;
    max-width: 1000px;
    width: 100%;
    position: relative;
    z-index: 4;
    text-align: center;
}.basetitle_greeting .basetext_banner::before {
    backdrop-filter: blur(10px);
    border-top: 1px solid rgb(217,188,188);
    content: "";
    position: absolute;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.5);
    inset: 0;
}.basetitle_greeting .basetext_banner h1 {
    position: relative;
    color: #ffffff;
    display: inline-block;
    font-size: 39px;
    letter-spacing: 1px;
    margin-bottom: 1rem;
    font-weight: 700;
}.basetitle_greeting .basetext_banner h1::after {
    left: 50%;
    content: "";
    position: absolute;
    width: 60%;
    transform: translateX(-50%);
    bottom: -10px;
    background-color: rgb(217,188,188);
    height: 1px;
}.basetitle_greeting .basetext_banner p {
    line-height: 1.6;
    max-width: 800px;
    font-size: 18px;
    opacity: 0.9;
    margin: 1.5rem auto;
    color: #ffffff;
}.basetitle_greeting .basetext_banner .basecontact_reach {
    border: 1px solid rgb(217,188,188);
    font-size: 14px;
    background-color: rgb(217,188,188);
    color: #ffffff;
    z-index: 1;
    overflow: hidden;
    font-weight: 600;
    margin-top: 1rem;
    position: relative;
    transition: all 0.4s ease;
    padding: 1rem 2.5rem;
    text-decoration: none;
    display: inline-block;
}.basetitle_greeting .basetext_banner .basecontact_reach::before {
    transition: transform 0.5s ease-out;
    right: 0;
    transform-origin: 0 50%;
    z-index: -1;
    top: 0;
    content: "";
    bottom: 0;
    transform: scaleX(0);
    position: absolute;
    left: 0;
    background-color: rgb(193,154,154);
}.basetitle_greeting .basetext_banner .basecontact_reach:hover {
    border-color: rgb(193,154,154);
}.basetitle_greeting .basetext_banner .basecontact_reach:hover::before {
    transform: scaleX(1);
}@keyframes cube-carousel {
    0%, 20% {
        transform: rotateY(0deg);
    }
    25%, 45% {
        transform: rotateY(-90deg);
    }
    50%, 70% {
        transform: rotateY(-180deg);
    }
    75%, 95% {
        transform: rotateY(-270deg);
    }
    100% {
        transform: rotateY(-360deg);
    }
}

@keyframes fade-in-up {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.basetitle_greeting .basetext_banner h1 {
    animation-delay: 0.2s;
    animation: fade-in-up 0.8s ease-out forwards;
    opacity: 0;
}.basetitle_greeting .basetext_banner p {
    opacity: 0;
    animation: fade-in-up 0.8s ease-out forwards;
    animation-delay: 0.5s;
}.basetitle_greeting .basetext_banner .basecontact_reach {
    animation-delay: 0.8s;
    animation: fade-in-up 0.8s ease-out forwards;
    opacity: 0;
}

@media (max-width: 992px) {.basetitle_greeting .basetext_banner {
    margin-bottom: 4rem;
    padding: 2rem;
}.basetitle_greeting .basetext_banner h1 {
    font-size: calc(39px * 0.85);
}.basetitle_greeting .basetext_banner p {
    font-size: calc(18px * 0.95);
}
}

@media (max-width: 768px) {.basetitle_greeting .basetext_banner {
    margin-bottom: 3rem;
    padding: 1.5rem;
}.basetitle_greeting .basetext_banner h1 {
    font-size: calc(39px * 0.7);
}.basetitle_greeting .basetext_banner h1::after {
    bottom: -8px;
}.basetitle_greeting .basetext_banner p {
    font-size: calc(18px * 0.9);
    margin: 1.2rem auto;
    line-height: 1.5;
}.basetitle_greeting .basetext_banner .basecontact_reach {
    padding: 0.8rem 2rem;
}
    
    @keyframes cube-carousel {
        0%, 20% {
            transform: rotateY(0deg);
        }
        25%, 45% {
            transform: rotateY(-90deg);
        }
        50%, 70% {
            transform: rotateY(-180deg);
        }
        75%, 95% {
            transform: rotateY(-270deg);
        }
        100% {
            transform: rotateY(-360deg);
        }
    }
}

@media (max-width: 576px) {.basetitle_greeting {
    height: 90vh;
}.basetitle_greeting .basetext_banner {
    padding: 1.2rem;
    margin-bottom: 2rem;
}.basetitle_greeting .basetext_banner h1 {
    font-size: calc(39px * 0.6);
}.basetitle_greeting .basetext_banner h1::after {
    bottom: -6px;
}.basetitle_greeting .basetext_banner p {
    margin: 1rem auto;
    line-height: 1.4;
    font-size: calc(18px * 0.85);
}.basetitle_greeting .basetext_banner .basecontact_reach {
    margin-top: 0.5rem;
    padding: 0.7rem 1.5rem;
    font-size: calc(14px * 0.9);
}}.basecookie_window_overlay {
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 0px;
    z-index: 90;
    padding: 20px 0;
    transition: all 0.3s ease-in-out;
    background: rgb(193,154,154);
    border-top: 2px solid rgb(217,188,188);
    width: 100%;
    position: fixed;
    bottom: 0;
}.baseconsent_edu {
    margin: auto;
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    flex-wrap: wrap;
    align-items: center;
}.basecookie_window_overlay h5 {
    font-weight: 700;
    color: #ffffff;
    transition: color 0.3s ease-in-out;
    margin-bottom: 6px;
    font-size: 23px;
}.basecookie_window_overlay p {
    max-width: 500px;
    color: #ffffff;
    font-size: 14px;
}.basecookie_guide {
    margin-right: 20px;
    flex-shrink: 0;
}.basecookie_guide svg, .basecookie_guide svg path {
    width: 80px;
    height: 80px;
    fill: rgb(217,188,188);
    transition: transform 0.3s ease-in-out;
}.basecookie_guide:hover svg {
    transform: rotate(10deg);
}.basepolicy_opt {
    padding: 10px 20px;
    color: #ffffff;
    box-shadow: rgb(217,188,188,0.5) 0px 4px 10px 0px;
    margin-left: 20px;
    cursor: pointer;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    text-decoration: none;
    background: rgb(217,188,188);
    line-height: 35px;
    border-radius: 28px;
    font-size: 15px;
}.cookie_button.basevisitor_acceptance {
    background: rgb(217,188,188);
}.cookie_button.basecookie_confirm {
    background: rgb(193,154,154);
}.basepolicy_opt:hover {
    box-shadow: rgb(217,188,188,0.5) 0px 6px 15px 0px;
    transform: scale(1.05);
}.basecookie_window_overlay p a {
    transition: color 0.3s ease-in-out;
    text-decoration: none;
    font-weight: 600;
    color: rgb(217,188,188);
}.basecookie_window_overlay p a:hover {
    color: rgb(193,154,154);
}.basewrapper-holder .basecookie_window_overlay {
    border: none;
    background: rgb(193,154,154);
    padding: 40px 0;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 40px 39px;
}.basewrapper-holder .basepolicy_opt {
    font-weight: 400;
    margin-left: 30px;
    background: rgb(217,188,188);
    color: #ffffff;
    border-radius: 10px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    border: none;
    font-size: 15px;
    padding: 10px;
}.basewrapper-holder .basecookie_view h5, .basewrapper-holder .basecookie_view p {
    color: #ffffff;
}
@media only screen and (max-width: 1200px) {.basecookie_window_overlay {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.basecookie_guide {
    display: none;
}.baseconsent_edu {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.basecookie_window_overlay h5 {
    text-align: center;
}.basecookie_window_overlay p {
    text-align: center;
}.basecookie_view {
    margin-bottom: 20px;
    text-align: center;
}.basepolicy_opt {
    margin-top: 10px;
    max-width: 300px;
    margin-left: 0;
    width: 100%;
}}
#basecookieNoticeMessage {
    display: none;
}#basecookieNoticeMessage:checked ~ .basecookie_window_overlay {
    visibility: hidden;
    opacity: 0;
}.basecontact_us {
    background: linear-gradient(125deg, rgb(236,222,222) 0%, rgb(193,154,154,0.5) 50%, rgb(236,222,222) 100%);
    z-index: 1;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}.basecontact_us::before {
    width: 100%;
    top: 0;
    content: '';
    height: 100%;
    opacity: 0.7;
    position: absolute;
    left: 0;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0,0,0,0.02) 10px, rgba(0,0,0,0.02) 20px),
        repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(0,0,0,0.02) 10px, rgba(0,0,0,0.02) 20px);
    z-index: -1;
}.basecontact_us::after {
    top: -50%;
    opacity: 0.2;
    animation: rotate 120s linear infinite;
    content: '';
    background: 
        conic-gradient(
            from 0deg at 50% 50%,
            transparent 0%,
            rgb(217,188,188,0.5) 5%,
            transparent 10%,
            transparent 90%,
            rgb(193,154,154,0.5) 95%,
            transparent 100%
        );
    z-index: -1;
    position: absolute;
    width: 200%;
    left: -50%;
    height: 200%;
}.basecontact_us .basebackground_img {
    left: 0;
    position: absolute;
    height: 100%;
    mix-blend-mode: luminosity;
    z-index: 0;
    width: 100%;
    opacity: 0.15;
    top: 0;
    filter: contrast(120%) brightness(110%) blur(5px);
}.basecontact_us .container {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
}.basecontact_us h3 {
    color: #000000;
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 29px;
    letter-spacing: 2px;
    margin-bottom: 50px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}.basecontact_us h3::before {
    position: absolute;
    content: '';
    left: 50%;
    width: 40px;
    background: rgb(217,188,188);
    top: -15px;
    transform: translateX(-50%);
    height: 4px;
    border-radius: 10px;
}.basecontact_us h3::after {
    bottom: -15px;
    content: '';
    position: absolute;
    height: 4px;
    border-radius: 10px;
    transform: translateX(-50%);
    width: 80px;
    left: 50%;
    background: rgb(217,188,188);
}.basecontact_us .baseconnect_query {
    flex-wrap: wrap;
    border-radius: 20px;
    display: flex;
    background: rgba(255, 255, 255, 0.01);
    overflow: hidden;
    backdrop-filter: blur(10px);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.2),
        0 5px 15px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    position: relative;
}.basecontact_us .baseconnect_query::before {
    inset: 0;
    pointer-events: none;
    position: absolute;
    background: linear-gradient(135deg, 
        transparent 20%, 
        rgba(255, 255, 255, 0.05) 40%, 
        rgba(255, 255, 255, 0.1) 60%, 
        transparent 80%);
    z-index: 0;
    content: '';
}.basecontact_us .baseconnect_query::after {
    border: 1px solid rgba(255, 255, 255, 0.1);
    animation: pulse-border 4s infinite alternate;
    box-shadow: 0 0 25px rgb(217,188,188,0.5);
    pointer-events: none;
    border-radius: 20px;
    inset: 0;
    position: absolute;
    content: '';
}.basecontact_us .basemessage_request {
    background: #ffffff;
    position: relative;
    padding: 50px;
    overflow: hidden;
    flex: 1 1 60%;
}.basecontact_us .basemessage_request::before {
    position: absolute;
    top: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(0, 0, 0, 0.02) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgba(0, 0, 0, 0.02) 0%, transparent 25%);
    z-index: 0;
    width: 100%;
    content: '';
    height: 100%;
    left: 0;
}.basecontact_us .basemessage_request::after {
    background: 
        linear-gradient(135deg, transparent 40%, rgb(217,188,188,0.5) 100%);
    z-index: 0;
    position: absolute;
    width: 150px;
    opacity: 0.5;
    height: 150px;
    top: 0;
    border-radius: 0 0 0 150px;
    content: '';
    right: 0;
}.basecontact_us .basemessage_request #contact {
    z-index: 2;
    position: relative;
}.basecontact_us .basemessage_request h3 {
    font-size: 21px;
    margin-bottom: 40px;
    letter-spacing: 1px;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
    color: #000000;
}.basecontact_us .basemessage_request h3::before {
    display: none;
}.basecontact_us .basemessage_request h3::after {
    width: 60px;
    left: 0;
    background: rgb(217,188,188);
    transform: none;
    bottom: -10px;
}.basecontact_us .basemessage_request input[type="text"],
.basecontact_us .basemessage_request textarea {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    background-color: rgba(0, 0, 0, 0.02);
    color: #000000;
    border-radius: 10px;
    margin-bottom: 25px;
    font-size: 18px;
    padding: 18px 25px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03) inset;
}.basecontact_us .basemessage_request input[type="text"]:focus,
.basecontact_us .basemessage_request textarea:focus {
    box-shadow: 
        0 2px 5px rgba(0, 0, 0, 0.03) inset,
        0 0 0 3px rgb(217,188,188,0.5);
    border-color: rgb(217,188,188);
    background-color: #ffffff;
    outline: none;
}.basecontact_us .basemessage_request textarea {
    height: 150px;
    resize: vertical;
}.basecontact_us .basemessage_request .basesupport_section {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
}.basecontact_us .basemessage_request .basesupport_section input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.basecontact_us .basemessage_request .basesupport_section label {
    padding-left: 38px;
    color: #000000;
    font-size: calc(18px - 2px);
    cursor: pointer;
    line-height: 1.5;
    position: relative;
}.basecontact_us .basemessage_request .basesupport_section label::before {
    background-color: rgba(0, 0, 0, 0.02);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset;
    height: 24px;
    transition: all 0.3s ease;
    border-radius: 10px;
    position: absolute;
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 24px;
    left: 0;
    content: '';
    top: 2px;
}.basecontact_us .basemessage_request .basesupport_section label::after {
    height: 15px;
    opacity: 0;
    top: 2px;
    content: '';
    background-color: rgb(217,188,188);
    left: 5px;
    transition: all 0.3s ease;
    position: absolute;
    transform: scale(0.6);
    border-radius: calc(10px - 2px);
    width: 15px;
}.basecontact_us .basemessage_request .basesupport_section input[type="checkbox"]:checked + label::before {
    border-color: rgb(217,188,188);
}.basecontact_us .basemessage_request .basesupport_section input[type="checkbox"]:checked + label::after {
    transform: scale(1);
    opacity: 1;
}.basecontact_us .basemessage_request .basesupport_section a {
    font-weight: 600;
    position: relative;
    color: rgb(217,188,188);
    transition: color 0.3s ease;
    text-decoration: none;
}.basecontact_us .basemessage_request .basesupport_section a::after {
    transform: scaleX(0);
    content: '';
    left: 0;
    transition: transform 0.3s ease;
    transform-origin: right;
    background-color: rgb(217,188,188);
    position: absolute;
    height: 1px;
    bottom: -2px;
    width: 100%;
}.basecontact_us .basemessage_request .basesupport_section a:hover {
    color: rgb(193,154,154);
}.basecontact_us .basemessage_request .basesupport_section a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
    background-color: rgb(193,154,154);
}.basecontact_us .basemessage_request .basecontact_reach {
    border: none;
    position: relative;
    padding: 16px 35px;
    transition: all 0.3s ease;
    background: linear-gradient(135deg, rgb(217,188,188) 0%, rgb(193,154,154) 100%);
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
    display: inline-block;
    font-size: 17px;
    letter-spacing: 1px;
    color: #ffffff;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 
        0 5px 15px rgb(217,188,188,0.5),
        0 0 0 1px rgb(217,188,188,0.5) inset;
}.basecontact_us .basemessage_request .basecontact_reach::before {
    content: '';
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    position: absolute;
    transition: all 0.5s ease;
    width: 100%;
    height: 100%;
    top: 0;
}.basecontact_us .basemessage_request .basecontact_reach::after {
    content: '';
    position: absolute;
    bottom: 0;
    opacity: 0.5;
    animation: glow 2s infinite;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    height: 3px;
    left: 0;
    width: 100%;
}.basecontact_us .basemessage_request .basecontact_reach:hover {
    transform: translateY(-3px);
    background: linear-gradient(135deg, rgb(193,154,154) 0%, rgb(217,188,188) 100%);
    box-shadow: 
        0 8px 25px rgb(217,188,188,0.5),
        0 0 0 1px rgb(217,188,188) inset;
}.basecontact_us .basemessage_request .basecontact_reach:hover::before {
    left: 100%;
}.basecontact_us .basehelp_map {
    padding: 50px;
    flex: 1 1 40%;
    background: linear-gradient(135deg, rgb(217,188,188) 0%, rgb(193,154,154) 100%);
    position: relative;
    overflow: hidden;
}.basecontact_us .basehelp_map::before {
    position: absolute;
    height: 100%;
    z-index: 0;
    content: '';
    left: 0;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.03) 10px, rgba(255, 255, 255, 0.03) 20px),
        repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.03) 10px, rgba(255, 255, 255, 0.03) 20px);
    width: 100%;
    opacity: 1;
    top: 0;
}.basecontact_us .basehelp_map::after {
    width: 100%;
    animation: shine 8s infinite linear;
    content: '';
    position: absolute;
    height: 100%;
    left: 0;
    background: 
        linear-gradient(135deg, transparent 25%, rgba(255, 255, 255, 0.05) 50%, transparent 75%);
    z-index: 0;
    top: 0;
}.basecontact_us .basehelp_map h4 {
    text-transform: uppercase;
    font-size: 21px;
    letter-spacing: 1px;
    z-index: 1;
    position: relative;
    margin-bottom: 40px;
    font-weight: 600;
    color: #ffffff;
}.basecontact_us .basehelp_map h4::after {
    width: 60px;
    bottom: -10px;
    border-radius: 10px;
    content: '';
    background: #ffffff;
    position: absolute;
    left: 0;
    height: 3px;
}.basecontact_us .basehelp_map .basesupport_help {
    z-index: 1;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}.basecontact_us .basehelp_map .basesupport_help li {
    padding-bottom: 20px;
    margin-bottom: 30px;
    align-items: flex-start;
    display: flex;
    position: relative;
}.basecontact_us .basehelp_map .basesupport_help li:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    bottom: 0;
}.basecontact_us .basehelp_map .basesupport_help li svg {
    margin-right: 20px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    width: 26px;
    height: 26px;
    position: relative;
    flex-shrink: 0;
}.basecontact_us .basehelp_map .basesupport_help li svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}.basecontact_us .basehelp_map .basesupport_help li:hover svg {
    transition: transform 0.3s ease;
    transform: scale(1.1);
}.basecontact_us .basehelp_map .basesupport_help li:hover svg path {
    fill: rgba(255, 255, 255, 0.9);
}.basecontact_us .basehelp_map .basesupport_help li span {
    font-size: 18px;
    color: #ffffff;
    position: relative;
    line-height: 1.5;
}.basecontact_us .basehelp_map .basesupport_help li a {
    transition: all 0.3s ease;
    color: #ffffff;
    position: relative;
    text-decoration: none;
}.basecontact_us .basehelp_map .basesupport_help li a::after {
    transform-origin: right;
    bottom: -2px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    width: 100%;
    height: 1px;
    transition: transform 0.3s ease;
    background-color: #ffffff;
    content: '';
}.basecontact_us .basehelp_map .basesupport_help li a:hover {
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}.basecontact_us .basehelp_map .basesupport_help li a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulse-border {
    0%, 100% {
        box-shadow: 0 0 15px rgb(217,188,188,0.5);
    }
    50% {
        box-shadow: 0 0 25px rgb(193,154,154,0.5);
    }
}

@keyframes glow {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.7;
    }
}

@keyframes shine {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

@media (max-width: 992px) {.basecontact_us {
    padding: 80px 0;
}.basecontact_us .container {
    padding: 0 20px;
}.basecontact_us .baseconnect_query {
    flex-direction: column;
}.basecontact_us .basemessage_request,
    .basecontact_us .basehelp_map {
    flex: 1 1 100%;
}.basecontact_us .basemessage_request {
    padding: 40px;
}.basecontact_us .basehelp_map {
    padding: 40px;
}
}

@media (max-width: 768px) {.basecontact_us {
    padding: 60px 0;
}.basecontact_us h3 {
    margin-bottom: 40px;
    font-size: calc(29px - 4px);
}.basecontact_us .basemessage_request h3,
    .basecontact_us .basehelp_map h4 {
    margin-bottom: 30px;
    font-size: calc(21px - 2px);
}.basecontact_us .basemessage_request input[type="text"],
    .basecontact_us .basemessage_request textarea {
    padding: 15px 20px;
    margin-bottom: 20px;
}.basecontact_us .basemessage_request textarea {
    height: 120px;
}.basecontact_us .basemessage_request .basecontact_reach {
    padding: 14px 30px;
    font-size: calc(17px - 1px);
}.basecontact_us .basehelp_map .basesupport_help li {
    margin-bottom: 25px;
    padding-bottom: 15px;
}.basecontact_us .basehelp_map .basesupport_help li svg {
    height: 22px;
    margin-right: 15px;
    width: 22px;
}
}

@media (max-width: 576px) {.basecontact_us {
    padding: 40px 0;
}.basecontact_us .basemessage_request,
    .basecontact_us .basehelp_map {
    padding: 30px 20px;
}.basecontact_us h3 {
    font-size: calc(29px - 6px);
    margin-bottom: 30px;
}.basecontact_us .basemessage_request .basesupport_section label {
    font-size: calc(18px - 3px);
}.basecontact_us .basehelp_map .basesupport_help li:not(:last-child) {
    padding-bottom: 12px;
    margin-bottom: 20px;
}}.baseour_story {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.baseour_story::before {
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    background: linear-gradient(135deg, rgb(217,188,188,0.5), rgba(0, 0, 0, 0.5));
}.baseour_story::after {
    height: 80%;
    position: absolute;
    z-index: 1;
    top: -15%;
    right: -10%;
    width: 50%;
    opacity: 0.07;
    content: "";
    background: rgb(193,154,154);
    transform: rotate(25deg) skewX(-15deg);
    animation: float 18s infinite ease-in-out;
}.baseour_story .container {
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
    z-index: 2;
    max-width: 1200px;
}.baseour_story .basetext_banner {
    padding: 45px 50px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.92);
    transform-origin: left center;
    transform: perspective(1000px) rotateY(-2deg);
}.baseour_story .basetext_banner:hover {
    transform: perspective(1000px) rotateY(0deg);
}.baseour_story .basetext_banner::before {
    left: 0;
    height: 100%;
    background: linear-gradient(to bottom, rgb(217,188,188), rgb(193,154,154));
    position: absolute;
    content: "";
    top: 0;
    width: 5px;
}.baseour_story .basetext_banner::after {
    background: linear-gradient(135deg, rgb(193,154,154,0.5), rgb(217,188,188,0.5));
    bottom: -15px;
    z-index: -1;
    position: absolute;
    width: 100px;
    height: 100px;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    content: "";
    right: -15px;
}.baseour_story h5 {
    font-size: 20px;
    display: inline-block;
    transform: translateX(0);
    margin-bottom: 10px;
    color: rgb(217,188,188);
    letter-spacing: 1px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    transition: transform 0.4s ease;
}.baseour_story h5::after {
    bottom: -6px;
    width: 0;
    transition: width 0.4s ease;
    background: rgb(217,188,188);
    height: 2px;
    position: absolute;
    content: "";
    left: 0;
}.baseour_story .basetext_banner:hover h5 {
    transform: translateX(5px);
}.baseour_story .basetext_banner:hover h5::after {
    width: 100%;
}.baseour_story p {
    color: #000000;
    font-size: calc(16px * 1.2);
    margin-bottom: 20px;
}.baseour_story p b {
    display: inline-block;
    position: relative;
    padding-bottom: 5px;
    font-size: calc(22px * 1.1);
    letter-spacing: 0.5px;
    font-weight: 700;
    color: rgb(193,154,154);
}.baseour_story p b::after {
    background: rgb(193,154,154,0.5);
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 1px;
    content: "";
}.baseour_story ol {
    counter-reset: item;
    list-style-type: none;
    padding-left: 20px;
}.baseour_story ol li {
    border-left: 1px dashed rgba(var(--primary-color-rgb), 0.3);
    line-height: 1.8;
    padding-left: 15px;
    font-size: 16px;
    margin-bottom: 15px;
    position: relative;
    color: #000000;
    font-family: Arial, sans-serif;
    text-align: justify;
}.baseour_story ol li::before {
    display: none;
}

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

@media (max-width: 992px) {.baseour_story {
    padding: 80px 0;
}.baseour_story .basetext_banner {
    transform: perspective(800px) rotateY(-1deg);
    padding: 35px 40px;
}.baseour_story h5 {
    font-size: calc(20px * 0.9);
}.baseour_story p {
    font-size: 16px;
}.baseour_story p b {
    font-size: 22px;
}
}

@media (max-width: 768px) {.baseour_story {
    padding: 60px 0;
}.baseour_story .basetext_banner {
    padding: 30px;
    box-shadow: 0 15px 30px -8px rgba(0, 0, 0, 0.12);
    transform: none;
}.baseour_story .basetext_banner::after {
    right: -10px;
    height: 70px;
    bottom: -10px;
    width: 70px;
}.baseour_story h5 {
    font-size: calc(20px * 0.85);
}.baseour_story ol li {
    line-height: 1.7;
    font-size: calc(16px * 0.95);
}
}

@media (max-width: 576px) {.baseour_story {
    padding: 50px 0;
}.baseour_story .container {
    padding: 0 20px;
}.baseour_story .basetext_banner {
    padding: 25px 20px;
}.baseour_story .basetext_banner::before {
    width: 3px;
}.baseour_story .basetext_banner::after {
    display: none;
}.baseour_story h5 {
    font-size: calc(20px * 0.8);
}.baseour_story p {
    margin-bottom: 15px;
    font-size: calc(16px * 0.95);
}.baseour_story p b {
    font-size: calc(22px * 0.9);
}.baseour_story ol {
    padding-left: 10px;
}.baseour_story ol li {
    line-height: 1.6;
    padding-left: 10px;
    font-size: calc(16px * 0.9);
}}.basethxFrame {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(217,188,188,0.5) 0%, rgb(236,222,222) 100%);
    padding: 120px 0;
    position: relative;
}.basethxFrame::before {
    height: 100%;
    content: "";
    pointer-events: none;
    opacity: 0.1;
    background: repeating-linear-gradient(45deg, transparent, transparent 50px, rgb(193,154,154,0.5) 50px, rgb(193,154,154,0.5) 52px);
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
}.basethxFrame::after {
    transform: rotate(15deg);
    bottom: -20px;
    width: 250px;
    z-index: 0;
    opacity: 0.08;
    content: "";
    position: absolute;
    height: 250px;
    background: rgb(217,188,188);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    right: -20px;
}.basethxFrame .container {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
}.basethxFrame .baseknowledge_zone {
    grid-template-columns: 1fr;
    gap: 40px;
    transform: translateX(0);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    display: grid;
    position: relative;
}.basethxFrame .baseknowledge_zone:hover {
    transform: translateX(10px);
}.basethxFrame .baseknowledge_zone > div:first-child {
    padding-left: 30px;
    position: relative;
    border-left: 4px solid rgb(217,188,188);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left center;
}.basethxFrame .baseknowledge_zone > div:first-child::before {
    top: 50%;
    background: #ffffff;
    position: absolute;
    transform: translateY(-50%) rotate(45deg);
    height: 24px;
    content: "";
    left: -14px;
    border: 3px solid rgb(217,188,188);
    transition: transform 0.4s ease;
    width: 24px;
}.basethxFrame .baseknowledge_zone:hover > div:first-child::before {
    transform: translateY(-50%) rotate(225deg);
}.basethxFrame h5 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    position: relative;
    color: #000000;
}.basethxFrame .baseknowledge_zone > div:last-child {
    position: relative;
    transform: translateY(0);
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.6s ease;
    padding: 35px 40px;
}.basethxFrame .baseknowledge_zone > div:last-child::before {
    content: "";
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom, rgb(217,188,188), rgb(193,154,154));
    width: 6px;
    left: 0;
    transition: width 0.4s ease;
    height: 100%;
}.basethxFrame .baseknowledge_zone > div:last-child:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    transform: translateY(-5px);
}.basethxFrame .baseknowledge_zone > div:last-child:hover::before {
    width: 10px;
}.basethxFrame .baseknowledge_zone > div:last-child::after {
    z-index: 0;
    top: -30px;
    opacity: 0.15;
    width: 90px;
    right: -30px;
    border-radius: 50%;
    content: "";
    background: rgb(193,154,154,0.5);
    position: absolute;
    height: 90px;
}.basethxFrame a {
    position: relative;
    text-decoration: none;
    transition: transform 0.3s ease;
    display: block;
    z-index: 1;
}.basethxFrame a:hover {
    transform: translateX(5px);
}.basethxFrame p {
    font-size: 16px;
    margin: 0;
    color: #000000;
    line-height: 1.8;
    position: relative;
    z-index: 2;
}

@media (min-width: 768px) {.basethxFrame {
    padding: 150px 0;
}.basethxFrame .baseknowledge_zone {
    grid-template-columns: 1fr 1.5fr;
    gap: 60px;
    align-items: center;
}.basethxFrame .baseknowledge_zone > div:first-child {
    padding-left: 50px;
}.basethxFrame h5 {
    max-width: 90%;
    font-size: calc(18px * 1.2);
}
}

@media (min-width: 992px) {.basethxFrame {
    padding: 180px 0;
}.basethxFrame .baseknowledge_zone {
    gap: 80px;
    grid-template-columns: 1fr 1.2fr;
}.basethxFrame .baseknowledge_zone > div:first-child {
    transform: translateX(-30px);
}.basethxFrame .baseknowledge_zone:hover > div:first-child {
    transform: translateX(-20px);
}.basethxFrame .baseknowledge_zone > div:last-child {
    padding: 50px 60px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), clip-path 0.6s ease, box-shadow 0.6s ease;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}.basethxFrame .baseknowledge_zone > div:last-child:hover {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
}

@media (max-width: 767px) {.basethxFrame {
    padding: 80px 0;
}.basethxFrame::after {
    width: 150px;
    height: 150px;
}.basethxFrame .baseknowledge_zone > div:first-child {
    padding-left: 20px;
}.basethxFrame .baseknowledge_zone > div:last-child {
    padding: 25px 30px;
}.basethxFrame h5 {
    font-size: calc(18px * 0.9);
}.basethxFrame p {
    font-size: calc(16px * 0.95);
}
}