* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}svg {
    height: 30px;
    width: 30px;
}html,body {
    scroll-behavior: auto;
    color: #000000;
    font-family: Arial, sans-serif;
    height: 100%;
    min-height: 100%;
}.container {
    width: 1140px;
    margin: auto;
    max-width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}.head_guidebase {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}.framework-wrapbase {
    flex-direction: column;
    min-height: 100%;
    height: 100%;
    display: flex;
}.campus_linksbase {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.training_specialistbase {
    overflow: hidden;
    padding: 80px 40px;
    background: rgb(232,222,203);
    position: relative;
    min-height: 450px;
}.training_specialistbase::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 30px,
        rgb(209,190,169,0.5) 30px,
        rgb(209,190,169,0.5) 32px
    );
    height: 100%;
    opacity: 0.05;
    top: 0;
}.training_specialistbase .feedback_viewsbase {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    position: relative;
    max-width: 1000px;
    perspective: 1000px;
    transform-style: preserve-3d;
}.training_specialistbase .gallery_wrapperbase {
    overflow: hidden;
    margin-left: 60px;
    position: relative;
    border: 4px solid #ffffff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    width: 140px;
    border-radius: 50%;
    z-index: 5;
    height: 140px;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.training_specialistbase .feedback_viewsbase:hover .gallery_wrapperbase {
    transform: translateY(-15px) scale(1.1);
    border-color: rgb(209,190,169);
}.training_specialistbase .work_viewbase {
    transform: translateZ(0);
    border-radius: 24px;
    overflow: hidden;
    padding: 60px 40px 40px;
    margin-top: -40px;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background: #ffffff;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
}.training_specialistbase .feedback_viewsbase:hover .work_viewbase {
    transform: translateZ(30px);
}.training_specialistbase .work_viewbase::before {
    top: 0;
    position: absolute;
    width: 4px;
    left: 0;
    transition: height 0.5s ease;
    background: linear-gradient(to bottom, rgb(209,190,169), rgb(179,158,135));
    content: "";
    height: 0;
}.training_specialistbase .feedback_viewsbase:hover .work_viewbase::before {
    animation: pulseGlow 2s infinite;
    height: 100%;
}.training_specialistbase .name {
    color: #000000;
    margin-bottom: 5px;
    letter-spacing: 1px;
    transition: all 0.4s ease;
    transform: translateX(0);
    font-size: 37px;
    font-weight: 700;
}.training_specialistbase .feedback_viewsbase:hover .name {
    transform: translateX(15px);
    color: rgb(209,190,169);
}.training_specialistbase .work_viewbase > div:nth-child(2) {
    transition: all 0.4s ease 0.1s;
    transform: translateX(0);
    text-transform: uppercase;
    opacity: 0.8;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
    color: rgb(179,158,135);
}.training_specialistbase .feedback_viewsbase:hover .work_viewbase > div:nth-child(2) {
    transform: translateX(15px);
}.training_specialistbase .past_careerbase {
    transform: translateY(0);
    position: relative;
    color: #000000;
    transition: all 0.4s ease 0.2s;
    font-size: 17px;
    padding: 20px 0;
    line-height: 1.8;
    opacity: 0.9;
}.training_specialistbase .feedback_viewsbase:hover .past_careerbase {
    transform: translateY(-5px);
}.training_specialistbase .past_careerbase::before,
.training_specialistbase .past_careerbase::after {
    width: 35px;
    content: "";
    transition: all 0.4s ease;
    background: rgb(179,158,135,0.5);
    height: 1px;
    position: absolute;
}.training_specialistbase .past_careerbase::before {
    left: 0;
    top: 0;
}.training_specialistbase .past_careerbase::after {
    right: 0;
    bottom: 0;
}.training_specialistbase .feedback_viewsbase:hover .past_careerbase::before,
.training_specialistbase .feedback_viewsbase:hover .past_careerbase::after {
    background: rgb(179,158,135);
    width: 100px;
    height: 2px;
}

@keyframes pulseGlow {
    0%, 100% {
        box-shadow: 0 0 8px 2px rgb(209,190,169,0.5);
    }
    50% {
        box-shadow: 0 0 15px 2px rgb(209,190,169);
    }
}

@media (min-width: 768px) {.training_specialistbase .feedback_viewsbase {
    align-items: center;
    flex-direction: row;
}.training_specialistbase .gallery_wrapperbase {
    margin-right: -80px;
    margin-left: 0;
    width: 180px;
    height: 180px;
    z-index: 5;
}.training_specialistbase .work_viewbase {
    padding-left: 100px;
    flex: 1;
    margin-top: 0;
}
}

@media (max-width: 767px) {.training_specialistbase {
    padding: 60px 20px;
}.training_specialistbase .work_viewbase {
    padding: 60px 25px 35px;
}.training_specialistbase .name {
    font-size: calc(37px - 4px);
}.training_specialistbase .work_viewbase > div:nth-child(2) {
    font-size: calc(17px - 1px);
}.training_specialistbase .past_careerbase {
    font-size: calc(17px - 1px);
}}.learning_processbase {
    position: relative;
    overflow: visible;
    padding: 170px 0 130px;
    background: linear-gradient(150deg, rgb(232,222,203) 0%, rgb(179,158,135,0.5) 100%);
}.learning_processbase::before {
    width: 100%;
    left: 0;
    position: absolute;
    content: '';
    top: 0;
    opacity: 0.03;
    background-image: linear-gradient(45deg, rgb(209,190,169,0.5) 25%, transparent 25%, transparent 75%, rgb(209,190,169,0.5) 75%);
    background-size: 100px 100px;
    height: 100%;
    z-index: 1;
}.learning_processbase .study_programsbase {
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}.learning_processbase .content_box_wrapbase {
    width: 100%;
    align-items: flex-start;
    position: relative;
    display: flex;
    flex-direction: column;
}.learning_processbase .content_box_wrapbase h2 {
    padding: 35px 40px;
    z-index: 4;
    background: linear-gradient(135deg, rgb(209,190,169,0.5) 0%, rgba(255, 255, 255, 0.1) 100%);
    border-radius: 28px 28px 0 0;
    width: 45%;
    color: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    font-weight: 700;
    font-size: 35px;
    position: relative;
    backdrop-filter: blur(10px);
}.learning_processbase .content_box_wrapbase p {
    line-height: 1.8;
    border-radius: 0 0 28px 28px;
    font-size: 18px;
    background: rgba(255, 255, 255, 0.05);
    margin-top: -20px;
    padding: 45px 50px;
    width: 65%;
    position: relative;
    color: #ffffff;
    backdrop-filter: blur(15px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    align-self: flex-end;
    z-index: 3;
}.learning_processbase .content_box_wrapbase::before {
    top: 0;
    border-right: 30px solid transparent;
    right: 35%;
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    opacity: 0.3;
    border-left: 30px solid transparent;
    z-index: 5;
    border-top: 40px solid rgb(209,190,169);
}.learning_processbase .content_box_wrapbase::after {
    border-right: 30px solid transparent;
    left: 35%;
    border-left: 30px solid transparent;
    width: 0;
    position: absolute;
    border-bottom: 40px solid rgb(179,158,135);
    height: 0;
    z-index: 5;
    content: '';
    opacity: 0.3;
    bottom: 0;
}.learning_processbase .content_box_wrapbase h2::before {
    left: 0;
    height: 5px;
    opacity: 0.5;
    content: '';
    width: 100%;
    background: linear-gradient(90deg, rgb(209,190,169), transparent);
    position: absolute;
    bottom: 0;
}.learning_processbase .content_box_wrapbase h2::after {
    opacity: 0.3;
    z-index: -1;
    background: linear-gradient(to right, rgb(209,190,169,0.5), transparent);
    right: -30px;
    position: absolute;
    height: 100%;
    content: '';
    width: 30px;
    top: 0;
}.learning_processbase .content_box_wrapbase p::before {
    content: '';
    height: 5px;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(179,158,135));
    width: 100%;
    top: 0;
    opacity: 0.5;
    left: 0;
}.learning_processbase .content_box_wrapbase p::after {
    top: 0;
    opacity: 0.3;
    position: absolute;
    height: 100%;
    left: -30px;
    z-index: -1;
    content: '';
    width: 30px;
    background: linear-gradient(to left, rgb(179,158,135,0.5), transparent);
}.learning_processbase::after {
    content: '';
    right: 0;
    opacity: 0.3;
    width: 400px;
    z-index: 1;
    bottom: 50px;
    position: absolute;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(209,190,169));
}.learning_processbase .study_programsbase::before {
    content: '';
    left: 0;
    width: 400px;
    position: absolute;
    height: 1px;
    z-index: 1;
    background: linear-gradient(90deg, rgb(179,158,135), transparent);
    top: 50px;
    opacity: 0.3;
}.learning_processbase .study_programsbase::after {
    top: -50px;
    height: 100px;
    animation: pulse-subtle 10s infinite alternate;
    width: 100px;
    transform: translateX(-50%);
    filter: blur(50px);
    position: absolute;
    opacity: 0.05;
    background: rgb(209,190,169);
    left: 50%;
    content: '';
}

@keyframes pulse-subtle {
    0%, 100% {
        opacity: 0.05;
        transform: translateX(-50%) scale(1);
    }
    50% {
        opacity: 0.08;
        transform: translateX(-50%) scale(1.3);
    }
}

@media screen and (max-width: 1200px) {.learning_processbase .content_box_wrapbase h2 {
    width: 55%;
}.learning_processbase .content_box_wrapbase p {
    width: 70%;
}.learning_processbase .content_box_wrapbase::before {
    right: 30%;
}.learning_processbase .content_box_wrapbase::after {
    left: 30%;
}
}

@media screen and (max-width: 992px) {.learning_processbase {
    padding: 140px 0 110px;
}.learning_processbase .content_box_wrapbase h2 {
    padding: 30px 35px;
    width: 65%;
}.learning_processbase .content_box_wrapbase p {
    width: 75%;
    padding: 35px 40px;
}.learning_processbase .content_box_wrapbase::before {
    right: 25%;
    border-right: 25px solid transparent;
    border-top: 35px solid rgb(209,190,169);
    border-left: 25px solid transparent;
}.learning_processbase .content_box_wrapbase::after {
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
    left: 25%;
    border-bottom: 35px solid rgb(179,158,135);
}.learning_processbase::after {
    width: 300px;
}.learning_processbase .study_programsbase::before {
    width: 300px;
}
}

@media screen and (max-width: 768px) {.learning_processbase {
    padding: 120px 0 90px;
    overflow: hidden;
}.learning_processbase .content_box_wrapbase {
    align-items: center;
}.learning_processbase .content_box_wrapbase h2 {
    width: 90%;
    font-size: calc(35px * 0.9);
    border-radius: 28px 28px 28px 28px;
    margin-bottom: 20px;
}.learning_processbase .content_box_wrapbase p {
    margin-top: 0;
    border-radius: 28px 28px 28px 28px;
    width: 90%;
}.learning_processbase .content_box_wrapbase::before,
    .learning_processbase .content_box_wrapbase::after,
    .learning_processbase::after,
    .learning_processbase .study_programsbase::before,
    .learning_processbase .study_programsbase::after {
    display: none;
}
}

@media screen and (max-width: 480px) {.learning_processbase {
    padding: 100px 0 80px;
}.learning_processbase .content_box_wrapbase h2 {
    width: 100%;
    padding: 25px;
    font-size: calc(35px * 0.8);
}.learning_processbase .content_box_wrapbase p {
    padding: 25px;
    font-size: calc(18px * 0.9);
    width: 100%;
}}.course_featuresbase {
    min-height: 100vh;
    display: grid;
    overflow: hidden;
    background: rgb(232,222,203);
    grid-template-columns: 1fr 1fr;
    position: relative;
}.course_featuresbase .skill_explorerbase {
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
    overflow: hidden;
    z-index: 1;
    grid-row: 1;
    position: absolute;
    right: 0;
    grid-column: 1 / 3;
    width: 50%;
    top: 0;
    height: 100%;
}.course_featuresbase .skill_explorerbase::before {
    left: 0;
    background: linear-gradient(90deg, rgb(232,222,203) 0%, transparent 40%);
    content: "";
    top: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
    z-index: 2;
    position: absolute;
}.course_featuresbase .study_hackbase {
    animation: carousel-vertical 30s ease-in-out infinite;
    display: flex;
    flex-direction: column;
    height: 100%;
}.course_featuresbase .skill_explorerbase:hover .study_hackbase {
    animation-play-state: paused;
}.course_featuresbase .education_trackbase {
    min-height: 33.33vh;
    overflow: hidden;
    width: 100%;
    position: relative;
}.course_featuresbase .education_trackbase img {
    transition: transform 0.7s ease-out;
    transform: scale(1.1);
    filter: brightness(1.05) contrast(1.05);
    height: 100%;
    width: 100%;
    object-fit: cover;
}.course_featuresbase .education_trackbase:hover img {
    transform: scale(1);
}.course_featuresbase .container {
    z-index: 3;
    padding: 0 3rem;
    grid-row: 1;
    grid-column: 1;
    align-items: center;
    display: flex;
}.course_featuresbase .study_programsbase {
    max-width: 600px;
    backdrop-filter: blur(10px);
    margin-right: auto;
    width: 100%;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 2.5rem;
    border-radius: 22px;
}.course_featuresbase .tech_learnbase {
    position: relative;
    display: flex;
    flex-direction: column;
}.course_featuresbase .tech_learnbase::before {
    width: 60px;
    border-left: 2px solid rgb(209,190,169);
    height: 60px;
    left: -15px;
    border-top: 2px solid rgb(209,190,169);
    position: absolute;
    top: -15px;
    border-radius: 10px 0 0 0;
    content: "";
}.course_featuresbase .tech_learnbase::after {
    height: 60px;
    bottom: -15px;
    content: "";
    width: 60px;
    border-bottom: 2px solid rgb(209,190,169);
    right: -15px;
    border-radius: 0 0 10px 0;
    position: absolute;
    border-right: 2px solid rgb(209,190,169);
}.course_featuresbase .tech_learnbase h3 {
    font-weight: 700;
    position: relative;
    margin: 0 0 1.5rem 0;
    line-height: 1.2;
    font-size: 32px;
    color: rgb(209,190,169);
}.course_featuresbase .tech_learnbase h3::after {
    width: 80px;
    left: 0;
    content: "";
    bottom: -0.5rem;
    position: absolute;
    height: 3px;
    background: rgb(209,190,169);
    border-radius: 10px;
}.course_featuresbase .tech_learnbase p {
    line-height: 1.8;
    color: #000000;
    font-size: 13px;
    margin-bottom: 2rem;
}.course_featuresbase .tech_learnbase .help_cardbase {
    transition: all 0.3s ease;
    align-self: flex-start;
    text-decoration: none;
    border-radius: 22px;
    background: rgb(209,190,169);
    font-size: 16px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    font-weight: 600;
    color: #ffffff;
    padding: 0.8rem 2.5rem;
}.course_featuresbase .tech_learnbase .help_cardbase::before {
    content: "";
    transform: translateX(-100%);
    position: absolute;
    top: 0;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    left: 0;
    transition: transform 0.6s ease;
    width: 100%;
    height: 100%;
}.course_featuresbase .tech_learnbase .help_cardbase:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}.course_featuresbase .tech_learnbase .help_cardbase:hover::before {
    transform: translateX(100%);
}

@keyframes carousel-vertical {
    0%, 16% {
        transform: translateY(0);
    }
    20%, 36% {
        transform: translateY(-33.33%);
    }
    40%, 56% {
        transform: translateY(-66.66%);
    }
    60%, 76% {
        transform: translateY(-100%);
    }
    80%, 96% {
        transform: translateY(-133.33%);
    }
    100% {
        transform: translateY(0);
    }
}

@media (min-width: 768px) and (max-width: 991px) {.course_featuresbase {
    grid-template-columns: 1fr;
}.course_featuresbase .skill_explorerbase {
    height: 45%;
    grid-column: 1;
    grid-row: 1;
    position: relative;
    width: 100%;
    clip-path: none;
}.course_featuresbase .skill_explorerbase::before {
    background: linear-gradient(0deg, rgb(232,222,203) 0%, transparent 80%);
}.course_featuresbase .study_hackbase {
    flex-direction: row;
    animation: carousel-horizontal-tablet 20s ease-in-out infinite;
}.course_featuresbase .education_trackbase {
    min-height: auto;
    width: 50%;
}.course_featuresbase .container {
    grid-row: 2;
    padding: 2rem;
    grid-column: 1;
}.course_featuresbase .study_programsbase {
    margin: 0 auto;
    max-width: 100%;
}.course_featuresbase .tech_learnbase h3 {
    font-size: calc(32px * 1.1);
}

    @keyframes carousel-horizontal-tablet {
        0%, 16% {
            transform: translateX(0);
        }
        20%, 36% {
            transform: translateX(-50%);
        }
        40%, 56% {
            transform: translateX(-100%);
        }
        60%, 76% {
            transform: translateX(-150%);
        }
        80%, 96% {
            transform: translateX(-200%);
        }
        100% {
            transform: translateX(0);
        }
    }
}

@media (max-width: 767px) {.course_featuresbase {
    grid-template-columns: 1fr;
    min-height: auto;
}.course_featuresbase .skill_explorerbase {
    grid-row: 1;
    grid-column: 1;
    clip-path: none;
    position: relative;
    width: 100%;
    height: 40vh;
}.course_featuresbase .skill_explorerbase::before {
    background: linear-gradient(0deg, rgb(232,222,203) 0%, rgba(255,255,255,0.3) 100%);
}.course_featuresbase .study_hackbase {
    animation: none;
    flex-direction: row;
}.course_featuresbase .education_trackbase {
    min-height: auto;
    width: 100%;
}.course_featuresbase .container {
    grid-row: 2;
    grid-column: 1;
    padding: 2rem 1.5rem;
}.course_featuresbase .study_programsbase {
    max-width: 100%;
    padding: 1.5rem;
}.course_featuresbase .tech_learnbase::before,
    .course_featuresbase .tech_learnbase::after {
    width: 40px;
    height: 40px;
}.course_featuresbase .tech_learnbase h3 {
    font-size: 23px;
    margin-bottom: 1rem;
}.course_featuresbase .tech_learnbase h3::after {
    height: 2px;
    width: 50px;
}.course_featuresbase .tech_learnbase p {
    margin-bottom: 1.5rem;
    line-height: 1.6;
    font-size: calc(13px * 0.9);
}.course_featuresbase .tech_learnbase .help_cardbase {
    padding: 0.7rem 1.5rem;
    text-align: center;
    width: 100%;
}}.privacy_bastionbase {
    padding: 5rem 1.5rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(232,222,203) 0%, rgba(245, 247, 250, 0.95) 100%);
    position: relative;
}.privacy_bastionbase::before {
    top: 0;
    content: "";
    left: 0;
    background-image: linear-gradient(45deg, rgb(209,190,169,0.5) 25%, transparent 25%), 
                      linear-gradient(-45deg, rgb(209,190,169,0.5) 25%, transparent 25%);
    position: absolute;
    height: 100%;
    background-size: 60px 60px;
    width: 100%;
    z-index: 0;
    opacity: 0.04;
}.privacy_bastionbase::after {
    position: absolute;
    transform: rotate(-15deg);
    top: -10%;
    content: "";
    background: linear-gradient(120deg, rgb(179,158,135,0.5) 0%, transparent 70%);
    width: 40%;
    opacity: 0.2;
    right: -10%;
    z-index: 0;
    height: 40%;
}.privacy_bastionbase .container {
    background-color: #ffffff;
    padding: 3.5rem 4rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    z-index: 1;
    margin: 0 auto;
    position: relative;
    transform: translateZ(0);
    max-width: 1140px;
}.privacy_bastionbase h1 {
    color: #000000;
    font-size: 42px;
    position: relative;
    padding-bottom: 1.2rem;
    margin-bottom: 2.5rem;
    transform: translateX(-0.5rem);
    line-height: 1.2;
    font-weight: 700;
}.privacy_bastionbase h1::after {
    content: "";
    height: 4px;
    transform-origin: left;
    position: absolute;
    left: 0;
    animation: expandWidth 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    width: 8rem;
    bottom: 0;
    background: linear-gradient(90deg, rgb(209,190,169) 0%, rgb(179,158,135) 100%);
}.privacy_bastionbase h2 {
    margin: 3rem 0 1.5rem;
    position: relative;
    transform: translateX(-1.2rem);
    font-weight: 600;
    padding-left: 1.2rem;
    font-size: 32px;
    line-height: 1.3;
    color: #000000;
}.privacy_bastionbase h2::before {
    content: "";
    border-radius: 2px;
    top: 0.5rem;
    background: rgb(209,190,169);
    left: 0;
    bottom: 0.5rem;
    width: 4px;
    position: absolute;
}.privacy_bastionbase h3 {
    font-weight: 600;
    padding-left: 1rem;
    color: #000000;
    margin: 2.5rem 0 1.2rem;
    font-size: calc(32px * 0.85);
    position: relative;
    transform: translateX(-1rem);
}.privacy_bastionbase h3::before {
    width: 3px;
    content: "";
    border-radius: 1.5px;
    top: 0.4rem;
    position: absolute;
    background: rgb(179,158,135);
    bottom: 0.4rem;
    left: 0;
}.privacy_bastionbase h4 {
    color: #000000;
    font-size: calc(32px * 0.7);
    margin: 2rem 0 1rem;
    position: relative;
    font-weight: 600;
    transform: translateX(-0.8rem);
    padding-left: 0.8rem;
}.privacy_bastionbase h4::before {
    bottom: 0.3rem;
    width: 2px;
    background: rgb(179,158,135,0.5);
    border-radius: 1px;
    position: absolute;
    left: 0;
    top: 0.3rem;
    content: "";
}.privacy_bastionbase p {
    color: #000000;
    margin-bottom: 1.5rem;
    font-size: 18px;
    max-width: 95%;
    line-height: 1.7;
    position: relative;
}.privacy_bastionbase strong {
    position: relative;
    color: #000000;
    display: inline-block;
    font-weight: 600;
}.privacy_bastionbase strong::after {
    background-color: rgb(179,158,135,0.5);
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: -2px;
    left: 0;
    content: "";
}.privacy_bastionbase ul {
    list-style: none;
    margin: 1.5rem 0 2rem;
    position: relative;
    padding-left: 1.5rem;
}.privacy_bastionbase li {
    color: #000000;
    margin-bottom: 1rem;
    font-size: 18px;
    padding-left: 1.8rem;
    position: relative;
    line-height: 1.6;
}.privacy_bastionbase li::before {
    width: 0.6rem;
    transform: rotate(45deg);
    transition: transform 0.3s ease, background-color 0.3s ease;
    background-color: rgb(209,190,169,0.5);
    top: 0.7rem;
    height: 0.6rem;
    content: "";
    border: 1px solid rgb(209,190,169);
    left: 0;
    position: absolute;
}.privacy_bastionbase li:hover::before {
    background-color: rgb(209,190,169);
    transform: rotate(135deg);
}.privacy_bastionbase span {
    padding: 0.5rem 0;
    color: #000000;
    font-size: 18px;
    margin-bottom: 1.5rem;
    position: relative;
    line-height: 1.7;
    display: block;
}.privacy_bastionbase span::after {
    content: "";
    position: absolute;
    transform-origin: left;
    bottom: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(209,190,169,0.5) 0%, transparent 100%);
    left: 0;
    height: 1px;
}

@keyframes expandWidth {
    from { width: 0; }
    to { width: 8rem; }
}

@media (max-width: 991px) {.privacy_bastionbase {
    padding: 4rem 1rem;
}.privacy_bastionbase .container {
    padding: 2.5rem 3rem;
}.privacy_bastionbase h1 {
    font-size: calc(42px * 0.9);
    margin-bottom: 2rem;
}.privacy_bastionbase h2 {
    margin: 2.5rem 0 1.2rem;
    font-size: calc(32px * 0.9);
}
}

@media (max-width: 767px) {.privacy_bastionbase {
    padding: 3rem 0.8rem;
}.privacy_bastionbase .container {
    padding: 2rem 1.5rem;
}.privacy_bastionbase h1 {
    padding-bottom: 1rem;
    font-size: calc(42px * 0.8);
    margin-bottom: 1.8rem;
}.privacy_bastionbase h1::after {
    width: 6rem;
}.privacy_bastionbase h2 {
    transform: translateX(-1rem);
    padding-left: 1rem;
    margin: 2rem 0 1rem;
    font-size: calc(32px * 0.8);
}.privacy_bastionbase h3 {
    font-size: calc(32px * 0.7);
    transform: translateX(-0.8rem);
    padding-left: 0.8rem;
    margin: 1.8rem 0 1rem;
}.privacy_bastionbase h4 {
    font-size: calc(32px * 0.6);
    margin: 1.5rem 0 0.8rem;
}.privacy_bastionbase p, 
    .privacy_bastionbase span, 
    .privacy_bastionbase li {
    margin-bottom: 1.2rem;
    font-size: calc(18px * 0.95);
}.privacy_bastionbase ul {
    padding-left: 0.8rem;
    margin: 1.2rem 0 1.8rem;
}.privacy_bastionbase li {
    padding-left: 1.5rem;
    margin-bottom: 0.8rem;
}
}

@media (max-width: 479px) {.privacy_bastionbase {
    padding: 2rem 0.5rem;
}.privacy_bastionbase .container {
    padding: 1.5rem 1.2rem;
}.privacy_bastionbase h1 {
    margin-bottom: 1.5rem;
    font-size: calc(42px * 0.7);
}.privacy_bastionbase h1::after {
    width: 5rem;
    height: 3px;
}.privacy_bastionbase h2 {
    margin: 1.8rem 0 0.8rem;
    transform: translateX(-0.8rem);
    padding-left: 0.8rem;
    font-size: calc(32px * 0.7);
}.privacy_bastionbase h2::before {
    width: 3px;
}.privacy_bastionbase h3, .privacy_bastionbase h4 {
    transform: translateX(-0.7rem);
    font-size: calc(32px * 0.6);
    margin: 1.5rem 0 0.8rem;
    padding-left: 0.7rem;
}.privacy_bastionbase p, 
    .privacy_bastionbase span, 
    .privacy_bastionbase li {
    max-width: 100%;
    font-size: calc(18px * 0.9);
    line-height: 1.6;
    margin-bottom: 1rem;
}.privacy_bastionbase ul {
    padding-left: 0.5rem;
}.privacy_bastionbase li {
    padding-left: 1.3rem;
}.privacy_bastionbase li::before {
    width: 0.5rem;
    height: 0.5rem;
}}.training_resultsbase {
    padding: 5rem 0;
    background: linear-gradient(135deg, rgba(rgb(179,158,135,0.5), 0.05), rgba(rgb(209,190,169,0.5), 0.1));
    position: relative;
    overflow: hidden;
}.training_resultsbase::before {
    left: 0;
    width: 100%;
    top: 0;
    position: absolute;
    background: radial-gradient(circle at 10% 30%, rgba(rgb(209,190,169,0.5), 0.08), transparent 60%);
    content: "";
    height: 100%;
    z-index: 0;
}.training_resultsbase::after {
    bottom: -80px;
    content: "";
    height: 200px;
    right: -80px;
    position: absolute;
    width: 200px;
    z-index: 0;
    background: radial-gradient(circle, rgba(rgb(179,158,135,0.5), 0.2), transparent 70%);
}.training_resultsbase h5 {
    text-align: center;
    position: relative;
    font-weight: 700;
    z-index: 1;
    margin-bottom: 3rem;
    font-size: calc(21px * 1.1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(0);
    color: #000000;
}.training_resultsbase h5::after {
    position: absolute;
    content: "";
    border-radius: 10px;
    height: 3px;
    left: 50%;
    background: linear-gradient(90deg, rgb(209,190,169), rgb(179,158,135));
    bottom: -12px;
    width: 60px;
    transform: translateX(-50%);
}.training_resultsbase .container {
    padding: 0 1.5rem;
    z-index: 2;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.training_resultsbase .study_programsbase {
    background-color: #ffffff;
    padding: 1.5rem;
    border-radius: 23px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), 
                box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(0);
    display: flex;
    gap: 2.5rem;
    flex-direction: column;
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.08), 
                0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
}.training_resultsbase .study_programsbase:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.1), 
                0 10px 20px rgba(rgba(0, 0, 0, 0.5), 0.08);
}.training_resultsbase .gallery_wrapperbase {
    object-fit: cover;
    transform: scale(1);
    border-radius: 10px;
    height: 300px;
    box-shadow: 0 10px 20px rgba(rgba(0, 0, 0, 0.5), 0.1);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
}.training_resultsbase .study_programsbase:hover .gallery_wrapperbase {
    transform: scale(1.02);
}.training_resultsbase .content_box_wrapbase {
    padding: 1rem 0 0.5rem;
}.training_resultsbase ul {
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    margin: 0;
    gap: 1.25rem;
    list-style: none;
}.training_resultsbase li {
    padding-left: 2.5rem;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateX(0);
}.training_resultsbase li:hover {
    transform: translateX(5px);
}.training_resultsbase li::before {
    transform-origin: left;
    opacity: 0;
    border-radius: 10px;
    transition: opacity 0.3s ease, transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(90deg, rgba(rgb(209,190,169,0.5), 0.05), transparent);
    left: 0;
    transform: scaleX(0.9);
    width: 100%;
    top: 0;
    z-index: -1;
    height: 100%;
    content: "";
    position: absolute;
}.training_resultsbase li:hover::before {
    transform: scaleX(1);
    opacity: 1;
}.training_resultsbase li p {
    color: #000000;
    line-height: 1.5;
    font-size: calc(14px * 0.95);
    display: flex;
    margin: 0;
    align-items: flex-start;
    position: relative;
}.training_resultsbase li svg {
    position: absolute;
    left: -2rem;
    width: 22px;
    top: 0;
    transition: transform 0.3s ease;
    height: 22px;
}.training_resultsbase li:hover svg {
    transform: scale(1.1) rotate(5deg);
}.training_resultsbase li svg path {
    fill: rgb(209,190,169);
    transition: fill 0.3s ease;
}.training_resultsbase li:hover svg path {
    fill: rgb(179,158,135);
}

@media (min-width: 768px) {.training_resultsbase {
    padding: 7rem 0;
}.training_resultsbase h5 {
    font-size: calc(21px * 1.25);
    margin-bottom: 4rem;
}.training_resultsbase h5::after {
    height: 4px;
    width: 80px;
}.training_resultsbase .study_programsbase {
    gap: 3.5rem;
    flex-direction: row;
    align-items: center;
    padding: 2.5rem;
}.training_resultsbase .study_programsbase > div:first-child {
    flex: 0 0 45%;
}.training_resultsbase .gallery_wrapperbase {
    height: 360px;
}.training_resultsbase .content_box_wrapbase {
    padding: 0;
    flex: 1;
}.training_resultsbase ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.75rem 1.25rem;
}.training_resultsbase li p {
    font-size: 14px;
}
}

@media (min-width: 1024px) {.training_resultsbase {
    padding: 8rem 0;
}.training_resultsbase h5 {
    font-size: calc(21px * 1.4);
}.training_resultsbase .study_programsbase {
    padding: 3rem;
    gap: 5rem;
}.training_resultsbase .study_programsbase > div:first-child {
    flex: 0 0 42%;
}.training_resultsbase .gallery_wrapperbase {
    height: 420px;
}.training_resultsbase ul {
    gap: 2rem 1.5rem;
}.training_resultsbase li p {
    font-size: calc(14px * 1.05);
    line-height: 1.6;
}.training_resultsbase li:nth-child(odd) {
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.training_resultsbase li:nth-child(odd):hover {
    transform: translateY(-5px);
}.training_resultsbase li:nth-child(even) {
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.training_resultsbase li:nth-child(even):hover {
    transform: translateY(5px);
}
}

@media (max-width: 767px) {.training_resultsbase h5 {
    max-width: 90%;
    margin-right: auto;
    padding: 0 1rem;
    margin-left: auto;
}.training_resultsbase .study_programsbase {
    padding: 1.25rem;
}.training_resultsbase .gallery_wrapperbase {
    height: 240px;
}.training_resultsbase li {
    padding-left: 2.25rem;
}.training_resultsbase li svg {
    height: 20px;
    width: 20px;
    left: -1.75rem;
}.training_resultsbase li p {
    line-height: 1.4;
    font-size: calc(14px * 0.9);
}}.tariff_list_itembase {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.tariff_list_itembase::before {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    left: 0;
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
}.tariff_list_itembase .container {
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1200px;
}.tariff_list_itembase .tuition_plansbase {
    position: relative;
}.tariff_list_itembase h2 {
    text-align: center;
    color: #ffffff;
    margin-bottom: 25px;
    position: relative;
    transform: translateY(20px);
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: calc(29px * 1.1);
    animation: fadeSlideUp 0.8s ease-out forwards;
    opacity: 0;
}.tariff_list_itembase .learning_pricingbase {
    margin: 0 auto 50px;
    animation: fadeSlideUp 0.8s ease-out 0.2s forwards;
    overflow-wrap: break-word;
    position: relative;
    text-align: center;
    line-height: 1.6;
    color: rgb(255, 255, 255, 0.5);
    word-break: break-word;
    opacity: 0;
    transform: translateY(20px);
    font-size: 18px;
    max-width: 700px;
}.tariff_list_itembase .monthly_planbase {
    gap: 25px;
    list-style: none;
    perspective: 1000px;
    display: grid;
    padding: 0;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}.tariff_list_itembase .monthly_planbase li {
    animation-delay: calc(0.2s * var(--li-index, 1));
    transform: translateZ(0) rotateY(5deg);
    transform-style: preserve-3d;
    opacity: 0;
    animation: fadeIn 0.8s ease-out forwards, rotateCard 0.8s ease-out forwards;
}.tariff_list_itembase .monthly_planbase li:nth-child(1) {
    --li-index: 1;
}.tariff_list_itembase .monthly_planbase li:nth-child(2) {
    --li-index: 2;
}.tariff_list_itembase .monthly_planbase li:nth-child(3) {
    --li-index: 3;
}.tariff_list_itembase .monthly_planbase li:nth-child(4) {
    --li-index: 4;
}.tariff_list_itembase .pricing_feesbase {
    display: block;
    height: 100%;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}.tariff_list_itembase .pricing_feesbase:hover {
    transform: translateY(-10px) scale(1.02);
}.tariff_list_itembase .study_pricebase {
    border: 1px solid rgba(255,255,255,0.1);
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.07) 0%, 
        rgba(255,255,255,0.03) 100%);
    box-shadow: 0 15px 30px rgba(0,0,0,0.2), 
                0 5px 15px rgba(0,0,0,0.1),
                inset 0 1px 1px rgba(255,255,255,0.1);
    transition: all 0.4s ease;
    padding: 30px;
    position: relative;
    overflow: hidden;
    height: 100%;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}.tariff_list_itembase .pricing_feesbase:hover .study_pricebase {
    box-shadow: 0 20px 40px rgba(0,0,0,0.25), 
                0 10px 20px rgba(0,0,0,0.15),
                inset 0 1px 2px rgba(255,255,255,0.15);
    background: linear-gradient(145deg, 
        rgba(rgb(209,190,169), 0.15) 0%, 
        rgba(rgb(209,190,169), 0.05) 100%);
}.tariff_list_itembase .study_pricebase::before {
    width: 200%;
    height: 200%;
    pointer-events: none;
    position: absolute;
    left: -50%;
    top: -50%;
    transform: rotate(30deg);
    opacity: 0;
    background: radial-gradient(
        ellipse at center,
        rgba(255,255,255,0.1) 0%,
        rgba(255,255,255,0) 70%
    );
    transition: opacity 0.6s ease;
    content: "";
}.tariff_list_itembase .pricing_feesbase:hover .study_pricebase::before {
    opacity: 1;
}.tariff_list_itembase .plan_optionsbase {
    height: 100%;
    flex-direction: column;
    display: flex;
}.tariff_list_itembase .plan_optionsbase h4 {
    margin-bottom: 20px;
    font-size: calc(20px * 1.1);
    margin-top: 0;
    color: #ffffff;
    transition: transform 0.3s ease;
    position: relative;
    font-weight: 600;
}.tariff_list_itembase .pricing_feesbase:hover .plan_optionsbase h4 {
    color: rgb(209,190,169);
    transform: translateY(-2px);
}.tariff_list_itembase .plan_optionsbase h4::after {
    position: absolute;
    left: 0;
    height: 2px;
    content: "";
    transition: transform 0.4s ease;
    width: 50px;
    background: rgb(209,190,169);
    transform: scaleX(0.7);
    transform-origin: left;
    bottom: -10px;
}.tariff_list_itembase .pricing_feesbase:hover .plan_optionsbase h4::after {
    transform: scaleX(1);
}.tariff_list_itembase .plan_optionsbase p {
    font-size: calc(18px * 0.9);
    overflow-wrap: break-word;
    flex-grow: 1;
    word-break: break-word;
    line-height: 1.7;
    margin-bottom: 25px;
    color: rgb(255, 255, 255, 0.5);
    white-space: normal;
}.tariff_list_itembase .indv_costbase {
    position: relative;
    display: inline-block;
    font-size: calc(20px * 1.4);
    font-weight: 700;
    margin-top: auto;
    color: #ffffff;
    transition: transform 0.3s ease, color 0.3s ease;
    padding: 10px 0;
}.tariff_list_itembase .pricing_feesbase:hover .indv_costbase {
    transform: scale(1.05);
    color: rgb(209,190,169);
}.tariff_list_itembase .indv_costbase::before {
    height: 1px;
    top: 0;
    position: absolute;
    width: 100%;
    content: "";
    background: linear-gradient(to right, 
        rgba(255,255,255,0.1) 0%, 
        rgba(255,255,255,0.3) 50%,
        rgba(255,255,255,0.1) 100%);
    left: 0;
}

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

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes rotateCard {
    0% {
        transform: translateZ(0) rotateY(5deg);
    }
    100% {
        transform: translateZ(0) rotateY(0);
    }
}

@media (max-width: 1024px) {.tariff_list_itembase {
    padding: 100px 0;
}.tariff_list_itembase .monthly_planbase {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.tariff_list_itembase .study_pricebase {
    padding: 25px;
}
}

@media (max-width: 768px) {.tariff_list_itembase {
    padding: 80px 0;
}.tariff_list_itembase h2 {
    margin-bottom: 20px;
    font-size: 29px;
}.tariff_list_itembase .learning_pricingbase {
    font-size: calc(18px * 0.95);
    margin-bottom: 40px;
}.tariff_list_itembase .monthly_planbase {
    max-width: 450px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.tariff_list_itembase .study_pricebase {
    padding: 25px 20px;
}.tariff_list_itembase .plan_optionsbase h4 {
    font-size: 20px;
}.tariff_list_itembase .plan_optionsbase p {
    font-size: calc(18px * 0.85);
}.tariff_list_itembase .indv_costbase {
    font-size: calc(20px * 1.2);
}
}

@media (max-width: 480px) {.tariff_list_itembase {
    padding: 60px 0;
}.tariff_list_itembase h2 {
    font-size: calc(29px * 0.9);
}.tariff_list_itembase .learning_pricingbase {
    font-size: calc(18px * 0.9);
}.tariff_list_itembase .study_pricebase {
    padding: 20px 15px;
}.tariff_list_itembase .plan_optionsbase h4 {
    font-size: calc(20px * 0.95);
}.tariff_list_itembase .plan_optionsbase p {
    line-height: 1.6;
    margin-bottom: 20px;
}.tariff_list_itembase .indv_costbase {
    font-size: calc(20px * 1.1);
}}.our_teambase {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.our_teambase::before {
    z-index: 1;
    right: 0;
    content: "";
    background: linear-gradient(135deg, rgb(209,190,169,0.5), rgba(0, 0, 0, 0.5) 85%);
    backdrop-filter: blur(3px);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}.our_teambase::after {
    opacity: 0.15;
    right: -10%;
    content: "";
    height: 80%;
    background: rgb(179,158,135,0.5);
    z-index: 1;
    transform: rotate(25deg);
    top: -15%;
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    animation: float 18s ease-in-out infinite alternate;
    width: 35%;
}.our_teambase .container {
    z-index: 2;
    position: relative;
    padding: 0 30px;
    max-width: 1200px;
    margin: 0 auto;
}.our_teambase .content_box_wrapbase {
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    position: relative;
    margin-left: auto;
    max-width: 90%;
    padding: 60px 50px;
}.our_teambase .content_box_wrapbase::before {
    height: 70%;
    animation-delay: 0.5s;
    content: "";
    transform-origin: top;
    left: -20px;
    width: 5px;
    background: rgb(209,190,169);
    transform: scaleY(0);
    position: absolute;
    top: 40px;
    animation: expandLine 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}.our_teambase .content_box_wrapbase::after {
    width: 120px;
    opacity: 0.6;
    bottom: 30px;
    z-index: -1;
    height: 120px;
    border-bottom: 3px solid rgb(179,158,135,0.5);
    border-right: 3px solid rgb(179,158,135,0.5);
    position: absolute;
    content: "";
    right: 30px;
}.our_teambase h1 {
    color: rgb(209,190,169);
    letter-spacing: -0.5px;
    position: relative;
    margin-bottom: 30px;
    font-weight: 700;
    transition: transform 0.4s ease;
    transform: translateX(0);
    font-size: 42px;
}.our_teambase h1::after {
    animation: expandWidth 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    position: absolute;
    width: 80px;
    content: "";
    height: 3px;
    transform-origin: left;
    background: linear-gradient(to right, rgb(209,190,169), rgb(179,158,135));
    left: 0;
    bottom: -10px;
}.our_teambase ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.our_teambase li {
    margin-bottom: 15px;
    animation-delay: 0.8s;
    animation: fadeInUp 0.8s ease forwards;
    opacity: 0;
}.our_teambase li:first-child {
    animation-delay: 0.6s;
    margin-bottom: 25px;
}.our_teambase h4 {
    color: #000000;
    display: inline-block;
    position: relative;
    font-weight: 600;
    font-size: calc(20px * 1.1);
    margin: 0 0 5px;
}.our_teambase h4::before {
    transform-origin: left;
    content: "";
    width: 100%;
    bottom: -2px;
    background: rgb(179,158,135,0.5);
    transition: transform 0.3s ease;
    left: 0;
    transform: scaleX(0);
    height: 1px;
    position: absolute;
}.our_teambase h4:hover::before {
    transform: scaleX(1);
}.our_teambase span {
    text-align: justify;
    column-rule: 1px solid rgb(179,158,135,0.5);
    line-height: 1.8;
    font-size: 12px;
    column-count: 2;
    display: block;
    column-gap: 40px;
    max-width: 100%;
    color: #000000;
}.our_teambase .content_box_wrapbase:hover {
    transform: translateY(-5px);
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.2);
}.our_teambase .content_box_wrapbase:hover h1 {
    transform: translateX(5px);
}

@keyframes expandWidth {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

@keyframes expandLine {
  from { transform: scaleY(0); }
  to { transform: scaleY(1); }
}

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

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

@media (max-width: 1200px) {.our_teambase {
    padding: 100px 0;
}.our_teambase .content_box_wrapbase {
    max-width: 95%;
    padding: 50px 40px;
}.our_teambase span {
    column-count: 2;
    column-gap: 30px;
}
}

@media (max-width: 992px) {.our_teambase {
    padding: 80px 0;
}.our_teambase::after {
    right: -15%;
    width: 40%;
}.our_teambase .content_box_wrapbase {
    padding: 40px 30px;
    max-width: 100%;
}.our_teambase h1 {
    font-size: calc(42px * 0.9);
}.our_teambase span {
    column-count: 2;
    font-size: calc(12px * 0.95);
}
}

@media (max-width: 768px) {.our_teambase {
    padding: 60px 0;
}.our_teambase::after {
    display: none;
}.our_teambase .content_box_wrapbase {
    padding: 35px 25px;
}.our_teambase .content_box_wrapbase::before {
    height: 60%;
    left: -10px;
}.our_teambase h1 {
    font-size: calc(42px * 0.85);
    margin-bottom: 25px;
}.our_teambase h1::after {
    width: 60px;
}.our_teambase span {
    column-count: 1;
    line-height: 1.7;
}
}

@media (max-width: 576px) {.our_teambase {
    padding: 50px 0;
}.our_teambase .container {
    padding: 0 20px;
}.our_teambase .content_box_wrapbase {
    padding: 30px 20px;
}.our_teambase .content_box_wrapbase::after {
    bottom: 15px;
    width: 80px;
    right: 15px;
    height: 80px;
}.our_teambase h1 {
    margin-bottom: 20px;
    font-size: calc(42px * 0.8);
}.our_teambase h4 {
    font-size: 20px;
}.our_teambase span {
    font-size: calc(12px * 0.9);
    line-height: 1.6;
}}#cookieAlertWindowbase {
    display: none;
}#cookieAlertWindowbase:checked ~ .privacySettingsModalbase {
    opacity: 0;
    visibility: hidden;
}.privacySettingsModalbase {
    bottom: 0;
    background: rgb(179,158,135);
    padding: 20px 0;
    z-index: 90;
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.5);
    border-top: 3px solid rgb(209,190,169);
    font-family: Arial, sans-serif;
    width: 100%;
    position: fixed;
}.accept_cookiesbase {
    padding: 20px 5%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: space-between;
    display: flex;
    gap: 20px;
    border-radius: 24px;
    align-items: center;
    border: 2px dashed rgb(209,190,169);
}.privacySettingsModalbase h5 {
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 1.5px;
    font-weight: 700;
    font-size: 22px;
    color: rgb(209,190,169);
}.privacySettingsModalbase p {
    line-height: 1.5;
    margin: 0;
    position: relative;
    font-size: 18px;
    color: #ffffff;
}.learn_prefsbase {
    padding: 10px;
    margin-right: 20px;
    flex-shrink: 0;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(209,190,169,0.5);
}.learn_prefsbase svg {
    fill: rgb(209,190,169);
    width: 60px;
    height: 60px;
}.cookie_hidebase {
    cursor: pointer;
    margin-left: 10px;
    background: rgb(209,190,169);
    border-radius: 10px;
    text-align: center;
    color: #000000;
    padding: 10px 20px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    flex-shrink: 0;
    font-size: 14px;
    white-space: nowrap;
    min-width: 140px;
    line-height: 40px;
    text-decoration: none;
    border: 2px solid rgb(209,190,169);
}.cookie_hidebase:hover {
    background-color: rgb(179,158,135);
    box-shadow: 0 0 10px rgb(179,158,135);
}.cookie_button.cookie_visitorbase {
    border: 2px solid rgb(179,158,135);
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
}.cookie_button.cookie_visitorbase:hover {
    box-shadow: 0 0 10px rgb(179,158,135);
}.privacySettingsModalbase p a {
    color: rgb(209,190,169);
    transition: color 0.3s ease;
    text-decoration: none;
    border-bottom: 1px dashed rgb(209,190,169);
}.privacySettingsModalbase p a:hover {
    color: rgb(179,158,135);
}
@media only screen and (max-width: 1200px) {.privacySettingsModalbase {
    padding: 15px 0;
}.accept_cookiesbase {
    padding: 15px 5%;
}.learn_prefsbase {
    display: none;
}.accept_cookiesbase {
    align-items: center;
    text-align: center;
    flex-direction: column;
}.privacySettingsModalbase h5 {
    font-size: 18px;
    margin-bottom: 10px;
}.cookie_tabbase {
    margin-bottom: 15px;
}.cookie_hidebase {
    min-width: 100%;
    margin: 10px 0;
}}
.gratitudeBoxbase {
    background: linear-gradient(135deg, rgb(209,190,169,0.5), rgb(179,158,135) 120%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}.gratitudeBoxbase::before {
    content: "";
    opacity: 0.05;
    pointer-events: none;
    transform: rotate(-15deg);
    top: -10%;
    right: -10%;
    background: rgb(255, 255, 255, 0.5);
    width: 50%;
    position: absolute;
    height: 60%;
}.gratitudeBoxbase::after {
    content: "";
    bottom: -5%;
    pointer-events: none;
    opacity: 0.1;
    transform: rotate(10deg);
    left: -5%;
    background: rgb(209,190,169);
    height: 30%;
    width: 40%;
    position: absolute;
}.gratitudeBoxbase .container {
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.gratitudeBoxbase .study_programsbase {
    background: #ffffff;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08), 0 5px 20px rgba(0, 0, 0, 0.05);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    padding: 60px 50px;
    transform: translateY(0);
    display: flex;
    gap: 40px;
    flex-direction: column;
}.gratitudeBoxbase .study_programsbase:hover {
    transform: translateY(-5px);
}.gratitudeBoxbase .study_programsbase::before {
    left: 0;
    width: 4px;
    background: linear-gradient(to bottom, rgb(209,190,169), rgb(179,158,135));
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
}.gratitudeBoxbase .study_programsbase div:first-child {
    padding-bottom: 25px;
    position: relative;
}.gratitudeBoxbase .study_programsbase div:first-child::after {
    content: "";
    background: rgb(209,190,169,0.5);
    width: 80px;
    bottom: 0;
    height: 2px;
    left: 0;
    position: absolute;
}.gratitudeBoxbase .study_programsbase h5 {
    line-height: 1.4;
    margin: 0;
    color: #000000;
    transform: translateX(0);
    font-size: 19px;
    transition: transform 0.4s ease-out;
    font-weight: 700;
}.gratitudeBoxbase .study_programsbase:hover h5 {
    transform: translateX(8px);
}.gratitudeBoxbase .study_programsbase div:last-child {
    position: relative;
}.gratitudeBoxbase .study_programsbase a {
    display: block;
    text-decoration: none;
    transition: all 0.4s ease;
}.gratitudeBoxbase .study_programsbase p {
    transition: color 0.3s ease;
    margin: 0;
    font-family: Arial, sans-serif;
    color: #000000;
    line-height: 1.8;
    position: relative;
    z-index: 1;
    font-size: 12px;
}.gratitudeBoxbase .study_programsbase a:hover p {
    color: rgb(209,190,169);
}.gratitudeBoxbase .study_programsbase a::before {
    height: 40%;
    opacity: 0;
    right: -10px;
    bottom: -10px;
    width: 40%;
    position: absolute;
    content: "";
    z-index: 0;
    background: linear-gradient(135deg, transparent, rgb(179,158,135,0.5) 60%);
    transition: opacity 0.5s ease;
}.gratitudeBoxbase .study_programsbase a:hover::before {
    opacity: 0.1;
}

@media (min-width: 768px) {.gratitudeBoxbase .study_programsbase {
    padding: 70px 80px;
}.gratitudeBoxbase .study_programsbase::before {
    width: 6px;
}.gratitudeBoxbase .study_programsbase div:first-child::after {
    width: 120px;
}
}

@media (max-width: 767px) {.gratitudeBoxbase {
    padding: 60px 0;
}.gratitudeBoxbase .study_programsbase {
    gap: 25px;
    padding: 40px 30px;
}.gratitudeBoxbase .study_programsbase h5 {
    font-size: calc(19px - 2px);
}.gratitudeBoxbase .study_programsbase p {
    font-size: calc(12px - 1px);
}.gratitudeBoxbase .study_programsbase div:first-child {
    padding-bottom: 20px;
}.gratitudeBoxbase .study_programsbase div:first-child::after {
    width: 60px;
}
}

@media (max-width: 480px) {.gratitudeBoxbase {
    padding: 40px 0;
}.gratitudeBoxbase .study_programsbase {
    padding: 30px 20px;
    gap: 20px;
}.gratitudeBoxbase .study_programsbase h5 {
    font-size: calc(19px - 4px);
}
}

@media (prefers-reduced-motion: reduce) {.gratitudeBoxbase .study_programsbase,
    .gratitudeBoxbase .study_programsbase h5,
    .gratitudeBoxbase .study_programsbase a::before,
    .gratitudeBoxbase .study_programsbase a p {
    transition: none;
}.gratitudeBoxbase .study_programsbase:hover,
    .gratitudeBoxbase .study_programsbase:hover h5 {
    transform: none;
}}footer {
    position: relative;
}footer::before {
    background: linear-gradient(125deg, #000000 0%, rgb(179,158,135) 100%);
    right: 0;
    left: 0;
    top: 0;
    opacity: 0.95;
    bottom: 0;
    content: '';
    z-index: 1;
    position: absolute;
}.campus_linksbase {
    padding: 60px 0;
    font-family: Arial, sans-serif;
    position: relative;
    z-index: 2;
    color: #ffffff;
}.campus_linksbase .container {
    display: flex;
    flex-wrap: wrap;
}.campus_linksbase .company_holder {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    flex: 0 0 100%;
    padding: 25px;
    border-radius: 27px;
    background: rgba(0, 0, 0, 0.2);
    text-align: center;
    margin-bottom: 40px;
}.campus_linksbase .company_holder h3 {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-size: 32px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #ffffff;
}.campus_linksbase .facebook_ctabase {
    text-align: center;
    margin: 0 auto;
    line-height: 1.7;
    background: rgba(255, 255, 255, 0.1);
    padding: 15px 20px;
    border-radius: 10px;
    color: #ffffff;
    font-size: 18px;
    max-width: 80%;
}.campus_linksbase .inclusionbase {
    margin-top: 20px;
    flex: 0 0 100%;
}.campus_linksbase .top_infobase {
    margin-top: 30px;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}.campus_linksbase .header_trainbase {
    border-radius: 27px;
    transition: all 0.3s ease;
    max-width: calc(50% - 30px);
    flex: 0 0 calc(50% - 30px);
    background: rgba(255, 255, 255, 0.05);
    padding: 20px;
}.campus_linksbase .header_trainbase:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-5px);
}.campus_linksbase .header_trainbase h5 {
    padding-bottom: 10px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 23px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    color: #ffffff;
}.campus_linksbase .header_trainbase .top_infobase {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 0;
}.campus_linksbase .header_trainbase .top_infobase a {
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    border-radius: 10px;
    padding: 8px 12px;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
}.campus_linksbase .header_trainbase .top_infobase a:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
}.webinar_livebase {
    padding: 20px 0;
    background: rgba(0, 0, 0, 0.3);
    margin-top: 40px;
    position: relative;
    z-index: 2;
}.webinar_livebase::before {
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    top: 0;
    content: '';
    height: 1px;
    right: 20%;
    opacity: 0.2;
    left: 20%;
    position: absolute;
}.webinar_livebase .container {
    display: flex;
    justify-content: center;
}.webinar_livebase .price_tablebase {
    font-size: 15px;
    letter-spacing: 0.5px;
    color: #ffffff;
    text-align: center;
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@media (min-width: 768px) {.campus_linksbase .top_infobase {
    justify-content: space-between;
}.campus_linksbase .company_holder {
    text-align: left;
    flex: 0 0 30%;
}.campus_linksbase .inclusionbase {
    flex: 0 0 65%;
}.campus_linksbase .container {
    align-items: flex-start;
    justify-content: space-between;
}.campus_linksbase .facebook_ctabase {
    text-align: left;
    max-width: 100%;
    margin: 0;
}
}

@media (max-width: 767px) {.campus_linksbase .header_trainbase {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
}.campus_linksbase .company_holder {
    padding: 20px 15px;
}.campus_linksbase .facebook_ctabase {
    padding: 15px;
    max-width: 100%;
}
}

@media (max-width: 576px) {.campus_linksbase {
    padding: 40px 0;
}.campus_linksbase .company_holder h3 {
    font-size: calc(32px * 0.8);
}.campus_linksbase .header_trainbase h5 {
    font-size: calc(23px * 0.9);
}.campus_linksbase .header_trainbase .top_infobase a {
    font-size: calc(18px * 0.95);
}}

@keyframes pulseLight {
    0%, 100% {
        opacity: 0.1;
        transform: scale(1);
    }
    50% {
        opacity: 0.15;
        transform: scale(1.1);
    }
}

footer::after {
    position: absolute;
    left: 0;
    top: 0;
    background-size: 20px 20px;
    background-image: linear-gradient(0deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px),
        linear-gradient(90deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px);
    height: 100%;
    width: 100%;
    content: '';
    z-index: 1;
}.location_infobase {
    padding: 5rem 0;
    background: linear-gradient(to right, rgb(232,222,203) 0%, rgb(209,190,169,0.5) 100%);
    position: relative;
    overflow: hidden;
}.location_infobase::before {
    position: absolute;
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    left: 0;
    z-index: 1;
    top: 0;
    width: 100%;
    content: '';
}.location_infobase .container {
    position: relative;
    z-index: 2;
}.location_infobase .message_requestbaseAQng {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.5s ease;
    background-color: #ffffff;
    gap: 2rem;
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateX(0deg);
    display: grid;
    border-radius: 11px;
}.location_infobase .message_requestbaseAQng:hover {
    transform: perspective(1000px) rotateX(2deg);
}.location_infobase .message_requestbaseAQng h3 {
    position: relative;
    margin: 2.5rem 0 1rem;
    color: rgb(209,190,169);
    font-size: 29px;
    text-align: center;
    font-weight: 700;
}.location_infobase .message_requestbaseAQng h3::after {
    border-radius: 2px;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    background: linear-gradient(to right, rgb(209,190,169), rgb(179,158,135));
    width: 60px;
    height: 4px;
    position: absolute;
    content: '';
}.location_infobase .edu_talkbase {
    padding: 0 1.5rem;
    color: #000000;
    text-align: center;
    line-height: 1.6;
    max-width: 80%;
    font-size: 16px;
    margin: 0 auto 2rem;
}.location_infobase .talk_nowbase {
    padding: 2rem 3rem 3rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    position: relative;
}.location_infobase .talk_nowbase::before {
    content: '';
    left: 3rem;
    height: 1px;
    right: 3rem;
    position: absolute;
    top: 0;
    background: linear-gradient(
        to right,
        transparent,
        rgb(209,190,169,0.5),
        rgb(179,158,135,0.5),
        rgb(209,190,169,0.5),
        transparent
    );
}.location_infobase .talk_nowbase > span {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background-color: rgba(rgb(232,222,203), 0.03);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    padding: 1rem;
    flex-direction: column;
}.location_infobase .talk_nowbase > span:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
}.location_infobase .talk_nowbase > span::before {
    height: 100%;
    width: 4px;
    content: '';
    left: 0;
    background-color: rgb(209,190,169);
    top: 0;
    position: absolute;
}.location_infobase .talk_nowbase > span:nth-child(even)::before {
    background-color: rgb(179,158,135);
}.location_infobase .talk_nowbase > span svg {
    opacity: 0.7;
    top: 1rem;
    position: absolute;
    right: 1rem;
    height: 24px;
    transition: all 0.3s ease;
    fill: rgb(209,190,169);
    width: 24px;
}.location_infobase .talk_nowbase > span:nth-child(even) svg {
    fill: rgb(179,158,135);
}.location_infobase .talk_nowbase > span:hover svg {
    transform: translateY(-3px) rotate(10deg);
    opacity: 1;
}.location_infobase .talk_nowbase > span svg path {
    stroke: #ffffff;
    stroke-width: 0.5;
    transition: all 0.3s ease;
}.location_infobase .talk_nowbase > span:hover svg path {
    stroke-width: 1;
}.location_infobase .talk_nowbase p {
    font-weight: 600;
    display: flex;
    align-items: center;
    margin: 0 0 0.5rem 0;
    font-size: 16px;
    color: #000000;
}.location_infobase .talk_nowbase p svg {
    margin-right: 8px;
    width: 18px;
    position: static;
    opacity: 0.9;
    height: 18px;
}.location_infobase .talk_nowbase span > span {
    color: #000000;
    display: flex;
    margin-top: 0.5rem;
    align-items: center;
    font-weight: 400;
}.location_infobase .talk_nowbase span > span svg {
    height: 16px;
    position: static;
    margin-right: 8px;
    width: 16px;
    opacity: 0.8;
}.location_infobase .talk_nowbase a {
    align-items: center;
    transition: color 0.3s ease;
    color: rgb(209,190,169);
    position: relative;
    font-weight: 600;
    text-decoration: none;
    padding-bottom: 2px;
    display: inline-flex;
}.location_infobase .talk_nowbase a svg {
    width: 14px;
    height: 14px;
    transition: all 0.3s ease;
    opacity: 0.9;
    position: static;
    margin-right: 6px;
}.location_infobase .talk_nowbase a::after {
    transform-origin: right;
    transform: scaleX(0);
    content: '';
    background-color: rgb(209,190,169);
    transition: transform 0.3s ease;
    left: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    width: 100%;
}.location_infobase .talk_nowbase a:hover {
    color: rgb(179,158,135);
}.location_infobase .talk_nowbase a:hover svg {
    transform: translateX(3px);
    fill: rgb(179,158,135);
}.location_infobase .talk_nowbase a:hover::after {
    transform: scaleX(1);
    background-color: rgb(179,158,135);
    transform-origin: left;
}.location_infobase .course_faqbase {
    border-radius: 10px;
    margin-top: 2rem;
    background-color: rgba(rgb(209,190,169,0.5), 0.05);
    padding: 2rem;
    position: relative;
    grid-column: 1 / -1;
}.location_infobase .course_faqbase::before {
    height: 100%;
    top: 0;
    left: 0;
    background: radial-gradient(circle at top right, rgb(209,190,169,0.5) 0%, transparent 70%);
    opacity: 0.1;
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
}.location_infobase .course_faqbase h4 {
    align-items: center;
    margin-right: 10px;
    margin-bottom: 1.5rem;
    position: relative;
    font-weight: 600;
    display: inline-flex;
    font-size: 20px;
    color: rgb(209,190,169);
}.location_infobase .course_faqbase h4 svg {
    width: 20px;
    fill: rgb(209,190,169);
    height: 20px;
    transition: transform 0.5s ease;
    margin-right: 10px;
}.location_infobase .course_faqbase:hover h4 svg {
    transform: rotate(360deg);
}.location_infobase .course_faqbase h4::after {
    background-color: rgb(179,158,135);
    width: 30px;
    position: absolute;
    height: 2px;
    content: '';
    left: 0;
    bottom: -5px;
}.location_infobase .course_faqbase span {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
    align-items: center;
    color: #000000;
    margin-right: 1.5rem;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    display: inline-flex;
    margin-bottom: 0.75rem;
    font-size: calc(16px * 0.95);
    padding: 0.5rem 1rem;
    transition: all 0.3s ease;
}.location_infobase .course_faqbase span:hover {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.06);
    background-color: rgba(255, 255, 255, 0.7);
}.location_infobase .course_faqbase span svg {
    width: 14px;
    opacity: 0.7;
    transition: transform 0.3s ease;
    margin-right: 8px;
    height: 14px;
    fill: rgb(179,158,135);
}.location_infobase .course_faqbase span:hover svg {
    opacity: 1;
    transform: scale(1.2);
}@keyframes floatBackground {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}
.location_infobase {
    animation: floatBackground 15s ease infinite;
    background-size: 400% 400%;
}.location_infobase .message_requestbaseAQng::after {
    left: 0;
    position: absolute;
    content: '';
    background: linear-gradient(to right, rgb(209,190,169), rgb(179,158,135));
    width: 100%;
    height: 5px;
    top: 0;
}
@media (min-width: 992px) {.location_infobase .message_requestbaseAQng {
    grid-template-columns: 1fr;
}.location_infobase .talk_nowbase {
    grid-template-columns: repeat(3, 1fr);
}.location_infobase .course_faqbase {
    grid-column: span 3;
}.location_infobase .talk_nowbase > span {
    padding: 1.5rem;
}
}
@media (max-width: 991px) {.location_infobase .course_faqbase h4 {
    width: 100%;
    margin-bottom: 20px;
}.location_infobase {
    padding: 4rem 0;
}.location_infobase .talk_nowbase {
    padding: 2rem;
    grid-template-columns: repeat(2, 1fr);
}.location_infobase .course_faqbase {
    grid-column: span 2;
}.location_infobase .edu_talkbase {
    max-width: 90%;
}.location_infobase .talk_nowbase > span svg {
    height: 20px;
    width: 20px;
}.location_infobase .course_faqbase span svg {
    width: 12px;
    height: 12px;
}
}
@media (max-width: 767px) {.location_infobase {
    padding: 3rem 0;
}.location_infobase .talk_nowbase {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1.5rem;
}.location_infobase .course_faqbase {
    padding: 1.5rem;
    grid-column: 1;
}.location_infobase .edu_talkbase {
    max-width: 100%;
}.location_infobase .talk_nowbase::before {
    right: 1.5rem;
    left: 1.5rem;
}.location_infobase .talk_nowbase > span svg {
    width: 18px;
    height: 18px;
}
}
@media (max-width: 575px) {.location_infobase {
    padding: 2.5rem 0;
}.location_infobase .message_requestbaseAQng {
    gap: 1.5rem;
}.location_infobase .talk_nowbase {
    padding: 1rem;
}.location_infobase .course_faqbase {
    padding: 1.2rem;
    margin-top: 1rem;
}.location_infobase .course_faqbase span {
    margin-right: 0.5rem;
    padding: 0.3rem 0.8rem;
}.location_infobase .message_requestbaseAQng h3 {
    margin: 2rem 0 1.5rem;
    font-size: calc(29px * 0.9);
}.location_infobase .edu_talkbase {
    font-size: calc(16px * 0.95);
    padding: 0 1rem;
}.location_infobase .talk_nowbase > span {
    padding: 0.8rem;
}.location_infobase .talk_nowbase > span svg {
    height: 16px;
    width: 16px;
    top: 0.8rem;
    right: 0.8rem;
}.location_infobase .course_faqbase h4 svg {
    width: 16px;
    height: 16px;
}.location_infobase .course_faqbase span svg {
    margin-right: 5px;
    height: 10px;
    width: 10px;
}}
.location_infobase .message_requestbaseAQng {
    animation: card-appear 0.8s ease-out forwards;
    transform-style: preserve-3d;
}@keyframes card-appear {
    0% {
        opacity: 0;
        transform: perspective(1000px) rotateX(10deg) translateY(50px);
    }
    100% {
        opacity: 1;
        transform: perspective(1000px) rotateX(0) translateY(0);
    }
}
.location_infobase .talk_nowbase > span {
    animation: item-appear 0.5s ease-out forwards;
    opacity: 0;
}.location_infobase .talk_nowbase > span:nth-child(1) {
    animation-delay: 0.1s;
}.location_infobase .talk_nowbase > span:nth-child(2) {
    animation-delay: 0.2s;
}.location_infobase .talk_nowbase > span:nth-child(3) {
    animation-delay: 0.3s;
}.location_infobase .talk_nowbase > span:nth-child(4) {
    animation-delay: 0.4s;
}.location_infobase .talk_nowbase > span:nth-child(5) {
    animation-delay: 0.5s;
}.location_infobase .talk_nowbase > span:nth-child(6) {
    animation-delay: 0.6s;
}@keyframes item-appear {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.location_infobase .container::before {
    right: -5%;
    content: '';
    z-index: 0;
    width: 300px;
    border-radius: 50%;
    opacity: 0.2;
    background: radial-gradient(circle, rgb(209,190,169,0.5) 0%, transparent 70%);
    top: -10%;
    position: absolute;
    height: 300px;
}.location_infobase .container::after {
    bottom: -10%;
    z-index: 0;
    background: radial-gradient(circle, rgb(179,158,135,0.5) 0%, transparent 70%);
    position: absolute;
    height: 250px;
    content: '';
    left: -5%;
    border-radius: 50%;
    opacity: 0.2;
    width: 250px;
}.location_infobase .talk_nowbase > span:hover::after {
    z-index: 0;
    animation: shine 1.5s ease forwards;
    content: '';
    top: 0;
    position: absolute;
    background: linear-gradient(
        to bottom right,
        transparent, 
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent,
        transparent
    );
    left: 0;
    width: 100%;
    height: 100%;
}@keyframes shine {
    0% {
        transform: translateX(-100%) translateY(-100%);
    }
    100% {
        transform: translateX(100%) translateY(100%);
    }
}.title_welcomebase {
    overflow: hidden;
    position: relative;
    background: linear-gradient(145deg, rgb(232,222,203) 0%, rgba(94,170,168,0.1) 100%);
    padding: 3rem 1rem;
}.title_welcomebase::before {
    bottom: 0;
    position: absolute;
    pointer-events: none;
    top: 0;
    content: "";
    z-index: 0;
    background-image: 
        repeating-linear-gradient(45deg, rgba(94,170,168,0.03) 0px, rgba(94,170,168,0.03) 2px, transparent 2px, transparent 10px),
        repeating-linear-gradient(135deg, rgba(94,170,168,0.03) 0px, rgba(94,170,168,0.03) 2px, transparent 2px, transparent 10px);
    left: 0;
    right: 0;
}.title_welcomebase h1 {
    text-align: center;
    position: relative;
    transform: translateY(0);
    opacity: 0;
    animation: fadeInDown 0.8s 0.3s forwards;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 2rem;
    color: rgb(209,190,169);
    font-family: Arial, sans-serif;
}@keyframes fadeInDown {
    from {
        transform: translateY(-20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.title_welcomebase .study_programsbase {
    gap: 2rem;
    z-index: 1;
    flex-direction: column;
    display: flex;
    position: relative;
}.title_welcomebase .content_box_wrapbase {
    padding: 0 1rem;
    order: 2;
}.title_welcomebase .gallery_wrapperbase {
    transform: translateY(20px);
    border-radius: 21px;
    overflow: hidden;
    height: 250px;
    order: 1;
    opacity: 0;
    animation: fadeInUp 0.8s 0.5s forwards;
    position: relative;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}@keyframes fadeInUp {
    from {
        transform: translateY(20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.title_welcomebase .gallery_wrapperbase::after {
    z-index: 1;
    background: linear-gradient(to bottom, rgba(94,170,168,0.2), transparent 30%, transparent 70%, rgba(94,170,168,0.4));
    position: absolute;
    mix-blend-mode: overlay;
    top: 0;
    content: "";
    left: 0;
    bottom: 0;
    right: 0;
}.title_welcomebase ol {
    flex-direction: column;
    padding: 0;
    display: flex;
    list-style: none;
    margin: 0;
    gap: 1.5rem;
}.title_welcomebase li {
    animation: fadeInRight 0.8s 0.7s forwards;
    transform: translateX(-10px);
    opacity: 0;
}.title_welcomebase li:nth-child(2) {
    animation-delay: 0.9s;
}@keyframes fadeInRight {
    from {
        transform: translateX(-10px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.title_welcomebase .learn_techfastbase {
    gap: 1rem;
    align-items: center;
    flex-direction: column;
    display: flex;
}.title_welcomebase svg {
    animation: pulse 3s infinite alternate ease-in-out;
    filter: drop-shadow(0 5px 10px rgba(94,170,168,0.3));
    height: 80px;
    transform-origin: center;
    width: 80px;
}@keyframes pulse {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.05);
    }
}

.title_welcomebase svg path {
    fill: rgb(209,190,169);
    transition: fill 0.3s ease;
}.title_welcomebase svg text {
    font-family: Arial, sans-serif;
    fill: rgb(209,190,169);
}.title_welcomebase .learn_techfastbase p {
    max-width: 600px;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #000000;
    font-size: 16px;
    margin: 0;
    text-align: center;
}.title_welcomebase .help_cardbase {
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    padding: 0.8rem 2rem;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    font-family: Arial, sans-serif;
    box-shadow: 0 10px 20px rgba(94,170,168,0.2);
    background: linear-gradient(135deg, rgb(209,190,169) 0%, rgb(179,158,135) 100%);
    text-align: center;
    position: relative;
    font-size: 19px;
    z-index: 1;
    color: #ffffff;
}.title_welcomebase .help_cardbase::before {
    top: 0;
    z-index: -1;
    left: 0;
    content: "";
    transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    width: 100%;
    background: linear-gradient(135deg, rgb(179,158,135) 0%, rgb(209,190,169) 100%);
    position: absolute;
    height: 100%;
    opacity: 0;
}.title_welcomebase .help_cardbase:hover {
    box-shadow: 0 15px 25px rgba(94,170,168,0.3);
    transform: translateY(-3px);
}.title_welcomebase .help_cardbase:hover::before {
    opacity: 1;
}.title_welcomebase .help_cardbase:active {
    box-shadow: 0 5px 10px rgba(94,170,168,0.2);
    transform: translateY(0);
}

@media (min-width: 768px) {.title_welcomebase {
    padding: 5rem 2rem;
}.title_welcomebase h1 {
    margin-bottom: 3rem;
    font-size: calc(19px * 1.2);
}.title_welcomebase .study_programsbase {
    align-items: center;
    flex-direction: row;
    gap: 3rem;
}.title_welcomebase .content_box_wrapbase {
    flex: 1;
    order: 1;
    padding: 0;
}.title_welcomebase .gallery_wrapperbase {
    height: 400px;
    order: 2;
    flex: 1;
}.title_welcomebase svg {
    height: 100px;
    width: 100px;
}.title_welcomebase .learn_techfastbase {
    align-items: flex-start;
}.title_welcomebase .learn_techfastbase p {
    font-size: calc(16px * 1.1);
    text-align: left;
}
}

@media (min-width: 992px) {.title_welcomebase {
    padding: 6rem 3rem;
}.title_welcomebase::before {
    background-image: 
            repeating-linear-gradient(45deg, rgba(94,170,168,0.03) 0px, rgba(94,170,168,0.03) 2px, transparent 2px, transparent 15px),
            repeating-linear-gradient(135deg, rgba(94,170,168,0.03) 0px, rgba(94,170,168,0.03) 2px, transparent 2px, transparent 15px);
}.title_welcomebase .study_programsbase {
    gap: 5rem;
}.title_welcomebase .gallery_wrapperbase {
    transform: perspective(1000px) rotateY(-5deg);
    transition: transform 0.5s ease;
    height: 450px;
}.title_welcomebase .gallery_wrapperbase:hover {
    transform: perspective(1000px) rotateY(0);
}.title_welcomebase h1 {
    font-size: calc(19px * 1.4);
}.title_welcomebase svg {
    width: 120px;
    height: 120px;
}.title_welcomebase .learn_techfastbase p {
    font-size: calc(16px * 1.2);
}.title_welcomebase .help_cardbase {
    font-size: calc(19px * 1.1);
    padding: 1rem 2.5rem;
}
}

@media (min-width: 1200px) {.title_welcomebase {
    padding: 8rem 5rem;
}.title_welcomebase .study_programsbase {
    margin: 0 auto;
    max-width: 1400px;
    gap: 8rem;
}.title_welcomebase .gallery_wrapperbase {
    height: 500px;
}.title_welcomebase h1 {
    font-size: calc(19px * 1.5);
}.title_welcomebase .learn_techfastbase p {
    max-width: 700px;
    font-size: calc(16px * 1.3);
}}.get_in_touchbase {
    padding: 90px 0;
    position: relative;
    background: linear-gradient(120deg, rgb(232,222,203) 0%, #1a1e2e 100%);
    overflow: hidden;
}.get_in_touchbase::before {
    background: 
        radial-gradient(circle at 20% 50%, rgba(0, 0, 0, 0.4) 0%, transparent 40%),
        linear-gradient(0deg, transparent 80%, rgba(rgb(209,190,169), 0.05) 100%);
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    z-index: 0;
    left: 0;
    content: "";
}.get_in_touchbase::after {
    bottom: 0;
    left: 0;
    width: 100%;
    position: absolute;
    height: 100px;
    background: 
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 20px);
    content: "";
    z-index: 1;
}.get_in_touchbase .container {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}.get_in_touchbase h2 {
    text-align: center;
    color: #ffffff;
    position: relative;
    margin-bottom: 70px;
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}.get_in_touchbase h2::before {
    height: 2px;
    position: absolute;
    bottom: -20px;
    content: "";
    left: calc(50% - 50px);
    width: 30px;
    background: rgb(209,190,169);
}.get_in_touchbase h2::after {
    width: 70px;
    position: absolute;
    bottom: -20px;
    height: 2px;
    content: "";
    background: rgb(209,190,169);
    left: calc(50% - 10px);
}.get_in_touchbase .connect_gridbase {
    backdrop-filter: blur(10px);
    grid-template-columns: 6fr 4fr;
    border-radius: 13px;
    background: rgba(0, 0, 0, 0.2);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    display: grid;
    border: 1px solid rgba(255, 255, 255, 0.05);
}.get_in_touchbase .gallery_wrapperbase {
    position: relative;
    min-height: 100%;
}.get_in_touchbase .gallery_wrapperbase::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
}.get_in_touchbase .gallery_wrapperbase::after {
    animation: scanLines 5s linear infinite;
    left: 0;
    width: 100%;
    z-index: 2;
    top: 0;
    content: "";
    position: absolute;
    height: 100%;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(rgb(209,190,169), 0.1) 10px, rgba(rgb(209,190,169), 0.1) 11px);
}@keyframes scanLines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.get_in_touchbase .contact_inquirybase {
    padding: 50px;
    position: relative;
}.get_in_touchbase .contact_inquirybase::before {
    width: 100%;
    content: "";
    z-index: -1;
    top: 0;
    left: 0;
    height: 100%;
    background: radial-gradient(circle at 50% 30%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    position: absolute;
}.get_in_touchbase #contact {
    display: flex;
    flex-direction: column;
    gap: 25px;
}.get_in_touchbase h3 {
    font-weight: 700;
    color: #ffffff;
    position: relative;
    font-size: 22px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    display: inline-block;
    text-transform: uppercase;
}.get_in_touchbase h3::after {
    bottom: -10px;
    position: absolute;
    background: rgb(209,190,169);
    height: 2px;
    left: 0;
    width: 50px;
    content: "";
}.get_in_touchbase input[type="text"] {
    color: #ffffff;
    padding: 16px 20px;
    transition: all 0.3s ease;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.2);
    position: relative;
    font-size: 18px;
    border-radius: 10px;
}.get_in_touchbase input[type="text"]:focus {
    box-shadow: 0 0 15px rgba(rgb(209,190,169), 0.2);
    background: rgba(0, 0, 0, 0.3);
    outline: none;
    border-color: rgb(209,190,169);
}.get_in_touchbase input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}.get_in_touchbase .query_requestbase {
    gap: 12px;
    align-items: flex-start;
    display: flex;
    margin-top: 5px;
}.get_in_touchbase .query_requestbase input[type="checkbox"] {
    appearance: none;
    border-radius: 3px;
    position: relative;
    margin-top: 2px;
    height: 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    width: 24px;
}.get_in_touchbase .query_requestbase input[type="checkbox"]:checked {
    background: rgb(209,190,169);
    border-color: rgb(209,190,169);
}.get_in_touchbase .query_requestbase input[type="checkbox"]:checked::after {
    position: absolute;
    top: 6px;
    border-width: 0 2px 2px 0;
    width: 6px;
    border: solid #ffffff;
    height: 10px;
    left: 9px;
    transform: rotate(45deg);
    content: "";
}.get_in_touchbase .query_requestbase label {
    font-size: calc(18px - 2px);
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
}.get_in_touchbase .query_requestbase a {
    color: rgb(209,190,169);
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
}.get_in_touchbase .query_requestbase a:hover {
    color: #ffffff;
}.get_in_touchbase .query_requestbase a::after {
    background: rgb(209,190,169);
    position: absolute;
    content: "";
    height: 1px;
    bottom: -2px;
    width: 100%;
    transition: all 0.3s ease;
    left: 0;
}.get_in_touchbase .query_requestbase a:hover::after {
    background: #ffffff;
}.get_in_touchbase .help_cardbase {
    position: relative;
    border: none;
    text-transform: uppercase;
    overflow: hidden;
    margin-top: 10px;
    border-radius: 10px;
    padding: 16px 35px;
    background: rgb(209,190,169);
    letter-spacing: 1px;
    cursor: pointer;
    align-self: flex-start;
    color: #ffffff;
    font-size: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    font-weight: 600;
}.get_in_touchbase .help_cardbase::before {
    height: 100%;
    content: "";
    position: absolute;
    width: 100%;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    transition: all 0.5s ease;
}.get_in_touchbase .help_cardbase:hover {
    background: rgb(179,158,135);
    transform: translateY(-3px);
}.get_in_touchbase .help_cardbase:hover::before {
    left: 100%;
}.get_in_touchbase svg {
    height: 22px;
    width: 22px;
    fill: rgb(209,190,169);
    transition: all 0.3s ease;
    filter: drop-shadow(0 0 5px rgba(rgb(209,190,169), 0.5));
}.get_in_touchbase svg path {
    fill: rgb(209,190,169);
    transition: all 0.3s ease;
}.get_in_touchbase svg:hover {
    transform: scale(1.1);
    fill: #ffffff;
}.get_in_touchbase svg:hover path {
    fill: #ffffff;
}

@media (max-width: 992px) {.get_in_touchbase {
    padding: 70px 0;
}.get_in_touchbase .connect_gridbase {
    grid-template-columns: 1fr;
}.get_in_touchbase .gallery_wrapperbase {
    min-height: 300px;
}.get_in_touchbase .contact_inquirybase {
    padding: 40px 30px 50px;
}
}

@media (max-width: 768px) {.get_in_touchbase {
    padding: 50px 0;
}.get_in_touchbase h2 {
    margin-bottom: 50px;
    font-size: calc(35px - 4px);
}.get_in_touchbase .gallery_wrapperbase {
    min-height: 250px;
}
}

@media (max-width: 576px) {.get_in_touchbase {
    padding: 40px 0;
}.get_in_touchbase .container {
    padding: 0 15px;
}.get_in_touchbase h2 {
    font-size: calc(35px - 6px);
    margin-bottom: 40px;
}.get_in_touchbase h2::before {
    left: calc(50% - 35px);
    width: 20px;
}.get_in_touchbase h2::after {
    width: 50px;
}.get_in_touchbase .contact_inquirybase {
    padding: 30px 20px 40px;
}.get_in_touchbase #contact {
    gap: 20px;
}.get_in_touchbase .help_cardbase {
    width: 100%;
}.get_in_touchbase .gallery_wrapperbase {
    min-height: 200px;
}}.try_immediatelybase {
    overflow: hidden;
    transform-style: preserve-3d;
    margin: 8rem 0;
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(232,222,203) 0%, rgb(209,190,169,0.5) 100%);
    position: relative;
}.try_immediatelybase::before {
    content: "";
    position: absolute;
    height: 300%;
    width: 300%;
    z-index: 1;
    left: -100%;
    transform: rotate(-15deg);
    background: radial-gradient(circle at center, rgb(179,158,135,0.5) 0%, transparent 70%);
    top: -100%;
    opacity: 0.3;
    pointer-events: none;
}.try_immediatelybase::after {
    opacity: 0.05;
    z-index: 2;
    pointer-events: none;
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: repeating-linear-gradient(
    45deg,
    rgb(209,190,169,0.5) 0,
    rgb(209,190,169,0.5) 1px,
    transparent 1px,
    transparent 20px
  );
    animation: shift 30s linear infinite;
}@keyframes shift {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100px 100px;
  }
}

.try_immediatelybase .container {
    align-items: center;
    transform: translateZ(0);
    z-index: 3;
    flex-direction: column;
    backdrop-filter: blur(5px);
    position: relative;
    display: flex;
    padding: 4rem 2rem;
    filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.5));
}.try_immediatelybase h2 {
    font-weight: 700;
    font-size: 35px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    letter-spacing: 0.015em;
    transform: translateZ(20px);
    z-index: 4;
    line-height: 1.4;
    max-width: 800px;
    text-align: center;
    position: relative;
    color: #000000;
    margin-bottom: 2.5rem;
}.try_immediatelybase h2::after {
    transform-origin: center;
    background: rgb(209,190,169);
    content: "";
    left: 50%;
    bottom: -12px;
    animation: expand 0.8s 0.2s cubic-bezier(0.17, 0.67, 0.83, 0.67) forwards;
    width: 80px;
    transform: translateX(-50%) scaleX(0);
    height: 5px;
    position: absolute;
}@keyframes expand {
  0% {
    transform: translateX(-50%) scaleX(0);
  }
  100% {
    transform: translateX(-50%) scaleX(1);
  }
}

.try_immediatelybase .study_programsbase {
    transform: translateZ(40px) rotateX(2deg);
    display: flex;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    align-items: center;
    box-shadow: 
    0 15px 30px rgba(0, 0, 0, 0.1),
    0 5px 15px rgba(0, 0, 0, 0.05),
    0 1px 5px rgba(0, 0, 0, 0.03);
    justify-content: center;
    z-index: 5;
    padding: 2.5rem 3rem;
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}.try_immediatelybase .study_programsbase:hover {
    transform: translateZ(50px) rotateX(0deg) scale(1.03);
}.try_immediatelybase .study_programsbase::before {
    z-index: -1;
    content: "";
    position: absolute;
    width: 110%;
    opacity: 0.1;
    height: 110%;
    background: linear-gradient(
    135deg,
    rgb(209,190,169,0.5) 0%,
    transparent 50%,
    rgb(179,158,135,0.5) 100%
  );
    pointer-events: none;
    transform: rotate(-2deg);
    left: -5%;
    top: -5%;
}.try_immediatelybase svg {
    margin-right: 2rem;
    height: 48px;
    transform: rotate(-5deg);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 48px;
}.try_immediatelybase .study_programsbase:hover svg {
    transform: rotate(5deg) scale(1.1);
}.try_immediatelybase svg path {
    transition: fill 0.3s ease;
    fill: rgb(209,190,169);
}.try_immediatelybase .study_programsbase:hover svg path {
    fill: rgb(179,158,135);
}.try_immediatelybase .help_cardbase {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    display: inline-block;
    overflow: hidden;
    border-radius: 16px;
    padding: 1rem 2.5rem;
    position: relative;
    color: #ffffff;
    letter-spacing: 0.03em;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    font-size: 19px;
    font-weight: 600;
    background: linear-gradient(135deg, rgb(209,190,169) 0%, rgb(179,158,135) 100%);
}.try_immediatelybase .help_cardbase::before {
    background: linear-gradient(to right, transparent 0%, rgba(255, 255, 255, 0.2) 50%, transparent 100%);
    height: 100%;
    content: "";
    transform: translateX(-100%);
    position: absolute;
    transition: transform 0.8s ease;
    left: 0;
    width: 100%;
    top: 0;
}.try_immediatelybase .help_cardbase:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}.try_immediatelybase .help_cardbase:hover::before {
    transform: translateX(100%);
}.try_immediatelybase .help_cardbase:active {
    transform: translateY(0);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 992px) {.try_immediatelybase {
    margin: 6rem 0;
}.try_immediatelybase .container {
    padding: 3.5rem 1.5rem;
}.try_immediatelybase h2 {
    margin-bottom: 2rem;
    font-size: calc(35px * 0.9);
}.try_immediatelybase .study_programsbase {
    padding: 2rem 2.5rem;
}
}

@media (max-width: 768px) {.try_immediatelybase {
    margin: 5rem 0;
}.try_immediatelybase .container {
    padding: 3rem 1.25rem;
}.try_immediatelybase h2 {
    font-size: calc(35px * 0.8);
    margin-bottom: 1.75rem;
}.try_immediatelybase .study_programsbase {
    padding: 2rem;
    flex-direction: column;
    transform: translateZ(30px) rotateX(1deg);
}.try_immediatelybase svg {
    margin-right: 0;
    margin-bottom: 1.5rem;
}.try_immediatelybase .help_cardbase {
    font-size: calc(19px * 0.95);
    padding: 0.875rem 2rem;
}
}

@media (max-width: 576px) {.try_immediatelybase {
    margin: 4rem 0;
}.try_immediatelybase .container {
    padding: 2.5rem 1rem;
    backdrop-filter: none;
}.try_immediatelybase h2 {
    transform: translateZ(10px);
    margin-bottom: 1.5rem;
    font-size: calc(35px * 0.7);
}.try_immediatelybase .study_programsbase {
    transform: translateZ(20px) rotateX(0deg);
    padding: 1.75rem;
}.try_immediatelybase svg {
    margin-bottom: 1.25rem;
    height: 36px;
    width: 36px;
}.try_immediatelybase .help_cardbase {
    padding: 0.75rem 1.75rem;
    font-size: calc(19px * 0.9);
}}header {
    z-index: 99;
    overflow: visible;
    width: 100%;
    position: relative;
    background: linear-gradient(to right, rgb(179,158,135) 0%, rgba(0, 0, 0, 0.5) 100%);
}header::before {
    z-index: -1;
    content: '';
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgb(209,190,169,0.5) 10px,
        rgb(209,190,169,0.5) 11px
    );
    width: 100%;
    position: absolute;
    opacity: 0.1;
    height: 100%;
    left: 0;
    top: 0;
}header .main_navbarbase {
    display: flex;
    padding: 15px;
    width: 100%;
    align-items: center;
    position: relative;
    justify-content: space-between;
}header .main_navbarbase::after {
    box-shadow: 0 0 10px rgb(179,158,135), 0 0 20px rgb(179,158,135,0.5);
    content: '';
    left: 5%;
    background: linear-gradient(
        90deg,
        transparent,
        rgb(209,190,169),
        rgb(179,158,135),
        rgb(209,190,169),
        transparent
    );
    position: absolute;
    bottom: 0;
    width: 90%;
    height: 1px;
}header .main_navbarbase .nav_headerbase {
    position: relative;
    padding: 5px 10px;
    margin-right: 20px;
    z-index: 2;
}header .main_navbarbase .nav_headerbase::before {
    height: 100%;
    border: 1px solid rgb(179,158,135,0.5);
    opacity: 0;
    transition: opacity 0.4s ease;
    position: absolute;
    border-radius: 10px;
    left: 0;
    content: '';
    box-shadow: 0 0 15px rgb(179,158,135,0.5);
    width: 100%;
    top: 0;
}header .main_navbarbase .nav_headerbase:hover::before {
    opacity: 1;
}header .main_navbarbase .nav_headerbase .head_infobase {
    display: block;
    transition: transform 0.3s ease;
}header .main_navbarbase .nav_headerbase:hover .head_infobase {
    transform: scale(1.05);
}header .main_navbarbase .nav_headerbase .head_infobase svg {
    height: 45px;
    width: auto;
    filter: drop-shadow(0 0 5px rgb(179,158,135,0.5));
}header .main_navbarbase .header_trainbase {
    position: relative;
    background: rgba(0, 0, 0, 0.2);
    padding: 15px 20px;
    justify-content: flex-end;
    margin: 0;
    list-style: none;
    flex-wrap: wrap;
    display: flex;
    border-radius: 10px;
}header .main_navbarbase .header_trainbase::before {
    background: radial-gradient(
        ellipse at center,
        rgb(179,158,135,0.5) 0%,
        transparent 70%
    );
    border-radius: 10px;
    height: 100%;
    left: 0;
    opacity: 0.2;
    position: absolute;
    content: '';
    top: 0;
    width: 100%;
}header .main_navbarbase .header_trainbase .main_corebase {
    position: relative;
    margin: 0;
}header .main_navbarbase .header_trainbase .main_corebase::after {
    transition: width 0.3s ease, left 0.3s ease;
    width: 0;
    content: '';
    background: rgb(209,190,169);
    position: absolute;
    height: 2px;
    bottom: -5px;
    box-shadow: 0 0 8px rgb(209,190,169);
    left: 50%;
}header .main_navbarbase .header_trainbase .main_corebase:hover::after {
    width: 80%;
    left: 10%;
}header .main_navbarbase .header_trainbase .main_corebase a {
    color: #ffffff;
    padding: 10px 15px;
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
    transition: color 0.3s ease, text-shadow 0.3s ease;
    font-size: 13px;
    display: block;
    font-weight: 400;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}header .main_navbarbase .header_trainbase .main_corebase:hover a {
    text-shadow: 0 0 5px rgb(209,190,169,0.5);
    color: rgb(209,190,169);
}

@media (max-width: 992px) {header .main_navbarbase {
    flex-direction: column;
}header .main_navbarbase .nav_headerbase {
    margin: 0 0 15px 0;
    align-self: center;
}header .main_navbarbase .header_trainbase {
    justify-content: center;
    width: 100%;
}header .main_navbarbase .header_trainbase .main_corebase a {
    padding: 10px 15px;
    font-size: calc(13px - 1px);
}
}