* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}.container {
    max-width: 100%;
    width: 1239px;
    margin: auto;
}a {
    color: inherit;
    text-decoration: none;
}svg {
    height: 30px;
    width: 30px;
}header,footer {
    width: 100%;
}.search-foot-WFbez {
    flex: 0 0 auto;
}html,body {
    height: 100%;
    min-height: 100%;
    color: #000000;
    scroll-behavior: smooth;
    font-family: Arial, sans-serif;
}.header-base-JC2sr {
    flex: 1 0 auto;
}.wrapper-structure-J4jKq {
    min-height: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.potential-students-Fbds5 {
    padding: 140px 0;
    background: rgb(233,221,214);
    overflow: hidden;
    position: relative;
}.potential-students-Fbds5::before {
    height: 100%;
    background-size: 60px 60px;
    opacity: 0.03;
    top: 0;
    z-index: 0;
    left: 0;
    background-position: 0 0, 30px 30px;
    content: "";
    background-image: 
        linear-gradient(
            45deg, 
            rgb(211,188,173,0.5) 25%, 
            transparent 25%, 
            transparent 75%, 
            rgb(211,188,173,0.5) 75%
        ),
        linear-gradient(
            -45deg, 
            rgb(211,188,173,0.5) 25%, 
            transparent 25%, 
            transparent 75%, 
            rgb(211,188,173,0.5) 75%
        );
    width: 100%;
    position: absolute;
}.potential-students-Fbds5::after {
    background: linear-gradient(to top, rgb(233,221,214), transparent);
    content: "";
    width: 100%;
    position: absolute;
    height: 150px;
    left: 0;
    z-index: 1;
    bottom: 0;
}.potential-students-Fbds5 .container {
    position: relative;
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
}.potential-students-Fbds5 .academy-learnings-PkvDG {
    position: relative;
}.potential-students-Fbds5 h4 {
    padding: 20px 0;
    font-weight: 700;
    font-size: 28px;
    text-align: center;
    color: #000000;
    margin-bottom: 80px;
    position: relative;
}.potential-students-Fbds5 h4::before {
    transform: translateX(-50%);
    background: rgb(211,188,173,0.5);
    position: absolute;
    height: 3px;
    top: 0;
    width: 100px;
    content: "";
    border-radius: 2px;
    left: 50%;
}.potential-students-Fbds5 h4::after {
    width: 100px;
    border-radius: 2px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    position: absolute;
    background: rgb(184,153,144,0.5);
    height: 3px;
    bottom: 0;
}.potential-students-Fbds5 div {
    align-items: center;
    flex-direction: column;
    position: relative;
    display: flex;
}.potential-students-Fbds5 div::before {
    left: 50%;
    opacity: 0.5;
    height: 100%;
    z-index: 0;
    background: linear-gradient(180deg, rgb(211,188,173,0.5), rgb(184,153,144,0.5), transparent);
    width: 2px;
    content: "";
    position: absolute;
    top: 0;
}.potential-students-Fbds5 div p {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    margin: 0 0 60px 0;
    line-height: 1.6;
    width: 70%;
    transition: all 0.4s ease;
    font-size: 18px;
    color: #000000;
    z-index: 1;
    align-items: center;
    padding: 25px 30px;
    border-radius: 50px;
    display: flex;
    background: #ffffff;
    position: relative;
}.potential-students-Fbds5 div p:nth-child(odd) {
    align-self: flex-start;
    border-top-left-radius: 0;
}.potential-students-Fbds5 div p:nth-child(even) {
    align-self: flex-end;
    border-top-right-radius: 0;
}.potential-students-Fbds5 div p:hover {
    transform: scale(1.03);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.potential-students-Fbds5 div p::before {
    width: 30px;
    background: #ffffff;
    z-index: 2;
    position: absolute;
    height: 30px;
    border-radius: 50%;
    content: "";
}.potential-students-Fbds5 div p:nth-child(odd)::before {
    top: -15px;
    left: -15px;
}.potential-students-Fbds5 div p:nth-child(even)::before {
    right: -15px;
    top: -15px;
}.potential-students-Fbds5 div p::after {
    background: linear-gradient(135deg, rgb(211,188,173), rgb(184,153,144));
    height: 15px;
    z-index: 3;
    width: 15px;
    position: absolute;
    transition: all 0.3s ease;
    content: "";
    border-radius: 50%;
}.potential-students-Fbds5 div p:nth-child(odd)::after {
    top: -7.5px;
    left: -7.5px;
}.potential-students-Fbds5 div p:nth-child(even)::after {
    right: -7.5px;
    top: -7.5px;
}.potential-students-Fbds5 div p:hover::after {
    box-shadow: 0 0 10px rgb(211,188,173,0.5);
    transform: scale(1.3);
}.potential-students-Fbds5 div p svg {
    margin-right: 20px;
    width: 32px;
    min-width: 32px;
    transition: all 0.3s ease;
    height: 32px;
}.potential-students-Fbds5 div p:hover svg {
    transform: rotate(15deg);
}.potential-students-Fbds5 div p svg path {
    transition: fill 0.3s ease;
    fill: rgb(211,188,173);
}.potential-students-Fbds5 div p:hover svg path {
    fill: rgb(184,153,144);
}

@media (max-width: 991px) {.potential-students-Fbds5 {
    padding: 120px 0;
}.potential-students-Fbds5 h4 {
    font-size: calc(28px - 2px);
    margin-bottom: 70px;
}.potential-students-Fbds5 div p {
    margin-bottom: 50px;
    padding: 22px 25px;
    width: 80%;
}.potential-students-Fbds5 div p svg {
    min-width: 28px;
    width: 28px;
    height: 28px;
    margin-right: 15px;
}
}

@media (max-width: 767px) {.potential-students-Fbds5 {
    padding: 100px 0;
}.potential-students-Fbds5 h4 {
    font-size: calc(28px - 4px);
    margin-bottom: 60px;
}.potential-students-Fbds5 div p {
    width: 90%;
    padding: 18px 22px;
    border-radius: 30px !important;
    margin-bottom: 40px;
    align-self: center !important;
}.potential-students-Fbds5 div p::before,
    .potential-students-Fbds5 div p::after {
    display: none;
}.potential-students-Fbds5 div p svg {
    min-width: 24px;
    width: 24px;
    height: 24px;
    margin-right: 12px;
}
}

@media (max-width: 479px) {.potential-students-Fbds5 {
    padding: 80px 0;
}.potential-students-Fbds5 h4 {
    font-size: calc(28px - 6px);
    margin-bottom: 50px;
}.potential-students-Fbds5 div p {
    padding: 15px 18px;
    width: 100%;
    font-size: calc(18px - 1px);
    margin-bottom: 30px;
}.potential-students-Fbds5 div p svg {
    min-width: 22px;
    height: 22px;
    width: 22px;
    margin-right: 10px;
}}.thanksWrap-tlMuJ {
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(233,221,214), rgba(245, 247, 250, 0.95));
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
}.thanksWrap-tlMuJ::before {
    content: "";
    transform: skewX(-15deg) translateX(20%);
    z-index: 1;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0.15;
    right: 0;
    background: linear-gradient(to bottom right, rgb(211,188,173,0.5), transparent);
}.thanksWrap-tlMuJ::after {
    width: 100%;
    content: "";
    position: absolute;
    z-index: 2;
    height: 3px;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, 
    transparent, 
    rgb(184,153,144), 
    rgb(211,188,173), 
    transparent);
}.thanksWrap-tlMuJ .container {
    max-width: 1200px;
    padding: 0 2rem;
    z-index: 3;
    position: relative;
    margin: 0 auto;
}.thanksWrap-tlMuJ h2 {
    color: #000000;
    transform: translateX(-1rem);
    line-height: 1.3;
    max-width: 85%;
    font-size: 33px;
    margin-bottom: 2.5rem;
    position: relative;
    animation: slideTitle 0.8s ease-out forwards 0.3s;
    font-family: Arial, sans-serif;
    font-weight: 700;
    opacity: 0;
}.thanksWrap-tlMuJ h2::after {
    width: 5rem;
    left: 0;
    animation: growLine 1s ease-out forwards 0.8s;
    bottom: -0.8rem;
    height: 3px;
    transform-origin: left;
    transform: scaleX(0);
    content: "";
    position: absolute;
    background: rgb(211,188,173);
}.thanksWrap-tlMuJ .academy-learnings-PkvDG {
    position: relative;
    opacity: 0;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    padding: 3rem;
    border-left: 4px solid rgb(211,188,173);
    animation: slideUp 0.8s ease-out forwards 0.5s;
    transform: translateY(1rem);
    background: #ffffff;
}.thanksWrap-tlMuJ .academy-learnings-PkvDG::before {
    height: 8rem;
    background: linear-gradient(135deg, rgb(184,153,144,0.5), transparent);
    z-index: 0;
    opacity: 0.12;
    position: absolute;
    border-radius: 50%;
    right: 2rem;
    top: 2rem;
    content: "";
    width: 8rem;
}.thanksWrap-tlMuJ ul {
    position: relative;
    z-index: 2;
    list-style: none;
    margin: 0;
    padding: 0;
}.thanksWrap-tlMuJ li {
    position: relative;
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}.thanksWrap-tlMuJ li:last-child {
    margin-bottom: 0;
}.thanksWrap-tlMuJ li::before {
    background: rgb(211,188,173);
    height: 0.5rem;
    animation: growBox 0.6s ease-out forwards 1.2s;
    transform: rotate(45deg) scale(0);
    left: 0;
    content: "";
    position: absolute;
    width: 0.5rem;
    top: 0.6rem;
}.thanksWrap-tlMuJ li span {
    line-height: 1.7;
    animation: fadeIn 0.8s ease-out forwards 0.7s;
    display: block;
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #000000;
    transform: translateX(0.5rem);
    opacity: 0;
}

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

@keyframes growLine {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@keyframes slideUp {
  from {
    transform: translateY(1rem);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes growBox {
  from {
    transform: rotate(45deg) scale(0);
  }
  to {
    transform: rotate(45deg) scale(1);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateX(0.5rem);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (hover: hover) {.thanksWrap-tlMuJ .academy-learnings-PkvDG:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08), 0 10px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: translateY(-5px);
}.thanksWrap-tlMuJ .academy-learnings-PkvDG:hover::before {
    transform: scale(1.1);
    transition: transform 0.5s ease;
}
}

@media (max-width: 991px) {.thanksWrap-tlMuJ {
    padding: 4rem 0;
}.thanksWrap-tlMuJ h2 {
    max-width: 95%;
    font-size: calc(33px * 0.9);
}.thanksWrap-tlMuJ .academy-learnings-PkvDG {
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.thanksWrap-tlMuJ {
    padding: 3rem 0;
}.thanksWrap-tlMuJ::before {
    width: 70%;
}.thanksWrap-tlMuJ .container {
    padding: 0 1.5rem;
}.thanksWrap-tlMuJ h2 {
    font-size: calc(33px * 0.8);
    max-width: 100%;
    margin-bottom: 2rem;
}.thanksWrap-tlMuJ .academy-learnings-PkvDG {
    padding: 2rem 1.5rem;
}.thanksWrap-tlMuJ .academy-learnings-PkvDG::before {
    height: 6rem;
    width: 6rem;
    top: 1.5rem;
    right: 1.5rem;
}
}

@media (max-width: 480px) {.thanksWrap-tlMuJ {
    padding: 2.5rem 0;
}.thanksWrap-tlMuJ h2 {
    line-height: 1.4;
    font-size: calc(33px * 0.7);
}.thanksWrap-tlMuJ h2::after {
    width: 4rem;
}.thanksWrap-tlMuJ .academy-learnings-PkvDG {
    border-left-width: 3px;
    padding: 1.75rem 1.25rem;
}.thanksWrap-tlMuJ li {
    padding-left: 1.25rem;
}.thanksWrap-tlMuJ li span {
    font-size: calc(16px * 0.95);
    line-height: 1.6;
}}.get-help-info-kSIMC {
    position: relative;
    background: linear-gradient(135deg, rgb(233,221,214), rgba(245, 248, 253, 0.95));
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.1);
    padding: 4rem 0;
    overflow: hidden;
}.get-help-info-kSIMC::before {
    position: absolute;
    height: 100%;
    left: 0;
    opacity: 0.15;
    top: 0;
    width: 100%;
    z-index: 0;
    content: "";
    background: radial-gradient(circle at 30% 20%, rgb(184,153,144,0.5) 0%, transparent 60%);
}.get-help-info-kSIMC::after {
    width: 80%;
    height: 2px;
    transform: translateX(-50%);
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgb(211,188,173,0.5), transparent);
}.get-help-info-kSIMC .container {
    position: relative;
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
    padding: 0 1.5rem;
}.get-help-info-kSIMC .contact-box-jp7q5 {
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    background: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 0 5px 15px rgba(0, 0, 0, 0.04);
    padding: 2.5rem;
}.get-help-info-kSIMC .contact-box-jp7q5:hover {
    transform: perspective(1000px) rotateX(0deg);
}.get-help-info-kSIMC h3 {
    display: inline-block;
    font-size: 30px;
    position: relative;
    color: rgb(211,188,173);
    font-weight: 700;
    margin-bottom: 1.5rem;
}.get-help-info-kSIMC h3::after {
    position: absolute;
    height: 3px;
    content: "";
    bottom: -8px;
    width: 60%;
    background: linear-gradient(to right, rgb(184,153,144), transparent);
    left: 0;
}.get-help-info-kSIMC p {
    font-size: 17px;
    color: #000000;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}.get-help-info-kSIMC h5 {
    color: #000000;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.5rem;
    align-items: center;
}.get-help-info-kSIMC svg {
    flex-shrink: 0;
    height: 24px;
    width: 24px;
    transition: transform 0.3s ease;
}.get-help-info-kSIMC svg:hover {
    transform: scale(1.1);
}.get-help-info-kSIMC svg path {
    fill: rgb(184,153,144);
    transition: fill 0.3s ease;
}.get-help-info-kSIMC .support-request-JHU1R {
    padding: 0;
    margin: 2rem 0 0;
    list-style-type: none;
    gap: 1rem;
    display: flex;
    flex-direction: column;
}.get-help-info-kSIMC .connect-experts-NXMaQ {
    gap: 0.75rem;
    text-decoration: none;
    transition: all 0.3s ease;
    background: linear-gradient(to right, rgba(245, 248, 253, 0.8), transparent);
    display: flex;
    font-weight: 600;
    transform-origin: left;
    align-items: center;
    padding: 0.75rem 1rem;
    color: #000000;
}.get-help-info-kSIMC .connect-experts-NXMaQ:hover {
    color: rgb(211,188,173);
    transform: translateX(5px);
}.get-help-info-kSIMC .connect-experts-NXMaQ:hover svg path {
    fill: rgb(211,188,173);
}.get-help-info-kSIMC .connect-experts-NXMaQ::before {
    top: 0;
    transform: scaleY(0);
    background-color: rgb(184,153,144);
    transition: transform 0.3s ease;
    left: 0;
    width: 3px;
    height: 100%;
    content: "";
    position: absolute;
}.get-help-info-kSIMC .connect-experts-NXMaQ:hover::before {
    transform: scaleY(1);
}.get-help-info-kSIMC li {
    position: relative;
    transition: transform 0.3s ease;
    transform: translateZ(0);
}.get-help-info-kSIMC li:hover {
    transform: translateZ(20px);
}

@media (min-width: 768px) {.get-help-info-kSIMC .contact-box-jp7q5 {
    padding: 3.5rem;
    max-width: 90%;
    margin: 0 auto;
}.get-help-info-kSIMC .support-request-JHU1R {
    gap: 1.5rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.get-help-info-kSIMC h3 {
    font-size: calc(30px * 1.1);
}.get-help-info-kSIMC p {
    max-width: 85%;
}
}

@media (min-width: 992px) {.get-help-info-kSIMC {
    padding: 6rem 0;
}.get-help-info-kSIMC .contact-box-jp7q5 {
    transform: perspective(1200px) rotateX(2deg);
    padding: 4rem;
    max-width: 80%;
}.get-help-info-kSIMC h3 {
    margin-bottom: 2rem;
}.get-help-info-kSIMC .support-request-JHU1R {
    margin-top: 3rem;
}
}

@media (max-width: 767px) {.get-help-info-kSIMC {
    padding: 3rem 0;
}.get-help-info-kSIMC .contact-box-jp7q5 {
    padding: 2rem 1.5rem;
    transform: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
}.get-help-info-kSIMC h3 {
    margin-bottom: 1.25rem;
    font-size: calc(30px * 0.9);
}.get-help-info-kSIMC h5, .get-help-info-kSIMC p {
    font-size: 0.95rem;
}.get-help-info-kSIMC svg {
    width: 20px;
    height: 20px;
}.get-help-info-kSIMC .connect-experts-NXMaQ {
    padding: 0.6rem 0.75rem;
}
}

@media (max-width: 480px) {.get-help-info-kSIMC {
    padding: 2.5rem 0;
}.get-help-info-kSIMC .contact-box-jp7q5 {
    padding: 1.5rem 1rem;
}.get-help-info-kSIMC h3 {
    font-size: calc(30px * 0.8);
}.get-help-info-kSIMC h5 {
    font-size: calc(18px * 0.9);
}}.subscribe-to-newsletter-Va3gh {
    overflow: hidden;
    padding: 5rem 2rem;
    position: relative;
    background: linear-gradient(45deg, #000000 0%, rgb(211,188,173,0.5) 100%);
}.subscribe-to-newsletter-Va3gh::before {
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(0, 0, 0, 0.5) 10px,
        rgba(0, 0, 0, 0.5) 11px
    );
    position: absolute;
    opacity: 0.1;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1;
    content: "";
}.subscribe-to-newsletter-Va3gh::after {
    bottom: 0;
    width: 60%;
    position: absolute;
    animation: scanline 3s linear infinite;
    height: 5px;
    background: linear-gradient(90deg, transparent, rgb(184,153,144), transparent);
    filter: blur(2px);
    right: 0;
    content: "";
}@keyframes scanline {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

.subscribe-to-newsletter-Va3gh .academy-learnings-PkvDG {
    max-width: 1200px;
    display: grid;
    grid-template-columns: 1fr;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.subscribe-to-newsletter-Va3gh .connect-card-hS3kw {
    box-shadow: 0 0 25px rgb(211,188,173,0.5), 
                inset 0 0 15px rgb(184,153,144,0.5);
    border: 2px solid transparent;
    backdrop-filter: blur(10px);
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-image: linear-gradient(
        135deg,
        rgb(211,188,173),
        transparent,
        rgb(184,153,144)
    );
    margin-left: 15%;
    border-image-slice: 1;
    width: 70%;
    padding: 3rem;
    transform: perspective(1000px) rotateX(5deg);
}.subscribe-to-newsletter-Va3gh .connect-card-hS3kw::before {
    z-index: -1;
    filter: blur(15px);
    opacity: 0.7;
    background: linear-gradient(45deg, rgb(211,188,173), transparent, rgb(184,153,144));
    bottom: -2px;
    content: "";
    position: absolute;
    right: -2px;
    left: -2px;
    top: -2px;
    animation: glow 3s ease-in-out infinite alternate;
}@keyframes glow {
    0% {
        opacity: 0.5;
        filter: blur(15px);
    }
    100% {
        opacity: 0.9;
        filter: blur(20px);
    }
}

.subscribe-to-newsletter-Va3gh h3 {
    letter-spacing: 2px;
    margin-bottom: 2.5rem;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    font-size: 36px;
    font-family: Arial, sans-serif;
    display: inline-block;
    text-shadow: 0 0 10px rgb(211,188,173), 0 0 20px rgb(211,188,173,0.5);
    color: #ffffff;
}.subscribe-to-newsletter-Va3gh h3::after {
    position: absolute;
    height: 3px;
    bottom: -10px;
    box-shadow: 0 0 10px rgb(184,153,144);
    left: 0;
    width: 50px;
    content: "";
    background: rgb(184,153,144);
}.subscribe-to-newsletter-Va3gh .input_holder {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    display: flex;
    transform-style: preserve-3d;
    position: relative;
}.subscribe-to-newsletter-Va3gh input[type="email"] {
    padding: 1.3rem 1.5rem;
    flex-grow: 1;
    color: #ffffff;
    font-size: 14px;
    border-right: 1px solid rgb(211,188,173,0.5);
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    border: none;
}.subscribe-to-newsletter-Va3gh input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}.subscribe-to-newsletter-Va3gh input[type="email"]:focus {
    outline: none;
    box-shadow: inset 0 0 15px rgb(211,188,173,0.5);
    background: rgba(255, 255, 255, 0.2);
}.subscribe-to-newsletter-Va3gh .sub-set-NvGKY {
    color: #ffffff;
    font-weight: 600;
    transition: all 0.4s ease;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 1rem 2.5rem;
    border: none;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    background: linear-gradient(
        to right,
        rgb(184,153,144),
        rgb(211,188,173)
    );
}.subscribe-to-newsletter-Va3gh .sub-set-NvGKY::before {
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    height: 100%;
    content: "";
    top: 0;
    width: 100%;
    left: -100%;
    transition: all 0.6s ease;
}.subscribe-to-newsletter-Va3gh .sub-set-NvGKY:hover::before {
    left: 100%;
}.subscribe-to-newsletter-Va3gh .sub-set-NvGKY:hover {
    box-shadow: 0 0 15px rgb(184,153,144), 0 0 30px rgb(184,153,144,0.5);
    text-shadow: 0 0 5px #ffffff;
}

@media (max-width: 768px) {.subscribe-to-newsletter-Va3gh {
    padding: 3rem 1rem;
}.subscribe-to-newsletter-Va3gh .connect-card-hS3kw {
    margin-left: 0;
    padding: 2rem 1rem;
    width: 100%;
    transform: perspective(0) rotateX(0);
}.subscribe-to-newsletter-Va3gh h3 {
    font-size: 22px;
    width: 100%;
    text-align: center;
}.subscribe-to-newsletter-Va3gh h3::after {
    left: 50%;
    transform: translateX(-50%);
}.subscribe-to-newsletter-Va3gh .input_holder {
    clip-path: none;
    flex-direction: column;
}.subscribe-to-newsletter-Va3gh input[type="email"] {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid rgb(211,188,173,0.5);
    padding: 1rem;
}.subscribe-to-newsletter-Va3gh .sub-set-NvGKY {
    width: 100%;
    padding: 1rem;
}}.contact-form-section-BChm4 {
    background: linear-gradient(
        -45deg, 
        rgb(233,221,214) 0%, 
        rgb(184,153,144,0.5) 100%
    );
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}.contact-form-section-BChm4 .container {
    margin: 0 auto;
    padding: 0 1rem;
    max-width: 1400px;
}.contact-form-section-BChm4 .connect-widget-NAyxa {
    overflow: hidden;
    border-radius: 27px;
    align-items: stretch;
    position: relative;
    box-shadow: 0 25px 50px rgb(211,188,173,0.5);
    display: flex;
    background: rgb(184,153,144,0.5);
}.contact-form-section-BChm4 .image-click-KaBfT {
    transform: skew(-10deg);
    min-height: 600px;
    margin-left: -5%;
    z-index: 2;
    position: relative;
    flex: 0 0 45%;
}.contact-form-section-BChm4 .image-click-KaBfT::before {
    position: absolute;
    width: 120%;
    transform: skew(10deg);
    left: 0;
    top: 0;
    background: linear-gradient(
        135deg, 
        rgb(211,188,173,0.5) 0%, 
        rgb(184,153,144,0.5) 100%
    );
    opacity: 0.7;
    height: 100%;
    z-index: 1;
    content: '';
}.contact-form-section-BChm4 .query-widget-3qMVz {
    flex-direction: column;
    position: relative;
    z-index: 3;
    flex: 0 0 55%;
    justify-content: center;
    padding: 4rem 3rem 4rem 10%;
    display: flex;
}.contact-form-section-BChm4 h2 {
    font-weight: 700;
    font-size: 47px;
    color: #ffffff;
    margin-bottom: 2.5rem;
    position: relative;
    padding-left: 2rem;
    text-align: left;
}.contact-form-section-BChm4 h2::before {
    position: absolute;
    top: 50%;
    box-shadow: 0 0 15px rgb(211,188,173,0.5);
    left: 0;
    height: 1rem;
    border-radius: 50%;
    background: rgb(211,188,173);
    transform: translateY(-50%);
    content: '';
    width: 1rem;
}.contact-form-section-BChm4 .query-widget-3qMVz h3 {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    font-size: 28px;
    position: relative;
}.contact-form-section-BChm4 .query-widget-3qMVz h3::after {
    width: 50px;
    height: 3px;
    bottom: 0;
    left: 0;
    position: absolute;
    content: '';
    background: rgb(211,188,173);
}.contact-form-section-BChm4 .query-widget-3qMVz form {
    display: grid;
    gap: 1.5rem;
}.contact-form-section-BChm4 .query-widget-3qMVz input:not([type="checkbox"]):not([type="submit"]) {
    border: 1px solid rgb(211,188,173,0.5);
    transition: all 0.3s ease;
    outline: none;
    position: relative;
    color: #ffffff;
    padding: 1rem 1.5rem;
    font-size: 16px;
    width: 100%;
    background: rgb(184,153,144,0.5);
    border-radius: 10px;
}.contact-form-section-BChm4 .query-widget-3qMVz input:not([type="checkbox"]):not([type="submit"])::after {
    left: 0;
    bottom: -2px;
    transition: width 0.3s ease;
    height: 2px;
    background: rgb(211,188,173);
    position: absolute;
    width: 0;
    content: '';
}.contact-form-section-BChm4 .query-widget-3qMVz input:not([type="checkbox"]):not([type="submit"]):focus {
    box-shadow: 0 0 15px rgb(211,188,173,0.5);
    border-color: rgb(211,188,173);
}.contact-form-section-BChm4 .query-widget-3qMVz input:not([type="checkbox"]):not([type="submit"]):focus::after {
    width: 100%;
}.contact-form-section-BChm4 .query-widget-3qMVz .inquiry-feedback-jhfvO {
    display: flex;
    align-items: center;
    gap: 1rem;
}.contact-form-section-BChm4 .query-widget-3qMVz .inquiry-feedback-jhfvO input[type="checkbox"] {
    border: 2px solid rgb(211,188,173,0.5);
    width: 22px;
    transition: all 0.3s ease;
    position: relative;
    height: 22px;
    appearance: none;
    border-radius: 10px;
    cursor: pointer;
    background: rgb(184,153,144,0.5);
}.contact-form-section-BChm4 .query-widget-3qMVz .inquiry-feedback-jhfvO input[type="checkbox"]:checked {
    border-color: rgb(211,188,173);
    background: rgb(211,188,173);
}.contact-form-section-BChm4 .query-widget-3qMVz .inquiry-feedback-jhfvO input[type="checkbox"]:checked::after {
    content: '✔';
    left: 50%;
    position: absolute;
    color: #ffffff;
    transform: translate(-50%, -50%);
    top: 50%;
    font-size: 0.8rem;
}.contact-form-section-BChm4 .query-widget-3qMVz .inquiry-feedback-jhfvO label {
    align-items: center;
    color: #ffffff;
    display: flex;
    font-size: 16px;
}.contact-form-section-BChm4 .query-widget-3qMVz .inquiry-feedback-jhfvO a {
    margin-left: 0.3rem;
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(211,188,173);
}.contact-form-section-BChm4 .query-widget-3qMVz .inquiry-feedback-jhfvO a:hover {
    text-decoration: underline;
}.contact-form-section-BChm4 .query-widget-3qMVz .help-section-4sHm8 {
    width: 100%;
    background: rgb(211,188,173);
    font-size: 20px;
    position: relative;
    overflow: hidden;
    color: #ffffff;
    cursor: pointer;
    border-radius: 10px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    text-transform: uppercase;
    padding: 1rem;
}.contact-form-section-BChm4 .query-widget-3qMVz .help-section-4sHm8::before {
    width: 200%;
    transition: all 0.5s ease;
    background: linear-gradient(
        135deg, 
        transparent, 
        rgb(211,188,173,0.5), 
        transparent
    );
    content: '';
    height: 200%;
    position: absolute;
    top: -50%;
    transform: rotate(-45deg);
    opacity: 0;
    left: -50%;
}.contact-form-section-BChm4 .query-widget-3qMVz .help-section-4sHm8:hover::before {
    opacity: 1;
}.contact-form-section-BChm4 .query-widget-3qMVz .help-section-4sHm8:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgb(211,188,173,0.5);
}

@media screen and (max-width: 1200px) {.contact-form-section-BChm4 .image-click-KaBfT {
    margin-left: -3%;
}
}

@media screen and (max-width: 1024px) {.contact-form-section-BChm4 .connect-widget-NAyxa {
    flex-direction: column;
}.contact-form-section-BChm4 .image-click-KaBfT {
    min-height: 300px;
    transform: none;
    flex: 0 0 100%;
    margin-left: 0;
}.contact-form-section-BChm4 .image-click-KaBfT::before {
    transform: none;
    width: 100%;
}.contact-form-section-BChm4 .query-widget-3qMVz {
    padding: 3rem 2rem;
    flex: 0 0 100%;
}
}

@media screen and (max-width: 768px) {.contact-form-section-BChm4 {
    padding: 3rem 0;
}.contact-form-section-BChm4 h2 {
    padding-left: 1.5rem;
    font-size: calc(47px * 0.8);
    margin-bottom: 1.5rem;
}.contact-form-section-BChm4 h2::before {
    height: 0.8rem;
    width: 0.8rem;
}.contact-form-section-BChm4 .query-widget-3qMVz h3 {
    font-size: calc(28px * 0.9);
    margin-bottom: 1.5rem;
}.contact-form-section-BChm4 .query-widget-3qMVz input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
}
}

@media screen and (max-width: 480px) {.contact-form-section-BChm4 .connect-widget-NAyxa {
    border-radius: 0;
}.contact-form-section-BChm4 .query-widget-3qMVz {
    padding: 2rem 1.5rem;
}}footer {
    position: relative;
}footer::before {
    background: linear-gradient(90deg, #000000 0%, rgb(211,188,173) 150%);
    position: absolute;
    content: '';
    z-index: 1;
    left: 0;
    top: 0;
    opacity: 0.92;
    right: 0;
    bottom: 0;
}.search-foot-WFbez {
    z-index: 2;
    font-family: Arial, sans-serif;
    color: #ffffff;
    padding: 70px 0;
    position: relative;
}.search-foot-WFbez .container {
    flex-wrap: wrap;
    gap: 40px;
    display: flex;
}.search-foot-WFbez .company_holder {
    transition: all 0.3s ease;
    position: relative;
    padding: 30px;
    border-radius: 12px 0 12px 0;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.3);
}.search-foot-WFbez .company_holder:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}.search-foot-WFbez .company_holder::before {
    background: rgb(211,188,173);
    left: 0;
    top: 0;
    position: absolute;
    height: 5px;
    content: '';
    width: 100%;
}.search-foot-WFbez .company_holder h3 {
    font-weight: 700;
    font-size: 29px;
    color: #ffffff;
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
}.search-foot-WFbez .company_holder h3::after {
    content: '';
    width: 60px;
    background: rgb(184,153,144);
    position: absolute;
    height: 3px;
    left: 0;
    bottom: -8px;
}.search-foot-WFbez .support-cta-B1smc {
    font-size: 18px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    line-height: 1.6;
    color: #ffffff;
}.search-foot-WFbez .tech-stack-Yi1GF {
    position: relative;
}.search-foot-WFbez .head-page-ZxSm4 {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}.search-foot-WFbez .nav-tutor-28Y7w {
    position: relative;
    flex: 0 0 calc(50% - 15px);
}.search-foot-WFbez .nav-tutor-28Y7w h5 {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    position: relative;
    color: #ffffff;
    border-left: 3px solid rgb(211,188,173);
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 19px;
    padding-left: 15px;
}.search-foot-WFbez .nav-tutor-28Y7w .head-page-ZxSm4 {
    display: flex;
    gap: 12px;
    flex-direction: column;
}.search-foot-WFbez .nav-tutor-28Y7w .head-page-ZxSm4 a {
    display: inline-block;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    padding: 8px 15px;
    position: relative;
    border-radius: 4px;
    z-index: 1;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    font-size: 18px;
}.search-foot-WFbez .nav-tutor-28Y7w .head-page-ZxSm4 a::before {
    transition: width 0.3s ease;
    background: rgb(211,188,173,0.5);
    top: 0;
    content: '';
    left: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    position: absolute;
}.search-foot-WFbez .nav-tutor-28Y7w .head-page-ZxSm4 a:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    transform: translateX(5px);
}.search-foot-WFbez .nav-tutor-28Y7w .head-page-ZxSm4 a:hover::before {
    width: 100%;
}.data-viz-h7LTA {
    margin-top: 50px;
    position: relative;
    padding: 20px 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
}.data-viz-h7LTA .container {
    display: flex;
    align-items: center;
    justify-content: center;
}.data-viz-h7LTA .diversity-4UYRa {
    text-align: center;
    color: #ffffff;
    letter-spacing: 0.5px;
    font-size: 15px;
}@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

footer::after {
    bottom: 0;
    z-index: 1;
    position: absolute;
    background-size: 40px 40px;
    top: 0;
    content: '';
    background: 
        linear-gradient(0deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%),
        linear-gradient(90deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%);
    left: 0;
    right: 0;
}

@media (max-width: 992px) {.search-foot-WFbez .container {
    flex-direction: column;
}
}

@media (max-width: 768px) {.search-foot-WFbez {
    padding: 50px 0;
}.search-foot-WFbez .nav-tutor-28Y7w {
    flex: 0 0 100%;
}
}

@media (max-width: 576px) {.search-foot-WFbez {
    padding: 40px 0;
}.search-foot-WFbez .company_holder h3 {
    font-size: calc(29px * 0.8);
}.search-foot-WFbez .nav-tutor-28Y7w h5 {
    font-size: calc(19px * 0.9);
}.search-foot-WFbez .nav-tutor-28Y7w .head-page-ZxSm4 a,
    .search-foot-WFbez .footer_agreement {
    font-size: calc(18px * 0.95);
}}

.data-viz-h7LTA::before {
    content: '';
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    height: 1px;
    left: 0;
    width: 100%;
    top: 0;
    position: absolute;
    opacity: 0.2;
}.learning-outcomes-UpwDE {
    padding: 120px 0 80px;
    overflow: hidden;
    position: relative;
    background: rgb(233,221,214);
    perspective: 1000px;
}.learning-outcomes-UpwDE::before {
    background: linear-gradient(135deg, rgb(184,153,144,0.5), transparent);
    opacity: 0.5;
    height: 300px;
    position: absolute;
    transform: rotate(15deg) skewX(15deg);
    content: "";
    right: -50px;
    z-index: 0;
    width: 300px;
    top: -50px;
    filter: blur(80px);
}.learning-outcomes-UpwDE::after {
    bottom: -80px;
    position: absolute;
    transform: rotate(-15deg) skewX(-15deg);
    width: 400px;
    background: linear-gradient(45deg, rgb(211,188,173,0.5), transparent);
    left: -80px;
    height: 400px;
    content: "";
    opacity: 0.3;
    z-index: 0;
    filter: blur(120px);
}.learning-outcomes-UpwDE .container {
    z-index: 1;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}.learning-outcomes-UpwDE .academy-learnings-PkvDG {
    transform-style: preserve-3d;
    animation: fadeIn 0.8s ease-out forwards;
    grid-template-columns: 1fr;
    gap: 40px;
    display: grid;
}.learning-outcomes-UpwDE .text-widget-fPXGo {
    padding: 40px 30px;
    position: relative;
    backface-visibility: hidden;
    transform: translateZ(20px);
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.08),
        0 5px 15px rgba(0,0,0,0.05),
        0 0 0 1px rgba(255,255,255,0.1) inset;
    background: linear-gradient(145deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
}.learning-outcomes-UpwDE .text-widget-fPXGo::before {
    position: absolute;
    height: 100%;
    width: 4px;
    background: linear-gradient(to bottom, rgb(211,188,173), rgb(184,153,144));
    transform: translateX(-2px);
    content: "";
    top: 0;
    left: 0;
}.learning-outcomes-UpwDE .text-widget-fPXGo h4 {
    margin-bottom: 30px;
    color: #000000;
    position: relative;
    font-size: calc(20px * 1.1);
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.01em;
}.learning-outcomes-UpwDE .text-widget-fPXGo h4::after {
    position: absolute;
    transform-origin: left center;
    animation: expandWidth 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    background: rgb(184,153,144);
    width: 80px;
    content: "";
    height: 3px;
    left: 0;
    bottom: -12px;
}.learning-outcomes-UpwDE .text-widget-fPXGo > div {
    flex-direction: column;
    display: flex;
    gap: 10px;
}.learning-outcomes-UpwDE .text-widget-fPXGo ul {
    list-style: none;
    padding: 0;
    margin: 0;
}.learning-outcomes-UpwDE .text-widget-fPXGo li {
    transform: translateX(0);
    transition: transform 0.3s ease;
    margin-bottom: 20px;
}.learning-outcomes-UpwDE .text-widget-fPXGo li:hover {
    transform: translateX(8px);
}.learning-outcomes-UpwDE .text-widget-fPXGo li p {
    align-items: flex-start;
    gap: 15px;
    line-height: 1.6;
    font-size: 14px;
    margin: 0;
    display: flex;
    color: #000000;
}.learning-outcomes-UpwDE .text-widget-fPXGo li p span:first-child {
    flex-shrink: 0;
    margin-top: 2px;
}.learning-outcomes-UpwDE .text-widget-fPXGo li p span:last-child {
    flex-grow: 1;
}.learning-outcomes-UpwDE .text-widget-fPXGo svg {
    filter: drop-shadow(0 2px 3px rgba(0,0,0,0.1));
    width: 24px;
    transition: transform 0.3s ease;
    height: 24px;
}.learning-outcomes-UpwDE .text-widget-fPXGo li:hover svg {
    transform: scale(1.15) rotate(5deg);
}.learning-outcomes-UpwDE .text-widget-fPXGo svg path {
    fill: rgb(184,153,144);
    transition: fill 0.3s ease;
}.learning-outcomes-UpwDE .text-widget-fPXGo li:hover svg path {
    fill: rgb(211,188,173);
}.learning-outcomes-UpwDE .image-click-KaBfT {
    max-height: 600px;
    object-fit: cover;
    transform: translateZ(40px) rotateX(2deg) rotateY(-2deg);
    width: 100%;
    height: auto;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: 
        0 25px 50px rgba(0,0,0,0.15),
        0 10px 20px rgba(0,0,0,0.1);
    backface-visibility: hidden;
}.learning-outcomes-UpwDE .image-click-KaBfT:hover {
    transform: translateZ(50px) rotateX(0deg) rotateY(0deg);
}

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

@keyframes expandWidth {
    from {
        width: 0;
    }
    to {
        width: 80px;
    }
}

@media (min-width: 768px) {.learning-outcomes-UpwDE {
    padding: 140px 0 100px;
}.learning-outcomes-UpwDE .academy-learnings-PkvDG {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 60px;
}.learning-outcomes-UpwDE .text-widget-fPXGo {
    padding: 50px 40px;
}.learning-outcomes-UpwDE .text-widget-fPXGo > div {
    flex-direction: row;
    gap: 30px;
}.learning-outcomes-UpwDE .text-widget-fPXGo h4 {
    font-size: calc(20px * 1.3);
}.learning-outcomes-UpwDE .text-widget-fPXGo h4::after {
    width: 100px;
}
    
    @keyframes expandWidth {
        from {
            width: 0;
        }
        to {
            width: 100px;
        }
    }
}

@media (min-width: 992px) {.learning-outcomes-UpwDE {
    padding: 160px 0 120px;
}.learning-outcomes-UpwDE .academy-learnings-PkvDG {
    gap: 80px;
}.learning-outcomes-UpwDE .text-widget-fPXGo {
    transform: translateZ(30px) translateX(-20px);
    padding: 60px 50px;
}.learning-outcomes-UpwDE .image-click-KaBfT {
    transform: translateZ(50px) translateX(20px) rotateX(2deg) rotateY(-2deg);
}.learning-outcomes-UpwDE .image-click-KaBfT:hover {
    transform: translateZ(60px) translateX(20px) rotateX(0deg) rotateY(0deg);
}
}

@media (max-width: 767px) {.learning-outcomes-UpwDE {
    padding: 80px 0 60px;
}.learning-outcomes-UpwDE .text-widget-fPXGo {
    padding: 30px 20px;
}.learning-outcomes-UpwDE .text-widget-fPXGo h4 {
    font-size: 20px;
    margin-bottom: 25px;
}.learning-outcomes-UpwDE .text-widget-fPXGo > div {
    flex-direction: column;
}.learning-outcomes-UpwDE .text-widget-fPXGo li {
    margin-bottom: 15px;
}.learning-outcomes-UpwDE .image-click-KaBfT {
    transform: translateZ(20px) rotateX(1deg) rotateY(-1deg);
}
}

@media (max-width: 480px) {.learning-outcomes-UpwDE {
    padding: 60px 0 40px;
}.learning-outcomes-UpwDE .text-widget-fPXGo {
    padding: 25px 15px;
}.learning-outcomes-UpwDE .text-widget-fPXGo h4 {
    font-size: calc(20px * 0.9);
}.learning-outcomes-UpwDE .text-widget-fPXGo li p {
    gap: 10px;
    font-size: calc(14px * 0.95);
}.learning-outcomes-UpwDE .text-widget-fPXGo svg {
    height: 20px;
    width: 20px;
}}header {
    position: relative;
    background: linear-gradient(to right, rgb(233,221,214), #ffffff);
    box-shadow: 0 5px 15px rgb(211,188,173,0.5);
    z-index: 100;
    padding: 1.5rem 0;
}header .container {
    max-width: 1200px;
    padding: 0 1.5rem;
    position: relative;
    margin: 0 auto;
}header .nav-site-9Ifsc {
    align-items: center;
    flex-direction: column;
    display: flex;
    gap: 1.2rem;
}header .main-learn-O4VKA {
    transition: all 0.3s ease;
    display: block;
    border-radius: 10px;
    padding: 0.5rem;
    margin-bottom: 0.5rem;
    position: relative;
    text-decoration: none;
}header .main-learn-O4VKA::after {
    position: absolute;
    content: '';
    width: 100%;
    opacity: 0.7;
    bottom: -5px;
    background: linear-gradient(to right, transparent, rgb(211,188,173), transparent);
    height: 2px;
    left: 0;
}header .main-learn-O4VKA svg {
    transition: transform 0.3s ease;
    width: 180px;
    height: auto;
}header .main-learn-O4VKA:hover svg {
    transform: scale(1.05);
}header .nav-tutor-28Y7w {
    border-radius: 30px;
    width: 100%;
    background: linear-gradient(to right, rgb(211,188,173,0.5), rgb(184,153,144,0.5));
    padding: 0.8rem;
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}header .head-learning-AMla4 {
    background: #ffffff;
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
    transition: all 0.3s ease;
    color: #000000;
    border-radius: 10px;
    text-decoration: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    padding: 0.6rem 1.2rem;
}header .head-learning-AMla4:hover {
    transform: translateY(-2px);
    color: #ffffff;
    background: linear-gradient(135deg, rgb(211,188,173), rgb(184,153,144));
    box-shadow: 0 4px 8px rgb(211,188,173,0.5);
}

@media (max-width: 991px) {header {
    padding: 1.2rem 0;
}header .main-learn-O4VKA svg {
    width: 160px;
}header .nav-tutor-28Y7w {
    padding: 0.7rem;
}header .head-learning-AMla4 {
    font-size: calc(12px - 1px);
    padding: 0.5rem 1rem;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 0;
}header .nav-site-9Ifsc {
    gap: 1rem;
}header .main-learn-O4VKA svg {
    width: 140px;
}header .nav-tutor-28Y7w {
    padding: 0.6rem;
    gap: 0.4rem;
}header .head-learning-AMla4 {
    padding: 0.4rem 0.8rem;
    font-size: calc(12px - 2px);
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .nav-site-9Ifsc {
    gap: 0.8rem;
}header .main-learn-O4VKA svg {
    width: 120px;
}header .nav-tutor-28Y7w {
    flex-wrap: nowrap;
    padding: 0.5rem;
    justify-content: flex-start;
    overflow-x: auto;
}header .nav-tutor-28Y7w::-webkit-scrollbar {
    height: 3px;
}header .nav-tutor-28Y7w::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(211,188,173);
}header .head-learning-AMla4 {
    white-space: nowrap;
    flex-shrink: 0;
    font-size: calc(12px - 2px);
    padding: 0.4rem 0.7rem;
}}.program-information-tKDlh {
    background: rgb(233,221,214);
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.program-information-tKDlh::before {
    animation: gradientShift 15s infinite alternate ease-in-out;
    opacity: 0.7;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(211,188,173,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(184,153,144,0.5) 0%, transparent 30%);
    top: 0;
    filter: blur(60px);
    left: 0;
    width: 100%;
    content: "";
    z-index: 0;
    position: absolute;
}.program-information-tKDlh::after {
    background: 
        repeating-conic-gradient(
            from 0deg,
            rgba(0, 0, 0, 0.5) 0deg 1deg,
            transparent 1deg 15deg
        );
    content: "";
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    animation: rotateBg 120s linear infinite;
    z-index: 0;
    position: absolute;
    opacity: 0.03;
}.program-information-tKDlh .container {
    position: relative;
    z-index: 1;
}.program-information-tKDlh .academy-learnings-PkvDG {
    align-items: center;
    min-height: 600px;
    display: flex;
    justify-content: center;
    position: relative;
}.program-information-tKDlh .image-click-KaBfT {
    left: 0;
    z-index: 1;
    overflow: hidden;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.2),
        0 10px 30px rgba(0, 0, 0, 0.5);
    position: absolute;
    transform: scale(0.9);
    top: 0;
    filter: brightness(0.9) contrast(1.1);
    transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 100%;
    border-radius: 50%;
    height: 100%;
}.program-information-tKDlh .image-click-KaBfT::before {
    mix-blend-mode: multiply;
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    z-index: 2;
    top: 0;
    background: 
        radial-gradient(
            circle at center,
            transparent 30%,
            rgba(0, 0, 0, 0.5) 100%
        );
}.program-information-tKDlh .image-click-KaBfT::after {
    transition: opacity 0.5s ease;
    left: 0;
    width: 100%;
    opacity: 0.4;
    background: 
        conic-gradient(
            from 0deg,
            rgb(211,188,173,0.5) 0deg,
            transparent 120deg,
            rgb(184,153,144,0.5) 240deg,
            transparent 360deg
        );
    mix-blend-mode: overlay;
    z-index: 3;
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
}.program-information-tKDlh .academy-learnings-PkvDG:hover .image-click-KaBfT {
    filter: brightness(1) contrast(1.2);
    transform: scale(0.95) rotate(2deg);
}.program-information-tKDlh .academy-learnings-PkvDG:hover .image-click-KaBfT::after {
    opacity: 0.6;
    animation: rotateOverlay 20s linear infinite;
}.program-information-tKDlh .training-map-3J9Kw {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
    width: 60%;
    padding: 0;
}.program-information-tKDlh .head-class-y7soT {
    background: #ffffff;
    width: 100px;
    position: relative;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    height: 100px;
    z-index: 5;
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateY(0);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.15),
        0 5px 15px rgb(211,188,173,0.5);
    display: flex;
}.program-information-tKDlh .head-class-y7soT::before {
    right: -10px;
    left: -10px;
    bottom: -10px;
    position: absolute;
    top: -10px;
    animation: rotateLogo 10s linear infinite;
    border-radius: 50%;
    z-index: -1;
    content: "";
    background: 
        conic-gradient(
            from 0deg,
            rgb(211,188,173) 0deg,
            rgb(211,188,173,0.5) 90deg,
            rgb(184,153,144,0.5) 180deg,
            rgb(184,153,144) 270deg,
            rgb(211,188,173) 360deg
        );
    opacity: 0.7;
}.program-information-tKDlh .head-class-y7soT::after {
    animation: pulseBorder 4s ease-in-out infinite;
    content: "";
    border: 2px dashed rgb(211,188,173,0.5);
    z-index: -2;
    left: -20px;
    position: absolute;
    bottom: -20px;
    opacity: 0.3;
    right: -20px;
    top: -20px;
    border-radius: 50%;
}.program-information-tKDlh .head-class-y7soT:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 20px 45px rgba(0, 0, 0, 0.2),
        0 8px 25px rgb(211,188,173,0.5);
}.program-information-tKDlh .head-class-y7soT svg {
    filter: drop-shadow(0 3px 6px rgb(211,188,173,0.5));
    height: 50px;
    transition: all 0.5s ease;
    width: 50px;
}.program-information-tKDlh .head-class-y7soT:hover svg {
    transform: rotate(15deg) scale(1.1);
}.program-information-tKDlh .head-class-y7soT svg path {
    fill: rgb(211,188,173);
    transition: fill 0.5s ease;
}.program-information-tKDlh .head-class-y7soT:hover svg path {
    fill: rgb(184,153,144);
}.program-information-tKDlh h3 {
    margin-bottom: 30px;
    font-weight: 700;
    color: #000000;
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    max-width: 600px;
    width: 90%;
    position: relative;
    text-align: center;
    border-radius: 29px;
    transform: perspective(800px) rotateX(2deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    font-size: 33px;
    background: #ffffff;
    padding: 25px 40px;
}.program-information-tKDlh h3::before {
    content: "";
    position: absolute;
    top: 0;
    border-radius: 29px;
    height: 100%;
    background: linear-gradient(135deg, rgb(211,188,173,0.5) 0%, transparent 100%);
    z-index: -1;
    width: 100%;
    opacity: 0.1;
    left: 0;
}.program-information-tKDlh h3::after {
    height: 3px;
    border-radius: 10px;
    transform: translateX(-50%);
    left: 50%;
    content: "";
    position: absolute;
    transition: width 0.5s ease;
    background: linear-gradient(90deg, rgb(211,188,173), rgb(184,153,144));
    bottom: -15px;
    width: 60px;
}.program-information-tKDlh .training-map-3J9Kw:hover h3 {
    transform: perspective(800px) rotateX(0deg);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}.program-information-tKDlh .training-map-3J9Kw:hover h3::after {
    width: 120px;
}.program-information-tKDlh p {
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    text-align: center;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    z-index: 4;
    line-height: 1.8;
    padding: 35px;
    position: relative;
    background: #ffffff;
    width: 100%;
    border-radius: 29px;
    max-width: 700px;
    transform: perspective(800px) rotateX(-2deg);
    font-size: 13px;
    color: #000000;
}.program-information-tKDlh p::before {
    width: 100%;
    height: 100%;
    background: linear-gradient(225deg, rgb(184,153,144,0.5) 0%, transparent 100%);
    top: 0;
    z-index: -1;
    border-radius: 29px;
    position: absolute;
    left: 0;
    opacity: 0.1;
    content: "";
}.program-information-tKDlh p::after {
    transition: all 0.5s ease;
    content: "";
    top: -30px;
    right: 30px;
    z-index: -2;
    filter: blur(25px);
    border-radius: 50%;
    background: rgb(184,153,144,0.5);
    opacity: 0.5;
    width: 60px;
    position: absolute;
    height: 60px;
}.program-information-tKDlh .training-map-3J9Kw:hover p {
    transform: perspective(800px) rotateX(0deg);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}.program-information-tKDlh .training-map-3J9Kw:hover p::after {
    height: 80px;
    opacity: 0.7;
    width: 80px;
}

@keyframes gradientShift {
    0% {
        opacity: 0.5;
        transform: scale(1) rotate(0deg);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.1) rotate(5deg);
    }
    100% {
        opacity: 0.5;
        transform: scale(1) rotate(0deg);
    }
}

@keyframes rotateBg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotateLogo {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotateOverlay {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulseBorder {
    0%, 100% {
        opacity: 0.3;
        transform: scale(1);
    }
    50% {
        opacity: 0.5;
        transform: scale(1.05);
    }
}

@media (min-width: 992px) and (max-width: 1199px) {.program-information-tKDlh {
    padding: 100px 0;
}.program-information-tKDlh .academy-learnings-PkvDG {
    min-height: 550px;
}.program-information-tKDlh .training-map-3J9Kw {
    width: 70%;
}.program-information-tKDlh .head-class-y7soT {
    width: 90px;
    height: 90px;
    margin-bottom: 25px;
}.program-information-tKDlh .head-class-y7soT svg {
    width: 45px;
    height: 45px;
}.program-information-tKDlh h3 {
    margin-bottom: 25px;
    padding: 22px 35px;
    font-size: calc(33px - 2px);
}.program-information-tKDlh p {
    font-size: calc(13px - 1px);
    padding: 30px;
}
}

@media (min-width: 768px) and (max-width: 991px) {.program-information-tKDlh {
    padding: 80px 0;
}.program-information-tKDlh .academy-learnings-PkvDG {
    min-height: 450px;
}.program-information-tKDlh .image-click-KaBfT {
    transform: scale(0.85);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}.program-information-tKDlh .academy-learnings-PkvDG:hover .image-click-KaBfT {
    transform: scale(0.9) rotate(3deg);
}.program-information-tKDlh .training-map-3J9Kw {
    width: 80%;
}.program-information-tKDlh .head-class-y7soT {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
}.program-information-tKDlh .head-class-y7soT svg {
    width: 40px;
    height: 40px;
}.program-information-tKDlh h3 {
    padding: 20px 30px;
    width: 95%;
    margin-bottom: 20px;
    font-size: calc(33px - 4px);
}.program-information-tKDlh p {
    line-height: 1.7;
    font-size: calc(13px - 1px);
    padding: 25px;
}.program-information-tKDlh h3::after {
    bottom: -12px;
    width: 50px;
}.program-information-tKDlh .training-map-3J9Kw:hover h3::after {
    width: 100px;
}.program-information-tKDlh p::after {
    top: -25px;
    width: 50px;
    right: 25px;
    height: 50px;
}.program-information-tKDlh .training-map-3J9Kw:hover p::after {
    width: 65px;
    height: 65px;
}
}

@media (max-width: 767px) {.program-information-tKDlh {
    padding: 60px 0;
}.program-information-tKDlh .academy-learnings-PkvDG {
    flex-direction: column;
    padding-bottom: 50px;
    min-height: auto;
}.program-information-tKDlh .image-click-KaBfT {
    height: 300px;
    transform: scale(0.9);
    margin: 30px 0;
    position: relative;
    border-radius: 20% 80% 80% 20% / 20% 20% 80% 80%;
}.program-information-tKDlh .academy-learnings-PkvDG:hover .image-click-KaBfT {
    transform: scale(0.95) rotate(2deg);
}.program-information-tKDlh .training-map-3J9Kw {
    width: 100%;
    order: 2;
}.program-information-tKDlh .head-class-y7soT {
    left: 50%;
    width: 70px;
    top: -30px;
    height: 70px;
    margin-bottom: 0;
    position: absolute;
    z-index: 10;
    transform: translateX(-50%);
}.program-information-tKDlh .head-class-y7soT::before,
    .program-information-tKDlh .head-class-y7soT::after {
    display: none;
}.program-information-tKDlh .head-class-y7soT svg {
    width: 35px;
    height: 35px;
}.program-information-tKDlh .head-class-y7soT:hover {
    transform: translateX(-50%) translateY(-5px);
}.program-information-tKDlh h3 {
    font-size: calc(33px - 6px);
    transform: none;
    margin-bottom: 15px;
    width: 100%;
    margin-top: 40px;
    padding: 20px;
}.program-information-tKDlh p {
    line-height: 1.6;
    transform: none;
    padding: 20px;
    font-size: calc(13px - 2px);
}.program-information-tKDlh h3::after {
    bottom: -10px;
    width: 40px;
}.program-information-tKDlh .training-map-3J9Kw:hover h3::after {
    width: 80px;
}.program-information-tKDlh p::after {
    display: none;
}.program-information-tKDlh .training-map-3J9Kw:hover h3,
    .program-information-tKDlh .training-map-3J9Kw:hover p {
    transform: none;
}}.teaching-history-pj5M6 {
    position: relative;
    perspective: 1000px;
    padding: 6rem 2rem;
    overflow: hidden;
    background: linear-gradient(90deg, rgb(233,221,214) 30%, rgb(184,153,144,0.5) 100%);
}.teaching-history-pj5M6::before {
    content: "";
    opacity: 0.1;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(211,188,173,0.5) 0,
        rgb(211,188,173,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
}.teaching-history-pj5M6::after {
    transform: rotate(-15deg);
    z-index: 0;
    content: "";
    top: -20%;
    filter: blur(60px);
    width: 50%;
    background: rgb(211,188,173,0.5);
    height: 140%;
    position: absolute;
    right: -10%;
}.teaching-history-pj5M6 .testimonial-space-FYvNc {
    grid-template-columns: 1fr 1.2fr;
    transform-style: preserve-3d;
    display: grid;
    transform: rotateX(5deg) rotateZ(-1deg);
    position: relative;
    z-index: 1;
    gap: 0;
    max-width: 1100px;
    margin: 0 auto;
}.teaching-history-pj5M6 .image-click-KaBfT {
    transition: all 0.7s ease;
    border-radius: 0;
    transform-style: preserve-3d;
    z-index: 2;
    box-shadow: 25px 25px 50px rgba(0, 0, 0, 0.5);
    position: relative;
    height: 450px;
    clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 85%);
    transform: translateZ(30px);
}.teaching-history-pj5M6 .past-experience-MBJbh {
    margin-left: -3rem;
    z-index: 1;
    justify-content: center;
    transition: all 0.7s ease;
    transform-style: preserve-3d;
    position: relative;
    display: flex;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    flex-direction: column;
    transform: translateZ(10px);
    padding: 3rem 3rem 3rem 5rem;
}.teaching-history-pj5M6 .past-experience-MBJbh::before {
    content: "";
    height: 60%;
    transform: translateY(-50%);
    position: absolute;
    width: 10px;
    background: linear-gradient(to bottom, rgb(211,188,173), rgb(184,153,144));
    top: 50%;
    left: 0;
}.teaching-history-pj5M6 .name {
    color: #000000;
    transition: transform 0.5s ease;
    font-size: calc(29px * 1.2);
    margin-bottom: 0.5rem;
    transform: translateZ(20px);
    font-weight: 700;
}.teaching-history-pj5M6 .past-experience-MBJbh div:nth-child(2) {
    color: rgb(184,153,144);
    margin-bottom: 2rem;
    transition: transform 0.5s ease 0.1s;
    font-size: 21px;
    transform: translateZ(15px);
    font-weight: 600;
}.teaching-history-pj5M6 .job-wrap-XOQBH {
    position: relative;
    font-size: 17px;
    font-style: italic;
    transform: translateZ(10px);
    color: #000000;
    line-height: 1.7;
    transition: transform 0.5s ease 0.2s;
}.teaching-history-pj5M6 .job-wrap-XOQBH::after {
    font-size: 5rem;
    content: "";
    bottom: -2rem;
    color: rgb(211,188,173,0.5);
    font-family: serif;
    position: absolute;
    line-height: 0;
    right: 0;
}.teaching-history-pj5M6 .testimonial-space-FYvNc:hover .image-click-KaBfT {
    transform: translateZ(50px) translateX(-20px);
}.teaching-history-pj5M6 .testimonial-space-FYvNc:hover .past-experience-MBJbh {
    transform: translateZ(30px) translateX(20px);
}.teaching-history-pj5M6 .testimonial-space-FYvNc:hover .name {
    transform: translateZ(40px);
}.teaching-history-pj5M6 .testimonial-space-FYvNc:hover .past-experience-MBJbh div:nth-child(2) {
    transform: translateZ(35px);
}.teaching-history-pj5M6 .testimonial-space-FYvNc:hover .job-wrap-XOQBH {
    transform: translateZ(30px);
}

@media screen and (max-width: 991px) {.teaching-history-pj5M6 .testimonial-space-FYvNc {
    transform: none;
    grid-template-columns: 1fr;
}.teaching-history-pj5M6 .image-click-KaBfT {
    height: 350px;
    margin-bottom: -2rem;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    transform: none;
}.teaching-history-pj5M6 .past-experience-MBJbh {
    padding: 3rem 2rem 2rem;
    margin-left: 0;
    z-index: 3;
    transform: none;
}.teaching-history-pj5M6 .past-experience-MBJbh::before {
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    height: 5px;
    width: 50%;
}.teaching-history-pj5M6 .testimonial-space-FYvNc:hover .image-click-KaBfT,
    .teaching-history-pj5M6 .testimonial-space-FYvNc:hover .past-experience-MBJbh,
    .teaching-history-pj5M6 .testimonial-space-FYvNc:hover .name,
    .teaching-history-pj5M6 .testimonial-space-FYvNc:hover .past-experience-MBJbh div:nth-child(2),
    .teaching-history-pj5M6 .testimonial-space-FYvNc:hover .job-wrap-XOQBH {
    transform: none;
}}header .top_plank {
    color:  #ffffff;
    background: rgb(211,188,173);
}header .top_plank .prime-study-3qk6V div svg, header .top_plank .prime-study-3qk6V div svg path {
    fill: #ffffff;
}header .top_plank .prime-study-3qk6V div span {
    color: #ffffff;
}header .top_plank .prime-study-3qk6V {
    align-items: center;
    padding: 15px 0 10px 0;
    font-size: 15px;
    justify-content: flex-start;
    line-height: 21px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}header .top_plank .prime-study-3qk6V div {
    display: flex;
    align-items: center;
    margin-right: 24px;
    justify-content: flex-start;
}header .top_plank .prime-study-3qk6V div img, header .top_plank .prime-study-3qk6V div svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}.client-comments-tBKSj {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(233,221,214) 0%, rgba(245, 247, 250, 0.95) 100%);
    padding: 120px 0;
    position: relative;
}.client-comments-tBKSj::before {
    position: absolute;
    content: "";
    z-index: 1;
    right: -100px;
    transform: rotate(-15deg) skew(10deg);
    height: 500px;
    width: 500px;
    top: -100px;
    background: linear-gradient(225deg, rgb(211,188,173,0.5) 0%, rgba(255, 255, 255, 0) 70%);
    animation: float 15s infinite ease-in-out;
}.client-comments-tBKSj::after {
    width: 300px;
    height: 300px;
    transform: rotate(15deg);
    left: -50px;
    animation: float 12s infinite ease-in-out reverse;
    position: absolute;
    content: "";
    bottom: -50px;
    background: linear-gradient(45deg, rgb(184,153,144,0.5) 0%, rgba(255, 255, 255, 0) 70%);
    z-index: 1;
}.client-comments-tBKSj .container {
    z-index: 2;
    position: relative;
}.client-comments-tBKSj h2 {
    position: relative;
    max-width: 80%;
    text-align: center;
    margin-bottom: 60px;
    font-weight: 700;
    margin-left: auto;
    font-size: 37px;
    color: #000000;
    margin-right: auto;
}.client-comments-tBKSj h2::after {
    background: linear-gradient(90deg, rgb(211,188,173) 0%, rgb(184,153,144) 100%);
    position: absolute;
    left: 50%;
    height: 3px;
    content: "";
    bottom: -15px;
    transform: translateX(-50%);
    width: 80px;
}.client-comments-tBKSj .review-slider-pIMxP {
    gap: 30px;
    display: grid;
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    list-style: none;
    padding: 0;
}.client-comments-tBKSj .testimonial-space-FYvNc {
    transform: translateY(0);
    background: #ffffff;
    padding: 30px;
    z-index: 2;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}.client-comments-tBKSj .testimonial-space-FYvNc:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}.client-comments-tBKSj .testimonial-space-FYvNc:nth-child(odd):hover {
    background: linear-gradient(135deg, #ffffff 80%, rgba(rgb(211,188,173,0.5), 0.2) 100%);
}.client-comments-tBKSj .testimonial-space-FYvNc:nth-child(even):hover {
    background: linear-gradient(135deg, #ffffff 80%, rgba(rgb(184,153,144,0.5), 0.2) 100%);
}.client-comments-tBKSj .testimonial-space-FYvNc > div {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}.client-comments-tBKSj .testimonial-space-FYvNc img {
    border-radius: 50%;
    width: 70px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    object-fit: cover;
    border: 3px solid #ffffff;
    height: 70px;
}.client-comments-tBKSj .testimonial-space-FYvNc:hover img {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}.client-comments-tBKSj .testimonial-space-FYvNc h4 {
    font-weight: 600;
    position: relative;
    color: #000000;
    font-size: calc(24px * 0.9);
    margin-left: 20px;
}.client-comments-tBKSj .testimonial-space-FYvNc h4::after {
    background: rgb(211,188,173);
    left: 0;
    width: 30px;
    transition: width 0.3s ease;
    position: absolute;
    bottom: -8px;
    height: 2px;
    content: "";
}.client-comments-tBKSj .testimonial-space-FYvNc:hover h4::after {
    width: 50px;
}.client-comments-tBKSj .testimonial-space-FYvNc .description {
    font-size: 13px;
    color: #000000;
    line-height: 1.6;
    padding: 5px 0 5px 20px;
    margin: 0;
    border-left: 2px solid rgb(184,153,144,0.5);
    position: relative;
}.client-comments-tBKSj .testimonial-space-FYvNc .description::before {
    color: rgba(rgb(184,153,144,0.5), 0.2);
    position: absolute;
    content: "";
    top: -20px;
    font-family: Georgia, serif;
    font-size: 60px;
    left: -10px;
}.client-comments-tBKSj .testimonial-space-FYvNc:nth-child(3n+1) {
    transform: translateY(20px);
}.client-comments-tBKSj .testimonial-space-FYvNc:nth-child(3n+2) {
    transform: translateY(0);
}.client-comments-tBKSj .testimonial-space-FYvNc:nth-child(3n+3) {
    transform: translateY(-20px);
}.client-comments-tBKSj .testimonial-space-FYvNc:nth-child(3n+1):hover {
    transform: translateY(10px);
}.client-comments-tBKSj .testimonial-space-FYvNc:nth-child(3n+2):hover {
    transform: translateY(-10px);
}.client-comments-tBKSj .testimonial-space-FYvNc:nth-child(3n+3):hover {
    transform: translateY(-30px);
}.client-comments-tBKSj a {
    text-decoration: none;
    font-weight: 600;
    padding: 12px 30px;
    margin: 50px auto 0;
    display: inline-block;
    display: block;
    color: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    z-index: 2;
    width: 200px;
    margin-top: 50px;
    text-align: center;
    background: linear-gradient(135deg, rgb(211,188,173) 0%, rgb(184,153,144) 100%);
    font-size: 15px;
    position: relative;
    box-shadow: 0 5px 20px rgba(rgb(211,188,173,0.5), 0.3);
}.client-comments-tBKSj a::before {
    left: -100%;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    transition: all 0.5s ease;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0) 100%);
    position: absolute;
}.client-comments-tBKSj a:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(rgb(211,188,173,0.5), 0.4);
}.client-comments-tBKSj a:hover::before {
    left: 100%;
}

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

@media (max-width: 992px) {.client-comments-tBKSj {
    padding: 80px 0;
}.client-comments-tBKSj h2 {
    font-size: calc(37px * 0.9);
    max-width: 90%;
}.client-comments-tBKSj .review-slider-pIMxP {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 768px) {.client-comments-tBKSj {
    padding: 60px 0;
}.client-comments-tBKSj::before,
    .client-comments-tBKSj::after {
    height: 200px;
    width: 200px;
}.client-comments-tBKSj h2 {
    font-size: calc(37px * 0.8);
    margin-bottom: 40px;
}.client-comments-tBKSj .review-slider-pIMxP {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 500px;
}.client-comments-tBKSj .testimonial-space-FYvNc:nth-child(3n+1),
    .client-comments-tBKSj .testimonial-space-FYvNc:nth-child(3n+2),
    .client-comments-tBKSj .testimonial-space-FYvNc:nth-child(3n+3) {
    transform: translateY(0);
}.client-comments-tBKSj .testimonial-space-FYvNc:nth-child(3n+1):hover,
    .client-comments-tBKSj .testimonial-space-FYvNc:nth-child(3n+2):hover,
    .client-comments-tBKSj .testimonial-space-FYvNc:nth-child(3n+3):hover {
    transform: translateY(-10px);
}
}

@media (max-width: 576px) {.client-comments-tBKSj {
    padding: 50px 0;
}.client-comments-tBKSj h2 {
    font-size: calc(37px * 0.7);
    max-width: 100%;
}.client-comments-tBKSj .testimonial-space-FYvNc {
    padding: 20px;
}.client-comments-tBKSj .testimonial-space-FYvNc img {
    height: 60px;
    width: 60px;
}.client-comments-tBKSj .testimonial-space-FYvNc h4 {
    font-size: calc(24px * 0.8);
}.client-comments-tBKSj .testimonial-space-FYvNc .description {
    font-size: calc(13px * 0.95);
}.client-comments-tBKSj a {
    padding: 10px 20px;
    width: 180px;
}}.cookie-warning-dialog-KYnmi {
    align-items: center;
    flex-direction: column;
    transform: translateX(-50%);
    overflow: hidden;
    left: 50%;
    max-width: 600px;
    font-family: Arial, sans-serif;
    width: 90%;
    position: fixed;
    text-align: center;
    bottom: 20px;
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    display: flex;
    background: rgb(233,221,214);
    padding: 20px;
    z-index: 1050;
}.cookie-lock-BkJtR {
    z-index: 1;
    flex-direction: column;
    align-items: center;
    display: flex;
}.cookie-overview-M7h0g {
    animation: bounce 2s infinite;
    margin-bottom: 20px;
}.cookie-overview-M7h0g svg, .cookie-overview-M7h0g svg path, .cookie-overview-M7h0g img {
    height: 80px;
    width: 80px;
    fill: rgb(211,188,173);
}@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(-10px);
    }
}
.cookie-warning-dialog-KYnmi h5 {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 10px;
    color: rgb(211,188,173);
}.cookie-warning-dialog-KYnmi p {
    font-size: 18px;
    color: #000000;
    margin-bottom: 20px;
}.cookie-guide-Hyvtx {
    color: #ffffff;
    background: rgb(211,188,173);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 17px;
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
    width: calc(50% - 10px);
    margin: 5px;
    border-radius: 10px;
}.cookie-guide-Hyvtx:hover {
    transform: translateY(-3px);
    background: rgb(184,153,144);
}.cookie_button.edu-cookies-08p7t {
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.edu-cookies-08p7t:hover {
    background: rgb(184,153,144,0.5);
}.cookie-warning-dialog-KYnmi p a {
    color: rgb(211,188,173);
    transition: color 0.3s ease-in-out;
    text-decoration: underline;
}.cookie-warning-dialog-KYnmi p a:hover {
    color: rgb(184,153,144);
}
@media only screen and (max-width: 600px) {.cookie-warning-dialog-KYnmi {
    bottom: 0;
    border-radius: 0;
    left: 0;
    width: 100%;
    transform: none;
}.cookie-lock-BkJtR {
    padding: 15px;
}.cookie-overview-M7h0g svg {
    height: 50px;
    width: 50px;
}.cookie-warning-dialog-KYnmi h5 {
    font-size: calc(22px - 2px);
}.cookie-warning-dialog-KYnmi p {
    font-size: calc(18px - 2px);
}.cookie-guide-Hyvtx {
    font-size: calc(17px - 2px);
    width: calc(100% - 10px);
    padding: 8px 16px;
}}
#cookie-info-alert-b0hXs {
    display: none;
}#cookie-info-alert-b0hXs:checked ~ .cookie-warning-dialog-KYnmi {
    opacity: 0;
    visibility: hidden;
}.privacy-lair-KjYZz {
    background-color: rgb(233,221,214);
    color: #000000;
    padding: 2rem;
    transition: background-color 0.3s ease, color 0.3s ease;
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}.privacy-lair-KjYZz h1 {
    color: rgb(211,188,173);
    font-weight: 700;
    border-bottom: 2px solid rgb(211,188,173);
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    font-size: 42px;
}.privacy-lair-KjYZz h2 {
    font-size: 30px;
    color: rgb(184,153,144);
    margin-bottom: 1rem;
    font-weight: 600;
    margin-top: 1rem;
}.privacy-lair-KjYZz ul,
.privacy-lair-KjYZz ol {
    margin-top: 1rem;
    list-style: none;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}.privacy-lair-KjYZz li {
    font-size: 17px;
    padding-left: 1.2rem;
    position: relative;
    line-height: 1.6;
    margin-bottom: 0.5rem;
}.privacy-lair-KjYZz li::before {
    left: 0;
    line-height: 1.2;
    content: "•";
    position: absolute;
    font-size: 1.2rem;
    color: rgb(211,188,173);
}.privacy-lair-KjYZz p {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 1rem;
}.privacy-lair-KjYZz span {
    color: #000000;
    font-weight: 400;
}.privacy-lair-KjYZz div {
    margin-bottom: 1.5rem;
}
@media only screen and (max-width: 800px) {.privacy-lair-KjYZz {
    border-radius: 10px;
    padding: 1rem;
}.privacy-lair-KjYZz h1 {
    font-size: calc(24px - 0.5rem);
}.privacy-lair-KjYZz h2 {
    font-size: calc(24px - 0.5rem);
}.privacy-lair-KjYZz p,
    .privacy-lair-KjYZz li {
    font-size: calc(17px - 0.2rem);
}}.title-intro-6doTJ {
    width: 100%;
    overflow: hidden;
    display: flex;
    min-height: 100vh;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, rgb(184,153,144,0.5), rgb(211,188,173,0.5));
    position: relative;
}.title-intro-6doTJ::before {
    content: "";
    left: 0;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    width: 100%;
    background: radial-gradient(circle at 30% 40%, rgba(255,255,255,0.15) 0%, transparent 60%);
}.title-intro-6doTJ::after {
    height: 100%;
    animation: pulse 15s infinite alternate ease-in-out;
    z-index: 0;
    content: "";
    width: 60%;
    opacity: 0.4;
    background: radial-gradient(ellipse at 70% 50%, rgb(184,153,144,0.5) 0%, transparent 70%);
    right: 0;
    position: absolute;
    top: 0;
}.title-intro-6doTJ .learning-main-xGJgZ {
    z-index: 2;
    width: 90%;
    transform: translateY(-2vh);
    max-width: 1200px;
    position: relative;
}.title-intro-6doTJ .learn-begin-pbgRK {
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,0.15), 
              0 5px 15px rgba(0,0,0,0.1),
              0 0 0 1px rgba(255,255,255,0.1) inset;
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    backdrop-filter: blur(10px);
    position: relative;
    padding: 4rem 3rem;
    background-blend-mode: overlay !important;
}.title-intro-6doTJ .learn-begin-pbgRK::before {
    left: 0;
    content: "";
    background: linear-gradient(145deg, 
                rgba(255,255,255,0.15), 
                rgba(255,255,255,0.05) 30%, 
                rgba(0,0,0,0.2) 100%);
    z-index: -1;
    top: 0;
    height: 100%;
    position: absolute;
    width: 100%;
}.title-intro-6doTJ .learn-begin-pbgRK::after {
    opacity: 0.6;
    z-index: -1;
    border-radius: 50%;
    background: radial-gradient(circle, rgb(211,188,173,0.5) 0%, transparent 70%);
    position: absolute;
    height: 200px;
    animation: orbitFloat 25s infinite linear;
    right: -50px;
    content: "";
    width: 200px;
    top: -50px;
}.title-intro-6doTJ .learn-begin-pbgRK span {
    transform: translateX(-5px);
    display: block;
    position: relative;
    margin-bottom: 1.5rem;
    opacity: 0;
    animation: slideInLeft 0.8s 0.2s forwards cubic-bezier(0.17, 0.67, 0.43, 0.99);
}.title-intro-6doTJ .learn-begin-pbgRK h3 {
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
    color: #ffffff;
    font-weight: 600;
    z-index: 3;
    max-width: 85%;
    font-family: Arial, sans-serif;
    letter-spacing: 0.5px;
    font-size: calc(19px * 0.9);
    line-height: 1.5;
    position: relative;
}.title-intro-6doTJ .learn-begin-pbgRK h1 {
    transform: translateY(20px);
    opacity: 0;
    font-weight: 700;
    -webkit-background-clip: text !important;
    background: linear-gradient(135deg, #ffffff, rgba(255,255,255,0.85));
    z-index: 3;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
    font-size: 45px;
    line-height: 1.2;
    background-clip: text !important;
    margin-bottom: 2rem;
    animation: slideInUp 0.8s 0.4s forwards cubic-bezier(0.17, 0.67, 0.43, 0.99);
    font-family: Arial, sans-serif;
    position: relative;
    color: #ffffff;
}.title-intro-6doTJ .learn-begin-pbgRK h1::after {
    content: "";
    animation: expandWidth 0.6s 1s forwards cubic-bezier(0.17, 0.67, 0.43, 0.99);
    width: 80px;
    position: absolute;
    height: 4px;
    opacity: 0;
    bottom: -10px;
    left: 0;
    transform-origin: left center;
    background: linear-gradient(90deg, rgb(211,188,173), transparent);
}.title-intro-6doTJ .learn-begin-pbgRK div div {
    transform: translateY(20px);
    animation: slideInUp 0.8s 0.6s forwards cubic-bezier(0.17, 0.67, 0.43, 0.99);
    opacity: 0;
}.title-intro-6doTJ .learn-begin-pbgRK p {
    margin: 0;
    line-height: 1.6;
    font-size: calc(13px * 1.2);
    letter-spacing: 0.2px;
    z-index: 3;
    position: relative;
    max-width: 90%;
    color: #ffffff;
    font-family: Arial, sans-serif;
}.title-intro-6doTJ .learn-begin-pbgRK::before {
    animation: twinkle 4s infinite alternate ease-in-out;
    background-color: #ffffff;
    top: 30%;
    height: 6px;
    z-index: 2;
    border-radius: 50%;
    right: 20%;
    width: 6px;
    content: "";
    box-shadow: 0 0 15px 5px rgba(255,255,255,0.3);
    position: absolute;
}.title-intro-6doTJ .learn-begin-pbgRK span::before,
.title-intro-6doTJ .learn-begin-pbgRK span::after,
.title-intro-6doTJ .learn-begin-pbgRK h1::before,
.title-intro-6doTJ .learn-begin-pbgRK p::before {
    border-radius: 50%;
    position: absolute;
    content: "";
    z-index: 2;
    background-color: #ffffff;
    height: 4px;
    width: 4px;
}.title-intro-6doTJ .learn-begin-pbgRK span::before {
    left: 20%;
    top: -15px;
    animation: twinkle 3s infinite alternate-reverse ease-in-out;
    box-shadow: 0 0 10px 2px rgba(255,255,255,0.2);
}.title-intro-6doTJ .learn-begin-pbgRK span::after {
    animation: twinkle 5s infinite alternate ease-in-out;
    bottom: 10px;
    box-shadow: 0 0 10px 3px rgba(255,255,255,0.25);
    right: 30%;
}.title-intro-6doTJ .learn-begin-pbgRK h1::before {
    box-shadow: 0 0 12px 4px rgba(255,255,255,0.3);
    animation: twinkle 4.5s infinite alternate-reverse ease-in-out;
    right: 25%;
    top: 10px;
}.title-intro-6doTJ .learn-begin-pbgRK p::before {
    animation: twinkle 3.5s infinite alternate ease-in-out;
    top: -15px;
    left: 15%;
    box-shadow: 0 0 8px 2px rgba(255,255,255,0.2);
}.title-intro-6doTJ .learn-begin-pbgRK h1::after {
    top: 30%;
    position: absolute;
    background: linear-gradient(to right, rgb(255, 255, 255, 0.5), transparent);
    opacity: 0.5;
    height: 1px;
    width: 80px;
    content: "";
    z-index: 1;
    right: -90px;
    transform: rotate(45deg);
}.title-intro-6doTJ .learn-begin-pbgRK span::after {
    content: "";
    left: -70px;
    background: linear-gradient(to right, rgb(255, 255, 255, 0.5), transparent);
    width: 60px;
    position: absolute;
    bottom: -10px;
    z-index: 1;
    height: 1px;
    opacity: 0.5;
    transform: rotate(-30deg);
}

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

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

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

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

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

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


@media (max-width: 1200px) {.title-intro-6doTJ .learn-begin-pbgRK {
    padding: 3.5rem 2.5rem;
}.title-intro-6doTJ .learn-begin-pbgRK h1 {
    font-size: calc(45px * 0.9);
}.title-intro-6doTJ .learn-begin-pbgRK h3 {
    max-width: 90%;
}
}

@media (max-width: 992px) {.title-intro-6doTJ .learn-begin-pbgRK {
    transform: perspective(1000px) rotateX(1deg);
    padding: 3rem 2rem;
}.title-intro-6doTJ .learn-begin-pbgRK h1 {
    font-size: calc(45px * 0.8);
}.title-intro-6doTJ .learn-begin-pbgRK h3 {
    font-size: calc(19px * 0.85);
}.title-intro-6doTJ .learn-begin-pbgRK p {
    font-size: calc(13px * 1.1);
    max-width: 95%;
}
}

@media (max-width: 768px) {.title-intro-6doTJ {
    min-height: 90vh;
}.title-intro-6doTJ .learning-main-xGJgZ {
    width: 95%;
}.title-intro-6doTJ .learn-begin-pbgRK {
    transform: none;
    padding: 2.5rem 1.5rem;
}.title-intro-6doTJ .learn-begin-pbgRK h1 {
    margin-bottom: 1.5rem;
    font-size: calc(45px * 0.7);
}.title-intro-6doTJ .learn-begin-pbgRK h3 {
    font-size: calc(19px * 0.8);
    max-width: 100%;
}.title-intro-6doTJ .learn-begin-pbgRK p {
    font-size: 13px;
    max-width: 100%;
}.title-intro-6doTJ .learn-begin-pbgRK h1::after {
    height: 3px;
    width: 60px;
}
}

@media (max-width: 576px) {.title-intro-6doTJ {
    min-height: 85vh;
}.title-intro-6doTJ .learn-begin-pbgRK {
    padding: 2rem 1.25rem;
}.title-intro-6doTJ .learn-begin-pbgRK h1 {
    font-size: calc(45px * 0.6);
    margin-bottom: 1.25rem;
}.title-intro-6doTJ .learn-begin-pbgRK h3 {
    font-size: calc(19px * 0.75);
}.title-intro-6doTJ .learn-begin-pbgRK span {
    margin-bottom: 1rem;
}.title-intro-6doTJ .learn-begin-pbgRK h1::after {
    height: 3px;
    bottom: -8px;
    width: 50px;
}
}

@media (max-width: 390px) {.title-intro-6doTJ .learn-begin-pbgRK {
    padding: 1.5rem 1rem;
}.title-intro-6doTJ .learn-begin-pbgRK h1 {
    font-size: calc(45px * 0.5);
}.title-intro-6doTJ .learn-begin-pbgRK h3 {
    font-size: calc(19px * 0.7);
}.title-intro-6doTJ .learn-begin-pbgRK p {
    font-size: calc(13px * 0.9);
}}.offer-list-8gr1u {
    overflow: hidden;
    color: #ffffff;
    padding: 100px 0;
    position: relative;
}.offer-list-8gr1u::before {
    width: 100%;
    z-index: 1;
    top: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.7) 100%);
    left: 0;
    position: absolute;
    height: 100%;
    content: "";
}.offer-list-8gr1u .container {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}.offer-list-8gr1u .learning-package-HTYwg {
    position: relative;
}.offer-list-8gr1u h2 {
    color: #ffffff;
    animation: fadeInUp 0.8s forwards 0.3s;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    transform: translateY(10px);
    font-size: calc(33px * 1.2);
    opacity: 0;
}.offer-list-8gr1u .rate-choices-OQRdg {
    opacity: 0;
    text-align: center;
    transform: translateY(10px);
    color: rgb(255, 255, 255, 0.5);
    font-size: calc(18px * 1.1);
    line-height: 1.6;
    margin: 0 auto 40px;
    animation: fadeInUp 0.8s forwards 0.5s;
    max-width: 700px;
}.offer-list-8gr1u .access-plans-5WxzS {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    list-style: none;
    padding: 0;
    gap: 30px;
}.offer-list-8gr1u .access-plans-5WxzS li {
    animation-delay: calc(0.6s + (0.15s * var(--i, 0)));
    transform: translateY(20px);
    opacity: 0;
    height: 100%;
    animation: fadeInUp 0.8s forwards;
}.offer-list-8gr1u .access-plans-5WxzS li:nth-child(1) {
    --i: 1;
}.offer-list-8gr1u .access-plans-5WxzS li:nth-child(2) {
    --i: 2;
}.offer-list-8gr1u .access-plans-5WxzS li:nth-child(3) {
    --i: 3;
}.offer-list-8gr1u .access-plans-5WxzS li:nth-child(4) {
    --i: 4;
}.offer-list-8gr1u .learning-price-gOZPA {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
    text-decoration: none;
    display: block;
    color: inherit;
}.offer-list-8gr1u .learning-price-gOZPA:hover {
    transform: translateY(-10px);
}.offer-list-8gr1u .pricing-rates-PTAJh {
    height: 100%;
    border-left: 3px solid rgb(211,188,173);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    transition: all 0.4s ease;
    overflow: hidden;
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.03) 0%, 
        rgba(255,255,255,0.08) 100%);
    padding: 30px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    position: relative;
    border-radius: 3px;
}.offer-list-8gr1u .learning-price-gOZPA:hover .pricing-rates-PTAJh {
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.05) 0%, 
        rgba(255,255,255,0.1) 100%);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}.offer-list-8gr1u .pricing-rates-PTAJh::before {
    content: "";
    transform-origin: left;
    transform: scaleX(0);
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    height: 5px;
    top: 0;
    left: 0;
    background: linear-gradient(to right, 
        rgb(211,188,173), 
        rgb(184,153,144));
    position: absolute;
    width: 100%;
}.offer-list-8gr1u .learning-price-gOZPA:hover .pricing-rates-PTAJh::before {
    transform: scaleX(1);
}.offer-list-8gr1u .program-fees-uOmvV {
    display: flex;
    height: 100%;
    flex-direction: column;
}.offer-list-8gr1u .program-fees-uOmvV h4 {
    position: relative;
    font-size: calc(21px * 1.1);
    margin: 0 0 20px;
    padding-bottom: 15px;
    color: #ffffff;
    font-weight: 700;
}.offer-list-8gr1u .program-fees-uOmvV h4::after {
    transition: width 0.4s ease;
    bottom: 0;
    content: "";
    background: rgb(211,188,173);
    height: 3px;
    position: absolute;
    left: 0;
    width: 40px;
}.offer-list-8gr1u .learning-price-gOZPA:hover .program-fees-uOmvV h4::after {
    width: 60px;
}.offer-list-8gr1u .program-fees-uOmvV p {
    word-break: break-word;
    font-size: 18px;
    margin: 0 0 25px;
    flex-grow: 1;
    overflow-wrap: break-word;
    color: rgb(255, 255, 255, 0.5);
    line-height: 1.6;
}.offer-list-8gr1u .cost-fee-f2G4u {
    margin-top: auto;
    font-size: calc(21px * 1.2);
    padding-top: 15px;
    font-weight: 700;
    transition: color 0.3s ease;
    color: rgb(184,153,144);
    border-top: 1px solid rgba(255,255,255,0.1);
    position: relative;
    display: block;
}.offer-list-8gr1u .learning-price-gOZPA:hover .cost-fee-f2G4u {
    color: rgb(211,188,173);
}

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

@media (max-width: 991px) {.offer-list-8gr1u {
    padding: 80px 0;
}.offer-list-8gr1u h2 {
    font-size: 33px;
}.offer-list-8gr1u .rate-choices-OQRdg {
    margin-bottom: 30px;
    font-size: 18px;
}.offer-list-8gr1u .access-plans-5WxzS {
    gap: 20px;
}.offer-list-8gr1u .pricing-rates-PTAJh {
    padding: 25px;
}
}

@media (max-width: 767px) {.offer-list-8gr1u {
    padding: 60px 0;
}.offer-list-8gr1u .access-plans-5WxzS {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 500px;
}.offer-list-8gr1u .program-fees-uOmvV h4 {
    font-size: 21px;
}.offer-list-8gr1u .cost-fee-f2G4u {
    font-size: 21px;
}
}

@media (max-width: 480px) {.offer-list-8gr1u {
    padding: 50px 0;
}.offer-list-8gr1u h2 {
    font-size: calc(33px * 0.9);
}.offer-list-8gr1u .rate-choices-OQRdg {
    font-size: calc(18px * 0.9);
}.offer-list-8gr1u .pricing-rates-PTAJh {
    padding: 20px;
}}.who-we-are-8WtoK {
    padding: 120px 0;
    background-color: rgb(233,221,214);
    position: relative;
    overflow: hidden;
}.who-we-are-8WtoK::before {
    position: absolute;
    width: 100%;
    content: "";
    z-index: 1;
    background: 
        linear-gradient(0deg, rgb(233,221,214) 20%, transparent 80%),
        linear-gradient(90deg, rgb(233,221,214) 10%, transparent 90%);
    top: 0;
    left: 0;
    height: 100%;
}.who-we-are-8WtoK::after {
    position: absolute;
    content: "";
    opacity: 0.8;
    left: 0;
    height: 100%;
    z-index: 1;
    width: 100%;
    top: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(211,188,173,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(184,153,144,0.5) 0%, transparent 40%);
    filter: blur(50px);
}.who-we-are-8WtoK .container {
    margin: 0 auto;
    z-index: 2;
    max-width: 1100px;
    padding: 0 20px;
    position: relative;
}.who-we-are-8WtoK h2 {
    text-align: center;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    margin-bottom: 80px;
    position: relative;
    color: #000000;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 45px;
}.who-we-are-8WtoK h2::after {
    left: 50%;
    background: linear-gradient(90deg, rgb(211,188,173), rgb(184,153,144));
    bottom: -20px;
    transform: translateX(-50%);
    content: "";
    position: absolute;
    width: 60px;
    height: 4px;
    border-radius: 10px;
}.who-we-are-8WtoK .fast-classes-NqwdY {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 40px;
}.who-we-are-8WtoK .fast-classes-NqwdY::before {
    background: linear-gradient(to bottom, 
        transparent 0%,
        rgb(211,188,173,0.5) 10%, 
        rgb(211,188,173) 50%,
        rgb(184,153,144) 50%,
        rgb(184,153,144,0.5) 90%,
        transparent 100%);
    width: 2px;
    left: 50%;
    z-index: 1;
    content: "";
    height: 100%;
    top: 0;
    position: absolute;
}.who-we-are-8WtoK .skill-learn-CER6o {
    border-radius: 22px;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.9);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 55%;
    padding: 40px;
    position: relative;
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.2);
}.who-we-are-8WtoK .skill-learn-CER6o:nth-child(1) {
    align-self: flex-start;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%);
    border-left: 4px solid rgb(211,188,173);
    transform: translateX(-40px);
}.who-we-are-8WtoK .skill-learn-CER6o:nth-child(2) {
    align-self: flex-end;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%);
    border-right: 4px solid rgb(184,153,144);
    transform: translateX(40px);
}.who-we-are-8WtoK .skill-learn-CER6o::before {
    z-index: 3;
    top: 50%;
    width: 20px;
    height: 20px;
    content: "";
    background: rgb(211,188,173);
    position: absolute;
    border-radius: 50%;
}.who-we-are-8WtoK .skill-learn-CER6o:nth-child(1)::before {
    box-shadow: 0 0 15px rgb(211,188,173,0.5);
    transform: translateY(-50%);
    right: -55px;
}.who-we-are-8WtoK .skill-learn-CER6o:nth-child(2)::before {
    box-shadow: 0 0 15px rgb(184,153,144,0.5);
    left: -55px;
    transform: translateY(-50%);
    background: rgb(184,153,144);
}.who-we-are-8WtoK .skill-learn-CER6o::after {
    background: rgba(0, 0, 0, 0.2);
    height: 2px;
    width: 35px;
    top: 50%;
    content: "";
    position: absolute;
}.who-we-are-8WtoK .skill-learn-CER6o:nth-child(1)::after {
    right: -35px;
}.who-we-are-8WtoK .skill-learn-CER6o:nth-child(2)::after {
    left: -35px;
}.who-we-are-8WtoK .skill-learn-CER6o:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    z-index: 4;
    transform: scale(1.03) translateY(-5px);
}.who-we-are-8WtoK .skill-learn-CER6o:nth-child(1):hover {
    transform: scale(1.03) translateY(-5px) translateX(-40px);
}.who-we-are-8WtoK .skill-learn-CER6o:nth-child(2):hover {
    transform: scale(1.03) translateY(-5px) translateX(40px);
}.who-we-are-8WtoK .skill-learn-CER6o h3 {
    position: relative;
    padding-bottom: 15px;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #000000;
}.who-we-are-8WtoK .skill-learn-CER6o h3::after {
    background: linear-gradient(90deg, rgb(211,188,173), transparent);
    height: 2px;
    transition: width 0.4s ease;
    left: 0;
    content: "";
    width: 40%;
    position: absolute;
    bottom: 0;
}.who-we-are-8WtoK .skill-learn-CER6o:nth-child(2) h3::after {
    background: linear-gradient(90deg, rgb(184,153,144), transparent);
}.who-we-are-8WtoK .skill-learn-CER6o:hover h3::after {
    width: 70%;
}.who-we-are-8WtoK .skill-learn-CER6o p {
    z-index: 2;
    font-weight: 400;
    line-height: 1.8;
    position: relative;
    font-size: 14px;
    color: #000000;
}.who-we-are-8WtoK .container::before,
.who-we-are-8WtoK .container::after {
    opacity: 0.2;
    width: 250px;
    background: linear-gradient(45deg, rgb(211,188,173,0.5), transparent);
    height: 250px;
    filter: blur(60px);
    animation: floatAnim 15s linear infinite alternate;
    position: absolute;
    content: "";
    z-index: 0;
    border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%;
}.who-we-are-8WtoK .container::before {
    left: -150px;
    top: 10%;
}.who-we-are-8WtoK .container::after {
    bottom: 10%;
    animation-delay: -5s;
    right: -150px;
    background: linear-gradient(45deg, rgb(184,153,144,0.5), transparent);
}@keyframes floatAnim {
    0% {
        transform: translateY(0) rotate(0deg);
        border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%;
    }
    50% {
        transform: translateY(-20px) rotate(180deg);
        border-radius: 60% 40% 40% 60% / 30% 70% 30% 70%;
    }
    100% {
        transform: translateY(0) rotate(360deg);
        border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%;
    }
}

.who-we-are-8WtoK::before {
    height: 100%;
    position: absolute;
    background-size: 100px 100px;
    z-index: 1;
    content: "";
    background-position: center;
    opacity: 0.15;
    background-image: 
        radial-gradient(circle at 10% 10%, transparent 10px, rgb(211,188,173,0.5) 10px, transparent 12px),
        radial-gradient(circle at 15% 15%, transparent 10px, rgb(211,188,173,0.5) 10px, transparent 12px),
        radial-gradient(circle at 20% 20%, transparent 10px, rgb(211,188,173,0.5) 10px, transparent 12px),
        radial-gradient(circle at 25% 25%, transparent 10px, rgb(211,188,173,0.5) 10px, transparent 12px),
        radial-gradient(circle at 30% 30%, transparent 10px, rgb(211,188,173,0.5) 10px, transparent 12px),
        radial-gradient(circle at 35% 35%, transparent 10px, rgb(211,188,173,0.5) 10px, transparent 12px),
        radial-gradient(circle at 40% 40%, transparent 10px, rgb(211,188,173,0.5) 10px, transparent 12px),
        radial-gradient(circle at 45% 45%, transparent 10px, rgb(211,188,173,0.5) 10px, transparent 12px),
        radial-gradient(circle at 50% 50%, transparent 10px, rgb(184,153,144,0.5) 10px, transparent 12px),
        radial-gradient(circle at 55% 55%, transparent 10px, rgb(184,153,144,0.5) 10px, transparent 12px),
        radial-gradient(circle at 60% 60%, transparent 10px, rgb(184,153,144,0.5) 10px, transparent 12px),
        radial-gradient(circle at 65% 65%, transparent 10px, rgb(184,153,144,0.5) 10px, transparent 12px),
        radial-gradient(circle at 70% 70%, transparent 10px, rgb(184,153,144,0.5) 10px, transparent 12px),
        radial-gradient(circle at 75% 75%, transparent 10px, rgb(184,153,144,0.5) 10px, transparent 12px),
        radial-gradient(circle at 80% 80%, transparent 10px, rgb(184,153,144,0.5) 10px, transparent 12px),
        radial-gradient(circle at 85% 85%, transparent 10px, rgb(184,153,144,0.5) 10px, transparent 12px),
        radial-gradient(circle at 90% 90%, transparent 10px, rgb(184,153,144,0.5) 10px, transparent 12px);
    width: 100%;
}

@media screen and (max-width: 1200px) {.who-we-are-8WtoK .skill-learn-CER6o:nth-child(1) {
    transform: translateX(-20px);
}.who-we-are-8WtoK .skill-learn-CER6o:nth-child(2) {
    transform: translateX(20px);
}.who-we-are-8WtoK .skill-learn-CER6o:nth-child(1):hover {
    transform: scale(1.03) translateY(-5px) translateX(-20px);
}.who-we-are-8WtoK .skill-learn-CER6o:nth-child(2):hover {
    transform: scale(1.03) translateY(-5px) translateX(20px);
}
}

@media screen and (max-width: 991px) {.who-we-are-8WtoK {
    padding: 100px 0;
}.who-we-are-8WtoK h2 {
    margin-bottom: 60px;
}.who-we-are-8WtoK .skill-learn-CER6o {
    width: 50%;
    padding: 30px;
}.who-we-are-8WtoK .skill-learn-CER6o:nth-child(1) {
    transform: translateX(-15px);
}.who-we-are-8WtoK .skill-learn-CER6o:nth-child(2) {
    transform: translateX(15px);
}.who-we-are-8WtoK .skill-learn-CER6o:nth-child(1):hover {
    transform: scale(1.03) translateY(-5px) translateX(-15px);
}.who-we-are-8WtoK .skill-learn-CER6o:nth-child(2):hover {
    transform: scale(1.03) translateY(-5px) translateX(15px);
}
}

@media screen and (max-width: 768px) {.who-we-are-8WtoK {
    padding: 80px 0;
}.who-we-are-8WtoK h2 {
    font-size: calc(32px + 0.1rem);
    margin-bottom: 50px;
}.who-we-are-8WtoK .fast-classes-NqwdY::before {
    left: 30px;
}.who-we-are-8WtoK .skill-learn-CER6o {
    padding: 25px;
    max-width: 500px;
    width: 85%;
    margin-left: auto;
}.who-we-are-8WtoK .skill-learn-CER6o:nth-child(1),
    .who-we-are-8WtoK .skill-learn-CER6o:nth-child(2) {
    align-self: flex-end;
    transform: translateX(0);
    margin-left: 60px;
    border-left: 4px solid rgb(211,188,173);
    border-right: none;
}.who-we-are-8WtoK .skill-learn-CER6o:nth-child(2) {
    border-left: 4px solid rgb(184,153,144);
}.who-we-are-8WtoK .skill-learn-CER6o:nth-child(1):hover,
    .who-we-are-8WtoK .skill-learn-CER6o:nth-child(2):hover {
    transform: scale(1.03) translateY(-5px);
}.who-we-are-8WtoK .skill-learn-CER6o::before {
    left: -45px;
    right: auto;
}.who-we-are-8WtoK .skill-learn-CER6o::after {
    right: auto;
    left: -25px;
}
}

@media screen and (max-width: 576px) {.who-we-are-8WtoK {
    padding: 60px 0;
}.who-we-are-8WtoK h2 {
    margin-bottom: 40px;
    font-size: 32px;
}.who-we-are-8WtoK .fast-classes-NqwdY {
    gap: 30px;
}.who-we-are-8WtoK .fast-classes-NqwdY::before {
    left: 20px;
}.who-we-are-8WtoK .skill-learn-CER6o {
    width: 85%;
    padding: 20px;
    margin-left: 40px;
}.who-we-are-8WtoK .skill-learn-CER6o::before {
    left: -35px;
    height: 15px;
    width: 15px;
}.who-we-are-8WtoK .skill-learn-CER6o::after {
    left: -15px;
    width: 15px;
}.who-we-are-8WtoK .skill-learn-CER6o h3 {
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: calc(21px + 0.1rem);
}.who-we-are-8WtoK .skill-learn-CER6o p {
    font-size: calc(14px - 0.05rem);
}
}