html,body {
    height: 100%;
    min-height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
    color: inherit;
}

.lib-top-know {
    flex: 1 0 auto;
}

.container {
    max-width: 100%;
    width: 1237px;
    margin: auto;
}


.lib-find-support {
    background-color: rgb(221,208,219);
    position: relative;
    padding: 80px 0;
    perspective: 1000px;
    overflow: hidden;
}

.lib-find-support .lib-support-center {
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.1),
    0 0 0 1px rgba(0, 0, 0, 0.05);
    transition: transform 0.5s ease;
    transform: rotateY(-3deg);
    padding: 45px;
    background: linear-gradient(135deg, #ffffff 0%, rgb(221,208,219) 100%);
    border-radius: 25px;
    transform-style: preserve-3d;
    position: relative;
}

.lib-find-support p {
    transform: translateZ(20px);
    position: relative;
    margin-bottom: 30px;
    color: #000000;
    font-size: 13px;
    line-height: 1.7;
}

.lib-find-support .lib-edu-tutor:hover {
    transform: translateZ(5px) translateX(-5px) translateY(-5px);
    box-shadow: 
    10px 10px 0 rgb(205,172,198),
    inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.lib-find-support .lib-edu-tutor:hover svg {
    transform: translateZ(10px) scale(1.1);
}

.lib-find-support .lib-edu-tutor svg path {
    fill: rgb(205,172,198);
    transition: fill 0.3s ease;
}

.lib-find-support p svg path {
    fill: rgb(205,172,198);
}

.lib-find-support p:nth-last-child(2):hover {
    transform: translateZ(25px) translateX(-3px) translateY(-3px);
    box-shadow: 
    6px 6px 0 rgb(205,172,198,0.5),
    inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.lib-find-support .lib-support-center::after {
    width: 100px;
    right: 40px;
    content: "";
    filter: blur(20px);
    bottom: -20px;
    transform: rotateX(60deg) scaleX(1.5);
    border-radius: 50%;
    position: absolute;
    height: 20px;
    z-index: -1;
    background: rgba(0, 0, 0, 0.2);
}

.lib-program-information::before {
    background: linear-gradient(225deg, rgb(205,172,198) 0%, rgb(205,172,198,0.5) 70%);
    right: -5%;
    opacity: 0.1;
    animation: floatElement 15s infinite ease-in-out;
    position: absolute;
    width: 300px;
    transform: rotate(-15deg);
    top: -5%;
    border-radius: 40% 60% 65% 35% / 40% 45% 55% 60%;
    content: "";
    height: 300px;
    z-index: 1;
}

.lib-program-information .lib-image-showcase {
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: perspective(1000px) rotateY(2deg);
    height: 350px;
}

.lib-program-information .lib-image-showcase:hover {
    transform: perspective(1000px) rotateY(0);
}

.lib-program-information h3 {
    font-size: calc(23px * 1.1);
    animation: fadeSlideUp 0.8s forwards 0.3s;
    font-weight: 700;
    position: relative;
    color: rgb(205,172,198);
    padding-left: 1rem;
    opacity: 0;
    margin-bottom: 1.5rem;
    transform: translateY(20px);
}

.lib-program-information .description {
    position: relative;
    transform: translateY(20px);
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 1.2rem;
    opacity: 0;
    color: #000000;
    animation: fadeSlideUp 0.8s forwards 0.5s;
}

.lib-education-experience::before {
    position: absolute;
    content: "";
    animation: backgroundMovement 30s linear infinite alternate;
    background: radial-gradient(ellipse at center, transparent 0%, transparent 50%, #000000 100%), 
              repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0px, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 10px);
    height: 150%;
    left: -25%;
    opacity: 0.3;
    top: -25%;
    width: 150%;
}

.lib-education-experience .lib-review-slider .lib-image-showcase:hover {
    transform: scale(1.07) translateX(-4%);
    box-shadow: 0 0 50px rgb(205,172,198);
}

.lib-education-experience .lib-review-slider span:not(.name) {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
    padding: 0 2rem 1rem 3rem;
    color: rgb(189,127,189);
    font-weight: 400;
    position: relative;
    z-index: 2;
    font-size: 19px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.lib-thanksBlock::before {
    right: -10%;
    height: 70%;
    content: "";
    background: radial-gradient(circle at center, #ffffff 0%, transparent 70%);
    transform: rotate(25deg);
    top: -10%;
    z-index: -1;
    opacity: 0.07;
    width: 70%;
    animation: float 20s infinite alternate ease-in-out;
    position: absolute;
}

.lib-thanksBlock .lib-knowledge-lab {
    transform-style: preserve-3d;
    gap: 2.5rem;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    display: grid;
    grid-template-columns: 1fr;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.lib-thanksBlock .lib-knowledge-lab:hover > div:first-child::before {
    transform: scaleX(1);
}

.lib-thanksBlock .lib-knowledge-lab > div:last-child {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05),
                0 5px 15px rgba(0, 0, 0, 0.02);
    backdrop-filter: blur(10px);
    background: linear-gradient(to right bottom, 
                rgba(255, 255, 255, 0.9),
                rgba(255, 255, 255, 0.7));
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    padding: 2.5rem 3rem;
    position: relative;
    transform: translateY(-10px);
}

.lib-thanksBlock p {
    position: relative;
    color: #000000;
    font-size: 12px;
    line-height: 1.8;
    margin: 0;
}

.lib-experience-trial::before {
    position: absolute;
    background: radial-gradient(circle at 70% 30%, rgb(189,127,189,0.5), transparent 60%);
    width: 100%;
    opacity: 0.85;
    top: 0;
    height: 100%;
    z-index: -1;
    content: "";
    left: 0;
}

.lib-experience-trial h2 {
    max-width: 800px;
    transition: transform 0.5s ease;
    margin-bottom: 2.5rem;
    color: #ffffff;
    letter-spacing: 0.015em;
    line-height: 1.4;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 38px;
    transform: perspective(1000px) rotateX(2deg);
    text-align: center;
}

.lib-experience-trial .lib-knowledge-lab:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
              0 5px 15px rgba(0, 0, 0, 0.08),
              inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    transform: translateY(-5px);
}

.lib-experience-trial .lib-knowledge-lab:hover svg {
    transform: rotate(15deg) scale(1.1);
}

.lib-experience-trial .lib-knowledge-lab:hover svg path {
    fill: rgb(189,127,189);
    filter: drop-shadow(0 0 5px rgb(189,127,189,0.5));
}

.lib-experience-trial .lib-feedback-section:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.2);
    color: #ffffff;
}

.lib-experience-trial .lib-feedback-section:hover::before {
    opacity: 1;
}

.lib-experience-trial .lib-feedback-section:active {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(1px) scale(0.98);
}

header:after {
    left: 0;
    pointer-events: none;
    content: '';
    height: 100%;
    background-image: 
        linear-gradient(to right, 
            transparent 20%, 
            rgba(255, 255, 255, 0.05) 40%, 
            rgba(255, 255, 255, 0.05) 60%, 
            transparent 80%
        ),
        linear-gradient(to bottom, 
            transparent 20%, 
            rgba(255, 255, 255, 0.05) 40%, 
            rgba(255, 255, 255, 0.05) 60%, 
            transparent 80%
        );
    background-size: 100px 100px;
    top: 0;
    position: absolute;
    width: 100%;
}

header .lib-main-pagebar:before {
    content: '';
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-40px);
    position: absolute;
    opacity: 0.5;
    width: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    left: 0;
    height: 20px;
}

header .lib-nav-top {
    gap: 30px;
    display: flex;
    position: relative;
    align-items: center;
}

header .lib-main-info {
    position: relative;
    font-weight: 400;
    font-size: 12px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    padding: 8px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
    transition: all 0.3s ease;
}

header .lib-main-info:hover {
    color: #ffffff;
    transform: translateX(5px);
}

header .lib-main-info:hover:after {
    transform: translateY(-50%) scaleX(1);
}

header .lib-nav-page:before {
    transition: all 0.3s ease;
    left: -10px;
    opacity: 0;
    width: calc(100% + 20px);
    position: absolute;
    height: calc(100% + 20px);
    top: -10px;
    content: '';
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

header .lib-nav-page svg {
    width: auto;
    transition: all 0.3s ease;
    height: 40px;
}

.lib-meet-us::after {
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
    top: 0;
    opacity: 0.1;
    width: 35%;
    background: rgb(205,172,198);
    z-index: 2;
}

.lib-meet-us h2::after {
    height: 4px;
    transform: scaleX(0);
    animation: scaleIn 1.2s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    background: rgb(205,172,198);
    bottom: -12px;
    content: "";
    position: absolute;
    transform-origin: left;
    width: 80px;
}

.lib-meet-us .lib-text-pod > div {
    gap: 25px;
    display: grid;
    grid-template-columns: 1fr;
}

.lib-meet-us .lib-text-pod > div {
    grid-template-columns: 1fr;
}

.lib-meet-us .lib-text-pod p::after {
    left: 0;
    bottom: 0;
    height: 3px;
    content: "";
    position: absolute;
    background: rgb(189,127,189);
    width: 40px;
}

.lib-job-board::before {
    width: 100%;
    top: 0;
    z-index: -1;
    position: absolute;
    left: 0;
    content: "";
    background: linear-gradient(0deg, #000000 20%, transparent 100%);
    height: 100%;
}

.lib-job-board .container {
    display: flex;
    flex-direction: column;
    position: relative;
}

.lib-job-board .company_holder {
    background: rgba(0, 0, 0, 0.4);
    clip-path: polygon(
        0 0,
        calc(100% - 30px) 0,
        100% 30px,
        100% 100%,
        30px 100%,
        0 calc(100% - 30px)
    );
    border-radius: 10px;
    position: relative;
    backdrop-filter: blur(5px);
    padding: 2rem;
    border: 1px solid rgba(rgb(205,172,198), 0.3);
    margin-bottom: 4rem;
}

.lib-job-board .company_holder h3::before {
    top: 2px;
    filter: blur(1px);
    position: absolute;
    left: 2px;
    opacity: 0.7;
    color: rgb(205,172,198);
    z-index: -1;
    content: attr(data-text);
}

.lib-job-board .lib-glossary::before {
    background: linear-gradient(90deg, transparent, rgb(205,172,198), transparent);
    top: -20px;
    width: 100%;
    left: 0;
    content: "";
    height: 1px;
    position: absolute;
}

.lib-job-board .lib-nav-top h5 {
    font-weight: 600;
    letter-spacing: 2px;
    position: relative;
    margin-bottom: 1.5rem;
    color: rgb(189,127,189);
    font-size: 21px;
    text-transform: uppercase;
}

.lib-job-board .lib-nav-top .lib-main-pro a {
    opacity: 0.7;
    transition: all 0.3s ease;
    overflow: hidden;
    text-decoration: none;
    position: relative;
    font-size: 15px;
    padding: 0.5rem 0 0.5rem 1.5rem;
    color: #ffffff;
}

.lib-job-board .lib-nav-top .lib-main-pro a:hover::before {
    color: rgb(189,127,189);
}

.lib-debate-club .container {
    align-items: center;
    justify-content: center;
    display: flex;
}

.lib-debate-club .lib-skill-test::before,
.lib-debate-club .lib-skill-test::after {
    color: rgb(205,172,198);
    margin: 0 10px;
    content: "//";
}

.lib-customer-reviews::before {
    height: 800px;
    z-index: 1;
    background: rgb(205,172,198,0.5);
    position: absolute;
    filter: blur(100px);
    content: "";
    opacity: 0.2;
    border-radius: 50%;
    right: -400px;
    top: -400px;
    width: 800px;
}

.lib-customer-reviews h4::after {
    height: 60px;
    content: "";
    background: rgb(205,172,198,0.5);
    border-radius: 64% 36% 43% 57% / 40% 51% 49% 60%;
    left: -30px;
    top: -20px;
    width: 60px;
    position: absolute;
    z-index: -1;
}

.lib-customer-reviews .lib-review-slider {
    position: relative;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    align-items: center;
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 2;
    border-radius: 63% 37% 54% 46% / 55% 52% 48% 45%;
    min-height: 320px;
    display: flex;
    background: #ffffff;
}

.lib-customer-reviews .lib-review-slider:nth-child(2n):hover {
    transform: translateY(10px);
    border-radius: 72% 28% 50% 50% / 55% 44% 56% 45%;
}

.lib-customer-reviews .lib-image-showcase {
    margin-bottom: 20px;
    border-radius: 65% 35% 65% 35% / 35% 65% 35% 65%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    height: 80px;
    animation: morphing 10s infinite alternate ease-in-out;
    width: 80px;
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: 3px solid #ffffff;
}

.lib-get-in-touch {
    position: relative;
    background: rgb(221,208,219);
    overflow: hidden;
    padding: 120px 0;
}

.lib-get-in-touch .container {
    position: relative;
    margin: 0 auto;
    z-index: 1;
    padding: 0 20px;
    max-width: 1200px;
}

.lib-get-in-touch .lib-request-request {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    display: grid;
}

.lib-get-in-touch .lib-image-showcase {
    order: 2;
    position: relative;
    border-radius: 21px;
    min-height: 500px;
    overflow: hidden;
    box-shadow: -15px 15px 0 rgb(205,172,198,0.5);
}

.lib-get-in-touch form input[type="text"] {
    width: 100%;
    border-radius: 10px;
    color: #000000;
    font-size: 13px;
    border: none;
    padding: 18px 25px;
    font-family: Arial, sans-serif;
    margin-bottom: 25px;
    background: rgb(221,208,219);
    transition: all 0.3s ease;
}

.lib-get-in-touch .lib-help-reach input[type="checkbox"]:checked + label::before {
    background: rgb(205,172,198);
}

.lib-get-in-touch .lib-help-reach input[type="checkbox"]:checked + label::after {
    position: absolute;
    border-right: 2px solid #ffffff;
    content: "";
    top: 6px;
    transform: rotate(45deg);
    left: 8px;
    width: 6px;
    border-bottom: 2px solid #ffffff;
    height: 10px;
}

.lib-get-in-touch svg {
    fill: rgb(205,172,198);
    height: 20px;
    width: 20px;
}

.lib-pricing-plan {
    padding: 120px 0 100px;
    position: relative;
    overflow: hidden;
}

.lib-pricing-plan .container {
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}

.lib-pricing-plan h2 {
    margin-bottom: 20px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
    transform: translateZ(20px);
    color: #ffffff;
    letter-spacing: 1px;
    position: relative;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
}

.lib-pricing-plan .lib-study-cost {
    text-decoration: none;
    height: 100%;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateZ(0);
    display: block;
    position: relative;
}

.lib-pricing-plan .lib-learn-packs::before {
    height: 4px;
    transition: all 0.4s ease;
    opacity: 0.8;
    left: 0;
    background: linear-gradient(90deg, 
        rgb(205,172,198) 0%, 
        rgb(189,127,189) 100%);
    top: 0;
    content: "";
    width: 100%;
    position: absolute;
    transform: scaleX(0.8);
}

.lib-pricing-plan .lib-program-price {
    z-index: 2;
    position: relative;
}

.lib-pricing-plan .lib-program-price h4::after {
    bottom: 0;
    transition: width 0.3s ease;
    width: 40px;
    position: absolute;
    left: 0;
    background-color: rgb(189,127,189);
    content: "";
    height: 2px;
}

.lib-pricing-plan .lib-plan-matrix::before {
    bottom: 0;
    content: "";
    height: 3px;
    background: linear-gradient(90deg, 
        rgb(189,127,189) 0%, 
        transparent 100%);
    width: 60px;
    left: 0;
    position: absolute;
}

.lib-pricing-plan .lib-study-cost:hover .lib-program-price h4::after {
    width: 60px;
}

.lib-pricing-plan .lib-discount-tier li:nth-child(1) {
    animation-delay: 0.1s;
}

.lib-pricing-plan .lib-discount-tier li:nth-child(4) {
    animation-delay: 0.4s;
}

.lib-visitor-confirm {
    flex-shrink: 0;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    box-shadow: 0 0 15px rgb(205,172,198);
    margin-right: 20px;
    border-radius: 29px;
}

.lib-edu-consent {
    min-width: 300px;
    color: #ffffff;
    flex: 1;
}

.lib-edu-consent p {
    text-shadow: 0 0 5px rgb(205,172,198,0.5);
    font-size: 12px;
    margin-bottom: 0;
    color: #ffffff;
}

.lib-cookie-preference:hover {
    background: rgb(189,127,189);
    box-shadow: 0 0 20px rgb(189,127,189,0.5);
}

.lib-cookieSettingsWindow p a:hover {
    color: rgb(189,127,189);
}

#lib-cookie-info-alert:checked ~ .lib-cookieSettingsWindow {
    opacity: 0;
    visibility: hidden;
}

.lib-privacy-stronghold h2 {
    width: 100%;
    border-bottom: 2px solid rgb(189,127,189);
    color: rgb(189,127,189);
    font-weight: 600;
    text-align: center;
    padding-bottom: 10px;
    margin-top: 40px;
    margin-bottom: 25px;
    font-size: 38px;
}

.lib-privacy-stronghold li {
    line-height: 1.6;
    color: #000000;
    border-left: 3px solid rgb(205,172,198);
    position: relative;
    font-size: 18px;
    margin-bottom: 15px;
    padding-left: 10px;
    font-weight: 400;
    padding-left: 20px;
}

.lib-opening-page {
    padding: 6% 4%;
    display: flex;
    background: linear-gradient(135deg, rgb(221,208,219) 0%, rgba(94,170,168,0.1) 100%);
    justify-content: center;
    flex-direction: column;
    min-height: 85vh;
    overflow: hidden;
    position: relative;
}

.lib-opening-page::after {
    content: "";
    width: 25%;
    animation: float 12s infinite ease-in-out;
    right: -5%;
    opacity: 0.08;
    border-radius: 50%;
    position: absolute;
    height: 25%;
    background: rgb(189,127,189);
    filter: blur(40px);
    z-index: 0;
    top: -5%;
}

.lib-opening-page .lib-knowledge-lab {
    flex-direction: column;
    position: relative;
    gap: 2rem;
    display: flex;
    z-index: 2;
}

.lib-opening-page .lib-text-pod ol li {
    margin: 0;
}

.lib-opening-page .lib-course-entry {
    gap: 1.5rem;
    flex-direction: column;
    display: flex;
}

.lib-opening-page .lib-course-entry svg path {
    transition: fill 0.3s ease;
}

.lib-opening-page .lib-course-entry svg text {
    transition: fill 0.3s ease;
    font-family: Arial, sans-serif;
}

.lib-opening-page .lib-course-entry p::after {
    bottom: -1rem;
    position: absolute;
    height: 1px;
    left: 0;
    content: "";
    width: 35%;
    background: linear-gradient(90deg, rgb(189,127,189) 30%, transparent 100%);
}

.lib-opening-page .lib-feedback-section:hover {
    box-shadow: 0 8px 25px rgba(94,170,168,0.3);
    transform: translateY(-3px);
}

.lib-opening-page .lib-feedback-section:hover::before {
    opacity: 1;
}

.lib-opening-page .lib-image-showcase {
    transform: perspective(1000px) rotateY(-2deg) rotateX(2deg);
    transition: transform 0.5s ease-out, box-shadow 0.5s ease;
    min-height: 300px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
    border-radius: 26px;
}

.lib-opening-page .lib-image-showcase:hover {
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg);
}



@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}



@media (max-width: 991px) {.lib-find-support {
    padding: 60px 0;
}.lib-find-support .lib-support-center {
    padding: 35px;
    transform: rotateY(-2deg);
}.lib-find-support h2 {
    margin-bottom: 25px;
    font-size: calc(34px * 0.9);
}.lib-find-support .lib-write-form {
    gap: 15px;
    margin-top: 30px;
}.lib-find-support .lib-edu-tutor {
    padding: 12px 20px;
}
}



@media (min-width: 768px) {.lib-program-information .lib-skill-route {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}.lib-program-information .lib-image-showcase {
    height: 450px;
}.lib-program-information h3 {
    font-size: calc(23px * 1.2);
    padding-left: 1.5rem;
}.lib-program-information h3::before {
    height: 0.6rem;
    width: 0.6rem;
}.lib-program-information .lib-text-pod::before {
    left: -30px;
}
}



@media (min-width: 1200px) {.lib-program-information .lib-skill-route {
    gap: 6rem;
}.lib-program-information .lib-image-showcase {
    transform: perspective(1500px) rotateY(3deg);
    height: 550px;
}.lib-program-information .lib-image-showcase:hover {
    transform: perspective(1500px) rotateY(0);
}.lib-program-information h3 {
    font-size: calc(33px * 0.8);
}.lib-program-information p.description {
    max-height: 500px;
}
}



@media (max-width: 992px) {.lib-education-experience {
    padding: 5rem 1.5rem;
}.lib-education-experience .lib-review-slider {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
}.lib-education-experience .lib-review-slider .lib-image-showcase {
    min-height: 350px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    transform: scale(1.02) translateY(-5%);
}.lib-education-experience .lib-review-slider .lib-image-showcase:hover {
    transform: scale(1.03) translateY(-4%);
}.lib-education-experience .lib-review-slider .name {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    grid-column: 1 / 2;
    grid-row: 2 / 3;
}.lib-education-experience .lib-review-slider span:not(.name) {
    padding: 0 1.5rem 1rem 1.5rem;
    grid-row: 3 / 4;
    grid-column: 1 / 2;
}.lib-education-experience .lib-review-slider .lib-job-block {
    padding: 1.5rem;
    border-radius: 10px;
    grid-row: 4 / 5;
    margin-right: 0;
    grid-column: 1 / 2;
}
}



@media (max-width: 991px) {.lib-experience-trial {
    padding: 4rem 0;
}.lib-experience-trial h2 {
    font-size: calc(38px * 0.85);
    max-width: 90%;
}.lib-experience-trial .lib-knowledge-lab {
    padding: 2rem;
}
}



@media (max-width: 991px) {header .container {
    padding: 12px 20px;
}header .lib-nav-top {
    gap: 20px;
}header .lib-nav-page svg {
    height: 35px;
}
}



@media (max-width: 767px) {header .lib-nav-top {
    flex-direction: column;
    width: 80%;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
    max-width: 320px;
    background: rgb(205,172,198);
    z-index: 1001;
    gap: 25px;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    position: fixed;
    height: 100vh;
    top: 0;
    padding: 80px 30px 30px;
    right: -100%;
}header .lib-nav-top:before {
    top: 60px;
    width: 80%;
    bottom: auto;
    left: 10%;
}header .lib-nav-top:after {
    pointer-events: none;
    right: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    height: 30px;
    width: 30px;
    content: '';
    top: 20px;
    position: absolute;
    border-radius: 50%;
}header .menu.active {
    right: 0;
}header .lib-main-info {
    width: 100%;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}header .lib-main-info:hover {
    transform: translateX(0);
}header .lib-main-info:last-child {
    border-bottom: none;
}header .lib-nav-page {
    margin: 0 auto;
}
}



@media screen and (max-width: 768px) {.lib-job-board {
    padding: 4rem 0 2rem;
}.lib-job-board .company_holder {
    margin-bottom: 3rem;
    padding: 1.5rem;
}.lib-job-board .company_holder h3 {
    font-size: 38px;
}.lib-job-board .lib-nav-top h5 {
    font-size: calc(21px * 0.9);
}.lib-debate-club {
    padding: 1.2rem 0;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
    margin-top: 2rem;
}
}



@media screen and (max-width: 991px) {.lib-get-in-touch {
    padding: 90px 0;
}.lib-get-in-touch .lib-request-request {
    gap: 40px;
    grid-template-columns: 1fr;
}.lib-get-in-touch .lib-image-showcase {
    min-height: 400px;
    margin: 0 auto;
    max-width: 600px;
    order: 1;
}.lib-get-in-touch .lib-request-block {
    order: 2;
}.lib-get-in-touch form {
    margin: 0 auto;
    max-width: 600px;
}
}



@media screen and (max-width: 767px) {.lib-get-in-touch {
    padding: 70px 0;
}.lib-get-in-touch h2 {
    font-size: calc(28px * 0.9);
    margin-bottom: 40px;
}.lib-get-in-touch .lib-image-showcase {
    min-height: 300px;
    box-shadow: -10px 10px 0 rgb(205,172,198,0.5);
    width: 100%;
}.lib-get-in-touch form {
    padding: 40px 30px;
}
}




@media (max-width: 1200px) {.lib-pricing-plan {
    padding: 100px 0 80px;
}.lib-pricing-plan .lib-discount-tier {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 25px;
}
}



@media (max-width: 992px) {.lib-pricing-plan h2 {
    font-size: calc(32px * 0.9);
}.lib-pricing-plan .lib-plan-fees {
    margin-bottom: 40px;
}.lib-pricing-plan .lib-learn-packs {
    padding: 35px 25px;
}
}


@media only screen and (max-width: 1200px) {.lib-cookieSettingsWindow {
    padding: 20px;
}.lib-cookie-all {
    padding: 20px 2%;
}
}


@media only screen and (max-width: 800px) {.lib-visitor-confirm {
    display: none;
}.lib-cookie-all {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.lib-edu-consent {
    margin-bottom: 20px;
    text-align: center;
}.lib-cookieSettingsWindow h5, .lib-cookieSettingsWindow p {
    text-align: center;
}.lib-cookie-preference {
    width: 100%;
    margin-left: 0;
    text-align: center;
    margin-top: 10px;
}}



@media (min-width: 992px) {.lib-opening-page {
    min-height: 90vh;
}.lib-opening-page .lib-knowledge-lab {
    gap: 6rem;
}.lib-opening-page .lib-text-pod {
    padding: 0 2rem 0 0;
}.lib-opening-page .lib-image-showcase {
    min-height: 500px;
}.lib-opening-page .lib-course-entry svg {
    width: 120px;
    height: 120px;
}.lib-opening-page .lib-course-entry p {
    line-height: 1.7;
    font-size: calc(17px * 1.6);
}.lib-opening-page .lib-feedback-section {
    padding: 1.1rem 2.5rem;
}.lib-opening-page h1::before {
    width: 5rem;
}
}



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



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



@keyframes backgroundMovement {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  100% {
    transform: translate(50px, 50px) rotate(10deg);
  }
}



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



@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
}



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



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

@keyframes morphing {
    0% {
        border-radius: 65% 35% 65% 35% / 35% 65% 35% 65%;
    }
    25% {
        border-radius: 35% 65% 35% 65% / 65% 35% 65% 35%;
    }
    50% {
        border-radius: 55% 45% 75% 25% / 25% 75% 25% 75%;
    }
    75% {
        border-radius: 25% 75% 45% 55% / 75% 25% 75% 25%;
    }
    100% {
        border-radius: 65% 35% 65% 35% / 35% 65% 35% 65%;
    }
}

