* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}html,body {
    min-height: 100%;
    color: #000000;
    height: 100%;
    scroll-behavior: auto;
    font-family: Arial, sans-serif;
}.container {
    margin: auto;
    width: 1110px;
    max-width: 100%;
}@keyframes pulse_scrollbar { 0% { opacity: 1; } 50% { opacity: 0.7; } 100% { opacity: 1; } }

::-webkit-scrollbar {
    padding: 3px;
    width: 20px;
    background: rgb(181,134,134);
}::-webkit-scrollbar-track {
    box-shadow: inset -2px -2px 11px 6px rgba(0, 0, 0, 0.7);
    background: rgb(241,221,221);
    border-radius: 13.6em;
}::-webkit-scrollbar-thumb {
    border: 1px ridge rgb(211,169,169,0.5);
    background: rgb(241,221,221);
    transition: background, border-radius, transform 3.1s cubic-bezier(0.42, 0, 0.58, 1);
}

::-webkit-scrollbar-corner {
}* {
    scrollbar-width: thin;
    scrollbar-color: rgb(211,169,169) rgb(255, 255, 255, 0.5);
}.achieve-cta-M {
    flex: 0 0 auto;
}.main-info-Y {
    flex: 1 0 auto;
}.wrapper-viewport-z {
    flex-direction: column;
    display: flex;
    height: 100%;
    min-height: 100%;
}svg {
    width: 30px;
    height: 30px;
}a {
    color: inherit;
    text-decoration: none;
}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;
}}
.reach-out-D {
    padding: 100px 0;
    overflow: hidden;
    background-color: rgb(241,221,221);
    position: relative;
}.reach-out-D::before {
    opacity: 0.15;
    width: 100%;
    left: 0;
    height: 100%;
    content: "";
    background: linear-gradient(120deg, rgb(211,169,169,0.5) 0%, transparent 75%);
    top: 0;
    position: absolute;
}.reach-out-D::after {
    opacity: 0.1;
    height: 70%;
    background: linear-gradient(240deg, rgb(181,134,134,0.5) 0%, transparent 70%);
    position: absolute;
    bottom: 0;
    content: "";
    width: 70%;
    right: 0;
}.reach-out-D .container {
    padding: 0 30px;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
    position: relative;
}.reach-out-D h2 {
    text-align: center;
    color: #000000;
    position: relative;
    margin-bottom: 15px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 36px;
}.reach-out-D .support-card-B {
    flex-wrap: wrap;
    overflow: hidden;
    display: flex;
    flex-direction: row-reverse;
    border-radius: 23px;
    margin-top: 50px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    background: #ffffff;
}.reach-out-D .photo-card-p {
    position: relative;
    min-height: 500px;
    flex: 0 0 40%;
    overflow: hidden;
}.reach-out-D .photo-card-p::after {
    top: 0;
    left: 0;
    content: "";
    right: 0;
    bottom: 0;
    position: absolute;
    background: linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.4));
}.reach-out-D .request-message-D {
    flex: 0 0 60%;
    position: relative;
    padding: 60px;
}.reach-out-D .request-message-D::before {
    border-radius: 2.5px;
    top: 40px;
    height: calc(100% - 80px);
    position: absolute;
    background: linear-gradient(to bottom, rgb(211,169,169), rgb(181,134,134));
    left: 0;
    width: 5px;
    content: "";
}.reach-out-D form {
    padding-left: 25px;
    width: 100%;
}.reach-out-D form h3 {
    font-weight: 600;
    font-family: Arial, sans-serif;
    margin-bottom: 35px;
    font-size: 22px;
    color: #000000;
}.reach-out-D form input[type="text"] {
    color: #000000;
    transition: all 0.3s ease;
    width: 100%;
    padding: 18px 25px;
    background: rgb(241,221,221);
    font-family: Arial, sans-serif;
    font-size: 15px;
    border-radius: 10px;
    border: none;
    margin-bottom: 20px;
}.reach-out-D form input[type="text"]:focus {
    background: rgba(rgb(211,169,169), 0.05);
    box-shadow: 0 0 0 2px rgb(211,169,169,0.5);
    outline: none;
}.reach-out-D form input[type="text"]::placeholder {
    color: rgba(#000000, 0.4);
}.reach-out-D .help-section-D {
    display: flex;
    align-items: flex-start;
    margin: 10px 0 30px;
}.reach-out-D .help-section-D input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.reach-out-D .help-section-D label {
    position: relative;
    font-size: 16px;
    color: #000000;
    cursor: pointer;
    padding-left: 35px;
    line-height: 1.5;
}.reach-out-D .help-section-D label::before {
    transition: all 0.2s ease;
    position: absolute;
    content: "";
    top: 2px;
    height: 22px;
    width: 22px;
    border: 2px solid rgb(211,169,169,0.5);
    border-radius: 10px;
    left: 0;
}.reach-out-D .help-section-D input[type="checkbox"]:checked + label::before {
    background-color: rgb(211,169,169);
    border-color: rgb(211,169,169);
}.reach-out-D .help-section-D input[type="checkbox"]:checked + label::after {
    position: absolute;
    left: 8px;
    border-bottom: 2px solid #ffffff;
    height: 11px;
    width: 6px;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    top: 9px;
    content: "";
}.reach-out-D .help-section-D label a {
    text-decoration: none;
    color: rgb(211,169,169);
    transition: all 0.3s ease;
}.reach-out-D .help-section-D label a:hover {
    text-decoration: underline;
    color: rgb(181,134,134);
}.reach-out-D form .request-info-n {
    border-radius: 10px;
    overflow: hidden;
    font-size: 14px;
    display: inline-block;
    transition: all 0.3s ease;
    padding: 15px 35px;
    background: linear-gradient(45deg, rgb(211,169,169), rgb(181,134,134));
    font-family: Arial, sans-serif;
    cursor: pointer;
    position: relative;
    color: #ffffff;
    font-weight: 600;
    border: none;
}.reach-out-D form .request-info-n::before {
    position: absolute;
    left: -10%;
    background: rgba(255, 255, 255, 0.2);
    transition: all 0.4s ease;
    width: 120%;
    transform: rotate(45deg) translateX(-200%);
    top: -10%;
    height: 120%;
    content: "";
}.reach-out-D form .request-info-n:hover {
    box-shadow: 0 8px 15px rgba(rgb(211,169,169), 0.3);
    transform: translateY(-2px);
}.reach-out-D form .request-info-n:hover::before {
    transform: rotate(45deg) translateX(200%);
}.reach-out-D svg {
    height: 22px;
    width: 22px;
    fill: rgb(211,169,169);
}.reach-out-D svg path {
    transition: fill 0.3s ease;
    fill: rgb(211,169,169);
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.05;
    }
    50% {
        opacity: 0.1;
    }
}

@media screen and (max-width: 1024px) {.reach-out-D .request-message-D {
    padding: 50px 40px;
}
}

@media screen and (max-width: 991px) {.reach-out-D .photo-card-p {
    flex: 0 0 100%;
    min-height: 300px;
}.reach-out-D .request-message-D {
    flex: 0 0 100%;
}.reach-out-D .request-message-D::before {
    height: 5px;
    background: linear-gradient(to right, rgb(211,169,169), rgb(181,134,134));
    left: 40px;
    width: calc(100% - 80px);
    top: 0;
}.reach-out-D form {
    padding-top: 25px;
    padding-left: 0;
}
}

@media screen and (max-width: 767px) {.reach-out-D {
    padding: 70px 0;
}.reach-out-D .photo-card-p {
    min-height: 250px;
}.reach-out-D .request-message-D {
    padding: 40px 30px;
}.reach-out-D .request-message-D::before {
    left: 30px;
    width: calc(100% - 60px);
}
}

@media screen and (max-width: 480px) {.reach-out-D {
    padding: 50px 0;
}.reach-out-D h2 {
    font-size: calc(36px * 0.8);
}.reach-out-D .photo-card-p {
    min-height: 200px;
}.reach-out-D .request-message-D {
    padding: 30px 20px;
}.reach-out-D .request-message-D::before {
    left: 20px;
    width: calc(100% - 40px);
}.reach-out-D form h3 {
    font-size: calc(22px * 0.9);
    margin-bottom: 25px;
}.reach-out-D form input[type="text"] {
    padding: 15px 20px;
}.reach-out-D form .request-info-n {
    width: 100%;
    text-align: center;
}}.pricing-tray-g {
    color: #ffffff;
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.pricing-tray-g::before {
    z-index: 1;
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    content: '';
    background: linear-gradient(135deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.6) 100%);
}.pricing-tray-g .container {
    z-index: 2;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.pricing-tray-g .plan-table-F {
    position: relative;
}.pricing-tray-g h2 {
    transform: translateY(0);
    margin-bottom: 25px;
    background: linear-gradient(90deg, rgb(211,169,169) 0%, rgb(181,134,134) 100%);
    font-size: 36px;
    color: transparent;
    position: relative;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    text-align: center;
    font-weight: 700;
    animation: titleFloat 6s ease-in-out infinite;
}.pricing-tray-g h2::after {
    bottom: -10px;
    width: 80px;
    transform: translateX(-50%);
    left: 50%;
    height: 3px;
    content: '';
    background: rgb(181,134,134);
    position: absolute;
}.pricing-tray-g .study-costs-K {
    margin: 0 auto 50px;
    line-height: 1.6;
    font-size: calc(18px + 2px);
    opacity: 0.9;
    color: #ffffff;
    text-align: center;
    max-width: 700px;
}.pricing-tray-g .cert-cost-w {
    padding: 0;
    margin: 0;
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    list-style: none;
    display: grid;
}.pricing-tray-g .cert-cost-w li {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.pricing-tray-g .cert-cost-w li:hover {
    transform: translateY(-10px);
    z-index: 3;
}.pricing-tray-g .learning-package-I {
    height: 100%;
    position: relative;
    text-decoration: none;
    display: block;
    overflow: hidden;
    color: #ffffff;
}.pricing-tray-g .cost-plan-c {
    position: relative;
    height: 100%;
    transition: all 0.4s ease;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3), 0 5px 15px rgba(0, 0, 0, 0.2);
    background: linear-gradient(145deg, rgba(41, 41, 41, 0.8) 0%, rgba(25, 25, 25, 0.9) 100%);
    padding: 35px 30px;
}.pricing-tray-g .cost-plan-c::before {
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(211,169,169), rgb(181,134,134));
    top: 0;
    content: '';
    width: 100%;
    transition: transform 0.5s ease;
    transform-origin: left;
    left: 0;
    position: absolute;
    height: 5px;
}.pricing-tray-g .learning-package-I:hover .cost-plan-c::before {
    transform: scaleX(1);
}.pricing-tray-g .cost-plan-c::after {
    content: '';
    transition: opacity 0.5s ease;
    right: 0;
    position: absolute;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, transparent 50%, rgb(181,134,134,0.5) 50%);
    bottom: 0;
    opacity: 0;
}.pricing-tray-g .learning-package-I:hover .cost-plan-c::after {
    opacity: 1;
}.pricing-tray-g .skill-plans-Z {
    z-index: 2;
    position: relative;
}.pricing-tray-g .skill-plans-Z h4 {
    color: #ffffff;
    font-weight: 700;
    position: relative;
    margin: 0 0 20px;
    font-size: calc(22px + 2px);
    display: inline-block;
}.pricing-tray-g .skill-plans-Z h4::after {
    width: 40px;
    bottom: -8px;
    background: rgb(211,169,169);
    left: 0;
    content: '';
    transition: width 0.4s ease;
    position: absolute;
    height: 2px;
}.pricing-tray-g .learning-package-I:hover .skill-plans-Z h4::after {
    width: 100%;
}.pricing-tray-g .skill-plans-Z p {
    color: rgba(255, 255, 255, 0.8);
    margin: 0 0 30px;
    overflow-y: auto;
    word-break: break-word;
    overflow-wrap: break-word;
    padding-right: 5px;
    font-size: 18px;
    max-height: 200px;
    line-height: 1.6;
}.pricing-tray-g .skill-plans-Z p::-webkit-scrollbar {
    width: 4px;
}.pricing-tray-g .skill-plans-Z p::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}.pricing-tray-g .skill-plans-Z p::-webkit-scrollbar-thumb {
    background: rgb(211,169,169,0.5);
}.pricing-tray-g .study-sub-k {
    margin-top: 15px;
    padding: 10px 0;
    font-size: calc(22px + 4px);
    display: block;
    font-weight: 700;
    color: #ffffff;
    position: relative;
}.pricing-tray-g .study-sub-k::before {
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.2);
    content: '';
    position: absolute;
    height: 1px;
    width: 40px;
}

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

@media (max-width: 991px) {.pricing-tray-g {
    padding: 80px 0;
}.pricing-tray-g .cert-cost-w {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.pricing-tray-g .cost-plan-c {
    padding: 25px 20px;
}.pricing-tray-g .skill-plans-Z p {
    font-size: calc(18px - 1px);
    max-height: 150px;
}.pricing-tray-g .study-sub-k {
    font-size: calc(22px + 2px);
}
}

@media (max-width: 767px) {.pricing-tray-g {
    padding: 60px 0;
}.pricing-tray-g h2 {
    font-size: calc(36px - 4px);
}.pricing-tray-g .study-costs-K {
    font-size: 18px;
    margin-bottom: 30px;
}.pricing-tray-g .cert-cost-w {
    max-width: 450px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.pricing-tray-g .skill-plans-Z h4 {
    font-size: 22px;
}.pricing-tray-g .study-sub-k {
    font-size: 22px;
}
}

@media (max-width: 480px) {.pricing-tray-g {
    padding: 50px 0;
}.pricing-tray-g h2 {
    font-size: calc(36px - 8px);
}.pricing-tray-g .study-costs-K {
    font-size: calc(18px - 2px);
}.pricing-tray-g .cost-plan-c {
    padding: 20px 15px;
}.pricing-tray-g .skill-plans-Z p {
    font-size: calc(18px - 2px);
}}.get-updates-d {
    position: relative;
    background: rgb(241,221,221);
    z-index: 1;
    overflow: hidden;
    padding: 6rem 3rem;
}.get-updates-d::before {
    width: 350px;
    z-index: -1;
    position: absolute;
    right: -150px;
    animation: morphShape 15s ease-in-out infinite alternate;
    height: 350px;
    opacity: 0.07;
    content: "";
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    background: rgb(211,169,169);
    top: -150px;
}.get-updates-d::after {
    position: absolute;
    z-index: -1;
    border-radius: 67% 33% 33% 67% / 33% 67% 33% 67%;
    animation: morphShape 15s ease-in-out infinite alternate-reverse;
    width: 250px;
    left: -100px;
    background: rgb(181,134,134);
    height: 250px;
    content: "";
    bottom: -100px;
    opacity: 0.07;
}.get-updates-d .container {
    margin: 0 auto;
    max-width: 1140px;
    z-index: 2;
    position: relative;
}.get-updates-d .why-trust-X {
    grid-template-columns: 1fr;
    display: grid;
    position: relative;
}.get-updates-d .why-trust-X::before {
    opacity: 0.03;
    height: 100%;
    content: "";
    background: repeating-linear-gradient(
        -45deg,
        rgba(0, 0, 0, 0.5) 0,
        rgba(0, 0, 0, 0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    z-index: -1;
    position: absolute;
    width: 100%;
}.get-updates-d p {
    max-width: 70%;
    transform: translateX(15%) rotateZ(-2deg);
    margin-bottom: 3rem;
    line-height: 1.3;
    position: relative;
    color: #000000;
    z-index: 2;
    font-size: 30px;
    font-family: Arial, sans-serif;
    font-weight: 700;
}.get-updates-d p::before,
.get-updates-d p::after {
    opacity: 0.2;
    z-index: -1;
    position: absolute;
    background: rgb(211,169,169);
    content: "";
}.get-updates-d p::before {
    top: 30%;
    transform: skewX(-20deg);
    left: -10%;
    animation: slideLeft 5s cubic-bezier(0.33, 1, 0.68, 1) infinite alternate;
    height: 30%;
    width: 120%;
}.get-updates-d p::after {
    width: 40%;
    transform-origin: left;
    animation: growLine 2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    bottom: -15px;
    height: 10px;
    left: 0;
}.get-updates-d .input_holder {
    backdrop-filter: blur(5px);
    transform: translateX(-15%) rotateZ(2deg);
    background: rgba(255, 255, 255, 0.3);
    display: flex;
    border-radius: 25px;
    position: relative;
    z-index: 2;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    padding: 15px;
    transition: all 0.3s ease;
    align-items: center;
    justify-content: center;
}.get-updates-d .input_holder:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateX(-15%) rotateZ(0deg);
}.get-updates-d .input_holder::before,
.get-updates-d .input_holder::after {
    transition: all 0.3s ease;
    content: "";
    border-radius: 25px;
    position: absolute;
    border: 2px dashed rgb(211,169,169,0.5);
    z-index: -1;
    opacity: 0.3;
}.get-updates-d .input_holder::before {
    top: -8px;
    left: -8px;
    right: 8px;
    bottom: 8px;
    animation: pulseBoxShadow 3s ease-in-out infinite alternate;
}.get-updates-d .input_holder::after {
    bottom: -8px;
    right: -8px;
    top: 8px;
    left: 8px;
    animation: pulseBoxShadow 3s ease-in-out 1.5s infinite alternate;
}.get-updates-d .input_holder:hover::before,
.get-updates-d .input_holder:hover::after {
    border-color: rgb(181,134,134,0.5);
}.get-updates-d .get-started-V {
    font-size: 12px;
    background: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.5);
    outline: none;
    border: none;
    padding: 1.2rem 1.5rem;
    color: #000000;
    flex: 1;
    font-family: Arial, sans-serif;
    border-bottom-left-radius: 10px;
    transition: all 0.3s ease;
    border-top-left-radius: 10px;
}.get-updates-d .get-started-V:focus {
    box-shadow: inset 0 0 0 2px rgb(211,169,169);
}.get-updates-d .request-info-n {
    position: relative;
    overflow: hidden;
    font-weight: 600;
    border-bottom-right-radius: 10px;
    border: none;
    cursor: pointer;
    font-size: 19px;
    transition: all 0.3s ease;
    padding: 1.2rem 2rem;
    background: #000000;
    color: #ffffff;
    border-top-right-radius: 10px;
    font-family: Arial, sans-serif;
}.get-updates-d .request-info-n::before {
    transform: rotate(25deg);
    position: absolute;
    transition: opacity 0.3s ease;
    background: linear-gradient(
        90deg,
        rgb(211,169,169) 0%,
        rgb(181,134,134) 50%,
        rgb(211,169,169) 100%
    );
    content: "";
    top: -25%;
    z-index: -1;
    height: 150%;
    opacity: 0;
    left: -10%;
    width: 120%;
}.get-updates-d .request-info-n:hover {
    color: #ffffff;
}.get-updates-d .request-info-n:hover::before {
    animation: slideGradient 2s linear infinite;
    opacity: 1;
}

@keyframes morphShape {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    25% {
        border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%;
    }
    50% {
        border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
    }
    75% {
        border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;
    }
    100% {
        border-radius: 67% 33% 33% 67% / 33% 67% 33% 67%;
    }
}

@keyframes slideLeft {
    0% {
        transform: skewX(-20deg) translateX(-10%);
    }
    100% {
        transform: skewX(-20deg) translateX(10%);
    }
}

@keyframes growLine {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes pulseBoxShadow {
    0% {
        opacity: 0.1;
    }
    100% {
        opacity: 0.3;
    }
}

@keyframes slideGradient {
    0% {
        background-position: 0% center;
    }
    100% {
        background-position: 200% center;
    }
}

@media (max-width: 992px) {.get-updates-d {
    padding: 5rem 2rem;
}.get-updates-d p {
    font-size: calc(30px * 0.9);
    transform: translateX(10%) rotateZ(-2deg);
    max-width: 80%;
}.get-updates-d .input_holder {
    transform: translateX(-10%) rotateZ(2deg);
}.get-updates-d .input_holder:hover {
    transform: translateX(-10%) rotateZ(0deg);
}
}

@media (max-width: 768px) {.get-updates-d {
    padding: 4rem 1.5rem;
}.get-updates-d p {
    transform: translateX(5%) rotateZ(-1deg);
    margin-bottom: 2.5rem;
    max-width: 90%;
    font-size: 20px;
}.get-updates-d .input_holder {
    padding: 10px;
    transform: translateX(-5%) rotateZ(1deg);
    flex-direction: column;
}.get-updates-d .input_holder:hover {
    transform: translateX(-5%) rotateZ(0deg);
}.get-updates-d .get-started-V {
    width: 100%;
    margin-bottom: 0.5rem;
    border-radius: 10px;
}.get-updates-d .request-info-n {
    border-radius: 10px;
    width: 100%;
}
}

@media (max-width: 576px) {.get-updates-d {
    padding: 3rem 1rem;
    margin: 5rem 0;
}.get-updates-d p {
    max-width: 100%;
    text-align: center;
    transform: none;
}.get-updates-d .input_holder {
    padding: 8px;
    transform: none;
}.get-updates-d .input_holder:hover {
    transform: none;
}.get-updates-d .get-started-V,
    .get-updates-d .request-info-n {
    padding: 1rem;
}}.course-program-description-f {
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(241,221,221) 0%, rgba(245, 247, 250, 0.95) 100%);
}.course-program-description-f::before {
    filter: blur(20px);
    width: 35%;
    content: "";
    z-index: 1;
    transform: rotate(-15deg) skewX(-15deg);
    background: linear-gradient(145deg, rgb(211,169,169,0.5) 10%, rgb(181,134,134,0.5) 90%);
    right: -10%;
    position: absolute;
    height: 70%;
    top: -5%;
    opacity: 0.07;
    animation: float 15s infinite alternate ease-in-out;
}.course-program-description-f::after {
    height: 50%;
    background: linear-gradient(215deg, rgb(181,134,134,0.5) 10%, rgb(211,169,169,0.5) 90%);
    width: 25%;
    z-index: 1;
    filter: blur(15px);
    transform: rotate(10deg) skewX(10deg);
    left: -5%;
    animation: float 18s infinite alternate-reverse ease-in-out;
    content: "";
    bottom: -5%;
    opacity: 0.05;
    position: absolute;
}.course-program-description-f .container {
    margin: 0 auto;
    z-index: 5;
    padding: 0 2rem;
    position: relative;
    max-width: 1200px;
}.course-program-description-f .lesson-track-r {
    position: relative;
    grid-template-columns: 1fr;
    gap: 3rem;
    display: grid;
}.course-program-description-f .photo-card-p {
    min-height: 350px;
    box-shadow: 0 25px 50px -12px rgba(var(--dark-color-rgb), 0.1);
    position: relative;
    border: 1px solid rgba(var(--dark-color-rgb), 0.08);
    clip-path: polygon(0 0, 100% 0, 100% 92%, 95% 100%, 0 100%);
    overflow: hidden;
    transform: perspective(1000px) rotateY(-3deg) translateZ(0);
    transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}.course-program-description-f .photo-card-p::before {
    background: linear-gradient(to bottom, rgba(var(--dark-color-rgb), 0) 60%, rgba(var(--dark-color-rgb), 0.5) 100%);
    left: 0;
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}.course-program-description-f .photo-card-p::after {
    transform: skewX(-25deg);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
    left: -100%;
    position: absolute;
    z-index: 3;
    top: 0;
    width: 50%;
    content: "";
    height: 100%;
    animation: shine 10s infinite;
}.course-program-description-f .words-container-j {
    position: relative;
    transform: translateZ(0);
    padding: 1.5rem 0;
}.course-program-description-f h3 {
    position: relative;
    opacity: 1;
    color: #000000;
    transform: translateY(0);
    line-height: 1.3;
    font-size: calc(24px * 1.1);
    font-weight: 600;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding-left: 1rem;
    margin-bottom: 1.5rem;
}.course-program-description-f h3::before {
    top: 0.2em;
    transition: transform 0.4s ease;
    height: 85%;
    left: 0;
    position: absolute;
    content: "";
    transform: scaleY(0.7);
    background: linear-gradient(to bottom, rgb(211,169,169), rgb(181,134,134));
    width: 3px;
}.course-program-description-f p.description {
    position: relative;
    color: #000000;
    display: block;
    max-height: 300px;
    padding-right: 1rem;
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 2rem;
    overflow-y: auto;
}.course-program-description-f p.description::-webkit-scrollbar {
    width: 4px;
}.course-program-description-f p.description::-webkit-scrollbar-track {
    background: rgba(var(--dark-color-rgb), 0.05);
}.course-program-description-f p.description::-webkit-scrollbar-thumb {
    background: rgb(181,134,134,0.5);
    border-radius: 10px;
}.course-program-description-f span.description {
    display: none;
}.course-program-description-f .words-container-j div {
    position: relative;
}.course-program-description-f .words-container-j div::after {
    bottom: 0;
    content: "";
    width: 25%;
    height: 30px;
    right: 0;
    position: absolute;
    opacity: 0.8;
    background: linear-gradient(to top, rgb(241,221,221) 20%, transparent);
    pointer-events: none;
}

@media (min-width: 768px) {.course-program-description-f {
    padding: 8rem 0;
}.course-program-description-f .lesson-track-r {
    align-items: center;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 3.5rem;
}.course-program-description-f .photo-card-p {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    min-height: 450px;
    transform: perspective(1200px) rotateY(-3deg) translateZ(0);
}.course-program-description-f h3 {
    padding-left: 1.5rem;
    margin-bottom: 2rem;
    font-size: calc(24px * 1.3);
}.course-program-description-f h3::before {
    width: 5px;
}.course-program-description-f p.description {
    padding-right: 2rem;
    max-height: 380px;
}
}

@media (min-width: 992px) {.course-program-description-f {
    padding: 10rem 0;
}.course-program-description-f .lesson-track-r {
    gap: 5rem;
    grid-template-columns: 0.85fr 1.15fr;
}.course-program-description-f .photo-card-p {
    transform: perspective(1500px) rotateY(-5deg) translateZ(0);
    min-height: 500px;
}.course-program-description-f .photo-card-p:hover {
    transform: perspective(1500px) rotateY(0deg) translateZ(10px);
}.course-program-description-f h3 {
    padding-left: 2rem;
    font-size: calc(24px * 1.4);
}.course-program-description-f h3::before {
    width: 6px;
}
}

@media (min-width: 1200px) {.course-program-description-f .lesson-track-r {
    gap: 6rem;
    grid-template-columns: 0.8fr 1.2fr;
}.course-program-description-f .photo-card-p {
    min-height: 550px;
}.course-program-description-f h3 {
    font-size: calc(24px * 1.5);
}}

@keyframes float {
    0% {
        transform: rotate(-15deg) skewX(-15deg) translateY(0);
    }
    50% {
        transform: rotate(-12deg) skewX(-12deg) translateY(-20px);
    }
    100% {
        transform: rotate(-18deg) skewX(-18deg) translateY(20px);
    }
}

@keyframes shine {
    0% {
        left: -100%;
    }
    20% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}.about-this-B {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.about-this-B::before {
    height: 100%;
    background: linear-gradient(135deg, 
        rgb(211,169,169,0.5) 0%,
        rgba(36, 55, 99, 0.85) 60%, 
        rgba(28, 42, 75, 0.92) 100%);
    width: 100%;
    z-index: 1;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
}.about-this-B::after {
    position: absolute;
    width: 50%;
    pointer-events: none;
    content: "";
    opacity: 0.05;
    background: rgb(181,134,134);
    z-index: 0;
    height: 120%;
    right: -5%;
    top: -10%;
    transform: rotate(-12deg) skewX(-12deg);
}.about-this-B .container {
    padding: 0 20px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.about-this-B .words-container-j {
    transform: perspective(1000px) rotateY(-2deg);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgba(255, 255, 255, 0.95);
    position: relative;
    backface-visibility: hidden;
    box-shadow: 0 22px 44px rgba(0, 0, 0, 0.15), 
                0 10px 20px rgba(0, 0, 0, 0.1),
                0 1px 8px rgba(0, 0, 0, 0.05);
    padding: 50px 60px;
}.about-this-B .words-container-j:hover {
    transform: perspective(1000px) rotateY(0deg);
}.about-this-B .words-container-j::before {
    background: linear-gradient(to bottom, 
        rgb(211,169,169), 
        rgb(181,134,134) 55%, 
        rgb(211,169,169));
    width: 6px;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    content: "";
}.about-this-B h1 {
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    letter-spacing: -1px;
    color: #000000;
    font-size: 38px;
    transform: translateX(-10px);
}.about-this-B h1::after {
    bottom: -12px;
    left: 0;
    height: 3px;
    width: 80px;
    position: absolute;
    background: rgb(211,169,169);
    content: "";
    transform-origin: left center;
    transition: width 0.3s ease-out;
}.about-this-B .words-container-j:hover h1::after {
    width: 120px;
}.about-this-B ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.about-this-B li {
    margin-bottom: 15px;
}.about-this-B h4 {
    font-size: calc(23px + 2px);
    position: relative;
    color: rgb(181,134,134);
    font-weight: 600;
    margin-bottom: 15px;
    display: inline-block;
}.about-this-B h4::after {
    background: linear-gradient(to right, 
        rgb(181,134,134), 
        transparent);
    left: 0;
    content: "";
    width: 100%;
    position: absolute;
    bottom: -5px;
    height: 1px;
}.about-this-B span {
    line-height: 1.8;
    color: #000000;
    columns: 2;
    text-align: justify;
    hyphens: auto;
    display: block;
    column-gap: 40px;
    font-size: 17px;
    font-weight: 400;
    position: relative;
    font-family: Arial, sans-serif;
}.about-this-B span::first-letter {
    color: rgb(211,169,169);
    font-weight: 600;
    font-size: 1.5em;
}

@media (max-width: 1024px) {.about-this-B {
    padding: 90px 0;
}.about-this-B .words-container-j {
    transform: perspective(800px) rotateY(-1deg);
    padding: 40px 45px;
}.about-this-B span {
    columns: 1;
}
}

@media (max-width: 768px) {.about-this-B {
    padding: 60px 0;
}.about-this-B .words-container-j {
    padding: 35px 30px;
    transform: none;
}.about-this-B h1 {
    transform: translateX(0);
    font-size: calc(38px - 4px);
}.about-this-B::after {
    top: 0;
    width: 70%;
    height: 60%;
    right: -20%;
}
}

@media (max-width: 480px) {.about-this-B {
    padding: 50px 0;
}.about-this-B .words-container-j {
    padding: 25px 20px;
}.about-this-B h1 {
    font-size: calc(38px - 8px);
    margin-bottom: 25px;
}.about-this-B h1::after {
    height: 2px;
    bottom: -8px;
    width: 60px;
}.about-this-B h4 {
    font-size: 23px;
}.about-this-B span {
    font-size: calc(17px - 1px);
    line-height: 1.6;
}
}

@media (prefers-reduced-motion: reduce) {.about-this-B .words-container-j,
    .about-this-B .words-container-j:hover,
    .about-this-B h1::after {
    transition: none;
    transform: none;
}.about-this-B .words-container-j:hover h1::after {
    width: 80px;
}}.training-specialist-T {
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(211,169,169,0.5), rgb(241,221,221));
    overflow: hidden;
}.training-specialist-T::before {
    width: 100%;
    background: radial-gradient(circle at 70% 30%, rgb(255, 255, 255, 0.5), transparent 70%);
    position: absolute;
    top: 0;
    z-index: 1;
    height: 100%;
    pointer-events: none;
    left: 0;
    content: "";
}.training-specialist-T::after {
    content: "";
    opacity: 0.05;
    width: 40%;
    right: -5%;
    filter: blur(40px);
    height: 40%;
    background: rgb(211,169,169);
    z-index: 0;
    border-radius: 50% 60% 70% 40%;
    bottom: -10%;
    position: absolute;
}.training-specialist-T .container {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 15px;
}.training-specialist-T .student-insights-l {
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    padding: 3rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    gap: 2rem;
    backdrop-filter: blur(10px) saturate(180%);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    display: grid;
    grid-template-columns: 1fr;
    background: rgba(255, 255, 255, 0.8);
}.training-specialist-T .student-insights-l:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 0 8px 20px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(0deg);
}.training-specialist-T .student-insights-l > div:first-child {
    order: 1;
    position: relative;
}.training-specialist-T .student-insights-l > div:nth-child(2) {
    position: relative;
    order: 2;
}.training-specialist-T .student-insights-l > div:last-child {
    position: relative;
    order: 3;
}.training-specialist-T .photo-card-p {
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), clip-path 0.5s ease;
    height: 300px;
    width: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    clip-path: polygon(0% 10%, 100% 0%, 100% 90%, 0% 100%);
    position: relative;
}.training-specialist-T .student-insights-l:hover .photo-card-p {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    transform: translateY(-5px) scale(1.02);
}.training-specialist-T .photo-card-p::after {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent 50%);
    position: absolute;
    content: "";
    inset: 0;
}.training-specialist-T .name {
    transform: translateX(0);
    color: rgb(211,169,169);
    font-size: 20px;
    position: relative;
    margin: 0 0 0.5rem;
    font-weight: 700;
    transition: transform 0.4s ease-out;
}.training-specialist-T .name::before {
    transition: width 0.4s ease-out 0.1s;
    left: -1rem;
    position: absolute;
    background: rgb(211,169,169);
    content: "";
    height: 2px;
    top: 50%;
    width: 0;
}.training-specialist-T .student-insights-l:hover .name {
    transform: translateX(1rem);
}.training-specialist-T .student-insights-l:hover .name::before {
    width: 1.5rem;
}.training-specialist-T .student-insights-l > div:nth-child(2) > div {
    font-weight: 600;
    transform: translateY(0);
    margin-bottom: 0.5rem;
    color: rgb(181,134,134);
    opacity: 0.85;
    font-size: 0.95rem;
    transition: transform 0.3s ease, opacity 0.3s ease;
}.training-specialist-T .student-insights-l:hover > div:nth-child(2) > div {
    transform: translateY(-3px);
    opacity: 1;
}.training-specialist-T .employee-section-Q {
    transition: opacity 0.4s ease;
    position: relative;
    opacity: 0.92;
    margin: 0;
    line-height: 1.7;
    padding: 0;
    font-size: 17px;
    font-family: Arial, sans-serif;
    color: #000000;
}.training-specialist-T .employee-section-Q::before {
    content: "";
    position: absolute;
    transform: rotate(-5deg);
    font-size: 8rem;
    top: -2.5rem;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    left: -1rem;
    color: rgb(211,169,169);
    opacity: 0.1;
    z-index: -1;
}.training-specialist-T .student-insights-l:hover .employee-section-Q::before {
    transform: rotate(5deg) translateY(-10px);
}.training-specialist-T .student-insights-l:hover .employee-section-Q {
    opacity: 1;
}

@media (min-width: 768px) {.training-specialist-T .student-insights-l {
    padding: 3.5rem;
    grid-template-columns: 250px 1fr;
    gap: 2rem 3rem;
    grid-template-rows: auto 1fr;
}.training-specialist-T .student-insights-l > div:first-child {
    grid-column: 1;
    grid-row: 1 / span 2;
    order: unset;
}.training-specialist-T .student-insights-l > div:nth-child(2) {
    order: unset;
    grid-row: 1;
    grid-column: 2;
}.training-specialist-T .student-insights-l > div:last-child {
    order: unset;
    grid-column: 2;
    grid-row: 2;
}.training-specialist-T .photo-card-p {
    clip-path: polygon(0% 0%, 95% 5%, 100% 100%, 5% 95%);
    height: 100%;
}.training-specialist-T .student-insights-l:hover .photo-card-p {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
}

@media (min-width: 992px) {.training-specialist-T {
    padding: 7rem 0;
}.training-specialist-T .student-insights-l {
    grid-template-columns: 320px 1fr;
    gap: 3rem 4rem;
    padding: 4rem;
}.training-specialist-T .name {
    margin-bottom: 0.75rem;
    font-size: calc(20px * 1.1);
}.training-specialist-T .student-insights-l > div:nth-child(2) > div {
    font-size: 1.05rem;
    margin-bottom: 1rem;
}.training-specialist-T .employee-section-Q {
    line-height: 1.8;
    font-size: calc(17px * 1.05);
}
}

@media (max-width: 767px) {.training-specialist-T {
    padding: 4rem 0;
}.training-specialist-T .student-insights-l {
    padding: 2rem;
}.training-specialist-T .photo-card-p {
    height: 250px;
    margin-bottom: 1rem;
}.training-specialist-T .name {
    margin-bottom: 0.5rem;
    text-align: center;
}.training-specialist-T .student-insights-l > div:nth-child(2) > div {
    margin-bottom: 1.5rem;
    text-align: center;
}.training-specialist-T .employee-section-Q {
    font-size: calc(17px * 0.95);
    line-height: 1.6;
}.training-specialist-T .employee-section-Q::before {
    transform: translateX(-50%);
    left: 50%;
    top: -1.5rem;
}.training-specialist-T .student-insights-l:hover .name {
    transform: translateX(0);
}.training-specialist-T .name::before {
    left: 50%;
    transform: translateX(-50%);
}.training-specialist-T .student-insights-l:hover .name::before {
    width: 50px;
}}.join-now-m {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: linear-gradient(45deg, rgb(241,221,221) 0%, #ffffff 100%);
}.join-now-m::before {
    height: 100%;
    background: repeating-linear-gradient(
        0deg,
        transparent,
        transparent 40px,
        rgba(0, 0, 0, 0.02) 40px,
        rgba(0, 0, 0, 0.02) 41px
    );
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    content: '';
}.join-now-m::after {
    background: repeating-linear-gradient(
        90deg,
        transparent,
        transparent 40px,
        rgba(0, 0, 0, 0.02) 40px,
        rgba(0, 0, 0, 0.02) 41px
    );
    position: absolute;
    left: 0;
    height: 100%;
    content: '';
    width: 100%;
    z-index: 1;
    top: 0;
}.join-now-m .why-trust-X {
    max-width: 800px;
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: flex-start;
    margin: 0 auto;
    z-index: 10;
}.join-now-m .container {
    position: relative;
}.join-now-m .container p {
    font-weight: 700;
    line-height: 1.4;
    color: #000000;
    padding: 30px 50px;
    border-radius: 0 28px 28px 28px;
    margin: 0 0 50px 0;
    background: #ffffff;
    display: inline-block;
    z-index: 5;
    font-size: 30px;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}.join-now-m .container p::before {
    position: absolute;
    width: 30px;
    z-index: -1;
    left: 0;
    height: 30px;
    background: rgb(211,169,169);
    content: '';
    top: 0;
}.join-now-m .request-info-n {
    font-size: 18px;
    position: relative;
    color: #ffffff;
    padding: 20px 40px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    align-self: flex-end;
    transition: all 0.4s ease;
    background: rgb(211,169,169);
    z-index: 5;
    text-decoration: none;
    border-radius: 28px 0 28px 28px;
    font-weight: 600;
}.join-now-m .request-info-n::before {
    position: absolute;
    width: 30px;
    z-index: -1;
    top: 0;
    right: 0;
    content: '';
    background: rgb(181,134,134);
    height: 30px;
}.join-now-m .request-info-n::after {
    transform: translateX(-101%);
    background: rgb(181,134,134);
    left: 0;
    transition: transform 0.4s ease;
    height: 100%;
    top: 0;
    position: absolute;
    content: '';
    z-index: -2;
    width: 100%;
}.join-now-m .request-info-n:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.join-now-m .request-info-n:hover::after {
    transform: translateX(0);
}.join-now-m .why-trust-X::before {
    left: -30px;
    opacity: 0.2;
    position: absolute;
    top: 50%;
    z-index: -1;
    content: '';
    background: rgb(211,169,169,0.5);
    border-radius: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
}.join-now-m .why-trust-X::after {
    z-index: -1;
    position: absolute;
    content: '';
    border-radius: 50%;
    background: rgb(181,134,134,0.5);
    opacity: 0.2;
    height: 100px;
    right: -30px;
    bottom: -30px;
    width: 100px;
}

@media (max-width: 991px) {.join-now-m {
    padding: 90px 0;
}.join-now-m .container p {
    font-size: calc(20px * 1.2);
    margin-bottom: 40px;
    padding: 25px 40px;
}.join-now-m .request-info-n {
    padding: 18px 35px;
}
}

@media (max-width: 767px) {.join-now-m {
    padding: 70px 0;
}.join-now-m .container p {
    border-radius: 0 10px 10px 10px;
    margin-bottom: 30px;
    padding: 20px 30px;
    font-size: 20px;
}.join-now-m .request-info-n {
    border-radius: 10px 0 10px 10px;
    padding: 15px 30px;
}.join-now-m .container p::before,
    .join-now-m .request-info-n::before {
    width: 20px;
    height: 20px;
}
}

@media (max-width: 480px) {.join-now-m {
    padding: 50px 0;
}.join-now-m .why-trust-X {
    align-items: stretch;
}.join-now-m .container p {
    padding: 15px 20px;
    margin-bottom: 25px;
    font-size: calc(17px * 1.2);
    width: 100%;
}.join-now-m .request-info-n {
    font-size: calc(18px * 0.9);
    align-self: flex-start;
    padding: 12px 25px;
}}footer {
    position: relative;
    perspective: 1000px;
    z-index: 1;
}footer::before {
    top: 0;
    background: linear-gradient(135deg, rgb(181,134,134,0.5) 0%, rgb(211,169,169,0.5) 100%);
    right: 0;
    content: "";
    bottom: 0;
    position: absolute;
    left: 0;
    opacity: 0.9;
    z-index: -2;
}footer::after {
    top: 0;
    position: absolute;
    z-index: -1;
    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);
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
}.achieve-cta-M {
    color: #ffffff;
    position: relative;
    padding: 5rem 0 2.5rem;
}.achieve-cta-M::before {
    height: 20px;
    background: repeating-linear-gradient(
        90deg,
        rgb(211,169,169) 0px,
        rgb(211,169,169) 40px,
        rgb(181,134,134) 40px,
        rgb(181,134,134) 80px
    );
    left: 0;
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
}.achieve-cta-M .container {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    gap: 4rem;
}.achieve-cta-M .company_holder {
    transition: all 0.4s ease;
    border-radius: 0;
    position: relative;
    background: rgb(211,169,169,0.5);
    flex: 1 1 380px;
    transform-style: preserve-3d;
    transform: rotateX(5deg);
    border-bottom: 6px solid rgb(211,169,169);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
    padding: 2rem;
}.achieve-cta-M .company_holder:hover {
    transform: rotateX(0deg);
}.achieve-cta-M .company_holder h3 {
    color: #ffffff;
    font-size: 30px;
    margin: 0 0 1.5rem;
    position: relative;
    transform: translateZ(20px);
    letter-spacing: 1px;
    display: inline-block;
    font-weight: 700;
}.achieve-cta-M .company_holder h3::before {
    position: absolute;
    width: 30px;
    top: -10px;
    height: 30px;
    content: "";
    left: -10px;
    border-top: 3px solid #ffffff;
    border-left: 3px solid #ffffff;
}.achieve-cta-M .company_holder h3::after {
    border-bottom: 3px solid #ffffff;
    bottom: -10px;
    right: -10px;
    height: 30px;
    border-right: 3px solid #ffffff;
    content: "";
    width: 30px;
    position: absolute;
}.achieve-cta-M .press-room-r {
    font-size: 14px;
    line-height: 1.6;
    transform: translateZ(10px);
    padding: 1.5rem;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}.achieve-cta-M .insta-feed-Y {
    flex: 1 1 calc(100% - 480px);
    min-width: 400px;
}.achieve-cta-M .header-pro-X {
    flex-wrap: wrap;
    display: flex;
    gap: 3rem;
}.achieve-cta-M .nav-learning-O {
    min-width: 220px;
    flex: 1 1 calc(50% - 1.5rem);
    transform: rotateX(-5deg);
    transform-style: preserve-3d;
    position: relative;
    transition: all 0.4s ease;
}.achieve-cta-M .nav-learning-O:hover {
    transform: rotateX(0deg);
}.achieve-cta-M .nav-learning-O h5 {
    min-width: 200px;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    display: inline-block;
    font-weight: 600;
    transform: translateZ(15px);
    font-size: 18px;
    color: #ffffff;
    margin: 0 0 1.5rem;
    padding: 1rem 1.5rem;
    background: rgb(181,134,134,0.5);
    position: relative;
}.achieve-cta-M .nav-learning-O h5::after {
    bottom: -5px;
    content: "";
    background: rgb(181,134,134);
    right: 0;
    left: 0;
    height: 5px;
    position: absolute;
}.achieve-cta-M .nav-learning-O .header-pro-X {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    transform: translateZ(5px);
    padding: 1rem;
    gap: 1rem;
    flex-direction: column;
}.achieve-cta-M .nav-learning-O .header-pro-X a {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    transform: translateZ(10px);
    padding: 0.7rem 1rem;
    text-decoration: none;
    display: block;
    font-size: 14px;
    transition: all 0.3s ease;
}.achieve-cta-M .nav-learning-O .header-pro-X a::before {
    transition: all 0.5s ease;
    width: 100%;
    position: absolute;
    content: "";
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    left: -100%;
}.achieve-cta-M .nav-learning-O .header-pro-X a:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background: rgb(181,134,134,0.5);
    color: #ffffff;
}.achieve-cta-M .nav-learning-O .header-pro-X a:hover::before {
    left: 100%;
}.academy-info-p {
    perspective: 1000px;
    padding: 2rem 0;
    background: rgb(181,134,134,0.5);
    position: relative;
    transform-style: preserve-3d;
    margin-top: 3rem;
}.academy-info-p::before {
    transform: rotateX(45deg);
    width: 100%;
    left: 0;
    top: -20px;
    transform-origin: bottom;
    height: 20px;
    background: rgb(181,134,134);
    position: absolute;
    content: "";
}.academy-info-p .container {
    align-items: center;
    justify-content: center;
    display: flex;
}.academy-info-p .podcast-cta-T {
    transform: translateZ(5px);
    border-radius: 50px;
    color: #ffffff;
    text-align: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    padding: 0.8rem 2rem;
    background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 1200px) {.achieve-cta-M .container {
    gap: 3rem;
}.achieve-cta-M .company_holder {
    flex: 1 1 350px;
}.achieve-cta-M .insta-feed-Y {
    flex: 1 1 calc(100% - 430px);
    min-width: 350px;
}.achieve-cta-M .header-pro-X {
    gap: 2rem;
}
}

@media (max-width: 992px) {.achieve-cta-M {
    padding: 4rem 0 2rem;
}.achieve-cta-M .container {
    gap: 3rem;
    flex-direction: column;
}.achieve-cta-M .company_holder,
    .achieve-cta-M .insta-feed-Y {
    flex: 1 1 100%;
    min-width: 100%;
}.achieve-cta-M .nav-learning-O {
    flex: 1 1 calc(50% - 1.5rem);
    min-width: 220px;
}.achieve-cta-M .company_holder,
    .achieve-cta-M .nav-learning-O {
    transform: none;
}
}

@media (max-width: 768px) {.achieve-cta-M {
    padding: 3.5rem 0 1.5rem;
}.achieve-cta-M .header-pro-X {
    gap: 1.5rem;
}.achieve-cta-M .company_holder h3 {
    font-size: calc(30px - 2px);
}.achieve-cta-M .company_holder h3::before,
    .achieve-cta-M .company_holder h3::after {
    height: 20px;
    width: 20px;
}.academy-info-p {
    margin-top: 2rem;
}.academy-info-p::before {
    top: -15px;
    height: 15px;
}
}

@media (max-width: 576px) {.achieve-cta-M {
    padding: 3rem 0 1rem;
}.achieve-cta-M .nav-learning-O {
    min-width: 100%;
    flex: 1 1 100%;
}.achieve-cta-M .header-pro-X {
    gap: 0.7rem;
}.achieve-cta-M .nav-learning-O .header-pro-X a {
    padding: 0.6rem 0.8rem;
}.academy-info-p {
    margin-top: 1.5rem;
    padding: 1.5rem 0;
}.academy-info-p::before {
    display: none;
}
}

@media (max-width: 420px) {.achieve-cta-M::before {
    height: 10px;
}.achieve-cta-M .company_holder h3::before,
    .achieve-cta-M .company_holder h3::after {
    display: none;
}.achieve-cta-M .nav-learning-O h5 {
    min-width: auto;
    width: 100%;
}.academy-info-p .podcast-cta-T {
    padding: 0.7rem 1.5rem;
    width: 90%;
}}header {
    padding: 0;
    position: relative;
    z-index: 100;
    background: rgb(241,221,221);
    width: 100%;
}header::before {
    z-index: 0;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    content: '';
    opacity: 0.6;
    height: 100%;
    background: linear-gradient(135deg, 
        rgb(211,169,169,0.5) 0%, 
        transparent 60%, 
        rgb(181,134,134,0.5) 100%);
}header .container {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    max-width: 100%;
    z-index: 1;
}header .first-lesson-K {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0.8rem 3%;
    justify-content: space-between;
}header .top-pro-w {
    position: relative;
    margin-right: 1rem;
    display: flex;
    padding: 0.6rem;
    align-items: center;
    text-decoration: none;
}header .top-pro-w::after {
    content: '';
    background: linear-gradient(to right, rgb(211,169,169), rgb(181,134,134));
    left: 0;
    width: 100%;
    transform: scaleX(0.7);
    transition: transform 0.3s ease;
    height: 2px;
    position: absolute;
    bottom: 0;
}header .top-pro-w:hover::after {
    transform: scaleX(1);
}header .top-pro-w svg {
    width: 140px;
    height: auto;
    transition: all 0.3s ease;
}header .top-pro-w:hover svg {
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.1));
}header .nav-learning-O {
    background: rgba(255, 255, 255, 0.5);
    display: flex;
    gap: 0.4rem;
    border-radius: 10px;
    padding: 0.5rem;
    flex-wrap: wrap;
}header .head-expert-F {
    border-radius: 10px;
    position: relative;
    font-size: 16px;
    padding: 0.4rem 0.7rem;
    font-weight: 400;
    transition: all 0.3s ease;
    color: #000000;
    font-family: Arial, sans-serif;
    text-decoration: none;
    z-index: 1;
    overflow: hidden;
}header .head-expert-F::after {
    position: absolute;
    bottom: 0;
    background: linear-gradient(to right, rgb(211,169,169), rgb(181,134,134));
    left: 0;
    width: 100%;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
    content: '';
    height: 2px;
}header .head-expert-F:hover {
    background: rgba(255, 255, 255, 0.7);
    color: rgb(211,169,169);
}header .head-expert-F:hover::after {
    transform: scaleX(1);
}

@media (max-width: 991px) {header .first-lesson-K {
    padding: 0.7rem 2.5%;
}header .top-pro-w svg {
    width: 130px;
}header .nav-learning-O {
    padding: 0.4rem;
    gap: 0.35rem;
}header .head-expert-F {
    padding: 0.35rem 0.6rem;
    font-size: calc(16px - 1px);
}
}

@media (max-width: 767px) {header .first-lesson-K {
    padding: 0.7rem 2%;
    justify-content: center;
}header .top-pro-w {
    margin: 0 0 0.6rem 0;
}header .top-pro-w svg {
    width: 120px;
}header .nav-learning-O {
    justify-content: center;
    width: 100%;
}header .head-expert-F {
    padding: 0.3rem 0.5rem;
    font-size: calc(16px - 2px);
}
}

@media (max-width: 480px) {header .first-lesson-K {
    padding: 0.6rem 1.5%;
}header .top-pro-w svg {
    width: 110px;
}header .nav-learning-O {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
}header .nav-learning-O::-webkit-scrollbar {
    height: 2px;
}header .nav-learning-O::-webkit-scrollbar-thumb {
    background: rgb(211,169,169);
    border-radius: 10px;
}header .head-expert-F {
    flex-shrink: 0;
    white-space: nowrap;
}}.appContent-m {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(211,169,169,0.5), rgb(181,134,134) 120%);
    padding: 100px 0;
    position: relative;
}.appContent-m::before {
    top: -10%;
    width: 50%;
    transform: rotate(-15deg);
    height: 60%;
    content: "";
    right: -10%;
    background: rgb(255, 255, 255, 0.5);
    pointer-events: none;
    opacity: 0.05;
    position: absolute;
}.appContent-m::after {
    height: 30%;
    opacity: 0.1;
    bottom: -5%;
    pointer-events: none;
    background: rgb(211,169,169);
    position: absolute;
    content: "";
    transform: rotate(10deg);
    left: -5%;
    width: 40%;
}.appContent-m .container {
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}.appContent-m .why-trust-X {
    position: relative;
    padding: 60px 50px;
    transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    display: flex;
    gap: 40px;
    flex-direction: column;
    background: #ffffff;
    transform: translateY(0);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08), 0 5px 20px rgba(0, 0, 0, 0.05);
}.appContent-m .why-trust-X:hover {
    transform: translateY(-5px);
}.appContent-m .why-trust-X::before {
    background: linear-gradient(to bottom, rgb(211,169,169), rgb(181,134,134));
    content: "";
    position: absolute;
    left: 0;
    width: 4px;
    top: 0;
    height: 100%;
}.appContent-m .why-trust-X div:first-child {
    padding-bottom: 25px;
    position: relative;
}.appContent-m .why-trust-X div:first-child::after {
    width: 80px;
    content: "";
    background: rgb(211,169,169,0.5);
    position: absolute;
    height: 2px;
    bottom: 0;
    left: 0;
}.appContent-m .why-trust-X h5 {
    transition: transform 0.4s ease-out;
    color: #000000;
    margin: 0;
    font-weight: 700;
    line-height: 1.4;
    font-size: 24px;
    transform: translateX(0);
}.appContent-m .why-trust-X:hover h5 {
    transform: translateX(8px);
}.appContent-m .why-trust-X div:last-child {
    position: relative;
}.appContent-m .why-trust-X a {
    transition: all 0.4s ease;
    text-decoration: none;
    display: block;
}.appContent-m .why-trust-X p {
    line-height: 1.8;
    font-size: 13px;
    color: #000000;
    font-family: Arial, sans-serif;
    z-index: 1;
    transition: color 0.3s ease;
    position: relative;
    margin: 0;
}.appContent-m .why-trust-X a:hover p {
    color: rgb(211,169,169);
}.appContent-m .why-trust-X a::before {
    bottom: -10px;
    right: -10px;
    z-index: 0;
    width: 40%;
    position: absolute;
    height: 40%;
    content: "";
    background: linear-gradient(135deg, transparent, rgb(181,134,134,0.5) 60%);
    transition: opacity 0.5s ease;
    opacity: 0;
}.appContent-m .why-trust-X a:hover::before {
    opacity: 0.1;
}

@media (min-width: 768px) {.appContent-m .why-trust-X {
    padding: 70px 80px;
}.appContent-m .why-trust-X::before {
    width: 6px;
}.appContent-m .why-trust-X div:first-child::after {
    width: 120px;
}
}

@media (max-width: 767px) {.appContent-m {
    padding: 60px 0;
}.appContent-m .why-trust-X {
    gap: 25px;
    padding: 40px 30px;
}.appContent-m .why-trust-X h5 {
    font-size: calc(24px - 2px);
}.appContent-m .why-trust-X p {
    font-size: calc(13px - 1px);
}.appContent-m .why-trust-X div:first-child {
    padding-bottom: 20px;
}.appContent-m .why-trust-X div:first-child::after {
    width: 60px;
}
}

@media (max-width: 480px) {.appContent-m {
    padding: 40px 0;
}.appContent-m .why-trust-X {
    padding: 30px 20px;
    gap: 20px;
}.appContent-m .why-trust-X h5 {
    font-size: calc(24px - 4px);
}
}

@media (prefers-reduced-motion: reduce) {.appContent-m .why-trust-X,
    .appContent-m .why-trust-X h5,
    .appContent-m .why-trust-X a::before,
    .appContent-m .why-trust-X a p {
    transition: none;
}.appContent-m .why-trust-X:hover,
    .appContent-m .why-trust-X:hover h5 {
    transform: none;
}}.get-help-info-f {
    position: relative;
    overflow: hidden;
    background: rgb(241,221,221);
    padding: 80px 0;
}.get-help-info-f::before {
    left: 0;
    content: "";
    background: linear-gradient(135deg, rgb(211,169,169,0.5) 0%, transparent 40%, rgb(181,134,134,0.5) 100%);
    opacity: 0.4;
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0;
    height: 100%;
}.get-help-info-f::after {
    width: 200%;
    top: 50%;
    opacity: 0.2;
    position: absolute;
    height: 200%;
    transform: translate(-50%, -50%);
    left: 50%;
    animation: pulse 15s infinite alternate;
    z-index: 0;
    content: "";
    background: radial-gradient(circle, rgb(211,169,169,0.5) 0%, transparent 60%);
}@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.2;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.1);
        opacity: 0.3;
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.2;
    }
}

.get-help-info-f .container {
    z-index: 2;
    position: relative;
}.get-help-info-f .get-contact-X {
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    border-radius: 21px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    padding: 40px;
    background: rgba(255, 255, 255, 0.03);
    overflow: hidden;
}.get-help-info-f .get-contact-X::before {
    top: -75px;
    width: 150px;
    border-radius: 50%;
    background: linear-gradient(45deg, rgb(211,169,169) 0%, rgb(181,134,134) 100%);
    position: absolute;
    z-index: -1;
    height: 150px;
    content: "";
    opacity: 0.4;
    filter: blur(30px);
    right: -75px;
}.get-help-info-f .get-contact-X::after {
    width: 100%;
    background: linear-gradient(90deg, transparent 0%, rgb(211,169,169) 50%, transparent 100%);
    position: absolute;
    left: 0;
    content: "";
    z-index: -1;
    height: 2px;
    animation: slideLine 8s infinite;
    bottom: 0;
}@keyframes slideLine {
    0% {
        transform: translateX(-100%);
        opacity: 0.7;
    }
    50% {
        transform: translateX(0%);
        opacity: 1;
    }
    100% {
        transform: translateX(100%);
        opacity: 0.7;
    }
}

.get-help-info-f h2 {
    color: #000000;
    position: relative;
    display: inline-block;
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: 700;
}.get-help-info-f h2::after {
    bottom: -10px;
    background: linear-gradient(90deg, rgb(211,169,169) 0%, rgb(181,134,134) 100%);
    height: 4px;
    position: absolute;
    content: "";
    border-radius: 10px;
    width: 50%;
    left: 0;
}.get-help-info-f p {
    position: relative;
    font-size: 17px;
    margin-bottom: 25px;
    z-index: 2;
    line-height: 1.7;
    color: #000000;
}.get-help-info-f .online-questions-K {
    margin-top: 40px;
    justify-content: center;
    display: flex;
    gap: 40px;
    position: relative;
}.get-help-info-f .online-questions-K::before {
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgb(211,169,169,0.5), transparent);
    position: absolute;
    top: -20px;
    height: 1px;
    left: 50%;
    width: 80%;
    content: "";
}.get-help-info-f .quick-answers-H {
    width: 70px;
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    align-items: center;
    z-index: 1;
    display: flex;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.03);
    height: 70px;
    border-radius: 50%;
    color: #ffffff;
    justify-content: center;
}.get-help-info-f .quick-answers-H::before {
    left: 0;
    background: conic-gradient(from 135deg, rgb(211,169,169) 0%, transparent 60%, rgb(181,134,134) 120%, rgb(211,169,169) 180%);
    height: 100%;
    width: 100%;
    top: 0;
    opacity: 0.2;
    transition: all 0.4s ease;
    transform: scale(0.85);
    z-index: -1;
    content: "";
    border-radius: 50%;
    position: absolute;
}.get-help-info-f .quick-answers-H::after {
    border-radius: 50%;
    border-right-color: rgb(181,134,134);
    position: absolute;
    animation: rotate 10s linear infinite;
    border-top-color: rgb(211,169,169);
    left: -2px;
    right: -2px;
    opacity: 0.3;
    top: -2px;
    background: transparent;
    bottom: -2px;
    content: "";
    border: 2px solid transparent;
    z-index: -1;
    transition: all 0.4s ease;
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.get-help-info-f .quick-answers-H:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2), 
                0 0 15px rgb(211,169,169,0.5),
                0 0 30px rgb(181,134,134,0.5);
    transform: translateY(-5px) scale(1.15);
}.get-help-info-f .quick-answers-H:hover::before {
    transform: scale(1);
    opacity: 0.6;
}.get-help-info-f .quick-answers-H:hover::after {
    right: -3px;
    left: -3px;
    bottom: -3px;
    border-width: 3px;
    top: -3px;
    opacity: 0.8;
}.get-help-info-f .quick-answers-H svg {
    transition: all 0.4s ease;
    filter: drop-shadow(0 0 3px rgb(211,169,169,0.5));
    stroke: rgb(211,169,169);
    fill: rgb(211,169,169);
    height: 28px;
    width: 28px;
}.get-help-info-f .quick-answers-H:hover svg {
    stroke: #ffffff;
    filter: drop-shadow(0 0 8px rgb(211,169,169));
    transform: scale(1.2);
    fill: #ffffff;
}.get-help-info-f .quick-answers-H svg path {
    transition: all 0.4s ease;
    stroke: rgb(211,169,169);
    fill: rgb(211,169,169);
}.get-help-info-f .quick-answers-H:hover svg path {
    stroke: #ffffff;
    fill: #ffffff;
}.get-help-info-f p svg {
    fill: rgb(211,169,169);
    margin-right: 10px;
    vertical-align: middle;
    height: 20px;
    transition: all 0.3s ease;
    stroke: rgb(211,169,169);
    width: 20px;
}.get-help-info-f p:hover svg {
    fill: rgb(181,134,134);
    stroke: rgb(181,134,134);
}.get-help-info-f p svg path {
    stroke: rgb(211,169,169);
    transition: all 0.3s ease;
    fill: rgb(211,169,169);
}.get-help-info-f p:hover svg path {
    fill: rgb(181,134,134);
    stroke: rgb(181,134,134);
}

@media (max-width: 992px) {.get-help-info-f {
    padding: 60px 0;
}.get-help-info-f .get-contact-X {
    padding: 30px;
}.get-help-info-f h2 {
    font-size: calc(28px * 0.9);
}.get-help-info-f .online-questions-K {
    gap: 30px;
}.get-help-info-f .quick-answers-H {
    width: 65px;
    height: 65px;
}
}

@media (max-width: 768px) {.get-help-info-f {
    padding: 50px 0;
}.get-help-info-f .get-contact-X {
    padding: 25px;
}.get-help-info-f h2 {
    font-size: calc(28px * 0.8);
    margin-bottom: 20px;
}.get-help-info-f p {
    font-size: calc(17px * 0.95);
    margin-bottom: 20px;
}.get-help-info-f .online-questions-K {
    gap: 25px;
}.get-help-info-f .quick-answers-H {
    height: 60px;
    width: 60px;
}.get-help-info-f .quick-answers-H svg {
    width: 24px;
    height: 24px;
}
}

@media (max-width: 576px) {.get-help-info-f {
    padding: 40px 0;
}.get-help-info-f .get-contact-X {
    border-radius: calc(21px * 0.8);
    padding: 20px;
}.get-help-info-f h2 {
    margin-bottom: 15px;
    font-size: calc(28px * 0.7);
}.get-help-info-f h2::after {
    bottom: -8px;
    height: 3px;
}.get-help-info-f p {
    font-size: calc(17px * 0.9);
    margin-bottom: 15px;
}.get-help-info-f .online-questions-K {
    margin-top: 25px;
    gap: 15px;
}.get-help-info-f .quick-answers-H {
    height: 50px;
    width: 50px;
}.get-help-info-f .quick-answers-H svg {
    width: 20px;
    height: 20px;
}.get-help-info-f .quick-answers-H::after {
    left: -1px;
    top: -1px;
    right: -1px;
    bottom: -1px;
    border-width: 1px;
}.get-help-info-f .quick-answers-H:hover::after {
    border-width: 2px;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
}
}

@media (prefers-reduced-motion) {.get-help-info-f::after,
    .get-help-info-f .get-contact-X::after {
    animation: none;
}}.data-insights-w {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(241,221,221) 0%, rgb(211,169,169,0.5) 100%);
    position: relative;
    padding: 6rem 2rem;
}.data-insights-w::before {
    opacity: 0.4;
    transform: skewY(-5deg);
    width: 100%;
    top: 0;
    background: linear-gradient(to right, transparent, rgb(211,169,169,0.5) 40%, transparent 60%);
    position: absolute;
    height: 100%;
    left: 0;
    content: "";
    z-index: 0;
}.data-insights-w::after {
    background: rgb(181,134,134,0.5);
    right: -5%;
    height: 40%;
    bottom: -5%;
    position: absolute;
    filter: blur(60px);
    content: "";
    z-index: 0;
    width: 40%;
}.data-insights-w h3 {
    position: relative;
    margin-bottom: 3rem;
    animation: fadeInUp 0.8s ease-out forwards;
    font-size: 36px;
    font-weight: 700;
    opacity: 0;
    transform: translateY(20px);
    color: #000000;
    text-align: center;
    z-index: 1;
}.data-insights-w .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1200px;
}.data-insights-w ul {
    display: grid;
    list-style: none;
    padding: 0;
    gap: 1.5rem;
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.data-insights-w .statistics-tracks-f {
    animation: fadeInUp 0.6s ease-out forwards;
    padding: 1.8rem;
    transform: translateY(30px);
    position: relative;
    display: flex;
    animation-delay: calc(0.1s * var(--i, 0));
    flex-direction: column;
    opacity: 0;
    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(211,169,169,0.5);
    overflow: hidden;
    background: linear-gradient(120deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}.data-insights-w .statistics-tracks-f:nth-child(1) {
    --i: 1;
}.data-insights-w .statistics-tracks-f:nth-child(2) {
    --i: 2;
}.data-insights-w .statistics-tracks-f:nth-child(3) {
    --i: 3;
}.data-insights-w .statistics-tracks-f:nth-child(4) {
    --i: 4;
}.data-insights-w .statistics-tracks-f:nth-child(5) {
    --i: 5;
}.data-insights-w .statistics-tracks-f:nth-child(6) {
    --i: 6;
}.data-insights-w .statistics-tracks-f:nth-child(7) {
    --i: 7;
}.data-insights-w .statistics-tracks-f::before {
    transition: transform 0.3s ease-out;
    width: 4px;
    content: "";
    left: 0;
    height: 100%;
    transform-origin: top;
    top: 0;
    transform: scaleY(0);
    background: rgb(211,169,169);
    position: absolute;
}.data-insights-w .statistics-tracks-f:hover {
    transform: translateY(-5px) scale(1.02);
}.data-insights-w .statistics-tracks-f:hover::before {
    transform: scaleY(1);
}.data-insights-w .statistics-tracks-f::after {
    width: 80px;
    transition: transform 0.4s ease-out, opacity 0.4s ease-out;
    position: absolute;
    opacity: 0.1;
    content: "";
    background: rgb(211,169,169,0.5);
    z-index: 0;
    right: 0;
    border-radius: 100% 0 0 0;
    height: 80px;
    bottom: 0;
}.data-insights-w .statistics-tracks-f:hover::after {
    transform: scale(1.2);
    opacity: 0.2;
}.data-insights-w .statistics-tracks-f span {
    font-weight: 600;
    font-size: calc(17px * 1.05);
    position: relative;
    transition: transform 0.3s ease-out;
    margin-bottom: 0.5rem;
    z-index: 2;
    color: #000000;
}.data-insights-w .statistics-tracks-f:hover span {
    transform: translateX(8px);
}.data-insights-w .statistics-tracks-f p {
    z-index: 2;
    animation: numberCount 0.5s ease-out forwards;
    font-size: calc(36px * 1.1);
    animation-delay: calc(0.3s + (0.1s * var(--i, 0)));
    margin: 1rem 0 0;
    position: relative;
    color: rgb(211,169,169);
    transform: translateY(20px);
    opacity: 0;
    font-weight: 700;
    transition: all 0.3s ease-out;
}

@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-w {
    padding: 8rem 3rem;
}.data-insights-w h3 {
    font-size: calc(36px * 1.2);
    margin-bottom: 4rem;
}.data-insights-w ul {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 2rem;
}.data-insights-w .statistics-tracks-f {
    padding: 2.2rem;
}.data-insights-w .statistics-tracks-f span {
    margin-bottom: 0.75rem;
    font-size: calc(17px * 1.1);
}.data-insights-w .statistics-tracks-f p {
    font-size: calc(36px * 1.3);
    margin-top: 1.5rem;
}
}

@media (min-width: 1200px) {.data-insights-w::before {
    transform: skewY(-3deg);
}.data-insights-w ul {
    grid-template-columns: repeat(4, 1fr);
}.data-insights-w .statistics-tracks-f {
    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-w .statistics-tracks-f: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(211,169,169,0.5);
}
}

@media (max-width: 767px) {.data-insights-w {
    padding: 4rem 1.5rem;
}.data-insights-w h3 {
    margin-bottom: 2.5rem;
    font-size: calc(36px * 0.9);
}.data-insights-w ul {
    gap: 1.2rem;
    grid-template-columns: 1fr;
}.data-insights-w .statistics-tracks-f {
    padding: 1.5rem;
}.data-insights-w .statistics-tracks-f span {
    font-size: 17px;
}.data-insights-w .statistics-tracks-f p {
    font-size: 36px;
    margin-top: 0.8rem;
}}header .top_plank {
    background: rgb(211,169,169);
    color:  #ffffff;
}header .top_plank .best-learntrack-g div svg, header .top_plank .best-learntrack-g div svg path {
    fill: #ffffff;
}header .top_plank .best-learntrack-g div span {
    color: #ffffff;
}header .top_plank .best-learntrack-g {
    flex-wrap: wrap;
    line-height: 21px;
    font-size: 13px;
    padding: 15px 0 10px 0;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
}header .top_plank .best-learntrack-g div {
    display: flex;
    margin-right: 24px;
    justify-content: flex-start;
    align-items: center;
}header .top_plank .best-learntrack-g div img, header .top_plank .best-learntrack-g div svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}.privacy-shelter-U {
    overflow: hidden;
    background-color: #ffffff;
    font-family: Arial, sans-serif;
    padding: 60px;
    color: #000000;
    margin-bottom: 30px;
    position: relative;
}.privacy-shelter-U h1 {
    position: relative;
    grid-column: span 2;
    color: rgb(211,169,169);
    font-weight: 700;
    z-index: 2;
    font-size: 42px;
    margin-bottom: 30px;
}.privacy-shelter-U h2 {
    z-index: 2;
    padding-left: 10px;
    font-weight: 600;
    font-size: 30px;
    color: rgb(181,134,134);
    position: relative;
    border-left: 5px solid rgb(211,169,169);
    margin: 20px 0;
}.privacy-shelter-U ul,
.privacy-shelter-U ol {
    margin: 20px 0;
    padding: 0 0 0 20px;
    position: relative;
    z-index: 2;
}.privacy-shelter-U ul {
    list-style-type: disc;
}.privacy-shelter-U ol {
    list-style-type: decimal;
}.privacy-shelter-U li {
    margin-bottom: 10px;
    border-bottom: 1px dashed rgb(181,134,134,0.5);
    padding-bottom: 5px;
    font-size: 17px;
    color: #000000;
}.privacy-shelter-U p {
    margin-bottom: 20px;
    color: #000000;
    z-index: 2;
    line-height: 1.6;
    position: relative;
    font-size: 17px;
}.privacy-shelter-U > div {
    border-radius: 10px;
    position: relative;
    padding: 30px;
    z-index: 2;
    border: 1px solid rgb(211,169,169,0.5);
    background-color: rgb(241,221,221);
}.privacy-shelter-U span {
    background: rgb(211,169,169,0.5);
    position: relative;
    font-weight: 600;
    color: rgb(181,134,134);
    z-index: 2;
    border-radius: 10px;
    padding: 5px;
}.privacy-shelter-U::before,
.privacy-shelter-U::after {
    z-index: 1;
    content: "";
    display: block;
    border-radius: 50%;
    background: rgb(211,169,169,0.5);
    position: absolute;
}.privacy-shelter-U::before {
    height: 200px;
    top: -100px;
    left: -100px;
    width: 200px;
}.privacy-shelter-U::after {
    height: 300px;
    width: 300px;
    bottom: -150px;
    right: -150px;
}

@media only screen and (max-width: 800px) {.privacy-shelter-U {
    gap: 20px;
    grid-template-columns: 1fr;
    padding: 30px;
}.privacy-shelter-U h1 {
    grid-column: span 1;
    font-size: calc(19px * 0.8);
}.privacy-shelter-U h2 {
    font-size: calc(19px * 0.8);
}.privacy-shelter-U ul,
    .privacy-shelter-U ol {
    padding-left: 15px;
}.privacy-shelter-U > div {
    padding: 20px;
}.privacy-shelter-U::before {
    height: 100px;
    top: -50px;
    width: 100px;
    left: -50px;
}.privacy-shelter-U::after {
    width: 150px;
    height: 150px;
    bottom: -75px;
    right: -75px;
}}.welcome-board-S {
    background: linear-gradient(135deg, rgb(181,134,134,0.5), rgb(211,169,169,0.5));
    min-height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    overflow: hidden;
}.welcome-board-S::before {
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    background: radial-gradient(circle at 30% 40%, rgba(255,255,255,0.15) 0%, transparent 60%);
    left: 0;
    content: "";
    z-index: 1;
}.welcome-board-S::after {
    opacity: 0.4;
    background: radial-gradient(ellipse at 70% 50%, rgb(181,134,134,0.5) 0%, transparent 70%);
    z-index: 0;
    animation: pulse 15s infinite alternate ease-in-out;
    content: "";
    height: 100%;
    top: 0;
    width: 60%;
    position: absolute;
    right: 0;
}.welcome-board-S .edu-start-R {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    transform: translateY(-2vh);
    width: 90%;
}.welcome-board-S .start-page-x {
    transform: perspective(1000px) rotateX(2deg);
    overflow: hidden;
    position: relative;
    padding: 4rem 3rem;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    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);
    background-blend-mode: overlay !important;
}.welcome-board-S .start-page-x::before {
    height: 100%;
    left: 0;
    position: absolute;
    content: "";
    z-index: -1;
    width: 100%;
    background: linear-gradient(145deg, 
                rgba(255,255,255,0.15), 
                rgba(255,255,255,0.05) 30%, 
                rgba(0,0,0,0.2) 100%);
    top: 0;
}.welcome-board-S .start-page-x::after {
    opacity: 0.6;
    background: radial-gradient(circle, rgb(211,169,169,0.5) 0%, transparent 70%);
    right: -50px;
    width: 200px;
    content: "";
    border-radius: 50%;
    animation: orbitFloat 25s infinite linear;
    top: -50px;
    position: absolute;
    z-index: -1;
    height: 200px;
}.welcome-board-S .start-page-x span {
    transform: translateX(-5px);
    opacity: 0;
    animation: slideInLeft 0.8s 0.2s forwards cubic-bezier(0.17, 0.67, 0.43, 0.99);
    margin-bottom: 1.5rem;
    display: block;
    position: relative;
}.welcome-board-S .start-page-x h3 {
    font-family: Arial, sans-serif;
    font-size: calc(20px * 0.9);
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.5px;
    position: relative;
    max-width: 85%;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
    color: #ffffff;
    z-index: 3;
}.welcome-board-S .start-page-x h1 {
    background-clip: text !important;
    margin-bottom: 2rem;
    font-family: Arial, sans-serif;
    transform: translateY(20px);
    z-index: 3;
    position: relative;
    -webkit-background-clip: text !important;
    background: linear-gradient(135deg, #ffffff, rgba(255,255,255,0.85));
    color: #ffffff;
    animation: slideInUp 0.8s 0.4s forwards cubic-bezier(0.17, 0.67, 0.43, 0.99);
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
    opacity: 0;
    font-weight: 700;
    line-height: 1.2;
    font-size: 41px;
}.welcome-board-S .start-page-x h1::after {
    animation: expandWidth 0.6s 1s forwards cubic-bezier(0.17, 0.67, 0.43, 0.99);
    transform-origin: left center;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(211,169,169), transparent);
    width: 80px;
    bottom: -10px;
    opacity: 0;
    height: 4px;
    left: 0;
}.welcome-board-S .start-page-x div div {
    animation: slideInUp 0.8s 0.6s forwards cubic-bezier(0.17, 0.67, 0.43, 0.99);
    opacity: 0;
    transform: translateY(20px);
}.welcome-board-S .start-page-x p {
    max-width: 90%;
    font-size: calc(17px * 1.2);
    font-family: Arial, sans-serif;
    position: relative;
    letter-spacing: 0.2px;
    line-height: 1.6;
    margin: 0;
    color: #ffffff;
    z-index: 3;
}.welcome-board-S .start-page-x::before {
    right: 20%;
    width: 6px;
    content: "";
    animation: twinkle 4s infinite alternate ease-in-out;
    height: 6px;
    box-shadow: 0 0 15px 5px rgba(255,255,255,0.3);
    z-index: 2;
    top: 30%;
    border-radius: 50%;
    background-color: #ffffff;
    position: absolute;
}.welcome-board-S .start-page-x span::before,
.welcome-board-S .start-page-x span::after,
.welcome-board-S .start-page-x h1::before,
.welcome-board-S .start-page-x p::before {
    background-color: #ffffff;
    width: 4px;
    content: "";
    z-index: 2;
    border-radius: 50%;
    position: absolute;
    height: 4px;
}.welcome-board-S .start-page-x span::before {
    top: -15px;
    animation: twinkle 3s infinite alternate-reverse ease-in-out;
    box-shadow: 0 0 10px 2px rgba(255,255,255,0.2);
    left: 20%;
}.welcome-board-S .start-page-x span::after {
    box-shadow: 0 0 10px 3px rgba(255,255,255,0.25);
    animation: twinkle 5s infinite alternate ease-in-out;
    bottom: 10px;
    right: 30%;
}.welcome-board-S .start-page-x h1::before {
    animation: twinkle 4.5s infinite alternate-reverse ease-in-out;
    top: 10px;
    box-shadow: 0 0 12px 4px rgba(255,255,255,0.3);
    right: 25%;
}.welcome-board-S .start-page-x p::before {
    box-shadow: 0 0 8px 2px rgba(255,255,255,0.2);
    left: 15%;
    top: -15px;
    animation: twinkle 3.5s infinite alternate ease-in-out;
}.welcome-board-S .start-page-x h1::after {
    width: 80px;
    opacity: 0.5;
    background: linear-gradient(to right, rgb(255, 255, 255, 0.5), transparent);
    transform: rotate(45deg);
    position: absolute;
    top: 30%;
    z-index: 1;
    height: 1px;
    right: -90px;
    content: "";
}.welcome-board-S .start-page-x span::after {
    height: 1px;
    transform: rotate(-30deg);
    width: 60px;
    left: -70px;
    opacity: 0.5;
    background: linear-gradient(to right, rgb(255, 255, 255, 0.5), transparent);
    bottom: -10px;
    content: "";
    z-index: 1;
    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) {.welcome-board-S .start-page-x {
    padding: 3.5rem 2.5rem;
}.welcome-board-S .start-page-x h1 {
    font-size: calc(41px * 0.9);
}.welcome-board-S .start-page-x h3 {
    max-width: 90%;
}
}

@media (max-width: 992px) {.welcome-board-S .start-page-x {
    transform: perspective(1000px) rotateX(1deg);
    padding: 3rem 2rem;
}.welcome-board-S .start-page-x h1 {
    font-size: calc(41px * 0.8);
}.welcome-board-S .start-page-x h3 {
    font-size: calc(20px * 0.85);
}.welcome-board-S .start-page-x p {
    font-size: calc(17px * 1.1);
    max-width: 95%;
}
}

@media (max-width: 768px) {.welcome-board-S {
    min-height: 90vh;
}.welcome-board-S .edu-start-R {
    width: 95%;
}.welcome-board-S .start-page-x {
    padding: 2.5rem 1.5rem;
    transform: none;
}.welcome-board-S .start-page-x h1 {
    font-size: calc(41px * 0.7);
    margin-bottom: 1.5rem;
}.welcome-board-S .start-page-x h3 {
    font-size: calc(20px * 0.8);
    max-width: 100%;
}.welcome-board-S .start-page-x p {
    max-width: 100%;
    font-size: 17px;
}.welcome-board-S .start-page-x h1::after {
    height: 3px;
    width: 60px;
}
}

@media (max-width: 576px) {.welcome-board-S {
    min-height: 85vh;
}.welcome-board-S .start-page-x {
    padding: 2rem 1.25rem;
}.welcome-board-S .start-page-x h1 {
    font-size: calc(41px * 0.6);
    margin-bottom: 1.25rem;
}.welcome-board-S .start-page-x h3 {
    font-size: calc(20px * 0.75);
}.welcome-board-S .start-page-x span {
    margin-bottom: 1rem;
}.welcome-board-S .start-page-x h1::after {
    bottom: -8px;
    width: 50px;
    height: 3px;
}
}

@media (max-width: 390px) {.welcome-board-S .start-page-x {
    padding: 1.5rem 1rem;
}.welcome-board-S .start-page-x h1 {
    font-size: calc(41px * 0.5);
}.welcome-board-S .start-page-x h3 {
    font-size: calc(20px * 0.7);
}.welcome-board-S .start-page-x p {
    font-size: calc(17px * 0.9);
}
}