* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}.wrapper-padding {
    flex-direction: column;
    display: flex;
    min-height: 100%;
    height: 100%;
}.top_pro {
    flex: 1 0 auto;
}.webinar_cta {
    flex: 0 0 auto;
}html,body {
    font-family: Arial, sans-serif;
    color: #000000;
    min-height: 100%;
    height: 100%;
    scroll-behavior: auto;
}header,footer {
    width: 100%;
}.container {
    width: 1249px;
    max-width: 100%;
    margin: auto;
}a {
    text-decoration: none;
    color: inherit;
}svg {
    width: 30px;
    height: 30px;
}::-webkit-scrollbar {
    padding: 2px;
    width: auto;
}::-webkit-scrollbar-track {
    background: rgb(118,146,141);
    border-radius: 18.5vw;
}::-webkit-scrollbar-thumb {
    background: rgb(118,146,141,0.5);
    border-radius: 9999px;
}::-webkit-scrollbar-thumb:hover {
    transform: scale(0.95);
    box-shadow: -3px -1px 5px 7px rgba(0, 0, 0, 0.3);
    border-color: rgb(82,104,100);
    background: rgb(82,104,100,0.5);
}::-webkit-scrollbar-thumb:active {
    box-shadow: inset -3px -2px 11px 2px rgba(0, 0, 0, 0.2);
    background: rgb(155,183,178);
}* {
    scrollbar-width: thin;
}

@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.privacy_shield {
    overflow: hidden;
    margin: 0 auto;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    padding: 40px;
    width: 100%;
    height: auto;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    color: #ffffff;
}.privacy_shield::before {
    position: absolute;
    z-index: -1;
    right: 10px;
    left: 10px;
    content: '';
    top: 10px;
    bottom: 10px;
}.privacy_shield h1 {
    text-align: center;
    margin-top: 30px;
    padding-bottom: 10px;
    font-size: 46px;
    color: rgb(118,146,141);
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    border-bottom: 2px solid rgb(118,146,141);
    font-weight: 700;
}.privacy_shield h2 {
    font-size: 37px;
    padding-left: 15px;
    font-family: Arial, sans-serif;
    color: rgb(82,104,100);
    text-align: left;
    border-left: 4px solid rgb(82,104,100);
    margin-bottom: 15px;
    margin-top: 25px;
    font-weight: 600;
}.privacy_shield h3, .privacy_shield h4, .privacy_shield h5, .privacy_shield h6 {
    font-size: 23px;
    color: rgb(118,146,141);
    margin-bottom: 10px;
    font-family: Arial, sans-serif;
    margin-top: 20px;
    font-weight: 400;
}.privacy_shield ul, .privacy_shield ol {
    margin: 0;
    padding: 15px 0;
    font-size: 16px;
    padding-left: 0;
    list-style: none;
    color: #ffffff;
    font-family: Arial, sans-serif;
}.privacy_shield li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 15px;
}.privacy_shield li::before {
    content: ">";
    top: 50%;
    color: rgb(118,146,141);
    font-size: 1.2em;
    left: 0;
    transform: translateY(-50%);
    line-height: 1em;
    position: absolute;
}.privacy_shield section {
    background: #000000;
    border: 1px solid rgb(82,104,100,0.5);
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
}.privacy_shield p, .privacy_shield span, .privacy_shield div {
    border-left: 3px solid rgb(118,146,141);
    font-family: Arial, sans-serif;
    color: #ffffff;
    padding-left: 15px;
    margin-bottom: 20px;
    line-height: 1.6;
    font-size: 16px;
}

@media only screen and (max-width: 800px) {.privacy_shield {
    padding: 20px;
    width: 95%;
}.privacy_shield h1 {
    font-size: calc(23px - 6px);
    margin-bottom: 15px;
    margin-top: 20px;
}.privacy_shield h2 {
    font-size: calc(23px - 6px);
    margin-bottom: 10px;
    margin-top: 20px;
}.privacy_shield ul, .privacy_shield ol {
    padding-left: 15px;
}.privacy_shield li {
    padding-left: 20px;
}.privacy_shield p, .privacy_shield span, .privacy_shield div {
    margin-bottom: 15px;
    padding-left: 10px;
}}.attempt_now {
    background: linear-gradient(135deg, rgb(118,146,141) 0%, rgb(82,104,100) 100%);
    padding: 4rem 2rem;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    z-index: 1;
}.attempt_now::before {
    top: 0;
    content: "";
    z-index: -1;
    bottom: 0;
    left: 0;
    right: 0;
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 15px,
        transparent 15px,
        transparent 30px
    );
    position: absolute;
}.attempt_now::after {
    animation: float 15s infinite ease-in-out;
    background: radial-gradient(circle, rgb(118,146,141,0.5) 0%, transparent 70%);
    content: "";
    z-index: -1;
    border-radius: 50%;
    height: 300px;
    width: 300px;
    position: absolute;
    top: -150px;
    filter: blur(20px);
    right: -100px;
    opacity: 0.6;
}.attempt_now .container {
    display: flex;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    gap: 2.5rem;
    z-index: 2;
    flex-direction: column;
    align-items: center;
}.attempt_now h6 {
    line-height: 1.4;
    letter-spacing: 0.02em;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    max-width: 85%;
    text-align: center;
    font-weight: 600;
    font-size: clamp(1.25rem, 2vw + 0.5rem, 2rem);
    margin: 0;
    transform: perspective(1000px) translateZ(10px);
}.attempt_now div div {
    display: flex;
    perspective: 1000px;
    justify-content: center;
}.attempt_now div span {
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-style: preserve-3d;
    display: inline-block;
    position: relative;
}.attempt_now .request_grid {
    outline: none;
    align-items: center;
    cursor: pointer;
    font-size: 20px;
    display: inline-flex;
    font-weight: 700;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.1);
    border: none;
    min-width: 200px;
    background-color: #ffffff;
    color: rgb(118,146,141);
    position: relative;
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 1rem 2rem;
    transform: translateZ(0);
    text-decoration: none;
    justify-content: center;
}.attempt_now .request_grid::before {
    width: 100%;
    transition: transform 0.7s ease;
    height: 100%;
    transform: translateX(-100%) skewX(-15deg);
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    background: linear-gradient(
        45deg,
        transparent 20%,
        rgba(255, 255, 255, 0.2) 40%,
        rgba(255, 255, 255, 0.5) 50%,
        rgba(255, 255, 255, 0.2) 60%,
        transparent 80%
    );
}.attempt_now .request_grid span {
    z-index: 2;
    transition: transform 0.3s ease;
    position: relative;
}.attempt_now .request_grid:hover {
    background-color: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 0 10px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px) scale(1.03);
    color: rgb(82,104,100);
}.attempt_now .request_grid:hover::before {
    transform: translateX(100%) skewX(-15deg);
}.attempt_now .request_grid:hover span {
    transform: translateX(5px);
}.attempt_now .request_grid:active {
    transform: translateY(-2px) scale(0.98);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(30px) scale(1.1);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.8;
    }
}

@media (max-width: 768px) {.attempt_now {
    padding: 3rem 1.5rem;
}.attempt_now h6 {
    font-size: clamp(1rem, 4vw, 1.5rem);
    max-width: 100%;
}.attempt_now .request_grid {
    min-width: 180px;
    padding: 0.875rem 1.5rem;
}
}

@media (max-width: 480px) {.attempt_now {
    padding: 2.5rem 1rem;
}.attempt_now .container {
    gap: 1.5rem;
}.attempt_now h6 {
    line-height: 1.5;
    font-size: clamp(0.875rem, 3.5vw, 1.25rem);
}.attempt_now .request_grid {
    min-width: 160px;
    padding: 0.75rem 1.25rem;
}.attempt_now::after {
    width: 200px;
    height: 200px;
}
}

@media (min-width: 1200px) {.attempt_now {
    padding: 5rem 2rem;
}.attempt_now h6 {
    max-width: 70%;
}.attempt_now .request_grid {
    min-width: 220px;
    padding: 1.125rem 2.25rem;
}
}

@media (prefers-reduced-motion: reduce) {.attempt_now::after,
    .attempt_now .request_grid::before {
    transition: none;
    animation: none;
}.attempt_now .request_grid,
    .attempt_now .request_grid span,
    .attempt_now div span {
    transition-duration: 0.1s;
}}header {
    background: linear-gradient(to right, #ffffff, rgb(155,183,178));
    position: relative;
    width: 100%;
    z-index: 100;
    padding: 0;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
}header::before {
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 0;
    background-image: 
        linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,0.05) 1px, transparent 1px);
    width: 100%;
    background-size: 20px 20px;
}header::after {
    top: 0;
    content: '';
    width: 5px;
    position: absolute;
    z-index: 1;
    background: linear-gradient(to bottom, rgb(118,146,141), rgb(82,104,100));
    height: 100%;
    left: 0;
}header .container {
    margin: 0;
    max-width: 100%;
    position: relative;
    width: 100%;
    padding: 0;
    z-index: 2;
}header .head_lead {
    display: flex;
    align-items: center;
    padding: 0.9rem 3%;
    margin-left: 5px;
    justify-content: space-between;
}header .nav_section {
    position: relative;
    text-decoration: none;
    align-items: center;
    padding: 0.5rem;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 10px;
    display: flex;
}header .nav_section:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.6);
}header .nav_section svg {
    height: auto;
    width: 140px;
    transition: all 0.3s ease;
}header .nav_primary {
    background: rgba(255, 255, 255, 0.3);
    gap: 0.4rem;
    align-items: center;
    padding: 0.4rem 0.6rem;
    border-radius: 10px;
    display: flex;
    position: relative;
}header .nav_primary::before {
    left: -2px;
    opacity: 0.5;
    background: linear-gradient(135deg, rgb(118,146,141,0.5), rgb(82,104,100,0.5));
    bottom: -2px;
    border-radius: calc(10px + 2px);
    content: '';
    right: -2px;
    top: -2px;
    position: absolute;
    z-index: -1;
}header .head_guide {
    font-size: 16px;
    position: relative;
    font-weight: 400;
    background: #ffffff;
    padding: 0.4rem 0.7rem;
    border-radius: 10px;
    z-index: 1;
    transition: all 0.3s ease;
    overflow: hidden;
    color: #000000;
    text-decoration: none;
    font-family: Arial, sans-serif;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
}header .head_guide::before {
    opacity: 0;
    background: linear-gradient(45deg, rgb(118,146,141,0.5), rgb(82,104,100,0.5));
    top: 0;
    transition: opacity 0.3s ease;
    position: absolute;
    height: 100%;
    z-index: -1;
    content: '';
    width: 100%;
    left: 0;
}header .head_guide:hover {
    transform: translateY(-2px);
    color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}header .head_guide:hover::before {
    opacity: 1;
}

@media (max-width: 991px) {header .head_lead {
    padding: 0.8rem 2.5%;
}header .nav_section svg {
    width: 130px;
}header .nav_primary {
    gap: 0.3rem;
    padding: 0.35rem 0.5rem;
}header .head_guide {
    padding: 0.35rem 0.6rem;
    font-size: calc(16px - 1px);
}
}

@media (max-width: 767px) {header::after {
    width: 3px;
}header .head_lead {
    gap: 0.7rem;
    margin-left: 3px;
    align-items: flex-start;
    flex-direction: column;
    padding: 0.8rem 2%;
}header .nav_section {
    padding: 0.4rem;
}header .nav_section svg {
    width: 120px;
}header .nav_primary {
    width: 98%;
    overflow-x: auto;
    justify-content: flex-start;
    padding: 0.4rem;
}header .nav_primary::-webkit-scrollbar {
    height: 2px;
}header .nav_primary::-webkit-scrollbar-thumb {
    background: rgb(118,146,141);
    border-radius: 10px;
}header .head_guide {
    font-size: calc(16px - 1px);
    white-space: nowrap;
    padding: 0.3rem 0.5rem;
}
}

@media (max-width: 480px) {header::after {
    width: 2px;
}header .head_lead {
    margin-left: 2px;
    padding: 0.7rem 1.5%;
}header .nav_section svg {
    width: 110px;
}header .nav_primary {
    padding: 0.3rem;
}header .head_guide {
    padding: 0.3rem 0.4rem;
    font-size: calc(16px - 2px);
}}.mentorship_profile {
    overflow: hidden;
    padding: 7rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(155,183,178), rgba(245, 247, 250, 0.92));
}.mentorship_profile::before {
    width: 40%;
    height: 40%;
    content: "";
    top: -5%;
    opacity: 0.15;
    left: -5%;
    transform: rotate(-15deg);
    background: linear-gradient(225deg, rgb(118,146,141,0.5), transparent);
    z-index: 0;
    position: absolute;
}.mentorship_profile::after {
    bottom: -5%;
    width: 30%;
    z-index: 0;
    position: absolute;
    right: -5%;
    height: 50%;
    transform: rotate(10deg);
    content: "";
    opacity: 0.1;
    background: linear-gradient(45deg, rgb(82,104,100,0.5), transparent);
}.mentorship_profile .container {
    padding: 0 1.5rem;
    max-width: 1140px;
    z-index: 1;
    position: relative;
    margin: 0 auto;
}.mentorship_profile .feedback_track {
    background: #ffffff;
    display: grid;
    position: relative;
    gap: 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.02);
    grid-template-columns: 1fr;
    padding: 3rem 2rem;
    transform: translateY(0);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}.mentorship_profile .feedback_track:hover {
    transform: translateY(-5px);
}.mentorship_profile .feedback_track > div:first-child {
    width: 100%;
    position: relative;
}.mentorship_profile .feedback_track .image_show_item {
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    padding-bottom: 85%;
    width: 100%;
    height: 0;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}.mentorship_profile .feedback_track:hover .image_show_item {
    transform: scale(1.02);
}.mentorship_profile .feedback_track .image_show_item::after {
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.2));
}.mentorship_profile .feedback_track > div:nth-child(2) {
    position: relative;
    text-align: left;
}.mentorship_profile .feedback_track .name {
    position: relative;
    font-size: calc(21px * 1.1);
    display: inline-block;
    color: #000000;
    margin: 0 0 0.5rem;
    font-weight: 700;
}.mentorship_profile .feedback_track .name::after {
    bottom: -0.35rem;
    transform: scaleX(1);
    left: 0;
    content: "";
    position: absolute;
    background: rgb(118,146,141);
    width: 2.5rem;
    height: 2px;
    transition: transform 0.4s ease-out;
    transform-origin: left;
}.mentorship_profile .feedback_track:hover .name::after {
    transform: scaleX(1.5);
}.mentorship_profile .feedback_track > div:nth-child(2) > div {
    margin-top: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: rgb(118,146,141);
    font-size: calc(17px * 0.95);
}.mentorship_profile .feedback_track > div:nth-child(3) {
    position: relative;
}.mentorship_profile .feedback_track .exp_items {
    color: #000000;
    padding-left: 1.25rem;
    border-left: 3px solid rgb(82,104,100,0.5);
    font-size: 17px;
    margin: 0;
    line-height: 1.7;
    position: relative;
}.mentorship_profile .feedback_track .exp_items::before {
    top: -15px;
    width: 25px;
    transform: scale(0);
    content: "";
    position: absolute;
    height: 25px;
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgb(82,104,100,0.5);
    background: #ffffff;
    transition: all 0.4s ease-out 0.2s;
    left: -8px;
    opacity: 0;
    z-index: 1;
}.mentorship_profile .feedback_track:hover .exp_items::before {
    transform: scale(1);
    opacity: 1;
}

@media (min-width: 768px) {.mentorship_profile {
    padding: 8rem 0;
}.mentorship_profile .feedback_track {
    grid-template-rows: auto 1fr;
    padding: 3.5rem;
    gap: 2rem 3.5rem;
    grid-template-columns: 280px 1fr;
}.mentorship_profile .feedback_track > div:first-child {
    grid-row: span 2;
}.mentorship_profile .feedback_track .image_show_item {
    padding-bottom: 130%;
}.mentorship_profile .feedback_track > div:nth-child(2) {
    align-self: end;
}.mentorship_profile .feedback_track .name {
    font-size: calc(21px * 1.2);
}.mentorship_profile .feedback_track > div:nth-child(3) {
    grid-column: 2;
}.mentorship_profile .feedback_track .exp_items {
    font-size: calc(17px * 1.05);
    padding-left: 1.5rem;
}
}

@media (min-width: 1024px) {.mentorship_profile {
    padding: 10rem 0;
}.mentorship_profile .feedback_track {
    gap: 2.5rem 4rem;
    padding: 4rem;
    grid-template-columns: 320px 1fr;
}.mentorship_profile .feedback_track .name {
    font-size: calc(21px * 1.3);
}.mentorship_profile .feedback_track > div:nth-child(2) > div {
    font-size: 17px;
}.mentorship_profile .feedback_track .exp_items {
    line-height: 1.8;
    font-size: calc(17px * 1.1);
}.mentorship_profile .feedback_track::before {
    transform: rotate(45deg);
    background: linear-gradient(135deg, rgb(118,146,141,0.5), transparent 70%);
    z-index: 0;
    width: 80px;
    border-radius: 0 10px 0 100px;
    height: 80px;
    position: absolute;
    content: "";
    top: 3.5rem;
    right: 3.5rem;
    opacity: 0.1;
    transition: all 0.5s ease-out;
}.mentorship_profile .feedback_track:hover::before {
    opacity: 0.15;
    transform: rotate(55deg) scale(1.2);
}
}

@media (min-width: 1280px) {.mentorship_profile .feedback_track {
    grid-template-columns: 380px 1fr;
    gap: 3rem 5rem;
    padding: 5rem;
}.mentorship_profile .feedback_track .exp_items {
    border-left: 4px solid rgb(82,104,100,0.5);
    padding-left: 2rem;
}}.plan_shelf {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.plan_shelf::before {
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.75) 50%, rgba(0,0,0,0.65) 100%);
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    top: 0;
    left: 0;
    content: "";
}.plan_shelf .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
}.plan_shelf .price_choices {
    flex-direction: column;
    align-items: center;
    display: flex;
}.plan_shelf h2 {
    text-align: center;
    animation: fadeInUp 0.8s ease-out forwards;
    margin-bottom: 20px;
    transform: translateY(20px);
    font-size: 35px;
    font-weight: 700;
    position: relative;
    opacity: 0;
    color: #ffffff;
}.plan_shelf .fee_options {
    max-width: 700px;
    opacity: 0;
    transform: translateY(20px);
    line-height: 1.6;
    color: rgb(255, 255, 255, 0.5);
    margin-bottom: 40px;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    text-align: center;
    font-size: 17px;
}.plan_shelf .fee_structure {
    width: 100%;
    padding: 0;
    display: grid;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
    gap: 30px;
}.plan_shelf .fee_structure li {
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease-out forwards;
    opacity: 0;
}.plan_shelf .fee_structure li:nth-child(1) {
    animation-delay: 0.3s;
}.plan_shelf .fee_structure li:nth-child(2) {
    animation-delay: 0.4s;
}.plan_shelf .fee_structure li:nth-child(3) {
    animation-delay: 0.5s;
}.plan_shelf .fee_structure li:nth-child(4) {
    animation-delay: 0.6s;
}.plan_shelf .cert_cost {
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    height: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    text-decoration: none;
}.plan_shelf .cert_cost:hover {
    transform: translateY(-8px) scale(1.02);
}.plan_shelf .cert_cost::before {
    top: 0;
    left: -100%;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    transition: left 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
    content: "";
    width: 100%;
    position: absolute;
}.plan_shelf .cert_cost:hover::before {
    left: 100%;
}.plan_shelf .pro_rates {
    position: relative;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    height: 100%;
    -webkit-backdrop-filter: blur(10px);
    padding: 5px;
    border-radius: 12px;
    overflow: hidden;
    background: linear-gradient(145deg, rgba(255,255,255,0.09) 0%, rgba(255,255,255,0.05) 100%);
    border: 1px solid rgba(255,255,255,0.1);
    transition: box-shadow 0.4s ease, transform 0.3s ease;
    backdrop-filter: blur(10px);
}.plan_shelf .cert_cost:hover .pro_rates {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}.plan_shelf .pro_rates::after {
    transform: scaleX(0);
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    width: 100%;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(118,146,141), rgb(82,104,100));
    position: absolute;
    height: 5px;
    content: '';
    left: 0;
    top: 0;
}.plan_shelf .cert_cost:hover .pro_rates::after {
    transform: scaleX(1);
}.plan_shelf .pricing_tiers {
    min-height: 400px;
    height: 100%;
    flex-direction: column;
    padding: 30px;
    display: flex;
    box-sizing: border-box;
    justify-content: space-between;
    color: #ffffff;
}.plan_shelf .pricing_tiers h4 {
    font-weight: 700;
    padding-bottom: 15px;
    color: rgb(118,146,141);
    position: relative;
    margin: 0 0 20px;
    transition: transform 0.3s ease;
    font-size: 22px;
}.plan_shelf .cert_cost:hover .pricing_tiers h4 {
    transform: translateX(5px);
}.plan_shelf .pricing_tiers h4::after {
    left: 0;
    height: 3px;
    bottom: 0;
    content: "";
    background: rgb(82,104,100);
    width: 40px;
    position: absolute;
    transition: width 0.3s ease;
}.plan_shelf .cert_cost:hover .pricing_tiers h4::after {
    width: 60px;
}.plan_shelf .pricing_tiers p {
    line-height: 1.6;
    word-break: break-word;
    scrollbar-width: thin;
    overflow-y: auto;
    scrollbar-color: rgb(118,146,141,0.5) transparent;
    margin: 0 0 30px;
    overflow-wrap: break-word;
    max-height: 200px;
    font-size: calc(17px - 2px);
    color: rgba(255,255,255,0.8);
}.plan_shelf .pricing_tiers p::-webkit-scrollbar {
    width: 5px;
}.plan_shelf .pricing_tiers p::-webkit-scrollbar-track {
    background: transparent;
}.plan_shelf .pricing_tiers p::-webkit-scrollbar-thumb {
    background-color: rgb(118,146,141,0.5);
    border-radius: 10px;
}.plan_shelf .rate_choices {
    margin-top: auto;
    color: #ffffff;
    overflow: hidden;
    font-size: calc(22px + 4px);
    position: relative;
    border-radius: 10px;
    padding: 10px 20px;
    display: inline-block;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    background: linear-gradient(135deg, rgb(118,146,141) 0%, rgb(118,146,141,0.5) 100%);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-weight: 700;
    align-self: flex-start;
}.plan_shelf .cert_cost:hover .rate_choices {
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
    transform: scale(1.05);
}.plan_shelf .rate_choices::before {
    height: 200%;
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
    opacity: 0;
    content: "";
    background: radial-gradient(circle, rgba(255,255,255,0.3) 0%, transparent 70%);
    transform: scale(0);
    top: -50%;
    position: absolute;
    width: 200%;
    left: -50%;
}.plan_shelf .cert_cost:hover .rate_choices::before {
    opacity: 1;
    transform: scale(1);
}

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

@media (max-width: 991px) {.plan_shelf {
    padding: 80px 0;
}.plan_shelf .fee_structure {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.plan_shelf .pricing_tiers {
    padding: 25px;
    min-height: 350px;
}
}

@media (max-width: 767px) {.plan_shelf {
    padding: 60px 0;
}.plan_shelf h2 {
    font-size: calc(35px - 4px);
}.plan_shelf .fee_options {
    margin-bottom: 30px;
    font-size: calc(17px - 1px);
}.plan_shelf .fee_structure {
    max-width: 400px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.plan_shelf .pricing_tiers {
    min-height: 300px;
}.plan_shelf .rate_choices {
    font-size: calc(22px + 2px);
}
}

@media (max-width: 480px) {.plan_shelf {
    padding: 40px 0;
}.plan_shelf h2 {
    font-size: calc(35px - 6px);
}.plan_shelf .pricing_tiers {
    min-height: 280px;
    padding: 20px;
}.plan_shelf .pricing_tiers p {
    font-size: calc(17px - 3px);
    margin-bottom: 20px;
}.plan_shelf .rate_choices {
    padding: 8px 15px;
}}.privacyAgreementDialog {
    width: 90%;
    left: 50%;
    overflow: hidden;
    font-family: Arial, sans-serif;
    max-width: 500px;
    transform: translateX(-50%);
    border-radius: 29px;
    background: #ffffff;
    bottom: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    z-index: 1050;
    position: fixed;
}.data_notice {
    align-items: center;
    flex-direction: column;
    padding: 20px;
    display: flex;
}.track_settings {
    margin-bottom: 20px;
}.track_settings svg, .track_settings svg path, .track_settings img {
    fill: rgb(118,146,141);
    width: 60px;
    height: 60px;
}.privacyAgreementDialog h5 {
    font-size: 23px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
    color: rgb(118,146,141);
}.privacyAgreementDialog p {
    margin-bottom: 20px;
    font-size: 17px;
    color: #000000;
    text-align: center;
}.accept_cookies {
    width: calc(50% - 10px);
    background: rgb(118,146,141);
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    text-decoration: none;
    color: #ffffff;
    margin: 5px;
    display: inline-block;
    padding: 10px 20px;
    font-size: 15px;
    transition: background 0.3s ease-in-out;
}.accept_cookies:hover {
    background: rgb(82,104,100);
}.cookie_button.data_policy {
    background: rgb(82,104,100);
}.cookie_button.data_policy:hover {
    background: rgb(82,104,100,0.5);
}.privacyAgreementDialog p a {
    color: rgb(118,146,141);
    transition: color 0.3s ease-in-out;
    text-decoration: none;
}.privacyAgreementDialog p a:hover {
    color: rgb(82,104,100);
}#dataConsentBanner {
    display: none;
}#dataConsentBanner:checked ~ .privacyAgreementDialog {
    visibility: hidden;
    opacity: 0;
}.connect_form {
    overflow: hidden;
    padding: 90px 0;
    position: relative;
    background: linear-gradient(120deg, rgb(155,183,178) 0%, #1a1e2e 100%);
}.connect_form::before {
    position: absolute;
    z-index: 0;
    width: 100%;
    left: 0;
    content: "";
    height: 100%;
    top: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(0, 0, 0, 0.4) 0%, transparent 40%),
        linear-gradient(0deg, transparent 80%, rgba(rgb(118,146,141), 0.05) 100%);
}.connect_form::after {
    height: 100px;
    bottom: 0;
    width: 100%;
    z-index: 1;
    position: absolute;
    background: 
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 20px);
    left: 0;
    content: "";
}.connect_form .container {
    padding: 0 20px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.connect_form h2 {
    text-transform: uppercase;
    margin-bottom: 70px;
    position: relative;
    color: #ffffff;
    letter-spacing: 2px;
    text-align: center;
    font-weight: 700;
    font-size: 31px;
}.connect_form h2::before {
    position: absolute;
    background: rgb(118,146,141);
    left: calc(50% - 50px);
    width: 30px;
    bottom: -20px;
    content: "";
    height: 2px;
}.connect_form h2::after {
    position: absolute;
    background: rgb(118,146,141);
    content: "";
    height: 2px;
    left: calc(50% - 10px);
    bottom: -20px;
    width: 70px;
}.connect_form .query_grid {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.05);
    display: grid;
    backdrop-filter: blur(10px);
    grid-template-columns: 6fr 4fr;
    overflow: hidden;
    border-radius: 26px;
}.connect_form .image_show_item {
    position: relative;
    min-height: 100%;
}.connect_form .image_show_item::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
    left: 0;
    top: 0;
    z-index: 1;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
}.connect_form .image_show_item::after {
    height: 100%;
    left: 0;
    z-index: 2;
    content: "";
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(rgb(118,146,141), 0.1) 10px, rgba(rgb(118,146,141), 0.1) 11px);
    position: absolute;
    top: 0;
    width: 100%;
    animation: scanLines 5s linear infinite;
}@keyframes scanLines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.connect_form .support_info {
    padding: 50px;
    position: relative;
}.connect_form .support_info::before {
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
    background: radial-gradient(circle at 50% 30%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
}.connect_form #contact {
    flex-direction: column;
    gap: 25px;
    display: flex;
}.connect_form h3 {
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 30px;
    display: inline-block;
    font-weight: 700;
    position: relative;
    color: #ffffff;
}.connect_form h3::after {
    height: 2px;
    left: 0;
    width: 50px;
    bottom: -10px;
    content: "";
    position: absolute;
    background: rgb(118,146,141);
}.connect_form input[type="text"] {
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    color: #ffffff;
    position: relative;
    background: rgba(0, 0, 0, 0.2);
    font-size: 12px;
    border-radius: 10px;
    padding: 16px 20px;
    width: 100%;
}.connect_form input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 15px rgba(rgb(118,146,141), 0.2);
    background: rgba(0, 0, 0, 0.3);
    border-color: rgb(118,146,141);
}.connect_form input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}.connect_form .reach_info {
    display: flex;
    margin-top: 5px;
    gap: 12px;
    align-items: flex-start;
}.connect_form .reach_info input[type="checkbox"] {
    height: 24px;
    margin-top: 2px;
    width: 24px;
    position: relative;
    appearance: none;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.connect_form .reach_info input[type="checkbox"]:checked {
    border-color: rgb(118,146,141);
    background: rgb(118,146,141);
}.connect_form .reach_info input[type="checkbox"]:checked::after {
    height: 10px;
    position: absolute;
    content: "";
    transform: rotate(45deg);
    width: 6px;
    border: solid #ffffff;
    left: 9px;
    border-width: 0 2px 2px 0;
    top: 6px;
}.connect_form .reach_info label {
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
    font-size: calc(12px - 2px);
}.connect_form .reach_info a {
    position: relative;
    text-decoration: none;
    color: rgb(118,146,141);
    transition: all 0.3s ease;
}.connect_form .reach_info a:hover {
    color: #ffffff;
}.connect_form .reach_info a::after {
    background: rgb(118,146,141);
    content: "";
    width: 100%;
    position: absolute;
    bottom: -2px;
    height: 1px;
    left: 0;
    transition: all 0.3s ease;
}.connect_form .reach_info a:hover::after {
    background: #ffffff;
}.connect_form .request_grid {
    cursor: pointer;
    overflow: hidden;
    position: relative;
    letter-spacing: 1px;
    border-radius: 10px;
    margin-top: 10px;
    font-weight: 600;
    padding: 16px 35px;
    align-self: flex-start;
    font-size: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    border: none;
    transition: all 0.3s ease;
    background: rgb(118,146,141);
    text-transform: uppercase;
}.connect_form .request_grid::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    left: -100%;
    content: "";
    transition: all 0.5s ease;
}.connect_form .request_grid:hover {
    transform: translateY(-3px);
    background: rgb(82,104,100);
}.connect_form .request_grid:hover::before {
    left: 100%;
}.connect_form svg {
    width: 22px;
    fill: rgb(118,146,141);
    transition: all 0.3s ease;
    height: 22px;
    filter: drop-shadow(0 0 5px rgba(rgb(118,146,141), 0.5));
}.connect_form svg path {
    transition: all 0.3s ease;
    fill: rgb(118,146,141);
}.connect_form svg:hover {
    transform: scale(1.1);
    fill: #ffffff;
}.connect_form svg:hover path {
    fill: #ffffff;
}

@media (max-width: 992px) {.connect_form {
    padding: 70px 0;
}.connect_form .query_grid {
    grid-template-columns: 1fr;
}.connect_form .image_show_item {
    min-height: 300px;
}.connect_form .support_info {
    padding: 40px 30px 50px;
}
}

@media (max-width: 768px) {.connect_form {
    padding: 50px 0;
}.connect_form h2 {
    margin-bottom: 50px;
    font-size: calc(31px - 4px);
}.connect_form .image_show_item {
    min-height: 250px;
}
}

@media (max-width: 576px) {.connect_form {
    padding: 40px 0;
}.connect_form .container {
    padding: 0 15px;
}.connect_form h2 {
    font-size: calc(31px - 6px);
    margin-bottom: 40px;
}.connect_form h2::before {
    width: 20px;
    left: calc(50% - 35px);
}.connect_form h2::after {
    width: 50px;
}.connect_form .support_info {
    padding: 30px 20px 40px;
}.connect_form #contact {
    gap: 20px;
}.connect_form .request_grid {
    width: 100%;
}.connect_form .image_show_item {
    min-height: 200px;
}}.data_insights {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(155,183,178) 0%, rgb(118,146,141,0.5) 100%);
    padding: 6rem 2rem;
}.data_insights::before {
    top: 0;
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    z-index: 0;
    transform: skewY(-5deg);
    background: linear-gradient(to right, transparent, rgb(118,146,141,0.5) 40%, transparent 60%);
    opacity: 0.4;
    content: "";
}.data_insights::after {
    bottom: -5%;
    position: absolute;
    background: rgb(82,104,100,0.5);
    right: -5%;
    filter: blur(60px);
    width: 40%;
    height: 40%;
    z-index: 0;
    content: "";
}.data_insights h3 {
    position: relative;
    animation: fadeInUp 0.8s ease-out forwards;
    opacity: 0;
    font-weight: 700;
    margin-bottom: 3rem;
    transform: translateY(20px);
    font-size: 38px;
    z-index: 1;
    text-align: center;
    color: #000000;
}.data_insights .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1200px;
}.data_insights ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    gap: 1.5rem;
    margin: 0;
    padding: 0;
}.data_insights .edge_statistics {
    position: relative;
    flex-direction: column;
    overflow: hidden;
    display: flex;
    animation-delay: calc(0.1s * var(--i, 0));
    transform: translateY(30px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 3px rgba(0, 0, 0, 0.03),
                0 20px 40px -20px rgb(118,146,141,0.5);
    animation: fadeInUp 0.6s ease-out forwards;
    opacity: 0;
    padding: 1.8rem;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    background: linear-gradient(120deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
}.data_insights .edge_statistics:nth-child(1) {
    --i: 1;
}.data_insights .edge_statistics:nth-child(2) {
    --i: 2;
}.data_insights .edge_statistics:nth-child(3) {
    --i: 3;
}.data_insights .edge_statistics:nth-child(4) {
    --i: 4;
}.data_insights .edge_statistics:nth-child(5) {
    --i: 5;
}.data_insights .edge_statistics:nth-child(6) {
    --i: 6;
}.data_insights .edge_statistics:nth-child(7) {
    --i: 7;
}.data_insights .edge_statistics::before {
    height: 100%;
    left: 0;
    position: absolute;
    background: rgb(118,146,141);
    transform-origin: top;
    top: 0;
    content: "";
    transition: transform 0.3s ease-out;
    width: 4px;
    transform: scaleY(0);
}.data_insights .edge_statistics:hover {
    transform: translateY(-5px) scale(1.02);
}.data_insights .edge_statistics:hover::before {
    transform: scaleY(1);
}.data_insights .edge_statistics::after {
    right: 0;
    opacity: 0.1;
    width: 80px;
    content: "";
    background: rgb(118,146,141,0.5);
    border-radius: 100% 0 0 0;
    z-index: 0;
    transition: transform 0.4s ease-out, opacity 0.4s ease-out;
    bottom: 0;
    height: 80px;
    position: absolute;
}.data_insights .edge_statistics:hover::after {
    opacity: 0.2;
    transform: scale(1.2);
}.data_insights .edge_statistics span {
    color: #000000;
    margin-bottom: 0.5rem;
    z-index: 2;
    position: relative;
    transition: transform 0.3s ease-out;
    font-size: calc(14px * 1.05);
    font-weight: 600;
}.data_insights .edge_statistics:hover span {
    transform: translateX(8px);
}.data_insights .edge_statistics p {
    animation-delay: calc(0.3s + (0.1s * var(--i, 0)));
    opacity: 0;
    transition: all 0.3s ease-out;
    font-size: calc(38px * 1.1);
    animation: numberCount 0.5s ease-out forwards;
    margin: 1rem 0 0;
    font-weight: 700;
    transform: translateY(20px);
    color: rgb(118,146,141);
    z-index: 2;
    position: relative;
}

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

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

@media (min-width: 768px) {.data_insights {
    padding: 8rem 3rem;
}.data_insights h3 {
    font-size: calc(38px * 1.2);
    margin-bottom: 4rem;
}.data_insights ul {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 2rem;
}.data_insights .edge_statistics {
    padding: 2.2rem;
}.data_insights .edge_statistics span {
    font-size: calc(14px * 1.1);
    margin-bottom: 0.75rem;
}.data_insights .edge_statistics p {
    font-size: calc(38px * 1.3);
    margin-top: 1.5rem;
}
}

@media (min-width: 1200px) {.data_insights::before {
    transform: skewY(-3deg);
}.data_insights ul {
    grid-template-columns: repeat(4, 1fr);
}.data_insights .edge_statistics {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), 
                    box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.data_insights .edge_statistics:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 
                    0 2px 5px rgba(0, 0, 0, 0.05),
                    0 30px 50px -25px rgb(118,146,141,0.5);
}
}

@media (max-width: 767px) {.data_insights {
    padding: 4rem 1.5rem;
}.data_insights h3 {
    margin-bottom: 2.5rem;
    font-size: calc(38px * 0.9);
}.data_insights ul {
    gap: 1.2rem;
    grid-template-columns: 1fr;
}.data_insights .edge_statistics {
    padding: 1.5rem;
}.data_insights .edge_statistics span {
    font-size: 14px;
}.data_insights .edge_statistics p {
    font-size: 38px;
    margin-top: 0.8rem;
}}.contact {
    overflow: hidden;
    background: rgb(155,183,178);
    padding: 5rem 0;
    position: relative;
    isolation: isolate;
}.contact::before {
    width: 100%;
    z-index: -2;
    height: 100%;
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(118,146,141,0.5) 0%, transparent 40%, rgb(82,104,100,0.5) 100%);
    top: 0;
    content: '';
}.contact::after {
    height: 200%;
    position: absolute;
    animation: pulse 15s infinite alternate;
    width: 200%;
    left: -50%;
    opacity: 0.3;
    content: '';
    top: -50%;
    z-index: -1;
    background: radial-gradient(circle, rgb(118,146,141,0.5) 0%, transparent 70%);
}@keyframes pulse {
    0% { transform: scale(1); opacity: 0.2; }
    50% { transform: scale(1.05); opacity: 0.4; }
    100% { transform: scale(1); opacity: 0.2; }
}
.contact .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 0 1.5rem;
}.contact .reach_us {
    padding: 3rem 2.5rem;
    border-left: 3px solid rgb(118,146,141);
    border-radius: 19px;
    position: relative;
    backdrop-filter: blur(10px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 0 0 1px rgba(255, 255, 255, 0.1),
                0 0 20px rgba(rgb(118,146,141), 0.1);
}.contact .reach_us h3 {
    display: inline-block;
    font-size: 35px;
    position: relative;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: rgb(118,146,141);
}.contact .reach_us h3::after {
    width: 60px;
    left: 0;
    border-radius: 10px;
    height: 3px;
    content: '';
    background: rgb(118,146,141);
    position: absolute;
    bottom: -10px;
}.contact .message_request {
    margin-bottom: 2.5rem;
    line-height: 1.6;
    color: #000000;
    font-size: calc(14px * 1.05);
    max-width: 90%;
}.contact .contact_help {
    position: relative;
    gap: 1.5rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}.contact .contact_help::before {
    top: -20px;
    background: linear-gradient(90deg, 
                transparent, 
                rgb(118,146,141,0.5), 
                transparent);
    content: '';
    position: absolute;
    left: 0;
    height: 1px;
    right: 0;
}.contact .contact_help span {
    flex-direction: column;
    position: relative;
    border-right: 1px solid rgb(82,104,100,0.5);
    background: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid rgb(82,104,100,0.5);
    padding-left: 3.5rem;
    display: flex;
    transition: all 0.3s ease;
}.contact .contact_help span svg {
    stroke-linejoin: round;
    stroke-width: 1.5;
    stroke-linecap: round;
    width: 1.5rem;
    fill: none;
    transform: translateY(-50%);
    opacity: 0.8;
    transition: all 0.3s ease;
    height: 1.5rem;
    stroke: rgb(118,146,141);
    left: 1rem;
    position: absolute;
    top: 50%;
}.contact .contact_help span:nth-child(even) svg {
    stroke: rgb(82,104,100);
}.contact .contact_help span:hover {
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}.contact .contact_help span:hover svg {
    opacity: 1;
    filter: drop-shadow(0 0 5px rgb(118,146,141,0.5));
    transform: translateY(-50%) scale(1.2);
}.contact .contact_help span:nth-child(even):hover svg {
    filter: drop-shadow(0 0 5px rgb(82,104,100,0.5));
}.contact .contact_help span svg path,
.contact .contact_help span svg circle,
.contact .contact_help span svg line,
.contact .contact_help span svg polyline,
.contact .contact_help span svg rect {
    transition: stroke-dasharray 0.5s ease, stroke-dashoffset 0.5s ease;
    stroke-dashoffset: 0;
    stroke-dasharray: 0;
}.contact .contact_help span:hover svg path,
.contact .contact_help span:hover svg circle,
.contact .contact_help span:hover svg line,
.contact .contact_help span:hover svg polyline,
.contact .contact_help span:hover svg rect {
    stroke-dasharray: 100;
    animation: dashAnimation 2s linear infinite;
}@keyframes dashAnimation {
    0% {
        stroke-dashoffset: 100;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
.contact .contact_help span p {
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    margin: 0;
}.contact .contact_help span > span {
    background: transparent;
    padding: 0;
    border: none;
    color: rgb(118,146,141);
    box-shadow: none;
    margin-top: 0.5rem;
    border-radius: 0;
    font-weight: 600;
}.contact .contact_help span > span:hover {
    background: transparent;
    box-shadow: none;
    transform: none;
}.contact .contact_help span a {
    color: rgb(118,146,141);
    text-decoration: none;
    position: relative;
    display: inline-block;
    transition: color 0.3s ease, transform 0.3s ease;
}.contact .contact_help span a::after {
    position: absolute;
    width: 0;
    bottom: -2px;
    left: 0;
    content: '';
    height: 1px;
    transition: width 0.3s ease;
    background: rgb(118,146,141);
}.contact .contact_help span a:hover {
    transform: translateX(3px);
    color: rgb(82,104,100);
}.contact .contact_help span a:hover::after {
    background: rgb(82,104,100);
    width: 100%;
}.contact .contact_form {
    flex-direction: column;
    margin-top: 1.5rem;
    background: linear-gradient(135deg, 
                rgba(rgb(118,146,141,0.5), 0.1), 
                rgba(rgb(82,104,100,0.5), 0.1));
    padding: 1.5rem;
    grid-column: 1 / -1;
    display: flex;
    border-left: 3px solid rgb(82,104,100);
}.contact .contact_form h4 {
    color: rgb(82,104,100);
    font-weight: 600;
    margin-bottom: 1rem;
    display: flex;
    font-size: 18px;
    gap: 0.5rem;
    position: relative;
    align-items: center;
    text-align: center;
}.contact .contact_form h4 svg {
    width: 1.25rem;
    stroke-linecap: round;
    stroke: rgb(82,104,100);
    fill: none;
    height: 1.25rem;
    transition: transform 0.3s ease;
    stroke-linejoin: round;
    stroke-width: 1.5;
}.contact .contact_form h4:hover svg {
    transform: rotate(15deg);
}.contact .contact_form h4::after {
    border-radius: 10px;
    content: '';
    position: absolute;
    height: 2px;
    width: 40px;
    left: 0;
    background: rgb(82,104,100);
    bottom: -5px;
}.contact .contact_form span {
    border: none;
    position: relative;
    box-shadow: none;
    background: transparent;
    display: flex;
    margin-bottom: 0.5rem;
    padding: 0.5rem 0;
    align-items: center;
    color: #000000;
    padding-left: 1.75rem;
}.contact .contact_form span svg {
    height: 1rem;
    stroke: rgb(118,146,141);
    width: 1rem;
    position: absolute;
    fill: none;
    stroke-linejoin: round;
    stroke-linecap: round;
    left: 0;
    opacity: 0.7;
    stroke-width: 1.5;
    transition: all 0.3s ease;
}.contact .contact_form span:hover {
    transform: none;
    box-shadow: none;
    background: transparent;
}.contact .contact_form span:hover svg {
    transform: scale(1.1);
    stroke: rgb(82,104,100);
    opacity: 1;
}.contact .contact_form span:not(:last-child) {
    border-bottom: 1px dashed rgba(#000000, 0.2);
}
@media (max-width: 991px) {.contact {
    padding: 4rem 0;
}.contact .reach_us {
    padding: 2.5rem 2rem;
}.contact .reach_us h3 {
    font-size: calc(35px * 0.9);
}.contact .message_request {
    max-width: 100%;
    font-size: 14px;
}.contact .contact_help {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.contact .contact_help span svg {
    height: 1.4rem;
    width: 1.4rem;
}.contact .contact_form h4 svg {
    width: 1.1rem;
    height: 1.1rem;
}.contact .contact_form span svg {
    width: 0.9rem;
    height: 0.9rem;
}
}
@media (max-width: 767px) {.contact {
    padding: 3rem 0;
}.contact .reach_us {
    padding: 2rem 1.5rem;
}.contact .reach_us h3 {
    font-size: calc(35px * 0.8);
}.contact .contact_help {
    grid-template-columns: 1fr;
}.contact .contact_form {
    padding: 1.25rem;
}.contact .contact_help span {
    padding-left: 3rem;
    padding: 0.875rem 1.25rem;
}.contact .contact_help span svg {
    height: 1.3rem;
    left: 0.875rem;
    width: 1.3rem;
}.contact .contact_form span {
    padding-left: 1.5rem;
}.contact .contact_form span svg {
    width: 0.875rem;
    height: 0.875rem;
}
}
@media (max-width: 575px) {.contact {
    padding: 2.5rem 0;
}.contact .reach_us {
    padding: 1.75rem 1.25rem;
}.contact .reach_us h3 {
    margin-bottom: 1.25rem;
    font-size: calc(35px * 0.7);
}.contact .message_request {
    font-size: calc(14px * 0.95);
    margin-bottom: 2rem;
}.contact .contact_help span {
    padding-left: 2.75rem;
    padding: 0.75rem 1rem;
}.contact .contact_help span svg {
    height: 1.2rem;
    width: 1.2rem;
    left: 0.75rem;
}.contact .contact_form h4 {
    font-size: calc(18px * 0.9);
}.contact .contact_form h4 svg {
    width: 1rem;
    height: 1rem;
}.contact .contact_form span {
    padding-left: 1.25rem;
}.contact .contact_form span svg {
    width: 0.75rem;
    height: 0.75rem;
}}
@keyframes floatingGlow {
    0% { transform: translate(0, 0); opacity: 0.3; }
    25% { transform: translate(5px, -15px); opacity: 0.5; }
    50% { transform: translate(10px, 5px); opacity: 0.3; }
    75% { transform: translate(-5px, 10px); opacity: 0.5; }
    100% { transform: translate(0, 0); opacity: 0.3; }
}
.contact .container::before {
    z-index: -1;
    content: '';
    top: -100px;
    right: -50px;
    width: 200px;
    background: radial-gradient(circle, rgb(118,146,141,0.5) 0%, transparent 70%);
    position: absolute;
    height: 200px;
    animation: floatingGlow 15s infinite linear;
    border-radius: 50%;
}.contact .container::after {
    animation: floatingGlow 20s infinite linear reverse;
    height: 150px;
    content: '';
    z-index: -1;
    position: absolute;
    background: radial-gradient(circle, rgb(82,104,100,0.5) 0%, transparent 70%);
    width: 150px;
    bottom: -75px;
    left: -50px;
    border-radius: 50%;
}.contact .reach_us::before {
    background: radial-gradient(circle, rgb(118,146,141,0.5) 0%, transparent 70%);
    opacity: 0.4;
    position: absolute;
    height: 100px;
    top: 0;
    z-index: -1;
    content: '';
    width: 100px;
    right: 0;
}.contact .reach_us::after {
    z-index: -1;
    width: 75px;
    left: 0;
    height: 75px;
    content: '';
    position: absolute;
    background: radial-gradient(circle, rgb(82,104,100,0.5) 0%, transparent 70%);
    opacity: 0.4;
    bottom: 0;
}.contact .contact_help span::before {
    transition: opacity 0.3s ease;
    left: 0;
    top: 0;
    width: 30px;
    z-index: -1;
    height: 30px;
    opacity: 0;
    background: rgb(118,146,141,0.5);
    filter: blur(20px);
    position: absolute;
    content: '';
}.contact .contact_help span:hover::before {
    opacity: 0.3;
}.contact .contact_help span::after {
    opacity: 0;
    box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.05);
    right: 10px;
    content: '';
    position: absolute;
    bottom: 10px;
    border-radius: 10px;
    left: 10px;
    pointer-events: none;
    transition: opacity 0.3s ease;
    top: 10px;
}.contact .contact_help span:hover::after {
    opacity: 1;
}
@media (prefers-reduced-motion: reduce) {.contact::after,
    .contact .container::before,
    .contact .container::after,
    .contact .contact_help span:hover svg path,
    .contact .contact_help span:hover svg circle,
    .contact .contact_help span:hover svg line,
    .contact .contact_help span:hover svg polyline,
    .contact .contact_help span:hover svg rect {
    animation: none;
}.contact .contact_form h4:hover svg,
    .contact .contact_form span:hover svg {
    transform: none;
}}.company_overview {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(155,183,178) 0%, #ffffff 100%);
}.company_overview::before {
    right: -10%;
    height: 40%;
    content: "";
    opacity: 0.7;
    background: linear-gradient(120deg, rgb(118,146,141,0.5) 0%, transparent 70%);
    top: -5%;
    clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0% 100%);
    width: 40%;
    z-index: 1;
    transform: rotate(-15deg);
    position: absolute;
}.company_overview::after {
    left: -10%;
    z-index: 1;
    bottom: -5%;
    transform: rotate(15deg);
    opacity: 0.7;
    content: "";
    clip-path: polygon(0% 0%, 70% 0%, 100% 100%, 0% 100%);
    width: 40%;
    background: linear-gradient(240deg, rgb(82,104,100,0.5) 0%, transparent 70%);
    position: absolute;
    height: 40%;
}.company_overview .container {
    position: relative;
    padding: 0 2rem;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
}.company_overview h1 {
    color: #000000;
    position: relative;
    transform: translateX(-1rem);
    font-size: 48px;
    display: inline-block;
    opacity: 0;
    font-weight: 700;
    margin-bottom: 2.5rem;
    animation: slideInTitle 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
}.company_overview h1::after {
    width: 0;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(118,146,141) 0%, rgb(82,104,100) 100%);
    bottom: -0.5rem;
    left: 0;
    animation: expandLine 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.8s;
    height: 3px;
}.company_overview .achieve_goals {
    position: relative;
}.company_overview .achieve_goals ul {
    gap: 3rem;
    margin: 0;
    grid-template-columns: 1fr;
    display: grid;
    padding: 0;
    list-style: none;
}.company_overview .study_center {
    border-radius: 4px;
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease;
    transform: translateY(2rem);
    background: #ffffff;
    position: relative;
    opacity: 0;
    animation: fadeInUp 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}.company_overview .study_center:nth-child(1) {
    border-left: 4px solid rgb(118,146,141);
    animation-delay: 0.3s;
}.company_overview .study_center:nth-child(2) {
    animation-delay: 0.5s;
    border-left: 4px solid rgb(82,104,100);
}.company_overview .study_center:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-0.5rem);
}.company_overview .study_center h4 {
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 0.75rem;
    font-size: 20px;
    margin-top: 0;
    font-weight: 600;
    color: #000000;
}.company_overview .study_center:nth-child(1) h4::after {
    height: 2px;
    background: rgb(118,146,141);
    left: 0;
    content: "";
    bottom: 0;
    width: 3rem;
    position: absolute;
}.company_overview .study_center:nth-child(2) h4::after {
    bottom: 0;
    background: rgb(82,104,100);
    content: "";
    left: 0;
    position: absolute;
    height: 2px;
    width: 3rem;
}.company_overview .study_center div {
    padding-right: 1rem;
    max-height: 300px;
    color: #000000;
    line-height: 1.7;
    overflow-y: auto;
    font-size: 14px;
    font-family: Arial, sans-serif;
}.company_overview .study_center div::-webkit-scrollbar {
    width: 4px;
}.company_overview .study_center div::-webkit-scrollbar-track {
    background: rgb(255, 255, 255, 0.5);
    border-radius: 10px;
}.company_overview .study_center div::-webkit-scrollbar-thumb {
    background: rgb(82,104,100,0.5);
    border-radius: 10px;
}.company_overview .study_center div::-webkit-scrollbar-thumb:hover {
    background: rgb(82,104,100);
}

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

@keyframes expandLine {
    to {
        width: 60%;
    }
}

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

@media (min-width: 768px) {.company_overview {
    padding: 8rem 0;
}.company_overview h1 {
    font-size: calc(48px * 1.1);
    margin-bottom: 3.5rem;
}.company_overview .achieve_goals ul {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
}.company_overview .study_center {
    padding: 3rem;
}.company_overview .study_center div {
    max-height: 380px;
}
}

@media (min-width: 992px) {.company_overview {
    padding: 10rem 0;
}.company_overview::before {
    height: 35%;
    width: 35%;
}.company_overview::after {
    width: 35%;
    height: 35%;
}.company_overview h1 {
    font-size: calc(48px * 1.2);
    margin-bottom: 4rem;
}.company_overview .study_center {
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s ease;
    padding: 3.5rem;
}.company_overview .study_center:hover {
    transform: translateY(-0.75rem) scale(1.02);
}.company_overview .study_center h4 {
    font-size: calc(20px * 1.1);
}.company_overview .study_center div {
    font-size: calc(14px * 1.05);
    line-height: 1.8;
    max-height: 400px;
}
}

@media (min-width: 1200px) {.company_overview .container {
    padding: 0 4rem;
}.company_overview h1::after {
    height: 4px;
}.company_overview .achieve_goals ul {
    gap: 3rem;
}.company_overview .study_center {
    border-radius: 6px;
    padding: 4rem;
}.company_overview .study_center h4 {
    margin-bottom: 2rem;
}.company_overview .study_center div {
    max-height: 450px;
}
}

@media (max-width: 767px) {.company_overview {
    padding: 4rem 0;
}.company_overview::before, 
    .company_overview::after {
    opacity: 0.4;
}.company_overview h1 {
    font-size: calc(48px * 0.9);
    margin-bottom: 2rem;
}.company_overview .study_center {
    margin-bottom: 1.5rem;
    padding: 1.75rem;
}.company_overview .study_center div {
    max-height: 250px;
    line-height: 1.6;
    font-size: calc(14px * 0.95);
}}footer {
    position: relative;
}footer::before {
    content: '';
    top: 0;
    right: 0;
    position: absolute;
    opacity: 0.92;
    z-index: 1;
    left: 0;
    bottom: 0;
    background: linear-gradient(210deg, #000000 0%, rgb(118,146,141) 100%);
}.webinar_cta {
    z-index: 2;
    position: relative;
    color: #ffffff;
    padding: 90px 0 50px;
    font-family: Arial, sans-serif;
}.webinar_cta::before {
    left: 0;
    background: linear-gradient(90deg, transparent 0%, #ffffff 50%, transparent 100%);
    width: 100%;
    height: 1px;
    position: absolute;
    content: '';
    top: 0;
    opacity: 0.1;
}.webinar_cta .container {
    display: flex;
    flex-direction: column;
}.webinar_cta .company_holder {
    border-radius: 20px;
    order: 2;
    animation: shiftGradient 15s ease infinite;
    border: 1px solid rgba(255, 255, 255, 0.05);
    margin-top: 70px;
    padding: 30px;
    background-size: 200% 200%;
    transform: perspective(1000px) rotateX(2deg);
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.05) 0%, 
        rgba(255, 255, 255, 0.01) 100%
    );
}.webinar_cta .company_holder h3 {
    text-align: center;
    position: relative;
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 3px;
}.webinar_cta .company_holder h3::after {
    background: rgb(118,146,141);
    display: block;
    margin: 15px auto 0;
    border-radius: 3px;
    height: 3px;
    width: 60px;
    content: '';
}.webinar_cta .grade_help {
    margin: 0 auto;
    text-align: center;
    position: relative;
    line-height: 1.6;
    font-size: 12px;
    max-width: 80%;
    padding-top: 15px;
}.webinar_cta .stats_tool {
    position: relative;
    order: 1;
}.webinar_cta .site_info {
    flex-wrap: wrap;
    margin-bottom: 30px;
    justify-content: space-between;
    width: 100%;
    display: flex;
    gap: 60px;
}.webinar_cta .nav_primary {
    overflow: hidden;
    transition: transform 0.3s ease;
    position: relative;
    max-width: calc(50% - 30px);
    min-width: 250px;
    transform: translateZ(0);
    padding: 20px;
    background: rgba(255, 255, 255, 0.03);
    flex: 1;
    border-radius: 10px;
}.webinar_cta .nav_primary:nth-child(odd) {
    transform: perspective(1000px) rotateY(2deg);
}.webinar_cta .nav_primary:nth-child(even) {
    transform: perspective(1000px) rotateY(-2deg);
}.webinar_cta .nav_primary:hover {
    transform: perspective(1000px) rotateY(0);
}.webinar_cta .nav_primary::before {
    inset: 0;
    position: absolute;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 100%
    );
    content: '';
    border-radius: 10px;
    z-index: -1;
}.webinar_cta .nav_primary h5 {
    padding-bottom: 15px;
    margin-bottom: 30px;
    word-wrap: break-word;
    font-size: 18px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-weight: 600;
    position: relative;
}.webinar_cta .nav_primary h5::before {
    width: 50px;
    bottom: -1px;
    position: absolute;
    content: '';
    left: 0;
    background: rgb(82,104,100);
    height: 1px;
}.webinar_cta .nav_primary .site_info {
    gap: 12px;
    flex-direction: column;
    display: flex;
    padding: 0 10px;
    margin: 0;
}.webinar_cta .nav_primary .site_info a {
    opacity: 0.8;
    color: #ffffff;
    transition: all 0.3s ease;
    word-break: break-word;
    text-decoration: none;
    align-items: center;
    white-space: normal;
    display: flex;
    font-size: 12px;
}.webinar_cta .nav_primary .site_info a::before {
    border-radius: 50%;
    height: 6px;
    transition: all 0.3s ease;
    content: '';
    background: rgb(82,104,100);
    min-width: 6px;
    flex-shrink: 0;
    transform: scale(0);
    margin-right: 10px;
    opacity: 0;
}.webinar_cta .nav_primary .site_info a:hover {
    opacity: 1;
    transform: translateX(5px);
    color: #ffffff;
}.webinar_cta .nav_primary .site_info a:hover::before {
    transform: scale(1);
    opacity: 1;
}.mobile_cta {
    background: rgba(0, 0, 0, 0.2);
    padding: 25px 0;
    margin-top: 40px;
    z-index: 2;
    position: relative;
}.mobile_cta::before {
    content: '';
    background: linear-gradient(90deg, transparent, rgb(82,104,100,0.5), transparent);
    top: 0;
    width: 100%;
    position: absolute;
    height: 1px;
    left: 0;
}.mobile_cta .container {
    text-align: center;
}.mobile_cta .level_up {
    font-size: 15px;
    opacity: 0.7;
    color: #ffffff;
}@keyframes floatUp {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.8;
    }
}

@keyframes shiftGradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.webinar_cta .stats_tool::before {
    position: absolute;
    filter: blur(100px);
    opacity: 0.1;
    bottom: -10%;
    height: 250px;
    border-radius: 50%;
    z-index: -1;
    background: rgb(82,104,100);
    animation: pulse 10s infinite ease-in-out reverse;
    width: 250px;
    content: '';
    left: -5%;
}footer::after {
    bottom: 0;
    background-image: repeating-linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 1px,
        transparent 1px,
        transparent 20px
    );
    top: 0;
    right: 0;
    position: absolute;
    z-index: 1;
    pointer-events: none;
    left: 0;
    content: '';
}

@media (max-width: 992px) {.webinar_cta {
    padding: 70px 0 40px;
}.webinar_cta .site_info {
    gap: 40px;
}.webinar_cta .company_holder {
    margin-top: 50px;
}
}

@media (max-width: 768px) {.webinar_cta {
    padding: 50px 0 30px;
}.webinar_cta .site_info {
    flex-direction: column;
    gap: 30px;
}.webinar_cta .nav_primary {
    min-width: 100%;
    max-width: 100%;
}.webinar_cta .company_holder {
    padding: 20px;
}.webinar_cta .grade_help {
    max-width: 100%;
}
}

@media (max-width: 576px) {.webinar_cta {
    padding: 40px 0 20px;
}.webinar_cta .company_holder h3 {
    font-size: calc(30px * 0.8);
}.webinar_cta .nav_primary h5 {
    font-size: calc(18px * 0.9);
}}.primary_page {
    background: linear-gradient(135deg, rgb(82,104,100,0.5), rgb(118,146,141,0.5));
    position: relative;
    align-items: center;
    min-height: 100vh;
    width: 100%;
    justify-content: center;
    overflow: hidden;
    display: flex;
}.primary_page::before {
    width: 100%;
    background: radial-gradient(circle at 30% 40%, rgba(255,255,255,0.15) 0%, transparent 60%);
    z-index: 1;
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    height: 100%;
}.primary_page::after {
    top: 0;
    height: 100%;
    opacity: 0.4;
    position: absolute;
    right: 0;
    content: "";
    background: radial-gradient(ellipse at 70% 50%, rgb(82,104,100,0.5) 0%, transparent 70%);
    width: 60%;
    animation: pulse 15s infinite alternate ease-in-out;
    z-index: 0;
}.primary_page .course_hero {
    position: relative;
    z-index: 2;
    width: 90%;
    transform: translateY(-2vh);
    max-width: 1200px;
}.primary_page .edu_base {
    box-shadow: 0 20px 50px rgba(0,0,0,0.15), 
              0 5px 15px rgba(0,0,0,0.1),
              0 0 0 1px rgba(255,255,255,0.1) inset;
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateX(2deg);
    overflow: hidden;
    padding: 4rem 3rem;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    background-blend-mode: overlay !important;
}.primary_page .edu_base::before {
    height: 100%;
    width: 100%;
    top: 0;
    background: linear-gradient(145deg, 
                rgba(255,255,255,0.15), 
                rgba(255,255,255,0.05) 30%, 
                rgba(0,0,0,0.2) 100%);
    left: 0;
    position: absolute;
    content: "";
    z-index: -1;
}.primary_page .edu_base::after {
    height: 200px;
    opacity: 0.6;
    z-index: -1;
    border-radius: 50%;
    width: 200px;
    background: radial-gradient(circle, rgb(118,146,141,0.5) 0%, transparent 70%);
    right: -50px;
    animation: orbitFloat 25s infinite linear;
    content: "";
    position: absolute;
    top: -50px;
}.primary_page .edu_base span {
    position: relative;
    display: block;
    transform: translateX(-5px);
    margin-bottom: 1.5rem;
    opacity: 0;
    animation: slideInLeft 0.8s 0.2s forwards cubic-bezier(0.17, 0.67, 0.43, 0.99);
}.primary_page .edu_base h3 {
    max-width: 85%;
    z-index: 3;
    position: relative;
    letter-spacing: 0.5px;
    font-size: calc(20px * 0.9);
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
    color: #ffffff;
    font-weight: 600;
    line-height: 1.5;
    font-family: Arial, sans-serif;
}.primary_page .edu_base h1 {
    margin-bottom: 2rem;
    -webkit-background-clip: text !important;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
    position: relative;
    line-height: 1.2;
    z-index: 3;
    opacity: 0;
    animation: slideInUp 0.8s 0.4s forwards cubic-bezier(0.17, 0.67, 0.43, 0.99);
    font-weight: 700;
    color: #ffffff;
    background-clip: text !important;
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, #ffffff, rgba(255,255,255,0.85));
    transform: translateY(20px);
    font-size: 45px;
}.primary_page .edu_base h1::after {
    bottom: -10px;
    animation: expandWidth 0.6s 1s forwards cubic-bezier(0.17, 0.67, 0.43, 0.99);
    position: absolute;
    height: 4px;
    transform-origin: left center;
    width: 80px;
    opacity: 0;
    background: linear-gradient(90deg, rgb(118,146,141), transparent);
    left: 0;
    content: "";
}.primary_page .edu_base div div {
    animation: slideInUp 0.8s 0.6s forwards cubic-bezier(0.17, 0.67, 0.43, 0.99);
    transform: translateY(20px);
    opacity: 0;
}.primary_page .edu_base p {
    color: #ffffff;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    font-size: calc(17px * 1.2);
    position: relative;
    max-width: 90%;
    letter-spacing: 0.2px;
    margin: 0;
    z-index: 3;
}.primary_page .edu_base::before {
    content: "";
    animation: twinkle 4s infinite alternate ease-in-out;
    background-color: #ffffff;
    width: 6px;
    border-radius: 50%;
    z-index: 2;
    height: 6px;
    top: 30%;
    box-shadow: 0 0 15px 5px rgba(255,255,255,0.3);
    position: absolute;
    right: 20%;
}.primary_page .edu_base span::before,
.primary_page .edu_base span::after,
.primary_page .edu_base h1::before,
.primary_page .edu_base p::before {
    border-radius: 50%;
    position: absolute;
    z-index: 2;
    content: "";
    height: 4px;
    width: 4px;
    background-color: #ffffff;
}.primary_page .edu_base span::before {
    animation: twinkle 3s infinite alternate-reverse ease-in-out;
    left: 20%;
    top: -15px;
    box-shadow: 0 0 10px 2px rgba(255,255,255,0.2);
}.primary_page .edu_base span::after {
    animation: twinkle 5s infinite alternate ease-in-out;
    right: 30%;
    box-shadow: 0 0 10px 3px rgba(255,255,255,0.25);
    bottom: 10px;
}.primary_page .edu_base h1::before {
    box-shadow: 0 0 12px 4px rgba(255,255,255,0.3);
    top: 10px;
    right: 25%;
    animation: twinkle 4.5s infinite alternate-reverse ease-in-out;
}.primary_page .edu_base p::before {
    left: 15%;
    animation: twinkle 3.5s infinite alternate ease-in-out;
    top: -15px;
    box-shadow: 0 0 8px 2px rgba(255,255,255,0.2);
}.primary_page .edu_base h1::after {
    top: 30%;
    z-index: 1;
    content: "";
    width: 80px;
    right: -90px;
    transform: rotate(45deg);
    background: linear-gradient(to right, rgb(255, 255, 255, 0.5), transparent);
    position: absolute;
    opacity: 0.5;
    height: 1px;
}.primary_page .edu_base span::after {
    background: linear-gradient(to right, rgb(255, 255, 255, 0.5), transparent);
    opacity: 0.5;
    width: 60px;
    bottom: -10px;
    z-index: 1;
    content: "";
    height: 1px;
    transform: rotate(-30deg);
    left: -70px;
    position: absolute;
}

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

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

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

@keyframes twinkle {
  0%, 100% {
    opacity: 0.3;
    transform: scale(0.8);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.4;
    transform: scale(1);
  }
  50% {
    opacity: 0.6;
    transform: scale(1.05);
  }
}

@keyframes orbitFloat {
  0% {
    transform: rotate(0deg) translateX(50px) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translateX(50px) rotate(-360deg);
  }
}


@media (max-width: 1200px) {.primary_page .edu_base {
    padding: 3.5rem 2.5rem;
}.primary_page .edu_base h1 {
    font-size: calc(45px * 0.9);
}.primary_page .edu_base h3 {
    max-width: 90%;
}
}

@media (max-width: 992px) {.primary_page .edu_base {
    transform: perspective(1000px) rotateX(1deg);
    padding: 3rem 2rem;
}.primary_page .edu_base h1 {
    font-size: calc(45px * 0.8);
}.primary_page .edu_base h3 {
    font-size: calc(20px * 0.85);
}.primary_page .edu_base p {
    max-width: 95%;
    font-size: calc(17px * 1.1);
}
}

@media (max-width: 768px) {.primary_page {
    min-height: 90vh;
}.primary_page .course_hero {
    width: 95%;
}.primary_page .edu_base {
    padding: 2.5rem 1.5rem;
    transform: none;
}.primary_page .edu_base h1 {
    font-size: calc(45px * 0.7);
    margin-bottom: 1.5rem;
}.primary_page .edu_base h3 {
    max-width: 100%;
    font-size: calc(20px * 0.8);
}.primary_page .edu_base p {
    font-size: 17px;
    max-width: 100%;
}.primary_page .edu_base h1::after {
    height: 3px;
    width: 60px;
}
}

@media (max-width: 576px) {.primary_page {
    min-height: 85vh;
}.primary_page .edu_base {
    padding: 2rem 1.25rem;
}.primary_page .edu_base h1 {
    font-size: calc(45px * 0.6);
    margin-bottom: 1.25rem;
}.primary_page .edu_base h3 {
    font-size: calc(20px * 0.75);
}.primary_page .edu_base span {
    margin-bottom: 1rem;
}.primary_page .edu_base h1::after {
    bottom: -8px;
    height: 3px;
    width: 50px;
}
}

@media (max-width: 390px) {.primary_page .edu_base {
    padding: 1.5rem 1rem;
}.primary_page .edu_base h1 {
    font-size: calc(45px * 0.5);
}.primary_page .edu_base h3 {
    font-size: calc(20px * 0.7);
}.primary_page .edu_base p {
    font-size: calc(17px * 0.9);
}}.thankYouHub {
    padding: 120px 0;
    position: relative;
    background: linear-gradient(145deg, rgb(118,146,141,0.5), rgb(82,104,100,0.5));
    overflow: hidden;
}.thankYouHub::before {
    pointer-events: none;
    content: "";
    width: 50%;
    height: 70%;
    transform: rotate(-15deg) skew(15deg);
    left: -5%;
    opacity: 0.03;
    position: absolute;
    top: -10%;
    background: #ffffff;
}.thankYouHub::after {
    pointer-events: none;
    transform: rotate(25deg) skew(-15deg);
    right: -5%;
    height: 80%;
    width: 40%;
    opacity: 0.05;
    position: absolute;
    bottom: -10%;
    background: rgb(82,104,100);
    content: "";
}.thankYouHub .container {
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
}.thankYouHub .impact_stats {
    position: relative;
    flex-direction: column;
    padding: 60px 50px;
    background: #ffffff;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(2deg);
    display: flex;
}.thankYouHub .impact_stats:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.thankYouHub .impact_stats::before {
    transform: scaleY(0);
    top: 0;
    transform-origin: left center;
    position: absolute;
    left: 0;
    height: 100%;
    width: 6px;
    background: linear-gradient(to bottom, rgb(118,146,141), rgb(82,104,100));
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    content: "";
}.thankYouHub .impact_stats:hover::before {
    transform: scaleY(1);
}.thankYouHub .impact_stats > div:first-child {
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
}.thankYouHub h5 {
    line-height: 1.4;
    transform: translateY(0);
    color: #000000;
    position: relative;
    font-size: 24px;
    margin: 0;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 700;
}.thankYouHub .impact_stats:hover h5 {
    transform: translateY(-5px);
}.thankYouHub h5::after {
    width: 80px;
    bottom: -8px;
    transform: scaleX(0.7);
    background: linear-gradient(90deg, rgb(118,146,141), rgb(82,104,100));
    position: absolute;
    transform-origin: left center;
    height: 3px;
    content: "";
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    left: 0;
}.thankYouHub .impact_stats:hover h5::after {
    transform: scaleX(1);
}.thankYouHub a {
    transition: transform 0.4s ease;
    display: block;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}.thankYouHub a:hover {
    transform: translateX(5px);
}.thankYouHub p {
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 18px;
    transition: color 0.3s ease;
    font-weight: 400;
    margin: 0;
    color: #000000;
    line-height: 1.8;
}.thankYouHub a:hover p {
    color: rgb(118,146,141);
}.thankYouHub a::before {
    top: 0;
    width: 100%;
    opacity: 0.3;
    pointer-events: none;
    content: "";
    height: 100%;
    left: -100%;
    position: absolute;
    transition: left 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transform: skewX(-15deg);
    background: linear-gradient(90deg, #ffffff, rgb(82,104,100,0.5), #ffffff);
}.thankYouHub a:hover::before {
    left: 200%;
}

@media (min-width: 992px) {.thankYouHub {
    padding: 150px 0;
}.thankYouHub .impact_stats {
    max-width: 85%;
    margin: 0 auto;
    padding: 80px 70px;
    transform: perspective(1000px) rotateX(2deg);
}.thankYouHub h5 {
    line-height: 1.3;
    font-size: calc(24px * 1.15);
}.thankYouHub p {
    line-height: 1.9;
    font-size: calc(18px * 1.1);
}.thankYouHub h5::after {
    width: 100px;
}
}

@media (min-width: 1200px) {.thankYouHub .impact_stats {
    max-width: 75%;
}
}

@media (max-width: 991px) {.thankYouHub {
    padding: 100px 0;
}.thankYouHub .impact_stats {
    padding: 50px 40px;
}
}

@media (max-width: 767px) {.thankYouHub {
    padding: 80px 0;
}.thankYouHub .impact_stats {
    padding: 40px 30px;
    transform: perspective(1000px) rotateX(1deg);
}.thankYouHub h5 {
    font-size: calc(24px * 0.9);
}
}

@media (max-width: 575px) {.thankYouHub {
    padding: 60px 0;
}.thankYouHub .impact_stats {
    transform: none;
    padding: 30px 20px;
}.thankYouHub h5 {
    line-height: 1.5;
    font-size: calc(24px * 0.85);
}.thankYouHub p {
    line-height: 1.7;
    font-size: calc(18px * 0.95);
}.thankYouHub h5::after {
    height: 2px;
    width: 60px;
}}.course_program {
    position: relative;
    background-color: #000000;
    min-height: 100vh;
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    overflow: hidden;
}.course_program::before {
    z-index: 2;
    background: 
        radial-gradient(circle at left bottom, rgb(118,146,141,0.5) 0%, transparent 30%),
        radial-gradient(circle at right top, rgb(82,104,100,0.5) 0%, transparent 30%);
    pointer-events: none;
    left: 0;
    position: absolute;
    top: 0;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    content: "";
}.course_program .education_plan {
    top: 0;
    left: 0;
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 1;
}.course_program .education_plan::after {
    width: 100%;
    content: "";
    background: linear-gradient(to bottom, 
                transparent 0%, 
                #000000 80%);
    z-index: 3;
    top: 0;
    height: 100%;
    position: absolute;
    left: 0;
}.course_program .class_path {
    animation: split-carousel 30s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
    width: 500%;
    height: 100%;
    display: flex;
}.course_program .education_plan:hover .class_path {
    animation-play-state: paused;
}.course_program .program_path {
    position: relative;
    width: 20%;
    overflow: hidden;
    height: 100%;
}.course_program .program_path img {
    width: 100%;
    object-fit: cover;
    transition: transform 8s ease;
    height: 100%;
    transform: scale(1.1);
    filter: brightness(0.8) saturate(1.2);
}.course_program .program_path:hover img {
    transform: scale(1.2);
}.course_program .container {
    max-width: 1320px;
    display: flex;
    height: 100%;
    margin: 0 auto;
    position: relative;
    justify-content: center;
    width: 100%;
    z-index: 4;
    padding: 0;
    align-items: center;
}.course_program .impact_stats {
    width: 100%;
    margin-bottom: 0;
}.course_program .lesson_map {
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    display: grid;
    grid-column-gap: 2rem;
    padding: 0 2rem;
}.course_program .lesson_map h3 {
    border-left: 4px solid rgb(118,146,141);
    font-size: 28px;
    padding-left: 2rem;
    margin: 0;
    color: #ffffff;
    position: relative;
    font-weight: 700;
    grid-column: 1 / 2;
}.course_program .lesson_map p {
    font-size: 15px;
    color: #ffffff;
    margin: 0;
    line-height: 1.6;
    grid-column: 3 / 4;
    opacity: 0.7;
}.course_program .lesson_map .request_grid {
    align-items: center;
    overflow: hidden;
    border: 2px solid rgb(118,146,141);
    color: #ffffff;
    justify-content: center;
    margin: 2rem auto 0;
    border-radius: 10px;
    font-size: 18px;
    text-decoration: none;
    grid-column: 1 / 4;
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 1;
    background-color: transparent;
    width: max-content;
    padding: 0.8rem 2rem;
    font-weight: 600;
    display: flex;
}.course_program .lesson_map .request_grid::before {
    top: 0;
    content: "";
    z-index: -1;
    width: 0;
    transition: width 0.4s ease;
    height: 100%;
    position: absolute;
    left: 0;
    background: rgb(118,146,141);
}.course_program .lesson_map .request_grid:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
    color: #ffffff;
}.course_program .lesson_map .request_grid:hover::before {
    width: 100%;
}@keyframes split-carousel {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(-20%);
    }
    40%, 56% {
        transform: translateX(-40%);
    }
    60%, 76% {
        transform: translateX(-60%);
    }
    80%, 96% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}


.course_program .program_path::before {
    content: "";
    height: 100%;
    position: absolute;
    background: 
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 50px,
            rgba(255, 255, 255, 0.03) 50px,
            rgba(255, 255, 255, 0.03) 51px
        ),
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 50px,
            rgba(255, 255, 255, 0.03) 50px,
            rgba(255, 255, 255, 0.03) 51px
        );
    z-index: 2;
    width: 100%;
    left: 0;
    top: 0;
}.course_program .program_path::after {
    box-shadow: 0 0 8px rgb(118,146,141);
    left: -100%;
    animation: moving-line 8s linear infinite;
    height: 1px;
    width: 100%;
    content: "";
    top: 30%;
    z-index: 3;
    background: linear-gradient(90deg, 
                transparent 0%, 
                rgb(118,146,141) 50%, 
                transparent 100%);
    position: absolute;
}.course_program .program_path:nth-child(2)::after {
    animation-delay: 1s;
    top: 60%;
}.course_program .program_path:nth-child(3)::after {
    top: 45%;
    animation-delay: 2s;
}.course_program .program_path:nth-child(4)::after {
    animation-delay: 3s;
    top: 75%;
}.course_program .program_path:nth-child(5)::after {
    animation-delay: 4s;
    top: 15%;
}@keyframes moving-line {
    0% {
        left: -100%;
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        left: 200%;
        opacity: 0;
    }
}


.course_program .impact_stats::before {
    height: 1px;
    left: 0;
    position: absolute;
    content: "";
    width: 100%;
    bottom: 0;
    background: linear-gradient(90deg, 
                transparent 0%, 
                #ffffff 50%, 
                transparent 100%);
    opacity: 0.3;
}


@media (max-width: 992px) {.course_program .lesson_map {
    grid-gap: 1.5rem;
    grid-template-columns: 1fr;
    text-align: center;
}.course_program .lesson_map h3,
    .course_program .lesson_map span,
    .course_program .lesson_map p {
    padding: 0;
    border: none;
    grid-column: 1 / 2;
}.course_program .lesson_map h3 {
    margin: 0 auto;
    border-bottom: 2px solid rgb(118,146,141);
    width: fit-content;
    padding-bottom: 1rem;
}.course_program .lesson_map .request_grid {
    grid-column: 1 / 2;
}.course_program .impact_stats {
    margin-bottom: 0;
}
}


@media (max-width: 768px) {.course_program {
    min-height: 100vh;
}.course_program .education_plan::after {
    background: linear-gradient(to bottom, 
                    transparent 0%, 
                    #000000 50%);
}.course_program .impact_stats {
    margin-bottom: 0;
}.course_program .lesson_map {
    grid-gap: 1rem;
    padding: 0 1.5rem;
}.course_program .lesson_map h3 {
    font-size: calc(28px * 0.9);
}.course_program .lesson_map span,
    .course_program .lesson_map p {
    font-size: calc(15px * 0.9);
}.course_program .lesson_map .request_grid {
    margin-top: 1.5rem;
    width: 100%;
}
}

h1, h2, h3, h4, h5, h6 {word-break: break-word;}
