* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}svg {
    width: 30px;
    height: 30px;
}html,body {
    color: #000000;
    scroll-behavior: auto;
    font-family: Arial, sans-serif;
    min-height: 100%;
    height: 100%;
}.wrapper-holderZ {
    height: 100%;
    flex-direction: column;
    display: flex;
    min-height: 100%;
}a {
    text-decoration: none;
    color: inherit;
}.container {
    width: 1218px;
    margin: auto;
    max-width: 100%;
}.converterQ {
    flex: 0 0 auto;
}.nav_pagebarK {
    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;
}}
header {
    margin-top: 0;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 0;
    background: rgb(217,227,231);
    overflow: visible;
    z-index: 100;
}header::before {
    z-index: 0;
    background: 
        linear-gradient(135deg, transparent 25%, rgba(rgb(157,180,190), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(225deg, transparent 25%, rgba(rgb(157,180,190), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(315deg, transparent 25%, rgba(rgb(157,180,190), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(45deg, transparent 25%, rgba(rgb(157,180,190), 0.03) 25%) 0 0 / 20px 20px;
    content: '';
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
}header::after {
    bottom: 0;
    transform-origin: center;
    background: linear-gradient(to right, 
        rgb(157,180,190), 
        rgb(110,110,180), 
        rgb(157,180,190)
    );
    transform: scaleX(0.7);
    height: 5px;
    width: 100%;
    left: 0;
    content: '';
    transition: transform 0.5s ease;
    position: absolute;
}header:hover::after {
    transform: scaleX(1);
}header .top_pagewrap3 {
    position: relative;
    z-index: 5;
    justify-content: space-between;
    align-items: center;
    display: flex;
    padding: 1.3rem 2.5rem;
}header .main_navbarH {
    perspective: 800px;
    flex: 0 0 auto;
    margin-right: 2rem;
    position: relative;
}header .main_mainwrap4 {
    transform-style: preserve-3d;
    display: block;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}header .main_mainwrap4:hover {
    transform: rotateY(10deg) rotateX(5deg);
}header .main_mainwrap4::before {
    left: 0;
    opacity: 0.1;
    background: rgb(157,180,190);
    filter: blur(10px);
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    transform: translateZ(-10px);
}header .main_mainwrap4 img {
    max-height: 40px;
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.2));
    transform: translateZ(20px);
}header .nav_startN {
    list-style: none;
    margin: 0;
    display: flex;
    transform-style: preserve-3d;
    perspective: 1000px;
    padding: 0;
    position: relative;
}header .nav_startN::before {
    content: '';
    height: 10px;
    width: 100%;
    left: 0;
    transform-origin: top;
    transform: rotateX(90deg);
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.05));
    position: absolute;
    top: 100%;
}header .main_baseP {
    position: relative;
    margin: 0 0.3rem;
    transform-style: preserve-3d;
}header .main_baseP a {
    text-decoration: none;
    transform-style: preserve-3d;
    display: flex;
    font-size: 14px;
    transform: translateZ(0);
    border-radius: 10px;
    font-weight: 600;
    align-items: center;
    position: relative;
    transition: all 0.4s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    padding: 0.7rem 1.2rem;
    justify-content: center;
    color: #000000;
    background: #ffffff;
}header .main_baseP a::before {
    height: 100%;
    left: 0;
    transform: translateZ(-5px);
    border-radius: 10px;
    background: linear-gradient(135deg, 
        rgb(157,180,190,0.5) 0%, 
        rgb(110,110,180,0.5) 100%
    );
    top: 0;
    content: '';
    width: 100%;
    position: absolute;
    transition: opacity 0.4s ease;
    opacity: 0;
}header .main_baseP a:hover {
    transform: translateZ(15px);
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}header .main_baseP a:hover::before {
    opacity: 1;
}header .main_baseP a::after {
    transform: translateZ(-10px);
    left: 5px;
    position: absolute;
    opacity: 0;
    content: '';
    transition: all 0.4s ease;
    bottom: -5px;
    background: rgb(157,180,190);
    height: 5px;
    right: 5px;
}header .main_baseP a:hover::after {
    opacity: 0.3;
    bottom: -8px;
}header .top_pagewrap3::before {
    background: linear-gradient(to right, 
        transparent, 
        rgb(157,180,190), 
        transparent
    );
    content: '';
    position: absolute;
    height: 1px;
    top: 0;
    width: 30%;
    left: 35%;
}.nav_pagebarK {
    padding-top: 2rem;
    z-index: 1;
    background: #ffffff;
    position: relative;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

@media (min-width: 1400px) {header .top_pagewrap3 {
    max-width: 1320px;
    margin: 0 auto;
}header .main_baseP {
    margin: 0 0.5rem;
}header .main_baseP a {
    padding: 0.7rem 1.5rem;
}
}

@media (max-width: 991px) {header .top_pagewrap3 {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .main_navbarH {
    margin-bottom: 0;
    margin-right: 0;
}header .nav_startN {
    justify-content: flex-end;
    flex-basis: 100%;
    margin-top: 1rem;
}header .main_baseP a {
    font-size: calc(14px - 1px);
    padding: 0.6rem 1rem;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .top_pagewrap3 {
    padding: 0.8rem 1.5rem;
}header .main_navbarH {
    max-width: 140px;
}header .main_mainwrap4 img {
    max-height: 35px;
}header .nav_startN {
    margin-top: 0.8rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    overflow-x: auto;
    padding-bottom: 0.5rem;
    justify-content: flex-start;
}header .nav_startN::-webkit-scrollbar {
    height: 3px;
}header .nav_startN::-webkit-scrollbar-thumb {
    background: rgb(157,180,190,0.5);
    border-radius: 10px;
}header .main_baseP {
    margin: 0 0.2rem;
    flex: 0 0 auto;
}header .main_baseP a {
    font-size: calc(14px - 2px);
    white-space: nowrap;
    padding: 0.5rem 0.8rem;
}
}

@media (max-width: 479px) {header .top_pagewrap3 {
    padding: 0.7rem 1.2rem;
}header .main_navbarH {
    max-width: 120px;
}header .main_baseP a {
    padding: 0.4rem 0.6rem;
    font-size: calc(14px - 3px);
}header::after {
    height: 3px;
}
}

@supports not (transform-style: preserve-3d) {header .main_mainwrap4:hover {
    transform: translateY(-3px);
}header .main_baseP a:hover {
    transform: translateY(-3px);
}}footer {
    position: relative;
    z-index: 1;
    perspective: 1000px;
}footer::before {
    background: linear-gradient(135deg, rgb(110,110,180,0.5) 0%, rgb(157,180,190,0.5) 100%);
    left: 0;
    opacity: 0.9;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -2;
}footer::after {
    bottom: 0;
    right: 0;
    background: 
        radial-gradient(circle at 20% 20%, transparent 0, transparent 80px, rgba(255, 255, 255, 0.03) 81px),
        radial-gradient(circle at 80% 40%, transparent 0, transparent 120px, rgba(255, 255, 255, 0.03) 121px),
        radial-gradient(circle at 40% 70%, transparent 0, transparent 100px, rgba(255, 255, 255, 0.03) 101px);
    content: "";
    top: 0;
    z-index: -1;
    position: absolute;
    left: 0;
}.converterQ {
    position: relative;
    padding: 5rem 0 2.5rem;
    color: #ffffff;
}.converterQ::before {
    background: repeating-linear-gradient(
        90deg,
        rgb(157,180,190) 0px,
        rgb(157,180,190) 40px,
        rgb(110,110,180) 40px,
        rgb(110,110,180) 80px
    );
    content: "";
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}.converterQ .container {
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
    position: relative;
    gap: 4rem;
}.converterQ .company_holder {
    transition: all 0.4s ease;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
    border-bottom: 6px solid rgb(157,180,190);
    border-radius: 0;
    transform-style: preserve-3d;
    transform: rotateX(5deg);
    background: rgb(157,180,190,0.5);
    position: relative;
    padding: 2rem;
    flex: 1 1 380px;
}.converterQ .company_holder:hover {
    transform: rotateX(0deg);
}.converterQ .company_holder h3 {
    display: inline-block;
    transform: translateZ(20px);
    font-size: 32px;
    letter-spacing: 1px;
    position: relative;
    font-weight: 700;
    margin: 0 0 1.5rem;
    color: #ffffff;
}.converterQ .company_holder h3::before {
    height: 30px;
    position: absolute;
    top: -10px;
    border-top: 3px solid #ffffff;
    left: -10px;
    border-left: 3px solid #ffffff;
    width: 30px;
    content: "";
}.converterQ .company_holder h3::after {
    right: -10px;
    position: absolute;
    content: "";
    height: 30px;
    border-bottom: 3px solid #ffffff;
    width: 30px;
    bottom: -10px;
    border-right: 3px solid #ffffff;
}.converterQ .press_rooml {
    border-radius: 10px;
    padding: 1.5rem;
    line-height: 1.6;
    color: #ffffff;
    font-size: 12px;
    background: rgba(255, 255, 255, 0.1);
    transform: translateZ(10px);
}.converterQ .access_helpk {
    min-width: 400px;
    flex: 1 1 calc(100% - 480px);
}.converterQ .top_start4 {
    gap: 3rem;
    flex-wrap: wrap;
    display: flex;
}.converterQ .nav_startN {
    transform-style: preserve-3d;
    flex: 1 1 calc(50% - 1.5rem);
    min-width: 220px;
    transition: all 0.4s ease;
    transform: rotateX(-5deg);
    position: relative;
}.converterQ .nav_startN:hover {
    transform: rotateX(0deg);
}.converterQ .nav_startN h5 {
    position: relative;
    font-size: 19px;
    background: rgb(110,110,180,0.5);
    display: inline-block;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    margin: 0 0 1.5rem;
    transform: translateZ(15px);
    padding: 1rem 1.5rem;
    font-weight: 600;
    min-width: 200px;
    color: #ffffff;
}.converterQ .nav_startN h5::after {
    content: "";
    position: absolute;
    right: 0;
    background: rgb(110,110,180);
    left: 0;
    height: 5px;
    bottom: -5px;
}.converterQ .nav_startN .top_start4 {
    background: rgba(255, 255, 255, 0.1);
    gap: 1rem;
    padding: 1rem;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    transform: translateZ(5px);
}.converterQ .nav_startN .top_start4 a {
    border-radius: 10px;
    transition: all 0.3s ease;
    font-size: 12px;
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    transform: translateZ(10px);
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    padding: 0.7rem 1rem;
}.converterQ .nav_startN .top_start4 a::before {
    height: 100%;
    transition: all 0.5s ease;
    left: -100%;
    width: 100%;
    top: 0;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}.converterQ .nav_startN .top_start4 a:hover {
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background: rgb(110,110,180,0.5);
}.converterQ .nav_startN .top_start4 a:hover::before {
    left: 100%;
}.grade_helpa {
    margin-top: 3rem;
    perspective: 1000px;
    padding: 2rem 0;
    position: relative;
    background: rgb(110,110,180,0.5);
    transform-style: preserve-3d;
}.grade_helpa::before {
    position: absolute;
    transform-origin: bottom;
    content: "";
    background: rgb(110,110,180);
    top: -20px;
    height: 20px;
    transform: rotateX(45deg);
    width: 100%;
    left: 0;
}.grade_helpa .container {
    align-items: center;
    display: flex;
    justify-content: center;
}.grade_helpa .partner_logoE {
    padding: 0.8rem 2rem;
    color: #ffffff;
    border-radius: 50px;
    text-align: center;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateZ(5px);
}

@media (max-width: 1200px) {.converterQ .container {
    gap: 3rem;
}.converterQ .company_holder {
    flex: 1 1 350px;
}.converterQ .access_helpk {
    min-width: 350px;
    flex: 1 1 calc(100% - 430px);
}.converterQ .top_start4 {
    gap: 2rem;
}
}

@media (max-width: 992px) {.converterQ {
    padding: 4rem 0 2rem;
}.converterQ .container {
    flex-direction: column;
    gap: 3rem;
}.converterQ .company_holder,
    .converterQ .access_helpk {
    flex: 1 1 100%;
    min-width: 100%;
}.converterQ .nav_startN {
    min-width: 220px;
    flex: 1 1 calc(50% - 1.5rem);
}.converterQ .company_holder,
    .converterQ .nav_startN {
    transform: none;
}
}

@media (max-width: 768px) {.converterQ {
    padding: 3.5rem 0 1.5rem;
}.converterQ .top_start4 {
    gap: 1.5rem;
}.converterQ .company_holder h3 {
    font-size: calc(32px - 2px);
}.converterQ .company_holder h3::before,
    .converterQ .company_holder h3::after {
    height: 20px;
    width: 20px;
}.grade_helpa {
    margin-top: 2rem;
}.grade_helpa::before {
    top: -15px;
    height: 15px;
}
}

@media (max-width: 576px) {.converterQ {
    padding: 3rem 0 1rem;
}.converterQ .nav_startN {
    min-width: 100%;
    flex: 1 1 100%;
}.converterQ .top_start4 {
    gap: 0.7rem;
}.converterQ .nav_startN .top_start4 a {
    padding: 0.6rem 0.8rem;
}.grade_helpa {
    margin-top: 1.5rem;
    padding: 1.5rem 0;
}.grade_helpa::before {
    display: none;
}
}

@media (max-width: 420px) {.converterQ::before {
    height: 10px;
}.converterQ .company_holder h3::before,
    .converterQ .company_holder h3::after {
    display: none;
}.converterQ .nav_startN h5 {
    min-width: auto;
    width: 100%;
}.grade_helpa .partner_logoE {
    width: 90%;
    padding: 0.7rem 1.5rem;
}}.our_backgroundq {
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, rgb(217,227,231) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 6rem 0;
}.our_backgroundq::before {
    position: absolute;
    width: 100%;
    content: "";
    background-image: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(rgb(157,180,190,0.5), 0.02) 10px,
        rgba(rgb(157,180,190,0.5), 0.02) 20px
    );
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}.our_backgroundq .container {
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 1.5rem;
}.our_backgroundq h1 {
    position: relative;
    font-weight: 700;
    text-align: left;
    display: inline-block;
    font-size: 43px;
    margin-bottom: 3rem;
    transform: skewX(-5deg);
    color: rgb(157,180,190);
}.our_backgroundq h1::after {
    height: 4px;
    transform: scaleX(1);
    bottom: -0.5rem;
    content: "";
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(90deg, rgb(157,180,190) 0%, transparent 100%);
    transform-origin: left center;
    position: absolute;
    left: 0;
    width: 60%;
}.our_backgroundq h1:hover::after {
    transform: scaleX(1.5);
}.our_backgroundq .how_startedG {
    position: relative;
}.our_backgroundq .how_startedG ul {
    list-style: none;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr;
    padding: 0;
    gap: 3rem;
}.our_backgroundq .guide_biosg {
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), 
                box-shadow 0.4s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.08);
    padding: 2.5rem;
    transform: translateY(0);
    background-color: #ffffff;
    position: relative;
}.our_backgroundq .guide_biosg::before {
    transition: height 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    top: 0;
    content: "";
    left: 0;
    height: 0;
    position: absolute;
    width: 4px;
    background: linear-gradient(to bottom, rgb(157,180,190), rgb(110,110,180));
}.our_backgroundq .guide_biosg:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05);
    transform: translateY(-10px);
}.our_backgroundq .guide_biosg:hover::before {
    height: 100%;
}.our_backgroundq .guide_biosg h4 {
    position: relative;
    font-size: 24px;
    margin-bottom: 1.5rem;
    display: inline-block;
    transition: transform 0.3s ease, color 0.3s ease;
    color: rgb(110,110,180);
    font-weight: 600;
}.our_backgroundq .guide_biosg:hover h4 {
    transform: translateX(10px);
    color: rgb(157,180,190);
}.our_backgroundq .guide_biosg div {
    transition: opacity 0.3s ease;
    padding-right: 1rem;
    position: relative;
    color: #000000;
    overflow-y: auto;
    line-height: 1.8;
    max-height: 200px;
    opacity: 0.9;
    font-size: 14px;
}.our_backgroundq .guide_biosg:hover div {
    opacity: 1;
}.our_backgroundq .guide_biosg div::-webkit-scrollbar {
    width: 5px;
}.our_backgroundq .guide_biosg div::-webkit-scrollbar-track {
    background: rgb(255, 255, 255, 0.5);
}.our_backgroundq .guide_biosg div::-webkit-scrollbar-thumb {
    background-color: rgb(110,110,180,0.5);
    border-radius: 10px;
}.our_backgroundq .guide_biosg:first-child {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
}.our_backgroundq .guide_biosg:last-child {
    clip-path: polygon(3% 0, 100% 0, 100% 100%, 0% 100%);
}

@media (min-width: 768px) {.our_backgroundq {
    padding: 8rem 0;
}.our_backgroundq h1 {
    font-size: calc(43px * 1.2);
    margin-bottom: 4rem;
}.our_backgroundq .how_startedG ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}.our_backgroundq .guide_biosg {
    padding: 3rem;
}.our_backgroundq .guide_biosg div {
    max-height: 300px;
}
}

@media (min-width: 992px) {.our_backgroundq {
    padding: 10rem 0;
}.our_backgroundq::before {
    background-image: repeating-linear-gradient(
            45deg,
            transparent,
            transparent 15px,
            rgba(rgb(157,180,190,0.5), 0.02) 15px,
            rgba(rgb(157,180,190,0.5), 0.02) 30px
        );
}.our_backgroundq h1 {
    font-size: calc(43px * 1.4);
    margin-bottom: 5rem;
}.our_backgroundq .how_startedG ul {
    gap: 4rem;
}.our_backgroundq .guide_biosg {
    padding: 3.5rem;
}.our_backgroundq .guide_biosg h4 {
    margin-bottom: 2rem;
    font-size: calc(24px * 1.2);
}.our_backgroundq .guide_biosg div {
    max-height: 350px;
    line-height: 1.9;
    font-size: calc(14px * 1.05);
}
}

@media (min-width: 1200px) {.our_backgroundq .guide_biosg:first-child {
    transform: translateY(30px);
}.our_backgroundq .guide_biosg:last-child {
    transform: translateY(-30px);
}.our_backgroundq .guide_biosg:hover {
    transform: translateY(-10px);
}.our_backgroundq .guide_biosg:first-child:hover {
    transform: translateY(20px);
}.our_backgroundq .guide_biosg:last-child:hover {
    transform: translateY(-40px);
}.our_backgroundq .guide_biosg div {
    max-height: 400px;
}
}

@media (max-width: 576px) {.our_backgroundq {
    padding: 4rem 0;
}.our_backgroundq h1 {
    margin-bottom: 2.5rem;
    font-size: calc(43px * 0.9);
}.our_backgroundq .guide_biosg {
    padding: 2rem 1.5rem;
}.our_backgroundq .guide_biosg h4 {
    margin-bottom: 1rem;
    font-size: calc(24px * 0.9);
}.our_backgroundq .guide_biosg div {
    max-height: 150px;
    font-size: calc(14px * 0.95);
}.our_backgroundq .how_startedG ul {
    gap: 2rem;
}
}

@media (prefers-reduced-motion: reduce) {.our_backgroundq .guide_biosg,
    .our_backgroundq .guide_biosg::before,
    .our_backgroundq .guide_biosg h4,
    .our_backgroundq h1::after {
    transition: none;
}}.info_detailsH {
    position: relative;
    background: rgb(217,227,231);
    overflow: hidden;
    padding: 80px 0;
}.info_detailsH::before {
    height: 100%;
    content: '';
    background: linear-gradient(135deg, rgb(157,180,190,0.5) 0%, transparent 100%);
    width: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}.info_detailsH::after {
    z-index: 1;
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    background: radial-gradient(circle at 30% 70%, rgb(110,110,180,0.5) 0%, transparent 70%);
    width: 100%;
    left: 0;
}.info_detailsH .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 15px;
}.info_detailsH .contact_questionb {
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 40px;
    border: 1px solid rgb(110,110,180,0.5);
    align-items: stretch;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    display: flex;
}.info_detailsH .contact_questionb:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}.info_detailsH .connect_blockp {
    margin-bottom: 30px;
    font-weight: 700;
    padding-bottom: 15px;
    position: relative;
    color: rgb(157,180,190);
    font-size: 34px;
}.info_detailsH .pic_stripz {
    margin-bottom: 30px;
    border-radius: 10px;
    height: 280px;
    width: 100%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease;
    position: relative;
    overflow: hidden;
}.info_detailsH .pic_stripz::before {
    top: 0;
    width: 100%;
    content: '';
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.5) 100%);
    left: 0;
    position: absolute;
    z-index: 1;
    height: 100%;
}.info_detailsH .pic_stripz::after {
    content: '';
    top: -50%;
    animation: shine 6s infinite linear;
    height: 200%;
    transform: rotate(30deg);
    width: 200%;
    position: absolute;
    left: -50%;
    background: linear-gradient(
        to bottom right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    z-index: 2;
}@keyframes shine {
    0% {
        transform: translateX(-100%) rotate(30deg);
    }
    100% {
        transform: translateX(100%) rotate(30deg);
    }
}

.info_detailsH .contact_faqe {
    padding: 30px;
    background: rgb(217,227,231);
    border: 1px solid rgb(110,110,180,0.5);
    border-radius: 10px;
    position: relative;
}.info_detailsH .contact_faqe::before {
    z-index: -1;
    top: 0;
    content: '';
    border-radius: 10px;
    position: absolute;
    opacity: 0.05;
    width: 100%;
    left: 0;
    background: linear-gradient(135deg, rgb(157,180,190,0.5) 0%, transparent 100%);
    height: 100%;
}.info_detailsH .contact_faqe p {
    align-items: flex-start;
    position: relative;
    display: flex;
    font-size: 14px;
    color: #000000;
    margin-bottom: 20px;
    padding-left: 30px;
}.info_detailsH .contact_faqe p::before {
    left: -3px;
    top: 0px;
    transition: transform 0.3s ease, background 0.3s ease;
    border-radius: 50%;
    position: absolute;
    display: flex;
    background: rgb(157,180,190,0.5);
    width: 24px;
    justify-content: center;
    align-items: center;
    content: '';
    height: 24px;
}.info_detailsH .contact_faqe p:hover::before {
    background-color: rgb(157,180,190);
    transform: scale(1.2);
}.info_detailsH .contact_faqe p span {
    position: relative;
    display: inline-block;
    padding-bottom: 2px;
}.info_detailsH .contact_faqe p span::after {
    background: rgb(157,180,190);
    bottom: 0;
    position: absolute;
    width: 0;
    left: 0;
    height: 1px;
    content: '';
    transition: width 0.3s ease;
}.info_detailsH .contact_faqe p:hover span::after {
    width: 100%;
}.info_detailsH .contact_faqe p span a {
    transition: color 0.3s ease;
    color: rgb(110,110,180);
    text-decoration: none;
}.info_detailsH .contact_faqe p span a:hover {
    color: rgb(157,180,190);
}.info_detailsH .contact_faqe p svg {
    top: 3px;
    position: absolute;
    height: 18px;
    left: 0;
    fill: rgb(157,180,190);
    width: 18px;
    transition: transform 0.3s ease, fill 0.3s ease;
}.info_detailsH .contact_faqe p:hover svg {
    transform: scale(1.2);
    fill: rgb(110,110,180);
}.info_detailsH .contact_faqe p svg path {
    fill: inherit;
    transition: fill 0.3s ease;
}.info_detailsH .ask_questiona {
    padding-top: 20px;
    margin-top: 30px;
    border-top: 1px solid rgb(110,110,180,0.5);
}.info_detailsH .write_pageH {
    font-weight: 600;
    font-size: 21px;
    position: relative;
    margin-bottom: 20px;
    color: rgb(157,180,190);
    padding-left: 30px;
}.info_detailsH .write_pageH::before {
    width: 20px;
    top: 50%;
    border-radius: 50%;
    content: '';
    height: 20px;
    position: absolute;
    background: rgb(157,180,190,0.5);
    left: 0;
    transition: transform 0.3s ease;
    transform: translateY(-50%);
}.info_detailsH .write_pageH:hover::before {
    transform: translateY(-50%) scale(1.2);
}.info_detailsH .write_pageH svg {
    top: 50%;
    width: 20px;
    transform: translateY(-50%);
    height: 20px;
    transition: transform 0.3s ease, fill 0.3s ease;
    position: absolute;
    left: 0;
    fill: rgb(157,180,190);
}.info_detailsH .write_pageH:hover svg {
    fill: rgb(110,110,180);
    transform: translateY(-50%) scale(1.2);
}.info_detailsH .write_pageH svg path {
    fill: inherit;
    transition: fill 0.3s ease;
}.info_detailsH .form_eduu {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 15px;
    display: grid;
}.info_detailsH .msg_infod {
    font-size: 14px;
    transition: transform 0.3s ease, background 0.3s ease;
    overflow: hidden;
    background: rgb(110,110,180,0.5);
    padding: 10px 15px;
    border-radius: 10px;
    position: relative;
    color: #000000;
}.info_detailsH .msg_infod::before {
    top: 0;
    height: 100%;
    background: rgb(157,180,190);
    position: absolute;
    width: 4px;
    left: 0;
    transition: width 0.3s ease;
    content: '';
}.info_detailsH .msg_infod:hover {
    transform: translateX(5px);
    background: rgb(110,110,180);
}.info_detailsH .msg_infod:hover::before {
    width: 8px;
}.info_detailsH .msg_infod svg {
    vertical-align: middle;
    width: 14px;
    height: 14px;
    transition: transform 0.3s ease, fill 0.3s ease;
    fill: rgb(157,180,190);
    margin-right: 5px;
}.info_detailsH .msg_infod:hover svg {
    transform: rotate(15deg);
    fill: #ffffff;
}.info_detailsH .msg_infod svg path {
    transition: fill 0.3s ease;
    fill: inherit;
}@keyframes pulse {
    0% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.5;
        transform: scale(1);
    }
}

.info_detailsH .container::before {
    animation: pulse 10s infinite linear;
    width: 300px;
    position: absolute;
    border-radius: 50%;
    height: 300px;
    top: -100px;
    z-index: -1;
    opacity: 0.2;
    content: '';
    right: -100px;
    background-size: 15px 15px;
    background-image: linear-gradient(
        45deg,
        rgb(110,110,180,0.5) 25%,
        transparent 25%,
        transparent 50%,
        rgb(110,110,180,0.5) 50%,
        rgb(110,110,180,0.5) 75%,
        transparent 75%,
        transparent
    );
}.info_detailsH .container::after {
    border-radius: 50%;
    width: 200px;
    position: absolute;
    left: -50px;
    content: '';
    height: 200px;
    opacity: 0.1;
    bottom: -50px;
    background-size: 10px 10px;
    background-image: linear-gradient(
        45deg,
        rgb(157,180,190,0.5) 25%,
        transparent 25%,
        transparent 50%,
        rgb(157,180,190,0.5) 50%,
        rgb(157,180,190,0.5) 75%,
        transparent 75%,
        transparent
    );
    animation: pulse 15s infinite linear;
    z-index: -1;
}

@keyframes moveGradient {
    0% {
        background-position: 0% 0%, 100% 100%;
    }
    50% {
        background-position: 100% 0%, 0% 100%;
    }
    100% {
        background-position: 0% 0%, 100% 100%;
    }
}

@media (min-width: 992px) {.info_detailsH .contact_questionb {
    gap: 40px;
    flex-direction: row;
}.info_detailsH .pic_stripz {
    height: 350px;
    flex: 0 0 350px;
    margin-bottom: 0;
}.info_detailsH .contact_faqe {
    flex: 1;
}.info_detailsH .form_eduu {
    grid-template-columns: repeat(3, 1fr);
}
}

@media (min-width: 768px) and (max-width: 991px) {.info_detailsH {
    padding: 60px 0;
}.info_detailsH .contact_questionb {
    padding: 30px;
}.info_detailsH .connect_blockp {
    font-size: 21px;
    margin-bottom: 25px;
}.info_detailsH .pic_stripz {
    height: 240px;
}.info_detailsH .contact_faqe {
    padding: 25px;
}.info_detailsH .form_eduu {
    grid-template-columns: repeat(2, 1fr);
}.info_detailsH .contact_faqe p svg {
    height: 16px;
    width: 16px;
}.info_detailsH .write_pageH svg {
    width: 18px;
    height: 18px;
}
}

@media (max-width: 767px) {.info_detailsH {
    padding: 40px 0;
}.info_detailsH .contact_questionb {
    padding: 20px;
}.info_detailsH .connect_blockp {
    font-size: 18px;
    margin-bottom: 20px;
}.info_detailsH .pic_stripz {
    height: 200px;
}.info_detailsH .contact_faqe {
    padding: 20px;
}.info_detailsH .contact_faqe p {
    font-size: 14px;
    margin-bottom: 15px;
}.info_detailsH .write_pageH {
    font-size: 18px;
}.info_detailsH .form_eduu {
    grid-template-columns: 1fr;
}.info_detailsH .contact_faqe p svg {
    height: 15px;
    width: 15px;
    top: 4px;
}.info_detailsH .write_pageH svg {
    width: 16px;
    height: 16px;
}.info_detailsH .msg_infod svg {
    width: 12px;
    height: 12px;
}}.pricing_offer_boxE {
    padding: 120px 0;
    position: relative;
    background: rgb(217,227,231);
    overflow: hidden;
}.pricing_offer_boxE::before {
    width: 100%;
    content: "";
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(157,180,190,0.5) 0%, transparent 70%);
    height: 100%;
    top: 0;
    z-index: 1;
}.pricing_offer_boxE .container {
    padding: 0 15px;
    max-width: 1320px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}.pricing_offer_boxE .lesson_feesj {
    flex-direction: column-reverse;
    gap: 60px;
    display: flex;
}.pricing_offer_boxE .pro_feesa {
    text-align: center;
    animation: fadeInUp 0.8s ease-out forwards;
    max-width: 800px;
    margin: 0 auto;
    transform: translateY(-10px);
}.pricing_offer_boxE .pro_feesa h2 {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 34px;
    color: #000000;
    display: inline-block;
    position: relative;
}.pricing_offer_boxE .pro_feesa h2::after {
    left: 50%;
    content: "";
    bottom: -10px;
    width: 80px;
    height: 3px;
    position: absolute;
    background: rgb(157,180,190);
    transform: translateX(-50%);
}.pricing_offer_boxE .plan_feesq {
    overflow-wrap: break-word;
    line-height: 1.7;
    max-width: 600px;
    font-size: 14px;
    color: #000000;
    word-break: break-word;
    margin: 0 auto;
    margin-bottom: 0;
}.pricing_offer_boxE .member_feesj {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}.pricing_offer_boxE .price_panel1 {
    transform: translateY(20px);
    animation: fadeInUp 0.8s ease-out forwards;
    opacity: 0;
    animation-delay: calc(var(--index, 0) * 0.1s);
    display: block;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    border-radius: 10px;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    height: 100%;
    overflow: hidden;
}.pricing_offer_boxE .price_panel1:nth-child(1) {
    --index: 1;
}.pricing_offer_boxE .price_panel1:nth-child(2) {
    --index: 2;
}.pricing_offer_boxE .price_panel1:nth-child(3) {
    --index: 3;
}.pricing_offer_boxE .price_panel1:nth-child(4) {
    --index: 4;
}.pricing_offer_boxE .price_panel1:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px) scale(1.02);
}.pricing_offer_boxE .package_dealC {
    flex-direction: column;
    overflow: hidden;
    position: relative;
    background: linear-gradient(145deg, #ffffff, #f5f8ff);
    height: 100%;
    display: flex;
    box-sizing: border-box;
}.pricing_offer_boxE .package_dealC::before {
    top: 0;
    left: 0;
    content: "";
    height: 5px;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, rgb(157,180,190), rgb(110,110,180));
}.pricing_offer_boxE .study_ratesI {
    display: flex;
    flex-direction: column;
    padding: 40px 30px;
    box-sizing: border-box;
    flex: 1;
}.pricing_offer_boxE .study_ratesI h3 {
    margin-top: 0;
    position: relative;
    overflow-wrap: break-word;
    font-size: 22px;
    word-break: break-word;
    color: #000000;
    font-weight: 700;
    margin-bottom: 15px;
}.pricing_offer_boxE .study_ratesI h3::after {
    transition: width 0.3s ease;
    content: "";
    background-color: rgb(157,180,190);
    bottom: -8px;
    position: absolute;
    width: 40px;
    left: 0;
    height: 2px;
}.pricing_offer_boxE .price_panel1:hover .study_ratesI h3::after {
    width: 70px;
}.pricing_offer_boxE .price_dealsj {
    font-size: calc(22px * 1.2);
    overflow-wrap: break-word;
    color: rgb(157,180,190);
    display: inline-block;
    font-weight: 700;
    padding: 8px 16px;
    border-radius: 10px;
    position: relative;
    margin: 10px 0 20px;
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.1), rgba(var(--primary-color-rgb), 0.05));
    word-break: break-word;
}.pricing_offer_boxE .study_ratesI p {
    flex-grow: 1;
    white-space: normal;
    font-size: 14px;
    line-height: 1.7;
    color: #000000;
    overflow-wrap: break-word;
    margin-bottom: 0;
    word-break: break-word;
}.pricing_offer_boxE .pic_stripz {
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), filter 0.6s ease;
    width: 100%;
    height: 200px;
}.pricing_offer_boxE .price_panel1:hover .pic_stripz {
    transform: scale(1.05);
    filter: brightness(1.05);
}

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

@media (min-width: 768px) {.pricing_offer_boxE .member_feesj {
    grid-template-columns: repeat(2, 1fr);
}.pricing_offer_boxE .study_ratesI {
    padding: 40px;
}.pricing_offer_boxE .pic_stripz {
    height: 220px;
}
}

@media (min-width: 992px) {.pricing_offer_boxE .lesson_feesj {
    flex-direction: row;
    gap: 50px;
    align-items: center;
}.pricing_offer_boxE .member_feesj {
    grid-template-columns: repeat(2, 1fr);
    width: 65%;
}.pricing_offer_boxE .pro_feesa {
    margin: 0;
    width: 35%;
    text-align: left;
}.pricing_offer_boxE .pro_feesa h2::after {
    transform: none;
    left: 0;
}.pricing_offer_boxE .plan_feesq {
    margin: 0;
}
}

@media (min-width: 1200px) {.pricing_offer_boxE .member_feesj {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.pricing_offer_boxE .study_ratesI h3 {
    font-size: calc(22px * 1.1);
}.pricing_offer_boxE .price_dealsj {
    font-size: calc(22px * 1.3);
}.pricing_offer_boxE .pic_stripz {
    height: 240px;
}
}

@media (max-width: 767px) {.pricing_offer_boxE {
    padding: 80px 0;
}.pricing_offer_boxE .study_ratesI {
    padding: 30px 20px;
}.pricing_offer_boxE .price_dealsj {
    font-size: 22px;
    padding: 6px 12px;
}.pricing_offer_boxE .pic_stripz {
    height: 180px;
}
}

@media (max-width: 480px) {.pricing_offer_boxE {
    padding: 60px 0;
}.pricing_offer_boxE .pro_feesa h2 {
    font-size: calc(34px * 0.85);
}.pricing_offer_boxE .study_ratesI h3 {
    font-size: calc(22px * 0.95);
}.pricing_offer_boxE .pic_stripz {
    height: 160px;
}}.program_detailsL {
    overflow: hidden;
    background: linear-gradient(135deg, #000000 0%, rgba(0, 0, 0, 0.5) 50%, rgb(157,180,190,0.5) 100%);
    position: relative;
    padding: 80px 0;
}.program_detailsL::before {
    bottom: 0;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(157,180,190,0.5) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgb(110,110,180,0.5) 0%, transparent 40%);
    content: '';
}.program_detailsL::after {
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: 0.1;
    position: absolute;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(157,180,190,0.5) 49%, rgb(157,180,190,0.5) 51%, transparent 52%) 0 0 / 20px 20px,
        linear-gradient(-45deg, transparent 48%, rgb(110,110,180,0.5) 49%, rgb(110,110,180,0.5) 51%, transparent 52%) 10px 0 / 20px 20px;
    top: 0;
    left: 0;
    animation: backgroundShift 30s linear infinite;
    content: '';
}@keyframes backgroundShift {
    0% {
        background-position: 0 0, 10px 0;
    }
    100% {
        background-position: 500px 500px, 510px 500px;
    }
}

.program_detailsL .container {
    margin: 0 auto;
    padding: 0 15px;
    z-index: 2;
    position: relative;
    max-width: 1200px;
}.program_detailsL .training_expertsd {
    transition: all 0.5s ease;
    display: grid;
    padding: 40px;
    gap: 40px;
    backdrop-filter: blur(5px);
    grid-template-columns: 1fr 1fr;
    border-radius: 14px;
    position: relative;
    background: linear-gradient(145deg, 
                rgba(255, 255, 255, 0.05) 0%, 
                rgba(255, 255, 255, 0.02) 100%);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), 
                0 0 0 1px rgb(157,180,190,0.5),
                inset 0 0 20px rgb(157,180,190,0.5);
    overflow: hidden;
}.program_detailsL .training_expertsd::before {
    width: 200px;
    content: '';
    filter: blur(20px);
    border-radius: 50%;
    background: radial-gradient(circle, rgb(157,180,190) 0%, transparent 70%);
    top: -100px;
    opacity: 0.2;
    height: 200px;
    position: absolute;
    right: -100px;
    animation: pulseLight 8s ease-in-out infinite;
}.program_detailsL .training_expertsd::after {
    filter: blur(20px);
    height: 200px;
    left: -100px;
    position: absolute;
    width: 200px;
    bottom: -100px;
    animation: pulseLight 8s ease-in-out infinite 4s;
    background: radial-gradient(circle, rgb(110,110,180) 0%, transparent 70%);
    border-radius: 50%;
    opacity: 0.2;
    content: '';
}@keyframes pulseLight {
    0% {
        transform: scale(1);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.3;
    }
    100% {
        transform: scale(1);
        opacity: 0.2;
    }
}

.program_detailsL .future_skills3 {
    z-index: 3;
    justify-content: center;
    display: flex;
    padding-right: 20px;
    flex-direction: column;
    position: relative;
}.program_detailsL .main_navbarH {
    transform: perspective(1000px) rotateY(5deg);
    transition: transform 0.5s ease;
    display: inline-block;
    margin-bottom: 25px;
    position: relative;
}.program_detailsL .main_navbarH:hover {
    transform: perspective(1000px) rotateY(0deg);
}.program_detailsL .main_navbarH svg {
    transition: all 0.3s ease;
    width: 50px;
    filter: drop-shadow(0 5px 15px rgb(157,180,190,0.5));
    height: 50px;
}.program_detailsL .main_navbarH svg path {
    transition: fill 0.3s ease;
    fill: rgb(157,180,190);
}.program_detailsL .main_navbarH:hover svg path {
    fill: rgb(110,110,180);
}.program_detailsL h3 {
    backface-visibility: hidden;
    position: relative;
    transform: translateZ(0);
    padding-bottom: 15px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    margin-bottom: 25px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    font-size: 30px;
}.program_detailsL h3::after {
    left: 0;
    bottom: 0;
    border-radius: 10px;
    height: 3px;
    position: absolute;
    background: linear-gradient(90deg, rgb(157,180,190) 0%, rgb(110,110,180) 100%);
    width: 60px;
    content: '';
    animation: lineExpand 4s ease-in-out infinite;
}@keyframes lineExpand {
    0% {
        width: 60px;
        opacity: 1;
    }
    50% {
        width: 100px;
        opacity: 0.8;
    }
    100% {
        width: 60px;
        opacity: 1;
    }
}

.program_detailsL p {
    line-height: 1.7;
    font-size: 18px;
    z-index: 2;
    color: #ffffff;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    position: relative;
    font-family: Arial, sans-serif;
    margin-bottom: 0;
    font-weight: 400;
}.program_detailsL .pic_stripz {
    overflow: hidden;
    height: 350px;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.3),
        0 0 0 1px rgb(157,180,190,0.5),
        inset 0 0 30px rgba(0, 0, 0, 0.4);
    transform: perspective(1000px) rotateY(-5deg);
    transition: all 0.5s ease;
    border-radius: calc(14px * 1.5);
    position: relative;
}.program_detailsL .pic_stripz:hover {
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.4),
        0 0 0 1px rgb(157,180,190),
        inset 0 0 30px rgba(0, 0, 0, 0.4);
    transform: perspective(1000px) rotateY(0deg) scale(1.02);
}.program_detailsL .pic_stripz::before {
    z-index: 1;
    height: 100%;
    left: 0;
    width: 100%;
    top: 0;
    position: absolute;
    content: '';
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgba(0, 0, 0, 0.3) 100%
    );
}.program_detailsL .pic_stripz::after {
    left: 0;
    top: 0;
    height: 100%;
    background: 
        linear-gradient(45deg, transparent 40%, rgba(255, 255, 255, 0.1) 45%, transparent 50%) 0 0 / 30px 30px,
        linear-gradient(-45deg, transparent 40%, rgba(255, 255, 255, 0.1) 45%, transparent 50%) 15px 0 / 30px 30px;
    content: '';
    animation: scanlines 10s linear infinite;
    z-index: 2;
    opacity: 0.5;
    position: absolute;
    width: 100%;
}

@keyframes scanlines {
    0% {
        background-position: 0 0, 15px 0;
    }
    100% {
        background-position: 300px 300px, 315px 300px;
    }
}


@media (max-width: 991px) {.program_detailsL {
    padding: 60px 0;
}.program_detailsL .training_expertsd {
    grid-template-columns: 1fr;
    padding: 30px;
    gap: 30px;
}.program_detailsL .future_skills3 {
    padding-right: 0;
    text-align: center;
}.program_detailsL h3::after {
    transform: translateX(-50%);
    left: 50%;
}.program_detailsL .pic_stripz {
    min-height: 300px;
}
}

@media (max-width: 767px) {.program_detailsL {
    padding: 40px 0;
}.program_detailsL .training_expertsd {
    padding: 25px;
    gap: 25px;
}.program_detailsL h3 {
    margin-bottom: 20px;
    font-size: calc(30px * 0.85);
}.program_detailsL p {
    font-size: calc(18px * 0.95);
}.program_detailsL .pic_stripz {
    min-height: 250px;
    clip-path: polygon(
            0% 5%, 
            5% 0%, 
            95% 0%, 
            100% 5%, 
            100% 95%, 
            95% 100%, 
            5% 100%, 
            0% 95%
        );
}
}

@media (max-width: 576px) {.program_detailsL {
    padding: 30px 0;
}.program_detailsL .training_expertsd {
    gap: 20px;
    padding: 20px;
}.program_detailsL .main_navbarH {
    margin-bottom: 15px;
}.program_detailsL h3 {
    margin-bottom: 15px;
    font-size: calc(30px * 0.7);
    padding-bottom: 10px;
}.program_detailsL p {
    font-size: calc(18px * 0.9);
}.program_detailsL .pic_stripz {
    min-height: 200px;
}}
.cookieUsagePromptPanelb {
    background: rgb(217,227,231);
    z-index: 90;
    border-top: 2px solid rgb(157,180,190);
    width: 100%;
    bottom: 0;
    position: fixed;
}#cookiePopupWindowl {
    display: none;
}#cookiePopupWindowl:checked ~ .cookieUsagePromptPanelb {
    visibility: hidden;
    opacity: 0;
}.data_consent6 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}.cookieUsagePromptPanelb h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.cookieUsagePromptPanelb p {
    font-size: 18px;
}.cookie_confirm5 {
    flex-shrink: 0;
    margin-right: 10px;
}.cookie_confirm5 svg, .cookie_confirm5 svg path, .cookie_confirm5 img {
    height: 100px;
    fill: rgb(157,180,190);
    width: 100px;
}.edu_approveb {
    cursor: pointer;
    line-height: 35px;
    margin-left: 10px;
    text-decoration: none;
    font-size: 24px;
    flex-shrink: 0;
    white-space: nowrap;
    text-align: center;
    min-width: 120px;
    border-bottom: 2px solid rgb(157,180,190);
    color: rgb(157,180,190);
}.cookieUsagePromptPanelb p a {
    text-decoration: none;
    color: rgb(157,180,190);
}
@media only screen and (max-width: 1200px) {.cookieUsagePromptPanelb {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.cookie_confirm5 {
    display: none;
}.data_consent6 {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.cookieUsagePromptPanelb h5 {
    text-align: center;
}.cookieUsagePromptPanelb p {
    text-align: center;
}.visitor_acceptanceE {
    margin-bottom: 20px;
}body .wrapper-holderZ .edu_approveb {
    margin-left: 0;
    margin-bottom: 10px;
}}
.wrapper-holderZ .cookieUsagePromptPanelb {
    box-shadow: rgb(110,110,180,0.5) 0px 0px 10px 10px;
    background: rgb(157,180,190);
}.wrapper-holderZ .data_consent6 {
    justify-content: space-between;
    padding: 40px 0;
}.wrapper-holderZ .edu_approveb {
    padding: 10px;
    font-size: 20px;
    border: none;
    margin-left: 30px;
    color: rgb(157,180,190);
    background: #ffffff;
}.wrapper-holderZ .visitor_acceptanceE {
    color: #ffffff;
    text-align: left;
}.wrapper-holderZ .visitor_acceptanceE h5 {
    font-weight: 700;
}.wrapper-holderZ .visitor_acceptanceE h5, .wrapper-holderZ .visitor_acceptanceE p {
    color: #ffffff;
}.wrapper-holderZ .cookieUsagePromptPanelb p a {
    text-decoration: underline;
    color: rgb(110,110,180);
}header .top_plank {
    background: rgb(157,180,190);
    color:  #ffffff;
}header .top_plank .top_trackpro6 div svg, header .top_plank .top_trackpro6 div svg path {
    fill: #ffffff;
}header .top_plank .top_trackpro6 div span {
    color: #ffffff;
}header .top_plank .top_trackpro6 {
    padding: 15px 0 10px 0;
    line-height: 21px;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
}header .top_plank .top_trackpro6 div {
    justify-content: flex-start;
    margin-right: 24px;
    align-items: center;
    display: flex;
}header .top_plank .top_trackpro6 div img, header .top_plank .top_trackpro6 div svg {
    margin-right: 8px;
    height: 16px;
    width: 16px;
}.mentorship_experienceT {
    position: relative;
    padding: 80px 40px;
    min-height: 450px;
    background: rgb(217,227,231);
    overflow: hidden;
}.mentorship_experienceT::before {
    left: 0;
    opacity: 0.05;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 30px,
        rgb(157,180,190,0.5) 30px,
        rgb(157,180,190,0.5) 32px
    );
    position: absolute;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
}.mentorship_experienceT .review_voicess {
    transform-style: preserve-3d;
    display: flex;
    position: relative;
    margin: 0 auto;
    max-width: 1000px;
    perspective: 1000px;
    flex-direction: column;
}.mentorship_experienceT .pic_stripz {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    margin-left: 60px;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 50%;
    position: relative;
    width: 140px;
    height: 140px;
    border: 4px solid #ffffff;
    z-index: 5;
}.mentorship_experienceT .review_voicess:hover .pic_stripz {
    border-color: rgb(157,180,190);
    transform: translateY(-15px) scale(1.1);
}.mentorship_experienceT .employee_progresse {
    position: relative;
    overflow: hidden;
    padding: 60px 40px 40px;
    margin-top: -40px;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 26px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    transform: translateZ(0);
    background: #ffffff;
}.mentorship_experienceT .review_voicess:hover .employee_progresse {
    transform: translateZ(30px);
}.mentorship_experienceT .employee_progresse::before {
    left: 0;
    height: 0;
    transition: height 0.5s ease;
    content: "";
    width: 4px;
    background: linear-gradient(to bottom, rgb(157,180,190), rgb(110,110,180));
    position: absolute;
    top: 0;
}.mentorship_experienceT .review_voicess:hover .employee_progresse::before {
    animation: pulseGlow 2s infinite;
    height: 100%;
}.mentorship_experienceT .name {
    transition: all 0.4s ease;
    font-weight: 700;
    color: #000000;
    letter-spacing: 1px;
    transform: translateX(0);
    font-size: 31px;
    margin-bottom: 5px;
}.mentorship_experienceT .review_voicess:hover .name {
    transform: translateX(15px);
    color: rgb(157,180,190);
}.mentorship_experienceT .employee_progresse > div:nth-child(2) {
    transform: translateX(0);
    font-size: 13px;
    font-weight: 600;
    transition: all 0.4s ease 0.1s;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: rgb(110,110,180);
    opacity: 0.8;
}.mentorship_experienceT .review_voicess:hover .employee_progresse > div:nth-child(2) {
    transform: translateX(15px);
}.mentorship_experienceT .exp_skillsE {
    color: #000000;
    transition: all 0.4s ease 0.2s;
    position: relative;
    line-height: 1.8;
    opacity: 0.9;
    transform: translateY(0);
    padding: 20px 0;
    font-size: 13px;
}.mentorship_experienceT .review_voicess:hover .exp_skillsE {
    transform: translateY(-5px);
}.mentorship_experienceT .exp_skillsE::before,
.mentorship_experienceT .exp_skillsE::after {
    width: 35px;
    transition: all 0.4s ease;
    height: 1px;
    position: absolute;
    content: "";
    background: rgb(110,110,180,0.5);
}.mentorship_experienceT .exp_skillsE::before {
    left: 0;
    top: 0;
}.mentorship_experienceT .exp_skillsE::after {
    bottom: 0;
    right: 0;
}.mentorship_experienceT .review_voicess:hover .exp_skillsE::before,
.mentorship_experienceT .review_voicess:hover .exp_skillsE::after {
    width: 100px;
    background: rgb(110,110,180);
    height: 2px;
}

@keyframes pulseGlow {
    0%, 100% {
        box-shadow: 0 0 8px 2px rgb(157,180,190,0.5);
    }
    50% {
        box-shadow: 0 0 15px 2px rgb(157,180,190);
    }
}

@media (min-width: 768px) {.mentorship_experienceT .review_voicess {
    align-items: center;
    flex-direction: row;
}.mentorship_experienceT .pic_stripz {
    z-index: 5;
    margin-right: -80px;
    width: 180px;
    margin-left: 0;
    height: 180px;
}.mentorship_experienceT .employee_progresse {
    padding-left: 100px;
    margin-top: 0;
    flex: 1;
}
}

@media (max-width: 767px) {.mentorship_experienceT {
    padding: 60px 20px;
}.mentorship_experienceT .employee_progresse {
    padding: 60px 25px 35px;
}.mentorship_experienceT .name {
    font-size: calc(31px - 4px);
}.mentorship_experienceT .employee_progresse > div:nth-child(2) {
    font-size: calc(13px - 1px);
}.mentorship_experienceT .exp_skillsE {
    font-size: calc(13px - 1px);
}}.thanksBoxF {
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(145deg, rgb(110,110,180,0.5), rgb(157,180,190,0.5));
    z-index: 1;
}.thanksBoxF::before {
    opacity: 0.07;
    transform: rotate(25deg);
    right: -10%;
    position: absolute;
    z-index: -1;
    width: 70%;
    content: "";
    animation: float 20s infinite alternate ease-in-out;
    background: radial-gradient(circle at center, #ffffff 0%, transparent 70%);
    height: 70%;
    top: -10%;
}.thanksBoxF::after {
    width: 50%;
    height: 50%;
    position: absolute;
    transform: rotate(-15deg);
    left: -5%;
    animation: float 15s infinite alternate-reverse ease-in-out;
    opacity: 0.05;
    background: radial-gradient(circle at center, #ffffff 0%, transparent 70%);
    content: "";
    z-index: -1;
    bottom: -5%;
}.thanksBoxF .container {
    margin: 0 auto;
    max-width: 1140px;
    position: relative;
    padding: 0 15px;
}.thanksBoxF .training_expertsd {
    gap: 2.5rem;
    position: relative;
    display: grid;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform-style: preserve-3d;
    transform: perspective(1000px) rotateX(2deg);
    grid-template-columns: 1fr;
}.thanksBoxF .training_expertsd:hover {
    transform: perspective(1000px) rotateX(0deg);
}.thanksBoxF .training_expertsd > div:first-child {
    background: #ffffff;
    position: relative;
    padding: 2.5rem;
    z-index: 2;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05),
                0 5px 15px rgba(0, 0, 0, 0.03);
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
}.thanksBoxF .training_expertsd > div:first-child::before {
    background: linear-gradient(90deg, rgb(157,180,190), rgb(110,110,180));
    right: 0;
    content: "";
    left: 0;
    transform: scaleX(0);
    transform-origin: left;
    top: 0;
    height: 5px;
    position: absolute;
    z-index: 3;
    transition: transform 0.7s ease;
}.thanksBoxF .training_expertsd:hover > div:first-child::before {
    transform: scaleX(1);
}.thanksBoxF .training_expertsd > div:last-child {
    backdrop-filter: blur(10px);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    transform: translateY(-10px);
    background: linear-gradient(to right bottom, 
                rgba(255, 255, 255, 0.9),
                rgba(255, 255, 255, 0.7));
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05),
                0 5px 15px rgba(0, 0, 0, 0.02);
    padding: 2.5rem 3rem;
}.thanksBoxF .training_expertsd:hover > div:last-child {
    transform: translateY(0);
}.thanksBoxF h5 {
    line-height: 1.4;
    font-size: 20px;
    position: relative;
    color: rgb(157,180,190);
    font-weight: 700;
    margin: 0;
    display: inline-block;
}.thanksBoxF h5::after {
    transition: width 0.4s ease;
    bottom: -10px;
    content: "";
    background: rgb(110,110,180);
    height: 3px;
    position: absolute;
    left: 0;
    width: 60px;
}.thanksBoxF .training_expertsd:hover h5::after {
    width: 100%;
}.thanksBoxF a {
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
    display: block;
}.thanksBoxF a:hover {
    transform: translateX(5px);
}.thanksBoxF p {
    margin: 0;
    color: #000000;
    line-height: 1.8;
    position: relative;
    font-size: 13px;
}.thanksBoxF a::before {
    content: "";
    background: rgb(110,110,180);
    left: -1.5rem;
    height: 0.5rem;
    opacity: 0;
    width: 0.5rem;
    position: absolute;
    top: 0.5rem;
    transition: all 0.3s ease;
}.thanksBoxF a:hover::before {
    opacity: 1;
}

@keyframes float {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(2%, 2%) rotate(5deg);
    }
    100% {
        transform: translate(-2%, -1%) rotate(-5deg);
    }
}

@media (min-width: 768px) {.thanksBoxF {
    padding: 8rem 0;
}.thanksBoxF .training_expertsd {
    grid-template-columns: 1fr 1.2fr;
    gap: 0;
}.thanksBoxF .training_expertsd > div:first-child {
    transform: translateX(5%);
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    z-index: 2;
}.thanksBoxF .training_expertsd > div:last-child {
    margin-left: -5%;
    z-index: 1;
    padding-left: 10%;
    transform: translateY(25px);
}.thanksBoxF .training_expertsd:hover > div:last-child {
    transform: translateY(15px);
}.thanksBoxF h5 {
    font-size: calc(20px * 1.1);
}.thanksBoxF p {
    font-size: calc(13px * 1.05);
}
}

@media (min-width: 992px) {.thanksBoxF {
    padding: 10rem 0;
}.thanksBoxF .training_expertsd {
    grid-template-columns: 0.9fr 1.3fr;
}.thanksBoxF .training_expertsd > div:first-child {
    padding: 3rem;
    transform: translateX(10%);
}.thanksBoxF .training_expertsd > div:last-child {
    transform: translateY(35px);
    padding-left: 15%;
    margin-left: -10%;
}.thanksBoxF .training_expertsd:hover > div:last-child {
    transform: translateY(25px);
}.thanksBoxF h5 {
    font-size: calc(20px * 1.2);
}
}

@media (max-width: 767px) {.thanksBoxF {
    padding: 4rem 0;
}.thanksBoxF .training_expertsd > div:first-child,
    .thanksBoxF .training_expertsd > div:last-child {
    padding: 2rem;
}.thanksBoxF h5 {
    font-size: calc(20px * 0.9);
}.thanksBoxF p {
    font-size: calc(13px * 0.95);
}}.contact_boxb {
    overflow: hidden;
    background: linear-gradient(120deg, rgb(217,227,231) 0%, #1a1e2e 100%);
    padding: 90px 0;
    position: relative;
}.contact_boxb::before {
    top: 0;
    height: 100%;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 50%, rgba(0, 0, 0, 0.4) 0%, transparent 40%),
        linear-gradient(0deg, transparent 80%, rgba(rgb(157,180,190), 0.05) 100%);
    z-index: 0;
    position: absolute;
    left: 0;
    content: "";
}.contact_boxb::after {
    left: 0;
    width: 100%;
    bottom: 0;
    height: 100px;
    background: 
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 20px);
    z-index: 1;
    content: "";
    position: absolute;
}.contact_boxb .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
}.contact_boxb h2 {
    text-align: center;
    margin-bottom: 70px;
    position: relative;
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}.contact_boxb h2::before {
    content: "";
    position: absolute;
    background: rgb(157,180,190);
    width: 30px;
    bottom: -20px;
    left: calc(50% - 50px);
    height: 2px;
}.contact_boxb h2::after {
    height: 2px;
    position: absolute;
    left: calc(50% - 10px);
    background: rgb(157,180,190);
    width: 70px;
    bottom: -20px;
    content: "";
}.contact_boxb .query_queryi {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.05);
    display: grid;
    border-radius: 22px;
    overflow: hidden;
    grid-template-columns: 6fr 4fr;
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.2);
}.contact_boxb .pic_stripz {
    position: relative;
    min-height: 100%;
}.contact_boxb .pic_stripz::before {
    width: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
    top: 0;
    height: 100%;
    left: 0;
    position: absolute;
    z-index: 1;
    content: "";
}.contact_boxb .pic_stripz::after {
    left: 0;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(rgb(157,180,190), 0.1) 10px, rgba(rgb(157,180,190), 0.1) 11px);
    position: absolute;
    animation: scanLines 5s linear infinite;
    height: 100%;
    top: 0;
    width: 100%;
    z-index: 2;
    content: "";
}@keyframes scanLines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.contact_boxb .contact_queryJ {
    padding: 50px;
    position: relative;
}.contact_boxb .contact_queryJ::before {
    position: absolute;
    content: "";
    background: radial-gradient(circle at 50% 30%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
}.contact_boxb #contact {
    gap: 25px;
    display: flex;
    flex-direction: column;
}.contact_boxb h3 {
    color: #ffffff;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
}.contact_boxb h3::after {
    content: "";
    height: 2px;
    background: rgb(157,180,190);
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 50px;
}.contact_boxb input[type="text"] {
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.2);
    font-size: 12px;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    border-radius: 10px;
    padding: 16px 20px;
}.contact_boxb input[type="text"]:focus {
    border-color: rgb(157,180,190);
    box-shadow: 0 0 15px rgba(rgb(157,180,190), 0.2);
    outline: none;
    background: rgba(0, 0, 0, 0.3);
}.contact_boxb input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}.contact_boxb .request_helph {
    margin-top: 5px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}.contact_boxb .request_helph input[type="checkbox"] {
    margin-top: 2px;
    width: 24px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    position: relative;
    appearance: none;
    height: 24px;
}.contact_boxb .request_helph input[type="checkbox"]:checked {
    border-color: rgb(157,180,190);
    background: rgb(157,180,190);
}.contact_boxb .request_helph input[type="checkbox"]:checked::after {
    height: 10px;
    width: 6px;
    top: 6px;
    border: solid #ffffff;
    transform: rotate(45deg);
    content: "";
    left: 9px;
    border-width: 0 2px 2px 0;
    position: absolute;
}.contact_boxb .request_helph label {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
    font-size: calc(12px - 2px);
}.contact_boxb .request_helph a {
    transition: all 0.3s ease;
    position: relative;
    color: rgb(157,180,190);
    text-decoration: none;
}.contact_boxb .request_helph a:hover {
    color: #ffffff;
}.contact_boxb .request_helph a::after {
    left: 0;
    background: rgb(157,180,190);
    position: absolute;
    height: 1px;
    bottom: -2px;
    content: "";
    width: 100%;
    transition: all 0.3s ease;
}.contact_boxb .request_helph a:hover::after {
    background: #ffffff;
}.contact_boxb .query_cardO {
    transition: all 0.3s ease;
    position: relative;
    border-radius: 10px;
    color: #ffffff;
    margin-top: 10px;
    letter-spacing: 1px;
    overflow: hidden;
    font-weight: 600;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    border: none;
    background: rgb(157,180,190);
    text-transform: uppercase;
    padding: 16px 35px;
    cursor: pointer;
    align-self: flex-start;
}.contact_boxb .query_cardO::before {
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: "";
    transition: all 0.5s ease;
    top: 0;
    width: 100%;
    left: -100%;
}.contact_boxb .query_cardO:hover {
    background: rgb(110,110,180);
    transform: translateY(-3px);
}.contact_boxb .query_cardO:hover::before {
    left: 100%;
}.contact_boxb svg {
    filter: drop-shadow(0 0 5px rgba(rgb(157,180,190), 0.5));
    transition: all 0.3s ease;
    height: 22px;
    width: 22px;
    fill: rgb(157,180,190);
}.contact_boxb svg path {
    fill: rgb(157,180,190);
    transition: all 0.3s ease;
}.contact_boxb svg:hover {
    transform: scale(1.1);
    fill: #ffffff;
}.contact_boxb svg:hover path {
    fill: #ffffff;
}

@media (max-width: 992px) {.contact_boxb {
    padding: 70px 0;
}.contact_boxb .query_queryi {
    grid-template-columns: 1fr;
}.contact_boxb .pic_stripz {
    min-height: 300px;
}.contact_boxb .contact_queryJ {
    padding: 40px 30px 50px;
}
}

@media (max-width: 768px) {.contact_boxb {
    padding: 50px 0;
}.contact_boxb h2 {
    margin-bottom: 50px;
    font-size: calc(28px - 4px);
}.contact_boxb .pic_stripz {
    min-height: 250px;
}
}

@media (max-width: 576px) {.contact_boxb {
    padding: 40px 0;
}.contact_boxb .container {
    padding: 0 15px;
}.contact_boxb h2 {
    margin-bottom: 40px;
    font-size: calc(28px - 6px);
}.contact_boxb h2::before {
    left: calc(50% - 35px);
    width: 20px;
}.contact_boxb h2::after {
    width: 50px;
}.contact_boxb .contact_queryJ {
    padding: 30px 20px 40px;
}.contact_boxb #contact {
    gap: 20px;
}.contact_boxb .query_cardO {
    width: 100%;
}.contact_boxb .pic_stripz {
    min-height: 200px;
}}.welcomeO {
    position: relative;
    overflow: hidden;
    width: 100%;
}.welcomeO .main_homeO {
    min-height: 100vh;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    padding: 7rem 5rem;
    align-items: center;
    justify-content: flex-start;
    display: flex;
}.welcomeO .main_homeO::before {
    bottom: 0;
    left: 0;
    content: "";
    right: 0;
    z-index: -1;
    top: 0;
    position: absolute;
    background: linear-gradient(135deg, 
    rgba(0,0,0,0.85) 0%, 
    rgba(0,0,0,0.6) 50%, 
    rgba(0,0,0,0.4) 100%);
}.welcomeO .main_homeO::after {
    transform: rotate(-5deg);
    right: -5%;
    animation: floatEffect 15s infinite alternate ease-in-out;
    clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
    width: 50%;
    height: 70%;
    z-index: -1;
    opacity: 0.2;
    top: -10%;
    position: absolute;
    background: linear-gradient(to bottom right, 
    rgb(157,180,190,0.5), 
    rgb(110,110,180,0.5));
    content: "";
}.welcomeO .smart_studyE {
    max-width: 700px;
    position: relative;
    transform: translateX(-2rem);
    width: 100%;
    padding: 3rem;
    animation: slideIn 1s ease-out forwards;
}.welcomeO .smart_studyE::before {
    width: 5px;
    left: 0;
    content: "";
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom, rgb(157,180,190), rgb(110,110,180));
    height: 0;
    animation: growLine 1.2s 0.5s forwards ease-out;
}.welcomeO .smart_studyE h1 {
    animation: fadeUp 0.8s 0.3s forwards ease-out;
    font-weight: 700;
    opacity: 0;
    position: relative;
    transform: translateY(30px);
    line-height: 1.2;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
    color: #ffffff;
    margin-bottom: 2rem;
    font-size: calc(43px * 1.2);
}.welcomeO .smart_studyE h1::after {
    transform: scaleX(0);
    transform-origin: left;
    animation: expandLine 1s 0.8s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    background: rgb(157,180,190);
    height: 4px;
    width: 100px;
    content: "";
    bottom: -1rem;
    position: absolute;
    left: 0;
}.welcomeO .smart_studyE h3 {
    position: relative;
    font-size: calc(19px * 1.1);
    transform: translateY(20px);
    line-height: 1.5;
    animation: fadeUp 0.8s 0.6s forwards ease-out;
    margin-bottom: 1.5rem;
    opacity: 0;
    color: #ffffff;
    font-weight: 600;
}.welcomeO .smart_studyE p {
    max-width: 90%;
    transform: translateY(20px);
    padding-left: 1rem;
    line-height: 1.6;
    color: #ffffff;
    opacity: 0;
    border-left: 2px solid rgb(110,110,180);
    margin-top: 2rem;
    font-size: calc(13px * 1.1);
    animation: fadeUp 0.8s 0.9s forwards ease-out;
    position: relative;
}

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

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

@keyframes growLine {
  to {
    height: 100%;
  }
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(-4rem);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes floatEffect {
  0% {
    transform: rotate(-5deg) translateY(0);
  }
  50% {
    transform: rotate(-3deg) translateY(-20px);
  }
  100% {
    transform: rotate(-5deg) translateY(0);
  }
}

@media (max-width: 992px) {.welcomeO .main_homeO {
    align-items: flex-start;
    padding: 5rem 3rem;
}.welcomeO .smart_studyE {
    padding: 2rem;
    max-width: 600px;
}.welcomeO .smart_studyE h1 {
    font-size: calc(32px * 1.1);
}.welcomeO .smart_studyE h3 {
    font-size: 19px;
}
}

@media (max-width: 768px) {.welcomeO .main_homeO {
    padding: 4rem 2rem;
}.welcomeO .main_homeO::after {
    width: 70%;
}.welcomeO .smart_studyE {
    padding: 1.5rem;
}.welcomeO .smart_studyE h1 {
    font-size: 32px;
    margin-bottom: 1.5rem;
}.welcomeO .smart_studyE h3 {
    font-size: calc(16px * 1.1);
}.welcomeO .smart_studyE p {
    font-size: 13px;
}
}

@media (max-width: 576px) {.welcomeO .main_homeO {
    padding: 3rem 1.5rem;
    min-height: 90vh;
}.welcomeO .smart_studyE {
    padding: 1rem;
    transform: none;
}.welcomeO .smart_studyE h1 {
    margin-bottom: 1.2rem;
    font-size: calc(32px * 0.9);
}.welcomeO .smart_studyE h1::after {
    width: 70px;
    height: 3px;
}.welcomeO .smart_studyE h3 {
    font-size: 16px;
    margin-bottom: 1rem;
}.welcomeO .smart_studyE p {
    margin-top: 1.5rem;
    max-width: 100%;
    font-size: calc(13px * 0.9);
}}.course_beneficiaries4 {
    overflow: hidden;
    padding: 140px 0;
    position: relative;
    background: rgb(217,227,231);
}.course_beneficiaries4::before {
    width: 100%;
    background-image: 
        linear-gradient(
            45deg, 
            rgb(157,180,190,0.5) 25%, 
            transparent 25%, 
            transparent 75%, 
            rgb(157,180,190,0.5) 75%
        ),
        linear-gradient(
            -45deg, 
            rgb(157,180,190,0.5) 25%, 
            transparent 25%, 
            transparent 75%, 
            rgb(157,180,190,0.5) 75%
        );
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    opacity: 0.03;
    z-index: 0;
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
    position: absolute;
}.course_beneficiaries4::after {
    width: 100%;
    height: 150px;
    position: absolute;
    background: linear-gradient(to top, rgb(217,227,231), transparent);
    bottom: 0;
    left: 0;
    content: "";
    z-index: 1;
}.course_beneficiaries4 .container {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}.course_beneficiaries4 .training_expertsd {
    position: relative;
}.course_beneficiaries4 h4 {
    text-align: center;
    padding: 20px 0;
    margin-bottom: 80px;
    color: #000000;
    font-size: 34px;
    position: relative;
    font-weight: 700;
}.course_beneficiaries4 h4::before {
    top: 0;
    content: "";
    background: rgb(157,180,190,0.5);
    transform: translateX(-50%);
    left: 50%;
    height: 3px;
    position: absolute;
    border-radius: 2px;
    width: 100px;
}.course_beneficiaries4 h4::after {
    position: absolute;
    left: 50%;
    height: 3px;
    background: rgb(110,110,180,0.5);
    border-radius: 2px;
    content: "";
    width: 100px;
    bottom: 0;
    transform: translateX(-50%);
}.course_beneficiaries4 div {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}.course_beneficiaries4 div::before {
    opacity: 0.5;
    left: 50%;
    width: 2px;
    z-index: 0;
    background: linear-gradient(180deg, rgb(157,180,190,0.5), rgb(110,110,180,0.5), transparent);
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
}.course_beneficiaries4 div p {
    font-size: 13px;
    border-radius: 50px;
    align-items: center;
    display: flex;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    line-height: 1.6;
    color: #000000;
    background: #ffffff;
    position: relative;
    padding: 25px 30px;
    width: 70%;
    margin: 0 0 60px 0;
    z-index: 1;
    transition: all 0.4s ease;
}.course_beneficiaries4 div p:nth-child(odd) {
    border-top-left-radius: 0;
    align-self: flex-start;
}.course_beneficiaries4 div p:nth-child(even) {
    align-self: flex-end;
    border-top-right-radius: 0;
}.course_beneficiaries4 div p:hover {
    transform: scale(1.03);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.course_beneficiaries4 div p::before {
    border-radius: 50%;
    width: 30px;
    position: absolute;
    background: #ffffff;
    height: 30px;
    content: "";
    z-index: 2;
}.course_beneficiaries4 div p:nth-child(odd)::before {
    left: -15px;
    top: -15px;
}.course_beneficiaries4 div p:nth-child(even)::before {
    top: -15px;
    right: -15px;
}.course_beneficiaries4 div p::after {
    z-index: 3;
    transition: all 0.3s ease;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(157,180,190), rgb(110,110,180));
    content: "";
    position: absolute;
}.course_beneficiaries4 div p:nth-child(odd)::after {
    top: -7.5px;
    left: -7.5px;
}.course_beneficiaries4 div p:nth-child(even)::after {
    top: -7.5px;
    right: -7.5px;
}.course_beneficiaries4 div p:hover::after {
    box-shadow: 0 0 10px rgb(157,180,190,0.5);
    transform: scale(1.3);
}.course_beneficiaries4 div p svg {
    width: 32px;
    transition: all 0.3s ease;
    margin-right: 20px;
    height: 32px;
    min-width: 32px;
}.course_beneficiaries4 div p:hover svg {
    transform: rotate(15deg);
}.course_beneficiaries4 div p svg path {
    transition: fill 0.3s ease;
    fill: rgb(157,180,190);
}.course_beneficiaries4 div p:hover svg path {
    fill: rgb(110,110,180);
}

@media (max-width: 991px) {.course_beneficiaries4 {
    padding: 120px 0;
}.course_beneficiaries4 h4 {
    margin-bottom: 70px;
    font-size: calc(34px - 2px);
}.course_beneficiaries4 div p {
    padding: 22px 25px;
    width: 80%;
    margin-bottom: 50px;
}.course_beneficiaries4 div p svg {
    min-width: 28px;
    width: 28px;
    margin-right: 15px;
    height: 28px;
}
}

@media (max-width: 767px) {.course_beneficiaries4 {
    padding: 100px 0;
}.course_beneficiaries4 h4 {
    margin-bottom: 60px;
    font-size: calc(34px - 4px);
}.course_beneficiaries4 div p {
    margin-bottom: 40px;
    border-radius: 30px !important;
    width: 90%;
    align-self: center !important;
    padding: 18px 22px;
}.course_beneficiaries4 div p::before,
    .course_beneficiaries4 div p::after {
    display: none;
}.course_beneficiaries4 div p svg {
    height: 24px;
    margin-right: 12px;
    width: 24px;
    min-width: 24px;
}
}

@media (max-width: 479px) {.course_beneficiaries4 {
    padding: 80px 0;
}.course_beneficiaries4 h4 {
    font-size: calc(34px - 6px);
    margin-bottom: 50px;
}.course_beneficiaries4 div p {
    padding: 15px 18px;
    width: 100%;
    font-size: calc(13px - 1px);
    margin-bottom: 30px;
}.course_beneficiaries4 div p svg {
    margin-right: 10px;
    min-width: 22px;
    height: 22px;
    width: 22px;
}}.statistical_summaryn {
    position: relative;
    color: #ffffff;
    padding: 120px 0;
    isolation: isolate;
    overflow: hidden;
}.statistical_summaryn::before {
    z-index: -2;
    width: 100%;
    background-color: #000000;
    opacity: 0.92;
    content: '';
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
}.statistical_summaryn::after {
    left: 0;
    top: 0;
    background: radial-gradient(circle at 20% 30%, rgb(157,180,190,0.5) 0%, transparent 40%),
                radial-gradient(circle at 80% 70%, rgb(110,110,180,0.5) 0%, transparent 50%);
    content: '';
    opacity: 0.4;
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
}.statistical_summaryn .container {
    max-width: 1400px;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}.statistical_summaryn .statistics_reasonso {
    position: relative;
    display: grid;
    grid-template-rows: auto auto auto;
    gap: 30px;
    z-index: 1;
    grid-template-areas:
        "header minisvg"
        "description description"
        "items items";
    margin: 0 auto;
    grid-template-columns: 3fr 1fr;
}.statistical_summaryn .fast_benefitsT {
    align-items: flex-start;
    grid-area: minisvg;
    justify-content: flex-end;
    display: flex;
}.statistical_summaryn .fast_benefitsT svg {
    fill: rgb(157,180,190);
    height: 80px;
    animation: pulse 3s infinite alternate ease-in-out;
    width: 80px;
    filter: drop-shadow(0 0 12px rgb(157,180,190,0.5));
}.statistical_summaryn .fast_benefitsT svg path {
    stroke: #ffffff;
    fill: rgb(157,180,190);
    stroke-width: 0.5;
}.statistical_summaryn .top_statisticsG {
    font-size: 29px;
    align-items: center;
    position: relative;
    color: #ffffff;
    letter-spacing: 1px;
    grid-area: header;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    display: flex;
    margin: 0;
    font-weight: 700;
}.statistical_summaryn .extra_statistics9 {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    line-height: 1.7;
    opacity: 0.9;
    padding: 20px;
    position: relative;
    border-radius: 11px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01));
    backdrop-filter: blur(5px);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    grid-area: description;
    text-align: center;
    font-size: 16px;
    margin: 0 auto;
    max-width: 85%;
}.statistical_summaryn .extra_statistics9::before {
    height: 120px;
    animation: rotate 60s linear infinite;
    border-radius: 50%;
    content: '';
    border: 1px solid rgb(157,180,190,0.5);
    right: -60px;
    width: 120px;
    position: absolute;
    top: -60px;
    opacity: 0.6;
}.statistical_summaryn .extra_statistics9::after {
    border: 1px solid rgb(110,110,180,0.5);
    left: -40px;
    border-radius: 50%;
    content: '';
    position: absolute;
    height: 80px;
    animation: rotate 40s linear infinite reverse;
    bottom: -40px;
    opacity: 0.6;
    width: 80px;
}.statistical_summaryn .statistics_plusE {
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    padding-top: 40px;
    grid-area: items;
    gap: 20px;
    display: flex;
}.statistical_summaryn .statistics_plusE::before {
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    opacity: 0.5;
    background: linear-gradient(to right, transparent, #ffffff, transparent);
    height: 1px;
    width: 90%;
    content: '';
    left: 50%;
}.statistical_summaryn .boost_growthX {
    position: relative;
    height: 220px;
    flex: 1 1 200px;
    min-width: 220px;
    transform-style: preserve-3d;
    perspective: 1000px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    max-width: 280px;
}.statistical_summaryn .boost_growthX:hover {
    transform: translateY(-10px) rotate3d(1, 2, 0, 5deg);
    z-index: 2;
}.statistical_summaryn .stat_item_inner {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02));
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(5px);
    position: relative;
    height: 100%;
    border-radius: 11px;
    flex-direction: column;
    padding: 20px;
    display: flex;
    justify-content: center;
    overflow: hidden;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    align-items: center;
    transition: transform 0.4s ease;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}.statistical_summaryn .boost_growthX::before,
.statistical_summaryn .boost_growthX::after {
    content: '';
    z-index: -1;
    position: absolute;
    transition: all 0.5s ease;
    opacity: 0;
    border-radius: 50%;
    background: rgb(157,180,190,0.5);
}.statistical_summaryn .boost_growthX::before {
    top: -60px;
    height: 120px;
    width: 120px;
    right: -60px;
}.statistical_summaryn .boost_growthX::after {
    width: 100px;
    height: 100px;
    bottom: -50px;
    left: -50px;
    background: rgb(110,110,180,0.5);
}.statistical_summaryn .boost_growthX:hover::before,
.statistical_summaryn .boost_growthX:hover::after {
    opacity: 0.2;
}.statistical_summaryn .extra_studyF {
    margin-bottom: 15px;
    position: relative;
}.statistical_summaryn .extra_studyF::after {
    left: 50%;
    filter: blur(15px);
    height: 40px;
    width: 40px;
    position: absolute;
    border-radius: 50%;
    opacity: 0.5;
    z-index: -1;
    background: rgb(157,180,190,0.5);
    top: 50%;
    transform: translate(-50%, -50%);
    content: '';
}.statistical_summaryn .extra_studyF svg {
    z-index: 1;
    transition: transform 0.3s ease;
    width: 45px;
    position: relative;
    fill: rgb(157,180,190);
    height: 45px;
}.statistical_summaryn .extra_studyF svg path {
    stroke: #ffffff;
    stroke-width: 0.5;
    fill: rgb(157,180,190);
}.statistical_summaryn .boost_growthX:hover .extra_studyF svg {
    transform: scale(1.1);
}.statistical_summaryn .boost_growthX span {
    font-weight: 700;
    text-fill-color: transparent;
    margin-bottom: 10px;
    -webkit-text-fill-color: transparent;
    position: relative;
    background: linear-gradient(to right, #ffffff, rgb(110,110,180));
    -webkit-background-clip: text !important;
    font-size: calc(29px * 1.1);
    display: block;
    background-clip: text !important;
}.statistical_summaryn .boost_growthX p {
    margin: 0;
    font-size: 16px;
    color: #ffffff;
    max-width: 90%;
    line-height: 1.4;
    opacity: 0.9;
}.statistical_summaryn .stat_item_inner::before {
    transition: opacity 0.4s ease;
    background: linear-gradient(45deg, transparent, rgb(157,180,190,0.5), transparent);
    opacity: 0;
    z-index: -1;
    right: -2px;
    top: -2px;
    left: -2px;
    border-radius: calc(11px + 2px);
    content: '';
    position: absolute;
    bottom: -2px;
}.statistical_summaryn .boost_growthX:hover .stat_item_inner::before {
    opacity: 1;
}.statistical_summaryn .stat_item_inner::after {
    opacity: 0;
    transform: translateY(-100%);
    content: '';
    animation: shine 3s infinite;
    background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.05), transparent);
    width: 100%;
    transition: opacity 0.3s ease;
    top: 0;
    left: 0;
    height: 30%;
    position: absolute;
}.statistical_summaryn .boost_growthX:hover .stat_item_inner::after {
    opacity: 1;
}.statistical_summaryn .top_statisticsG::before {
    content: '';
    border-radius: 2px;
    position: absolute;
    bottom: -10px;
    width: 50px;
    height: 3px;
    left: 0;
    background: rgb(157,180,190);
}.statistical_summaryn .top_statisticsG::after {
    content: '';
    border-radius: 2px;
    bottom: -10px;
    left: 60px;
    background: rgb(110,110,180);
    position: absolute;
    height: 3px;
    width: 20px;
}.statistical_summaryn::before {
    background-position: center center;
    opacity: 0.3;
    background-size: 20px 20px;
    background-image: 
        linear-gradient(to right, #000000 1px, transparent 1px),
        linear-gradient(to bottom, #000000 1px, transparent 1px);
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.8;
    }
    50% {
        transform: scale(1.05);
        opacity: 1;
    }
}

@keyframes shine {
    0% {
        transform: translateY(-100%) rotate(30deg);
    }
    100% {
        transform: translateY(200%) rotate(30deg);
    }
}

@media screen and (max-width: 1200px) {.statistical_summaryn .boost_growthX {
    flex: 1 1 180px;
    min-width: 200px;
    height: 200px;
}
}

@media screen and (max-width: 992px) {.statistical_summaryn {
    padding: 100px 0;
}.statistical_summaryn .statistics_reasonso {
    grid-template-areas:
            "minisvg"
            "header"
            "description"
            "skill_pathM";
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
}.statistical_summaryn .fast_benefitsT {
    justify-content: center;
    margin-bottom: 20px;
}.statistical_summaryn .top_statisticsG {
    justify-content: center;
    text-align: center;
}.statistical_summaryn .top_statisticsG::before,
    .statistical_summaryn .top_statisticsG::after {
    left: 50%;
}.statistical_summaryn .top_statisticsG::before {
    transform: translateX(calc(-50% - 10px));
}.statistical_summaryn .top_statisticsG::after {
    transform: translateX(calc(-50% + 30px));
}.statistical_summaryn .extra_statistics9 {
    max-width: 90%;
}
}

@media screen and (max-width: 768px) {.statistical_summaryn {
    padding: 80px 0;
}.statistical_summaryn .top_statisticsG {
    font-size: calc(29px * 0.9);
}.statistical_summaryn .extra_statistics9 {
    max-width: 95%;
    font-size: calc(16px * 0.95);
    padding: 15px;
}.statistical_summaryn .boost_growthX {
    min-width: 170px;
    height: 190px;
    flex: 1 1 170px;
}.statistical_summaryn .boost_growthX span {
    font-size: 29px;
}.statistical_summaryn .boost_growthX p {
    font-size: calc(16px * 0.9);
}
}

@media screen and (max-width: 576px) {.statistical_summaryn {
    padding: 60px 0;
}.statistical_summaryn .fast_benefitsT svg {
    height: 60px;
    width: 60px;
}.statistical_summaryn .extra_statistics9 {
    padding: 15px 10px;
    max-width: 100%;
}.statistical_summaryn .boost_growthX {
    aspect-ratio: 16/9;
    min-width: 100%;
    flex: 1 1 100%;
    height: auto;
}.statistical_summaryn .statistics_plusE {
    flex-direction: column;
}}

.statistical_summaryn .boost_growthX:nth-child(1) {
    transform: translateY(-5px);
}.statistical_summaryn .boost_growthX:nth-child(2) {
    transform: translateY(5px);
}.statistical_summaryn .boost_growthX:nth-child(3) {
    transform: translateY(-8px);
}.statistical_summaryn .boost_growthX:nth-child(4) {
    transform: translateY(8px);
}.statistical_summaryn .boost_growthX:hover {
    transform: translateY(-10px) rotate3d(1, 2, 0, 5deg);
}.statistical_summaryn .container::before {
    content: '';
    border: 1px solid rgb(110,110,180,0.5);
    opacity: 0.3;
    border-radius: 10px;
    right: -30px;
    top: -30px;
    width: 60px;
    animation: rotate 30s linear infinite;
    height: 60px;
    position: absolute;
}.statistical_summaryn .container::after {
    left: -20px;
    animation: rotate 25s linear infinite reverse;
    bottom: -20px;
    border: 1px solid rgb(157,180,190,0.5);
    width: 40px;
    content: '';
    transform: rotate(45deg);
    position: absolute;
    opacity: 0.3;
    height: 40px;
}.privacy_strongholde {
    overflow: hidden;
    position: relative;
    padding: 5rem 2rem;
    font-family: Arial, sans-serif;
    background: linear-gradient(145deg, rgb(217,227,231), #ffffff 85%);
}.privacy_strongholde::before {
    height: 100%;
    width: 100%;
    left: 0;
    content: "";
    z-index: 0;
    opacity: 0.05;
    position: absolute;
    top: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(157,180,190,0.5),
        transparent 2px,
        transparent 10px,
        rgb(157,180,190,0.5) 12px
    );
}.privacy_strongholde::after {
    animation: float 15s infinite ease-in-out;
    position: absolute;
    z-index: 0;
    right: -5%;
    width: 300px;
    background: radial-gradient(circle, rgb(110,110,180,0.5) 0%, transparent 70%);
    content: "";
    opacity: 0.15;
    border-radius: 50%;
    height: 300px;
    top: -5%;
}.privacy_strongholde .container {
    margin: 0 auto;
    gap: 2.5rem;
    grid-template-columns: 1fr;
    display: grid;
    position: relative;
    max-width: 1140px;
    transform: translateZ(0);
    z-index: 1;
}.privacy_strongholde h1 {
    transform: translateX(-0.5rem);
    border-bottom: 3px solid rgb(157,180,190);
    color: rgb(157,180,190);
    font-weight: 700;
    margin: 0 0 1.5rem 0;
    position: relative;
    padding-bottom: 1rem;
    font-size: calc(38px * 1.1);
}.privacy_strongholde h1::after {
    background: rgb(110,110,180);
    width: 100px;
    left: 0;
    height: 3px;
    position: absolute;
    animation: slide 8s infinite ease-in-out;
    bottom: -3px;
    content: "";
}.privacy_strongholde h2 {
    margin: 2rem 0 1rem;
    color: rgb(157,180,190);
    font-weight: 600;
    transition: transform 0.3s ease;
    font-size: 34px;
    border-left: 4px solid rgb(110,110,180);
    padding-left: 1rem;
}.privacy_strongholde h2:hover {
    transform: translateX(5px);
}.privacy_strongholde h3 {
    margin: 1.5rem 0 0.75rem;
    font-weight: 600;
    padding-left: 0.75rem;
    border-left: 3px solid rgb(110,110,180,0.5);
    color: #000000;
    font-size: calc(34px * 0.85);
}.privacy_strongholde h4 {
    font-size: calc(34px * 0.7);
    padding-left: 0.5rem;
    border-left: 2px solid rgb(110,110,180,0.5);
    color: #000000;
    font-weight: 600;
    margin: 1.5rem 0 0.75rem;
}.privacy_strongholde p {
    color: #000000;
    font-size: 17px;
    margin-bottom: 1.5rem;
    max-width: 90ch;
    line-height: 1.7;
}.privacy_strongholde span {
    line-height: 1.7;
    color: #000000;
    transition: background-color 0.3s ease;
    font-size: 17px;
    display: block;
    background-color: rgba(rgba(0, 0, 0, 0.5), 0.02);
    margin-bottom: 1.5rem;
    border-left: 2px solid rgb(110,110,180,0.5);
    padding: 1rem;
}.privacy_strongholde span:hover {
    background-color: rgba(rgba(0, 0, 0, 0.5), 0.05);
}.privacy_strongholde ul {
    padding: 0;
    margin: 1.5rem 0 2rem 1rem;
    list-style: none;
}.privacy_strongholde li {
    padding-left: 1.75rem;
    font-size: 17px;
    line-height: 1.7;
    color: #000000;
    position: relative;
    margin-bottom: 1rem;
}.privacy_strongholde li::before {
    transform: rotate(45deg);
    left: 0;
    position: absolute;
    width: 8px;
    top: 0.6rem;
    content: "";
    transition: transform 0.2s ease;
    border: 2px solid rgb(110,110,180);
    height: 8px;
}.privacy_strongholde li:hover::before {
    transform: rotate(225deg);
}.privacy_strongholde strong {
    font-weight: 600;
    color: rgb(157,180,190);
}

@keyframes slide {
    0%, 100% { left: 0; }
    50% { left: calc(100% - 100px); }
}

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

@media (min-width: 768px) {.privacy_strongholde {
    padding: 7rem 3rem;
}.privacy_strongholde .container {
    grid-template-columns: minmax(0, 1fr);
    gap: 3rem;
}.privacy_strongholde h1 {
    font-size: calc(38px * 1.2);
    margin-bottom: 2rem;
    transform: translateX(-1rem);
}.privacy_strongholde h2 {
    padding-left: 1.25rem;
    font-size: calc(34px * 1.1);
}.privacy_strongholde p {
    line-height: 1.75;
    font-size: calc(17px * 1.05);
}.privacy_strongholde span {
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    padding: 1.5rem;
    margin-left: 1rem;
}.privacy_strongholde ul {
    margin-left: 2rem;
}.privacy_strongholde li {
    padding-left: 2rem;
}.privacy_strongholde li::before {
    height: 10px;
    width: 10px;
}
}

@media (min-width: 992px) {.privacy_strongholde {
    padding: 8rem 5rem;
}.privacy_strongholde::before {
    background-size: 15px 15px;
}.privacy_strongholde .container {
    grid-template-columns: minmax(0, 1fr);
    gap: 3.5rem;
}.privacy_strongholde h1 {
    font-size: calc(38px * 1.3);
    margin-bottom: 2.5rem;
    padding-bottom: 1.25rem;
}.privacy_strongholde h2 {
    margin: 3rem 0 1.5rem;
}.privacy_strongholde h3, 
    .privacy_strongholde h4 {
    margin: 2rem 0 1rem;
}.privacy_strongholde p,
    .privacy_strongholde span {
    line-height: 1.8;
}.privacy_strongholde span {
    transform: translateZ(0);
    transition: all 0.3s ease;
}.privacy_strongholde span:hover {
    transform: translateX(5px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.07);
}.privacy_strongholde ul {
    margin: 2rem 0 3rem 2rem;
    gap: 1rem 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}.privacy_strongholde li {
    margin-bottom: 1.25rem;
}.privacy_strongholde li:hover {
    transition: transform 0.3s ease;
    transform: translateX(5px);
}
}