* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}.cert-block-bMune {
    flex: 0 0 auto;
}html,body {
    height: 100%;
    font-family: Arial, sans-serif;
    scroll-behavior: smooth;
    color: #000000;
    min-height: 100%;
}.viewport-container-NhTSD {
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}a {
    color: inherit;
    text-decoration: none;
}header,footer {
    width: 100%;
}.head-section-jlkar {
    flex: 1 0 auto;
}svg {
    height: 30px;
    width: 30px;
}.container {
    width: 1210px;
    margin: auto;
    max-width: 100%;
}::-webkit-scrollbar {
    width: 6px;
}::-webkit-scrollbar-track {
    border-radius: 3px;
    background: repeating-radial-gradient(circle at center, rgb(231,219,227), rgb(231,219,227) 14px, #ffffff 14px, #ffffff 18px);
}::-webkit-scrollbar-thumb {
    transition: border-radius 5s cubic-bezier(0.42, 0, 0.58, 1);
    background: linear-gradient(341deg, #ffffff 18%, rgb(179,148,169,0.5) 80%, rgb(207,184,199) 9%, rgb(207,184,199,0.5) 66%, rgb(231,219,227) 10%);
    border: 2px dotted rgb(255, 255, 255, 0.5);
    border-radius: 9999px;
}::-webkit-scrollbar-thumb:hover {
    box-shadow: 0px -3px 4px 0px rgba(0, 0, 0, 0.8);
    background: rgb(179,148,169,0.5);
}::-webkit-scrollbar-thumb:active {
    background: rgb(179,148,169,0.5);
}::-webkit-scrollbar-corner {
    background: rgb(231,219,227);
}html {
    scrollbar-color: rgb(231,219,227) #ffffff;
    scrollbar-width: auto;
}

@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.ty-banner-WOZfy {
    background: linear-gradient(135deg, #ffffff 0%, rgb(231,219,227) 100%);
    position: relative;
    padding: 120px 0 80px;
    overflow: hidden;
}.ty-banner-WOZfy::before {
    animation: float 12s ease-in-out infinite alternate;
    filter: blur(40px);
    z-index: 1;
    background: linear-gradient(145deg, rgb(179,148,169,0.5) 0%, transparent 80%);
    transform: rotate(-15deg) skew(10deg);
    top: -10%;
    width: 40%;
    content: "";
    position: absolute;
    left: -5%;
    opacity: 0.4;
    height: 70%;
}.ty-banner-WOZfy::after {
    bottom: -5%;
    filter: blur(30px);
    position: absolute;
    transform: rotate(10deg) skew(-5deg);
    height: 60%;
    z-index: 1;
    width: 35%;
    right: -5%;
    opacity: 0.3;
    content: "";
    animation: float 15s ease-in-out infinite alternate-reverse;
    background: linear-gradient(215deg, rgb(207,184,199,0.5) 0%, transparent 70%);
}.ty-banner-WOZfy .container {
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    z-index: 3;
    max-width: 1200px;
}.ty-banner-WOZfy h2 {
    opacity: 0;
    position: relative;
    font-size: 35px;
    margin-bottom: 40px;
    letter-spacing: -0.02em;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    animation: fadeUp 0.8s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    color: #000000;
    font-family: Arial, sans-serif;
    transform: translateY(20px);
}.ty-banner-WOZfy h2::after {
    background: linear-gradient(90deg, rgb(207,184,199) 0%, rgb(179,148,169) 100%);
    animation: expand 1.5s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    left: 50%;
    bottom: -15px;
    opacity: 0;
    width: 80px;
    height: 3px;
    content: "";
    transform: translateX(-50%);
    position: absolute;
    transform-origin: center;
}.ty-banner-WOZfy .learn-experts-XULHF {
    opacity: 0;
    background: #ffffff;
    transform: translateY(30px);
    padding: 50px 40px;
    animation: fadeUp 0.8s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}.ty-banner-WOZfy .learn-experts-XULHF::before {
    animation: growDown 1s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    width: 5px;
    height: 100%;
    content: "";
    transform-origin: top;
    top: 0;
    position: absolute;
    transform: scaleY(0);
    left: 0;
    background: linear-gradient(to bottom, rgb(207,184,199), rgb(179,148,169));
}.ty-banner-WOZfy ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.ty-banner-WOZfy li {
    padding-left: 25px;
    position: relative;
}.ty-banner-WOZfy li::before {
    height: 8px;
    transform: scale(0);
    background: rgb(179,148,169);
    content: "";
    position: absolute;
    border-radius: 50%;
    animation: popIn 0.5s 1s forwards cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 8px;
    top: 10px;
    left: 0;
}.ty-banner-WOZfy span {
    animation: fadeUp 0.8s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    font-weight: 400;
    display: block;
    line-height: 1.8;
    transform: translateY(10px);
    font-family: Arial, sans-serif;
    font-size: 17px;
    color: #000000;
}

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

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

@keyframes expand {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 80px;
    opacity: 1;
  }
}

@keyframes growDown {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}

@keyframes float {
  0% {
    transform: translate(0, 0) rotate(-15deg) skew(10deg);
  }
  100% {
    transform: translate(10px, 20px) rotate(-5deg) skew(5deg);
  }
}

@media (max-width: 1024px) {.ty-banner-WOZfy {
    padding: 100px 0 70px;
}.ty-banner-WOZfy h2 {
    font-size: calc(35px * 0.9);
}.ty-banner-WOZfy .learn-experts-XULHF {
    padding: 40px 35px;
}
}

@media (max-width: 768px) {.ty-banner-WOZfy {
    padding: 80px 0 60px;
}.ty-banner-WOZfy h2 {
    font-size: calc(35px * 0.8);
    margin-bottom: 35px;
}.ty-banner-WOZfy h2::after {
    width: 60px;
    bottom: -12px;
}.ty-banner-WOZfy .learn-experts-XULHF {
    padding: 35px 30px;
}.ty-banner-WOZfy span {
    font-size: calc(17px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 576px) {.ty-banner-WOZfy {
    padding: 60px 0 50px;
}.ty-banner-WOZfy h2 {
    font-size: calc(35px * 0.7);
    margin-bottom: 30px;
    line-height: 1.4;
}.ty-banner-WOZfy h2::after {
    bottom: -10px;
    width: 50px;
    height: 2px;
}.ty-banner-WOZfy .learn-experts-XULHF {
    padding: 30px 20px;
}.ty-banner-WOZfy li {
    padding-left: 20px;
}.ty-banner-WOZfy li::before {
    top: 12px;
    width: 6px;
    height: 6px;
}.ty-banner-WOZfy span {
    line-height: 1.6;
    font-size: calc(17px * 0.9);
}@keyframes expand {
    100% {
      width: 50px;
    }
  }
}.company-info-EoZdm {
    overflow: hidden;
    position: relative;
    background: rgb(231,219,227);
    padding: 120px 0;
}.company-info-EoZdm::before {
    content: "";
    bottom: 0;
    left: 0;
    top: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgb(207,184,199,0.5) 0%, transparent 50%);
    right: 0;
    position: absolute;
}.company-info-EoZdm::after {
    width: 100%;
    height: 100%;
    position: absolute;
    background: radial-gradient(circle at 70% 30%, rgb(179,148,169,0.5) 0%, transparent 60%);
    left: 0;
    content: "";
    z-index: 2;
    animation: pulse 15s infinite alternate;
    top: 0;
}.company-info-EoZdm .container {
    position: relative;
    z-index: 10;
}.company-info-EoZdm .learn-experts-XULHF {
    display: flex;
    gap: 60px;
    flex-direction: column;
    position: relative;
}.company-info-EoZdm .learn-experts-XULHF::before {
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, transparent, rgb(207,184,199), transparent);
    left: 50%;
    transform: translateX(-50%);
    height: 85%;
    z-index: -1;
    top: 80px;
    width: 2px;
}.company-info-EoZdm h3 {
    color: rgb(207,184,199);
    transition: transform 0.5s ease;
    font-size: 33px;
    margin-bottom: 40px;
    font-weight: 700;
    position: relative;
    transform: perspective(1000px) rotateX(0deg);
    text-align: center;
}.company-info-EoZdm h3::after {
    border-radius: 10px;
    position: absolute;
    height: 3px;
    background: rgb(207,184,199);
    transform: translateX(-50%);
    left: 50%;
    width: 80px;
    bottom: -15px;
    content: "";
}.company-info-EoZdm h3:hover {
    transform: perspective(1000px) rotateX(5deg);
}.company-info-EoZdm .academy-learnings-qcLag {
    position: relative;
    backdrop-filter: blur(10px);
    display: grid;
    align-items: center;
    padding: 40px;
    gap: 40px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-left: 3px solid rgb(207,184,199);
    grid-template-columns: 1fr 1fr;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.company-info-EoZdm .academy-learnings-qcLag::before {
    content: "";
    animation: float 8s infinite ease-in-out;
    position: absolute;
    top: -100px;
    border-radius: 50%;
    height: 200px;
    background: radial-gradient(circle, rgb(207,184,199,0.5) 0%, transparent 70%);
    right: -100px;
    width: 200px;
}.company-info-EoZdm .academy-learnings-qcLag:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.company-info-EoZdm .academy-learnings-qcLag span {
    position: relative;
    color: rgb(207,184,199);
    font-weight: 600;
    padding-left: 15px;
    font-size: 20px;
    grid-column: 1 / 2;
    display: block;
    margin-bottom: 20px;
}.company-info-EoZdm .academy-learnings-qcLag span::before {
    border-radius: 10px;
    position: absolute;
    height: 100%;
    background: rgb(207,184,199);
    content: "";
    top: 0;
    left: 0;
    width: 5px;
}.company-info-EoZdm .academy-learnings-qcLag p {
    font-size: 13px;
    line-height: 1.8;
    position: relative;
    grid-column: 1 / 2;
    color: #000000;
}.company-info-EoZdm .academy-learnings-qcLag .cover-image-xUQrK {
    border-radius: 22px;
    overflow: hidden;
    position: relative;
    grid-row: 1 / 3;
    grid-column: 2 / 3;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    height: 350px;
}.company-info-EoZdm .academy-learnings-qcLag .cover-image-xUQrK::before {
    z-index: 1;
    content: "";
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 60%);
    height: 100%;
    width: 100%;
    position: absolute;
}.company-info-EoZdm .academy-learnings-qcLag .cover-image-xUQrK::after {
    width: 100%;
    top: 0;
    left: 0;
    height: 5px;
    content: "";
    background: linear-gradient(to right, rgb(207,184,199), rgb(179,148,169));
    position: absolute;
}.company-info-EoZdm .academy-learnings-qcLag .cover-image-xUQrK:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    transform: scale(1.02);
}.company-info-EoZdm .training-classes-ZOvBj {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-radius: 22px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    gap: 40px;
    position: relative;
    grid-template-columns: 1fr 1fr;
    backdrop-filter: blur(10px);
    display: grid;
    align-items: center;
    background: rgba(255, 255, 255, 0.05);
    padding: 40px;
    overflow: hidden;
    border-right: 3px solid rgb(179,148,169);
}.company-info-EoZdm .training-classes-ZOvBj::before {
    height: 200px;
    border-radius: 50%;
    bottom: -100px;
    left: -100px;
    width: 200px;
    content: "";
    position: absolute;
    animation: float 8s infinite ease-in-out reverse;
    background: radial-gradient(circle, rgb(179,148,169,0.5) 0%, transparent 70%);
}.company-info-EoZdm .training-classes-ZOvBj:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.company-info-EoZdm .training-classes-ZOvBj p {
    grid-column: 2 / 3;
    font-size: 13px;
    color: #000000;
    position: relative;
    grid-row: 1 / 2;
    line-height: 1.8;
}.company-info-EoZdm .training-classes-ZOvBj .who-weare-gqBjw {
    grid-column: 1 / 2;
    position: relative;
    overflow: hidden;
    height: 350px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    border-radius: 22px;
    grid-row: 1 / 2;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.company-info-EoZdm .training-classes-ZOvBj .who-weare-gqBjw::before {
    z-index: 1;
    content: "";
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 60%);
    height: 100%;
    width: 100%;
}.company-info-EoZdm .training-classes-ZOvBj .who-weare-gqBjw::after {
    height: 5px;
    content: "";
    background: linear-gradient(to right, rgb(179,148,169), rgb(207,184,199));
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
}.company-info-EoZdm .training-classes-ZOvBj .who-weare-gqBjw:hover {
    transform: scale(1.02);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

@keyframes pulse {
    0% {
        opacity: 0.4;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.4;
    }
}

@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0);
    }
}

@media (max-width: 992px) {.company-info-EoZdm {
    padding: 80px 0;
}.company-info-EoZdm .learn-experts-XULHF::before {
    height: 90%;
}.company-info-EoZdm .academy-learnings-qcLag,
    .company-info-EoZdm .training-classes-ZOvBj {
    grid-template-columns: 1fr;
    gap: 30px;
}.company-info-EoZdm .academy-learnings-qcLag span,
    .company-info-EoZdm .academy-learnings-qcLag p {
    grid-column: 1 / -1;
}.company-info-EoZdm .academy-learnings-qcLag .cover-image-xUQrK {
    height: 300px;
    grid-column: 1 / -1;
    grid-row: 3 / 4;
}.company-info-EoZdm .training-classes-ZOvBj p {
    grid-column: 1 / -1;
    grid-row: 2 / 3;
}.company-info-EoZdm .training-classes-ZOvBj .who-weare-gqBjw {
    grid-column: 1 / -1;
    grid-row: 1 / 2;
    height: 300px;
}
}

@media (max-width: 768px) {.company-info-EoZdm {
    padding: 60px 0;
}.company-info-EoZdm h3 {
    font-size: calc(33px * 0.9);
}.company-info-EoZdm .learn-experts-XULHF {
    gap: 40px;
}.company-info-EoZdm .learn-experts-XULHF::before {
    display: none;
}.company-info-EoZdm .academy-learnings-qcLag,
    .company-info-EoZdm .training-classes-ZOvBj {
    padding: 30px;
}.company-info-EoZdm .academy-learnings-qcLag span {
    font-size: calc(20px * 0.9);
}.company-info-EoZdm .academy-learnings-qcLag .cover-image-xUQrK,
    .company-info-EoZdm .training-classes-ZOvBj .who-weare-gqBjw {
    height: 250px;
}
}

@media (max-width: 576px) {.company-info-EoZdm {
    padding: 40px 0;
}.company-info-EoZdm h3 {
    margin-bottom: 30px;
    font-size: calc(33px * 0.8);
}.company-info-EoZdm .academy-learnings-qcLag,
    .company-info-EoZdm .training-classes-ZOvBj {
    gap: 20px;
    padding: 20px;
}.company-info-EoZdm .academy-learnings-qcLag span {
    margin-bottom: 15px;
}.company-info-EoZdm .academy-learnings-qcLag .cover-image-xUQrK,
    .company-info-EoZdm .training-classes-ZOvBj .who-weare-gqBjw {
    height: 200px;
}}.privacy-shield-jwQZg {
    background-color: rgb(231,219,227);
    padding: 50px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    color: #000000;
    font-family: Arial, sans-serif;
    position: relative;
    overflow: hidden;
}.privacy-shield-jwQZg::before,
.privacy-shield-jwQZg::after {
    border-radius: 50%;
    opacity: 0.1;
    content: '';
    position: absolute;
    background: rgb(207,184,199,0.5);
}.privacy-shield-jwQZg::before {
    width: 200px;
    left: -50px;
    height: 200px;
    top: -50px;
}.privacy-shield-jwQZg::after {
    right: -100px;
    width: 300px;
    height: 300px;
    bottom: -100px;
}.privacy-shield-jwQZg h1,
.privacy-shield-jwQZg h2 {
    padding-left: 40px;
    text-transform: uppercase;
    margin: 20px 0;
    position: relative;
    letter-spacing: 2px;
}.privacy-shield-jwQZg h1::before,
.privacy-shield-jwQZg h2::before {
    background: rgb(207,184,199);
    border-radius: 50%;
    width: 30px;
    position: absolute;
    content: '';
    left: 0;
    height: 30px;
}.privacy-shield-jwQZg h1 {
    font-size: 41px;
    font-weight: 700;
    color: rgb(207,184,199);
}.privacy-shield-jwQZg h2 {
    color: rgb(179,148,169);
    font-weight: 600;
    font-size: 34px;
}.privacy-shield-jwQZg ul {
    margin: 20px 0;
    list-style-type: none;
    counter-reset: custom-counter;
    padding: 0;
}.privacy-shield-jwQZg ul li {
    position: relative;
    padding: 10px 0;
    padding-left: 40px;
    font-weight: 400;
    font-size: 18px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    color: #000000;
}.privacy-shield-jwQZg ul li::before {
    content: counter(custom-counter);
    transform: translateY(-50%);
    width: 30px;
    position: absolute;
    top: 50%;
    font-weight: 700;
    color: #ffffff;
    height: 30px;
    counter-increment: custom-counter;
    align-items: center;
    justify-content: center;
    left: 0;
    display: flex;
    background: rgb(179,148,169);
    border-radius: 50%;
}.privacy-shield-jwQZg p {
    font-weight: 300;
    font-size: 18px;
    color: #000000;
    border-left: 4px solid rgb(207,184,199);
    line-height: 1.8;
    margin: 20px 0;
    position: relative;
    padding-left: 15px;
}.privacy-shield-jwQZg p::before {
    height: 10px;
    border-radius: 50%;
    width: 10px;
    background: rgb(207,184,199);
    content: '';
    left: 0;
    top: 0;
    transform: translate(-50%, -50%);
    position: absolute;
}.privacy-shield-jwQZg .container div {
    position: relative;
    border: 1px dashed rgb(179,148,169,0.5);
    border-radius: 10px;
    padding: 20px;
    margin: 20px 0;
}.privacy-shield-jwQZg .container div::before {
    height: 20px;
    background: rgb(179,148,169);
    width: 20px;
    content: '';
    top: -10px;
    position: absolute;
    border-radius: 50%;
    opacity: 0.5;
    left: -10px;
}.privacy-shield-jwQZg .container div::after {
    border-radius: 50%;
    height: 20px;
    right: -10px;
    background: rgb(179,148,169);
    content: '';
    bottom: -10px;
    opacity: 0.5;
    position: absolute;
    width: 20px;
}
@media only screen and (max-width: 800px) {.privacy-shield-jwQZg {
    padding: 30px;
}.privacy-shield-jwQZg h1 {
    font-size: calc(18px - 8px);
}.privacy-shield-jwQZg h2 {
    font-size: calc(18px - 8px);
}.privacy-shield-jwQZg ul li {
    font-size: calc(18px - 2px);
}.privacy-shield-jwQZg p {
    font-size: calc(18px - 2px);
}}
.consentNotificationBox-fhkAp {
    width: 100%;
    z-index: 90;
    position: fixed;
    background: rgb(179,148,169);
    border-top: 2px solid rgb(207,184,199);
    animation: slideIn 0.5s ease-in-out;
    bottom: 0;
    box-shadow: 0 -10px 30px rgb(207,184,199,0.5);
}@keyframes slideIn {
    from {
        bottom: -100px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}
.track-settings-VejAC {
    background: linear-gradient(135deg, rgb(179,148,169) 0%, rgba(0, 0, 0, 0.5) 100%);
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 0 20px rgb(207,184,199,0.5);
    padding: 20px 5%;
    justify-content: space-between;
}.cookie-frame-JPsgp {
    border-radius: 16px;
    box-shadow: 0 0 15px rgb(207,184,199);
    background: rgba(0, 0, 0, 0.5);
    flex-shrink: 0;
    overflow: hidden;
    margin-right: 20px;
    padding: 10px;
}.cookie-frame-JPsgp svg, .cookie-frame-JPsgp svg path {
    width: 60px;
    fill: rgb(207,184,199);
    transition: transform 0.3s ease;
    height: 60px;
}.cookie-frame-JPsgp:hover svg {
    transform: rotate(20deg);
}.track-edu-vDhUC {
    color: #ffffff;
    min-width: 300px;
    flex: 1;
}.track-edu-vDhUC h5 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    text-shadow: 0 0 10px rgb(207,184,199);
    color: rgb(207,184,199);
}.track-edu-vDhUC p {
    text-shadow: 0 0 5px rgb(207,184,199,0.5);
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 0;
}.cookie-alerts-lIgSf {
    background: rgb(207,184,199);
    text-decoration: none;
    color: #000000;
    padding: 12px 25px;
    white-space: nowrap;
    cursor: pointer;
    font-size: 20px;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(207,184,199,0.5);
    margin-left: 10px;
}.cookie-alerts-lIgSf:hover {
    box-shadow: 0 0 20px rgb(179,148,169,0.5);
    background: rgb(179,148,169);
}.consentNotificationBox-fhkAp p a {
    text-decoration: underline;
    color: rgb(207,184,199);
    transition: color 0.3s ease;
}.consentNotificationBox-fhkAp p a:hover {
    color: rgb(179,148,169);
}#cookiePromptNotice-nowSP {
    display: none;
}#cookiePromptNotice-nowSP:checked ~ .consentNotificationBox-fhkAp {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.consentNotificationBox-fhkAp {
    padding: 20px;
}.track-settings-VejAC {
    padding: 20px 2%;
}
}
@media only screen and (max-width: 800px) {.cookie-frame-JPsgp {
    display: none;
}.track-settings-VejAC {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.track-edu-vDhUC {
    text-align: center;
    margin-bottom: 20px;
}.consentNotificationBox-fhkAp h5, .consentNotificationBox-fhkAp p {
    text-align: center;
}.cookie-alerts-lIgSf {
    margin-top: 10px;
    width: 100%;
    text-align: center;
    margin-left: 0;
}}
.newsletter-LUaKn {
    background: rgb(231,219,227);
    position: relative;
    box-shadow: inset 0 15px 25px -15px rgba(0,0,0,0.1);
    padding: 4rem 0;
    overflow: hidden;
}.newsletter-LUaKn::before {
    transform: rotate(-15deg);
    filter: blur(30px);
    right: -100px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(179,148,169,0.5) 0%, transparent 70%);
    top: -100px;
    position: absolute;
    opacity: 0.6;
    content: "";
    animation: float 15s infinite ease-in-out;
    height: 300px;
    width: 300px;
}.newsletter-LUaKn::after {
    position: absolute;
    border-radius: 50%;
    filter: blur(25px);
    height: 250px;
    bottom: -80px;
    animation: float 18s infinite ease-in-out reverse;
    content: "";
    background: linear-gradient(225deg, rgb(207,184,199,0.5) 0%, transparent 70%);
    left: -80px;
    opacity: 0.5;
    width: 250px;
    transform: rotate(15deg);
}.newsletter-LUaKn .container {
    position: relative;
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}.newsletter-LUaKn .learn-experts-XULHF {
    padding: 3rem;
    box-shadow: 12px 12px 30px rgba(0,0,0,0.06), 
                -12px -12px 30px rgba(255,255,255,0.8),
                inset 3px 3px 10px rgba(255,255,255,0.8),
                inset -3px -3px 10px rgba(0,0,0,0.05);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    border-radius: 16px;
    transform: perspective(1000px) rotateX(2deg);
    background: #ffffff;
}.newsletter-LUaKn .learn-experts-XULHF:hover {
    box-shadow: 15px 15px 35px rgba(0,0,0,0.08), 
                -15px -15px 35px rgba(255,255,255,0.9),
                inset 3px 3px 10px rgba(255,255,255,0.8),
                inset -3px -3px 10px rgba(0,0,0,0.05);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.newsletter-LUaKn h3 {
    text-align: center;
    color: #000000;
    font-weight: 700;
    font-size: calc(20px * 1.1);
    line-height: 1.4;
    margin-bottom: 2rem;
    position: relative;
    padding-bottom: 1rem;
    font-family: Arial, sans-serif;
}.newsletter-LUaKn h3::after {
    border-radius: 3px;
    content: "";
    width: 80px;
    left: 50%;
    transition: width 0.3s ease;
    background: linear-gradient(90deg, rgb(207,184,199), rgb(179,148,169));
    transform: translateX(-50%);
    position: absolute;
    bottom: 0;
    height: 3px;
}.newsletter-LUaKn .learn-experts-XULHF:hover h3::after {
    width: 120px;
}.newsletter-LUaKn .input_holder {
    gap: 1rem;
    z-index: 1;
    grid-template-columns: 1fr auto;
    position: relative;
    display: grid;
    margin-top: 2rem;
}.newsletter-LUaKn .input_holder div {
    flex-grow: 1;
    position: relative;
}.newsletter-LUaKn input[type="email"] {
    box-shadow: inset 3px 3px 8px rgba(0,0,0,0.05),
                inset -3px -3px 8px rgba(255,255,255,0.8);
    font-family: Arial, sans-serif;
    width: 100%;
    height: 54px;
    border: 2px solid rgba(0,0,0,0.04);
    padding: 0 1.5rem;
    font-size: 15px;
    background: rgba(255,255,255,0.9);
    transition: all 0.3s ease;
    color: #000000;
    border-radius: 12px;
}.newsletter-LUaKn input[type="email"]:focus {
    border-color: rgb(207,184,199,0.5);
    outline: none;
    box-shadow: inset 3px 3px 8px rgba(0,0,0,0.05),
                inset -3px -3px 8px rgba(255,255,255,0.8),
                0 0 0 3px rgb(207,184,199,0.5);
    transform: translateY(-2px);
}.newsletter-LUaKn input[type="email"]::placeholder {
    color: rgba(0,0,0,0.3);
    transition: all 0.3s ease;
}.newsletter-LUaKn input[type="email"]:focus::placeholder {
    opacity: 0.5;
    transform: translateX(5px);
}.newsletter-LUaKn .sub-solution-PcCdI {
    border-radius: 12px;
    position: relative;
    height: 54px;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.08),
                -2px -2px 5px rgba(255,255,255,0.5),
                inset 0 0 0 rgba(255,255,255,0.2);
    background: linear-gradient(135deg, rgb(207,184,199), rgb(179,148,169));
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    overflow: hidden;
    color: #ffffff;
    font-family: Arial, sans-serif;
    border: none;
    min-width: 150px;
}.newsletter-LUaKn .sub-solution-PcCdI:hover {
    transform: translateY(-3px);
    box-shadow: 8px 8px 20px rgba(0,0,0,0.1),
                -2px -2px 5px rgba(255,255,255,0.5),
                inset 0 0 0 rgba(255,255,255,0.2);
}.newsletter-LUaKn .sub-solution-PcCdI:active {
    box-shadow: 2px 2px 5px rgba(0,0,0,0.05),
                -1px -1px 3px rgba(255,255,255,0.5),
                inset 2px 2px 5px rgba(0,0,0,0.1);
    transform: translateY(0);
}.newsletter-LUaKn .sub-solution-PcCdI::before {
    transition: all 0.6s ease;
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    position: absolute;
    left: -100%;
    content: "";
    height: 100%;
}.newsletter-LUaKn .sub-solution-PcCdI:hover::before {
    left: 100%;
}

@keyframes float {
    0%, 100% {
        transform: translate(0, 0) rotate(-15deg);
    }
    25% {
        transform: translate(-15px, 15px) rotate(-5deg);
    }
    50% {
        transform: translate(10px, 5px) rotate(-20deg);
    }
    75% {
        transform: translate(15px, -10px) rotate(-10deg);
    }
}

@media (max-width: 992px) {.newsletter-LUaKn .learn-experts-XULHF {
    padding: 2.5rem 2rem;
}.newsletter-LUaKn h3 {
    font-size: 20px;
}
}

@media (max-width: 768px) {.newsletter-LUaKn {
    padding: 3rem 0;
}.newsletter-LUaKn .learn-experts-XULHF {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2rem 1.5rem;
}.newsletter-LUaKn h3 {
    margin-bottom: 1.5rem;
    font-size: calc(18px * 1.2);
    padding-bottom: 0.8rem;
}.newsletter-LUaKn .input_holder {
    grid-template-columns: 1fr;
}.newsletter-LUaKn .sub-solution-PcCdI {
    width: 100%;
}
}

@media (max-width: 576px) {.newsletter-LUaKn {
    padding: 2.5rem 0;
}.newsletter-LUaKn .learn-experts-XULHF {
    padding: 1.8rem 1.2rem;
    box-shadow: 8px 8px 20px rgba(0,0,0,0.06), 
                -8px -8px 20px rgba(255,255,255,0.8),
                inset 2px 2px 5px rgba(255,255,255,0.8),
                inset -2px -2px 5px rgba(0,0,0,0.05);
}.newsletter-LUaKn h3 {
    margin-bottom: 1rem;
    font-size: 18px;
    line-height: 1.5;
    padding-bottom: 0.7rem;
}.newsletter-LUaKn h3::after {
    height: 2px;
    width: 60px;
}.newsletter-LUaKn .learn-experts-XULHF:hover h3::after {
    width: 80px;
}.newsletter-LUaKn input[type="email"] {
    font-size: calc(15px * 0.9);
    height: 50px;
}.newsletter-LUaKn .sub-solution-PcCdI {
    height: 50px;
    min-width: auto;
    font-size: calc(16px * 0.9);
}}.training-specialist-rWjgR {
    background: linear-gradient(170deg, rgb(231,219,227), #ffffff);
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}.training-specialist-rWjgR::before {
    background-color: rgb(207,184,199,0.5);
    content: "";
    position: absolute;
    border-radius: 50%;
    opacity: 0.1;
    top: -200px;
    right: -200px;
    height: 500px;
    width: 500px;
}.training-specialist-rWjgR .container {
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1140px;
}.training-specialist-rWjgR .user-ratings-mAgFZ {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    margin: 0 auto;
    max-width: 800px;
    background-color: #ffffff;
    position: relative;
    flex-direction: column;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    border-radius: 30px;
    padding: 50px;
}.training-specialist-rWjgR .user-ratings-mAgFZ:hover {
    transform: translateY(-10px);
}.training-specialist-rWjgR .user-ratings-mAgFZ::before {
    transform: rotate(45deg);
    position: absolute;
    z-index: -1;
    content: "";
    width: 30px;
    left: 50px;
    height: 30px;
    top: -15px;
    background-color: rgb(179,148,169);
}.training-specialist-rWjgR .user-ratings-mAgFZ::after {
    background-color: rgb(207,184,199);
    transform: rotate(45deg);
    z-index: -1;
    width: 30px;
    right: 50px;
    bottom: -15px;
    content: "";
    position: absolute;
    height: 30px;
}.training-specialist-rWjgR .cover-image-xUQrK {
    height: 120px;
    margin-bottom: 30px;
    width: 120px;
    transition: transform 0.3s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border: 4px solid #ffffff;
    border-radius: 50%;
    align-self: center;
    position: relative;
    overflow: hidden;
}.training-specialist-rWjgR .user-ratings-mAgFZ:hover .cover-image-xUQrK {
    transform: scale(1.05);
}.training-specialist-rWjgR .cover-image-xUQrK::before {
    content: "";
    background: linear-gradient(45deg, transparent 40%, rgb(207,184,199,0.5));
    inset: 0;
    position: absolute;
    opacity: 0;
    transition: opacity 0.3s ease;
}.training-specialist-rWjgR .user-ratings-mAgFZ:hover .cover-image-xUQrK::before {
    opacity: 1;
}.training-specialist-rWjgR .past-experience-yLgeK {
    order: 3;
    border-radius: 30px;
    font-size: 18px;
    color: #000000;
    line-height: 1.8;
    margin: 25px 0 0;
    background-color: rgb(231,219,227);
    position: relative;
    padding: 20px 30px;
}.training-specialist-rWjgR .past-experience-yLgeK::before {
    top: -10px;
    position: absolute;
    content: "";
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgb(231,219,227);
    border-left: 10px solid transparent;
    left: 30px;
}.training-specialist-rWjgR .name {
    padding-bottom: 10px;
    color: #000000;
    position: relative;
    text-align: center;
    display: block;
    order: 1;
    font-size: 24px;
    margin: 5px 0;
    font-weight: 700;
}.training-specialist-rWjgR .name::after {
    bottom: 0;
    height: 2px;
    transform: translateX(-50%);
    background-color: rgb(207,184,199);
    transition: width 0.3s ease;
    left: 50%;
    content: "";
    width: 40px;
    position: absolute;
}.training-specialist-rWjgR .user-ratings-mAgFZ:hover .name::after {
    width: 80px;
}.training-specialist-rWjgR span:not(.name) {
    text-align: center;
    order: 2;
    font-size: calc(18px * 0.9);
    text-transform: uppercase;
    font-weight: 600;
    color: rgb(179,148,169);
    margin-bottom: 15px;
    letter-spacing: 1px;
}

@media (min-width: 768px) {.training-specialist-rWjgR .user-ratings-mAgFZ {
    grid-template-areas: 
            "photo name"
            "photo job"
            "quote quote";
    gap: 10px 30px;
    align-items: center;
    display: grid;
    grid-template-columns: auto 1fr;
}.training-specialist-rWjgR .cover-image-xUQrK {
    margin-bottom: 0;
    width: 180px;
    align-self: start;
    grid-area: photo;
    height: 180px;
}.training-specialist-rWjgR .name {
    grid-area: name;
    font-size: 37px;
    text-align: left;
}.training-specialist-rWjgR .name::after {
    left: 0;
    transform: none;
}.training-specialist-rWjgR span:not(.name) {
    text-align: left;
    margin-bottom: 0;
    grid-area: job;
}.training-specialist-rWjgR .past-experience-yLgeK {
    grid-area: quote;
    margin-top: 30px;
}
}

@media (max-width: 768px) {.training-specialist-rWjgR {
    padding: 70px 0;
}.training-specialist-rWjgR .user-ratings-mAgFZ {
    padding: 40px 30px;
}
}

@media (max-width: 576px) {.training-specialist-rWjgR {
    padding: 50px 0;
}.training-specialist-rWjgR .user-ratings-mAgFZ {
    padding: 30px 20px;
}.training-specialist-rWjgR .past-experience-yLgeK {
    padding: 15px 20px;
    margin-top: 20px;
}}.course-methodology-tpERN {
    overflow: hidden;
    position: relative;
    background: rgb(231,219,227);
    min-height: 65vh;
}.course-methodology-tpERN::before {
    filter: blur(40px);
    content: "";
    left: 0;
    position: absolute;
    background: 
        radial-gradient(circle at 20% 20%, rgb(207,184,199,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 80%, rgb(179,148,169,0.5) 0%, transparent 30%);
    top: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
}.course-methodology-tpERN::after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: repeating-radial-gradient(
        circle at center,
        transparent,
        transparent 50px,
        rgba(255, 255, 255, 0.03) 50px,
        rgba(255, 255, 255, 0.03) 100px
    );
    left: 0;
    top: 0;
    content: "";
    z-index: 2;
}.course-methodology-tpERN .container {
    margin: 0 auto;
    justify-content: center;
    position: relative;
    display: flex;
    padding: 5rem 2rem;
    align-items: center;
    z-index: 5;
    max-width: 1100px;
}.course-methodology-tpERN .learn-experts-XULHF {
    flex-direction: column;
    border-radius: 50%;
    display: flex;
    position: relative;
    max-width: 900px;
    padding: 0;
    align-items: center;
    aspect-ratio: 1/1;
    width: 100%;
    height: 100%;
    justify-content: center;
}.course-methodology-tpERN .learn-experts-XULHF::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    top: 5%;
    width: 90%;
    z-index: -1;
    height: 90%;
    animation: rotateBorder 20s linear infinite;
    border: 2px solid rgb(207,184,199,0.5);
    left: 5%;
}.course-methodology-tpERN .learn-experts-XULHF::after {
    position: absolute;
    width: 80%;
    animation: rotateBorder 15s linear infinite reverse;
    left: 10%;
    border: 1px dashed rgb(179,148,169,0.5);
    content: "";
    top: 10%;
    height: 80%;
    border-radius: 50%;
    z-index: -1;
}.course-methodology-tpERN h3 {
    background: #ffffff;
    position: relative;
    z-index: 2;
    font-weight: 700;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    color: rgb(207,184,199);
    text-align: center;
    max-width: 70%;
    transform: translateY(-20px);
    padding: 1rem 2rem;
    margin: 0 0 1.5rem;
    font-size: 32px;
    border-radius: 25px;
}.course-methodology-tpERN h3::before {
    top: 0;
    border-radius: inherit;
    width: 100%;
    background: linear-gradient(135deg, rgb(207,184,199,0.5), transparent);
    z-index: -1;
    left: 0;
    opacity: 0.2;
    content: "";
    position: absolute;
    height: 100%;
}.course-methodology-tpERN h3::after {
    top: 100%;
    content: "";
    position: absolute;
    width: 2px;
    background: linear-gradient(to bottom, rgb(207,184,199), transparent);
    height: 30px;
    left: 50%;
    transform: translateX(-50%);
}.course-methodology-tpERN span {
    position: relative;
    line-height: 1.7;
    height: auto;
    z-index: 2;
    width: 60%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    text-align: center;
    color: #000000;
    padding: 2rem;
    border-radius: 25px;
    font-size: 12px;
    transform: translateY(20px);
    background: #ffffff;
    display: inline-block;
}.course-methodology-tpERN span::before {
    position: absolute;
    transform: translateX(-50%);
    background: linear-gradient(to top, rgb(179,148,169), transparent);
    width: 2px;
    height: 30px;
    left: 50%;
    bottom: 100%;
    content: "";
}.course-methodology-tpERN span::after {
    opacity: 0.2;
    position: absolute;
    background: linear-gradient(45deg, rgb(179,148,169,0.5), transparent);
    top: 0;
    width: 100%;
    content: "";
    left: 0;
    z-index: -1;
    border-radius: inherit;
    height: 100%;
}

@keyframes rotateBorder {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (min-width: 993px) {.course-methodology-tpERN .learn-experts-XULHF:hover::before,
    .course-methodology-tpERN .learn-experts-XULHF:hover::after {
    animation-play-state: paused;
}.course-methodology-tpERN .learn-experts-XULHF:hover h3,
    .course-methodology-tpERN .learn-experts-XULHF:hover span {
    transform: translateY(0);
    transition: transform 0.5s ease;
}
}

@media (max-width: 992px) {.course-methodology-tpERN {
    min-height: auto;
}.course-methodology-tpERN .container {
    padding: 4rem 1.5rem;
}.course-methodology-tpERN .learn-experts-XULHF {
    gap: 3rem;
    padding: 2rem 0;
    height: auto;
    aspect-ratio: auto;
    border-radius: 0;
}.course-methodology-tpERN .learn-experts-XULHF::before,
    .course-methodology-tpERN .learn-experts-XULHF::after {
    top: 0;
    height: 100%;
    border-radius: 20px;
    left: 0;
    width: 100%;
}.course-methodology-tpERN h3 {
    transform: none;
    font-size: calc(32px * 0.9);
    margin-bottom: 0;
    max-width: 90%;
}.course-methodology-tpERN h3::after {
    display: none;
}.course-methodology-tpERN span {
    transform: none;
    width: 90%;
}.course-methodology-tpERN span::before {
    display: none;
}
}

@media (max-width: 768px) {.course-methodology-tpERN .container {
    padding: 3rem 1.2rem;
}.course-methodology-tpERN .learn-experts-XULHF {
    padding: 1.5rem 0;
    gap: 2rem;
}.course-methodology-tpERN h3 {
    max-width: 100%;
    padding: 0.8rem 1.5rem;
    font-size: calc(32px * 0.8);
}.course-methodology-tpERN span {
    padding: 1.5rem;
    width: 100%;
    font-size: calc(12px * 0.9);
}
}

@media (max-width: 576px) {.course-methodology-tpERN .container {
    padding: 2.5rem 1rem;
}.course-methodology-tpERN .learn-experts-XULHF {
    gap: 1.5rem;
    padding: 1rem 0;
}.course-methodology-tpERN h3 {
    font-size: calc(32px * 0.7);
    padding: 0.7rem 1.2rem;
}.course-methodology-tpERN span {
    padding: 1.2rem;
    font-size: calc(12px * 0.85);
    line-height: 1.6;
}.course-methodology-tpERN .learn-experts-XULHF::before,
    .course-methodology-tpERN .learn-experts-XULHF::after {
    border-width: 1px;
}}header {
    position: relative;
    padding: 1.5rem 0;
    box-shadow: 0 5px 15px rgb(207,184,199,0.5);
    z-index: 100;
    background: linear-gradient(to right, rgb(231,219,227), #ffffff);
}header .container {
    padding: 0 1.5rem;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}header .page-head-XGkeF {
    align-items: center;
    display: flex;
    gap: 1.2rem;
    flex-direction: column;
}header .head-pagebar-dDkZH {
    text-decoration: none;
    padding: 0.5rem;
    display: block;
    transition: all 0.3s ease;
    margin-bottom: 0.5rem;
    border-radius: 10px;
    position: relative;
}header .head-pagebar-dDkZH::after {
    opacity: 0.7;
    bottom: -5px;
    left: 0;
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    background: linear-gradient(to right, transparent, rgb(207,184,199), transparent);
}header .head-pagebar-dDkZH svg {
    width: 180px;
    height: auto;
    transition: transform 0.3s ease;
}header .head-pagebar-dDkZH:hover svg {
    transform: scale(1.05);
}header .top-header-KBaQH {
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    background: linear-gradient(to right, rgb(207,184,199,0.5), rgb(179,148,169,0.5));
    width: 100%;
    border-radius: 20px;
    display: flex;
    padding: 0.8rem;
}header .top-wrap-BceoW {
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    color: #000000;
    font-size: 15px;
    padding: 0.6rem 1.2rem;
    background: #ffffff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    text-decoration: none;
    border-radius: 10px;
    font-weight: 400;
}header .top-wrap-BceoW:hover {
    color: #ffffff;
    background: linear-gradient(135deg, rgb(207,184,199), rgb(179,148,169));
    box-shadow: 0 4px 8px rgb(207,184,199,0.5);
    transform: translateY(-2px);
}

@media (max-width: 991px) {header {
    padding: 1.2rem 0;
}header .head-pagebar-dDkZH svg {
    width: 160px;
}header .top-header-KBaQH {
    padding: 0.7rem;
}header .top-wrap-BceoW {
    font-size: calc(15px - 1px);
    padding: 0.5rem 1rem;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 0;
}header .page-head-XGkeF {
    gap: 1rem;
}header .head-pagebar-dDkZH svg {
    width: 140px;
}header .top-header-KBaQH {
    gap: 0.4rem;
    padding: 0.6rem;
}header .top-wrap-BceoW {
    font-size: calc(15px - 2px);
    padding: 0.4rem 0.8rem;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .page-head-XGkeF {
    gap: 0.8rem;
}header .head-pagebar-dDkZH svg {
    width: 120px;
}header .top-header-KBaQH {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 0.5rem;
}header .top-header-KBaQH::-webkit-scrollbar {
    height: 3px;
}header .top-header-KBaQH::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(207,184,199);
}header .top-wrap-BceoW {
    font-size: calc(15px - 2px);
    padding: 0.4rem 0.7rem;
    flex-shrink: 0;
    white-space: nowrap;
}}.pricing-structure-jCJbM {
    padding: 100px 0;
    position: relative;
    background: rgb(231,219,227);
    overflow: hidden;
}.pricing-structure-jCJbM::before {
    filter: blur(80px);
    animation: float-effect 12s infinite alternate ease-in-out;
    z-index: 0;
    position: absolute;
    background: rgb(207,184,199,0.5);
    content: "";
    width: 300px;
    right: -50px;
    top: -50px;
    height: 300px;
}.pricing-structure-jCJbM::after {
    filter: blur(60px);
    background: rgb(179,148,169,0.5);
    position: absolute;
    bottom: -50px;
    z-index: 0;
    content: "";
    width: 250px;
    animation: float-effect 15s infinite alternate-reverse ease-in-out;
    height: 250px;
    left: -50px;
}.pricing-structure-jCJbM .container {
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1200px;
    z-index: 1;
}.pricing-structure-jCJbM .study-price-LZOdr {
    gap: 60px;
    flex-direction: column;
    display: flex;
}.pricing-structure-jCJbM .plan-details-MpEdG {
    text-align: center;
    margin: 0 auto;
    order: -1;
    padding: 0 20px;
    max-width: 700px;
    position: relative;
}.pricing-structure-jCJbM .plan-details-MpEdG h2 {
    margin-bottom: 20px;
    position: relative;
    font-weight: 700;
    color: #000000;
    font-size: 32px;
    display: inline-block;
}.pricing-structure-jCJbM .plan-details-MpEdG h2::after {
    position: absolute;
    content: "";
    bottom: -10px;
    height: 3px;
    width: 80px;
    transform: translateX(-50%);
    left: 50%;
    background: rgb(207,184,199);
}.pricing-structure-jCJbM .training-sub-ZtfFY {
    color: #000000;
    line-height: 1.6;
    margin-bottom: 0;
    opacity: 0.85;
    font-size: 18px;
}.pricing-structure-jCJbM .rate-packages-imtxs {
    gap: 30px;
    perspective: 1000px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
}.pricing-structure-jCJbM .study-packages-zTQfV {
    perspective: 1000px;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    color: inherit;
    text-decoration: none;
}.pricing-structure-jCJbM .study-packages-zTQfV:hover {
    transform: translateY(-10px) scale(1.02);
}.pricing-structure-jCJbM .cost-table-stInj {
    transform-style: preserve-3d;
    overflow: hidden;
    background: #ffffff;
    flex-direction: column;
    display: flex;
    border-radius: 10px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    height: 100%;
    position: relative;
    transition: box-shadow 0.4s ease;
}.pricing-structure-jCJbM .study-packages-zTQfV:hover .cost-table-stInj {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12), 0 0 20px rgb(207,184,199,0.5);
}.pricing-structure-jCJbM .learn-packs-ZVdhK {
    position: relative;
    display: flex;
    padding: 30px;
    flex-grow: 1;
    z-index: 2;
    flex-direction: column;
    overflow: hidden;
}.pricing-structure-jCJbM .learn-packs-ZVdhK::before {
    left: 0;
    top: 0;
    position: absolute;
    transform-origin: left;
    content: "";
    height: 5px;
    background: linear-gradient(90deg, rgb(207,184,199), rgb(179,148,169));
    right: 0;
    transition: transform 0.5s ease;
    transform: scaleX(0);
}.pricing-structure-jCJbM .study-packages-zTQfV:hover .learn-packs-ZVdhK::before {
    transform: scaleX(1);
}.pricing-structure-jCJbM .learn-packs-ZVdhK h3 {
    white-space: normal;
    margin-bottom: 10px;
    color: #000000;
    transition: transform 0.4s ease, color 0.3s ease;
    font-weight: 700;
    word-break: break-word;
    font-size: calc(21px + 2px);
    overflow-wrap: break-word;
}.pricing-structure-jCJbM .study-packages-zTQfV:hover .learn-packs-ZVdhK h3 {
    transform: translateX(5px);
    color: rgb(207,184,199);
}.pricing-structure-jCJbM .price-opts-zhuXE {
    white-space: normal;
    color: rgb(179,148,169);
    transition: transform 0.4s ease;
    overflow-wrap: break-word;
    margin: 10px 0 20px;
    font-weight: 700;
    word-break: break-word;
    font-size: 21px;
    position: relative;
    display: block;
}.pricing-structure-jCJbM .price-opts-zhuXE::before {
    position: absolute;
    transition: width 0.4s ease;
    content: "";
    width: 40px;
    left: 0;
    background: rgb(179,148,169,0.5);
    height: 2px;
    bottom: -8px;
}.pricing-structure-jCJbM .study-packages-zTQfV:hover .price-opts-zhuXE::before {
    width: 80px;
}.pricing-structure-jCJbM .learn-packs-ZVdhK p {
    white-space: normal;
    color: #000000;
    font-size: calc(18px - 1px);
    margin-bottom: 0;
    word-break: break-word;
    transition: color 0.3s ease;
    overflow-wrap: break-word;
    line-height: 1.6;
    flex-grow: 1;
}.pricing-structure-jCJbM .cover-image-xUQrK {
    transform: translateZ(-10px);
    overflow: hidden;
    transition: transform 0.6s ease, filter 0.6s ease;
    position: relative;
    height: 200px;
}.pricing-structure-jCJbM .cover-image-xUQrK::after {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    opacity: 0.6;
    inset: 0;
    position: absolute;
    content: "";
    transition: opacity 0.5s ease;
}.pricing-structure-jCJbM .study-packages-zTQfV:hover .cover-image-xUQrK {
    filter: brightness(1.1) contrast(1.05);
    transform: translateZ(0);
}.pricing-structure-jCJbM .study-packages-zTQfV:hover .cover-image-xUQrK::after {
    opacity: 0.4;
}.pricing-structure-jCJbM .study-packages-zTQfV::after {
    content: "";
    position: absolute;
    filter: blur(10px);
    background: rgb(207,184,199,0.5);
    transition: opacity 0.4s ease;
    z-index: -1;
    top: 100%;
    left: 30px;
    right: 30px;
    height: 15px;
    opacity: 0;
    border-radius: 50%;
}.pricing-structure-jCJbM .study-packages-zTQfV:hover::after {
    opacity: 0.5;
}

@keyframes float-effect {
    0% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(20px, 20px) scale(1.1);
    }
    100% {
        transform: translate(-20px, -20px) scale(0.9);
    }
}

@media (min-width: 992px) {.pricing-structure-jCJbM .study-price-LZOdr {
    align-items: center;
    flex-direction: row;
}.pricing-structure-jCJbM .plan-details-MpEdG {
    flex: 0 0 30%;
    padding-right: 40px;
    text-align: left;
    order: 0;
}.pricing-structure-jCJbM .plan-details-MpEdG h2::after {
    left: 0;
    transform: none;
}.pricing-structure-jCJbM .rate-packages-imtxs {
    flex: 0 0 70%;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 1200px) {.pricing-structure-jCJbM .rate-packages-imtxs {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.pricing-structure-jCJbM .learn-packs-ZVdhK {
    padding: 35px;
}.pricing-structure-jCJbM .cover-image-xUQrK {
    height: 220px;
}
}

@media (max-width: 991px) {.pricing-structure-jCJbM {
    padding: 80px 0;
}.pricing-structure-jCJbM .plan-details-MpEdG {
    margin-bottom: 20px;
}
}

@media (max-width: 767px) {.pricing-structure-jCJbM {
    padding: 60px 0;
}.pricing-structure-jCJbM .rate-packages-imtxs {
    grid-template-columns: 1fr;
    gap: 25px;
}.pricing-structure-jCJbM .plan-details-MpEdG h2 {
    font-size: calc(32px - 4px);
}.pricing-structure-jCJbM .cover-image-xUQrK {
    height: 180px;
}.pricing-structure-jCJbM .learn-packs-ZVdhK {
    padding: 25px;
}
}

@media (max-width: 480px) {.pricing-structure-jCJbM {
    padding: 50px 0;
}.pricing-structure-jCJbM .learn-packs-ZVdhK h3 {
    font-size: 21px;
}.pricing-structure-jCJbM .price-opts-zhuXE {
    font-size: calc(21px - 2px);
}.pricing-structure-jCJbM .cover-image-xUQrK {
    height: 160px;
}.pricing-structure-jCJbM .learn-packs-ZVdhK {
    padding: 20px;
}}.contact-box-fjMip {
    overflow: hidden;
    background: rgb(231,219,227);
    padding: 120px 0;
    position: relative;
}.contact-box-fjMip::before {
    background: linear-gradient(90deg, rgb(207,184,199), rgb(179,148,169));
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    top: 0;
    height: 5px;
}.contact-box-fjMip .container {
    z-index: 1;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
}.contact-box-fjMip h2 {
    font-size: 36px;
    color: #000000;
    display: inline-block;
    font-family: Arial, sans-serif;
    padding-left: 20px;
    text-align: left;
    font-weight: 700;
    margin-bottom: 60px;
    position: relative;
}.contact-box-fjMip h2::before {
    width: 5px;
    position: absolute;
    background: rgb(207,184,199);
    top: 0;
    left: 0;
    border-radius: 10px;
    content: "";
    height: 100%;
}.contact-box-fjMip .message-inquiry-sdCfZ {
    gap: 60px;
    grid-template-columns: 1fr 1fr;
    display: grid;
    align-items: center;
}.contact-box-fjMip .cover-image-xUQrK {
    border-radius: 22px;
    position: relative;
    order: 2;
    box-shadow: -15px 15px 0 rgb(207,184,199,0.5);
    min-height: 500px;
    overflow: hidden;
}.contact-box-fjMip .contact-message-SYNJt {
    order: 1;
}.contact-box-fjMip form {
    width: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 22px;
    padding: 50px;
    background: #ffffff;
}.contact-box-fjMip form h3 {
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 19px;
    letter-spacing: 1px;
    margin-bottom: 35px;
    color: #000000;
}.contact-box-fjMip form input[type="text"] {
    border-radius: 10px;
    color: #000000;
    font-family: Arial, sans-serif;
    padding: 18px 25px;
    font-size: 16px;
    width: 100%;
    border: none;
    margin-bottom: 25px;
    transition: all 0.3s ease;
    background: rgb(231,219,227);
}.contact-box-fjMip form input[type="text"]:focus {
    outline: none;
    background: #ffffff;
    box-shadow: 0 0 0 2px rgb(207,184,199,0.5);
}.contact-box-fjMip form input[type="text"]::placeholder {
    opacity: 0.5;
    color: #000000;
}.contact-box-fjMip .connect-widget-Bajxc {
    align-items: flex-start;
    display: flex;
    margin-bottom: 30px;
}.contact-box-fjMip .connect-widget-Bajxc input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact-box-fjMip .connect-widget-Bajxc label {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    padding-left: 35px;
    line-height: 1.5;
    color: #000000;
}.contact-box-fjMip .connect-widget-Bajxc label::before {
    background: rgb(231,219,227);
    transition: all 0.2s ease;
    position: absolute;
    height: 22px;
    border-radius: 10px;
    content: "";
    width: 22px;
    top: 2px;
    left: 0;
}.contact-box-fjMip .connect-widget-Bajxc input[type="checkbox"]:checked + label::before {
    background: rgb(207,184,199);
}.contact-box-fjMip .connect-widget-Bajxc input[type="checkbox"]:checked + label::after {
    position: absolute;
    left: 8px;
    content: "";
    border-right: 2px solid #ffffff;
    width: 6px;
    top: 6px;
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg);
    height: 10px;
}.contact-box-fjMip .connect-widget-Bajxc label a {
    font-weight: 600;
    color: rgb(207,184,199);
    transition: all 0.3s ease;
    text-decoration: none;
}.contact-box-fjMip .connect-widget-Bajxc label a:hover {
    color: rgb(179,148,169);
}.contact-box-fjMip form .support-grid-hpRmM {
    padding: 18px 40px;
    transition: all 0.3s ease;
    cursor: pointer;
    background: #000000;
    font-size: 20px;
    display: inline-block;
    font-family: Arial, sans-serif;
    position: relative;
    color: #ffffff;
    border-radius: 10px;
    font-weight: 600;
    border: none;
    overflow: hidden;
}.contact-box-fjMip form .support-grid-hpRmM:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgb(207,184,199);
}.contact-box-fjMip svg {
    fill: rgb(207,184,199);
    height: 20px;
    width: 20px;
}.contact-box-fjMip svg path {
    fill: rgb(207,184,199);
    transition: fill 0.3s ease;
}

@media screen and (max-width: 991px) {.contact-box-fjMip {
    padding: 90px 0;
}.contact-box-fjMip .message-inquiry-sdCfZ {
    gap: 40px;
    grid-template-columns: 1fr;
}.contact-box-fjMip .cover-image-xUQrK {
    min-height: 400px;
    margin: 0 auto;
    order: 1;
    max-width: 600px;
}.contact-box-fjMip .contact-message-SYNJt {
    order: 2;
}.contact-box-fjMip form {
    margin: 0 auto;
    max-width: 600px;
}
}

@media screen and (max-width: 767px) {.contact-box-fjMip {
    padding: 70px 0;
}.contact-box-fjMip h2 {
    font-size: calc(36px * 0.9);
    margin-bottom: 40px;
}.contact-box-fjMip .cover-image-xUQrK {
    width: 100%;
    min-height: 300px;
    box-shadow: -10px 10px 0 rgb(207,184,199,0.5);
}.contact-box-fjMip form {
    padding: 40px 30px;
}
}

@media screen and (max-width: 576px) {.contact-box-fjMip {
    padding: 50px 0;
}.contact-box-fjMip h2 {
    margin-bottom: 30px;
    font-size: calc(36px * 0.8);
}.contact-box-fjMip .cover-image-xUQrK {
    min-height: 250px;
    box-shadow: -8px 8px 0 rgb(207,184,199,0.5);
}.contact-box-fjMip form {
    padding: 30px 20px;
}.contact-box-fjMip form h3 {
    font-size: calc(19px * 0.9);
    margin-bottom: 25px;
}.contact-box-fjMip form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.contact-box-fjMip form .support-grid-hpRmM {
    width: 100%;
    padding: 15px 20px;
}}.title-greeting-QUtsw {
    font-family: Arial, sans-serif;
    min-height: 100vh;
    display: flex;
    background: linear-gradient(135deg, rgb(231,219,227), rgba(0, 0, 0, 0.5));
    padding: 4rem 1rem;
    position: relative;
    justify-content: center;
    overflow: hidden;
    align-items: center;
}.title-greeting-QUtsw > div {
    z-index: 2;
    position: relative;
    width: 100%;
    max-width: 1200px;
}.title-greeting-QUtsw .timeline-hist-YEXIM {
    margin-bottom: 3rem;
    animation: slideInLeft 0.8s ease-out forwards;
    transform: translateX(-20px);
    position: relative;
    opacity: 0;
}.title-greeting-QUtsw .timeline-hist-YEXIM::before {
    transform: rotate(-15deg);
    left: -15px;
    z-index: -1;
    width: 40px;
    height: 40px;
    position: absolute;
    content: "";
    background: rgb(207,184,199);
    opacity: 0.7;
    top: -10px;
}.title-greeting-QUtsw .timeline-hist-YEXIM::after {
    content: "";
    bottom: -5px;
    background: linear-gradient(90deg, rgb(207,184,199), transparent);
    position: absolute;
    width: 70%;
    height: 3px;
    left: 0;
}.title-greeting-QUtsw .learn-welcome-ucaOL {
    letter-spacing: -0.5px;
    position: relative;
    line-height: 1.2;
    font-weight: 700;
    font-size: 47px;
    z-index: 2;
    color: #000000;
    margin: 0;
}.title-greeting-QUtsw .learning-page-oRplc {
    opacity: 0;
    border-left: 5px solid rgb(207,184,199);
    overflow: hidden;
    transform: translateY(30px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    animation: slideUpFade 1s ease-out 0.3s forwards;
    position: relative;
    padding: 3rem;
}.title-greeting-QUtsw .learning-page-oRplc::before {
    right: 0;
    left: 0;
    z-index: 1;
    bottom: 0;
    top: 0;
    backdrop-filter: blur(4px);
    background: linear-gradient(135deg, rgb(255, 255, 255, 0.5) 30%, rgba(255,255,255,0.85));
    position: absolute;
    content: "";
}.title-greeting-QUtsw .learning-page-oRplc > div {
    z-index: 2;
    gap: 2rem;
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
}.title-greeting-QUtsw .learning-page-oRplc p {
    margin: 0;
    font-size: calc(18px * 1.2);
    position: relative;
    padding-left: 20px;
    line-height: 1.6;
    color: #000000;
    font-weight: 600;
}.title-greeting-QUtsw .learning-page-oRplc p::before {
    top: 50%;
    background: rgb(207,184,199);
    height: 10px;
    width: 10px;
    content: "";
    position: absolute;
    left: 0;
    border-radius: 10px;
    transform: translateY(-50%);
}.title-greeting-QUtsw .learning-page-oRplc h3 {
    line-height: 1.5;
    border-top: 1px solid rgb(179,148,169,0.5);
    padding-top: 1.5rem;
    margin: 1rem 0 0;
    font-weight: 600;
    color: #000000;
    font-size: 21px;
    position: relative;
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

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

@media (min-width: 768px) {.title-greeting-QUtsw {
    padding: 6rem 2rem;
}.title-greeting-QUtsw .timeline-hist-YEXIM {
    transform: translateX(-30px);
}.title-greeting-QUtsw .learn-welcome-ucaOL {
    font-size: calc(47px * 1.2);
}.title-greeting-QUtsw .learning-page-oRplc {
    padding: 4rem;
    border-left-width: 8px;
}.title-greeting-QUtsw .learning-page-oRplc > div {
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.title-greeting-QUtsw .learning-page-oRplc h3 {
    margin: 0;
    padding-left: 2rem;
    border-left: 1px solid rgb(179,148,169,0.5);
    border-top: none;
    padding-top: 0;
}
}

@media (min-width: 1024px) {.title-greeting-QUtsw {
    padding: 8rem 3rem;
}.title-greeting-QUtsw .timeline-hist-YEXIM {
    margin-bottom: 4rem;
}.title-greeting-QUtsw .learn-welcome-ucaOL {
    font-size: calc(47px * 1.4);
}.title-greeting-QUtsw .learning-page-oRplc {
    padding: 5rem;
    background-position: center center !important;
}.title-greeting-QUtsw .learning-page-oRplc > div {
    gap: 4rem;
}.title-greeting-QUtsw .learning-page-oRplc p {
    font-size: calc(18px * 1.5);
}.title-greeting-QUtsw .learning-page-oRplc h3 {
    font-size: calc(21px * 1.2);
}
}

@media (hover: hover) {.title-greeting-QUtsw .learning-page-oRplc {
    transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
}.title-greeting-QUtsw .learning-page-oRplc:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}
}

@media (max-width: 480px) {.title-greeting-QUtsw {
    padding: 3rem 1rem;
}.title-greeting-QUtsw .learn-welcome-ucaOL {
    font-size: calc(28px);
}.title-greeting-QUtsw .learning-page-oRplc {
    padding: 2rem;
}.title-greeting-QUtsw .learning-page-oRplc p {
    font-size: 18px;
}.title-greeting-QUtsw .learning-page-oRplc h3 {
    font-size: 21px;
    padding-top: 1rem;
}}.sign-up-now-OzqlB {
    background: linear-gradient(150deg, #ffffff 0%, rgb(231,219,227) 100%);
    position: relative;
    padding: 110px 0;
    overflow: hidden;
}.sign-up-now-OzqlB::before {
    top: -10%;
    background: rgb(207,184,199);
    height: 120%;
    right: -10%;
    content: '';
    transform: rotate(-10deg);
    position: absolute;
    opacity: 0.05;
    z-index: 1;
    width: 60%;
}.sign-up-now-OzqlB::after {
    opacity: 0.05;
    content: '';
    height: 140%;
    transform: rotate(-15deg);
    right: -15%;
    top: -20%;
    position: absolute;
    z-index: 1;
    background: rgb(207,184,199);
    width: 70%;
}.sign-up-now-OzqlB .learn-experts-XULHF {
    z-index: 10;
    position: relative;
}.sign-up-now-OzqlB .container {
    gap: 40px;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.sign-up-now-OzqlB .container p {
    color: #000000;
    border-left: 5px solid rgb(207,184,199);
    position: relative;
    z-index: 5;
    line-height: 1.4;
    font-weight: 700;
    font-size: 33px;
    padding-left: 25px;
    margin: 0;
}.sign-up-now-OzqlB .support-grid-hpRmM {
    font-weight: 600;
    color: rgb(207,184,199);
    transition: all 0.4s ease;
    padding: 18px 40px;
    overflow: hidden;
    z-index: 5;
    position: relative;
    background: #ffffff;
    border-radius: 0;
    font-size: 15px;
    text-decoration: none;
    justify-self: end;
    border: 2px solid rgb(207,184,199);
}.sign-up-now-OzqlB .support-grid-hpRmM::before {
    border-radius: 50%;
    background: rgb(207,184,199);
    transform: translate(-50%, -50%) scale(0);
    left: 50%;
    height: 300px;
    top: 50%;
    position: absolute;
    width: 300px;
    transition: transform 0.6s ease;
    content: '';
    z-index: -1;
}.sign-up-now-OzqlB .support-grid-hpRmM:hover {
    color: #ffffff;
}.sign-up-now-OzqlB .support-grid-hpRmM:hover::before {
    transform: translate(-50%, -50%) scale(1);
}.sign-up-now-OzqlB .container::before {
    bottom: -20px;
    width: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(207,184,199) 0%, transparent 100%);
    height: 1px;
    content: '';
}.sign-up-now-OzqlB .container::after {
    width: 10px;
    content: '';
    bottom: -25px;
    height: 10px;
    background: rgb(207,184,199);
    border-radius: 50%;
    position: absolute;
    left: 0;
}.sign-up-now-OzqlB .learn-experts-XULHF::before {
    left: 0;
    height: 100%;
    position: absolute;
    opacity: 0.1;
    content: '';
    background: 
        radial-gradient(circle at 20% 80%, rgb(207,184,199,0.5) 0%, transparent 60%),
        radial-gradient(circle at 80% 20%, rgb(179,148,169,0.5) 0%, transparent 60%);
    width: 100%;
    top: 0;
    z-index: -1;
}

@media (max-width: 991px) {.sign-up-now-OzqlB {
    padding: 90px 0;
}.sign-up-now-OzqlB .container {
    gap: 30px;
}.sign-up-now-OzqlB .container p {
    font-size: calc(23px * 1.2);
    padding-left: 20px;
}.sign-up-now-OzqlB .support-grid-hpRmM {
    padding: 15px 35px;
}
}

@media (max-width: 767px) {.sign-up-now-OzqlB {
    padding: 70px 0;
}.sign-up-now-OzqlB .container {
    gap: 40px;
    grid-template-columns: 1fr;
}.sign-up-now-OzqlB .container p {
    font-size: 23px;
    padding-left: 15px;
    border-left-width: 4px;
}.sign-up-now-OzqlB .support-grid-hpRmM {
    justify-self: start;
    padding: 14px 30px;
}.sign-up-now-OzqlB .container::before {
    width: 70%;
}
}

@media (max-width: 480px) {.sign-up-now-OzqlB {
    padding: 50px 0;
}.sign-up-now-OzqlB .container {
    gap: 30px;
}.sign-up-now-OzqlB .container p {
    border-left-width: 3px;
    padding-left: 12px;
    font-size: calc(16px * 1.2);
}.sign-up-now-OzqlB .support-grid-hpRmM {
    font-size: calc(15px * 0.9);
    padding: 12px 25px;
}.sign-up-now-OzqlB .container::before {
    bottom: -15px;
    width: 50%;
}.sign-up-now-OzqlB .container::after {
    height: 8px;
    width: 8px;
    bottom: -19px;
}}.location-details-itgYm {
    overflow: hidden;
    padding: 70px 0;
    background: rgb(231,219,227);
    position: relative;
}.location-details-itgYm::before {
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
    position: absolute;
    content: "";
    opacity: 0.6;
}.location-details-itgYm .container {
    margin: 0 auto;
    z-index: 1;
    padding: 0 15px;
    max-width: 1200px;
    position: relative;
}.location-details-itgYm .support-center-fLcyz {
    padding: 50px;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
    position: relative;
}.location-details-itgYm .support-center-fLcyz h3 {
    font-size: 31px;
    color: #000000;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
}.location-details-itgYm .support-center-fLcyz h3::after {
    background: rgb(207,184,199);
    position: absolute;
    height: 3px;
    left: 0;
    border-radius: 10px;
    bottom: -10px;
    content: "";
    width: 80px;
}.location-details-itgYm .contact-help-bJpfa {
    font-size: 13px;
    margin-bottom: 40px;
    color: #000000;
    max-width: 80%;
    line-height: 1.7;
}.location-details-itgYm .info-request-KniyS {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    display: grid;
    gap: 30px;
}.location-details-itgYm .info-request-KniyS span {
    margin-bottom: 6px;
    padding: 25px;
    display: flex;
    border-radius: 10px;
    transition: all 0.3s ease;
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    background: #ffffff;
}.location-details-itgYm .info-request-KniyS span:hover {
    border-color: rgb(207,184,199);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}.location-details-itgYm .info-request-KniyS span p {
    margin: 0;
    font-weight: 600;
    font-size: calc(13px * 1.05);
    color: #000000;
    margin-bottom: 5px;
}.location-details-itgYm .info-request-KniyS span {
    color: #000000;
}.location-details-itgYm .info-request-KniyS span svg {
    margin: 10px 10px 10px 0;
    transition: all 0.3s ease;
    width: 24px;
    flex-shrink: 0;
    height: 24px;
    fill: rgb(207,184,199);
}.location-details-itgYm .info-request-KniyS span:hover svg {
    transform: translateY(-2px);
    fill: rgb(179,148,169);
}.location-details-itgYm .info-request-KniyS span svg path {
    stroke-width: 1;
    transition: all 0.3s ease;
    stroke: #ffffff;
}.location-details-itgYm .info-request-KniyS span:hover svg path {
    stroke-width: 1.5;
}.location-details-itgYm .info-request-KniyS span span {
    font-size: 13px;
    display: flex;
    margin: 0;
    border: none;
    align-items: flex-start;
    text-align: left;
    color: #000000;
    padding: 5px 0 0 0;
    background: transparent;
    box-shadow: none;
}.location-details-itgYm .info-request-KniyS span span:hover {
    box-shadow: none;
    border-color: transparent;
}.location-details-itgYm .info-request-KniyS span a {
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    position: relative;
    color: rgb(207,184,199);
}.location-details-itgYm .info-request-KniyS span a:hover {
    color: rgb(179,148,169);
}.location-details-itgYm .info-request-KniyS span a svg {
    margin-right: 8px;
}.location-details-itgYm .request-form-uFBGA {
    border-radius: 10px;
    margin-top: 20px;
    grid-column: 1 / -1;
    background: rgb(231,219,227);
    padding: 30px;
}.location-details-itgYm .request-form-uFBGA h4 {
    color: #000000;
    font-weight: 700;
    font-size: 21px;
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}.location-details-itgYm .request-form-uFBGA h4 svg {
    height: 22px;
    width: 22px;
    margin-right: 10px;
    fill: rgb(207,184,199);
}.location-details-itgYm .request-form-uFBGA span {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 10px 0;
    display: block;
    font-size: 13px;
    color: #000000;
}.location-details-itgYm .request-form-uFBGA span:last-child {
    border-bottom: none;
}

@media (max-width: 992px) {.location-details-itgYm {
    padding: 60px 0;
}.location-details-itgYm .support-center-fLcyz {
    padding: 40px 30px;
}.location-details-itgYm .contact-help-bJpfa {
    max-width: 100%;
}.location-details-itgYm .info-request-KniyS {
    grid-template-columns: repeat(2, 1fr);
}.location-details-itgYm .info-request-KniyS span svg {
    height: 20px;
    width: 20px;
}
}

@media (max-width: 768px) {.location-details-itgYm {
    padding: 40px 0;
}.location-details-itgYm .support-center-fLcyz {
    padding: 30px 20px;
}.location-details-itgYm .support-center-fLcyz h3 {
    font-size: calc(31px * 0.85);
}.location-details-itgYm .info-request-KniyS {
    gap: 20px;
    grid-template-columns: 1fr;
}.location-details-itgYm .info-request-KniyS span {
    padding: 20px;
}.location-details-itgYm .info-request-KniyS span svg {
    width: 18px;
    height: 18px;
}.location-details-itgYm .request-form-uFBGA {
    padding: 20px;
}.location-details-itgYm .request-form-uFBGA h4 svg {
    width: 18px;
    height: 18px;
}}.course-summary-sCpau {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(231,219,227) 0%, rgba(245, 247, 250, 0.95) 100%);
}.course-summary-sCpau::before {
    top: 0;
    content: "";
    position: absolute;
    left: 0;
    background-size: 80px 80px, 60px 60px, 60px 60px;
    background: 
        radial-gradient(circle at 10% 20%, rgba(var(--primary-color-opacity), 0.05) 0%, transparent 50%),
        linear-gradient(45deg, rgba(var(--secondary-color-opacity), 0.03) 25%, transparent 25.5%),
        linear-gradient(-45deg, rgba(var(--secondary-color-opacity), 0.03) 25%, transparent 25.5%);
    width: 100%;
    z-index: 0;
    height: 100%;
}.course-summary-sCpau .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    z-index: 1;
}.course-summary-sCpau h2 {
    font-weight: 700;
    margin-bottom: 50px;
    position: relative;
    max-width: 90%;
    transform: translateX(-5%);
    padding-left: 20px;
    line-height: 1.3;
    font-size: 34px;
    color: #000000;
}.course-summary-sCpau h2::before {
    transform: translateY(-50%);
    left: 0;
    top: 50%;
    width: 8px;
    height: 80%;
    background: linear-gradient(to bottom, rgb(207,184,199), rgb(179,148,169));
    position: absolute;
    content: "";
}.course-summary-sCpau .career-learn-wgcKC {
    gap: 40px;
    grid-template-columns: 1fr;
    display: grid;
    position: relative;
}.course-summary-sCpau .cover-image-xUQrK {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(2deg) rotateX(-1deg);
    overflow: hidden;
    border: 3px solid #ffffff;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    height: 350px;
}.course-summary-sCpau .cover-image-xUQrK::after {
    content: "";
    z-index: 1;
    background: linear-gradient(135deg, transparent 60%, rgba(var(--primary-color-opacity), 0.3));
    position: absolute;
    inset: 0;
}.course-summary-sCpau .cover-image-xUQrK:hover {
    transform: perspective(1000px) rotateY(0) rotateX(0);
}.course-summary-sCpau .word-block-FBKNI {
    transform: translateY(-15px);
    background-color: #ffffff;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    position: relative;
    padding: 35px 40px;
    z-index: 2;
}.course-summary-sCpau .word-block-FBKNI::before {
    background: linear-gradient(90deg, rgb(207,184,199) 0%, rgb(179,148,169) 100%);
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    content: "";
    height: 6px;
}.course-summary-sCpau .description {
    animation: fadeIn 0.8s forwards;
    margin-bottom: 20px;
    color: #000000;
    opacity: 0;
    transform: translateY(20px);
    line-height: 1.8;
    font-size: 14px;
}.course-summary-sCpau .description:first-of-type {
    animation-delay: 0.2s;
}.course-summary-sCpau .description:last-of-type {
    animation-delay: 0.4s;
}.course-summary-sCpau .description:first-letter {
    color: rgb(207,184,199);
    font-weight: 700;
    font-size: 1.5em;
}

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

@media (min-width: 768px) {.course-summary-sCpau h2 {
    max-width: 80%;
    font-size: calc(34px * 1.1);
    transform: translateX(-2%);
}.course-summary-sCpau .career-learn-wgcKC {
    grid-template-columns: 1fr 1.3fr;
    gap: 30px;
}.course-summary-sCpau .cover-image-xUQrK {
    height: 100%;
    min-height: 450px;
}.course-summary-sCpau .word-block-FBKNI {
    overflow-y: auto;
    padding: 40px 50px;
    transform: translateY(0) translateX(-50px);
    max-height: 600px;
}.course-summary-sCpau .word-block-FBKNI::-webkit-scrollbar {
    width: 8px;
}.course-summary-sCpau .word-block-FBKNI::-webkit-scrollbar-thumb {
    background-color: var(--secondary-color-opacity);
}.course-summary-sCpau .word-block-FBKNI::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.05);
}
}

@media (min-width: 992px) {.course-summary-sCpau {
    padding: 150px 0;
}.course-summary-sCpau h2 {
    font-size: calc(34px * 1.2);
    max-width: 70%;
}.course-summary-sCpau .career-learn-wgcKC {
    grid-template-columns: 1fr 1.5fr;
    gap: 0;
}.course-summary-sCpau .cover-image-xUQrK {
    min-height: 550px;
}.course-summary-sCpau .word-block-FBKNI {
    transform: translateY(40px) translateX(-80px);
    padding: 50px 60px;
    max-height: 650px;
}.course-summary-sCpau .description {
    line-height: 1.9;
    font-size: calc(14px * 1.05);
}
}

@media (min-width: 1200px) {.course-summary-sCpau h2 {
    font-size: calc(34px * 1.3);
    max-width: 65%;
}.course-summary-sCpau .career-learn-wgcKC {
    grid-template-columns: 0.8fr 1.2fr;
}.course-summary-sCpau .cover-image-xUQrK {
    min-height: 600px;
}.course-summary-sCpau .word-block-FBKNI {
    transform: translateY(60px) translateX(-100px);
    max-height: 700px;
}.course-summary-sCpau .description {
    font-size: calc(14px * 1.1);
}
}

@media (max-width: 767px) {.course-summary-sCpau {
    padding: 80px 0;
}.course-summary-sCpau h2 {
    max-width: 100%;
    transform: translateX(0);
    font-size: calc(34px * 0.9);
    margin-bottom: 30px;
}.course-summary-sCpau .cover-image-xUQrK {
    height: 250px;
}.course-summary-sCpau .word-block-FBKNI {
    padding: 25px;
}.course-summary-sCpau .description {
    line-height: 1.7;
    font-size: calc(14px * 0.95);
}}footer {
    position: relative;
    width: 100%;
}footer .cert-block-bMune {
    font-family: Arial, sans-serif;
    padding: 80px 0 30px;
    color: #ffffff;
    background-color: rgb(179,148,169);
    overflow: hidden;
    position: relative;
}footer .cert-block-bMune::before {
    background-color: rgb(179,148,169);
    left: 0;
    clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0 100%);
    content: "";
    top: -50px;
    z-index: 0;
    right: 0;
    position: absolute;
    height: 100px;
    transform: skewY(-3deg);
}footer .footer-clients-XixKf {
    position: relative;
    z-index: 1;
}footer .reach-out-AGiRD {
    margin-bottom: 60px;
    flex-wrap: wrap;
    gap: 15px;
    display: flex;
    justify-content: center;
}footer .info_item {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    flex: 1 1 200px;
    padding: 15px 20px 15px 25px;
    transition: all 0.3s ease;
    border-radius: 0 5px 5px 0;
    max-width: 300px;
    overflow: hidden;
    background-color: rgb(179,148,169,0.5);
}footer .info_item::before {
    content: "";
    position: absolute;
    width: 5px;
    top: 0;
    height: 100%;
    left: 0;
    background-color: rgb(207,184,199);
}footer .info_item::after {
    z-index: -1;
    content: "";
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
    width: 100%;
}footer .info_item:nth-child(even) {
    background-color: rgb(207,184,199,0.5);
}footer .info_item:hover {
    transform: translateY(-5px) translateX(5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}footer .info_item svg {
    top: -1px;
    margin-right: 12px;
    width: 20px;
    height: 20px;
    position: relative;
    fill: rgb(207,184,199);
    vertical-align: middle;
}footer .info_item p,
footer .info_item a {
    vertical-align: middle;
    transition: color 0.3s ease;
    color: #ffffff;
    text-decoration: none;
    font-size: 17px;
    display: inline-block;
}footer .info_item a:hover {
    color: rgb(207,184,199);
}footer .text_main_holder {
    grid-template-columns: 1fr;
    display: grid;
    gap: 30px;
    position: relative;
}footer .head-know-iKZjC {
    background-color: rgb(179,148,169,0.5);
    border-radius: 26px;
    position: relative;
    padding: 30px;
}footer .head-know-iKZjC::before {
    top: 15px;
    content: "";
    bottom: 15px;
    border-radius: calc(26px - 8px);
    left: 15px;
    pointer-events: none;
    border: 1px dashed rgba(255, 255, 255, 0.1);
    right: 15px;
    position: absolute;
}footer .head-know-iKZjC svg {
    margin-bottom: 20px;
    width: auto;
    height: 45px;
    filter: brightness(0) invert(1);
    display: block;
}footer .footer-caption-JIhxG {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    line-height: 1.6;
}footer .top-header-KBaQH {
    position: relative;
}footer .top-header-KBaQH h5 {
    color: #ffffff;
    font-weight: 600;
    padding-left: 15px;
    font-size: 23px;
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
}footer .top-header-KBaQH h5::before {
    width: 3px;
    top: 0;
    content: "";
    left: 0;
    background-color: rgb(207,184,199);
    position: absolute;
    height: 100%;
}footer .top-mainwrap-Zsdju {
    position: relative;
    margin-bottom: 25px;
}footer .top-mainwrap-Zsdju a {
    border-radius: 0 5px 5px 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 17px;
    background-color: rgb(179,148,169,0.5);
    margin: 0 10px 10px 0;
    padding: 10px 15px;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
}footer .top-mainwrap-Zsdju a::before {
    height: 100%;
    left: 0;
    position: absolute;
    transition: width 0.3s ease;
    width: 3px;
    content: "";
    background-color: rgb(207,184,199);
    top: 0;
}footer .top-mainwrap-Zsdju a:hover {
    color: #ffffff;
    transform: translateX(5px);
    background-color: rgb(207,184,199,0.5);
}footer .top-mainwrap-Zsdju a:hover::before {
    width: 5px;
}footer .subscribe_holder {
    border-radius: 26px;
    background-color: rgb(179,148,169,0.5);
    position: relative;
    padding: 30px;
}footer .subscribe_holder::before {
    right: 15px;
    left: 15px;
    top: 15px;
    position: absolute;
    pointer-events: none;
    bottom: 15px;
    border-radius: calc(26px - 8px);
    border: 1px dashed rgba(255, 255, 255, 0.1);
    content: "";
}footer .subscribe_holder h5 {
    color: #ffffff;
    font-weight: 600;
    font-size: 23px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 15px;
}footer .subscribe_holder h5::before {
    position: absolute;
    left: 0;
    width: 3px;
    top: 0;
    background-color: rgb(207,184,199);
    content: "";
    height: 100%;
}footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 25px;
    line-height: 1.6;
    font-size: 17px;
}footer .input_holder {
    display: flex;
    flex-direction: column;
    gap: 15px;
}footer .input_holder input[type="email"] {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    font-size: 17px;
    padding: 14px 16px;
}footer .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.1);
    outline: none;
    border-color: rgb(207,184,199);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .sub-solution-PcCdI {
    background-color: rgb(207,184,199);
    overflow: hidden;
    border: none;
    font-weight: 600;
    border-radius: 10px;
    font-size: 18px;
    cursor: pointer;
    padding: 14px 20px;
    position: relative;
    transition: all 0.3s ease;
    color: #ffffff;
}footer .sub-solution-PcCdI::after {
    width: 200%;
    transform: rotate(30deg);
    height: 200%;
    position: absolute;
    left: -100%;
    content: "";
    top: -50%;
    transition: all 0.5s ease;
    background: rgba(255, 255, 255, 0.1);
}footer .sub-solution-PcCdI:hover {
    background-color: rgb(179,148,169);
}footer .sub-solution-PcCdI:hover::after {
    left: 100%;
}footer .music-edu-kSRCi {
    position: relative;
    text-align: center;
    margin-top: 50px;
}footer .music-edu-kSRCi::before {
    width: 50px;
    height: 1px;
    top: -25px;
    left: 50%;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transform: translateX(-50%);
    position: absolute;
}footer .discord-cta-fmZrE {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    position: relative;
    display: inline-block;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .sub-solution-PcCdI {
    white-space: nowrap;
}
}

@media (max-width: 767px) {footer .cert-block-bMune {
    padding: 60px 0 30px;
}footer .reach-out-AGiRD {
    margin-bottom: 40px;
}footer .head-know-iKZjC, footer .subscribe_holder {
    padding: 25px 20px;
}footer .top-mainwrap-Zsdju a {
    margin: 0 5px 8px 0;
    padding: 8px 12px;
}footer .music-edu-kSRCi {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .cert-block-bMune {
    padding: 50px 0 20px;
}footer .top-header-KBaQH h5, footer .subscribe_holder h5 {
    font-size: calc(23px - 2px);
    margin-bottom: 20px;
}footer .head-know-iKZjC::before, footer .subscribe_holder::before {
    bottom: 10px;
    right: 10px;
    top: 10px;
    left: 10px;
}footer .input_holder input[type="email"],
    footer .sub-solution-PcCdI {
    padding: 12px;
}}.statistical-data-Fzmju {
    padding: 7rem 1rem;
    position: relative;
    background: linear-gradient(135deg, rgb(231,219,227), rgba(0, 0, 0, 0.5) 95%);
    overflow: hidden;
}.statistical-data-Fzmju::before {
    z-index: 0;
    position: absolute;
    opacity: 0.15;
    background: 
        radial-gradient(circle at 10% 20%, rgb(207,184,199,0.5) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgb(179,148,169,0.5) 0%, transparent 60%);
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
}.statistical-data-Fzmju h3 {
    opacity: 0;
    text-align: center;
    transform: translateY(0);
    position: relative;
    color: rgb(207,184,199);
    animation: fadeSlideUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    margin-bottom: 4rem;
    letter-spacing: 1px;
    font-size: 31px;
    font-weight: 700;
}.statistical-data-Fzmju h3::after {
    transform: translateX(-50%) scaleX(0);
    bottom: -15px;
    left: 50%;
    position: absolute;
    animation: lineExpand 1s 0.3s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    content: "";
    background: linear-gradient(90deg, rgb(207,184,199), rgb(179,148,169));
    width: 80px;
    transform-origin: center;
    height: 3px;
}.statistical-data-Fzmju .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
}.statistical-data-Fzmju ul {
    list-style: none;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    display: grid;
    gap: 2rem;
    padding: 0;
}.statistical-data-Fzmju .statistics-value-mKQYj {
    backdrop-filter: blur(10px);
    border-left: 3px solid rgb(207,184,199);
    align-items: flex-start;
    animation-delay: calc(0.15s * var(--i, 0));
    position: relative;
    flex-direction: column;
    opacity: 0;
    background: linear-gradient(145deg, rgb(255, 255, 255, 0.5) 0%, rgba(255,255,255,0.08) 100%);
    animation: fadeSlideUp 0.6s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    transform: translateY(30px);
    justify-content: center;
    display: flex;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08), 
                0 1px 3px rgba(0,0,0,0.05),
                0 0 0 1px rgba(255,255,255,0.1) inset;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), 
                box-shadow 0.3s ease-out;
    padding: 2rem 1.5rem;
}.statistical-data-Fzmju .statistics-value-mKQYj::before {
    z-index: -1;
    width: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(145deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01));
    height: 100%;
    opacity: 0;
    left: 0;
    content: "";
    transition: opacity 0.3s ease;
}.statistical-data-Fzmju .statistics-value-mKQYj:hover {
    box-shadow: 0 15px 35px rgba(0,0,0,0.12), 
                0 3px 10px rgba(0,0,0,0.08),
                0 0 0 1px rgba(255,255,255,0.15) inset;
    transform: translateY(-5px) scale(1.02);
}.statistical-data-Fzmju .statistics-value-mKQYj:hover::before {
    opacity: 1;
}.statistical-data-Fzmju .statistics-value-mKQYj span {
    margin-bottom: 0.75rem;
    font-weight: 600;
    transition: transform 0.3s ease, color 0.3s ease;
    transform: translateX(0);
    opacity: 0.85;
    display: block;
    color: #ffffff;
    position: relative;
    line-height: 1.4;
    font-family: Arial, sans-serif;
    font-size: calc(12px * 0.95);
}.statistical-data-Fzmju .statistics-value-mKQYj:hover span {
    color: rgb(207,184,199);
    transform: translateX(5px);
}.statistical-data-Fzmju .statistics-value-mKQYj p {
    font-size: calc(18px * 1.5);
    font-weight: 700;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    -webkit-text-fill-color: transparent;
    margin: 0;
    background: linear-gradient(90deg, rgb(207,184,199), rgb(179,148,169));
    position: relative;
    color: rgb(207,184,199);
    -webkit-background-clip: text !important;
}.statistical-data-Fzmju .statistics-value-mKQYj:hover p {
    transform: scale(1.1);
}.statistical-data-Fzmju .statistics-value-mKQYj p::after {
    font-size: calc(12px * 0.9);
    right: -15px;
    content: "+";
    position: absolute;
    top: -5px;
    opacity: 0.8;
}.statistical-data-Fzmju .statistics-value-mKQYj:nth-child(2n) {
    border-right: 3px solid rgb(179,148,169);
    border-left: none;
}.statistical-data-Fzmju .statistics-value-mKQYj:nth-child(3n+1) p {
    background: linear-gradient(90deg, rgb(207,184,199), rgb(179,148,169));
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
}.statistical-data-Fzmju .statistics-value-mKQYj:nth-child(3n+2) p {
    background: linear-gradient(90deg, rgb(179,148,169), #6a9cff);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text !important;
}.statistical-data-Fzmju .statistics-value-mKQYj:nth-child(3n) p {
    background: linear-gradient(90deg, #6a9cff, rgb(207,184,199));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text !important;
}@keyframes fadeSlideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes lineExpand {
    from {
        transform: translateX(-50%) scaleX(0);
    }
    to {
        transform: translateX(-50%) scaleX(1);
    }
}


.statistical-data-Fzmju .statistics-value-mKQYj:nth-child(1) {
    --i: 1;
}.statistical-data-Fzmju .statistics-value-mKQYj:nth-child(2) {
    --i: 2;
}.statistical-data-Fzmju .statistics-value-mKQYj:nth-child(3) {
    --i: 3;
}.statistical-data-Fzmju .statistics-value-mKQYj:nth-child(4) {
    --i: 4;
}.statistical-data-Fzmju .statistics-value-mKQYj:nth-child(5) {
    --i: 5;
}.statistical-data-Fzmju .statistics-value-mKQYj:nth-child(6) {
    --i: 6;
}.statistical-data-Fzmju .statistics-value-mKQYj:nth-child(7) {
    --i: 7;
}


@media (max-width: 1200px) {.statistical-data-Fzmju ul {
    gap: 1.5rem;
    grid-template-columns: repeat(3, 1fr);
}.statistical-data-Fzmju h3 {
    font-size: calc(31px * 0.9);
}
}

@media (max-width: 992px) {.statistical-data-Fzmju {
    padding: 5rem 1rem;
}.statistical-data-Fzmju ul {
    grid-template-columns: repeat(2, 1fr);
}.statistical-data-Fzmju .statistics-value-mKQYj {
    padding: 1.75rem 1.25rem;
}.statistical-data-Fzmju .statistics-value-mKQYj p {
    font-size: calc(18px * 1.3);
}
}

@media (max-width: 768px) {.statistical-data-Fzmju {
    padding: 4rem 1rem;
}.statistical-data-Fzmju h3 {
    margin-bottom: 3rem;
    font-size: calc(31px * 0.8);
}.statistical-data-Fzmju ul {
    gap: 1.25rem;
}
}

@media (max-width: 576px) {.statistical-data-Fzmju {
    padding: 3.5rem 1rem;
}.statistical-data-Fzmju ul {
    grid-template-columns: 1fr;
}.statistical-data-Fzmju .statistics-value-mKQYj {
    padding: 1.5rem 1.25rem;
}.statistical-data-Fzmju h3::after {
    width: 60px;
}}.program-outcomes-nqWfA {
    position: relative;
    padding: 90px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(231,219,227) 0%, rgb(207,184,199,0.5) 100%);
}.program-outcomes-nqWfA::before {
    content: "";
    background: radial-gradient(circle at 75% 25%, rgb(179,148,169,0.5) 0%, transparent 50%);
    width: 100%;
    height: 100%;
    opacity: 0.4;
    position: absolute;
    left: 0;
    top: 0;
}.program-outcomes-nqWfA .container {
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 2;
}.program-outcomes-nqWfA .learn-experts-XULHF {
    align-items: center;
    gap: 50px;
    display: flex;
}.program-outcomes-nqWfA .cover-image-xUQrK {
    border-radius: 16px;
    flex: 0 0 38%;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    max-width: 38%;
    position: relative;
    transform: translateY(-10px);
    transition: all 0.5s ease;
    z-index: 1;
}.program-outcomes-nqWfA .cover-image-xUQrK::after {
    left: 15px;
    transition: all 0.5s ease;
    top: 15px;
    z-index: -1;
    position: absolute;
    border-radius: 16px;
    border: 2px solid rgb(207,184,199,0.5);
    content: "";
    bottom: -15px;
    opacity: 0.5;
    right: -15px;
}.program-outcomes-nqWfA .cover-image-xUQrK:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(0);
}.program-outcomes-nqWfA .cover-image-xUQrK:hover::after {
    right: -10px;
    bottom: -10px;
    left: 10px;
    opacity: 0.7;
    top: 10px;
}.program-outcomes-nqWfA .word-block-FBKNI {
    padding: 40px 35px;
    z-index: 1;
    position: relative;
    border-radius: 16px;
    background: #ffffff;
    flex: 0 0 55%;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}.program-outcomes-nqWfA .word-block-FBKNI::before {
    position: absolute;
    top: 0;
    content: "";
    background: linear-gradient(to bottom, rgb(207,184,199), rgb(179,148,169));
    border-radius: 10px;
    height: 100%;
    left: 0;
    width: 6px;
}.program-outcomes-nqWfA h3 {
    position: relative;
    margin-bottom: 30px;
    padding-left: 15px;
    font-size: 34px;
    color: #000000;
    font-weight: 700;
}.program-outcomes-nqWfA h3::after {
    left: 15px;
    bottom: -12px;
    width: 80px;
    position: absolute;
    background: rgb(207,184,199);
    content: "";
    height: 3px;
    border-radius: 10px;
}.program-outcomes-nqWfA ul {
    margin: 0;
    flex-direction: column;
    list-style: none;
    gap: 15px;
    display: flex;
    padding: 0 0 0 15px;
}.program-outcomes-nqWfA li {
    position: relative;
    background: linear-gradient(90deg, #ffffff, rgb(231,219,227) 180%);
    transition: all 0.3s ease;
    border-radius: 8px;
    padding: 15px;
}.program-outcomes-nqWfA li:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    background: linear-gradient(90deg, #ffffff, rgb(179,148,169,0.5) 180%);
    transform: translateX(10px);
}.program-outcomes-nqWfA li p {
    align-items: center;
    line-height: 1.5;
    margin: 0;
    display: flex;
    gap: 16px;
    font-size: 17px;
    color: #000000;
    font-weight: 400;
}.program-outcomes-nqWfA svg {
    border-radius: 50%;
    align-items: center;
    padding: 5px;
    height: 24px;
    background: #ffffff;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 24px;
    display: flex;
    transition: all 0.3s ease;
    flex-shrink: 0;
}.program-outcomes-nqWfA svg path {
    fill: rgb(207,184,199);
    transition: fill 0.3s ease;
}.program-outcomes-nqWfA li:hover svg {
    transform: scale(1.1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}.program-outcomes-nqWfA li:hover svg path {
    fill: rgb(179,148,169);
}

@media (max-width: 992px) {.program-outcomes-nqWfA {
    padding: 70px 0;
}.program-outcomes-nqWfA .learn-experts-XULHF {
    flex-direction: column;
    gap: 40px;
}.program-outcomes-nqWfA .cover-image-xUQrK {
    max-width: 60%;
    flex: none;
    margin: 0 auto;
}.program-outcomes-nqWfA .word-block-FBKNI {
    width: 90%;
    margin: 0 auto;
    flex: none;
}.program-outcomes-nqWfA .word-block-FBKNI::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
}
}

@media (max-width: 576px) {.program-outcomes-nqWfA {
    padding: 50px 0;
}.program-outcomes-nqWfA .cover-image-xUQrK {
    max-width: 80%;
}.program-outcomes-nqWfA .cover-image-xUQrK::after {
    display: none;
}.program-outcomes-nqWfA .word-block-FBKNI {
    width: 100%;
    padding: 30px 20px;
}.program-outcomes-nqWfA h3 {
    font-size: 23px;
    margin-bottom: 25px;
}.program-outcomes-nqWfA ul {
    gap: 12px;
}.program-outcomes-nqWfA li {
    padding: 12px;
}.program-outcomes-nqWfA svg {
    width: 22px;
    height: 22px;
}
}