* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.top_teachlib {
    flex: 1 0 auto;
}.container {
    max-width: 100%;
    width: 1241px;
    margin: auto;
}svg {
    width: 30px;
    height: 30px;
}a {
    text-decoration: none;
    color: inherit;
}html,body {
    min-height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    height: 100%;
    scroll-behavior: smooth;
}header,footer {
    width: 100%;
}.gdpr_blocklib {
    flex: 0 0 auto;
}.wrapper-viewportlib {
    height: 100%;
    display: flex;
    min-height: 100%;
    flex-direction: column;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.customer_feedbacklib {
    overflow: hidden;
    position: relative;
    padding: 7rem 2rem;
    background: linear-gradient(135deg, rgb(180,192,192) 0%, #ffffff 100%);
}.customer_feedbacklib::before {
    position: absolute;
    left: 0;
    height: 100%;
    background-size: 60px 60px;
    content: "";
    opacity: 0.07;
    z-index: 0;
    top: 0;
    width: 100%;
    background: 
        linear-gradient(45deg, rgb(143,155,155,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(143,155,155,0.5) 25%, transparent 25%);
}.customer_feedbacklib .study_programslib {
    z-index: 1;
    margin: 0 auto;
    max-width: 1000px;
    position: relative;
}.customer_feedbacklib h4 {
    color: #000000;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 4rem;
    font-weight: 700;
    font-size: 34px;
}.customer_feedbacklib h4::before {
    content: "";
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    height: 3px;
    width: 80px;
    background: rgb(143,155,155);
}.customer_feedbacklib h4::after {
    width: 40px;
    content: "";
    left: 50%;
    height: 3px;
    bottom: -22px;
    background: rgb(107,117,116);
    transform: translateX(-50%);
    position: absolute;
}.customer_feedbacklib .user_opinionslib {
    flex-direction: column;
    display: flex;
    position: relative;
    padding-left: 50px;
}.customer_feedbacklib .user_opinionslib::before {
    top: 0;
    background: linear-gradient(to bottom, rgb(143,155,155), rgb(107,117,116));
    position: absolute;
    left: 24px;
    width: 2px;
    bottom: 0;
    content: "";
    z-index: 1;
}.customer_feedbacklib .user_opinionslib::after {
    left: 20px;
    bottom: 0;
    content: "";
    border-radius: 50%;
    background: rgb(107,117,116);
    width: 10px;
    height: 10px;
    position: absolute;
    z-index: 2;
}.customer_feedbacklib .feedback_storieslib {
    position: relative;
    width: 100%;
    margin-bottom: 4rem;
    padding: 2rem;
    border-radius: 13px;
    transform: translateX(0);
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
}.customer_feedbacklib .feedback_storieslib:last-child {
    margin-bottom: 0;
}.customer_feedbacklib .feedback_storieslib::before {
    border: 3px solid #ffffff;
    z-index: 2;
    height: 16px;
    box-shadow: 0 0 0 3px rgb(143,155,155,0.5);
    content: "";
    background: rgb(143,155,155);
    border-radius: 50%;
    position: absolute;
    top: 20px;
    width: 16px;
    left: -65px;
    transition: all 0.3s ease;
}.customer_feedbacklib .feedback_storieslib::after {
    z-index: 1;
    background: rgb(143,155,155,0.5);
    content: "";
    position: absolute;
    top: 24px;
    height: 2px;
    width: 20px;
    left: -15px;
}.customer_feedbacklib .feedback_storieslib:hover {
    transform: translateX(10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}.customer_feedbacklib .feedback_storieslib:hover::before {
    background: rgb(107,117,116);
    transform: scale(1.2);
}.customer_feedbacklib .feedback_storieslib:nth-child(even) {
    align-self: flex-end;
    background: linear-gradient(135deg, #ffffff 0%, rgb(180,192,192) 100%);
    border-left: 3px solid rgb(143,155,155);
}.customer_feedbacklib .feedback_storieslib:nth-child(odd) {
    align-self: flex-start;
    background: linear-gradient(135deg, rgb(180,192,192) 0%, #ffffff 100%);
    border-right: 3px solid rgb(107,117,116);
}.customer_feedbacklib .feedback_storieslib .img_striplib {
    float: left;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    height: 70px;
    transition: all 0.3s ease;
    margin-right: 20px;
    border: 3px solid #ffffff;
    width: 70px;
}.customer_feedbacklib .feedback_storieslib:hover .img_striplib {
    border-color: rgb(143,155,155,0.5);
    transform: scale(1.05);
}.customer_feedbacklib .feedback_storieslib:nth-child(even) .img_striplib {
    float: right;
    margin-left: 20px;
    margin-right: 0;
}.customer_feedbacklib .feedback_storieslib span {
    display: block;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 0.5rem;
    color: #000000;
    padding-top: 10px;
}.customer_feedbacklib .feedback_storieslib:nth-child(even) span {
    text-align: right;
}.customer_feedbacklib .feedback_storieslib p {
    color: #000000;
    font-size: 13px;
    line-height: 1.6;
    margin-top: 1rem;
    clear: both;
}.customer_feedbacklib .feedback_storieslib:nth-child(even) p {
    text-align: right;
}

@media (max-width: 992px) {.customer_feedbacklib {
    padding: 5rem 1.5rem;
}.customer_feedbacklib h4 {
    font-size: calc(34px * 0.9);
}.customer_feedbacklib .feedback_storieslib {
    padding: 1.5rem;
}
}

@media (max-width: 768px) {.customer_feedbacklib {
    padding: 4rem 1rem;
}.customer_feedbacklib .user_opinionslib {
    padding-left: 30px;
}.customer_feedbacklib .user_opinionslib::before {
    left: 14px;
}.customer_feedbacklib .user_opinionslib::after {
    left: 10px;
}.customer_feedbacklib .feedback_storieslib::before {
    height: 14px;
    left: -45px;
    width: 14px;
}.customer_feedbacklib h4 {
    font-size: calc(34px * 0.8);
    margin-bottom: 3rem;
}.customer_feedbacklib .feedback_storieslib:nth-child(even),
    .customer_feedbacklib .feedback_storieslib:nth-child(odd) {
    align-self: auto;
    width: 100%;
}.customer_feedbacklib .feedback_storieslib .img_striplib {
    margin: 0 auto 1rem;
    float: none;
}.customer_feedbacklib .feedback_storieslib:nth-child(even) .img_striplib {
    margin: 0 auto 1rem;
    float: none;
}.customer_feedbacklib .feedback_storieslib span,
    .customer_feedbacklib .feedback_storieslib:nth-child(even) span {
    text-align: center;
    padding-top: 0;
}.customer_feedbacklib .feedback_storieslib p,
    .customer_feedbacklib .feedback_storieslib:nth-child(even) p {
    text-align: center;
}}.confidential_cordonlib {
    width: 100%;
    padding: 40px;
    height: auto;
}.confidential_cordonlib h1 {
    border-bottom: 2px solid rgb(107,117,116);
    font-family: Arial, sans-serif;
    text-shadow: 0 0 10px rgb(143,155,155);
    padding-bottom: 10px;
    grid-column: span 2;
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 20px;
    color: rgb(143,155,155);
    text-align: center;
    margin-top: 0;
}.confidential_cordonlib h2 {
    font-size: 30px;
    color: rgb(107,117,116);
    font-family: Arial, sans-serif;
    text-shadow: 0 0 5px rgb(107,117,116);
    border-left: 4px solid rgb(143,155,155);
    margin-bottom: 15px;
    margin-top: 0;
    font-weight: 600;
    text-align: left;
    padding-left: 10px;
}.confidential_cordonlib ul {
    padding-left: 0;
    list-style-type: none;
    margin: 0;
}.confidential_cordonlib li {
    padding: 10px;
    text-shadow: 0 0 5px rgb(143,155,155);
    color: #ffffff;
    font-size: 16px;
    border: 1px solid rgb(143,155,155);
    background: rgb(107,117,116,0.5);
    margin-bottom: 10px;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    line-height: 1.5;
}.confidential_cordonlib div {
    line-height: 1.8;
    border: 1px solid rgb(107,117,116);
    margin-bottom: 15px;
    font-size: 16px;
    padding: 15px;
    font-family: Arial, sans-serif;
    background: rgb(143,155,155,0.5);
    border-radius: 26px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    color: #ffffff;
}.confidential_cordonlib p, .confidential_cordonlib span {
    font-size: 16px;
    margin-bottom: 10px;
    color: #ffffff;
    text-shadow: 0 0 5px rgb(107,117,116);
    line-height: 1.8;
}
@media only screen and (max-width: 800px) {.confidential_cordonlib {
    gap: 20px;
    grid-template-columns: 1fr;
    padding: 20px;
}.confidential_cordonlib h1 {
    font-size: calc(22px - 4px);
    margin-bottom: 15px;
}.confidential_cordonlib h2 {
    font-size: calc(22px - 2px);
    margin-bottom: 10px;
}.confidential_cordonlib ul {
    padding-left: 0;
}.confidential_cordonlib li {
    margin-bottom: 8px;
    padding: 8px;
}.confidential_cordonlib div {
    padding: 10px;
}}.sign_uplib {
    isolation: isolate;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(107,117,116,0.5), rgb(143,155,155));
    position: relative;
    padding: 5rem 2rem;
}.sign_uplib::before {
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 15px,
        rgba(255, 255, 255, 0.03) 15px,
        rgba(255, 255, 255, 0.03) 30px
    );
    content: "";
    position: absolute;
    width: 100%;
    z-index: -1;
    left: 0;
    top: 0;
}.sign_uplib::after {
    background: radial-gradient(circle, rgb(107,117,116) 0%, transparent 70%);
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: 0.15;
    top: -50%;
    right: -50%;
    content: "";
    animation: pulseGlow 15s infinite alternate ease-in-out;
}.sign_uplib .container {
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
    position: relative;
}.sign_uplib .study_programslib {
    align-items: center;
    transform: perspective(1000px) rotateX(2deg);
    display: flex;
    gap: 2.5rem;
    clip-path: polygon(
        0 5%,
        3% 0,
        97% 0,
        100% 5%,
        100% 95%,
        97% 100%,
        3% 100%,
        0 95%
    );
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 3px 10px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    background: rgba(255, 255, 255, 0.08);
    flex-direction: column;
    backdrop-filter: blur(10px);
    padding: 3rem 2rem;
}.sign_uplib h3 {
    animation: fadeSlideUp 0.8s ease-out;
    font-weight: 600;
    max-width: 90%;
    text-align: center;
    opacity: 1;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    line-height: 1.4;
    transform: translateY(0);
    margin: 0;
    font-family: Arial, sans-serif;
    color: #ffffff;
    letter-spacing: 0.02em;
    font-size: clamp(1.5rem, 2.5vw, 2.2rem);
}.sign_uplib .input_holder {
    gap: 1.5rem;
    display: flex;
    max-width: 550px;
    flex-direction: column;
    width: 100%;
}.sign_uplib .input_holder div {
    position: relative;
    width: 100%;
}.sign_uplib .input_holder div::before {
    left: 0;
    position: absolute;
    content: "";
    transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    bottom: -5px;
    width: 0;
    height: 2px;
    background: rgb(107,117,116);
    z-index: 1;
}.sign_uplib .input_holder div:focus-within::before {
    width: 100%;
}.sign_uplib input[type="email"] {
    font-size: 18px;
    border-radius: 10px;
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    color: #ffffff;
    padding: 1.2rem 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.12);
    width: 100%;
    outline: none;
}.sign_uplib input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.7);
}.sign_uplib input[type="email"]:focus {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1);
}.sign_uplib .updates_formlib {
    align-self: center;
    font-family: Arial, sans-serif;
    background: rgb(107,117,116);
    border: none;
    cursor: pointer;
    color: #ffffff;
    text-transform: uppercase;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    letter-spacing: 0.03em;
    padding: 1.1rem 2.5rem;
    border-radius: 10px;
    font-size: 16px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    font-weight: 600;
    position: relative;
}.sign_uplib .updates_formlib::before {
    transition: 0.5s;
    height: 100%;
    top: 0;
    left: -100%;
    width: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    position: absolute;
    content: "";
}.sign_uplib .updates_formlib:hover {
    transform: translateY(-3px) scale(1.02);
    background: rgb(143,155,155);
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.2);
}.sign_uplib .updates_formlib:hover::before {
    left: 100%;
}.sign_uplib .updates_formlib:active {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(1px) scale(0.98);
}

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

@keyframes pulseGlow {
    0%, 100% {
        transform: scale(1);
        opacity: 0.15;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.25;
    }
}

@media (min-width: 768px) {.sign_uplib {
    padding: 7rem 3rem;
}.sign_uplib .study_programslib {
    gap: 3rem;
    padding: 4rem 3rem;
}.sign_uplib .input_holder {
    flex-direction: row;
    align-items: stretch;
}.sign_uplib .input_holder div {
    flex: 1;
}.sign_uplib .updates_formlib {
    padding: 0 2.5rem;
    align-self: stretch;
}
}

@media (min-width: 992px) {.sign_uplib {
    padding: 8rem 4rem;
}.sign_uplib .study_programslib {
    transform: perspective(1000px) rotateX(2deg) translateZ(0);
    padding: 5rem 4rem;
}.sign_uplib h3 {
    max-width: 80%;
    font-size: 18px;
}.sign_uplib input[type="email"] {
    padding: 1.3rem 1.8rem;
}
}

@media (max-width: 767px) {.sign_uplib {
    padding: 4rem 1.5rem;
}.sign_uplib .study_programslib {
    padding: 2.5rem 1.5rem;
    gap: 2rem;
}.sign_uplib h3 {
    max-width: 100%;
    font-size: 1.3rem;
}
}

@media (max-width: 480px) {.sign_uplib .study_programslib {
    padding: 2rem 1.2rem;
    clip-path: polygon(
            0 2%,
            2% 0,
            98% 0,
            100% 2%,
            100% 98%,
            98% 100%,
            2% 100%,
            0 98%
        );
}.sign_uplib input[type="email"] {
    padding: 1rem 1.2rem;
}.sign_uplib .updates_formlib {
    padding: 1rem 1.5rem;
    font-size: 0.9rem;
}}header {
    position: relative;
    overflow: visible;
    z-index: 100;
    padding: 0;
    background: rgb(107,117,116);
    margin-top: 0;
}header::before {
    top: 0;
    z-index: 0;
    content: '';
    background-image: linear-gradient(0deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px),
    linear-gradient(90deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px);
    background-size: 20px 20px;
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
}header::after {
    top: 0;
    left: 0;
    content: '';
    height: 100%;
    z-index: 0;
    background: 
        linear-gradient(to right, transparent 0%, rgb(107,117,116,0.5) 50%, transparent 100%),
        linear-gradient(to bottom, transparent 0%, rgb(107,117,116,0.5) 50%, transparent 100%);
    width: 100%;
    position: absolute;
}header .top_leadlib {
    align-items: center;
    position: relative;
    display: flex;
    padding: 1.3rem 2.5rem;
    justify-content: space-between;
    z-index: 5;
}header .header_lessonlib {
    z-index: 2;
    padding: 0.5rem 0.7rem;
    flex: 0 0 auto;
    border-left: 3px solid rgb(143,155,155);
    margin-right: 2rem;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
}header .header_lessonlib::before {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    transform: scaleX(0);
    transition: all 0.4s ease;
    width: 100%;
    content: '';
    opacity: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}header .header_lessonlib:hover {
    box-shadow: 5px 0 15px -5px rgb(143,155,155);
    transform: translateX(5px);
}header .header_lessonlib:hover::before {
    opacity: 1;
    transform: scaleX(1);
}header .header_knowlib {
    transition: all 0.3s ease;
    position: relative;
    display: block;
}header .header_knowlib::after {
    height: 10px;
    background: rgb(143,155,155);
    content: '';
    width: 10px;
    transition: all 0.3s ease;
    position: absolute;
    bottom: -5px;
    opacity: 0;
    right: -5px;
}header .header_knowlib:hover::after {
    opacity: 1;
}header .header_knowlib img {
    max-height: 40px;
    filter: brightness(1.1);
}header .top_knowlib {
    position: relative;
    padding: 0;
    z-index: 2;
    list-style: none;
    display: flex;
    margin: 0;
}header .top_knowlib::before {
    height: 1px;
    width: 40px;
    right: -20px;
    position: absolute;
    background: rgb(143,155,155);
    content: '';
    top: 50%;
    transform: translateY(-50%);
}header .nav_pagelib {
    margin: 0 1px;
    position: relative;
}header .nav_pagelib a {
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px;
    align-items: center;
    transition: all 0.3s ease;
    border-left: 1px solid transparent;
    color: #ffffff;
    padding: 0 1.2rem;
    text-decoration: none;
    overflow: hidden;
    justify-content: center;
    height: 45px;
    border-right: 1px solid transparent;
    display: flex;
    z-index: 1;
    position: relative;
}header .nav_pagelib a::before {
    width: 100%;
    transform: translateX(-100%);
    height: 100%;
    content: '';
    background: rgb(143,155,155);
    top: 0;
    transition: transform 0.3s ease;
    left: 0;
    position: absolute;
    z-index: -1;
}header .nav_pagelib a:hover {
    border-left-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    border-right-color: rgba(255, 255, 255, 0.2);
}header .nav_pagelib a:hover::before {
    transform: translateX(0);
}header .nav_pagelib a::after {
    background: rgb(143,155,155);
    top: 0;
    transform-origin: right;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transition: transform 0.3s ease;
    height: 2px;
    width: 100%;
    content: '';
}header .nav_pagelib a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}header .nav_pagelib::before {
    transition: transform 0.3s ease;
    transform: translateY(-50%) scale(0);
    background: rgb(143,155,155);
    top: 50%;
    left: -10px;
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
}header .nav_pagelib:hover::before {
    transform: translateY(-50%) scale(1);
}header .top_leadlib::before {
    height: 1px;
    width: 30px;
    background: rgb(143,155,155);
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
}header .top_leadlib::after {
    position: absolute;
    width: 1px;
    top: 20px;
    height: 30px;
    content: '';
    left: 20px;
    background: rgb(143,155,155);
}.top_teachlib {
    position: relative;
    z-index: 1;
    padding-top: 2rem;
    background: rgb(180,192,192);
}@keyframes typingCursor {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

header .nav_pagelib:last-child::after {
    content: '|';
    font-weight: 700;
    transform: translateY(-50%);
    color: rgb(143,155,155);
    top: 50%;
    position: absolute;
    animation: typingCursor 1s infinite;
    right: -10px;
}

@media (min-width: 1400px) {header .top_leadlib {
    max-width: 1320px;
    margin: 0 auto;
}header .nav_pagelib {
    margin: 0 2px;
}header .nav_pagelib a {
    padding: 0 1.5rem;
}
}

@media (max-width: 991px) {header .top_leadlib {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .header_lessonlib {
    margin-right: 0;
    margin-bottom: 0;
}header .top_knowlib {
    justify-content: flex-end;
    margin-top: 1rem;
    flex-basis: 100%;
}header .top_knowlib::before {
    display: none;
}header .nav_pagelib a {
    font-size: calc(15px - 1px);
    height: 40px;
    padding: 0 1rem;
}header .nav_pagelib::before {
    display: none;
}header .top_leadlib::before,
    header .top_leadlib::after {
    display: none;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .top_leadlib {
    padding: 0.8rem 1.5rem;
}header .header_lessonlib {
    max-width: 140px;
    padding: 0.4rem 0.6rem;
}header .header_knowlib img {
    max-height: 35px;
}header .top_knowlib {
    padding-bottom: 0.5rem;
    overflow-x: auto;
    justify-content: flex-start;
    scrollbar-width: thin;
    margin-top: 0.8rem;
    -webkit-overflow-scrolling: touch;
}header .top_knowlib::-webkit-scrollbar {
    height: 3px;
}header .top_knowlib::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(143,155,155);
}header .nav_pagelib {
    margin: 0;
    flex: 0 0 auto;
}header .nav_pagelib a {
    padding: 0 0.8rem;
    letter-spacing: 0.5px;
    font-size: calc(15px - 2px);
    white-space: nowrap;
    height: 35px;
}header .nav_pagelib:last-child::after {
    display: none;
}
}

@media (max-width: 479px) {header .top_leadlib {
    padding: 0.7rem 1.2rem;
}header .header_lessonlib {
    padding: 0.3rem 0.5rem;
    max-width: 120px;
}header .nav_pagelib a {
    font-size: calc(15px - 3px);
    padding: 0 0.6rem;
    height: 32px;
}}.course_beneficiarieslib {
    background: linear-gradient(135deg, rgb(180,192,192) 0%, rgb(107,117,116,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
}.course_beneficiarieslib::before {
    background: 
        linear-gradient(45deg, transparent 45%, rgb(143,155,155,0.5) 46%, rgb(143,155,155,0.5) 54%, transparent 55%),
        linear-gradient(135deg, transparent 45%, rgb(107,117,116,0.5) 46%, rgb(107,117,116,0.5) 54%, transparent 55%);
    top: 0;
    background-size: 50px 50px;
    z-index: 1;
    height: 100%;
    width: 100%;
    opacity: 0.1;
    content: '';
    position: absolute;
    left: 0;
}.course_beneficiarieslib::after {
    height: 100%;
    top: 0;
    width: 100%;
    background-size: 180px 180px;
    content: '';
    opacity: 0.4;
    position: absolute;
    left: 0;
    background-image: radial-gradient(circle at 50% 50%, rgb(143,155,155,0.5) 0%, transparent 2%),
        radial-gradient(circle at 20% 20%, rgb(143,155,155,0.5) 0%, transparent 2%),
        radial-gradient(circle at 30% 70%, rgb(143,155,155,0.5) 0%, transparent 2%),
        radial-gradient(circle at 70% 40%, rgb(143,155,155,0.5) 0%, transparent 2%),
        radial-gradient(circle at 80% 30%, rgb(143,155,155,0.5) 0%, transparent 2%),
        radial-gradient(circle at 90% 80%, rgb(143,155,155,0.5) 0%, transparent 2%),
        radial-gradient(circle at 10% 90%, rgb(143,155,155,0.5) 0%, transparent 2%),
        radial-gradient(circle at 60% 10%, rgb(143,155,155,0.5) 0%, transparent 2%),
        radial-gradient(circle at 40% 60%, rgb(143,155,155,0.5) 0%, transparent 2%),
        radial-gradient(circle at 95% 40%, rgb(143,155,155,0.5) 0%, transparent 2%);
    animation: pulseDots 10s infinite alternate;
    z-index: 1;
}.course_beneficiarieslib .study_programslib {
    max-width: 1200px;
    z-index: 2;
    padding: 0 2rem;
    margin: 0 auto;
    position: relative;
}.course_beneficiarieslib h3 {
    margin-bottom: 3rem;
    font-size: 33px;
    color: rgb(107,117,116);
    text-align: left;
    font-weight: 700;
    position: relative;
    box-shadow: -5px 0 15px rgb(143,155,155,0.5);
    border-left: 4px solid rgb(143,155,155);
    padding-left: 1.5rem;
}.course_beneficiarieslib ul {
    margin: 0;
    list-style-type: none;
    display: grid;
    gap: 2rem;
    padding: 0;
    grid-template-columns: repeat(2, 1fr);
}.course_beneficiarieslib li {
    display: flex;
    align-items: center;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.03);
    border-radius: 16px;
    background-color: rgba(255, 255, 255, 0.15);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    padding: 1.8rem;
    position: relative;
}.course_beneficiarieslib li::before {
    pointer-events: none;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, transparent 100%);
    content: '';
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}.course_beneficiarieslib li::after {
    top: 0;
    transition: width 0.4s ease, opacity 0.4s ease;
    position: absolute;
    opacity: 0.7;
    content: '';
    left: 0;
    height: 100%;
    width: 5px;
    background: rgb(143,155,155);
}.course_beneficiarieslib li:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 10px 20px rgba(0, 0, 0, 0.05),
        0 0 25px rgb(143,155,155,0.5);
    background-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-5px) scale(1.02);
}.course_beneficiarieslib li:hover::after {
    width: 8px;
    opacity: 1;
}.course_beneficiarieslib li svg {
    transition: all 0.4s ease;
    filter: drop-shadow(0 0 8px rgb(143,155,155,0.5));
    height: 40px;
    flex-shrink: 0;
    fill: rgb(143,155,155);
    animation: pulseIcon 3s infinite alternate;
    margin-right: 1.5rem;
    width: 40px;
}.course_beneficiarieslib li:hover svg {
    animation-duration: 1.5s;
}.course_beneficiarieslib li svg path {
    transition: all 0.4s ease;
}.course_beneficiarieslib li:hover svg path {
    fill: rgb(143,155,155);
}.course_beneficiarieslib li {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    color: #ffffff;
}.course_beneficiarieslib li:nth-child(1)::after {
    animation-delay: 0s;
}.course_beneficiarieslib li:nth-child(2)::after {
    animation-delay: 0.5s;
}.course_beneficiarieslib li:nth-child(3)::after {
    animation-delay: 1s;
}.course_beneficiarieslib li:nth-child(4)::after {
    animation-delay: 1.5s;
}.course_beneficiarieslib li:nth-child(1) svg {
    animation-delay: 0s;
}.course_beneficiarieslib li:nth-child(2) svg {
    animation-delay: 1s;
}.course_beneficiarieslib li:nth-child(3) svg {
    animation-delay: 0.5s;
}.course_beneficiarieslib li:nth-child(4) svg {
    animation-delay: 1.5s;
}

@keyframes pulseDots {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
}

@keyframes pulseIcon {
    0%, 100% {
        transform: scale(1);
        filter: drop-shadow(0 0 5px rgb(143,155,155,0.5));
    }
    50% {
        transform: scale(1.05);
        filter: drop-shadow(0 0 12px rgb(143,155,155));
    }
}

@keyframes glowLine {
    0%, 100% {
        box-shadow: 0 0 5px rgb(143,155,155,0.5);
    }
    50% {
        box-shadow: 0 0 15px rgb(143,155,155);
    }
}

@media (max-width: 991px) {.course_beneficiarieslib {
    padding: 4rem 0;
}.course_beneficiarieslib h3 {
    font-size: calc(33px * 0.9);
    padding-left: 1.2rem;
}.course_beneficiarieslib li {
    padding: 1.5rem;
}.course_beneficiarieslib li svg {
    margin-right: 1.2rem;
    width: 35px;
    height: 35px;
}
}

@media (max-width: 767px) {.course_beneficiarieslib {
    padding: 3rem 0;
}.course_beneficiarieslib ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.course_beneficiarieslib h3 {
    border-left: none;
    box-shadow: 0 5px 15px rgb(143,155,155,0.5);
    border-bottom: 4px solid rgb(143,155,155);
    margin-bottom: 2.5rem;
    font-size: calc(33px * 0.8);
    padding-left: 0;
    padding-bottom: 1rem;
    text-align: center;
}.course_beneficiarieslib li {
    padding: 1.2rem;
}.course_beneficiarieslib li svg {
    width: 30px;
    height: 30px;
    margin-right: 1rem;
}}.reach_out_infolib {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(180,192,192) 0%, rgba(245, 247, 250, 0.9) 100%);
    padding: 6rem 2rem;
    font-family: Arial, sans-serif;
}.reach_out_infolib::before {
    height: 60%;
    content: "";
    clip-path: polygon(0 0, 100% 20%, 80% 100%, 20% 80%);
    right: -5%;
    z-index: 0;
    position: absolute;
    transform: rotate(-15deg) skewX(20deg);
    width: 40%;
    background: linear-gradient(225deg, rgb(143,155,155,0.5) 0%, transparent 70%);
    top: -10%;
}.reach_out_infolib::after {
    bottom: -10%;
    content: "";
    height: 50%;
    position: absolute;
    left: -5%;
    background: linear-gradient(45deg, rgb(107,117,116,0.5) 0%, transparent 70%);
    clip-path: polygon(20% 0, 100% 30%, 80% 100%, 0 70%);
    width: 35%;
    transform: rotate(10deg) skewX(-15deg);
    z-index: 0;
}.reach_out_infolib h1 {
    text-align: center;
    position: relative;
    margin-bottom: 3rem;
    transform: perspective(1000px) translateZ(0);
    font-weight: 700;
    color: #000000;
    font-size: 47px;
    z-index: 1;
}.reach_out_infolib h1::after {
    content: "";
    background: linear-gradient(90deg, rgb(143,155,155) 0%, rgb(107,117,116) 100%);
    width: 80px;
    position: absolute;
    left: 50%;
    bottom: -0.75rem;
    border-radius: 10px;
    transform: translateX(-50%);
    height: 3px;
}.reach_out_infolib .container {
    z-index: 2;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.reach_out_infolib .contact_formlib {
    display: grid;
    background: rgba(255, 255, 255, 0.9);
    transform: perspective(1000px) rotateX(1deg);
    padding: 2.5rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05);
    grid-template-columns: 1fr;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    position: relative;
    border-left: 1px solid rgba(255, 255, 255, 0.8);
    gap: 2.5rem;
}.reach_out_infolib .contact_formlib > div {
    position: relative;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}.reach_out_infolib .contact_formlib > div:hover {
    transform: translateY(-5px);
}.reach_out_infolib .contact_formlib > div:first-child {
    padding-bottom: 1.5rem;
    line-height: 1.8;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    color: #000000;
    font-size: calc(17px + 0.1rem);
}.reach_out_infolib .contact_formlib > div:nth-child(2) {
    display: flex;
    gap: 0.5rem;
    flex-direction: column;
}.reach_out_infolib h6 {
    margin-bottom: 0.5rem;
    font-size: 20px;
    text-transform: capitalize;
    align-items: center;
    gap: 0.5rem;
    color: #000000;
    display: flex;
    font-weight: 600;
}.reach_out_infolib h6 svg {
    height: 20px;
    transform: translateY(-1px);
    flex-shrink: 0;
    width: 20px;
}.reach_out_infolib h6 svg path {
    transition: fill 0.3s ease;
    fill: rgb(143,155,155);
}.reach_out_infolib span {
    margin-left: 1.75rem;
    display: block;
    font-size: 17px;
    color: #000000;
}.reach_out_infolib .contact_uslib {
    gap: 1rem;
    display: flex;
    flex-direction: column;
}.reach_out_infolib .contact_uslib > div {
    transition: transform 0.3s ease;
}.reach_out_infolib .contact_uslib > div:hover {
    transform: translateX(5px);
}.reach_out_infolib .chat_formlib {
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 17px;
    font-weight: 400;
    gap: 0.5rem;
    display: flex;
    color: #000000;
    align-items: center;
}.reach_out_infolib .chat_formlib:hover {
    color: rgb(143,155,155);
}.reach_out_infolib .chat_formlib svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}.reach_out_infolib .chat_formlib svg path {
    fill: rgb(107,117,116);
    transition: fill 0.3s ease;
}.reach_out_infolib .chat_formlib:hover svg path {
    fill: rgb(143,155,155);
}

@media (min-width: 768px) {.reach_out_infolib {
    padding: 8rem 3rem;
}.reach_out_infolib h1 {
    font-size: calc(47px + 0.5rem);
    margin-bottom: 4rem;
}.reach_out_infolib .contact_formlib {
    padding: 3.5rem;
    border-radius: 21px;
    grid-template-columns: 1fr 1fr;
}.reach_out_infolib .contact_formlib > div:first-child {
    font-size: calc(17px + 0.2rem);
    grid-column: 1 / -1;
}.reach_out_infolib h6 {
    font-size: calc(20px + 0.1rem);
}
}

@media (min-width: 992px) {.reach_out_infolib {
    padding: 10rem 4rem;
}.reach_out_infolib .contact_formlib {
    grid-template-columns: 2fr 1fr 1fr;
    padding: 4rem;
    gap: 3rem;
}.reach_out_infolib .contact_formlib > div:first-child {
    grid-column: auto;
}.reach_out_infolib h1::after {
    width: 120px;
}.reach_out_infolib::before {
    height: 70%;
    width: 35%;
}.reach_out_infolib::after {
    width: 30%;
    height: 60%;
}
}

@media (min-width: 1200px) {.reach_out_infolib .contact_formlib {
    gap: 4rem;
    padding: 5rem;
}.reach_out_infolib h1 {
    font-size: calc(47px + 1rem);
}.reach_out_infolib .contact_formlib > div:first-child {
    font-size: calc(17px + 0.25rem);
}.reach_out_infolib .chat_formlib,
    .reach_out_infolib span {
    font-size: calc(17px + 0.1rem);
}
}

@media (max-width: 767px) {.reach_out_infolib .contact_formlib {
    border-radius: 10px;
    padding: 2rem;
}.reach_out_infolib h1 {
    font-size: calc(47px - 0.2rem);
}.reach_out_infolib h6,
    .reach_out_infolib .chat_formlib {
    font-size: calc(17px - 0.1rem);
}.reach_out_infolib span {
    font-size: calc(17px - 0.15rem);
    margin-left: 1.5rem;
}}.mentorship_experiencelib {
    padding: 6rem 2rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(180,192,192) 0%, rgb(143,155,155,0.5) 100%);
    position: relative;
}.mentorship_experiencelib::before {
    right: -5%;
    background: rgb(107,117,116,0.5);
    height: 30%;
    content: "";
    width: 30%;
    top: -5%;
    filter: blur(20px);
    transform: rotate(-15deg) translateZ(0);
    z-index: 0;
    position: absolute;
}.mentorship_experiencelib::after {
    position: absolute;
    bottom: -5%;
    width: 25%;
    left: -5%;
    content: "";
    background: rgb(143,155,155,0.5);
    z-index: 0;
    height: 25%;
    transform: rotate(15deg) translateZ(0);
    filter: blur(15px);
}.mentorship_experiencelib .container {
    position: relative;
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
}.mentorship_experiencelib .feedback_storieslib {
    gap: 2.5rem;
    transform: perspective(1000px) rotateX(2deg);
    grid-template-columns: 1fr;
    padding: 3rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 
                0 30px 60px rgba(0, 0, 0, 0.05);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), 
                box-shadow 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    display: grid;
    background: #ffffff;
    position: relative;
}.mentorship_experiencelib .feedback_storieslib:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12), 
                0 40px 80px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateX(0deg);
}.mentorship_experiencelib .feedback_storieslib > div:first-child {
    overflow: hidden;
    position: relative;
}.mentorship_experiencelib .img_striplib {
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    transform: scale(1.05);
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    height: 300px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}.mentorship_experiencelib .feedback_storieslib:hover .img_striplib {
    transform: scale(1);
}.mentorship_experiencelib .feedback_storieslib > div:nth-child(2) {
    display: flex;
    padding-left: 2rem;
    flex-direction: column;
    gap: 0.5rem;
    position: relative;
}.mentorship_experiencelib .feedback_storieslib > div:nth-child(2)::before {
    content: "";
    top: 50%;
    left: 0;
    position: absolute;
    width: 4px;
    height: 70%;
    background: linear-gradient(to bottom, rgb(143,155,155), rgb(107,117,116));
    transform: translateY(-50%);
}.mentorship_experiencelib .name {
    font-weight: 700;
    color: #000000;
    position: relative;
    margin: 0;
    font-size: 21px;
    display: inline-block;
}.mentorship_experiencelib .name::after {
    content: "";
    bottom: -5px;
    background: rgb(143,155,155);
    position: absolute;
    height: 2px;
    transition: width 0.4s ease-out;
    width: 0;
    left: 0;
}.mentorship_experiencelib .feedback_storieslib:hover .name::after {
    width: 100%;
}.mentorship_experiencelib .feedback_storieslib > div:nth-child(2) > div {
    font-size: calc(18px - 2px);
    opacity: 0.9;
    color: rgb(107,117,116);
    letter-spacing: 0.5px;
    font-weight: 600;
}.mentorship_experiencelib .feedback_storieslib > div:nth-child(3) {
    position: relative;
}.mentorship_experiencelib .emp_itemslib {
    border-left: 3px solid rgb(143,155,155,0.5);
    line-height: 1.7;
    padding: 1.5rem;
    font-size: 18px;
    position: relative;
    margin: 0;
    color: #000000;
    background: linear-gradient(to right, rgba(rgb(180,192,192), 0.05), rgba(rgb(180,192,192), 0.02));
}.mentorship_experiencelib .emp_itemslib::before {
    color: rgb(143,155,155,0.5);
    opacity: 0.2;
    font-family: serif;
    content: "";
    position: absolute;
    left: 0.5rem;
    line-height: 1;
    top: -0.5rem;
    font-size: 5rem;
}

@media (min-width: 768px) {.mentorship_experiencelib {
    padding: 8rem 3rem;
}.mentorship_experiencelib .feedback_storieslib {
    padding: 4rem;
    gap: 3rem 4rem;
    grid-template-rows: auto 1fr;
    grid-template-columns: minmax(200px, 300px) 1fr;
}.mentorship_experiencelib .feedback_storieslib > div:first-child {
    grid-row: span 2;
}.mentorship_experiencelib .img_striplib {
    height: 100%;
}.mentorship_experiencelib .feedback_storieslib > div:nth-child(2) {
    padding-left: 3rem;
}.mentorship_experiencelib .emp_itemslib {
    padding: 2rem;
    font-size: calc(18px + 1px);
}
}

@media (min-width: 1024px) {.mentorship_experiencelib {
    padding: 10rem 4rem;
}.mentorship_experiencelib .feedback_storieslib {
    grid-template-columns: minmax(300px, 400px) 1fr;
    padding: 5rem;
    gap: 4rem 5rem;
}.mentorship_experiencelib .name {
    font-size: calc(21px + 2px);
}.mentorship_experiencelib .feedback_storieslib > div:nth-child(2) > div {
    font-size: 18px;
}.mentorship_experiencelib .emp_itemslib {
    line-height: 1.8;
}.mentorship_experiencelib .feedback_storieslib::after {
    height: 150px;
    width: 150px;
    background: linear-gradient(135deg, transparent 50%, rgb(143,155,155,0.5) 50%);
    top: 0;
    position: absolute;
    content: "";
    transition: opacity 0.3s ease;
    right: 0;
    opacity: 0.1;
}.mentorship_experiencelib .feedback_storieslib:hover::after {
    opacity: 0.2;
}
}

@media (max-width: 767px) {.mentorship_experiencelib {
    padding: 4rem 1.5rem;
}.mentorship_experiencelib .feedback_storieslib {
    gap: 2rem;
    padding: 2rem;
}.mentorship_experiencelib .img_striplib {
    height: 250px;
}.mentorship_experiencelib .name {
    font-size: calc(21px - 1px);
}.mentorship_experiencelib .feedback_storieslib > div:nth-child(2) > div {
    font-size: calc(18px - 3px);
}.mentorship_experiencelib .emp_itemslib {
    font-size: calc(18px - 1px);
    padding: 1rem;
}}.cookieDisclosurePanellib {
    z-index: 1050;
    overflow: hidden;
    align-items: center;
    max-width: 600px;
    background: rgb(180,192,192);
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    left: 50%;
    width: 90%;
    font-family: Arial, sans-serif;
    border-radius: 23px;
    padding: 20px;
    position: fixed;
    flex-direction: column;
    display: flex;
    bottom: 20px;
    transform: translateX(-50%);
}.privacy_acklib {
    display: flex;
    z-index: 1;
    align-items: center;
    flex-direction: column;
}.consent_boxlib {
    animation: bounce 2s infinite;
    margin-bottom: 20px;
}.consent_boxlib svg, .consent_boxlib svg path, .consent_boxlib img {
    width: 80px;
    fill: rgb(143,155,155);
    height: 80px;
}@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(-10px);
    }
}
.cookieDisclosurePanellib h5 {
    font-weight: 700;
    font-size: 23px;
    color: rgb(143,155,155);
    margin-bottom: 10px;
}.cookieDisclosurePanellib p {
    font-size: 12px;
    margin-bottom: 20px;
    color: #000000;
}.cookie_verifylib {
    width: calc(50% - 10px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    background: rgb(143,155,155);
    color: #ffffff;
    text-decoration: none;
    padding: 10px 20px;
    text-align: center;
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
    display: inline-block;
    margin: 5px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 15px;
}.cookie_verifylib:hover {
    transform: translateY(-3px);
    background: rgb(107,117,116);
}.cookie_button.edu_cookielib {
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.edu_cookielib:hover {
    background: rgb(107,117,116,0.5);
}.cookieDisclosurePanellib p a {
    color: rgb(143,155,155);
    transition: color 0.3s ease-in-out;
    text-decoration: underline;
}.cookieDisclosurePanellib p a:hover {
    color: rgb(107,117,116);
}
@media only screen and (max-width: 600px) {.cookieDisclosurePanellib {
    bottom: 0;
    width: 100%;
    transform: none;
    left: 0;
    border-radius: 0;
}.privacy_acklib {
    padding: 15px;
}.consent_boxlib svg {
    width: 50px;
    height: 50px;
}.cookieDisclosurePanellib h5 {
    font-size: calc(23px - 2px);
}.cookieDisclosurePanellib p {
    font-size: calc(12px - 2px);
}.cookie_verifylib {
    width: calc(100% - 10px);
    padding: 8px 16px;
    font-size: calc(15px - 2px);
}}
#cookieDialogWindowlib {
    display: none;
}#cookieDialogWindowlib:checked ~ .cookieDisclosurePanellib {
    opacity: 0;
    visibility: hidden;
}.get_in_touchlib {
    overflow: hidden;
    padding: 90px 0;
    background: linear-gradient(160deg, rgb(180,192,192) 0%, rgb(143,155,155,0.5) 100%);
    position: relative;
}.get_in_touchlib::before {
    position: absolute;
    left: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(143,155,155,0.5),
        rgb(143,155,155,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    opacity: 0.03;
}.get_in_touchlib .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 1;
    padding: 0 20px;
}.get_in_touchlib h2 {
    color: #000000;
    text-align: center;
    font-weight: 700;
    position: relative;
    margin-bottom: 50px;
    font-family: Arial, sans-serif;
    font-size: 42px;
}.get_in_touchlib .support_widgetlib {
    max-width: 800px;
    flex-direction: column;
    background: #ffffff;
    display: flex;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    border-radius: 29px;
    margin: 0 auto;
}.get_in_touchlib .img_striplib {
    width: 100%;
    height: 200px;
    position: relative;
}.get_in_touchlib .reach_linkslib {
    position: relative;
    padding: 50px;
    width: 100%;
}.get_in_touchlib form {
    width: 100%;
}.get_in_touchlib form h3 {
    font-weight: 700;
    font-family: Arial, sans-serif;
    display: inline-block;
    margin-bottom: 30px;
    position: relative;
    color: #000000;
    font-size: 19px;
}.get_in_touchlib form h3::after {
    border-radius: 1.5px;
    background: rgb(143,155,155);
    bottom: -10px;
    position: absolute;
    width: 100%;
    left: 0;
    content: "";
    height: 3px;
}.get_in_touchlib form input[type="text"] {
    border: 2px solid transparent;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    font-size: 16px;
    border-radius: 10px;
    padding: 15px 20px;
    margin-bottom: 20px;
    width: 100%;
    background: rgb(180,192,192);
    color: #000000;
}.get_in_touchlib form input[type="text"]:focus {
    outline: none;
    border-color: rgb(143,155,155);
}.get_in_touchlib form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.35);
}.get_in_touchlib .help_infolib {
    align-items: flex-start;
    display: flex;
    margin-bottom: 30px;
}.get_in_touchlib .help_infolib input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.get_in_touchlib .help_infolib label {
    cursor: pointer;
    position: relative;
    color: #000000;
    line-height: 1.6;
    font-size: 13px;
    padding-left: 35px;
}.get_in_touchlib .help_infolib label::before {
    height: 22px;
    left: 0;
    width: 22px;
    top: 2px;
    background: rgb(180,192,192);
    content: "";
    border-radius: 10px;
    position: absolute;
    transition: all 0.3s ease;
}.get_in_touchlib .help_infolib input[type="checkbox"]:checked + label::before {
    background: rgb(143,155,155);
}.get_in_touchlib .help_infolib input[type="checkbox"]:checked + label::after {
    position: absolute;
    width: 6px;
    transform: rotate(45deg);
    left: 8px;
    top: 5px;
    content: "";
    border-right: 2px solid #ffffff;
    height: 12px;
    border-bottom: 2px solid #ffffff;
}.get_in_touchlib .help_infolib label a {
    text-decoration: none;
    color: rgb(143,155,155);
    transition: all 0.3s ease;
}.get_in_touchlib .help_infolib label a:hover {
    text-decoration: underline;
}.get_in_touchlib form .feedback_requestlib {
    color: #ffffff;
    padding: 16px 20px;
    font-weight: 600;
    overflow: hidden;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    border: none;
    position: relative;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    background: rgb(143,155,155);
}.get_in_touchlib form .feedback_requestlib:hover {
    background: rgb(107,117,116);
}.get_in_touchlib svg {
    width: 20px;
    fill: rgb(143,155,155);
    height: 20px;
}.get_in_touchlib svg path {
    transition: fill 0.3s ease;
    fill: rgb(143,155,155);
}

@media screen and (min-width: 768px) {.get_in_touchlib .support_widgetlib {
    flex-direction: row;
    max-width: 1000px;
}.get_in_touchlib .img_striplib {
    width: 40%;
    min-height: 400px;
    height: auto;
}.get_in_touchlib .reach_linkslib {
    width: 60%;
}
}

@media screen and (min-width: 992px) {.get_in_touchlib .img_striplib {
    width: 50%;
}.get_in_touchlib .reach_linkslib {
    width: 50%;
    padding: 60px;
}
}

@media screen and (min-width: 1200px) {.get_in_touchlib .support_widgetlib {
    max-width: 1100px;
}.get_in_touchlib .img_striplib {
    min-height: 500px;
}
}

@media screen and (max-width: 576px) {.get_in_touchlib {
    padding: 60px 0;
}.get_in_touchlib h2 {
    font-size: calc(42px * 0.7);
    margin-bottom: 30px;
}.get_in_touchlib .reach_linkslib {
    padding: 30px 20px;
}.get_in_touchlib form h3 {
    font-size: calc(19px * 0.9);
}}.gdpr_blocklib {
    position: relative;
    z-index: 1;
    padding: 80px 0 40px;
    color: #ffffff;
}.gdpr_blocklib::before {
    width: 100%;
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
    height: 100%;
    backdrop-filter: blur(8px);
}footer {
    position: relative;
}.gdpr_blocklib .container {
    display: grid;
    position: relative;
    gap: 40px;
    grid-template-columns: 1fr 1fr;
}.gdpr_blocklib .company_holder {
    position: relative;
    padding-right: 40px;
}.gdpr_blocklib .company_holder::after {
    top: 20%;
    width: 1px;
    content: "";
    right: 0;
    background: linear-gradient(to bottom, 
        transparent, 
        rgb(107,117,116,0.5), 
        transparent);
    position: absolute;
    height: 60%;
}.gdpr_blocklib .company_holder h3 {
    display: inline-block;
    font-size: calc(36px * 0.9);
    position: relative;
    font-weight: 700;
    margin-bottom: 25px;
}.gdpr_blocklib .company_holder h3::after {
    border-radius: 10px;
    content: "";
    bottom: -8px;
    position: absolute;
    height: 3px;
    left: 0;
    width: 40px;
    background: rgb(143,155,155);
}.gdpr_blocklib .lesson_ctalib {
    opacity: 0.8;
    line-height: 1.6;
    margin-bottom: 30px;
    max-width: 90%;
    font-size: 17px;
    color: #ffffff;
}.gdpr_blocklib .lecture_reflib {
    justify-content: flex-end;
    display: flex;
}.gdpr_blocklib .main_knowlib {
    display: flex;
    gap: 60px;
}.gdpr_blocklib .top_knowlib {
    position: relative;
}.gdpr_blocklib .top_knowlib h5 {
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 12px;
    font-weight: 600;
    font-size: 19px;
}.gdpr_blocklib .top_knowlib h5::after {
    position: absolute;
    border-radius: 10px;
    width: 30px;
    content: "";
    left: 0;
    bottom: 0;
    height: 2px;
    background: rgb(143,155,155);
}.gdpr_blocklib .top_knowlib .main_knowlib {
    gap: 15px;
    display: flex;
    flex-direction: column;
}.gdpr_blocklib .top_knowlib .main_knowlib a {
    position: relative;
    padding-left: 0;
    opacity: 0.7;
    font-size: calc(17px * 0.95);
    color: #ffffff;
    transition: all 0.3s ease;
    text-decoration: none;
}.gdpr_blocklib .top_knowlib .main_knowlib a::before {
    transition: all 0.3s ease;
    position: absolute;
    opacity: 0;
    height: 1px;
    width: 0;
    background: rgb(143,155,155);
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: "";
}.gdpr_blocklib .top_knowlib .main_knowlib a:hover {
    padding-left: 12px;
    color: rgb(143,155,155);
    opacity: 1;
}.gdpr_blocklib .top_knowlib .main_knowlib a:hover::before {
    width: 8px;
    opacity: 1;
}.webinar_ctalib {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 20px 0;
    backdrop-filter: blur(5px);
}.webinar_ctalib .container {
    justify-content: center;
    align-items: center;
    display: flex;
}.webinar_ctalib .discount_ctalib {
    letter-spacing: 0.5px;
    color: #ffffff;
    opacity: 0.6;
    text-align: center;
    font-size: 14px;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.3;
    }
}

@keyframes glow {
    0%, 100% {
        box-shadow: 0 0 5px rgb(143,155,155,0.5);
    }
    50% {
        box-shadow: 0 0 15px rgb(143,155,155);
    }
}

@media (max-width: 991px) {.gdpr_blocklib {
    padding: 60px 0 30px;
}.gdpr_blocklib .container {
    gap: 50px;
    grid-template-columns: 1fr;
}.gdpr_blocklib .company_holder {
    margin: 0 auto;
    padding-right: 0;
    max-width: 600px;
    text-align: center;
}.gdpr_blocklib .company_holder::after {
    display: none;
}.gdpr_blocklib .company_holder h3 {
    margin-left: auto;
    margin-right: auto;
}.gdpr_blocklib .company_holder h3::after {
    transform: translateX(-50%);
    width: 60px;
    left: 50%;
}.gdpr_blocklib .lesson_ctalib {
    max-width: 100%;
    text-align: center;
}.gdpr_blocklib .lecture_reflib {
    justify-content: center;
}
}

@media (max-width: 767px) {.gdpr_blocklib {
    padding: 50px 0 20px;
}.gdpr_blocklib .main_knowlib {
    gap: 40px;
    flex-direction: column;
    width: 100%;
}.gdpr_blocklib .top_knowlib {
    text-align: center;
}.gdpr_blocklib .top_knowlib h5 {
    text-align: center;
}.gdpr_blocklib .top_knowlib h5::after {
    left: 50%;
    transform: translateX(-50%);
}.gdpr_blocklib .top_knowlib .main_knowlib {
    align-items: center;
}.gdpr_blocklib .top_knowlib .main_knowlib a {
    text-align: center;
}.gdpr_blocklib .top_knowlib .main_knowlib a::before {
    display: none;
}.gdpr_blocklib .top_knowlib .main_knowlib a:hover {
    padding-left: 0;
}
}

@media (max-width: 480px) {.gdpr_blocklib {
    padding: 40px 0 20px;
}.gdpr_blocklib .company_holder h3 {
    font-size: calc(36px * 0.8);
}.gdpr_blocklib .lesson_ctalib {
    font-size: calc(17px * 0.9);
}.webinar_ctalib .discount_ctalib {
    font-size: calc(14px * 0.9);
}}

.gdpr_blocklib::before {
    background-image: radial-gradient(
        circle at 20% 80%, 
        #000000 0%, 
        rgba(0, 0, 0, 0.5) 70%
    );
}.gdpr_blocklib::after {
    box-shadow: 0 0 40px rgb(143,155,155,0.5);
}.gdpr_blocklib .container::before {
    position: absolute;
    left: -75px;
    border-radius: 50%;
    bottom: -75px;
    background: radial-gradient(
        circle, 
        rgb(107,117,116,0.5), 
        transparent 70%
    );
    width: 150px;
    height: 150px;
    content: "";
    filter: blur(30px);
    animation: pulse 10s infinite alternate-reverse;
}.gdpr_blocklib .top_knowlib::before {
    width: 5px;
    height: 5px;
    background: rgb(143,155,155);
    left: -15px;
    position: absolute;
    top: 10px;
    border-radius: 50%;
    opacity: 0.7;
    content: "";
}.gdpr_blocklib .top_knowlib:hover::before {
    animation: glow 2s infinite;
}.gdpr_blocklib .company_holder::before {
    position: absolute;
    width: 100px;
    height: 1px;
    bottom: -20px;
    background: linear-gradient(90deg, 
        rgb(143,155,155,0.5), 
        transparent);
    left: 0;
    content: "";
}

@media (max-width: 991px) {.gdpr_blocklib .company_holder::before {
    background: linear-gradient(90deg, 
            transparent, 
            rgb(143,155,155,0.5), 
            transparent);
    transform: translateX(-50%);
    left: 50%;
}}

.gdpr_blocklib .top_knowlib .main_knowlib a::after {
    background: rgb(143,155,155);
    transition: width 0.3s ease;
    width: 0;
    bottom: -2px;
    height: 1px;
    content: "";
    left: 0;
    position: absolute;
}.gdpr_blocklib .top_knowlib .main_knowlib a:hover::after {
    width: 100%;
}.gdpr_blocklib .top_knowlib .main_knowlib a:nth-child(odd):hover {
    transform: translateX(2px);
}.gdpr_blocklib .top_knowlib .main_knowlib a:nth-child(even):hover {
    transform: translateX(2px);
}

@media (min-width: 992px) {footer::after {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, 
            transparent, 
            rgb(107,117,116,0.5), 
            transparent);
    top: 0;
    right: 0;
    left: 0;
    height: 1px;
}.gdpr_blocklib::before {
    background-blend-mode: overlay;
}}

.gdpr_blocklib .company_holder h3::before {
    top: 50%;
    background: rgb(143,155,155);
    width: 20px;
    position: absolute;
    left: -30px;
    content: "";
    opacity: 0.7;
    height: 1px;
}

@media (max-width: 991px) {.gdpr_blocklib .company_holder h3::before {
    display: none;
}}

.webinar_ctalib {
    position: relative;
    overflow: hidden;
}.webinar_ctalib::before {
    top: 0;
    content: "";
    background: linear-gradient(90deg, 
        transparent, 
        rgb(107,117,116,0.5), 
        transparent);
    width: 100%;
    position: absolute;
    left: 0;
    height: 1px;
}.webinar_ctalib::after {
    position: absolute;
    content: "";
    opacity: 0.3;
    height: 1px;
    bottom: 0;
    width: 30%;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(107,117,116,0.5), 
        transparent);
    left: 35%;
}.webinar_ctalib .discount_ctalib {
    transition: all 0.3s ease;
    position: relative;
}.webinar_ctalib .discount_ctalib:hover {
    opacity: 1;
    letter-spacing: 0.7px;
}.opening_boardlib {
    padding: 6rem 2rem;
    display: flex;
    position: relative;
    align-items: center;
    overflow: hidden;
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(180,192,192) 0%, rgb(107,117,116,0.5) 100%);
}.opening_boardlib::before {
    top: 0;
    z-index: 0;
    left: 0;
    right: 0;
    content: "";
    bottom: 0;
    position: absolute;
    opacity: 0.15;
    background-image: 
    radial-gradient(circle at 20% 30%, rgb(107,117,116,0.5) 0%, transparent 60%),
    radial-gradient(circle at 80% 70%, rgb(143,155,155,0.5) 0%, transparent 40%);
}.opening_boardlib > div {
    gap: 4rem;
    grid-template-columns: 1fr;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
    width: 100%;
    position: relative;
    display: grid;
}.opening_boardlib h1.intro_headlib {
    position: relative;
    font-size: 43px;
    font-weight: 700;
    opacity: 0;
    animation: slide-in 0.8s ease-out forwards;
    transform: translateX(-1rem);
    margin-bottom: 1.5rem;
    color: #000000;
}.opening_boardlib h1.intro_headlib::after {
    content: "";
    background: linear-gradient(90deg, rgb(143,155,155) 0%, rgb(107,117,116) 100%);
    transform: scaleX(0);
    width: 4rem;
    bottom: -0.5rem;
    animation: line-grow 1s 0.5s ease-out forwards;
    left: 0;
    position: absolute;
    height: 0.3rem;
    transform-origin: left;
}.opening_boardlib p {
    line-height: 1.6;
    font-size: calc(14px * 1.2);
    opacity: 0;
    max-width: 90%;
    transform: translateY(1rem);
    color: #000000;
    animation: fade-up 0.8s 0.3s ease-out forwards;
}.opening_boardlib .start_introlib {
    margin-top: 2rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    opacity: 0;
    overflow: hidden;
    width: 100%;
    animation: fade-up 1s 0.6s ease-out forwards;
    transform: translateY(2rem);
    border-radius: 15px;
}.opening_boardlib .impact_statslib {
    transition: all 0.5s ease;
    position: relative;
    height: 350px;
    overflow: hidden;
    width: 100%;
}.opening_boardlib .impact_statslib::before {
    position: absolute;
    content: "";
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.1) 100%);
    top: 0;
}.opening_boardlib .impact_statslib span {
    bottom: 0;
    padding: 2rem;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 2;
    transition: transform 0.4s ease;
}.opening_boardlib .impact_statslib:hover span {
    transform: translateY(-10px);
}.opening_boardlib .impact_statslib h3 {
    line-height: 1.5;
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    font-size: 24px;
}

@keyframes slide-in {
  0% {
    transform: translateX(-1rem);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes line-grow {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

@keyframes fade-up {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@media (min-width: 768px) {.opening_boardlib {
    padding: 8rem 3rem;
}.opening_boardlib > div {
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.opening_boardlib h1.intro_headlib {
    font-size: calc(43px * 1.2);
}.opening_boardlib .start_introlib {
    margin-top: 0;
}.opening_boardlib .impact_statslib {
    height: 400px;
}.opening_boardlib .impact_statslib::after {
    background: linear-gradient(45deg, rgb(143,155,155,0.5) 0%, transparent 100%);
    content: "";
    transition: opacity 0.5s ease;
    left: 0;
    z-index: 1;
    top: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}.opening_boardlib .impact_statslib:hover::after {
    opacity: 0.2;
}
}

@media (min-width: 992px) {.opening_boardlib > div {
    gap: 6rem;
}.opening_boardlib h1.intro_headlib {
    font-size: calc(43px * 1.4);
}.opening_boardlib p {
    font-size: calc(14px * 1.3);
    max-width: 80%;
}.opening_boardlib .impact_statslib {
    transform: perspective(1000px) rotateY(-3deg);
    height: 450px;
    transition: all 0.6s ease;
}.opening_boardlib .impact_statslib:hover {
    transform: perspective(1000px) rotateY(0deg) scale(1.02);
}
}

@media (max-width: 767px) {.opening_boardlib {
    padding: 5rem 1.5rem;
}.opening_boardlib h1.intro_headlib {
    font-size: calc(43px * 0.9);
}.opening_boardlib p {
    max-width: 100%;
    font-size: 14px;
}.opening_boardlib .impact_statslib {
    height: 280px;
}
}

@media (max-width: 480px) {.opening_boardlib {
    padding: 4rem 1rem;
}.opening_boardlib h1.intro_headlib {
    font-size: calc(43px * 0.8);
}.opening_boardlib .impact_statslib h3 {
    font-size: calc(24px * 0.9);
}}.thanksPagelib {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    background: linear-gradient(135deg, rgb(107,117,116,0.5) 0%, rgb(180,192,192) 100%);
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
}.thanksPagelib::before {
    animation: gradientShift 15s infinite alternate ease-in-out;
    content: "";
    z-index: 1;
    opacity: 0.7;
    transform: rotate(30deg);
    top: -50%;
    height: 200%;
    left: -20%;
    position: absolute;
    width: 80%;
    background: linear-gradient(45deg, rgb(143,155,155,0.5) 0%, transparent 70%);
}.thanksPagelib::after {
    width: 100%;
    opacity: 0.3;
    position: absolute;
    background: linear-gradient(to top, rgb(107,117,116,0.5) 0%, transparent 100%);
    z-index: 1;
    bottom: 0;
    content: "";
    height: 30%;
    right: 0;
}.thanksPagelib .container {
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.thanksPagelib .study_programslib {
    position: relative;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.6s ease;
    padding: 3.5rem;
    background: #ffffff;
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.08), 
                -12px -12px 24px rgba(255, 255, 255, 0.8), 
                inset 2px 2px 5px rgba(255, 255, 255, 0.4), 
                inset -2px -2px 5px rgba(0, 0, 0, 0.05);
}.thanksPagelib .study_programslib:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 16px 16px 32px rgba(0, 0, 0, 0.1), 
                -16px -16px 32px rgba(255, 255, 255, 0.9), 
                inset 2px 2px 5px rgba(255, 255, 255, 0.4), 
                inset -2px -2px 5px rgba(0, 0, 0, 0.05);
}.thanksPagelib .study_programslib > div:first-child {
    margin-bottom: 2rem;
    position: relative;
}.thanksPagelib .study_programslib > div:first-child::after {
    transform-origin: left;
    width: 100px;
    bottom: -1rem;
    animation: lineExpand 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    content: "";
    height: 3px;
    background: linear-gradient(90deg, rgb(143,155,155) 0%, rgb(107,117,116) 100%);
    left: 0;
    position: absolute;
}.thanksPagelib h5 {
    position: relative;
    font-size: calc(20px * 1.1);
    letter-spacing: -0.02em;
    font-weight: 700;
    margin: 0;
    color: #000000;
    line-height: 1.4;
    transform: translateZ(0);
}.thanksPagelib h5::before {
    left: -2rem;
    background: rgb(107,117,116,0.5);
    height: 80px;
    width: 80px;
    opacity: 0.1;
    transform: scale(0);
    border-radius: 50%;
    top: -1.5rem;
    animation: bubbleAppear 1s ease 0.5s forwards;
    position: absolute;
    content: "";
    z-index: -1;
}.thanksPagelib a {
    position: relative;
    transition: transform 0.4s ease;
    display: block;
    text-decoration: none;
    overflow: hidden;
}.thanksPagelib a:hover {
    transform: translateX(10px);
}.thanksPagelib a::before {
    height: 100%;
    top: 0;
    left: -100%;
    position: absolute;
    animation: lightSweep 6s infinite ease-in-out;
    background: linear-gradient(90deg, transparent, rgb(255, 255, 255, 0.5), transparent);
    content: "";
    width: 100%;
}.thanksPagelib p {
    line-height: 1.8;
    font-weight: 400;
    margin: 0;
    font-size: 17px;
    color: #000000;
    z-index: 1;
    position: relative;
}

@keyframes lineExpand {
    0% {
        width: 0;
        opacity: 0;
    }
    100% {
        width: 100px;
        opacity: 1;
    }
}

@keyframes bubbleAppear {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 0.1;
    }
}

@keyframes lightSweep {
    0% {
        left: -100%;
    }
    48% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}

@keyframes gradientShift {
    0% {
        transform: rotate(30deg) translateX(0);
    }
    100% {
        transform: rotate(30deg) translateX(5%);
    }
}

@media (max-width: 1200px) {.thanksPagelib .study_programslib {
    padding: 3rem;
}.thanksPagelib h5 {
    font-size: 20px;
}
}

@media (max-width: 992px) {.thanksPagelib {
    padding: 5rem 0;
}.thanksPagelib .study_programslib {
    padding: 2.5rem;
    transform: perspective(1000px) rotateX(1deg);
}.thanksPagelib h5::before {
    top: -1rem;
    height: 60px;
    left: -1.5rem;
    width: 60px;
}
}

@media (max-width: 768px) {.thanksPagelib {
    padding: 4rem 0;
}.thanksPagelib .study_programslib {
    padding: 2rem;
    transform: none;
}.thanksPagelib h5 {
    font-size: calc(20px * 0.95);
}.thanksPagelib p {
    line-height: 1.7;
    font-size: calc(17px * 0.95);
}.thanksPagelib .study_programslib > div:first-child::after {
    width: 80px;
}
}

@media (max-width: 576px) {.thanksPagelib {
    padding: 3rem 0;
}.thanksPagelib .study_programslib {
    padding: 1.5rem;
}.thanksPagelib h5 {
    font-size: calc(20px * 0.9);
    line-height: 1.3;
}.thanksPagelib p {
    line-height: 1.6;
    font-size: calc(17px * 0.9);
}.thanksPagelib h5::before {
    display: none;
}.thanksPagelib .study_programslib > div:first-child {
    margin-bottom: 1.5rem;
}.thanksPagelib .study_programslib > div:first-child::after {
    height: 2px;
    bottom: -0.75rem;
    width: 60px;
}
}

@media (prefers-reduced-motion: reduce) {.thanksPagelib .study_programslib,
    .thanksPagelib .study_programslib:hover,
    .thanksPagelib a:hover {
    transition: none;
    transform: none;
}.thanksPagelib::before,
    .thanksPagelib a::before {
    animation: none;
}.thanksPagelib .study_programslib > div:first-child::after {
    width: 100px;
    animation: none;
}.thanksPagelib h5::before {
    transform: scale(1);
    animation: none;
}}.company_overviewlib {
    overflow: hidden;
    background: linear-gradient(145deg, rgb(143,155,155) 0%, rgb(107,117,116) 100%);
    position: relative;
    padding: 100px 0;
    z-index: 1;
}.company_overviewlib::before {
    width: 100%;
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
    background: 
        repeating-linear-gradient(135deg, transparent, transparent 30px, rgba(255, 255, 255, 0.02) 30px, rgba(255, 255, 255, 0.02) 60px);
    position: absolute;
    height: 100%;
}.company_overviewlib::after {
    position: absolute;
    opacity: 0.6;
    background: radial-gradient(circle at 30% 70%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    height: 100%;
    animation: shiftGlow 20s ease-in-out infinite alternate;
    left: 0;
    z-index: -1;
    top: 0;
    content: "";
    width: 100%;
}.company_overviewlib .container {
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
}.company_overviewlib .study_programslib {
    border-radius: 13px;
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    background: rgb(180,192,192);
    overflow: hidden;
    padding: 60px;
    position: relative;
    gap: 40px;
    animation: fadeIn 1s ease-in-out;
    grid-template-areas: 
        "director logo"
        "text text";
}.company_overviewlib .study_programslib::before {
    content: "";
    left: 0;
    width: 5px;
    top: 0;
    height: 100%;
    position: absolute;
    background: linear-gradient(to bottom, rgb(143,155,155), rgb(107,117,116));
}.company_overviewlib .learning_zonelib {
    display: flex;
    gap: 30px;
    grid-area: director;
    transition: transform 0.6s ease;
    align-items: center;
    transform: translateY(0);
    padding-right: 30px;
}.company_overviewlib .learning_zonelib:hover {
    transform: translateY(-5px);
}.company_overviewlib .learning_zonelib .img_striplib {
    overflow: hidden;
    width: 180px;
    border: 3px solid #ffffff;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    height: 220px;
    transition: all 0.4s ease;
}.company_overviewlib .learning_zonelib .img_striplib:hover {
    transform: scale(1.05);
    border-color: rgb(143,155,155);
}.company_overviewlib .founders_teamlib {
    flex: 1;
}.company_overviewlib .skill_prolib {
    margin: 0 0 10px 0;
    font-size: 21px;
    padding-bottom: 10px;
    font-weight: 700;
    position: relative;
    color: #000000;
}.company_overviewlib .skill_prolib::after {
    background: rgb(143,155,155);
    transition: width 0.3s ease;
    bottom: 0;
    width: 40px;
    height: 2px;
    position: absolute;
    content: "";
    left: 0;
}.company_overviewlib .skill_prolib:hover::after {
    width: 60px;
}.company_overviewlib .growth_graphlib {
    font-weight: 300;
    margin: 0;
    font-size: 14px;
    color: #000000;
}.company_overviewlib .learn_spacelib {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    margin-bottom: 20px;
    border-left: 1px solid rgba(rgb(143,155,155), 0.2);
    grid-area: logo;
}.company_overviewlib .learn_spacelib svg {
    height: 60px;
    fill: rgb(143,155,155);
    width: 60px;
    margin-right: 20px;
    transition: transform 0.4s ease;
}.company_overviewlib .learn_spacelib:hover svg {
    transform: rotate(5deg) scale(1.1);
}.company_overviewlib .learn_spacelib svg path {
    transition: fill 0.3s ease;
    fill: rgb(143,155,155);
}.company_overviewlib .learn_spacelib:hover svg path {
    fill: rgb(107,117,116);
}.company_overviewlib .editorial_wraplib {
    opacity: 0;
    padding-top: 30px;
    border-top: 1px solid rgba(rgb(143,155,155), 0.2);
    transform: translateY(20px);
    animation: slideUp 0.8s ease-out forwards;
    animation-delay: 0.3s;
    grid-area: text;
}.company_overviewlib h2 {
    font-size: 37px;
    font-weight: 700;
    position: relative;
    margin: 0 0 25px 0;
    color: #000000;
}.company_overviewlib h2::after {
    height: 3px;
    left: 0;
    background: rgb(143,155,155);
    bottom: -10px;
    position: absolute;
    width: 80px;
    content: "";
    animation: pulseWidth 3s ease-in-out infinite;
}.company_overviewlib p {
    font-size: 14px;
    line-height: 1.8;
    margin: 0;
    color: #000000;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulseWidth {
    0%, 100% {
        width: 80px;
    }
    50% {
        width: 120px;
    }
}

@keyframes shiftGlow {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@media screen and (max-width: 992px) {.company_overviewlib {
    padding: 80px 0;
}.company_overviewlib .study_programslib {
    grid-template-columns: 1fr;
    padding: 40px 30px;
    grid-template-areas: 
            "director"
            "logo"
            "text";
    gap: 30px;
}.company_overviewlib .learning_zonelib {
    padding-bottom: 30px;
    padding-right: 0;
    border-bottom: 1px solid rgba(rgb(143,155,155), 0.2);
}.company_overviewlib .learn_spacelib {
    border-bottom: 1px solid rgba(rgb(143,155,155), 0.2);
    padding-left: 0;
    padding-bottom: 30px;
    border-left: none;
}.company_overviewlib .editorial_wraplib {
    border-top: none;
    padding-top: 0;
}
}

@media screen and (max-width: 767px) {.company_overviewlib {
    padding: 60px 0;
}.company_overviewlib .study_programslib {
    padding: 30px 20px;
    gap: 25px;
}.company_overviewlib .learning_zonelib {
    align-items: center;
    gap: 20px;
    text-align: center;
    flex-direction: column;
}.company_overviewlib .skill_prolib::after {
    transform: translateX(-50%);
    left: 50%;
}.company_overviewlib .skill_prolib:hover::after {
    width: 60px;
}.company_overviewlib .learn_spacelib {
    justify-content: center;
}.company_overviewlib .editorial_wraplib {
    text-align: center;
}.company_overviewlib h2::after {
    left: 50%;
    transform: translateX(-50%);
}
}

@media screen and (max-width: 480px) {.company_overviewlib {
    padding: 40px 0;
}.company_overviewlib .study_programslib {
    padding: 25px 15px;
    gap: 20px;
}.company_overviewlib .learning_zonelib .img_striplib {
    width: 150px;
    height: 180px;
}.company_overviewlib .skill_prolib {
    font-size: calc(21px * 0.9);
}.company_overviewlib .growth_graphlib {
    font-size: calc(14px * 0.9);
}.company_overviewlib .learn_spacelib svg {
    width: 50px;
    height: 50px;
    margin-right: 15px;
}.company_overviewlib h2 {
    margin-bottom: 20px;
    font-size: calc(37px * 0.8);
}.company_overviewlib p {
    font-size: calc(14px * 0.9);
}}.tariff_blocklib {
    background: linear-gradient(145deg, rgb(180,192,192), #ffffff);
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}.tariff_blocklib::before {
    top: 0;
    background: linear-gradient(120deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0) 70%);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    content: "";
}.tariff_blocklib .container {
    margin: 0 auto;
    max-width: 1320px;
    position: relative;
    padding: 0 15px;
    z-index: 2;
}.tariff_blocklib .learning_feeslib {
    grid-template-columns: 1fr;
    display: grid;
    gap: 3rem;
}.tariff_blocklib .cost_cardlib {
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
    opacity: 0;
    text-align: center;
    padding: 2rem;
    background: linear-gradient(145deg, #ffffff, rgb(255, 255, 255, 0.5));
    transform: translateY(20px);
    animation: fadeInUp 0.8s forwards 0.2s;
    order: 1;
}.tariff_blocklib .cost_cardlib h2 {
    position: relative;
    color: rgb(143,155,155);
    font-size: 37px;
    display: inline-block;
    margin-bottom: 1.5rem;
    font-weight: 700;
}.tariff_blocklib .cost_cardlib h2::after {
    transform: translateX(-50%);
    content: "";
    bottom: -10px;
    background: linear-gradient(90deg, transparent, rgb(143,155,155), transparent);
    width: 60%;
    left: 50%;
    position: absolute;
    height: 3px;
}.tariff_blocklib .cost_cardlib .pricing_packlib {
    margin: 0 auto;
    color: #000000;
    font-size: 18px;
    max-width: 80%;
    font-weight: 400;
    line-height: 1.6;
}.tariff_blocklib .fee_boardlib {
    gap: 2rem;
    display: grid;
    grid-template-columns: 1fr;
    order: 2;
}.tariff_blocklib .class_rateslib {
    animation-delay: calc(0.1s * var(--i, 1));
    animation: fadeInUp 0.8s forwards;
    opacity: 0;
    will-change: transform, opacity;
    display: block;
    transition: transform 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    text-decoration: none;
    transform: translateY(30px);
}.tariff_blocklib .class_rateslib:nth-child(1) {
    --i: 1;
}.tariff_blocklib .class_rateslib:nth-child(2) {
    --i: 2;
}.tariff_blocklib .class_rateslib:nth-child(3) {
    --i: 3;
}.tariff_blocklib .class_rateslib:nth-child(4) {
    --i: 4;
}.tariff_blocklib .class_rateslib:hover {
    transform: translateY(-5px) scale(1.02);
}.tariff_blocklib .price_tierslib {
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.07);
    height: 100%;
    flex-direction: column;
    transition: all 0.4s ease;
    background: #ffffff;
    overflow: hidden;
    display: flex;
}.tariff_blocklib .class_rateslib:hover .price_tierslib {
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}.tariff_blocklib .group_rateslib {
    position: relative;
    flex-direction: column;
    display: flex;
    flex-grow: 1;
    z-index: 1;
    padding: 2.5rem 2rem;
}.tariff_blocklib .group_rateslib::before {
    transform: translate(30px, -30px);
    width: 120px;
    position: absolute;
    opacity: 0;
    content: "";
    z-index: -1;
    right: 0;
    background: linear-gradient(135deg, transparent 50%, rgb(143,155,155,0.5) 50%);
    transition: opacity 0.4s ease, transform 0.4s ease;
    top: 0;
    height: 120px;
}.tariff_blocklib .class_rateslib:hover .group_rateslib::before {
    transform: translate(0, 0);
    opacity: 0.7;
}.tariff_blocklib .class_rateslib h3 {
    position: relative;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #000000;
    transition: color 0.3s ease;
    font-size: calc(19px + 0.2rem);
}.tariff_blocklib .class_rateslib:hover h3 {
    color: rgb(143,155,155);
}.tariff_blocklib .indv_costlib {
    font-weight: 700;
    display: inline-block;
    font-size: calc(22px + 0.8rem);
    position: relative;
    margin-bottom: 1.5rem;
    color: rgb(143,155,155);
}.tariff_blocklib .indv_costlib::before {
    position: absolute;
    height: 3px;
    content: "";
    width: 40px;
    left: 0;
    bottom: -5px;
    transition: width 0.3s ease;
    background: rgb(107,117,116);
}.tariff_blocklib .class_rateslib:hover .indv_costlib::before {
    width: 80px;
}.tariff_blocklib .class_rateslib p {
    -ms-word-break: break-all;
    color: #000000;
    line-height: 1.6;
    overflow-wrap: break-word;
    word-break: break-word;
    font-size: 18px;
    margin-bottom: 0;
    word-wrap: break-word;
}.tariff_blocklib .img_striplib {
    transition: transform 0.5s ease;
    position: relative;
    overflow: hidden;
    height: 200px;
}.tariff_blocklib .img_striplib::after {
    background: linear-gradient(to top, rgba(0,0,0,0.2), transparent);
    content: "";
    position: absolute;
    inset: 0;
}.tariff_blocklib .class_rateslib:hover .img_striplib {
    transform: scale(1.05);
}

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

@media (min-width: 768px) {.tariff_blocklib .fee_boardlib {
    grid-template-columns: repeat(2, 1fr);
}.tariff_blocklib .cost_cardlib {
    padding: 3rem;
}.tariff_blocklib .group_rateslib {
    padding: 2.8rem 2.2rem;
}
}

@media (min-width: 992px) {.tariff_blocklib .learning_feeslib {
    gap: 2rem;
    grid-template-columns: 2fr 1fr;
}.tariff_blocklib .cost_cardlib {
    padding: 4rem 3rem;
    height: 100%;
    text-align: left;
    flex-direction: column;
    order: 2;
    justify-content: center;
    display: flex;
}.tariff_blocklib .cost_cardlib h2::after {
    left: 0;
    width: 100px;
    transform: none;
    background: linear-gradient(90deg, rgb(143,155,155), transparent);
}.tariff_blocklib .cost_cardlib .pricing_packlib {
    margin: 0;
    max-width: 100%;
}.tariff_blocklib .fee_boardlib {
    order: 1;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 1200px) {.tariff_blocklib .fee_boardlib {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
}.tariff_blocklib .group_rateslib {
    padding: 3rem 2.5rem;
}.tariff_blocklib .cost_cardlib h2 {
    font-size: calc(37px + 0.3rem);
}
}

@media (max-width: 767px) {.tariff_blocklib {
    padding: 4rem 0;
}.tariff_blocklib .cost_cardlib h2 {
    font-size: calc(37px - 0.2rem);
}.tariff_blocklib .cost_cardlib .pricing_packlib {
    font-size: calc(18px - 0.1rem);
    max-width: 100%;
}.tariff_blocklib .class_rateslib h3 {
    font-size: 19px;
}.tariff_blocklib .indv_costlib {
    font-size: calc(22px + 0.5rem);
}.tariff_blocklib .img_striplib {
    height: 160px;
}}.course_program_descriptionlib {
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.15) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.15) 0%, transparent 20%),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.08) 0%, transparent 30%),
        repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 15px),
        repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 15px);
    padding: 120px 0;
    background: rgb(180,192,192);
    position: relative;
    overflow: hidden;
}.course_program_descriptionlib::before {
    animation: backgroundShift 15s infinite alternate;
    background: linear-gradient(135deg, rgb(143,155,155,0.5) 0%, transparent 50%, rgb(107,117,116,0.5) 100%);
    position: absolute;
    opacity: 0.7;
    top: 0;
    width: 100%;
    content: "";
    height: 100%;
    z-index: 1;
    left: 0;
}.course_program_descriptionlib::after {
    top: 0;
    position: absolute;
    animation: pulse 8s infinite alternate;
    z-index: 2;
    left: 0;
    height: 100%;
    width: 100%;
    background: 
        repeating-conic-gradient(rgba(255, 255, 255, 0.03) 0%, transparent 0.5%, transparent 1%, rgba(255, 255, 255, 0.03) 1.5%) 50% 50% / 30px 30px,
        radial-gradient(circle at 70% 30%, rgb(143,155,155,0.5) 0%, transparent 70%);
    content: "";
}.course_program_descriptionlib .container {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 5;
}.course_program_descriptionlib .traininglib {
    perspective: 1000px;
    position: relative;
    grid-template-columns: 1.5fr 1fr;
    gap: 40px;
    display: grid;
}.course_program_descriptionlib .traininglib::before {
    animation: borderPulse 4s infinite alternate;
    z-index: -1;
    transform-style: preserve-3d;
    width: calc(100% + 60px);
    border: 1px solid rgb(143,155,155,0.5);
    top: -30px;
    position: absolute;
    transform: rotateY(5deg) rotateX(2deg);
    height: calc(100% + 60px);
    left: -30px;
    content: "";
    border-radius: 16px;
}.course_program_descriptionlib .editorial_wraplib {
    padding: 35px;
    width: 100%;
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
                inset 0 0 20px rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(8px);
    border-radius: 16px;
    transform: translateZ(0);
    gap: 30px;
    animation: floatPanel 8s ease-in-out infinite;
    flex-direction: column;
    position: relative;
}.course_program_descriptionlib .editorial_wraplib h2 {
    margin-bottom: 25px;
    background: linear-gradient(to right, rgb(143,155,155) 0%, rgb(107,117,116) 100%);
    background-clip: text !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3), 0 0 10px rgb(143,155,155,0.5);
    padding: 15px 20px;
    border-radius: 8px 0 8px 0;
    border-left: 2px solid rgb(107,117,116);
    font-size: 29px;
    position: relative;
    border-radius: 10px;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    -webkit-background-clip: text !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    display: inline-block;
    transform: translateY(-10px);
    max-width: fit-content;
    letter-spacing: 1.5px;
    border-bottom: 2px solid rgb(143,155,155);
}.course_program_descriptionlib .editorial_wraplib .description {
    margin-bottom: 25px;
    padding: 18px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    transform: translateZ(0);
    background: rgba(255, 255, 255, 0.07);
    font-size: 17px;
    border-left: 3px solid rgb(143,155,155,0.5);
    z-index: 2;
    backdrop-filter: blur(4px);
    letter-spacing: 0.5px;
    text-align: justify;
    line-height: 1.9;
    transition: all 0.5s ease;
    font-weight: 400;
    border-radius: 10px;
    color: #000000;
    position: relative;
}.course_program_descriptionlib .editorial_wraplib .description:first-of-type {
    border-left-color: rgb(143,155,155);
}.course_program_descriptionlib .editorial_wraplib .description:last-of-type {
    margin-bottom: 0;
    border-left-color: rgb(107,117,116);
}.course_program_descriptionlib .editorial_wraplib .description::before {
    width: 100%;
    position: absolute;
    top: 0;
    border-radius: 10px;
    left: 0;
    content: "";
    height: 100%;
    z-index: -1;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.05), transparent);
}.course_program_descriptionlib .editorial_wraplib .description:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.course_program_descriptionlib .img_striplib {
    background-position: center;
    z-index: 4;
    transform-style: preserve-3d;
    background-size: cover;
    transform: translateZ(0) rotateY(-5deg);
    border-radius: 16px;
    align-self: flex-start;
    transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.1);
    animation: floatImage 6s ease-in-out infinite alternate;
    height: 450px;
    position: relative;
    overflow: hidden;
}.course_program_descriptionlib .img_striplib:hover {
    transform: scale(1.02) translateY(-5px) rotateY(0deg);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3), 0 0 0 2px rgb(143,155,155,0.5);
}

@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: scale(0.98);
    }
    100% {
        opacity: 0.7;
        transform: scale(1.02);
    }
}

@keyframes borderPulse {
    0% {
        border-color: rgb(143,155,155,0.5);
        transform: rotateY(5deg) rotateX(2deg);
    }
    100% {
        border-color: rgb(107,117,116,0.5);
        transform: rotateY(3deg) rotateX(0deg);
    }
}

@keyframes glowPulse {
    0% {
        opacity: 0.7;
        box-shadow: 0 0 10px rgb(143,155,155,0.5);
    }
    100% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(143,155,155);
    }
}

@keyframes floatPanel {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes floatImage {
    0%, 100% {
        transform: translateZ(0) rotateY(-5deg) translateY(0);
    }
    50% {
        transform: translateZ(50px) rotateY(-3deg) translateY(-10px);
    }
}

@keyframes shine {
    0% {
        left: -100px;
    }
    20%, 100% {
        left: 120%;
    }
}

@keyframes expand {
    0% {
        width: 20px;
    }
    100% {
        width: 100%;
    }
}

@keyframes glow {
    0% {
        opacity: 0.5;
        box-shadow: 0 0 10px rgb(143,155,155,0.5);
    }
    100% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(143,155,155);
    }
}

@keyframes backgroundShift {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@media screen and (max-width: 1200px) {.course_program_descriptionlib {
    padding: 100px 0;
}.course_program_descriptionlib .traininglib {
    gap: 30px;
}.course_program_descriptionlib .editorial_wraplib {
    padding: 30px;
}.course_program_descriptionlib .editorial_wraplib h2 {
    font-size: calc(29px * 0.9);
    padding: 12px 18px;
}.course_program_descriptionlib .editorial_wraplib .description {
    padding: 15px;
}
}

@media screen and (max-width: 991px) {.course_program_descriptionlib {
    padding: 80px 0;
}.course_program_descriptionlib .traininglib {
    grid-template-columns: 1fr;
    gap: 40px;
}.course_program_descriptionlib .traininglib::before {
    transform: none;
    height: calc(100% + 40px);
    top: -20px;
    left: -20px;
    width: calc(100% + 40px);
}.course_program_descriptionlib .editorial_wraplib {
    transform: none;
    animation: none;
    order: 2;
}.course_program_descriptionlib .img_striplib {
    animation: pulse 8s infinite alternate;
    transform: none;
    order: 1;
    min-height: 400px;
}.course_program_descriptionlib .img_striplib:hover {
    transform: scale(1.02) translateY(-5px);
}.course_program_descriptionlib .editorial_wraplib h2 {
    display: block;
    margin-right: auto;
    text-align: center;
    margin-left: auto;
    max-width: 100%;
}.course_program_descriptionlib .editorial_wraplib .description {
    text-align: left;
}
}

@media screen and (max-width: 767px) {.course_program_descriptionlib {
    padding: 60px 0;
}.course_program_descriptionlib .traininglib {
    gap: 30px;
}.course_program_descriptionlib .editorial_wraplib {
    gap: 20px;
    padding: 25px;
}.course_program_descriptionlib .editorial_wraplib h2 {
    font-size: calc(29px * 0.8);
    padding: 10px 15px;
    margin-bottom: 15px;
}.course_program_descriptionlib .editorial_wraplib .description {
    margin-bottom: 15px;
    padding: 12px;
    line-height: 1.7;
    font-size: calc(17px * 0.95);
}.course_program_descriptionlib .img_striplib {
    min-height: 350px;
}.course_program_descriptionlib .traininglib::before {
    display: none;
}
}

@media screen and (max-width: 480px) {.course_program_descriptionlib {
    padding: 40px 0;
}.course_program_descriptionlib .editorial_wraplib {
    gap: 15px;
    padding: 20px;
}.course_program_descriptionlib .editorial_wraplib h2 {
    padding: 8px 12px;
    letter-spacing: 1px;
    font-size: calc(29px * 0.7);
}.course_program_descriptionlib .editorial_wraplib .description {
    padding: 10px;
    font-size: calc(17px * 0.9);
    line-height: 1.6;
}.course_program_descriptionlib .img_striplib {
    min-height: 280px;
}
}