* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.top_teachW {
    flex: 1 0 auto;
}

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

.framework-wrapv {
    display: flex;
    height: 100%;
    flex-direction: column;
    min-height: 100%;
}

.volunteerq {
    flex: 0 0 auto;
}

.volunteerq {
    z-index: 1;
    position: relative;
    padding: 5rem 0 3rem;
}

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

svg {
    height: 30px;
    width: 30px;
}


footer {
    font-family: Arial, sans-serif;
    position: relative;
    perspective: 1000px;
    color: #ffffff;
}

footer::after {
    content: "";
    height: 100%;
    top: 0;
    animation: scanline 10s linear infinite;
    left: 0;
    position: absolute;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 5px,
            rgba(255, 255, 255, 0.03) 5px,
            rgba(255, 255, 255, 0.03) 10px
        );
    z-index: -1;
    width: 100%;
}

.volunteerq .container {
    position: relative;
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
    display: grid;
}

.volunteerq .company_holder {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    border-left: 3px solid rgb(191,208,191);
    background: rgba(0, 0, 0, 0.2);
    padding: 2rem;
    backdrop-filter: blur(10px);
    transform-style: preserve-3d;
    transition: all 0.4s ease;
    border-radius: 27px;
    position: relative;
}

.volunteerq .company_holder h3::after {
    position: absolute;
    height: 3px;
    content: "";
    left: 0;
    background: rgb(191,208,191);
    bottom: 0;
    width: 60px;
    transition: width 0.4s ease-in-out;
}

.volunteerq .stats_toolX {
    position: relative;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    max-width: 100%;
    font-size: 15px;
    padding-left: 1rem;
}

.volunteerq .trade_markO {
    position: relative;
}

.volunteerq .nav_blockY {
    display: grid;
    height: 100%;
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
}

.volunteerq .nav_pageR::before {
    transform: rotate(45deg);
    transition: all 0.6s ease;
    z-index: -1;
    left: -50%;
    height: 200%;
    position: absolute;
    top: -50%;
    content: "";
    width: 200%;
    background: linear-gradient(
        transparent,
        transparent,
        rgba(255, 255, 255, 0.05),
        transparent,
        transparent
    );
}

.volunteerq .nav_pageR::before {
    left: -20px;
    top: -20px;
}

.volunteerq .nav_pageR:hover::after {
    border-color: transparent rgb(152,173,152) transparent transparent;
    border-width: 0 35px 35px 0;
}

.volunteerq .nav_pageR:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    transform: translateZ(15px) scale(1.03);
    background: rgba(255, 255, 255, 0.05);
}

.volunteerq .nav_pageR h5::before {
    content: "";
    background: rgb(152,173,152);
    position: absolute;
    bottom: -8px;
    height: 1px;
    left: 0;
    width: 100%;
}

.volunteerq .nav_pageR:hover h5::after {
    width: 100%;
}

.volunteerq .nav_pageR .nav_blockY {
    display: flex;
    gap: 0.875rem;
    flex-direction: column;
}

.volunteerq .nav_pageR a {
    transform-style: preserve-3d;
    display: block;
    transition: all 0.3s ease;
    color: rgba(255, 255, 255, 0.75);
    font-size: 15px;
    text-decoration: none;
    position: relative;
    padding: 0.5rem 0;
}

.volunteerq .nav_pageR a:hover::before {
    opacity: 1;
    left: 0;
}

.footer_workshopsB {
    margin-top: 3rem;
    position: relative;
    padding: 1.5rem 0;
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.3);
}

.footer_workshopsB .container {
    justify-content: center;
    display: flex;
    align-items: center;
}

.footer_workshopsB .footer_milestonesn {
    color: rgba(255, 255, 255, 0.6);
    position: relative;
    font-size: 15px;
    transition: all 0.3s ease;
    padding: 0.5rem 1.5rem;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    text-align: center;
}

.volunteerq .company_holder:hover::before,
.volunteerq .nav_pageR:hover::before {
    opacity: 0.5;
}

.volunteerq .company_holder::after {
    top: 20px;
    height: 30px;
    border-top: 2px solid rgb(191,208,191);
    right: 20px;
    position: absolute;
    border-right: 2px solid rgb(191,208,191);
    transition: all 0.4s ease;
    width: 30px;
    content: "";
    opacity: 0.7;
}

.volunteerq .company_holder:hover::after {
    width: 40px;
    transform: rotate(45deg);
    height: 40px;
}

.volunteerq .company_holder:hover .stats_toolX::after {
    width: calc(100% - 1rem);
}

.volunteerq::after {
    opacity: 0.3;
    top: 0;
    height: 100%;
    left: 0;
    background: 
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.02) 50%),
        linear-gradient(rgba(255, 255, 255, 0.02) 50%, transparent 50%);
    position: absolute;
    width: 100%;
    content: "";
    z-index: -2;
    background-size: 40px 40px;
}

.volunteerq .nav_blockY a::after {
    background: linear-gradient(to right, rgb(191,208,191), rgb(152,173,152));
    transition: width 0.3s ease;
    bottom: 0;
    height: 1px;
    width: 0;
    position: absolute;
    content: "";
    left: 0;
}

.privacy_coverm .container {
    flex-direction: column;
    max-width: 1200px;
    width: 100%;
    align-items: center;
    display: flex;
}

.privacy_coverm h2 {
    margin-bottom: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 30px;
    margin-top: 25px;
}

.privacy_coverm ul {
    list-style-type: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

.privacy_coverm li {
    border-radius: 10px;
    padding: 15px;
    display: flex;
    align-items: center;
    font-size: 14px;
    background-color: rgb(152,173,152,0.5);
    margin-bottom: 15px;
    color: #000000;
    justify-content: flex-start;
}


.cookie_window_dialogI {
    border-top: 3px solid rgb(191,208,191);
    bottom: 0;
    padding: 20px 0;
    position: fixed;
    width: 100%;
    z-index: 90;
    background: rgb(225,233,225);
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
}

#privacyNoticeModali {
    display: none;
}

#privacyNoticeModali:checked ~ .cookie_window_dialogI {
    opacity: 0;
    visibility: hidden;
}

.cookie_window_dialogI p {
    max-width: 500px;
    color: #000000;
    font-size: 15px;
}

.cookie_customizeu svg, .cookie_customizeu svg path {
    height: 80px;
    fill: rgb(191,208,191);
    width: 80px;
}

.cookie_button.learn_cookiesN {
    background: rgb(191,208,191);
}

.cookie_button.edu_cookiey {
    background: rgb(152,173,152);
}

.cookie_guidet:hover {
    border: 2px solid #ffffff;
}

.cookie_window_dialogI p a {
    text-decoration: underline;
    font-weight: 700;
    color: rgb(191,208,191);
}


.framework-wrapv .cookie_window_dialogI {
    border: none;
    padding: 30px 0;
    background: rgb(152,173,152);
}

.framework-wrapv .data_consentp h5, .framework-wrapv .data_consentp p {
    color: #ffffff;
}

.course_featuresx {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    background-color: #000000;
}

.course_featuresx::after {
    position: absolute;
    top: 0;
    content: "";
    z-index: 1;
    width: 100%;
    background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.01) 0px, rgba(255, 255, 255, 0.01) 1px, transparent 1px, transparent 10px);
    height: 100%;
    left: 0;
}

.course_featuresx .message_boxO {
    display: contents;
}

.course_featuresx .message_boxO h2 {
    border-radius: 12px;
    opacity: 0;
    align-self: center;
    border-left: 3px solid rgb(191,208,191);
    animation: slide-in 0.8s forwards 0.2s;
    transform: translateX(-30px);
    padding: 30px;
    margin: 0;
    font-size: 34px;
    background: linear-gradient(135deg, rgba(0,0,0,0.3) 0%, transparent 100%);
    font-weight: 700;
    backdrop-filter: blur(5px);
    color: #ffffff;
    grid-area: title;
}

.course_featuresx .message_boxO .description {
    border-radius: 12px;
    line-height: 1.8;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(5px);
    border-top: 3px solid rgb(152,173,152);
    position: relative;
    margin: 0;
    padding: 25px;
    color: #000000;
    background: rgba(0, 0, 0, 0.2);
    overflow: hidden;
    font-size: 16px;
}

.course_featuresx .img_zoomQ::before {
    top: 0;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgba(0,0,0,0.5) 0%, transparent 100%);
}

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

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

.sign_upK .learn_rootsi:hover {
    transform: perspective(1000px) rotateX(0deg);
}

.sign_upK h4 {
    margin-bottom: 2rem;
    animation: slideInTitle 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.2s;
    opacity: 0;
    font-size: 19px;
    color: #ffffff;
    position: relative;
    line-height: 1.4;
    font-weight: 600;
    transform: translateX(-10px);
}

.sign_upK .input_holder {
    flex-wrap: wrap;
    transform: translateY(10px);
    opacity: 0;
    animation: slideUpForm 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.4s;
    position: relative;
    gap: 1rem;
    display: flex;
}

.sign_upK .input_holder input[type="email"]:focus {
    border-left: 3px solid rgb(152,173,152);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.sign_upK .input_holder input[type="email"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(0, 0, 0, 0.4);
}

.sign_upK .input_holder .request_liste {
    padding: 1rem 2rem;
    white-space: nowrap;
    outline: none;
    background: linear-gradient(135deg, rgb(152,173,152), rgb(191,208,191));
    overflow: hidden;
    display: inline-block;
    z-index: 1;
    cursor: pointer;
    color: #ffffff;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-weight: 600;
    font-size: 20px;
    position: relative;
    border: none;
}

.sign_upK .input_holder .request_liste:hover::before {
    left: 100%;
}

.sign_upK .input_holder .request_liste:active {
    transform: translateY(0);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.data_summaryO::before {
    width: 100%;
    left: 0;
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    background-color: #000000;
    opacity: 0.7;
    height: 100%;
}

.data_summaryO .container {
    margin: 0 auto;
    z-index: 5;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
}

.data_summaryO .statistics_valueL {
    display: flex;
    flex-direction: column;
}

.data_summaryO .expert_upgraded {
    position: absolute;
    width: 80px;
    top: 30px;
    align-items: center;
    height: 80px;
    border-radius: 50%;
    justify-content: center;
    display: flex;
    right: 40px;
    z-index: 2;
    background: #ffffff;
}

.data_summaryO .expert_statisticsd {
    position: relative;
    line-height: 1.6;
    font-size: 14px;
    text-align: left;
    width: 60%;
    margin-bottom: 60px;
}

.data_summaryO .statistics_boostsP {
    gap: 10px 20px;
    transition: all 0.3s ease;
    border-radius: 21px;
    border-left: 4px solid rgb(191,208,191);
    padding: 30px;
    position: relative;
    grid-template-areas:
        "img number"
        "img desc";
    grid-template-columns: 80px 1fr;
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.1) 0%, 
        rgba(255, 255, 255, 0.05) 100%
    );
    display: grid;
}

.data_summaryO .statistics_trackst svg {
    width: 35px;
    fill: #ffffff;
    height: 35px;
}

.data_summaryO .statistics_trackst svg path {
    fill: #ffffff;
}

.data_summaryO .statistics_boostsP span {
    align-self: flex-end;
    margin: 0;
    color: #ffffff;
    grid-area: number;
    font-weight: 700;
    font-size: calc(38px * 1.3);
    line-height: 1;
}

header::before {
    position: absolute;
    z-index: -1;
    width: 100%;
    opacity: 0.3;
    top: 0;
    animation: pulse 15s infinite alternate;
    background: 
        radial-gradient(circle at 10% 20%, rgb(191,208,191,0.5) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgb(152,173,152,0.5) 0%, transparent 20%);
    left: 0;
    content: "";
    height: 100%;
}

header .nav_pageR {
    align-items: center;
    display: flex;
    gap: 2rem;
    position: relative;
}

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

header .header_barv::before {
    transition: width 0.3s ease;
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    background: linear-gradient(to right, rgb(191,208,191), rgb(152,173,152));
    left: 0;
}

header .main_navbarq svg {
    height: 40px;
    transition: all 0.3s ease;
    width: auto;
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.3));
}

.title_openere {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    justify-content: center;
    padding: 7rem 2rem;
    display: flex;
    background: linear-gradient(135deg, rgb(225,233,225) 0%, #ffffff 100%);
    align-items: center;
}

.title_openere::after {
    background: rgb(152,173,152,0.5);
    right: -5%;
    bottom: -10%;
    width: 40%;
    position: absolute;
    filter: blur(120px);
    height: 60%;
    content: "";
    z-index: 0;
}

.title_openere h1.main_firstT::after {
    width: 3rem;
    position: absolute;
    content: "";
    height: 0.25rem;
    transform: scaleX(0);
    background: rgb(191,208,191);
    transform-origin: left;
    animation: expandLine 1s ease-out forwards 0.8s;
    bottom: -0.5rem;
    left: 0;
}

.title_openere .page_introP {
    box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.1);
    animation: fadeUpIn 1s ease-out forwards 0.6s;
    transition: transform 0.3s ease-out;
    opacity: 0;
    transform: translateY(2rem);
    overflow: hidden;
    position: relative;
}

.title_openere .learning_dnaV {
    height: 400px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
}

.title_openere .learning_dnaV:hover::before {
    opacity: 0.9;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 70%);
}

.title_openere .learning_dnaV:hover span {
    transform: translateY(-0.5rem);
}

.title_openere .learning_dnaV h3 {
    margin: 0;
    line-height: 1.5;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    font-weight: 600;
    font-size: clamp(1.1rem, 2vw, 22px);
}

.location_infoP::before {
    height: 100%;
    width: 100%;
    left: 0;
    content: '';
    background: 
        repeating-linear-gradient(
            -45deg,
            transparent,
            transparent 20px,
            rgb(191,208,191,0.5) 20px,
            rgb(191,208,191,0.5) 40px
        );
    z-index: 1;
    top: 0;
    position: absolute;
}


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

.location_infoP .message_blockh {
    position: relative;
    border-radius: 14px;
    background: rgba(0, 0, 0, 0.5);
    padding: 45px;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.2),
        0 0 0 1px #ffffff;
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    transform-style: preserve-3d;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.location_infoP .message_blockh {
    padding: 30px;
}


.location_infoP h3 {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    text-shadow: 0 0 15px rgb(191,208,191,0.5);
    letter-spacing: 1px;
    margin-bottom: 25px;
}

.location_infoP h3 {
    font-size: calc(32px * 0.8);
}

.location_infoP h3::after {
    bottom: -8px;
    height: 10px;
    width: 10px;
    box-shadow: 0 0 10px rgb(191,208,191);
    left: 0;
    content: '';
    border-radius: 50%;
    position: absolute;
    animation: slideGlow 3s infinite alternate;
    background: rgb(191,208,191);
}

.location_infoP .request_infoL {
    position: relative;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    display: grid;
    gap: 25px;
}

.location_infoP .request_infoL {
    grid-template-columns: 1fr;
}

.location_infoP .request_infoL span {
    z-index: 1;
    overflow: hidden;
    padding-left: 65px;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    transition: all 0.3s ease;
    flex-direction: column;
    transform: translateY(0);
    backdrop-filter: blur(5px);
    padding: 25px;
    border-radius: 10px;
    position: relative;
}

.location_infoP .request_infoL span {
    padding: 20px;
    padding-left: 55px;
}

.location_infoP .request_infoL span::after {
    background: linear-gradient(45deg, 
        rgb(191,208,191,0.5) 0%, 
        transparent 30%, 
        transparent 70%, 
        rgb(152,173,152,0.5) 100%);
    z-index: -1;
    transition: opacity 0.4s ease;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    position: absolute;
    content: '';
    opacity: 0;
}

.location_infoP .request_infoL span:nth-child(even) svg {
    filter: drop-shadow(0 0 5px rgb(152,173,152,0.5));
    stroke: rgb(152,173,152);
}

.location_infoP .request_infoL span:hover svg {
    stroke-width: 2px;
    filter: drop-shadow(0 0 10px rgb(191,208,191));
    transform: translateZ(10px) scale(1.1) rotate(5deg);
}

.location_infoP .request_infoL span:nth-child(even):hover svg {
    filter: drop-shadow(0 0 10px rgb(152,173,152));
}

.location_infoP .request_infoL span svg path,
.location_infoP .request_infoL span svg circle,
.location_infoP .request_infoL span svg line,
.location_infoP .request_infoL span svg polyline,
.location_infoP .request_infoL span svg rect {
    stroke-dasharray: 100;
    transition: stroke-dashoffset 1s ease;
    stroke-dashoffset: 100;
}


.location_infoP .request_infoL span p {
    align-items: center;
    color: #ffffff;
    margin: 0;
    display: flex;
    font-size: 14px;
    font-weight: 400;
}

.location_infoP .request_infoL span span {
    background: transparent;
    backdrop-filter: none;
    margin-top: 8px;
    border: none;
    padding: 0;
}

.location_infoP .get_helpdeskv {
    position: relative;
    padding: 30px;
    grid-column: 1 / -1;
    overflow: hidden;
    margin-top: 30px;
    border-radius: 10px;
    backdrop-filter: blur(5px);
}


.location_infoP .get_helpdeskv h4 {
    align-items: center;
    color: #ffffff;
    display: flex;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 23px;
    text-transform: uppercase;
}

.location_infoP .get_helpdeskv h4 svg {
    stroke: rgb(191,208,191);
    height: 24px;
    width: 24px;
    filter: drop-shadow(0 0 5px rgb(191,208,191,0.5));
    stroke-linejoin: round;
    fill: none;
    stroke-width: 1.5px;
    stroke-linecap: round;
    margin-right: 12px;
}

.location_infoP .get_helpdeskv h4 svg {
    width: 20px;
    height: 20px;
}

.location_infoP .get_helpdeskv h4::after {
    margin-left: 10px;
    background: rgb(191,208,191);
    box-shadow: 0 0 5px rgb(191,208,191);
    width: 20px;
    height: 2px;
    display: inline-block;
    content: '';
}

.location_infoP .get_helpdeskv span svg {
    width: 18px;
    stroke-linejoin: round;
    filter: drop-shadow(0 0 3px rgb(152,173,152,0.5));
    stroke-linecap: round;
    margin-right: 10px;
    stroke: rgb(152,173,152);
    transition: all 0.3s ease;
    fill: none;
    stroke-width: 1.5px;
    height: 18px;
}

.location_infoP .get_helpdeskv span svg {
    width: 14px;
    height: 14px;
}

.location_infoP .get_helpdeskv span:hover {
    transform: translateX(5px);
    background: rgb(152,173,152,0.5);
    border-left-color: rgb(152,173,152);
}

.location_infoP .get_helpdeskv span:hover::before {
    transform: translateX(0);
}

.tyContentj {
    padding: 4rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(225,233,225) 0%, rgb(191,208,191,0.5) 100%);
    overflow: hidden;
}

.tyContentj::after {
    animation: pulse 10s infinite alternate ease-in-out;
    height: 300px;
    border-radius: 50%;
    position: absolute;
    filter: blur(100px);
    right: -5%;
    background: rgb(152,173,152);
    opacity: 0.1;
    top: -10%;
    width: 300px;
    content: "";
    z-index: 0;
}

.tyContentj h2 {
    transform: translateX(-10px);
    color: rgb(191,208,191);
    position: relative;
    max-width: 90%;
    margin-bottom: 2.5rem;
    opacity: 0;
    text-shadow: 0 1px 2px rgba(0,0,0,0.05);
    font-weight: 700;
    animation-delay: 0.3s;
    font-size: 34px;
    line-height: 1.3;
    animation: slideInTitle 0.8s forwards ease-out;
}

.tyContentj .learn_rootsi::before {
    opacity: 0.1;
    bottom: 20px;
    content: "";
    pointer-events: none;
    left: 20px;
    top: 20px;
    border: 1px solid rgb(191,208,191,0.5);
    position: absolute;
    right: 20px;
}

.tyContentj ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

.tyContentj li {
    padding-left: 2rem;
    position: relative;
}

.tyContentj li::before {
    width: 8px;
    position: absolute;
    transform: rotate(45deg);
    background: rgb(152,173,152);
    opacity: 0;
    top: 0.5rem;
    content: "";
    animation-delay: 1.2s;
    animation: fadeIn 0.5s forwards ease-out;
    height: 8px;
    left: 0;
}

.tyContentj li span::after {
    bottom: -15px;
    height: 1px;
    position: absolute;
    background: linear-gradient(90deg, rgb(191,208,191,0.5) 0%, transparent 100%);
    left: 0;
    content: "";
    opacity: 0.2;
    width: 100%;
}

.mentorship_experiencez::before {
    opacity: 0.2;
    top: 0;
    background: conic-gradient(from 45deg at 50% 50%, transparent 0deg, rgb(191,208,191,0.5) 90deg, transparent 180deg, rgb(152,173,152,0.5) 270deg, transparent 360deg);
    left: 0;
    animation: rotateBg 30s linear infinite;
    position: absolute;
    height: 100%;
    content: "";
    width: 100%;
}

.mentorship_experiencez .feedback_testimonialsf:hover {
    transform: perspective(1000px) rotateX(0);
}

.mentorship_experiencez .img_zoomQ {
    transition: transform 0.3s ease;
    height: 100%;
    border-radius: 24px;
    min-height: 350px;
    grid-area: photo;
    transform: translateZ(20px);
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.5);
}

.mentorship_experiencez .name {
    transform: translateZ(10px);
    font-size: 31px;
    color: #ffffff;
    margin-bottom: 0.5rem;
    grid-area: name;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.mentorship_experiencez .past_jobsf {
    font-size: 15px;
    border-radius: 10px;
    line-height: 1.6;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
    transform: translateZ(15px);
    position: relative;
    border-left: 4px solid rgb(191,208,191);
    color: #ffffff;
    padding: 1.5rem;
    grid-area: quote;
}

.contact_informationL::before {
    position: absolute;
    left: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(191,208,191), 0.05) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgba(rgb(152,173,152), 0.05) 0%, transparent 30%);
    content: "";
    right: 0;
    bottom: 0;
    z-index: 0;
    top: 0;
}



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

.contact_informationL h2 {
    transform: translateX(-50%);
    left: 50%;
    position: relative;
    margin-bottom: 50px;
    text-align: center;
    font-weight: 700;
    font-size: 37px;
    display: inline-block;
    color: #000000;
}

.contact_informationL .support_boxK {
    background: #ffffff;
    overflow: hidden;
    border-radius: 26px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    display: flex;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(rgb(191,208,191), 0.05);
    transform: translateY(0);
}

.contact_informationL .img_zoomQ {
    width: 45%;
    position: relative;
    overflow: hidden;
}

.contact_informationL .img_zoomQ::after {
    background: linear-gradient(135deg, 
                rgba(rgb(191,208,191), 0.3) 0%, 
                rgba(rgb(152,173,152), 0.3) 100%);
    content: "";
    left: 0;
    width: 100%;
    position: absolute;
    top: 0;
    mix-blend-mode: overlay;
    height: 100%;
}



.contact_informationL .inquiry_formS {
    width: 55%;
    position: relative;
    padding: 50px 40px;
}

.contact_informationL form {
    z-index: 2;
    position: relative;
}

.contact_informationL form h3 {
    display: inline-block;
    font-weight: 600;
    margin-bottom: 30px;
    position: relative;
    color: #000000;
    font-size: 18px;
}

.contact_informationL form input[type="text"] {
    transition: all 0.3s ease;
    padding: 15px 20px;
    border: 1px solid rgba(#000000, 0.1);
    border-radius: 10px;
    margin-bottom: 20px;
    width: 100%;
    font-family: Arial, sans-serif;
    background: rgba(#ffffff, 0.8);
    position: relative;
    color: #000000;
    font-size: 12px;
}

.contact_informationL form input[type="text"]:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.5;
}

.contact_informationL .inquiry_reachY input[type="checkbox"] {
    cursor: pointer;
    width: 0;
    position: absolute;
    opacity: 0;
    height: 0;
}

.contact_informationL .inquiry_reachY label::before {
    position: absolute;
    border-radius: 10px;
    border: 1px solid rgba(#000000, 0.2);
    transition: all 0.3s ease;
    top: 0;
    height: 22px;
    width: 22px;
    background: rgba(#ffffff, 0.8);
    content: "";
    left: 0;
}

.contact_informationL .inquiry_reachY input[type="checkbox"]:checked + label::after {
    top: 4px;
    transform: rotate(45deg);
    border: solid #ffffff;
    position: absolute;
    left: 8px;
    content: "";
    width: 6px;
    height: 12px;
    border-width: 0 2px 2px 0;
}

.contact_informationL .inquiry_reachY label a:hover {
    color: rgb(152,173,152);
}

.contact_informationL .inquiry_reachY label a:hover::after {
    transform: scaleX(1);
    background: rgb(152,173,152);
}

.contact_informationL .request_liste::before {
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    transition: opacity 0.3s ease;
    content: "";
    background: linear-gradient(90deg, rgb(152,173,152), rgb(191,208,191));
    opacity: 0;
    position: absolute;
}

.contact_informationL .request_liste:hover::before {
    opacity: 1;
}

.contact_informationL .request_liste:active {
    transform: translateY(2px);
}

.contact_informationL svg path {
    fill: rgb(191,208,191);
    transition: fill 0.3s ease;
}

.contact_informationL form input {
    background: rgb(225,233,225);
}

.tariff_packagei {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}

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

.tariff_packagei .cost_optionsy {
    align-items: center;
    flex-direction: column;
    display: flex;
}

.tariff_packagei h2::after {
    transform: translateX(-50%);
    width: 80px;
    bottom: -10px;
    position: absolute;
    background: linear-gradient(90deg, rgb(191,208,191), rgb(152,173,152));
    left: 50%;
    height: 3px;
    content: "";
}

.tariff_packagei .price_panelr {
    padding: 0;
    margin: 0;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    width: 100%;
    display: grid;
    list-style: none;
}

.tariff_packagei .qtr_coste:hover {
    transform: translateY(-10px) rotateY(2deg);
}

.tariff_packagei .plan_feeu {
    box-sizing: border-box;
    display: flex;
    transition: all 0.4s ease;
    height: 100%;
    border-radius: 8px;
    flex-direction: column;
    overflow: hidden;
    backdrop-filter: blur(5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 5px 15px rgba(0,0,0,0.1);
    background: linear-gradient(135deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.08) 100%);
    position: relative;
    padding: 35px 30px;
    border: 1px solid rgba(255,255,255,0.1);
}

.tariff_packagei .qtr_coste h4 {
    font-size: calc(24px * 1.2);
    position: relative;
    font-weight: 700;
    margin: 0 0 20px;
    color: #ffffff;
}

.tariff_packagei .qtr_coste p {
    line-height: 1.6;
    font-size: 12px;
    margin: 0 0 25px;
    color: rgb(255, 255, 255, 0.5);
    word-wrap: break-word;
    overflow-wrap: break-word;
    flex-grow: 1;
    white-space: normal;
}

.tariff_packagei .qtr_coste:hover .member_plansD {
    transform: translateZ(15px) scale(1.05);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.client_experienceJ {
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(225,233,225) 0%, rgba(rgb(191,208,191,0.5), 0.05) 100%);
    position: relative;
}

.client_experienceJ::after {
    background: radial-gradient(circle at 50% 120%, rgb(191,208,191,0.5) 0%, transparent 70%);
    position: absolute;
    z-index: 0;
    opacity: 0.05;
    left: 0;
    bottom: 0;
    width: 100%;
    pointer-events: none;
    content: "";
    height: 100%;
}

.client_experienceJ h2.container::after {
    height: 3px;
    position: absolute;
    bottom: -15px;
    background: linear-gradient(to right, transparent, rgb(152,173,152), transparent);
    transform: translateX(-50%);
    content: "";
    width: 80px;
    left: 50%;
}

.client_experienceJ .learner_feedbackB {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    perspective: 1000px;
    display: grid;
    gap: 2.5rem;
}

.client_experienceJ .feedback_testimonialsf::before {
    transform: scaleX(0);
    width: 100%;
    background: linear-gradient(90deg, rgb(191,208,191), rgb(152,173,152));
    left: 0;
    transition: transform 0.5s ease-out;
    opacity: 0.8;
    transform-origin: left;
    position: absolute;
    top: 0;
    content: "";
    height: 3px;
}

.client_experienceJ .feedback_testimonialsf:hover {
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.08),
                0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.04);
    transform: translateY(-10px) scale(1.01) rotate(0.5deg);
}

.client_experienceJ .feedback_testimonialsf h3 {
    font-weight: 600;
    position: relative;
    color: #000000;
    transition: transform 0.3s ease;
    font-size: calc(19px * 1.1);
    z-index: 2;
    margin-bottom: 0.75rem;
    transform-origin: left;
}

.client_experienceJ .feedback_testimonialsf div {
    border-radius: 4px;
    overflow: hidden;
    transition: transform 0.4s ease;
    width: 100%;
    position: relative;
    height: 0;
    padding-bottom: 60%;
    transform-origin: bottom;
}

.client_experienceJ .feedback_testimonialsf:hover img {
    transform: scale(1.05);
}

.client_experienceJ .feedback_testimonialsf:nth-child(odd) {
    transform: translateY(0) rotate(-0.5deg);
}

.client_experienceJ .feedback_testimonialsf:nth-child(even) {
    transform: translateY(0) rotate(0.5deg);
}

.client_experienceJ .feedback_testimonialsf::after {
    transition: all 0.4s ease;
    top: 0.5rem;
    right: 1rem;
    line-height: 1;
    content: "";
    font-size: 5rem;
    z-index: 1;
    position: absolute;
    font-family: serif;
    opacity: 0.1;
    transform: translateY(-10px);
    color: rgb(152,173,152);
}

.our_storyd::after {
    background: radial-gradient(ellipse at center, rgb(152,173,152,0.5) 0%, transparent 70%);
    opacity: 0.15;
    content: "";
    height: 200%;
    position: absolute;
    animation: glow 15s infinite alternate ease-in-out;
    transform: rotate(-15deg);
    width: 80%;
    z-index: 2;
    right: -30%;
    top: -50%;
}

.our_storyd h2 {
    transform: translateZ(0);
    font-weight: 700;
    display: inline-block;
    letter-spacing: 1.5px;
    margin-bottom: 40px;
    font-size: 30px;
    color: #ffffff;
    position: relative;
}

.our_storyd h2::after {
    content: "";
    animation: expandWiderLine 2s forwards ease-out;
    width: 80%;
    position: absolute;
    background: rgb(255, 255, 255, 0.5);
    bottom: -10px;
    height: 1px;
    left: 0;
    transform-origin: left;
}

.our_storyd .message_boxO::before {
    position: absolute;
    content: "";
    height: 100%;
    animation: shimmer 5s infinite;
    width: 100%;
    top: 0;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.05), transparent);
    left: 0;
    transform: translateX(-100%);
}

.our_storyd .message_boxO:hover {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25), 0 8px 20px rgba(0, 0, 0, 0.15);
}

.our_storyd .message_boxO p::after {
    background: rgb(152,173,152);
    left: 0;
    width: 70px;
    animation: expandLine 1.5s forwards ease-out 0.5s;
    height: 2px;
    content: "";
    bottom: -8px;
    position: absolute;
    transform-origin: left;
}


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


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (max-width: 768px) {.volunteerq {
    padding: 3.5rem 0 1.5rem;
}.volunteerq .nav_blockY {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.volunteerq .company_holder,
    .volunteerq .nav_pageR {
    padding: 1.5rem;
}.volunteerq .company_holder h3,
    .volunteerq .nav_pageR h5 {
    margin-bottom: 1.25rem;
}.footer_workshopsB {
    margin-top: 2rem;
    padding: 1.25rem 0;
}
}



@media only screen and (max-width: 800px) {.privacy_coverm {
    padding: 20px;
}.privacy_coverm h1 {
    font-size: calc(24px - 5px);
    margin-bottom: 15px;
    margin-top: 25px;
}.privacy_coverm h2 {
    font-size: calc(24px - 3px);
    margin-bottom: 10px;
    margin-top: 20px;
}.privacy_coverm ul, .privacy_coverm ol {
    padding: 0;
    margin: 10px 0;
}.privacy_coverm li {
    font-size: calc(14px - 1px);
    margin-bottom: 10px;
}.privacy_coverm p, .privacy_coverm span, .privacy_coverm div {
    font-size: calc(14px - 1px);
    margin-bottom: 8px;
}}



@media (max-width: 991px) {.course_featuresx {
    padding: 80px 0;
}.course_featuresx .knowledge_guidey {
    min-height: auto;
    grid-template-areas:
            "image image"
            "title title"
            "desc1 desc2";
}.course_featuresx .img_zoomQ {
    height: 400px;
}
}



@media (max-width: 480px) {.course_featuresx {
    padding: 40px 0;
}.course_featuresx .img_zoomQ {
    height: 250px;
}.course_featuresx .message_boxO h2 {
    padding: 15px;
    font-size: calc(34px * 0.8);
}.course_featuresx .message_boxO .description {
    font-size: calc(16px * 0.95);
    padding: 15px;
}.course_featuresx .tech-element {
    display: none;
}}



@media screen and (min-width: 768px) {.sign_upK .learn_rootsi {
    align-items: center;
    gap: 2rem;
    flex-direction: row;
    padding: 3.5rem 4rem;
}.sign_upK h4 {
    flex: 1;
    margin-bottom: 0;
    max-width: 60%;
}.sign_upK .input_holder {
    flex: 1;
    justify-content: flex-end;
}
}



@media screen and (max-width: 480px) {.sign_upK {
    padding: 3rem 0;
}.sign_upK .learn_rootsi {
    transform: perspective(1000px) rotateX(1deg);
    padding: 1.5rem;
}.sign_upK h4 {
    margin-bottom: 1.5rem;
    font-size: calc(19px * 0.8);
}.sign_upK .input_holder input[type="email"],
    .sign_upK .input_holder .request_liste {
    padding: 0.8rem 1.2rem;
}}



@media screen and (max-width: 768px) {.data_summaryO {
    padding: 80px 0;
}.data_summaryO .growth_statisticsb {
    width: 100%;
    font-size: calc(39px * 0.8);
    padding-right: 60px;
}.data_summaryO .expert_statisticsd {
    margin-bottom: 50px;
    width: 100%;
}.data_summaryO .expert_upgraded {
    height: 60px;
    top: 0;
    width: 60px;
    right: 0;
}.data_summaryO .expert_upgraded svg {
    height: 30px;
    width: 30px;
}.data_summaryO .statistics_supportW {
    grid-template-columns: 1fr;
}
}



@media screen and (max-width: 480px) {.data_summaryO .statistics_boostsP {
    grid-template-areas:
            "img number"
            "desc desc";
    grid-template-columns: auto 1fr;
}.data_summaryO .statistics_trackst {
    width: 45px;
    align-self: center;
    height: 45px;
}.data_summaryO .statistics_trackst svg {
    width: 22px;
    height: 22px;
}.data_summaryO .statistics_boostsP p {
    padding-top: 10px;
}}



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



@media (max-width: 767px) {.title_openere {
    padding: 5rem 1.5rem;
}.title_openere > div {
    gap: 3rem;
}.title_openere h1.main_firstT {
    font-size: 2rem;
}.title_openere p {
    max-width: 100%;
}
}


@media (max-width: 991px) {.location_infoP {
    padding: 70px 0;
}.location_infoP .message_blockh {
    padding: 35px;
}.location_infoP h3 {
    font-size: calc(32px * 0.9);
}.location_infoP .request_infoL {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.location_infoP .request_infoL span svg {
    height: 26px;
    width: 26px;
}.location_infoP .get_helpdeskv {
    padding: 25px;
}.location_infoP .get_helpdeskv h4 svg {
    height: 22px;
    width: 22px;
}.location_infoP .get_helpdeskv span svg {
    height: 16px;
    width: 16px;
}
}


@media (min-width: 1200px) {.location_infoP .container {
    max-width: 1140px;
}.location_infoP .message_blockh {
    padding: 50px;
}
}


@media (prefers-reduced-motion: reduce) {.location_infoP::after,
    .location_infoP .message_blockh::before,
    .location_infoP h3::after,
    .location_infoP .get_helpdeskv::before,
    .location_infoP .request_infoL span:hover svg,
    .location_infoP .get_helpdeskv span:hover svg {
    transition: none;
    animation: none;
}.location_infoP .request_infoL span:hover svg path,
    .location_infoP .request_infoL span:hover svg circle,
    .location_infoP .request_infoL span:hover svg line,
    .location_infoP .request_infoL span:hover svg polyline,
    .location_infoP .request_infoL span:hover svg rect {
    animation: none;
}}



@media (max-width: 576px) {.tyContentj {
    padding: 2.5rem 0;
}.tyContentj .container {
    padding: 0 1.5rem;
}.tyContentj h2 {
    font-size: calc(34px * 0.7);
}.tyContentj h2::after {
    width: 60px;
    height: 2px;
}.tyContentj .learn_rootsi {
    padding: 1.5rem;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            0 100%
        );
}.tyContentj li {
    padding-left: 1.5rem;
}.tyContentj li::before {
    height: 6px;
    width: 6px;
}.tyContentj li span {
    font-size: calc(14px * 0.95);
    line-height: 1.6;
}}



@media (max-width: 767px) {.mentorship_experiencez {
    padding: 3rem 0;
}.mentorship_experiencez .feedback_testimonialsf {
    grid-template-areas:
            "img_zoomQ"
            "name"
            "exp_gridL"
            "past_jobsf";
    padding: 2rem;
    grid-template-columns: 1fr;
}.mentorship_experiencez .img_zoomQ {
    min-height: 250px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
}}



@media (max-width: 480px) {.contact_informationL {
    padding: 40px 0;
}.contact_informationL h2 {
    margin-bottom: 25px;
    font-size: calc(37px * 0.85);
}.contact_informationL .img_zoomQ {
    height: 200px;
}.contact_informationL .inquiry_formS {
    padding: 25px 20px;
}.contact_informationL form h3 {
    margin-bottom: 20px;
    font-size: calc(18px * 0.9);
}.contact_informationL form input[type="text"] {
    padding: 10px 12px;
    margin-bottom: 12px;
}.contact_informationL .inquiry_reachY {
    margin-bottom: 20px;
}.contact_informationL .inquiry_reachY label {
    font-size: calc(12px * 0.9);
    padding-left: 30px;
}.contact_informationL .inquiry_reachY label::before {
    height: 18px;
    width: 18px;
}.contact_informationL .inquiry_reachY input[type="checkbox"]:checked + label::after {
    top: 3px;
    width: 5px;
    height: 10px;
    left: 6px;
}.contact_informationL .request_liste {
    padding: 10px 12px;
}
}



@media (max-width: 992px) {.tariff_packagei {
    padding: 80px 0;
}.tariff_packagei .price_panelr {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}.tariff_packagei h2 {
    font-size: calc(35px * 0.9);
}
}



@media (max-width: 576px) {.tariff_packagei {
    padding: 50px 0;
}.tariff_packagei h2 {
    font-size: calc(35px * 0.7);
}.tariff_packagei .group_ratesI {
    margin-bottom: 30px;
    font-size: calc(12px * 0.9);
}.tariff_packagei .plan_feeu {
    padding: 25px 20px;
}.tariff_packagei .qtr_coste h4 {
    font-size: calc(24px * 1.1);
}.tariff_packagei .qtr_coste p {
    font-size: calc(12px * 0.9);
}.tariff_packagei .member_plansD {
    font-size: calc(24px * 1.2);
    padding: 8px 16px;
}}



@media (max-width: 480px) {.client_experienceJ {
    padding: 2.5rem 0;
}.client_experienceJ h2.container {
    font-size: calc(29px * 0.8);
    padding: 0 1rem;
}.client_experienceJ .feedback_testimonialsf {
    padding: 1.25rem;
}.client_experienceJ .feedback_testimonialsf h3 {
    font-size: 19px;
}.client_experienceJ .feedback_testimonialsf .description {
    margin-bottom: 1rem;
    font-size: calc(17px * 0.95);
}
}



@media (min-width: 768px) {.our_storyd {
    padding: 150px 0 100px;
}.our_storyd h2 {
    margin-bottom: 60px;
}.our_storyd .message_boxO {
    transform: perspective(1200px) rotateY(-1deg);
    padding: 40px 50px;
}.our_storyd .message_boxO div div {
    column-count: 2;
}
}



@media (min-width: 992px) {.our_storyd {
    padding: 180px 0 120px;
}.our_storyd .container {
    padding: 0 30px;
}.our_storyd h2 {
    font-size: calc(30px * 1.1);
}.our_storyd .message_boxO {
    padding: 50px 60px;
    transform: perspective(1500px) rotateY(-1deg);
}.our_storyd .message_boxO div div {
    column-count: 2;
    line-height: 1.8;
}
}



@media (max-width: 480px) {.our_storyd {
    padding: 70px 0 50px;
}.our_storyd .message_boxO {
    padding: 20px 15px;
    transform: none;
}.our_storyd h2 {
    font-size: calc(30px * 0.85);
}.our_storyd .message_boxO p {
    font-size: calc(23px * 0.9);
}.our_storyd .message_boxO div div {
    line-height: 1.5;
    font-size: calc(18px * 0.9);
}
}



@keyframes glowPulse {
    0%, 100% {
        opacity: 0.8;
        box-shadow: 0 0 10px rgb(152,173,152,0.5);
    }
    50% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(152,173,152);
    }
}



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



@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}



@keyframes scan {
    0% {
        top: 0;
        opacity: 0;
    }
    5% {
        opacity: 0.5;
    }
    95% {
        opacity: 0.5;
    }
    100% {
        top: 100%;
        opacity: 0;
    }
}



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



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



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

@keyframes borderGlow {
    0% {
        opacity: 0.5;
        filter: blur(5px);
    }
    50% {
        opacity: 0.8;
        filter: blur(3px);
    }
    100% {
        opacity: 0.5;
        filter: blur(5px);
    }
}

@keyframes slideGlow {
    0% {
        left: 0;
        background: rgb(191,208,191);
    }
    100% {
        left: calc(100% - 10px);
        background: rgb(152,173,152);
    }
}


    
    @keyframes slideGlow {
        0% {
            left: 0;
            background: rgb(191,208,191);
        }
        100% {
            left: calc(100% - 10px);
            background: rgb(152,173,152);
        }
    }



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



@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

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

@keyframes gridMove {
    0% { background-position: 0 0; }
    100% { background-position: 20px 20px; }
}



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



@keyframes expandWiderLine {
    0% {
        width: 0;
    }
    100% {
        width: 80%;
    }
}



@keyframes glow {
    0%, 100% {
        opacity: 0.15;
        transform: rotate(-15deg) scale(1);
    }
    50% {
        opacity: 0.25;
        transform: rotate(-15deg) scale(1.05);
    }
}

