* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}.template_cta_lib {
    flex: 0 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}header,footer {
    width: 100%;
}.main_navbar_lib {
    flex: 1 0 auto;
}svg {
    width: 30px;
    height: 30px;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1140px;
}html,body {
    color: #000000;
    height: 100%;
    scroll-behavior: smooth;
    font-family: Arial, sans-serif;
    min-height: 100%;
}.framework-wrap_lib {
    flex-direction: column;
    min-height: 100%;
    display: flex;
    height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
footer {
    position: relative;
    z-index: 1;
}footer::before {
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    position: absolute;
    content: "";
    top: 0;
    opacity: 0.92;
    background: linear-gradient(135deg, rgb(226,164,192,0.5) 0%, rgb(202,120,156,0.5) 100%);
}footer {
    background-position: center !important;
    background-size: cover !important;
}.template_cta_lib {
    color: #ffffff;
    padding: 5rem 0 2rem;
    position: relative;
}.template_cta_lib::before {
    width: 100%;
    top: 0;
    content: "";
    background: rgb(226,164,192);
    position: absolute;
    height: 15px;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 96% 100%, 4% 100%);
}.template_cta_lib .container {
    gap: 0;
    position: relative;
    flex-wrap: wrap;
    display: flex;
}.template_cta_lib .company_holder {
    margin-bottom: 2rem;
    padding: 0 3rem 2rem 0;
    position: relative;
    flex: 0 0 40%;
}.template_cta_lib .company_holder::after {
    position: absolute;
    content: "";
    top: 0;
    width: 1px;
    background: linear-gradient(to bottom, #ffffff, transparent);
    right: 1.5rem;
    height: 100%;
    opacity: 0.3;
}.template_cta_lib .company_holder h3 {
    position: relative;
    font-weight: 700;
    font-size: 33px;
    padding-bottom: 1rem;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 0 1.5rem;
    transform: skewX(-10deg);
    letter-spacing: 1px;
}.template_cta_lib .company_holder h3::after {
    content: "";
    bottom: 0;
    box-shadow: 0 0 10px rgb(226,164,192);
    width: 80px;
    position: absolute;
    left: 0;
    height: 3px;
    background: rgb(226,164,192);
}.template_cta_lib .career_help_lib {
    line-height: 1.6;
    color: #ffffff;
    font-size: 15px;
    border-left: 3px solid rgb(226,164,192);
    padding: 1.5rem;
    background: rgba(0, 0, 0, 0.2);
    transform: skewX(-5deg);
    transform-origin: left top;
}.template_cta_lib .cheat_sheet_lib {
    display: flex;
    flex: 0 0 60%;
    gap: 0;
    flex-wrap: wrap;
}.template_cta_lib .nav_page_lib {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    gap: 0;
}.template_cta_lib .nav_site_lib {
    flex: 0 0 50%;
    position: relative;
    padding: 0 1rem 2rem 1rem;
}.template_cta_lib .nav_site_lib h5 {
    transform: skewX(-5deg);
    margin: 0 0 1.5rem;
    padding-left: 1rem;
    color: #ffffff;
    font-weight: 600;
    font-size: 22px;
    position: relative;
}.template_cta_lib .nav_site_lib h5::before {
    width: 3px;
    bottom: 0;
    left: 0;
    content: "";
    transform: skewX(5deg);
    background: rgb(226,164,192);
    top: 0;
    position: absolute;
}.template_cta_lib .nav_site_lib .nav_page_lib {
    gap: 0.8rem;
    display: flex;
    flex-direction: column;
}.template_cta_lib .nav_site_lib .nav_page_lib a {
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    font-size: 15px;
    text-decoration: none;
    transform: skewX(-5deg);
    color: #ffffff;
    overflow: hidden;
    transition: all 0.3s ease;
    padding: 0.7rem 1rem;
    display: block;
}.template_cta_lib .nav_site_lib .nav_page_lib a::before {
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    content: "";
    transition: all 0.5s ease;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
}.template_cta_lib .nav_site_lib .nav_page_lib a:hover {
    transform: skewX(-5deg) translateX(5px);
    background: rgba(255, 255, 255, 0.1);
    padding-left: 1.5rem;
    color: #ffffff;
}.template_cta_lib .nav_site_lib .nav_page_lib a:hover::before {
    left: 100%;
}.access_help_lib {
    background: rgba(0, 0, 0, 0.15);
    padding: 1.5rem 0;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
    margin-top: 2rem;
    position: relative;
}.access_help_lib .container {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}.access_help_lib .design_res_lib {
    width: 100%;
    transform: skewX(-5deg);
    font-size: 15px;
    color: #ffffff;
    text-align: center;
}

@media (max-width: 1200px) {.template_cta_lib .company_holder {
    padding-right: 2rem;
    flex: 0 0 35%;
}.template_cta_lib .cheat_sheet_lib {
    flex: 0 0 65%;
}
}

@media (max-width: 992px) {.template_cta_lib {
    padding: 4rem 0 2rem;
}.template_cta_lib .container {
    flex-direction: column;
}.template_cta_lib .company_holder {
    margin-bottom: 3rem;
    padding-right: 0;
    flex: 0 0 100%;
}.template_cta_lib .company_holder::after {
    display: none;
}.template_cta_lib .cheat_sheet_lib {
    flex: 0 0 100%;
}.template_cta_lib .nav_site_lib {
    padding-bottom: 1.5rem;
}
}

@media (max-width: 768px) {.template_cta_lib {
    padding: 3.5rem 0 1.5rem;
}.template_cta_lib::before {
    height: 10px;
}.template_cta_lib .company_holder h3 {
    font-size: calc(33px - 2px);
}.template_cta_lib .career_help_lib {
    transform: skewX(-3deg);
    padding: 1.2rem;
}.template_cta_lib .nav_site_lib h5, 
    .template_cta_lib .nav_site_lib .nav_page_lib a {
    transform: skewX(-3deg);
}.template_cta_lib .nav_site_lib .nav_page_lib a:hover {
    transform: skewX(-3deg) translateX(5px);
}.access_help_lib {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
}.access_help_lib .design_res_lib {
    transform: skewX(-3deg);
}
}

@media (max-width: 576px) {.template_cta_lib {
    padding: 3rem 0 1rem;
}.template_cta_lib::before {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}.template_cta_lib .nav_site_lib {
    flex: 0 0 100%;
    padding: 0 0 2rem 0;
}.template_cta_lib .company_holder {
    margin-bottom: 2rem;
}.template_cta_lib .nav_site_lib .nav_page_lib a {
    padding: 0.6rem 0.8rem;
}.template_cta_lib .nav_site_lib .nav_page_lib a:hover {
    padding-left: 1.2rem;
}.access_help_lib {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    margin-top: 1rem;
}
}

@media (max-width: 420px) {.template_cta_lib .company_holder h3 {
    transform: skewX(-5deg);
}.template_cta_lib .company_holder h3::after {
    width: 60px;
}.template_cta_lib .career_help_lib {
    transform: none;
}.template_cta_lib .nav_site_lib h5 {
    transform: none;
}.template_cta_lib .nav_site_lib h5::before {
    transform: none;
}.template_cta_lib .nav_site_lib .nav_page_lib a,
    .template_cta_lib .nav_site_lib .nav_page_lib a:hover,
    .access_help_lib .design_res_lib {
    transform: none;
}}.program_offerings_lib {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: linear-gradient(120deg, rgb(246,217,229) 0%, rgb(226,164,192,0.5) 25%, rgb(202,120,156,0.5) 75%, rgb(246,217,229) 100%);
}.program_offerings_lib::before {
    top: 0;
    height: 100%;
    background-image: repeating-linear-gradient(
        45deg,
        rgb(226,164,192,0.5) 0,
        rgb(226,164,192,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
    opacity: 0.1;
    left: 0;
    content: "";
    position: absolute;
    width: 100%;
    animation: patternShift 20s linear infinite;
}.program_offerings_lib::after {
    left: 0;
    background: radial-gradient(
        circle at 30% 70%,
        rgb(202,120,156,0.5) 0%,
        transparent 50%
    );
    width: 100%;
    filter: blur(50px);
    position: absolute;
    height: 100%;
    top: 0;
    z-index: 1;
    content: "";
}.program_offerings_lib .container {
    z-index: 2;
    position: relative;
}.program_offerings_lib .knowledge_center_lib {
    position: relative;
    min-height: 500px;
    display: flex;
    overflow: hidden;
    justify-content: flex-end;
    align-items: center;
    border-radius: 0;
}.program_offerings_lib .pic_card_lib {
    transition: transform 0.7s ease-out, filter 0.7s ease;
    height: 100%;
    left: 0;
    transform: scale(1.05);
    z-index: 1;
    top: 0;
    position: absolute;
    width: 100%;
    filter: saturate(1.2) contrast(1.1);
}.program_offerings_lib .pic_card_lib::before {
    background: linear-gradient(
        135deg,
        transparent 30%,
        rgb(226,164,192,0.5) 100%
    );
    height: 100%;
    z-index: 2;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
}.program_offerings_lib .pic_card_lib::after {
    width: 100%;
    z-index: 3;
    height: 100%;
    position: absolute;
    left: 0;
    opacity: 0.8;
    background: 
        radial-gradient(
            circle at 75% 25%,
            transparent 0%,
            rgba(0, 0, 0, 0.5) 90%
        );
    top: 0;
    content: "";
}.program_offerings_lib .ready_skills_lib {
    background: rgba(255, 255, 255, 0.85);
    padding: 50px;
    max-width: 55%;
    z-index: 4;
    box-shadow: -15px 15px 30px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(10px);
    transform: translateX(-30px);
    position: relative;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    border-radius: 10px 0 0 10px;
}.program_offerings_lib .ready_skills_lib::before {
    border-radius: 10px 0 0 10px;
    left: 0;
    background: linear-gradient(
        135deg,
        #ffffff 0%,
        rgba(255, 255, 255, 0.8) 100%
    );
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    content: "";
    z-index: -1;
}.program_offerings_lib .ready_skills_lib::after {
    opacity: 0.5;
    left: 15px;
    border-radius: calc(10px - 10px) 0 0 calc(10px - 10px);
    position: absolute;
    content: "";
    z-index: -1;
    width: calc(100% - 30px);
    border: 1px solid rgb(226,164,192,0.5);
    height: calc(100% - 30px);
    top: 15px;
}.program_offerings_lib .head_prime_lib {
    position: relative;
    z-index: 5;
    display: inline-block;
    margin-bottom: 25px;
}.program_offerings_lib .head_prime_lib svg {
    transition: transform 0.3s ease;
    height: 60px;
    width: auto;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}.program_offerings_lib .head_prime_lib svg:hover {
    transform: scale(1.05) translateY(-5px);
}.program_offerings_lib .head_prime_lib svg path {
    fill: rgb(226,164,192);
    transition: fill 0.3s ease;
}.program_offerings_lib .head_prime_lib::after {
    border-radius: 10px;
    width: 40px;
    content: "";
    height: 3px;
    position: absolute;
    left: 0;
    transition: width 0.3s ease;
    bottom: -8px;
    background: rgb(202,120,156);
}.program_offerings_lib .head_prime_lib:hover::after {
    width: 100%;
}.program_offerings_lib h3 {
    position: relative;
    padding-bottom: 15px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #000000;
    font-size: 29px;
}.program_offerings_lib h3::after {
    left: 0;
    height: 2px;
    content: "";
    bottom: 0;
    position: absolute;
    border-radius: 10px;
    width: 70px;
    background: linear-gradient(
        90deg,
        rgb(226,164,192) 0%,
        rgb(202,120,156) 100%
    );
}.program_offerings_lib p {
    font-size: 14px;
    color: #000000;
    line-height: 1.8;
    margin-bottom: 0;
    position: relative;
}

@keyframes patternShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@media (max-width: 1200px) {.program_offerings_lib .ready_skills_lib {
    max-width: 65%;
}
}

@media (max-width: 992px) {.program_offerings_lib {
    padding: 80px 0;
}.program_offerings_lib .knowledge_center_lib {
    display: block;
    min-height: auto;
}.program_offerings_lib .pic_card_lib {
    height: 300px;
    position: relative;
    margin-bottom: 30px;
}.program_offerings_lib .ready_skills_lib {
    transform: translateX(0);
    border-radius: 10px;
    max-width: 100%;
    padding: 40px 30px;
}.program_offerings_lib .ready_skills_lib::before,
    .program_offerings_lib .ready_skills_lib::after {
    border-radius: 10px;
}
}

@media (max-width: 768px) {.program_offerings_lib {
    padding: 60px 0;
}.program_offerings_lib .pic_card_lib {
    height: 250px;
}.program_offerings_lib .ready_skills_lib {
    padding: 30px 25px;
}.program_offerings_lib h3 {
    font-size: calc(29px * 0.9);
}.program_offerings_lib p {
    font-size: calc(14px * 0.95);
}.program_offerings_lib .head_prime_lib svg {
    height: 50px;
}}.welcome_page_lib {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(226,164,192,0.5) 0%, rgba(94,170,168,0.15) 50%, rgb(202,120,156,0.5) 100%);
}.welcome_page_lib::before {
    position: absolute;
    background: 
        radial-gradient(circle at 20% 30%, rgba(94,170,168,0.1) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(94,170,168,0.15) 0%, transparent 40%);
    content: "";
    left: 0;
    height: 100%;
    top: 0;
    z-index: 1;
    width: 100%;
}.welcome_page_lib .knowledge_center_lib {
    height: 100%;
    grid-template-columns: 1fr;
    max-width: 1400px;
    z-index: 2;
    padding: 2rem;
    display: grid;
    position: relative;
    margin: 0 auto;
    gap: 2rem;
}.welcome_page_lib h1 {
    font-size: 41px;
    margin-bottom: 1.5rem;
    animation: titleFade 1.2s ease-out forwards;
    transform: translateY(0);
    color: #000000;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    text-shadow: 0 2px 10px rgba(94,170,168,0.1);
    position: relative;
    line-height: 1.2;
    font-weight: 700;
}.welcome_page_lib h1::after {
    transform-origin: left;
    bottom: -10px;
    left: 0;
    transform: scaleX(0);
    content: "";
    position: absolute;
    background: rgb(226,164,192);
    height: 4px;
    width: 80px;
    animation: lineExpand 1s 0.4s ease-out forwards;
}.welcome_page_lib .text_element_lib {
    flex-direction: column;
    display: flex;
    gap: 2rem;
    position: relative;
}.welcome_page_lib .page_base_lib {
    opacity: 0;
    animation: fadeUp 0.8s 0.6s ease-out forwards;
    background: rgba(255, 255, 255, 0.9);
    border-left: 4px solid rgb(226,164,192);
    box-shadow: 0 15px 30px rgba(94,170,168,0.15), 
                0 5px 15px rgba(0,0,0,0.05);
    padding: 2rem;
    position: relative;
    transform: translateY(20px);
    backdrop-filter: blur(10px);
}.welcome_page_lib .page_base_lib p {
    color: #000000;
    font-size: calc(16px * 1.2);
    margin-bottom: 2rem;
    position: relative;
    line-height: 1.6;
}.welcome_page_lib .page_base_lib p::before {
    background: rgb(202,120,156);
    top: -10px;
    width: 40px;
    left: 0;
    height: 2px;
    position: absolute;
    content: "";
}.welcome_page_lib svg {
    transform: rotate(-5deg);
    display: block;
    margin: 0 auto 2rem;
    transition: transform 0.5s ease;
    width: 120px;
    filter: drop-shadow(0 5px 15px rgba(94,170,168,0.25));
    height: 120px;
}.welcome_page_lib svg:hover {
    transform: rotate(0deg) scale(1.05);
}.welcome_page_lib svg path {
    transition: fill 0.3s ease;
    fill: rgb(94,170,168);
}.welcome_page_lib svg text {
    transition: fill 0.3s ease;
    font-family: Arial, sans-serif;
}.welcome_page_lib svg:hover path {
    fill: rgba(94,170,168,0.85);
}.welcome_page_lib svg:hover text {
    fill: #000000;
}.welcome_page_lib .feedback_links_lib {
    font-weight: 600;
    position: relative;
    overflow: hidden;
    display: inline-block;
    font-size: 17px;
    transition: all 0.3s ease;
    transform: translateZ(0);
    padding: 1rem 2rem;
    border: none;
    margin-top: 1rem;
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(94,170,168,0.3);
    text-decoration: none;
    background: linear-gradient(135deg, rgb(226,164,192) 0%, rgb(94,170,168) 100%);
}.welcome_page_lib .feedback_links_lib::before {
    transition: left 0.7s ease;
    width: 100%;
    top: 0;
    position: absolute;
    left: -100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    content: "";
}.welcome_page_lib .feedback_links_lib:hover {
    box-shadow: 0 8px 20px rgba(94,170,168,0.4);
    transform: translateY(-3px);
}.welcome_page_lib .feedback_links_lib:hover::before {
    left: 100%;
}.welcome_page_lib .pic_card_lib {
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    transform: translateY(20px);
    animation: fadeUp 0.8s 0.8s ease-out forwards;
    border-radius: 10px;
    opacity: 0;
    position: relative;
    overflow: hidden;
    height: 300px;
    width: 100%;
}.welcome_page_lib .pic_card_lib::before {
    pointer-events: none;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(94,170,168,0.3), transparent);
    left: 0;
}

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

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

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

@media (min-width: 768px) {.welcome_page_lib .knowledge_center_lib {
    padding: 4rem 2rem;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 3rem;
}.welcome_page_lib h1 {
    grid-column: 1 / -1;
    font-size: calc(41px * 1.2);
    margin-bottom: 2rem;
}.welcome_page_lib .page_base_lib {
    padding: 2.5rem;
}.welcome_page_lib .pic_card_lib {
    margin-top: 0;
    height: 450px;
}.welcome_page_lib svg {
    float: right;
    height: 150px;
    width: 150px;
    margin: 0 0 1rem 1rem;
}
}

@media (min-width: 992px) {.welcome_page_lib .knowledge_center_lib {
    padding: 5rem 3rem;
    gap: 4rem;
}.welcome_page_lib h1 {
    font-size: calc(41px * 1.4);
}.welcome_page_lib .page_base_lib {
    padding: 3rem;
}.welcome_page_lib .pic_card_lib {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 550px;
}.welcome_page_lib .pic_card_lib:hover {
    transform: scale(1.03);
}.welcome_page_lib svg {
    width: 180px;
    height: 180px;
}
}

@media (min-width: 1200px) {.welcome_page_lib .knowledge_center_lib {
    padding: 6rem 4rem;
    gap: 6rem;
}.welcome_page_lib h1 {
    font-size: calc(41px * 1.6);
}.welcome_page_lib .page_base_lib {
    padding: 3.5rem;
}.welcome_page_lib .pic_card_lib {
    height: 600px;
}
}

@media (max-width: 767px) {.welcome_page_lib .knowledge_center_lib {
    padding: 3rem 1.5rem;
}.welcome_page_lib h1 {
    font-size: calc(41px * 0.9);
}.welcome_page_lib .page_base_lib p {
    font-size: 16px;
}.welcome_page_lib .feedback_links_lib {
    text-align: center;
    width: 100%;
}}.education_history_lib {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(246,217,229) 0%, rgb(226,164,192,0.5) 50%, rgb(246,217,229) 100%);
}.education_history_lib::before {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    content: "";
    background: repeating-linear-gradient(
        45deg,
        rgb(226,164,192,0.5) 0,
        rgb(226,164,192,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    opacity: 0.05;
}.education_history_lib::after {
    left: 0;
    filter: blur(60px);
    opacity: 0.4;
    content: "";
    position: absolute;
    top: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(226,164,192,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(202,120,156,0.5) 0%, transparent 50%);
    width: 100%;
    height: 100%;
}.education_history_lib .container {
    z-index: 2;
    max-width: 1200px;
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
}.education_history_lib .feedback_views_lib {
    align-items: center;
    flex-direction: column;
    position: relative;
    border-radius: 23px;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    padding: 60px 40px;
    overflow: hidden;
    display: flex;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    backdrop-filter: blur(10px);
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(255, 255, 255, 0.7) 100%
    );
}.education_history_lib .feedback_views_lib::before {
    transform: rotate(-45deg) scale(2);
    inset: 0;
    content: "";
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 15%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0.2) 85%,
        transparent 100%
    );
    transition: opacity 0.6s ease;
    z-index: 1;
    opacity: 0;
    position: absolute;
}.education_history_lib .feedback_views_lib:hover::before {
    animation: holographic-sweep 1.5s ease infinite;
    opacity: 1;
}@keyframes holographic-sweep {
    0% {
        transform: rotate(-45deg) translateX(-50%) scale(2);
        opacity: 0;
    }
    30% {
        opacity: 0.3;
    }
    70% {
        opacity: 0.3;
    }
    100% {
        transform: rotate(-45deg) translateX(50%) scale(2);
        opacity: 0;
    }
}

.education_history_lib .pic_card_lib {
    transform: rotate(-3deg);
    height: 180px;
    margin-bottom: 35px;
    width: 180px;
    overflow: hidden;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.2),
        0 0 0 5px rgba(255, 255, 255, 0.8),
        0 0 0 10px rgb(226,164,192,0.5);
    position: relative;
    z-index: 2;
    border-radius: 10px;
    transition: all 0.5s ease;
}.education_history_lib .pic_card_lib::before {
    width: 100%;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.4) 0%,
        transparent 50%,
        rgba(255, 255, 255, 0.4) 100%
    );
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    z-index: 3;
    left: 0;
}.education_history_lib .pic_card_lib::after {
    background: 
        conic-gradient(
            from 0deg,
            transparent 0deg,
            rgb(226,164,192,0.5) 90deg,
            transparent 180deg,
            rgb(202,120,156,0.5) 270deg,
            transparent 360deg
        );
    mix-blend-mode: overlay;
    top: -50%;
    animation: rotate 15s linear infinite;
    height: 200%;
    width: 200%;
    content: "";
    opacity: 0.15;
    z-index: 1;
    position: absolute;
    left: -50%;
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.education_history_lib .name {
    font-weight: 700;
    position: relative;
    color: #000000;
    text-align: center;
    margin-bottom: 10px;
    font-size: 37px;
    z-index: 2;
}.education_history_lib .name::after {
    width: 70px;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgb(226,164,192) 50%,
        transparent 100%
    );
    position: absolute;
    content: "";
    height: 2px;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
}.education_history_lib .feedback_views_lib span:not(.name) {
    position: relative;
    margin-bottom: 25px;
    z-index: 2;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.5);
}.education_history_lib .job_table_lib {
    border-right: 3px solid rgb(202,120,156);
    text-align: center;
    margin: 0;
    line-height: 1.8;
    padding: 25px 30px;
    z-index: 2;
    position: relative;
    max-width: 85%;
    border-radius: 10px;
    color: #000000;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    font-size: 17px;
    border-left: 3px solid rgb(226,164,192);
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
}.education_history_lib .job_table_lib::before,
.education_history_lib .job_table_lib::after {
    opacity: 0.1;
    background: rgb(226,164,192,0.5);
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
}.education_history_lib .job_table_lib::before {
    border-top: 3px solid rgb(226,164,192);
    top: -5px;
    border-left: 3px solid rgb(226,164,192);
    left: -5px;
}.education_history_lib .job_table_lib::after {
    border-bottom: 3px solid rgb(202,120,156);
    right: -5px;
    bottom: -5px;
    border-right: 3px solid rgb(202,120,156);
}.education_history_lib .feedback_views_lib:hover {
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2);
    transform: translateY(-10px);
}.education_history_lib .feedback_views_lib:hover .pic_card_lib {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.3),
        0 0 0 5px rgba(255, 255, 255, 0.9),
        0 0 0 12px rgb(226,164,192,0.5);
    transform: rotate(0deg) scale(1.05);
}

@media (max-width: 991px) {.education_history_lib {
    padding: 80px 0;
}.education_history_lib .feedback_views_lib {
    padding: 50px 30px;
}.education_history_lib .pic_card_lib {
    height: 160px;
    width: 160px;
    margin-bottom: 30px;
}.education_history_lib .job_table_lib {
    padding: 20px 25px;
    max-width: 90%;
}
}

@media (max-width: 767px) {.education_history_lib {
    padding: 60px 0;
}.education_history_lib .feedback_views_lib {
    padding: 40px 25px;
}.education_history_lib .pic_card_lib {
    width: 140px;
    margin-bottom: 25px;
    height: 140px;
}.education_history_lib .name {
    font-size: calc(37px * 0.9);
}.education_history_lib .feedback_views_lib span:not(.name) {
    font-size: calc(21px * 0.95);
    margin-bottom: 20px;
}.education_history_lib .job_table_lib {
    padding: 18px 20px;
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 575px) {.education_history_lib {
    padding: 50px 0;
}.education_history_lib .feedback_views_lib {
    padding: 35px 20px;
}.education_history_lib .pic_card_lib {
    width: 120px;
    height: 120px;
    margin-bottom: 20px;
}.education_history_lib .name {
    font-size: calc(37px * 0.8);
}.education_history_lib .feedback_views_lib span:not(.name) {
    letter-spacing: 1px;
    font-size: calc(21px * 0.9);
    margin-bottom: 15px;
}.education_history_lib .job_table_lib {
    max-width: 100%;
    padding: 15px;
    font-size: calc(17px * 0.9);
}}.course_benefits_lib {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(246,217,229) 0%, rgba(245, 245, 250, 0.95) 100%);
    padding: 6rem 0;
}.course_benefits_lib::before {
    z-index: 0;
    content: '';
    position: absolute;
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(226,164,192,0.5), 0.07) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgba(rgb(202,120,156,0.5), 0.09) 0%, transparent 50%);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}.course_benefits_lib h5 {
    transform: translateY(0);
    z-index: 2;
    font-size: 18px;
    margin-bottom: 3rem;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    color: #000000;
    text-align: center;
    font-weight: 700;
}.course_benefits_lib h5::after {
    position: absolute;
    content: '';
    transform: translateX(-50%);
    height: 3px;
    left: 50%;
    width: 80px;
    bottom: -12px;
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(226,164,192) 0%, rgb(202,120,156) 100%);
}.course_benefits_lib .container {
    z-index: 1;
    padding: 0 15px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.course_benefits_lib .knowledge_center_lib {
    display: grid;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    overflow: hidden;
    gap: 2rem;
    background: #ffffff;
    grid-template-columns: 1fr;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.6s ease;
    transform: translateY(0);
}.course_benefits_lib .knowledge_center_lib:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}.course_benefits_lib .pic_card_lib {
    object-fit: cover;
    transition: transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: scale(1);
    height: 300px;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}.course_benefits_lib .knowledge_center_lib:hover .pic_card_lib {
    transform: scale(1.05);
}.course_benefits_lib .text_element_lib {
    padding: 2rem;
    position: relative;
}.course_benefits_lib .text_element_lib::before {
    position: absolute;
    transition: height 0.5s ease-out;
    left: 0;
    top: 0;
    height: 0;
    content: '';
    background: linear-gradient(to bottom, rgb(226,164,192), rgb(202,120,156));
    width: 4px;
}.course_benefits_lib .knowledge_center_lib:hover .text_element_lib::before {
    height: 100%;
}.course_benefits_lib ul {
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
    margin: 0;
}.course_benefits_lib li {
    transform: translateX(0);
    position: relative;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    padding-left: 2.5rem;
}.course_benefits_lib li:hover {
    transform: translateX(10px);
}.course_benefits_lib li p {
    display: flex;
    color: #000000;
    font-family: Arial, sans-serif;
    margin: 0;
    line-height: 1.6;
    font-size: 17px;
    align-items: flex-start;
}.course_benefits_lib li svg {
    transition: transform 0.3s ease;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(2px);
    width: 24px;
}.course_benefits_lib li:hover svg {
    transform: translateY(2px) rotate(10deg);
}.course_benefits_lib li svg path {
    transition: fill 0.3s ease;
    fill: rgb(226,164,192);
}.course_benefits_lib li:hover svg path {
    fill: rgb(202,120,156);
}.course_benefits_lib li:nth-child(odd) {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    border-radius: 10px;
    background: linear-gradient(90deg, rgba(rgb(226,164,192,0.5), 0.03) 0%, transparent 100%);
}.course_benefits_lib li:nth-child(even) {
    padding-top: 0.5rem;
    background: linear-gradient(90deg, rgba(rgb(202,120,156,0.5), 0.03) 0%, transparent 100%);
    border-radius: 10px;
    padding-bottom: 0.5rem;
}

@media (min-width: 768px) {.course_benefits_lib .knowledge_center_lib {
    align-items: center;
    grid-template-columns: 0.8fr 1.2fr;
}.course_benefits_lib .pic_card_lib {
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}.course_benefits_lib ul {
    grid-template-columns: repeat(2, 1fr);
}.course_benefits_lib li {
    margin-bottom: 0.5rem;
}
}

@media (min-width: 992px) {.course_benefits_lib {
    padding: 8rem 0;
}.course_benefits_lib h5 {
    margin-bottom: 4rem;
    font-size: calc(18px * 1.1);
}.course_benefits_lib .text_element_lib {
    padding: 3rem;
}.course_benefits_lib li {
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.4s ease;
}.course_benefits_lib li:hover {
    background-color: rgba(rgb(202,120,156,0.5), 0.08);
}
}

@media (max-width: 767px) {.course_benefits_lib {
    padding: 4rem 0;
}.course_benefits_lib h5 {
    padding: 0 1rem;
    font-size: calc(18px * 0.9);
}.course_benefits_lib .text_element_lib {
    padding: 1.5rem;
}.course_benefits_lib li {
    margin-bottom: 1rem;
}.course_benefits_lib li p {
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 480px) {.course_benefits_lib h5 {
    font-size: calc(18px * 0.8);
}.course_benefits_lib .text_element_lib {
    padding: 1.25rem;
}.course_benefits_lib li {
    padding-left: 2rem;
}.course_benefits_lib li svg {
    height: 20px;
    width: 20px;
}}.company_overview_lib {
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 120px 0 100px;
}.company_overview_lib::before {
    left: 0;
    width: 100%;
    top: 0;
    z-index: -1;
    height: 100%;
    background: linear-gradient(135deg, rgb(226,164,192,0.5), rgba(0, 0, 0, 0.5) 85%);
    content: "";
    position: absolute;
}.company_overview_lib::after {
    transform: rotate(25deg);
    opacity: 0.1;
    background: rgb(202,120,156);
    bottom: -50px;
    right: -50px;
    content: "";
    height: 300px;
    z-index: -1;
    position: absolute;
    width: 300px;
    animation: float 15s ease-in-out infinite;
    clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%);
}.company_overview_lib .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    gap: 2rem;
    grid-template-columns: 1fr;
    display: grid;
    padding: 0 20px;
}.company_overview_lib h2 {
    transform: translateX(-10px);
    position: relative;
    display: inline-block;
    animation: slideIn 0.8s 0.2s forwards ease-out;
    font-size: 36px;
    opacity: 0;
    color: #ffffff;
    margin-bottom: 2.5rem;
    font-weight: 700;
}.company_overview_lib h2::after {
    bottom: -12px;
    background: rgb(202,120,156);
    animation: scaleIn 1.2s 0.6s forwards cubic-bezier(0.16, 1, 0.3, 1);
    position: absolute;
    content: "";
    height: 4px;
    left: 0;
    width: 60px;
    transform-origin: left;
    transform: scaleX(0);
}.company_overview_lib .text_element_lib {
    position: relative;
    border-left: 4px solid rgb(226,164,192);
    animation: fadeUp 1s 0.5s forwards ease-out;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(20px);
    padding: 3.5rem 2.5rem;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.95);
    opacity: 0;
    border-radius: 10px;
}.company_overview_lib .text_element_lib::before {
    top: -30px;
    content: "";
    transform: rotate(-15deg);
    background: rgb(226,164,192);
    width: 70px;
    position: absolute;
    height: 70px;
    opacity: 0.15;
    border-radius: 50% 50% 0 50%;
    right: 40px;
}.company_overview_lib .text_element_lib > div {
    position: relative;
}.company_overview_lib .text_element_lib p {
    color: #000000;
    padding-right: 15px;
    margin-bottom: 1.5rem;
    transform: translateY(10px);
    display: inline-block;
    font-size: calc(16px * 1.4);
    animation: fadeUp 0.8s 0.8s forwards ease-out;
    opacity: 0;
    font-weight: 600;
    position: relative;
}.company_overview_lib .text_element_lib p::after {
    position: absolute;
    animation: scaleIn 1.2s 1.2s forwards cubic-bezier(0.16, 1, 0.3, 1);
    top: 50%;
    background: rgb(202,120,156);
    content: "";
    height: 2px;
    width: 40px;
    transform-origin: left;
    transform: scaleX(0);
    right: -40px;
}.company_overview_lib .text_element_lib div div {
    opacity: 0;
    column-gap: 2.5rem;
    text-align: justify;
    transform: translateY(15px);
    animation: fadeUp 1s 1s forwards ease-out;
    color: #000000;
    font-size: 16px;
    column-count: 1;
    line-height: 1.8;
}

@keyframes slideIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

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

@keyframes scaleIn {
    to {
        transform: scaleX(1);
    }
}

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


@media (min-width: 768px) {.company_overview_lib {
    padding: 150px 0 130px;
}.company_overview_lib .container {
    gap: 3rem;
    grid-template-columns: 1fr;
}.company_overview_lib h2 {
    font-size: calc(36px * 1.2);
    margin-bottom: 3rem;
}.company_overview_lib h2::after {
    height: 5px;
    width: 80px;
}.company_overview_lib .text_element_lib {
    padding: 4rem 3.5rem;
    transition: transform 0.6s ease;
    transform: perspective(1000px) rotateY(-2deg);
}.company_overview_lib .text_element_lib:hover {
    transform: perspective(1000px) rotateY(0);
}.company_overview_lib .text_element_lib div div {
    column-count: 2;
}
}

@media (min-width: 992px) {.company_overview_lib {
    padding: 180px 0 150px;
}.company_overview_lib::before {
    background: linear-gradient(135deg, rgb(226,164,192,0.5), rgba(0, 0, 0, 0.5) 70%);
}.company_overview_lib .container {
    grid-template-columns: 1fr;
}.company_overview_lib h2 {
    font-size: calc(36px * 1.4);
}.company_overview_lib .text_element_lib {
    padding: 4.5rem 4rem;
    margin-left: 2rem;
}.company_overview_lib .text_element_lib::after {
    background: rgb(202,120,156);
    opacity: 0.1;
    content: "";
    position: absolute;
    bottom: -20px;
    width: 120px;
    height: 40px;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
    left: 80px;
}.company_overview_lib .text_element_lib div div {
    column-count: 2;
}
}

@media (min-width: 1200px) {.company_overview_lib .container {
    padding: 0 50px;
}.company_overview_lib h2 {
    margin-left: 50px;
}.company_overview_lib .text_element_lib {
    margin-left: 5rem;
    margin-right: 5rem;
    padding: 5rem;
}.company_overview_lib .text_element_lib div div {
    column-gap: 3rem;
    column-count: 2;
}
}

@media (max-width: 767px) {.company_overview_lib {
    padding: 80px 0 70px;
}.company_overview_lib::after {
    bottom: -25px;
    height: 150px;
    right: -25px;
    width: 150px;
}.company_overview_lib .container {
    padding: 0 15px;
}.company_overview_lib h2 {
    font-size: calc(36px * 0.9);
    margin-bottom: 2rem;
}.company_overview_lib .text_element_lib {
    padding: 2.5rem 1.5rem;
}.company_overview_lib .text_element_lib p {
    font-size: calc(16px * 1.2);
}.company_overview_lib .text_element_lib div div {
    font-size: calc(16px * 0.95);
    line-height: 1.6;
}}.secure_nest_lib {
    background: #ffffff;
    height: auto;
    overflow: hidden;
    padding: 50px;
    width: 100%;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.5);
}.secure_nest_lib h1 {
    margin-bottom: 20px;
    font-size: 42px;
    padding-bottom: 10px;
    color: rgb(226,164,192);
    text-align: center;
    border-bottom: 2px solid rgb(226,164,192);
    margin-top: 40px;
    text-transform: uppercase;
    font-weight: 700;
}.secure_nest_lib h2 {
    font-weight: 600;
    margin-top: 30px;
    text-align: left;
    font-size: 33px;
    text-transform: uppercase;
    padding-left: 10px;
    border-left: 4px solid rgb(226,164,192);
    margin-bottom: 20px;
    color: rgb(202,120,156);
}.secure_nest_lib ul, .secure_nest_lib ol {
    padding: 20px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
}.secure_nest_lib ul li, .secure_nest_lib ol li {
    margin-bottom: 15px;
    padding-left: 20px;
    font-size: 17px;
    position: relative;
    color: #000000;
}.secure_nest_lib ul li::before, .secure_nest_lib ol li::before {
    top: 50%;
    content: '';
    transform: translateY(-50%);
    border-radius: 50%;
    height: 6px;
    background: rgb(226,164,192);
    position: absolute;
    left: 0;
    width: 6px;
}.secure_nest_lib p, .secure_nest_lib span, .secure_nest_lib div {
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 17px;
    margin-bottom: 20px;
    line-height: 1.8;
}.secure_nest_lib div.container {
    max-width: 1000px;
    margin: 0 auto;
}

@media only screen and (max-width: 800px) {.secure_nest_lib {
    border-radius: 10px;
    padding: 30px;
}.secure_nest_lib h1 {
    font-size: calc(18px - 5px);
}.secure_nest_lib h2 {
    font-size: calc(18px - 5px);
}.secure_nest_lib ul, .secure_nest_lib ol {
    padding: 10px 0;
    margin: 10px 0;
}.secure_nest_lib ul li, .secure_nest_lib ol li {
    font-size: 17px;
    padding-left: 15px;
}}.plan_box_lib {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}.plan_box_lib::before {
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    backdrop-filter: blur(4px);
    content: "";
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    position: absolute;
}.plan_box_lib .container {
    position: relative;
    z-index: 2;
    max-width: 1320px;
    padding: 0 15px;
    margin: 0 auto;
}.plan_box_lib .access_rates_lib {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}.plan_box_lib h2 {
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    letter-spacing: 1px;
    font-size: 33px;
    animation: fadeSlideUp 0.7s ease forwards;
    opacity: 0;
    color: #ffffff;
    transform: translateY(20px);
}.plan_box_lib .value_pricing_lib {
    transform: translateY(20px);
    animation: fadeSlideUp 0.7s ease forwards 0.2s;
    color: #ffffff;
    font-size: 17px;
    opacity: 0;
    text-align: center;
    line-height: 1.6;
    max-width: 700px;
    margin-bottom: 50px;
}.plan_box_lib .price_plan_lib {
    gap: 30px;
    padding: 0;
    width: 100%;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    perspective: 1000px;
    display: grid;
}.plan_box_lib .price_plan_lib li {
    animation: fadeSlideUp 0.8s ease forwards;
    animation-delay: calc(0.2s + (var(--li-index, 0) * 0.15s));
    opacity: 0;
    transform: translateY(30px);
}.plan_box_lib .price_plan_lib li:nth-child(1) {
    --li-index: 1;
}.plan_box_lib .price_plan_lib li:nth-child(2) {
    --li-index: 2;
}.plan_box_lib .price_plan_lib li:nth-child(3) {
    --li-index: 3;
}.plan_box_lib .price_plan_lib li:nth-child(4) {
    --li-index: 4;
}.plan_box_lib .package_deal_lib {
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    backdrop-filter: blur(10px);
    overflow: hidden;
    display: block;
    text-decoration: none;
    height: 100%;
    border: 1px solid rgba(255,255,255,0.15);
    position: relative;
    background: linear-gradient(145deg, rgba(255,255,255,0.12), rgba(255,255,255,0.05));
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), 
                box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}.plan_box_lib .package_deal_lib::before {
    height: 4px;
    content: "";
    transform-origin: left;
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(226,164,192), rgb(202,120,156));
    left: 0;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    width: 100%;
    transform: scaleX(0);
}.plan_box_lib .package_deal_lib:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}.plan_box_lib .package_deal_lib:hover::before {
    transform: scaleX(1);
}.plan_box_lib .qtr_cost_lib {
    flex-direction: column;
    height: 100%;
    padding: 30px;
    display: flex;
}.plan_box_lib .monthly_plan_lib {
    display: flex;
    flex-direction: column;
    height: 100%;
}.plan_box_lib .monthly_plan_lib h4 {
    padding-bottom: 15px;
    position: relative;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 0.5px;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 20px;
}.plan_box_lib .monthly_plan_lib h4::after {
    position: absolute;
    left: 0;
    content: "";
    height: 2px;
    background: rgb(202,120,156);
    width: 40px;
    bottom: 0;
}.plan_box_lib .monthly_plan_lib p {
    margin-bottom: 25px;
    font-size: calc(17px - 2px);
    line-height: 1.6;
    word-break: break-word;
    color: rgba(255,255,255,0.8);
    overflow-wrap: break-word;
    flex-grow: 1;
}.plan_box_lib .cost_rates_lib {
    display: inline-block;
    color: #ffffff;
    margin-top: auto;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: linear-gradient(135deg, rgb(226,164,192,0.5), rgb(202,120,156,0.5));
    font-size: calc(20px + 4px);
    border-radius: 10px;
    padding: 10px 20px;
    position: relative;
    align-self: flex-start;
    font-weight: 700;
}.plan_box_lib .package_deal_lib:hover .cost_rates_lib {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

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

@media (max-width: 992px) {.plan_box_lib {
    padding: 80px 0;
}.plan_box_lib h2 {
    font-size: calc(33px - 4px);
}.plan_box_lib .price_plan_lib {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}.plan_box_lib .qtr_cost_lib {
    padding: 25px;
}.plan_box_lib .cost_rates_lib {
    font-size: calc(20px + 2px);
}
}

@media (max-width: 768px) {.plan_box_lib {
    padding: 60px 0;
}.plan_box_lib h2 {
    font-size: calc(33px - 6px);
    margin-bottom: 15px;
}.plan_box_lib .value_pricing_lib {
    margin-bottom: 30px;
    font-size: calc(17px - 1px);
}.plan_box_lib .price_plan_lib {
    max-width: 450px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.plan_box_lib .monthly_plan_lib p {
    font-size: calc(17px - 3px);
}
}

@media (max-width: 480px) {.plan_box_lib {
    padding: 50px 0;
}.plan_box_lib .qtr_cost_lib {
    padding: 20px;
}.plan_box_lib .monthly_plan_lib h4 {
    font-size: calc(20px - 2px);
}.plan_box_lib .cost_rates_lib {
    padding: 8px 15px;
    font-size: 20px;
}}.contact_us_lib {
    overflow: hidden;
    background-color: rgb(246,217,229);
    padding: 100px 0;
    position: relative;
}.contact_us_lib::before {
    top: 0;
    height: 100%;
    opacity: 0.15;
    content: "";
    width: 100%;
    left: 0;
    position: absolute;
    background: linear-gradient(120deg, rgb(226,164,192,0.5) 0%, transparent 75%);
}.contact_us_lib::after {
    background: linear-gradient(240deg, rgb(202,120,156,0.5) 0%, transparent 70%);
    content: "";
    width: 70%;
    bottom: 0;
    height: 70%;
    right: 0;
    position: absolute;
    opacity: 0.1;
}.contact_us_lib .container {
    position: relative;
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1200px;
    z-index: 1;
}.contact_us_lib h2 {
    text-align: center;
    font-weight: 700;
    font-size: 36px;
    position: relative;
    margin-bottom: 15px;
    color: #000000;
    font-family: Arial, sans-serif;
}.contact_us_lib .reach_reach_lib {
    flex-direction: row-reverse;
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    border-radius: 24px;
    flex-wrap: wrap;
    margin-top: 50px;
    display: flex;
}.contact_us_lib .pic_card_lib {
    flex: 0 0 40%;
    min-height: 500px;
    position: relative;
    overflow: hidden;
}.contact_us_lib .pic_card_lib::after {
    right: 0;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.4));
    position: absolute;
    content: "";
    bottom: 0;
}.contact_us_lib .connect_widget_lib {
    padding: 60px;
    flex: 0 0 60%;
    position: relative;
}.contact_us_lib .connect_widget_lib::before {
    height: calc(100% - 80px);
    top: 40px;
    left: 0;
    content: "";
    background: linear-gradient(to bottom, rgb(226,164,192), rgb(202,120,156));
    position: absolute;
    width: 5px;
    border-radius: 2.5px;
}.contact_us_lib form {
    width: 100%;
    padding-left: 25px;
}.contact_us_lib form h3 {
    font-size: 21px;
    margin-bottom: 35px;
    color: #000000;
    font-weight: 600;
    font-family: Arial, sans-serif;
}.contact_us_lib form input[type="text"] {
    border: none;
    border-radius: 10px;
    font-size: 14px;
    color: #000000;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    background: rgb(246,217,229);
    padding: 18px 25px;
    width: 100%;
}.contact_us_lib form input[type="text"]:focus {
    background: rgba(rgb(226,164,192), 0.05);
    box-shadow: 0 0 0 2px rgb(226,164,192,0.5);
    outline: none;
}.contact_us_lib form input[type="text"]::placeholder {
    color: rgba(#000000, 0.4);
}.contact_us_lib .query_help_lib {
    display: flex;
    margin: 10px 0 30px;
    align-items: flex-start;
}.contact_us_lib .query_help_lib input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_us_lib .query_help_lib label {
    padding-left: 35px;
    cursor: pointer;
    line-height: 1.5;
    font-size: 15px;
    color: #000000;
    position: relative;
}.contact_us_lib .query_help_lib label::before {
    left: 0;
    width: 22px;
    position: absolute;
    transition: all 0.2s ease;
    height: 22px;
    top: 2px;
    border-radius: 10px;
    content: "";
    border: 2px solid rgb(226,164,192,0.5);
}.contact_us_lib .query_help_lib input[type="checkbox"]:checked + label::before {
    border-color: rgb(226,164,192);
    background-color: rgb(226,164,192);
}.contact_us_lib .query_help_lib input[type="checkbox"]:checked + label::after {
    left: 8px;
    border-right: 2px solid #ffffff;
    width: 6px;
    top: 9px;
    content: "";
    border-bottom: 2px solid #ffffff;
    position: absolute;
    height: 11px;
    transform: rotate(45deg);
}.contact_us_lib .query_help_lib label a {
    transition: all 0.3s ease;
    color: rgb(226,164,192);
    text-decoration: none;
}.contact_us_lib .query_help_lib label a:hover {
    color: rgb(202,120,156);
    text-decoration: underline;
}.contact_us_lib form .feedback_links_lib {
    font-weight: 600;
    padding: 15px 35px;
    color: #ffffff;
    transition: all 0.3s ease;
    position: relative;
    font-size: 15px;
    background: linear-gradient(45deg, rgb(226,164,192), rgb(202,120,156));
    border: none;
    overflow: hidden;
    cursor: pointer;
    font-family: Arial, sans-serif;
    display: inline-block;
    border-radius: 10px;
}.contact_us_lib form .feedback_links_lib::before {
    left: -10%;
    height: 120%;
    transition: all 0.4s ease;
    transform: rotate(45deg) translateX(-200%);
    content: "";
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    width: 120%;
    top: -10%;
}.contact_us_lib form .feedback_links_lib:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 15px rgba(rgb(226,164,192), 0.3);
}.contact_us_lib form .feedback_links_lib:hover::before {
    transform: rotate(45deg) translateX(200%);
}.contact_us_lib svg {
    fill: rgb(226,164,192);
    height: 22px;
    width: 22px;
}.contact_us_lib svg path {
    transition: fill 0.3s ease;
    fill: rgb(226,164,192);
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.05;
    }
    50% {
        opacity: 0.1;
    }
}

@media screen and (max-width: 1024px) {.contact_us_lib .connect_widget_lib {
    padding: 50px 40px;
}
}

@media screen and (max-width: 991px) {.contact_us_lib .pic_card_lib {
    min-height: 300px;
    flex: 0 0 100%;
}.contact_us_lib .connect_widget_lib {
    flex: 0 0 100%;
}.contact_us_lib .connect_widget_lib::before {
    background: linear-gradient(to right, rgb(226,164,192), rgb(202,120,156));
    width: calc(100% - 80px);
    left: 40px;
    height: 5px;
    top: 0;
}.contact_us_lib form {
    padding-top: 25px;
    padding-left: 0;
}
}

@media screen and (max-width: 767px) {.contact_us_lib {
    padding: 70px 0;
}.contact_us_lib .pic_card_lib {
    min-height: 250px;
}.contact_us_lib .connect_widget_lib {
    padding: 40px 30px;
}.contact_us_lib .connect_widget_lib::before {
    width: calc(100% - 60px);
    left: 30px;
}
}

@media screen and (max-width: 480px) {.contact_us_lib {
    padding: 50px 0;
}.contact_us_lib h2 {
    font-size: calc(36px * 0.8);
}.contact_us_lib .pic_card_lib {
    min-height: 200px;
}.contact_us_lib .connect_widget_lib {
    padding: 30px 20px;
}.contact_us_lib .connect_widget_lib::before {
    width: calc(100% - 40px);
    left: 20px;
}.contact_us_lib form h3 {
    margin-bottom: 25px;
    font-size: calc(21px * 0.9);
}.contact_us_lib form input[type="text"] {
    padding: 15px 20px;
}.contact_us_lib form .feedback_links_lib {
    text-align: center;
    width: 100%;
}}.find_contact_lib {
    overflow: hidden;
    position: relative;
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(246,217,229), rgb(226,164,192,0.5) 80%);
}.find_contact_lib::before {
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    background: 
        radial-gradient(circle at 10% 10%, rgb(226,164,192,0.5) 0%, transparent 60%),
        radial-gradient(circle at 90% 90%, rgb(202,120,156,0.5) 0%, transparent 60%);
    z-index: 0;
    top: 0;
    opacity: 0.7;
    left: 0;
}.find_contact_lib::after {
    background-image: 
        linear-gradient(45deg, rgb(246,217,229) 25%, transparent 25%), 
        linear-gradient(-45deg, rgb(246,217,229) 25%, transparent 25%), 
        linear-gradient(45deg, transparent 75%, rgb(246,217,229) 75%), 
        linear-gradient(-45deg, transparent 75%, rgb(246,217,229) 75%);
    animation: patternMove 30s linear infinite;
    top: 0;
    opacity: 0.05;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    height: 100%;
    content: "";
    width: 100%;
    background-size: 20px 20px;
    z-index: 0;
    left: 0;
    position: absolute;
}@keyframes patternMove {
    0% {
        background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    }
    100% {
        background-position: 100px 100px, 100px 110px, 110px 90px, 90px 100px;
    }
}

.find_contact_lib .container {
    z-index: 1;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.find_contact_lib .contact_details_lib {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    position: relative;
}.find_contact_lib .help_form_lib {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 40px;
}.find_contact_lib .help_form_lib::before {
    background: linear-gradient(90deg, rgb(226,164,192), rgb(202,120,156));
    left: 0;
    opacity: 0.8;
    height: 5px;
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
}.find_contact_lib .help_form_lib::after {
    transform: translate(30%, 30%);
    opacity: 0.2;
    height: 100px;
    position: absolute;
    border-radius: 50%;
    width: 100px;
    content: "";
    background: linear-gradient(135deg, transparent, rgb(226,164,192,0.5));
    bottom: 0;
    right: 0;
}.find_contact_lib .help_form_lib:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.find_contact_lib h2 {
    color: rgb(202,120,156);
    font-weight: 700;
    font-size: 29px;
    margin-bottom: 25px;
    position: relative;
}.find_contact_lib h2::after {
    content: "";
    width: 60px;
    height: 3px;
    position: absolute;
    border-radius: 10px;
    bottom: -10px;
    left: 0;
    background: rgb(226,164,192);
}.find_contact_lib h3 {
    color: rgb(202,120,156);
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 21px;
}.find_contact_lib p {
    color: #000000;
    line-height: 1.6;
    margin-bottom: 15px;
    font-size: 16px;
}.find_contact_lib .edu_query_lib {
    color: rgb(202,120,156);
    font-size: calc(16px * 1.1);
    margin-bottom: 20px;
    font-weight: 600;
}.find_contact_lib .talk_answer_lib {
    margin-bottom: 25px;
}.find_contact_lib .ask_question_lib {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 30px;
    padding-top: 20px;
}.find_contact_lib .join_community_lib {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}.find_contact_lib .join_community_lib span {
    transition: background 0.3s ease;
    background: rgba(255, 255, 255, 0.1);
    display: inline-block;
    border-radius: 10px;
    padding: 8px 15px;
    font-size: calc(16px * 0.9);
    color: #ffffff;
}.find_contact_lib .join_community_lib span:hover {
    background: rgb(226,164,192,0.5);
}.find_contact_lib .help_form_lib .pic_card_lib {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}.find_contact_lib .help_form_lib .pic_card_lib::after {
    width: 100%;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.5));
    left: 0;
    height: 100%;
    content: "";
    top: 0;
    position: absolute;
}.find_contact_lib .reach_experts_lib {
    gap: 25px;
    flex-direction: column;
    display: flex;
}.find_contact_lib .reach_experts_lib a {
    background: rgba(255, 255, 255, 0.05);
    padding: 15px 20px;
    flex-direction: column;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
    overflow: hidden;
    display: flex;
    border-radius: 10px;
}.find_contact_lib .reach_experts_lib a::before {
    content: "";
    top: 0;
    height: 100%;
    background: rgb(226,164,192);
    transition: width 0.3s ease;
    position: absolute;
    width: 5px;
    left: 0;
    border-radius: 10px 0 0 10px;
}.find_contact_lib .reach_experts_lib a:hover {
    transform: translateX(5px);
    background: rgba(255, 255, 255, 0.1);
}.find_contact_lib .reach_experts_lib a:hover::before {
    width: 7px;
}.find_contact_lib .reach_experts_lib a span {
    color: rgb(202,120,156);
    font-weight: 600;
    font-size: calc(16px * 0.9);
    margin-bottom: 5px;
}.find_contact_lib .reach_experts_lib a p {
    font-weight: 400;
    margin: 0;
    color: #ffffff;
    font-size: 16px;
}.find_contact_lib svg {
    height: 24px;
    width: 24px;
    fill: rgb(226,164,192);
    margin-right: 15px;
    vertical-align: middle;
}.find_contact_lib svg path {
    fill: rgb(226,164,192);
    transition: fill 0.3s ease;
}.find_contact_lib .reach_experts_lib a:hover svg,
.find_contact_lib .reach_experts_lib a:hover svg path {
    fill: rgb(202,120,156);
}

@media (max-width: 992px) {.find_contact_lib {
    padding: 60px 0;
}.find_contact_lib .contact_details_lib {
    grid-template-columns: 1fr 1fr;
}.find_contact_lib .help_form_lib:last-child {
    grid-column: span 2;
}.find_contact_lib .help_form_lib {
    padding: 30px;
}
}

@media (max-width: 768px) {.find_contact_lib {
    padding: 50px 0;
}.find_contact_lib .contact_details_lib {
    grid-template-columns: 1fr;
}.find_contact_lib .help_form_lib {
    grid-column: span 1 !important;
}.find_contact_lib h2 {
    font-size: calc(29px * 0.9);
}.find_contact_lib .help_form_lib .pic_card_lib {
    height: 300px;
}.find_contact_lib .reach_experts_lib {
    gap: 15px;
}.find_contact_lib .reach_experts_lib a {
    padding: 12px 15px;
}
}

@media (max-width: 576px) {.find_contact_lib {
    padding: 40px 0;
}.find_contact_lib .help_form_lib {
    padding: 25px 20px;
}.find_contact_lib h2 {
    font-size: calc(29px * 0.8);
}.find_contact_lib p {
    font-size: calc(16px * 0.95);
}.find_contact_lib .join_community_lib {
    gap: 8px;
    flex-direction: column;
}.find_contact_lib .join_community_lib span {
    width: 100%;
}.find_contact_lib .help_form_lib .pic_card_lib {
    height: 250px;
}}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.9;
    }
    100% {
        transform: scale(1);
        opacity: 0.7;
    }
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

.find_contact_lib .help_form_lib:first-child {
    animation: float 6s ease-in-out infinite;
}.find_contact_lib .help_form_lib:nth-child(2) {
    animation: float 8s ease-in-out infinite;
}.find_contact_lib .help_form_lib:last-child {
    animation: float 7s ease-in-out infinite;
}.find_contact_lib .reach_experts_lib a::after {
    position: absolute;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    left: -100%;
    content: "";
    top: 0;
    height: 100%;
    width: 30%;
    animation: shine 3s infinite;
}@keyframes shine {
    0% {
        left: -100%;
    }
    20% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}

.find_contact_lib .help_form_lib:hover h2::after {
    transition: width 0.3s ease;
    width: 80px;
}.find_contact_lib .join_community_lib span:nth-child(odd) {
    transform: translateY(-3px);
}.find_contact_lib .join_community_lib span:nth-child(even) {
    transform: translateY(3px);
}header {
    overflow: visible;
    z-index: 1000;
    background: linear-gradient(to right, rgb(202,120,156,0.5), rgb(226,164,192));
    padding: 1.5rem 0;
    position: relative;
}header::before {
    z-index: -1;
    position: absolute;
    height: 100%;
    top: 0;
    content: '';
    left: 0;
    opacity: 0.1;
    width: 100%;
    background: 
        radial-gradient(circle at 10% 20%, #ffffff 0%, transparent 15%),
        radial-gradient(circle at 90% 80%, #ffffff 0%, transparent 15%);
}header .container {
    padding: 0 1.5rem;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}header .header_mentor_lib {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1.5rem;
}header .header_tutor_lib {
    align-items: center;
    padding: 1rem;
    text-decoration: none;
    position: relative;
    display: flex;
    justify-content: center;
    z-index: 2;
}header .header_tutor_lib::after {
    height: 2px;
    content: '';
    bottom: 0;
    background: #ffffff;
    opacity: 0.6;
    transition: width 0.3s ease, opacity 0.3s ease;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    position: absolute;
}header .header_tutor_lib:hover::after {
    opacity: 1;
    width: 80%;
}header .header_tutor_lib svg {
    height: auto;
    transition: all 0.3s ease;
    width: 220px;
    filter: drop-shadow(0 4px 8px rgb(226,164,192,0.5));
}header .header_tutor_lib:hover svg {
    transform: translateY(-5px);
}header .nav_site_lib {
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 22px;
    flex-wrap: wrap;
    gap: 0.8rem;
    padding: 0.6rem 1rem;
    display: flex;
    justify-content: center;
    backdrop-filter: blur(5px);
    width: 100%;
    max-width: 800px;
}header .nav_site_lib::before {
    width: 100%;
    content: '';
    box-shadow: 
        0 4px 30px rgba(0, 0, 0, 0.1),
        inset 0 1px 1px rgba(255, 255, 255, 0.2);
    height: 100%;
    top: 0;
    z-index: -1;
    border-radius: 22px;
    position: absolute;
    left: 0;
}header .head_base_lib {
    position: relative;
    color: #ffffff;
    overflow: hidden;
    font-size: 16px;
    border-radius: 10px;
    padding: 0.7rem 1.2rem;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
}header .head_base_lib::before {
    width: 100%;
    transform: translateY(100%) scale(0.8);
    border-radius: 10px;
    content: '';
    z-index: -1;
    position: absolute;
    left: 0;
    height: 100%;
    background: #ffffff;
    transition: opacity 0.3s ease;
    opacity: 0;
    top: 0;
}header .head_base_lib:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    color: rgb(226,164,192);
    transform: translateY(-3px);
}header .head_base_lib:hover::before {
    opacity: 1;
    transform: translateY(0) scale(1);
}

@media (max-width: 991px) {header {
    padding: 1.2rem 0;
}header .header_mentor_lib {
    gap: 1.2rem;
}header .header_tutor_lib svg {
    width: 180px;
}header .nav_site_lib {
    gap: 0.6rem;
    padding: 0.5rem;
}header .head_base_lib {
    font-size: calc(16px - 1px);
    padding: 0.6rem 1rem;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 0;
}header .header_mentor_lib {
    gap: 1rem;
}header .header_tutor_lib svg {
    width: 150px;
}header .nav_site_lib {
    padding: 0.4rem;
    gap: 0.4rem;
}header .head_base_lib {
    font-size: calc(16px - 2px);
    padding: 0.5rem 0.8rem;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .header_mentor_lib {
    gap: 0.8rem;
}header .header_tutor_lib svg {
    width: 140px;
}header .nav_site_lib {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    padding: 0.4rem 0.6rem;
}header .nav_site_lib::-webkit-scrollbar {
    height: 3px;
}header .nav_site_lib::-webkit-scrollbar-thumb {
    background: #ffffff;
    border-radius: 10px;
}header .head_base_lib {
    font-size: calc(16px - 3px);
    white-space: nowrap;
    padding: 0.4rem 0.7rem;
}}.thankPageID_lib {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(202,120,156,0.5) 0%, rgb(226,164,192,0.5) 100%);
    padding: 5rem 2rem;
    position: relative;
}.thankPageID_lib::before {
    z-index: 1;
    height: 70%;
    animation: float 12s ease-in-out infinite;
    background: linear-gradient(120deg, rgb(202,120,156) 0%, rgb(226,164,192) 100%);
    pointer-events: none;
    position: absolute;
    opacity: 0.1;
    right: -5%;
    content: "";
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
    transform: rotate(-15deg) skew(10deg);
    top: -10%;
    width: 50%;
}.thankPageID_lib::after {
    pointer-events: none;
    transform: rotate(10deg) skew(-5deg);
    bottom: -5%;
    width: 40%;
    background: linear-gradient(210deg, rgb(226,164,192) 0%, rgb(202,120,156) 100%);
    position: absolute;
    animation: float 15s ease-in-out infinite reverse;
    opacity: 0.08;
    clip-path: polygon(20% 0, 100% 20%, 80% 100%, 0 80%);
    left: -5%;
    z-index: 1;
    content: "";
    height: 60%;
}.thankPageID_lib .container {
    align-items: flex-start;
    margin: 0 auto;
    flex-direction: column;
    z-index: 2;
    position: relative;
    display: flex;
    max-width: 1200px;
}.thankPageID_lib h2 {
    line-height: 1.3;
    opacity: 0;
    margin-bottom: 2.5rem;
    font-family: Arial, sans-serif;
    font-size: 31px;
    position: relative;
    transform: translateX(-10px);
    color: #000000;
    animation: slideIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    max-width: 90%;
    font-weight: 700;
}.thankPageID_lib h2::after {
    height: 4px;
    content: "";
    animation: expandLine 1.2s 0.4s cubic-bezier(0.17, 0.67, 0.43, 0.99) forwards;
    transform: scaleX(0);
    transform-origin: left;
    left: 0;
    bottom: -15px;
    width: 120px;
    background: linear-gradient(90deg, rgb(226,164,192) 0%, rgb(202,120,156) 100%);
    position: absolute;
}.thankPageID_lib .knowledge_center_lib {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04), 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 3rem;
    animation: riseUp 1s 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform: translateY(20px);
    background: #ffffff;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.06);
    opacity: 0;
    width: 100%;
}.thankPageID_lib .knowledge_center_lib::before {
    top: 0;
    content: "";
    height: 5px;
    position: absolute;
    left: 0;
    animation: expandLine 1.5s 1s cubic-bezier(0.17, 0.67, 0.43, 0.99) forwards;
    transform: scaleX(0);
    right: 0;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(202,120,156) 0%, rgb(226,164,192) 100%);
}.thankPageID_lib ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.thankPageID_lib li {
    position: relative;
    padding-left: 1.5rem;
}.thankPageID_lib li::before {
    content: "";
    width: 8px;
    top: 0.5rem;
    opacity: 0;
    background: rgb(202,120,156);
    left: 0;
    height: 8px;
    animation: popIn 0.5s 1.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    position: absolute;
    transform: rotate(45deg) scale(0);
}.thankPageID_lib span {
    animation: fadeIn 1s 1.2s ease-out forwards;
    line-height: 1.7;
    font-size: 17px;
    display: block;
    transform: translateY(15px);
    font-family: Arial, sans-serif;
    color: #000000;
    opacity: 0;
}

@keyframes slideIn {
    0% {
        transform: translateX(-10px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

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

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

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

@keyframes popIn {
    0% {
        transform: rotate(45deg) scale(0);
        opacity: 0;
    }
    70% {
        transform: rotate(45deg) scale(1.2);
        opacity: 1;
    }
    100% {
        transform: rotate(45deg) scale(1);
        opacity: 1;
    }
}

@keyframes float {
    0% {
        transform: rotate(-15deg) skew(10deg) translateY(0);
    }
    50% {
        transform: rotate(-13deg) skew(12deg) translateY(-15px);
    }
    100% {
        transform: rotate(-15deg) skew(10deg) translateY(0);
    }
}

@media (max-width: 991px) {.thankPageID_lib {
    padding: 4rem 1.5rem;
}.thankPageID_lib h2 {
    font-size: calc(31px * 0.9);
    max-width: 100%;
}.thankPageID_lib .knowledge_center_lib {
    padding: 2.5rem 2rem;
}
}

@media (max-width: 767px) {.thankPageID_lib {
    padding: 3.5rem 1.25rem;
}.thankPageID_lib h2 {
    margin-bottom: 2rem;
    font-size: calc(31px * 0.8);
}.thankPageID_lib h2::after {
    width: 100px;
    height: 3px;
}.thankPageID_lib .knowledge_center_lib {
    padding: 2rem 1.5rem;
}.thankPageID_lib span {
    font-size: calc(17px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.thankPageID_lib {
    padding: 3rem 1rem;
}.thankPageID_lib h2 {
    margin-bottom: 1.5rem;
    font-size: calc(31px * 0.7);
}.thankPageID_lib h2::after {
    height: 3px;
    width: 80px;
    bottom: -10px;
}.thankPageID_lib .knowledge_center_lib {
    padding: 1.5rem 1.25rem;
}.thankPageID_lib li {
    padding-left: 1.25rem;
}.thankPageID_lib li::before {
    height: 6px;
    width: 6px;
}.thankPageID_lib span {
    line-height: 1.5;
    font-size: calc(17px * 0.9);
}}.cookieNotificationAlert_lib {
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 90;
    border-top: 2px solid rgb(226,164,192);
    background: rgb(246,217,229);
}.cookie_explained_lib {
    align-items: center;
    padding: 20px 0;
    justify-content: space-between;
    display: flex;
}#cookieBannerPrompt_lib {
    display: none;
}#cookieBannerPrompt_lib:checked ~ .cookieNotificationAlert_lib {
    opacity: 0;
    visibility: hidden;
}.cookieNotificationAlert_lib h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.cookieNotificationAlert_lib p {
    font-size: 18px;
}.cookie_updates_lib {
    flex-shrink: 0;
    margin-right: 10px;
}.cookie_updates_lib svg, .cookie_updates_lib svg path, .cookie_updates_lib img {
    width: 100px;
    fill: rgb(226,164,192);
    height: 100px;
}.cookie_visitor_lib {
    margin-left: 10px;
    min-width: 120px;
    color: rgb(226,164,192);
    white-space: nowrap;
    flex-shrink: 0;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    line-height: 35px;
    border-bottom: 2px solid rgb(226,164,192);
    font-size: 24px;
}.cookieNotificationAlert_lib p a {
    color: rgb(226,164,192);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.cookieNotificationAlert_lib {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.cookie_updates_lib {
    display: none;
}.cookie_explained_lib {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.cookieNotificationAlert_lib h5 {
    text-align: center;
}.cookieNotificationAlert_lib p {
    text-align: center;
}.data_comply_lib {
    margin-bottom: 20px;
}body .framework-wrap_lib .cookie_visitor_lib {
    margin-left: 0;
    margin-bottom: 10px;
}}
.framework-wrap_lib .cookieNotificationAlert_lib {
    background: #ffffff;
    border: none;
    box-shadow: rgb(226,164,192,0.5) 0px 0px 40px 39px;
}.framework-wrap_lib .cookie_visitor_lib {
    border: none;
    padding: 10px;
    font-size: 20px;
    color: #ffffff;
    margin-left: 30px;
    font-weight: 400;
    background: rgb(226,164,192);
}.framework-wrap_lib .cookie_updates_lib {
    height: 80px;
    justify-content: center;
    display: flex;
    border-radius: 50%;
    width: 80px;
    align-items: center;
    background:rgb(226,164,192);
}.framework-wrap_lib .cookie_updates_lib svg, .framework-wrap_lib .cookie_updates_lib svg path, .framework-wrap_lib .cookie_updates_lib img {
    width: 40px;
    fill:#000000;
    height: 40px;
}.framework-wrap_lib .data_comply_lib h5, .framework-wrap_lib .data_comply_lib p {
    color: #000000;
}
@media only screen and (max-width: 800px){.framework-wrap_lib .cookie_updates_lib {
    margin: 0;
    margin-bottom: 14px;
}}.statistical_data_lib {
    padding: 6rem 2rem;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(246,217,229) 0%, rgb(202,120,156,0.5) 100%);
}.statistical_data_lib::before {
    filter: blur(80px);
    background: rgb(226,164,192,0.5);
    width: 40%;
    top: -10%;
    content: "";
    right: -10%;
    position: absolute;
    z-index: 0;
    height: 40%;
    animation: float 15s infinite alternate ease-in-out;
}.statistical_data_lib::after {
    animation: float 18s infinite alternate-reverse ease-in-out;
    filter: blur(60px);
    left: -5%;
    bottom: -10%;
    z-index: 0;
    width: 30%;
    content: "";
    position: absolute;
    background: rgb(202,120,156,0.5);
    height: 30%;
}.statistical_data_lib h3 {
    margin-bottom: 3rem;
    font-size: calc(29px * 0.9);
    text-align: center;
    position: relative;
    z-index: 2;
    transform: perspective(1000px) translateZ(0);
    font-weight: 700;
    color: #000000;
    letter-spacing: 0.5px;
}.statistical_data_lib h3::after {
    background: rgb(226,164,192);
    left: 50%;
    height: 3px;
    content: "";
    position: absolute;
    width: 80px;
    bottom: -10px;
    transform: translateX(-50%);
}.statistical_data_lib .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}.statistical_data_lib ul {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    padding: 0;
    margin: 0;
    gap: 2rem;
    display: grid;
    list-style: none;
}.statistical_data_lib .statistics_grow_lib {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    animation-delay: calc(var(--item-index, 0) * 0.1s);
    position: relative;
    opacity: 0;
    border-radius: 10px;
    animation: fadeInUp 0.6s forwards;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background: #ffffff;
    padding: 2rem;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease-out;
    transform-style: preserve-3d;
    min-height: 180px;
    overflow: hidden;
    display: flex;
    height: 100%;
}.statistical_data_lib .statistics_grow_lib:nth-child(1) {
    --item-index: 1;
}.statistical_data_lib .statistics_grow_lib:nth-child(2) {
    --item-index: 2;
}.statistical_data_lib .statistics_grow_lib:nth-child(3) {
    --item-index: 3;
}.statistical_data_lib .statistics_grow_lib:nth-child(4) {
    --item-index: 4;
}.statistical_data_lib .statistics_grow_lib:nth-child(5) {
    --item-index: 5;
}.statistical_data_lib .statistics_grow_lib:nth-child(6) {
    --item-index: 6;
}.statistical_data_lib .statistics_grow_lib:nth-child(7) {
    --item-index: 7;
}.statistical_data_lib .statistics_grow_lib::before {
    transition: height 0.6s ease-out;
    content: "";
    left: 0;
    background: linear-gradient(to bottom, rgb(226,164,192), rgb(202,120,156));
    width: 4px;
    height: 0;
    top: 0;
    position: absolute;
}.statistical_data_lib .statistics_grow_lib:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    transform: translateY(-8px) scale(1.02);
}.statistical_data_lib .statistics_grow_lib:hover::before {
    height: 100%;
}.statistical_data_lib .statistics_grow_lib span {
    z-index: 2;
    color: #000000;
    transition: transform 0.3s ease;
    display: block;
    position: relative;
    text-align: center;
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: calc(17px * 1.05);
    line-height: 1.4;
}.statistical_data_lib .statistics_grow_lib p {
    z-index: 2;
    color: rgb(226,164,192);
    font-weight: 700;
    font-size: calc(29px * 1.2);
    margin: 0;
    transition: transform 0.3s ease, color 0.3s ease;
    position: relative;
}.statistical_data_lib .statistics_grow_lib:hover span {
    transform: translateY(-5px);
}.statistical_data_lib .statistics_grow_lib:hover p {
    color: rgb(202,120,156);
    transform: scale(1.1);
}.statistical_data_lib .statistics_grow_lib::after {
    content: "";
    opacity: 0.2;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    width: 30%;
    background: linear-gradient(135deg, transparent, rgb(246,217,229) 80%);
    z-index: 1;
    position: absolute;
    height: 30%;
    transition: opacity 0.3s ease;
    right: 0;
    bottom: 0;
}.statistical_data_lib .statistics_grow_lib:hover::after {
    opacity: 0.4;
}

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

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

@media (max-width: 991px) {.statistical_data_lib {
    padding: 4rem 1.5rem;
}.statistical_data_lib h3 {
    font-size: calc(29px * 0.8);
    margin-bottom: 2rem;
}.statistical_data_lib ul {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}.statistical_data_lib .statistics_grow_lib {
    min-height: 160px;
    padding: 1.5rem;
}.statistical_data_lib .statistics_grow_lib p {
    font-size: calc(29px * 1.1);
}
}

@media (max-width: 767px) {.statistical_data_lib {
    padding: 3rem 1rem;
}.statistical_data_lib ul {
    gap: 1rem;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
}.statistical_data_lib .statistics_grow_lib {
    padding: 1.25rem;
    min-height: 140px;
}.statistical_data_lib .statistics_grow_lib span {
    font-size: 17px;
}.statistical_data_lib .statistics_grow_lib p {
    font-size: 29px;
}
}

@media (max-width: 576px) {.statistical_data_lib ul {
    grid-template-columns: 1fr 1fr;
}.statistical_data_lib .statistics_grow_lib {
    min-height: 120px;
}.statistical_data_lib h3::after {
    width: 60px;
}
}

@media (max-width: 480px) {.statistical_data_lib ul {
    grid-template-columns: 1fr;
}.statistical_data_lib .statistics_grow_lib {
    min-height: auto;
}.statistical_data_lib h3 {
    font-size: calc(29px * 0.7);
}
}