* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.wrapper-skeletonKDWcb {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
}.fellow_progoJEwW {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}.container {
    width: 1186px;
    max-width: 100%;
    margin: auto;
}.main_leadIdAaE {
    flex: 1 0 auto;
}html,body {
    min-height: 100%;
    color: #000000;
    scroll-behavior: smooth;
    height: 100%;
    font-family: Arial, sans-serif;
}a {
    text-decoration: none;
    color: inherit;
}svg {
    height: 30px;
    width: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.course_program_detailshLNPA {
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(173,169,171) 0%, rgba(255,255,255,0.9) 100%);
}.course_program_detailshLNPA::before {
    opacity: 0.5;
    width: 40%;
    position: absolute;
    content: "";
    right: -10%;
    filter: blur(60px);
    height: 60%;
    top: -5%;
    transform: rotate(-15deg);
    z-index: 0;
    background: linear-gradient(145deg, rgb(108,103,106,0.5) 0%, rgb(140,136,138,0.5) 100%);
}.course_program_detailshLNPA::after {
    filter: blur(60px);
    position: absolute;
    bottom: -5%;
    transform: rotate(15deg);
    background: linear-gradient(145deg, rgb(140,136,138,0.5) 0%, rgb(108,103,106) 20%, transparent 100%);
    content: "";
    width: 40%;
    opacity: 0.3;
    z-index: 0;
    left: -10%;
    height: 60%;
}.course_program_detailshLNPA .container {
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
}.course_program_detailshLNPA h2 {
    transform: translateX(-20px);
    animation: slideInTitle 0.8s ease-out 0.2s forwards;
    color: #000000;
    text-align: left;
    opacity: 0;
    font-size: 34px;
    margin-bottom: 3rem;
    font-weight: 700;
    position: relative;
}.course_program_detailshLNPA h2::after {
    content: "";
    display: block;
    width: 80px;
    background: linear-gradient(90deg, rgb(140,136,138), rgb(108,103,106));
    height: 4px;
    margin-top: 15px;
    transform: scaleX(0);
    animation: expandLine 0.6s ease-out 1s forwards;
    transform-origin: left;
}.course_program_detailshLNPA .training_mapvegyD {
    opacity: 0;
    gap: 3rem;
    grid-template-columns: 1fr;
    display: grid;
    transform: translateY(20px);
    animation: fadeIn 0.8s ease-out 0.6s forwards;
}.course_program_detailshLNPA .img_holderNFXgd {
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    position: relative;
    transition: transform 0.5s ease-out;
    transform: perspective(1000px) rotateY(-2deg);
    height: 300px;
    overflow: hidden;
    width: 100%;
}.course_program_detailshLNPA .img_holderNFXgd::before {
    top: 0;
    height: 100%;
    left: 0;
    position: absolute;
    content: "";
    width: 100%;
    background: linear-gradient(0deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 50%);
    z-index: 1;
}.course_program_detailshLNPA .img_holderNFXgd::after {
    content: "";
    height: 120%;
    opacity: 0.5;
    left: -10%;
    z-index: 2;
    width: 120%;
    top: -10%;
    mix-blend-mode: overlay;
    background: linear-gradient(135deg, rgb(108,103,106,0.5) 0%, transparent 70%);
    position: absolute;
    animation: shimmer 8s infinite alternate ease-in-out;
}.course_program_detailshLNPA .text_dockSVmkC {
    background: linear-gradient(to right, rgba(255,255,255,0.9), rgba(255,255,255,0.7));
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.2);
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    backdrop-filter: blur(5px);
    padding: 2rem;
    position: relative;
}.course_program_detailshLNPA .text_dockSVmkC::before {
    background: linear-gradient(90deg, rgb(140,136,138), rgb(108,103,106));
    height: 5px;
    transform: scaleX(0);
    content: "";
    transform-origin: left;
    width: 100%;
    animation: expandLine 0.8s ease-out 1.2s forwards;
    position: absolute;
    left: 0;
    top: 0;
}.course_program_detailshLNPA .description {
    color: #000000;
    animation: fadeInUp 0.8s ease-out 0.8s forwards;
    transform: translateY(15px);
    opacity: 0;
    font-size: 14px;
    position: relative;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}.course_program_detailshLNPA .description:first-of-type::first-letter {
    font-size: 1.8em;
    font-weight: 700;
    padding-right: 0.1em;
    line-height: 0.8;
    float: left;
    color: rgb(140,136,138);
}.course_program_detailshLNPA .description:last-of-type {
    animation-delay: 1s;
    margin-bottom: 0;
}

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

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

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

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

@keyframes shimmer {
    0% {
        transform: translate(-10%, -10%) scale(1.1);
    }
    100% {
        transform: translate(5%, 5%) scale(1);
    }
}

@media (min-width: 768px) {.course_program_detailshLNPA {
    padding: 8rem 0;
}.course_program_detailshLNPA h2 {
    font-size: calc(34px * 1.2);
    max-width: 80%;
}.course_program_detailshLNPA .training_mapvegyD {
    gap: 4rem;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.course_program_detailshLNPA .img_holderNFXgd {
    transform: perspective(1000px) rotateY(-3deg);
    height: 500px;
}.course_program_detailshLNPA .img_holderNFXgd:hover {
    transform: perspective(1000px) rotateY(0deg);
}.course_program_detailshLNPA .text_dockSVmkC {
    padding: 3rem;
}
}

@media (min-width: 992px) {.course_program_detailshLNPA {
    padding: 10rem 0;
}.course_program_detailshLNPA h2 {
    font-size: calc(34px * 1.4);
    max-width: 70%;
}.course_program_detailshLNPA .training_mapvegyD {
    gap: 6rem;
}.course_program_detailshLNPA .img_holderNFXgd {
    height: 600px;
}.course_program_detailshLNPA .description {
    font-size: calc(14px * 1.05);
    line-height: 1.9;
}
}

@media (max-width: 767px) {.course_program_detailshLNPA h2 {
    text-align: center;
    font-size: calc(34px * 0.9);
}.course_program_detailshLNPA h2::after {
    margin: 15px auto 0;
}.course_program_detailshLNPA .img_holderNFXgd {
    order: -1;
}.course_program_detailshLNPA .text_dockSVmkC {
    padding: 1.5rem;
}.course_program_detailshLNPA .description {
    font-size: calc(14px * 0.95);
    line-height: 1.7;
}}.contact_informationlBorn {
    position: relative;
    padding: 100px 0;
}.contact_informationlBorn::before {
    z-index: 1;
    top: 0;
    bottom: 0;
    background-color: rgb(173,169,171);
    right: 0;
    left: 0;
    position: absolute;
    content: "";
}.contact_informationlBorn .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}.contact_informationlBorn .support_gridsepJA {
    position: relative;
    flex-wrap: wrap;
    overflow: hidden;
    display: flex;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.contact_informationlBorn .connect_panelnprGT {
    overflow: hidden;
    position: relative;
    width: 40%;
    padding: 60px 40px;
    background: rgb(140,136,138);
}.contact_informationlBorn .connect_panelnprGT::before {
    background: rgb(108,103,106);
    border-radius: 50%;
    right: -10%;
    content: "";
    opacity: 0.3;
    position: absolute;
    top: -10%;
    height: 200px;
    width: 200px;
}.contact_informationlBorn .connect_panelnprGT::after {
    border-radius: 50%;
    background: rgb(108,103,106);
    bottom: -10%;
    height: 200px;
    width: 200px;
    position: absolute;
    left: -10%;
    opacity: 0.3;
    content: "";
}.contact_informationlBorn .connect_panelnprGT h3 {
    margin-bottom: 40px;
    position: relative;
    font-size: 33px;
    color: #ffffff;
    z-index: 1;
    font-weight: 700;
}.contact_informationlBorn .connect_panelnprGT div {
    padding-left: 15px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
    display: flex;
    margin-bottom: 25px;
    border-left: 3px solid #ffffff;
    align-items: center;
}.contact_informationlBorn .connect_panelnprGT div:hover {
    transform: translateX(5px);
    border-left-color: rgb(108,103,106);
}.contact_informationlBorn .connect_panelnprGT div svg {
    margin-right: 15px;
    height: 24px;
    width: 24px;
}.contact_informationlBorn .connect_panelnprGT div svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}.contact_informationlBorn .connect_panelnprGT div:hover svg path {
    fill: rgb(108,103,106);
}.contact_informationlBorn .connect_panelnprGT div span {
    color: #ffffff;
    font-size: 18px;
}.contact_informationlBorn .connect_panelnprGT div span a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: #ffffff;
}.contact_informationlBorn .connect_panelnprGT div span a:hover {
    color: rgb(108,103,106);
}.contact_informationlBorn .support_linksPOFCS {
    width: 60%;
    background: #ffffff;
    padding: 60px 40px;
}.contact_informationlBorn .support_linksPOFCS h3 {
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: 600;
    color: #000000;
}.contact_informationlBorn form {
    flex-direction: column;
    display: flex;
}.contact_informationlBorn form input[type="text"],
.contact_informationlBorn form input[type="email"] {
    font-size: 18px;
    transition: all 0.3s ease;
    border: 2px solid #EFEFEF;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 15px 20px;
}.contact_informationlBorn form input[type="text"]:focus,
.contact_informationlBorn form input[type="email"]:focus {
    border-color: rgb(140,136,138);
    outline: none;
}.contact_informationlBorn form input::placeholder {
    color: #BBBBBB;
}.contact_informationlBorn .query_supportaXbIY {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}.contact_informationlBorn .query_supportaXbIY input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_informationlBorn .query_supportaXbIY label {
    color: #000000;
    position: relative;
    padding-left: 35px;
    line-height: 1.6;
    cursor: pointer;
    font-size: 12px;
}.contact_informationlBorn .query_supportaXbIY label::before {
    border-radius: 10px;
    position: absolute;
    border: 2px solid #EFEFEF;
    top: 2px;
    content: "";
    left: 0;
    transition: all 0.3s ease;
    width: 20px;
    height: 20px;
}.contact_informationlBorn .query_supportaXbIY input[type="checkbox"]:checked + label::before {
    border-color: rgb(140,136,138);
    background-color: rgb(140,136,138);
}.contact_informationlBorn .query_supportaXbIY input[type="checkbox"]:checked + label::after {
    top: 4px;
    border: solid white;
    transform: rotate(45deg);
    width: 6px;
    height: 12px;
    border-width: 0 2px 2px 0;
    position: absolute;
    left: 7px;
    content: "";
}.contact_informationlBorn .query_supportaXbIY label a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgb(140,136,138);
}.contact_informationlBorn .query_supportaXbIY label a:hover {
    text-decoration: underline;
}.contact_informationlBorn form .support_cardhLwPa {
    padding: 15px 30px;
    border: none;
    background-color: rgb(140,136,138);
    align-self: flex-start;
    border-radius: 10px;
    font-size: 19px;
    font-weight: 600;
    color: #ffffff;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
}.contact_informationlBorn form .support_cardhLwPa::after {
    border-radius: 100%;
    position: absolute;
    height: 0;
    top: 50%;
    transition: width 0.3s ease, height 0.3s ease;
    transform-style: flat;
    background: rgba(255, 255, 255, 0.2);
    content: "";
    left: 50%;
    width: 0;
    transform: translate3d(-50%, -50%, 0);
}.contact_informationlBorn form .support_cardhLwPa:hover {
    background-color: rgb(108,103,106);
}.contact_informationlBorn form .support_cardhLwPa:active::after {
    height: 200px;
    width: 200px;
}@keyframes slideInLeft {
    from {
        transform: translateX(-20px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.contact_informationlBorn .connect_panelnprGT div {
    animation: slideInLeft 0.5s forwards;
    opacity: 0;
}.contact_informationlBorn .connect_panelnprGT div:nth-child(2) {
    animation-delay: 0.1s;
}.contact_informationlBorn .connect_panelnprGT div:nth-child(3) {
    animation-delay: 0.2s;
}.contact_informationlBorn .connect_panelnprGT div:nth-child(4) {
    animation-delay: 0.3s;
}.contact_informationlBorn .connect_panelnprGT div:nth-child(5) {
    animation-delay: 0.4s;
}

@media screen and (max-width: 992px) {.contact_informationlBorn .connect_panelnprGT,
    .contact_informationlBorn .support_linksPOFCS {
    width: 100%;
    padding: 40px 30px;
}.contact_informationlBorn .connect_panelnprGT {
    order: 2;
}.contact_informationlBorn .support_linksPOFCS {
    order: 1;
}
}

@media screen and (max-width: 576px) {.contact_informationlBorn {
    padding: 60px 0;
}.contact_informationlBorn .container {
    width: 90%;
}.contact_informationlBorn .connect_panelnprGT,
    .contact_informationlBorn .support_linksPOFCS {
    padding: 30px 20px;
}.contact_informationlBorn .connect_panelnprGT h3 {
    font-size: calc(33px * 0.8);
}.contact_informationlBorn form .support_cardhLwPa {
    width: 100%;
}}.mentorship_experienceJZFTE {
    position: relative;
    padding: 140px 0;
    background: linear-gradient(135deg, #000000 0%, rgb(173,169,171) 100%);
    overflow: hidden;
}.mentorship_experienceJZFTE::before {
    top: 0;
    mix-blend-mode: screen;
    position: absolute;
    content: "";
    height: 100%;
    background: 
    radial-gradient(circle at 25% 25%, rgb(140,136,138,0.5) 0%, transparent 40%),
    radial-gradient(circle at 75% 75%, rgb(108,103,106,0.5) 0%, transparent 40%);
    animation: morphBackground 15s infinite alternate ease-in-out;
    left: 0;
    width: 100%;
}.mentorship_experienceJZFTE .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
}.mentorship_experienceJZFTE .user_reviewsAREkN {
    grid-template-columns: 35% 1fr;
    position: relative;
    display: grid;
    grid-template-rows: auto auto 1fr;
    gap: 20px 40px;
    grid-template-areas:
    "photo name"
    "photo job"
    "quote quote";
}.mentorship_experienceJZFTE .img_holderNFXgd {
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    height: 420px;
    z-index: 3;
    box-shadow: 
    20px 20px 30px rgba(0, 0, 0, 0.5),
    -10px -10px 30px rgb(140,136,138,0.5);
    border-radius: 30px;
    transform: perspective(1000px) rotateY(-8deg);
    clip-path: polygon(0 0, 100% 10%, 90% 100%, 0 90%);
    grid-area: photo;
    position: relative;
}.mentorship_experienceJZFTE .img_holderNFXgd::before {
    inset: 0;
    border-radius: 30px;
    mix-blend-mode: multiply;
    background: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    position: absolute;
    content: "";
}.mentorship_experienceJZFTE .user_reviewsAREkN:hover .img_holderNFXgd {
    transform: perspective(1000px) rotateY(-4deg) translateZ(20px);
}.mentorship_experienceJZFTE .name {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: perspective(1000px) rotateY(5deg);
    grid-area: name;
    padding-left: 20px;
    font-size: 35px;
    margin: 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    transform-origin: left center;
    align-self: end;
    position: relative;
    font-weight: 700;
}.mentorship_experienceJZFTE .name::after {
    content: "";
    bottom: -8px;
    transform-origin: left;
    transform: scaleX(0.6);
    height: 4px;
    left: 20px;
    background: rgb(140,136,138);
    position: absolute;
    transition: transform 0.5s ease;
    width: 60px;
}.mentorship_experienceJZFTE .user_reviewsAREkN:hover .name {
    transform: perspective(1000px) rotateY(2deg) translateZ(15px);
}.mentorship_experienceJZFTE .user_reviewsAREkN:hover .name::after {
    transform: scaleX(1);
}.mentorship_experienceJZFTE .user_reviewsAREkN > span:not(.name) {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    color: rgb(108,103,106);
    transform: perspective(1000px) rotateY(5deg);
    margin-top: 5px;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 1px;
    padding-left: 20px;
    grid-area: job;
    font-weight: 600;
    transform-origin: left center;
}.mentorship_experienceJZFTE .user_reviewsAREkN:hover > span:not(.name) {
    transform: perspective(1000px) rotateY(2deg) translateZ(10px);
}.mentorship_experienceJZFTE .work_tasksRysYA {
    border-radius: 30px;
    font-weight: 300;
    backdrop-filter: blur(10px);
    position: relative;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    z-index: 2;
    border-left: 4px solid rgb(140,136,138);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 35px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    line-height: 1.7;
    margin: 30px 0 0;
    transform: translateY(0);
    font-size: 16px;
    grid-area: quote;
}.mentorship_experienceJZFTE .work_tasksRysYA::before {
    left: 25px;
    color: rgb(140,136,138);
    position: absolute;
    content: "";
    font-size: calc(44px * 2);
    top: -15px;
    opacity: 0.7;
}.mentorship_experienceJZFTE .user_reviewsAREkN:hover .work_tasksRysYA {
    transform: translateY(-10px);
}

@keyframes morphBackground {
  0%, 100% {
    opacity: 0.7;
    transform: scale(1) rotate(0deg);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.1) rotate(5deg);
  }
}

@media (max-width: 992px) {.mentorship_experienceJZFTE {
    padding: 80px 0;
}.mentorship_experienceJZFTE .user_reviewsAREkN {
    gap: 15px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    grid-template-areas:
      "img_holderNFXgd"
      "name"
      "emp_detailsvMNZk"
      "work_tasksRysYA";
}.mentorship_experienceJZFTE .img_holderNFXgd {
    height: 320px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    transform: none;
    margin: 0 auto;
    max-width: 320px;
}.mentorship_experienceJZFTE .name,
  .mentorship_experienceJZFTE .user_reviewsAREkN > span:not(.name) {
    padding-left: 0;
    text-align: center;
    transform: none;
}.mentorship_experienceJZFTE .name::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0.6);
}.mentorship_experienceJZFTE .user_reviewsAREkN:hover .name::after {
    transform: translateX(-50%) scaleX(1);
}.mentorship_experienceJZFTE .work_tasksRysYA {
    margin-top: 20px;
}.mentorship_experienceJZFTE .user_reviewsAREkN:hover .img_holderNFXgd,
  .mentorship_experienceJZFTE .user_reviewsAREkN:hover .name,
  .mentorship_experienceJZFTE .user_reviewsAREkN:hover > span:not(.name),
  .mentorship_experienceJZFTE .user_reviewsAREkN:hover .work_tasksRysYA {
    transform: none;
}
}

@media (max-width: 576px) {.mentorship_experienceJZFTE {
    padding: 60px 0;
}.mentorship_experienceJZFTE .img_holderNFXgd {
    height: 250px;
    max-width: 250px;
}.mentorship_experienceJZFTE .name {
    font-size: 21px;
}.mentorship_experienceJZFTE .work_tasksRysYA {
    font-size: calc(16px * 0.95);
    padding: 25px 20px;
}}.cookieNotificationPanelBcyYv {
    bottom: 0;
    border-top: 2px solid rgb(140,136,138);
    position: fixed;
    background: rgb(173,169,171);
    z-index: 90;
    width: 100%;
}.cookie_noticeIfsup {
    align-items: center;
    display: flex;
    padding: 20px 0;
    justify-content: space-between;
}.cookieNotificationPanelBcyYv h5 {
    margin-bottom: 6px;
    font-size: 22px;
}#cookieBannerMessageAyCga {
    display: none;
}#cookieBannerMessageAyCga:checked ~ .cookieNotificationPanelBcyYv {
    visibility: hidden;
    opacity: 0;
}.cookieNotificationPanelBcyYv p {
    font-size: 18px;
}.cookie_viewqTAZk {
    flex-shrink: 0;
    margin-right: 10px;
}.cookie_viewqTAZk svg, .cookie_viewqTAZk svg path, .cookie_viewqTAZk img {
    width: 100px;
    fill: rgb(140,136,138);
    height: 100px;
}.cookies_techYVtyS {
    flex-shrink: 0;
    min-width: 120px;
    text-align: center;
    white-space: nowrap;
    border-bottom: 2px solid rgb(140,136,138);
    font-size: 24px;
    cursor: pointer;
    color: rgb(140,136,138);
    margin-left: 10px;
    line-height: 35px;
    text-decoration: none;
}.cookieNotificationPanelBcyYv p a {
    text-decoration: none;
    color: rgb(140,136,138);
}
@media only screen and (max-width: 1200px) {.cookieNotificationPanelBcyYv {
    padding: 20px;
}}

.wrapper-skeletonKDWcb .cookieNotificationPanelBcyYv {
    background: rgb(108,103,106);
    box-shadow: rgb(108,103,106,0.5) 0px 0px 40px 39px;
    border: none;
    padding: 40px 0;
}.wrapper-skeletonKDWcb .cookies_techYVtyS {
    border: none;
    background: rgb(140,136,138);
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    padding: 10px;
    margin-left: 30px;
}.wrapper-skeletonKDWcb .edu_cookiesBqGXK h5, .wrapper-skeletonKDWcb .edu_cookiesBqGXK p {
    color: #ffffff;
}
@media only screen and (max-width: 800px) {.cookie_viewqTAZk {
    display: none;
}.cookie_noticeIfsup {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.cookieNotificationPanelBcyYv h5 {
    text-align: center;
}.cookieNotificationPanelBcyYv p {
    text-align: center;
}.edu_cookiesBqGXK {
    margin-bottom: 20px;
}body .wrapper-skeletonKDWcb .cookies_techYVtyS {
    margin-left: 0;
    margin-bottom: 10px;
}}header {
    width: 100%;
    background: #ffffff;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 100;
    padding: 0;
}header::before {
    left: 0;
    background: linear-gradient(135deg, rgb(140,136,138), rgb(108,103,106));
    height: 100%;
    top: 0;
    content: '';
    position: absolute;
    width: 35%;
    z-index: 0;
}header .container {
    position: relative;
    margin: 0;
    width: 100%;
    max-width: 100%;
    padding: 0;
    z-index: 1;
}header .main_primaryGKlfI {
    align-items: stretch;
    display: flex;
    height: 100%;
}header .top_bardqFEs {
    text-decoration: none;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 35%;
    padding: 1.2rem 0;
    display: flex;
}header .top_bardqFEs svg {
    height: auto;
    transition: all 0.3s ease;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    width: 150px;
}header .top_bardqFEs:hover svg {
    transform: scale(1.05);
}header .header_barhJKxF {
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 65%;
    padding: 1.2rem 3%;
    display: flex;
    gap: 0.5rem;
}header .header_barhJKxF::before {
    height: 100%;
    position: absolute;
    content: '';
    background: linear-gradient(to bottom, transparent, rgb(140,136,138,0.5), transparent);
    top: 0;
    left: 0;
    width: 1px;
}header .nav_sitebarwUOsL {
    font-family: Arial, sans-serif;
    z-index: 1;
    font-size: 17px;
    background: #ffffff;
    transition: all 0.3s ease;
    overflow: hidden;
    color: #000000;
    text-decoration: none;
    position: relative;
    padding: 0.6rem 1.2rem;
    font-weight: 600;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}header .nav_sitebarwUOsL::before {
    transition: opacity 0.3s ease;
    opacity: 0;
    background: linear-gradient(135deg, rgb(140,136,138,0.5), rgb(108,103,106,0.5));
    width: 100%;
    left: 0;
    height: 100%;
    border-radius: 10px;
    top: 0;
    position: absolute;
    z-index: -1;
    content: '';
}header .nav_sitebarwUOsL:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    transform: translateY(-2px);
}header .nav_sitebarwUOsL:hover::before {
    opacity: 1;
}

@media (max-width: 991px) {header::before {
    width: 30%;
}header .top_bardqFEs {
    padding: 1rem 0;
    width: 30%;
}header .top_bardqFEs svg {
    width: 130px;
}header .header_barhJKxF {
    width: 70%;
    padding: 1rem 2.5%;
    gap: 0.5rem;
}header .nav_sitebarwUOsL {
    font-size: calc(17px);
    padding: 0.5rem 1rem;
}
}

@media (max-width: 767px) {header {
    background: rgb(173,169,171);
}header::before {
    bottom: 50%;
    width: 100%;
    height: auto;
    top: 0;
}header .main_primaryGKlfI {
    align-items: center;
    flex-direction: column;
}header .top_bardqFEs {
    padding: 0.8rem 0;
    width: 100%;
}header .top_bardqFEs svg {
    width: 120px;
}header .header_barhJKxF {
    width: 95%;
    padding: 0.8rem 0;
    flex-wrap: wrap;
    gap: 0.6rem;
    justify-content: center;
}header .header_barhJKxF::before {
    background: linear-gradient(to right, transparent, rgb(140,136,138,0.5), transparent);
    left: 0;
    height: 1px;
    top: 0;
    width: 100%;
}header .nav_sitebarwUOsL {
    padding: 0.5rem 0.9rem;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}
}

@media (max-width: 480px) {header .top_bardqFEs {
    padding: 0.7rem 0;
}header .top_bardqFEs svg {
    width: 110px;
}header .header_barhJKxF {
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 100%;
    padding: 0.7rem 2%;
    overflow-x: auto;
}header .header_barhJKxF::-webkit-scrollbar {
    height: 3px;
}header .header_barhJKxF::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(140,136,138);
}header .nav_sitebarwUOsL {
    margin-right: 2px;
    white-space: nowrap;
    padding: 0.45rem 0.9rem;
    font-size: calc(17px - 1px);
    flex-shrink: 0;
}}.data_statisticsVnWxl {
    color: #ffffff;
    position: relative;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 120px 0;
    overflow: hidden;
}.data_statisticsVnWxl::before {
    height: 100%;
    position: absolute;
    opacity: 0.9;
    top: 0;
    z-index: -2;
    content: '';
    left: 0;
    width: 100%;
    background: #000000;
}.data_statisticsVnWxl::after {
    position: absolute;
    opacity: 0.6;
    content: '';
    animation: backgroundPulse 20s infinite alternate;
    top: 0;
    z-index: -1;
    left: 0;
    background-size: auto, auto, 100px 100px, 100px 100px, 30px 30px;
    height: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgb(140,136,138,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(108,103,106,0.5) 0%, transparent 30%),
        linear-gradient(45deg, transparent 96%, rgb(140,136,138,0.5) 97%, rgb(140,136,138,0.5) 98%, transparent 99%),
        linear-gradient(135deg, transparent 96%, rgb(108,103,106,0.5) 97%, rgb(108,103,106,0.5) 98%, transparent 99%),
        repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.01) 5px, rgba(255, 255, 255, 0.01) 10px);
    width: 100%;
}@keyframes backgroundPulse {
    0% {
        background-position: 0% 0%, 0% 0%, 0px 0px, 0px 0px, 0px 0px;
        opacity: 0.5;
    }
    50% {
        background-position: 5% 5%, -5% -5%, 50px 50px, 50px 50px, 15px 15px;
        opacity: 0.7;
    }
    100% {
        background-position: 0% 0%, 0% 0%, 0px 0px, 0px 0px, 0px 0px;
        opacity: 0.5;
    }
}

.data_statisticsVnWxl .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
}.data_statisticsVnWxl .fast_statisticsLQdPn {
    grid-template-columns: auto 1fr 1fr 1fr;
    display: grid;
    align-items: start;
    grid-template-areas: 
        "image header header header"
        "stats stats stats stats";
    grid-gap: 40px;
    position: relative;
}.data_statisticsVnWxl .statistics_gainEZOJm {
    border-radius: 50%;
    height: 80px;
    display: flex;
    grid-area: image;
    align-items: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    z-index: 2;
    position: relative;
    width: 80px;
    background: rgba(0, 0, 0, 0.3);
    justify-self: end;
    margin-right: 20px;
    justify-content: center;
}.data_statisticsVnWxl .statistics_gainEZOJm::before {
    content: '';
    z-index: -1;
    height: 100px;
    background: conic-gradient(
        from 0deg, 
        transparent 0deg,
        transparent 90deg,
        rgb(140,136,138) 90deg,
        rgb(140,136,138) 180deg,
        transparent 180deg,
        transparent 270deg,
        rgb(140,136,138) 270deg,
        rgb(140,136,138) 360deg
    );
    animation: rotate 10s linear infinite;
    width: 100px;
    top: -10px;
    position: absolute;
    opacity: 0.3;
    border-radius: 50%;
    left: -10px;
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.data_statisticsVnWxl .statistics_gainEZOJm svg {
    width: 40px;
    height: 40px;
    fill: rgb(140,136,138);
}.data_statisticsVnWxl .statistics_gainEZOJm svg path {
    fill: rgb(140,136,138);
}.data_statisticsVnWxl .statistics_boostersuwLKj {
    text-transform: uppercase;
    color: #ffffff;
    margin: 0;
    position: relative;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    grid-area: header;
    letter-spacing: 1.5px;
    border-radius: 10px;
    font-weight: 700;
    padding: 15px;
    padding-bottom: 25px;
    font-size: calc(33px * 1.2);
    background: rgba(0, 0, 0, 0.2);
}.data_statisticsVnWxl .statistics_boostersuwLKj::after {
    width: 60px;
    border-radius: 1.5px;
    left: 0;
    content: '';
    position: absolute;
    height: 3px;
    bottom: 0;
    background: rgb(140,136,138);
}.data_statisticsVnWxl .key_prosAZKWH {
    grid-column: 1 / -1;
    padding: 40px;
    font-size: calc(16px * 1.2);
    line-height: 1.7;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.1);
    max-width: 800px;
    border-radius: 25px;
    position: relative;
    text-align: center;
    z-index: 3;
    backdrop-filter: blur(8px);
    margin: 0 auto 50px;
    color: rgba(255, 255, 255, 0.9);
}.data_statisticsVnWxl .key_prosAZKWH::before {
    content: '';
    height: 30px;
    position: absolute;
    width: 30px;
    opacity: 0.6;
    left: 10px;
    border-top: 2px solid rgb(140,136,138);
    border-left: 2px solid rgb(140,136,138);
    top: 10px;
}.data_statisticsVnWxl .key_prosAZKWH::after {
    bottom: 10px;
    border-right: 2px solid rgb(140,136,138);
    opacity: 0.6;
    height: 30px;
    position: absolute;
    content: '';
    border-bottom: 2px solid rgb(140,136,138);
    right: 10px;
    width: 30px;
}.data_statisticsVnWxl .program_winstmQVY {
    grid-area: stats;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 30px;
    gap: 25px;
    position: relative;
    grid-template-rows: repeat(3, auto);
    display: grid;
}.data_statisticsVnWxl .boost_growthHZnGS {
    border-radius: 10px;
    padding: 25px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    background: rgba(0, 0, 0, 0.6);
}.data_statisticsVnWxl .boost_growthHZnGS:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    background: rgba(0, 0, 0, 0.7);
}.data_statisticsVnWxl .boost_growthHZnGS::before {
    height: 2px;
    right: -2px;
    content: '';
    top: -2px;
    left: -2px;
    opacity: 0.6;
    background: linear-gradient(90deg, transparent, rgb(140,136,138), transparent);
    position: absolute;
}.data_statisticsVnWxl .boost_growthHZnGS::after {
    background-size: cover;
    height: 50%;
    position: absolute;
    bottom: 0;
    transition: opacity 0.3s ease;
    width: 100%;
    background-position: center;
    z-index: -1;
    content: '';
    left: 0;
    opacity: 0.05;
}.data_statisticsVnWxl .boost_growthHZnGS:hover::after {
    opacity: 0.1;
}.data_statisticsVnWxl .statistics_pointsqHlYw {
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.4);
    margin-bottom: 20px;
    height: 50px;
    justify-content: center;
    position: relative;
    display: flex;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    width: 50px;
    align-items: center;
}.data_statisticsVnWxl .statistics_pointsqHlYw::before {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, rgb(140,136,138,0.5) 0%, transparent 100%);
    height: 100%;
    opacity: 0.3;
    content: '';
}.data_statisticsVnWxl .statistics_pointsqHlYw svg {
    fill: rgb(140,136,138);
    height: 25px;
    width: 25px;
}.data_statisticsVnWxl .statistics_pointsqHlYw svg path {
    fill: rgb(140,136,138);
}.data_statisticsVnWxl .program_winstmQVY .boost_growthHZnGS:nth-child(4n+1) span,
.data_statisticsVnWxl .program_winstmQVY .boost_growthHZnGS:nth-child(4n+4) span {
    display: block;
    margin-bottom: 10px;
    position: relative;
    font-weight: 700;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    color: rgb(140,136,138);
    font-size: 2.2rem;
}.data_statisticsVnWxl .program_winstmQVY .boost_growthHZnGS:nth-child(4n+2) span,
.data_statisticsVnWxl .program_winstmQVY .boost_growthHZnGS:nth-child(4n+3) span {
    display: block;
    color: rgb(108,103,106);
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
    font-size: 2.2rem;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}.data_statisticsVnWxl .boost_growthHZnGS span::after {
    left: 0;
    bottom: -5px;
    width: 30px;
    height: 2px;
    content: '';
    opacity: 0.5;
    background: currentColor;
    position: absolute;
}.data_statisticsVnWxl .boost_growthHZnGS p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

@media screen and (max-width: 991px) {.data_statisticsVnWxl {
    padding: 100px 0;
}.data_statisticsVnWxl .fast_statisticsLQdPn {
    grid-template-columns: auto 1fr 1fr 1fr;
    grid-template-areas: 
            "image header header header"
            "stats stats stats stats";
    grid-gap: 30px;
}.data_statisticsVnWxl .key_prosAZKWH {
    max-width: 100%;
}.data_statisticsVnWxl .program_winstmQVY {
    grid-template-columns: repeat(3, 1fr);
}
}

@media screen and (max-width: 767px) {.data_statisticsVnWxl {
    padding: 80px 0;
}.data_statisticsVnWxl .statistics_gainEZOJm {
    height: 70px;
    width: 70px;
}.data_statisticsVnWxl .statistics_gainEZOJm::before {
    top: -10px;
    left: -10px;
    height: 90px;
    width: 90px;
}.data_statisticsVnWxl .statistics_gainEZOJm svg {
    height: 35px;
    width: 35px;
}.data_statisticsVnWxl .statistics_boostersuwLKj {
    padding-bottom: 15px;
    font-size: calc(33px * 0.9);
}.data_statisticsVnWxl .key_prosAZKWH {
    padding: 30px;
    font-size: calc(16px * 1.1);
    margin-bottom: 30px;
}.data_statisticsVnWxl .key_prosAZKWH::before,
    .data_statisticsVnWxl .key_prosAZKWH::after {
    width: 25px;
    height: 25px;
}.data_statisticsVnWxl .program_winstmQVY {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}.data_statisticsVnWxl .boost_growthHZnGS {
    padding: 20px;
}.data_statisticsVnWxl .statistics_pointsqHlYw {
    width: 45px;
    margin-bottom: 15px;
    height: 45px;
}.data_statisticsVnWxl .statistics_pointsqHlYw svg {
    height: 22px;
    width: 22px;
}.data_statisticsVnWxl .program_winstmQVY .boost_growthHZnGS span {
    font-size: 2rem;
}
}

@media screen and (max-width: 575px) {.data_statisticsVnWxl {
    padding: 60px 0;
}.data_statisticsVnWxl .fast_statisticsLQdPn {
    grid-gap: 25px;
}.data_statisticsVnWxl .statistics_gainEZOJm {
    margin-right: 15px;
    height: 60px;
    width: 60px;
}.data_statisticsVnWxl .statistics_gainEZOJm::before {
    width: 80px;
    left: -10px;
    height: 80px;
    top: -10px;
}.data_statisticsVnWxl .statistics_gainEZOJm svg {
    width: 30px;
    height: 30px;
}.data_statisticsVnWxl .statistics_boostersuwLKj {
    font-size: calc(33px * 0.8);
    padding-bottom: 12px;
}.data_statisticsVnWxl .statistics_boostersuwLKj::after {
    width: 50px;
    height: 2px;
}.data_statisticsVnWxl .key_prosAZKWH {
    padding: 25px;
    margin-bottom: 25px;
    font-size: calc(16px * 1.05);
}.data_statisticsVnWxl .key_prosAZKWH::before,
    .data_statisticsVnWxl .key_prosAZKWH::after {
    width: 20px;
    height: 20px;
}.data_statisticsVnWxl .program_winstmQVY {
    grid-template-columns: 1fr;
    gap: 15px;
}.data_statisticsVnWxl .boost_growthHZnGS {
    padding: 20px 15px;
}.data_statisticsVnWxl .statistics_pointsqHlYw {
    margin-bottom: 12px;
    width: 40px;
    height: 40px;
}.data_statisticsVnWxl .statistics_pointsqHlYw svg {
    height: 20px;
    width: 20px;
}.data_statisticsVnWxl .program_winstmQVY .boost_growthHZnGS span {
    font-size: 1.8rem;
}.data_statisticsVnWxl .boost_growthHZnGS p {
    font-size: calc(16px * 0.85);
}}.program_assetsEHudf {
    font-family: Arial, sans-serif;
    padding: 100px 0;
    background-image: 
        linear-gradient(135deg, rgba(255,255,255,0.03) 25%, transparent 25%),
        linear-gradient(225deg, rgba(255,255,255,0.03) 25%, transparent 25%),
        linear-gradient(315deg, rgba(255,255,255,0.03) 25%, transparent 25%),
        linear-gradient(45deg, rgba(255,255,255,0.03) 25%, transparent 25%);
    overflow: hidden;
    background: rgb(173,169,171);
    background-size: 60px 60px;
    position: relative;
}.program_assetsEHudf::before {
    background: linear-gradient(145deg, rgb(140,136,138,0.5), rgb(108,103,106,0.5));
    transform: translateZ(0);
    z-index: 0;
    filter: blur(80px);
    opacity: 0.6;
    right: -10%;
    position: absolute;
    height: 300px;
    width: 300px;
    content: "";
    top: -10%;
}.program_assetsEHudf::after {
    content: "";
    filter: blur(100px);
    left: -10%;
    z-index: 0;
    opacity: 0.5;
    transform: translateZ(0);
    position: absolute;
    width: 400px;
    bottom: -10%;
    background: linear-gradient(225deg, rgb(108,103,106,0.5), rgb(140,136,138,0.5));
    height: 400px;
}.program_assetsEHudf .container {
    position: relative;
    flex-direction: column;
    gap: 60px;
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
    display: flex;
}.program_assetsEHudf .img_holderNFXgd {
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
    border-radius: 5px;
    width: 100%;
    box-shadow: 
        15px 15px 30px rgba(0,0,0,0.1),
        -15px -15px 30px rgba(255,255,255,0.7),
        inset 0 0 0 rgba(0,0,0,0.1),
        inset 0 0 0 rgba(255,255,255,0.7);
    max-height: 500px;
    height: auto;
    object-fit: cover;
    transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}.program_assetsEHudf .img_holderNFXgd:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
    box-shadow: 
        20px 20px 40px rgba(0,0,0,0.15),
        -20px -20px 40px rgba(255,255,255,0.8),
        inset 0 0 0 rgba(0,0,0,0.1),
        inset 0 0 0 rgba(255,255,255,0.7);
}.program_assetsEHudf .expert_trackCWpqe {
    border-radius: 5px;
    position: relative;
    background: linear-gradient(145deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    backdrop-filter: blur(10px);
    box-shadow: 
        10px 10px 20px rgba(0,0,0,0.05),
        -10px -10px 20px rgba(255,255,255,0.9),
        inset 2px 2px 3px rgba(255,255,255,0.9),
        inset -2px -2px 3px rgba(0,0,0,0.05);
    transform: translateZ(0);
    padding: 40px;
}.program_assetsEHudf .text_dockSVmkC {
    position: relative;
}.program_assetsEHudf h1 {
    transition: transform 0.4s ease-out;
    color: #000000;
    line-height: 1.3;
    margin-bottom: 30px;
    transform: translateY(0);
    position: relative;
    font-size: 38px;
    font-weight: 700;
}.program_assetsEHudf h1::after {
    left: 0;
    background: linear-gradient(90deg, rgb(140,136,138), rgb(108,103,106));
    position: absolute;
    transition: width 0.4s ease-out;
    content: "";
    width: 120px;
    bottom: -10px;
    transform-origin: left center;
    height: 4px;
    border-radius: 2px;
}.program_assetsEHudf .expert_trackCWpqe:hover h1 {
    transform: translateY(-5px);
}.program_assetsEHudf .expert_trackCWpqe:hover h1::after {
    width: 180px;
}.program_assetsEHudf ul {
    padding: 0;
    display: grid;
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    list-style: none;
    gap: 20px;
}.program_assetsEHudf li {
    background: linear-gradient(145deg, #ffffff, #f5f5f5);
    border-radius: 4px;
    box-shadow: 
        5px 5px 10px rgba(0,0,0,0.03),
        -5px -5px 10px rgba(255,255,255,0.8),
        inset 0 0 0 rgba(0,0,0,0.03),
        inset 0 0 0 rgba(255,255,255,0.8);
    padding: 20px;
    transition: all 0.3s ease;
    position: relative;
    transform: translateZ(0);
}.program_assetsEHudf li:hover {
    transform: translateY(-5px);
    box-shadow: 
        8px 8px 16px rgba(0,0,0,0.05),
        -8px -8px 16px rgba(255,255,255,0.9),
        inset 0 0 0 rgba(0,0,0,0.03),
        inset 0 0 0 rgba(255,255,255,0.8);
}.program_assetsEHudf li p {
    align-items: flex-start;
    line-height: 1.6;
    display: flex;
    font-size: 14px;
    gap: 15px;
    color: #000000;
    margin: 0;
}.program_assetsEHudf svg {
    flex-shrink: 0;
    transform: scale(0.9);
    transition: transform 0.3s ease, filter 0.3s ease;
    margin-top: 2px;
    filter: drop-shadow(2px 2px 3px rgba(0,0,0,0.1));
}.program_assetsEHudf li:hover svg {
    filter: drop-shadow(3px 3px 5px rgba(0,0,0,0.15));
    transform: scale(1.1);
}.program_assetsEHudf svg path {
    transition: fill 0.3s ease;
}.program_assetsEHudf li:hover svg path {
    fill: rgb(140,136,138);
}

@media (min-width: 992px) {.program_assetsEHudf .container {
    flex-direction: row;
    align-items: center;
}.program_assetsEHudf .img_holderNFXgd {
    height: auto;
    max-height: 600px;
    width: 45%;
}.program_assetsEHudf .expert_trackCWpqe {
    width: 55%;
    margin-left: -50px;
}.program_assetsEHudf ul {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 991px) {.program_assetsEHudf {
    padding: 80px 0;
}.program_assetsEHudf .container {
    padding: 0 20px;
}.program_assetsEHudf .expert_trackCWpqe {
    padding: 30px;
}.program_assetsEHudf h1 {
    font-size: calc(38px * 0.85);
}.program_assetsEHudf ul {
    grid-template-columns: 1fr;
}
}

@media (max-width: 767px) {.program_assetsEHudf {
    padding: 60px 0;
}.program_assetsEHudf .img_holderNFXgd {
    max-height: 350px;
}.program_assetsEHudf .expert_trackCWpqe {
    padding: 25px;
}.program_assetsEHudf h1 {
    font-size: calc(38px * 0.7);
}.program_assetsEHudf li {
    padding: 15px;
}.program_assetsEHudf li p {
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 480px) {.program_assetsEHudf {
    padding: 40px 0;
}.program_assetsEHudf .container {
    gap: 30px;
}.program_assetsEHudf .img_holderNFXgd {
    max-height: 250px;
}.program_assetsEHudf .expert_trackCWpqe {
    padding: 20px;
}.program_assetsEHudf h1 {
    font-size: calc(38px * 0.6);
    margin-bottom: 20px;
}.program_assetsEHudf h1::after {
    width: 80px;
    height: 3px;
}.program_assetsEHudf li {
    padding: 12px;
}.program_assetsEHudf svg {
    transform: scale(0.8);
}}.thxZoneZsJMO {
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(173,169,171) 0%, rgba(245, 245, 245, 0.9) 100%);
    perspective: 1000px;
    overflow: hidden;
    position: relative;
}.thxZoneZsJMO::before {
    background: repeating-linear-gradient(
        45deg,
        rgb(108,103,106,0.5) 0px,
        transparent 1px,
        transparent 10px,
        rgb(108,103,106,0.5) 11px
    );
    transform: translateZ(-20px);
    z-index: 1;
    top: 0;
    opacity: 0.1;
    left: 0;
    content: "";
    pointer-events: none;
    animation: patternMove 30s linear infinite;
    position: absolute;
    width: 100%;
    height: 100%;
}.thxZoneZsJMO::after {
    position: absolute;
    content: "";
    height: 100%;
    top: -50%;
    animation: gradientPulse 15s ease-in-out infinite alternate;
    right: -50%;
    width: 100%;
    z-index: 0;
    opacity: 0.15;
    transform: rotate(-15deg) scale(2);
    background: radial-gradient(
        circle at center,
        rgb(140,136,138,0.5) 0%,
        transparent 70%
    );
}.thxZoneZsJMO .container {
    margin: 0 auto;
    padding: 0 20px;
    transform-style: preserve-3d;
    max-width: 1200px;
    position: relative;
    z-index: 10;
}.thxZoneZsJMO h2 {
    opacity: 0;
    letter-spacing: 0.5px;
    position: relative;
    font-size: 32px;
    text-align: center;
    transform: translateZ(30px);
    font-weight: 700;
    line-height: 1.4;
    animation: titleEntrance 1.2s cubic-bezier(0.17, 0.84, 0.44, 1) forwards;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    margin-bottom: 40px;
    color: #000000;
}.thxZoneZsJMO h2::after {
    transform-origin: center;
    background: linear-gradient(90deg, transparent, rgb(108,103,106), transparent);
    height: 3px;
    content: "";
    left: 50%;
    width: 150px;
    opacity: 0;
    position: absolute;
    transform: translateX(-50%);
    bottom: -15px;
    animation: underlineExpand 1.5s ease-out forwards 0.5s;
}.thxZoneZsJMO .expert_trackCWpqe {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 3px 5px rgba(0, 0, 0, 0.03);
    margin-top: 20px;
    position: relative;
    background: #ffffff;
    transform: translateZ(15px) rotateX(2deg);
    overflow: hidden;
    animation: holderEntrance 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards 0.3s;
    opacity: 0;
    border-radius: 30px;
    padding: 40px;
}.thxZoneZsJMO .expert_trackCWpqe::before {
    content: "";
    opacity: 0.1;
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    z-index: -1;
    background: linear-gradient(45deg, rgb(108,103,106,0.5) 0%, transparent 70%);
    height: 100%;
}.thxZoneZsJMO .expert_trackCWpqe::after {
    opacity: 0.2;
    height: 180px;
    position: absolute;
    background: radial-gradient(circle at center, rgb(140,136,138,0.5), transparent 70%);
    transform: translate(40%, 40%);
    border-radius: 50%;
    right: 0;
    z-index: -1;
    bottom: 0;
    animation: glowPulse 8s ease-in-out infinite alternate;
    width: 180px;
    content: "";
}.thxZoneZsJMO ul {
    list-style: none;
    padding: 0;
    margin: 0;
}.thxZoneZsJMO li {
    border-radius: 0 10px 10px 0;
    padding: 20px 15px 20px 35px;
    margin-bottom: 15px;
    animation: itemSlideIn 0.8s ease-out forwards 0.6s;
    position: relative;
    background: linear-gradient(to right, rgba(245, 245, 245, 0.5) 0%, transparent 100%);
    transform: translateX(-20px);
    opacity: 0;
    border-left: 3px solid rgb(108,103,106);
}.thxZoneZsJMO li::before {
    animation: pulseDot 3s infinite;
    position: absolute;
    content: "";
    top: 50%;
    width: 15px;
    left: -9px;
    background-color: #ffffff;
    height: 15px;
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(var(--secondary-color-rgb, 0, 120, 200), 0.1);
    border: 3px solid rgb(108,103,106);
    transform: translateY(-50%);
}.thxZoneZsJMO span {
    display: block;
    animation: textFadeIn 1s ease-out forwards 0.8s;
    opacity: 0;
    line-height: 1.7;
    font-family: Arial, sans-serif;
    transform: translateY(15px);
    color: #000000;
    font-size: calc(16px * 1.05);
}

@keyframes patternMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@keyframes gradientPulse {
    0% {
        opacity: 0.1;
        transform: rotate(-15deg) scale(2);
    }
    50% {
        opacity: 0.2;
        transform: rotate(-14deg) scale(2.1);
    }
    100% {
        opacity: 0.1;
        transform: rotate(-15deg) scale(2);
    }
}

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

@keyframes underlineExpand {
    0% {
        width: 0;
        opacity: 0;
    }
    100% {
        width: 150px;
        opacity: 1;
    }
}

@keyframes holderEntrance {
    0% {
        opacity: 0;
        transform: translateY(40px) translateZ(15px) rotateX(2deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(15px) rotateX(2deg);
    }
}

@keyframes glowPulse {
    0% {
        opacity: 0.1;
        transform: translate(40%, 40%) scale(1);
    }
    50% {
        opacity: 0.3;
        transform: translate(40%, 40%) scale(1.2);
    }
    100% {
        opacity: 0.1;
        transform: translate(40%, 40%) scale(1);
    }
}

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

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

@keyframes pulseDot {
    0% {
        box-shadow: 0 0 0 0 rgba(var(--secondary-color-rgb, 0, 120, 200), 0.4);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(var(--secondary-color-rgb, 0, 120, 200), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(var(--secondary-color-rgb, 0, 120, 200), 0);
    }
}

@media (max-width: 992px) {.thxZoneZsJMO {
    padding: 60px 0;
}.thxZoneZsJMO h2 {
    font-size: calc(32px * 0.9);
    margin-bottom: 30px;
}.thxZoneZsJMO .expert_trackCWpqe {
    padding: 30px;
}
}

@media (max-width: 768px) {.thxZoneZsJMO {
    padding: 50px 0;
}.thxZoneZsJMO h2 {
    margin-bottom: 25px;
    font-size: calc(32px * 0.8);
}.thxZoneZsJMO .expert_trackCWpqe {
    padding: 25px;
    transform: translateZ(10px) rotateX(1deg);
}.thxZoneZsJMO span {
    font-size: 16px;
}.thxZoneZsJMO li {
    padding: 15px 10px 15px 25px;
}
}

@media (max-width: 576px) {.thxZoneZsJMO {
    padding: 40px 0;
}.thxZoneZsJMO h2 {
    font-size: calc(32px * 0.7);
    margin-bottom: 20px;
    line-height: 1.5;
}.thxZoneZsJMO h2::after {
    bottom: -10px;
    width: 100px;
}.thxZoneZsJMO .expert_trackCWpqe {
    padding: 20px;
    transform: translateZ(5px) rotateX(0.5deg);
    margin-top: 15px;
}.thxZoneZsJMO li {
    margin-bottom: 10px;
    padding: 12px 10px 12px 20px;
}.thxZoneZsJMO li::before {
    width: 12px;
    height: 12px;
    left: -7px;
}.thxZoneZsJMO span {
    font-size: calc(16px * 0.95);
    line-height: 1.6;
}}.client_feedbackxpGgq {
    padding: 4rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(173,169,171) 0%, #ffffff 100%);
    overflow: hidden;
}.client_feedbackxpGgq::before {
    position: absolute;
    opacity: 0.05;
    left: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(108,103,106,0.5) 0px,
        rgb(108,103,106,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    top: 0;
    width: 100%;
    content: "";
    z-index: 1;
    height: 100%;
}.client_feedbackxpGgq::after {
    transform: rotate(-15deg);
    position: absolute;
    content: "";
    width: 35%;
    background: rgb(140,136,138);
    opacity: 0.08;
    right: -10%;
    height: 35%;
    top: -10%;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    z-index: 0;
}.client_feedbackxpGgq h2 {
    font-size: 35px;
    transform: translateY(0);
    font-weight: 700;
    text-align: center;
    color: #000000;
    animation: titleAppear 0.8s ease-out;
    opacity: 1;
    position: relative;
    z-index: 3;
    margin-bottom: 3rem;
}.client_feedbackxpGgq h2::after {
    background: linear-gradient(90deg, rgb(140,136,138) 0%, rgb(108,103,106) 100%);
    bottom: -10px;
    height: 4px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%) skewX(-20deg);
    content: "";
    width: 80px;
}.client_feedbackxpGgq .container {
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.client_feedbackxpGgq .expert_trackCWpqe {
    position: relative;
    overflow: hidden;
}.client_feedbackxpGgq .edu_storiesKvdCh {
    position: relative;
    z-index: 3;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
    display: grid;
}.client_feedbackxpGgq .user_reviewsAREkN {
    background: linear-gradient(145deg, #ffffff 0%, rgba(255,255,255,0.9) 100%);
    box-shadow: 0 10px 30px rgba(0,0,0,0.05), 
                0 1px 4px rgba(0,0,0,0.03);
    animation: reviewAppear 0.6s ease-out forwards;
    transform: translateY(20px);
    animation-delay: calc(var(--animation-order, 0) * 0.15s);
    position: relative;
    border-left: 4px solid rgb(108,103,106);
    opacity: 0;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), 
                box-shadow 0.3s ease-out;
    padding: 2rem;
}.client_feedbackxpGgq .user_reviewsAREkN:nth-child(1) {
    --animation-order: 1;
}.client_feedbackxpGgq .user_reviewsAREkN:nth-child(2) {
    --animation-order: 2;
}.client_feedbackxpGgq .user_reviewsAREkN:nth-child(3) {
    --animation-order: 3;
}.client_feedbackxpGgq .user_reviewsAREkN:nth-child(4) {
    --animation-order: 4;
}.client_feedbackxpGgq .user_reviewsAREkN:nth-child(5) {
    --animation-order: 5;
}.client_feedbackxpGgq .user_reviewsAREkN:nth-child(6) {
    --animation-order: 6;
}.client_feedbackxpGgq .user_reviewsAREkN:nth-child(7) {
    --animation-order: 7;
}.client_feedbackxpGgq .user_reviewsAREkN::before {
    font-size: 100px;
    opacity: 0.2;
    left: 20px;
    position: absolute;
    content: "";
    color: rgb(108,103,106);
    line-height: 1;
    top: -15px;
    font-family: Arial, sans-serif;
}.client_feedbackxpGgq .user_reviewsAREkN:hover {
    box-shadow: 0 15px 35px rgba(0,0,0,0.08), 
                0 5px 15px rgba(0,0,0,0.04);
    transform: translateY(-5px) scale(1.02);
    border-left-color: rgb(140,136,138);
}.client_feedbackxpGgq .user_reviewsAREkN h3 {
    font-weight: 600;
    color: #000000;
    position: relative;
    margin-bottom: 0.8rem;
    font-size: calc(19px * 1.05);
    display: inline-block;
}.client_feedbackxpGgq .user_reviewsAREkN h3::after {
    bottom: -4px;
    content: "";
    height: 2px;
    background: linear-gradient(90deg, rgb(140,136,138) 0%, rgb(108,103,106) 100%);
    width: 0;
    transition: width 0.3s ease-out 0.1s;
    position: absolute;
    left: 0;
}.client_feedbackxpGgq .user_reviewsAREkN:hover h3::after {
    width: 100%;
}.client_feedbackxpGgq .user_reviewsAREkN .description {
    color: #000000;
    position: relative;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    z-index: 2;
}.client_feedbackxpGgq .user_reviewsAREkN div {
    height: 60px;
    border-radius: 0;
    width: 60px;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
                clip-path 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    margin-left: auto;
    overflow: hidden;
}.client_feedbackxpGgq .user_reviewsAREkN:hover div {
    clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);
    transform: rotate(15deg) scale(1.1);
}.client_feedbackxpGgq .user_reviewsAREkN div img {
    height: 100%;
    transition: transform 0.5s ease-out;
    object-fit: cover;
    width: 100%;
}.client_feedbackxpGgq .user_reviewsAREkN:hover div img {
    transform: scale(1.1);
}

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

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

@media (max-width: 992px) {.client_feedbackxpGgq {
    padding: 3rem 0;
}.client_feedbackxpGgq h2 {
    margin-bottom: 2.5rem;
    font-size: calc(35px * 0.9);
}.client_feedbackxpGgq .edu_storiesKvdCh {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem;
}.client_feedbackxpGgq .user_reviewsAREkN {
    padding: 1.75rem;
}
}

@media (max-width: 768px) {.client_feedbackxpGgq {
    padding: 2.5rem 0;
}.client_feedbackxpGgq h2 {
    margin-bottom: 2rem;
    font-size: calc(35px * 0.85);
}.client_feedbackxpGgq h2::after {
    width: 60px;
}.client_feedbackxpGgq .edu_storiesKvdCh {
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}.client_feedbackxpGgq .user_reviewsAREkN::before {
    font-size: 80px;
}
}

@media (max-width: 576px) {.client_feedbackxpGgq {
    padding: 2rem 0;
}.client_feedbackxpGgq h2 {
    font-size: calc(35px * 0.8);
    margin-bottom: 1.5rem;
    padding: 0 0.5rem;
}.client_feedbackxpGgq .container {
    padding: 0 15px;
}.client_feedbackxpGgq .user_reviewsAREkN {
    padding: 1.5rem;
}.client_feedbackxpGgq .user_reviewsAREkN h3 {
    font-size: calc(19px * 0.95);
}.client_feedbackxpGgq .user_reviewsAREkN .description {
    font-size: calc(15px * 0.95);
}.client_feedbackxpGgq .user_reviewsAREkN div {
    height: 50px;
    width: 50px;
}}.welcomemUDwi {
    overflow: hidden;
    display: flex;
    min-height: 100vh;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, rgb(173,169,171), rgb(140,136,138,0.5) 70%);
    position: relative;
    padding: 3rem 1.5rem;
}.welcomemUDwi::before {
    opacity: 0.6;
    background: 
    radial-gradient(circle at 20% 30%, rgb(108,103,106,0.5) 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, rgb(140,136,138,0.5) 0%, transparent 30%);
    content: "";
    height: 100%;
    pointer-events: none;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
}.welcomemUDwi::after {
    height: 50%;
    z-index: 0;
    width: 50%;
    background: rgb(108,103,106,0.5);
    opacity: 0.1;
    content: "";
    right: -10%;
    animation: floatElement 12s ease-in-out infinite alternate;
    top: -10%;
    position: absolute;
    transform: rotate(-15deg);
    clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
}.welcomemUDwi > div {
    display: grid;
    gap: 3rem;
    max-width: 1200px;
    z-index: 1;
    grid-template-columns: 1fr;
    position: relative;
    width: 100%;
}.welcomemUDwi h1.main_frontGYvjx {
    line-height: 1.2;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    margin-bottom: 1.5rem;
    position: relative;
    transform: translateY(0);
    color: #000000;
    font-size: 48px;
    font-weight: 700;
}.welcomemUDwi h1.main_frontGYvjx::before {
    width: 5px;
    animation: growLine 1s 0.5s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    left: -10px;
    position: absolute;
    transform-origin: top;
    top: 0.5em;
    transform: scaleY(0);
    background: rgb(140,136,138);
    content: "";
    height: 60%;
}.welcomemUDwi p {
    transition: all 0.5s ease;
    line-height: 1.6;
    max-width: 85%;
    position: relative;
    margin-bottom: 2rem;
    color: #000000;
    transform: translateX(0);
    padding-left: 0;
    font-size: calc(17px * 1.2);
}.welcomemUDwi p::after {
    bottom: -10px;
    left: 0;
    background: rgb(108,103,106);
    content: "";
    animation: expandWidth 1.2s 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    width: 60px;
    position: absolute;
    height: 3px;
    transform-origin: left;
}.welcomemUDwi .edu_entrygDkIQ {
    perspective: 1000px;
    width: 100%;
    position: relative;
}.welcomemUDwi .smart_classesfkbcO {
    transform: translateY(0) rotateX(0);
    overflow: hidden;
    width: 100%;
    height: 350px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    position: relative;
    border-radius: 22px;
    backdrop-filter: blur(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s ease;
}.welcomemUDwi .smart_classesfkbcO::before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, 
    rgba(#000000, 0.2), 
    rgba(#000000, 0.8));
    height: 100%;
    z-index: 1;
}.welcomemUDwi .smart_classesfkbcO:hover {
    transform: translateY(-10px) rotateX(5deg);
    box-shadow: 0 20px 40px rgba(#000000, 0.3);
}.welcomemUDwi .smart_classesfkbcO span {
    z-index: 2;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    padding: 2rem;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(to top, 
    rgba(#000000, 0.9), 
    rgba(#000000, 0.3) 90%);
    transform: translateY(0);
}.welcomemUDwi .smart_classesfkbcO:hover span {
    transform: translateY(-10px);
}.welcomemUDwi .smart_classesfkbcO h3 {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    line-height: 1.4;
    transition: transform 0.4s ease;
    font-weight: 600;
    font-size: 23px;
}.welcomemUDwi .smart_classesfkbcO:hover h3 {
    transform: translateY(-5px);
}

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

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

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

@media (min-width: 768px) {.welcomemUDwi > div {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 2rem;
}.welcomemUDwi h1.main_frontGYvjx {
    font-size: calc(48px * 1.2);
    max-width: 90%;
}.welcomemUDwi p {
    font-size: calc(17px * 1.4);
    max-width: 90%;
}.welcomemUDwi .smart_classesfkbcO {
    height: 400px;
    transform: translateY(0) rotateX(0) rotateY(-3deg);
}.welcomemUDwi .smart_classesfkbcO:hover {
    transform: translateY(-15px) rotateX(5deg) rotateY(-5deg);
}
}

@media (min-width: 992px) {.welcomemUDwi {
    padding: 4rem 2rem;
}.welcomemUDwi > div {
    gap: 4rem;
}.welcomemUDwi h1.main_frontGYvjx {
    font-size: calc(48px * 1.4);
}.welcomemUDwi h1.main_frontGYvjx::before {
    left: -20px;
    width: 8px;
}.welcomemUDwi p {
    padding-left: 0;
    font-size: calc(17px * 1.5);
}.welcomemUDwi .smart_classesfkbcO {
    height: 450px;
}.welcomemUDwi .smart_classesfkbcO h3 {
    font-size: calc(23px * 1.1);
}
}

@media (max-width: 767px) {.welcomemUDwi {
    padding: 2rem 1rem;
}.welcomemUDwi h1.main_frontGYvjx {
    font-size: calc(48px * 0.85);
}.welcomemUDwi p {
    max-width: 100%;
    font-size: 17px;
}.welcomemUDwi .smart_classesfkbcO {
    height: 280px;
}.welcomemUDwi .smart_classesfkbcO span {
    padding: 1.5rem;
}.welcomemUDwi .smart_classesfkbcO h3 {
    font-size: calc(23px * 0.9);
}}.confidential_cellpuSle {
    background: #ffffff;
    max-width: 1200px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    border: 1px solid rgba(0, 0, 0, 0.5);
    padding: 50px;
    color: #000000;
    margin: 0 auto;
}.confidential_cellpuSle h1 {
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-weight: 700;
    color: rgb(140,136,138);
    margin-top: 20px;
    font-size: 47px;
    border-bottom: 2px solid rgb(140,136,138);
}.confidential_cellpuSle h2 {
    margin-top: 30px;
    border-left: 4px solid rgb(108,103,106);
    padding-left: 15px;
    font-weight: 600;
    font-size: 34px;
    margin-bottom: 20px;
    color: rgb(108,103,106);
}.confidential_cellpuSle ul {
    margin: 20px 0;
    list-style-type: square;
    padding-left: 40px;
}.confidential_cellpuSle li {
    margin-bottom: 15px;
    font-size: 18px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    line-height: 1.5;
}.confidential_cellpuSle p, .confidential_cellpuSle span, .confidential_cellpuSle div {
    color: #000000;
    line-height: 1.6;
    font-size: 18px;
    margin-bottom: 15px;
}.confidential_cellpuSle h3, .confidential_cellpuSle h4, .confidential_cellpuSle h5, .confidential_cellpuSle h6 {
    padding-left: 10px;
    color: rgb(140,136,138);
    border-left: 3px solid rgb(140,136,138);
    margin-top: 25px;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 15px;
}

@media only screen and (max-width: 800px) {.confidential_cellpuSle {
    padding: 30px;
}.confidential_cellpuSle h1 {
    font-size: calc(22px - 4px);
}.confidential_cellpuSle h2 {
    font-size: calc(22px - 3px);
}.confidential_cellpuSle h3, .confidential_cellpuSle h4, .confidential_cellpuSle h5, .confidential_cellpuSle h6 {
    font-size: calc(22px - 2px);
}.confidential_cellpuSle p, .confidential_cellpuSle span, .confidential_cellpuSle div, .confidential_cellpuSle li {
    font-size: calc(18px - 2px);
}}.about_thisJrBbz {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.about_thisJrBbz::before {
    height: 100%;
    top: 0;
    position: absolute;
    z-index: 1;
    left: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.6));
    content: '';
    width: 100%;
}.about_thisJrBbz::after {
    background: rgb(140,136,138);
    opacity: 0.15;
    animation: float 15s infinite ease-in-out;
    position: absolute;
    content: '';
    transform: rotate(45deg);
    z-index: 1;
    height: 250px;
    width: 250px;
    top: -50px;
    right: -50px;
}.about_thisJrBbz .container {
    margin: 0 auto;
    z-index: 2;
    padding: 0 30px;
    perspective: 1000px;
    max-width: 1200px;
    position: relative;
}.about_thisJrBbz .text_dockSVmkC {
    transform: rotateY(-3deg) translateZ(0);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25),
                0 0 0 1px rgba(0, 0, 0, 0.05),
                inset 0 1px 0 rgba(255, 255, 255, 0.6);
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    clip-path: polygon(
        0 0, 
        100% 0, 
        98% 98%, 
        2% 100%
    );
    padding: 50px 60px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.92));
    transform-style: preserve-3d;
}.about_thisJrBbz .text_dockSVmkC:hover {
    transform: rotateY(0deg) translateZ(10px);
}.about_thisJrBbz h1 {
    transform: translateZ(30px);
    position: relative;
    color: rgb(140,136,138);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    font-size: 47px;
    margin-bottom: 35px;
    font-weight: 700;
    letter-spacing: -0.02em;
}.about_thisJrBbz h1::after {
    height: 4px;
    background: linear-gradient(90deg, rgb(140,136,138), rgb(108,103,106));
    transform: skewX(-20deg);
    bottom: -12px;
    content: '';
    left: 0;
    position: absolute;
    width: 80px;
}.about_thisJrBbz ul {
    padding: 0;
    transform: translateZ(15px);
    list-style: none;
    margin: 0;
}.about_thisJrBbz li {
    margin-bottom: 20px;
}.about_thisJrBbz li:last-child {
    margin-bottom: 0;
}.about_thisJrBbz h4 {
    display: inline-block;
    font-size: calc(20px + 2px);
    color: #000000;
    font-weight: 600;
    position: relative;
    margin-bottom: 15px;
}.about_thisJrBbz h4::before {
    left: -24px;
    position: absolute;
    width: 12px;
    background: rgb(140,136,138);
    transform: translateY(-50%) rotate(45deg);
    opacity: 0.8;
    top: 50%;
    content: '';
    height: 12px;
}.about_thisJrBbz span {
    text-align: justify;
    position: relative;
    font-family: Arial, sans-serif;
    display: block;
    color: #000000;
    columns: 1;
    column-gap: 40px;
    line-height: 1.75;
    padding-left: 0;
    font-size: 16px;
}

@media (min-width: 768px) {.about_thisJrBbz span {
    columns: 2;
}}

.about_thisJrBbz span::first-letter {
    font-size: 1.3em;
    font-weight: 700;
    color: rgb(140,136,138);
}

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

@media (max-width: 991px) {.about_thisJrBbz {
    padding: 90px 0;
}.about_thisJrBbz .text_dockSVmkC {
    transform: rotateY(-2deg) translateZ(0);
    padding: 40px 35px;
}.about_thisJrBbz h1 {
    font-size: calc(47px - 4px);
    margin-bottom: 30px;
}.about_thisJrBbz h1::after {
    height: 3px;
    width: 70px;
}
}

@media (max-width: 767px) {.about_thisJrBbz {
    padding: 70px 0;
}.about_thisJrBbz::after {
    height: 180px;
    right: -30px;
    width: 180px;
    top: -30px;
}.about_thisJrBbz .container {
    padding: 0 20px;
}.about_thisJrBbz .text_dockSVmkC {
    padding: 35px 25px;
    clip-path: polygon(
            0 0, 
            100% 0, 
            97% 97%, 
            3% 100%
        );
    transform: rotateY(0deg) translateZ(0);
}.about_thisJrBbz h1 {
    margin-bottom: 25px;
    font-size: calc(47px - 8px);
}.about_thisJrBbz h1::after {
    height: 3px;
    bottom: -10px;
    width: 60px;
}.about_thisJrBbz h4 {
    margin-bottom: 12px;
    font-size: 20px;
}.about_thisJrBbz h4::before {
    width: 10px;
    height: 10px;
    left: -20px;
}.about_thisJrBbz span {
    font-size: calc(16px - 1px);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.about_thisJrBbz {
    padding: 60px 0;
}.about_thisJrBbz::after {
    height: 130px;
    width: 130px;
}.about_thisJrBbz .text_dockSVmkC {
    padding: 30px 20px;
}.about_thisJrBbz h1 {
    margin-bottom: 20px;
    font-size: calc(47px - 12px);
}.about_thisJrBbz h1::after {
    bottom: -8px;
    height: 2px;
    width: 50px;
}.about_thisJrBbz h4 {
    margin-bottom: 10px;
    font-size: calc(20px - 2px);
}.about_thisJrBbz h4::before {
    left: -16px;
    width: 8px;
    height: 8px;
}.about_thisJrBbz span {
    line-height: 1.5;
    font-size: calc(16px - 2px);
}}.target_audienceyUbBA {
    overflow: hidden;
    padding: 110px 0;
    position: relative;
    background: linear-gradient(135deg, #ffffff 0%, rgb(173,169,171) 100%);
}.target_audienceyUbBA::before {
    z-index: 1;
    background: 
        linear-gradient(90deg, transparent 98%, rgb(108,103,106,0.5) 98%, rgb(108,103,106,0.5) 100%),
        linear-gradient(0deg, transparent 98%, rgb(108,103,106,0.5) 98%, rgb(108,103,106,0.5) 100%);
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    opacity: 0.4;
    content: "";
    position: absolute;
    background-size: 30px 30px;
}.target_audienceyUbBA .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1140px;
    position: relative;
}.target_audienceyUbBA .expert_trackCWpqe {
    position: relative;
}.target_audienceyUbBA h4 {
    padding: 15px 30px;
    font-weight: 700;
    border-radius: 10px;
    transform: translateX(-50%);
    color: #000000;
    font-size: 32px;
    position: relative;
    display: inline-block;
    background: #ffffff;
    border: 2px solid rgb(140,136,138);
    box-shadow: 5px 5px 0 rgb(140,136,138,0.5);
    margin-bottom: 60px;
    left: 50%;
}.target_audienceyUbBA div > div {
    display: flex;
    position: relative;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px;
}.target_audienceyUbBA div > div::before {
    z-index: -1;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(140,136,138,0.5), transparent);
    top: 50%;
    content: "";
    position: absolute;
    height: 2px;
}.target_audienceyUbBA div > div::after {
    position: absolute;
    background: linear-gradient(180deg, transparent, rgb(108,103,106,0.5), transparent);
    width: 2px;
    z-index: -1;
    height: 100%;
    top: 0;
    left: 50%;
    content: "";
}.target_audienceyUbBA p {
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    padding: 20px;
    border-radius: 10px;
    background: #ffffff;
    align-items: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    justify-content: flex-start;
    border: 1px solid rgb(173,169,171);
    position: relative;
    display: flex;
    font-size: 13px;
    width: calc(33.333% - 50px);
    z-index: 1;
    color: #000000;
    margin: 0;
}.target_audienceyUbBA p::before {
    left: 0;
    height: 100%;
    transition: opacity 0.4s ease;
    width: 100%;
    border-radius: 10px;
    background: linear-gradient(135deg, transparent 0%, rgb(140,136,138,0.5) 300%);
    z-index: -1;
    content: "";
    position: absolute;
    opacity: 0;
    top: 0;
}.target_audienceyUbBA p::after {
    transition: all 0.3s ease;
    content: "";
    border-radius: 50%;
    left: -10px;
    position: absolute;
    width: 20px;
    top: -10px;
    height: 20px;
    background: #ffffff;
    border: 1px solid rgb(140,136,138);
}.target_audienceyUbBA p:hover {
    transform: translateY(-10px);
    border-color: rgb(140,136,138,0.5);
}.target_audienceyUbBA p:hover::before {
    opacity: 0.2;
}.target_audienceyUbBA p:hover::after {
    background: rgb(140,136,138);
    transform: scale(1.5);
}.target_audienceyUbBA p svg {
    width: 26px;
    margin-right: 15px;
    height: 26px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}.target_audienceyUbBA p svg path {
    fill: rgb(140,136,138);
    transition: fill 0.3s ease;
}.target_audienceyUbBA p:hover svg {
    transform: rotate(15deg);
}.target_audienceyUbBA p:hover svg path {
    fill: rgb(108,103,106);
}@keyframes circuitPath {
    0% {
        stroke-dashoffset: 1000;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

.target_audienceyUbBA::after {
    position: absolute;
    bottom: 0;
    background-position: bottom right;
    height: 300px;
    z-index: 1;
    background-repeat: no-repeat;
    content: "";
    width: 300px;
    right: 0;
    opacity: 0.3;
}@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.target_audienceyUbBA .expert_trackCWpqe > div p {
    opacity: 0;
    animation: fadeInScale 0.5s ease forwards;
}.target_audienceyUbBA .expert_trackCWpqe > div p:nth-child(1) {
    animation-delay: 0.1s;
}.target_audienceyUbBA .expert_trackCWpqe > div p:nth-child(2) {
    animation-delay: 0.2s;
}.target_audienceyUbBA .expert_trackCWpqe > div p:nth-child(3) {
    animation-delay: 0.3s;
}.target_audienceyUbBA .expert_trackCWpqe > div p:nth-child(4) {
    animation-delay: 0.4s;
}.target_audienceyUbBA .expert_trackCWpqe > div p:nth-child(5) {
    animation-delay: 0.5s;
}.target_audienceyUbBA .expert_trackCWpqe > div p:nth-child(6) {
    animation-delay: 0.6s;
}

@media (max-width: 991px) {.target_audienceyUbBA {
    padding: 90px 0;
}.target_audienceyUbBA h4 {
    font-size: calc(32px * 0.9);
    padding: 12px 25px;
    margin-bottom: 50px;
}.target_audienceyUbBA div > div {
    gap: 30px;
}.target_audienceyUbBA p {
    padding: 18px;
    width: calc(50% - 30px);
}.target_audienceyUbBA p svg {
    width: 24px;
    margin-right: 12px;
    height: 24px;
}.target_audienceyUbBA::after {
    height: 200px;
    width: 200px;
}
}

@media (max-width: 768px) {.target_audienceyUbBA {
    padding: 70px 0;
}.target_audienceyUbBA h4 {
    box-shadow: 3px 3px 0 rgb(140,136,138,0.5);
    font-size: calc(32px * 0.8);
    padding: 10px 20px;
    margin-bottom: 40px;
}.target_audienceyUbBA div > div {
    gap: 25px;
}.target_audienceyUbBA div > div::before,
    .target_audienceyUbBA div > div::after {
    opacity: 0.4;
}.target_audienceyUbBA p {
    padding: 15px;
    font-size: calc(13px * 0.95);
    width: 100%;
}
}

@media (max-width: 576px) {.target_audienceyUbBA {
    padding: 60px 0;
}.target_audienceyUbBA h4 {
    box-shadow: 2px 2px 0 rgb(140,136,138,0.5);
    margin-bottom: 35px;
    border-width: 1px;
    font-size: calc(32px * 0.7);
    padding: 8px 16px;
}.target_audienceyUbBA div > div {
    gap: 20px;
}.target_audienceyUbBA p {
    font-size: calc(13px * 0.9);
    padding: 12px;
}.target_audienceyUbBA p svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}.target_audienceyUbBA p::after {
    height: 12px;
    top: -5px;
    left: -5px;
    width: 12px;
}.target_audienceyUbBA::after {
    height: 100px;
    width: 100px;
}}footer {
    position: relative;
}footer::before {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    background: linear-gradient(125deg, #000000 0%, rgb(108,103,106) 100%);
    right: 0;
    opacity: 0.95;
    content: '';
    bottom: 0;
}.fellow_progoJEwW {
    color: #ffffff;
    padding: 60px 0;
    z-index: 2;
    font-family: Arial, sans-serif;
    position: relative;
}.fellow_progoJEwW .container {
    display: flex;
    flex-wrap: wrap;
}.fellow_progoJEwW .company_holder {
    flex: 0 0 100%;
    padding: 25px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    background: rgba(0, 0, 0, 0.2);
    text-align: center;
    margin-bottom: 40px;
    border-radius: 30px;
}.fellow_progoJEwW .company_holder h3 {
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-size: 37px;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-weight: 700;
}.fellow_progoJEwW .discount_ctaVkWpz {
    text-align: center;
    max-width: 80%;
    border-radius: 10px;
    line-height: 1.7;
    font-size: 16px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    padding: 15px 20px;
}.fellow_progoJEwW .a11y_toolsakouH {
    flex: 0 0 100%;
    margin-top: 20px;
}.fellow_progoJEwW .nav_mainbarhSpIP {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
    margin-top: 30px;
    gap: 30px;
}.fellow_progoJEwW .header_barhJKxF {
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 30px;
    flex: 0 0 calc(50% - 30px);
    transition: all 0.3s ease;
    max-width: calc(50% - 30px);
}.fellow_progoJEwW .header_barhJKxF:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-5px);
}.fellow_progoJEwW .header_barhJKxF h5 {
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 10px;
    font-size: 19px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    font-weight: 600;
    margin-bottom: 20px;
    color: #ffffff;
}.fellow_progoJEwW .header_barhJKxF .nav_mainbarhSpIP {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}.fellow_progoJEwW .header_barhJKxF .nav_mainbarhSpIP a {
    transition: all 0.3s ease;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    border-radius: 10px;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.05);
    text-decoration: none;
}.fellow_progoJEwW .header_barhJKxF .nav_mainbarhSpIP a:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    color: #ffffff;
}.app_storezfnXK {
    margin-top: 40px;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2;
    position: relative;
    padding: 20px 0;
}.app_storezfnXK::before {
    content: '';
    position: absolute;
    top: 0;
    right: 20%;
    opacity: 0.2;
    height: 1px;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    left: 20%;
}.app_storezfnXK .container {
    display: flex;
    justify-content: center;
}.app_storezfnXK .footer_eduqDdSB {
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-align: center;
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@media (min-width: 768px) {.fellow_progoJEwW .nav_mainbarhSpIP {
    justify-content: space-between;
}.fellow_progoJEwW .company_holder {
    text-align: left;
    flex: 0 0 30%;
}.fellow_progoJEwW .a11y_toolsakouH {
    flex: 0 0 65%;
}.fellow_progoJEwW .container {
    align-items: flex-start;
    justify-content: space-between;
}.fellow_progoJEwW .discount_ctaVkWpz {
    max-width: 100%;
    text-align: left;
    margin: 0;
}
}

@media (max-width: 767px) {.fellow_progoJEwW .header_barhJKxF {
    margin-bottom: 20px;
    flex: 0 0 100%;
    max-width: 100%;
}.fellow_progoJEwW .company_holder {
    padding: 20px 15px;
}.fellow_progoJEwW .discount_ctaVkWpz {
    max-width: 100%;
    padding: 15px;
}
}

@media (max-width: 576px) {.fellow_progoJEwW {
    padding: 40px 0;
}.fellow_progoJEwW .company_holder h3 {
    font-size: calc(37px * 0.8);
}.fellow_progoJEwW .header_barhJKxF h5 {
    font-size: calc(19px * 0.9);
}.fellow_progoJEwW .header_barhJKxF .nav_mainbarhSpIP a {
    font-size: calc(16px * 0.95);
}}

@keyframes pulseLight {
    0%, 100% {
        opacity: 0.1;
        transform: scale(1);
    }
    50% {
        opacity: 0.15;
        transform: scale(1.1);
    }
}

footer::after {
    content: '';
    left: 0;
    background-image: linear-gradient(0deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px),
        linear-gradient(90deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px);
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: 20px 20px;
    z-index: 1;
    top: 0;
}.offer_cardgLYnV {
    background-color: rgb(173,169,171);
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
}.offer_cardgLYnV::before {
    opacity: 0.07;
    width: 12rem;
    height: 12rem;
    content: "";
    background: linear-gradient(135deg, rgb(140,136,138), rgb(108,103,106));
    position: absolute;
    right: -3rem;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    top: -3rem;
    transform: rotate(15deg);
}.offer_cardgLYnV::after {
    opacity: 0.05;
    width: 18rem;
    height: 18rem;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    content: "";
    transform: rotate(-10deg);
    left: -5rem;
    z-index: 0;
    bottom: -5rem;
    background: linear-gradient(45deg, rgb(108,103,106), rgb(140,136,138,0.5));
    position: absolute;
}.offer_cardgLYnV .container {
    z-index: 1;
    margin: 0 auto;
    padding: 0 1.5rem;
    position: relative;
    max-width: 1200px;
}.offer_cardgLYnV .plan_detailsJWHIq {
    display: flex;
    flex-direction: column;
}.offer_cardgLYnV .premium_costHAUcM {
    margin-bottom: 3rem;
    position: relative;
    order: -1;
}.offer_cardgLYnV .premium_costHAUcM h2 {
    position: relative;
    display: inline-block;
    margin-bottom: 1rem;
    font-size: 35px;
    font-weight: 700;
    color: #000000;
}.offer_cardgLYnV .premium_costHAUcM h2::after {
    height: 3px;
    width: 60%;
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(140,136,138), transparent);
    position: absolute;
    bottom: -0.5rem;
}.offer_cardgLYnV .study_offersgUtGK {
    max-width: 800px;
    font-size: 12px;
    color: #000000;
    margin-bottom: 1rem;
    line-height: 1.6;
}.offer_cardgLYnV .pricing_schemesYPjpD {
    width: 100%;
    gap: 1.5rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}.offer_cardgLYnV .pro_ratesdetnD {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    color: #000000;
    overflow: hidden;
    text-decoration: none;
    position: relative;
    z-index: 2;
}.offer_cardgLYnV .training_subpfTsa {
    position: relative;
    flex-direction: column;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(0,0,0,0.06);
    overflow: hidden;
    display: flex;
    background-color: #ffffff;
    transform: translateY(0);
    box-shadow: 0 8px 24px rgba(0,0,0,0.05);
    min-height: 480px;
}.offer_cardgLYnV .pro_ratesdetnD:hover .training_subpfTsa {
    box-shadow: 0 12px 30px rgba(0,0,0,0.1);
    transform: translateY(-5px);
}.offer_cardgLYnV .program_pricekfRQn {
    z-index: 2;
    overflow: hidden;
    flex: 1;
    position: relative;
    flex-direction: column;
    padding: 2rem;
    display: flex;
}.offer_cardgLYnV .program_pricekfRQn h3 {
    display: inline-block;
    transition: color 0.3s ease;
    margin-bottom: 0.5rem;
    position: relative;
    color: #000000;
    font-size: calc(22px + 0.1rem);
    font-weight: 600;
}.offer_cardgLYnV .pro_ratesdetnD:hover .program_pricekfRQn h3 {
    color: rgb(140,136,138);
}.offer_cardgLYnV .payment_planIcdih {
    position: relative;
    font-size: calc(22px + 0.5rem);
    display: block;
    margin-bottom: 1.5rem;
    color: rgb(140,136,138);
    transition: transform 0.3s ease;
    font-weight: 700;
}.offer_cardgLYnV .payment_planIcdih::before {
    transform-origin: left;
    transform: scaleX(1);
    background-color: rgb(140,136,138,0.5);
    transition: transform 0.4s ease;
    position: absolute;
    content: "";
    height: 2px;
    left: 0;
    bottom: -0.75rem;
    width: 3rem;
}.offer_cardgLYnV .pro_ratesdetnD:hover .payment_planIcdih::before {
    transform: scaleX(1.5);
}.offer_cardgLYnV .program_pricekfRQn p {
    color: #000000;
    margin-bottom: 1.5rem;
    line-height: 1.6;
    flex-grow: 1;
    word-break: break-word;
    overflow-wrap: break-word;
    font-size: calc(12px - 0.1rem);
}.offer_cardgLYnV .img_holderNFXgd {
    transition: transform 0.6s ease;
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 180px;
}.offer_cardgLYnV .img_holderNFXgd::after {
    right: 0;
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    transition: opacity 0.3s ease;
    background: linear-gradient(to top, rgba(0,0,0,0.15), transparent);
    bottom: 0;
    opacity: 0.7;
}.offer_cardgLYnV .pro_ratesdetnD:hover .img_holderNFXgd {
    transform: scale(1.03);
}.offer_cardgLYnV .pro_ratesdetnD:hover .img_holderNFXgd::after {
    opacity: 0.4;
}.offer_cardgLYnV .training_subpfTsa::before {
    top: 0;
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 5px;
    transform-origin: left;
    content: "";
    left: 0;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: linear-gradient(90deg, rgb(140,136,138), rgb(108,103,106));
}.offer_cardgLYnV .pro_ratesdetnD:hover .training_subpfTsa::before {
    transform: scaleX(1);
}

@media (min-width: 768px) {.offer_cardgLYnV .plan_detailsJWHIq {
    align-items: flex-start;
    flex-direction: row;
    gap: 2rem;
}.offer_cardgLYnV .premium_costHAUcM {
    margin-bottom: 0;
    order: 0;
    padding-top: 2rem;
    flex: 0 0 30%;
}.offer_cardgLYnV .pricing_schemesYPjpD {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    flex: 0 0 70%;
}.offer_cardgLYnV .training_subpfTsa {
    border-radius: 0.25rem;
}
}

@media (max-width: 767px) {.offer_cardgLYnV {
    padding: 3rem 0;
}.offer_cardgLYnV .pricing_schemesYPjpD {
    margin: 0 auto;
    max-width: 500px;
    grid-template-columns: 1fr;
}.offer_cardgLYnV .premium_costHAUcM h2 {
    text-align: center;
    display: block;
}.offer_cardgLYnV .premium_costHAUcM h2::after {
    width: 100px;
    transform: translateX(-50%);
    left: 50%;
}.offer_cardgLYnV .study_offersgUtGK {
    text-align: center;
}.offer_cardgLYnV .training_subpfTsa {
    min-height: auto;
}.offer_cardgLYnV .program_pricekfRQn {
    padding: 1.5rem;
}.offer_cardgLYnV .img_holderNFXgd {
    height: 160px;
}
}

@media (min-width: 1024px) {.offer_cardgLYnV .pricing_schemesYPjpD {
    grid-template-columns: repeat(2, 1fr);
}.offer_cardgLYnV .pro_ratesdetnD:nth-child(odd) {
    transform: translateY(1.5rem);
}
}

@media (min-width: 1200px) {.offer_cardgLYnV .premium_costHAUcM {
    padding-top: 4rem;
}.offer_cardgLYnV .pro_ratesdetnD:hover {
    z-index: 5;
}.offer_cardgLYnV .pricing_schemesYPjpD {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 2.5rem;
    column-gap: 2rem;
}
}

@media (prefers-reduced-motion: reduce) {.offer_cardgLYnV .pro_ratesdetnD,
    .offer_cardgLYnV .training_subpfTsa,
    .offer_cardgLYnV .img_holderNFXgd,
    .offer_cardgLYnV .payment_planIcdih::before,
    .offer_cardgLYnV .training_subpfTsa::before {
    transition: none;
}
}