* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}header,footer {
    width: 100%;
}svg {
    width: 30px;
    height: 30px;
}.footer_benefit_base {
    flex: 0 0 auto;
}.container {
    width: 1258px;
    margin: auto;
    max-width: 100%;
}html,body {
    min-height: 100%;
    scroll-behavior: auto;
    font-family: Arial, sans-serif;
    color: #000000;
    height: 100%;
}a {
    color: inherit;
    text-decoration: none;
}.nav_tutor_base {
    flex: 1 0 auto;
}.outer-container_base {
    flex-direction: column;
    min-height: 100%;
    height: 100%;
    display: flex;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.plan_deal_base {
    position: relative;
    padding: 7rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(209,209,187) 0%, rgba(245, 247, 250, 0.95) 100%);
}.plan_deal_base::before {
    position: absolute;
    top: -10%;
    background: linear-gradient(120deg, rgb(174,168,177,0.5) 20%, rgb(131,125,138,0.5) 80%);
    z-index: 0;
    content: "";
    opacity: 0.1;
    right: -5%;
    transform: rotate(-15deg);
    border-radius: 10px;
    height: 70%;
    width: 40%;
}.plan_deal_base::after {
    border-radius: 10px;
    opacity: 0.08;
    z-index: 0;
    transform: rotate(10deg);
    position: absolute;
    bottom: -5%;
    height: 50%;
    width: 35%;
    background: linear-gradient(45deg, rgb(131,125,138,0.5) 30%, rgb(174,168,177,0.5) 70%);
    content: "";
    left: -3%;
}.plan_deal_base .container {
    position: relative;
    padding: 0 2rem;
    max-width: 1400px;
    z-index: 2;
    margin: 0 auto;
}.plan_deal_base .program_fees_base {
    flex-direction: column;
    display: flex;
}.plan_deal_base .plan_table_base {
    position: relative;
    margin-bottom: 3.5rem;
    text-align: center;
    order: 1;
}.plan_deal_base .plan_table_base h2 {
    font-size: 37px;
    display: inline-block;
    color: #000000;
    position: relative;
    margin-bottom: 1.5rem;
    font-weight: 700;
}.plan_deal_base .plan_table_base h2::after {
    transform: translateX(-50%);
    height: 3px;
    background: linear-gradient(90deg, transparent, rgb(174,168,177), transparent);
    position: absolute;
    content: "";
    width: 70%;
    left: 50%;
    bottom: -0.75rem;
}.plan_deal_base .plan_deals_base {
    max-width: 800px;
    font-size: 14px;
    line-height: 1.6;
    color: #000000;
    margin: 0 auto;
}.plan_deal_base .fee_choices_base {
    gap: 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    order: 2;
    width: 100%;
}.plan_deal_base .learn_fees_base {
    background: #ffffff;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    display: block;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    color: #000000;
    overflow: hidden;
    text-decoration: none;
    height: 100%;
}.plan_deal_base .learn_fees_base:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.plan_deal_base .learn_fees_base::before {
    left: 0;
    background: linear-gradient(90deg, rgb(174,168,177), rgb(131,125,138));
    content: "";
    width: 100%;
    height: 5px;
    position: absolute;
    transition: transform 0.3s ease;
    top: 0;
    transform: translateY(-5px);
}.plan_deal_base .learn_fees_base:hover::before {
    transform: translateY(0);
}.plan_deal_base .monthly_rate_base {
    display: flex;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
}.plan_deal_base .cost_deals_base {
    flex-direction: column;
    display: flex;
    flex: 1;
    padding: 2rem 1.75rem;
    position: relative;
}.plan_deal_base .cost_deals_base h3 {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 1rem;
    position: relative;
    color: #000000;
    font-size: calc(22px * 1.1);
}.plan_deal_base .cost_deals_base .price_deals_base {
    font-weight: 700;
    color: rgb(174,168,177);
    position: relative;
    font-size: calc(22px * 1.3);
    margin-bottom: 1.5rem;
}.plan_deal_base .cost_deals_base .price_deals_base::after {
    background: rgb(174,168,177,0.5);
    width: 40px;
    bottom: -0.75rem;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
}.plan_deal_base .cost_deals_base p {
    margin-bottom: 1.5rem;
    font-size: 14px;
    color: #000000;
    line-height: 1.65;
    word-break: break-word;
    overflow-wrap: break-word;
    word-wrap: break-word;
    flex-grow: 1;
}.plan_deal_base .photo_strip_base {
    width: 100%;
    transition: transform 0.5s ease;
    height: 180px;
    overflow: hidden;
    position: relative;
}.plan_deal_base .photo_strip_base::after {
    position: absolute;
    top: 0;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
    left: 0;
    width: 100%;
    content: "";
}.plan_deal_base .learn_fees_base:hover .photo_strip_base {
    transform: scale(1.05);
}.plan_deal_base .learn_fees_base:nth-child(odd) .cost_deals_base::before {
    border-radius: 50%;
    opacity: 0.1;
    content: "";
    top: 1rem;
    width: 2.5rem;
    position: absolute;
    z-index: -1;
    height: 2.5rem;
    background: rgb(174,168,177,0.5);
    right: 1rem;
}.plan_deal_base .learn_fees_base:nth-child(even) .cost_deals_base::before {
    bottom: 1rem;
    content: "";
    border-radius: 50%;
    position: absolute;
    width: 2.5rem;
    height: 2.5rem;
    background: rgb(131,125,138,0.5);
    left: 1rem;
    opacity: 0.1;
    z-index: -1;
}

@media (min-width: 992px) {.plan_deal_base .program_fees_base {
    flex-direction: row;
}.plan_deal_base .plan_table_base {
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-bottom: 0;
    justify-content: center;
    order: 2;
    padding-left: 3rem;
    flex: 0 0 30%;
}.plan_deal_base .plan_table_base h2 {
    text-align: left;
    margin-bottom: 2rem;
}.plan_deal_base .plan_table_base h2::after {
    left: 0;
    width: 40%;
    transform: none;
}.plan_deal_base .plan_deals_base {
    text-align: left;
    margin: 0;
}.plan_deal_base .fee_choices_base {
    flex: 0 0 70%;
    grid-template-columns: repeat(2, 1fr);
    order: 1;
}
}

@media (max-width: 991px) {.plan_deal_base {
    padding: 5rem 0;
}.plan_deal_base .learn_fees_base {
    margin-bottom: 1.5rem;
}.plan_deal_base .plan_table_base {
    padding: 0 1rem;
}
}

@media (max-width: 767px) {.plan_deal_base {
    padding: 4rem 0;
}.plan_deal_base .plan_table_base h2 {
    font-size: calc(37px * 0.9);
}.plan_deal_base .cost_deals_base h3 {
    font-size: 22px;
}.plan_deal_base .cost_deals_base .price_deals_base {
    font-size: calc(22px * 1.15);
}.plan_deal_base .photo_strip_base {
    height: 160px;
}
}

@media (max-width: 575px) {.plan_deal_base {
    padding: 3rem 0;
}.plan_deal_base .container {
    padding: 0 1.5rem;
}.plan_deal_base .fee_choices_base {
    gap: 1.5rem;
}.plan_deal_base .cost_deals_base {
    padding: 1.5rem;
}.plan_deal_base .photo_strip_base {
    height: 140px;
}
}

@media (hover: none) {.plan_deal_base .learn_fees_base:hover {
    transform: none;
}.plan_deal_base .learn_fees_base:hover .photo_strip_base {
    transform: none;
}}.secure_haven_base {
    background-color: rgb(209,209,187);
    position: relative;
    font-family: Arial, sans-serif;
    line-height: 1.7;
    overflow: hidden;
    padding: 60px 40px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    color: #000000;
}.secure_haven_base::before {
    top: -50px;
    z-index: 0;
    position: absolute;
    border-radius: 50%;
    height: 200px;
    background-color: rgb(174,168,177,0.5);
    left: -50px;
    width: 200px;
    content: '';
}.secure_haven_base::after {
    z-index: 0;
    width: 200px;
    right: -50px;
    content: '';
    bottom: -50px;
    border-radius: 50%;
    background-color: rgb(131,125,138,0.5);
    position: absolute;
    height: 200px;
}.secure_haven_base h1, .secure_haven_base h2, .secure_haven_base h3, .secure_haven_base h4, .secure_haven_base h5, .secure_haven_base h6 {
    margin-bottom: 20px;
    z-index: 1;
    color: rgb(174,168,177);
    position: relative;
}.secure_haven_base h1 {
    padding-bottom: 12px;
    border-bottom: 3px solid rgb(131,125,138);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 43px;
    font-weight: 700;
}.secure_haven_base h2 {
    font-size: 38px;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 2px solid rgb(131,125,138);
    letter-spacing: 0.5px;
    padding-bottom: 10px;
}.secure_haven_base h3 {
    padding-bottom: 8px;
    font-weight: 600;
    font-size: 38px;
}.secure_haven_base ul, .secure_haven_base ol {
    margin-bottom: 25px;
    padding-left: 25px;
    z-index: 1;
    position: relative;
    list-style: none;
}.secure_haven_base li {
    position: relative;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 12px;
    font-size: 15px;
    padding-left: 25px;
}.secure_haven_base ul li:before, .secure_haven_base ol li:before {
    background-color: rgb(131,125,138);
    box-shadow: 0 0 5px rgb(131,125,138,0.5);
    content: '';
    top: 0.6em;
    left: 0;
    position: absolute;
    border-radius: 50%;
    width: 12px;
    height: 12px;
}.secure_haven_base ol {
    counter-reset: item;
}.secure_haven_base ol li {
    list-style-type: none;
}.secure_haven_base ol li:before {
    content: counter(item);
    font-size: 20px;
    line-height: 20px;
    border-radius: 50%;
    background-color: rgb(174,168,177);
    counter-increment: item;
    width: 20px;
    color: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    text-align: center;
    box-shadow: 0 0 5px rgb(174,168,177,0.5);
}.secure_haven_base p, .secure_haven_base span {
    text-align: justify;
    font-size: 15px;
    margin-bottom: 25px;
    z-index: 1;
    position: relative;
}.secure_haven_base p {
    border-left: 3px solid rgb(174,168,177);
    padding-left: 10px;
}.secure_haven_base div {
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
}.secure_haven_base div::before {
    border-radius: 50%;
    left: -20px;
    height: 10px;
    transform: translateY(-50%);
    background-color: rgb(131,125,138);
    top: 50%;
    width: 10px;
    content: '';
    position: absolute;
}
@media only screen and (max-width: 800px) {.secure_haven_base {
    padding: 40px 20px;
}.secure_haven_base h1 {
    font-size: calc(21px - 10px);
}.secure_haven_base h2 {
    font-size: calc(21px - 8px);
}.secure_haven_base p, .secure_haven_base li {
    font-size: calc(15px - 2px);
}.secure_haven_base::before, .secure_haven_base::after {
    height: 150px;
    width: 150px;
}}.thankYouBox_base {
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(209,209,187) 0%, rgba(245, 245, 255, 0.95) 100%);
}.thankYouBox_base::before {
    animation: float 15s ease-in-out infinite alternate;
    background: linear-gradient(120deg, rgb(174,168,177,0.5) 0%, rgb(131,125,138,0.5) 100%);
    position: absolute;
    top: -10%;
    right: -5%;
    opacity: 0.4;
    width: 40%;
    content: '';
    height: 40%;
    z-index: 1;
    filter: blur(60px);
}.thankYouBox_base::after {
    animation: float 18s ease-in-out infinite alternate-reverse;
    left: -5%;
    content: '';
    height: 40%;
    bottom: -15%;
    position: absolute;
    z-index: 1;
    background: linear-gradient(240deg, rgb(131,125,138,0.5) 0%, rgb(174,168,177,0.5) 100%);
    width: 35%;
    opacity: 0.3;
    filter: blur(50px);
}.thankYouBox_base .container {
    padding: 0 2rem;
    z-index: 2;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    transform: perspective(1000px) rotateX(2deg);
}.thankYouBox_base h2 {
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    opacity: 0;
    transform: translateY(0);
    font-family: Arial, sans-serif;
    animation: slideUp 0.8s 0.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    margin-bottom: 3rem;
    position: relative;
    line-height: 1.3;
}.thankYouBox_base h2::after {
    left: 0;
    transform-origin: left;
    bottom: -0.8rem;
    height: 4px;
    content: '';
    background: linear-gradient(90deg, rgb(174,168,177) 0%, rgb(131,125,138) 100%);
    position: absolute;
    width: 10rem;
    animation: expandWidth 1s 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform: scaleX(0);
}.thankYouBox_base .pro_learning_base {
    padding: 3rem;
    opacity: 0;
    overflow: hidden;
    animation: fadeScale 1s 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 0 5px 10px rgba(0, 0, 0, 0.04);
    transform: translateY(30px);
    border-radius: 1rem;
    background: #ffffff;
    position: relative;
}.thankYouBox_base .pro_learning_base::before {
    left: 0;
    animation: pulseGlow 4s infinite alternate;
    position: absolute;
    top: 0;
    content: '';
    background: linear-gradient(180deg, rgb(174,168,177) 0%, rgb(131,125,138) 100%);
    height: 100%;
    width: 5px;
}.thankYouBox_base ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.thankYouBox_base li {
    padding-left: 1.5rem;
    display: block;
    position: relative;
}.thankYouBox_base li::before {
    transform: scale(0);
    left: 0;
    top: 0.5rem;
    height: 0.5rem;
    background-color: rgb(174,168,177);
    border-radius: 50%;
    position: absolute;
    width: 0.5rem;
    animation: popIn 0.5s 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    content: '';
}.thankYouBox_base li span {
    opacity: 0;
    display: block;
    animation: slideUp 0.8s 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    font-family: Arial, sans-serif;
    opacity: 0.95;
    margin: 0;
    line-height: 1.8;
    font-size: calc(14px * 1.05);
    transform: translateY(20px);
    color: #000000;
}

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

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

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

@keyframes popIn {
    from {
        transform: scale(0);
    }
    50% {
        transform: scale(1.2);
    }
    to {
        transform: scale(1);
    }
}

@keyframes float {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(15px, -15px);
    }
}

@keyframes pulseGlow {
    0% {
        opacity: 0.7;
        box-shadow: 0 0 5px 1px rgb(174,168,177,0.5);
    }
    100% {
        opacity: 1;
        box-shadow: 0 0 12px 3px rgb(174,168,177,0.5);
    }
}

@media (max-width: 992px) {.thankYouBox_base {
    padding: 5rem 0;
}.thankYouBox_base h2 {
    font-size: calc(30px * 0.85);
    margin-bottom: 2.5rem;
}.thankYouBox_base .pro_learning_base {
    padding: 2.5rem 2rem;
}
}

@media (max-width: 768px) {.thankYouBox_base {
    padding: 4rem 0;
}.thankYouBox_base::before,
    .thankYouBox_base::after {
    height: 30%;
    width: 50%;
}.thankYouBox_base .container {
    padding: 0 1.5rem;
    transform: perspective(1000px) rotateX(1deg);
}.thankYouBox_base h2 {
    font-size: calc(30px * 0.75);
    margin-bottom: 2rem;
}.thankYouBox_base h2::after {
    height: 3px;
    width: 8rem;
}.thankYouBox_base .pro_learning_base {
    padding: 2rem 1.5rem;
}.thankYouBox_base li span {
    line-height: 1.7;
    font-size: 14px;
}
}

@media (max-width: 576px) {.thankYouBox_base {
    padding: 3.5rem 0;
}.thankYouBox_base .container {
    padding: 0 1rem;
    transform: none;
}.thankYouBox_base h2 {
    margin-bottom: 1.8rem;
    font-size: calc(30px * 0.7);
}.thankYouBox_base h2::after {
    height: 3px;
    width: 6rem;
}.thankYouBox_base .pro_learning_base {
    padding: 1.8rem 1.2rem;
}.thankYouBox_base li {
    padding-left: 1.2rem;
}.thankYouBox_base li::before {
    top: 0.4rem;
    width: 0.4rem;
    height: 0.4rem;
}.thankYouBox_base li span {
    line-height: 1.6;
    font-size: calc(14px * 0.95);
}}.title_portal_base {
    min-height: 600px;
    height: 100vh;
    background-color: #000000;
    overflow: hidden;
    width: 100%;
    position: relative;
}.title_portal_base::before {
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    animation: backgroundPulse 15s infinite alternate ease-in-out;
    background: 
        radial-gradient(circle at 20% 30%, rgb(174,168,177,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(131,125,138,0.5) 0%, transparent 25%),
        linear-gradient(45deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    height: 100%;
    left: 0;
    content: "";
}.title_portal_base .pro_learning_base {
    height: 100%;
    position: relative;
    justify-content: flex-start;
    display: flex;
    width: 100%;
    z-index: 2;
    align-items: center;
}.title_portal_base .edu_open_base {
    overflow: hidden;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
}.title_portal_base .learn_top_base {
    width: fit-content;
    height: 100%;
    animation: carouselSlide 30s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
    display: flex;
}.title_portal_base .class_online_base {
    position: relative;
    width: 100vw;
    height: 100%;
    overflow: hidden;
}.title_portal_base .class_online_base::before {
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
    content: "";
    height: 100%;
    background: linear-gradient(
        135deg,
        #000000 0%,
        rgba(0, 0, 0, 0.6) 40%,
        rgba(0, 0, 0, 0.6) 60%,
        #000000 100%
    );
    position: absolute;
}.title_portal_base .class_online_base img {
    transform: scale(1.05);
    transition: transform 8s ease-in-out;
    object-fit: cover;
    width: 100%;
    filter: brightness(0.8) contrast(1.1) saturate(1.2);
    animation: zoomEffect 10s infinite alternate;
    height: 100%;
}.title_portal_base .text_box_item_base {
    backdrop-filter: blur(8px);
    animation: textAppear 1s ease-out forwards;
    opacity: 1;
    border-radius: 26px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3), 
                0 0 0 1px rgba(255, 255, 255, 0.05),
                0 0 20px rgba(rgb(174,168,177), 0.2);
    margin-left: 10%;
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.75) 50%,
        rgba(0, 0, 0, 0.7) 100%
    );
    padding: 3rem;
    position: relative;
    max-width: 600px;
    transform: translateY(0);
    border-left: 4px solid rgb(174,168,177);
    z-index: 3;
}.title_portal_base .text_box_item_base::before {
    top: -2px;
    content: "";
    bottom: -2px;
    background: linear-gradient(45deg, rgb(174,168,177), rgb(131,125,138));
    left: -2px;
    border-radius: calc(26px + 2px);
    opacity: 0.3;
    z-index: -1;
    position: absolute;
    animation: borderGlow 4s infinite alternate;
    right: -2px;
}.title_portal_base .text_box_item_base h1 {
    letter-spacing: 1px;
    font-weight: 700;
    position: relative;
    margin-bottom: 1.5rem;
    color: #ffffff;
    font-size: 47px;
}.title_portal_base .text_box_item_base h1::after {
    height: 3px;
    bottom: -0.5rem;
    position: absolute;
    background: linear-gradient(to right, rgb(174,168,177), transparent);
    content: "";
    width: 60px;
    left: 0;
}.title_portal_base .text_box_item_base p {
    font-weight: 400;
    line-height: 1.7;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 2rem;
    letter-spacing: 0.3px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}.title_portal_base .text_box_item_base .connect_list_base {
    font-size: 17px;
    font-weight: 600;
    border-radius: 10px;
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    display: inline-block;
    letter-spacing: 0.5px;
    text-decoration: none;
    background: linear-gradient(
        90deg,
        rgb(174,168,177) 0%,
        rgb(131,125,138) 100%
    );
    padding: 1rem 2.5rem;
}.title_portal_base .text_box_item_base .connect_list_base::before {
    left: -100%;
    position: absolute;
    width: 100%;
    content: "";
    height: 100%;
    top: 0;
    transition: all 0.6s ease;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 50%,
        transparent 100%
    );
    animation: buttonShine 3s infinite;
}.title_portal_base .text_box_item_base .connect_list_base:hover {
    background: linear-gradient(
        90deg,
        rgb(131,125,138) 0%,
        rgb(174,168,177) 100%
    );
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

@keyframes carouselSlide {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(-100vw);
    }
    40%, 56% {
        transform: translateX(-200vw);
    }
    60%, 76% {
        transform: translateX(-300vw);
    }
    80%, 96% {
        transform: translateX(-400vw);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes zoomEffect {
    0% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1.15);
    }
}

@keyframes textAppear {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes borderGlow {
    0% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.6;
    }
}

@keyframes buttonShine {
    0% {
        left: -100%;
    }
    40% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}

@keyframes backgroundPulse {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@media screen and (max-width: 1200px) {.title_portal_base .text_box_item_base {
    padding: 2.5rem;
    max-width: 500px;
    margin-left: 8%;
}
}

@media screen and (max-width: 992px) {.title_portal_base {
    height: 90vh;
}.title_portal_base .text_box_item_base {
    padding: 2rem;
    max-width: 450px;
    margin-left: 5%;
}.title_portal_base .text_box_item_base h1 {
    font-size: calc(47px * 0.9);
}
}

@media screen and (max-width: 768px) {.title_portal_base {
    min-height: unset;
    height: auto;
}.title_portal_base .pro_learning_base {
    padding: 4rem 0;
    justify-content: center;
    flex-direction: column;
}.title_portal_base .class_online_base {
    height: 100vh;
}.title_portal_base .text_box_item_base {
    backdrop-filter: blur(10px);
    max-width: 90%;
    padding: 2rem;
    margin: 0 auto;
}.title_portal_base .text_box_item_base h1 {
    font-size: calc(47px * 0.8);
}.title_portal_base .text_box_item_base p {
    font-size: calc(16px * 0.95);
}
}

@media screen and (max-width: 576px) {.title_portal_base .text_box_item_base {
    padding: 1.5rem;
}.title_portal_base .text_box_item_base h1 {
    font-size: calc(47px * 0.7);
    margin-bottom: 1rem;
}.title_portal_base .text_box_item_base p {
    font-size: calc(16px * 0.9);
    margin-bottom: 1.5rem;
}.title_portal_base .text_box_item_base .connect_list_base {
    font-size: calc(17px * 0.9);
    padding: 0.8rem 2rem;
}}.program_assets_base {
    padding: 80px 0;
    overflow: hidden;
    position: relative;
    margin: 40px 0;
    background: linear-gradient(135deg, rgb(209,209,187) 0%, rgba(rgb(174,168,177,0.5), 0.05) 100%);
}.program_assets_base::before {
    top: 0;
    content: '';
    position: absolute;
    left: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(174,168,177,0.5) 0%, transparent 70%),
        radial-gradient(circle at 90% 80%, rgb(131,125,138,0.5) 0%, transparent 70%);
    opacity: 0.08;
    z-index: 0;
    height: 100%;
    width: 100%;
}.program_assets_base::after {
    height: 100%;
    opacity: 0.05;
    background: linear-gradient(45deg, transparent 45%, rgb(174,168,177,0.5) 100%);
    top: -50%;
    position: absolute;
    width: 100%;
    right: -50%;
    transform: rotate(45deg);
    z-index: 0;
    content: '';
}.program_assets_base .container {
    position: relative;
    gap: 40px;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    display: flex;
    z-index: 1;
    flex-direction: column;
}.program_assets_base .photo_strip_base {
    transform: perspective(1000px) rotateY(-2deg);
    object-fit: cover;
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.15);
    max-height: 400px;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
}.program_assets_base .photo_strip_base:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.program_assets_base .pro_learning_base {
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.08);
    position: relative;
    transform: translateY(-20px);
    padding: 30px;
}.program_assets_base .pro_learning_base::before {
    width: 5px;
    position: absolute;
    height: 100%;
    background: linear-gradient(to bottom, rgb(174,168,177), rgb(131,125,138));
    left: 0;
    content: '';
    top: 0;
}.program_assets_base .text_box_item_base {
    position: relative;
}.program_assets_base h1 {
    color: #000000;
    line-height: 1.3;
    font-size: 29px;
    position: relative;
    font-weight: 700;
    margin-bottom: 30px;
}.program_assets_base h1::after {
    position: absolute;
    background: rgb(174,168,177);
    bottom: -10px;
    left: 0;
    height: 3px;
    content: '';
    animation: expand 0.8s ease-out forwards;
    width: 80px;
    transform-origin: left;
}.program_assets_base ul {
    gap: 20px;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    display: grid;
}.program_assets_base li {
    position: relative;
    transition: transform 0.3s ease;
    padding: 10px 0;
    transform: translateX(0);
}.program_assets_base li:hover {
    transform: translateX(5px);
}.program_assets_base li p {
    margin: 0;
    display: flex;
    color: #000000;
    line-height: 1.6;
    align-items: flex-start;
    gap: 15px;
    font-size: 12px;
}.program_assets_base li svg {
    transition: transform 0.3s ease;
    height: 24px;
    margin-top: 3px;
    width: 24px;
    flex-shrink: 0;
    transform: scale(1);
}.program_assets_base li:hover svg {
    transform: scale(1.15);
}.program_assets_base svg path {
    transition: fill 0.3s ease;
    fill: rgb(174,168,177);
}.program_assets_base li:hover svg path {
    fill: rgb(131,125,138);
}

@keyframes expand {
    0% { width: 0; }
    100% { width: 80px; }
}

@media (min-width: 768px) {.program_assets_base .container {
    align-items: center;
    flex-direction: row;
}.program_assets_base .photo_strip_base {
    max-height: 500px;
    width: 45%;
    transform: perspective(1000px) rotateY(-5deg);
}.program_assets_base .pro_learning_base {
    width: 55%;
    margin-left: -50px;
    z-index: 2;
    transform: translateY(0);
}.program_assets_base h1 {
    font-size: 44px;
}
}

@media (min-width: 992px) {.program_assets_base {
    padding: 120px 0;
}.program_assets_base .photo_strip_base {
    transform: perspective(1200px) rotateY(-8deg);
}.program_assets_base .pro_learning_base {
    margin-left: -80px;
    padding: 40px 50px;
}.program_assets_base ul {
    grid-template-columns: repeat(2, 1fr);
}.program_assets_base h1::after {
    width: 100px;
}
    
    @keyframes expand {
        0% { width: 0; }
        100% { width: 100px; }
    }
}

@media (max-width: 767px) {.program_assets_base {
    padding: 60px 0;
}.program_assets_base .pro_learning_base {
    padding: 25px 20px;
}.program_assets_base h1 {
    margin-bottom: 25px;
    font-size: calc(29px * 0.9);
}.program_assets_base ul {
    grid-template-columns: 1fr;
    gap: 15px;
}.program_assets_base li p {
    font-size: calc(12px * 0.95);
}
}

@media (max-width: 480px) {.program_assets_base {
    padding: 40px 0;
}.program_assets_base .photo_strip_base {
    max-height: 300px;
}.program_assets_base .pro_learning_base {
    padding: 20px 15px;
}.program_assets_base h1 {
    margin-bottom: 20px;
    font-size: calc(29px * 0.85);
}.program_assets_base li svg {
    width: 20px;
    height: 20px;
}}.meet_us_base {
    overflow: hidden;
    color: #ffffff;
    position: relative;
    padding: 120px 0;
}.meet_us_base::before {
    bottom: 0;
    right: 0;
    content: "";
    top: 0;
    position: absolute;
    background: linear-gradient(135deg, rgba(0, 0, 20, 0.85) 0%, rgba(0, 20, 40, 0.75) 50%, rgba(0, 40, 80, 0.9) 100%);
    z-index: 1;
    left: 0;
}.meet_us_base::after {
    width: 40%;
    opacity: 0.1;
    height: 70%;
    position: absolute;
    top: -10%;
    background: rgb(174,168,177);
    z-index: 1;
    animation: glow 20s infinite alternate;
    right: -10%;
    transform: rotate(-15deg) skew(20deg);
    content: "";
    filter: blur(50px);
}.meet_us_base .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
}.meet_us_base .text_box_item_base {
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0% 100%);
    border-left: 4px solid rgb(174,168,177);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.08);
    padding: 3rem;
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    position: relative;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    transform: perspective(1000px) rotateY(1deg);
}.meet_us_base .text_box_item_base:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.meet_us_base .text_box_item_base > div:first-child {
    margin-bottom: 0.5rem;
    display: inline-block;
}.meet_us_base .text_box_item_base h5 {
    transform: translateX(-1.5rem);
    position: relative;
    letter-spacing: 1px;
    background: rgb(174,168,177);
    color: #ffffff;
    margin: 0;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    font-size: 22px;
    background: linear-gradient(90deg, rgb(174,168,177) 0%, rgb(131,125,138) 100%);
    text-transform: uppercase;
    display: inline-block;
    font-weight: 700;
    padding: 0.5rem 1.5rem;
}.meet_us_base .text_box_item_base h5::before {
    opacity: 0.3;
    left: -10px;
    filter: blur(10px);
    content: "";
    background: rgb(174,168,177);
    height: 20px;
    animation: pulse 3s infinite alternate;
    border-radius: 50%;
    position: absolute;
    width: 20px;
    bottom: -10px;
}.meet_us_base .text_box_item_base > div:nth-child(2) {
    margin-bottom: 1.5rem;
    position: relative;
}.meet_us_base .text_box_item_base > div:nth-child(2) p {
    font-size: calc(22px * 1.2);
    position: relative;
    color: #ffffff;
    margin: 0.5rem 0 1.5rem;
    letter-spacing: 1px;
    line-height: 1.4;
    display: inline-block;
}.meet_us_base .text_box_item_base > div:nth-child(2) p::after {
    width: 100%;
    background: linear-gradient(90deg, rgb(174,168,177) 0%, transparent 100%);
    height: 2px;
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.5rem;
}.meet_us_base .text_box_item_base ol {
    margin: 0;
    list-style-type: none;
    padding: 0;
}.meet_us_base .text_box_item_base ol li {
    line-height: 1.8;
    color: #ffffff;
    opacity: 0.85;
    column-count: 1;
    text-align: justify;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    font-size: 18px;
    position: relative;
}.meet_us_base .text_box_item_base ol li::first-letter {
    float: left;
    margin-right: 0.25rem;
    font-weight: 700;
    color: rgb(174,168,177);
    font-size: 1.5em;
}

@keyframes pulse {
    0% {
        transform: scale(0.8);
        opacity: 0.3;
    }
    100% {
        transform: scale(1.2);
        opacity: 0.5;
    }
}

@keyframes glow {
    0% {
        opacity: 0.05;
        transform: rotate(-15deg) skew(20deg);
    }
    50% {
        opacity: 0.15;
        transform: rotate(-12deg) skew(15deg) translateX(-5%);
    }
    100% {
        opacity: 0.1;
        transform: rotate(-18deg) skew(25deg) translateX(5%);
    }
}

@media (min-width: 768px) {.meet_us_base {
    padding: 150px 0;
}.meet_us_base .text_box_item_base {
    width: 90%;
    padding: 4rem;
    margin-left: 5%;
}.meet_us_base .text_box_item_base ol li {
    column-gap: 3rem;
    column-count: 2;
}
}

@media (min-width: 992px) {.meet_us_base .text_box_item_base {
    margin-left: 10%;
    width: 80%;
}.meet_us_base .container {
    padding: 0 40px;
}
}

@media (max-width: 767px) {.meet_us_base {
    padding: 80px 0;
}.meet_us_base .text_box_item_base {
    transform: perspective(1000px) rotateY(0deg);
    padding: 2rem;
}.meet_us_base .text_box_item_base h5 {
    padding: 0.4rem 1.2rem;
    font-size: calc(22px * 0.9);
}.meet_us_base .text_box_item_base > div:nth-child(2) p {
    font-size: calc(22px * 1.1);
}.meet_us_base .text_box_item_base ol li {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}
}

@media (max-width: 480px) {.meet_us_base {
    padding: 60px 0;
}.meet_us_base .text_box_item_base {
    padding: 1.5rem;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
}.meet_us_base .text_box_item_base h5 {
    font-size: calc(22px * 0.8);
    padding: 0.3rem 1rem;
}}.contact_base {
    background-color: rgb(209,209,187);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}.contact_base::before {
    left: 0;
    opacity: 0.15;
    position: absolute;
    background: linear-gradient(120deg, rgb(174,168,177,0.5) 0%, transparent 75%);
    height: 100%;
    top: 0;
    width: 100%;
    content: "";
}.contact_base::after {
    opacity: 0.1;
    content: "";
    background: linear-gradient(240deg, rgb(131,125,138,0.5) 0%, transparent 70%);
    height: 70%;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 70%;
}.contact_base .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
    padding: 0 30px;
}.contact_base h2 {
    font-weight: 700;
    margin-bottom: 15px;
    color: #000000;
    text-align: center;
    font-size: 37px;
    font-family: Arial, sans-serif;
    position: relative;
}.contact_base .inquiry_request_base {
    flex-wrap: wrap;
    margin-top: 50px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    display: flex;
    border-radius: 21px;
    overflow: hidden;
    background: #ffffff;
    flex-direction: row-reverse;
}.contact_base .photo_strip_base {
    min-height: 500px;
    position: relative;
    flex: 0 0 40%;
    overflow: hidden;
}.contact_base .photo_strip_base::after {
    bottom: 0;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    left: 0;
    background: linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.4));
}.contact_base .query_help_base {
    position: relative;
    padding: 60px;
    flex: 0 0 60%;
}.contact_base .query_help_base::before {
    width: 5px;
    left: 0;
    border-radius: 2.5px;
    background: linear-gradient(to bottom, rgb(174,168,177), rgb(131,125,138));
    position: absolute;
    height: calc(100% - 80px);
    content: "";
    top: 40px;
}.contact_base form {
    width: 100%;
    padding-left: 25px;
}.contact_base form h3 {
    font-family: Arial, sans-serif;
    margin-bottom: 35px;
    font-size: 22px;
    color: #000000;
    font-weight: 600;
}.contact_base form input[type="text"] {
    transition: all 0.3s ease;
    border-radius: 10px;
    font-size: 14px;
    background: rgb(209,209,187);
    color: #000000;
    margin-bottom: 20px;
    width: 100%;
    font-family: Arial, sans-serif;
    padding: 18px 25px;
    border: none;
}.contact_base form input[type="text"]:focus {
    background: rgba(rgb(174,168,177), 0.05);
    outline: none;
    box-shadow: 0 0 0 2px rgb(174,168,177,0.5);
}.contact_base form input[type="text"]::placeholder {
    color: rgba(#000000, 0.4);
}.contact_base .message_help_base {
    align-items: flex-start;
    margin: 10px 0 30px;
    display: flex;
}.contact_base .message_help_base input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_base .message_help_base label {
    line-height: 1.5;
    color: #000000;
    cursor: pointer;
    font-size: 15px;
    position: relative;
    padding-left: 35px;
}.contact_base .message_help_base label::before {
    position: absolute;
    transition: all 0.2s ease;
    height: 22px;
    content: "";
    border: 2px solid rgb(174,168,177,0.5);
    border-radius: 10px;
    width: 22px;
    left: 0;
    top: 2px;
}.contact_base .message_help_base input[type="checkbox"]:checked + label::before {
    border-color: rgb(174,168,177);
    background-color: rgb(174,168,177);
}.contact_base .message_help_base input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg);
    width: 6px;
    position: absolute;
    top: 9px;
    height: 11px;
    content: "";
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    left: 8px;
}.contact_base .message_help_base label a {
    text-decoration: none;
    color: rgb(174,168,177);
    transition: all 0.3s ease;
}.contact_base .message_help_base label a:hover {
    color: rgb(131,125,138);
    text-decoration: underline;
}.contact_base form .connect_list_base {
    font-weight: 600;
    border-radius: 10px;
    display: inline-block;
    transition: all 0.3s ease;
    padding: 15px 35px;
    position: relative;
    font-size: 16px;
    color: #ffffff;
    background: linear-gradient(45deg, rgb(174,168,177), rgb(131,125,138));
    cursor: pointer;
    font-family: Arial, sans-serif;
    border: none;
    overflow: hidden;
}.contact_base form .connect_list_base::before {
    position: absolute;
    transform: rotate(45deg) translateX(-200%);
    content: "";
    transition: all 0.4s ease;
    left: -10%;
    width: 120%;
    background: rgba(255, 255, 255, 0.2);
    height: 120%;
    top: -10%;
}.contact_base form .connect_list_base:hover {
    box-shadow: 0 8px 15px rgba(rgb(174,168,177), 0.3);
    transform: translateY(-2px);
}.contact_base form .connect_list_base:hover::before {
    transform: rotate(45deg) translateX(200%);
}.contact_base svg {
    height: 22px;
    width: 22px;
    fill: rgb(174,168,177);
}.contact_base svg path {
    transition: fill 0.3s ease;
    fill: rgb(174,168,177);
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.05;
    }
    50% {
        opacity: 0.1;
    }
}

@media screen and (max-width: 1024px) {.contact_base .query_help_base {
    padding: 50px 40px;
}
}

@media screen and (max-width: 991px) {.contact_base .photo_strip_base {
    flex: 0 0 100%;
    min-height: 300px;
}.contact_base .query_help_base {
    flex: 0 0 100%;
}.contact_base .query_help_base::before {
    background: linear-gradient(to right, rgb(174,168,177), rgb(131,125,138));
    width: calc(100% - 80px);
    height: 5px;
    top: 0;
    left: 40px;
}.contact_base form {
    padding-top: 25px;
    padding-left: 0;
}
}

@media screen and (max-width: 767px) {.contact_base {
    padding: 70px 0;
}.contact_base .photo_strip_base {
    min-height: 250px;
}.contact_base .query_help_base {
    padding: 40px 30px;
}.contact_base .query_help_base::before {
    width: calc(100% - 60px);
    left: 30px;
}
}

@media screen and (max-width: 480px) {.contact_base {
    padding: 50px 0;
}.contact_base h2 {
    font-size: calc(37px * 0.8);
}.contact_base .photo_strip_base {
    min-height: 200px;
}.contact_base .query_help_base {
    padding: 30px 20px;
}.contact_base .query_help_base::before {
    width: calc(100% - 40px);
    left: 20px;
}.contact_base form h3 {
    font-size: calc(22px * 0.9);
    margin-bottom: 25px;
}.contact_base form input[type="text"] {
    padding: 15px 20px;
}.contact_base form .connect_list_base {
    text-align: center;
    width: 100%;
}}.get_help_info_base {
    overflow: hidden;
    background-color: rgb(209,209,187);
    position: relative;
    padding: 5rem 0;
    z-index: 1;
}.get_help_info_base::before {
    top: 0;
    animation: ambientGlow 15s infinite alternate;
    height: 100%;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: -1;
    background: 
        radial-gradient(circle at 20% 20%, rgb(174,168,177,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgb(131,125,138,0.5) 0%, transparent 40%);
    content: "";
}.get_help_info_base::after {
    position: absolute;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, transparent 100%);
    left: 0;
    content: "";
    width: 100%;
    top: 0;
    z-index: -1;
    height: 100%;
}.get_help_info_base .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 15px;
}.get_help_info_base .ask_question_base {
    display: flex;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transform: translateY(0);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex-direction: column;
    backdrop-filter: blur(10px);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.03);
    padding: 3rem;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}.get_help_info_base .ask_question_base::before {
    content: "";
    z-index: -1;
    width: 200%;
    left: -50%;
    top: -150%;
    height: 200%;
    position: absolute;
    animation: shineEffect 6s infinite;
    transition: all 0.7s ease;
    background: linear-gradient(
        45deg,
        transparent 0%,
        rgba(255, 255, 255, 0.03) 30%,
        rgba(255, 255, 255, 0.07) 50%,
        rgba(255, 255, 255, 0.03) 70%,
        transparent 100%
    );
    transform: rotate(45deg);
}.get_help_info_base .assist_form_base {
    display: inline-block;
    font-size: 37px;
    position: relative;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    color: rgb(174,168,177);
    margin-bottom: 2rem;
    font-weight: 700;
    align-self: center;
}.get_help_info_base .assist_form_base::after {
    background: linear-gradient(90deg, transparent, rgb(174,168,177), transparent);
    height: 3px;
    content: "";
    width: 100%;
    bottom: -10px;
    animation: headerUnderline 3s infinite;
    position: absolute;
    left: 0;
}.get_help_info_base .photo_strip_base {
    border: 3px solid rgba(255, 255, 255, 0.1);
    width: 200px;
    border-radius: 10px;
    position: relative;
    margin: 0 auto 2rem;
    height: 200px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.3);
}.get_help_info_base .photo_strip_base:hover {
    transform: scale(1.02);
    box-shadow: 0 15px 35px -5px rgba(0, 0, 0, 0.4);
}.get_help_info_base .photo_strip_base::after {
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    content: "";
    background: linear-gradient(
        135deg,
        rgba(0, 123, 255, 0.2) 0%,
        transparent 100%
    );
    position: absolute;
    left: 0;
}.get_help_info_base .quick_contact_base {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 14px;
    padding: 2rem;
    overflow: hidden;
    position: relative;
    backdrop-filter: blur(5px);
}.get_help_info_base .quick_contact_base::before {
    top: 0;
    height: 100%;
    background: linear-gradient(to bottom, rgb(174,168,177), rgb(131,125,138));
    left: 0;
    position: absolute;
    border-radius: 10px;
    width: 5px;
    content: "";
}.get_help_info_base .quick_contact_base p {
    margin-bottom: 1.5rem;
    display: flex;
    padding-left: 2rem;
    flex-direction: column;
    transition: transform 0.3s ease;
    color: #000000;
    position: relative;
    font-size: 17px;
}.get_help_info_base .quick_contact_base p:hover {
    transform: translateX(5px);
}.get_help_info_base .quick_contact_base p:last-child {
    margin-bottom: 0;
}.get_help_info_base .quick_contact_base p span {
    margin-top: 0.3rem;
    font-weight: 600;
}.get_help_info_base .quick_contact_base p a {
    display: inline-block;
    transition: color 0.3s ease, transform 0.3s ease;
    color: rgb(174,168,177);
    text-decoration: none;
}.get_help_info_base .quick_contact_base p a:hover {
    transform: scale(1.03);
    color: rgb(131,125,138);
}.get_help_info_base .quick_contact_base svg {
    stroke-linecap: round;
    left: 0;
    height: 18px;
    stroke-linejoin: round;
    width: 18px;
    transition: transform 0.3s ease;
    fill: none;
    stroke-width: 2;
    position: absolute;
    top: 5px;
}.get_help_info_base .quick_contact_base p:hover svg {
    transform: scale(1.1);
}.get_help_info_base .quick_contact_base svg path {
    transition: stroke 0.3s ease;
    stroke: rgb(174,168,177);
}.get_help_info_base .quick_contact_base p:hover svg path {
    stroke: rgb(131,125,138);
}.get_help_info_base .quick_contact_base p:nth-child(1) svg path {
    animation: drawSVG 1.5s forwards;
    stroke-dashoffset: 50;
    stroke-dasharray: 50;
}.get_help_info_base .quick_contact_base p:nth-child(2) svg path {
    animation: drawSVG 1.5s 0.2s forwards;
    stroke-dashoffset: 50;
    stroke-dasharray: 50;
}.get_help_info_base .quick_contact_base p:nth-child(3) svg path {
    stroke-dasharray: 50;
    animation: drawSVG 1.5s 0.4s forwards;
    stroke-dashoffset: 50;
}.get_help_info_base .quick_contact_base p:nth-child(4) svg path {
    animation: drawSVG 1.5s 0.6s forwards;
    stroke-dasharray: 50;
    stroke-dashoffset: 50;
}.get_help_info_base .edu_chat_base {
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    margin-top: 2.5rem;
}.get_help_info_base .message_info_base {
    position: relative;
    font-size: 22px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: rgb(174,168,177);
}.get_help_info_base .message_info_base::before,
.get_help_info_base .message_info_base::after {
    background: linear-gradient(90deg, transparent, rgb(174,168,177,0.5), transparent);
    position: absolute;
    top: 50%;
    height: 1px;
    content: "";
    width: 30px;
}.get_help_info_base .message_info_base::before {
    left: 20%;
}.get_help_info_base .message_info_base::after {
    right: 20%;
}.get_help_info_base .message_info_base svg {
    animation: pulseAnimation 2s infinite;
    stroke-width: 2;
    margin-right: 8px;
    width: 18px;
    height: 18px;
    fill: none;
    vertical-align: middle;
    stroke: rgb(174,168,177);
}.get_help_info_base .request_support_base {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}.get_help_info_base .quick_request_base {
    color: #000000;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    font-size: calc(17px - 2px);
    text-align: center;
    padding: 0.8rem 1rem;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}.get_help_info_base .quick_request_base:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background: rgba(0, 123, 255, 0.1);
    border-color: rgba(0, 123, 255, 0.2);
    transform: translateY(-3px);
}.get_help_info_base .quick_request_base svg {
    stroke-width: 2;
    stroke: rgb(174,168,177);
    fill: none;
    margin-right: 5px;
    height: 12px;
    transition: transform 0.3s ease;
    width: 12px;
}.get_help_info_base .quick_request_base:hover svg {
    transform: rotate(15deg);
    stroke: rgb(131,125,138);
}

@keyframes shineEffect {
    0% {
        top: -150%;
        left: -50%;
    }
    100% {
        top: 150%;
        left: 150%;
    }
}

@keyframes headerUnderline {
    0%, 100% {
        width: 30%;
        left: 35%;
    }
    50% {
        width: 100%;
        left: 0;
    }
}

@keyframes ambientGlow {
    0% {
        opacity: 0.5;
        background-position: 0% 0%;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.5;
        background-position: 100% 100%;
    }
}

@keyframes drawSVG {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes pulseAnimation {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

@media (min-width: 768px) {.get_help_info_base .ask_question_base {
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}.get_help_info_base .assist_form_base {
    width: 100%;
    margin-bottom: 3rem;
}.get_help_info_base .photo_strip_base {
    height: 250px;
    flex-shrink: 0;
    margin: 0;
    width: 250px;
}.get_help_info_base .quick_contact_base {
    margin-left: 2.5rem;
    flex: 1;
}.get_help_info_base .quick_contact_base svg {
    height: 20px;
    width: 20px;
}.get_help_info_base .request_support_base {
    grid-template-columns: repeat(3, 1fr);
}
}

@media (min-width: 992px) {.get_help_info_base .ask_question_base {
    padding: 4rem;
}.get_help_info_base .photo_strip_base {
    width: 300px;
    height: 300px;
}.get_help_info_base .quick_contact_base {
    padding: 2.5rem;
}.get_help_info_base .quick_contact_base svg {
    width: 22px;
    height: 22px;
}.get_help_info_base .request_support_base {
    grid-template-columns: repeat(4, 1fr);
}
}

@media (max-width: 767px) {.get_help_info_base {
    padding: 3rem 0;
}.get_help_info_base .ask_question_base {
    padding: 2rem;
}.get_help_info_base .quick_contact_base {
    padding: 1.5rem;
}.get_help_info_base .assist_form_base {
    font-size: calc(37px - 4px);
}.get_help_info_base .message_info_base {
    font-size: calc(22px - 2px);
}.get_help_info_base .request_support_base {
    gap: 0.8rem;
    grid-template-columns: 1fr;
}.get_help_info_base .quick_contact_base svg {
    height: 16px;
    width: 16px;
}}.join_our_mailing_list_base {
    background: linear-gradient(135deg, rgb(209,209,187) 0%, rgb(131,125,138,0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 5rem 2rem;
}.join_our_mailing_list_base::before {
    z-index: 1;
    height: 200%;
    position: absolute;
    opacity: 0.3;
    width: 200%;
    background: 
        radial-gradient(circle at 30% 30%, rgb(174,168,177,0.5) 0%, transparent 50%),
        radial-gradient(circle at 70% 70%, rgb(131,125,138,0.5) 0%, transparent 50%);
    left: -50%;
    animation: rotateBg 30s linear infinite;
    top: -50%;
    content: "";
}@keyframes rotateBg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.join_our_mailing_list_base .pro_learning_base {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
}.join_our_mailing_list_base .message_list_base {
    position: relative;
    margin-left: 5%;
    width: 80%;
    flex-direction: column;
    max-width: 800px;
    display: flex;
}.join_our_mailing_list_base h3 {
    margin-bottom: 0;
    font-size: 21px;
    border-radius: 10px 10px 0 0;
    padding: 1.5rem 2rem;
    transform: translateX(-5%);
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    z-index: 3;
    color: #000000;
    font-weight: 700;
}.join_our_mailing_list_base h3::after {
    bottom: -15px;
    right: -15px;
    content: "";
    background: rgb(174,168,177);
    transform: rotate(45deg);
    width: 30px;
    z-index: -1;
    position: absolute;
    height: 30px;
}.join_our_mailing_list_base .input_holder {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    padding: 2.5rem 3rem;
    background: #ffffff;
    transform: translateX(5%);
    position: relative;
    z-index: 2;
    border-radius: 0 0 10px 10px;
    flex-wrap: wrap;
    display: flex;
}.join_our_mailing_list_base input[type="email"] {
    padding: 1rem 1.5rem;
    position: relative;
    color: #000000;
    margin-right: 1.5rem;
    font-size: 13px;
    border-radius: 10px;
    transition: all 0.3s ease;
    border: none;
    flex: 1 1 250px;
    margin-bottom: 1rem;
    font-family: Arial, sans-serif;
    z-index: 1;
    background: rgb(209,209,187);
}.join_our_mailing_list_base input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(174,168,177);
    transform: translateY(-5px);
}.join_our_mailing_list_base input[type="submit"] {
    cursor: pointer;
    color: #ffffff;
    flex: 0 0 auto;
    font-weight: 600;
    transition: all 0.3s ease;
    z-index: 1;
    overflow: hidden;
    font-size: 20px;
    position: relative;
    padding: 1rem 2rem;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    background: rgb(174,168,177);
    border: none;
}.join_our_mailing_list_base input[type="submit"]::before {
    left: -100%;
    content: "";
    z-index: -1;
    background: rgb(131,125,138);
    transition: all 0.3s ease;
    top: 0;
    width: 100%;
    position: absolute;
    height: 100%;
}.join_our_mailing_list_base input[type="submit"]:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    transform: translateY(-5px);
}.join_our_mailing_list_base input[type="submit"]:hover::before {
    left: 0;
}.join_our_mailing_list_base::after {
    width: 40%;
    position: absolute;
    height: 70%;
    top: 15%;
    pointer-events: none;
    right: -10%;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(174,168,177) 49.5%, rgb(174,168,177) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(174,168,177) 49.5%, rgb(174,168,177) 50.5%, transparent 50.5%);
    opacity: 0.1;
    content: "";
    background-size: 20px 20px;
    z-index: 1;
    animation: patternMove 15s linear infinite;
}@keyframes patternMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

.join_our_mailing_list_base .input_holder::before {
    border: 2px solid rgb(131,125,138,0.5);
    border-radius: 50%;
    top: -30px;
    width: 100px;
    content: "";
    opacity: 0.3;
    position: absolute;
    height: 100px;
    right: -50px;
    pointer-events: none;
}.join_our_mailing_list_base .input_holder::after {
    height: 50px;
    position: absolute;
    bottom: -25px;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    width: 50px;
    transform: rotate(180deg);
    background: rgb(174,168,177,0.5);
    left: 10%;
    content: "";
    opacity: 0.5;
}

@media (max-width: 992px) {.join_our_mailing_list_base .message_list_base {
    margin: 0 auto;
    width: 90%;
}.join_our_mailing_list_base h3 {
    transform: translateX(0);
}.join_our_mailing_list_base .input_holder {
    transform: translateX(0);
}
}

@media (max-width: 768px) {.join_our_mailing_list_base {
    padding: 4rem 1.5rem;
}.join_our_mailing_list_base .message_list_base {
    width: 100%;
}.join_our_mailing_list_base h3 {
    font-size: calc(21px * 0.9);
    padding: 1.2rem 1.5rem;
}.join_our_mailing_list_base .input_holder {
    padding: 2rem;
}.join_our_mailing_list_base input[type="email"] {
    margin-right: 0;
    flex: 1 1 100%;
}.join_our_mailing_list_base input[type="submit"] {
    width: 100%;
    margin-top: 1rem;
}
}

@media (max-width: 480px) {.join_our_mailing_list_base {
    padding: 3rem 1rem;
}.join_our_mailing_list_base h3 {
    font-size: calc(21px * 0.8);
    padding: 1rem 1.2rem;
}.join_our_mailing_list_base .input_holder {
    padding: 1.5rem;
}.join_our_mailing_list_base input[type="email"] {
    padding: 0.8rem 1rem;
}.join_our_mailing_list_base input[type="submit"] {
    padding: 0.8rem 1.5rem;
}.join_our_mailing_list_base .input_holder::before,
    .join_our_mailing_list_base .input_holder::after {
    display: none;
}}header {
    width: 100%;
    padding: 1rem 0;
    z-index: 100;
    position: relative;
    background: rgb(209,209,187);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}header::before {
    background: linear-gradient(to right, 
        rgb(174,168,177,0.5) 0%, 
        transparent 20%, 
        transparent 80%, 
        rgb(131,125,138,0.5) 100%);
    width: 100%;
    opacity: 0.4;
    z-index: 0;
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    content: '';
}header .container {
    margin: 0;
    z-index: 1;
    width: 100%;
    position: relative;
    max-width: 100%;
    padding: 0 2%;
}header .nav_info_base {
    align-items: center;
    grid-template-areas:
        "logo logo logo"
        "left menu right";
    gap: 1rem;
    grid-template-columns: 1fr 3fr 1fr;
    display: grid;
}header .head_expert_base {
    align-items: center;
    display: flex;
    text-decoration: none;
    grid-area: logo;
    justify-content: center;
    padding: 0.5rem 1rem;
    position: relative;
}header .head_expert_base::after {
    position: absolute;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(174,168,177), 
        rgb(131,125,138), 
        rgb(174,168,177), 
        transparent);
    left: 50%;
    width: 50%;
    content: '';
    transform: translateX(-50%);
    height: 2px;
    bottom: 0;
}header .head_expert_base svg {
    height: auto;
    transition: all 0.3s ease;
    width: 160px;
}header .head_expert_base:hover svg {
    transform: translateY(-3px);
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.1));
}header .top_page_base {
    background: rgba(255, 255, 255, 0.5);
    justify-content: center;
    gap: 0.5rem;
    grid-area: menu;
    border-radius: 25px;
    padding: 0.6rem;
    align-items: center;
    display: flex;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}header .nav_mentor_base {
    text-align: center;
    border-radius: 10px;
    text-decoration: none;
    color: #000000;
    padding: 0.4rem 0.8rem;
    background: #ffffff;
    font-weight: 400;
    position: relative;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    font-size: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
}header .nav_mentor_base:hover {
    color: #ffffff;
    transform: translateY(-2px);
    background: linear-gradient(135deg, rgb(174,168,177), rgb(131,125,138));
    box-shadow: 0 3px 8px rgb(174,168,177,0.5);
}

@media (max-width: 991px) {header .head_expert_base svg {
    width: 140px;
}header .top_page_base {
    gap: 0.4rem;
    padding: 0.5rem;
}header .nav_mentor_base {
    padding: 0.35rem 0.6rem;
    font-size: calc(20px - 1px);
}
}

@media (max-width: 767px) {header .nav_info_base {
    grid-template-columns: 1fr;
    grid-template-areas:
            "logo"
            "top_page_base";
}header .head_expert_base {
    padding: 0.4rem;
}header .head_expert_base svg {
    width: 130px;
}header .top_page_base {
    flex-wrap: wrap;
    padding: 0.4rem;
}header .nav_mentor_base {
    padding: 0.3rem 0.5rem;
    font-size: calc(20px - 1px);
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .head_expert_base svg {
    width: 120px;
}header .top_page_base {
    flex-wrap: nowrap;
    padding: 0.4rem;
    overflow-x: auto;
    justify-content: flex-start;
}header .top_page_base::-webkit-scrollbar {
    height: 2px;
}header .top_page_base::-webkit-scrollbar-thumb {
    background: rgb(174,168,177);
    border-radius: 10px;
}header .nav_mentor_base {
    white-space: nowrap;
    flex-shrink: 0;
}}.course_methodology_base {
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(209,209,187) 0%, #ffffff 100%);
    overflow: hidden;
    position: relative;
}.course_methodology_base::before {
    position: absolute;
    z-index: 0;
    height: 100%;
    top: 0;
    animation: backgroundShift 15s ease-in-out infinite alternate;
    width: 100%;
    left: 0;
    content: "";
    opacity: 0.1;
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(174,168,177,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 90%, rgb(131,125,138,0.5) 0%, transparent 40%);
}.course_methodology_base::after {
    filter: blur(60px);
    top: -5%;
    position: absolute;
    background: linear-gradient(225deg, rgb(174,168,177,0.5) 0%, transparent 70%);
    height: 300px;
    transform: rotate(-15deg);
    width: 300px;
    opacity: 0.2;
    content: "";
    right: -5%;
    z-index: 0;
}.course_methodology_base .container {
    padding: 0 20px;
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.course_methodology_base .pro_learning_base {
    justify-content: center;
    perspective: 1000px;
    display: flex;
    transform-style: preserve-3d;
    align-items: center;
    position: relative;
}.course_methodology_base .pro_learning_base > div {
    background: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    width: 100%;
    transform: translateZ(0);
    backdrop-filter: blur(10px);
    max-width: 800px;
    position: relative;
    padding: 50px 60px;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}.course_methodology_base .pro_learning_base > div::before {
    height: 3px;
    animation: gradientFlow 6s ease infinite;
    background: linear-gradient(90deg, 
        rgb(174,168,177) 0%, 
        rgb(131,125,138) 50%, 
        rgb(174,168,177) 100%);
    top: 0;
    left: 0;
    background-size: 200% 100%;
    width: 100%;
    position: absolute;
    content: "";
}.course_methodology_base .pro_learning_base > div::after {
    width: 90%;
    filter: blur(10px);
    height: 10px;
    bottom: -10px;
    background: #ffffff;
    opacity: 0.7;
    z-index: -1;
    position: absolute;
    left: 5%;
    content: "";
}.course_methodology_base h3 {
    position: relative;
    font-size: 35px;
    color: #000000;
    margin-bottom: 25px;
    animation: fadeSlideUp 0.8s ease-out forwards;
    font-weight: 700;
    transform: translateY(0);
    transition: transform 0.5s ease-out;
    display: inline-block;
}.course_methodology_base h3::after {
    position: absolute;
    transform-origin: left;
    bottom: -5px;
    height: 2px;
    left: 0;
    animation: expandWidth 0.8s 0.4s ease-out forwards;
    background: rgb(174,168,177);
    transform: scaleX(0);
    width: 60px;
    content: "";
}.course_methodology_base p {
    position: relative;
    margin-bottom: 0;
    line-height: 1.8;
    animation: fadeSlideUp 0.8s 0.2s ease-out forwards;
    font-size: 16px;
    opacity: 0;
    color: #000000;
}.course_methodology_base p span {
    display: block;
    position: relative;
}.course_methodology_base p span::before {
    z-index: -1;
    font-size: 120px;
    left: -10px;
    content: "";
    opacity: 0.2;
    font-family: serif;
    position: absolute;
    top: -40px;
    color: rgb(174,168,177,0.5);
}.course_methodology_base .pro_learning_base:hover > div {
    transform: translateY(-5px) translateZ(30px);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.07), 
                0 10px 20px rgba(0, 0, 0, 0.05);
}.course_methodology_base .pro_learning_base:hover h3 {
    transform: translateY(-3px);
    color: rgb(174,168,177);
}

@keyframes gradientFlow {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

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

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

@keyframes backgroundShift {
    0% { background-position: 0% 0%; }
    100% { background-position: 100% 100%; }
}

@media screen and (max-width: 992px) {.course_methodology_base {
    padding: 80px 0;
}.course_methodology_base .pro_learning_base > div {
    padding: 40px 35px;
}.course_methodology_base h3 {
    font-size: calc(35px * 0.9);
}
}

@media screen and (max-width: 768px) {.course_methodology_base {
    padding: 60px 0;
}.course_methodology_base .pro_learning_base > div {
    padding: 35px 30px;
}.course_methodology_base h3 {
    font-size: calc(35px * 0.8);
    margin-bottom: 20px;
}.course_methodology_base p {
    font-size: calc(16px * 0.95);
}.course_methodology_base .pro_learning_base > div::before {
    height: 2px;
}
}

@media screen and (max-width: 576px) {.course_methodology_base {
    padding: 50px 0;
}.course_methodology_base .pro_learning_base > div {
    padding: 30px 20px;
}.course_methodology_base h3 {
    font-size: calc(35px * 0.7);
    margin-bottom: 15px;
}.course_methodology_base p {
    line-height: 1.7;
    font-size: calc(16px * 0.9);
}.course_methodology_base h3::after {
    width: 40px;
}.course_methodology_base p span::before {
    font-size: 80px;
    top: -30px;
}}footer {
    background-color: #000000;
    margin-top: 0;
    position: relative;
}footer::before {
    top: 0;
    height: 100%;
    background: linear-gradient(to right,
    #000000 0%,
    rgb(174,168,177,0.5) 50%,
    #000000 100%);
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    opacity: 0.9;
    z-index: 1;
}.footer_benefit_base {
    z-index: 5;
    position: relative;
    padding: 60px 0 40px;
    background-color: transparent;
}.footer_benefit_base .container {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(12, 1fr);
    position: relative;
}.footer_benefit_base .company_holder {
    background-color: rgba(255, 255, 255, 0.03);
    position: relative;
    padding: 30px;
    grid-column: span 4;
    border-radius: 10px;
}.footer_benefit_base .company_holder h3 {
    color: #ffffff;
    font-size: 37px;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
}.footer_benefit_base .company_holder h3::after {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -8px;
    height: 2px;
    background: rgb(174,168,177);
    content: "";
}.footer_benefit_base .milestone_cta_base {
    line-height: 1.6;
    color: #ffffff;
    opacity: 0.8;
    font-size: 12px;
}.footer_benefit_base .honor_cta_base {
    grid-column: span 8;
    grid-gap: 30px;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}.footer_benefit_base .top_page_base {
    border-radius: 10px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.03);
    padding: 30px;
}.footer_benefit_base .top_page_base h5 {
    display: inline-block;
    position: relative;
    font-weight: 600;
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 20px;
}.footer_benefit_base .top_page_base h5::after {
    position: absolute;
    bottom: -8px;
    content: "";
    left: 0;
    background: rgb(131,125,138);
    width: 100%;
    height: 2px;
}.footer_benefit_base .top_page_base .nav_pagebar_base {
    grid-gap: 15px;
    display: grid;
}.footer_benefit_base .top_page_base .nav_pagebar_base a {
    text-decoration: none;
    position: relative;
    color: #ffffff;
    transition: color 0.3s ease, transform 0.3s ease;
    font-size: 12px;
    display: block;
    opacity: 0.8;
    padding-left: 15px;
}.footer_benefit_base .top_page_base .nav_pagebar_base a::before {
    transform: translateY(-50%);
    height: 6px;
    background: rgb(131,125,138);
    border-radius: 50%;
    position: absolute;
    left: 0;
    content: "";
    top: 50%;
    width: 6px;
}.footer_benefit_base .top_page_base .nav_pagebar_base a:hover {
    opacity: 1;
    color: rgb(174,168,177);
    transform: translateX(5px);
}.law_res_base {
    padding: 25px 0;
    margin-top: 40px;
    background-color: rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 5;
}.law_res_base .container {
    align-items: center;
    display: flex;
    justify-content: center;
}.law_res_base .equity_info_base {
    opacity: 0.7;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
}

@media (max-width: 991px) {.footer_benefit_base .container {
    grid-template-columns: 1fr;
    grid-gap: 30px;
}.footer_benefit_base .company_holder {
    grid-column: span 12;
}.footer_benefit_base .honor_cta_base {
    grid-template-columns: 1fr 1fr;
    grid-column: span 12;
}
}

@media (max-width: 767px) {.footer_benefit_base {
    padding: 40px 0 30px;
}.footer_benefit_base .honor_cta_base {
    grid-template-columns: 1fr;
}.footer_benefit_base .company_holder {
    padding: 25px;
}.footer_benefit_base .top_page_base {
    padding: 25px;
}.footer_benefit_base .company_holder h3 {
    font-size: calc(37px - 2px);
}.footer_benefit_base .top_page_base h5 {
    font-size: calc(24px - 1px);
}
}

@media (max-width: 575px) {.footer_benefit_base {
    padding: 30px 0 20px;
}.footer_benefit_base .company_holder,
  .footer_benefit_base .top_page_base {
    padding: 20px;
}.footer_benefit_base .company_holder h3 {
    font-size: calc(37px - 4px);
}.law_res_base {
    padding: 20px 0;
}}

.footer_benefit_base .company_holder:hover,
.footer_benefit_base .top_page_base:hover {
    transition: background-color 0.3s ease;
    background-color: rgba(255, 255, 255, 0.05);
}.footer_benefit_base .container::before {
    left: 0;
    pointer-events: none;
    top: 0;
    z-index: -1;
    width: 100%;
    background: 
    linear-gradient(to right, rgb(174,168,177,0.5) 1px, transparent 1px) 0 0 / 40px 100%,
    linear-gradient(to bottom, rgb(174,168,177,0.5) 1px, transparent 1px) 0 0 / 100% 40px;
    content: "";
    position: absolute;
    height: 100%;
    opacity: 0.05;
}.footer_benefit_base .company_holder::before {
    top: 0;
    background: rgb(174,168,177);
    height: 100%;
    opacity: 0.5;
    width: 5px;
    left: 0;
    content: "";
    position: absolute;
}.footer_benefit_base .top_page_base::before {
    position: absolute;
    width: 5px;
    opacity: 0.5;
    content: "";
    height: 100%;
    background: rgb(131,125,138);
    top: 0;
    left: 0;
}footer::after {
    background: linear-gradient(to right,
    rgb(174,168,177),
    rgb(131,125,138),
    rgb(174,168,177));
    z-index: 2;
    content: "";
    opacity: 0.3;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 5px;
    left: 0;
}.footer_benefit_base .nav_pagebar_base {
    position: relative;
}.footer_benefit_base .nav_pagebar_base::after {
    position: absolute;
    left: 0;
    height: 1px;
    width: 100%;
    background: rgb(131,125,138,0.5);
    content: "";
    bottom: -15px;
    opacity: 0.2;
}.footer_benefit_base .top_page_base h5,
.footer_benefit_base .company_holder h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
}.footer_benefit_base .top_page_base:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
}.footer_benefit_base .top_page_base:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
}.law_res_base .equity_info_base {
    position: relative;
    display: inline-block;
}.law_res_base .equity_info_base::before {
    top: 50%;
    opacity: 0.5;
    content: "";
    width: 30px;
    left: -40px;
    transform: translateY(-50%);
    background: rgb(174,168,177);
    position: absolute;
    height: 1px;
}.law_res_base .equity_info_base::after {
    position: absolute;
    right: -40px;
    content: "";
    background: rgb(174,168,177);
    opacity: 0.5;
    height: 1px;
    top: 50%;
    width: 30px;
    transform: translateY(-50%);
}.teaching_experience_base {
    overflow: hidden;
    padding: 140px 0;
    position: relative;
    background: linear-gradient(135deg, #000000 0%, rgb(209,209,187) 100%);
}.teaching_experience_base::before {
    height: 100%;
    position: absolute;
    left: 0;
    width: 100%;
    background: 
    radial-gradient(circle at 25% 25%, rgb(174,168,177,0.5) 0%, transparent 40%),
    radial-gradient(circle at 75% 75%, rgb(131,125,138,0.5) 0%, transparent 40%);
    content: "";
    mix-blend-mode: screen;
    top: 0;
    animation: morphBackground 15s infinite alternate ease-in-out;
}.teaching_experience_base .container {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
}.teaching_experience_base .success_reviews_base {
    position: relative;
    display: grid;
    grid-template-rows: auto auto 1fr;
    gap: 20px 40px;
    grid-template-columns: 35% 1fr;
    grid-template-areas:
    "photo name"
    "photo job"
    "quote quote";
}.teaching_experience_base .photo_strip_base {
    height: 420px;
    border-radius: 13px;
    box-shadow: 
    20px 20px 30px rgba(0, 0, 0, 0.5),
    -10px -10px 30px rgb(174,168,177,0.5);
    z-index: 3;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transform: perspective(1000px) rotateY(-8deg);
    position: relative;
    clip-path: polygon(0 0, 100% 10%, 90% 100%, 0 90%);
    grid-area: photo;
}.teaching_experience_base .photo_strip_base::before {
    border-radius: 13px;
    mix-blend-mode: multiply;
    background: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    inset: 0;
    position: absolute;
    content: "";
}.teaching_experience_base .success_reviews_base:hover .photo_strip_base {
    transform: perspective(1000px) rotateY(-4deg) translateZ(20px);
}.teaching_experience_base .name {
    padding-left: 20px;
    align-self: end;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-size: 32px;
    grid-area: name;
    margin: 0;
    position: relative;
    font-weight: 700;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform-origin: left center;
    transform: perspective(1000px) rotateY(5deg);
}.teaching_experience_base .name::after {
    left: 20px;
    height: 4px;
    position: absolute;
    bottom: -8px;
    width: 60px;
    transform-origin: left;
    background: rgb(174,168,177);
    transition: transform 0.5s ease;
    transform: scaleX(0.6);
    content: "";
}.teaching_experience_base .success_reviews_base:hover .name {
    transform: perspective(1000px) rotateY(2deg) translateZ(15px);
}.teaching_experience_base .success_reviews_base:hover .name::after {
    transform: scaleX(1);
}.teaching_experience_base .success_reviews_base > span:not(.name) {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    font-size: 16px;
    padding-left: 20px;
    letter-spacing: 1px;
    color: rgb(131,125,138);
    text-transform: uppercase;
    margin-top: 5px;
    transform-origin: left center;
    grid-area: job;
    font-weight: 600;
    transform: perspective(1000px) rotateY(5deg);
}.teaching_experience_base .success_reviews_base:hover > span:not(.name) {
    transform: perspective(1000px) rotateY(2deg) translateZ(10px);
}.teaching_experience_base .exp_list_base {
    transform: translateY(0);
    z-index: 2;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    grid-area: quote;
    color: #ffffff;
    line-height: 1.7;
    font-weight: 300;
    border-left: 4px solid rgb(174,168,177);
    backdrop-filter: blur(10px);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    margin: 30px 0 0;
    font-size: 12px;
    border-radius: 13px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    padding: 35px;
}.teaching_experience_base .exp_list_base::before {
    opacity: 0.7;
    content: "";
    top: -15px;
    left: 25px;
    position: absolute;
    color: rgb(174,168,177);
    font-size: calc(47px * 2);
}.teaching_experience_base .success_reviews_base:hover .exp_list_base {
    transform: translateY(-10px);
}

@keyframes morphBackground {
  0%, 100% {
    opacity: 0.7;
    transform: scale(1) rotate(0deg);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.1) rotate(5deg);
  }
}

@media (max-width: 992px) {.teaching_experience_base {
    padding: 80px 0;
}.teaching_experience_base .success_reviews_base {
    grid-template-columns: 1fr;
    grid-template-areas:
      "photo_strip_base"
      "name"
      "work_list_base"
      "exp_list_base";
    gap: 15px;
    grid-template-rows: auto auto auto auto;
}.teaching_experience_base .photo_strip_base {
    height: 320px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    transform: none;
    margin: 0 auto;
    max-width: 320px;
}.teaching_experience_base .name,
  .teaching_experience_base .success_reviews_base > span:not(.name) {
    padding-left: 0;
    text-align: center;
    transform: none;
}.teaching_experience_base .name::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0.6);
}.teaching_experience_base .success_reviews_base:hover .name::after {
    transform: translateX(-50%) scaleX(1);
}.teaching_experience_base .exp_list_base {
    margin-top: 20px;
}.teaching_experience_base .success_reviews_base:hover .photo_strip_base,
  .teaching_experience_base .success_reviews_base:hover .name,
  .teaching_experience_base .success_reviews_base:hover > span:not(.name),
  .teaching_experience_base .success_reviews_base:hover .exp_list_base {
    transform: none;
}
}

@media (max-width: 576px) {.teaching_experience_base {
    padding: 60px 0;
}.teaching_experience_base .photo_strip_base {
    height: 250px;
    max-width: 250px;
}.teaching_experience_base .name {
    font-size: 18px;
}.teaching_experience_base .exp_list_base {
    padding: 25px 20px;
    font-size: calc(12px * 0.95);
}}.course_structure_base {
    align-items: center;
    background-color: rgb(209,209,187);
    display: flex;
    overflow: hidden;
    position: relative;
    min-height: 100vh;
}.course_structure_base .job_training_base {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 1;
    height: 100%;
    left: 0;
}.course_structure_base .knowledge_base_base {
    display: flex;
    width: 500%;
    height: 100%;
    animation: slide-show 35s ease-in-out infinite;
}.course_structure_base .job_training_base:hover .knowledge_base_base {
    animation-play-state: paused;
}.course_structure_base .program_path_base {
    overflow: hidden;
    position: relative;
    width: 20%;
    height: 100%;
}.course_structure_base .program_path_base img {
    transform-origin: center;
    object-fit: cover;
    height: 100%;
    animation: zoom-flow 20s ease-in-out infinite alternate;
    width: 100%;
    filter: brightness(0.8) saturate(1.3);
}.course_structure_base .program_path_base::before {
    inset: 0;
    position: absolute;
    content: '';
    background: 
        linear-gradient(0deg, 
            rgb(174,168,177,0.5) 0%, 
            transparent 40%, 
            transparent 60%, 
            rgb(131,125,138,0.5) 100%),
        linear-gradient(90deg, 
            rgb(174,168,177,0.5) 0%, 
            transparent 40%, 
            transparent 60%, 
            rgb(131,125,138,0.5) 100%);
    opacity: 0.7;
    z-index: 2;
}.course_structure_base .program_path_base::after {
    background: 
        repeating-linear-gradient(
            45deg,
            rgb(174,168,177,0.5) 0px,
            rgb(174,168,177,0.5) 2px,
            transparent 2px,
            transparent 6px
        );
    position: absolute;
    content: '';
    z-index: 3;
    animation: slide-pattern 15s linear infinite;
    mix-blend-mode: overlay;
    opacity: 0.3;
    inset: 0;
}.course_structure_base .container {
    margin: 0 auto;
    width: 90%;
    max-width: 1200px;
    position: relative;
    z-index: 4;
}.course_structure_base .pro_learning_base {
    padding: 0.5rem;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    background: linear-gradient(
        135deg,
        rgb(174,168,177,0.5) 0%,
        rgb(131,125,138,0.5) 100%
    );
    border-radius: 16px;
    width: 100%;
    max-width: 600px;
    margin-left: 0;
    backdrop-filter: blur(8px);
}.course_structure_base .skill_path_base {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 3rem;
    background: rgb(209,209,187);
}.course_structure_base .skill_path_base::before {
    inset: 0;
    position: absolute;
    background: 
        radial-gradient(
            circle at 30% 40%,
            rgb(174,168,177,0.5) 0%,
            transparent 70%
        ),
        radial-gradient(
            circle at 70% 60%,
            rgb(131,125,138,0.5) 0%,
            transparent 70%
        );
    content: '';
    z-index: -1;
    opacity: 0.15;
}.course_structure_base .skill_path_base h3 {
    font-size: 33px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    margin-bottom: 1.5rem;
    color: rgb(174,168,177);
}.course_structure_base .skill_path_base h3::after {
    width: 60px;
    border-radius: 10px;
    background: linear-gradient(to right, 
        rgb(174,168,177), 
        rgb(131,125,138));
    transition: width 0.3s ease, transform 0.3s ease;
    content: '';
    position: absolute;
    height: 3px;
    bottom: -10px;
    left: 0;
}.course_structure_base .skill_path_base:hover h3::after {
    width: 100%;
    transform: translateY(-3px);
}.course_structure_base .skill_path_base p {
    margin-bottom: 2rem;
    font-size: 17px;
    line-height: 1.7;
    color: #000000;
}.course_structure_base .skill_path_base .connect_list_base {
    font-weight: 600;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    letter-spacing: 1px;
    border-radius: 10px;
    padding: 0.9rem 1.8rem;
    background: linear-gradient(to right, 
        rgb(174,168,177), 
        rgb(131,125,138));
    text-decoration: none;
    position: relative;
    font-size: 19px;
    display: inline-block;
    box-shadow: 0 5px 15px rgb(174,168,177,0.5);
    text-transform: uppercase;
    color: #ffffff;
}.course_structure_base .skill_path_base .connect_list_base::before {
    content: '';
    height: 100%;
    top: 0;
    position: absolute;
    opacity: 0;
    background: linear-gradient(to right, 
        rgb(131,125,138), 
        rgb(174,168,177));
    z-index: -1;
    left: 0;
    transition: opacity 0.4s ease;
    width: 100%;
}.course_structure_base .skill_path_base .connect_list_base:hover {
    box-shadow: 0 8px 20px rgb(131,125,138,0.5);
    transform: translateY(-3px);
}.course_structure_base .skill_path_base .connect_list_base:hover::before {
    opacity: 1;
}

@keyframes slide-show {
    0%, 15% {
        transform: translateX(0);
    }
    20%, 35% {
        transform: translateX(-20%);
    }
    40%, 55% {
        transform: translateX(-40%);
    }
    60%, 75% {
        transform: translateX(-60%);
    }
    80%, 95% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes zoom-flow {
    0%, 100% {
        transform: scale(1.1);
    }
    50% {
        transform: scale(1.2);
    }
}

@keyframes slide-pattern {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

@media (min-width: 992px) and (max-width: 1400px) {.course_structure_base .skill_path_base {
    padding: 2.5rem;
}.course_structure_base .pro_learning_base {
    max-width: 550px;
}
}

@media (min-width: 1400px) {.course_structure_base .pro_learning_base {
    max-width: 650px;
}.course_structure_base .container {
    max-width: 1320px;
}
}

@media (max-width: 991px) {.course_structure_base {
    flex-direction: column;
    padding: 0;
    min-height: auto;
}.course_structure_base .job_training_base {
    height: 350px;
    position: relative;
}.course_structure_base .container {
    padding: 3rem 1.5rem;
    width: 100%;
}.course_structure_base .pro_learning_base {
    margin: 0 auto;
    max-width: 100%;
}.course_structure_base .skill_path_base {
    padding: 2rem;
}
}

@media (max-width: 767px) {.course_structure_base .job_training_base {
    height: 300px;
}.course_structure_base .knowledge_base_base {
    animation-duration: 25s;
}.course_structure_base .container {
    padding: 2.5rem 1rem;
}.course_structure_base .skill_path_base {
    padding: 1.8rem;
}.course_structure_base .skill_path_base h3 {
    font-size: calc(33px * 0.9);
}.course_structure_base .skill_path_base p {
    font-size: calc(17px * 0.95);
    margin-bottom: 1.5rem;
}
}

@media (max-width: 480px) {.course_structure_base .job_training_base {
    height: 250px;
}.course_structure_base .knowledge_base_base {
    animation-duration: 20s;
}.course_structure_base .container {
    padding: 2rem 0.8rem;
}.course_structure_base .skill_path_base {
    padding: 1.5rem;
}.course_structure_base .skill_path_base h3 {
    font-size: calc(33px * 0.8);
    margin-bottom: 1rem;
}.course_structure_base .skill_path_base p {
    margin-bottom: 1.2rem;
    font-size: calc(17px * 0.85);
    line-height: 1.5;
}.course_structure_base .skill_path_base .connect_list_base {
    width: 100%;
    padding: 0.8rem 1.5rem;
    text-align: center;
}
}

@media (prefers-reduced-motion) {.course_structure_base .knowledge_base_base,
    .course_structure_base .program_path_base img,
    .course_structure_base .program_path_base::after {
    animation: none;
}}.data_summary_base {
    position: relative;
    color: #ffffff;
    padding: 100px 0;
    overflow: hidden;
}.data_summary_base::before {
    z-index: 1;
    background-color: #000000;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    opacity: 0.75;
    position: absolute;
    left: 0;
}.data_summary_base::after {
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
    content: "";
    width: 100%;
    animation: patternMove 20s linear infinite;
    background: 
        linear-gradient(90deg, transparent 95%, rgb(174,168,177) 95%, rgb(174,168,177) 96%, transparent 96%) 0 0 / 25px 100%,
        linear-gradient(0deg, transparent 95%, rgb(131,125,138) 95%, rgb(131,125,138) 96%, transparent 96%) 0 0 / 100% 25px;
    z-index: 2;
    opacity: 0.2;
}@keyframes patternMove {
    0% { background-position: 0 0; }
    100% { background-position: 50px 50px; }
}

.data_summary_base .container {
    z-index: 5;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.data_summary_base .benefits_block_base {
    position: relative;
}.data_summary_base .statistics_upsides_base {
    z-index: 10;
    align-items: center;
    display: flex;
    height: 100px;
    opacity: 0.7;
    justify-content: center;
    border-radius: 0;
    background: none;
    width: 100px;
    right: 30px;
    position: absolute;
    transition: all 0.3s ease;
    bottom: 30px;
}.data_summary_base .statistics_upsides_base:hover {
    opacity: 1;
    transform: scale(1.1);
}.data_summary_base .statistics_upsides_base svg {
    width: 100%;
    fill: rgb(174,168,177);
    height: 100%;
}.data_summary_base .statistics_upsides_base svg path {
    fill: rgb(174,168,177);
}.data_summary_base .statistics_benefit_base {
    position: relative;
    font-size: calc(38px * 1.2);
    text-transform: uppercase;
    -webkit-background-clip: text !important;
    font-weight: 700;
    background: linear-gradient(90deg, rgb(174,168,177), rgb(131,125,138));
    display: inline-block;
    margin: 0 0 5px 0;
    letter-spacing: 1px;
    text-align: left;
    -webkit-text-fill-color: transparent;
}.data_summary_base .learn_statistics_base {
    line-height: 1.6;
    width: 50%;
    font-size: 12px;
    margin-bottom: 60px;
    border-left: 3px solid rgb(174,168,177);
    text-align: left;
    padding-left: 20px;
    color: rgba(255, 255, 255, 0.8);
}.data_summary_base .statistics_pluses_base {
    flex-wrap: wrap;
    position: relative;
    display: flex;
    gap: 80px 0;
}.data_summary_base .statistics_pro_base {
    width: 50%;
    padding: 0;
    position: relative;
    transition: all 0.4s ease;
}.data_summary_base .statistics_pro_base:nth-child(odd) {
    text-align: right;
    padding-right: 50px;
}.data_summary_base .statistics_pro_base:nth-child(even) {
    text-align: left;
    transform: translateY(80px);
    padding-left: 50px;
}.data_summary_base .statistics_pro_base:hover {
    transform: scale(1.05);
}.data_summary_base .statistics_pro_base:nth-child(even):hover {
    transform: translateY(80px) scale(1.05);
}.data_summary_base .statistics_reasons_base {
    align-items: center;
    border-radius: 10px;
    box-shadow: 0 0 0 3px rgb(174,168,177);
    justify-content: center;
    width: 60px;
    position: absolute;
    height: 60px;
    z-index: 5;
    top: 0;
    display: flex;
    background: #000000;
}.data_summary_base .statistics_pro_base:nth-child(odd) .statistics_reasons_base {
    right: -30px;
}.data_summary_base .statistics_pro_base:nth-child(even) .statistics_reasons_base {
    left: -30px;
}.data_summary_base .statistics_reasons_base svg {
    fill: rgb(174,168,177);
    height: 30px;
    width: 30px;
}.data_summary_base .statistics_reasons_base svg path {
    fill: rgb(174,168,177);
}.data_summary_base .statistics_pro_base span {
    position: relative;
    font-size: 33px;
    margin-bottom: 15px;
    display: block;
    font-weight: 700;
}.data_summary_base .statistics_pro_base:nth-child(odd) span::after {
    top: 50%;
    background: rgb(174,168,177);
    right: -50px;
    width: 30px;
    height: 2px;
    position: absolute;
    transform: translateY(-50%);
    content: "";
}.data_summary_base .statistics_pro_base:nth-child(even) span::after {
    height: 2px;
    left: -50px;
    top: 50%;
    width: 30px;
    content: "";
    position: absolute;
    transform: translateY(-50%);
    background: rgb(174,168,177);
}.data_summary_base .statistics_pro_base p {
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    font-size: calc(12px * 0.95);
    line-height: 1.5;
}.data_summary_base .statistics_pluses_base::before {
    width: 4px;
    transform: translateX(-50%);
    left: 50%;
    z-index: 0;
    background: linear-gradient(
        to bottom,
        rgb(174,168,177),
        rgb(131,125,138)
    );
    content: "";
    height: 100%;
    top: 0;
    position: absolute;
}.data_summary_base .statistics_pluses_base::after {
    bottom: -20px;
    height: 20px;
    content: "";
    position: absolute;
    z-index: 2;
    background: rgb(131,125,138);
    left: 50%;
    border-radius: 50%;
    width: 20px;
    transform: translateX(-50%);
}

@media screen and (max-width: 992px) {.data_summary_base .learn_statistics_base {
    width: 70%;
}.data_summary_base .statistics_upsides_base {
    right: 20px;
    width: 80px;
    bottom: 20px;
    height: 80px;
}.data_summary_base .statistics_pro_base {
    transform: none !important;
}.data_summary_base .statistics_pro_base:hover {
    transform: scale(1.03) !important;
}.data_summary_base .statistics_pro_base:nth-child(odd) {
    padding-right: 40px;
}.data_summary_base .statistics_pro_base:nth-child(even) {
    padding-left: 40px;
}.data_summary_base .statistics_pro_base:nth-child(odd) span::after {
    width: 20px;
    right: -40px;
}.data_summary_base .statistics_pro_base:nth-child(even) span::after {
    width: 20px;
    left: -40px;
}
}

@media screen and (max-width: 768px) {.data_summary_base {
    padding: 80px 0;
}.data_summary_base .statistics_benefit_base {
    font-size: 38px;
}.data_summary_base .learn_statistics_base {
    width: 100%;
    margin-bottom: 50px;
}.data_summary_base .statistics_pro_base {
    margin-bottom: 80px;
    padding: 0 0 0 80px !important;
    width: 100%;
    text-align: left !important;
}.data_summary_base .statistics_pro_base:last-child {
    margin-bottom: 0;
}.data_summary_base .statistics_reasons_base {
    right: auto !important;
    left: 0 !important;
}.data_summary_base .statistics_pluses_base::before {
    transform: none;
    left: 30px;
}.data_summary_base .statistics_pluses_base::after {
    left: 30px;
    transform: none;
}.data_summary_base .statistics_pro_base span::after {
    display: none;
}.data_summary_base .statistics_upsides_base {
    width: 60px;
    top: 0;
    right: 0;
    height: 60px;
    bottom: auto;
}
}

@media screen and (max-width: 576px) {.data_summary_base {
    padding: 60px 0;
}.data_summary_base .statistics_benefit_base {
    font-size: calc(38px * 0.9);
}.data_summary_base .learn_statistics_base {
    margin-bottom: 40px;
    padding-left: 15px;
    font-size: calc(12px * 0.95);
}.data_summary_base .statistics_pro_base {
    margin-bottom: 40px;
    padding: 0 0 0 60px !important;
}.data_summary_base .statistics_reasons_base {
    width: 50px;
    height: 50px;
}.data_summary_base .statistics_reasons_base svg {
    width: 25px;
    height: 25px;
}.data_summary_base .statistics_pluses_base::before {
    left: 25px;
}.data_summary_base .statistics_pluses_base::after {
    left: 25px;
}.data_summary_base .statistics_pro_base span {
    font-size: calc(33px * 0.9);
}.data_summary_base .statistics_pro_base p {
    font-size: calc(12px * 0.9);
}
}