﻿* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.help_centerutil {
    flex: 0 0 auto;
}.container {
    max-width: 100%;
    width: 1117px;
    margin: auto;
}a {
    text-decoration: none;
    color: inherit;
}.wrapping-containerutil {
    min-height: 100%;
    height: 100%;
    flex-direction: column;
    display: flex;
}html,body {
    auto
contain
touch-action: none;
    height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    scroll-snap-type: none;
    min-height: 100%;
    auto
    scroll-behavior: auto;
}::-webkit-scrollbar {
    height: 8px;
    width: thin;
}::-webkit-scrollbar-track {
    border: 1px ridge rgb(163,189,189);
    margin: 5px 0;
    border-radius: 2%;
    background: #ffffff;
}::-webkit-scrollbar-track:active {
    background: rgb(255, 255, 255, 0.5);
}::-webkit-scrollbar-thumb {
    border-radius: 12vw;
    transition: all, border-radius 1.4s ease;
    background: linear-gradient(120deg, #ffffff 99%, rgb(255, 255, 255, 0.5) 38%, rgb(114,161,161) 11%, rgb(163,189,189,0.5) 66%);
}::-webkit-scrollbar-thumb:hover {
    background: rgb(255, 255, 255, 0.5);
}::-webkit-scrollbar-thumb:active {
    background: #ffffff;
    transform: scale(0.9);
}* {
    scrollbar-color: #ffffff #ffffff;
    scrollbar-width: auto;
}svg {
    height: 30px;
    width: 30px;
}.header_eduutil {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.help_centerutil {
    padding: 5rem 0 2rem;
    background-color: rgb(204,215,209);
    font-family: Arial, sans-serif;
    position: relative;
    color: #000000;
}.help_centerutil::before {
    content: '';
    width: 100%;
    z-index: 0;
    height: 100%;
    background: 
        linear-gradient(135deg, rgb(163,189,189,0.5) 0%, transparent 70%),
        linear-gradient(225deg, rgb(114,161,161,0.5) 0%, transparent 70%);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.07;
}.help_centerutil::after {
    width: 100%;
    z-index: 1;
    left: 0;
    height: 7px;
    position: absolute;
    background: linear-gradient(90deg, 
        rgb(204,215,209) 0%,
        rgb(163,189,189) 35%, 
        rgb(114,161,161) 65%,
        rgb(204,215,209) 100%);
    content: '';
    top: 0;
}.help_centerutil .container {
    position: relative;
    z-index: 2;
}.help_centerutil .skill_testutil {
    flex-direction: column;
    display: flex;
}.help_centerutil .write_feedbackutil {
    position: relative;
    margin-bottom: 4rem;
    justify-content: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding-bottom: 2rem;
    gap: 0;
    display: flex;
    flex-wrap: wrap;
}.help_centerutil .write_feedbackutil::after {
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(114,161,161,0.5) 50%,
        transparent 100%);
    left: 0;
    width: 100%;
    position: absolute;
    content: '';
    height: 1px;
    bottom: -1px;
}.help_centerutil .info_item {
    padding: 0.5rem 1rem;
    transition: all 0.3s ease;
    flex: 0 0 auto;
    position: relative;
    width: 25%;
}.help_centerutil .info_item::before {
    top: 50%;
    content: '';
    transform: translateY(-50%);
    left: 0;
    width: 1px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.06);
    height: 60%;
}.help_centerutil .info_item:first-child::before {
    display: none;
}.help_centerutil .info_item p,
.help_centerutil .info_item a {
    color: #000000;
    gap: 0.75rem;
    display: flex;
    text-decoration: none;
    justify-content: center;
    font-size: calc(17px - 1px);
    text-align: center;
    transition: all 0.3s ease;
    align-items: center;
    font-weight: 400;
}.help_centerutil .info_item:hover {
    transform: translateY(-5px);
}.help_centerutil .info_item:hover p,
.help_centerutil .info_item:hover a {
    color: rgb(163,189,189);
}.help_centerutil .info_item svg {
    height: 20px;
    width: 20px;
    fill: rgb(163,189,189);
    transition: transform 0.3s ease;
}.help_centerutil .info_item:hover svg {
    transform: rotate(10deg);
}.help_centerutil .text_main_holder {
    display: flex;
    position: relative;
    gap: 3rem;
    justify-content: space-between;
    flex-wrap: wrap;
}.help_centerutil .nav_infoutil {
    gap: 1.5rem;
    flex-direction: column;
    display: flex;
    width: 100%;
    margin-right: auto;
    max-width: 300px;
}.help_centerutil .nav_infoutil svg {
    max-width: 160px;
    transition: all 0.3s ease;
    height: auto;
}.help_centerutil .nav_infoutil:hover svg {
    transform: scale(1.05);
}.help_centerutil .academy_infoutil {
    line-height: 1.6;
    padding-left: 2rem;
    position: relative;
    font-size: 13px;
    color: #000000;
}.help_centerutil .academy_infoutil::before {
    content: '';
    position: absolute;
    bottom: 0;
    border-radius: 2px;
    background: linear-gradient(to bottom, rgb(163,189,189), rgb(114,161,161));
    top: 0;
    left: 0;
    width: 4px;
}.help_centerutil .main_headerutil {
    max-width: 400px;
    flex: 1;
    min-width: 240px;
    flex-direction: column;
    position: relative;
    gap: 2rem;
    display: flex;
}.help_centerutil .main_headerutil::before {
    background: rgba(0, 0, 0, 0.02);
    position: absolute;
    border-radius: 22px;
    content: '';
    width: 100%;
    z-index: -1;
    left: 0;
    top: 0;
    height: 100%;
}.help_centerutil .main_headerutil h5 {
    background: rgba(0, 0, 0, 0.03);
    font-size: 18px;
    border-radius: 10px;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #000000;
    padding: 0.75rem 1.5rem;
}.help_centerutil .main_toputil {
    padding: 0 1.5rem;
    display: flex;
    gap: 0.75rem;
    flex-direction: column;
}.help_centerutil .main_toputil:first-child {
    position: relative;
}.help_centerutil .main_toputil a {
    position: relative;
    transition: all 0.3s ease;
    color: #000000;
    font-size: 17px;
    text-decoration: none;
    padding: 0.5rem 0;
    padding-left: 1.25rem;
}.help_centerutil .main_toputil a::before {
    left: 0;
    transition: all 0.3s ease;
    content: '';
    width: 6px;
    background-color: rgb(114,161,161,0.5);
    position: absolute;
    height: 6px;
    transform: translateY(-50%);
    border-radius: 50%;
    top: 50%;
}.help_centerutil .main_toputil a:hover {
    padding-left: 1.5rem;
    color: rgb(163,189,189);
}.help_centerutil .main_toputil a:hover::before {
    background-color: rgb(163,189,189);
    height: 8px;
    width: 8px;
}.help_centerutil .subscribe_holder {
    flex-direction: column;
    gap: 1.5rem;
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 245, 245, 0.8) 100%);
    display: flex;
    max-width: 400px;
    padding: 2rem;
    width: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    border-radius: 22px;
}.help_centerutil .subscribe_holder::before {
    border-style: solid;
    top: 0;
    width: 0;
    position: absolute;
    height: 0;
    border-width: 50px 50px 0 0;
    left: 0;
    border-top-left-radius: 22px;
    content: '';
    border-color: rgb(163,189,189,0.5) transparent transparent transparent;
}.help_centerutil .subscribe_holder h5 {
    color: #000000;
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: 18px;
}.help_centerutil .subscribe_holder p {
    color: #000000;
    line-height: 1.6;
    font-size: 17px;
}.help_centerutil .input_holder {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 0.5rem;
    gap: 1rem;
}.help_centerutil .input_holder input[type="email"] {
    transition: all 0.3s ease;
    color: #000000;
    font-size: 17px;
    border-radius: 10px;
    padding: 1.125rem 1.25rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
}.help_centerutil .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgb(163,189,189,0.5);
    border-color: rgb(163,189,189);
}.help_centerutil .input_holder input[type="email"]::placeholder {
    color: #000000;
    opacity: 0.5;
}.help_centerutil .knowledge_questutil {
    color: #ffffff;
    border-radius: 10px;
    position: relative;
    font-weight: 600;
    transition: all 0.3s ease;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(163,189,189) 0%, rgb(114,161,161) 100%);
    cursor: pointer;
    z-index: 1;
    padding: 1.125rem 1.25rem;
    font-size: 16px;
    border: none;
}.help_centerutil .knowledge_questutil::before {
    height: 100%;
    z-index: -1;
    width: 100%;
    transition: opacity 0.3s ease;
    content: '';
    position: absolute;
    left: 0;
    background: linear-gradient(135deg, rgb(114,161,161) 0%, rgb(163,189,189) 100%);
    top: 0;
    opacity: 0;
}.help_centerutil .knowledge_questutil:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}.help_centerutil .knowledge_questutil:hover::before {
    opacity: 1;
}.help_centerutil .grant_infoutil {
    text-align: center;
    margin-top: 4rem;
    padding-top: 2rem;
    position: relative;
}.help_centerutil .grant_infoutil::before {
    background: rgba(0, 0, 0, 0.1);
    left: 30%;
    height: 1px;
    top: 0;
    position: absolute;
    content: '';
    width: 40%;
}.help_centerutil .facebook_ctautil {
    font-size: 13px;
    opacity: 0.8;
    color: #000000;
}

@media (max-width: 1200px) {.help_centerutil .text_main_holder {
    gap: 2.5rem;
}.help_centerutil .nav_infoutil {
    max-width: 260px;
}.help_centerutil .main_headerutil {
    min-width: 220px;
}
}

@media (max-width: 991px) {.help_centerutil {
    padding: 4rem 0 2rem;
}.help_centerutil .info_item {
    width: 50%;
    padding: 1rem;
}.help_centerutil .info_item:nth-child(3)::before {
    display: none;
}.help_centerutil .text_main_holder {
    align-items: center;
    flex-direction: column;
    gap: 3rem;
}.help_centerutil .nav_infoutil {
    width: 100%;
    text-align: center;
    align-items: center;
    max-width: 100%;
}.help_centerutil .academy_infoutil {
    padding-left: 0;
    text-align: center;
    max-width: 500px;
}.help_centerutil .academy_infoutil::before {
    display: none;
}.help_centerutil .main_headerutil {
    width: 100%;
    max-width: 600px;
}.help_centerutil .subscribe_holder {
    width: 100%;
    max-width: 600px;
}
}

@media (max-width: 768px) {.help_centerutil {
    padding: 3.5rem 0 1.5rem;
}.help_centerutil .write_feedbackutil {
    margin-bottom: 3rem;
}.help_centerutil .info_item {
    width: 100%;
}.help_centerutil .info_item::before {
    display: none;
}.help_centerutil .main_toputil {
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.5rem 1.5rem;
}.help_centerutil .main_toputil a {
    text-align: center;
    padding: 0.5rem 1rem;
}.help_centerutil .main_toputil a::before {
    display: none;
}.help_centerutil .main_toputil a:hover {
    background-color: rgba(0, 0, 0, 0.03);
    padding-left: 1rem;
    border-radius: 10px;
}.help_centerutil .grant_infoutil {
    margin-top: 3rem;
}
}

@media (max-width: 576px) {.help_centerutil {
    padding: 3rem 0 1.5rem;
}.help_centerutil .write_feedbackutil {
    margin-bottom: 2.5rem;
    padding-bottom: 1.5rem;
}.help_centerutil .text_main_holder {
    gap: 2.5rem;
}.help_centerutil .main_headerutil {
    padding: 1rem;
}.help_centerutil .main_headerutil h5 {
    text-align: center;
}.help_centerutil .subscribe_holder {
    padding: 1.5rem;
}.help_centerutil .subscribe_holder::before {
    border-width: 30px 30px 0 0;
}.help_centerutil .grant_infoutil {
    margin-top: 2.5rem;
}}.contact_usutil {
    position: relative;
    background: linear-gradient(135deg, rgb(204,215,209) 0%, rgb(163,189,189,0.5) 100%);
    padding: 80px 0;
    overflow: hidden;
}.contact_usutil::before {
    left: 0;
    height: 100%;
    animation: pulse 15s infinite alternate;
    top: 0;
    z-index: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(114,161,161,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(163,189,189,0.5) 0%, transparent 40%);
    content: '';
    position: absolute;
    width: 100%;
}.contact_usutil::after {
    width: 100%;
    height: 100%;
    position: absolute;
    background-position: 0 0, 0 100px, 100px -100px, -100px 0px;
    left: 0;
    opacity: 0.05;
    z-index: 1;
    background-image: 
        linear-gradient(45deg, rgb(163,189,189,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(163,189,189,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(163,189,189,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(163,189,189,0.5) 75%);
    content: '';
    background-size: 200px 200px;
    top: 0;
}.contact_usutil .image_grid_itemutil {
    position: absolute;
    z-index: 2;
    left: 0;
    opacity: 0.2;
    filter: grayscale(40%) contrast(120%);
    top: 0;
    height: 100%;
    width: 100%;
}.contact_usutil .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 3;
}.contact_usutil h3 {
    margin-bottom: 40px;
    text-align: center;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 29px;
    font-weight: 700;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
}.contact_usutil h3::after {
    left: 50%;
    border-radius: 10px;
    bottom: -10px;
    content: '';
    position: absolute;
    background: rgb(163,189,189);
    transform: translateX(-50%);
    height: 4px;
    width: 80px;
}.contact_usutil .query_panelutil {
    overflow: hidden;
    border-radius: 27px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    flex-wrap: wrap;
    position: relative;
    display: flex;
}.contact_usutil .query_panelutil::before {
    border-radius: calc(27px + 5px);
    left: -5px;
    top: -5px;
    animation: border-glow 5s infinite linear;
    bottom: -5px;
    z-index: -1;
    content: '';
    right: -5px;
    background: linear-gradient(45deg, rgb(114,161,161), rgb(163,189,189), rgb(114,161,161));
    position: absolute;
}.contact_usutil .message_supportutil {
    padding: 40px;
    overflow: hidden;
    position: relative;
    flex: 1 1 60%;
}.contact_usutil .message_supportutil::before {
    background-size: 20px 1px, 20px 1px, 1px 20px, 1px 20px;
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    left: 0;
    opacity: 0.3;
    content: '';
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-position: 0 0, 0 100%, 0 0, 100% 0;
    background: 
        linear-gradient(90deg, #ffffff 10px, transparent 10px) 0 0,
        linear-gradient(90deg, #ffffff 10px, transparent 10px) 0 0,
        linear-gradient(0deg, #ffffff 10px, transparent 10px) 0 0,
        linear-gradient(0deg, #ffffff 10px, transparent 10px) 0 0;
}.contact_usutil .message_supportutil #contact {
    z-index: 1;
    position: relative;
}.contact_usutil .message_supportutil h3 {
    text-align: left;
    color: #000000;
    margin-bottom: 30px;
    font-size: 21px;
    font-weight: 600;
}.contact_usutil .message_supportutil h3::after {
    transform: none;
    width: 60px;
    left: 0;
}.contact_usutil .message_supportutil input[type="text"],
.contact_usutil .message_supportutil textarea {
    transition: all 0.3s ease;
    margin-bottom: 20px;
    width: 100%;
    border-radius: 10px;
    padding: 15px 20px;
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.08);
    font-family: Arial, sans-serif;
    font-size: 16px;
    background-color: rgba(0, 0, 0, 0.02);
}.contact_usutil .message_supportutil input[type="text"]:focus,
.contact_usutil .message_supportutil textarea:focus {
    background-color: #ffffff;
    box-shadow: 0 0 0 3px rgb(163,189,189,0.5);
    border-color: rgb(163,189,189);
    outline: none;
}.contact_usutil .message_supportutil textarea {
    height: 120px;
    resize: vertical;
}.contact_usutil .message_supportutil .query_widgetutil {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}.contact_usutil .message_supportutil .query_widgetutil input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_usutil .message_supportutil .query_widgetutil label {
    padding-left: 35px;
    position: relative;
    color: #000000;
    line-height: 1.5;
    cursor: pointer;
    font-size: calc(16px - 2px);
}.contact_usutil .message_supportutil .query_widgetutil label::before {
    left: 0;
    content: '';
    border-radius: 10px;
    top: 2px;
    height: 22px;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.02);
    position: absolute;
    width: 22px;
}.contact_usutil .message_supportutil .query_widgetutil input[type="checkbox"]:checked + label::before {
    background-color: rgb(163,189,189);
    border-color: rgb(163,189,189);
}.contact_usutil .message_supportutil .query_widgetutil input[type="checkbox"]:checked + label::after {
    left: 7px;
    content: '';
    top: 9px;
    height: 4px;
    transform: rotate(-45deg);
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    width: 8px;
    position: absolute;
}.contact_usutil .message_supportutil .query_widgetutil a {
    color: rgb(163,189,189);
    transition: color 0.3s ease;
    font-weight: 600;
    text-decoration: none;
}.contact_usutil .message_supportutil .query_widgetutil a:hover {
    text-decoration: underline;
    color: rgb(114,161,161);
}.contact_usutil .message_supportutil .support_supportutil {
    cursor: pointer;
    border-radius: 27px;
    border: none;
    background: linear-gradient(135deg, rgb(163,189,189) 0%, rgb(114,161,161) 100%);
    font-size: 19px;
    transition: all 0.3s ease;
    padding: 15px 30px;
    overflow: hidden;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    letter-spacing: 1px;
    font-weight: 600;
}.contact_usutil .message_supportutil .support_supportutil::before {
    content: '';
    left: -100%;
    transition: all 0.5s ease;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}.contact_usutil .message_supportutil .support_supportutil:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}.contact_usutil .message_supportutil .support_supportutil:hover::before {
    left: 100%;
}.contact_usutil .query_helputil {
    background: linear-gradient(135deg, rgb(114,161,161) 0%, rgb(163,189,189) 100%);
    overflow: hidden;
    position: relative;
    padding: 40px;
    flex: 1 1 40%;
}.contact_usutil .query_helputil::before {
    height: 100%;
    position: absolute;
    left: 0;
    content: '';
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.05) 0%, transparent 40%);
    top: 0;
    opacity: 0.6;
    width: 100%;
}.contact_usutil .query_helputil h4 {
    font-size: 21px;
    margin-bottom: 30px;
    color: #ffffff;
    font-weight: 600;
    position: relative;
}.contact_usutil .query_helputil h4::after {
    position: absolute;
    bottom: -10px;
    width: 60px;
    background: #ffffff;
    left: 0;
    border-radius: 10px;
    height: 3px;
    content: '';
}.contact_usutil .query_helputil .query_gridutil {
    margin: 0;
    list-style: none;
    padding: 0;
}.contact_usutil .query_helputil .query_gridutil li {
    align-items: flex-start;
    z-index: 1;
    position: relative;
    display: flex;
    margin-bottom: 25px;
}.contact_usutil .query_helputil .query_gridutil li svg {
    width: 24px;
    margin-right: 15px;
    height: 24px;
    flex-shrink: 0;
}.contact_usutil .query_helputil .query_gridutil li svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}.contact_usutil .query_helputil .query_gridutil li:hover svg path {
    fill: rgba(255, 255, 255, 0.8);
}.contact_usutil .query_helputil .query_gridutil li span {
    line-height: 1.5;
    color: #ffffff;
    font-size: 16px;
}.contact_usutil .query_helputil .query_gridutil li a {
    text-decoration: none;
    color: #ffffff;
    transition: all 0.3s ease;
}.contact_usutil .query_helputil .query_gridutil li a:hover {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: underline;
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.6;
    }
    50% {
        opacity: 0.8;
    }
}

@keyframes border-glow {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}

@media (max-width: 992px) {.contact_usutil {
    padding: 60px 0;
}.contact_usutil .container {
    padding: 0 15px;
}.contact_usutil .query_panelutil {
    flex-direction: column;
}.contact_usutil .message_supportutil,
    .contact_usutil .query_helputil {
    flex: 1 1 100%;
}.contact_usutil .message_supportutil {
    padding: 30px;
}.contact_usutil .query_helputil {
    padding: 30px;
}
}

@media (max-width: 768px) {.contact_usutil {
    padding: 40px 0;
}.contact_usutil h3 {
    margin-bottom: 30px;
    font-size: calc(29px - 4px);
}.contact_usutil .message_supportutil h3,
    .contact_usutil .query_helputil h4 {
    font-size: calc(21px - 2px);
    margin-bottom: 20px;
}.contact_usutil .message_supportutil input[type="text"],
    .contact_usutil .message_supportutil textarea {
    margin-bottom: 15px;
    padding: 12px 15px;
}.contact_usutil .message_supportutil textarea {
    height: 100px;
}.contact_usutil .message_supportutil .support_supportutil {
    font-size: calc(19px - 1px);
    padding: 12px 25px;
}.contact_usutil .query_helputil .query_gridutil li {
    margin-bottom: 20px;
}.contact_usutil .query_helputil .query_gridutil li svg {
    margin-right: 10px;
    height: 20px;
    width: 20px;
}
}

@media (max-width: 576px) {.contact_usutil {
    padding: 30px 0;
}.contact_usutil .message_supportutil,
    .contact_usutil .query_helputil {
    padding: 20px;
}.contact_usutil h3 {
    font-size: calc(29px - 6px);
}.contact_usutil .message_supportutil .query_widgetutil label {
    font-size: calc(16px - 3px);
}}.client_feedbackutil {
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
    background: radial-gradient(ellipse at 30% 20%, rgb(163,189,189,0.5), rgb(114,161,161) 80%), 
                radial-gradient(circle at 70% 80%, rgb(114,161,161,0.5), transparent 70%);
}.client_feedbackutil::before {
    content: "";
    height: 100%;
    top: 0;
    width: 100%;
    pointer-events: none;
    background-image: 
        radial-gradient(circle at 15% 25%, rgba(255,255,255,0.05) 2px, transparent 2px),
        radial-gradient(circle at 35% 65%, rgba(255,255,255,0.05) 2px, transparent 2px),
        radial-gradient(circle at 75% 35%, rgba(255,255,255,0.05) 2px, transparent 2px),
        radial-gradient(circle at 85% 85%, rgba(255,255,255,0.05) 2px, transparent 2px);
    left: 0;
    position: absolute;
    background-position: 0 0, 75px 75px, 30px 30px, 120px 120px;
    background-size: 150px 150px;
}.client_feedbackutil .container {
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.client_feedbackutil h2 {
    letter-spacing: 0.02em;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    margin-bottom: 3.5rem;
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0,0,0,0.15);
    font-weight: 700;
    font-size: 28px;
    text-align: center;
}.client_feedbackutil h2::after {
    content: "";
    width: 120px;
    transform: translateX(-50%) rotate(-1deg);
    left: 50%;
    position: absolute;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgb(163,189,189) 30%, #ffffff 70%, transparent);
    bottom: -0.75rem;
}.client_feedbackutil .learn_reviewsutil {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 2rem;
    perspective: 1000px;
}.client_feedbackutil .testimonial_feedbackutil {
    -webkit-backdrop-filter: blur(10px);
    transform-origin: center center;
    position: relative;
    box-shadow: 0 10px 30px -10px rgba(0,0,0,0.2), 
                0 5px 15px rgba(0,0,0,0.1);
    background: linear-gradient(135deg, 
        rgba(255,255,255,0.1) 0%, 
        rgba(255,255,255,0.05) 50%, 
        rgba(255,255,255,0.02) 100%);
    transition: transform 0.4s cubic-bezier(0.2, 0.85, 0.4, 1), 
                box-shadow 0.4s cubic-bezier(0.2, 0.85, 0.4, 1);
    border: 1px solid rgba(255,255,255,0.1);
    padding: 1.5rem;
    backdrop-filter: blur(10px);
    transform: translateY(0) rotate(0);
    border-radius: 16px;
    overflow: hidden;
}.client_feedbackutil .testimonial_feedbackutil:hover {
    transform: translateY(-10px) rotate(0.5deg);
    box-shadow: 0 20px 40px -15px rgba(0,0,0,0.25), 
                0 15px 20px -5px rgba(0,0,0,0.1);
}.client_feedbackutil .testimonial_feedbackutil::before {
    content: "";
    left: -50%;
    position: absolute;
    height: 200%;
    transform: scale(0.8);
    width: 200%;
    opacity: 0;
    pointer-events: none;
    top: -50%;
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
    background: radial-gradient(circle at center, 
                rgba(rgb(163,189,189,0.5), 0.1), 
                transparent 70%);
}.client_feedbackutil .testimonial_feedbackutil:hover::before {
    opacity: 1;
    transform: scale(1);
}.client_feedbackutil .testimonial_feedbackutil div {
    align-items: center;
    margin-bottom: 1rem;
    display: flex;
}.client_feedbackutil .testimonial_feedbackutil img {
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 60px;
    border-radius: 50%;
    border: 2px solid rgb(163,189,189);
    transform: scale(1) translateY(0);
    object-fit: cover;
    height: 60px;
}.client_feedbackutil .testimonial_feedbackutil:hover img {
    border-color: #ffffff;
    transform: scale(1.05) translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}.client_feedbackutil .testimonial_feedbackutil h4 {
    margin-left: 1rem;
    color: #ffffff;
    position: relative;
    transition: transform 0.3s ease, color 0.3s ease;
    font-size: 24px;
    font-weight: 600;
}.client_feedbackutil .testimonial_feedbackutil:hover h4 {
    color: rgb(163,189,189);
    transform: translateX(5px);
}.client_feedbackutil .testimonial_feedbackutil h4::after {
    transition: width 0.3s ease-out;
    bottom: -5px;
    content: "";
    position: absolute;
    left: 0;
    height: 2px;
    background: linear-gradient(90deg, rgb(163,189,189), transparent);
    width: 0;
}.client_feedbackutil .testimonial_feedbackutil:hover h4::after {
    width: 100%;
}.client_feedbackutil .description {
    color: #ffffff;
    position: relative;
    transition: transform 0.3s ease;
    font-size: 12px;
    padding: 0.5rem 0 0;
    margin: 0;
    z-index: 1;
    line-height: 1.6;
}.client_feedbackutil .testimonial_feedbackutil:hover .description {
    transform: translateY(-5px);
}.client_feedbackutil .description::before {
    font-size: 5rem;
    left: -10px;
    font-family: serif;
    color: rgba(255,255,255,0.1);
    position: absolute;
    top: -20px;
    line-height: 1;
    content: "";
    z-index: -1;
}.client_feedbackutil a {
    margin-top: 2.5rem;
    color: #ffffff;
    padding: 0.8rem 2rem;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-weight: 600;
    position: relative;
    font-size: 15px;
    text-decoration: none;
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(163,189,189), rgb(114,161,161));
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    display: inline-block;
}.client_feedbackutil a:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.25);
    transform: translateY(-5px) scale(1.02);
}.client_feedbackutil a::before {
    left: -100%;
    position: absolute;
    transition: left 0.6s ease-in-out;
    width: 100%;
    content: "";
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    height: 100%;
}.client_feedbackutil a:hover::before {
    left: 100%;
}

@media (max-width: 991px) {.client_feedbackutil {
    padding: 4rem 0;
}.client_feedbackutil h2 {
    margin-bottom: 2.5rem;
    font-size: calc(28px * 0.9);
}.client_feedbackutil .learn_reviewsutil {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
}

@media (max-width: 768px) {.client_feedbackutil {
    background: radial-gradient(ellipse at 50% 30%, rgb(163,189,189,0.5), rgb(114,161,161) 90%);
    padding: 3rem 0;
}.client_feedbackutil h2 {
    font-size: calc(28px * 0.8);
    transform: perspective(1000px) rotateX(0deg);
    margin-bottom: 2rem;
}.client_feedbackutil .learn_reviewsutil {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 1.25rem;
}.client_feedbackutil .testimonial_feedbackutil {
    padding: 1.25rem;
}
}

@media (max-width: 576px) {.client_feedbackutil {
    padding: 2.5rem 0;
}.client_feedbackutil h2 {
    font-size: calc(28px * 0.7);
    margin-bottom: 1.5rem;
}.client_feedbackutil h2::after {
    width: 80px;
    height: 2px;
}.client_feedbackutil .testimonial_feedbackutil img {
    width: 50px;
    height: 50px;
}.client_feedbackutil .description {
    font-size: calc(12px * 0.95);
}.client_feedbackutil a {
    padding: 0.7rem 1.5rem;
    font-size: calc(15px * 0.9);
}
}

@media (prefers-reduced-motion) {.client_feedbackutil .testimonial_feedbackutil,
    .client_feedbackutil .testimonial_feedbackutil::before,
    .client_feedbackutil .testimonial_feedbackutil img,
    .client_feedbackutil .testimonial_feedbackutil h4,
    .client_feedbackutil .testimonial_feedbackutil h4::after,
    .client_feedbackutil .description,
    .client_feedbackutil a,
    .client_feedbackutil a::before {
    transition: none;
}}.title_pageutil {
    background: rgb(204,215,209);
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
    justify-content: center;
    display: flex;
    align-items: center;
    position: relative;
}.title_pageutil > div {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    width: 100%;
    padding: 2rem;
}.title_pageutil .skill_masteryutil {
    position: relative;
    margin-bottom: 2rem;
    transform-style: preserve-3d;
    perspective: 1000px;
}.title_pageutil .start_firstutil {
    color: rgb(163,189,189);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin: 0;
    padding: 1.5rem 0;
    transform: translateZ(20px);
    font-size: 42px;
    transition: transform 0.5s ease;
    font-weight: 700;
    position: relative;
}.title_pageutil .start_firstutil::before {
    transform-origin: left;
    background: linear-gradient(90deg, rgb(163,189,189), rgb(114,161,161));
    left: 0;
    transition: transform 0.5s ease;
    transform: scaleX(1);
    content: "";
    height: 4px;
    position: absolute;
    width: 80px;
    bottom: 0;
}.title_pageutil .start_firstutil::after {
    content: "";
    width: 40%;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(114,161,161,0.5), transparent);
    top: 0;
    position: absolute;
}.title_pageutil .main_beginutil {
    backdrop-filter: blur(5px);
    transform: perspective(1000px) rotateX(2deg);
    transform-style: preserve-3d;
    transition: transform 0.5s ease;
    border-radius: 10px;
    padding: 2.5rem;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}.title_pageutil .main_beginutil::before {
    left: 0;
    height: 100%;
    opacity: 0.85;
    position: absolute;
    z-index: -1;
    content: "";
    background: linear-gradient(135deg, rgb(163,189,189,0.5), rgba(0, 0, 0, 0.5));
    top: 0;
    width: 100%;
}.title_pageutil .main_beginutil::after {
    top: -50%;
    left: -50%;
    content: "";
    height: 200%;
    opacity: 0.2;
    width: 200%;
    background: radial-gradient(circle at center, transparent 30%, rgba(0, 0, 0, 0.5) 100%);
    z-index: -1;
    position: absolute;
    animation: pulse 10s infinite alternate;
}.title_pageutil .main_beginutil > div {
    transform: translateZ(30px);
    position: relative;
    z-index: 2;
}.title_pageutil .main_beginutil p {
    margin-bottom: 1.5rem;
    color: #ffffff;
    font-size: calc(13px * 1.2);
    font-weight: 300;
    line-height: 1.6;
    position: relative;
    padding-left: 1rem;
    border-left: 3px solid rgb(114,161,161);
    max-width: 80%;
}.title_pageutil .main_beginutil h3 {
    position: relative;
    color: #ffffff;
    margin-top: 2rem;
    line-height: 1.4;
    font-weight: 600;
    font-size: 24px;
    padding-right: 2rem;
}.title_pageutil .main_beginutil h3::after {
    width: 60px;
    position: absolute;
    transform: scaleX(1);
    bottom: -12px;
    height: 3px;
    transition: transform 0.4s ease;
    transform-origin: right;
    right: 0;
    content: "";
    background: rgb(114,161,161);
}@keyframes pulse {
  0%, 100% {
    opacity: 0.2;
    transform: scale(1);
  }
  50% {
    opacity: 0.3;
    transform: scale(1.05);
  }
}

.title_pageutil:hover .main_beginutil {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateX(0deg);
}.title_pageutil:hover .start_firstutil {
    transform: translateZ(30px);
}.title_pageutil:hover .start_firstutil::before {
    transform: scaleX(1.2);
}.title_pageutil:hover .main_beginutil h3::after {
    transform: scaleX(1.5);
}

@media (max-width: 992px) {.title_pageutil {
    min-height: 80vh;
}.title_pageutil > div {
    padding: 1.5rem;
}.title_pageutil .start_firstutil {
    font-size: calc(42px * 0.85);
}.title_pageutil .main_beginutil {
    padding: 2rem;
    transform: perspective(1000px) rotateX(1deg);
}.title_pageutil .main_beginutil p {
    font-size: 13px;
    max-width: 90%;
}.title_pageutil .main_beginutil h3 {
    font-size: calc(24px * 0.9);
}
}

@media (max-width: 768px) {.title_pageutil {
    padding: 4rem 0;
    min-height: auto;
}.title_pageutil .start_firstutil {
    font-size: calc(42px * 0.7);
    padding: 1rem 0;
}.title_pageutil .skill_masteryutil {
    margin-bottom: 1.5rem;
}.title_pageutil .main_beginutil {
    padding: 1.5rem;
    transform: none;
}.title_pageutil .main_beginutil p {
    padding-left: 0.75rem;
    max-width: 100%;
}.title_pageutil .main_beginutil h3 {
    padding-right: 0;
    font-size: calc(24px * 0.8);
}.title_pageutil .main_beginutil h3::after {
    width: 40px;
}
}

@media (max-width: 576px) {.title_pageutil > div {
    padding: 1rem;
}.title_pageutil .start_firstutil {
    font-size: calc(42px * 0.6);
}.title_pageutil .main_beginutil {
    padding: 1.25rem;
}.title_pageutil .main_beginutil p {
    font-size: calc(13px * 0.9);
}.title_pageutil .main_beginutil h3 {
    font-size: calc(24px * 0.7);
    margin-top: 1.5rem;
}}.access_nowutil {
    z-index: 1;
    position: relative;
    background: linear-gradient(135deg, rgb(163,189,189) 0%, rgb(114,161,161) 100%);
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    padding: 4rem 2rem;
}.access_nowutil::before {
    opacity: 0.05;
    animation: pulse 12s infinite alternate;
    top: -50%;
    background: radial-gradient(circle at center, rgb(255, 255, 255, 0.5) 0%, transparent 60%);
    content: "";
    transform: rotate(-15deg);
    z-index: -1;
    left: -50%;
    position: absolute;
    height: 200%;
    width: 200%;
}.access_nowutil::after {
    bottom: 0;
    opacity: 0.03;
    animation: backgroundShift 30s linear infinite;
    right: 0;
    background-size: 60px 60px;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: 
        linear-gradient(45deg, rgb(114,161,161) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(114,161,161) 25%, transparent 25%);
    position: absolute;
    content: "";
}.access_nowutil .container {
    transform: perspective(1000px) rotateX(2deg);
    z-index: 2;
    margin: 0 auto;
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
    max-width: 1200px;
    grid-gap: 2.5rem;
}.access_nowutil h6 {
    font-weight: 600;
    margin: 0;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    line-height: 1.5;
    position: relative;
    letter-spacing: 0.03em;
    transform: translateY(0);
    font-size: calc(16px * 1.2);
}.access_nowutil h6::after {
    content: "";
    transform: translateX(-50%) scaleX(0);
    left: 50%;
    transform-origin: center;
    width: 50px;
    opacity: 0.7;
    height: 3px;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    bottom: -15px;
    background: #ffffff;
    position: absolute;
}.access_nowutil:hover h6 {
    transform: translateY(-5px);
}.access_nowutil:hover h6::after {
    transform: translateX(-50%) scaleX(1);
}.access_nowutil div div {
    align-items: center;
    padding-top: 1rem;
    display: flex;
    justify-content: center;
}.access_nowutil div div span {
    z-index: 2;
    transform: translateY(0);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
}.access_nowutil div div span:hover {
    transform: translateY(-5px) scale(1.02);
}.access_nowutil .support_supportutil {
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    padding: 0.9rem 2.5rem;
    text-decoration: none;
    align-items: center;
    font-size: 17px;
    transform: translateZ(0);
    color: rgb(163,189,189);
    border: none;
    isolation: isolate;
    display: inline-flex;
    justify-content: center;
    font-weight: 600;
    position: relative;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}.access_nowutil .support_supportutil::before {
    position: absolute;
    width: 100%;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: -1;
    transform: translateX(-100%);
    content: "";
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(120deg, transparent 0%, transparent 35%, rgba(255, 255, 255, 0.2) 40%, rgba(255, 255, 255, 0.2) 60%, transparent 65%, transparent 100%);
}.access_nowutil .support_supportutil:hover {
    transform: translateY(-2px) translateZ(0);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
    background: linear-gradient(to right, #ffffff, #f0f8ff);
}.access_nowutil .support_supportutil:hover::before {
    transform: translateX(100%);
}.access_nowutil .support_supportutil span {
    transition: transform 0.3s ease;
    display: block;
    position: relative;
    z-index: 2;
}.access_nowutil .support_supportutil:hover span {
    transform: scale(1.03);
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.05;
        transform: rotate(-15deg) scale(1);
    }
    50% {
        opacity: 0.08;
        transform: rotate(-15deg) scale(1.1);
    }
}

@keyframes backgroundShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}

@media (min-width: 768px) {.access_nowutil {
    padding: 5rem 3rem;
}.access_nowutil .container {
    grid-template-columns: 2fr 1fr;
    align-items: center;
    transform: perspective(1200px) rotateX(1deg);
}.access_nowutil h6 {
    font-size: calc(16px * 1.4);
    padding-right: 2rem;
    text-align: left;
}.access_nowutil h6::after {
    transform: translateX(0) scaleX(0);
    left: 0;
    bottom: -20px;
}.access_nowutil:hover h6::after {
    transform: translateX(0) scaleX(1);
}.access_nowutil div div {
    justify-content: flex-start;
    padding-top: 0;
}.access_nowutil .support_supportutil {
    padding: 1rem 2.8rem;
}
}

@media (min-width: 992px) {.access_nowutil {
    padding: 6rem 4rem;
}.access_nowutil .container {
    grid-gap: 3rem;
    grid-template-columns: 3fr 1fr;
}.access_nowutil h6 {
    font-size: calc(16px * 1.6);
}.access_nowutil .support_supportutil {
    padding: 1.1rem 3rem;
}
}

@media (max-width: 767px) {.access_nowutil {
    padding: 3.5rem 1.5rem;
}.access_nowutil h6 {
    font-size: calc(16px * 1.1);
    line-height: 1.6;
}.access_nowutil .support_supportutil {
    padding: 0.85rem 2rem;
}
}

@media (max-width: 480px) {.access_nowutil {
    padding: 3rem 1.2rem;
}.access_nowutil h6 {
    font-size: 16px;
}.access_nowutil .support_supportutil {
    padding: 0.8rem 1.8rem;
    justify-content: center;
    width: 100%;
}.access_nowutil div div span {
    width: 100%;
}}.mentorship_experienceutil {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(204,215,209) 0%, rgb(163,189,189,0.5) 50%, rgb(204,215,209) 100%);
    padding: 100px 0;
    position: relative;
}.mentorship_experienceutil::before {
    position: absolute;
    opacity: 0.05;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    background: repeating-linear-gradient(
        45deg,
        rgb(163,189,189,0.5) 0,
        rgb(163,189,189,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
}.mentorship_experienceutil::after {
    top: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(163,189,189,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(114,161,161,0.5) 0%, transparent 50%);
    width: 100%;
    filter: blur(60px);
    height: 100%;
    position: absolute;
    content: "";
    opacity: 0.4;
    left: 0;
}.mentorship_experienceutil .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    z-index: 2;
}.mentorship_experienceutil .testimonial_feedbackutil {
    border-radius: 20px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(255, 255, 255, 0.7) 100%
    );
    backdrop-filter: blur(10px);
    position: relative;
    display: flex;
    flex-direction: column;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    padding: 60px 40px;
    align-items: center;
    overflow: hidden;
}.mentorship_experienceutil .testimonial_feedbackutil::before {
    transition: opacity 0.6s ease;
    transform: rotate(-45deg) scale(2);
    position: absolute;
    content: "";
    opacity: 0;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 15%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0.2) 85%,
        transparent 100%
    );
}.mentorship_experienceutil .testimonial_feedbackutil:hover::before {
    animation: holographic-sweep 1.5s ease infinite;
    opacity: 1;
}@keyframes holographic-sweep {
    0% {
        transform: rotate(-45deg) translateX(-50%) scale(2);
        opacity: 0;
    }
    30% {
        opacity: 0.3;
    }
    70% {
        opacity: 0.3;
    }
    100% {
        transform: rotate(-45deg) translateX(50%) scale(2);
        opacity: 0;
    }
}

.mentorship_experienceutil .image_grid_itemutil {
    height: 180px;
    z-index: 2;
    transition: all 0.5s ease;
    border-radius: 10px;
    width: 180px;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.2),
        0 0 0 5px rgba(255, 255, 255, 0.8),
        0 0 0 10px rgb(163,189,189,0.5);
    transform: rotate(-3deg);
    margin-bottom: 35px;
    overflow: hidden;
    position: relative;
}.mentorship_experienceutil .image_grid_itemutil::before {
    height: 100%;
    position: absolute;
    width: 100%;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.4) 0%,
        transparent 50%,
        rgba(255, 255, 255, 0.4) 100%
    );
    left: 0;
    top: 0;
    z-index: 3;
    content: "";
}.mentorship_experienceutil .image_grid_itemutil::after {
    height: 200%;
    opacity: 0.15;
    width: 200%;
    z-index: 1;
    content: "";
    left: -50%;
    top: -50%;
    animation: rotate 15s linear infinite;
    background: 
        conic-gradient(
            from 0deg,
            transparent 0deg,
            rgb(163,189,189,0.5) 90deg,
            transparent 180deg,
            rgb(114,161,161,0.5) 270deg,
            transparent 360deg
        );
    mix-blend-mode: overlay;
    position: absolute;
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.mentorship_experienceutil .name {
    font-size: 36px;
    position: relative;
    text-align: center;
    color: #000000;
    z-index: 2;
    margin-bottom: 10px;
    font-weight: 700;
}.mentorship_experienceutil .name::after {
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgb(163,189,189) 50%,
        transparent 100%
    );
    width: 70px;
    bottom: -8px;
    height: 2px;
    position: absolute;
    left: 50%;
    content: "";
    transform: translateX(-50%);
}.mentorship_experienceutil .testimonial_feedbackutil span:not(.name) {
    text-align: center;
    margin-bottom: 25px;
    text-transform: uppercase;
    z-index: 2;
    letter-spacing: 2px;
    font-weight: 600;
    position: relative;
    color: rgba(0, 0, 0, 0.5);
    font-size: 20px;
}.mentorship_experienceutil .job_tableutil {
    border-radius: 10px;
    font-size: 15px;
    max-width: 85%;
    position: relative;
    line-height: 1.8;
    margin: 0;
    z-index: 2;
    text-align: center;
    padding: 25px 30px;
    backdrop-filter: blur(5px);
    color: #000000;
    border-right: 3px solid rgb(114,161,161);
    border-left: 3px solid rgb(163,189,189);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.5);
}.mentorship_experienceutil .job_tableutil::before,
.mentorship_experienceutil .job_tableutil::after {
    background: rgb(163,189,189,0.5);
    content: "";
    height: 40px;
    width: 40px;
    position: absolute;
    opacity: 0.1;
}.mentorship_experienceutil .job_tableutil::before {
    left: -5px;
    border-top: 3px solid rgb(163,189,189);
    top: -5px;
    border-left: 3px solid rgb(163,189,189);
}.mentorship_experienceutil .job_tableutil::after {
    right: -5px;
    bottom: -5px;
    border-bottom: 3px solid rgb(114,161,161);
    border-right: 3px solid rgb(114,161,161);
}.mentorship_experienceutil .testimonial_feedbackutil:hover {
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2);
    transform: translateY(-10px);
}.mentorship_experienceutil .testimonial_feedbackutil:hover .image_grid_itemutil {
    transform: rotate(0deg) scale(1.05);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.3),
        0 0 0 5px rgba(255, 255, 255, 0.9),
        0 0 0 12px rgb(163,189,189,0.5);
}

@media (max-width: 991px) {.mentorship_experienceutil {
    padding: 80px 0;
}.mentorship_experienceutil .testimonial_feedbackutil {
    padding: 50px 30px;
}.mentorship_experienceutil .image_grid_itemutil {
    margin-bottom: 30px;
    height: 160px;
    width: 160px;
}.mentorship_experienceutil .job_tableutil {
    max-width: 90%;
    padding: 20px 25px;
}
}

@media (max-width: 767px) {.mentorship_experienceutil {
    padding: 60px 0;
}.mentorship_experienceutil .testimonial_feedbackutil {
    padding: 40px 25px;
}.mentorship_experienceutil .image_grid_itemutil {
    height: 140px;
    width: 140px;
    margin-bottom: 25px;
}.mentorship_experienceutil .name {
    font-size: calc(36px * 0.9);
}.mentorship_experienceutil .testimonial_feedbackutil span:not(.name) {
    font-size: calc(20px * 0.95);
    margin-bottom: 20px;
}.mentorship_experienceutil .job_tableutil {
    font-size: calc(15px * 0.95);
    padding: 18px 20px;
}
}

@media (max-width: 575px) {.mentorship_experienceutil {
    padding: 50px 0;
}.mentorship_experienceutil .testimonial_feedbackutil {
    padding: 35px 20px;
}.mentorship_experienceutil .image_grid_itemutil {
    margin-bottom: 20px;
    width: 120px;
    height: 120px;
}.mentorship_experienceutil .name {
    font-size: calc(36px * 0.8);
}.mentorship_experienceutil .testimonial_feedbackutil span:not(.name) {
    margin-bottom: 15px;
    letter-spacing: 1px;
    font-size: calc(20px * 0.9);
}.mentorship_experienceutil .job_tableutil {
    max-width: 100%;
    font-size: calc(15px * 0.9);
    padding: 15px;
}}.price_deck_gridutil {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.price_deck_gridutil::before {
    right: 0;
    content: "";
    background: linear-gradient(145deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    z-index: 1;
    top: 0;
    bottom: 0;
    position: absolute;
    left: 0;
}.price_deck_gridutil .container {
    max-width: 1320px;
    position: relative;
    z-index: 2;
    padding: 0 15px;
    margin: 0 auto;
}.price_deck_gridutil .access_ratesutil {
    align-items: center;
    flex-direction: column;
    display: flex;
}.price_deck_gridutil h2 {
    margin-bottom: 20px;
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    transform: translateY(20px);
    color: #ffffff;
}.price_deck_gridutil .basic_costutil {
    max-width: 800px;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    margin-bottom: 50px;
    color: rgb(255, 255, 255, 0.5);
    font-size: 14px;
    text-align: center;
}.price_deck_gridutil .learning_packageutil {
    display: grid;
    list-style: none;
    width: 100%;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    padding: 0;
}.price_deck_gridutil .learning_packageutil li {
    opacity: 0;
    animation-delay: calc(0.3s + (0.15s * var(--li-index, 0)));
    animation: fadeInUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    transform: translateY(30px);
}.price_deck_gridutil .learning_packageutil li:nth-child(1) {
    --li-index: 0;
}.price_deck_gridutil .learning_packageutil li:nth-child(2) {
    --li-index: 1;
}.price_deck_gridutil .learning_packageutil li:nth-child(3) {
    --li-index: 2;
}.price_deck_gridutil .learning_packageutil li:nth-child(4) {
    --li-index: 3;
}.price_deck_gridutil .learning_ratesutil {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    will-change: transform;
    text-decoration: none;
    height: 100%;
    transform: perspective(1000px) rotateX(0deg);
    display: block;
}.price_deck_gridutil .learning_ratesutil:hover {
    transform: perspective(1000px) rotateX(5deg) translateY(-10px);
}.price_deck_gridutil .fee_structureutil {
    position: relative;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    height: 100%;
    transition: all 0.4s ease;
    backdrop-filter: blur(10px);
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.03) 100%);
}.price_deck_gridutil .learning_ratesutil:hover .fee_structureutil {
    border-color: rgba(255,255,255,0.2);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3), 0 0 15px rgba(rgb(163,189,189,0.5), 0.5);
}.price_deck_gridutil .fee_structureutil::before {
    left: -10%;
    transform: rotate(-45deg);
    background: linear-gradient(135deg, rgb(163,189,189,0.5) 0%, transparent 70%);
    height: 50%;
    content: "";
    position: absolute;
    top: -10%;
    transition: all 0.6s ease;
    opacity: 0.1;
    width: 40%;
}.price_deck_gridutil .learning_ratesutil:hover .fee_structureutil::before {
    opacity: 0.15;
    transform: rotate(-45deg) translateY(-20%);
}.price_deck_gridutil .pricing_ratesutil {
    box-sizing: border-box;
    padding: 35px 30px;
    flex-direction: column;
    display: flex;
    height: 100%;
    min-height: 280px;
}.price_deck_gridutil .pricing_ratesutil h4 {
    color: #ffffff;
    padding-bottom: 15px;
    font-size: calc(19px * 1.1);
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
    margin-top: 0;
}.price_deck_gridutil .pricing_ratesutil h4::after {
    content: "";
    position: absolute;
    background: rgb(163,189,189);
    transition: width 0.4s ease;
    left: 0;
    width: 40px;
    height: 3px;
    bottom: 0;
}.price_deck_gridutil .learning_ratesutil:hover .pricing_ratesutil h4::after {
    width: 60px;
}.price_deck_gridutil .pricing_ratesutil p {
    margin-bottom: 25px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-size: calc(14px * 0.9);
    color: rgb(255, 255, 255, 0.5);
    line-height: 1.7;
    flex-grow: 1;
    hyphens: auto;
    white-space: normal;
}.price_deck_gridutil .promo_costutil {
    transition: all 0.3s ease;
    font-size: calc(19px * 1.2);
    border-radius: 4px;
    display: inline-block;
    background: rgba(255,255,255,0.05);
    color: rgb(163,189,189);
    overflow: hidden;
    font-weight: 700;
    align-self: flex-start;
    position: relative;
    padding: 10px 20px;
}.price_deck_gridutil .promo_costutil::before {
    width: 100%;
    top: 0;
    left: -100%;
    content: "";
    transition: left 0.7s ease;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    position: absolute;
    height: 100%;
}.price_deck_gridutil .learning_ratesutil:hover .promo_costutil::before {
    left: 100%;
}

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

@media (max-width: 1200px) {.price_deck_gridutil {
    padding: 100px 0;
}.price_deck_gridutil .learning_packageutil {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}
}

@media (max-width: 992px) {.price_deck_gridutil {
    padding: 80px 0;
}.price_deck_gridutil h2 {
    font-size: calc(28px * 0.9);
}.price_deck_gridutil .learning_packageutil {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.price_deck_gridutil .pricing_ratesutil {
    padding: 25px 20px;
}
}

@media (max-width: 768px) {.price_deck_gridutil {
    padding: 70px 0;
}.price_deck_gridutil h2 {
    font-size: calc(28px * 0.8);
    margin-bottom: 15px;
}.price_deck_gridutil .basic_costutil {
    font-size: calc(14px * 0.95);
    margin-bottom: 35px;
}.price_deck_gridutil .learning_packageutil {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto;
}.price_deck_gridutil .pricing_ratesutil {
    min-height: auto;
}
}

@media (max-width: 576px) {.price_deck_gridutil {
    padding: 60px 0;
}.price_deck_gridutil h2 {
    font-size: calc(28px * 0.7);
}.price_deck_gridutil .basic_costutil {
    font-size: calc(14px * 0.9);
}.price_deck_gridutil .pricing_ratesutil {
    padding: 20px 15px;
}.price_deck_gridutil .pricing_ratesutil h4 {
    font-size: 19px;
}.price_deck_gridutil .pricing_ratesutil p {
    font-size: calc(14px * 0.85);
}.price_deck_gridutil .promo_costutil {
    font-size: 19px;
    padding: 8px 15px;
}}.prospective_studentsutil {
    background-color: rgb(204,215,209);
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
}.prospective_studentsutil::before {
    background: 
        radial-gradient(circle at 20% 20%, #ffffff 0%, transparent 25%),
        radial-gradient(circle at 80% 80%, rgb(114,161,161,0.5) 0%, transparent 30%),
        radial-gradient(circle at 50% 50%, rgb(163,189,189,0.5) 0%, transparent 40%);
    opacity: 0.2;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
}.prospective_studentsutil::after {
    content: '';
    left: 0;
    background: linear-gradient(135deg, #ffffff 0%, transparent 100%);
    position: absolute;
    opacity: 0.1;
    height: 100%;
    top: 0;
    width: 100%;
    z-index: 1;
}.prospective_studentsutil .path_impactutil {
    position: relative;
    padding: 0 2rem;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}.prospective_studentsutil h3 {
    color: rgb(163,189,189);
    font-weight: 300;
    text-align: center;
    letter-spacing: 2px;
    position: relative;
    font-size: 47px;
    margin-bottom: 4rem;
}.prospective_studentsutil h3::after {
    opacity: 0.8;
    bottom: -15px;
    background: linear-gradient(90deg, transparent, rgb(163,189,189), transparent);
    height: 3px;
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    border-radius: 50px;
}.prospective_studentsutil ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
    display: grid;
}.prospective_studentsutil li {
    flex-direction: column;
    padding: 2.5rem 2rem;
    position: relative;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.9);
    overflow: hidden;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.02);
    text-align: center;
    backdrop-filter: blur(10px);
}.prospective_studentsutil li::before {
    top: 0;
    background: 
        radial-gradient(circle at 90% 10%, rgb(163,189,189,0.5) 0%, transparent 30%),
        radial-gradient(circle at 10% 90%, rgb(114,161,161,0.5) 0%, transparent 30%);
    z-index: -1;
    position: absolute;
    content: '';
    left: 0;
    height: 100%;
    transition: opacity 0.5s ease;
    width: 100%;
    opacity: 0.1;
}.prospective_studentsutil li::after {
    left: -50%;
    transition: all 0.5s ease;
    opacity: 0;
    top: -50%;
    transform: scale(0.8);
    content: '';
    position: absolute;
    height: 200%;
    z-index: -1;
    width: 200%;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.8) 0%, transparent 60%);
}.prospective_studentsutil li:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.1),
        0 10px 25px rgba(0, 0, 0, 0.05);
    border-color: rgb(163,189,189,0.5);
}.prospective_studentsutil li:hover::before {
    opacity: 0.2;
}.prospective_studentsutil li:hover::after {
    opacity: 0.1;
    transform: scale(1);
}.prospective_studentsutil li svg {
    animation: float 8s ease-in-out infinite;
    width: 70px;
    fill: rgb(114,161,161);
    transition: all 0.5s ease;
    margin-bottom: 1.5rem;
    height: 70px;
    filter: drop-shadow(0 3px 6px rgb(114,161,161,0.5));
}.prospective_studentsutil li:hover svg {
    transform: translateY(-5px);
    fill: rgb(163,189,189);
    filter: drop-shadow(0 8px 15px rgb(163,189,189,0.5));
}.prospective_studentsutil li svg path {
    transition: all 0.5s ease;
}.prospective_studentsutil li:hover svg path {
    fill: rgb(163,189,189);
}.prospective_studentsutil li {
    margin-top: 1rem;
    font-size: calc(12px * 1.1);
    color: #000000;
    font-weight: 300;
    line-height: 1.7;
}.prospective_studentsutil li:nth-child(1) {
    animation-delay: 0s;
}.prospective_studentsutil li:nth-child(2) {
    animation-delay: 0.3s;
}.prospective_studentsutil li:nth-child(3) {
    animation-delay: 0.6s;
}.prospective_studentsutil li:nth-child(4) {
    animation-delay: 0.9s;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.05);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 991px) {.prospective_studentsutil {
    padding: 5rem 0;
}.prospective_studentsutil h3 {
    font-size: calc(47px * 0.8);
    margin-bottom: 3rem;
}.prospective_studentsutil ul {
    gap: 2rem;
}.prospective_studentsutil li {
    padding: 2rem 1.5rem;
}.prospective_studentsutil li svg {
    width: 60px;
    margin-bottom: 1.2rem;
    height: 60px;
}
}

@media (max-width: 767px) {.prospective_studentsutil {
    padding: 4rem 0;
}.prospective_studentsutil h3 {
    margin-bottom: 2.5rem;
    letter-spacing: 1px;
    font-size: calc(47px * 0.7);
}.prospective_studentsutil ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.prospective_studentsutil li {
    padding: 1.8rem 1.2rem;
}.prospective_studentsutil li svg {
    margin-bottom: 1rem;
    height: 50px;
    width: 50px;
}}.our_storyutil {
    position: relative;
    overflow: hidden;
    background-color: rgb(114,161,161,0.5);
    padding: 120px 0;
    color: #ffffff;
}.our_storyutil::before {
    left: 0;
    z-index: 1;
    top: 0;
    position: absolute;
    content: "";
    animation: gridGlow 4s infinite alternate;
    height: 100%;
    width: 100%;
    background: 
        linear-gradient(90deg, transparent 95%, rgb(163,189,189,0.5) 95%, rgb(163,189,189,0.5) 96%, transparent 96%) 0 0 / 20px 100%,
        linear-gradient(0deg, transparent 95%, rgb(163,189,189,0.5) 95%, rgb(163,189,189,0.5) 96%, transparent 96%) 0 0 / 100% 20px;
}.our_storyutil::after {
    background: 
        repeating-linear-gradient(
            to right,
            transparent,
            transparent 49.5%,
            rgb(163,189,189,0.5) 49.5%,
            rgb(163,189,189,0.5) 50.5%,
            transparent 50.5%,
            transparent 100%
        );
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    animation: scanlines 10s linear infinite;
    width: 100%;
    opacity: 0.2;
    content: "";
    height: 400%;
}.our_storyutil .container {
    position: relative;
    z-index: 2;
}.our_storyutil .path_impactutil {
    gap: 40px;
    grid-template-columns: 1fr 1fr;
    position: relative;
    display: grid;
}.our_storyutil .path_impactutil h3 {
    text-transform: uppercase;
    grid-column: 1 / -1;
    position: relative;
    align-items: center;
    display: flex;
    border-bottom: 1px solid rgb(163,189,189,0.5);
    padding-bottom: 20px;
    font-weight: 700;
    color: rgb(163,189,189);
    font-size: 28px;
    margin-bottom: 50px;
    letter-spacing: 3px;
}.our_storyutil .path_impactutil h3::before {
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    display: block;
    content: "";
    animation: rotate 3s linear infinite;
    width: 8px;
    height: 8px;
    margin-right: 15px;
    background: rgb(163,189,189);
}.our_storyutil .path_impactutil h3::after {
    content: "";
    bottom: -1px;
    position: absolute;
    background: rgb(163,189,189);
    height: 3px;
    left: 0;
    width: 100px;
    animation: scanRight 4s ease-in-out infinite;
}.our_storyutil .learn_trainingutil {
    flex-direction: column;
    border-left: 1px solid rgb(163,189,189,0.5);
    display: flex;
    position: relative;
    padding-left: 30px;
}.our_storyutil .learn_trainingutil::before {
    background-color: rgb(163,189,189);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    animation: blinkSlow 4s infinite alternate;
    width: 16px;
    left: -8px;
    top: 0;
    content: "";
    position: absolute;
    height: 16px;
}.our_storyutil .learn_trainingutil span {
    color: rgb(114,161,161);
    padding: 5px 0;
    position: relative;
    font-weight: 600;
    border-bottom: 1px dashed rgb(114,161,161,0.5);
    width: fit-content;
    margin-bottom: 20px;
    font-size: 19px;
}.our_storyutil .learn_trainingutil p {
    position: relative;
    margin-bottom: 30px;
    color: #ffffff;
    line-height: 1.8;
    font-size: 13px;
}.our_storyutil .learn_trainingutil .image_grid_itemutil {
    transition: all 0.4s ease;
    height: 340px;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    position: relative;
}.our_storyutil .learn_trainingutil .image_grid_itemutil::before {
    content: "";
    inset: 0;
    background: linear-gradient(135deg, transparent 0%, rgb(163,189,189,0.5) 100%);
    z-index: 1;
    position: absolute;
    opacity: 0.5;
}.our_storyutil .learn_trainingutil .image_grid_itemutil::after {
    border-left: 2px solid rgb(163,189,189);
    bottom: 0;
    z-index: 2;
    position: absolute;
    content: "";
    width: 60px;
    height: 60px;
    opacity: 0.8;
    border-top: 2px solid rgb(163,189,189);
    right: 0;
}.our_storyutil .training_spaceutil {
    position: relative;
    border-right: 1px solid rgb(114,161,161,0.5);
    display: flex;
    padding-right: 30px;
    flex-direction: column;
}.our_storyutil .training_spaceutil::before {
    height: 16px;
    background-color: rgb(114,161,161);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    animation: blinkSlow 4s infinite alternate 1s;
    bottom: 0;
    position: absolute;
    width: 16px;
    right: -8px;
    content: "";
}.our_storyutil .training_spaceutil p {
    font-size: 13px;
    color: #ffffff;
    line-height: 1.8;
    order: 2;
    position: relative;
    margin-bottom: 30px;
}.our_storyutil .training_spaceutil .our_journeyutil {
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%, 0 85%);
    order: 1;
    transition: all 0.4s ease;
    margin-bottom: 30px;
    height: 340px;
    width: 100%;
}.our_storyutil .training_spaceutil .our_journeyutil::before {
    inset: 0;
    position: absolute;
    z-index: 1;
    background: linear-gradient(135deg, rgb(114,161,161,0.5) 0%, transparent 100%);
    opacity: 0.5;
    content: "";
}.our_storyutil .training_spaceutil .our_journeyutil::after {
    content: "";
    height: 60px;
    opacity: 0.8;
    z-index: 2;
    width: 60px;
    bottom: 0;
    border-right: 2px solid rgb(114,161,161);
    border-top: 2px solid rgb(114,161,161);
    left: 0;
    position: absolute;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes blinkSlow {
    0%, 90% {
        opacity: 1;
    }
    95% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
    }
}

@keyframes scanRight {
    0%, 100% {
        left: 0;
        width: 100px;
    }
    45%, 55% {
        left: calc(100% - 100px);
        width: 100px;
    }
    50% {
        left: calc(100% - 100px);
        width: 40px;
    }
}

@keyframes gridGlow {
    0% {
        opacity: 0.1;
    }
    100% {
        opacity: 0.3;
    }
}

@keyframes scanlines {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-75%);
    }
}

@media (max-width: 1024px) {.our_storyutil {
    padding: 80px 0;
}.our_storyutil .path_impactutil {
    gap: 30px;
}.our_storyutil .path_impactutil h3 {
    margin-bottom: 40px;
    letter-spacing: 2px;
}.our_storyutil .learn_trainingutil,
    .our_storyutil .training_spaceutil {
    padding-left: 20px;
    padding-right: 20px;
}.our_storyutil .learn_trainingutil .image_grid_itemutil,
    .our_storyutil .training_spaceutil .our_journeyutil {
    height: 280px;
}
}

@media (max-width: 768px) {.our_storyutil {
    padding: 60px 0;
}.our_storyutil .path_impactutil {
    gap: 50px;
    grid-template-columns: 1fr;
}.our_storyutil .path_impactutil h3 {
    font-size: calc(28px * 0.85);
    margin-bottom: 30px;
    letter-spacing: 1px;
}.our_storyutil .learn_trainingutil {
    padding-top: 30px;
    border-top: 1px solid rgb(163,189,189,0.5);
    padding-left: 0;
    border-left: none;
}.our_storyutil .learn_trainingutil::before {
    left: 0;
    top: -8px;
}.our_storyutil .training_spaceutil {
    border-right: none;
    padding-bottom: 30px;
    border-bottom: 1px solid rgb(114,161,161,0.5);
    padding-right: 0;
}.our_storyutil .training_spaceutil::before {
    bottom: -8px;
    right: 0;
}.our_storyutil .learn_trainingutil .image_grid_itemutil,
    .our_storyutil .training_spaceutil .our_journeyutil {
    height: 300px;
}
}

@media (max-width: 576px) {.our_storyutil {
    padding: 50px 0;
}.our_storyutil .path_impactutil {
    gap: 40px;
}.our_storyutil .path_impactutil h3 {
    padding-bottom: 15px;
    margin-bottom: 25px;
    letter-spacing: 1px;
    font-size: calc(28px * 0.75);
}.our_storyutil .path_impactutil h3::before {
    margin-right: 10px;
    height: 6px;
    width: 6px;
}.our_storyutil .learn_trainingutil {
    padding-top: 20px;
}.our_storyutil .training_spaceutil {
    padding-bottom: 20px;
}.our_storyutil .learn_trainingutil span {
    font-size: calc(19px * 0.9);
}.our_storyutil .learn_trainingutil p,
    .our_storyutil .training_spaceutil p {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
    margin-bottom: 20px;
}.our_storyutil .learn_trainingutil .image_grid_itemutil,
    .our_storyutil .training_spaceutil .our_journeyutil {
    height: 240px;
}.our_storyutil .learn_trainingutil .image_grid_itemutil::after,
    .our_storyutil .training_spaceutil .our_journeyutil::after {
    height: 40px;
    width: 40px;
}}header {
    background: linear-gradient(135deg, rgb(163,189,189,0.5) 0%, rgb(204,215,209) 100%);
    position: relative;
    margin-top: 0;
    z-index: 100;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
    overflow: visible;
    padding: 0;
}header::before {
    top: 0;
    left: 0;
    background-image: 
        radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.3) 0%, transparent 8%),
        radial-gradient(circle at 70% 60%, rgba(255, 255, 255, 0.3) 0%, transparent 12%),
        radial-gradient(circle at 40% 80%, rgba(255, 255, 255, 0.3) 0%, transparent 10%),
        radial-gradient(circle at 80% 30%, rgba(255, 255, 255, 0.3) 0%, transparent 15%),
        radial-gradient(circle at 10% 70%, rgba(255, 255, 255, 0.3) 0%, transparent 8%);
    content: '';
    opacity: 0.4;
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 100%;
}header::after {
    left: 0;
    height: 10px;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(163,189,189,0.5), 
        transparent
    );
    opacity: 0.6;
    bottom: 0;
    position: absolute;
    width: 100%;
    content: '';
}header .page_navutil {
    position: relative;
    z-index: 5;
    align-items: center;
    justify-content: space-between;
    padding: 1.3rem 3rem;
    display: flex;
}header .nav_infoutil {
    transition: all 0.6s ease;
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.15);
    flex: 0 0 auto;
    position: relative;
    border-radius: 50% 30% 60% 40% / 40% 50% 30% 50%;
    overflow: hidden;
    padding: 1rem;
    margin-right: 2rem;
}header .nav_infoutil:hover {
    transform: translateY(-5px);
    border-radius: 60% 40% 30% 70% / 50% 30% 60% 40%;
    box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.7), 0 10px 20px rgba(0, 0, 0, 0.1);
}header .first_sectionutil {
    transition: all 0.4s ease;
    display: block;
    position: relative;
}header .first_sectionutil img {
    max-height: 38px;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
}header .main_headerutil {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    z-index: 2;
}header .main_headerutil::before {
    top: -5%;
    transition: all 0.6s ease;
    border-radius: 70% 30% 50% 40% / 40% 60% 30% 50%;
    position: absolute;
    width: 110%;
    content: '';
    height: 110%;
    z-index: -1;
    left: -5%;
    opacity: 0.1;
    background: linear-gradient(135deg, rgb(163,189,189,0.5) 0%, transparent 100%);
}header .main_headerutil:hover::before {
    border-radius: 40% 60% 30% 70% / 60% 30% 70% 40%;
    opacity: 0.2;
}header .head_pageutil {
    position: relative;
    margin: 0 0.5rem;
}header .head_pageutil a {
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    z-index: 1;
    font-weight: 600;
    justify-content: center;
    font-size: 17px;
    text-decoration: none;
    color: #000000;
    align-items: center;
    padding: 0.8rem 1.3rem;
    transition: all 0.4s ease;
    display: flex;
    border-radius: 60% 40% 40% 60% / 40% 50% 50% 60%;
    overflow: hidden;
}header .head_pageutil a::before {
    top: 0;
    position: absolute;
    left: 0;
    opacity: 0;
    z-index: -1;
    width: 100%;
    transition: opacity 0.4s ease;
    border-radius: inherit;
    height: 100%;
    background: linear-gradient(135deg, rgb(163,189,189,0.5) 0%, rgb(114,161,161,0.5) 100%);
    transform: scale(1.1);
    content: '';
}header .head_pageutil a:hover {
    border-radius: 40% 60% 60% 40% / 60% 40% 60% 40%;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    color: #ffffff;
}header .head_pageutil a:hover::before {
    opacity: 1;
    transform: scale(1);
}header .head_pageutil::after {
    background: rgb(163,189,189);
    width: 6px;
    bottom: -8px;
    content: '';
    opacity: 0.7;
    left: 50%;
    border-radius: 50%;
    height: 6px;
    transition: transform 0.4s ease;
    transform: translateX(-50%) scale(0);
    position: absolute;
}header .head_pageutil:hover::after {
    transform: translateX(-50%) scale(1);
}header .page_navutil::before {
    top: -100px;
    filter: blur(30px);
    opacity: 0.1;
    background: radial-gradient(circle, rgb(163,189,189,0.5) 0%, transparent 70%);
    content: '';
    width: 200px;
    right: -100px;
    position: absolute;
    border-radius: 50%;
    height: 200px;
}header .page_navutil::after {
    width: 150px;
    content: '';
    background: radial-gradient(circle, rgb(114,161,161,0.5) 0%, transparent 70%);
    border-radius: 50%;
    opacity: 0.1;
    filter: blur(30px);
    position: absolute;
    height: 150px;
    left: -75px;
    bottom: -75px;
}.header_eduutil {
    padding-top: 2rem;
    z-index: 1;
    background: rgb(204,215,209);
    position: relative;
}

@keyframes morphing {
    0%, 100% { border-radius: 60% 40% 30% 70% / 50% 30% 60% 40%; }
    33% { border-radius: 40% 60% 70% 30% / 30% 40% 30% 70%; }
    66% { border-radius: 30% 60% 70% 40% / 60% 30% 70% 40%; }
}

@media (min-width: 1400px) {header .page_navutil {
    margin: 0 auto;
    max-width: 1320px;
}header .head_pageutil {
    margin: 0 0.7rem;
}header .head_pageutil a {
    padding: 0.8rem 1.6rem;
}
}

@media (max-width: 991px) {header .page_navutil {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .nav_infoutil {
    margin-right: 0;
    padding: 0.7rem;
    margin-bottom: 0;
}header .main_headerutil {
    justify-content: flex-end;
    flex-basis: 100%;
    margin-top: 1rem;
}header .head_pageutil a {
    font-size: calc(17px - 1px);
    padding: 0.6rem 1rem;
}header .main_headerutil::before {
    display: none;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .page_navutil {
    padding: 0.8rem 1.5rem;
}header .nav_infoutil {
    border-radius: 40% 60% 50% 50% / 40% 50% 50% 40%;
    max-width: 140px;
    padding: 0.6rem;
}header .first_sectionutil img {
    max-height: 35px;
}header .main_headerutil {
    justify-content: flex-start;
    margin-top: 0.8rem;
    scrollbar-width: thin;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.5rem;
}header .main_headerutil::-webkit-scrollbar {
    height: 3px;
}header .main_headerutil::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(163,189,189,0.5);
}header .head_pageutil {
    flex: 0 0 auto;
    margin: 0 0.2rem;
}header .head_pageutil a {
    white-space: nowrap;
    padding: 0.5rem 0.8rem;
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    font-size: calc(17px - 2px);
}header .head_pageutil::after {
    display: none;
}header::after {
    height: 5px;
}
}

@media (max-width: 479px) {header .page_navutil {
    padding: 0.7rem 1.2rem;
}header .nav_infoutil {
    padding: 0.5rem;
    max-width: 120px;
}header .head_pageutil a {
    padding: 0.4rem 0.6rem;
    font-size: calc(17px - 3px);
}}.course_program_infoutil {
    padding: 120px 0;
    overflow: hidden;
    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);
    position: relative;
    background: rgb(204,215,209);
}.course_program_infoutil::before {
    opacity: 0.7;
    background: linear-gradient(135deg, rgb(163,189,189,0.5) 0%, transparent 50%, rgb(114,161,161,0.5) 100%);
    animation: backgroundShift 15s infinite alternate;
    width: 100%;
    content: "";
    z-index: 1;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
}.course_program_infoutil::after {
    animation: pulse 8s infinite alternate;
    top: 0;
    position: absolute;
    content: "";
    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(163,189,189,0.5) 0%, transparent 70%);
    height: 100%;
    left: 0;
    z-index: 2;
    width: 100%;
}.course_program_infoutil .container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 5;
    position: relative;
}.course_program_infoutil .job_skillsutil {
    display: grid;
    perspective: 1000px;
    gap: 40px;
    grid-template-columns: 1.5fr 1fr;
    position: relative;
}.course_program_infoutil .job_skillsutil::before {
    border: 1px solid rgb(163,189,189,0.5);
    height: calc(100% + 60px);
    top: -30px;
    transform: rotateY(5deg) rotateX(2deg);
    z-index: -1;
    transform-style: preserve-3d;
    border-radius: 17px;
    content: "";
    left: -30px;
    animation: borderPulse 4s infinite alternate;
    width: calc(100% + 60px);
    position: absolute;
}.course_program_infoutil .content_blockutil {
    padding: 35px;
    backdrop-filter: blur(8px);
    border-radius: 17px;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.03);
    position: relative;
    transform: translateZ(0);
    animation: floatPanel 8s ease-in-out infinite;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
                inset 0 0 20px rgba(255, 255, 255, 0.05);
    gap: 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    display: flex;
}.course_program_infoutil .content_blockutil h2 {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    background-clip: text !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3), 0 0 10px rgb(163,189,189,0.5);
    border-radius: 8px 0 8px 0;
    -webkit-text-fill-color: transparent;
    margin-bottom: 25px;
    border-left: 2px solid rgb(114,161,161);
    font-size: 38px;
    max-width: fit-content;
    color: #ffffff;
    transform: translateY(-10px);
    background: linear-gradient(to right, rgb(163,189,189) 0%, rgb(114,161,161) 100%);
    -webkit-background-clip: text !important;
    display: inline-block;
    letter-spacing: 1.5px;
    font-weight: 700;
    border-radius: 10px;
    padding: 15px 20px;
    position: relative;
    border-bottom: 2px solid rgb(163,189,189);
}.course_program_infoutil .content_blockutil .description {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    background: rgba(255, 255, 255, 0.07);
    transition: all 0.5s ease;
    backdrop-filter: blur(4px);
    position: relative;
    transform: translateZ(0);
    margin-bottom: 25px;
    border-radius: 10px;
    text-align: justify;
    border-left: 3px solid rgb(163,189,189,0.5);
    letter-spacing: 0.5px;
    z-index: 2;
    padding: 18px;
    line-height: 1.9;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}.course_program_infoutil .content_blockutil .description:first-of-type {
    border-left-color: rgb(163,189,189);
}.course_program_infoutil .content_blockutil .description:last-of-type {
    margin-bottom: 0;
    border-left-color: rgb(114,161,161);
}.course_program_infoutil .content_blockutil .description::before {
    height: 100%;
    left: 0;
    content: "";
    border-radius: 10px;
    top: 0;
    width: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.05), transparent);
    position: absolute;
    z-index: -1;
}.course_program_infoutil .content_blockutil .description:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.course_program_infoutil .image_grid_itemutil {
    z-index: 4;
    transform-style: preserve-3d;
    position: relative;
    transform: translateZ(0) rotateY(-5deg);
    height: 450px;
    animation: floatImage 6s ease-in-out infinite alternate;
    background-position: center;
    overflow: hidden;
    align-self: flex-start;
    border-radius: 17px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.1);
    background-size: cover;
    transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);
}.course_program_infoutil .image_grid_itemutil:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3), 0 0 0 2px rgb(163,189,189,0.5);
    transform: scale(1.02) translateY(-5px) rotateY(0deg);
}

@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: scale(0.98);
    }
    100% {
        opacity: 0.7;
        transform: scale(1.02);
    }
}

@keyframes borderPulse {
    0% {
        border-color: rgb(163,189,189,0.5);
        transform: rotateY(5deg) rotateX(2deg);
    }
    100% {
        border-color: rgb(114,161,161,0.5);
        transform: rotateY(3deg) rotateX(0deg);
    }
}

@keyframes glowPulse {
    0% {
        opacity: 0.7;
        box-shadow: 0 0 10px rgb(163,189,189,0.5);
    }
    100% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(163,189,189);
    }
}

@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(163,189,189,0.5);
    }
    100% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(163,189,189);
    }
}

@keyframes backgroundShift {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@media screen and (max-width: 1200px) {.course_program_infoutil {
    padding: 100px 0;
}.course_program_infoutil .job_skillsutil {
    gap: 30px;
}.course_program_infoutil .content_blockutil {
    padding: 30px;
}.course_program_infoutil .content_blockutil h2 {
    padding: 12px 18px;
    font-size: calc(38px * 0.9);
}.course_program_infoutil .content_blockutil .description {
    padding: 15px;
}
}

@media screen and (max-width: 991px) {.course_program_infoutil {
    padding: 80px 0;
}.course_program_infoutil .job_skillsutil {
    gap: 40px;
    grid-template-columns: 1fr;
}.course_program_infoutil .job_skillsutil::before {
    left: -20px;
    transform: none;
    top: -20px;
    height: calc(100% + 40px);
    width: calc(100% + 40px);
}.course_program_infoutil .content_blockutil {
    transform: none;
    animation: none;
    order: 2;
}.course_program_infoutil .image_grid_itemutil {
    transform: none;
    min-height: 400px;
    order: 1;
    animation: pulse 8s infinite alternate;
}.course_program_infoutil .image_grid_itemutil:hover {
    transform: scale(1.02) translateY(-5px);
}.course_program_infoutil .content_blockutil h2 {
    display: block;
    max-width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}.course_program_infoutil .content_blockutil .description {
    text-align: left;
}
}

@media screen and (max-width: 767px) {.course_program_infoutil {
    padding: 60px 0;
}.course_program_infoutil .job_skillsutil {
    gap: 30px;
}.course_program_infoutil .content_blockutil {
    padding: 25px;
    gap: 20px;
}.course_program_infoutil .content_blockutil h2 {
    margin-bottom: 15px;
    padding: 10px 15px;
    font-size: calc(38px * 0.8);
}.course_program_infoutil .content_blockutil .description {
    margin-bottom: 15px;
    line-height: 1.7;
    font-size: calc(18px * 0.95);
    padding: 12px;
}.course_program_infoutil .image_grid_itemutil {
    min-height: 350px;
}.course_program_infoutil .job_skillsutil::before {
    display: none;
}
}

@media screen and (max-width: 480px) {.course_program_infoutil {
    padding: 40px 0;
}.course_program_infoutil .content_blockutil {
    padding: 20px;
    gap: 15px;
}.course_program_infoutil .content_blockutil h2 {
    letter-spacing: 1px;
    font-size: calc(38px * 0.7);
    padding: 8px 12px;
}.course_program_infoutil .content_blockutil .description {
    line-height: 1.6;
    font-size: calc(18px * 0.9);
    padding: 10px;
}.course_program_infoutil .image_grid_itemutil {
    min-height: 280px;
}}.modalCookieAgreementutil {
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    z-index: 1050;
    position: fixed;
    transform: translateX(-50%);
    left: 50%;
    width: 90%;
    bottom: 20px;
    font-family: Arial, sans-serif;
    max-width: 500px;
    background: #ffffff;
}.cookie_necessaryutil {
    align-items: center;
    flex-direction: column;
    padding: 20px;
    display: flex;
}.cookie_frameutil {
    margin-bottom: 20px;
}.cookie_frameutil svg, .cookie_frameutil svg path, .cookie_frameutil img {
    width: 60px;
    fill: rgb(163,189,189);
    height: 60px;
}.modalCookieAgreementutil h5 {
    margin-bottom: 10px;
    font-size: 19px;
    text-align: center;
    font-weight: 700;
    color: rgb(163,189,189);
}.modalCookieAgreementutil p {
    text-align: center;
    font-size: 12px;
    margin-bottom: 20px;
    color: #000000;
}.cookie_customizeutil {
    font-size: 17px;
    transition: background 0.3s ease-in-out;
    margin: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    display: inline-block;
    width: calc(50% - 10px);
    background: rgb(163,189,189);
    padding: 10px 20px;
    border-radius: 10px;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
}.cookie_customizeutil:hover {
    background: rgb(114,161,161);
}.cookie_button.edu_approveutil {
    background: rgb(114,161,161);
}.cookie_button.edu_approveutil:hover {
    background: rgb(114,161,161,0.5);
}.modalCookieAgreementutil p a {
    color: rgb(163,189,189);
    transition: color 0.3s ease-in-out;
    text-decoration: none;
}.modalCookieAgreementutil p a:hover {
    color: rgb(114,161,161);
}#consentWindowModalutil {
    display: none;
}#consentWindowModalutil:checked ~ .modalCookieAgreementutil {
    opacity: 0;
    visibility: hidden;
}.privacy_chamberutil {
    background: linear-gradient(135deg, rgb(204,215,209) 0%, rgba(248, 248, 252, 0.95) 100%);
    padding: 80px 0;
    overflow: hidden;
    position: relative;
}.privacy_chamberutil::before {
    width: 300px;
    transform: rotate(-15deg);
    filter: blur(80px);
    z-index: 0;
    top: -10%;
    opacity: 0.4;
    background: linear-gradient(to right, rgb(163,189,189,0.5), rgb(114,161,161,0.5));
    right: -5%;
    content: "";
    height: 300px;
    position: absolute;
}.privacy_chamberutil::after {
    left: -5%;
    opacity: 0.3;
    z-index: 0;
    background: linear-gradient(to right, rgb(114,161,161,0.5), rgb(163,189,189,0.5));
    transform: rotate(15deg);
    content: "";
    position: absolute;
    height: 250px;
    filter: blur(70px);
    width: 250px;
    bottom: -10%;
}.privacy_chamberutil .container {
    position: relative;
    backdrop-filter: blur(10px);
    z-index: 1;
    border-left: 3px solid rgb(163,189,189);
    padding: 0 20px;
    margin: 0 auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    max-width: 1140px;
    background: rgba(255, 255, 255, 0.85);
    transform: translateZ(0);
}.privacy_chamberutil h1 {
    position: relative;
    margin-bottom: 30px;
    color: #000000;
    font-weight: 700;
    transform: translateX(-10px);
    font-size: 47px;
    padding-bottom: 15px;
}.privacy_chamberutil h1::after {
    bottom: 0;
    content: "";
    position: absolute;
    transform: scaleX(1);
    width: 80px;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, rgb(163,189,189) 0%, rgb(114,161,161) 100%);
    transition: transform 0.4s ease-out;
    transform-origin: left;
}.privacy_chamberutil h1:hover::after {
    transform: scaleX(1.5);
}.privacy_chamberutil h2 {
    font-size: 28px;
    margin-top: 40px;
    padding-left: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    color: #000000;
}.privacy_chamberutil h2::before {
    content: "";
    height: 100%;
    left: 0;
    background: rgb(163,189,189);
    opacity: 0.8;
    top: 0;
    width: 4px;
    position: absolute;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform: scaleY(0.8);
}.privacy_chamberutil h2:hover::before {
    opacity: 1;
    transform: scaleY(1.1);
}.privacy_chamberutil h3 {
    font-size: calc(28px * 0.85);
    border-bottom: 1px dashed rgba(rgba(0, 0, 0, 0.5), 0.2);
    margin-top: 30px;
    font-weight: 600;
    color: #000000;
    padding-bottom: 10px;
    margin-bottom: 15px;
}.privacy_chamberutil h4 {
    margin-bottom: 12px;
    opacity: 0.9;
    color: #000000;
    font-weight: 600;
    font-size: calc(28px * 0.75);
    margin-top: 25px;
}.privacy_chamberutil p {
    line-height: 1.7;
    font-size: 17px;
    color: #000000;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
    max-width: 95%;
}.privacy_chamberutil p:hover {
    transform: translateX(5px);
}.privacy_chamberutil p strong {
    position: relative;
    font-weight: 600;
    color: #000000;
    display: inline-block;
}.privacy_chamberutil p strong::after {
    transition: transform 0.3s ease;
    background: rgb(114,161,161);
    width: 100%;
    height: 2px;
    bottom: -2px;
    position: absolute;
    transform: scaleX(0);
    content: "";
    left: 0;
    transform-origin: right;
}.privacy_chamberutil p strong:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}.privacy_chamberutil span {
    padding: 15px;
    border-left: 2px solid rgb(114,161,161);
    display: block;
    transform: translateY(0);
    line-height: 1.6;
    font-size: 17px;
    color: #000000;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    background: rgba(rgb(255, 255, 255, 0.5), 0.4);
    margin-bottom: 30px;
}.privacy_chamberutil span:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}.privacy_chamberutil ul {
    margin-top: 15px;
    list-style: none;
    padding-left: 20px;
    margin-bottom: 30px;
}.privacy_chamberutil li {
    padding-left: 25px;
    color: #000000;
    position: relative;
    line-height: 1.6;
    transform: translateZ(0);
    font-size: 17px;
    transition: transform 0.3s ease;
    margin-bottom: 15px;
}.privacy_chamberutil li::before {
    height: 8px;
    background: rgb(163,189,189);
    opacity: 0.8;
    transition: transform 0.3s ease, background-color 0.3s ease;
    position: absolute;
    left: 0;
    border-radius: 50%;
    top: 10px;
    width: 8px;
    content: "";
}.privacy_chamberutil li:hover {
    transform: translateX(5px);
}.privacy_chamberutil li:hover::before {
    background: rgb(114,161,161);
    transform: scale(1.3);
}

@media (max-width: 991px) {.privacy_chamberutil {
    padding: 60px 0;
}.privacy_chamberutil .container {
    padding: 30px 25px;
}.privacy_chamberutil h1 {
    margin-bottom: 25px;
    font-size: calc(47px * 0.9);
}.privacy_chamberutil h2 {
    font-size: calc(28px * 0.9);
    margin-top: 35px;
}.privacy_chamberutil p, .privacy_chamberutil span {
    max-width: 100%;
    font-size: calc(17px * 1);
}
}

@media (max-width: 767px) {.privacy_chamberutil {
    padding: 40px 0;
}.privacy_chamberutil::before,
    .privacy_chamberutil::after {
    height: 200px;
    width: 200px;
}.privacy_chamberutil .container {
    padding: 25px 20px;
    border-left-width: 2px;
}.privacy_chamberutil h1 {
    margin-bottom: 20px;
    font-size: calc(47px * 0.8);
    transform: translateX(0);
}.privacy_chamberutil h1::after {
    width: 60px;
}.privacy_chamberutil h2 {
    margin-top: 30px;
    padding-left: 12px;
    font-size: calc(28px * 0.85);
}.privacy_chamberutil h2::before {
    width: 3px;
}.privacy_chamberutil h3 {
    font-size: calc(28px * 0.75);
}.privacy_chamberutil h4 {
    font-size: calc(28px * 0.7);
}.privacy_chamberutil p, .privacy_chamberutil span, .privacy_chamberutil li {
    font-size: calc(17px * 0.95);
}.privacy_chamberutil ul {
    padding-left: 5px;
}.privacy_chamberutil li {
    padding-left: 20px;
}
}

@media (max-width: 480px) {.privacy_chamberutil {
    padding: 30px 0;
}.privacy_chamberutil::before,
    .privacy_chamberutil::after {
    opacity: 0.25;
}.privacy_chamberutil .container {
    padding: 20px 15px;
}.privacy_chamberutil h1 {
    font-size: calc(47px * 0.7);
}.privacy_chamberutil h2 {
    font-size: calc(28px * 0.75);
    margin-top: 25px;
}.privacy_chamberutil h3 {
    font-size: calc(28px * 0.7);
}.privacy_chamberutil h4 {
    font-size: calc(28px * 0.65);
}.privacy_chamberutil p, .privacy_chamberutil span, .privacy_chamberutil li {
    font-size: calc(17px * 0.9);
    line-height: 1.5;
}.privacy_chamberutil p:hover,
    .privacy_chamberutil li:hover,
    .privacy_chamberutil span:hover {
    transform: none;
}}.appSpaceutil {
    overflow: hidden;
    position: relative;
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(204,215,209) 0%, rgb(163,189,189,0.5) 100%);
}.appSpaceutil::before {
    height: 100%;
    position: absolute;
    background-image: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 20px,
    rgba(255, 255, 255, 0.03) 20px,
    rgba(255, 255, 255, 0.03) 40px
  );
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    content: "";
}.appSpaceutil::after {
    right: -50%;
    content: "";
    transform: rotate(35deg);
    background: linear-gradient(
    to bottom right,
    transparent,
    rgba(var(--primary-color-rgb), 0.05) 30%,
    rgba(var(--primary-color-rgb), 0.1) 60%,
    transparent
  );
    position: absolute;
    height: 200%;
    pointer-events: none;
    z-index: 2;
    top: -50%;
    width: 80%;
}.appSpaceutil .container {
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 3;
}.appSpaceutil .path_impactutil {
    transform: perspective(1000px) rotateX(2deg);
    padding: 50px 40px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    transform-origin: center top;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    background: #ffffff;
}.appSpaceutil .path_impactutil::before {
    transform: scaleY(1.03);
    width: 5px;
    background: linear-gradient(to bottom, rgb(163,189,189), rgb(114,161,161));
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    left: 0;
}.appSpaceutil .path_impactutil:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12), 0 10px 20px rgba(0, 0, 0, 0.08);
}.appSpaceutil h5 {
    line-height: 1.4;
    font-weight: 700;
    transform: translateX(15px);
    transition: transform 0.4s ease-out;
    color: rgb(163,189,189);
    font-size: 20px;
    margin: 0 0 10px;
    position: relative;
}.appSpaceutil h5::after {
    left: 0;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: absolute;
    background: rgb(114,161,161);
    transform-origin: left;
    width: 80px;
    bottom: -10px;
    transform: scaleX(0.7);
    height: 3px;
    content: "";
}.appSpaceutil .path_impactutil:hover h5 {
    transform: translateX(0);
}.appSpaceutil .path_impactutil:hover h5::after {
    transform: scaleX(1);
}.appSpaceutil p {
    line-height: 1.7;
    color: #000000;
    position: relative;
    margin: 0;
    font-size: 15px;
    transition: color 0.3s ease;
}.appSpaceutil a {
    position: relative;
    overflow: hidden;
    text-decoration: none;
    padding: 15px 20px;
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.03), transparent);
    border-radius: 4px;
    transition: all 0.4s ease;
    display: block;
}.appSpaceutil a::before {
    top: 0;
    transition: width 0.3s ease;
    width: 3px;
    height: 100%;
    position: absolute;
    content: "";
    background: rgb(163,189,189);
    left: 0;
    opacity: 0.5;
}.appSpaceutil a:hover {
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.07), transparent 70%);
}.appSpaceutil a:hover::before {
    width: 5px;
}.appSpaceutil a:hover p {
    color: rgb(163,189,189);
}.appSpaceutil a::after {
    background: linear-gradient(135deg, transparent 50%, rgba(var(--secondary-color-rgb), 0.1) 50%);
    content: "";
    right: 0;
    position: absolute;
    bottom: 0;
    height: 30px;
    width: 30px;
    transition: all 0.3s ease;
}.appSpaceutil a:hover::after {
    background: linear-gradient(135deg, transparent 50%, rgba(var(--secondary-color-rgb), 0.2) 50%);
    height: 40px;
    width: 40px;
}

@media (min-width: 768px) {.appSpaceutil {
    padding: 120px 0;
}.appSpaceutil .path_impactutil {
    padding: 60px 70px 60px 60px;
    align-items: center;
    gap: 50px;
    grid-template-columns: 1fr 1.5fr;
}.appSpaceutil h5 {
    font-size: calc(20px * 1.1);
    transform: translateX(25px);
}.appSpaceutil p {
    font-size: calc(15px * 1.05);
}
}

@media (max-width: 767px) {.appSpaceutil {
    padding: 60px 0;
}.appSpaceutil .path_impactutil {
    transform: perspective(1000px) rotateX(1deg);
    padding: 35px 25px;
}.appSpaceutil h5 {
    transform: translateX(10px);
    font-size: calc(20px * 0.9);
}.appSpaceutil a {
    padding: 10px 15px;
}.appSpaceutil a::after {
    height: 20px;
    width: 20px;
}
}

@media (hover: none) {.appSpaceutil .path_impactutil {
    transform: none;
}.appSpaceutil .path_impactutil:hover {
    transform: none;
}.appSpaceutil h5 {
    transform: none;
}.appSpaceutil h5::after {
    transform: scaleX(1);
}
}

@media (prefers-reduced-motion: reduce) {.appSpaceutil .path_impactutil,
  .appSpaceutil h5,
  .appSpaceutil h5::after,
  .appSpaceutil a,
  .appSpaceutil a::before,
  .appSpaceutil a::after {
    transition: none;
}}.metrics_summaryutil {
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(204,215,209) 0%, rgb(204,215,209) 65%, rgba(rgb(163,189,189), 0.08) 100%);
}.metrics_summaryutil::before {
    z-index: 0;
    opacity: 0.6;
    transform: rotate(-15deg);
    filter: blur(50px);
    right: -5%;
    top: -10%;
    content: "";
    background: radial-gradient(circle, rgb(163,189,189,0.5) 0%, transparent 70%);
    position: absolute;
    height: 30vw;
    width: 30vw;
}.metrics_summaryutil::after {
    left: -2%;
    filter: blur(60px);
    opacity: 0.4;
    bottom: -5%;
    width: 25vw;
    content: "";
    background: radial-gradient(circle, rgb(114,161,161,0.5) 0%, transparent 70%);
    z-index: 0;
    height: 25vw;
    position: absolute;
}.metrics_summaryutil .container {
    margin: 0 auto;
    padding: 0 1.5rem;
    max-width: 1320px;
    z-index: 1;
    position: relative;
}.metrics_summaryutil h4 {
    text-align: center;
    font-size: calc(24px * 1.2);
    transform: translateY(0);
    color: #000000;
    margin-top: 4rem;
    animation: fadeUp 0.8s ease-out 0.2s forwards;
    font-weight: 700;
    font-family: Arial, sans-serif;
    opacity: 0;
    position: relative;
}.metrics_summaryutil h4::before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -12px;
    height: 3px;
    width: 60px;
    background: rgb(163,189,189);
    transform: translateX(-50%);
}.metrics_summaryutil ul {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
    list-style: none;
    gap: 2rem;
    margin: 0;
    display: grid;
}.metrics_summaryutil .statistics_advantageutil {
    padding: 2.5rem 1.5rem;
    border-left: 3px solid rgb(163,189,189);
    transform: translateY(20px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.03),
                0 20px 25px -5px rgba(0, 0, 0, 0.02);
    backdrop-filter: blur(10px);
    animation: fadeIn 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    animation-delay: calc(0.1s * var(--i, 0));
    --i: 0;
    opacity: 0;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1),
                box-shadow 0.4s ease,
                background 0.3s ease;
    position: relative;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.6) 100%);
}.metrics_summaryutil .statistics_advantageutil:nth-child(1) {
    --i: 1;
}.metrics_summaryutil .statistics_advantageutil:nth-child(2) {
    --i: 2;
}.metrics_summaryutil .statistics_advantageutil:nth-child(3) {
    --i: 3;
}.metrics_summaryutil .statistics_advantageutil:nth-child(4) {
    --i: 4;
}.metrics_summaryutil .statistics_advantageutil:nth-child(5) {
    --i: 5;
}.metrics_summaryutil .statistics_advantageutil:nth-child(6) {
    --i: 6;
}.metrics_summaryutil .statistics_advantageutil:nth-child(7) {
    --i: 7;
}.metrics_summaryutil .statistics_advantageutil::before {
    position: absolute;
    z-index: -1;
    background: linear-gradient(to right, transparent, rgba(rgb(163,189,189), 0.03));
    width: 100%;
    content: "";
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    top: 0;
    left: 0;
}.metrics_summaryutil .statistics_advantageutil:hover {
    background: linear-gradient(145deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.8) 100%);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px) scale(1.02);
}.metrics_summaryutil .statistics_advantageutil div {
    align-items: center;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
}.metrics_summaryutil .statistics_advantageutil p {
    display: inline-block;
    font-weight: 700;
    font-size: calc(36px * 1.2);
    line-height: 1;
    position: relative;
    color: rgb(163,189,189);
    margin: 0 0 0.75rem;
}.metrics_summaryutil .statistics_advantageutil p::after {
    position: absolute;
    content: "";
    bottom: 0;
    background: linear-gradient(90deg, rgb(163,189,189,0.5) 0%, transparent 100%);
    transform: skewX(-12deg);
    height: 8px;
    width: 100%;
    z-index: -1;
    left: 0;
}.metrics_summaryutil .statistics_advantageutil span {
    color: #000000;
    text-align: center;
    display: block;
    font-size: 13px;
    max-width: 90%;
    transition: transform 0.3s ease;
    font-weight: 600;
}.metrics_summaryutil .statistics_advantageutil:hover span {
    transform: scale(1.03);
}.metrics_summaryutil .statistics_advantageutil:hover p {
    text-shadow: 0 0 1px rgba(rgb(163,189,189), 0.2);
}

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

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

@media (min-width: 992px) {.metrics_summaryutil ul {
    gap: 1.5rem;
    grid-template-columns: repeat(4, 1fr);
}.metrics_summaryutil .statistics_advantageutil {
    padding: 2.5rem 1rem;
}.metrics_summaryutil h4 {
    margin-top: 5rem;
    font-size: 36px;
}.metrics_summaryutil h4::before {
    height: 4px;
    width: 80px;
}
}

@media (min-width: 768px) and (max-width: 991px) {.metrics_summaryutil ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}.metrics_summaryutil .statistics_advantageutil {
    padding: 2rem 1rem;
}
}

@media (min-width: 576px) and (max-width: 767px) {.metrics_summaryutil ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}.metrics_summaryutil {
    padding: 4rem 0;
}
}

@media (max-width: 575px) {.metrics_summaryutil ul {
    gap: 1rem;
    grid-template-columns: 1fr;
}.metrics_summaryutil {
    padding: 3rem 0;
}.metrics_summaryutil .statistics_advantageutil {
    padding: 1.75rem 1rem;
}.metrics_summaryutil .statistics_advantageutil p {
    font-size: calc(36px * 1.1);
}.metrics_summaryutil h4 {
    margin-top: 3rem;
    font-size: calc(24px * 1.1);
}
}