﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.libwrapper-skeleton {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    height: 100%;
}.libfooter_classes {
    flex: 0 0 auto;
}.container {
    width: 1142px;
    max-width: 100%;
    margin: auto;
}header,footer {
    width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}html,body {
    auto;
    auto
contain
touch-action: none;
    font-family: Arial, sans-serif;
    color: #000000;
    min-height: 100%;
    height: 100%;
    scroll-snap-type: none;
}.libmain_base {
    flex: 1 0 auto;
}svg {
    height: 30px;
    width: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.libmentorship_profile {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(150deg, rgb(236,215,216) 0%, rgb(199,134,139,0.5) 100%);
}.libmentorship_profile::before {
    background-size: 40px 40px;
    height: 100%;
    top: 0;
    opacity: 0.07;
    position: absolute;
    width: 100%;
    content: "";
    left: 0;
    background: 
        linear-gradient(to right, transparent 49.5%, rgb(218,173,175,0.5) 49.5%, rgb(218,173,175,0.5) 50.5%, transparent 50.5%),
        linear-gradient(to bottom, transparent 49.5%, rgb(218,173,175,0.5) 49.5%, rgb(218,173,175,0.5) 50.5%, transparent 50.5%);
}.libmentorship_profile::after {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0.04;
    background: 
        repeating-radial-gradient(
            circle at 50% 50%,
            transparent 0,
            transparent 40px,
            rgb(218,173,175,0.5) 40px,
            rgb(218,173,175,0.5) 41px,
            transparent 41px,
            transparent 60px,
            rgb(218,173,175,0.5) 60px,
            rgb(218,173,175,0.5) 61px,
            transparent 61px,
            transparent 80px,
            rgb(218,173,175,0.5) 80px,
            rgb(218,173,175,0.5) 81px
        );
    height: 100%;
    width: 100%;
}.libmentorship_profile .container {
    padding: 0 15px;
    z-index: 2;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.libmentorship_profile .libstudent_feedback {
    gap: 40px;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    display: grid;
    position: relative;
    background: #ffffff;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    border-radius: 0;
    padding: 50px;
}.libmentorship_profile .libstudent_feedback::before {
    background: linear-gradient(
        90deg,
        rgb(218,173,175) 0%,
        rgb(199,134,139) 100%
    );
    width: 100%;
    left: 0;
    content: "";
    height: 6px;
    top: 0;
    position: absolute;
}.libmentorship_profile .libstudent_feedback::after {
    position: absolute;
    animation: scanner 4s linear infinite;
    top: 6px;
    left: 0;
    background: linear-gradient(
        90deg,
        rgb(218,173,175,0.5) 0%,
        transparent 20%,
        rgb(218,173,175,0.5) 40%,
        transparent 60%,
        rgb(199,134,139,0.5) 80%,
        transparent 100%
    );
    height: 1px;
    width: 100%;
    content: "";
}@keyframes scanner {
    0% {
        transform: translateY(0);
        opacity: 0.5;
    }
    50% {
        transform: translateY(calc(100% - 7px));
        opacity: 0.8;
    }
    50.1% {
        opacity: 0;
    }
    50.2% {
        transform: translateY(0);
        opacity: 0;
    }
    55% {
        opacity: 0.5;
    }
    100% {
        transform: translateY(0);
        opacity: 0.5;
    }
}

.libmentorship_profile .libimg_resize {
    transition: all 0.5s ease;
    height: 100%;
    overflow: hidden;
    min-height: 360px;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 85%, 
        85% 100%, 
        0 100%
    );
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -15px -15px 30px rgba(255, 255, 255, 0.8);
    position: relative;
    width: 100%;
    border-radius: 0;
}.libmentorship_profile .libimg_resize::before {
    content: "";
    inset: 0;
    position: absolute;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 40%,
        rgba(0, 0, 0, 0.2) 100%
    );
    z-index: 1;
}.libmentorship_profile .libimg_resize::after {
    left: 0;
    content: "";
    background: 
        repeating-linear-gradient(
            45deg,
            transparent 0,
            transparent 10px,
            rgba(255, 255, 255, 0.05) 10px,
            rgba(255, 255, 255, 0.05) 12px
        );
    position: absolute;
    width: 100%;
    z-index: 2;
    top: 0;
    height: 100%;
}.libmentorship_profile .name {
    font-size: 29px;
    line-height: 1.2;
    position: relative;
    border-left: 4px solid rgb(218,173,175);
    padding-left: 16px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 12px;
}.libmentorship_profile .name::before {
    top: 0;
    transition: height 0.5s ease;
    left: -4px;
    background: rgb(199,134,139);
    height: 0;
    content: "";
    width: 4px;
    position: absolute;
}.libmentorship_profile .libstudent_feedback:hover .name::before {
    height: 100%;
}.libmentorship_profile .libstudent_feedback span:not(.name) {
    border-radius: 3px;
    display: inline-block;
    font-weight: 600;
    background: rgb(236,215,216);
    color: rgba(0, 0, 0, 0.5);
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 19px;
    position: relative;
    padding: 6px 12px;
    margin-bottom: 25px;
}.libmentorship_profile .libstudent_feedback span:not(.name)::after {
    position: absolute;
    height: 2px;
    transition: width 0.3s ease;
    left: 0;
    width: 0;
    content: "";
    bottom: 0;
    background: rgb(218,173,175);
}.libmentorship_profile .libstudent_feedback:hover span:not(.name)::after {
    width: 100%;
}.libmentorship_profile .libemp_items {
    position: relative;
    line-height: 1.8;
    border-left: 1px solid rgb(218,173,175);
    font-size: 18px;
    padding: 25px 30px;
    color: #000000;
    box-shadow: 
        inset 0 1px 3px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.05);
    margin: 0;
    border-radius: 10px;
    background: linear-gradient(
        to right,
        rgb(236,215,216) 0%,
        rgba(255, 255, 255, 0.8) 100%
    );
}.libmentorship_profile .libemp_items::before {
    border-left: 2px solid rgb(218,173,175);
    width: 12px;
    height: 12px;
    content: "";
    border-top: 2px solid rgb(218,173,175);
    opacity: 0.6;
    top: 15px;
    left: 12px;
    position: absolute;
}.libmentorship_profile .libemp_items::after {
    height: 12px;
    opacity: 0.6;
    content: "";
    right: 12px;
    bottom: 15px;
    border-right: 2px solid rgb(199,134,139);
    position: absolute;
    border-bottom: 2px solid rgb(199,134,139);
    width: 12px;
}.libmentorship_profile .libstudent_feedback:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.12),
        0 0 0 1px rgba(0, 0, 0, 0.03);
}.libmentorship_profile .libstudent_feedback:hover .libimg_resize {
    transform: scale(1.03);
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.15),
        -20px -20px 40px rgba(255, 255, 255, 0.9);
}

@media (max-width: 991px) {.libmentorship_profile {
    padding: 90px 0;
}.libmentorship_profile .libstudent_feedback {
    padding: 40px 30px;
    gap: 30px;
}.libmentorship_profile .libimg_resize {
    min-height: 320px;
}.libmentorship_profile .libemp_items {
    padding: 20px 25px;
}
}

@media (max-width: 767px) {.libmentorship_profile {
    padding: 70px 0;
}.libmentorship_profile .libstudent_feedback {
    padding: 35px 25px;
    gap: 25px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
}.libmentorship_profile .libimg_resize {
    min-height: 280px;
}.libmentorship_profile .name {
    font-size: calc(29px * 0.9);
}.libmentorship_profile .libstudent_feedback span:not(.name) {
    font-size: calc(19px * 0.95);
    margin-bottom: 20px;
}.libmentorship_profile .libemp_items {
    font-size: calc(18px * 0.95);
    padding: 18px 22px;
}
}

@media (max-width: 575px) {.libmentorship_profile {
    padding: 50px 0;
}.libmentorship_profile .libstudent_feedback {
    gap: 20px;
    padding: 30px 20px;
}.libmentorship_profile .libimg_resize {
    min-height: 220px;
}.libmentorship_profile .name {
    font-size: calc(29px * 0.8);
    padding-left: 12px;
}.libmentorship_profile .libstudent_feedback span:not(.name) {
    margin-bottom: 15px;
    font-size: calc(19px * 0.9);
    padding: 4px 10px;
}.libmentorship_profile .libemp_items {
    font-size: calc(18px * 0.9);
    padding: 15px 18px;
}}.libtitle_opener {
    height: 100vh;
    position: relative;
    width: 100%;
    overflow: hidden;
}.libedu_title {
    display: flex;
    position: relative;
    align-items: center;
    height: 100%;
    width: 100%;
    justify-content: center;
}.libedu_title::before {
    height: 100%;
    content: "";
    top: 0;
    background: linear-gradient(
    135deg,
    rgb(218,173,175,0.5),
    rgb(199,134,139,0.5) 60%,
    rgba(255, 255, 255, 0.1)
  );
    width: 100%;
    left: 0;
    z-index: 1;
    position: absolute;
    backdrop-filter: blur(3px);
}.libedu_title::after {
    right: -5%;
    background: linear-gradient(
    120deg,
    rgb(218,173,175) 10%,
    transparent 60%
  );
    top: -5%;
    height: 50%;
    width: 50%;
    content: "";
    z-index: 1;
    clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 0% 100%);
    position: absolute;
    transform: rotate(-5deg) translateZ(0);
    opacity: 0.15;
    animation: floatEffect 15s ease-in-out infinite alternate;
}.libtitle_opener .liblearning_growth {
    transform: perspective(1000px) rotateY(-2deg);
    padding: 4rem 3rem;
    background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.05)
  );
    max-width: 80%;
    border-left: 4px solid rgb(218,173,175);
    box-shadow: 
    0 25px 45px rgba(0, 0, 0, 0.2),
    0 8px 15px rgba(0, 0, 0, 0.1),
    0 0 0 1px rgba(255, 255, 255, 0.1);
    z-index: 2;
    backdrop-filter: blur(10px);
    position: relative;
}.libtitle_opener .liblearning_growth::before {
    z-index: -1;
    top: -30px;
    opacity: 0.7;
    position: absolute;
    width: 100px;
    left: -30px;
    height: 100px;
    content: "";
    animation: rotateShape 20s linear infinite;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    background: rgb(199,134,139);
}.libtitle_opener .liblearning_growth::after {
    animation: pulseShape 8s ease-in-out infinite alternate;
    width: 150px;
    opacity: 0.4;
    background: rgb(218,173,175);
    position: absolute;
    z-index: -1;
    height: 150px;
    right: -50px;
    transform: rotate(-15deg);
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
    bottom: -50px;
    content: "";
}.libtitle_opener h1 {
    transform: translateX(-10px);
    opacity: 0;
    color: #ffffff;
    position: relative;
    animation: slideInText 0.8s ease-out 0.3s forwards;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
    font-weight: 700;
    font-size: calc(43px * 1.1);
    margin-bottom: 1.5rem;
}.libtitle_opener h1::after {
    background: linear-gradient(90deg, rgb(218,173,175), rgb(199,134,139));
    height: 4px;
    bottom: -10px;
    position: absolute;
    content: "";
    left: 0;
    transform: scaleX(0);
    transform-origin: left;
    width: 80px;
    animation: lineExpand 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s forwards;
}.libtitle_opener h3 {
    color: #ffffff;
    opacity: 0;
    font-weight: 600;
    font-size: calc(23px * 1.1);
    line-height: 1.4;
    position: relative;
    margin-bottom: 1.8rem;
    animation: fadeUpIn 0.8s ease-out 0.6s forwards;
    transform: translateY(20px);
}.libtitle_opener p {
    font-weight: 300;
    color: #ffffff;
    opacity: 0;
    position: relative;
    line-height: 1.6;
    animation: fadeUpIn 0.8s ease-out 0.9s forwards;
    font-size: 12px;
}

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

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

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

@keyframes rotateShape {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes pulseShape {
  0% {
    transform: rotate(-15deg) scale(1);
    opacity: 0.4;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    transform: rotate(-15deg) scale(1.1);
    opacity: 0.3;
  }
}

@keyframes floatEffect {
  0% {
    transform: rotate(-5deg) translateZ(0);
  }
  100% {
    transform: rotate(-8deg) translateZ(0) translateY(20px);
  }
}

@media (max-width: 1200px) {.libtitle_opener .liblearning_growth {
    padding: 3.5rem 2.5rem;
    max-width: 90%;
}.libtitle_opener h1 {
    font-size: calc(43px * 0.95);
}.libtitle_opener h3 {
    font-size: 23px;
}
}

@media (max-width: 992px) {.libedu_title {
    align-items: flex-start;
    padding-top: 15vh;
}.libtitle_opener .liblearning_growth {
    transform: perspective(1000px) rotateY(-1deg);
    max-width: 85%;
}.libtitle_opener h1 {
    font-size: calc(43px * 0.9);
}
}

@media (max-width: 768px) {.libedu_title {
    padding-top: 12vh;
}.libtitle_opener .liblearning_growth {
    padding: 2.5rem 2rem;
    transform: perspective(800px) rotateY(0deg);
    max-width: 90%;
}.libtitle_opener .liblearning_growth::before {
    top: -20px;
    left: -20px;
    width: 80px;
    height: 80px;
}.libtitle_opener .liblearning_growth::after {
    height: 100px;
    bottom: -30px;
    right: -30px;
    width: 100px;
}.libtitle_opener h1 {
    font-size: calc(43px * 0.8);
    margin-bottom: 1.2rem;
}.libtitle_opener h3 {
    font-size: calc(23px * 0.9);
    margin-bottom: 1.5rem;
}.libtitle_opener p {
    font-size: calc(12px * 0.95);
}
}

@media (max-width: 576px) {.libedu_title {
    padding-top: 10vh;
}.libtitle_opener .liblearning_growth {
    border-left: 3px solid rgb(218,173,175);
    max-width: 92%;
    padding: 2rem 1.5rem;
}.libtitle_opener h1 {
    font-size: calc(43px * 0.7);
}.libtitle_opener h3 {
    font-size: calc(23px * 0.85);
    line-height: 1.5;
}.libtitle_opener p {
    font-size: calc(12px * 0.9);
}.libtitle_opener h1::after {
    width: 60px;
    height: 3px;
}
}

@media (max-height: 700px) {.libedu_title {
    height: auto;
    min-height: 100vh;
    padding: 5rem 0;
}.libtitle_opener .liblearning_growth {
    padding: 2rem 1.5rem;
}}.libsecure_harbor {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(236,215,216) 0%, rgba(240, 242, 245, 0.9) 100%);
    color: #000000;
    font-family: Arial, sans-serif;
    position: relative;
    padding: 4rem 2rem;
}.libsecure_harbor::before {
    height: 30vh;
    content: "";
    transform: translateY(-15%) translateX(15%);
    background: linear-gradient(225deg, rgb(199,134,139,0.5) 0%, transparent 70%);
    opacity: 0.2;
    width: 30vw;
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0;
}.libsecure_harbor::after {
    background: linear-gradient(45deg, rgb(218,173,175,0.5) 0%, transparent 70%);
    z-index: 0;
    position: absolute;
    bottom: 0;
    opacity: 0.15;
    left: 0;
    width: 40vw;
    content: "";
    height: 40vh;
    transform: translateY(15%) translateX(-15%);
}.libsecure_harbor .container {
    max-width: 1140px;
    z-index: 1;
    position: relative;
    margin: 0 auto;
}.libsecure_harbor h1 {
    color: #000000;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin-bottom: 2rem;
    position: relative;
    transform-origin: left center;
    font-size: calc(44px * 1.1);
    font-weight: 700;
}.libsecure_harbor h1::after {
    content: "";
    background: rgb(218,173,175);
    transform-origin: left center;
    transform: scaleX(1);
    position: absolute;
    left: 0;
    transition: transform 0.5s ease-out;
    height: 3px;
    bottom: -0.6rem;
    width: 4rem;
}.libsecure_harbor h1:hover {
    transform: translateX(5px);
}.libsecure_harbor h1:hover::after {
    transform: scaleX(1.5);
}.libsecure_harbor h2 {
    color: #000000;
    font-weight: 600;
    position: relative;
    font-size: 36px;
    border-left: 3px solid rgb(199,134,139);
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    transition: transform 0.3s ease;
    transform: translateX(0);
    margin: 2.5rem 0 1rem;
}.libsecure_harbor h2:hover {
    transform: translateX(5px);
}.libsecure_harbor h3 {
    font-size: calc(36px * 0.85);
    font-weight: 600;
    margin: 2rem 0 1rem;
    color: #000000;
    border-bottom: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.1);
    padding-bottom: 0.3rem;
}.libsecure_harbor h4 {
    font-weight: 600;
    position: relative;
    padding-left: 1rem;
    color: #000000;
    font-size: calc(36px * 0.7);
    margin: 1.5rem 0 1rem;
}.libsecure_harbor h4::before {
    transform: translateY(-50%);
    position: absolute;
    background: rgb(199,134,139);
    content: "";
    top: 50%;
    width: 5px;
    height: 5px;
    left: 0;
}.libsecure_harbor p {
    line-height: 1.7;
    opacity: 0.9;
    color: #000000;
    transform: translateY(0);
    max-width: 90ch;
    font-size: 16px;
    margin-bottom: 1.5rem;
    transition: opacity 0.3s ease, transform 0.3s ease;
}.libsecure_harbor p:hover {
    transform: translateY(-2px);
    opacity: 1;
}.libsecure_harbor strong {
    display: inline-block;
    font-weight: 600;
    color: #000000;
    position: relative;
}.libsecure_harbor strong::after {
    height: 1px;
    transform-origin: left;
    position: absolute;
    transform: scaleX(0.3);
    bottom: -2px;
    content: "";
    background: rgb(218,173,175,0.5);
    width: 100%;
    left: 0;
    transition: transform 0.3s ease;
}.libsecure_harbor strong:hover::after {
    transform: scaleX(1);
}.libsecure_harbor ul {
    list-style: none;
    margin: 1.5rem 0 2rem;
    padding-left: 1.5rem;
    position: relative;
}.libsecure_harbor ul::before {
    width: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    top: 0;
    background: linear-gradient(to bottom, rgb(199,134,139,0.5) 0%, transparent 100%);
}.libsecure_harbor li {
    padding: 0.5rem 0 0.5rem 1.5rem;
    line-height: 1.6;
    transition: transform 0.3s ease;
    color: #000000;
    font-size: 16px;
    margin-bottom: 0.5rem;
    position: relative;
}.libsecure_harbor li::before {
    transition: transform 0.3s ease, background 0.3s ease;
    background: rgb(199,134,139);
    width: 6px;
    left: 0;
    position: absolute;
    height: 6px;
    border-radius: 10px;
    top: 1rem;
    content: "";
}.libsecure_harbor li:hover {
    transform: translateX(5px);
}.libsecure_harbor li:hover::before {
    transform: scale(1.3);
    background: rgb(218,173,175);
}.libsecure_harbor span {
    display: block;
    transform: perspective(1000px) rotateX(0);
    font-size: 16px;
    padding: 1rem;
    color: #000000;
    line-height: 1.7;
    background: rgba(#ffffff, 0.5);
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    border-left: 2px solid rgb(218,173,175,0.5);
}.libsecure_harbor span:hover {
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

@media (min-width: 768px) {.libsecure_harbor {
    padding: 6rem 3rem;
}.libsecure_harbor .container {
    padding: 0 2rem;
}.libsecure_harbor h1 {
    font-size: calc(44px * 1.3);
    margin-bottom: 3rem;
}.libsecure_harbor h1::after {
    height: 4px;
    width: 6rem;
}.libsecure_harbor h2 {
    font-size: calc(36px * 1.1);
    margin: 3.5rem 0 1.5rem;
    padding-left: 1.2rem;
}.libsecure_harbor h3 {
    margin: 2.5rem 0 1.2rem;
    font-size: calc(36px * 0.9);
}.libsecure_harbor h4 {
    font-size: calc(36px * 0.75);
    margin: 2rem 0 1rem;
    padding-left: 1.2rem;
}.libsecure_harbor ul {
    padding-left: 2rem;
}.libsecure_harbor li {
    padding: 0.7rem 0 0.7rem 1.5rem;
}.libsecure_harbor span {
    margin-left: 1rem;
    padding: 1.5rem;
}
}

@media (min-width: 992px) {.libsecure_harbor {
    padding: 8rem 4rem;
}.libsecure_harbor::before {
    height: 40vh;
    width: 40vw;
}.libsecure_harbor::after {
    height: 50vh;
    width: 50vw;
}.libsecure_harbor h1 {
    font-size: calc(44px * 1.5);
    margin-bottom: 4rem;
    transform: translateZ(0);
}.libsecure_harbor h1::after {
    width: 8rem;
}.libsecure_harbor h2 {
    border-left-width: 4px;
    padding-left: 1.5rem;
    margin: 4rem 0 2rem;
    font-size: calc(36px * 1.2);
}.libsecure_harbor p {
    margin-bottom: 2rem;
    line-height: 1.8;
}.libsecure_harbor ul {
    margin: 2rem 0 2.5rem;
}.libsecure_harbor li {
    margin-bottom: 0.8rem;
    padding: 0.8rem 0 0.8rem 1.8rem;
}.libsecure_harbor span {
    line-height: 1.8;
    padding: 2rem;
    margin-left: 2rem;
}
}

@media (max-width: 767px) {.libsecure_harbor {
    padding: 3rem 1.5rem;
}.libsecure_harbor h1 {
    font-size: calc(44px * 1);
    margin-bottom: 1.5rem;
}.libsecure_harbor h1::after {
    height: 2px;
    width: 3rem;
}.libsecure_harbor h2 {
    margin: 2rem 0 1rem;
    border-left-width: 2px;
    padding-left: 0.8rem;
    font-size: 36px;
}.libsecure_harbor h3, 
    .libsecure_harbor h4 {
    margin: 1.5rem 0 0.8rem;
    font-size: calc(36px * 0.8);
}.libsecure_harbor p {
    font-size: calc(16px * 0.95);
    line-height: 1.6;
    margin-bottom: 1.2rem;
}.libsecure_harbor ul {
    margin: 1rem 0 1.5rem;
    padding-left: 0.8rem;
}.libsecure_harbor li {
    font-size: calc(16px * 0.95);
    line-height: 1.5;
    padding: 0.4rem 0 0.4rem 1.2rem;
    margin-bottom: 0.4rem;
}.libsecure_harbor span {
    padding: 0.8rem;
    margin-bottom: 1.2rem;
    line-height: 1.6;
    font-size: calc(16px * 0.95);
    margin-left: 0;
}}.libfooter_classes {
    position: relative;
    z-index: 1;
    font-family: Arial, sans-serif;
    color: #ffffff;
    padding: 80px 0 40px;
}@keyframes pulseLine {
    0%, 100% {
        opacity: 0.6;
    }
    50% {
        opacity: 1;
    }
}

.libfooter_classes .container {
    justify-content: space-between;
    position: relative;
    display: flex;
}.libfooter_classes .company_holder {
    position: relative;
    flex: 0 0 30%;
    padding-right: 30px;
}.libfooter_classes .company_holder::after {
    top: 10%;
    width: 1px;
    height: 80%;
    background: linear-gradient(to bottom, transparent, rgb(218,173,175), transparent);
    right: 0;
    content: '';
    position: absolute;
}.libfooter_classes .company_holder h3 {
    position: relative;
    font-size: calc(35px * 0.9);
    text-shadow: 0 0 10px rgb(218,173,175,0.5);
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 700;
    display: inline-block;
}.libfooter_classes .company_holder h3::after {
    transition: width 0.3s ease-in-out;
    bottom: -5px;
    height: 2px;
    left: 0;
    background: rgb(218,173,175);
    position: absolute;
    content: '';
    width: 40%;
}.libfooter_classes .company_holder h3:hover::after {
    width: 100%;
}.libfooter_classes .libtranscript {
    transition: all 0.3s ease;
    margin-top: 15px;
    border-radius: 10px;
    line-height: 1.6;
    font-size: 13px;
    backdrop-filter: blur(5px);
    padding: 15px;
    transform: translateZ(0);
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}.libfooter_classes .libtranscript:hover {
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-2px) translateZ(0);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}.libfooter_classes .libmod_tools {
    display: flex;
    position: relative;
    flex: 0 0 65%;
    justify-content: space-between;
}.libfooter_classes .libtop_nav {
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    display: flex;
}.libfooter_classes .libnav_lead {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.05);
    border-radius: 11px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    backdrop-filter: blur(10px);
    padding: 20px;
    position: relative;
    flex: 0 0 45%;
    overflow: hidden;
}.libfooter_classes .libnav_lead::before {
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    inset: 0;
    z-index: -1;
    position: absolute;
    transition: transform 0.6s ease;
    content: '';
    transform: translateX(-100%);
}.libfooter_classes .libnav_lead:hover::before {
    transform: translateX(100%);
}.libfooter_classes .libnav_lead h5 {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 20px;
    position: relative;
    font-weight: 600;
    padding-bottom: 10px;
}.libfooter_classes .libnav_lead h5::after {
    background: rgb(218,173,175);
    position: absolute;
    width: 40px;
    left: 0;
    height: 2px;
    transition: width 0.3s ease, box-shadow 0.3s ease;
    content: '';
    bottom: 0;
}.libfooter_classes .libnav_lead:hover h5::after {
    width: 70px;
    box-shadow: 0 0 8px rgb(218,173,175), 0 0 16px rgb(218,173,175,0.5);
}.libfooter_classes .libnav_lead .libtop_nav {
    gap: 12px;
    flex-direction: column;
    display: flex;
}.libfooter_classes .libnav_lead .libtop_nav a {
    position: relative;
    font-size: calc(13px * 0.95);
    text-decoration: none;
    color: #ffffff;
    opacity: 0.85;
    transition: all 0.3s ease;
    display: inline-block;
    padding-left: 0;
}.libfooter_classes .libnav_lead .libtop_nav a::before {
    width: 0;
    content: '';
    left: 0;
    position: absolute;
    transition: width 0.3s ease, transform 0.3s ease;
    transform-origin: left;
    bottom: -2px;
    height: 1px;
    background: linear-gradient(90deg, rgb(218,173,175), transparent);
}.libfooter_classes .libnav_lead .libtop_nav a:hover {
    color: #ffffff;
    padding-left: 5px;
    opacity: 1;
}.libfooter_classes .libnav_lead .libtop_nav a:hover::before {
    width: 100%;
    box-shadow: 0 0 5px rgb(218,173,175,0.5);
}.libintern_ship {
    position: relative;
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.5);
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}.libintern_ship::before {
    position: absolute;
    left: 0;
    content: '';
    right: 0;
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(218,173,175,0.5), transparent);
    height: 1px;
}.libintern_ship .container {
    display: flex;
    justify-content: center;
    align-items: center;
}.libintern_ship .libfootnote_ref {
    letter-spacing: 0.5px;
    text-align: center;
    transition: opacity 0.3s ease;
    color: #ffffff;
    font-size: 15px;
    opacity: 0.8;
}.libintern_ship .libfootnote_ref:hover {
    opacity: 1;
}

@media (max-width: 991px) {.libfooter_classes {
    padding: 60px 0 30px;
}.libfooter_classes .container {
    flex-direction: column;
}.libfooter_classes .company_holder {
    flex: 0 0 100%;
    margin-bottom: 40px;
    padding-right: 0;
}.libfooter_classes .company_holder::after {
    display: none;
}.libfooter_classes .libmod_tools {
    flex: 0 0 100%;
}.libfooter_classes .libnav_lead {
    margin-bottom: 20px;
    flex: 0 0 calc(50% - 20px);
}
}

@media (max-width: 768px) {.libfooter_classes {
    padding: 40px 0 20px;
}.libfooter_classes .libtop_nav {
    flex-direction: column;
}.libfooter_classes .libnav_lead {
    margin-bottom: 20px;
    flex: 0 0 100%;
}.libfooter_classes .company_holder h3 {
    font-size: calc(35px * 0.8);
}.libfooter_classes .libnav_lead h5 {
    font-size: calc(18px * 0.9);
}.libintern_ship .libfootnote_ref {
    font-size: calc(15px * 0.9);
}
}

@media (max-width: 576px) {.libfooter_classes {
    padding: 30px 0 15px;
}.libfooter_classes .company_holder {
    margin-bottom: 30px;
}.libfooter_classes .company_holder h3 {
    font-size: calc(35px * 0.7);
}.libfooter_classes .libnav_lead h5 {
    font-size: calc(18px * 0.8);
}.libintern_ship {
    padding: 10px 0;
}.libintern_ship .libfootnote_ref {
    font-size: calc(15px * 0.8);
}}


footer {
    position: relative;
}footer::after {
    left: 0;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, .05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .05) 75%, rgba(255, 255, 255, .05) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, .05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .05) 75%, rgba(255, 255, 255, .05) 76%, transparent 77%, transparent);
    z-index: 0;
    background-size: 50px 50px;
    top: 0;
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    opacity: 0.3;
}.libfooter_classes .company_holder h3 {
    position: relative;
    overflow: hidden;
}.libfooter_classes .company_holder h3::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    transition: 0.5s;
    left: -100%;
    content: '';
    top: 0;
    width: 100%;
    pointer-events: none;
    height: 100%;
}.libfooter_classes .company_holder h3:hover::before {
    left: 100%;
}.libthanksWrap {
    padding: 6rem 2rem;
    background: linear-gradient(135deg, rgb(236,215,216), rgb(199,134,139,0.5) 120%);
    overflow: hidden;
    position: relative;
}.libthanksWrap::before {
    left: 0;
    height: 100%;
    background: radial-gradient(circle at 75% 25%, rgb(218,173,175,0.5) 0%, transparent 60%);
    content: "";
    opacity: 0.4;
    top: 0;
    width: 100%;
    z-index: 0;
    position: absolute;
}.libthanksWrap::after {
    right: -5%;
    transform: rotate(-15deg);
    background: linear-gradient(225deg, rgb(199,134,139) 0%, transparent 70%);
    animation: float 15s ease-in-out infinite;
    width: 40%;
    bottom: -10%;
    content: "";
    height: 60%;
    opacity: 0.1;
    position: absolute;
    z-index: 0;
}.libthanksWrap .container {
    max-width: 1200px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}.libthanksWrap .libtraining_experts {
    flex-direction: column;
    transform: perspective(1000px) rotateX(2deg);
    padding: 3.5rem;
    transform-origin: center bottom;
    display: flex;
    background: rgba(255, 255, 255, 0.85);
    position: relative;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
              0 15px 25px rgba(rgb(199,134,139), 0.05),
              0 5px 10px rgba(rgb(218,173,175), 0.03);
    backdrop-filter: blur(10px);
}.libthanksWrap .libtraining_experts:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1), 
              0 20px 30px rgba(rgb(199,134,139), 0.07),
              0 10px 15px rgba(rgb(218,173,175), 0.05);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.libthanksWrap .libtraining_experts > div:first-child {
    opacity: 0;
    animation: slideInLeft 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.2s forwards;
    transform: translateX(-20px);
    margin-bottom: 2rem;
    padding-left: 1.5rem;
    border-left: 4px solid rgb(218,173,175);
    position: relative;
}.libthanksWrap .libtraining_experts > div:last-child {
    opacity: 0;
    animation: fadeInUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.5s forwards;
    transform: translateY(20px);
    position: relative;
}.libthanksWrap h5 {
    font-weight: 700;
    font-size: 21px;
    color: #000000;
    font-family: Arial, sans-serif;
    line-height: 1.4;
    position: relative;
    margin: 0 0 1rem 0;
}.libthanksWrap h5::after {
    animation: scaleWidth 1s cubic-bezier(0.19, 1, 0.22, 1) 0.8s forwards;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(218,173,175), transparent);
    content: "";
    bottom: -0.75rem;
    position: absolute;
    left: 0;
    width: 4rem;
    height: 3px;
    transform: scaleX(0);
}.libthanksWrap p {
    line-height: 1.7;
    margin: 0;
    position: relative;
    font-weight: 400;
    overflow: hidden;
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #000000;
}.libthanksWrap a {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    color: inherit;
    display: block;
    text-decoration: none;
}.libthanksWrap a::before {
    left: -2.5rem;
    opacity: 0;
    width: 0.5rem;
    background: linear-gradient(to bottom, rgb(218,173,175), rgb(199,134,139));
    height: 100%;
    content: "";
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    transform: translateX(-10px);
    top: 0;
}.libthanksWrap a:hover {
    transform: translateX(10px);
}.libthanksWrap a:hover::before {
    opacity: 0.7;
    transform: translateX(0);
}.libthanksWrap a:focus {
    box-shadow: 0 0 0 2px rgb(218,173,175,0.5);
    outline: none;
}

@keyframes slideInLeft {
  from {
    transform: translateX(-20px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

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

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

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

@media (min-width: 768px) {.libthanksWrap {
    padding: 8rem 3rem;
}.libthanksWrap .libtraining_experts {
    padding: 4.5rem 5rem;
    margin: 0 5rem;
}.libthanksWrap .libtraining_experts > div:first-child {
    margin-bottom: 3rem;
    border-left-width: 6px;
    padding-left: 2rem;
}.libthanksWrap h5 {
    font-size: calc(21px * 1.1);
}.libthanksWrap p {
    line-height: 1.8;
    font-size: calc(12px * 1.05);
}
}

@media (min-width: 992px) {.libthanksWrap .libtraining_experts {
    align-items: center;
    margin: 0 auto;
    flex-direction: row;
}.libthanksWrap .libtraining_experts > div:first-child {
    flex: 0 0 40%;
    margin-bottom: 0;
    margin-right: 5rem;
}.libthanksWrap .libtraining_experts > div:last-child {
    flex: 0 0 60%;
}.libthanksWrap h5::after {
    width: 6rem;
}
}

@media (max-width: 767px) {.libthanksWrap {
    padding: 4rem 1.5rem;
}.libthanksWrap .libtraining_experts {
    padding: 2.5rem;
    transform: perspective(1000px) rotateX(1deg);
}.libthanksWrap h5 {
    font-size: calc(21px * 0.9);
}.libthanksWrap p {
    font-size: calc(12px * 0.95);
    line-height: 1.6;
}.libthanksWrap a::before {
    width: 0.3rem;
    left: -1.5rem;
}}header {
    padding: 1.2rem 0;
    background-color: rgb(236,215,216);
    z-index: 1000;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 97% 100%, 3% 100%, 0 85%);
    position: relative;
}header::before {
    z-index: -1;
    top: 0;
    opacity: 0.15;
    animation: gridMove 40s linear infinite;
    left: 0;
    content: '';
    background: 
        linear-gradient(90deg, transparent 49.5%, rgb(218,173,175,0.5) 49.5%, rgb(218,173,175,0.5) 50.5%, transparent 50.5%) 0 0 / 20px 100%,
        linear-gradient(0deg, transparent 49.5%, rgb(199,134,139,0.5) 49.5%, rgb(199,134,139,0.5) 50.5%, transparent 50.5%) 0 0 / 100% 20px;
    position: absolute;
    height: 100%;
    width: 100%;
}header::after {
    z-index: 1;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, 
        rgb(218,173,175) 0%, 
        rgb(199,134,139) 50%, 
        rgb(218,173,175) 100%);
    width: 100%;
    height: 4px;
    content: '';
    position: absolute;
}header .container {
    padding: 0 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}header .libpage_nav {
    position: relative;
    justify-content: space-between;
    display: flex;
    align-items: center;
}header .libnav_lead {
    border-radius: 11px;
    display: flex;
    gap: 0.5rem;
    position: relative;
    backdrop-filter: blur(10px);
    padding: 5px;
    background: rgba(0, 0, 0, 0.2);
}header .libnav_site {
    padding: 0.7rem 1.2rem;
    color: #ffffff;
    font-weight: 400;
    font-size: 12px;
    position: relative;
    font-family: Arial, sans-serif;
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    border-radius: 10px;
    text-decoration: none;
}header .libnav_site::before {
    right: -2px;
    left: -2px;
    bottom: -2px;
    opacity: 0;
    transform: scale(0.95);
    background: linear-gradient(45deg, rgb(218,173,175), rgb(199,134,139));
    top: -2px;
    z-index: -1;
    position: absolute;
    transition: all 0.3s ease;
    content: '';
    border-radius: calc(10px + 2px);
}header .libnav_site::after {
    content: '';
    left: 0;
    bottom: 0;
    border-radius: 10px;
    right: 0;
    z-index: -1;
    position: absolute;
    background: rgb(218,173,175);
    top: 0;
}header .libnav_site:hover {
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transform: translateY(-3px);
}header .libnav_site:hover::before {
    opacity: 1;
    transform: scale(1);
}header .libnav_block {
    align-items: center;
    padding: 0.5rem 1rem;
    border-radius: 10px;
    display: flex;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.03);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}header .libnav_block::before {
    transition: 0.5s;
    content: '';
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent
    );
}header .libnav_block:hover::before {
    left: 100%;
}header .libnav_block svg {
    position: relative;
    height: auto;
    width: 160px;
    z-index: 2;
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 20px 20px;
    }
}

@media (max-width: 991px) {header {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 95% 100%, 5% 100%, 0 90%);
}header .libnav_lead {
    gap: 0.3rem;
}header .libnav_site {
    padding: 0.6rem 0.8rem;
    font-size: calc(12px - 1px);
}header .libnav_block svg {
    width: 140px;
}
}

@media (max-width: 767px) {header {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 90% 100%, 10% 100%, 0 95%);
    padding: 1rem 0 1.5rem;
}header .libpage_nav {
    flex-direction: column;
}header .libnav_lead {
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px;
    order: 2;
    margin-top: 1rem;
    gap: 0.5rem;
    width: 100%;
}header .libnav_site {
    font-size: calc(12px - 2px);
    padding: 0.5rem 0.7rem;
}header .libnav_block {
    order: 1;
    margin-bottom: 0.5rem;
}header .libnav_block svg {
    width: 130px;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0 1.2rem;
}header .libnav_lead {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
}header .libnav_lead::-webkit-scrollbar {
    height: 3px;
}header .libnav_lead::-webkit-scrollbar-thumb {
    background: rgb(218,173,175);
    border-radius: 10px;
}header .libnav_site {
    white-space: nowrap;
}header .libnav_block svg {
    width: 110px;
}}.libconnect_with_us {
    padding: 80px 0;
    isolation: isolate;
    position: relative;
}.libconnect_with_us::before {
    z-index: -1;
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}.libconnect_with_us .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
}.libconnect_with_us .libmessage_reach {
    overflow: hidden;
    grid-template-columns: 1fr 1.5fr;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    display: grid;
}.libconnect_with_us .libconnect_box {
    background: rgb(218,173,175);
    padding: 50px 40px;
    position: relative;
}.libconnect_with_us .libconnect_box::after {
    width: 25px;
    right: 0;
    content: '';
    height: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.1), transparent);
}.libconnect_with_us .libconnect_box h3 {
    padding-bottom: 15px;
    margin-bottom: 35px;
    color: #ffffff;
    border-bottom: 2px solid rgb(199,134,139);
    font-size: 33px;
    font-weight: 700;
}.libconnect_with_us .libconnect_box div {
    align-items: center;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px 0;
    display: flex;
}.libconnect_with_us .libconnect_box div:last-of-type {
    border-bottom: none;
}.libconnect_with_us .libconnect_box div svg {
    height: 22px;
    width: 22px;
    margin-right: 15px;
}.libconnect_with_us .libconnect_box div svg path {
    fill: rgb(199,134,139);
}.libconnect_with_us .libconnect_box div span {
    font-size: 14px;
    color: #ffffff;
}.libconnect_with_us .libconnect_box div span a {
    transition: color 0.3s;
    text-decoration: none;
    color: #ffffff;
}.libconnect_with_us .libconnect_box div span a:hover {
    color: rgb(199,134,139);
}.libconnect_with_us .libquery_panel {
    background-color: rgb(236,215,216);
    padding: 50px 40px;
}.libconnect_with_us .libquery_panel h3 {
    color: rgb(218,173,175);
    position: relative;
    font-size: 19px;
    margin-bottom: 30px;
    font-weight: 600;
}.libconnect_with_us form {
    display: flex;
    flex-direction: column;
}.libconnect_with_us form input[type="text"],
.libconnect_with_us form input[type="email"] {
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 14px;
    margin-bottom: 20px;
    transition: border-color 0.3s, box-shadow 0.3s;
    border-radius: 10px;
    color: #000000;
    background: #ffffff;
}.libconnect_with_us form input[type="text"]:focus,
.libconnect_with_us form input[type="email"]:focus {
    box-shadow: 0 0 0 2px rgba(rgb(218,173,175), 0.1);
    outline: none;
    border-color: rgb(218,173,175);
}.libconnect_with_us form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}.libconnect_with_us .libquery_help {
    margin-bottom: 25px;
    align-items: flex-start;
    display: flex;
}.libconnect_with_us .libquery_help input[type="checkbox"] {
    margin-top: 4px;
    width: 18px;
    margin-right: 10px;
    border: 2px solid rgb(218,173,175);
    height: 18px;
    border-radius: 3px;
    appearance: none;
    cursor: pointer;
    position: relative;
}.libconnect_with_us .libquery_help input[type="checkbox"]:checked {
    background-color: rgb(218,173,175);
}.libconnect_with_us .libquery_help input[type="checkbox"]:checked::after {
    left: 5px;
    width: 5px;
    position: absolute;
    border: solid #ffffff;
    transform: rotate(45deg);
    height: 10px;
    content: "";
    border-width: 0 2px 2px 0;
    top: 1px;
}.libconnect_with_us .libquery_help label {
    color: #000000;
    font-size: 16px;
    line-height: 1.5;
}.libconnect_with_us .libquery_help label a {
    text-decoration: none;
    font-weight: 600;
    color: rgb(218,173,175);
}.libconnect_with_us .libquery_help label a:hover {
    text-decoration: underline;
}.libconnect_with_us form .libconnect_support {
    transition: background-color 0.3s, transform 0.3s;
    align-self: flex-start;
    background-color: rgb(218,173,175);
    cursor: pointer;
    padding: 15px 25px;
    border-radius: 10px;
    font-weight: 600;
    border: none;
    color: #ffffff;
    font-size: 15px;
}.libconnect_with_us form .libconnect_support:hover {
    background-color: rgb(199,134,139);
    transform: translateY(-3px);
}@keyframes reveal {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.libconnect_with_us .libconnect_box h3 {
    animation: reveal 0.6s ease forwards;
}.libconnect_with_us .libconnect_box div {
    opacity: 0;
    animation: reveal 0.6s ease forwards;
}.libconnect_with_us .libconnect_box div:nth-child(2) {
    animation-delay: 0.2s;
}.libconnect_with_us .libconnect_box div:nth-child(3) {
    animation-delay: 0.4s;
}.libconnect_with_us .libconnect_box div:nth-child(4) {
    animation-delay: 0.6s;
}.libconnect_with_us .libconnect_box div:nth-child(5) {
    animation-delay: 0.8s;
}

@media screen and (max-width: 992px) {.libconnect_with_us .libmessage_reach {
    grid-template-columns: 1fr;
}.libconnect_with_us .libconnect_box {
    padding: 40px 30px;
}.libconnect_with_us .libquery_panel {
    padding: 40px 30px;
}.libconnect_with_us .libconnect_box::after {
    display: none;
}
}

@media screen and (max-width: 576px) {.libconnect_with_us {
    padding: 50px 0;
}.libconnect_with_us .libconnect_box,
    .libconnect_with_us .libquery_panel {
    padding: 30px 20px;
}.libconnect_with_us .libconnect_box h3 {
    font-size: calc(33px * 0.8);
    margin-bottom: 25px;
}.libconnect_with_us form input[type="text"],
    .libconnect_with_us form input[type="email"] {
    padding: 12px;
}.libconnect_with_us form .libconnect_support {
    width: 100%;
    padding: 12px;
}}.libpricing_block {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}.libpricing_block::before {
    bottom: 0;
    top: 0;
    content: "";
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.75) 50%, rgba(0,0,0,0.85) 100%);
    right: 0;
    z-index: 1;
}.libpricing_block .container {
    z-index: 2;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}.libpricing_block .libedu_rates {
    position: relative;
}.libpricing_block h2 {
    margin-bottom: 20px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    font-size: 32px;
    transform: perspective(1000px) translateZ(30px);
    text-shadow: 0 5px 15px rgba(0,0,0,0.3);
    position: relative;
}.libpricing_block h2::after {
    height: 4px;
    width: 80px;
    left: 50%;
    bottom: -15px;
    background: linear-gradient(90deg, rgb(218,173,175,0.5), rgb(218,173,175), rgb(218,173,175,0.5));
    transform: translateX(-50%);
    position: absolute;
    content: "";
}.libpricing_block .libstudy_packages {
    transform: perspective(1000px) translateZ(20px);
    font-size: calc(18px * 1.1);
    opacity: 0.9;
    max-width: 800px;
    font-weight: 300;
    margin: 0 auto 50px;
    color: #ffffff;
    line-height: 1.6;
    text-align: center;
}.libpricing_block .libpricing_list {
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    perspective: 1000px;
}.libpricing_block .libpricing_list li {
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform-style: preserve-3d;
    position: relative;
}.libpricing_block .libvalue_plan {
    text-decoration: none;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: block;
    height: 100%;
}.libpricing_block .libfee_chart {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 0 0 1px rgba(255,255,255,0.1);
    transform-style: preserve-3d;
    background: linear-gradient(135deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.1) 100%);
    padding: 40px 30px;
    overflow: hidden;
    height: 100%;
    border: 1px solid rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
}.libpricing_block .libfee_chart::before {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    content: "";
    opacity: 0.8;
    transform: scaleX(0.8);
    background: linear-gradient(90deg, rgb(218,173,175), rgb(199,134,139));
    transition: transform 0.5s ease, opacity 0.5s ease;
    height: 5px;
}.libpricing_block .libfee_chart::after {
    height: 150px;
    bottom: 0;
    border-radius: 50%;
    transform: translate(30%, 30%);
    right: 0;
    z-index: -1;
    opacity: 0.2;
    content: "";
    transition: all 0.6s ease;
    background: radial-gradient(circle, rgb(218,173,175,0.5) 0%, transparent 70%);
    position: absolute;
    width: 150px;
}.libpricing_block .libpayment_deals {
    transition: transform 0.5s ease;
    transform-style: preserve-3d;
    position: relative;
}.libpricing_block .libpayment_deals h4 {
    position: relative;
    font-weight: 600;
    transform: translateZ(10px);
    color: #ffffff;
    padding-bottom: 15px;
    margin: 0 0 25px;
    font-size: calc(22px * 1.2);
}.libpricing_block .libpayment_deals h4::after {
    height: 2px;
    bottom: 0;
    content: "";
    width: 50px;
    transition: width 0.4s ease;
    background: rgb(199,134,139);
    left: 0;
    position: absolute;
}.libpricing_block .libpayment_deals p {
    line-height: 1.7;
    overflow-y: auto;
    font-size: 18px;
    margin: 0 0 30px;
    color: #ffffff;
    overflow-wrap: break-word;
    font-weight: 300;
    max-height: 250px;
    padding-right: 5px;
    opacity: 0.8;
    word-break: break-word;
    transform: translateZ(5px);
}.libpricing_block .libpayment_deals p::-webkit-scrollbar {
    width: 4px;
}.libpricing_block .libpayment_deals p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(218,173,175,0.5);
}.libpricing_block .libpayment_deals p::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.05);
    border-radius: 10px;
}.libpricing_block .librate_choices {
    display: inline-block;
    transform: translateZ(15px);
    position: relative;
    font-size: calc(22px * 1.5);
    padding: 10px 5px;
    font-weight: 700;
    color: #ffffff;
    transition: all 0.4s ease;
}.libpricing_block .librate_choices::before {
    transition: transform 0.5s ease, opacity 0.5s ease;
    transform: scaleX(0.5);
    transform-origin: center;
    left: 0;
    bottom: 5px;
    opacity: 0.6;
    position: absolute;
    height: 2px;
    content: "";
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(199,134,139), transparent);
}.libpricing_block .libvalue_plan:hover .libfee_chart {
    transform: translateY(-10px) translateZ(20px);
    box-shadow: 0 30px 60px rgba(0,0,0,0.3), 0 0 0 1px rgba(255,255,255,0.15);
}.libpricing_block .libvalue_plan:hover .libfee_chart::before {
    transform: scaleX(1);
    opacity: 1;
}.libpricing_block .libvalue_plan:hover .libfee_chart::after {
    opacity: 0.4;
    transform: translate(20%, 20%) scale(1.2);
}.libpricing_block .libvalue_plan:hover .libpayment_deals h4::after {
    width: 80px;
}.libpricing_block .libvalue_plan:hover .librate_choices {
    text-shadow: 0 5px 15px rgba(0,0,0,0.2);
    transform: translateZ(25px) scale(1.05);
}.libpricing_block .libvalue_plan:hover .librate_choices::before {
    opacity: 1;
    transform: scaleX(0.8);
}

@media (max-width: 1200px) {.libpricing_block {
    padding: 80px 0;
}.libpricing_block .libpricing_list {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}
}

@media (max-width: 991px) {.libpricing_block {
    padding: 70px 0;
}.libpricing_block h2 {
    font-size: calc(32px * 0.9);
}.libpricing_block .libstudy_packages {
    margin-bottom: 40px;
    font-size: 18px;
}.libpricing_block .libpricing_list {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}.libpricing_block .libfee_chart {
    padding: 30px 25px;
}
}

@media (max-width: 767px) {.libpricing_block {
    padding: 60px 0;
}.libpricing_block h2 {
    margin-bottom: 15px;
    font-size: calc(32px * 0.8);
}.libpricing_block .libstudy_packages {
    margin-bottom: 30px;
}.libpricing_block .libpricing_list {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto;
}.libpricing_block .libpayment_deals h4 {
    font-size: 22px;
}.libpricing_block .librate_choices {
    font-size: calc(22px * 1.3);
}
}

@media (max-width: 480px) {.libpricing_block {
    padding: 50px 0;
}.libpricing_block .libfee_chart {
    padding: 25px 20px;
}.libpricing_block .libpayment_deals p {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
    max-height: 200px;
}.libpricing_block .librate_choices {
    font-size: calc(22px * 1.2);
}
}

@media (hover: none) {.libpricing_block .libfee_chart {
    box-shadow: 0 10px 30px rgba(0,0,0,0.15), 0 0 0 1px rgba(255,255,255,0.1) !important;
    transform: none !important;
}.libpricing_block .libfee_chart::before {
    transform: scaleX(0.9);
    opacity: 0.9;
}.libpricing_block .libpayment_deals h4::after {
    width: 60px;
}}.libcustomer_opinions {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(236,215,216) 0%, rgb(199,134,139,0.5) 100%);
    padding: 8rem 0;
}.libcustomer_opinions::before {
    background: linear-gradient(90deg, transparent, rgb(199,134,139), transparent);
    content: "";
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    height: 3px;
}.libcustomer_opinions::after {
    position: absolute;
    content: "";
    transform: translateX(20%);
    height: 1px;
    bottom: 0;
    right: 0;
    background: linear-gradient(90deg, transparent, rgb(199,134,139), transparent);
    width: 60%;
}.libcustomer_opinions .container {
    margin: 0 auto;
    padding: 0 2rem;
    max-width: 1200px;
    position: relative;
}.libcustomer_opinions h2 {
    max-width: 80%;
    transform: translateX(-5%);
    font-size: 31px;
    color: #000000;
    line-height: 1.3;
    letter-spacing: 0.5px;
    margin-bottom: 3.5rem;
    font-weight: 600;
    position: relative;
}.libcustomer_opinions h2::after {
    bottom: -15px;
    position: absolute;
    height: 3px;
    transform-origin: left center;
    background: rgb(218,173,175);
    left: 0;
    content: "";
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(1);
    width: 80px;
}.libcustomer_opinions:hover h2::after {
    transform: scaleX(1.5);
}.libcustomer_opinions .librating_insights {
    gap: 2.5rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
}.libcustomer_opinions .libstudent_feedback {
    flex-direction: column;
    border-left: 3px solid rgb(199,134,139);
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    position: relative;
    transform: translateY(0);
    display: flex;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    height: 100%;
}.libcustomer_opinions .libstudent_feedback:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}.libcustomer_opinions .libstudent_feedback div {
    margin-bottom: 1.5rem;
    align-items: center;
    display: flex;
}.libcustomer_opinions .libstudent_feedback img {
    margin-right: 1rem;
    width: 60px;
    object-fit: cover;
    border: 2px solid rgb(199,134,139,0.5);
    height: 60px;
    border-radius: 50%;
    transition: transform 0.3s ease;
}.libcustomer_opinions .libstudent_feedback:hover img {
    transform: scale(1.1);
}.libcustomer_opinions .libstudent_feedback h4 {
    font-weight: 600;
    color: #000000;
    position: relative;
    font-size: 20px;
    margin: 0;
}.libcustomer_opinions .libstudent_feedback h4::after {
    height: 2px;
    content: "";
    left: 0;
    background: rgb(218,173,175);
    width: 0;
    bottom: -6px;
    position: absolute;
    transition: width 0.3s ease;
}.libcustomer_opinions .libstudent_feedback:hover h4::after {
    width: 80%;
}.libcustomer_opinions .libstudent_feedback .description {
    line-height: 1.6;
    position: relative;
    color: #000000;
    margin: 0;
    padding-left: 1.5rem;
    font-size: 12px;
    flex-grow: 1;
}.libcustomer_opinions .libstudent_feedback .description::before {
    opacity: 0.6;
    font-size: 4rem;
    content: "";
    top: -15px;
    color: rgb(199,134,139,0.5);
    position: absolute;
    left: -10px;
    font-family: Georgia, serif;
}.libcustomer_opinions a {
    transition: transform 0.3s ease, background 0.3s ease;
    margin-top: 3rem;
    background: rgb(218,173,175);
    position: relative;
    letter-spacing: 0.5px;
    border-radius: 10px;
    text-decoration: none;
    padding: 0.8rem 2rem;
    font-weight: 600;
    color: #ffffff;
    display: inline-block;
    overflow: hidden;
    z-index: 1;
    font-size: 20px;
}.libcustomer_opinions a:hover {
    background: #000000;
    transform: translateY(-5px);
}.libcustomer_opinions a::before {
    transition: 0.5s;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: -100%;
    z-index: -1;
}.libcustomer_opinions a:hover::before {
    left: 100%;
}.libcustomer_opinions .libtraining_experts {
    position: relative;
}.libcustomer_opinions .libtraining_experts::before {
    top: 2rem;
    position: absolute;
    background: 
        linear-gradient(45deg, transparent 49%, rgb(199,134,139,0.5) 49%, rgb(199,134,139,0.5) 51%, transparent 51%),
        linear-gradient(-45deg, transparent 49%, rgb(199,134,139,0.5) 49%, rgb(199,134,139,0.5) 51%, transparent 51%);
    right: -2rem;
    width: 200px;
    opacity: 0.2;
    background-size: 20px 20px;
    height: 200px;
    content: "";
    z-index: -1;
}


@media (max-width: 1200px) {.libcustomer_opinions {
    padding: 6rem 0;
}.libcustomer_opinions h2 {
    max-width: 90%;
    font-size: calc(31px * 0.9);
}.libcustomer_opinions .librating_insights {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 2rem;
}
}

@media (max-width: 992px) {.libcustomer_opinions {
    padding: 5rem 0;
}.libcustomer_opinions h2 {
    max-width: 100%;
    transform: translateX(0);
}.libcustomer_opinions .librating_insights {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.libcustomer_opinions .libtraining_experts::before {
    height: 150px;
    width: 150px;
    right: -1rem;
}
}

@media (max-width: 768px) {.libcustomer_opinions {
    padding: 4rem 0;
}.libcustomer_opinions h2 {
    margin-bottom: 2.5rem;
    font-size: calc(31px * 0.8);
}.libcustomer_opinions .librating_insights {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}.libcustomer_opinions .libstudent_feedback {
    padding: 1.5rem;
}.libcustomer_opinions .libtraining_experts::before {
    display: none;
}
}

@media (max-width: 576px) {.libcustomer_opinions {
    padding: 3rem 0;
}.libcustomer_opinions h2 {
    margin-bottom: 2rem;
    font-size: calc(31px * 0.7);
}.libcustomer_opinions .libstudent_feedback div {
    margin-bottom: 1rem;
}.libcustomer_opinions .libstudent_feedback img {
    width: 50px;
    height: 50px;
}.libcustomer_opinions .libstudent_feedback .description {
    padding-left: 0.5rem;
}.libcustomer_opinions a {
    padding: 0.7rem 1.5rem;
    margin-top: 2rem;
}
}

@media (hover: none) {.libcustomer_opinions .libstudent_feedback:hover {
    transform: translateY(0);
}.libcustomer_opinions .libstudent_feedback:hover img {
    transform: none;
}.libcustomer_opinions .libstudent_feedback:hover h4::after {
    width: 0;
}}.libabout_this {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.libabout_this::before {
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
    background: radial-gradient(circle at 30% 40%, rgb(218,173,175,0.5), rgba(20, 30, 80, 0.85));
    top: 0;
    right: 0;
    position: absolute;
}.libabout_this::after {
    z-index: 2;
    top: -50%;
    border-radius: 50%;
    position: absolute;
    animation: orbitGlow 15s infinite alternate ease-in-out;
    right: -50%;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: radial-gradient(circle at center, rgb(199,134,139,0.5), transparent 70%);
    content: "";
}.libabout_this .container {
    z-index: 5;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}.libabout_this .libtext_details {
    padding: 60px 50px;
    position: relative;
    transform: perspective(1000px) rotateY(-2deg);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    border-left: 3px solid rgb(199,134,139);
    backdrop-filter: blur(10px);
}.libabout_this .libtext_details:hover {
    transform: perspective(1000px) rotateY(0deg);
}.libabout_this .libtext_details > div:first-child {
    position: relative;
    margin-bottom: 15px;
}.libabout_this .libtext_details h5 {
    margin: 0;
    letter-spacing: 1.5px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    position: relative;
    display: inline-block;
    color: #ffffff;
}.libabout_this .libtext_details h5::after {
    position: absolute;
    animation: expandWidth 3s infinite alternate cubic-bezier(0.645, 0.045, 0.355, 1);
    content: "";
    bottom: -8px;
    height: 3px;
    background: rgb(199,134,139);
    width: 40%;
    left: 0;
}.libabout_this .libtext_details > div:nth-child(2) {
    margin-bottom: 30px;
}.libabout_this .libtext_details > div:nth-child(2) p {
    padding-left: 15px;
    color: #ffffff;
    display: inline-block;
    transform: translateX(5px);
    font-family: Arial, sans-serif;
    position: relative;
    font-size: calc(20px * 1.3);
    margin: 0;
}.libabout_this .libtext_details > div:nth-child(2) p::before {
    left: 0;
    width: 6px;
    border-radius: 3px;
    content: "";
    height: 60%;
    background: rgb(199,134,139);
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}.libabout_this .libtext_details ol {
    margin: 0;
    padding: 0;
    counter-reset: item;
    list-style: none;
}.libabout_this .libtext_details ol li {
    text-align: justify;
    margin-bottom: 20px;
    border-left: 1px dashed rgba(255, 255, 255, 0.3);
    line-height: 1.8;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 0 10px 10px;
    position: relative;
}.libabout_this .libtext_details ol li::before {
    background: rgb(199,134,139);
    box-shadow: 0 0 15px rgb(199,134,139);
    content: "";
    width: 10px;
    border-radius: 50%;
    position: absolute;
    left: -5px;
    height: 10px;
    top: 0;
    animation: pulseGlow 3s infinite alternate;
}

@keyframes orbitGlow {
    0% {
        transform: rotate(0deg) scale(1);
        opacity: 0.4;
    }
    100% {
        transform: rotate(360deg) scale(1.2);
        opacity: 0.6;
    }
}

@keyframes expandWidth {
    0% {
        width: 40%;
    }
    100% {
        width: 100%;
    }
}

@keyframes pulseGlow {
    0% {
        transform: scale(1);
        box-shadow: 0 0 5px rgb(199,134,139);
    }
    100% {
        transform: scale(1.5);
        box-shadow: 0 0 15px rgb(199,134,139), 0 0 30px rgb(199,134,139,0.5);
    }
}

@media (max-width: 992px) {.libabout_this {
    padding: 80px 0;
}.libabout_this .libtext_details {
    padding: 40px 30px;
}.libabout_this .libtext_details > div:nth-child(2) p {
    font-size: calc(20px * 1.1);
}
}

@media (max-width: 768px) {.libabout_this {
    padding: 60px 0;
}.libabout_this .libtext_details {
    padding: 30px 20px;
    transform: perspective(1000px) rotateY(0deg);
}.libabout_this .libtext_details h5 {
    font-size: calc(20px * 0.9);
}.libabout_this .libtext_details > div:nth-child(2) p {
    font-size: 20px;
}.libabout_this .libtext_details ol li {
    font-size: calc(16px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 576px) {.libabout_this {
    padding: 40px 0;
}.libabout_this .container {
    padding: 0 15px;
}.libabout_this .libtext_details {
    padding: 25px 15px;
}.libabout_this .libtext_details h5 {
    font-size: calc(20px * 0.85);
}.libabout_this .libtext_details > div:nth-child(2) p {
    font-size: calc(20px * 0.9);
}.libabout_this .libtext_details ol li {
    font-size: calc(16px * 0.9);
    padding: 5px 0 5px 10px;
    line-height: 1.6;
}}.libcookieAlertContainer {
    background: rgb(236,215,216);
    z-index: 90;
    width: 100%;
    position: fixed;
    border-top: 2px solid rgb(218,173,175);
    bottom: 0;
}#libpanelPrivacyPolicy {
    display: none;
}#libpanelPrivacyPolicy:checked ~ .libcookieAlertContainer {
    opacity: 0;
    visibility: hidden;
}.libdata_guard {
    display: flex;
    align-items: center;
    padding: 20px 0;
    justify-content: space-between;
}.libcookieAlertContainer h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.libcookieAlertContainer p {
    font-size: 18px;
}.libprivacy_switch {
    margin-right: 10px;
    flex-shrink: 0;
}.libprivacy_switch svg, .libprivacy_switch svg path, .libprivacy_switch img {
    fill: rgb(218,173,175);
    height: 100px;
    width: 100px;
}.libsecure_cookies {
    white-space: nowrap;
    font-size: 24px;
    flex-shrink: 0;
    margin-left: 10px;
    color: rgb(218,173,175);
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    min-width: 120px;
    border-bottom: 2px solid rgb(218,173,175);
    line-height: 35px;
}.libcookieAlertContainer p a {
    text-decoration: none;
    color: rgb(218,173,175);
}
@media only screen and (max-width: 1200px) {.libcookieAlertContainer {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.libprivacy_switch {
    display: none;
}.libdata_guard {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.libcookieAlertContainer h5 {
    text-align: center;
}.libcookieAlertContainer p {
    text-align: center;
}.libcookie_review {
    margin-bottom: 20px;
}body .libwrapper-skeleton .libsecure_cookies {
    margin-bottom: 10px;
    margin-left: 0;
}}
.libwrapper-skeleton .libcookieAlertContainer {
    box-shadow: rgb(199,134,139,0.5) 0px 0px 10px 10px;
    background: rgb(218,173,175);
}.libwrapper-skeleton .libdata_guard {
    padding: 40px 0;
    justify-content: space-between;
}.libwrapper-skeleton .libsecure_cookies {
    margin-left: 30px;
    color: rgb(218,173,175);
    border: none;
    padding: 10px;
    font-size: 20px;
    background: #ffffff;
}.libwrapper-skeleton .libcookie_review {
    text-align: left;
    color: #ffffff;
}.libwrapper-skeleton .libcookie_review h5 {
    font-weight: 700;
}.libwrapper-skeleton .libcookie_review h5, .libwrapper-skeleton .libcookie_review p {
    color: #ffffff;
}.libwrapper-skeleton .libcookieAlertContainer p a {
    text-decoration: underline;
    color: rgb(199,134,139);
}.libcourse_highlights {
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(236,215,216) 0%, rgb(218,173,175,0.5) 100%);
    position: relative;
}.libcourse_highlights::before {
    transform: rotate(-15deg);
    opacity: 0.3;
    width: 200%;
    top: -50%;
    z-index: 0;
    height: 200%;
    pointer-events: none;
    position: absolute;
    left: -50%;
    background: radial-gradient(circle at 70% 30%, rgb(199,134,139,0.5) 0%, transparent 60%);
    content: "";
}.libcourse_highlights::after {
    z-index: 0;
    position: absolute;
    left: 0;
    background: 
        radial-gradient(circle at 20% 80%, rgb(218,173,175,0.5) 0%, transparent 15%),
        radial-gradient(circle at 80% 20%, rgb(199,134,139,0.5) 0%, transparent 15%),
        radial-gradient(circle at 50% 50%, rgb(218,173,175,0.5) 0%, transparent 20%);
    content: "";
    pointer-events: none;
    opacity: 0.4;
    width: 100%;
    top: 0;
    height: 100%;
}.libcourse_highlights .container {
    padding: 0 2rem;
    z-index: 1;
    margin: 0 auto;
    max-width: 1280px;
    position: relative;
}.libcourse_highlights .libquick_progress {
    position: relative;
    transform: translateZ(0);
    gap: 3rem;
    display: grid;
    grid-template-columns: 1fr;
}.libcourse_highlights .libimg_resize {
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    height: 380px;
    z-index: 2;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.libcourse_highlights .libimg_resize::before {
    left: 0;
    width: 100%;
    background: linear-gradient(45deg, rgb(199,134,139,0.5) 0%, transparent 100%);
    top: 0;
    z-index: 1;
    opacity: 0.5;
    position: absolute;
    content: "";
    height: 100%;
}.libcourse_highlights .libimg_resize::after {
    position: absolute;
    transition: opacity 0.5s ease-out;
    z-index: 2;
    width: 120%;
    height: 120%;
    pointer-events: none;
    left: -10%;
    opacity: 0;
    top: -10%;
    content: "";
    background: radial-gradient(circle at center, transparent 30%, rgba(0, 0, 0, 0.2) 100%);
}.libcourse_highlights .libimg_resize:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
}.libcourse_highlights .libimg_resize:hover::after {
    opacity: 1;
}.libcourse_highlights .libtext_details {
    z-index: 2;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    background: rgba(255, 255, 255, 0.95);
    position: relative;
    transform: perspective(1000px) translateZ(0);
    padding: 2.5rem;
    backdrop-filter: blur(10px);
}.libcourse_highlights .libtext_details::before {
    position: absolute;
    background: linear-gradient(135deg, rgb(199,134,139,0.5) 0%, transparent 100%);
    height: 100%;
    opacity: 0.05;
    left: 0;
    top: 0;
    width: 100%;
    content: "";
    z-index: -1;
}.libcourse_highlights .libtext_details:hover {
    transform: perspective(1000px) translateZ(10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}.libcourse_highlights h3 {
    color: #000000;
    line-height: 1.3;
    font-size: calc(20px * 1.1);
    position: relative;
    margin-bottom: 1.5rem;
    font-weight: 600;
}.libcourse_highlights h3::after {
    width: 60px;
    bottom: -12px;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(218,173,175) 0%, rgb(199,134,139) 100%);
    transition: width 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transform-origin: left;
    height: 3px;
    content: "";
}.libcourse_highlights .libtext_details:hover h3::after {
    width: 90px;
}.libcourse_highlights .description {
    line-height: 1.7;
    color: #000000;
    font-size: 18px;
    margin-bottom: 1.5rem;
}.libcourse_highlights p.description {
    padding-right: 15px;
    scrollbar-width: thin;
    margin-top: 0;
    max-height: 300px;
    overflow-y: auto;
    scrollbar-color: rgb(199,134,139,0.5) transparent;
}.libcourse_highlights p.description::-webkit-scrollbar {
    width: 5px;
}.libcourse_highlights p.description::-webkit-scrollbar-track {
    background: transparent;
}.libcourse_highlights p.description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(199,134,139,0.5);
}.libcourse_highlights span.description {
    display: none;
}.libcourse_highlights .libquick_progress > div {
    position: relative;
}

@media (min-width: 768px) {.libcourse_highlights {
    padding: 8rem 0;
}.libcourse_highlights .libquick_progress {
    gap: 4rem;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.libcourse_highlights .libimg_resize {
    height: 450px;
}.libcourse_highlights h3 {
    font-size: calc(20px * 1.2);
}.libcourse_highlights p.description {
    max-height: 350px;
}
}

@media (min-width: 992px) {.libcourse_highlights .libquick_progress {
    gap: 6rem;
}.libcourse_highlights .libimg_resize {
    height: 520px;
    transform: perspective(1200px) rotateX(3deg) rotateY(-3deg);
}.libcourse_highlights .libtext_details {
    padding: 3rem;
}.libcourse_highlights h3 {
    margin-bottom: 2rem;
    font-size: calc(20px * 1.3);
}.libcourse_highlights h3::after {
    height: 4px;
    bottom: -15px;
}.libcourse_highlights p.description {
    max-height: 400px;
    line-height: 1.8;
}
}

@media (min-width: 1200px) {.libcourse_highlights .container {
    padding: 0 3rem;
}.libcourse_highlights .libimg_resize {
    height: 580px;
}.libcourse_highlights .libtext_details {
    padding: 3.5rem;
}.libcourse_highlights h3 {
    font-size: calc(20px * 1.4);
}.libcourse_highlights p.description {
    max-height: 450px;
    font-size: calc(18px * 1.05);
}
}

@media (max-width: 767px) {.libcourse_highlights {
    padding: 4rem 0;
}.libcourse_highlights .libimg_resize {
    transform: perspective(800px) rotateX(1deg) rotateY(-1deg);
    height: 280px;
}.libcourse_highlights .libtext_details {
    padding: 2rem;
}.libcourse_highlights h3 {
    font-size: 20px;
    margin-bottom: 1.25rem;
}.libcourse_highlights h3::after {
    height: 2px;
    width: 50px;
    bottom: -10px;
}.libcourse_highlights p.description {
    line-height: 1.6;
    max-height: 250px;
}}.libjoin_now {
    padding: 4rem 0;
    transform-style: preserve-3d;
    background: linear-gradient(135deg, rgb(218,173,175) 0%, rgb(199,134,139) 100%);
    perspective: 1000px;
    overflow: hidden;
    position: relative;
}.libjoin_now::before {
    opacity: 0.1;
    z-index: 1;
    content: "";
    background: repeating-linear-gradient(
        45deg,
        rgb(218,173,175,0.5),
        rgb(218,173,175,0.5) 10px,
        transparent 10px,
        transparent 20px
    );
    height: 100%;
    transform: translateZ(-10px);
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
}.libjoin_now::after {
    animation: glow 8s infinite alternate ease-in-out;
    transform: translateZ(-5px) rotate(45deg);
    top: -50%;
    z-index: 1;
    position: absolute;
    opacity: 0.15;
    width: 100%;
    content: "";
    right: -50%;
    height: 200%;
    background: radial-gradient(
        circle at center,
        rgb(255, 255, 255, 0.5) 0%,
        transparent 70%
    );
}.libjoin_now .container {
    justify-content: center;
    display: flex;
    align-items: center;
    z-index: 2;
    transform: translateZ(20px);
    max-width: 1140px;
    position: relative;
    padding: 0 15px;
    flex-direction: column;
    margin: 0 auto;
}.libjoin_now h6 {
    max-width: 800px;
    margin-bottom: 2.5rem;
    line-height: 1.5;
    font-weight: 600;
    font-family: Arial, sans-serif;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    transform: translateZ(10px);
    animation: fadeInUp 0.8s forwards 0.2s ease-out;
    color: #ffffff;
    font-size: calc(18px * 1.2);
    opacity: 0;
    letter-spacing: 0.5px;
}.libjoin_now div:nth-child(2) {
    display: flex;
    transform: translateZ(30px);
    justify-content: center;
}.libjoin_now span {
    display: inline-block;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.3s ease-out;
}.libjoin_now .libconnect_support {
    position: relative;
    color: rgb(218,173,175);
    border-radius: 10px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation: fadeInUp 0.8s forwards 0.4s ease-out;
    opacity: 0;
    justify-content: center;
    letter-spacing: 0.5px;
    overflow: hidden;
    text-decoration: none;
    display: inline-flex;
    background: #ffffff;
    font-weight: 600;
    transform: translateZ(0);
    padding: 0.8rem 2.5rem;
    font-size: 15px;
    align-items: center;
    box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.5);
}.libjoin_now .libconnect_support::before {
    width: 100%;
    position: absolute;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    top: 0;
    transition: left 0.7s ease;
    content: "";
    left: -100%;
}.libjoin_now .libconnect_support::after {
    width: 100%;
    content: "";
    height: 3px;
    position: absolute;
    background: linear-gradient(
        90deg,
        rgb(218,173,175),
        rgb(199,134,139),
        rgb(218,173,175)
    );
    transition: transform 0.4s ease-out;
    left: 0;
    transform: scaleX(0);
    bottom: 0;
    transform-origin: right;
}.libjoin_now .libconnect_support span {
    z-index: 2;
    position: relative;
    transition: all 0.3s ease;
}.libjoin_now .libconnect_support:hover {
    transform: translateY(-5px) translateZ(0);
    box-shadow: 0 15px 25px -8px rgba(0, 0, 0, 0.5);
    background: #ffffff;
}.libjoin_now .libconnect_support:hover::before {
    left: 100%;
}.libjoin_now .libconnect_support:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}.libjoin_now .libconnect_support:hover span {
    transform: translateY(0) scale(1.05);
}.libjoin_now .libconnect_support:active {
    transition: all 0.1s;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
    transform: translateY(0) translateZ(0);
}

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

@keyframes glow {
    0%, 100% {
        opacity: 0.15;
        transform: translateZ(-5px) rotate(45deg) scale(1);
    }
    50% {
        opacity: 0.25;
        transform: translateZ(-5px) rotate(45deg) scale(1.1);
    }
}

@media (max-width: 991px) {.libjoin_now {
    padding: 3.5rem 0;
}.libjoin_now h6 {
    margin-bottom: 2rem;
    font-size: calc(18px * 1.1);
}.libjoin_now .libconnect_support {
    padding: 0.7rem 2.2rem;
}
}

@media (max-width: 767px) {.libjoin_now {
    padding: 3rem 0;
}.libjoin_now h6 {
    margin-bottom: 1.8rem;
    max-width: 90%;
    font-size: 18px;
}.libjoin_now .libconnect_support {
    padding: 0.7rem 2rem;
}
}

@media (max-width: 575px) {.libjoin_now {
    padding: 2.5rem 0;
}.libjoin_now h6 {
    max-width: 100%;
    margin-bottom: 1.5rem;
    font-size: calc(18px * 0.9);
}.libjoin_now .libconnect_support {
    padding: 0.6rem 1.8rem;
    font-size: calc(15px * 0.95);
}
}

@media (max-width: 380px) {.libjoin_now {
    padding: 2rem 0;
}.libjoin_now h6 {
    margin-bottom: 1.2rem;
    font-size: calc(18px * 0.85);
}.libjoin_now .libconnect_support {
    font-size: calc(15px * 0.9);
    padding: 0.5rem 1.5rem;
}
}