* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.wrapper-padding_zeB {
    display: flex;
    min-height: 100%;
    height: 100%;
    flex-direction: column;
}.news_feed_ndP {
    flex: 0 0 auto;
}html,body {
    color: #000000;
    scroll-behavior: auto;
    font-family: Arial, sans-serif;
    height: 100%;
    min-height: 100%;
}svg {
    height: 30px;
    width: 30px;
}header,footer {
    width: 100%;
}.container {
    margin: auto;
    width: 1262px;
    max-width: 100%;
}.nav_lesson_RGu {
    flex: 1 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.welcome_page_EOC {
    padding: 4rem 2rem;
    position: relative;
    align-items: center;
    justify-content: center;
    display: flex;
    min-height: 100vh;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(242,230,231), rgb(185,163,164,0.5), rgba(0, 0, 0, 0.5) 90%);
}.welcome_page_EOC::before {
    z-index: 1;
    position: absolute;
    animation: pulse 15s ease-in-out infinite alternate;
    top: 0;
    left: 0;
    width: 100%;
    background: radial-gradient(circle at 30% 30%, rgb(185,163,164,0.5) 0%, transparent 60%);
    content: "";
    height: 100%;
}.welcome_page_EOC::after {
    animation: float 20s ease-in-out infinite;
    content: "";
    height: 60%;
    position: absolute;
    top: -20%;
    width: 60%;
    right: -10%;
    z-index: 1;
    background: radial-gradient(ellipse, rgb(217,199,200,0.5) 0%, transparent 70%);
}.welcome_page_EOC .start_lead_iRp {
    opacity: 0;
    max-width: 1200px;
    transform: translateY(2rem);
    gap: 3rem;
    grid-template-columns: 1fr;
    z-index: 2;
    width: 100%;
    animation: fadeUp 1.2s 0.3s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    display: grid;
    position: relative;
}.welcome_page_EOC .start_lead_iRp > div:first-child {
    position: relative;
    order: 2;
}.welcome_page_EOC .start_lead_iRp > div:first-child::before {
    transform-origin: left;
    width: 120px;
    background: linear-gradient(90deg, rgb(217,199,200), transparent);
    content: "";
    animation: scaleInX 1.5s 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    top: -30px;
    height: 3px;
    transform: scaleX(0);
    position: absolute;
    left: 0;
}.welcome_page_EOC .start_lead_iRp > div:first-child p {
    font-weight: 600;
    line-height: 1.6;
    animation: fadeSlideRight 1s 1s ease-out forwards;
    max-width: 90%;
    color: #ffffff;
    letter-spacing: 0.5px;
    opacity: 0;
    transform: translateX(-10px);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    font-size: calc(17px * 1.2);
}.welcome_page_EOC .smart_learning_aRV {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    overflow: hidden;
    transform: perspective(1000px) rotateY(-2deg) rotateX(2deg);
    order: 1;
    border-radius: 5px;
}.welcome_page_EOC .smart_learning_aRV:hover {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg);
}.welcome_page_EOC .smart_learning_aRV > div {
    display: flex;
    padding: 3rem 2.5rem;
    min-height: 460px;
    position: relative;
    justify-content: space-between;
    flex-direction: column;
}.welcome_page_EOC .smart_learning_aRV > div::before {
    top: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 10%, transparent 50%, #000000 110%);
    height: 100%;
    width: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
    content: "";
}.welcome_page_EOC .smart_learning_aRV > div::after {
    position: absolute;
    left: 0;
    height: 60%;
    z-index: 2;
    width: 100%;
    bottom: 0;
    background: linear-gradient(to top, #000000 10%, rgba(0, 0, 0, 0) 100%);
    content: "";
}.welcome_page_EOC .smart_learning_aRV h3 {
    opacity: 0;
    font-weight: 400;
    position: relative;
    transform: translateY(-10px);
    max-width: 90%;
    font-size: calc(22px * 1.1);
    margin-bottom: 1.5rem;
    z-index: 3;
    line-height: 1.4;
    color: #ffffff;
    animation: fadeUp 1s 0.6s ease-out forwards;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}.welcome_page_EOC .smart_learning_aRV > div > div {
    position: relative;
    z-index: 3;
}.welcome_page_EOC .smart_learning_aRV > div > div > div {
    position: relative;
    padding-left: 1.5rem;
}.welcome_page_EOC .smart_learning_aRV > div > div > div::before {
    transform: scaleY(0);
    left: 0;
    position: absolute;
    width: 4px;
    content: "";
    top: 0;
    height: 100%;
    animation: scaleInY 1.2s 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    background: rgb(217,199,200);
    transform-origin: top;
}.welcome_page_EOC .smart_learning_aRV .title_style_header {
    letter-spacing: 1px;
    font-weight: 700;
    animation: fadeUp 1.2s 1.4s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    font-size: 43px;
    transform: translateY(10px);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    opacity: 0;
    margin: 0;
    color: #ffffff;
    line-height: 1.2;
}

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

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

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

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

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

@keyframes float {
  0%, 100% {
    transform: translateY(0) translateX(0);
  }
  25% {
    transform: translateY(-15px) translateX(10px);
  }
  50% {
    transform: translateY(5px) translateX(-10px);
  }
  75% {
    transform: translateY(-5px) translateX(5px);
  }
}

@media (min-width: 768px) {.welcome_page_EOC {
    padding: 5rem 3rem;
}.welcome_page_EOC .start_lead_iRp {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}.welcome_page_EOC .start_lead_iRp > div:first-child {
    order: 1;
    display: flex;
    align-items: center;
}.welcome_page_EOC .start_lead_iRp > div:first-child p {
    font-size: calc(17px * 1.4);
    max-width: 80%;
}.welcome_page_EOC .smart_learning_aRV {
    transform: perspective(1200px) rotateY(-3deg) rotateX(1deg);
    order: 2;
}.welcome_page_EOC .smart_learning_aRV > div {
    padding: 4rem 3rem;
    min-height: 520px;
}.welcome_page_EOC .smart_learning_aRV h3 {
    max-width: 85%;
    font-size: calc(22px * 1.2);
}.welcome_page_EOC .smart_learning_aRV .title_style_header {
    font-size: calc(43px * 1.2);
}
}

@media (min-width: 1024px) {.welcome_page_EOC {
    padding: 0;
}.welcome_page_EOC .start_lead_iRp {
    gap: 5%;
    grid-template-columns: 45% 50%;
}.welcome_page_EOC .start_lead_iRp > div:first-child p {
    max-width: 95%;
    font-size: calc(17px * 1.6);
}.welcome_page_EOC .smart_learning_aRV > div {
    min-height: 580px;
}.welcome_page_EOC .smart_learning_aRV h3 {
    font-size: calc(22px * 1.3);
    max-width: 80%;
}.welcome_page_EOC .smart_learning_aRV .title_style_header {
    font-size: calc(43px * 1.4);
}
}

@media (min-width: 1440px) {.welcome_page_EOC .start_lead_iRp {
    grid-template-columns: 40% 55%;
    gap: 5%;
}.welcome_page_EOC .start_lead_iRp > div:first-child p {
    font-size: calc(17px * 1.8);
}.welcome_page_EOC .smart_learning_aRV > div {
    min-height: 640px;
    padding: 5rem 4rem;
}.welcome_page_EOC .smart_learning_aRV h3 {
    font-size: calc(22px * 1.4);
}.welcome_page_EOC .smart_learning_aRV .title_style_header {
    font-size: calc(43px * 1.6);
}
}

@media (max-width: 480px) {.welcome_page_EOC {
    padding: 3rem 1.5rem;
}.welcome_page_EOC .start_lead_iRp > div:first-child p {
    max-width: 100%;
    font-size: 17px;
}.welcome_page_EOC .smart_learning_aRV > div {
    min-height: 400px;
    padding: 2rem 1.5rem;
}.welcome_page_EOC .smart_learning_aRV h3 {
    font-size: 22px;
}.welcome_page_EOC .smart_learning_aRV .title_style_header {
    font-size: calc(43px * 0.85);
}}.cookieDisclosurePanel_urG {
    width: 100%;
    font-family: Arial, sans-serif;
    background: #ffffff;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
    border-top: 3px solid rgb(217,199,200);
    transition: all 0.3s ease-in-out;
    padding: 15px 20px;
    bottom: 0;
    position: fixed;
    z-index: 1050;
}.cookie_option_uyH {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}.cookie_reset_psy {
    flex-shrink: 0;
    margin-right: 15px;
}.cookie_reset_psy svg {
    height: 50px;
    transition: fill 0.3s ease-in-out;
    width: 50px;
    fill: rgb(217,199,200);
}.cookie_screen_lDS {
    margin-right: 15px;
    flex-grow: 1;
}.cookie_screen_lDS h5 {
    font-size: 19px;
    color: rgb(217,199,200);
    font-weight: 700;
    margin-bottom: 5px;
}.cookie_screen_lDS p {
    color: #000000;
    margin-bottom: 0;
    font-size: 12px;
}.cookie_list_Chb {
    margin-left: 10px;
    user-select: none;
    border: 1px solid transparent;
    line-height: 1.5;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    text-decoration: none;
    padding: 0.375rem 0.75rem;
    border-radius: 10px;
    white-space: nowrap;
}.cookie_button.data_policy_Hpf {
    border-color: rgb(217,199,200);
    color: #ffffff;
    background-color: rgb(217,199,200);
}#overlayCookieInfo_oIF {
    display: none;
}#overlayCookieInfo_oIF:checked ~ .cookieDisclosurePanel_urG {
    opacity: 0;
    visibility: hidden;
}.cookie_button.data_policy_Hpf:hover {
    border-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
}.cookie_button.track_toggle_yME {
    background-color: rgb(185,163,164);
    color: #000000;
    border-color: rgb(185,163,164);
}.cookie_button.track_toggle_yME:hover {
    background-color: rgb(217,199,200);
    color: #ffffff;
    border-color: rgb(217,199,200);
}.cookieDisclosurePanel_urG p a {
    color: rgb(217,199,200);
    text-decoration: underline;
}.cookieDisclosurePanel_urG p a:hover {
    color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1200px) {.cookie_screen_lDS h5 {
    font-size: calc(19px - 2px);
}.cookie_screen_lDS p {
    font-size: calc(12px - 2px);
}.cookie_list_Chb {
    font-size: calc(20px - 2px);
}
}
@media (max-width: 800px) {.cookie_option_uyH {
    align-items: center;
    flex-direction: column;
}.cookie_reset_psy {
    margin-bottom: 10px;
}.cookie_screen_lDS {
    margin-bottom: 15px;
    text-align: center;
}.cookie_list_Chb {
    margin-left: 0;
    width: 100%;
    margin-top: 10px;
}}
.privacy_preserve_Cva {
    padding: 5rem 2rem;
    font-family: Arial, sans-serif;
    background: rgb(242,230,231);
    position: relative;
    color: #000000;
    overflow: hidden;
}.privacy_preserve_Cva::before {
    background: linear-gradient(135deg, 
        rgba(rgb(185,163,164,0.5), 0.03) 0%,
        rgba(rgb(185,163,164,0.5), 0.08) 60%, 
        rgba(rgb(185,163,164,0.5), 0.15) 100%);
    position: absolute;
    z-index: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
}.privacy_preserve_Cva::after {
    content: "";
    width: 200px;
    top: -40px;
    position: absolute;
    transform: rotate(-15deg);
    opacity: 0.1;
    right: -40px;
    height: 200px;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    background: linear-gradient(to bottom right, 
        rgb(185,163,164) 0%, 
        transparent 70%);
    z-index: 1;
    filter: blur(20px);
}.privacy_preserve_Cva .container {
    background: #ffffff;
    transform: perspective(1000px) rotateY(0.5deg);
    max-width: 1140px;
    padding: 3rem;
    margin: 0 auto;
    box-shadow: 0 10px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
                0 3px 14px rgba(rgba(0, 0, 0, 0.5), 0.05);
    position: relative;
    transform-origin: left center;
    z-index: 2;
    border-left: 4px solid rgb(217,199,200);
    transition: transform 0.5s ease-out;
}.privacy_preserve_Cva .container:hover {
    transform: perspective(1000px) rotateY(0deg);
}.privacy_preserve_Cva h1 {
    padding-bottom: 1.5rem;
    position: relative;
    color: #000000;
    border-bottom: 1px solid rgba(rgb(185,163,164,0.5), 0.2);
    font-size: 42px;
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin: 0 0 2.5rem 0;
    font-weight: 700;
}.privacy_preserve_Cva h1::before {
    background: linear-gradient(90deg, rgb(217,199,200), rgb(185,163,164));
    transform: scaleX(1);
    position: absolute;
    bottom: -1px;
    content: "";
    transform-origin: left;
    width: 30%;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    left: 0;
    height: 3px;
}.privacy_preserve_Cva h1:hover::before {
    transform: scaleX(1.2);
}.privacy_preserve_Cva h2 {
    padding-left: 1.2rem;
    margin: 3rem 0 1.5rem;
    font-weight: 600;
    font-size: 31px;
    position: relative;
    color: #000000;
}.privacy_preserve_Cva h2::before {
    width: 4px;
    background: rgb(185,163,164);
    left: 0;
    position: absolute;
    top: 0.5rem;
    height: calc(100% - 1rem);
    border-radius: 2px;
    content: "";
}.privacy_preserve_Cva h3 {
    color: #000000;
    margin: 2.5rem 0 1.2rem;
    border-bottom: 1px dashed rgba(rgb(185,163,164,0.5), 0.2);
    font-weight: 600;
    padding-bottom: 0.8rem;
    font-size: calc(31px * 0.8);
}.privacy_preserve_Cva h4 {
    font-size: calc(31px * 0.7);
    letter-spacing: 0.01em;
    font-weight: 400;
    margin: 2rem 0 1rem;
    color: #000000;
}.privacy_preserve_Cva p {
    line-height: 1.8;
    margin-bottom: 1.5rem;
    color: #000000;
    max-width: 95%;
    font-size: 13px;
}.privacy_preserve_Cva strong {
    color: rgb(217,199,200);
    font-weight: 600;
}.privacy_preserve_Cva span {
    font-size: 13px;
    display: block;
    border-left: 2px solid rgba(rgb(185,163,164,0.5), 0.3);
    padding-left: 1rem;
    color: #000000;
    margin-bottom: 1.5rem;
    line-height: 1.7;
}.privacy_preserve_Cva ul {
    list-style-type: none;
    padding-left: 1.2rem;
    margin: 1.5rem 0 2.5rem;
}.privacy_preserve_Cva li {
    font-size: 13px;
    color: #000000;
    line-height: 1.7;
    padding-left: 1.5rem;
    margin-bottom: 1.2rem;
    position: relative;
}.privacy_preserve_Cva li::before {
    transition: transform 0.3s ease, background 0.3s ease;
    opacity: 0.8;
    transform: rotate(45deg);
    top: 0.7rem;
    height: 8px;
    content: "";
    width: 8px;
    left: 0;
    position: absolute;
    background: rgb(185,163,164);
}.privacy_preserve_Cva li:hover::before {
    transform: rotate(135deg);
    background: rgb(217,199,200);
}

@media (max-width: 992px) {.privacy_preserve_Cva {
    padding: 4rem 1.5rem;
}.privacy_preserve_Cva .container {
    padding: 2.5rem 2rem;
    transform: perspective(800px) rotateY(0deg);
}.privacy_preserve_Cva h1 {
    font-size: calc(42px * 0.9);
    padding-bottom: 1.2rem;
    margin-bottom: 2rem;
}.privacy_preserve_Cva h2 {
    font-size: calc(31px * 0.9);
    margin: 2.5rem 0 1.2rem;
}
}

@media (max-width: 768px) {.privacy_preserve_Cva {
    padding: 3rem 1rem;
}.privacy_preserve_Cva .container {
    border-left: 3px solid rgb(217,199,200);
    padding: 2rem 1.5rem;
}.privacy_preserve_Cva h1 {
    padding-bottom: 1rem;
    font-size: calc(42px * 0.8);
    margin-bottom: 1.5rem;
}.privacy_preserve_Cva h2 {
    font-size: calc(31px * 0.8);
    padding-left: 1rem;
    margin: 2rem 0 1rem;
}.privacy_preserve_Cva h3 {
    font-size: calc(31px * 0.7);
    margin: 2rem 0 1rem;
}.privacy_preserve_Cva h4 {
    font-size: calc(31px * 0.6);
}.privacy_preserve_Cva p, 
    .privacy_preserve_Cva span,
    .privacy_preserve_Cva li {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}.privacy_preserve_Cva ul {
    padding-left: 0.5rem;
}.privacy_preserve_Cva li {
    padding-left: 1.2rem;
}
}

@media (max-width: 576px) {.privacy_preserve_Cva {
    padding: 2rem 0.5rem;
}.privacy_preserve_Cva .container {
    padding: 1.5rem 1.2rem;
    border-left: 2px solid rgb(217,199,200);
}.privacy_preserve_Cva h1 {
    font-size: calc(42px * 0.7);
}.privacy_preserve_Cva h2 {
    font-size: calc(31px * 0.7);
}.privacy_preserve_Cva h2::before {
    top: 0.4rem;
    width: 3px;
    height: calc(100% - 0.8rem);
}.privacy_preserve_Cva p, 
    .privacy_preserve_Cva span,
    .privacy_preserve_Cva li {
    max-width: 100%;
    font-size: calc(13px * 0.9);
}.privacy_preserve_Cva span {
    padding-left: 0.8rem;
}.privacy_preserve_Cva li::before {
    width: 6px;
    height: 6px;
}}.about_this_WaD {
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
}.about_this_WaD::before {
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgb(217,199,200,0.5) 70%);
    content: "";
    width: 100%;
    position: absolute;
}.about_this_WaD::after {
    transform: rotate(15deg);
    bottom: -50px;
    height: 250px;
    z-index: 1;
    animation: float 10s ease-in-out infinite;
    position: absolute;
    width: 250px;
    border: 3px solid rgb(185,163,164,0.5);
    content: "";
    right: -50px;
}.about_this_WaD h4 {
    margin-bottom: 2rem;
    padding-left: 2rem;
    text-transform: uppercase;
    opacity: 0;
    font-weight: 700;
    position: relative;
    color: #ffffff;
    z-index: 2;
    animation: slideIn 0.8s forwards 0.2s ease-out;
    letter-spacing: 2px;
    font-size: 32px;
    transform: translateX(20px);
}.about_this_WaD h4::before {
    content: "";
    top: 50%;
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    width: 1.5rem;
    background: rgb(185,163,164);
    height: 3px;
}.about_this_WaD .container {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    padding: 0 15px;
    margin: 0 auto;
}.about_this_WaD .text_wrap_item_vao {
    transform: translateY(20px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    padding: 3rem;
    clip-path: polygon(0 0, 100% 0, 100% 96%, 96% 100%, 0 100%);
    animation: fadeUp 1s forwards 0.4s ease-out;
    opacity: 0;
    background: rgba(255, 255, 255, 0.9);
}.about_this_WaD .text_wrap_item_vao h6 {
    margin-bottom: 1.5rem;
    font-weight: 700;
    color: rgb(217,199,200);
    position: relative;
    padding-bottom: 0.8rem;
    display: inline-block;
    font-size: 24px;
}.about_this_WaD .text_wrap_item_vao h6::after {
    content: "";
    background: linear-gradient(to right, rgb(185,163,164), transparent);
    left: 0;
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
}.about_this_WaD .text_wrap_item_vao div {
    position: relative;
}.about_this_WaD .text_wrap_item_vao span {
    z-index: 2;
    position: relative;
    column-gap: 2rem;
    line-height: 1.8;
    display: block;
    font-size: 17px;
    color: #000000;
    column-count: 1;
}.about_this_WaD .text_wrap_item_vao::before {
    content: "";
    height: 40%;
    border: 1px dashed rgb(185,163,164,0.5);
    top: 3rem;
    z-index: 1;
    width: 40%;
    right: 2rem;
    opacity: 0.5;
    position: absolute;
    transform: rotate(-5deg);
}

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

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

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

@media (min-width: 768px) {.about_this_WaD {
    padding: 7rem 0;
}.about_this_WaD h4 {
    padding-left: 3rem;
    font-size: calc(32px * 1.2);
}.about_this_WaD h4::before {
    width: 2.5rem;
}.about_this_WaD .text_wrap_item_vao {
    margin-left: 3rem;
    padding: 4rem;
}.about_this_WaD .text_wrap_item_vao span {
    column-count: 2;
}.about_this_WaD .text_wrap_item_vao::before {
    height: 50%;
    width: 30%;
}
}

@media (min-width: 992px) {.about_this_WaD {
    padding: 9rem 0;
}.about_this_WaD h4 {
    margin-left: 3rem;
}.about_this_WaD .text_wrap_item_vao {
    margin-left: 6rem;
    width: 85%;
    padding: 5rem;
}.about_this_WaD .text_wrap_item_vao h6 {
    font-size: calc(24px * 1.2);
}.about_this_WaD .text_wrap_item_vao span {
    column-gap: 3rem;
    column-count: 2;
}.about_this_WaD::after {
    height: 350px;
    width: 350px;
}
}

@media (max-width: 767px) {.about_this_WaD {
    padding: 4rem 0;
}.about_this_WaD h4 {
    padding-left: 1.5rem;
    text-align: left;
}.about_this_WaD .text_wrap_item_vao {
    padding: 2rem;
}.about_this_WaD .text_wrap_item_vao::before {
    display: none;
}}.gratitudeWeb_eOP {
    overflow: hidden;
    padding: 120px 0 80px;
    position: relative;
    background: linear-gradient(135deg, #ffffff 0%, rgb(242,230,231) 100%);
}.gratitudeWeb_eOP::before {
    opacity: 0.4;
    animation: float 12s ease-in-out infinite alternate;
    filter: blur(40px);
    transform: rotate(-15deg) skew(10deg);
    z-index: 1;
    background: linear-gradient(145deg, rgb(185,163,164,0.5) 0%, transparent 80%);
    width: 40%;
    position: absolute;
    top: -10%;
    height: 70%;
    content: "";
    left: -5%;
}.gratitudeWeb_eOP::after {
    animation: float 15s ease-in-out infinite alternate-reverse;
    opacity: 0.3;
    width: 35%;
    z-index: 1;
    transform: rotate(10deg) skew(-5deg);
    right: -5%;
    content: "";
    bottom: -5%;
    filter: blur(30px);
    background: linear-gradient(215deg, rgb(217,199,200,0.5) 0%, transparent 70%);
    height: 60%;
    position: absolute;
}.gratitudeWeb_eOP .container {
    position: relative;
    z-index: 3;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
}.gratitudeWeb_eOP h2 {
    margin-bottom: 40px;
    position: relative;
    text-align: center;
    transform: translateY(20px);
    color: #000000;
    opacity: 0;
    font-family: Arial, sans-serif;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.02em;
    animation: fadeUp 0.8s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    line-height: 1.3;
}.gratitudeWeb_eOP h2::after {
    width: 80px;
    position: absolute;
    height: 3px;
    transform: translateX(-50%);
    content: "";
    opacity: 0;
    animation: expand 1.5s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: center;
    bottom: -15px;
    background: linear-gradient(90deg, rgb(217,199,200) 0%, rgb(185,163,164) 100%);
    left: 50%;
}.gratitudeWeb_eOP .knowledge_learn_GmO {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    animation: fadeUp 0.8s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    background: #ffffff;
    padding: 50px 40px;
    transform: translateY(30px);
    opacity: 0;
}.gratitudeWeb_eOP .knowledge_learn_GmO::before {
    top: 0;
    content: "";
    transform: scaleY(0);
    height: 100%;
    width: 5px;
    left: 0;
    position: absolute;
    transform-origin: top;
    background: linear-gradient(to bottom, rgb(217,199,200), rgb(185,163,164));
    animation: growDown 1s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
}.gratitudeWeb_eOP ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.gratitudeWeb_eOP li {
    position: relative;
    padding-left: 25px;
}.gratitudeWeb_eOP li::before {
    width: 8px;
    content: "";
    left: 0;
    background: rgb(185,163,164);
    height: 8px;
    position: absolute;
    border-radius: 50%;
    animation: popIn 0.5s 1s forwards cubic-bezier(0.34, 1.56, 0.64, 1);
    top: 10px;
    transform: scale(0);
}.gratitudeWeb_eOP span {
    transform: translateY(10px);
    color: #000000;
    font-family: Arial, sans-serif;
    display: block;
    opacity: 0;
    font-weight: 400;
    line-height: 1.8;
    animation: fadeUp 0.8s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    font-size: 15px;
}

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

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

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

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

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

@media (max-width: 1024px) {.gratitudeWeb_eOP {
    padding: 100px 0 70px;
}.gratitudeWeb_eOP h2 {
    font-size: calc(28px * 0.9);
}.gratitudeWeb_eOP .knowledge_learn_GmO {
    padding: 40px 35px;
}
}

@media (max-width: 768px) {.gratitudeWeb_eOP {
    padding: 80px 0 60px;
}.gratitudeWeb_eOP h2 {
    font-size: calc(28px * 0.8);
    margin-bottom: 35px;
}.gratitudeWeb_eOP h2::after {
    bottom: -12px;
    width: 60px;
}.gratitudeWeb_eOP .knowledge_learn_GmO {
    padding: 35px 30px;
}.gratitudeWeb_eOP span {
    font-size: calc(15px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 576px) {.gratitudeWeb_eOP {
    padding: 60px 0 50px;
}.gratitudeWeb_eOP h2 {
    font-size: calc(28px * 0.7);
    margin-bottom: 30px;
    line-height: 1.4;
}.gratitudeWeb_eOP h2::after {
    bottom: -10px;
    height: 2px;
    width: 50px;
}.gratitudeWeb_eOP .knowledge_learn_GmO {
    padding: 30px 20px;
}.gratitudeWeb_eOP li {
    padding-left: 20px;
}.gratitudeWeb_eOP li::before {
    width: 6px;
    top: 12px;
    height: 6px;
}.gratitudeWeb_eOP span {
    line-height: 1.6;
    font-size: calc(15px * 0.9);
}@keyframes expand {
    100% {
      width: 50px;
    }
  }
}footer {
    position: relative;
}footer::before {
    background: linear-gradient(90deg, #000000 0%, rgb(217,199,200) 150%);
    bottom: 0;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0.92;
    z-index: 1;
    content: '';
    right: 0;
}.news_feed_ndP {
    color: #ffffff;
    font-family: Arial, sans-serif;
    z-index: 2;
    padding: 70px 0;
    position: relative;
}.news_feed_ndP .container {
    gap: 40px;
    flex-wrap: wrap;
    display: flex;
}.news_feed_ndP .company_holder {
    padding: 30px;
    border-radius: 12px 0 12px 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    background: rgba(0, 0, 0, 0.3);
    position: relative;
    transition: all 0.3s ease;
}.news_feed_ndP .company_holder:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}.news_feed_ndP .company_holder::before {
    left: 0;
    height: 5px;
    position: absolute;
    top: 0;
    background: rgb(217,199,200);
    content: '';
    width: 100%;
}.news_feed_ndP .company_holder h3 {
    color: #ffffff;
    font-weight: 700;
    position: relative;
    font-size: 35px;
    margin-bottom: 25px;
    display: inline-block;
}.news_feed_ndP .company_holder h3::after {
    position: absolute;
    bottom: -8px;
    content: '';
    background: rgb(185,163,164);
    width: 60px;
    left: 0;
    height: 3px;
}.news_feed_ndP .trial_offer_Cwc {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    font-size: 15px;
    line-height: 1.6;
    color: #ffffff;
}.news_feed_ndP .footer_caption_DBX {
    position: relative;
}.news_feed_ndP .header_know_XUE {
    gap: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}.news_feed_ndP .top_navbar_IOD {
    position: relative;
    flex: 0 0 calc(50% - 15px);
}.news_feed_ndP .top_navbar_IOD h5 {
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    font-size: 19px;
    border-left: 3px solid rgb(217,199,200);
    padding-left: 15px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
}.news_feed_ndP .top_navbar_IOD .header_know_XUE {
    display: flex;
    flex-direction: column;
    gap: 12px;
}.news_feed_ndP .top_navbar_IOD .header_know_XUE a {
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    padding: 8px 15px;
    z-index: 1;
    color: #ffffff;
    font-size: 15px;
    position: relative;
    display: inline-block;
    text-decoration: none;
    border-radius: 4px;
    overflow: hidden;
}.news_feed_ndP .top_navbar_IOD .header_know_XUE a::before {
    transition: width 0.3s ease;
    width: 0;
    height: 100%;
    content: '';
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(217,199,200,0.5);
}.news_feed_ndP .top_navbar_IOD .header_know_XUE a:hover {
    color: #ffffff;
    transform: translateX(5px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}.news_feed_ndP .top_navbar_IOD .header_know_XUE a:hover::before {
    width: 100%;
}.support_cta_GXd {
    margin-top: 50px;
    padding: 20px 0;
    background: rgba(0, 0, 0, 0.4);
    position: relative;
    z-index: 2;
}.support_cta_GXd .container {
    justify-content: center;
    align-items: center;
    display: flex;
}.support_cta_GXd .mentor_cta_wdn {
    color: #ffffff;
    letter-spacing: 0.5px;
    text-align: center;
    font-size: 15px;
}@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

footer::after {
    right: 0;
    z-index: 1;
    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%);
    content: '';
    top: 0;
    bottom: 0;
    background-size: 40px 40px;
    left: 0;
    position: absolute;
}

@media (max-width: 992px) {.news_feed_ndP .container {
    flex-direction: column;
}
}

@media (max-width: 768px) {.news_feed_ndP {
    padding: 50px 0;
}.news_feed_ndP .top_navbar_IOD {
    flex: 0 0 100%;
}
}

@media (max-width: 576px) {.news_feed_ndP {
    padding: 40px 0;
}.news_feed_ndP .company_holder h3 {
    font-size: calc(35px * 0.8);
}.news_feed_ndP .top_navbar_IOD h5 {
    font-size: calc(19px * 0.9);
}.news_feed_ndP .top_navbar_IOD .header_know_XUE a,
    .news_feed_ndP .footer_agreement {
    font-size: calc(15px * 0.95);
}}

.support_cta_GXd::before {
    opacity: 0.2;
    left: 0;
    top: 0;
    content: '';
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    position: absolute;
    width: 100%;
    height: 1px;
}.info_hub_sSU {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: rgb(185,163,164,0.5);
}.info_hub_sSU::before {
    position: absolute;
    width: 100%;
    left: 0;
    content: "";
    z-index: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(217,199,200,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(185,163,164,0.5) 0%, transparent 40%);
    top: 0;
    filter: blur(60px);
    height: 100%;
}.info_hub_sSU::after {
    z-index: 0;
    height: 100%;
    width: 100%;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.03) 10px, rgba(255, 255, 255, 0.03) 11px),
        repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(255, 255, 255, 0.03) 10px, rgba(255, 255, 255, 0.03) 11px);
    top: 0;
    position: absolute;
    content: "";
    left: 0;
}.info_hub_sSU .container {
    padding: 0 15px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.info_hub_sSU .contact_assistance_NWM {
    flex-direction: column;
    position: relative;
    display: flex;
    overflow: visible;
}.info_hub_sSU .message_us_JIB {
    display: flex;
    text-transform: uppercase;
    text-shadow: 
        0 0 5px rgb(217,199,200),
        0 0 10px rgb(217,199,200),
        0 0 20px rgb(217,199,200);
    color: #ffffff;
    font-weight: 700;
    position: relative;
    align-items: center;
    margin: 0 0 60px 0;
    text-align: left;
    letter-spacing: 3px;
    padding: 0;
    font-size: 40px;
}.info_hub_sSU .message_us_JIB svg {
    height: 35px;
    width: 35px;
    stroke-linecap: round;
    stroke-linejoin: round;
    filter: drop-shadow(0 0 5px rgb(217,199,200)) 
           drop-shadow(0 0 10px rgb(217,199,200));
    stroke: #ffffff;
    stroke-width: 2;
    fill: none;
    margin-right: 15px;
}.info_hub_sSU .content-wrapper {
    backdrop-filter: blur(10px);
    border-radius: 11px;
    box-shadow: 
        0 0 20px rgb(217,199,200,0.5),
        0 0 40px rgba(0, 0, 0, 0.5),
        inset 0 0 2px rgba(255, 255, 255, 0.1);
    position: relative;
    background: rgba(17, 55, 85, 0.7);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.info_hub_sSU .content-wrapper::before {
    content: "";
    top: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(217,199,200), transparent);
    left: 0;
    height: 2px;
}.info_hub_sSU .content-wrapper::after {
    background: linear-gradient(90deg, transparent, rgb(185,163,164), transparent);
    position: absolute;
    right: 0;
    width: 100%;
    content: "";
    bottom: 0;
    height: 2px;
}.info_hub_sSU .image_zoom_nYr {
    filter: grayscale(70%) contrast(120%) brightness(80%);
    position: absolute;
    top: 0;
    clip-path: polygon(40% 0, 100% 0, 100% 100%, 20% 100%);
    right: 0;
    height: 100%;
    object-fit: cover;
    width: 60%;
    opacity: 0.7;
    mix-blend-mode: luminosity;
}.info_hub_sSU .image_zoom_nYr::after {
    top: 0;
    left: 0;
    background: linear-gradient(to right, rgba(10, 10, 20, 0.9), transparent);
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
}.info_hub_sSU .write_experts_aui {
    position: relative;
    width: 60%;
    padding: 40px;
    z-index: 3;
}.info_hub_sSU .write_experts_aui p {
    transition: all 0.3s ease;
    border-left: 2px solid rgb(217,199,200);
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    font-size: 17px;
    position: relative;
    border-radius: 10px;
    box-shadow: 
        0 0 10px rgba(0, 0, 0, 0.2),
        inset 0 0 1px rgba(255, 255, 255, 0.1);
    align-items: center;
    padding: 15px 25px 15px 50px;
    margin: 0 0 20px 0;
    color: #ffffff;
}.info_hub_sSU .write_experts_aui p:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
    box-shadow: 
        0 0 15px rgba(0, 0, 0, 0.3),
        0 0 5px rgb(217,199,200,0.5),
        inset 0 0 2px rgba(255, 255, 255, 0.2);
}.info_hub_sSU .write_experts_aui p svg {
    fill: rgb(217,199,200);
    left: 15px;
    filter: drop-shadow(0 0 3px rgb(217,199,200));
    transform: translateY(-50%);
    transition: all 0.3s ease;
    height: 20px;
    top: 50%;
    position: absolute;
    width: 20px;
}.info_hub_sSU .write_experts_aui p:hover svg {
    transform: translateY(-50%) scale(1.2);
    filter: drop-shadow(0 0 5px rgb(217,199,200));
}.info_hub_sSU .write_experts_aui p:nth-child(even) {
    border-left: 2px solid rgb(185,163,164);
}.info_hub_sSU .write_experts_aui p:nth-child(even) svg {
    filter: drop-shadow(0 0 3px rgb(185,163,164));
    stroke: rgb(185,163,164);
}.info_hub_sSU .write_experts_aui p:nth-child(even):hover svg {
    filter: drop-shadow(0 0 5px rgb(185,163,164));
}.info_hub_sSU .write_experts_aui p span {
    opacity: 0.9;
    margin-left: 10px;
}.info_hub_sSU .write_experts_aui p a {
    position: relative;
    transition: all 0.3s ease;
    color: #ffffff;
    text-decoration: none;
    overflow: hidden;
}.info_hub_sSU .write_experts_aui p a::before {
    content: "";
    transform-origin: right;
    left: 0;
    transition: transform 0.3s ease;
    background: rgb(217,199,200);
    width: 100%;
    box-shadow: 0 0 5px rgb(217,199,200);
    position: absolute;
    bottom: -2px;
    transform: scaleX(0);
    height: 1px;
}.info_hub_sSU .write_experts_aui p a:hover {
    text-shadow: 0 0 8px rgb(217,199,200,0.5);
    color: rgb(217,199,200);
}.info_hub_sSU .write_experts_aui p a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.info_hub_sSU .write_experts_aui p:nth-child(even) a::before {
    background: rgb(185,163,164);
    box-shadow: 0 0 5px rgb(185,163,164);
}.info_hub_sSU .write_experts_aui p:nth-child(even) a:hover {
    text-shadow: 0 0 8px rgb(185,163,164,0.5);
    color: rgb(185,163,164);
}.info_hub_sSU .assist_team_OxQ {
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 
        0 0 20px rgba(0, 0, 0, 0.3),
        inset 0 0 2px rgba(255, 255, 255, 0.1);
    border-top: 2px solid rgb(217,199,200);
    width: 60%;
    padding: 30px;
    border-radius: 11px;
    margin-top: 40px;
    position: relative;
}.info_hub_sSU .edu_mentor_azL {
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 22px;
    text-shadow: 0 0 10px rgb(217,199,200,0.5);
    margin: 0 0 20px 0;
    font-weight: 600;
    align-items: center;
    color: #ffffff;
    padding-bottom: 15px;
}.info_hub_sSU .edu_mentor_azL svg {
    width: 22px;
    fill: none;
    stroke: rgb(217,199,200);
    stroke-linejoin: round;
    stroke-width: 2;
    height: 22px;
    margin-right: 12px;
    filter: drop-shadow(0 0 5px rgb(217,199,200,0.5));
    stroke-linecap: round;
}.info_hub_sSU .support_center_Gig {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    gap: 15px;
}.info_hub_sSU .quick_reach_kSX {
    padding: 12px;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    text-align: center;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 17px;
    display: flex;
}.info_hub_sSU .quick_reach_kSX:hover {
    transform: translateY(-3px);
    border-color: rgb(217,199,200,0.5);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}.info_hub_sSU .quick_reach_kSX svg {
    filter: drop-shadow(0 0 2px rgb(217,199,200,0.5));
    height: 14px;
    transition: all 0.3s ease;
    stroke-linecap: round;
    stroke-linejoin: round;
    margin-right: 8px;
    opacity: 0.7;
    fill: none;
    width: 14px;
    stroke: rgb(217,199,200);
    stroke-width: 2;
}.info_hub_sSU .quick_reach_kSX:hover svg {
    transform: rotate(30deg);
    filter: drop-shadow(0 0 5px rgb(217,199,200));
    opacity: 1;
}.info_hub_sSU .write_experts_aui p {
    opacity: 1;
}
@media (max-width: 1023px) {.info_hub_sSU .image_zoom_nYr {
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
    height: 300px;
    position: relative;
}.info_hub_sSU .write_experts_aui,
    .info_hub_sSU .assist_team_OxQ {
    width: 100%;
}.info_hub_sSU .content-wrapper {
    display: flex;
    flex-direction: column;
}.info_hub_sSU .write_experts_aui {
    padding: 30px;
    order: 2;
}.info_hub_sSU .assist_team_OxQ {
    margin-top: 0;
    border-top: none;
    border-radius: 0 0 11px 11px;
    order: 3;
}.info_hub_sSU .message_us_JIB svg {
    height: 30px;
    width: 30px;
}
}
@media (max-width: 767px) {.info_hub_sSU {
    padding: 80px 0;
}.info_hub_sSU .message_us_JIB {
    font-size: calc(37px + 4px);
    margin-bottom: 40px;
}.info_hub_sSU .message_us_JIB svg {
    height: 25px;
    margin-right: 10px;
    width: 25px;
}.info_hub_sSU .image_zoom_nYr {
    height: 250px;
}.info_hub_sSU .write_experts_aui {
    padding: 25px;
}.info_hub_sSU .write_experts_aui p {
    padding: 12px 20px 12px 45px;
}.info_hub_sSU .write_experts_aui p svg {
    height: 18px;
    left: 12px;
    width: 18px;
}.info_hub_sSU .assist_team_OxQ {
    padding: 25px;
}.info_hub_sSU .edu_mentor_azL svg {
    margin-right: 10px;
    height: 18px;
    width: 18px;
}.info_hub_sSU .support_center_Gig {
    grid-template-columns: repeat(2, 1fr);
}.info_hub_sSU .quick_reach_kSX svg {
    height: 12px;
    width: 12px;
    margin-right: 6px;
}}
.info_hub_sSU .content-wrapper {
    position: relative;
}.potential_students_ist {
    background: linear-gradient(45deg, rgb(242,230,231) 0%, #ffffff 100%);
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}.potential_students_ist::before {
    background: rgb(217,199,200,0.5);
    top: 0;
    right: 0;
    position: absolute;
    content: "";
    opacity: 0.1;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    z-index: 1;
    width: 50%;
    height: 100%;
}.potential_students_ist::after {
    opacity: 0.1;
    position: absolute;
    content: "";
    height: 100%;
    z-index: 1;
    background: rgb(185,163,164,0.5);
    bottom: 0;
    width: 50%;
    clip-path: polygon(0 100%, 0 0, 100% 100%);
    left: 0;
}.potential_students_ist .container {
    max-width: 1140px;
    position: relative;
    padding: 0 15px;
    z-index: 2;
    margin: 0 auto;
}.potential_students_ist .knowledge_learn_GmO {
    position: relative;
}.potential_students_ist h4 {
    position: relative;
    text-align: left;
    color: #000000;
    padding-left: 20px;
    font-weight: 700;
    margin-bottom: 60px;
    font-size: 33px;
    border-left: 4px solid rgb(217,199,200);
}.potential_students_ist h4::after {
    width: 60%;
    position: absolute;
    background: linear-gradient(90deg, rgb(185,163,164), transparent);
    height: 1px;
    content: "";
    left: 0;
    bottom: -10px;
}.potential_students_ist div > div {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-left: 60px;
    max-width: 800px;
}.potential_students_ist div > div::before {
    content: "";
    position: absolute;
    height: 100%;
    background: linear-gradient(to bottom, rgb(217,199,200,0.5), rgb(185,163,164,0.5));
    top: 0;
    z-index: 1;
    width: 2px;
    left: 15px;
}.potential_students_ist p {
    display: flex;
    align-items: center;
    color: #000000;
    margin-left: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    z-index: 2;
    font-size: 18px;
    padding: 20px 25px;
    transition: all 0.3s ease;
    position: relative;
    margin-bottom: 30px;
    border-radius: 10px;
    background: #ffffff;
}.potential_students_ist p:last-child {
    margin-bottom: 0;
}.potential_students_ist p::before {
    transform: translateY(-50%);
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    background: linear-gradient(90deg, rgb(217,199,200,0.5), rgb(185,163,164));
    top: 50%;
    left: -30px;
}.potential_students_ist p::after {
    height: 16px;
    content: "";
    z-index: 3;
    transition: all 0.3s ease;
    position: absolute;
    border-radius: 50%;
    left: -42px;
    width: 16px;
    top: 50%;
    transform: translateY(-50%);
    background: #ffffff;
    border: 3px solid rgb(217,199,200);
}.potential_students_ist p:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform: translateX(10px);
}.potential_students_ist p:hover::after {
    transform: translateY(-50%) scale(1.2);
    background: rgb(217,199,200);
}.potential_students_ist p:nth-child(odd)::after {
    border-color: rgb(217,199,200);
}.potential_students_ist p:nth-child(even)::after {
    border-color: rgb(185,163,164);
}.potential_students_ist p:nth-child(even):hover::after {
    background: rgb(185,163,164);
}.potential_students_ist p svg {
    margin-right: 15px;
    height: 24px;
    flex-shrink: 0;
    width: 24px;
    transition: all 0.3s ease;
}.potential_students_ist p svg path {
    fill: rgb(217,199,200);
    transition: fill 0.3s ease;
}.potential_students_ist p:nth-child(even) svg path {
    fill: rgb(185,163,164);
}.potential_students_ist p:hover svg {
    transform: scale(1.1) rotate(10deg);
}.potential_students_ist p:nth-child(1) {
    transform: translateX(0);
}.potential_students_ist p:nth-child(2) {
    transform: translateX(30px);
}.potential_students_ist p:nth-child(3) {
    transform: translateX(60px);
}.potential_students_ist p:nth-child(4) {
    transform: translateX(90px);
}.potential_students_ist p:nth-child(5) {
    transform: translateX(120px);
}.potential_students_ist p:nth-child(6) {
    transform: translateX(150px);
}.potential_students_ist p:nth-child(1):hover {
    transform: translateX(10px);
}.potential_students_ist p:nth-child(2):hover {
    transform: translateX(40px);
}.potential_students_ist p:nth-child(3):hover {
    transform: translateX(70px);
}.potential_students_ist p:nth-child(4):hover {
    transform: translateX(100px);
}.potential_students_ist p:nth-child(5):hover {
    transform: translateX(130px);
}.potential_students_ist p:nth-child(6):hover {
    transform: translateX(160px);
}@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.potential_students_ist .knowledge_learn_GmO > div p {
    opacity: 0;
    animation: slideIn 0.5s ease forwards;
}.potential_students_ist .knowledge_learn_GmO > div p:nth-child(1) {
    animation-delay: 0.1s;
}.potential_students_ist .knowledge_learn_GmO > div p:nth-child(2) {
    animation-delay: 0.2s;
    transform: translateX(30px);
    opacity: 1;
    animation-name: none;
}.potential_students_ist .knowledge_learn_GmO > div p:nth-child(3) {
    opacity: 1;
    animation-delay: 0.3s;
    animation-name: none;
    transform: translateX(60px);
}.potential_students_ist .knowledge_learn_GmO > div p:nth-child(4) {
    animation-delay: 0.4s;
    transform: translateX(90px);
    opacity: 1;
    animation-name: none;
}.potential_students_ist .knowledge_learn_GmO > div p:nth-child(5) {
    transform: translateX(120px);
    opacity: 1;
    animation-delay: 0.5s;
    animation-name: none;
}.potential_students_ist .knowledge_learn_GmO > div p:nth-child(6) {
    transform: translateX(150px);
    animation-delay: 0.6s;
    animation-name: none;
    opacity: 1;
}.potential_students_ist .knowledge_learn_GmO > div p:nth-child(7) {
    animation-delay: 0.6s;
    animation-name: none;
    transform: translateX(120px);
    opacity: 1;
}.potential_students_ist .knowledge_learn_GmO > div p:nth-child(8) {
    transform: translateX(90px);
    animation-delay: 0.6s;
    opacity: 1;
    animation-name: none;
}.potential_students_ist .knowledge_learn_GmO > div p:nth-child(9) {
    transform: translateX(60px);
    opacity: 1;
    animation-delay: 0.6s;
    animation-name: none;
}.potential_students_ist .knowledge_learn_GmO > div p:nth-child(10) {
    animation-name: none;
    animation-delay: 0.6s;
    transform: translateX(30px);
    opacity: 1;
}


@media (max-width: 991px) {.potential_students_ist {
    padding: 80px 0;
}.potential_students_ist h4 {
    font-size: calc(33px * 0.9);
    margin-bottom: 50px;
}.potential_students_ist div > div {
    margin-left: 40px;
}.potential_students_ist p {
    margin-bottom: 25px;
    padding: 18px 20px;
}.potential_students_ist p:nth-child(1) {
    transform: translateX(0);
}.potential_students_ist p:nth-child(2) {
    transform: translateX(20px);
}.potential_students_ist p:nth-child(3) {
    transform: translateX(40px);
}.potential_students_ist p:nth-child(4) {
    transform: translateX(60px);
}.potential_students_ist p:nth-child(5) {
    transform: translateX(80px);
}.potential_students_ist p:nth-child(6) {
    transform: translateX(100px);
}.potential_students_ist p:nth-child(7) {
    transform: translateX(120px);
}.potential_students_ist p:nth-child(8) {
    transform: translateX(140px);
}.potential_students_ist p:nth-child(9) {
    transform: translateX(160px);
}.potential_students_ist p:nth-child(10) {
    transform: translateX(180px);
}.potential_students_ist p:nth-child(1):hover {
    transform: translateX(5px);
}.potential_students_ist p:nth-child(2):hover {
    transform: translateX(25px);
}.potential_students_ist p:nth-child(3):hover {
    transform: translateX(45px);
}.potential_students_ist p:nth-child(4):hover {
    transform: translateX(65px);
}.potential_students_ist p:nth-child(5):hover {
    transform: translateX(85px);
}.potential_students_ist p:nth-child(6):hover {
    transform: translateX(105px);
}.potential_students_ist p:nth-child(7):hover {
    transform: translateX(125px);
}.potential_students_ist p:nth-child(8):hover {
    transform: translateX(145px);
}.potential_students_ist p:nth-child(9):hover {
    transform: translateX(165px);
}.potential_students_ist p:nth-child(10):hover {
    transform: translateX(185px);
}
}

@media (max-width: 768px) {.potential_students_ist {
    padding: 70px 0;
}.potential_students_ist h4 {
    padding-left: 15px;
    margin-bottom: 40px;
    font-size: calc(33px * 0.8);
}.potential_students_ist div > div {
    margin-left: 30px;
}.potential_students_ist div > div::before {
    left: 10px;
}.potential_students_ist p {
    margin-left: 20px;
    padding: 15px;
    margin-bottom: 20px;
}.potential_students_ist p::before {
    width: 20px;
    left: -20px;
}.potential_students_ist p::after {
    left: -32px;
    height: 14px;
    width: 14px;
}.potential_students_ist p:nth-child(1) {
    transform: translateX(0);
}.potential_students_ist p:nth-child(2) {
    transform: translateX(0);
}.potential_students_ist p:nth-child(3) {
    transform: translateX(0);
}.potential_students_ist p:nth-child(4) {
    transform: translateX(0);
}.potential_students_ist p:nth-child(5) {
    transform: translateX(0);
}.potential_students_ist p:nth-child(6) {
    transform: translateX(0);
}.potential_students_ist p:hover,
    .potential_students_ist p:nth-child(n):hover {
    transform: translateX(5px);
}
}

@media (max-width: 576px) {.potential_students_ist {
    padding: 60px 0;
}.potential_students_ist h4 {
    margin-bottom: 30px;
    border-left-width: 3px;
    font-size: calc(33px * 0.7);
}.potential_students_ist div > div {
    margin-left: 25px;
}.potential_students_ist p {
    font-size: calc(18px * 0.9);
    padding: 12px;
    margin-bottom: 15px;
}.potential_students_ist p svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}.potential_students_ist p::after {
    width: 12px;
    border-width: 2px;
    height: 12px;
}}.price_table_EQw {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(242,230,231), rgba(240, 240, 255, 0.95));
    padding: 120px 0;
}.price_table_EQw::before {
    filter: blur(60px);
    opacity: 0.4;
    width: 40%;
    z-index: 0;
    top: -10%;
    position: absolute;
    transform: rotate(-15deg) skewX(15deg);
    right: -5%;
    background: linear-gradient(145deg, rgb(217,199,200,0.5), rgb(185,163,164,0.5));
    content: "";
    height: 70%;
}.price_table_EQw::after {
    transform: rotate(12deg) skewX(-10deg);
    height: 60%;
    filter: blur(50px);
    left: -5%;
    bottom: -10%;
    background: linear-gradient(215deg, rgb(185,163,164,0.5), rgb(217,199,200,0.5));
    content: "";
    position: absolute;
    width: 35%;
    opacity: 0.3;
    z-index: 0;
}.price_table_EQw .container {
    z-index: 1;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    max-width: 1320px;
}.price_table_EQw .fee_pricing_Gmx {
    display: grid;
    gap: 60px;
    grid-template-columns: 1fr;
}.price_table_EQw .trial_rates_EVG {
    animation: fadeInUp 0.8s ease-out forwards 0.3s;
    transform: translateY(30px);
    opacity: 0;
    text-align: center;
}.price_table_EQw .trial_rates_EVG h2 {
    font-size: 29px;
    color: #000000;
    display: inline-block;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
}.price_table_EQw .trial_rates_EVG h2::after {
    width: 80px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(217,199,200), rgb(185,163,164));
    height: 4px;
    border-radius: 10px;
    position: absolute;
    content: "";
    bottom: -12px;
}.price_table_EQw .promo_plans_rBy {
    line-height: 1.6;
    max-width: 680px;
    color: #000000;
    font-size: 16px;
    margin: 20px auto 0;
}.price_table_EQw .bundle_offer_lQV {
    grid-template-columns: 1fr;
    gap: 30px;
    animation: fadeInUp 0.8s ease-out forwards 0.5s;
    display: grid;
    transform: translateY(40px);
    opacity: 0;
}.price_table_EQw .edu_deals_OBN {
    display: block;
    backface-visibility: hidden;
    text-decoration: none;
    transform: perspective(1000px) rotateX(0deg);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.6s ease;
}.price_table_EQw .edu_rates_fCb {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    position: relative;
    display: flex;
    flex-direction: column;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    border-radius: 8px;
    height: 100%;
    background: #ffffff;
    will-change: transform, box-shadow;
}.price_table_EQw .edu_deals_OBN:hover .edu_rates_fCb {
    transform: translateY(-8px);
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.12), 0 10px 20px rgba(var(--primary-color-rgb), 0.1);
}.price_table_EQw .study_fees_qjY {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    padding: 35px 30px;
}.price_table_EQw .study_fees_qjY h3 {
    overflow-wrap: break-word;
    margin-bottom: 15px;
    white-space: normal;
    padding-left: 15px;
    font-weight: 700;
    color: #000000;
    word-break: break-word;
    font-size: calc(19px + 2px);
    position: relative;
}.price_table_EQw .study_fees_qjY h3::before {
    position: absolute;
    left: 0;
    width: 4px;
    content: "";
    height: calc(100% - 10px);
    top: 5px;
    background: linear-gradient(to bottom, rgb(217,199,200), rgb(185,163,164));
    border-radius: 10px;
}.price_table_EQw .indv_cost_YnW {
    padding: 8px 15px;
    font-weight: 700;
    font-size: calc(19px + 4px);
    border-radius: 6px;
    color: rgb(217,199,200);
    margin: 5px 0 20px;
    position: relative;
    display: inline-block;
    background: linear-gradient(120deg, rgba(var(--primary-color-rgb), 0.08), rgba(var(--secondary-color-rgb), 0.08));
}.price_table_EQw .study_fees_qjY p {
    white-space: normal;
    line-height: 1.6;
    flex-grow: 1;
    word-break: break-word;
    color: #000000;
    margin-top: 5px;
    overflow-wrap: break-word;
    font-size: 16px;
    margin-bottom: 10px;
}.price_table_EQw .image_zoom_nYr {
    position: relative;
    height: 220px;
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    width: 100%;
}.price_table_EQw .image_zoom_nYr::after {
    z-index: 1;
    right: 0;
    top: 0;
    left: 0;
    position: absolute;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
    content: "";
}.price_table_EQw .edu_deals_OBN:hover .image_zoom_nYr {
    transform: scale(1.05);
}

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

@media (min-width: 768px) {.price_table_EQw .bundle_offer_lQV {
    gap: 25px;
    grid-template-columns: repeat(2, 1fr);
}.price_table_EQw .fee_pricing_Gmx {
    grid-template-columns: 1fr;
}
}

@media (min-width: 992px) {.price_table_EQw .fee_pricing_Gmx {
    grid-template-columns: 2fr 1fr;
    gap: 40px;
}.price_table_EQw .trial_rates_EVG {
    grid-row: 1;
    text-align: left;
    grid-column: 2;
    align-self: center;
}.price_table_EQw .trial_rates_EVG h2 {
    display: inline-block;
}.price_table_EQw .trial_rates_EVG h2::after {
    transform: none;
    left: 0;
}.price_table_EQw .promo_plans_rBy {
    margin: 25px 0 0;
}.price_table_EQw .bundle_offer_lQV {
    grid-template-columns: repeat(2, 1fr);
    grid-column: 1;
    grid-row: 1;
}
}

@media (min-width: 1200px) {.price_table_EQw .bundle_offer_lQV {
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}.price_table_EQw .study_fees_qjY {
    padding: 40px 35px;
}.price_table_EQw .image_zoom_nYr {
    height: 240px;
}
}

@media (max-width: 767px) {.price_table_EQw {
    padding: 80px 0;
}.price_table_EQw .trial_rates_EVG {
    margin-bottom: 20px;
}.price_table_EQw .edu_rates_fCb {
    max-width: 100%;
}.price_table_EQw .study_fees_qjY {
    padding: 30px 25px;
}.price_table_EQw .study_fees_qjY h3 {
    font-size: calc(19px + 1px);
}.price_table_EQw .indv_cost_YnW {
    margin: 0 0 15px;
    font-size: 19px;
}.price_table_EQw .image_zoom_nYr {
    height: 200px;
}
}

@media (max-width: 480px) {.price_table_EQw {
    padding: 60px 0;
}.price_table_EQw .study_fees_qjY {
    padding: 25px 20px;
}.price_table_EQw .image_zoom_nYr {
    height: 180px;
}}.course_summary_fJl {
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(242,230,231) 0%, rgba(245, 247, 250, 0.95) 100%);
}.course_summary_fJl::before {
    position: absolute;
    background: linear-gradient(225deg, rgb(217,199,200) 0%, rgb(217,199,200,0.5) 70%);
    height: 250px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    transform: rotate(15deg);
    content: "";
    right: -5%;
    animation: float 12s ease-in-out infinite;
    opacity: 0.1;
    top: -5%;
    width: 250px;
    z-index: 0;
}.course_summary_fJl::after {
    content: "";
    position: absolute;
    transform: rotate(-15deg);
    width: 200px;
    left: -3%;
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    opacity: 0.1;
    bottom: -3%;
    height: 200px;
    z-index: 0;
    animation: float 15s ease-in-out infinite reverse;
    background: linear-gradient(135deg, rgb(185,163,164) 0%, rgb(185,163,164,0.5) 80%);
}.course_summary_fJl .container {
    z-index: 1;
    margin: 0 auto;
    position: relative;
    padding: 0 1.5rem;
    max-width: 1200px;
}.course_summary_fJl h2 {
    text-align: center;
    transform: perspective(1000px) rotateX(0deg);
    font-size: 35px;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    font-weight: 700;
    margin-bottom: 3rem;
    position: relative;
    color: #000000;
}.course_summary_fJl h2::after {
    background: linear-gradient(90deg, rgb(217,199,200) 0%, rgb(185,163,164) 100%);
    width: 80px;
    content: "";
    transform: translateX(-50%);
    height: 3px;
    bottom: -0.75rem;
    position: absolute;
    left: 50%;
}.course_summary_fJl h2:hover {
    transform: perspective(1000px) rotateX(2deg) translateY(-5px);
}.course_summary_fJl .education_flow_Grf {
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    transform: translateY(0);
    display: grid;
    gap: 2.5rem;
    background: #ffffff;
    grid-template-columns: 1fr;
    border-radius: 5px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}.course_summary_fJl .education_flow_Grf:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    transform: translateY(-10px);
}.course_summary_fJl .image_zoom_nYr {
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    overflow: hidden;
    height: 350px;
    transform: scale(1);
    position: relative;
}.course_summary_fJl .image_zoom_nYr::after {
    z-index: 1;
    width: 100%;
    content: "";
    left: 0;
    position: absolute;
    height: 100%;
    background: linear-gradient(180deg, transparent 70%, rgba(0, 0, 0, 0.2) 100%);
    top: 0;
}.course_summary_fJl .image_zoom_nYr:hover {
    transform: scale(1.03);
}.course_summary_fJl .text_wrap_item_vao {
    padding: 2rem 2.5rem 2.5rem;
    position: relative;
}.course_summary_fJl .text_wrap_item_vao::before {
    height: 1px;
    top: 0;
    transform: translateX(-50%);
    left: 50%;
    content: "";
    position: absolute;
    width: 90%;
    background: linear-gradient(90deg, transparent, rgb(185,163,164,0.5), transparent);
}.course_summary_fJl .description {
    font-size: 12px;
    max-height: 340px;
    line-height: 1.8;
    overflow-y: auto;
    position: relative;
    margin-bottom: 1.5rem;
    color: #000000;
    padding-right: 15px;
}.course_summary_fJl .description:last-child {
    margin-bottom: 0;
}.course_summary_fJl .description::-webkit-scrollbar {
    width: 4px;
}.course_summary_fJl .description::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgb(242,230,231);
}.course_summary_fJl .description::-webkit-scrollbar-thumb {
    background: rgb(217,199,200,0.5);
    border-radius: 10px;
}.course_summary_fJl .description::-webkit-scrollbar-thumb:hover {
    background: rgb(217,199,200);
}.course_summary_fJl .description::first-letter {
    color: rgb(217,199,200);
    font-weight: 600;
    font-size: 1.5em;
}

@media (min-width: 768px) {.course_summary_fJl {
    padding: 6rem 0;
}.course_summary_fJl .education_flow_Grf {
    gap: 0;
    grid-template-columns: 1fr 1.5fr;
}.course_summary_fJl .image_zoom_nYr {
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
}.course_summary_fJl .text_wrap_item_vao {
    padding: 3rem 3.5rem;
}.course_summary_fJl .text_wrap_item_vao::before {
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    top: 50%;
    background: linear-gradient(180deg, transparent, rgb(185,163,164,0.5), transparent);
    height: 90%;
}.course_summary_fJl h2 {
    margin-bottom: 4rem;
    font-size: calc(35px * 1.1);
}.course_summary_fJl .description {
    column-gap: 2.5rem;
    max-height: 400px;
    columns: 2;
}
}

@media (min-width: 992px) {.course_summary_fJl {
    padding: 7rem 0;
}.course_summary_fJl h2 {
    font-size: calc(35px * 1.2);
}.course_summary_fJl .education_flow_Grf {
    grid-template-columns: 1fr 2fr;
}.course_summary_fJl .description {
    font-size: calc(12px * 1.05);
    line-height: 1.85;
    max-height: 450px;
}
}

@media (min-width: 1200px) {.course_summary_fJl .description {
    column-gap: 3rem;
    columns: 2;
}
}

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

@media (prefers-reduced-motion: reduce) {.course_summary_fJl::before,
    .course_summary_fJl::after {
    animation: none;
}.course_summary_fJl .education_flow_Grf:hover {
    transform: none;
}.course_summary_fJl .image_zoom_nYr:hover {
    transform: none;
}.course_summary_fJl h2:hover {
    transform: none;
}}.client_experience_tOF {
    padding: 120px 0 80px;
    background: linear-gradient(135deg, rgb(242,230,231) 0%, #ffffff 100%);
    overflow: hidden;
    position: relative;
}.client_experience_tOF::before {
    right: -50px;
    transform: rotate(-15deg) skew(15deg);
    content: "";
    position: absolute;
    top: -50px;
    z-index: 1;
    background: rgb(217,199,200,0.5);
    width: 250px;
    height: 250px;
}.client_experience_tOF::after {
    left: -50px;
    transform: rotate(25deg) skew(-15deg);
    background: rgb(185,163,164,0.5);
    position: absolute;
    height: 200px;
    content: "";
    bottom: -80px;
    z-index: 1;
    width: 200px;
}.client_experience_tOF .container.knowledge_learn_GmO {
    padding: 0 20px;
    z-index: 2;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.client_experience_tOF h2 {
    transform: perspective(1000px) translateZ(0px);
    transition: transform 0.5s ease-out;
    position: relative;
    text-align: center;
    font-weight: 700;
    margin-bottom: 60px;
    font-size: 28px;
    color: #000000;
}.client_experience_tOF h2::before {
    width: 80px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    bottom: -15px;
    background: linear-gradient(90deg, rgb(217,199,200), rgb(185,163,164));
    content: "";
    height: 4px;
}.client_experience_tOF h2:hover {
    transform: perspective(1000px) translateZ(15px);
}.client_experience_tOF .student_perspectives_eBf {
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    display: grid;
    list-style: none;
    margin: 0;
}.client_experience_tOF .feedback_corner_cUt {
    border-left: 3px solid transparent;
    transform: translateY(0);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background: #ffffff;
    padding: 30px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}.client_experience_tOF .feedback_corner_cUt::before {
    color: rgb(185,163,164,0.5);
    z-index: 0;
    line-height: 1;
    opacity: 0.15;
    font-size: 100px;
    font-family: serif;
    position: absolute;
    content: "";
    right: 20px;
    top: 10px;
}.client_experience_tOF .feedback_corner_cUt::after {
    transition: width 0.3s ease-in-out;
    position: absolute;
    top: 0;
    right: 0;
    height: 3px;
    width: 0;
    background: linear-gradient(90deg, rgb(217,199,200), rgb(185,163,164));
    content: "";
}.client_experience_tOF .feedback_corner_cUt:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    border-left: 3px solid rgb(217,199,200);
    transform: translateY(-10px);
}.client_experience_tOF .feedback_corner_cUt:hover::after {
    width: 100%;
}.client_experience_tOF .feedback_corner_cUt div {
    position: relative;
    margin-bottom: 15px;
    display: flex;
    z-index: 1;
    align-items: center;
}.client_experience_tOF .feedback_corner_cUt img {
    transition: transform 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    object-fit: cover;
    border: 2px solid #ffffff;
    width: 60px;
    border-radius: 50%;
    height: 60px;
    margin-right: 15px;
}.client_experience_tOF .feedback_corner_cUt:hover img {
    transform: scale(1.1);
}.client_experience_tOF .feedback_corner_cUt h4 {
    font-weight: 600;
    position: relative;
    color: #000000;
    font-size: 22px;
    margin: 0;
}.client_experience_tOF .feedback_corner_cUt h4::after {
    position: absolute;
    background: rgb(217,199,200);
    content: "";
    left: 0;
    transition: width 0.3s ease;
    height: 2px;
    width: 0;
    bottom: -5px;
}.client_experience_tOF .feedback_corner_cUt:hover h4::after {
    width: 100%;
}.client_experience_tOF .description {
    line-height: 1.6;
    font-size: 12px;
    color: #000000;
    margin: 0;
    z-index: 1;
    position: relative;
    font-style: italic;
}.client_experience_tOF .feedback_corner_cUt:nth-child(odd) {
    transform: perspective(800px) rotateY(-2deg);
}.client_experience_tOF .feedback_corner_cUt:nth-child(even) {
    transform: perspective(800px) rotateY(2deg);
}.client_experience_tOF .feedback_corner_cUt:nth-child(odd):hover {
    transform: perspective(800px) rotateY(0) translateY(-10px);
}.client_experience_tOF .feedback_corner_cUt:nth-child(even):hover {
    transform: perspective(800px) rotateY(0) translateY(-10px);
}.client_experience_tOF a {
    display: block;
    max-width: 250px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    margin-right: auto;
    transition: all 0.3s ease;
    font-size: 18px;
    border-radius: 17px;
    margin-left: auto;
    text-align: center;
    font-weight: 600;
    background: linear-gradient(135deg, rgb(217,199,200) 0%, rgb(185,163,164) 100%);
    overflow: hidden;
    text-decoration: none;
    padding: 15px 40px;
    margin-top: 50px;
    position: relative;
}.client_experience_tOF a::before {
    left: -100%;
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    height: 100%;
    content: "";
    transition: left 0.7s ease;
}.client_experience_tOF a:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}.client_experience_tOF a:hover::before {
    left: 100%;
}

@media (max-width: 1200px) {.client_experience_tOF {
    padding: 100px 0 60px;
}.client_experience_tOF .student_perspectives_eBf {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 992px) {.client_experience_tOF {
    padding: 80px 0 50px;
}.client_experience_tOF h2 {
    margin-bottom: 50px;
}.client_experience_tOF .student_perspectives_eBf {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}.client_experience_tOF .feedback_corner_cUt {
    padding: 25px;
}
}

@media (max-width: 768px) {.client_experience_tOF {
    padding: 60px 0 40px;
}.client_experience_tOF h2 {
    font-size: calc(28px * 0.85);
    margin-bottom: 40px;
}.client_experience_tOF .student_perspectives_eBf {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 20px;
}.client_experience_tOF .feedback_corner_cUt {
    transform: perspective(800px) rotateY(0) !important;
}.client_experience_tOF .feedback_corner_cUt:hover {
    transform: translateY(-5px) !important;
}
}

@media (max-width: 576px) {.client_experience_tOF {
    padding: 50px 0 30px;
}.client_experience_tOF h2 {
    font-size: calc(28px * 0.75);
    margin-bottom: 30px;
}.client_experience_tOF .feedback_corner_cUt {
    padding: 20px;
}.client_experience_tOF .feedback_corner_cUt img {
    height: 50px;
    width: 50px;
}.client_experience_tOF a {
    font-size: calc(18px * 0.9);
    padding: 12px 30px;
}
}

@media (prefers-reduced-motion) {.client_experience_tOF .feedback_corner_cUt,
    .client_experience_tOF h2,
    .client_experience_tOF a,
    .client_experience_tOF .feedback_corner_cUt img {
    transition: none;
}.client_experience_tOF .feedback_corner_cUt:hover {
    transform: none;
}.client_experience_tOF h2:hover {
    transform: none;
}.client_experience_tOF a:hover {
    transform: none;
}.client_experience_tOF .feedback_corner_cUt:hover img {
    transform: none;
}}.teacher_profile_lZP {
    position: relative;
    overflow: hidden;
    padding: 7rem 2rem 5rem;
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(242,230,231) 0%, rgb(217,199,200,0.5) 100%);
}.teacher_profile_lZP::before {
    right: -10%;
    width: 60%;
    transform: rotateZ(-15deg) rotateX(45deg) rotateY(15deg);
    position: absolute;
    top: -20%;
    height: 70%;
    background: repeating-linear-gradient(
        45deg,
        rgb(185,163,164,0.5),
        rgb(185,163,164,0.5) 5px,
        transparent 5px,
        transparent 20px
    );
    opacity: 0.2;
    z-index: 1;
    content: "";
}.teacher_profile_lZP::after {
    left: -5%;
    opacity: 0.3;
    transform: rotateZ(15deg) rotateX(30deg) rotateY(-10deg);
    border: 5px solid rgb(217,199,200,0.5);
    z-index: 1;
    height: 50%;
    position: absolute;
    content: "";
    width: 40%;
    bottom: -15%;
}.teacher_profile_lZP .feedback_corner_cUt {
    justify-content: center;
    max-width: 1000px;
    display: flex;
    transform-style: preserve-3d;
    position: relative;
    z-index: 2;
    align-items: center;
    margin: 0 auto;
}.teacher_profile_lZP .image_zoom_nYr {
    transform: 
        translateZ(60px) 
        rotateY(15deg) 
        rotateX(5deg);
    height: 380px;
    position: absolute;
    width: 300px;
    z-index: 3;
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 80%, 
        80% 100%, 
        0% 100%
    );
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 20px 20px 30px -10px rgba(0, 0, 0, 0.5);
    left: 15%;
    border-radius: 10px;
}.teacher_profile_lZP .image_zoom_nYr:hover {
    filter: brightness(1.1);
    box-shadow: 30px 30px 40px -10px rgba(0, 0, 0, 0.5);
    transform: 
        translateZ(80px) 
        rotateY(5deg) 
        rotateX(0deg);
}.teacher_profile_lZP .work_record_jSn {
    background: #ffffff;
    transform: 
        translateZ(30px) 
        rotateY(-10deg) 
        rotateX(3deg);
    position: relative;
    box-shadow: 15px 15px 30px -5px rgba(0, 0, 0, 0.5);
    width: 550px;
    margin-left: auto;
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 2.5rem 2.5rem 2.5rem 8rem;
    border-radius: 29px;
    z-index: 2;
}.teacher_profile_lZP .work_record_jSn::before {
    border-radius: 29px;
    z-index: -1;
    top: 15px;
    transition: all 0.5s ease;
    left: 15px;
    width: 100%;
    background: rgb(217,199,200,0.5);
    height: 100%;
    opacity: 0.3;
    position: absolute;
    content: "";
}.teacher_profile_lZP .work_record_jSn:hover {
    box-shadow: 25px 25px 40px -5px rgba(0, 0, 0, 0.5);
    transform: 
        translateZ(40px) 
        rotateY(-5deg) 
        rotateX(0deg);
}.teacher_profile_lZP .work_record_jSn:hover::before {
    opacity: 0.5;
    left: 8px;
    top: 8px;
}.teacher_profile_lZP .name {
    font-weight: 700;
    position: relative;
    font-size: 36px;
    opacity: 0;
    transform: translateY(30px);
    animation: slide-up 0.7s forwards 0.2s;
    margin-bottom: 0.7rem;
    z-index: 2;
    color: rgb(217,199,200);
}.teacher_profile_lZP .work_record_jSn > div:nth-child(2) {
    animation: slide-up 0.7s forwards 0.4s;
    transform: translateY(30px);
    font-size: 19px;
    font-weight: 600;
    position: relative;
    z-index: 2;
    opacity: 0;
    color: rgb(185,163,164);
    margin-bottom: 2rem;
}.teacher_profile_lZP .career_explore_UpG {
    transform: translateY(30px);
    animation: slide-up 0.7s forwards 0.6s;
    opacity: 0;
    color: #000000;
    position: relative;
    font-size: 18px;
    font-weight: 400;
    z-index: 2;
    line-height: 1.7;
    font-style: italic;
}@keyframes slide-up {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.teacher_profile_lZP .career_explore_UpG::after {
    right: 0;
    bottom: -50px;
    z-index: -1;
    content: "";
    position: absolute;
    font-size: 6rem;
    color: rgb(185,163,164,0.5);
    opacity: 0.4;
    font-family: serif;
}@keyframes floating {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(5deg);
    }
    100% {
        transform: translateY(0px) rotate(0deg);
    }
}

.teacher_profile_lZP .feedback_corner_cUt:hover .image_zoom_nYr {
    animation: floating 6s ease-in-out infinite;
}

@media (max-width: 1100px) {.teacher_profile_lZP .feedback_corner_cUt {
    flex-direction: column;
    align-items: center;
}.teacher_profile_lZP .image_zoom_nYr {
    left: auto;
    width: 250px;
    height: 320px;
    transform: 
            translateZ(30px) 
            rotateY(0deg) 
            rotateX(0deg);
    position: relative;
    margin-bottom: 4rem;
}.teacher_profile_lZP .work_record_jSn {
    padding: 2rem;
    width: 100%;
    transform: 
            translateZ(20px) 
            rotateY(0deg) 
            rotateX(0deg);
    margin-left: 0;
}}.education_framework_CgL {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(242,230,231) 0%, rgba(255,255,255,0.92) 100%);
}.education_framework_CgL::before {
    position: absolute;
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(185,163,164,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgb(217,199,200,0.5) 0%, transparent 40%);
    top: 0;
    z-index: 0;
    height: 100%;
    left: 0;
    content: "";
    width: 100%;
    opacity: 0.15;
}.education_framework_CgL::after {
    transform: rotate(-15deg) scale(2);
    content: "";
    height: 100%;
    top: -50%;
    position: absolute;
    opacity: 0.08;
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    z-index: 0;
    right: -50%;
    background: linear-gradient(45deg, transparent 65%, rgb(185,163,164,0.5) 100%);
    filter: blur(30px);
}.education_framework_CgL:hover::after {
    transform: rotate(-12deg) scale(2.05);
    opacity: 0.15;
}.education_framework_CgL .knowledge_learn_GmO {
    transform-style: preserve-3d;
    padding: 0 30px;
    z-index: 1;
    max-width: 1200px;
    perspective: 1000px;
    margin: 0 auto;
    position: relative;
}.education_framework_CgL h2 {
    transform: translateZ(20px);
    color: #000000;
    transition: transform 0.5s ease-out;
    padding-bottom: 20px;
    font-size: 28px;
    position: relative;
    font-weight: 700;
    text-align: left;
    margin-bottom: 40px;
}.education_framework_CgL h2::after {
    background: linear-gradient(90deg, rgb(217,199,200) 0%, rgb(185,163,164) 100%);
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    transform-origin: left center;
    transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 4px;
}.education_framework_CgL:hover h2::after {
    width: 120px;
}.education_framework_CgL .text_wrap_item_vao {
    backdrop-filter: blur(5px);
    box-shadow: 
        0 10px 30px rgba(0,0,0,0.03),
        0 1px 4px rgba(0,0,0,0.02),
        0 20px 25px -5px rgba(0,0,0,0.05);
    border-left: 4px solid rgb(217,199,200);
    background: linear-gradient(to right, rgba(255,255,255,0.97), rgba(255,255,255,0.85));
    position: relative;
    transform: translateZ(10px) translateX(0);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 40px;
}.education_framework_CgL .text_wrap_item_vao::before {
    background: #ffffff;
    position: absolute;
    left: 25px;
    z-index: -1;
    box-shadow: 0 1px 5px rgba(0,0,0,0.05);
    height: 30px;
    transform: rotate(45deg);
    content: "";
    top: -15px;
    width: 30px;
}.education_framework_CgL:hover .text_wrap_item_vao {
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.05),
        0 5px 15px rgba(0,0,0,0.03),
        0 25px 30px -5px rgba(0,0,0,0.07);
    transform: translateZ(15px) translateX(5px);
}.education_framework_CgL p {
    position: relative;
    line-height: 1.7;
    font-size: 14px;
    color: #000000;
    z-index: 2;
    margin: 0;
}.education_framework_CgL p::first-letter {
    color: rgb(217,199,200);
    font-weight: 600;
    font-size: 1.3em;
}

@media (max-width: 991px) {.education_framework_CgL {
    padding: 90px 0;
}.education_framework_CgL h2 {
    margin-bottom: 30px;
    font-size: calc(28px * 0.9);
}.education_framework_CgL .text_wrap_item_vao {
    padding: 35px;
}
}

@media (max-width: 767px) {.education_framework_CgL {
    padding: 70px 0;
}.education_framework_CgL::after {
    opacity: 0.05;
}.education_framework_CgL .knowledge_learn_GmO {
    padding: 0 20px;
}.education_framework_CgL h2 {
    padding-bottom: 15px;
    margin-bottom: 25px;
    font-size: calc(28px * 0.85);
}.education_framework_CgL h2::after {
    width: 60px;
    height: 3px;
}.education_framework_CgL:hover h2::after {
    width: 90px;
}.education_framework_CgL .text_wrap_item_vao {
    padding: 30px 25px;
    transform: translateZ(5px) translateX(0);
}.education_framework_CgL:hover .text_wrap_item_vao {
    transform: translateZ(7px) translateX(3px);
}.education_framework_CgL p {
    line-height: 1.6;
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 480px) {.education_framework_CgL {
    padding: 60px 0;
}.education_framework_CgL .knowledge_learn_GmO {
    padding: 0 15px;
}.education_framework_CgL h2 {
    margin-bottom: 20px;
    font-size: calc(28px * 0.8);
    padding-bottom: 12px;
}.education_framework_CgL .text_wrap_item_vao {
    border-left: 3px solid rgb(217,199,200);
    padding: 25px 20px;
}.education_framework_CgL .text_wrap_item_vao::before {
    height: 20px;
    width: 20px;
    left: 20px;
    top: -10px;
}.education_framework_CgL p {
    line-height: 1.5;
    font-size: calc(14px * 0.9);
}}header {
    background: rgb(242,230,231);
    z-index: 99;
    width: 100%;
    position: relative;
    overflow: visible;
}header::before {
    background: linear-gradient(90deg, rgb(217,199,200,0.5) 0%, transparent 50%, rgb(217,199,200,0.5) 100%);
    top: 0;
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
    content: "";
    opacity: 0.15;
    left: 0;
}header .top_mainwrap_Oag {
    position: relative;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 15px;
    padding: 20px;
    display: grid;
}header .top_mainwrap_Oag::after {
    position: absolute;
    height: 1px;
    left: 0;
    width: 100%;
    top: 50%;
    background: linear-gradient(90deg, transparent, rgb(217,199,200,0.5), transparent);
    content: "";
}header .top_mainwrap_Oag .page_nav_msS {
    position: relative;
    justify-self: center;
    z-index: 10;
    padding: 5px 20px 15px;
}header .top_mainwrap_Oag .page_nav_msS::before,
header .top_mainwrap_Oag .page_nav_msS::after {
    height: 90%;
    content: "";
    position: absolute;
    border-radius: 30px;
    width: 90%;
}header .top_mainwrap_Oag .page_nav_msS::before {
    transform: scale(0);
    left: -5px;
    transition: transform 0.3s ease;
    border-top: 2px solid rgb(217,199,200);
    top: -5px;
    border-left: 2px solid rgb(217,199,200);
    transform-origin: top left;
}header .top_mainwrap_Oag .page_nav_msS::after {
    transform: scale(0);
    bottom: -5px;
    transition: transform 0.3s ease;
    border-right: 2px solid rgb(185,163,164);
    border-bottom: 2px solid rgb(185,163,164);
    right: -5px;
    transform-origin: bottom right;
}header .top_mainwrap_Oag .page_nav_msS:hover::before,
header .top_mainwrap_Oag .page_nav_msS:hover::after {
    transform: scale(1);
}header .top_mainwrap_Oag .page_nav_msS .site_head_zvC {
    display: block;
    transition: transform 0.3s ease;
}header .top_mainwrap_Oag .page_nav_msS .site_head_zvC svg {
    width: auto;
    height: 60px;
}header .top_mainwrap_Oag .top_navbar_IOD {
    list-style: none;
    background: linear-gradient(180deg, transparent, rgb(185,163,164) 15%, rgba(0, 0, 0, 0.5) 85%, transparent 50%);
    margin: 0;
    padding: 20px 0 10px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}header .top_mainwrap_Oag .top_navbar_IOD::before,
header .top_mainwrap_Oag .top_navbar_IOD::after {
    width: 2px;
    content: "";
    top: 15%;
    background: rgb(217,199,200,0.5);
    position: absolute;
    height: 70%;
}header .top_mainwrap_Oag .top_navbar_IOD::before {
    left: 0;
}header .top_mainwrap_Oag .top_navbar_IOD::after {
    right: 0;
}header .top_mainwrap_Oag .top_navbar_IOD .header_mainbar_iPH {
    margin: 0;
    transition: transform 0.3s ease;
    position: relative;
    padding: 0 15px;
}header .top_mainwrap_Oag .top_navbar_IOD .header_mainbar_iPH:not(:last-child)::after {
    right: 0;
    top: 20%;
    height: 60%;
    background: rgb(185,163,164,0.5);
    position: absolute;
    width: 1px;
    content: "";
}header .top_mainwrap_Oag .top_navbar_IOD .header_mainbar_iPH:hover {
    transform: translateY(-3px);
}header .top_mainwrap_Oag .top_navbar_IOD .header_mainbar_iPH a {
    font-weight: 600;
    font-family: Arial, sans-serif;
    padding: 10px 5px;
    text-align: center;
    text-decoration: none;
    position: relative;
    display: block;
    color: #000000;
    transition: color 0.3s ease;
    font-size: 12px;
}header .top_mainwrap_Oag .top_navbar_IOD .header_mainbar_iPH a:hover {
    color: rgb(217,199,200);
}header .top_mainwrap_Oag .top_navbar_IOD .header_mainbar_iPH a::before {
    content: "";
    left: 0;
    transform: scaleX(0);
    bottom: 5px;
    transition: transform 0.3s ease;
    background: rgb(185,163,164);
    position: absolute;
    width: 100%;
    height: 2px;
}header .top_mainwrap_Oag .top_navbar_IOD .header_mainbar_iPH a:hover::before {
    transform: scaleX(1);
}

@media (min-width: 993px) {header .top_mainwrap_Oag {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    padding: 15px 30px;
}header .top_mainwrap_Oag .top_navbar_IOD {
    padding: 20px 10px 10px;
}
}

@media (max-width: 992px) {header .top_mainwrap_Oag {
    grid-template-rows: auto auto;
    gap: 10px;
    padding: 15px;
}header .top_mainwrap_Oag .page_nav_msS {
    padding: 5px 10px;
}header .top_mainwrap_Oag .page_nav_msS .site_head_zvC svg {
    height: 45px;
}header .top_mainwrap_Oag .top_navbar_IOD {
    padding: 15px 0 10px;
}header .top_mainwrap_Oag .top_navbar_IOD .header_mainbar_iPH {
    padding: 0 10px;
}header .top_mainwrap_Oag .top_navbar_IOD .header_mainbar_iPH a {
    padding: 8px 3px;
    font-size: calc(12px - 1px);
}
}

@media (max-width: 767px) {header .top_mainwrap_Oag .top_navbar_IOD {
    flex-wrap: wrap;
    justify-content: center;
}header .top_mainwrap_Oag .top_navbar_IOD .header_mainbar_iPH {
    margin: 3px 0;
}header .top_mainwrap_Oag .top_navbar_IOD .header_mainbar_iPH:not(:last-child)::after {
    display: none;
}}.experience_trial_IvL {
    background: linear-gradient(135deg, rgb(185,163,164,0.5), rgb(217,199,200,0.5) 60%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
    position: relative;
    z-index: 1;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
    padding: 4rem 0;
    margin: 5rem 0;
}.experience_trial_IvL::before {
    bottom: 0;
    right: 0;
    z-index: -1;
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 2px,
        transparent 2px,
        transparent 8px
    );
    left: 0;
    content: "";
    position: absolute;
    top: 0;
}.experience_trial_IvL::after {
    opacity: 0.4;
    z-index: -1;
    position: absolute;
    filter: blur(50px);
    background: radial-gradient(
        circle at center,
        rgb(217,199,200,0.5) 0%,
        transparent 70%
    );
    content: "";
    height: 100%;
    right: -10%;
    top: 0;
    width: 50%;
    transform: translateY(-10%) scale(1.5);
}.experience_trial_IvL .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 0 2rem;
    max-width: 1200px;
}.experience_trial_IvL h2 {
    margin-left: auto;
    margin-right: auto;
    color: #000000;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    max-width: 85%;
    font-size: 33px;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    line-height: 1.4;
    text-align: center;
    padding: 0.5rem 0;
    margin-bottom: 2.5rem;
    font-weight: 700;
}.experience_trial_IvL h2::after {
    background: rgb(217,199,200);
    transform: translateX(-50%) scaleX(0);
    animation: underlineExpand 1.2s ease-out forwards 0.3s;
    left: 50%;
    bottom: -0.75rem;
    width: 80px;
    transform-origin: center;
    height: 3px;
    content: "";
    position: absolute;
}.experience_trial_IvL .knowledge_learn_GmO {
    justify-content: center;
    position: relative;
    gap: 2.5rem;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    margin: 0 auto;
    transform: translateY(0) scale(1);
    display: flex;
    align-items: center;
    padding: 1.5rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 
                0 3px 10px rgba(0, 0, 0, 0.05),
                inset 0 0 0 1px rgba(255, 255, 255, 0.8);
    max-width: 80%;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.85);
}.experience_trial_IvL .knowledge_learn_GmO:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                0 5px 15px rgba(0, 0, 0, 0.08),
                inset 0 0 0 1px rgba(255, 255, 255, 0.9);
}.experience_trial_IvL svg {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
    transform: rotate(-5deg);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.experience_trial_IvL .knowledge_learn_GmO:hover svg {
    transform: rotate(5deg) scale(1.1);
}.experience_trial_IvL svg path {
    fill: rgb(217,199,200);
    transition: fill 0.3s ease;
}.experience_trial_IvL .knowledge_learn_GmO:hover svg path {
    fill: rgb(185,163,164);
}.experience_trial_IvL .help_list_uwA {
    position: relative;
    background: linear-gradient(135deg, rgb(217,199,200), rgb(185,163,164));
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    color: #ffffff;
    min-width: 200px;
    padding: 1rem 2.5rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    transform: translateZ(0);
    display: inline-block;
    overflow: hidden;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
}.experience_trial_IvL .help_list_uwA::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transform: translateX(-100%);
    position: absolute;
    content: "";
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}.experience_trial_IvL .help_list_uwA:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px) translateZ(0);
}.experience_trial_IvL .help_list_uwA:hover::before {
    transform: translateX(100%);
}.experience_trial_IvL .help_list_uwA:active {
    transform: translateY(1px) translateZ(0);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

@keyframes underlineExpand {
    0% {
        transform: translateX(-50%) scaleX(0);
    }
    100% {
        transform: translateX(-50%) scaleX(1);
    }
}

@media (max-width: 992px) {.experience_trial_IvL {
    padding: 3.5rem 0;
}.experience_trial_IvL h2 {
    font-size: calc(33px * 0.9);
    max-width: 95%;
}.experience_trial_IvL .knowledge_learn_GmO {
    max-width: 90%;
    padding: 1.25rem;
}
}

@media (max-width: 768px) {.experience_trial_IvL {
    padding: 3rem 0;
}.experience_trial_IvL h2 {
    transform: perspective(1000px) rotateX(1deg);
    font-size: calc(33px * 0.8);
}.experience_trial_IvL .knowledge_learn_GmO {
    max-width: 100%;
    gap: 1.5rem;
    flex-direction: column;
}.experience_trial_IvL svg {
    width: 48px;
    height: 48px;
}.experience_trial_IvL .help_list_uwA {
    width: 100%;
    padding: 0.9rem 2rem;
}
}

@media (max-width: 576px) {.experience_trial_IvL {
    padding: 2.5rem 0;
    margin: 3rem 0;
}.experience_trial_IvL h2 {
    font-size: calc(33px * 0.7);
    margin-bottom: 2rem;
    transform: none;
}.experience_trial_IvL .knowledge_learn_GmO {
    padding: 1rem;
}.experience_trial_IvL svg {
    height: 40px;
    width: 40px;
}.experience_trial_IvL .help_list_uwA {
    min-width: auto;
    padding: 0.8rem 1.5rem;
    font-size: calc(14px * 0.9);
}
}

@media (max-width: 480px) {.experience_trial_IvL h2 {
    font-size: calc(33px * 0.6);
}
}

@media (hover: none) {.experience_trial_IvL .knowledge_learn_GmO {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 
                    0 3px 10px rgba(0, 0, 0, 0.05);
    transform: none !important;
}.experience_trial_IvL svg {
    transform: none !important;
}.experience_trial_IvL .help_list_uwA:hover {
    transform: none;
}
}

@container (max-width: 500px) {.experience_trial_IvL .container {
    padding: 0 1rem;
}}.join_our_mailing_list_bvD {
    padding: 6rem 2rem;
    position: relative;
    background: #ffffff;
    font-family: Arial, sans-serif;
    overflow: hidden;
}.join_our_mailing_list_bvD::before {
    left: 0;
    background: linear-gradient(90deg, rgb(217,199,200), rgb(185,163,164));
    width: 100%;
    content: "";
    position: absolute;
    height: 5px;
    top: 0;
}.join_our_mailing_list_bvD .knowledge_learn_GmO {
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
}.join_our_mailing_list_bvD .message_request_Uos {
    gap: 2rem;
    padding: 0;
    display: grid;
    margin-left: 0;
    max-width: 700px;
    width: 90%;
    grid-template-columns: 1fr;
    position: relative;
}.join_our_mailing_list_bvD h3 {
    animation: fadeUp 0.8s forwards;
    transform-origin: left;
    position: relative;
    font-weight: 700;
    opacity: 0;
    font-size: clamp(24px, 5vw, 46px);
    margin: 0;
    line-height: 1.1;
    padding: 0;
    transform: translateY(30px);
    color: #000000;
}.join_our_mailing_list_bvD h3::after {
    color: rgb(217,199,200);
    animation: blinkDot 1.5s infinite;
    content: ".";
}.join_our_mailing_list_bvD .input_holder {
    animation: fadeUp 0.8s 0.2s forwards;
    grid-template-columns: 1fr;
    opacity: 0;
    position: relative;
    display: grid;
    transform: translateY(30px);
    width: 100%;
    gap: 1.5rem;
}.join_our_mailing_list_bvD input[type="email"] {
    color: #000000;
    grid-column: 1 / -1;
    height: 4rem;
    font-size: 16px;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid rgba(0, 0, 0, 0.5);
    background: transparent;
    transition: all 0.3s ease;
    padding: 0;
}.join_our_mailing_list_bvD input[type="email"]:focus {
    border-bottom-color: rgb(217,199,200);
    outline: none;
}.join_our_mailing_list_bvD input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.5);
    transform: translateY(0);
    transition: all 0.3s ease;
    opacity: 0.7;
}.join_our_mailing_list_bvD input[type="email"]:focus::placeholder {
    transform: translateY(-20px);
    opacity: 0;
}.join_our_mailing_list_bvD .sub_season_lEw {
    font-weight: 400;
    border-radius: 0;
    letter-spacing: 1px;
    justify-self: start;
    padding: 1rem 3rem;
    border: 1px solid #000000;
    z-index: 1;
    font-size: 17px;
    background: transparent;
    cursor: pointer;
    overflow: hidden;
    text-transform: uppercase;
    transition: all 0.3s ease;
    color: #000000;
    position: relative;
}.join_our_mailing_list_bvD .sub_season_lEw::before {
    transition: width 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    content: "";
    left: 0;
    position: absolute;
    width: 0;
    top: 0;
    background: rgb(217,199,200);
    height: 100%;
    z-index: -1;
}.join_our_mailing_list_bvD .sub_season_lEw:hover {
    border-color: rgb(217,199,200);
    color: #ffffff;
}.join_our_mailing_list_bvD .sub_season_lEw:hover::before {
    width: 100%;
}.join_our_mailing_list_bvD::after {
    top: 20%;
    right: 0;
    width: 30%;
    height: 60%;
    background: rgb(242,230,231);
    z-index: 0;
    animation: slideBg 1.2s 0.4s forwards cubic-bezier(0.25, 1, 0.5, 1);
    position: absolute;
    clip-path: polygon(0 0, 100% 25%, 100% 75%, 0 100%);
    transform: translateX(50%);
    content: "";
}

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes blinkDot {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

@keyframes slideBg {
    to {
        transform: translateX(0);
    }
}

@media (min-width: 768px) {.join_our_mailing_list_bvD {
    padding: 8rem 4rem;
}.join_our_mailing_list_bvD .message_request_Uos {
    width: 70%;
    gap: 3rem;
}.join_our_mailing_list_bvD .input_holder {
    grid-template-columns: 2fr 1fr;
}.join_our_mailing_list_bvD input[type="email"] {
    grid-column: 1;
}.join_our_mailing_list_bvD .sub_season_lEw {
    grid-column: 2;
    align-self: end;
    margin-bottom: 2px;
}
}

@media (max-width: 767px) {.join_our_mailing_list_bvD {
    padding: 5rem 1.5rem;
}.join_our_mailing_list_bvD .message_request_Uos {
    width: 100%;
}.join_our_mailing_list_bvD .input_holder {
    gap: 2rem;
}.join_our_mailing_list_bvD::after {
    height: 30%;
    width: 50%;
    top: 10%;
}}.contact_eYm {
    overflow: hidden;
    background: linear-gradient(
        135deg, 
        rgb(185,163,164,0.5) 0%, 
        rgb(217,199,200,0.5) 100%
    );
    position: relative;
    isolation: isolate;
    padding: 6rem 0;
}.contact_eYm::before {
    z-index: 1;
    height: 200%;
    width: 200%;
    animation: subtle-pulse 12s infinite alternate;
    left: -50%;
    content: '';
    background: radial-gradient(
        circle at center, 
        rgba(255,255,255,0.05) 0%, 
        transparent 70%
    );
    top: -50%;
    position: absolute;
}.contact_eYm::after {
    height: 150%;
    position: absolute;
    background: radial-gradient(
        circle at center, 
        rgba(255,255,255,0.03) 0%, 
        transparent 60%
    );
    content: '';
    right: -30%;
    bottom: -30%;
    width: 150%;
    z-index: 1;
    animation: subtle-wave 15s infinite alternate-reverse;
}.contact_eYm .container {
    padding: 0 1rem;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}.contact_eYm h2 {
    letter-spacing: -0.02em;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 3rem;
    position: relative;
    font-size: 41px;
    text-align: center;
    text-transform: uppercase;
}.contact_eYm h2::after {
    transform: translateX(-50%);
    content: '';
    height: 3px;
    width: 80px;
    bottom: -0.5rem;
    background: linear-gradient(
        to right, 
        transparent, 
        rgb(217,199,200), 
        transparent
    );
    left: 50%;
    position: absolute;
}.contact_eYm .support_support_lDa {
    overflow: hidden;
    backdrop-filter: blur(10px);
    border-radius: 26px;
    background: rgba(255,255,255,0.05);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    border: 1px solid rgba(255,255,255,0.1);
    align-items: stretch;
    display: flex;
}.contact_eYm .image_zoom_nYr {
    flex: 0 0 40%;
    position: relative;
    min-height: 500px;
}.contact_eYm .image_zoom_nYr::before {
    mix-blend-mode: color-dodge;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    content: '';
    top: 0;
    background: linear-gradient(
        45deg, 
        rgb(185,163,164,0.5) 0%, 
        rgb(217,199,200,0.5) 100%
    );
    opacity: 0.6;
}.contact_eYm .request_help_IdO {
    padding: 4rem 3rem;
    display: flex;
    justify-content: center;
    flex: 0 0 60%;
    flex-direction: column;
}.contact_eYm .request_help_IdO form {
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
}.contact_eYm .request_help_IdO h3 {
    margin-bottom: 2rem;
    text-align: center;
    font-weight: 600;
    font-size: 33px;
    color: #ffffff;
}.contact_eYm .request_help_IdO input:not([type="checkbox"]):not([type="submit"]) {
    color: #ffffff;
    width: 100%;
    border: 1px solid rgba(255,255,255,0.2);
    transition: all 0.3s ease;
    outline: none;
    border-radius: 10px;
    padding: 1rem 1.5rem;
    font-size: 13px;
    background: rgba(255,255,255,0.1);
    margin-bottom: 1.5rem;
}.contact_eYm .request_help_IdO input:not([type="checkbox"]):not([type="submit"]):focus {
    border-color: rgb(217,199,200);
    box-shadow: 0 0 15px rgba(rgb(217,199,200), 0.3);
}.contact_eYm .request_help_IdO .support_form_nEg {
    display: flex;
    margin-bottom: 1.5rem;
    align-items: center;
}.contact_eYm .request_help_IdO .support_form_nEg input[type="checkbox"] {
    margin-right: 1rem;
    border: 2px solid #ffffff;
    appearance: none;
    height: 22px;
    width: 22px;
    position: relative;
    cursor: pointer;
    border-radius: 10px;
    transition: all 0.3s ease;
}.contact_eYm .request_help_IdO .support_form_nEg input[type="checkbox"]:checked {
    border-color: rgb(217,199,200);
    background: rgb(217,199,200);
}.contact_eYm .request_help_IdO .support_form_nEg input[type="checkbox"]:checked::after {
    position: absolute;
    content: '✔';
    left: 50%;
    top: 50%;
    font-size: 0.8rem;
    color: #ffffff;
    transform: translate(-50%, -50%);
}.contact_eYm .request_help_IdO .support_form_nEg label {
    align-items: center;
    color: #ffffff;
    font-size: 13px;
    display: flex;
}.contact_eYm .request_help_IdO .support_form_nEg a {
    text-decoration: none;
    margin-left: 0.3rem;
    color: rgb(217,199,200);
    transition: color 0.3s ease;
}.contact_eYm .request_help_IdO .support_form_nEg a:hover {
    text-decoration: underline;
}.contact_eYm .request_help_IdO .help_list_uwA {
    border: none;
    border-radius: 10px;
    transition: all 0.3s ease;
    padding: 1rem;
    color: #ffffff;
    width: 100%;
    cursor: pointer;
    overflow: hidden;
    font-size: 14px;
    background: rgb(217,199,200);
    font-weight: 600;
    position: relative;
}.contact_eYm .request_help_IdO .help_list_uwA::before {
    width: 100%;
    height: 100%;
    top: 0;
    transition: all 0.3s ease;
    left: -100%;
    content: '';
    background: linear-gradient(
        120deg, 
        transparent, 
        rgba(255,255,255,0.3), 
        transparent
    );
    position: absolute;
}.contact_eYm .request_help_IdO .help_list_uwA:hover::before {
    left: 100%;
}.contact_eYm .request_help_IdO .help_list_uwA:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    transform: translateY(-3px);
}

@keyframes subtle-pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.05);
        opacity: 0.9;
    }
}

@keyframes subtle-wave {
    0% {
        transform: rotate(0deg) scale(1);
    }
    100% {
        transform: rotate(5deg) scale(1.02);
    }
}

@media screen and (max-width: 1024px) {.contact_eYm .support_support_lDa {
    flex-direction: column;
}.contact_eYm .image_zoom_nYr {
    min-height: 300px;
    flex: 0 0 100%;
}.contact_eYm .request_help_IdO {
    flex: 0 0 100%;
    padding: 3rem 2rem;
}
}

@media screen and (max-width: 768px) {.contact_eYm {
    padding: 3rem 0;
}.contact_eYm h2 {
    font-size: calc(41px * 0.8);
    margin-bottom: 2rem;
}.contact_eYm .request_help_IdO h3 {
    font-size: calc(33px * 0.9);
}.contact_eYm .request_help_IdO input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
    margin-bottom: 1rem;
}.contact_eYm .request_help_IdO .support_form_nEg {
    align-items: flex-start;
}.contact_eYm .request_help_IdO .support_form_nEg input[type="checkbox"] {
    margin-top: 0.2rem;
}
}

@media screen and (max-width: 480px) {.contact_eYm .support_support_lDa {
    border-radius: 0;
}.contact_eYm .image_zoom_nYr {
    min-height: 250px;
}.contact_eYm .request_help_IdO {
    padding: 2rem 1.5rem;
}
}