header,footer {
    width: 100%;
}

header {
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    left: 0;
    backdrop-filter: blur(10px);
    top: 0;
    z-index: 100;
    position: fixed;
    transition: all 0.5s ease;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.offer-deck-25 .container {
    padding: 0 20px;
    z-index: 2;
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
}

.offer-deck-25 .edu-packages-43 {
    flex-direction: column;
    display: flex;
}

.offer-deck-25 .pricing-pack-41 h2 {
    color: #000000;
    position: relative;
    display: inline-block;
    font-size: 36px;
    margin-bottom: 20px;
    font-weight: 700;
}

.offer-deck-25 .study-price-05 {
    display: block;
    text-decoration: none;
    height: 100%;
    transform: translateY(0);
    transition: transform var(--card-transition);
    color: inherit;
}

.offer-deck-25 .study-price-05:hover .price-plan-17::before {
    transform: scaleX(1);
}

.offer-deck-25 .deal-board-23 h3 {
    margin-bottom: 15px;
    color: #000000;
    font-size: calc(22px + 2px);
    transition: color 0.3s ease;
    position: relative;
    display: inline-block;
    font-weight: 700;
}

.offer-deck-25 .deal-board-23 p {
    margin-top: 15px;
    overflow-wrap: break-word;
    flex-grow: 1;
    color: #000000;
    white-space: normal;
    hyphens: auto;
    word-wrap: break-word;
    line-height: 1.6;
    font-size: 17px;
}

.help-center-50::before {
    transform: translateX(-30%) skewX(-15deg);
    content: "";
    width: 50%;
    top: 0;
    background: linear-gradient(45deg, rgb(187,178,174,0.5) 0%, transparent 70%);
    z-index: 1;
    position: absolute;
    left: 0;
    height: 100%;
}

.help-center-50 h3 {
    font-weight: 700;
    position: relative;
    color: #000000;
    font-size: 38px;
    display: inline-block;
    margin: 0 0 20px;
}

.help-center-50 p {
    color: #000000;
    line-height: 1.7;
    margin-bottom: 15px;
    font-size: 12px;
}

.help-center-50 .edu-talk-12 {
    padding: 0;
    margin: 20px 0 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
    list-style: none;
}

.help-center-50 .get-helpdesk-10:hover svg {
    transform: translateX(5px);
}

.help-center-50 svg:hover {
    transform: scale(1.1);
}

.web-tracking-67 {
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    display: flex;
    padding: 20px 15px;
    margin: 0 auto;
}

.cookie-explained-86 {
    color: #000000;
    flex-grow: 1;
    margin-right: 15px;
}

.learn-cookies-51 {
    border-radius: 26px;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    padding: 10px 20px;
    line-height: 35px;
    background: rgb(187,178,174);
    margin-left: 10px;
    color: #ffffff;
    font-size: 14px;
}

.mentorship-experience-67 .container {
    max-width: 1200px;
    position: relative;
    padding: 0 1.5rem;
    z-index: 2;
    margin: 0 auto;
}

.mentorship-experience-67 .success-stories-01 > div:nth-child(1) {
    transform: translateY(-1rem);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.mentorship-experience-67 .success-stories-01 .image-20:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 15px 25px rgba(0,0,0,0.1);
    clip-path: polygon(0% 5%, 100% 0%, 95% 95%, 5% 100%);
}

.mentorship-experience-67 .success-stories-01 .name::after {
    background-color: rgb(145,133,131);
    transition: width 0.4s ease;
    width: 0;
    height: 2px;
    position: absolute;
    bottom: -5px;
    left: 0;
    content: "";
}

.mentorship-experience-67 .success-stories-01 .job-table-12 {
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    padding: 1.5rem;
    position: relative;
    color: #000000;
    font-size: 12px;
    line-height: 1.8;
    background: linear-gradient(to right, rgba(255,255,255,0.9), rgba(255,255,255,0.5));
}

.course-program-description-23::before {
    width: 100%;
    content: "";
    height: 100%;
    left: 0;
    background: radial-gradient(circle at 70% 30%, rgb(145,133,131,0.5) 0%, transparent 60%);
    opacity: 0.15;
    z-index: 1;
    position: absolute;
    top: 0;
}

.course-program-description-23::before {
    box-shadow: 
        30px 80px 0 -0.5px rgb(187,178,174,0.5),
        80px 200px 0 -1px rgb(145,133,131,0.5),
        200px 50px 0 -0.5px rgb(187,178,174,0.5),
        280px 160px 0 -1px rgb(145,133,131,0.5),
        320px 280px 0 -0.5px rgb(187,178,174,0.5);
}

.course-program-description-23 h3::before {
    height: 100%;
    transform: scaleY(0);
    content: "";
    width: 3px;
    position: absolute;
    animation: growUp 1.2s forwards ease-out 0.2s;
    background: rgb(187,178,174);
    transform-origin: bottom;
    left: 0;
    top: 0;
}



.course-program-description-23 .text-description-83 > div {
    animation: fadeInUp 0.8s forwards ease-out 0.5s;
    opacity: 0;
    position: relative;
}

header .page-head-71 {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
    z-index: 2;
}

header .top-head-45 {
    font-size: 12px;
    font-family: Arial, sans-serif;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    padding: 0.5rem 0;
}

header .main-learning-46 {
    display: flex;
    z-index: 2;
    text-decoration: none;
    position: relative;
    align-items: center;
}

.title-section-73 .image-20 {
    height: 100%;
    z-index: 1;
    top: 0;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
    right: 0;
    width: 50%;
    position: absolute;
}

.title-section-73 h1::before {
    content: "";
    left: -20px;
    background-color: rgb(145,133,131);
    height: 70%;
    position: absolute;
    width: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.title-section-73 .start-intro-07 {
    margin: 2rem 0;
    display: flex;
    align-items: center;
    position: relative;
}

.title-section-73 svg path {
    fill: rgb(94,170,168);
    transition: fill 0.3s ease;
}

.title-section-73 .reach-map-09::before {
    content: "";
    position: absolute;
    transition: all 0.6s ease;
    left: -100%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    height: 100%;
    width: 100%;
}

.tyWrapper-56::after {
    position: absolute;
    left: -2%;
    bottom: -5%;
    z-index: 1;
    transform: rotate(10deg) skewY(-5deg);
    background: linear-gradient(220deg, rgb(187,178,174,0.5) 0%, transparent 80%);
    opacity: 0.4;
    width: 30%;
    content: "";
    height: 60%;
}

.tyWrapper-56 .skill-philo-60::before {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 95% 100%, 0 100%);
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
    content: "";
    right: 0;
    top: 0;
    position: absolute;
    bottom: 0;
    z-index: -1;
    left: 0;
}

.tyWrapper-56 li::before {
    border-radius: 50%;
    background: rgb(145,133,131);
    content: "";
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    top: 10px;
    height: 6px;
    width: 6px;
}

.our-mission-59 .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1240px;
    position: relative;
}

.our-mission-59 .text-description-83 {
    backdrop-filter: blur(10px);
    padding: 40px;
    background: rgba(255, 255, 255, 0.92);
    z-index: 3;
    grid-template-columns: 1fr;
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    display: grid;
    gap: 30px;
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    transform: translateY(0);
}

.our-mission-59 .text-description-83 {
    width: calc(100% - 40px);
    padding: 60px;
    margin-left: 40px;
}

.our-mission-59 .text-description-83:hover {
    transform: translateY(-5px);
}

.contact-edu-19::after {
    top: 0;
    content: "";
    left: 0;
    animation: gridAnimate 15s linear infinite;
    background-position: center;
    opacity: 0.15;
    z-index: -1;
    background-size: 30px 30px;
    position: absolute;
    width: 100%;
    background: 
        linear-gradient(rgba(rgb(187,178,174), 0.2) 1px, transparent 1px),
        linear-gradient(90deg, rgba(rgb(187,178,174), 0.2) 1px, transparent 1px);
    height: 100%;
}

.contact-edu-19 .program-foot-31 {
    display: flex;
    justify-content: flex-end;
    grid-column: 6 / 13;
    grid-row: 1;
}

.contact-edu-19 .header-guide-63:hover {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.02) 100%);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
    transform: translateY(-5px);
}

.contact-edu-19 .header-guide-63 h5::before {
    left: 0;
    box-shadow: 0 0 10px rgb(187,178,174);
    width: 5px;
    top: 50%;
    position: absolute;
    height: 5px;
    transform: translateY(-50%);
    background: rgb(187,178,174);
    border-radius: 50%;
    content: "";
}

.footer-workshops-21 {
    grid-column: 1 / 13;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    grid-row: 2;
    margin-top: 4rem;
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    padding: 1.5rem 0;
}

.contact-box-36::before {
    background-image: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0, 0, 0, 0.03) 10px, rgba(0, 0, 0, 0.03) 20px),
        repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(0, 0, 0, 0.03) 10px, rgba(0, 0, 0, 0.03) 20px);
    top: 0;
    position: absolute;
    left: 0;
    height: 100%;
    content: "";
    z-index: 0;
    width: 100%;
}

.contact-box-36 #contact {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.contact-box-36 input[type="text"]::placeholder {
    opacity: 0.5;
    color: #000000;
}

.contact-box-36 .reach-links-76 input[type="checkbox"] {
    position: relative;
    flex-shrink: 0;
    width: 24px;
    cursor: pointer;
    border: 2px solid rgb(218,202,194);
    appearance: none;
    height: 24px;
    margin-top: 2px;
    border-radius: 10px;
}

.contact-box-36 .reach-map-09::before {
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    left: -100%;
    width: 100%;
    transition: all 0.6s ease;
    content: "";
    height: 100%;
}

.privacy-hutch-40 h2 {
    margin-top: 30px;
    color: rgb(145,133,131);
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    font-size: 35px;
    font-weight: 600;
    border-left: 5px solid rgb(187,178,174);
    padding-left: 15px;
}

.privacy-hutch-40 ul, .privacy-hutch-40 ol {
    margin: 15px 0;
    padding-left: 25px;
    font-size: 13px;
    line-height: 1.8;
    list-style-position: inside;
    color: #000000;
    font-family: Arial, sans-serif;
    list-style: none;
}

::-webkit-scrollbar {
    width: 5px;
    scroll-behavior: smooth;
    padding: 0px;
}

::-webkit-scrollbar-button {
    background: rgb(255, 255, 255, 0.5);
    height: 3px;
    width: 1px;
}

::-webkit-scrollbar-track {
    background: linear-gradient(45deg, rgb(145,133,131) 25%, transparent 25%), linear-gradient(-45deg, rgb(145,133,131) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, rgb(145,133,131) 75%), linear-gradient(-45deg, transparent 75%, rgb(145,133,131) 75%);
    box-shadow: inset 0px 4px 7px 8px rgba(0, 0, 0, 0.1);
    border-radius: 6.3rem;
    margin: 3px 0;
}

::-webkit-scrollbar-track:active {
    background: rgb(255, 255, 255, 0.5);
}

::-webkit-scrollbar-thumb {
    background: rgb(145,133,131);
    border-radius: 8.5rem;
}

::-webkit-scrollbar-thumb:hover {
    box-shadow: 0px -2px 9px 6px rgba(0, 0, 0, 0.5);
    transform: scale(1.05);
}



@media (hover: none) {.help-center-50 .get-contactblock-34:hover {
    transform: none;
}.help-center-50 .get-contactblock-34:hover h3::after {
    width: 60%;
}.help-center-50 .get-helpdesk-10:hover svg {
    transform: none;
}
}



@media (min-width: 768px) {.mentorship-experience-67 .success-stories-01 {
    grid-template-columns: 300px 1fr;
    grid-template-rows: auto 1fr;
    gap: 2rem 3rem;
}.mentorship-experience-67 .success-stories-01 > div:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
}.mentorship-experience-67 .success-stories-01 > div:nth-child(2) {
    align-self: flex-end;
    grid-column: 2 / 3;
    grid-row: 1 / 2;
}.mentorship-experience-67 .success-stories-01 > div:nth-child(3) {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
}.mentorship-experience-67 .success-stories-01 .image-20 {
    min-height: 400px;
    clip-path: polygon(0% 0%, 90% 0%, 100% 100%, 10% 100%);
    height: 100%;
}.mentorship-experience-67 .success-stories-01 .image-20:hover {
    clip-path: polygon(5% 0%, 95% 0%, 100% 95%, 0% 100%);
}.mentorship-experience-67 .success-stories-01 .name {
    font-size: calc(24px * 1.5);
}.mentorship-experience-67 .success-stories-01 .job-table-12 {
    font-size: calc(12px * 1.05);
    padding: 2rem;
}
}



@media (max-width: 767px) {header {
    position: relative;
}header .page-head-71 {
    flex-direction: column-reverse;
    gap: 1rem;
    padding: 1rem 0;
}header .main-learning-46 {
    margin-bottom: 0.5rem;
}header .header-guide-63 {
    justify-content: flex-start;
    mask-image: linear-gradient(to right, transparent 0%, #000 5%, #000 95%, transparent 100%);
    overflow-x: auto;
    padding: 0.5rem 0;
    width: 100%;
}header .header-guide-63::before {
    display: none;
}header .top-head-45 {
    white-space: nowrap;
    padding: 0.5rem 1rem;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
}header .top-head-45::before {
    display: none;
}}



@media (max-width: 480px) {.tyWrapper-56 {
    padding: 60px 0;
}.tyWrapper-56 h2 {
    font-size: calc(28px * 0.8);
    margin-bottom: 35px;
}.tyWrapper-56 .skill-philo-60 {
    padding: 25px 20px;
}.tyWrapper-56 span {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}.tyWrapper-56 h2::after {
    width: 50px;
    height: 2px;
}}



@media screen and (max-width: 992px) {.contact-edu-19 .container {
    grid-template-columns: repeat(1, 1fr);
}.contact-edu-19 .company_holder {
    grid-column: 1;
    grid-row: 1;
}.contact-edu-19 .program-foot-31 {
    margin-top: 2rem;
    grid-row: 2;
    grid-column: 1;
}.footer-workshops-21 {
    grid-row: 3;
    margin-top: 3rem;
}
}



@media (max-width: 992px) {.contact-box-36 .help-request-13 {
    grid-template-columns: 1fr;
}.contact-box-36 .image-20 {
    grid-row: 1;
    border-radius: 0;
    min-height: 300px;
    border-top-left-radius: 13px;
    grid-column: 1;
    border-top-right-radius: 13px;
}.contact-box-36 .reach-list-15 {
    grid-column: 1;
    grid-row: 2;
    padding: 40px 30px;
}
}



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



@keyframes growUp {
    0% {
        transform: scaleY(0);
    }
    100% {
        transform: scaleY(1);
    }
}



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



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

