* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}header,footer {
    width: 100%;
}.container {
    width: 1178px;
    margin: auto;
    max-width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}svg {
    width: 30px;
    height: 30px;
}.header-tutor-fFpwm {
    flex: 1 0 auto;
}.patent-info-VaGhq {
    flex: 0 0 auto;
}.wrapper-padding-qXgCT {
    min-height: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}html,body {
    color: #000000;
    font-family: Arial, sans-serif;
    scroll-snap-type: none;
    auto
contain
touch-action: none;
    min-height: 100%;
    auto
    scroll-behavior: smooth;
    height: 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;
}}
.cookie-alert-overlay-DyeTQ {
    width: 100%;
    transition: transform 0.3s ease-in-out;
    z-index: 90;
    bottom: 0;
    border-top: 3px solid rgb(212,160,150);
    position: fixed;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    background: rgb(240,215,210);
}.visitor-controls-GoDRg {
    padding: 20px 15px;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    display: flex;
    margin: 0 auto;
}.consent-panel-MnYdQ {
    margin-right: 15px;
    flex-shrink: 0;
}.consent-panel-MnYdQ svg {
    width: 60px;
    height: 60px;
    transition: fill 0.3s ease;
    fill: rgb(212,160,150);
}.consent-panel-MnYdQ svg:hover {
    fill: rgb(183,117,102);
}.tracking-policy-VuzTN {
    color: #000000;
    margin-right: 15px;
    flex-grow: 1;
}.cookie-alert-overlay-DyeTQ h5 {
    font-size: 22px;
    margin-bottom: 8px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    color: rgb(212,160,150);
}.cookie-alert-overlay-DyeTQ p {
    line-height: 1.5;
    color: #000000;
    font-size: 17px;
    font-family: Arial, sans-serif;
}.cookie-protect-RhJac {
    font-size: 18px;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    line-height: 35px;
    background: rgb(212,160,150);
    margin-left: 10px;
    text-align: center;
    text-decoration: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 19px;
    color: #ffffff;
}.cookie-protect-RhJac:hover {
    box-shadow: 0 0 10px rgb(183,117,102,0.5);
    background: rgb(183,117,102);
}#acknowledge-privacy-cookies-CbgvJ {
    background: rgb(212,160,150);
}#declineCookiesCollection-XCgxs {
    background: rgba(0, 0, 0, 0.5);
}.cookie-alert-overlay-DyeTQ p a {
    transition: color 0.3s ease;
    text-decoration: underline;
    color: rgb(212,160,150);
}.cookie-alert-overlay-DyeTQ p a:hover {
    color: rgb(183,117,102);
}
@media only screen and (max-width: 1200px) {.visitor-controls-GoDRg {
    align-items: center;
    flex-direction: column;
}.consent-panel-MnYdQ {
    margin-bottom: 15px;
}.tracking-policy-VuzTN {
    margin-bottom: 15px;
    margin-right: 0;
    text-align: center;
}.cookie-protect-RhJac {
    margin-bottom: 10px;
    width: 100%;
    margin-left: 0;
    max-width: 200px;
}
}
@media only screen and (max-width: 800px) {.visitor-controls-GoDRg {
    padding: 15px;
}.consent-panel-MnYdQ {
    display: none;
}.cookie-alert-overlay-DyeTQ h5 {
    font-size: 22px;
}.cookie-alert-overlay-DyeTQ p {
    font-size: 13px;
}}
#cookieBannerMessage-AWHZE {
    display: none;
}#cookieBannerMessage-AWHZE:checked ~ .cookie-alert-overlay-DyeTQ {
    visibility: hidden;
    opacity: 0;
}.newsletter-subscription-FhiTs {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 4rem 2rem;
    border-radius: 28px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(240,215,210) 0%, rgb(212,160,150,0.5) 100%);
}.newsletter-subscription-FhiTs::before {
    content: "";
    position: absolute;
    height: 120%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
    z-index: 1;
    background: linear-gradient(45deg, rgb(183,117,102,0.5) 0%, rgb(183,117,102) 100%);
    transform: rotate(-15deg);
    right: -10%;
    width: 60%;
    top: -10%;
}.newsletter-subscription-FhiTs .container {
    display: grid;
    position: relative;
    grid-gap: 2rem;
    grid-template-columns: 1fr;
    z-index: 2;
}.newsletter-subscription-FhiTs .why-trust-NsCxT {
    padding: 2rem;
    transform: perspective(1000px) rotateX(5deg);
}.newsletter-subscription-FhiTs p {
    position: relative;
    color: #000000;
    opacity: 0;
    margin-bottom: 1.5rem;
    animation: slideIn 0.7s forwards 0.3s;
    font-weight: 700;
    font-size: 21px;
    transform: translateX(-20px);
    font-family: Arial, sans-serif;
    padding-left: 3rem;
}.newsletter-subscription-FhiTs p::before {
    content: "";
    transform-origin: left;
    transform: scaleX(0);
    width: 2rem;
    background: rgb(212,160,150);
    top: 50%;
    height: 2px;
    position: absolute;
    animation: growLine 0.8s forwards 0.6s;
    left: 0;
}.newsletter-subscription-FhiTs .input_holder {
    flex-direction: column;
    transform: translateX(30px);
    display: flex;
    animation: slideIn 0.7s forwards 0.5s;
    opacity: 0;
    gap: 1rem;
    position: relative;
}.newsletter-subscription-FhiTs .join-form-TlAaq {
    width: 100%;
    background-color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 15px;
    padding: 1rem 1.5rem;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    border: none;
    transition: all 0.3s ease;
    transform: translateY(0);
}.newsletter-subscription-FhiTs .join-form-TlAaq:focus {
    transform: translateY(-5px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
    outline: none;
}.newsletter-subscription-FhiTs .sub-cta-xmKwi {
    position: relative;
    transition: all 0.3s ease;
    border: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 14px;
    font-family: Arial, sans-serif;
    align-self: flex-start;
    color: #ffffff;
    background: linear-gradient(135deg, rgb(212,160,150) 0%, rgb(183,117,102) 100%);
    cursor: pointer;
    padding: 1rem 2rem;
    overflow: hidden;
    font-weight: 600;
    border-radius: 10px;
}.newsletter-subscription-FhiTs .sub-cta-xmKwi::before {
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
    position: absolute;
    height: 100%;
    transition: all 0.6s ease;
    width: 100%;
    top: 0;
}.newsletter-subscription-FhiTs .sub-cta-xmKwi:hover {
    box-shadow: 0 10px 25px rgb(212,160,150,0.5);
    transform: translateY(-5px) scale(1.02);
}.newsletter-subscription-FhiTs .sub-cta-xmKwi:hover::before {
    left: 100%;
}

@keyframes slideIn {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes growLine {
    to {
        transform: scaleX(1);
    }
}

@media screen and (min-width: 768px) {.newsletter-subscription-FhiTs {
    padding: 5rem 3rem;
}.newsletter-subscription-FhiTs .container {
    grid-template-columns: 1.2fr 1fr;
    align-items: center;
}.newsletter-subscription-FhiTs p {
    padding-left: 5rem;
    margin-bottom: 0;
    font-size: 32px;
}.newsletter-subscription-FhiTs p::before {
    width: 4rem;
}.newsletter-subscription-FhiTs .input_holder {
    align-items: stretch;
    flex-direction: row;
}.newsletter-subscription-FhiTs .join-form-TlAaq {
    flex: 1;
    border-radius: 10px 0 0 10px;
}.newsletter-subscription-FhiTs .sub-cta-xmKwi {
    align-self: stretch;
    border-radius: 0 10px 10px 0;
}}.training-benefits-NsKjt {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(240,215,210) 0%, rgba(245, 247, 251, 0.85) 100%);
}.training-benefits-NsKjt::before {
    background: linear-gradient(225deg, rgb(183,117,102,0.5) 0%, transparent 70%);
    z-index: 1;
    content: "";
    height: 30%;
    top: -10%;
    transform: rotate(-15deg);
    filter: blur(40px);
    right: -5%;
    width: 40%;
    position: absolute;
}.training-benefits-NsKjt::after {
    width: 60%;
    bottom: -5%;
    left: -10%;
    content: "";
    z-index: 1;
    filter: blur(50px);
    transform: rotate(10deg);
    background: linear-gradient(45deg, rgb(212,160,150,0.5) 0%, transparent 80%);
    height: 15%;
    position: absolute;
}.training-benefits-NsKjt .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
}.training-benefits-NsKjt .why-trust-NsCxT {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    position: relative;
}.training-benefits-NsKjt .legend-holder-egWat {
    padding: 40px 0;
    flex: 1;
    position: relative;
}.training-benefits-NsKjt .legend-holder-egWat::before {
    left: -20px;
    top: 0;
    position: absolute;
    transform: scaleY(0.9);
    width: 5px;
    filter: drop-shadow(0 0 10px rgba(rgb(212,160,150,0.5), 0.3));
    background: linear-gradient(to bottom, rgb(212,160,150) 0%, rgb(183,117,102) 100%);
    height: 100%;
    content: "";
}.training-benefits-NsKjt h4 {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    margin-bottom: 30px;
    position: relative;
    transform: translateX(0);
    line-height: 1.4;
    color: #000000;
    font-size: calc(18px * 1.1);
    font-weight: 700;
}.training-benefits-NsKjt h4::after {
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    left: 0;
    height: 3px;
    content: "";
    position: absolute;
    width: 80px;
    background: rgb(183,117,102);
    bottom: -8px;
    transform: scaleX(1);
}.training-benefits-NsKjt .legend-holder-egWat:hover h4 {
    transform: translateX(5px);
}.training-benefits-NsKjt .legend-holder-egWat:hover h4::after {
    transform: scaleX(1.2);
}.training-benefits-NsKjt .legend-holder-egWat > div {
    display: flex;
    gap: 30px;
    margin-top: 20px;
}.training-benefits-NsKjt ul {
    list-style: none;
    flex: 1;
    padding: 0;
    margin: 0;
}.training-benefits-NsKjt li {
    transform: translateY(0);
    transition: transform 0.4s ease;
    position: relative;
    margin-bottom: 25px;
}.training-benefits-NsKjt li:hover {
    transform: translateY(-5px);
}.training-benefits-NsKjt li p {
    box-shadow: 0 8px 20px rgba(rgba(0, 0, 0, 0.5), 0.05);
    backdrop-filter: blur(5px);
    border-radius: 10px;
    align-items: flex-start;
    border-left: 3px solid rgb(183,117,102);
    transition: all 0.3s ease;
    background: rgba(#ffffff, 0.9);
    padding: 15px 20px;
    display: flex;
    margin: 0;
    gap: 15px;
}.training-benefits-NsKjt li:hover p {
    box-shadow: 0 12px 25px rgba(rgba(0, 0, 0, 0.5), 0.08);
    border-left-width: 5px;
}.training-benefits-NsKjt li p span:first-child {
    height: 40px;
    background: linear-gradient(135deg, rgb(183,117,102,0.5) 0%, rgba(255, 255, 255, 0.7) 100%);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    border-radius: 50%;
    width: 40px;
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 8px;
    flex-shrink: 0;
}.training-benefits-NsKjt li:hover p span:first-child {
    transform: scale(1.1);
}.training-benefits-NsKjt li p span:last-child {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    color: #000000;
}.training-benefits-NsKjt svg {
    height: 24px;
    transition: transform 0.3s ease;
    width: 24px;
}.training-benefits-NsKjt li:hover svg {
    transform: rotate(15deg);
}.training-benefits-NsKjt svg path {
    fill: rgb(183,117,102);
    transition: fill 0.3s ease;
}.training-benefits-NsKjt li:hover svg path {
    fill: rgb(212,160,150);
}.training-benefits-NsKjt .img-responsive-JaPZH {
    transform: perspective(1000px) rotateY(-3deg) rotateX(2deg);
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 25px 25px 50px rgba(0, 0, 0, 0.1);
    position: relative;
    flex: 0 0 45%;
    z-index: 3;
    max-width: 45%;
    border-radius: 2px;
}.training-benefits-NsKjt .img-responsive-JaPZH:hover {
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg);
}.training-benefits-NsKjt .img-responsive-JaPZH::before {
    mix-blend-mode: overlay;
    transition: opacity 0.5s ease;
    inset: 0;
    z-index: 2;
    content: "";
    background: linear-gradient(45deg, rgba(rgb(212,160,150,0.5), 0.2), transparent);
    position: absolute;
}.training-benefits-NsKjt .img-responsive-JaPZH:hover::before {
    opacity: 0.7;
}.training-benefits-NsKjt .img-responsive-JaPZH::after {
    bottom: -20px;
    content: "";
    z-index: -1;
    position: absolute;
    filter: blur(40px);
    right: -20px;
    background: linear-gradient(135deg, transparent 0%, rgba(rgb(183,117,102,0.5), 0.1) 100%);
    transition: all 0.5s ease;
    width: 80%;
    height: 80%;
}.training-benefits-NsKjt .img-responsive-JaPZH:hover::after {
    filter: blur(30px);
    transform: translate(-10px, -10px);
}

@media (max-width: 1024px) {.training-benefits-NsKjt {
    padding: 100px 0;
}.training-benefits-NsKjt .why-trust-NsCxT {
    gap: 30px;
}.training-benefits-NsKjt .img-responsive-JaPZH {
    max-width: 40%;
    flex: 0 0 40%;
}
}

@media (max-width: 900px) {.training-benefits-NsKjt .legend-holder-egWat > div {
    flex-direction: column;
    gap: 0;
}.training-benefits-NsKjt ul {
    margin-bottom: 20px;
}
}

@media (max-width: 768px) {.training-benefits-NsKjt {
    padding: 80px 0;
}.training-benefits-NsKjt .why-trust-NsCxT {
    flex-direction: column-reverse;
    gap: 50px;
}.training-benefits-NsKjt .legend-holder-egWat {
    width: 100%;
}.training-benefits-NsKjt .img-responsive-JaPZH {
    transform: perspective(1000px) rotateY(-3deg) rotateX(2deg) scale(0.95);
    max-width: 80%;
    align-self: center;
}.training-benefits-NsKjt h4 {
    text-align: center;
    font-size: calc(18px * 1.05);
}.training-benefits-NsKjt h4::after {
    transform: translateX(-50%) scaleX(1);
    left: 50%;
}.training-benefits-NsKjt .legend-holder-egWat::before {
    height: 5px;
    width: 100px;
    transform: translateX(-50%);
    top: -20px;
    left: 50%;
}.training-benefits-NsKjt .legend-holder-egWat:hover h4 {
    transform: translateY(-3px);
}
}

@media (max-width: 576px) {.training-benefits-NsKjt {
    padding: 60px 0;
}.training-benefits-NsKjt .img-responsive-JaPZH {
    max-width: 95%;
}.training-benefits-NsKjt li p {
    padding: 12px 15px;
}.training-benefits-NsKjt li p span:first-child {
    width: 35px;
    height: 35px;
}.training-benefits-NsKjt h4 {
    font-size: 18px;
}.training-benefits-NsKjt li p span:last-child {
    font-size: calc(15px * 0.95);
}
}

@media (max-width: 480px) {.training-benefits-NsKjt .legend-holder-egWat > div {
    gap: 0;
}.training-benefits-NsKjt li {
    margin-bottom: 15px;
}.training-benefits-NsKjt li p {
    gap: 10px;
}.training-benefits-NsKjt li p span:first-child {
    height: 30px;
    width: 30px;
}.training-benefits-NsKjt svg {
    height: 20px;
    width: 20px;
}}.opening-page-Zwqeu {
    overflow: hidden;
    position: relative;
    width: 100%;
}.opening-page-Zwqeu .edu-main-GXOHw {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 6rem 2rem;
    position: relative;
    justify-content: flex-start;
    z-index: 1;
}.opening-page-Zwqeu .edu-main-GXOHw::before {
    bottom: 0;
    right: 0;
    position: absolute;
    backdrop-filter: blur(3px);
    background: linear-gradient(135deg, 
    rgba(rgb(212,160,150,0.5), 0.9),
    rgba(rgb(183,117,102,0.5), 0.85),
    rgba(rgba(0, 0, 0, 0.5), 0.75));
    z-index: -1;
    left: 0;
    content: "";
    top: 0;
}.opening-page-Zwqeu .edu-main-GXOHw::after {
    z-index: -1;
    height: 100%;
    right: 0;
    left: 0;
    content: "";
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom, 
    rgba(rgba(0, 0, 0, 0.5), 0.8) 0%, 
    transparent 25%, 
    transparent 75%, 
    rgba(rgba(0, 0, 0, 0.5), 0.8) 100%);
}.opening-page-Zwqeu .quick-mastery-Oyzig {
    backdrop-filter: blur(10px);
    isolation: isolate;
    box-shadow: 
    0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.2),
    0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.1);
    background: rgba(rgb(255, 255, 255, 0.5), 0.15);
    max-width: 800px;
    padding: 3rem;
    animation: fadeSlideIn 1.2s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    transform: perspective(1000px) rotateY(-3deg);
    border-left: 4px solid rgb(212,160,150);
    position: relative;
    transform-origin: left center;
    margin-left: 8%;
}.opening-page-Zwqeu .quick-mastery-Oyzig::before {
    z-index: -1;
    top: 0;
    mix-blend-mode: overlay;
    position: absolute;
    background: linear-gradient(135deg, 
    transparent 0%,
    rgba(rgb(212,160,150,0.5), 0.1) 50%,
    rgba(rgb(183,117,102,0.5), 0.15) 100%);
    left: 0;
    height: 100%;
    content: "";
    right: 0;
}.opening-page-Zwqeu .quick-mastery-Oyzig::after {
    content: "";
    bottom: 0;
    background: linear-gradient(to right, 
    rgb(212,160,150) 0%, 
    rgb(183,117,102) 50%, 
    transparent 100%);
    width: 100%;
    height: 8px;
    left: 0;
    position: absolute;
    z-index: -1;
}.opening-page-Zwqeu h1 {
    transform: translateX(-5px);
    font-weight: 700;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 4px rgba(rgba(0, 0, 0, 0.5), 0.3);
    animation: slideInTitle 1s ease-out 0.3s both;
    line-height: 1.15;
    margin-bottom: 1.5rem;
    color: #ffffff;
    font-size: clamp(2.5rem, 6vw, 39px);
}.opening-page-Zwqeu h3 {
    opacity: 0.95;
    line-height: 1.4;
    font-size: clamp(1.25rem, 3vw, 23px);
    text-shadow: 0 1px 2px rgba(rgba(0, 0, 0, 0.5), 0.2);
    animation: slideInSubtitle 1s ease-out 0.6s both;
    color: #ffffff;
    position: relative;
    margin-bottom: 1.5rem;
    font-weight: 600;
}.opening-page-Zwqeu p {
    line-height: 1.6;
    animation: fadeIn 1s ease-out 0.9s both;
    max-width: 90%;
    border-left: 2px solid rgb(183,117,102);
    color: #ffffff;
    margin-top: 2rem;
    font-size: clamp(1rem, 2vw, 14px);
    padding-left: 1rem;
    font-weight: 300;
    position: relative;
}

@keyframes fadeSlideIn {
  0% {
    opacity: 0;
    transform: perspective(1000px) rotateY(-5deg) translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: perspective(1000px) rotateY(-3deg) translateX(0);
  }
}

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

@keyframes slideInSubtitle {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0.95;
    transform: translateX(0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media (max-width: 992px) {.opening-page-Zwqeu .quick-mastery-Oyzig {
    margin-right: 5%;
    transform: perspective(800px) rotateY(-2deg);
    padding: 2.5rem;
    margin-left: 5%;
}
}

@media (max-width: 768px) {.opening-page-Zwqeu .edu-main-GXOHw {
    padding: 4rem 1.5rem;
    padding-top: 6rem;
    align-items: flex-start;
}.opening-page-Zwqeu .quick-mastery-Oyzig {
    transform: perspective(600px) rotateY(-1deg);
    margin-left: 0;
    padding: 2rem;
    margin-right: 0;
}.opening-page-Zwqeu h1 {
    transform: translateX(-3px);
}.opening-page-Zwqeu p {
    max-width: 100%;
    padding-left: 0.75rem;
}
}

@media (max-width: 576px) {.opening-page-Zwqeu .edu-main-GXOHw {
    padding: 3rem 1rem;
    padding-top: 5rem;
}.opening-page-Zwqeu .quick-mastery-Oyzig {
    padding: 1.5rem;
    border-left-width: 3px;
    transform: none;
}.opening-page-Zwqeu h1 {
    transform: none;
    margin-bottom: 1rem;
}.opening-page-Zwqeu h3 {
    margin-bottom: 1rem;
}.opening-page-Zwqeu p {
    margin-top: 1.5rem;
    padding-left: 0.5rem;
}
}

@media (max-height: 600px) and (min-width: 768px) {.opening-page-Zwqeu .edu-main-GXOHw {
    padding-bottom: 5rem;
    min-height: unset;
    padding-top: 5rem;
}
}

@media (prefers-reduced-motion: reduce) {.opening-page-Zwqeu .quick-mastery-Oyzig,
  .opening-page-Zwqeu h1,
  .opening-page-Zwqeu h3,
  .opening-page-Zwqeu p {
    transform: none;
    animation-duration: 0.001s;
}}.gratPanel-aDgWG {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(240,215,210) 0%, rgb(212,160,150,0.5) 100%);
}.gratPanel-aDgWG::before {
    content: "";
    width: 40%;
    position: absolute;
    height: 60%;
    transform: rotate(-15deg) skew(10deg);
    opacity: 0.1;
    pointer-events: none;
    top: -5%;
    background: linear-gradient(225deg, rgb(183,117,102) 0%, transparent 70%);
    right: -10%;
    z-index: 1;
}.gratPanel-aDgWG::after {
    position: absolute;
    bottom: -5%;
    left: -10%;
    width: 45%;
    pointer-events: none;
    height: 65%;
    background: linear-gradient(45deg, rgb(212,160,150) 0%, transparent 80%);
    opacity: 0.1;
    content: "";
    transform: rotate(12deg) skew(-5deg);
    z-index: 1;
}.gratPanel-aDgWG .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 5;
    padding: 0 20px;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
}.gratPanel-aDgWG h2 {
    position: relative;
    font-size: 38px;
    margin-bottom: 35px;
    line-height: 1.3;
    font-weight: 700;
    max-width: 90%;
    color: rgb(212,160,150);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    transform: translateX(-5%);
}.gratPanel-aDgWG h2::after {
    transform: scaleX(1);
    width: 85px;
    left: 0;
    transform-origin: left center;
    content: "";
    position: absolute;
    bottom: -12px;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: rgb(183,117,102);
    height: 3px;
}.gratPanel-aDgWG .why-trust-NsCxT {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 1px 3px rgba(0, 0, 0, 0.1);
    transform: translateX(5%);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 50px 40px 50px 60px;
    background-color: #ffffff;
    position: relative;
}.gratPanel-aDgWG .why-trust-NsCxT::before {
    content: "";
    left: 0;
    position: absolute;
    height: 100%;
    width: 6px;
    top: 0;
    background: linear-gradient(to bottom, rgb(212,160,150) 0%, rgb(183,117,102) 100%);
}.gratPanel-aDgWG .why-trust-NsCxT::after {
    top: 20px;
    position: absolute;
    right: 20px;
    opacity: 0.3;
    height: 100px;
    border-radius: 50%;
    width: 100px;
    z-index: -1;
    background: radial-gradient(circle, rgb(183,117,102,0.5) 0%, transparent 70%);
    content: "";
}.gratPanel-aDgWG ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.gratPanel-aDgWG li {
    position: relative;
    z-index: 2;
}.gratPanel-aDgWG li::before {
    font-size: 120px;
    z-index: -1;
    left: -20px;
    opacity: 0.1;
    font-family: serif;
    color: rgb(212,160,150);
    top: -40px;
    line-height: 1;
    position: absolute;
    content: "";
}.gratPanel-aDgWG li span {
    color: #000000;
    max-width: 95%;
    position: relative;
    font-weight: 400;
    line-height: 1.7;
    font-size: calc(15px + 0.1rem);
    display: block;
}.gratPanel-aDgWG:hover .why-trust-NsCxT {
    transform: translateX(5%) translateY(-5px);
}.gratPanel-aDgWG:hover h2::after {
    transform: scaleX(1.3);
}

@media (max-width: 991px) {.gratPanel-aDgWG {
    padding: 90px 0;
}.gratPanel-aDgWG h2 {
    font-size: calc(38px - 0.2rem);
    transform: translateX(0);
    max-width: 100%;
}.gratPanel-aDgWG .why-trust-NsCxT {
    padding: 40px 30px 40px 45px;
    transform: translateX(0);
}.gratPanel-aDgWG:hover .why-trust-NsCxT {
    transform: translateX(0) translateY(-5px);
}
}

@media (max-width: 767px) {.gratPanel-aDgWG {
    padding: 70px 0;
}.gratPanel-aDgWG::before,
    .gratPanel-aDgWG::after {
    width: 70%;
    height: 50%;
}.gratPanel-aDgWG h2 {
    font-size: calc(38px - 0.4rem);
    margin-bottom: 30px;
    line-height: 1.35;
}.gratPanel-aDgWG .why-trust-NsCxT {
    padding: 35px 25px 35px 35px;
}.gratPanel-aDgWG li::before {
    left: -15px;
    font-size: 90px;
    top: -25px;
}.gratPanel-aDgWG li span {
    font-size: 15px;
}
}

@media (max-width: 575px) {.gratPanel-aDgWG {
    padding: 60px 0;
}.gratPanel-aDgWG .container {
    transform: perspective(1000px) rotateX(1deg);
}.gratPanel-aDgWG h2 {
    margin-bottom: 25px;
    font-size: calc(38px - 0.5rem);
}.gratPanel-aDgWG h2::after {
    width: 60px;
    height: 2px;
}.gratPanel-aDgWG .why-trust-NsCxT {
    padding: 25px 20px 25px 25px;
}.gratPanel-aDgWG .why-trust-NsCxT::before {
    width: 4px;
}.gratPanel-aDgWG li::before {
    left: -10px;
    top: -20px;
    font-size: 70px;
}.gratPanel-aDgWG li span {
    line-height: 1.6;
    font-size: calc(15px - 0.1rem);
}}.program-structure-DyjUl {
    padding: 120px 0 100px;
    position: relative;
    background: linear-gradient(135deg, rgb(240,215,210) 0%, #ffffff 100%);
    overflow: hidden;
}.program-structure-DyjUl::before {
    background: linear-gradient(145deg, rgb(212,160,150,0.5) 0%, transparent 80%);
    filter: blur(30px);
    top: -10%;
    transform: rotate(-15deg) skewX(15deg);
    width: 40%;
    z-index: 0;
    opacity: 0.7;
    height: 80%;
    content: "";
    right: -5%;
    position: absolute;
}.program-structure-DyjUl::after {
    background: linear-gradient(225deg, rgb(183,117,102,0.5) 0%, transparent 85%);
    content: "";
    width: 30%;
    z-index: 0;
    opacity: 0.6;
    transform: rotate(25deg) skewX(-15deg);
    filter: blur(20px);
    position: absolute;
    height: 60%;
    left: -5%;
    bottom: -5%;
}.program-structure-DyjUl .container {
    z-index: 2;
    max-width: 1200px;
    padding: 0 25px;
    margin: 0 auto;
    position: relative;
}.program-structure-DyjUl h2 {
    color: #000000;
    font-size: calc(32px * 1.1);
    position: relative;
    font-weight: 700;
    transform: translateX(-5px);
    margin-bottom: 50px;
    line-height: 1.3;
}.program-structure-DyjUl h2::before {
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    left: 0;
    bottom: -15px;
    width: 80px;
    content: "";
    background: linear-gradient(90deg, rgb(212,160,150) 0%, rgb(183,117,102) 100%);
    transform-origin: left center;
    height: 4px;
}.program-structure-DyjUl h2:hover::before {
    transform: scaleX(1.5);
}.program-structure-DyjUl .skill-academy-AiZLX {
    gap: 30px;
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
}.program-structure-DyjUl .img-responsive-JaPZH {
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    height: 300px;
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
    border-radius: 23px;
}.program-structure-DyjUl .img-responsive-JaPZH::before {
    position: absolute;
    left: 0;
    z-index: 1;
    height: 100%;
    background: linear-gradient(
        to bottom right,
        rgba(var(--primary-color-rgb), 0.2),
        transparent 50%,
        rgba(var(--secondary-color-rgb), 0.2)
    );
    top: 0;
    content: "";
    width: 100%;
}.program-structure-DyjUl .img-responsive-JaPZH::after {
    top: -100%;
    background: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.1) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    content: "";
    animation: shine 6s infinite cubic-bezier(0.22, 1, 0.36, 1);
    left: -100%;
    z-index: 2;
    width: 200%;
    position: absolute;
    height: 200%;
}.program-structure-DyjUl .legend-holder-egWat {
    padding: 20px 0;
    position: relative;
}.program-structure-DyjUl .description {
    padding-right: 15px;
    position: relative;
    margin-bottom: 20px;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    max-height: 300px;
    color: #000000;
    line-height: 1.7;
    font-size: 12px;
    overflow-y: auto;
    transform: translateY(0);
}.program-structure-DyjUl .description:first-of-type {
    position: relative;
}.program-structure-DyjUl .description:first-of-type::after {
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(183,117,102,0.5) 0%, transparent 100%);
    width: 60%;
    bottom: 0;
    height: 1px;
    content: "";
}.program-structure-DyjUl .legend-holder-egWat::before {
    background: linear-gradient(to bottom, rgb(212,160,150), transparent);
    top: 0;
    position: absolute;
    left: -20px;
    width: 4px;
    height: 70%;
    transform: scaleY(0.7);
    transform-origin: top center;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    content: "";
}.program-structure-DyjUl .legend-holder-egWat:hover::before {
    transform: scaleY(1);
}.program-structure-DyjUl .description::-webkit-scrollbar {
    width: 4px;
}.program-structure-DyjUl .description::-webkit-scrollbar-track {
    background: #ffffff;
}.program-structure-DyjUl .description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(183,117,102,0.5);
}

@keyframes shine {
    0% {
        transform: translate(-100%, -100%) rotate(45deg);
    }
    20% {
        transform: translate(100%, 100%) rotate(45deg);
    }
    100% {
        transform: translate(100%, 100%) rotate(45deg);
    }
}

@media (min-width: 768px) {.program-structure-DyjUl {
    padding: 150px 0;
}.program-structure-DyjUl h2 {
    max-width: 80%;
    margin-left: 60px;
    font-size: calc(32px * 1.2);
}.program-structure-DyjUl h2::before {
    left: -60px;
    bottom: 50%;
    width: 100px;
}.program-structure-DyjUl .skill-academy-AiZLX {
    gap: 50px;
    align-items: center;
    grid-template-columns: 1fr 1.5fr;
}.program-structure-DyjUl .img-responsive-JaPZH {
    transform: perspective(1000px) rotateX(3deg) rotateY(-3deg);
    height: 450px;
}.program-structure-DyjUl .legend-holder-egWat {
    padding: 0 30px;
}.program-structure-DyjUl .description {
    max-height: 450px;
}
}

@media (min-width: 992px) {.program-structure-DyjUl .container {
    padding: 0 50px;
}.program-structure-DyjUl h2 {
    font-size: calc(32px * 1.3);
    margin-bottom: 70px;
    margin-left: 80px;
}.program-structure-DyjUl h2::before {
    height: 5px;
    left: -80px;
    width: 120px;
}.program-structure-DyjUl .img-responsive-JaPZH {
    transform: perspective(1500px) rotateX(4deg) rotateY(-4deg);
    height: 500px;
}.program-structure-DyjUl .img-responsive-JaPZH:hover {
    transform: perspective(1500px) rotateX(2deg) rotateY(-2deg) translateY(-10px);
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.2);
}.program-structure-DyjUl .legend-holder-egWat {
    padding: 0 50px 0 20px;
}.program-structure-DyjUl .description {
    font-size: calc(12px * 1.05);
    line-height: 1.8;
}
}

@media (min-width: 1200px) {.program-structure-DyjUl h2 {
    font-size: calc(32px * 1.4);
    margin-left: 100px;
}.program-structure-DyjUl h2::before {
    left: -100px;
    width: 150px;
}.program-structure-DyjUl .skill-academy-AiZLX {
    grid-template-columns: 1fr 1.7fr;
    gap: 70px;
}.program-structure-DyjUl .img-responsive-JaPZH {
    height: 550px;
}.program-structure-DyjUl .description {
    max-height: 550px;
    margin-bottom: 25px;
}}.privacy-holdfast-FZrlP {
    border: 1px solid rgba(0, 0, 0, 0.5);
    margin: 0 auto;
    font-family: Arial, sans-serif;
    max-width: 1200px;
    padding: 50px;
    color: #000000;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    background: #ffffff;
}.privacy-holdfast-FZrlP h1 {
    margin-top: 20px;
    color: rgb(212,160,150);
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(212,160,150);
    font-size: 43px;
    font-weight: 700;
    margin-bottom: 30px;
}.privacy-holdfast-FZrlP h2 {
    font-size: 36px;
    padding-left: 15px;
    font-weight: 600;
    margin-top: 30px;
    color: rgb(183,117,102);
    margin-bottom: 20px;
    border-left: 4px solid rgb(183,117,102);
}.privacy-holdfast-FZrlP ul {
    list-style-type: square;
    padding-left: 40px;
    margin: 20px 0;
}.privacy-holdfast-FZrlP li {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}.privacy-holdfast-FZrlP p, .privacy-holdfast-FZrlP span, .privacy-holdfast-FZrlP div {
    margin-bottom: 15px;
    color: #000000;
    font-size: 14px;
    line-height: 1.6;
}.privacy-holdfast-FZrlP h3, .privacy-holdfast-FZrlP h4, .privacy-holdfast-FZrlP h5, .privacy-holdfast-FZrlP h6 {
    margin-top: 25px;
    padding-left: 10px;
    font-size: 22px;
    color: rgb(212,160,150);
    border-left: 3px solid rgb(212,160,150);
    margin-bottom: 15px;
    font-weight: 600;
}

@media only screen and (max-width: 800px) {.privacy-holdfast-FZrlP {
    padding: 30px;
}.privacy-holdfast-FZrlP h1 {
    font-size: calc(22px - 4px);
}.privacy-holdfast-FZrlP h2 {
    font-size: calc(22px - 3px);
}.privacy-holdfast-FZrlP h3, .privacy-holdfast-FZrlP h4, .privacy-holdfast-FZrlP h5, .privacy-holdfast-FZrlP h6 {
    font-size: calc(22px - 2px);
}.privacy-holdfast-FZrlP p, .privacy-holdfast-FZrlP span, .privacy-holdfast-FZrlP div, .privacy-holdfast-FZrlP li {
    font-size: calc(14px - 2px);
}}header {
    background: linear-gradient(120deg, rgb(212,160,150) 0%, rgb(183,117,102) 100%);
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        15px 100%, 
        0 calc(100% - 15px)
    );
    z-index: 100;
    overflow: visible;
    position: relative;
    margin-top: 0;
    padding: 0;
}header::before {
    left: 2px;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        15px 100%, 
        0 calc(100% - 15px)
    );
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05) 0px,
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
    top: 2px;
    content: '';
    position: absolute;
    bottom: 2px;
    right: 2px;
    z-index: -1;
}header .head-info-VtvXo {
    justify-content: space-between;
    align-items: center;
    z-index: 5;
    padding: 1.2rem 3rem;
    position: relative;
    display: flex;
}header .nav-learn-dSAQv {
    position: relative;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.15);
    padding: 0.7rem 1.2rem 0.7rem 1rem;
    flex: 0 0 auto;
    margin-right: 2rem;
    clip-path: polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% 100%,
        10px 100%,
        0 calc(100% - 10px)
    );
}header .nav-learn-dSAQv::before {
    z-index: -1;
    left: 3px;
    right: 3px;
    top: 3px;
    bottom: 3px;
    content: '';
    border: 1px dashed rgba(255, 255, 255, 0.3);
    clip-path: polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% 100%,
        10px 100%,
        0 calc(100% - 10px)
    );
    position: absolute;
}header .nav-learn-dSAQv:hover {
    transform: translateY(-3px) scale(1.03);
    background: rgba(255, 255, 255, 0.2);
}header .nav-study-IZUkj {
    z-index: 1;
    display: block;
    transition: all 0.3s ease;
    position: relative;
}header .nav-study-IZUkj img {
    max-height: 40px;
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}header .nav-expert-gYLOM {
    z-index: 2;
    position: relative;
    list-style: none;
    margin: 0;
    display: flex;
    padding: 0;
}header .page-header-RQmZB {
    position: relative;
    margin: 0 0.5rem;
}header .page-header-RQmZB a {
    clip-path: polygon(
        10px 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% calc(100% - 10px),
        calc(100% - 10px) 100%,
        10px 100%,
        0 calc(100% - 10px),
        0 10px
    );
    padding: 0 1.2rem;
    font-weight: 600;
    color: #ffffff;
    border: 1px solid transparent;
    overflow: hidden;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    transition: all 0.3s ease;
    height: 40px;
    justify-content: center;
    font-size: 17px;
    position: relative;
    align-items: center;
}header .page-header-RQmZB a::before {
    width: 100%;
    transition: left 0.7s ease;
    left: -100%;
    top: 0;
    height: 100%;
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    content: '';
}header .page-header-RQmZB a:hover {
    border-color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.2);
}header .page-header-RQmZB a:hover::before {
    left: 100%;
}header .page-header-RQmZB::after {
    height: 2px;
    left: 50%;
    bottom: -5px;
    position: absolute;
    content: '';
    transform: translateX(-50%);
    background: #ffffff;
    width: 0;
    transition: width 0.3s ease;
}header .page-header-RQmZB:hover::after {
    width: 80%;
}header .head-info-VtvXo::before {
    height: 40px;
    border-right: none;
    width: 40px;
    opacity: 0.5;
    right: 10px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    top: 10px;
    content: '';
    position: absolute;
    border-bottom: none;
}header .head-info-VtvXo::after {
    opacity: 0.5;
    border: 2px solid rgba(255, 255, 255, 0.3);
    height: 40px;
    left: 10px;
    content: '';
    position: absolute;
    bottom: 10px;
    width: 40px;
    border-top: none;
    border-left: none;
}header .header-tutor-fFpwm {
    position: relative;
    margin-top: -15px;
    background: rgb(240,215,210);
    padding-top: 2rem;
    z-index: 1;
}@keyframes pulse {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}

header::after {
    content: '';
    right: 15px;
    background: #ffffff;
    animation: pulse 2s infinite;
    top: 15px;
    height: 8px;
    box-shadow: 0 0 10px #ffffff;
    width: 8px;
    position: absolute;
    border-radius: 50%;
}

@media (min-width: 1400px) {header .head-info-VtvXo {
    margin: 0 auto;
    max-width: 1320px;
}header .page-header-RQmZB {
    margin: 0 0.7rem;
}header .page-header-RQmZB a {
    padding: 0 1.5rem;
}
}

@media (max-width: 991px) {header {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            10px 100%, 
            0 calc(100% - 10px)
        );
}header .head-info-VtvXo {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .nav-learn-dSAQv {
    margin-bottom: 0;
    margin-right: 0;
}header .nav-expert-gYLOM {
    margin-top: 1rem;
    justify-content: flex-end;
    flex-basis: 100%;
}header .page-header-RQmZB a {
    font-size: calc(17px - 1px);
    height: 35px;
    padding: 0 1rem;
}header .head-info-VtvXo::before,
    header .head-info-VtvXo::after {
    display: none;
}.header-tutor-fFpwm {
    margin-top: -10px;
}
}

@media (max-width: 767px) {header {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 5px), 
            calc(100% - 5px) 100%, 
            5px 100%, 
            0 calc(100% - 5px)
        );
    padding: 0;
}header .head-info-VtvXo {
    padding: 0.8rem 1.5rem;
}header .nav-learn-dSAQv {
    clip-path: polygon(
            0 0,
            calc(100% - 5px) 0,
            100% 5px,
            100% 100%,
            5px 100%,
            0 calc(100% - 5px)
        );
    padding: 0.5rem 0.8rem;
}header .nav-study-IZUkj img {
    max-height: 35px;
}header .nav-expert-gYLOM {
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
    padding-bottom: 0.5rem;
    overflow-x: auto;
    margin-top: 0.8rem;
    scrollbar-width: thin;
}header .nav-expert-gYLOM::-webkit-scrollbar {
    height: 3px;
}header .nav-expert-gYLOM::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}header .page-header-RQmZB {
    flex: 0 0 auto;
    margin: 0 0.25rem;
}header .page-header-RQmZB a {
    font-size: calc(17px - 2px);
    clip-path: polygon(
            5px 0,
            calc(100% - 5px) 0,
            100% 5px,
            100% calc(100% - 5px),
            calc(100% - 5px) 100%,
            5px 100%,
            0 calc(100% - 5px),
            0 5px
        );
    height: 32px;
    padding: 0 0.8rem;
    white-space: nowrap;
}header .page-header-RQmZB::after {
    display: none;
}header::after {
    top: 10px;
    width: 5px;
    height: 5px;
    right: 10px;
}.header-tutor-fFpwm {
    margin-top: -5px;
}
}

@media (max-width: 479px) {header .head-info-VtvXo {
    padding: 0.7rem 1.2rem;
}header .nav-learn-dSAQv {
    padding: 0.4rem 0.6rem;
    max-width: 120px;
}header .page-header-RQmZB a {
    height: 30px;
    font-size: calc(17px - 3px);
    padding: 0 0.6rem;
}}.learning-system-myxvZ {
    position: relative;
    padding: 8rem 2rem;
    background: rgb(240,215,210);
    overflow: hidden;
}.learning-system-myxvZ::before {
    left: -30%;
    position: absolute;
    z-index: 0;
    width: 100%;
    opacity: 0.25;
    filter: blur(120px);
    content: "";
    top: -30%;
    border-radius: 50%;
    animation: floatCircle 15s infinite alternate ease-in-out;
    height: 100%;
    background: rgb(212,160,150,0.5);
}.learning-system-myxvZ::after {
    position: absolute;
    animation: floatCircle 15s infinite alternate-reverse ease-in-out;
    background: rgb(183,117,102,0.5);
    border-radius: 50%;
    content: "";
    opacity: 0.25;
    bottom: -30%;
    height: 100%;
    width: 100%;
    z-index: 0;
    right: -30%;
    filter: blur(120px);
}.learning-system-myxvZ .why-trust-NsCxT {
    gap: 3rem;
    margin: 0 auto;
    align-items: center;
    display: grid;
    z-index: 1;
    max-width: 1200px;
    position: relative;
    grid-template-columns: 1fr 1fr;
}.learning-system-myxvZ h3 {
    font-size: 33px;
    position: relative;
    margin: 0;
    padding: 0;
    color: #000000;
    animation: slideInLeft 0.8s ease-out forwards;
    font-weight: 700;
}.learning-system-myxvZ h3::before {
    border-radius: 10px;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(212,160,150), rgb(183,117,102));
    top: -1rem;
    transform: scaleX(0);
    left: 0;
    width: 4rem;
    content: "";
    height: 4px;
    animation: expandLine 1s 0.4s forwards ease-out;
    position: absolute;
}.learning-system-myxvZ h3::after {
    width: 2rem;
    animation: expandLine 1s 0.6s forwards ease-out;
    position: absolute;
    content: "";
    border-radius: 10px;
    bottom: -1rem;
    background: rgb(212,160,150,0.5);
    transform: scaleX(0);
    left: 0;
    height: 4px;
    transform-origin: left;
}.learning-system-myxvZ span {
    font-size: 18px;
    position: relative;
    padding: 2rem;
    line-height: 1.8;
    color: #000000;
    animation: slideInRight 0.8s ease-out forwards;
    border-left: 2px solid rgb(183,117,102,0.5);
}.learning-system-myxvZ span::before {
    animation: pulse 3s infinite;
    width: 8px;
    height: 8px;
    content: "";
    border-radius: 50%;
    left: -5px;
    top: 0;
    background: rgb(183,117,102);
    position: absolute;
}.learning-system-myxvZ span::after {
    background: rgb(212,160,150);
    width: 8px;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    height: 8px;
    left: -5px;
    content: "";
    animation: pulse 3s 1.5s infinite;
}

@keyframes floatCircle {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(15%, 15%);
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes expandLine {
    to {
        transform: scaleX(1);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.7;
    }
}

@media (max-width: 992px) {.learning-system-myxvZ {
    padding: 6rem 2rem;
}.learning-system-myxvZ .why-trust-NsCxT {
    gap: 2rem;
}.learning-system-myxvZ h3 {
    font-size: calc(33px * 0.9);
}.learning-system-myxvZ span {
    padding: 1.5rem;
}
}

@media (max-width: 768px) {.learning-system-myxvZ {
    padding: 5rem 1.5rem;
}.learning-system-myxvZ .why-trust-NsCxT {
    gap: 2rem;
    grid-template-columns: 1fr;
}.learning-system-myxvZ h3 {
    text-align: center;
    font-size: calc(33px * 0.8);
}.learning-system-myxvZ h3::before,
    .learning-system-myxvZ h3::after {
    transform: translateX(-50%) scaleX(0);
    left: 50%;
}.learning-system-myxvZ span {
    font-size: calc(18px * 0.95);
    border-top: 2px solid rgb(183,117,102,0.5);
    padding: 1.5rem;
    border-left: none;
}.learning-system-myxvZ span::before,
    .learning-system-myxvZ span::after {
    transform: translateX(-50%);
    left: 50%;
}.learning-system-myxvZ span::before {
    top: -5px;
    left: 50%;
}.learning-system-myxvZ span::after {
    top: -5px;
    left: calc(50% + 15px);
    bottom: auto;
}@keyframes expandLine {
        to {
            transform: translateX(-50%) scaleX(1);
        }
    }
    
    @keyframes pulse {
        0%, 100% {
            transform: translateX(-50%) scale(1);
            opacity: 1;
        }
        50% {
            transform: translateX(-50%) scale(1.5);
            opacity: 0.7;
        }
    }
}.offer-card-LWBUa {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.offer-card-LWBUa::before {
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    bottom: 0;
    z-index: 1;
}.offer-card-LWBUa .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 2;
}.price-choices-giBcX {
    position: relative;
}.offer-card-LWBUa h2 {
    position: relative;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.6s ease;
    font-size: 37px;
    opacity: 1;
    font-weight: 700;
    transform: translateY(0);
    letter-spacing: 0.5px;
    text-align: center;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
    color: #ffffff;
    margin-bottom: 25px;
}.offer-card-LWBUa h2::after {
    transform: scaleX(1);
    height: 3px;
    margin: 20px auto 0;
    transition: transform 0.4s ease;
    content: "";
    display: block;
    background: linear-gradient(90deg, rgb(183,117,102), rgb(212,160,150));
    width: 80px;
}.offer-card-LWBUa:hover h2::after {
    transform: scaleX(1.2);
}.offer-card-LWBUa .program-fees-VAfTJ {
    line-height: 1.6;
    color: #ffffff;
    font-size: calc(16px + 2px);
    margin: 0 auto 60px;
    opacity: 0.9;
    text-align: center;
    text-shadow: 0 1px 3px rgba(0,0,0,0.2);
    max-width: 800px;
}.offer-card-LWBUa .learning-rates-hKCao {
    display: grid;
    gap: 30px;
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
    list-style: none;
}.offer-card-LWBUa .learning-rates-hKCao li {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    margin: 0;
}.offer-card-LWBUa .learning-rates-hKCao li:hover {
    transform: translateY(-10px);
    z-index: 10;
}.offer-card-LWBUa .indv-cost-yXvRG {
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    background: linear-gradient(145deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.02) 100%);
    position: relative;
    height: 100%;
    transition: all 0.4s ease;
    -webkit-backdrop-filter: blur(10px);
    overflow: hidden;
    display: block;
    text-decoration: none;
}.offer-card-LWBUa .indv-cost-yXvRG::before {
    opacity: 0;
    position: absolute;
    transition: opacity 0.5s ease;
    width: 100%;
    height: 100%;
    left: 0;
    content: "";
    background: linear-gradient(230deg, rgb(183,117,102,0.5) 0%, transparent 80%);
    top: 0;
}.offer-card-LWBUa .indv-cost-yXvRG:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    border-color: rgba(255,255,255,0.2);
}.offer-card-LWBUa .indv-cost-yXvRG:hover::before {
    opacity: 0.2;
}.offer-card-LWBUa .learn-price-oriID {
    position: relative;
    padding: 40px 30px;
    z-index: 2;
}.offer-card-LWBUa .cost-breakdown-xoyTD {
    height: 100%;
    flex-direction: column;
    display: flex;
}.offer-card-LWBUa .cost-breakdown-xoyTD h4 {
    padding-bottom: 15px;
    color: #ffffff;
    font-weight: 600;
    position: relative;
    transition: transform 0.3s ease;
    font-size: calc(19px + 2px);
    margin-bottom: 20px;
    margin-top: 0;
}.offer-card-LWBUa .cost-breakdown-xoyTD h4::after {
    transition: width 0.4s ease;
    height: 2px;
    position: absolute;
    bottom: 0;
    content: "";
    left: 0;
    width: 40px;
    background: rgb(212,160,150);
}.offer-card-LWBUa .indv-cost-yXvRG:hover .cost-breakdown-xoyTD h4::after {
    width: 60px;
}.offer-card-LWBUa .cost-breakdown-xoyTD p {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.6;
    transition: color 0.3s ease;
    flex-grow: 1;
    color: rgba(255,255,255,0.85);
    position: relative;
}.offer-card-LWBUa .indv-cost-yXvRG:hover .cost-breakdown-xoyTD p {
    color: #ffffff;
}.offer-card-LWBUa .edu-deals-lWjHn {
    position: relative;
    font-weight: 700;
    background-clip: text !important;
    display: inline-block;
    padding: 10px 0;
    background: linear-gradient(90deg, rgb(183,117,102) 0%, rgb(212,160,150) 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text !important;
    margin-top: auto;
    color: #ffffff;
    transition: transform 0.3s ease;
    font-size: calc(19px + 4px);
}.offer-card-LWBUa .edu-deals-lWjHn::before {
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, rgb(183,117,102) 0%, transparent 100%);
    height: 1px;
    position: absolute;
    bottom: 0;
    content: "";
}.offer-card-LWBUa .indv-cost-yXvRG:hover .edu-deals-lWjHn {
    transform: scale(1.05);
}

@media (max-width: 992px) {.offer-card-LWBUa {
    padding: 90px 0;
}.offer-card-LWBUa .learning-rates-hKCao {
    grid-template-columns: repeat(2, 1fr);
}.offer-card-LWBUa .learn-price-oriID {
    padding: 30px 25px;
}
}

@media (max-width: 768px) {.offer-card-LWBUa {
    padding: 70px 0;
}.offer-card-LWBUa h2 {
    font-size: calc(37px - 4px);
}.offer-card-LWBUa .program-fees-VAfTJ {
    font-size: 16px;
    margin-bottom: 40px;
}.offer-card-LWBUa .learning-rates-hKCao {
    gap: 20px;
    grid-template-columns: 1fr;
}.offer-card-LWBUa .learn-price-oriID {
    padding: 25px 20px;
}.offer-card-LWBUa .edu-deals-lWjHn {
    font-size: calc(19px + 2px);
}
}

@media (max-width: 480px) {.offer-card-LWBUa {
    padding: 60px 0;
}.offer-card-LWBUa h2 {
    font-size: calc(37px - 6px);
}.offer-card-LWBUa .cost-breakdown-xoyTD h4 {
    font-size: 19px;
}.offer-card-LWBUa .cost-breakdown-xoyTD p {
    font-size: calc(16px - 1px);
}}.course-instructor-kMFIK {
    position: relative;
    padding: 8rem 0;
    overflow: hidden;
    background: linear-gradient(160deg, rgb(240,215,210) 0%, #000000 100%);
    min-height: 700px;
}.course-instructor-kMFIK::before {
    background: 
        radial-gradient(circle at 80% 20%, rgb(212,160,150,0.5) 0%, transparent 35%),
        radial-gradient(circle at 20% 80%, rgb(183,117,102,0.5) 0%, transparent 35%);
    top: 0;
    left: 0;
    opacity: 0.4;
    content: "";
    height: 100%;
    position: absolute;
    animation: breatheGlow 15s ease-in-out infinite alternate;
    width: 100%;
    filter: blur(70px);
    z-index: 1;
}.course-instructor-kMFIK .container {
    position: relative;
    padding: 0 2rem;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
}.course-instructor-kMFIK .testimonial-feedback-LwZAN {
    border-radius: 19px;
    padding: 3rem;
    overflow: hidden;
    grid-template-columns: 1.2fr 0.8fr;
    backdrop-filter: blur(15px);
    min-height: 580px;
    position: relative;
    display: grid;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    grid-template-rows: auto 1fr;
    gap: 30px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
}.course-instructor-kMFIK .testimonial-feedback-LwZAN::before {
    opacity: 0.2;
    background: linear-gradient(135deg, transparent, rgb(212,160,150,0.5), transparent);
    background-size: 200% 200%;
    animation: shimmerEffect 10s ease-in-out infinite;
    position: absolute;
    top: 0;
    content: "";
    z-index: -1;
    width: 100%;
    left: 0;
    height: 100%;
}.course-instructor-kMFIK .img-responsive-JaPZH {
    transition: all 0.7s cubic-bezier(0.2, 1, 0.3, 1);
    grid-column: 2;
    z-index: 3;
    border-radius: 19px;
    height: 100%;
    transform: scale(1) rotate(0deg);
    filter: contrast(1.1) brightness(1.05);
    position: relative;
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.4);
    grid-row: 1 / span 2;
}.course-instructor-kMFIK .testimonial-feedback-LwZAN:hover .img-responsive-JaPZH {
    box-shadow: 30px 30px 60px rgba(0, 0, 0, 0.5);
    transform: scale(1.05) rotate(2deg);
}.course-instructor-kMFIK .img-responsive-JaPZH::before {
    border-radius: inherit;
    position: absolute;
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, 0.2);
    content: "";
    box-sizing: border-box;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
}.course-instructor-kMFIK .name {
    position: relative;
    z-index: 4;
    font-size: 30px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    grid-column: 1;
    color: #ffffff;
    margin: 0;
    grid-row: 1;
    transform: translateX(0);
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
    font-weight: 700;
}.course-instructor-kMFIK .testimonial-feedback-LwZAN:hover .name {
    transform: translateX(10px);
}.course-instructor-kMFIK .name::after {
    height: 3px;
    width: 0;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(212,160,150), rgb(183,117,102));
    content: "";
    transition: width 0.6s ease;
    position: absolute;
    left: 0;
}.course-instructor-kMFIK .testimonial-feedback-LwZAN:hover .name::after {
    width: 120px;
}.course-instructor-kMFIK .testimonial-feedback-LwZAN span:not(.name) {
    color: rgb(183,117,102);
    width: max-content;
    transform: translateX(0);
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
    background: rgba(0, 0, 0, 0.2);
    font-weight: 600;
    backdrop-filter: blur(10px);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    grid-row: 1;
    margin-top: 4rem;
    grid-column: 1;
    border-radius: 10px;
    z-index: 3;
    padding: 0.7rem 1.5rem;
    font-size: 21px;
}.course-instructor-kMFIK .testimonial-feedback-LwZAN:hover span:not(.name) {
    background: rgba(0, 0, 0, 0.3);
    transform: translateX(10px);
}.course-instructor-kMFIK .emp-back-GXuwe {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    grid-column: 1;
    position: relative;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
    padding: 2rem;
    color: #ffffff;
    border-radius: 19px;
    font-size: 18px;
    line-height: 1.8;
    grid-row: 2;
    transform: translateY(0);
    border-left: 4px solid rgb(183,117,102);
    backdrop-filter: blur(10px);
    z-index: 2;
    transition: all 0.7s cubic-bezier(0.2, 1, 0.3, 1);
    overflow: hidden;
}.course-instructor-kMFIK .testimonial-feedback-LwZAN:hover .emp-back-GXuwe {
    transform: translateY(-10px);
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.4);
}.course-instructor-kMFIK .emp-back-GXuwe::before {
    animation: shimmerEffect 5s ease-in-out infinite;
    left: 0;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    height: 100%;
    content: "";
    position: absolute;
    background-size: 200% 200%;
    width: 100%;
    top: 0;
    z-index: -1;
}.course-instructor-kMFIK .container::after {
    width: 400px;
    z-index: -1;
    animation: rotateGlow 25s linear infinite;
    background: conic-gradient(from 135deg, rgb(212,160,150,0.5) 0%, rgb(183,117,102,0.5) 50%, rgb(212,160,150,0.5) 100%);
    opacity: 0.2;
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    left: -200px;
    content: "";
    bottom: -200px;
    height: 400px;
}

@keyframes breatheGlow {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
}

@keyframes shimmerEffect {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

@keyframes rotateGlow {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 992px) {.course-instructor-kMFIK .testimonial-feedback-LwZAN {
    padding: 2rem;
    gap: 20px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
}.course-instructor-kMFIK .img-responsive-JaPZH {
    grid-column: 1;
    height: 350px;
    grid-row: 1;
}.course-instructor-kMFIK .name {
    margin: 0;
    grid-column: 1;
    grid-row: 2;
}.course-instructor-kMFIK .testimonial-feedback-LwZAN span:not(.name) {
    grid-column: 1;
    grid-row: 2;
    margin-top: 3.5rem;
}.course-instructor-kMFIK .emp-back-GXuwe {
    grid-column: 1;
    grid-row: 3;
}.course-instructor-kMFIK .testimonial-feedback-LwZAN:hover .name,
    .course-instructor-kMFIK .testimonial-feedback-LwZAN:hover span:not(.name) {
    transform: translateY(-5px);
}
}

@media (max-width: 576px) {.course-instructor-kMFIK {
    padding: 5rem 0;
}.course-instructor-kMFIK .testimonial-feedback-LwZAN {
    padding: 1.5rem;
}.course-instructor-kMFIK .img-responsive-JaPZH {
    height: 250px;
}.course-instructor-kMFIK .name {
    font-size: 21px;
}.course-instructor-kMFIK .testimonial-feedback-LwZAN span:not(.name) {
    padding: 0.6rem 1rem;
    font-size: 18px;
    margin-top: 3rem;
}.course-instructor-kMFIK .emp-back-GXuwe {
    font-size: calc(18px * 0.9);
    padding: 1.5rem;
    line-height: 1.6;
}}.who-we-are-jUrva {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: rgb(240,215,210);
}.who-we-are-jUrva::before {
    animation: gridMove 40s linear infinite;
    z-index: 1;
    position: absolute;
    background: 
        linear-gradient(90deg, transparent 95%, rgb(212,160,150,0.5) 95%),
        linear-gradient(0deg, transparent 95%, rgb(212,160,150,0.5) 95%);
    height: 100%;
    opacity: 0.2;
    width: 100%;
    content: "";
    left: 0;
    background-size: 30px 30px;
    top: 0;
}@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

.who-we-are-jUrva::after {
    filter: blur(60px);
    position: absolute;
    top: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(212,160,150,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(183,117,102,0.5) 0%, transparent 50%);
    z-index: 1;
    animation: bgPulse 20s infinite alternate;
    width: 100%;
    opacity: 0.3;
    content: "";
    left: 0;
    height: 100%;
}@keyframes bgPulse {
    0% {
        opacity: 0.2;
        filter: blur(60px);
    }
    50% {
        opacity: 0.3;
        filter: blur(80px);
    }
    100% {
        opacity: 0.2;
        filter: blur(60px);
    }
}

.who-we-are-jUrva .container {
    position: relative;
    z-index: 2;
}.who-we-are-jUrva .why-trust-NsCxT {
    position: relative;
}.who-we-are-jUrva h3 {
    backdrop-filter: blur(10px);
    padding: 20px 30px;
    display: inline-block;
    border-left: 4px solid rgb(212,160,150);
    font-size: 35px;
    border-radius: 0 23px 23px 0;
    margin-bottom: 60px;
    position: relative;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05);
    color: #000000;
    font-weight: 700;
}.who-we-are-jUrva h3::before {
    left: -2px;
    width: 4px;
    top: 20px;
    animation: pulseHeight 3s infinite alternate;
    height: calc(100% - 40px);
    content: "";
    position: absolute;
    background: rgb(183,117,102);
}@keyframes pulseHeight {
    0% {
        height: calc(100% - 40px);
        top: 20px;
    }
    100% {
        height: calc(100% - 60px);
        top: 30px;
    }
}

.who-we-are-jUrva .study-guides-KRYXQ {
    position: relative;
    gap: 30px;
    margin-bottom: 70px;
    grid-template-columns: 1fr 1fr;
    display: grid;
}.who-we-are-jUrva .study-guides-KRYXQ span {
    top: -40px;
    font-weight: 600;
    transform: translateY(-50%);
    font-size: 22px;
    position: absolute;
    background: rgb(212,160,150);
    left: 0;
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    z-index: 5;
    border-radius: 10px;
    padding: 10px 20px;
}.who-we-are-jUrva .study-guides-KRYXQ p {
    height: 100%;
    line-height: 1.8;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    padding: 40px;
    display: flex;
    color: #000000;
    backdrop-filter: blur(10px);
    font-size: 16px;
    border-radius: 23px;
    align-items: center;
    border-left: 3px solid rgb(212,160,150);
    background: rgba(255, 255, 255, 0.8);
}.who-we-are-jUrva .study-guides-KRYXQ .img-responsive-JaPZH {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-radius: 23px;
    height: 450px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    position: relative;
}.who-we-are-jUrva .study-guides-KRYXQ .img-responsive-JaPZH::before {
    width: 100%;
    z-index: 2;
    position: absolute;
    content: "";
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
}.who-we-are-jUrva .impact-stats-RmEcU {
    gap: 30px;
    display: grid;
    position: relative;
    grid-template-columns: 1fr 1fr;
}.who-we-are-jUrva .impact-stats-RmEcU::before {
    top: -35px;
    content: "";
    position: absolute;
    width: 200px;
    height: 1px;
    background: linear-gradient(to right, rgb(212,160,150,0.5), rgb(183,117,102,0.5));
    left: calc(50% - 100px);
}.who-we-are-jUrva .impact-stats-RmEcU p {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    height: 100%;
    font-size: 16px;
    display: flex;
    padding: 40px;
    line-height: 1.8;
    border-right: 3px solid rgb(183,117,102);
    background: rgba(255, 255, 255, 0.8);
    align-items: center;
    color: #000000;
    border-radius: 23px;
    backdrop-filter: blur(10px);
}.who-we-are-jUrva .impact-stats-RmEcU .skill-sessions-cLVBx {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%, 0 15%);
    position: relative;
    overflow: hidden;
    border-radius: 23px;
    height: 450px;
}.who-we-are-jUrva .impact-stats-RmEcU .skill-sessions-cLVBx::before {
    position: absolute;
    width: 100%;
    background: linear-gradient(225deg, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
    height: 100%;
    z-index: 2;
    content: "";
    left: 0;
    top: 0;
}.who-we-are-jUrva .impact-stats-RmEcU .skill-sessions-cLVBx::after {
    content: "";
    animation: shine 6s infinite;
    width: 50%;
    height: 100%;
    z-index: 3;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    top: 0;
    position: absolute;
    transform: skewX(-25deg);
}@keyframes shine {
    0% {
        left: -100%;
    }
    20%, 100% {
        left: 200%;
    }
}

.who-we-are-jUrva .study-guides-KRYXQ::after,
.who-we-are-jUrva .impact-stats-RmEcU::after {
    z-index: -1;
    content: "";
    height: 50px;
    width: 50px;
    opacity: 0.7;
    animation: rotateFadeIn 10s infinite linear;
    border: 1px solid rgb(212,160,150,0.5);
    border-radius: 10px;
    position: absolute;
}@keyframes rotateFadeIn {
    0% {
        transform: rotate(0deg) scale(1);
        opacity: 0.3;
    }
    50% {
        transform: rotate(180deg) scale(1.5);
        opacity: 0.7;
    }
    100% {
        transform: rotate(360deg) scale(1);
        opacity: 0.3;
    }
}

.who-we-are-jUrva .study-guides-KRYXQ::after {
    border-color: rgb(212,160,150,0.5);
    right: -25px;
    top: -25px;
}.who-we-are-jUrva .impact-stats-RmEcU::after {
    left: -25px;
    border-color: rgb(183,117,102,0.5);
    bottom: -25px;
}.who-we-are-jUrva .why-trust-NsCxT::before,
.who-we-are-jUrva .why-trust-NsCxT::after {
    width: 120px;
    position: absolute;
    animation: floatAnimation 15s infinite alternate ease-in-out;
    filter: blur(40px);
    opacity: 0.15;
    border-radius: 50%;
    height: 120px;
    z-index: -1;
    content: "";
}@keyframes floatAnimation {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(20px, -20px);
    }
    100% {
        transform: translate(-20px, 20px);
    }
}

.who-we-are-jUrva .why-trust-NsCxT::before {
    top: 20%;
    background: rgb(212,160,150);
    left: -60px;
}.who-we-are-jUrva .why-trust-NsCxT::after {
    bottom: 20%;
    right: -60px;
    animation-delay: 2s;
    background: rgb(183,117,102);
}

@media screen and (max-width: 1199px) {.who-we-are-jUrva {
    padding: 100px 0;
}.who-we-are-jUrva h3 {
    margin-bottom: 50px;
    padding: 15px 25px;
    font-size: calc(35px - 0.2rem);
}.who-we-are-jUrva .study-guides-KRYXQ {
    margin-bottom: 60px;
}.who-we-are-jUrva .study-guides-KRYXQ p,
    .who-we-are-jUrva .impact-stats-RmEcU p {
    padding: 30px;
}.who-we-are-jUrva .study-guides-KRYXQ .img-responsive-JaPZH,
    .who-we-are-jUrva .impact-stats-RmEcU .skill-sessions-cLVBx {
    height: 400px;
}
}

@media screen and (max-width: 991px) {.who-we-are-jUrva {
    padding: 80px 0;
}.who-we-are-jUrva h3 {
    font-size: calc(35px - 0.4rem);
    padding: 12px 20px;
    margin-bottom: 40px;
}.who-we-are-jUrva .study-guides-KRYXQ,
    .who-we-are-jUrva .impact-stats-RmEcU {
    gap: 25px;
}.who-we-are-jUrva .study-guides-KRYXQ {
    margin-bottom: 50px;
}.who-we-are-jUrva .study-guides-KRYXQ span {
    top: -35px;
    padding: 8px 15px;
    font-size: calc(22px - 0.2rem);
}.who-we-are-jUrva .study-guides-KRYXQ p,
    .who-we-are-jUrva .impact-stats-RmEcU p {
    padding: 25px;
    font-size: calc(16px - 0.1rem);
}.who-we-are-jUrva .study-guides-KRYXQ .img-responsive-JaPZH,
    .who-we-are-jUrva .impact-stats-RmEcU .skill-sessions-cLVBx {
    height: 350px;
}.who-we-are-jUrva .study-guides-KRYXQ::after,
    .who-we-are-jUrva .impact-stats-RmEcU::after {
    width: 40px;
    height: 40px;
}.who-we-are-jUrva .why-trust-NsCxT::before,
    .who-we-are-jUrva .why-trust-NsCxT::after {
    filter: blur(30px);
    width: 80px;
    height: 80px;
}
}

@media screen and (max-width: 767px) {.who-we-are-jUrva {
    padding: 60px 0;
}.who-we-are-jUrva::before {
    background-size: 20px 20px;
}.who-we-are-jUrva h3 {
    width: 100%;
    font-size: calc(35px - 0.6rem);
    border-radius: 23px;
    text-align: center;
    margin-bottom: 40px;
}.who-we-are-jUrva .study-guides-KRYXQ,
    .who-we-are-jUrva .impact-stats-RmEcU {
    gap: 20px;
    grid-template-columns: 1fr;
}.who-we-are-jUrva .study-guides-KRYXQ {
    margin-bottom: 40px;
}.who-we-are-jUrva .study-guides-KRYXQ span {
    left: 20px;
}.who-we-are-jUrva .study-guides-KRYXQ p,
    .who-we-are-jUrva .impact-stats-RmEcU p {
    padding: 20px;
    border-width: 2px;
}.who-we-are-jUrva .study-guides-KRYXQ .img-responsive-JaPZH,
    .who-we-are-jUrva .impact-stats-RmEcU .skill-sessions-cLVBx {
    height: 300px;
}.who-we-are-jUrva .impact-stats-RmEcU p {
    order: 2;
}.who-we-are-jUrva .impact-stats-RmEcU .skill-sessions-cLVBx {
    order: 1;
}.who-we-are-jUrva .why-trust-NsCxT::before,
    .who-we-are-jUrva .why-trust-NsCxT::after {
    height: 60px;
    width: 60px;
    filter: blur(20px);
}.who-we-are-jUrva::after {
    filter: blur(40px);
}
}

@media screen and (max-width: 575px) {.who-we-are-jUrva {
    padding: 50px 0;
}.who-we-are-jUrva::before {
    background-size: 15px 15px;
}.who-we-are-jUrva h3 {
    margin-bottom: 35px;
    padding: 10px 15px;
    font-size: calc(35px - 0.8rem);
}.who-we-are-jUrva h3::before {
    left: -1px;
    width: 2px;
}.who-we-are-jUrva .study-guides-KRYXQ span {
    top: -30px;
    left: 10px;
    font-size: calc(22px - 0.4rem);
    padding: 6px 12px;
}.who-we-are-jUrva .study-guides-KRYXQ,
    .who-we-are-jUrva .impact-stats-RmEcU {
    gap: 15px;
}.who-we-are-jUrva .study-guides-KRYXQ {
    margin-bottom: 35px;
}.who-we-are-jUrva .study-guides-KRYXQ p,
    .who-we-are-jUrva .impact-stats-RmEcU p {
    padding: 15px;
    font-size: calc(16px - 0.2rem);
}.who-we-are-jUrva .study-guides-KRYXQ .img-responsive-JaPZH,
    .who-we-are-jUrva .impact-stats-RmEcU .skill-sessions-cLVBx {
    height: 250px;
}.who-we-are-jUrva .study-guides-KRYXQ .img-responsive-JaPZH {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 90% 100%, 0 100%);
}.who-we-are-jUrva .impact-stats-RmEcU .skill-sessions-cLVBx {
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 10%);
}.who-we-are-jUrva .study-guides-KRYXQ::after,
    .who-we-are-jUrva .impact-stats-RmEcU::after {
    width: 30px;
    height: 30px;
}
}

@media screen and (min-width: 1400px) {.who-we-are-jUrva .study-guides-KRYXQ .img-responsive-JaPZH,
    .who-we-are-jUrva .impact-stats-RmEcU .skill-sessions-cLVBx {
    height: 500px;
}.who-we-are-jUrva .study-guides-KRYXQ p,
    .who-we-are-jUrva .impact-stats-RmEcU p {
    padding: 50px;
}}.contact-lrsHV {
    background: linear-gradient(135deg, rgb(212,160,150,0.5) 0%, rgb(183,117,102,0.5) 100%);
    z-index: 1;
    overflow: hidden;
    padding: 90px 0;
    position: relative;
}.contact-lrsHV::before {
    opacity: 0.6;
    height: 100%;
    filter: blur(60px);
    width: 100%;
    z-index: -1;
    border-radius: 50%;
    transform: scale(2);
    content: "";
    position: absolute;
    right: -50%;
    top: -50%;
    background: radial-gradient(circle, rgb(212,160,150,0.5) 0%, transparent 70%);
}.contact-lrsHV::after {
    z-index: -1;
    width: 80%;
    filter: blur(80px);
    bottom: -30%;
    position: absolute;
    left: -20%;
    border-radius: 50%;
    content: "";
    height: 80%;
    background: radial-gradient(circle, rgb(183,117,102,0.5) 0%, transparent 70%);
    opacity: 0.5;
}.contact-lrsHV .container {
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
    position: relative;
    padding: 0 15px;
}.contact-lrsHV .contact-details-dNghE {
    border-radius: 29px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(20px);
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    padding: 50px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    overflow: hidden;
}.contact-lrsHV .contact-details-dNghE::before {
    position: absolute;
    z-index: 1;
    height: 1px;
    right: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
    left: 0;
    content: "";
    top: 0;
}.contact-lrsHV .contact-details-dNghE::after {
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    left: 0;
    position: absolute;
    z-index: 1;
    height: 1px;
    content: "";
    right: 0;
}.contact-lrsHV h2 {
    font-size: 29px;
    margin-bottom: 30px;
    position: relative;
    font-weight: 700;
    color: #000000;
}.contact-lrsHV p {
    color: #000000;
    max-width: 700px;
    line-height: 1.7;
    margin-bottom: 40px;
    font-size: 18px;
}.contact-lrsHV .support-request-BRynL {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}.contact-lrsHV .edu-asknow-wqmFy {
    text-decoration: none;
    display: flex;
    border-radius: 10px;
    color: #000000;
    font-weight: 400;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.4);
    transition: all 0.3s ease;
    font-size: 18px;
    background: rgba(255, 255, 255, 0.3);
    align-items: center;
    backdrop-filter: blur(10px);
    overflow: hidden;
    padding: 16px 25px;
}.contact-lrsHV .edu-asknow-wqmFy::before {
    background: rgba(255, 255, 255, 0.2);
    height: 100%;
    position: absolute;
    transition: all 0.6s ease;
    top: 0;
    transform: skewX(-25deg) translateX(-60px);
    width: 50px;
    left: 0;
    content: "";
}.contact-lrsHV .edu-asknow-wqmFy:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    background: rgba(255, 255, 255, 0.4);
}.contact-lrsHV .edu-asknow-wqmFy:hover::before {
    transform: skewX(-25deg) translateX(200px);
}.contact-lrsHV .edu-asknow-wqmFy svg {
    transition: transform 0.3s ease;
    height: 22px;
    width: 22px;
    margin-right: 12px;
}.contact-lrsHV .edu-asknow-wqmFy:hover svg {
    transform: scale(1.15);
}.contact-lrsHV .edu-asknow-wqmFy svg path {
    fill: rgb(212,160,150);
    transition: fill 0.3s ease;
}.contact-lrsHV .edu-asknow-wqmFy:hover svg path {
    fill: #000000;
}.contact-lrsHV p svg {
    margin-right: 10px;
    height: 20px;
    width: 20px;
}.contact-lrsHV p svg path {
    fill: rgb(212,160,150);
}.contact-lrsHV p:nth-last-child(2) {
    margin-bottom: 30px;
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 10px;
    width: fit-content;
    backdrop-filter: blur(10px);
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.3);
    align-items: center;
}@keyframes floating {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

.contact-lrsHV .container::before {
    width: 120px;
    right: 10%;
    top: -60px;
    height: 120px;
    border-radius: 50%;
    content: "";
    animation: floating 6s ease-in-out infinite;
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    z-index: -1;
}.contact-lrsHV .container::after {
    left: 15%;
    bottom: -40px;
    width: 80px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    animation-delay: 1s;
    animation: floating 8s ease-in-out infinite;
    z-index: -1;
    height: 80px;
    position: absolute;
    content: "";
}

@media (max-width: 991px) {.contact-lrsHV {
    padding: 70px 0;
}.contact-lrsHV .contact-details-dNghE {
    padding: 40px 30px;
}.contact-lrsHV h2 {
    font-size: calc(29px * 0.9);
    margin-bottom: 25px;
}.contact-lrsHV p {
    margin-bottom: 30px;
}.contact-lrsHV .support-request-BRynL {
    gap: 15px;
}
}

@media (max-width: 767px) {.contact-lrsHV {
    padding: 50px 0;
}.contact-lrsHV .contact-details-dNghE {
    padding: 30px 20px;
}.contact-lrsHV h2 {
    margin-bottom: 20px;
    font-size: calc(29px * 0.85);
}.contact-lrsHV p {
    font-size: calc(18px * 0.95);
    margin-bottom: 25px;
}.contact-lrsHV .support-request-BRynL {
    gap: 12px;
    flex-direction: column;
}.contact-lrsHV .edu-asknow-wqmFy {
    width: 100%;
    padding: 14px 20px;
}.contact-lrsHV .edu-asknow-wqmFy svg {
    width: 20px;
    margin-right: 10px;
    height: 20px;
}.contact-lrsHV .container::before,
  .contact-lrsHV .container::after {
    display: none;
}}

.contact-lrsHV .edu-asknow-wqmFy:active {
    transform: translateY(0);
    background: rgba(255, 255, 255, 0.5);
}.contact-lrsHV .edu-asknow-wqmFy:nth-child(1) {
    animation: floating 6s ease-in-out infinite;
}.contact-lrsHV .edu-asknow-wqmFy:nth-child(2) {
    animation-delay: 0.3s;
    animation: floating 6s ease-in-out infinite;
}.contact-lrsHV .edu-asknow-wqmFy:nth-child(3) {
    animation-delay: 0.6s;
    animation: floating 6s ease-in-out infinite;
}.contact-form-box-mZuMy {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: rgb(240,215,210);
}.contact-form-box-mZuMy::before {
    height: 5px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(212,160,150), rgb(183,117,102));
    content: "";
}.contact-form-box-mZuMy .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    z-index: 1;
}.contact-form-box-mZuMy h2 {
    color: #000000;
    font-size: 35px;
    text-align: left;
    position: relative;
    font-weight: 700;
    padding-left: 20px;
    margin-bottom: 60px;
    font-family: Arial, sans-serif;
    display: inline-block;
}.contact-form-box-mZuMy h2::before {
    width: 5px;
    top: 0;
    border-radius: 10px;
    position: absolute;
    background: rgb(212,160,150);
    height: 100%;
    left: 0;
    content: "";
}.contact-form-box-mZuMy .connect-grid-FTtEo {
    align-items: center;
    gap: 60px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}.contact-form-box-mZuMy .img-responsive-JaPZH {
    box-shadow: -15px 15px 0 rgb(212,160,150,0.5);
    order: 2;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    min-height: 500px;
}.contact-form-box-mZuMy .connect-request-rvtPB {
    order: 1;
}.contact-form-box-mZuMy form {
    background: #ffffff;
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 50px;
}.contact-form-box-mZuMy form h3 {
    color: #000000;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 35px;
}.contact-form-box-mZuMy form input[type="text"] {
    background: rgb(240,215,210);
    transition: all 0.3s ease;
    width: 100%;
    padding: 18px 25px;
    border: none;
    color: #000000;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    font-size: 17px;
    margin-bottom: 25px;
}.contact-form-box-mZuMy form input[type="text"]:focus {
    outline: none;
    background: #ffffff;
    box-shadow: 0 0 0 2px rgb(212,160,150,0.5);
}.contact-form-box-mZuMy form input[type="text"]::placeholder {
    opacity: 0.5;
    color: #000000;
}.contact-form-box-mZuMy .inquiry-message-oZbeV {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}.contact-form-box-mZuMy .inquiry-message-oZbeV input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact-form-box-mZuMy .inquiry-message-oZbeV label {
    cursor: pointer;
    padding-left: 35px;
    font-size: 13px;
    line-height: 1.5;
    color: #000000;
    position: relative;
}.contact-form-box-mZuMy .inquiry-message-oZbeV label::before {
    top: 2px;
    transition: all 0.2s ease;
    position: absolute;
    height: 22px;
    border-radius: 10px;
    width: 22px;
    background: rgb(240,215,210);
    content: "";
    left: 0;
}.contact-form-box-mZuMy .inquiry-message-oZbeV input[type="checkbox"]:checked + label::before {
    background: rgb(212,160,150);
}.contact-form-box-mZuMy .inquiry-message-oZbeV input[type="checkbox"]:checked + label::after {
    left: 8px;
    border-bottom: 2px solid #ffffff;
    position: absolute;
    transform: rotate(45deg);
    width: 6px;
    top: 6px;
    border-right: 2px solid #ffffff;
    height: 10px;
    content: "";
}.contact-form-box-mZuMy .inquiry-message-oZbeV label a {
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgb(212,160,150);
}.contact-form-box-mZuMy .inquiry-message-oZbeV label a:hover {
    color: rgb(183,117,102);
}.contact-form-box-mZuMy form .connect-support-GAcVa {
    font-size: 18px;
    position: relative;
    padding: 18px 40px;
    display: inline-block;
    background: #000000;
    transition: all 0.3s ease;
    font-weight: 600;
    border-radius: 10px;
    overflow: hidden;
    border: none;
    color: #ffffff;
    font-family: Arial, sans-serif;
    cursor: pointer;
}.contact-form-box-mZuMy form .connect-support-GAcVa:hover {
    background: rgb(212,160,150);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}.contact-form-box-mZuMy svg {
    height: 20px;
    width: 20px;
    fill: rgb(212,160,150);
}.contact-form-box-mZuMy svg path {
    fill: rgb(212,160,150);
    transition: fill 0.3s ease;
}

@media screen and (max-width: 991px) {.contact-form-box-mZuMy {
    padding: 90px 0;
}.contact-form-box-mZuMy .connect-grid-FTtEo {
    grid-template-columns: 1fr;
    gap: 40px;
}.contact-form-box-mZuMy .img-responsive-JaPZH {
    margin: 0 auto;
    min-height: 400px;
    order: 1;
    max-width: 600px;
}.contact-form-box-mZuMy .connect-request-rvtPB {
    order: 2;
}.contact-form-box-mZuMy form {
    max-width: 600px;
    margin: 0 auto;
}
}

@media screen and (max-width: 767px) {.contact-form-box-mZuMy {
    padding: 70px 0;
}.contact-form-box-mZuMy h2 {
    margin-bottom: 40px;
    font-size: calc(35px * 0.9);
}.contact-form-box-mZuMy .img-responsive-JaPZH {
    min-height: 300px;
    box-shadow: -10px 10px 0 rgb(212,160,150,0.5);
    width: 100%;
}.contact-form-box-mZuMy form {
    padding: 40px 30px;
}
}

@media screen and (max-width: 576px) {.contact-form-box-mZuMy {
    padding: 50px 0;
}.contact-form-box-mZuMy h2 {
    font-size: calc(35px * 0.8);
    margin-bottom: 30px;
}.contact-form-box-mZuMy .img-responsive-JaPZH {
    min-height: 250px;
    box-shadow: -8px 8px 0 rgb(212,160,150,0.5);
}.contact-form-box-mZuMy form {
    padding: 30px 20px;
}.contact-form-box-mZuMy form h3 {
    margin-bottom: 25px;
    font-size: calc(24px * 0.9);
}.contact-form-box-mZuMy form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.contact-form-box-mZuMy form .connect-support-GAcVa {
    width: 100%;
    padding: 15px 20px;
}}.potential-enrollees-ixzMU {
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
    background-color: rgb(240,215,210);
}.potential-enrollees-ixzMU::before {
    left: 0;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 20%, #ffffff 0%, transparent 25%),
        radial-gradient(circle at 80% 80%, rgb(183,117,102,0.5) 0%, transparent 30%),
        radial-gradient(circle at 50% 50%, rgb(212,160,150,0.5) 0%, transparent 40%);
    content: '';
    opacity: 0.2;
    z-index: 1;
    position: absolute;
    top: 0;
    height: 100%;
}.potential-enrollees-ixzMU::after {
    opacity: 0.1;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    position: absolute;
    z-index: 1;
    height: 100%;
    background: linear-gradient(135deg, #ffffff 0%, transparent 100%);
}.potential-enrollees-ixzMU .why-trust-NsCxT {
    position: relative;
    padding: 0 2rem;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}.potential-enrollees-ixzMU h3 {
    letter-spacing: 2px;
    color: rgb(212,160,150);
    position: relative;
    font-weight: 300;
    font-size: 45px;
    text-align: center;
    margin-bottom: 4rem;
}.potential-enrollees-ixzMU h3::after {
    border-radius: 50px;
    background: linear-gradient(90deg, transparent, rgb(212,160,150), transparent);
    position: absolute;
    opacity: 0.8;
    content: '';
    bottom: -15px;
    height: 3px;
    transform: translateX(-50%);
    left: 50%;
    width: 80px;
}.potential-enrollees-ixzMU ul {
    list-style-type: none;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    margin: 0;
    padding: 0;
    gap: 2.5rem;
}.potential-enrollees-ixzMU li {
    background-color: rgba(255, 255, 255, 0.9);
    align-items: center;
    display: flex;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    padding: 2.5rem 2rem;
    backdrop-filter: blur(10px);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 26px;
    flex-direction: column;
    text-align: center;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.02);
}.potential-enrollees-ixzMU li::before {
    height: 100%;
    transition: opacity 0.5s ease;
    background: 
        radial-gradient(circle at 90% 10%, rgb(212,160,150,0.5) 0%, transparent 30%),
        radial-gradient(circle at 10% 90%, rgb(183,117,102,0.5) 0%, transparent 30%);
    top: 0;
    content: '';
    z-index: -1;
    position: absolute;
    opacity: 0.1;
    width: 100%;
    left: 0;
}.potential-enrollees-ixzMU li::after {
    z-index: -1;
    opacity: 0;
    content: '';
    transition: all 0.5s ease;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.8) 0%, transparent 60%);
    height: 200%;
    position: absolute;
    width: 200%;
    left: -50%;
    top: -50%;
    transform: scale(0.8);
}.potential-enrollees-ixzMU li:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.1),
        0 10px 25px rgba(0, 0, 0, 0.05);
    border-color: rgb(212,160,150,0.5);
}.potential-enrollees-ixzMU li:hover::before {
    opacity: 0.2;
}.potential-enrollees-ixzMU li:hover::after {
    transform: scale(1);
    opacity: 0.1;
}.potential-enrollees-ixzMU li svg {
    height: 70px;
    fill: rgb(183,117,102);
    width: 70px;
    filter: drop-shadow(0 3px 6px rgb(183,117,102,0.5));
    margin-bottom: 1.5rem;
    animation: float 8s ease-in-out infinite;
    transition: all 0.5s ease;
}.potential-enrollees-ixzMU li:hover svg {
    fill: rgb(212,160,150);
    filter: drop-shadow(0 8px 15px rgb(212,160,150,0.5));
    transform: translateY(-5px);
}.potential-enrollees-ixzMU li svg path {
    transition: all 0.5s ease;
}.potential-enrollees-ixzMU li:hover svg path {
    fill: rgb(212,160,150);
}.potential-enrollees-ixzMU li {
    font-size: calc(13px * 1.1);
    line-height: 1.7;
    margin-top: 1rem;
    color: #000000;
    font-weight: 300;
}.potential-enrollees-ixzMU li:nth-child(1) {
    animation-delay: 0s;
}.potential-enrollees-ixzMU li:nth-child(2) {
    animation-delay: 0.3s;
}.potential-enrollees-ixzMU li:nth-child(3) {
    animation-delay: 0.6s;
}.potential-enrollees-ixzMU li:nth-child(4) {
    animation-delay: 0.9s;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.05);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 991px) {.potential-enrollees-ixzMU {
    padding: 5rem 0;
}.potential-enrollees-ixzMU h3 {
    font-size: calc(45px * 0.8);
    margin-bottom: 3rem;
}.potential-enrollees-ixzMU ul {
    gap: 2rem;
}.potential-enrollees-ixzMU li {
    padding: 2rem 1.5rem;
}.potential-enrollees-ixzMU li svg {
    height: 60px;
    margin-bottom: 1.2rem;
    width: 60px;
}
}

@media (max-width: 767px) {.potential-enrollees-ixzMU {
    padding: 4rem 0;
}.potential-enrollees-ixzMU h3 {
    margin-bottom: 2.5rem;
    letter-spacing: 1px;
    font-size: calc(45px * 0.7);
}.potential-enrollees-ixzMU ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.potential-enrollees-ixzMU li {
    padding: 1.8rem 1.2rem;
}.potential-enrollees-ixzMU li svg {
    height: 50px;
    width: 50px;
    margin-bottom: 1rem;
}}.patent-info-VaGhq {
    color: #ffffff;
    padding: 6rem 0 4rem;
    position: relative;
    z-index: 1;
}.patent-info-VaGhq::before {
    width: 100%;
    z-index: -1;
    content: "";
    background: #000000;
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
    opacity: 0.85;
}.patent-info-VaGhq::after {
    height: 100%;
    opacity: 0.15;
    left: 0;
    content: "";
    animation: gridAnimate 15s linear infinite;
    background-size: 30px 30px;
    z-index: -1;
    width: 100%;
    position: absolute;
    top: 0;
    background: 
        linear-gradient(rgba(rgb(212,160,150), 0.2) 1px, transparent 1px),
        linear-gradient(90deg, rgba(rgb(212,160,150), 0.2) 1px, transparent 1px);
    background-position: center;
}@keyframes gridAnimate {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

.patent-info-VaGhq .container {
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 2rem;
    display: grid;
}.patent-info-VaGhq .company_holder {
    grid-column: 1 / 5;
    grid-row: 1;
    position: relative;
}.patent-info-VaGhq .company_holder::before {
    opacity: 0.7;
    top: -20px;
    content: "";
    border-top: 2px solid rgb(212,160,150);
    position: absolute;
    width: 60px;
    border-left: 2px solid rgb(212,160,150);
    left: -20px;
    height: 60px;
}.patent-info-VaGhq .company_holder::after {
    bottom: -20px;
    border-bottom: 2px solid rgb(212,160,150);
    position: absolute;
    border-right: 2px solid rgb(212,160,150);
    content: "";
    right: -20px;
    height: 60px;
    opacity: 0.7;
    width: 60px;
}.patent-info-VaGhq .company_holder h3 {
    position: relative;
    font-weight: 700;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    font-size: 31px;
    display: inline-block;
    background: linear-gradient(90deg, #ffffff, rgb(212,160,150));
    margin-bottom: 1.5rem;
}.patent-info-VaGhq .company_holder h3::after {
    bottom: -5px;
    height: 2px;
    content: "";
    position: absolute;
    left: 0;
    background: rgb(212,160,150);
    box-shadow: 0 0 10px rgb(212,160,150);
    width: 30%;
}.patent-info-VaGhq .online-tools-nLsBa {
    opacity: 0.8;
    font-size: 13px;
    line-height: 1.6;
    color: #ffffff;
    margin-top: 1.5rem;
}.patent-info-VaGhq .badge-case-vIFGY {
    grid-row: 1;
    grid-column: 6 / 13;
    display: flex;
    justify-content: flex-end;
}.patent-info-VaGhq .nav-class-ENPZD {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 3rem;
}.patent-info-VaGhq .nav-expert-gYLOM {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    position: relative;
    backdrop-filter: blur(4px);
    padding: 1.5rem;
    border-radius: 10px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}.patent-info-VaGhq .nav-expert-gYLOM:hover {
    transform: translateY(-5px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.02) 100%);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
}.patent-info-VaGhq .nav-expert-gYLOM::before {
    top: 0;
    height: 0;
    position: absolute;
    transition: height 0.3s ease;
    background: rgb(212,160,150);
    width: 3px;
    content: "";
    left: 0;
}.patent-info-VaGhq .nav-expert-gYLOM:hover::before {
    height: 100%;
}.patent-info-VaGhq .nav-expert-gYLOM h5 {
    font-size: 19px;
    position: relative;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: rgb(183,117,102);
    letter-spacing: 1px;
    padding-left: 1rem;
}.patent-info-VaGhq .nav-expert-gYLOM h5::before {
    width: 5px;
    position: absolute;
    transform: translateY(-50%);
    content: "";
    box-shadow: 0 0 10px rgb(212,160,150);
    background: rgb(212,160,150);
    top: 50%;
    border-radius: 50%;
    height: 5px;
    left: 0;
}.patent-info-VaGhq .nav-expert-gYLOM .nav-class-ENPZD {
    gap: 0.7rem;
    flex-direction: column;
    display: flex;
}.patent-info-VaGhq .nav-expert-gYLOM .nav-class-ENPZD a {
    opacity: 0.7;
    z-index: 1;
    text-decoration: none;
    padding: 0.4rem 1rem;
    color: #ffffff;
    transition: all 0.3s ease;
    border-radius: 10px;
    overflow: hidden;
    font-size: 13px;
    position: relative;
}.patent-info-VaGhq .nav-expert-gYLOM .nav-class-ENPZD a::before {
    transition: transform 0.3s ease;
    height: 100%;
    transform: translateX(-100%);
    width: 100%;
    z-index: -1;
    background: linear-gradient(90deg, rgba(rgb(212,160,150,0.5), 0.1), transparent);
    top: 0;
    left: 0;
    content: "";
    position: absolute;
}.patent-info-VaGhq .nav-expert-gYLOM .nav-class-ENPZD a:hover {
    opacity: 1;
    color: #ffffff;
    padding-left: 1.5rem;
}.patent-info-VaGhq .nav-expert-gYLOM .nav-class-ENPZD a:hover::before {
    transform: translateX(0);
}.zoom-meet-fBrFc {
    position: relative;
    margin-top: 4rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(0, 0, 0, 0.5);
    padding: 1.5rem 0;
    grid-row: 2;
    grid-column: 1 / 13;
}.zoom-meet-fBrFc::before {
    transform: translateX(-50%);
    height: 1px;
    width: 60%;
    content: "";
    left: 50%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(212,160,150), transparent);
    position: absolute;
}.zoom-meet-fBrFc .container {
    justify-content: center;
    display: flex;
    align-items: center;
}.zoom-meet-fBrFc .whatsapp-grp-luYIf {
    text-align: center;
    letter-spacing: 0.5px;
    color: #ffffff;
    font-size: 14px;
    opacity: 0.7;
}

@media screen and (max-width: 992px) {.patent-info-VaGhq .container {
    grid-template-columns: repeat(1, 1fr);
}.patent-info-VaGhq .company_holder {
    grid-column: 1;
    grid-row: 1;
}.patent-info-VaGhq .badge-case-vIFGY {
    margin-top: 2rem;
    grid-column: 1;
    grid-row: 2;
}.zoom-meet-fBrFc {
    grid-row: 3;
    margin-top: 3rem;
}
}

@media screen and (max-width: 768px) {.patent-info-VaGhq {
    padding: 4rem 0 3rem;
}.patent-info-VaGhq .nav-class-ENPZD {
    gap: 2rem;
    grid-template-columns: 1fr;
}.patent-info-VaGhq .nav-expert-gYLOM {
    padding: 1.2rem;
}.patent-info-VaGhq .nav-expert-gYLOM h5 {
    font-size: calc(19px * 0.9);
}.patent-info-VaGhq .company_holder::before,
    .patent-info-VaGhq .company_holder::after {
    height: 40px;
    width: 40px;
}
}

@media screen and (max-width: 576px) {.patent-info-VaGhq {
    padding: 3rem 0 2rem;
}.patent-info-VaGhq .company_holder h3 {
    font-size: calc(31px * 0.9);
}.patent-info-VaGhq .online-tools-nLsBa {
    font-size: calc(13px * 0.9);
}.patent-info-VaGhq .nav-expert-gYLOM .nav-class-ENPZD a {
    font-size: calc(13px * 0.9);
}.zoom-meet-fBrFc {
    padding: 1rem 0;
    margin-top: 2rem;
}
}