* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}a {
    color: inherit;
    text-decoration: none;
}html,body {
    height: 100%;
    min-height: 100%;
    auto
contain
touch-action: none;
    font-family: Arial, sans-serif;
    color: #000000;
}.wrapper-segmentu {
    display: flex;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
}header,footer {
    width: 100%;
}.nav_learningM {
    flex: 1 0 auto;
}.footer_classess {
    flex: 0 0 auto;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1152px;
}svg {
    width: 30px;
    height: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.training_specialistK {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(225,233,233) 0%, #ffffff 100%);
    position: relative;
    padding: 5rem 0;
}.training_specialistK::before {
    height: 100%;
    position: absolute;
    content: "";
    width: 100%;
    opacity: 0.05;
    background: repeating-linear-gradient(
        45deg,
        rgb(191,208,208,0.5) 0px,
        rgb(191,208,208,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    left: 0;
    z-index: 1;
    top: 0;
}.training_specialistK::after {
    content: "";
    height: 200%;
    background: linear-gradient(135deg, rgb(191,208,208,0.5) 0%, rgb(152,173,174,0.5) 100%);
    width: 70%;
    z-index: 0;
    opacity: 0.08;
    top: -50%;
    position: absolute;
    right: -20%;
    transform: rotate(-15deg);
}.training_specialistK .container {
    z-index: 2;
    padding: 0 1.5rem;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.training_specialistK .learning_feedbackd {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.07), 
                0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateY(-1deg);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 2.5rem;
    background: #ffffff;
    gap: 2rem;
    display: grid;
}.training_specialistK .learning_feedbackd:hover {
    transform: perspective(1000px) rotateY(0deg);
}.training_specialistK .learning_feedbackd::before {
    top: 0;
    transition: transform 0.3s ease-out;
    width: 5px;
    transform-origin: left center;
    transform: scaleY(0.95);
    content: "";
    background: linear-gradient(to bottom, rgb(191,208,208) 0%, rgb(152,173,174) 100%);
    left: 0;
    position: absolute;
    height: 100%;
}.training_specialistK .learning_feedbackd:hover::before {
    transform: scaleY(1);
}.training_specialistK .pic_itemE {
    width: 120px;
    height: 120px;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 5px;
    transform: translateY(0);
    margin: 0 auto;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}.training_specialistK .learning_feedbackd:hover .pic_itemE {
    transform: translateY(-5px);
}.training_specialistK .pic_itemE::after {
    z-index: 1;
    position: absolute;
    content: "";
    inset: 0;
    border-radius: 5px;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.2));
}.training_specialistK .pic_itemE::before {
    content: "";
    transform: scale(0.95);
    left: -10px;
    transition: all 0.3s ease;
    opacity: 0;
    z-index: -1;
    position: absolute;
    top: -10px;
    border-radius: 5px;
    height: calc(100% + 20px);
    background: linear-gradient(135deg, rgb(191,208,208,0.5) 0%, rgb(152,173,174,0.5) 100%);
    width: calc(100% + 20px);
}.training_specialistK .learning_feedbackd:hover .pic_itemE::before {
    transform: scale(1);
    opacity: 0.5;
}.training_specialistK .name {
    transform: translateY(0);
    font-size: 21px;
    margin-bottom: 0.5rem;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    color: #000000;
    text-align: center;
    position: relative;
    font-weight: 700;
}.training_specialistK .learning_feedbackd:hover .name {
    transform: translateY(-3px);
}.training_specialistK .name::after {
    transition: transform 0.3s ease;
    transform: translateX(-50%) scaleX(0.7);
    content: "";
    left: 50%;
    width: 40px;
    bottom: -6px;
    height: 2px;
    position: absolute;
    background: rgb(191,208,208);
}.training_specialistK .learning_feedbackd:hover .name::after {
    transform: translateX(-50%) scaleX(1);
}.training_specialistK .learning_feedbackd > div:nth-child(2) > div {
    transition: color 0.3s ease;
    color: rgb(152,173,174);
    font-style: italic;
    text-align: center;
    font-size: calc(17px * 0.95);
    opacity: 0.9;
}.training_specialistK .learning_feedbackd:hover > div:nth-child(2) > div {
    color: rgb(191,208,208);
}.training_specialistK .past_workM {
    text-align: center;
    position: relative;
    color: #000000;
    line-height: 1.7;
    padding: 1rem 0;
    font-size: 17px;
}.training_specialistK .past_workM::before,
.training_specialistK .past_workM::after {
    color: rgb(191,208,208,0.5);
    opacity: 0.3;
    content: "";
    position: absolute;
    font-size: 3rem;
    transition: all 0.3s ease;
    line-height: 1;
}.training_specialistK .past_workM::before {
    top: -10px;
    left: -5px;
}.training_specialistK .past_workM::after {
    bottom: -20px;
    right: -5px;
    transform: rotate(180deg);
}.training_specialistK .learning_feedbackd:hover .past_workM::before,
.training_specialistK .learning_feedbackd:hover .past_workM::after {
    color: rgb(191,208,208);
    opacity: 0.5;
}

@media (min-width: 768px) {.training_specialistK {
    padding: 7rem 0;
}.training_specialistK .learning_feedbackd {
    grid-template-columns: auto 1fr 2fr;
    padding: 3rem;
    gap: 2.5rem;
    align-items: center;
}.training_specialistK .pic_itemE {
    width: 150px;
    height: 150px;
    margin: 0;
}.training_specialistK .name,
    .training_specialistK .learning_feedbackd > div:nth-child(2) > div {
    text-align: left;
}.training_specialistK .name::after {
    left: 0;
    transform: translateX(0) scaleX(0.7);
}.training_specialistK .learning_feedbackd:hover .name::after {
    transform: translateX(0) scaleX(1);
}.training_specialistK .past_workM {
    padding: 0;
    text-align: left;
}.training_specialistK .learning_feedbackd::before {
    width: 8px;
}.training_specialistK::after {
    right: -10%;
    top: -30%;
    width: 50%;
}
}

@media (min-width: 992px) {.training_specialistK .learning_feedbackd {
    gap: 3rem;
    padding: 3.5rem 4rem;
}.training_specialistK .pic_itemE {
    width: 180px;
    height: 180px;
}.training_specialistK .past_workM {
    line-height: 1.8;
    font-size: calc(17px * 1.05);
}.training_specialistK .learning_feedbackd::before {
    width: 10px;
}
}

@media (min-width: 1200px) {.training_specialistK .container {
    padding: 0 2rem;
}.training_specialistK .learning_feedbackd {
    grid-template-columns: auto 1fr 3fr;
    padding: 4rem 5rem;
}.training_specialistK .pic_itemE {
    width: 200px;
    height: 200px;
}.training_specialistK .past_workM {
    padding-right: 1rem;
}.training_specialistK .learning_feedbackd > div:nth-child(2) {
    padding-right: 1rem;
}
}

@media (max-width: 767px) {.training_specialistK .learning_feedbackd > div:first-child {
    margin-bottom: 1rem;
}.training_specialistK .learning_feedbackd > div:nth-child(2) {
    margin-bottom: 1.5rem;
}}.course_beneficiariesS {
    position: relative;
    background: linear-gradient(135deg, rgb(225,233,233) 0%, rgb(191,208,208,0.5) 100%);
    padding: 5rem 2rem;
    overflow: hidden;
}.course_beneficiariesS::before {
    content: "";
    animation: rotate 20s linear infinite;
    border: 2px solid rgba(255, 255, 255, 0.1);
    transform: translate(-50%, -50%);
    height: 500px;
    left: 50%;
    border-radius: 50%;
    z-index: 1;
    width: 500px;
    top: 50%;
    position: absolute;
}.course_beneficiariesS::after {
    z-index: 1;
    border: 4px dotted rgb(191,208,208,0.5);
    position: absolute;
    animation: rotate-reverse 30s linear infinite;
    left: 50%;
    height: 800px;
    width: 800px;
    content: "";
    border-radius: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}@keyframes rotate {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes rotate-reverse {
    from { transform: translate(-50%, -50%) rotate(360deg); }
    to { transform: translate(-50%, -50%) rotate(0deg); }
}

.course_beneficiariesS .who_weareB {
    z-index: 5;
    border-radius: 29px;
    padding: 2rem;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.course_beneficiariesS .who_weareB::before {
    left: 50%;
    background: radial-gradient(circle, rgb(152,173,174,0.5) 0%, transparent 70%);
    top: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    position: absolute;
    content: "";
    z-index: -1;
    filter: blur(50px);
    height: 300px;
    animation: pulse 8s ease-in-out infinite alternate;
    border-radius: 50%;
}@keyframes pulse {
    0% { opacity: 0.3; transform: translate(-50%, -50%) scale(0.8); }
    100% { opacity: 0.7; transform: translate(-50%, -50%) scale(1.2); }
}

.course_beneficiariesS h3 {
    position: relative;
    z-index: 10;
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 4rem;
    color: #ffffff;
    text-align: center;
}.course_beneficiariesS h3::after {
    transform: translateX(-50%);
    bottom: -15px;
    width: 150px;
    height: 3px;
    box-shadow: 0 0 15px rgb(191,208,208);
    border-radius: 50px;
    left: 50%;
    animation: glow 3s infinite alternate;
    background: rgb(191,208,208);
    content: "";
    position: absolute;
}@keyframes glow {
    0% { box-shadow: 0 0 5px rgb(191,208,208); }
    100% { box-shadow: 0 0 20px rgb(191,208,208), 0 0 40px rgb(191,208,208,0.5); }
}

.course_beneficiariesS ul {
    display: grid;
    gap: 2.5rem;
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
    grid-template-columns: repeat(2, 1fr);
}.course_beneficiariesS li {
    position: relative;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    color: #ffffff;
    border-radius: 50px;
    transition: all 0.4s ease;
    overflow: hidden;
    font-size: 17px;
    display: flex;
    padding: 1.5rem 2rem;
}.course_beneficiariesS li::before {
    top: 0;
    position: absolute;
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    height: 100%;
    z-index: -1;
    width: 100%;
    content: "";
    left: 0;
}.course_beneficiariesS li::after {
    animation: data-stream 5s infinite;
    height: 150%;
    z-index: 0;
    background: rgba(255, 255, 255, 0.2);
    width: 50px;
    position: absolute;
    opacity: 0;
    transform: rotate(20deg) translateX(-150px);
    content: "";
    animation-delay: calc(var(--i, 0) * 1s);
}.course_beneficiariesS li:nth-child(1) {
    --i: 0;
}.course_beneficiariesS li:nth-child(2) {
    --i: 1;
}.course_beneficiariesS li:nth-child(3) {
    --i: 2;
}.course_beneficiariesS li:nth-child(4) {
    --i: 3;
}.course_beneficiariesS li:nth-child(5) {
    --i: 4;
}.course_beneficiariesS li:nth-child(6) {
    --i: 5;
}.course_beneficiariesS li:nth-child(7) {
    --i: 6;
}.course_beneficiariesS li:nth-child(8) {
    --i: 7;
}.course_beneficiariesS li:nth-child(9) {
    --i: 8;
}.course_beneficiariesS li:nth-child(10) {
    --i: 9;
}@keyframes data-stream {
    0% { transform: rotate(20deg) translateX(-150px); opacity: 0; }
    20% { opacity: 0.5; }
    100% { transform: rotate(20deg) translateX(500px); opacity: 0; }
}

.course_beneficiariesS li:hover {
    border-color: rgb(152,173,174);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}.course_beneficiariesS svg {
    position: relative;
    z-index: 2;
    width: 30px;
    height: 30px;
    transition: all 0.4s ease;
    margin-right: 1.5rem;
}.course_beneficiariesS svg path {
    fill: rgb(152,173,174);
    transition: all 0.4s ease;
}.course_beneficiariesS li:hover svg {
    transform: rotate(15deg);
}.course_beneficiariesS li:hover svg path {
    fill: rgb(191,208,208);
}

@media (max-width: 1200px) {.course_beneficiariesS::before {
    width: 400px;
    height: 400px;
}.course_beneficiariesS::after {
    height: 600px;
    width: 600px;
}
}

@media (max-width: 992px) {.course_beneficiariesS {
    padding: 4rem 1.5rem;
}.course_beneficiariesS ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}.course_beneficiariesS li {
    padding: 1.25rem 1.5rem;
}
}

@media (max-width: 768px) {.course_beneficiariesS {
    padding: 3.5rem 1.5rem;
}.course_beneficiariesS ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.course_beneficiariesS::before {
    height: 300px;
    width: 300px;
}.course_beneficiariesS::after {
    width: 450px;
    height: 450px;
}.course_beneficiariesS h3 {
    font-size: calc(29px * 0.9);
}
}

@media (max-width: 576px) {.course_beneficiariesS {
    padding: 3rem 1rem;
}.course_beneficiariesS .who_weareB {
    padding: 1.5rem 1rem;
}.course_beneficiariesS h3 {
    font-size: calc(29px * 0.8);
    margin-bottom: 3rem;
}.course_beneficiariesS li {
    padding: 1rem 1.25rem;
}.course_beneficiariesS svg {
    width: 25px;
    margin-right: 1rem;
    height: 25px;
}}.pricing_layouto {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.pricing_layouto::before {
    top: 0;
    left: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    content: "";
}.pricing_layouto .container {
    position: relative;
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
}.pricing_layouto .price_optionsu {
    position: relative;
}.pricing_layouto h2 {
    animation: fadeUp 0.7s ease-out 0.2s forwards;
    font-weight: 700;
    text-shadow: 0 2px 5px rgba(0,0,0,0.2);
    position: relative;
    margin-bottom: 20px;
    transform: translateY(20px);
    color: #ffffff;
    font-size: 33px;
    text-align: center;
    opacity: 0;
}.pricing_layouto h2::after {
    background: rgb(152,173,174);
    box-shadow: 0 0 10px rgb(152,173,174,0.5);
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    bottom: -15px;
    position: absolute;
    content: "";
}.pricing_layouto .learning_packageh {
    font-size: calc(17px * 1.1);
    animation: fadeUp 0.7s ease-out 0.4s forwards;
    line-height: 1.6;
    max-width: 800px;
    color: #ffffff;
    opacity: 0;
    text-align: center;
    transform: translateY(20px);
    margin: 0 auto 50px;
    letter-spacing: 0.3px;
}.pricing_layouto .training_subW {
    list-style: none;
    padding: 0;
    perspective: 1000px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin: 0;
    gap: 30px;
}.pricing_layouto .training_subW li {
    opacity: 0;
    transform: translateY(40px);
    animation: fadeUp 0.8s ease-out forwards;
    animation-delay: calc(0.5s + var(--li-index, 0) * 0.15s);
}.pricing_layouto .training_subW li:nth-child(1) {
    --li-index: 1;
}.pricing_layouto .training_subW li:nth-child(2) {
    --li-index: 2;
}.pricing_layouto .training_subW li:nth-child(3) {
    --li-index: 3;
}.pricing_layouto .training_subW li:nth-child(4) {
    --li-index: 4;
}.pricing_layouto .class_ratesg {
    transform-style: preserve-3d;
    text-decoration: none;
    display: block;
    height: 100%;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
}.pricing_layouto .class_ratesg:hover {
    transform: translateY(-10px) scale(1.02);
}.pricing_layouto .monthly_rateC {
    box-shadow: 0 15px 35px rgba(0,0,0,0.2), 
                0 5px 15px rgba(0,0,0,0.1);
    border-radius: 12px;
    padding: 40px 30px;
    transition: all 0.4s ease;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    position: relative;
    overflow: hidden;
    border-left: 1px solid rgba(255,255,255,0.2);
    border-top: 1px solid rgba(255,255,255,0.2);
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.1) 0%, 
        rgba(255,255,255,0.05) 100%);
    height: 100%;
    -webkit-backdrop-filter: blur(10px);
}.pricing_layouto .class_ratesg:hover .monthly_rateC {
    border-color: rgb(152,173,174,0.5);
    box-shadow: 0 25px 45px rgba(0,0,0,0.25), 
                0 10px 20px rgba(0,0,0,0.15);
}.pricing_layouto .monthly_rateC::before {
    position: absolute;
    content: "";
    z-index: 0;
    top: -50%;
    transform: scale(0.8);
    height: 200%;
    transition: transform 0.8s ease, opacity 0.8s ease;
    left: -50%;
    opacity: 0;
    background: radial-gradient(
        circle at center,
        rgba(rgb(152,173,174), 0.05) 0%,
        transparent 70%
    );
    width: 200%;
}.pricing_layouto .class_ratesg:hover .monthly_rateC::before {
    opacity: 1;
    transform: scale(1);
}.pricing_layouto .package_pricingG {
    position: relative;
    z-index: 2;
}.pricing_layouto .package_pricingG h4 {
    padding-bottom: 15px;
    color: #ffffff;
    margin-bottom: 15px;
    transition: transform 0.4s ease;
    font-size: calc(24px * 1.15);
    position: relative;
    font-weight: 600;
}.pricing_layouto .class_ratesg:hover .package_pricingG h4 {
    transform: translateY(-5px);
    color: rgb(152,173,174);
}.pricing_layouto .package_pricingG h4::after {
    width: 50px;
    bottom: 0;
    height: 2px;
    content: "";
    transition: width 0.4s ease;
    position: absolute;
    background: rgb(152,173,174);
    left: 0;
}.pricing_layouto .class_ratesg:hover .package_pricingG h4::after {
    width: 80px;
}.pricing_layouto .package_pricingG p {
    color: rgba(255,255,255,0.8);
    scrollbar-color: rgb(152,173,174) rgba(255,255,255,0.1);
    line-height: 1.6;
    font-size: 17px;
    padding-right: 10px;
    overflow-y: auto;
    scrollbar-width: thin;
    max-height: 150px;
    margin-bottom: 25px;
}.pricing_layouto .package_pricingG p::-webkit-scrollbar {
    width: 4px;
}.pricing_layouto .package_pricingG p::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.1);
    border-radius: 10px;
}.pricing_layouto .package_pricingG p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(152,173,174);
}.pricing_layouto .learning_feesO {
    font-size: calc(24px * 1.5);
    transition: all 0.4s ease;
    overflow: hidden;
    position: relative;
    font-weight: 700;
    display: inline-block;
    padding: 8px 20px;
    background: linear-gradient(135deg, 
        rgb(152,173,174) 0%, 
        rgb(191,208,208) 100%);
    color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}.pricing_layouto .class_ratesg:hover .learning_feesO {
    box-shadow: 0 8px 25px rgba(0,0,0,0.3);
    transform: translateY(-5px) scale(1.05);
}.pricing_layouto .learning_feesO::before {
    height: 100%;
    width: 70%;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255,255,255,0.2) 50%,
        transparent 100%
    );
    position: absolute;
    left: -100%;
    top: 0;
    transition: left 0.7s ease;
    content: "";
}.pricing_layouto .class_ratesg:hover .learning_feesO::before {
    left: 200%;
}

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

@media (min-width: 768px) {.pricing_layouto .training_subW {
    grid-template-columns: repeat(2, 1fr);
}.pricing_layouto h2 {
    font-size: calc(33px * 1.1);
}
}

@media (min-width: 992px) {.pricing_layouto {
    padding: 150px 0;
}.pricing_layouto .training_subW {
    grid-template-columns: repeat(4, 1fr);
}.pricing_layouto .monthly_rateC {
    padding: 40px 25px;
}.pricing_layouto h2 {
    font-size: calc(33px * 1.2);
    margin-bottom: 30px;
}.pricing_layouto .learning_packageh {
    margin-bottom: 70px;
}
}

@media (max-width: 767px) {.pricing_layouto {
    padding: 80px 0;
}.pricing_layouto h2 {
    font-size: calc(33px * 0.9);
}.pricing_layouto .learning_packageh {
    font-size: 17px;
    margin-bottom: 40px;
}.pricing_layouto .monthly_rateC {
    padding: 30px 20px;
}.pricing_layouto .package_pricingG p {
    max-height: 120px;
}.pricing_layouto .learning_feesO {
    padding: 6px 15px;
    font-size: calc(24px * 1.2);
}}.training_methodS {
    background: linear-gradient(165deg, rgb(225,233,233) 0%, rgb(191,208,208,0.5) 120%);
    overflow: visible;
    position: relative;
    padding: 160px 0 140px;
}.training_methodS::before {
    left: 0;
    height: 100%;
    z-index: 1;
    top: 0;
    position: absolute;
    content: '';
    background: radial-gradient(ellipse at 70% 20%, rgb(152,173,174,0.5) 0%, transparent 70%);
    opacity: 0.2;
    width: 100%;
}.training_methodS .who_weareB {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}.training_methodS .heading_frameX {
    width: 100%;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-between;
    display: flex;
}.training_methodS .heading_frameX h2 {
    width: 40%;
    font-weight: 700;
    order: 1;
    color: #ffffff;
    padding: 35px 45px;
    border-radius: 11px;
    box-shadow: -15px 20px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    margin-bottom: 0;
    transform: translateY(-30px) rotate(-2deg);
    background: rgb(191,208,208,0.5);
    z-index: 4;
    font-size: 28px;
    backdrop-filter: blur(10px);
}.training_methodS .heading_frameX p {
    background: rgba(255, 255, 255, 0.08);
    order: 2;
    backdrop-filter: blur(15px);
    padding: 40px;
    position: relative;
    transform: translateY(30px) rotate(2deg);
    font-size: 13px;
    border-radius: 11px;
    line-height: 1.8;
    z-index: 3;
    color: #ffffff;
    width: 50%;
    box-shadow: 15px 20px 40px rgba(0, 0, 0, 0.15);
}.training_methodS .heading_frameX::before {
    top: -40px;
    width: 200px;
    animation: float-rotate 20s infinite ease-in-out alternate;
    transform: rotate(-15deg);
    content: '';
    border-radius: 11px;
    opacity: 0.1;
    border: 2px solid rgb(191,208,208,0.5);
    left: 30%;
    position: absolute;
    height: 200px;
    z-index: 1;
}.training_methodS .heading_frameX::after {
    opacity: 0.2;
    background: linear-gradient(90deg, transparent, rgb(191,208,208), transparent);
    height: 3px;
    z-index: 2;
    left: 10%;
    position: absolute;
    content: '';
    bottom: -20px;
    width: 80%;
}.training_methodS .heading_frameX h2::before {
    background: rgb(191,208,208);
    position: absolute;
    left: -25px;
    opacity: 0.2;
    top: -25px;
    height: 50px;
    content: '';
    width: 50px;
    transform: rotate(45deg);
}.training_methodS .heading_frameX h2::after {
    content: '';
    height: 2px;
    bottom: 15px;
    width: 80%;
    opacity: 0.3;
    left: 10%;
    position: absolute;
    background: #ffffff;
}.training_methodS .heading_frameX p::before {
    height: 100%;
    width: 100%;
    content: '';
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 11px;
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.training_methodS .heading_frameX p::after {
    z-index: 5;
    border-radius: 50%;
    width: 30px;
    top: -15px;
    content: '';
    opacity: 0.2;
    height: 30px;
    position: absolute;
    background: rgb(152,173,174);
    right: 40px;
    animation: pulse-fade 4s infinite ease-in-out;
}.training_methodS::after {
    height: 3px;
    opacity: 0.2;
    bottom: 50px;
    z-index: 1;
    left: 0;
    width: 100%;
    content: '';
    background: linear-gradient(90deg, rgb(191,208,208,0.5), transparent, rgb(191,208,208,0.5));
    position: absolute;
}.training_methodS .who_weareB::before {
    opacity: 0.05;
    background: rgb(191,208,208);
    content: '';
    filter: blur(50px);
    height: 150px;
    border-radius: 50%;
    bottom: -75px;
    animation: pulse-subtle 10s infinite alternate;
    width: 150px;
    position: absolute;
    right: 10%;
}.training_methodS .who_weareB::after {
    border-radius: 11px;
    background: rgb(152,173,174);
    animation: float-rotate 15s infinite ease-in-out alternate;
    position: absolute;
    width: 80px;
    left: -40px;
    content: '';
    height: 80px;
    top: 20%;
    filter: blur(20px);
    opacity: 0.05;
    transform: rotate(15deg);
}

@keyframes float-rotate {
    0% {
        transform: rotate(-15deg) translateY(0);
    }
    100% {
        transform: rotate(15deg) translateY(-30px);
    }
}

@keyframes pulse-fade {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.2);
    }
}

@keyframes pulse-subtle {
    0%, 100% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.08;
        transform: scale(1.1);
    }
}

@media screen and (max-width: 1200px) {.training_methodS .heading_frameX h2 {
    width: 45%;
}.training_methodS .heading_frameX p {
    width: 45%;
}.training_methodS .heading_frameX::before {
    left: 25%;
}
}

@media screen and (max-width: 992px) {.training_methodS {
    padding: 140px 0 120px;
}.training_methodS .heading_frameX h2 {
    padding: 30px 35px;
    transform: translateY(-20px) rotate(-1deg);
}.training_methodS .heading_frameX p {
    padding: 30px 35px;
    transform: translateY(20px) rotate(1deg);
}.training_methodS .heading_frameX::before {
    top: -30px;
    width: 150px;
    height: 150px;
}.training_methodS .who_weareB::before {
    bottom: -60px;
    width: 120px;
    height: 120px;
}
}

@media screen and (max-width: 768px) {.training_methodS {
    overflow: hidden;
    padding: 120px 0 100px;
}.training_methodS .heading_frameX {
    flex-direction: column;
    align-items: center;
}.training_methodS .heading_frameX h2 {
    font-size: calc(28px * 0.9);
    width: 90%;
    transform: none;
    margin-bottom: 20px;
    order: 1;
}.training_methodS .heading_frameX p {
    transform: none;
    order: 2;
    width: 90%;
}.training_methodS .heading_frameX::before,
    .training_methodS .heading_frameX::after,
    .training_methodS::after,
    .training_methodS .who_weareB::before,
    .training_methodS .who_weareB::after {
    display: none;
}
}

@media screen and (max-width: 480px) {.training_methodS {
    padding: 100px 0 80px;
}.training_methodS .heading_frameX h2 {
    width: 100%;
    font-size: calc(28px * 0.8);
    padding: 25px;
}.training_methodS .heading_frameX p {
    width: 100%;
    font-size: calc(13px * 0.9);
    padding: 25px;
}}header {
    left: 0;
    background: linear-gradient(135deg, #000000 0%, rgb(191,208,208) 100%);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(8px);
    border-bottom: 1px solid rgb(191,208,208,0.5);
    position: fixed;
    transition: all 0.4s ease;
    width: 100%;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(8px);
}header:before {
    width: 100%;
    position: absolute;
    background-size: 200% 100%;
    height: 100%;
    pointer-events: none;
    top: 0;
    left: 0;
    content: '';
    opacity: 0.4;
    animation: shine 8s infinite linear;
    background: linear-gradient(90deg, transparent, rgb(191,208,208,0.5), transparent);
}header .header_knowB {
    width: 100%;
}header .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 20px;
}header .nav_trainp {
    justify-content: space-between;
    align-items: center;
    position: relative;
    display: flex;
}header .nav_classg {
    display: flex;
    gap: 25px;
    position: relative;
}header .nav_classg:before {
    transition: transform 0.6s ease;
    content: '';
    bottom: -8px;
    transform-origin: left;
    height: 1px;
    left: 0;
    width: 100%;
    position: absolute;
    transform: scaleX(0);
    background: linear-gradient(90deg, transparent, rgb(191,208,208), transparent);
}header .nav_classg:hover:before {
    transform: scaleX(1);
}header .site_mainb {
    padding: 8px 0;
    text-decoration: none;
    font-size: 18px;
    letter-spacing: 0.5px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.4s ease;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-weight: 400;
}header .site_mainb:after {
    bottom: 0;
    left: 0;
    content: '';
    transform-origin: right;
    position: absolute;
    width: 100%;
    height: 2px;
    background: rgb(191,208,208);
    transform: scaleX(0);
    transition: transform 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
}header .site_mainb:before {
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    background: rgb(191,208,208);
    content: '';
    opacity: 0;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    transition: all 0.3s ease;
}header .site_mainb:hover {
    text-shadow: 0 0 8px rgb(191,208,208,0.5);
    color: rgb(191,208,208);
}header .site_mainb:hover:after {
    transform: scaleX(1);
    transform-origin: left;
}header .site_mainb:hover:before {
    opacity: 1;
}header .top_mainK {
    text-decoration: none;
    align-items: center;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
}header .top_mainK svg {
    filter: drop-shadow(0 0 4px rgb(191,208,208,0.5));
    width: auto;
    height: 40px;
    transition: transform 0.5s ease;
}header .top_mainK:hover svg {
    transform: scale(1.05);
}header .top_mainK:after {
    bottom: -8px;
    left: 50%;
    position: absolute;
    background: rgb(191,208,208);
    content: '';
    transform: translateX(-50%);
    width: 0;
    transition: width 0.4s ease;
    height: 1px;
}header .top_mainK:hover:after {
    width: 100%;
}

@keyframes shine {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

@keyframes pulse {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
    }
}

@media (max-width: 991px) {header .container {
    padding: 12px 15px;
}header .nav_classg {
    gap: 15px;
}header .site_mainb {
    font-size: calc(18px - 1px);
}header .top_mainK svg {
    height: 35px;
}
}

@media (max-width: 767px) {header .nav_classg {
    top: 0;
    width: 80%;
    padding: 80px 30px 30px;
    position: fixed;
    height: 100vh;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
    transition: right 0.4s ease;
    right: -100%;
    z-index: 1001;
    flex-direction: column;
    gap: 20px;
    background: #000000;
    max-width: 300px;
    overflow-y: auto;
}header .menu.active {
    right: 0;
}header .site_mainb {
    border-bottom: 1px solid rgb(191,208,208,0.5);
    padding: 10px 5px;
    width: 100%;
}header .nav_classg:before {
    display: none;
}header .top_mainK {
    margin-left: auto;
    margin-right: auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 10px;
}header .top_mainK svg {
    height: 30px;
}}footer {
    position: relative;
    width: 100%;
}.footer_classess {
    padding: 100px 0 30px;
    position: relative;
    color: #000000;
    font-family: Arial, sans-serif;
    background-color: rgb(225,233,233);
}.footer_classess::before {
    background-color: rgb(191,208,208,0.5);
    top: 0;
    width: 100%;
    height: 120px;
    position: absolute;
    left: 0;
    content: "";
    background-size: 100px 100px;
    background: 
        linear-gradient(135deg, rgb(225,233,233) 25%, transparent 25%) -50px 0,
        linear-gradient(225deg, rgb(225,233,233) 25%, transparent 25%) -50px 0,
        linear-gradient(315deg, rgb(225,233,233) 25%, transparent 25%),
        linear-gradient(45deg, rgb(225,233,233) 25%, transparent 25%);
}footer .citationX {
    margin-top: -70px;
    z-index: 1;
    position: relative;
}footer .contact_widgeth {
    border-radius: 19px;
    transform: translateY(-30px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    justify-content: space-between;
    display: flex;
    z-index: 2;
    background-color: #ffffff;
    padding: 25px;
    position: relative;
    flex-wrap: wrap;
    margin-bottom: 60px;
}footer .info_item {
    background-color: rgb(225,233,233);
    flex: 1 1 200px;
    margin: 10px;
    position: relative;
    border-radius: 10px;
    transition: all 0.3s ease;
    padding: 10px 15px;
}footer .info_item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
}footer .info_item::before {
    border-radius: 3px 0 0 3px;
    height: 100%;
    background-color: rgb(191,208,208);
    content: "";
    position: absolute;
    transition: opacity 0.3s ease;
    top: 0;
    width: 3px;
    left: 0;
    opacity: 0;
}footer .info_item:hover::before {
    opacity: 1;
}footer .info_item svg {
    height: 20px;
    width: 20px;
    margin-right: 10px;
    fill: rgb(191,208,208);
    vertical-align: middle;
}footer .info_item p,
footer .info_item a {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    color: #000000;
    transition: color 0.3s ease;
    font-size: 15px;
}footer .info_item a:hover {
    color: rgb(191,208,208);
}footer .text_main_holder {
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
    gap: 30px;
}footer .text_main_holder::before {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
    left: 0;
    position: absolute;
    top: -40px;
    content: "";
    z-index: -1;
    height: calc(100% + 80px);
    border-radius: 19px;
    width: 100%;
}footer .nav_sectionp {
    padding: 0 30px;
    position: relative;
}footer .nav_sectionp::after {
    content: "";
    right: 30px;
    background: linear-gradient(90deg, rgb(191,208,208), transparent);
    position: absolute;
    bottom: -15px;
    height: 1px;
    left: 30px;
}footer .nav_sectionp svg {
    margin-bottom: 15px;
    height: 45px;
    width: auto;
}footer .sustain_ctag {
    line-height: 1.6;
    max-width: 330px;
    font-size: 12px;
    color: #000000;
}footer .nav_classg {
    position: relative;
    padding: 30px;
    margin-right: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    margin-top: -10px;
    background-color: rgb(225,233,233);
    z-index: 1;
    border-radius: 19px;
    margin-left: 20px;
}footer .nav_classg h5 {
    font-weight: 600;
    display: inline-block;
    color: #000000;
    margin-bottom: 20px;
    font-size: 21px;
    position: relative;
}footer .nav_classg h5::after {
    height: 2px;
    position: absolute;
    width: 50px;
    bottom: -7px;
    background-color: rgb(191,208,208);
    content: "";
    left: 0;
}footer .top_infoG {
    gap: 10px;
    margin-bottom: 20px;
    grid-template-columns: 1fr;
    display: grid;
}footer .top_infoG a {
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    position: relative;
    padding: 8px 0;
    color: #000000;
    font-size: 15px;
}footer .top_infoG a::after {
    left: 0;
    position: absolute;
    width: 0;
    content: "";
    transition: width 0.3s ease;
    height: 2px;
    background-color: rgb(191,208,208);
    bottom: 5px;
}footer .top_infoG a:hover {
    color: rgb(191,208,208);
    transform: translateX(5px);
}footer .top_infoG a:hover::after {
    width: 100%;
}footer .subscribe_holder {
    margin-right: 40px;
    padding: 30px;
    margin-top: -10px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    z-index: 0;
    margin-left: 40px;
    background-color: rgb(191,208,208);
    position: relative;
    border-radius: 19px;
    color: #ffffff;
}footer .subscribe_holder::before {
    background-color: rgb(191,208,208);
    right: 30px;
    top: -15px;
    content: "";
    z-index: -1;
    height: 30px;
    transform: rotate(45deg);
    position: absolute;
    width: 30px;
}footer .subscribe_holder h5 {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 21px;
}footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 25px;
}footer .input_holder {
    display: flex;
    gap: 15px;
    position: relative;
    flex-direction: column;
}footer .input_holder input[type="email"] {
    border: none;
    padding: 14px 16px;
    transition: background-color 0.3s ease;
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    color: #000000;
    border-radius: 10px;
}footer .input_holder input[type="email"]:focus {
    background-color: #ffffff;
    outline: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
}footer .updates_itemW {
    font-weight: 600;
    padding: 14px 20px;
    color: #ffffff;
    border: none;
    transition: all 0.3s ease;
    background-color: #000000;
    cursor: pointer;
    border-radius: 10px;
    font-size: 18px;
}footer .updates_itemW:hover {
    transform: translateY(-3px);
    background-color: rgb(152,173,174);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}footer .youtube_chanY {
    margin-top: 60px;
    position: relative;
    text-align: center;
    z-index: 1;
}footer .netiquetteo {
    font-size: 12px;
    background-color: #ffffff;
    border-radius: 30px;
    color: #000000;
    padding: 8px 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    display: inline-block;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
}footer .top_infoG {
    grid-template-columns: 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .updates_itemW {
    white-space: nowrap;
}
}

@media (min-width: 992px) {footer .nav_classg {
    margin-top: 0;
}footer .subscribe_holder {
    margin-top: 0;
}
}

@media (max-width: 991px) {footer .text_main_holder {
    gap: 50px;
}
}

@media (max-width: 767px) {footer .footer_classess {
    padding: 80px 0 30px;
}footer .contact_widgeth {
    padding: 20px;
    justify-content: center;
}footer .info_item {
    width: 100%;
}footer .nav_classg, footer .subscribe_holder {
    margin-left: 10px;
    margin-right: 10px;
    padding: 25px 20px;
}footer .youtube_chanY {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .footer_classess {
    padding: 60px 0 20px;
}footer .contact_widgeth {
    transform: translateY(-20px);
    padding: 15px;
    margin-bottom: 40px;
}footer .text_main_holder::before {
    height: calc(100% + 60px);
    top: -30px;
}footer .nav_sectionp {
    padding: 0 20px;
}footer .nav_sectionp::after {
    right: 20px;
    left: 20px;
}footer .nav_classg h5, footer .subscribe_holder h5 {
    font-size: calc(21px - 2px);
}footer .top_infoG a {
    padding: 6px 0;
}footer .input_holder input[type="email"],
    footer .updates_itemW {
    padding: 12px 15px;
}}.help_centerC {
    perspective: 1000px;
    padding: 120px 0;
    z-index: 1;
    background: rgb(225,233,233);
    position: relative;
    overflow: hidden;
}.help_centerC::before {
    perspective: 1000px;
    transform-origin: top;
    content: '';
    z-index: -2;
    animation: perspectiveGrid 30s linear infinite;
    background-image: 
        linear-gradient(rgb(191,208,208,0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgb(191,208,208,0.5) 1px, transparent 1px);
    transform: rotateX(60deg) translateZ(-100px);
    background-size: 20px 20px;
    opacity: 0.2;
    position: absolute;
    inset: 0;
}@keyframes perspectiveGrid {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 20px;
    }
}

.help_centerC::after {
    inset: 0;
    z-index: -1;
    content: '';
    background: 
        radial-gradient(circle at 20% 20%, rgb(191,208,208,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgb(152,173,174,0.5) 0%, transparent 40%);
    position: absolute;
    opacity: 0.3;
    filter: blur(50px);
}.help_centerC .container {
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
}.help_centerC .chat_formv {
    position: relative;
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    backdrop-filter: blur(5px);
    border-radius: 0;
    clip-path: polygon(
        0 5%, 5% 0, 95% 0, 100% 5%,
        100% 95%, 95% 100%, 5% 100%, 0 95%
    );
    background: #ffffff;
    z-index: 2;
    overflow: hidden;
    padding: 60px;
}.help_centerC .chat_formv::before {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    opacity: 0.3;
    background: 
        repeating-conic-gradient(
            from 0deg,
            transparent 0deg 10deg,
            rgba(0, 0, 0, 0.01) 10deg 20deg
        ),
        repeating-conic-gradient(
            from 5deg,
            transparent 0deg 10deg,
            rgba(0, 0, 0, 0.02) 10deg 20deg
        );
    z-index: -1;
    top: 0;
    height: 100%;
}.help_centerC .chat_formv::after {
    opacity: 0.05;
    background-image: 
        linear-gradient(45deg, transparent 25%, rgb(225,233,233) 25%, rgb(225,233,233) 26%, transparent 26%, transparent 75%, rgb(225,233,233) 75%, rgb(225,233,233) 76%, transparent 76%),
        linear-gradient(-45deg, transparent 25%, rgb(225,233,233) 25%, rgb(225,233,233) 26%, transparent 26%, transparent 75%, rgb(225,233,233) 75%, rgb(225,233,233) 76%, transparent 76%);
    position: absolute;
    height: 100%;
    background-size: 60px 60px;
    content: '';
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
}.help_centerC h3 {
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-size: 32px;
    color: rgb(191,208,208);
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-bottom: 40px;
}.help_centerC h3::before {
    height: 2px;
    left: 0;
    width: 100%;
    bottom: 0;
    position: absolute;
    background: linear-gradient(to right, rgb(191,208,208), transparent);
    content: '';
}.help_centerC .ask_questionx {
    clip-path: polygon(
        0 0, 98% 0, 100% 15px,
        100% 100%, 2% 100%, 0 calc(100% - 15px)
    );
    line-height: 1.8;
    position: relative;
    margin-bottom: 50px;
    padding: 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    background: rgb(225,233,233);
    border-radius: 0;
    font-size: 13px;
    color: #000000;
}.help_centerC .ask_questionx::before {
    left: 0;
    width: 3px;
    background: rgb(191,208,208);
    height: 100%;
    top: 0;
    content: '';
    position: absolute;
}.help_centerC .request_infoY {
    display: grid;
    position: relative;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
}.help_centerC .request_infoY::before {
    height: 1px;
    position: absolute;
    width: 100%;
    background: repeating-linear-gradient(
        to right,
        rgb(191,208,208) 0,
        rgb(191,208,208) 8px,
        transparent 8px,
        transparent 16px
    );
    content: '';
    top: -25px;
    left: 0;
}.help_centerC .request_infoY span {
    background: #ffffff;
    clip-path: polygon(
        0 0, 90% 0, 100% 10%, 
        100% 100%, 10% 100%, 0 90%
    );
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    flex-direction: column;
    position: relative;
    backdrop-filter: blur(5px);
    z-index: 1;
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 25px;
    display: flex;
}.help_centerC .request_infoY span::before {
    transition: opacity 0.3s ease;
    background: linear-gradient(135deg, transparent 0%, rgb(225,233,233) 100%);
    opacity: 0.5;
    position: absolute;
    content: '';
    z-index: -1;
    inset: 0;
}.help_centerC .request_infoY span::after {
    z-index: -2;
    transition: opacity 0.5s ease;
    height: 200%;
    background: radial-gradient(
        circle at center,
        rgb(191,208,208,0.5) 0%,
        transparent 70%
    );
    opacity: 0;
    width: 200%;
    left: -50%;
    content: '';
    top: -50%;
    position: absolute;
    transform: scale(0.5);
}.help_centerC .request_infoY span:hover {
    border-color: transparent;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgb(191,208,208,0.5);
    transform: translateY(-10px) scale(1.03);
}.help_centerC .request_infoY span:hover::before {
    opacity: 0.2;
}.help_centerC .request_infoY span:hover::after {
    transform: scale(1);
    opacity: 0.3;
}.help_centerC .request_infoY span p {
    position: relative;
    font-weight: 600;
    align-items: center;
    margin-bottom: 10px;
    display: flex;
    font-size: 13px;
    color: #000000;
    z-index: 2;
}.help_centerC .request_infoY span p::before {
    content: '';
    height: 8px;
    background: rgb(191,208,208);
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
    width: 8px;
    display: inline-block;
    margin-right: 10px;
}.help_centerC .request_infoY span svg {
    transition: transform 0.3s ease, fill 0.3s ease;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    stroke: rgb(191,208,208);
    stroke-width: 1;
    fill: rgb(191,208,208);
}.help_centerC .request_infoY span:hover svg {
    fill: rgb(152,173,174);
    transform: scale(1.2);
}.help_centerC .request_infoY span svg path {
    stroke-dasharray: 100;
    transition: fill 0.3s ease, stroke 0.3s ease;
    stroke-dashoffset: 0;
}.help_centerC .request_infoY span:hover svg path {
    animation: dashAnimation 1.5s ease forwards;
    stroke-dashoffset: 100;
}@keyframes dashAnimation {
    from {
        stroke-dashoffset: 100;
    }
    to {
        stroke-dashoffset: 0;
    }
}

.help_centerC .request_infoY span span {
    backdrop-filter: none;
    border: none;
    background: transparent;
    margin: 0;
    padding: 0;
    transform: none;
    box-shadow: none;
    clip-path: none;
    display: inline;
}.help_centerC .request_infoY span span::before,
.help_centerC .request_infoY span span::after {
    display: none;
}.help_centerC .request_infoY span span a {
    font-weight: 600;
    background-repeat: no-repeat;
    background-image: linear-gradient(
        transparent calc(100% - 2px),
        rgb(191,208,208) calc(100% - 2px),
        rgb(191,208,208) 100%
    );
    padding: 5px 0;
    text-decoration: none;
    color: rgb(191,208,208);
    position: relative;
    transition: background-size 0.3s ease;
    transition: all 0.3s ease;
    z-index: 2;
    background-size: 0% 100%;
    display: inline-block;
}.help_centerC .request_infoY span span a svg {
    width: 16px;
    fill: currentColor;
    height: 16px;
    vertical-align: middle;
    transform-origin: center;
    margin-right: 5px;
    stroke-width: 0.5;
    stroke: currentColor;
}.help_centerC .get_helpdeskH {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    margin-top: 40px;
    padding: 35px;
    overflow: hidden;
    grid-column: 1 / -1;
    position: relative;
    background: rgb(225,233,233);
}.help_centerC .get_helpdeskH::before {
    top: 0;
    content: '';
    left: 0;
    position: absolute;
    width: 100%;
    background-image: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0, 0, 0, 0.02) 10px, rgba(0, 0, 0, 0.02) 20px);
    height: 100%;
    z-index: -1;
}.help_centerC .get_helpdeskH::after {
    content: '';
    position: absolute;
    right: 0;
    border-style: solid;
    width: 0;
    border-color: transparent rgb(191,208,208,0.5) transparent transparent;
    border-width: 0 50px 50px 0;
    height: 0;
    top: 0;
}.help_centerC .get_helpdeskH h4 {
    font-weight: 700;
    margin-bottom: 25px;
    color: rgb(191,208,208);
    letter-spacing: 1px;
    font-size: 19px;
    text-transform: uppercase;
    padding-left: 15px;
    display: inline-block;
    position: relative;
}.help_centerC .get_helpdeskH h4::before {
    position: absolute;
    transform: translateY(-50%);
    width: 5px;
    top: 50%;
    background: rgb(191,208,208);
    left: 0;
    clip-path: polygon(0 0, 100% 25%, 100% 75%, 0 100%);
    height: 20px;
    content: '';
}.help_centerC .get_helpdeskH h4 svg {
    margin-right: 8px;
    stroke: rgb(191,208,208);
    vertical-align: middle;
    fill: rgb(191,208,208);
    stroke-width: 1;
    width: 22px;
    height: 22px;
    animation: rotateIcon 6s linear infinite;
}@keyframes rotateIcon {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(90deg);
    }
    50% {
        transform: rotate(180deg);
    }
    75% {
        transform: rotate(270deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.help_centerC .get_helpdeskH span {
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    display: block;
    padding: 12px 15px;
    margin-bottom: 12px;
    background: rgba(255, 255, 255, 0.7);
    position: relative;
    transform-origin: left;
    clip-path: polygon(
        0 0, 100% 0, 100% 100%, 
        15px 100%, 0 calc(100% - 15px)
    );
}.help_centerC .get_helpdeskH span::before {
    position: absolute;
    transform-origin: top;
    top: 0;
    transition: transform 0.3s ease;
    width: 3px;
    transform: scaleY(0);
    height: 100%;
    left: 0;
    background: rgb(152,173,174);
    content: '';
}.help_centerC .get_helpdeskH span:hover {
    background: rgba(255, 255, 255, 0.9);
    transform: translateX(15px) scale(1.02);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}.help_centerC .get_helpdeskH span:hover::before {
    transform: scaleY(1);
}.help_centerC .get_helpdeskH span svg {
    stroke: rgb(191,208,208);
    vertical-align: middle;
    transition: all 0.3s ease;
    height: 18px;
    fill: rgb(152,173,174);
    width: 18px;
    margin-right: 8px;
    stroke-width: 0.5;
    opacity: 0.8;
}.help_centerC .get_helpdeskH span:hover svg {
    opacity: 1;
    transform: scale(1.1);
    fill: rgb(191,208,208);
}.help_centerC .get_helpdeskH span svg path {
    stroke-dashoffset: 50;
    transition: all 0.5s ease;
    stroke-dasharray: 50;
    fill-opacity: 0.7;
}.help_centerC .get_helpdeskH span:hover svg path {
    stroke-dashoffset: 0;
    fill-opacity: 1;
}

@media (max-width: 991px) {.help_centerC {
    padding: 80px 0;
}.help_centerC .chat_formv {
    padding: 40px;
    clip-path: polygon(
            0 3%, 3% 0, 97% 0, 100% 3%,
            100% 97%, 97% 100%, 3% 100%, 0 97%
        );
}.help_centerC h3 {
    font-size: calc(32px - 0.2rem);
}.help_centerC .request_infoY {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.help_centerC .ask_questionx {
    padding: 20px;
}.help_centerC .request_infoY span svg {
    height: 18px;
    width: 18px;
}
}

@media (max-width: 767px) {.help_centerC {
    padding: 60px 0;
}.help_centerC .chat_formv {
    padding: 30px;
    clip-path: polygon(
            0 2%, 2% 0, 98% 0, 100% 2%,
            100% 98%, 98% 100%, 2% 100%, 0 98%
        );
}.help_centerC h3 {
    font-size: calc(32px - 0.3rem);
    margin-bottom: 30px;
}.help_centerC .ask_questionx {
    padding: 15px;
    margin-bottom: 35px;
}.help_centerC .request_infoY {
    gap: 20px;
    grid-template-columns: 1fr;
}.help_centerC .get_helpdeskH {
    padding: 25px;
}.help_centerC .get_helpdeskH svg {
    width: 16px;
    height: 16px;
}
}

@media (max-width: 480px) {.help_centerC {
    padding: 40px 0;
}.help_centerC .container {
    padding: 0 15px;
}.help_centerC .chat_formv {
    padding: 25px 20px;
    clip-path: polygon(
            0 1%, 1% 0, 99% 0, 100% 1%,
            100% 99%, 99% 100%, 1% 100%, 0 99%
        );
}.help_centerC h3 {
    margin-bottom: 25px;
    font-size: calc(32px - 0.4rem);
}.help_centerC .ask_questionx {
    margin-bottom: 30px;
    padding: 15px;
}.help_centerC .request_infoY span {
    padding: 20px;
}.help_centerC .get_helpdeskH {
    padding: 20px;
    margin-top: 25px;
}.help_centerC .request_infoY span svg,
    .help_centerC .get_helpdeskH span svg {
    width: 16px;
    margin-right: 5px;
    height: 16px;
}}.opening_boardl {
    overflow: hidden;
    position: relative;
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(225,233,233), rgba(0, 0, 0, 0.5));
}.opening_boardl > div {
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.opening_boardl .skill_trackv {
    transform: translateZ(0);
    perspective: 1000px;
    position: relative;
    margin-bottom: 40px;
}.opening_boardl .skill_trackv::before {
    transform-origin: left;
    background: rgb(191,208,208);
    left: 0;
    top: -10px;
    height: 4px;
    width: 80px;
    content: "";
    position: absolute;
    animation: lineExpand 1.2s ease-out forwards;
    transform: scaleX(0);
}.opening_boardl .start_pageW {
    font-size: 47px;
    font-weight: 700;
    opacity: 0;
    transform: translateY(20px);
    margin: 0;
    position: relative;
    animation: fadeUp 0.8s ease-out forwards 0.3s;
    padding: 0;
    display: inline-block;
    color: #ffffff;
}.opening_boardl .start_pageW::after {
    right: 0;
    bottom: -10px;
    width: 40%;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgb(152,173,174));
    content: "";
    position: absolute;
}.opening_boardl .edu_entryr {
    border-radius: 10px;
    animation: fadeUp 0.8s ease-out forwards 0.6s;
    position: relative;
    opacity: 0;
    transform: translateY(20px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}.opening_boardl .edu_entryr::before {
    content: "";
    top: 0;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8));
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
}.opening_boardl .edu_entryr > div {
    flex-direction: column;
    position: relative;
    justify-content: center;
    z-index: 2;
    display: flex;
    min-height: 400px;
    padding: 60px 40px;
}.opening_boardl .edu_entryr p {
    margin: 0 0 30px;
    font-size: calc(13px * 1.2);
    line-height: 1.6;
    animation: fadeRight 0.8s ease-out forwards 0.9s;
    font-weight: 400;
    color: #ffffff;
    opacity: 0;
    position: relative;
    max-width: 80%;
    transform: translateX(-20px);
}.opening_boardl .edu_entryr p::before {
    background: rgb(191,208,208);
    width: 3px;
    height: 0;
    animation: lineGrow 1s ease-out forwards 1.2s;
    top: 50%;
    left: -20px;
    position: absolute;
    content: "";
}.opening_boardl .edu_entryr h3 {
    background: rgb(191,208,208,0.5);
    font-size: 19px;
    color: #ffffff;
    padding: 20px;
    margin: 10px 0 0;
    opacity: 0;
    clip-path: polygon(0 0, 100% 0, 96% 100%, 0 100%);
    border-left: 4px solid rgb(152,173,174);
    font-weight: 600;
    animation: fadeRight 0.8s ease-out forwards 1.2s;
    line-height: 1.5;
    max-width: 800px;
    transform: translateX(-20px);
}

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

@keyframes fadeRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes lineExpand {
  to {
    transform: scaleX(1);
  }
}

@keyframes lineGrow {
  to {
    height: 80%;
    top: 10%;
  }
}

@media (min-width: 992px) {.opening_boardl {
    padding: 120px 0;
}.opening_boardl .start_pageW {
    font-size: calc(47px * 1.2);
    max-width: 70%;
}.opening_boardl .edu_entryr > div {
    padding: 80px 60px;
    min-height: 500px;
}.opening_boardl .edu_entryr p {
    font-size: calc(13px * 1.4);
    max-width: 60%;
}.opening_boardl .edu_entryr h3 {
    max-width: 70%;
    font-size: calc(19px * 1.1);
    margin-top: 30px;
}
}

@media (max-width: 768px) {.opening_boardl {
    padding: 60px 0;
}.opening_boardl .skill_trackv {
    margin-bottom: 30px;
}.opening_boardl .start_pageW {
    font-size: calc(47px * 0.9);
}.opening_boardl .edu_entryr > div {
    min-height: 350px;
    padding: 40px 30px;
}.opening_boardl .edu_entryr p {
    font-size: 13px;
    max-width: 100%;
}.opening_boardl .edu_entryr h3 {
    padding: 15px;
    font-size: 20px;
    max-width: 100%;
}
}

@media (max-width: 576px) {.opening_boardl {
    padding: 40px 0;
}.opening_boardl .skill_trackv {
    margin-bottom: 20px;
}.opening_boardl .start_pageW {
    font-size: calc(47px * 0.8);
}.opening_boardl .edu_entryr > div {
    min-height: 300px;
    padding: 30px 20px;
}.opening_boardl .edu_entryr p {
    margin-bottom: 20px;
}.opening_boardl .edu_entryr h3 {
    padding: 12px;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0 100%);
}}.our_teamn {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.our_teamn::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    left: 0;
    background: linear-gradient(135deg, rgb(191,208,208,0.5), rgba(0, 0, 0, 0.5) 70%);
}.our_teamn::after {
    position: absolute;
    top: -50%;
    z-index: 0;
    filter: blur(80px);
    right: -20%;
    content: "";
    background: rgb(152,173,174,0.5);
    height: 200%;
    width: 80%;
    transform: rotate(-15deg);
    opacity: 0.5;
}.our_teamn .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}.our_teamn .heading_frameX {
    padding: 45px 55px;
    border-left: 4px solid rgb(191,208,208);
    transform: perspective(1000px) rotateY(-2deg);
    background: linear-gradient(145deg, rgba(255,255,255,0.15), rgba(255,255,255,0.05));
    backdrop-filter: blur(10px);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25), 
              0 8px 22px -6px rgba(0,0,0,0.22),
              0 1px 3px rgba(255,255,255,0.1) inset;
}.our_teamn .heading_frameX:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
}.our_teamn h5 {
    color: #ffffff;
    position: relative;
    transition: transform 0.4s ease-out;
    display: inline-block;
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 700;
    transform: translateX(0);
}.our_teamn h5::after {
    height: 2px;
    content: "";
    left: 0;
    background: rgb(191,208,208);
    transition: width 0.4s ease-out;
    bottom: -8px;
    width: 0;
    position: absolute;
}.our_teamn .heading_frameX:hover h5 {
    transform: translateX(5px);
}.our_teamn .heading_frameX:hover h5::after {
    width: 100%;
}.our_teamn p {
    letter-spacing: 0.5px;
    color: #ffffff;
    font-size: calc(17px * 1.2);
    font-weight: 400;
    margin-bottom: 25px;
}.our_teamn p b {
    color: rgb(191,208,208);
    transform: translateY(0);
    letter-spacing: 1px;
    display: inline-block;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
    font-size: calc(17px * 1.6);
    font-weight: 700;
}.our_teamn .heading_frameX:hover p b {
    transform: translateY(-5px);
}.our_teamn ol {
    list-style-type: none;
    margin: 0;
    padding-left: 25px;
    counter-reset: item;
}.our_teamn ol li {
    margin-bottom: 15px;
    color: #ffffff;
    padding-left: 15px;
    font-weight: 400;
    font-size: 17px;
    position: relative;
    line-height: 1.8;
    text-align: justify;
}.our_teamn ol li::before {
    transform: scale(0.8);
    top: 12px;
    content: "";
    position: absolute;
    left: -25px;
    box-shadow: 0 0 15px rgb(191,208,208);
    width: 8px;
    background: rgb(191,208,208);
    height: 8px;
    transition: transform 0.3s ease;
    border-radius: 50%;
}.our_teamn .heading_frameX:hover ol li::before {
    transform: scale(1.2);
}.our_teamn .heading_frameX div:nth-child(1),
.our_teamn .heading_frameX div:nth-child(2) {
    transition: transform 0.5s ease, opacity 0.5s ease;
    opacity: 1;
    transform: translateY(0);
}.our_teamn .heading_frameX:hover div:nth-child(1) {
    transform: translateY(-5px);
}.our_teamn .heading_frameX:hover div:nth-child(2) {
    transform: translateY(-3px);
}

@media (max-width: 992px) {.our_teamn {
    padding: 90px 0;
}.our_teamn .heading_frameX {
    padding: 35px 40px;
    transform: perspective(1000px) rotateY(0deg);
}.our_teamn p b {
    font-size: calc(17px * 1.4);
}
}

@media (max-width: 768px) {.our_teamn {
    padding: 70px 0;
}.our_teamn .heading_frameX {
    padding: 30px;
    border-left-width: 3px;
}.our_teamn h5 {
    font-size: calc(22px * 0.9);
}.our_teamn p b {
    font-size: calc(17px * 1.3);
}.our_teamn ol li {
    line-height: 1.7;
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 576px) {.our_teamn {
    padding: 60px 0;
}.our_teamn .heading_frameX {
    padding: 25px 20px;
    border-left-width: 2px;
}.our_teamn h5 {
    font-size: calc(22px * 0.85);
}.our_teamn p b {
    font-size: calc(17px * 1.2);
}.our_teamn ol li {
    padding-left: 10px;
    font-size: calc(17px * 0.9);
    line-height: 1.6;
}.our_teamn ol li::before {
    left: -20px;
    height: 6px;
    width: 6px;
}}.contact_panely {
    position: relative;
    overflow: hidden;
    background: linear-gradient(
        -45deg, 
        rgb(225,233,233) 0%, 
        rgb(152,173,174,0.5) 100%
    );
    padding: 6rem 0;
}.contact_panely .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1rem;
}.contact_panely .request_panelq {
    box-shadow: 0 25px 50px rgb(191,208,208,0.5);
    align-items: stretch;
    display: flex;
    position: relative;
    border-radius: 17px;
    background: rgb(152,173,174,0.5);
    overflow: hidden;
}.contact_panely .pic_itemE {
    z-index: 2;
    transform: skew(-10deg);
    margin-left: -5%;
    min-height: 600px;
    flex: 0 0 45%;
    position: relative;
}.contact_panely .pic_itemE::before {
    height: 100%;
    top: 0;
    z-index: 1;
    width: 120%;
    opacity: 0.7;
    transform: skew(10deg);
    background: linear-gradient(
        135deg, 
        rgb(191,208,208,0.5) 0%, 
        rgb(152,173,174,0.5) 100%
    );
    left: 0;
    content: '';
    position: absolute;
}.contact_panely .feedback_sectionu {
    padding: 4rem 3rem 4rem 10%;
    flex-direction: column;
    display: flex;
    flex: 0 0 55%;
    justify-content: center;
    z-index: 3;
    position: relative;
}.contact_panely h2 {
    margin-bottom: 2.5rem;
    padding-left: 2rem;
    font-size: 44px;
    color: #ffffff;
    font-weight: 700;
    text-align: left;
    position: relative;
}.contact_panely h2::before {
    width: 1rem;
    box-shadow: 0 0 15px rgb(191,208,208,0.5);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    height: 1rem;
    content: '';
    left: 0;
    background: rgb(191,208,208);
    position: absolute;
}.contact_panely .feedback_sectionu h3 {
    color: #ffffff;
    font-size: 38px;
    position: relative;
    padding-bottom: 1rem;
    font-weight: 600;
    margin-bottom: 2rem;
}.contact_panely .feedback_sectionu h3::after {
    background: rgb(191,208,208);
    height: 3px;
    content: '';
    left: 0;
    width: 50px;
    bottom: 0;
    position: absolute;
}.contact_panely .feedback_sectionu form {
    display: grid;
    gap: 1.5rem;
}.contact_panely .feedback_sectionu input:not([type="checkbox"]):not([type="submit"]) {
    border-radius: 10px;
    border: 1px solid rgb(191,208,208,0.5);
    width: 100%;
    background: rgb(152,173,174,0.5);
    font-size: 18px;
    position: relative;
    outline: none;
    color: #ffffff;
    transition: all 0.3s ease;
    padding: 1rem 1.5rem;
}.contact_panely .feedback_sectionu input:not([type="checkbox"]):not([type="submit"])::after {
    height: 2px;
    width: 0;
    left: 0;
    transition: width 0.3s ease;
    background: rgb(191,208,208);
    bottom: -2px;
    position: absolute;
    content: '';
}.contact_panely .feedback_sectionu input:not([type="checkbox"]):not([type="submit"]):focus {
    border-color: rgb(191,208,208);
    box-shadow: 0 0 15px rgb(191,208,208,0.5);
}.contact_panely .feedback_sectionu input:not([type="checkbox"]):not([type="submit"]):focus::after {
    width: 100%;
}.contact_panely .feedback_sectionu .query_boxO {
    gap: 1rem;
    align-items: center;
    display: flex;
}.contact_panely .feedback_sectionu .query_boxO input[type="checkbox"] {
    border: 2px solid rgb(191,208,208,0.5);
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 10px;
    width: 22px;
    height: 22px;
    background: rgb(152,173,174,0.5);
    appearance: none;
}.contact_panely .feedback_sectionu .query_boxO input[type="checkbox"]:checked {
    border-color: rgb(191,208,208);
    background: rgb(191,208,208);
}.contact_panely .feedback_sectionu .query_boxO input[type="checkbox"]:checked::after {
    font-size: 0.8rem;
    color: #ffffff;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    content: '✔';
}.contact_panely .feedback_sectionu .query_boxO label {
    align-items: center;
    color: #ffffff;
    display: flex;
    font-size: 18px;
}.contact_panely .feedback_sectionu .query_boxO a {
    transition: color 0.3s ease;
    margin-left: 0.3rem;
    text-decoration: none;
    color: rgb(191,208,208);
}.contact_panely .feedback_sectionu .query_boxO a:hover {
    text-decoration: underline;
}.contact_panely .feedback_sectionu .contact_feedbackR {
    text-transform: uppercase;
    overflow: hidden;
    transition: all 0.3s ease;
    color: #ffffff;
    border-radius: 10px;
    position: relative;
    padding: 1rem;
    font-size: 15px;
    cursor: pointer;
    background: rgb(191,208,208);
    font-weight: 600;
    border: none;
    width: 100%;
}.contact_panely .feedback_sectionu .contact_feedbackR::before {
    content: '';
    background: linear-gradient(
        135deg, 
        transparent, 
        rgb(191,208,208,0.5), 
        transparent
    );
    top: -50%;
    height: 200%;
    width: 200%;
    position: absolute;
    transform: rotate(-45deg);
    opacity: 0;
    left: -50%;
    transition: all 0.5s ease;
}.contact_panely .feedback_sectionu .contact_feedbackR:hover::before {
    opacity: 1;
}.contact_panely .feedback_sectionu .contact_feedbackR:hover {
    box-shadow: 0 10px 20px rgb(191,208,208,0.5);
    transform: translateY(-3px);
}

@media screen and (max-width: 1200px) {.contact_panely .pic_itemE {
    margin-left: -3%;
}
}

@media screen and (max-width: 1024px) {.contact_panely .request_panelq {
    flex-direction: column;
}.contact_panely .pic_itemE {
    flex: 0 0 100%;
    transform: none;
    min-height: 300px;
    margin-left: 0;
}.contact_panely .pic_itemE::before {
    width: 100%;
    transform: none;
}.contact_panely .feedback_sectionu {
    padding: 3rem 2rem;
    flex: 0 0 100%;
}
}

@media screen and (max-width: 768px) {.contact_panely {
    padding: 3rem 0;
}.contact_panely h2 {
    margin-bottom: 1.5rem;
    font-size: calc(44px * 0.8);
    padding-left: 1.5rem;
}.contact_panely h2::before {
    width: 0.8rem;
    height: 0.8rem;
}.contact_panely .feedback_sectionu h3 {
    margin-bottom: 1.5rem;
    font-size: calc(38px * 0.9);
}.contact_panely .feedback_sectionu input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
}
}

@media screen and (max-width: 480px) {.contact_panely .request_panelq {
    border-radius: 0;
}.contact_panely .feedback_sectionu {
    padding: 2rem 1.5rem;
}}.testimonialsV {
    overflow: hidden;
    position: relative;
    background-color: #ffffff;
    padding: 5rem 0;
}.testimonialsV::before {
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    background: linear-gradient(135deg, rgba(rgb(191,208,208,0.5), 0.03) 0%, rgba(rgb(191,208,208,0.5), 0.01) 100%);
    content: "";
    z-index: 1;
}.testimonialsV::after {
    top: -5%;
    content: "";
    width: 30%;
    position: absolute;
    height: 30%;
    right: -5%;
    background: linear-gradient(225deg, rgb(191,208,208) 0%, transparent 70%);
    z-index: 1;
    opacity: 0.05;
    transform: rotate(-15deg);
}.testimonialsV .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    padding: 0 2rem;
}.testimonialsV h2 {
    margin-bottom: 3rem;
    font-weight: 700;
    color: #000000;
    position: relative;
    transform: perspective(1000px) translateZ(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-size: 29px;
    text-align: center;
}.testimonialsV h2::after {
    height: 3px;
    width: 6rem;
    position: absolute;
    bottom: -1rem;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgb(191,208,208), transparent);
    left: 50%;
    content: "";
}.testimonialsV .who_weareB {
    position: relative;
}.testimonialsV .client_storyo {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    position: relative;
    gap: 2.5rem;
}.testimonialsV .learning_feedbackd {
    z-index: 2;
    background: linear-gradient(145deg, #ffffff 0%, rgba(rgb(255, 255, 255, 0.5), 0.95) 100%);
    position: relative;
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.05),
              0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.03);
    border-left: 3px solid rgb(191,208,208);
    height: 100%;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    padding: 2.5rem 2rem;
    transform: translateY(0);
}.testimonialsV .learning_feedbackd::before {
    position: absolute;
    line-height: 1;
    opacity: 0.1;
    color: rgb(191,208,208);
    content: "";
    z-index: -1;
    top: 1.5rem;
    font-size: 6rem;
    right: 1.5rem;
    font-family: serif;
}.testimonialsV .learning_feedbackd:hover {
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
              0 10px 20px rgba(rgba(0, 0, 0, 0.5), 0.05);
    transform: translateY(-8px);
}.testimonialsV .learning_feedbackd h3 {
    color: rgb(191,208,208);
    margin-bottom: 1rem;
    position: relative;
    display: inline-block;
    font-size: calc(19px - 0.1rem);
    font-weight: 600;
}.testimonialsV .learning_feedbackd h3::after {
    transition: width 0.3s ease-in-out;
    position: absolute;
    bottom: -5px;
    width: 0;
    left: 0;
    background-color: rgb(191,208,208);
    height: 2px;
    content: "";
}.testimonialsV .learning_feedbackd:hover h3::after {
    width: 100%;
}.testimonialsV .learning_feedbackd .description {
    line-height: 1.6;
    color: #000000;
    margin-bottom: 1.5rem;
    z-index: 2;
    font-size: calc(14px - 0.1rem);
    position: relative;
}.testimonialsV .learning_feedbackd div {
    justify-content: flex-start;
    margin-top: auto;
    display: flex;
    align-items: center;
}.testimonialsV .learning_feedbackd img {
    transition: transform 0.3s ease, border-color 0.3s ease;
    height: 60px;
    border-radius: 50%;
    width: 60px;
    object-fit: cover;
    border: 3px solid rgba(rgb(191,208,208,0.5), 0.2);
    transform-origin: center;
}.testimonialsV .learning_feedbackd:hover img {
    border-color: rgb(191,208,208);
    transform: scale(1.05);
}.testimonialsV .client_storyo::after {
    width: 80%;
    filter: blur(5px);
    height: 10px;
    position: absolute;
    content: "";
    bottom: -50px;
    background: linear-gradient(90deg, transparent, rgba(rgb(191,208,208,0.5), 0.05), transparent);
    left: 10%;
    border-radius: 100px;
}

@media (min-width: 992px) {.testimonialsV {
    padding: 8rem 0;
}.testimonialsV h2 {
    font-size: calc(29px + 0.2rem);
    margin-bottom: 4.5rem;
}.testimonialsV .client_storyo {
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
}.testimonialsV .learning_feedbackd {
    padding: 3rem 2.5rem;
}.testimonialsV .learning_feedbackd:nth-child(odd) {
    transform: translateY(15px);
}.testimonialsV .learning_feedbackd:nth-child(odd):hover {
    transform: translateY(7px);
}.testimonialsV .learning_feedbackd:nth-child(even) {
    transform: translateY(-15px);
}.testimonialsV .learning_feedbackd:nth-child(even):hover {
    transform: translateY(-23px);
}.testimonialsV .learning_feedbackd::after {
    width: 40%;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(191,208,208));
    height: 1px;
    position: absolute;
    opacity: 0.3;
    top: 0;
    right: 0;
}
}

@media (min-width: 1200px) {.testimonialsV .client_storyo {
    grid-template-columns: repeat(4, 1fr);
}.testimonialsV::before {
    background: repeating-linear-gradient(
      135deg,
      rgba(rgb(191,208,208,0.5), 0.02) 0px,
      rgba(rgb(191,208,208,0.5), 0.02) 1px,
      transparent 1px,
      transparent 12px
    );
}
}

@media (max-width: 991px) {.testimonialsV .learning_feedbackd {
    padding: 2.2rem 1.8rem;
}.testimonialsV h2::after {
    width: 5rem;
}
}

@media (max-width: 767px) {.testimonialsV {
    padding: 4rem 0;
}.testimonialsV h2 {
    font-size: calc(29px - 0.2rem);
    margin-bottom: 2.5rem;
}.testimonialsV .client_storyo {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.testimonialsV .learning_feedbackd {
    padding: 2rem 1.5rem;
}
}

@media (max-width: 576px) {.testimonialsV {
    padding: 3rem 0;
}.testimonialsV .container {
    padding: 0 1.5rem;
}.testimonialsV .client_storyo {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.testimonialsV .learning_feedbackd {
    padding: 1.8rem 1.3rem;
}.testimonialsV .learning_feedbackd::before {
    font-size: 4rem;
    top: 1rem;
    right: 1rem;
}.testimonialsV h2 {
    font-size: calc(29px - 0.3rem);
}
}

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

@media (prefers-reduced-motion: no-preference) {.testimonialsV .learning_feedbackd {
    animation: fadeInUp 0.6s ease-out forwards;
    opacity: 0;
}.testimonialsV .learning_feedbackd:nth-child(1) {
    animation-delay: 0.1s;
}.testimonialsV .learning_feedbackd:nth-child(2) {
    animation-delay: 0.2s;
}.testimonialsV .learning_feedbackd:nth-child(3) {
    animation-delay: 0.3s;
}.testimonialsV .learning_feedbackd:nth-child(4) {
    animation-delay: 0.4s;
}.testimonialsV .learning_feedbackd:nth-child(5) {
    animation-delay: 0.5s;
}.testimonialsV .learning_feedbackd:nth-child(6) {
    animation-delay: 0.6s;
}.testimonialsV .learning_feedbackd:nth-child(7) {
    animation-delay: 0.7s;
}}.course_summaryV {
    flex-direction: column;
    display: flex;
    position: relative;
    min-height: 100vh;
    z-index: 1;
    background-color: rgb(225,233,233);
    justify-content: center;
    overflow: hidden;
}.course_summaryV::before {
    left: 0;
    position: absolute;
    top: 0;
    pointer-events: none;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(191,208,208,0.5) 100%);
    z-index: 2;
    width: 100%;
    content: '';
    height: 100%;
}.course_summaryV::after {
    position: absolute;
    z-index: 3;
    pointer-events: none;
    height: 100%;
    animation: pulse 15s infinite alternate;
    top: 0;
    left: 0;
    content: '';
    background: radial-gradient(circle at 75% 25%, rgb(152,173,174,0.5) 0%, transparent 50%);
    width: 100%;
}.course_summaryV .program_planW {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
    height: 100%;
}.course_summaryV .education_pathd {
    height: 100%;
    width: calc(100% * var(--slide-count, 5));
    animation: carousel-slide 30s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
    display: flex;
}.course_summaryV .program_planW:hover .education_pathd {
    animation-play-state: paused;
}.course_summaryV .training_planp {
    overflow: hidden;
    transition: transform 0.5s ease;
    height: 100%;
    width: calc(100% / var(--slide-count, 5));
    position: relative;
}.course_summaryV .training_planp::before {
    position: absolute;
    background: linear-gradient(to bottom, transparent 40%, #000000 100%);
    height: 100%;
    opacity: 0.7;
    content: '';
    left: 0;
    z-index: 2;
    width: 100%;
    top: 0;
}.course_summaryV .training_planp::after {
    background: repeating-linear-gradient(
        45deg,
        rgb(191,208,208,0.5),
        rgb(191,208,208,0.5) 2px,
        transparent 2px,
        transparent 4px
    );
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    height: 100%;
    mix-blend-mode: overlay;
    width: 100%;
    opacity: 0.05;
    content: '';
}.course_summaryV .training_planp img {
    filter: saturate(1.2) contrast(1.1);
    height: 100%;
    transform: scale(1.05);
    width: 100%;
    transition: transform 8s ease;
    object-fit: cover;
}.course_summaryV .training_planp:hover img {
    transform: scale(1.15);
}.course_summaryV .container {
    position: relative;
    padding: 2rem 0;
    z-index: 10;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}.course_summaryV .who_weareB {
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 3rem;
    max-width: 600px;
    border-radius: 19px;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.1) 0%, 
        rgba(255, 255, 255, 0.05) 100%);
    width: 100%;
    transform: translateX(0);
    animation: float 6s ease-in-out infinite;
}.course_summaryV .knowledge_flowS {
    position: relative;
}.course_summaryV .knowledge_flowS::before {
    position: absolute;
    width: 40px;
    opacity: 0.8;
    border-top: 2px solid rgb(191,208,208);
    top: -20px;
    border-left: 2px solid rgb(191,208,208);
    left: -20px;
    height: 40px;
    content: '';
}.course_summaryV .knowledge_flowS::after {
    position: absolute;
    right: -20px;
    content: '';
    bottom: -20px;
    height: 40px;
    opacity: 0.8;
    border-right: 2px solid rgb(152,173,174);
    border-bottom: 2px solid rgb(152,173,174);
    width: 40px;
}.course_summaryV .knowledge_flowS h3 {
    font-size: 34px;
    display: inline-block;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-weight: 700;
    position: relative;
    color: #ffffff;
    margin-bottom: 1.5rem;
}.course_summaryV .knowledge_flowS h3::after {
    position: absolute;
    content: '';
    bottom: -10px;
    width: 60%;
    background: linear-gradient(90deg, rgb(191,208,208) 0%, transparent 100%);
    left: 0;
    height: 3px;
}.course_summaryV .knowledge_flowS p {
    opacity: 0.8;
    color: #ffffff;
    margin-bottom: 2.5rem;
    line-height: 1.6;
    font-size: 12px;
}.course_summaryV .knowledge_flowS .contact_feedbackR {
    border-radius: 10px;
    z-index: 1;
    padding: 1rem 2.5rem;
    display: inline-block;
    text-decoration: none;
    overflow: hidden;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    background: linear-gradient(135deg, rgb(191,208,208) 0%, rgb(152,173,174) 100%);
}.course_summaryV .knowledge_flowS .contact_feedbackR::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    top: 0;
    left: -100%;
    z-index: -1;
    content: '';
    position: absolute;
    transition: all 0.4s ease;
    width: 100%;
}.course_summaryV .knowledge_flowS .contact_feedbackR:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}.course_summaryV .knowledge_flowS .contact_feedbackR:hover::before {
    transition: all 0.4s ease;
    left: 100%;
}

@keyframes carousel-slide {
    0%, 2% {
        transform: translateX(0);
    }
    18%, 22% {
        transform: translateX(calc(-100% / var(--slide-count, 5) * 1));
    }
    38%, 42% {
        transform: translateX(calc(-100% / var(--slide-count, 5) * 2));
    }
    58%, 62% {
        transform: translateX(calc(-100% / var(--slide-count, 5) * 3));
    }
    78%, 82% {
        transform: translateX(calc(-100% / var(--slide-count, 5) * 4));
    }
    98%, 100% {
        transform: translateX(0);
    }
}

@keyframes pulse {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0.3;
    }
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}

@media screen and (max-width: 1200px) {.course_summaryV .container {
    justify-content: center;
}.course_summaryV .who_weareB {
    max-width: 80%;
}
}

@media screen and (max-width: 768px) {.course_summaryV {
    padding: 6rem 0;
    min-height: auto;
}.course_summaryV .program_planW {
    height: 100%;
    position: fixed;
}.course_summaryV .who_weareB {
    max-width: 90%;
    padding: 2rem;
}.course_summaryV .knowledge_flowS h3 {
    font-size: calc(34px * 0.8);
}.course_summaryV .knowledge_flowS p {
    font-size: calc(12px * 0.9);
}.course_summaryV .knowledge_flowS .contact_feedbackR {
    text-align: center;
    width: 100%;
}
}

@media screen and (max-width: 480px) {.course_summaryV {
    padding: 4rem 0;
}.course_summaryV .who_weareB {
    padding: 1.5rem;
}.course_summaryV .knowledge_flowS h3 {
    font-size: calc(34px * 0.7);
}.course_summaryV .knowledge_flowS::before,
    .course_summaryV .knowledge_flowS::after {
    width: 30px;
    height: 30px;
}@keyframes carousel-slide {
        0%, 5% {
            transform: translateX(0);
        }
        20%, 25% {
            transform: translateX(calc(-100% / var(--slide-count, 5) * 1));
        }
        40%, 45% {
            transform: translateX(calc(-100% / var(--slide-count, 5) * 2));
        }
        60%, 65% {
            transform: translateX(calc(-100% / var(--slide-count, 5) * 3));
        }
        80%, 85% {
            transform: translateX(calc(-100% / var(--slide-count, 5) * 4));
        }
        95%, 100% {
            transform: translateX(0);
        }
    }
}

.course_summaryV .education_pathd {
    --slide-count: 5;
}

@supports (animation-timeline: scroll()) {.course_summaryV .education_pathd {
    animation-timeline: scroll();
    animation-range: 0 100vh;
}}.appDivl {
    background: linear-gradient(135deg, rgb(225,233,233) 0%, rgb(152,173,174,0.5) 100%);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.appDivl::before {
    content: "";
    filter: blur(80px);
    position: absolute;
    height: 300px;
    animation: float 15s ease-in-out infinite;
    background: rgb(191,208,208,0.5);
    right: -50px;
    width: 300px;
    top: -50px;
    z-index: 0;
}.appDivl::after {
    bottom: -100px;
    animation: float 20s ease-in-out infinite alternate;
    z-index: 0;
    left: -100px;
    width: 500px;
    height: 500px;
    content: "";
    filter: blur(100px);
    background: rgb(152,173,174,0.5);
    position: absolute;
}.appDivl .container {
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
}.appDivl h2 {
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform: translateY(20px);
    color: #000000;
    font-family: Arial, sans-serif;
    font-weight: 700;
    opacity: 0;
    font-size: 28px;
    position: relative;
    line-height: 1.3;
    margin-bottom: 40px;
}.appDivl h2::before {
    content: "";
    background: linear-gradient(90deg, rgb(191,208,208) 0%, rgb(152,173,174) 100%);
    top: -15px;
    transform: scaleX(0);
    width: 80px;
    height: 5px;
    left: 0;
    position: absolute;
    transform-origin: left;
    animation: scaleIn 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
}.appDivl .who_weareB {
    transform: translateY(30px);
    padding: 50px;
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.2s forwards;
    position: relative;
    opacity: 0;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    border-radius: 27px;
    background: #ffffff;
}.appDivl .who_weareB::before {
    transform-origin: top;
    top: 0;
    background: linear-gradient(to bottom, rgb(191,208,208), rgb(152,173,174));
    width: 6px;
    transform: scaleY(0);
    position: absolute;
    content: "";
    height: 100%;
    left: 0;
    animation: scaleIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.6s forwards;
}.appDivl .who_weareB::after {
    content: "";
    height: 100%;
    width: 30%;
    right: 0;
    z-index: 1;
    position: absolute;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(rgb(152,173,174,0.5), 0.05));
    top: 0;
}.appDivl ul {
    position: relative;
    padding: 0;
    list-style: none;
    margin: 0;
}.appDivl li {
    padding-left: 30px;
    transform: translateX(20px);
    position: relative;
    animation: slideRight 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.5s forwards;
    margin-bottom: 20px;
    opacity: 0;
}.appDivl li::before {
    position: absolute;
    border-radius: 50%;
    left: 0;
    content: "";
    animation: pulse 1.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.8s forwards;
    background: rgb(191,208,208);
    height: 10px;
    top: 8px;
    width: 10px;
    transform: scale(0);
}.appDivl li span {
    font-family: Arial, sans-serif;
    line-height: 1.8;
    font-weight: 400;
    transform: translateY(0);
    transition: transform 0.3s ease;
    position: relative;
    color: #000000;
    font-size: calc(12px * 1.05);
    display: block;
}

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

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

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

@keyframes pulse {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(1.2);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes float {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(30px, -20px);
    }
    100% {
        transform: translate(0, 0);
    }
}

@media (max-width: 1200px) {.appDivl {
    padding: 100px 0;
}.appDivl h2 {
    font-size: calc(28px * 0.9);
}.appDivl .who_weareB {
    padding: 40px;
}
}

@media (max-width: 992px) {.appDivl {
    padding: 80px 0;
}.appDivl h2 {
    margin-bottom: 30px;
    font-size: calc(28px * 0.85);
}.appDivl .who_weareB {
    padding: 35px;
}.appDivl li span {
    font-size: 12px;
}
}

@media (max-width: 768px) {.appDivl {
    padding: 70px 0;
}.appDivl h2 {
    font-size: calc(28px * 0.8);
    margin-bottom: 25px;
}.appDivl h2::before {
    width: 60px;
    height: 4px;
}.appDivl .who_weareB {
    padding: 30px 25px;
}.appDivl li {
    padding-left: 25px;
}
}

@media (max-width: 576px) {.appDivl {
    padding: 60px 0;
}.appDivl h2 {
    font-size: calc(28px * 0.7);
    margin-bottom: 20px;
}.appDivl .who_weareB {
    padding: 25px 20px;
}.appDivl li {
    padding-left: 20px;
}.appDivl li::before {
    top: 6px;
    height: 8px;
    width: 8px;
}.appDivl li span {
    font-size: calc(12px * 0.95);
    line-height: 1.6;
}}.cookiePolicyContainerR {
    bottom: 0;
    transition: all 0.3s ease-in-out;
    padding: 20px 0;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 0px;
    position: fixed;
    z-index: 90;
    background: rgb(152,173,174);
    border-top: 2px solid rgb(191,208,208);
}.data_approvalV {
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 30px;
    justify-content: space-between;
    display: flex;
    max-width: 1200px;
    margin: auto;
}.cookiePolicyContainerR h5 {
    font-weight: 700;
    margin-bottom: 6px;
    color: #ffffff;
    transition: color 0.3s ease-in-out;
    font-size: 19px;
}.cookiePolicyContainerR p {
    font-size: 18px;
    max-width: 500px;
    color: #ffffff;
}.cookie_protecta {
    margin-right: 20px;
    flex-shrink: 0;
}.cookie_protecta svg, .cookie_protecta svg path {
    fill: rgb(191,208,208);
    width: 80px;
    height: 80px;
    transition: transform 0.3s ease-in-out;
}.cookie_protecta:hover svg {
    transform: rotate(10deg);
}.track_barZ {
    margin-left: 20px;
    font-size: 14px;
    color: #ffffff;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    cursor: pointer;
    text-decoration: none;
    line-height: 35px;
    padding: 10px 20px;
    border-radius: 21px;
    box-shadow: rgb(191,208,208,0.5) 0px 4px 10px 0px;
    background: rgb(191,208,208);
}.cookie_button.edu_tracks {
    background: rgb(191,208,208);
}.cookie_button.data_consentB {
    background: rgb(152,173,174);
}.track_barZ:hover {
    transform: scale(1.05);
    box-shadow: rgb(191,208,208,0.5) 0px 6px 15px 0px;
}.cookiePolicyContainerR p a {
    text-decoration: none;
    font-weight: 600;
    color: rgb(191,208,208);
    transition: color 0.3s ease-in-out;
}.cookiePolicyContainerR p a:hover {
    color: rgb(152,173,174);
}.wrapper-segmentu .cookiePolicyContainerR {
    padding: 40px 0;
    border: none;
    background: rgb(152,173,174);
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 40px 39px;
}.wrapper-segmentu .track_barZ {
    border: none;
    font-size: 14px;
    margin-left: 30px;
    border-radius: 10px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    background: rgb(191,208,208);
    padding: 10px;
    font-weight: 400;
    color: #ffffff;
}.wrapper-segmentu .cookie_layerb h5, .wrapper-segmentu .cookie_layerb p {
    color: #ffffff;
}
@media only screen and (max-width: 1200px) {.cookiePolicyContainerR {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.cookie_protecta {
    display: none;
}.data_approvalV {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.cookiePolicyContainerR h5 {
    text-align: center;
}.cookiePolicyContainerR p {
    text-align: center;
}.cookie_layerb {
    text-align: center;
    margin-bottom: 20px;
}.track_barZ {
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
    max-width: 300px;
}}
#cookieWarningModalZ {
    display: none;
}#cookieWarningModalZ:checked ~ .cookiePolicyContainerR {
    opacity: 0;
    visibility: hidden;
}.privacy_nookE {
    background-size: cover;
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding: 50px;
    font-family: Arial, sans-serif;
    overflow: hidden;
    background-position: center;
    background: linear-gradient(to bottom right, rgb(191,208,208,0.5), rgb(152,173,174,0.5));
    color: #ffffff;
}.privacy_nookE h1,
.privacy_nookE h2 {
    padding-left: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 20px 0;
    position: relative;
}.privacy_nookE h1 {
    color: #ffffff;
    font-weight: 700;
    font-size: 41px;
}.privacy_nookE h2 {
    font-weight: 600;
    font-size: 32px;
    color: #ffffff;
}.privacy_nookE ul {
    padding: 0;
    list-style-type: none;
    margin: 20px 0;
}.privacy_nookE ul li {
    font-size: 18px;
    padding: 10px 0;
    color: #ffffff;
    font-weight: 400;
    padding-left: 30px;
    position: relative;
}.privacy_nookE ul li::before {
    color: rgb(152,173,174);
    font-size: 21px;
    content: '•';
    left: 0;
    position: absolute;
}.privacy_nookE p {
    font-weight: 300;
    margin: 20px 0;
    line-height: 1.8;
    font-size: 18px;
    color: #ffffff;
}.privacy_nookE div {
    margin: 20px 0;
}
@media only screen and (max-width: 800px) {.privacy_nookE {
    padding: 30px;
}.privacy_nookE h1 {
    font-size: calc(21px - 8px);
}.privacy_nookE h2 {
    font-size: calc(21px - 8px);
}.privacy_nookE ul li {
    font-size: calc(18px - 2px);
}.privacy_nookE p {
    font-size: calc(18px - 2px);
}
}