* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}html,body {
    auto
contain
touch-action: none;
    color: #000000;
    font-family: Arial, sans-serif;
    min-height: 100%;
    height: 100%;
}.top_core_97 {
    flex: 1 0 auto;
}.wrapper-capsule_91 {
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}header,footer {
    width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}.equity_info_14 {
    flex: 0 0 auto;
}svg {
    height: 30px;
    width: 30px;
}.container {
    width: 1226px;
    max-width: 100%;
    margin: auto;
}

@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header {
    z-index: 100;
    background: rgb(231,235,242);
    width: 100%;
    padding: 0;
    position: relative;
}header::before {
    opacity: 0.6;
    width: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, 
        rgb(200,206,218,0.5) 0%, 
        transparent 60%, 
        rgb(164,172,185,0.5) 100%);
    position: absolute;
    height: 100%;
    content: '';
}header .container {
    z-index: 1;
    padding: 0;
    margin: 0;
    position: relative;
    max-width: 100%;
    width: 100%;
}header .header_train_80 {
    align-items: center;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0.8rem 3%;
}header .main_site_13 {
    position: relative;
    display: flex;
    text-decoration: none;
    margin-right: 1rem;
    align-items: center;
    padding: 0.6rem;
}header .main_site_13::after {
    left: 0;
    width: 100%;
    background: linear-gradient(to right, rgb(200,206,218), rgb(164,172,185));
    content: '';
    transition: transform 0.3s ease;
    height: 2px;
    position: absolute;
    transform: scaleX(0.7);
    bottom: 0;
}header .main_site_13:hover::after {
    transform: scaleX(1);
}header .main_site_13 svg {
    width: 140px;
    transition: all 0.3s ease;
    height: auto;
}header .main_site_13:hover svg {
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.1));
}header .header_bar_70 {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    padding: 0.5rem;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
}header .nav_expert_69 {
    overflow: hidden;
    position: relative;
    z-index: 1;
    font-weight: 400;
    color: #000000;
    padding: 0.4rem 0.7rem;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    font-size: 16px;
    text-decoration: none;
}header .nav_expert_69::after {
    background: linear-gradient(to right, rgb(200,206,218), rgb(164,172,185));
    left: 0;
    position: absolute;
    width: 100%;
    bottom: 0;
    transform: scaleX(0);
    transition: transform 0.3s ease;
    transform-origin: left;
    content: '';
    height: 2px;
}header .nav_expert_69:hover {
    background: rgba(255, 255, 255, 0.7);
    color: rgb(200,206,218);
}header .nav_expert_69:hover::after {
    transform: scaleX(1);
}

@media (max-width: 991px) {header .header_train_80 {
    padding: 0.7rem 2.5%;
}header .main_site_13 svg {
    width: 130px;
}header .header_bar_70 {
    padding: 0.4rem;
    gap: 0.35rem;
}header .nav_expert_69 {
    padding: 0.35rem 0.6rem;
    font-size: calc(16px - 1px);
}
}

@media (max-width: 767px) {header .header_train_80 {
    padding: 0.7rem 2%;
    justify-content: center;
}header .main_site_13 {
    margin: 0 0 0.6rem 0;
}header .main_site_13 svg {
    width: 120px;
}header .header_bar_70 {
    justify-content: center;
    width: 100%;
}header .nav_expert_69 {
    padding: 0.3rem 0.5rem;
    font-size: calc(16px - 2px);
}
}

@media (max-width: 480px) {header .header_train_80 {
    padding: 0.6rem 1.5%;
}header .main_site_13 svg {
    width: 110px;
}header .header_bar_70 {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
}header .header_bar_70::-webkit-scrollbar {
    height: 2px;
}header .header_bar_70::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(200,206,218);
}header .nav_expert_69 {
    white-space: nowrap;
    flex-shrink: 0;
}}.academic_expertise_59 {
    background: linear-gradient(135deg, rgb(231,235,242) 0%, rgb(200,206,218,0.5) 35%, rgb(164,172,185,0.5) 100%);
    overflow: hidden;
    padding: 6rem 2rem;
    position: relative;
}.academic_expertise_59::before {
    animation: rotate 20s linear infinite;
    content: "";
    width: 200%;
    left: -10%;
    position: absolute;
    height: 200%;
    opacity: 0.2;
    top: -50%;
    background: conic-gradient(from 225deg at 50% 50%, transparent 0deg, rgb(200,206,218,0.5) 120deg, transparent 180deg, rgb(164,172,185,0.5) 260deg, transparent 360deg);
    z-index: 0;
}@keyframes rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.academic_expertise_59 .container {
    perspective: 1000px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
}.academic_expertise_59 .alumni_testimonials_94 {
    padding: 2.5rem;
    transition: transform 0.5s ease;
    gap: 1.5rem;
    transform-style: preserve-3d;
    box-shadow: 
    0 15px 35px rgba(0, 0, 0, 0.5),
    0 5px 15px rgb(200,206,218,0.5);
    grid-template-rows: auto auto;
    display: grid;
    border-radius: 22px;
    background: #ffffff;
    transform: rotateX(5deg) rotateY(-2deg);
    grid-template-columns: minmax(220px, 1fr) 2fr;
    grid-template-areas:
    "photo quote"
    "name quote";
    backdrop-filter: blur(10px);
}.academic_expertise_59 .alumni_testimonials_94:hover {
    transform: rotateX(0) rotateY(0);
}.academic_expertise_59 .featured_image_19 {
    width: 100%;
    transition: transform 0.3s ease;
    box-shadow: 
    -5px 5px 0 rgb(164,172,185),
    -10px 10px 20px rgba(0, 0, 0, 0.5);
    aspect-ratio: 1/1;
    border-radius: 22px;
    grid-area: photo;
    transform: translateZ(20px);
}.academic_expertise_59 .alumni_testimonials_94:hover .featured_image_19 {
    transform: translateZ(30px) scale(1.05);
}.academic_expertise_59 .name {
    display: block;
    font-weight: 700;
    grid-area: name;
    margin-bottom: 0.5rem;
    position: relative;
    color: rgb(200,206,218);
    transform: translateZ(10px);
    padding-left: 1rem;
    font-size: 24px;
}.academic_expertise_59 .name + span {
    margin-top: 2rem;
    align-self: end;
    transform: translateZ(5px);
    font-size: 13px;
    letter-spacing: 1px;
    padding-left: 1rem;
    font-weight: 600;
    grid-area: name;
    text-transform: uppercase;
    opacity: 0.8;
    color: #000000;
}.academic_expertise_59 .job_milestones_65 {
    font-size: calc(13px * 1.1);
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5);
    position: relative;
    padding: 2rem;
    transition: transform 0.3s ease;
    border-radius: 22px;
    transform: translateZ(15px);
    grid-area: quote;
    color: #000000;
    line-height: 1.7;
    background: linear-gradient(to right, #ffffff, rgb(231,235,242));
}.academic_expertise_59 .job_milestones_65::before {
    width: 100%;
    mix-blend-mode: overlay;
    border-radius: 22px;
    left: 0;
    background: linear-gradient(45deg, rgb(200,206,218,0.5) 0%, transparent 40%, transparent 60%, rgb(164,172,185,0.5) 100%);
    height: 100%;
    content: "";
    opacity: 0.3;
    position: absolute;
    top: 0;
}.academic_expertise_59 .alumni_testimonials_94:hover .job_milestones_65 {
    transform: translateZ(25px);
}

@media (max-width: 992px) {.academic_expertise_59 .alumni_testimonials_94 {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    transform: none;
    grid-template-areas:
      "featured_image_19"
      "name"
      "job_milestones_65";
}.academic_expertise_59 .featured_image_19 {
    margin: 0 auto;
    max-width: 200px;
}.academic_expertise_59 .name,
  .academic_expertise_59 .name + span {
    text-align: center;
    padding-left: 0;
}.academic_expertise_59 .name + span {
    margin-top: 0.5rem;
}
}

@media (max-width: 576px) {.academic_expertise_59 {
    padding: 4rem 1rem;
}.academic_expertise_59 .alumni_testimonials_94 {
    padding: 1.5rem;
}.academic_expertise_59 .job_milestones_65 {
    padding: 1.5rem;
}}.cookie_warning_popup_67 {
    display: flex;
    transition: transform 0.3s ease-in-out;
    width: 100%;
    bottom: 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    padding: 1rem 0;
    position: fixed;
    align-items: center;
    overflow: hidden;
    justify-content: center;
    border-top: 3px solid rgb(200,206,218);
    background: rgb(231,235,242);
    z-index: 90;
}#cookieDialogWindow_45 {
    display: none;
}#cookieDialogWindow_45:checked ~ .cookie_warning_popup_67 {
    visibility: hidden;
    opacity: 0;
}.cookie_warning_popup_67 .container {
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
    z-index: 1;
    display: flex;
    position: relative;
    justify-content: space-between;
    max-width: 1140px;
    padding: 0 15px;
    margin: 0 auto;
}.cookie_tips_32 {
    margin-right: 1rem;
    align-items: center;
    display: flex;
    flex-shrink: 0;
}.cookie_tips_32 svg {
    height: 50px;
    fill: rgb(200,206,218);
    width: 50px;
}.learn_prefs_47 {
    min-width: 300px;
    flex: 1;
    margin-bottom: 20px;
}.learn_prefs_47 h5 {
    color: rgb(200,206,218);
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}.learn_prefs_47 p {
    color: #000000;
    font-size: 1rem;
}.cookie_comply_27 {
    display: inline-block;
    transition: background-color 0.3s ease, transform 0.3s ease;
    padding: 0.75rem 1.5rem;
    background: rgb(200,206,218);
    font-size: 1rem;
    font-weight: 700;
    border: none;
    cursor: pointer;
    border-radius: 10px;
    color: #ffffff;
    text-decoration: none;
}.cookie_button.cookie_box_36 {
    background: rgb(200,206,218);
}.cookie_button.cookie_compl_04 {
    margin-left: 0.5rem;
    background: #000000;
}.cookie_comply_27:hover {
    transform: translateY(-3px);
    background: #000000;
}.cookie_button.cookie_compl_04:hover {
    background: rgb(200,206,218);
}.cookie_warning_popup_67 p a {
    color: rgb(200,206,218);
    text-decoration: underline;
    transition: color 0.3s ease;
}.cookie_warning_popup_67 p a:hover {
    color: #000000;
}
@media only screen and (max-width: 768px) {.cookie_warning_popup_67 .container {
    align-items: center;
    flex-direction: column;
}.cookie_tips_32 {
    margin-bottom: 1rem;
    margin-right: 0;
}.learn_prefs_47 {
    text-align: center;
    margin-bottom: 1rem;
}.cookie_button.cookie_compl_04 {
    margin-left: 0;
    margin-top: 0.5rem;
}}
.privacy_parapet_86 {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    font-family: Arial, sans-serif;
    padding: 40px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    color: #000000;
}.privacy_parapet_86 h1 {
    color: rgb(200,206,218);
    margin-top: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 46px;
    border-bottom: 2px solid rgb(200,206,218,0.5);
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 30px;
}.privacy_parapet_86 h2 {
    padding-bottom: 5px;
    margin-top: 25px;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 1px;
    color: rgb(164,172,185);
    text-transform: uppercase;
    border-bottom: 1px solid rgb(164,172,185,0.5);
}.privacy_parapet_86 h3, .privacy_parapet_86 h4, .privacy_parapet_86 h5, .privacy_parapet_86 h6 {
    padding-bottom: 5px;
    color: rgb(200,206,218,0.5);
    font-size: 20px;
    margin-top: 20px;
    font-weight: 400;
    border-bottom: 1px solid rgb(200,206,218,0.5);
    margin-bottom: 15px;
}.privacy_parapet_86 ul, .privacy_parapet_86 ol {
    list-style-type: disc;
    margin: 20px 0;
    padding-left: 20px;
}.privacy_parapet_86 ol {
    list-style-type: decimal;
}.privacy_parapet_86 ul li, .privacy_parapet_86 ol li {
    line-height: 1.6;
    margin-bottom: 10px;
}.privacy_parapet_86 section {
    border-radius: 10px;
    border: 1px solid rgb(200,206,218,0.5);
    background: rgb(164,172,185,0.5);
    padding: 25px;
}.privacy_parapet_86 p, .privacy_parapet_86 span, .privacy_parapet_86 div {
    color: #000000;
    margin-bottom: 20px;
    line-height: 1.8;
    font-size: 15px;
}

@media only screen and (max-width: 800px) {.privacy_parapet_86 {
    padding: 20px;
}.privacy_parapet_86 h1 {
    font-size: calc(20px - 5px);
}.privacy_parapet_86 h2 {
    font-size: calc(20px - 4px);
}.privacy_parapet_86 h3, .privacy_parapet_86 h4, .privacy_parapet_86 h5, .privacy_parapet_86 h6 {
    font-size: calc(20px - 3px);
}.privacy_parapet_86 ul, .privacy_parapet_86 ol {
    padding-left: 15px;
}}

.privacy_parapet_86 a {
    border-bottom: 1px solid rgb(200,206,218,0.5);
    transition: color 0.2s ease, border-bottom-color 0.2s ease;
    text-decoration: none;
    color: rgb(200,206,218);
}.privacy_parapet_86 a:hover {
    border-bottom-color: rgb(164,172,185);
    color: rgb(164,172,185);
}.course_program_info_46 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(231,235,242) 0%, rgba(245, 247, 250, 0.95) 100%);
    padding: 120px 0;
}.course_program_info_46::before {
    position: absolute;
    opacity: 0.4;
    right: -5%;
    content: "";
    background: linear-gradient(45deg, rgb(200,206,218,0.5) 0%, rgb(164,172,185,0.5) 100%);
    z-index: 0;
    top: -10%;
    filter: blur(120px);
    width: 300px;
    height: 300px;
}.course_program_info_46::after {
    filter: blur(100px);
    z-index: 0;
    bottom: -10%;
    opacity: 0.3;
    position: absolute;
    content: "";
    left: -5%;
    width: 250px;
    height: 250px;
    background: linear-gradient(225deg, rgb(164,172,185,0.5) 0%, rgb(200,206,218,0.5) 100%);
}.course_program_info_46 .container {
    z-index: 1;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
}.course_program_info_46 .new_skills_87 {
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    gap: 40px;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-left: 3px solid rgb(200,206,218);
    background: #ffffff;
}.course_program_info_46 .new_skills_87:hover {
    transform: translateY(-5px);
}.course_program_info_46 .featured_image_19 {
    width: 100%;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    height: 250px;
    transform-origin: center center;
    overflow: hidden;
}.course_program_info_46 .featured_image_19::after {
    content: "";
    position: absolute;
    height: 100%;
    z-index: 1;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
    left: 0;
    top: 0;
}.course_program_info_46 .featured_image_19:hover {
    transform: scale(1.02);
}.course_program_info_46 .text_clip_53 {
    position: relative;
    padding: 40px 30px;
}.course_program_info_46 .text_clip_53::before {
    position: absolute;
    height: 4px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    content: "";
    transform: scaleX(0.7);
    width: 100%;
    transform-origin: left;
    top: 0;
    background: linear-gradient(90deg, rgb(200,206,218) 0%, rgb(164,172,185) 100%);
}.course_program_info_46 .new_skills_87:hover .text_clip_53::before {
    transform: scaleX(1);
}.course_program_info_46 h3 {
    transform: translateY(0);
    margin-bottom: 25px;
    line-height: 1.4;
    position: relative;
    font-size: 23px;
    padding-left: 0;
    font-weight: 700;
    transition: transform 0.3s ease, padding-left 0.3s ease;
    color: #000000;
}.course_program_info_46 .new_skills_87:hover h3 {
    transform: translateY(-3px);
    color: rgb(200,206,218);
    padding-left: 15px;
}.course_program_info_46 h3::after {
    height: 2px;
    width: 60px;
    content: "";
    left: 0;
    background-color: rgb(164,172,185);
    bottom: -8px;
    transition: width 0.4s ease-out, background-color 0.3s ease;
    position: absolute;
}.course_program_info_46 .new_skills_87:hover h3::after {
    background-color: rgb(200,206,218);
    width: 100px;
}.course_program_info_46 .text_clip_53 div {
    overflow: hidden;
    position: relative;
}.course_program_info_46 p.description {
    line-height: 1.8;
    overflow-y: auto;
    margin-bottom: 20px;
    font-size: 18px;
    max-height: 300px;
    position: relative;
    color: #000000;
    padding-right: 15px;
}.course_program_info_46 p.description::-webkit-scrollbar {
    width: 4px;
}.course_program_info_46 p.description::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}.course_program_info_46 p.description::-webkit-scrollbar-thumb {
    background: rgb(200,206,218,0.5);
    border-radius: 10px;
}.course_program_info_46 span.description {
    display: none;
}

@media (min-width: 768px) {.course_program_info_46 .new_skills_87 {
    grid-template-columns: 1fr 1.5fr;
    align-items: start;
}.course_program_info_46 .featured_image_19 {
    height: 100%;
    min-height: 400px;
}.course_program_info_46 h3 {
    font-size: calc(23px * 1.1);
}.course_program_info_46 p.description {
    max-height: 400px;
    font-size: calc(18px * 1.05);
}
}

@media (min-width: 992px) {.course_program_info_46 .new_skills_87 {
    grid-template-columns: 1fr 1.8fr;
}.course_program_info_46 .featured_image_19 {
    min-height: 450px;
}.course_program_info_46 .text_clip_53 {
    padding: 50px 40px;
}.course_program_info_46 h3 {
    margin-bottom: 30px;
    font-size: calc(23px * 1.2);
}.course_program_info_46 p.description {
    line-height: 1.9;
    max-height: 450px;
}
}

@media (max-width: 767px) {.course_program_info_46 {
    padding: 70px 0;
}.course_program_info_46 .text_clip_53 {
    padding: 30px 20px;
}.course_program_info_46 h3 {
    font-size: calc(23px * 0.9);
    margin-bottom: 20px;
}.course_program_info_46 p.description {
    max-height: 200px;
    line-height: 1.7;
    font-size: calc(18px * 0.95);
}
}

@media (max-width: 480px) {.course_program_info_46 {
    padding: 50px 0;
}.course_program_info_46 .featured_image_19 {
    height: 180px;
}.course_program_info_46 .text_clip_53 {
    padding: 25px 15px;
}.course_program_info_46 h3 {
    margin-bottom: 15px;
    font-size: calc(23px * 0.85);
}
}

@media (hover: hover) {.course_program_info_46 .new_skills_87 {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s ease;
}.course_program_info_46 .new_skills_87:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 0 8px 20px rgba(0, 0, 0, 0.04);
}}.program_results_74 {
    perspective: 1000px;
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(231,235,242) 0%, rgba(245, 247, 250, 0.95) 100%);
    overflow: hidden;
    position: relative;
}.program_results_74::before {
    z-index: 0;
    opacity: 0.07;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    background: 
        linear-gradient(45deg, transparent 48%, rgb(200,206,218,0.5) 49%, transparent 51%) 0 0 / 40px 40px,
        linear-gradient(-45deg, transparent 48%, rgb(164,172,185,0.5) 49%, transparent 51%) 0 0 / 60px 60px;
    height: 100%;
    pointer-events: none;
    position: absolute;
}.program_results_74 .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    padding: 0 20px;
}.program_results_74 .expert_guides_15 {
    transform-style: preserve-3d;
    gap: 40px;
    flex-direction: column-reverse;
    position: relative;
    display: flex;
}.program_results_74 .text_clip_53 {
    flex: 1;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.05),
        -5px -5px 15px rgba(255, 255, 255, 0.8),
        inset 0 0 0 1px rgba(255, 255, 255, 0.4);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    transform: translateZ(20px);
    padding: 40px;
}.program_results_74 .text_clip_53::before {
    pointer-events: none;
    position: absolute;
    transition: all 0.3s ease-out;
    left: -10px;
    content: "";
    border-left: 2px solid rgb(200,206,218);
    border-top: 2px solid rgb(200,206,218);
    bottom: 40px;
    opacity: 0.3;
    right: 40px;
    transform: translateZ(-5px);
    top: -10px;
}.program_results_74 .text_clip_53::after {
    width: 60%;
    height: 60%;
    content: "";
    bottom: -15px;
    position: absolute;
    right: -15px;
    transition: all 0.3s ease-out;
    z-index: -1;
    transform: translateZ(-10px);
    filter: blur(1px);
    background: 
        repeating-linear-gradient(
            45deg,
            rgb(164,172,185,0.5) 0,
            rgb(164,172,185,0.5) 2px,
            transparent 2px,
            transparent 8px
        );
    opacity: 0.2;
}.program_results_74 .text_clip_53 h4 {
    font-size: calc(18px * 1.1);
    margin-bottom: 30px;
    letter-spacing: -0.01em;
    transform: translateZ(5px);
    font-weight: 700;
    line-height: 1.3;
    position: relative;
    color: #000000;
}.program_results_74 .text_clip_53 h4::after {
    content: "";
    bottom: -12px;
    position: absolute;
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, rgb(200,206,218), transparent);
    transform: translateZ(5px);
    left: 0;
}.program_results_74 .text_clip_53 > div {
    display: flex;
    gap: 10px;
    flex-direction: column;
}.program_results_74 .text_clip_53 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.program_results_74 .text_clip_53 li {
    margin-bottom: 14px;
    transition: transform 0.3s ease;
    transform: translateZ(10px);
}.program_results_74 .text_clip_53 li:hover {
    transform: translateZ(15px) translateX(5px);
}.program_results_74 .text_clip_53 li p {
    line-height: 1.6;
    align-items: flex-start;
    font-size: 13px;
    display: flex;
    color: #000000;
    gap: 15px;
    margin: 0;
}.program_results_74 .text_clip_53 li p span:first-child {
    flex-shrink: 0;
    box-shadow: 
        3px 3px 6px rgba(0, 0, 0, 0.1),
        -1px -1px 4px rgba(255, 255, 255, 0.8);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.5));
    position: relative;
    align-items: center;
    transition: all 0.3s ease;
    border-radius: 50%;
    height: 44px;
    display: flex;
    justify-content: center;
    width: 44px;
}.program_results_74 .text_clip_53 li:hover p span:first-child {
    box-shadow: 
        4px 4px 8px rgba(0, 0, 0, 0.15),
        -2px -2px 6px rgba(255, 255, 255, 1);
    background: linear-gradient(135deg, #ffffff, rgba(255, 255, 255, 0.7));
}.program_results_74 svg {
    transition: transform 0.3s ease;
    width: 20px;
    height: 20px;
}.program_results_74 li:hover svg {
    transform: scale(1.1);
}.program_results_74 svg path {
    fill: rgb(200,206,218);
    transition: all 0.3s ease;
}.program_results_74 li:hover svg path {
    fill: rgb(164,172,185);
}.program_results_74 .text_clip_53 li p span:last-child {
    font-size: 13px;
    font-weight: 400;
    position: relative;
    padding-bottom: 4px;
}.program_results_74 .text_clip_53 li p span:last-child::after {
    content: "";
    background: rgb(200,206,218,0.5);
    width: 0;
    transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
}.program_results_74 .text_clip_53 li:hover p span:last-child::after {
    width: 100%;
}.program_results_74 .featured_image_19 {
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.15),
        -5px -5px 15px rgba(255, 255, 255, 0.8);
    filter: saturate(0.95) contrast(1.05);
    object-fit: cover;
    border-radius: 10px;
    position: relative;
    height: auto;
    transform: translateZ(40px) rotate(-1deg);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
}.program_results_74 .featured_image_19:hover {
    transform: translateZ(45px) rotate(0deg);
    box-shadow: 
        25px 25px 70px rgba(0, 0, 0, 0.18),
        -5px -5px 15px rgba(255, 255, 255, 0.9);
    filter: saturate(1.1) contrast(1.1);
}.program_results_74 .featured_image_19::before {
    z-index: 1;
    left: 0;
    height: 100%;
    border-radius: 10px;
    top: 0;
    pointer-events: none;
    position: absolute;
    transition: opacity 0.5s ease;
    background: linear-gradient(
        135deg,
        rgb(200,206,218,0.5) 0%,
        transparent 40%,
        transparent 60%,
        rgb(164,172,185,0.5) 100%
    );
    opacity: 0.2;
    mix-blend-mode: overlay;
    width: 100%;
    content: "";
}.program_results_74 .featured_image_19:hover::before {
    opacity: 0.3;
}

@media (min-width: 768px) {.program_results_74 {
    padding: 120px 0;
}.program_results_74 .expert_guides_15 {
    align-items: center;
    gap: 50px;
    flex-direction: row;
}.program_results_74 .text_clip_53 {
    flex: 3;
    padding: 50px;
}.program_results_74 .featured_image_19 {
    flex: 2;
    max-width: 450px;
}.program_results_74 .text_clip_53 > div {
    gap: 30px;
    flex-direction: row;
}.program_results_74 .text_clip_53 > div > ul {
    flex: 1;
}.program_results_74 .text_clip_53 h4 {
    font-size: calc(18px * 1.2);
}
}

@media (min-width: 992px) {.program_results_74 {
    padding: 140px 0;
}.program_results_74 .expert_guides_15 {
    gap: 80px;
}.program_results_74 .text_clip_53 {
    padding: 60px;
}.program_results_74 .text_clip_53 h4 {
    font-size: calc(18px * 1.3);
    margin-bottom: 40px;
}.program_results_74 .text_clip_53 h4::after {
    width: 100px;
}.program_results_74 .text_clip_53 li {
    margin-bottom: 20px;
}.program_results_74 .featured_image_19 {
    transform: translateZ(50px) rotate(-2deg);
}.program_results_74 .featured_image_19:hover {
    transform: translateZ(60px) rotate(0deg);
}
}

@media (max-width: 767px) {.program_results_74 {
    padding: 80px 0;
}.program_results_74 .text_clip_53 {
    padding: 30px;
}.program_results_74 .text_clip_53 h4 {
    margin-bottom: 25px;
    font-size: 18px;
}.program_results_74 .text_clip_53 li p {
    gap: 10px;
}.program_results_74 .text_clip_53 li p span:first-child {
    height: 36px;
    width: 36px;
}.program_results_74 svg {
    width: 16px;
    height: 16px;
}.program_results_74 .featured_image_19 {
    transform: translateZ(30px) rotate(-1deg);
}
}

@media (max-width: 480px) {.program_results_74 {
    padding: 60px 0;
}.program_results_74 .text_clip_53 {
    padding: 25px;
}.program_results_74 .text_clip_53 h4 {
    font-size: calc(18px * 0.9);
}.program_results_74 .text_clip_53 li p span:first-child {
    width: 32px;
    height: 32px;
}.program_results_74 svg {
    height: 14px;
    width: 14px;
}.program_results_74 .featured_image_19 {
    transform: translateZ(20px) rotate(-1deg);
}}footer {
    z-index: 1;
    position: relative;
}footer::before {
    z-index: -2;
    bottom: 0;
    content: "";
    left: 0;
    background: rgb(200,206,218);
    opacity: 0.95;
    position: absolute;
    right: 0;
    top: 0;
}footer::after {
    opacity: 0.1;
    right: 0;
    content: "";
    bottom: 0;
    top: 0;
    background-image: 
        radial-gradient(circle at 25% 25%, rgb(164,172,185) 1px, transparent 1px),
        radial-gradient(circle at 75% 75%, rgb(164,172,185) 1px, transparent 1px),
        radial-gradient(circle at 25% 75%, rgb(164,172,185) 1px, transparent 1px),
        radial-gradient(circle at 75% 25%, rgb(164,172,185) 1px, transparent 1px);
    z-index: -1;
    left: 0;
    position: absolute;
    background-size: 50px 50px;
}.equity_info_14 {
    color: #ffffff;
    padding: 4rem 0 2rem;
    position: relative;
}.equity_info_14::before {
    background: rgb(164,172,185);
    left: 0;
    top: 0;
    height: 3px;
    width: 100%;
    content: "";
    position: absolute;
}.equity_info_14::after {
    width: 100%;
    height: 8px;
    content: "";
    background-image: 
        linear-gradient(90deg, 
            rgb(164,172,185) 0px, rgb(164,172,185) 10px,
            transparent 10px, transparent 15px,
            rgb(164,172,185) 15px, rgb(164,172,185) 30px,
            transparent 30px, transparent 35px,
            rgb(164,172,185) 35px, rgb(164,172,185) 40px,
            transparent 40px, transparent 60px,
            rgb(164,172,185) 60px, rgb(164,172,185) 70px,
            transparent 70px, transparent 80px,
            rgb(164,172,185) 80px, rgb(164,172,185) 90px,
            transparent 90px, transparent 110px,
            rgb(164,172,185) 110px, rgb(164,172,185) 120px,
            transparent 120px, transparent 140px
        );
    background-repeat: repeat-x;
    position: absolute;
    opacity: 0.5;
    left: 0;
    top: 3px;
}.equity_info_14 .container {
    flex-wrap: wrap;
    position: relative;
    gap: 3rem;
    display: flex;
}.equity_info_14 .company_holder {
    position: relative;
    border-radius: 20px;
    padding: 0;
    flex: 1 1 400px;
}.equity_info_14 .company_holder::before {
    opacity: 0.1;
    background-size: 50px 50px;
    position: absolute;
    border-radius: 20px;
    content: "";
    background-image:
        linear-gradient(0deg, transparent 24px, rgb(164,172,185) 25px, rgb(164,172,185) 26px, transparent 27px, transparent 49px),
        linear-gradient(90deg, transparent 24px, rgb(164,172,185) 25px, rgb(164,172,185) 26px, transparent 27px, transparent 49px);
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
}.equity_info_14 .company_holder h3 {
    position: relative;
    background: rgb(164,172,185);
    font-size: 29px;
    border-top-right-radius: 20px;
    color: #ffffff;
    padding: 1.5rem 2rem;
    font-weight: 700;
    border-top-left-radius: 20px;
    margin: 0;
}.equity_info_14 .company_holder h3::after {
    top: 50%;
    transform: translateY(-50%);
    content: "";
    height: 10px;
    position: absolute;
    width: 10px;
    right: 15px;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    background: #ffffff;
}.equity_info_14 .telegram_ref_23 {
    border-bottom-right-radius: 20px;
    background: rgba(255, 255, 255, 0.1);
    line-height: 1.6;
    padding: 2rem;
    position: relative;
    color: #ffffff;
    border-bottom-left-radius: 20px;
    font-size: 12px;
}.equity_info_14 .telegram_ref_23::before {
    border-radius: 50%;
    left: -10px;
    opacity: 0.6;
    content: "";
    width: 20px;
    top: 2rem;
    position: absolute;
    background: rgb(164,172,185);
    height: 20px;
}.equity_info_14 .telegram_ref_23::after {
    background: rgb(164,172,185);
    opacity: 0.6;
    right: -10px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    content: "";
    width: 20px;
    bottom: 2rem;
}.equity_info_14 .contact_edu_61 {
    flex: 1 1 calc(100% - 450px);
    min-width: 400px;
}.equity_info_14 .top_primary_51 {
    flex-wrap: wrap;
    gap: 3rem;
    display: flex;
}.equity_info_14 .header_bar_70 {
    border-radius: 20px;
    position: relative;
    min-width: 200px;
    overflow: hidden;
    flex: 1 1 calc(50% - 1.5rem);
}.equity_info_14 .header_bar_70::before {
    right: 0;
    content: "";
    z-index: -1;
    border-radius: 20px;
    bottom: 0;
    left: 0;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.05) 10px, rgba(255, 255, 255, 0.05) 20px);
    top: 0;
    position: absolute;
}.equity_info_14 .header_bar_70 h5 {
    display: flex;
    color: #ffffff;
    font-size: 22px;
    margin: 0;
    position: relative;
    align-items: center;
    font-weight: 600;
    background: rgb(164,172,185);
    padding: 1rem 1.5rem;
}.equity_info_14 .header_bar_70 h5::before {
    height: 8px;
    margin-right: 10px;
    background: #ffffff;
    display: inline-block;
    width: 8px;
    content: "";
    border-radius: 50%;
}.equity_info_14 .header_bar_70 h5::after {
    right: 15px;
    transform: translateY(-50%);
    background: #ffffff;
    height: 6px;
    top: 50%;
    content: "";
    position: absolute;
    width: 6px;
    border-radius: 50%;
}.equity_info_14 .header_bar_70 .top_primary_51 {
    padding: 1.5rem;
    flex-direction: column;
    display: flex;
    background: rgba(255, 255, 255, 0.05);
    gap: 2px;
}.equity_info_14 .header_bar_70 .top_primary_51 a {
    position: relative;
    color: #ffffff;
    border-radius: 10px;
    font-size: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 0.8rem 1rem 0.8rem 2rem;
    display: block;
}.equity_info_14 .header_bar_70 .top_primary_51 a::before {
    border-radius: 50%;
    background: rgb(164,172,185);
    width: 6px;
    transform: translateY(-50%);
    top: 50%;
    left: 0.7rem;
    height: 6px;
    content: "";
    transition: all 0.3s ease;
    position: absolute;
}.equity_info_14 .header_bar_70 .top_primary_51 a:hover {
    background: rgba(255, 255, 255, 0.1);
}.equity_info_14 .header_bar_70 .top_primary_51 a:hover::before {
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
    background: #ffffff;
}.sustain_cta_40 {
    position: relative;
    background: rgb(164,172,185);
    padding: 2rem 0;
    margin-top: 2.5rem;
}.sustain_cta_40::before {
    top: -5px;
    left: 0;
    position: absolute;
    background-repeat: repeat-x;
    content: "";
    background-image: 
        linear-gradient(90deg, 
            transparent 0px, transparent 20px,
            rgb(200,206,218) 20px, rgb(200,206,218) 40px,
            transparent 40px, transparent 60px,
            rgb(200,206,218) 60px, rgb(200,206,218) 80px,
            transparent 80px, transparent 100px,
            rgb(200,206,218) 100px, rgb(200,206,218) 120px
        );
    width: 100%;
    height: 5px;
}.sustain_cta_40 .container {
    align-items: center;
    display: flex;
    position: relative;
    justify-content: center;
}.sustain_cta_40 .container::before,
.sustain_cta_40 .container::after {
    height: 15px;
    transform: translateY(-50%);
    content: "";
    width: 15px;
    position: absolute;
    top: 50%;
    background: rgb(200,206,218);
    border-radius: 50%;
}.sustain_cta_40 .container::before {
    left: 15%;
}.sustain_cta_40 .container::after {
    right: 15%;
}.sustain_cta_40 .discount_cta_40 {
    display: inline-block;
    position: relative;
    color: #ffffff;
    background: rgb(200,206,218);
    text-align: center;
    padding: 0.5rem 2rem;
    border-radius: 30px;
    font-size: 12px;
}.sustain_cta_40 .discount_cta_40::before,
.sustain_cta_40 .discount_cta_40::after {
    background: rgb(200,206,218);
    content: "";
    position: absolute;
    height: 1px;
    width: 50px;
    top: 50%;
    transform: translateY(-50%);
}.sustain_cta_40 .discount_cta_40::before {
    margin-right: 15px;
    right: 100%;
}.sustain_cta_40 .discount_cta_40::after {
    left: 100%;
    margin-left: 15px;
}

@media (max-width: 1200px) {.equity_info_14 .container {
    gap: 2rem;
}.equity_info_14 .company_holder {
    flex: 1 1 350px;
}.equity_info_14 .contact_edu_61 {
    flex: 1 1 calc(100% - 400px);
    min-width: 350px;
}.equity_info_14 .top_primary_51 {
    gap: 2rem;
}.sustain_cta_40 .container::before {
    left: 5%;
}.sustain_cta_40 .container::after {
    right: 5%;
}
}

@media (max-width: 992px) {.equity_info_14 {
    padding: 3.5rem 0 1.5rem;
}.equity_info_14 .container {
    gap: 2.5rem;
    flex-direction: column;
}.equity_info_14 .company_holder,
    .equity_info_14 .contact_edu_61 {
    flex: 1 1 100%;
    min-width: 100%;
}.equity_info_14 .header_bar_70 {
    flex: 1 1 calc(50% - 1.5rem);
    min-width: 200px;
}.sustain_cta_40 .container::before,
    .sustain_cta_40 .container::after {
    display: none;
}
}

@media (max-width: 768px) {.equity_info_14 {
    padding: 3rem 0 1rem;
}.equity_info_14 .top_primary_51 {
    gap: 1.5rem;
}.equity_info_14 .company_holder h3 {
    padding: 1.2rem 1.5rem;
    font-size: calc(29px - 2px);
}.equity_info_14 .telegram_ref_23 {
    padding: 1.5rem;
}.equity_info_14 .telegram_ref_23::before,
    .equity_info_14 .telegram_ref_23::after {
    display: none;
}.sustain_cta_40 {
    margin-top: 2rem;
}.sustain_cta_40 .discount_cta_40::before,
    .sustain_cta_40 .discount_cta_40::after {
    width: 30px;
}
}

@media (max-width: 576px) {.equity_info_14 {
    padding: 2.5rem 0 0.8rem;
}.equity_info_14 .header_bar_70 {
    min-width: 100%;
    flex: 1 1 100%;
}.equity_info_14 .top_primary_51 {
    gap: 1rem;
}.equity_info_14 .header_bar_70 .top_primary_51 a {
    padding: 0.7rem 1rem 0.7rem 1.8rem;
}.equity_info_14 .header_bar_70 .top_primary_51 a::before {
    left: 0.6rem;
}.sustain_cta_40 {
    margin-top: 1.5rem;
    padding: 1.5rem 0;
}.sustain_cta_40 .discount_cta_40::before,
    .sustain_cta_40 .discount_cta_40::after {
    display: none;
}
}

@media (max-width: 420px) {.equity_info_14::after {
    background-size: 100px 5px;
    height: 5px;
}.equity_info_14 .company_holder h3::after,
    .equity_info_14 .header_bar_70 h5::before,
    .equity_info_14 .header_bar_70 h5::after {
    display: none;
}.equity_info_14 .header_bar_70 h5 {
    padding: 0.8rem 1rem;
}.equity_info_14 .header_bar_70 .top_primary_51 {
    padding: 1rem;
}.sustain_cta_40 .discount_cta_40 {
    width: 90%;
    padding: 0.4rem 1.5rem;
}}.interested_learners_37 {
    background-color: #000000;
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    background-size: 60px 60px;
    color: #ffffff;
}.interested_learners_37::before {
    opacity: 0.4;
    width: 200%;
    pointer-events: none;
    animation: rotateBackground 60s linear infinite;
    top: -50%;
    left: -50%;
    content: '';
    height: 200%;
    background-image: 
        radial-gradient(circle at 50% 50%, rgb(200,206,218,0.5) 0%, transparent 35%),
        radial-gradient(circle at 80% 20%, rgb(164,172,185,0.5) 0%, transparent 25%);
    position: absolute;
}@keyframes rotateBackground {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.interested_learners_37::after {
    height: 100%;
    width: 100%;
    left: 0;
    pointer-events: none;
    box-shadow: inset 0 0 150px 50px rgba(0, 0, 0, 0.8);
    top: 0;
    position: absolute;
    content: '';
}.interested_learners_37 .container {
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
    z-index: 5;
}.interested_learners_37 .expert_guides_15 {
    padding: 0;
    overflow: visible;
    position: relative;
}.interested_learners_37 h4 {
    padding-bottom: 20px;
    font-size: calc(37px * 1.2);
    margin: 0 0 70px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: 0 0 15px rgb(200,206,218,0.5), 0 0 30px rgb(200,206,218,0.5);
    letter-spacing: 3px;
    position: relative;
    color: #ffffff;
}.interested_learners_37 h4::before {
    content: '';
    left: 50%;
    box-shadow: 0 0 10px 2px rgb(200,206,218);
    width: 120px;
    bottom: 0;
    background: rgb(200,206,218);
    position: absolute;
    height: 3px;
    transform: translateX(-50%);
}.interested_learners_37 h4::after {
    content: '';
    height: 1px;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    width: 200px;
    background: rgb(164,172,185,0.5);
    bottom: -5px;
}.interested_learners_37 div > div {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 0 -50px;
    perspective: 1500px;
    display: grid;
}.interested_learners_37 p {
    line-height: 1.7;
    border-radius: 0;
    z-index: 1;
    padding: 30px 35px;
    background: rgba(0, 0, 0, 0.5);
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 80%, 
        85% 100%, 
        0% 100%
    );
    position: relative;
    overflow: visible;
    align-items: flex-start;
    display: flex;
    border: 1px solid rgb(200,206,218,0.5);
    backdrop-filter: blur(5px);
    font-size: calc(14px * 1.05);
    margin: 0;
    box-shadow: 
        0 0 20px rgb(200,206,218,0.5),
        inset 0 0 10px rgb(200,206,218,0.5);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
}.interested_learners_37 p::before {
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    opacity: 0.7;
    width: 30px;
    background: rgb(200,206,218);
    position: absolute;
    height: 30px;
    right: 0;
    transition: opacity 0.3s ease;
    bottom: 0;
    content: '';
}.interested_learners_37 p::after {
    right: 25px;
    content: attr(data-number);
    opacity: 0.15;
    top: -15px;
    color: rgb(164,172,185);
    font-size: calc(44px * 1.2);
    font-weight: 700;
    z-index: -1;
    position: absolute;
    transition: all 0.3s ease;
}.interested_learners_37 p:nth-child(1)::after {
    content: '01';
}.interested_learners_37 p:nth-child(2)::after {
    content: '02';
}.interested_learners_37 p:nth-child(3)::after {
    content: '03';
}.interested_learners_37 p:nth-child(4)::after {
    content: '04';
}.interested_learners_37 p:nth-child(5)::after {
    content: '05';
}.interested_learners_37 p:nth-child(6)::after {
    content: '06';
}.interested_learners_37 p:nth-child(7)::after {
    content: '07';
}.interested_learners_37 p:nth-child(8)::after {
    content: '08';
}.interested_learners_37 p:nth-child(9)::after {
    content: '09';
}.interested_learners_37 p:nth-child(10)::after {
    content: '10';
}.interested_learners_37 p:hover {
    z-index: 10;
    transform: translateY(-15px) rotateX(5deg);
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.5),
        0 0 30px rgb(200,206,218,0.5),
        inset 0 0 15px rgb(200,206,218);
    border-color: rgb(200,206,218);
}.interested_learners_37 p:hover::before {
    opacity: 1;
}.interested_learners_37 p:hover::after {
    opacity: 0.3;
    transform: translateY(-10px) scale(1.2);
}.interested_learners_37 p:nth-child(3n+1) {
    transform: translateX(-30px);
}.interested_learners_37 p:nth-child(3n+3) {
    transform: translateX(30px);
}.interested_learners_37 p:nth-child(3n+1):hover {
    transform: translateX(-30px) translateY(-15px) rotateX(5deg) rotateY(-5deg);
}.interested_learners_37 p:nth-child(3n+3):hover {
    transform: translateX(30px) translateY(-15px) rotateX(5deg) rotateY(5deg);
}.interested_learners_37 p svg {
    filter: drop-shadow(0 0 8px rgb(200,206,218,0.5));
    width: 36px;
    transition: transform 0.3s ease;
    flex-shrink: 0;
    height: 36px;
    margin-right: 20px;
}.interested_learners_37 p:hover svg {
    transform: scale(1.2) rotate(15deg);
}.interested_learners_37 p svg path {
    transition: fill 0.3s ease;
    fill: rgb(200,206,218);
}.interested_learners_37 p:hover svg path {
    fill: rgb(164,172,185);
}.interested_learners_37 .expert_guides_15::before {
    top: -70px;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(164,172,185) 49%, rgb(164,172,185) 51%, transparent 52%) 0 0/20px 20px,
        linear-gradient(-45deg, transparent 48%, rgb(164,172,185) 49%, rgb(164,172,185) 51%, transparent 52%) 0 0/20px 20px;
    filter: blur(2px);
    position: absolute;
    animation: rotateMesh 30s linear infinite;
    content: '';
    border-radius: 50%;
    opacity: 0.2;
    left: -100px;
    width: 200px;
    height: 200px;
}.interested_learners_37 .expert_guides_15::after {
    width: 150px;
    filter: blur(2px);
    bottom: -70px;
    content: '';
    height: 150px;
    animation: rotateMesh 30s linear infinite reverse;
    position: absolute;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(200,206,218) 49%, rgb(200,206,218) 51%, transparent 52%) 0 0/15px 15px,
        linear-gradient(-45deg, transparent 48%, rgb(200,206,218) 49%, rgb(200,206,218) 51%, transparent 52%) 0 0/15px 15px;
    border-radius: 50%;
    right: -70px;
    opacity: 0.2;
}

@keyframes rotateMesh {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 1199px) {.interested_learners_37 div > div {
    margin: 0 -30px;
}
}

@media (max-width: 991px) {.interested_learners_37 {
    padding: 80px 0;
}.interested_learners_37 h4 {
    font-size: calc(37px * 1.1);
    margin-bottom: 60px;
}.interested_learners_37 div > div {
    gap: 25px;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 -20px;
}.interested_learners_37 p {
    padding: 25px 30px;
}.interested_learners_37 p svg {
    width: 32px;
    margin-right: 15px;
    height: 32px;
}.interested_learners_37 p:nth-child(3n+1),
    .interested_learners_37 p:nth-child(3n+3) {
    transform: none;
}.interested_learners_37 p:nth-child(odd) {
    transform: translateX(-20px);
}.interested_learners_37 p:nth-child(even) {
    transform: translateX(20px);
}.interested_learners_37 p:nth-child(odd):hover {
    transform: translateX(-20px) translateY(-15px) rotateX(5deg);
}.interested_learners_37 p:nth-child(even):hover {
    transform: translateX(20px) translateY(-15px) rotateX(5deg);
}
}

@media (max-width: 767px) {.interested_learners_37 {
    padding: 70px 0;
}.interested_learners_37 h4 {
    margin-bottom: 50px;
    letter-spacing: 2px;
    font-size: 37px;
}.interested_learners_37 div > div {
    margin: 0;
    gap: 25px;
    grid-template-columns: 1fr;
}.interested_learners_37 p {
    padding: 25px;
    transform: none !important;
}.interested_learners_37 p:hover {
    transform: translateY(-10px) !important;
}.interested_learners_37 .expert_guides_15::before {
    height: 120px;
    width: 120px;
    top: -50px;
    left: -60px;
}.interested_learners_37 .expert_guides_15::after {
    bottom: -50px;
    right: -50px;
    width: 100px;
    height: 100px;
}
}

@media (max-width: 480px) {.interested_learners_37 {
    padding: 60px 0;
}.interested_learners_37 h4 {
    letter-spacing: 1px;
    margin-bottom: 40px;
    font-size: calc(37px * 0.85);
}.interested_learners_37 p {
    padding: 20px;
    font-size: 14px;
}.interested_learners_37 p svg {
    width: 28px;
    margin-right: 12px;
    height: 28px;
}.interested_learners_37 p::after {
    top: -10px;
    font-size: 44px;
    right: 15px;
}}.explore_now_57 {
    padding: 100px 0 90px;
    background: linear-gradient(135deg, rgb(200,206,218,0.5) 0%, rgb(164,172,185) 100%);
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    position: relative;
}.explore_now_57::before {
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    background-image: repeating-linear-gradient(
    45deg,
    rgba(255,255,255,0.05) 0,
    rgba(255,255,255,0.05) 2px,
    transparent 2px,
    transparent 8px
  );
    z-index: 1;
    top: 0;
    left: 0;
}.explore_now_57::after {
    opacity: 0.1;
    position: absolute;
    background: radial-gradient(circle, rgb(200,206,218) 0%, transparent 70%);
    z-index: 0;
    height: 300px;
    width: 300px;
    content: "";
    right: -100px;
    top: -150px;
    border-radius: 50%;
}.explore_now_57 .container {
    position: relative;
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
}.explore_now_57 h2 {
    font-family: Arial, sans-serif;
    max-width: 800px;
    font-size: clamp(1.8rem, 3vw, 31px);
    position: relative;
    margin-bottom: 40px;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    color: #000000;
    font-weight: 700;
    transform: translateY(0);
    line-height: 1.3;
}.explore_now_57:hover h2 {
    transform: translateY(-5px);
}.explore_now_57 h2::after {
    bottom: -12px;
    left: 0;
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transform: scaleX(1);
    content: "";
    transform-origin: left;
    width: 80px;
    height: 3px;
    background: rgb(200,206,218);
}.explore_now_57:hover h2::after {
    transform: scaleX(1.5);
}.explore_now_57 .expert_guides_15 {
    border-left: 3px solid rgb(200,206,218);
    display: flex;
    transform: translateY(0);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    backdrop-filter: blur(10px);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s ease;
    position: relative;
    gap: 25px;
    align-items: center;
    padding: 30px;
}.explore_now_57 .expert_guides_15:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}.explore_now_57 svg {
    flex-shrink: 0;
    height: 48px;
    transform: scale(1);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 48px;
}.explore_now_57 .expert_guides_15:hover svg {
    transform: scale(1.1) rotate(5deg);
}.explore_now_57 svg path {
    fill: rgb(200,206,218);
    transition: fill 0.3s ease;
}.explore_now_57 .expert_guides_15:hover svg path {
    fill: rgb(164,172,185);
}.explore_now_57 .expert_guides_15 div {
    display: flex;
    justify-content: flex-end;
    flex-grow: 1;
}.explore_now_57 .support_request_20 {
    font-family: Arial, sans-serif;
    display: inline-flex;
    transition: color 0.4s ease, border-color 0.4s ease;
    color: #ffffff;
    justify-content: center;
    padding: 14px 32px;
    position: relative;
    z-index: 1;
    background: rgb(200,206,218);
    text-decoration: none;
    font-weight: 600;
    overflow: hidden;
    letter-spacing: 0.5px;
    border: 2px solid rgb(200,206,218);
    align-items: center;
    font-size: 15px;
}.explore_now_57 .support_request_20::before {
    left: 0;
    top: 0;
    transform-origin: right;
    width: 100%;
    height: 100%;
    content: "";
    transform: scaleX(0);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background: #ffffff;
    z-index: -1;
    position: absolute;
}.explore_now_57 .support_request_20:hover {
    border-color: rgb(200,206,218);
    color: rgb(200,206,218);
}.explore_now_57 .support_request_20:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.explore_now_57 .support_request_20::after {
    transition: opacity 0.3s ease, margin-left 0.3s ease;
    content: "→";
    opacity: 0;
    margin-left: -15px;
}.explore_now_57 .support_request_20:hover::after {
    margin-left: 8px;
    opacity: 1;
}

@media (max-width: 991px) {.explore_now_57 {
    padding: 80px 0 70px;
}.explore_now_57 h2 {
    margin-bottom: 30px;
}.explore_now_57 .expert_guides_15 {
    padding: 25px;
}
}

@media (max-width: 767px) {.explore_now_57 {
    padding: 60px 0 50px;
}.explore_now_57 h2 {
    font-size: 1.8rem;
    margin-bottom: 25px;
}.explore_now_57 .expert_guides_15 {
    gap: 20px;
    align-items: flex-start;
    padding: 25px 20px;
    flex-direction: column;
}.explore_now_57 .expert_guides_15 div {
    justify-content: center;
    width: 100%;
}.explore_now_57 .support_request_20 {
    width: 100%;
    padding: 12px 24px;
}
}

@media (max-width: 480px) {.explore_now_57 {
    padding: 50px 0 40px;
}.explore_now_57 h2 {
    font-size: 1.5rem;
}.explore_now_57 .expert_guides_15 {
    padding: 20px 15px;
}.explore_now_57 svg {
    height: 36px;
    width: 36px;
}.explore_now_57 .support_request_20 {
    padding: 10px 20px;
}}.find_contact_63 {
    background: linear-gradient(135deg, rgb(231,235,242) 0%, rgba(245, 245, 255, 0.9) 100%);
    perspective: 1000px;
    position: relative;
    overflow: hidden;
    padding: 120px 0 80px;
}.find_contact_63::before {
    opacity: 0.05;
    transform: rotate(-15deg) translateZ(-10px);
    height: 200%;
    top: -50%;
    z-index: 0;
    pointer-events: none;
    left: -10%;
    background: linear-gradient(120deg, rgb(200,206,218,0.5) 0%, transparent 70%);
    width: 120%;
    content: "";
    position: absolute;
}.find_contact_63::after {
    position: absolute;
    z-index: 0;
    bottom: 0;
    background: radial-gradient(circle at bottom right, rgb(164,172,185,0.5) 0%, transparent 70%);
    right: 0;
    width: 60%;
    opacity: 0.1;
    content: "";
    height: 40%;
    pointer-events: none;
}.find_contact_63 .container {
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    transform-style: preserve-3d;
    max-width: 1200px;
}.find_contact_63 .connect_today_75 {
    grid-template-columns: 1fr;
    background: #ffffff;
    gap: 30px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
    transform: translateZ(0);
    padding: 50px 40px;
    backdrop-filter: blur(10px);
    display: grid;
    position: relative;
}.find_contact_63 h3 {
    transform: translateZ(10px);
    font-weight: 700;
    font-size: calc(31px * 1.1);
    letter-spacing: -0.02em;
    margin: 0 0 30px;
    position: relative;
    color: #000000;
}.find_contact_63 h3::after {
    background: rgb(200,206,218);
    width: 80px;
    bottom: -10px;
    height: 3px;
    content: "";
    transform-origin: left;
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    left: 0;
    position: absolute;
    transform: scaleX(1);
}.find_contact_63 h3:hover::after {
    transform: scaleX(1.5);
}.find_contact_63 p {
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 1.7;
    color: #000000;
    transform: translateZ(5px);
    max-width: 90%;
}.find_contact_63 h5 {
    display: flex;
    font-weight: 600;
    text-transform: capitalize;
    transform: translateZ(7px);
    font-size: 21px;
    gap: 10px;
    letter-spacing: 0.01em;
    margin: 0 0 10px;
    color: #000000;
    align-items: center;
}.find_contact_63 svg {
    transform: translateY(2px);
    width: 22px;
    height: 22px;
    transition: transform 0.3s ease, fill 0.3s ease;
}.find_contact_63 svg path {
    fill: rgb(200,206,218);
    transition: fill 0.3s ease;
}.find_contact_63 .form_edu_86 {
    list-style: none;
    display: flex;
    transform: translateZ(8px);
    margin: 20px 0 0;
    flex-direction: column;
    padding: 0;
    gap: 15px;
}.find_contact_63 .form_edu_86 li {
    position: relative;
    transition: transform 0.3s ease;
}.find_contact_63 .form_edu_86 li:hover {
    transform: translateX(5px);
}.find_contact_63 .edu_coach_28 {
    transition: all 0.3s ease;
    font-weight: 600;
    padding: 10px 15px;
    gap: 10px;
    font-size: calc(17px * 1.05);
    border-left: 3px solid transparent;
    align-items: center;
    display: flex;
    text-decoration: none;
    color: #000000;
}.find_contact_63 .edu_coach_28:hover {
    border-left-color: rgb(200,206,218);
    color: rgb(200,206,218);
}.find_contact_63 .edu_coach_28:hover svg {
    transform: translateY(2px) scale(1.1);
}.find_contact_63 .edu_coach_28:hover svg path {
    fill: rgb(164,172,185);
}.find_contact_63 .edu_coach_28:active {
    transform: scale(0.98);
}

@media (min-width: 768px) {.find_contact_63 .connect_today_75 {
    gap: 40px 60px;
    grid-template-columns: repeat(2, 1fr);
    padding: 60px 70px;
}.find_contact_63 h3 {
    grid-column: 1 / -1;
    margin-bottom: 10px;
}.find_contact_63 .connect_today_75 > div:first-of-type {
    grid-column: 1 / -1;
}.find_contact_63 .form_edu_86 {
    grid-column: 2 / 3;
    align-self: start;
}
}

@media (min-width: 1024px) {.find_contact_63 {
    padding: 140px 0 100px;
}.find_contact_63 .connect_today_75 {
    padding: 70px 80px;
    gap: 40px 80px;
    grid-template-columns: 1.5fr 1fr;
}.find_contact_63 h3 {
    font-size: calc(31px * 1.2);
}.find_contact_63 h3::after {
    width: 100px;
}.find_contact_63 p {
    line-height: 1.8;
    font-size: calc(17px * 1.05);
}.find_contact_63 .edu_coach_28 {
    padding: 12px 20px;
}
}

@media (max-width: 767px) {.find_contact_63 {
    padding: 80px 0 60px;
}.find_contact_63 .connect_today_75 {
    padding: 40px 30px;
}.find_contact_63 h3 {
    margin-bottom: 25px;
    font-size: calc(31px * 0.9);
}.find_contact_63 p {
    max-width: 100%;
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 480px) {.find_contact_63 {
    padding: 60px 0 40px;
}.find_contact_63 .connect_today_75 {
    padding: 30px 20px;
}.find_contact_63 h3 {
    font-size: calc(31px * 0.85);
}.find_contact_63 .edu_coach_28 {
    padding: 8px 12px;
    font-size: calc(17px * 0.95);
}.find_contact_63 svg {
    width: 20px;
    height: 20px;
}}.newsletter_signup_90 {
    position: relative;
    background: linear-gradient(135deg, rgb(164,172,185,0.5), rgb(200,206,218,0.5));
    overflow: hidden;
    z-index: 1;
    padding: 4rem 2rem;
}.newsletter_signup_90::before {
    left: -5%;
    position: absolute;
    content: "";
    height: 120%;
    top: -10%;
    width: 120%;
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 2px,
        transparent 2px,
        transparent 8px
    );
    z-index: -1;
    transform: rotate(-3deg);
}.newsletter_signup_90::after {
    position: absolute;
    background: radial-gradient(
        circle at bottom right,
        rgb(200,206,218,0.5) 10%,
        transparent 70%
    );
    content: "";
    right: 0;
    z-index: -1;
    bottom: 0;
    width: 30%;
    height: 30%;
}.newsletter_signup_90 .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.newsletter_signup_90 .expert_guides_15 {
    position: relative;
    grid-template-columns: 1fr;
    padding: 3rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateX(1deg);
    gap: 2rem;
    display: grid;
    backface-visibility: hidden;
    background: linear-gradient(
        to right bottom,
        #ffffff,
        rgba(255, 255, 255, 0.9)
    );
}.newsletter_signup_90 .expert_guides_15::before {
    top: 0;
    content: "";
    height: 5px;
    transform: scaleX(1.03);
    transform-origin: center top;
    background: linear-gradient(
        to right,
        rgb(200,206,218),
        rgb(164,172,185),
        rgb(200,206,218)
    );
    left: 0;
    position: absolute;
    width: 100%;
}.newsletter_signup_90 h4 {
    font-family: Arial, sans-serif;
    font-size: calc(24px * 1.05);
    position: relative;
    line-height: 1.4;
    font-weight: 600;
    padding-left: 1.5rem;
    margin: 0 0 1rem;
    color: #000000;
}.newsletter_signup_90 h4::before {
    top: 0.3em;
    height: calc(100% - 0.6em);
    content: "";
    transform: scaleY(1.2);
    left: 0;
    width: 4px;
    position: absolute;
    background: rgb(200,206,218);
}.newsletter_signup_90 .input_holder {
    position: relative;
    flex-wrap: wrap;
    z-index: 2;
    gap: 1rem;
    display: flex;
}.newsletter_signup_90 .input_holder span {
    min-width: 240px;
    position: relative;
    flex: 1 1 auto;
}.newsletter_signup_90 .input_holder input[type="email"] {
    border: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 17px;
    font-family: Arial, sans-serif;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
    width: 100%;
    color: #000000;
    background-color: rgba(255, 255, 255, 0.6);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 1rem 1.5rem;
}.newsletter_signup_90 .input_holder input[type="email"]:focus {
    background-color: #ffffff;
    transform: translateY(-2px);
    outline: none;
    border-color: rgb(164,172,185);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}.newsletter_signup_90 .input_holder input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
    transition: opacity 0.3s ease;
}.newsletter_signup_90 .input_holder input[type="email"]:focus::placeholder {
    opacity: 0.5;
}.newsletter_signup_90 .input_holder .sub_block_23 {
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 1rem 1.5rem;
    background: linear-gradient(
        45deg,
        rgb(200,206,218),
        rgb(164,172,185)
    );
    position: relative;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 18px;
    color: #ffffff;
    width: 100%;
    border: none;
    overflow: hidden;
}.newsletter_signup_90 .input_holder .sub_block_23:hover {
    transform: translateY(-3px) scale(1.01);
    box-shadow: 0 7px 25px rgba(0, 0, 0, 0.15);
}.newsletter_signup_90 .input_holder .sub_block_23::before {
    transition: all 0.6s ease;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: -100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    content: "";
}.newsletter_signup_90 .input_holder .sub_block_23:hover::before {
    left: 100%;
}

@media (min-width: 768px) {.newsletter_signup_90 {
    padding: 5rem 2rem;
}.newsletter_signup_90 .expert_guides_15 {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding: 3.5rem 4rem;
}.newsletter_signup_90 h4 {
    padding-right: 2rem;
    font-size: calc(24px * 1.1);
}.newsletter_signup_90 .input_holder {
    margin-top: 0;
}
}

@media (min-width: 992px) {.newsletter_signup_90 {
    padding: 6rem 2rem;
}.newsletter_signup_90 .expert_guides_15 {
    padding: 4rem 5rem;
    transform: perspective(1500px) rotateX(1deg) translateZ(0);
}.newsletter_signup_90 h4 {
    font-size: calc(24px * 1.2);
}.newsletter_signup_90 .input_holder input[type="email"],
    .newsletter_signup_90 .input_holder .sub_block_23 {
    padding: 1.1rem 1.75rem;
}
}

@media (max-width: 767px) {.newsletter_signup_90 {
    padding: 3rem 1.5rem;
}.newsletter_signup_90 .expert_guides_15 {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    padding: 2.5rem 2rem;
}.newsletter_signup_90 h4 {
    font-size: 24px;
    padding-left: 1rem;
}.newsletter_signup_90 h4::before {
    width: 3px;
}.newsletter_signup_90 .input_holder {
    gap: 0.75rem;
}.newsletter_signup_90 .input_holder input[type="email"],
    .newsletter_signup_90 .input_holder .sub_block_23 {
    padding: 0.9rem 1.25rem;
}
}

@media (hover: none) {.newsletter_signup_90 .input_holder .sub_block_23:hover {
    transform: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}.newsletter_signup_90 .input_holder .sub_block_23::before {
    display: none;
}
}

@media (prefers-reduced-motion) {.newsletter_signup_90 .input_holder input[type="email"],
    .newsletter_signup_90 .input_holder .sub_block_23,
    .newsletter_signup_90 .input_holder .sub_block_23::before {
    transition: none;
}}.price_plan_grid_10 {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.price_plan_grid_10::before {
    content: "";
    background: linear-gradient(145deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    left: 0;
}.price_plan_grid_10 .container {
    max-width: 1320px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 15px;
}.price_plan_grid_10 .payment_option_03 {
    flex-direction: column;
    align-items: center;
    display: flex;
}.price_plan_grid_10 h2 {
    transform: translateY(20px);
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
    font-size: 31px;
    animation: fadeInUp 0.8s ease-out forwards;
    opacity: 0;
    font-weight: 700;
}.price_plan_grid_10 .group_plans_03 {
    font-size: 13px;
    max-width: 800px;
    margin-bottom: 50px;
    text-align: center;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    color: rgb(255, 255, 255, 0.5);
    opacity: 0;
    transform: translateY(20px);
}.price_plan_grid_10 .plan_fees_15 {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    list-style: none;
    padding: 0;
    width: 100%;
    display: grid;
}.price_plan_grid_10 .plan_fees_15 li {
    opacity: 0;
    animation-delay: calc(0.3s + (0.15s * var(--li-index, 0)));
    animation: fadeInUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    transform: translateY(30px);
}.price_plan_grid_10 .plan_fees_15 li:nth-child(1) {
    --li-index: 0;
}.price_plan_grid_10 .plan_fees_15 li:nth-child(2) {
    --li-index: 1;
}.price_plan_grid_10 .plan_fees_15 li:nth-child(3) {
    --li-index: 2;
}.price_plan_grid_10 .plan_fees_15 li:nth-child(4) {
    --li-index: 3;
}.price_plan_grid_10 .price_choices_36 {
    will-change: transform;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 100%;
    text-decoration: none;
    transform: perspective(1000px) rotateX(0deg);
    display: block;
}.price_plan_grid_10 .price_choices_36:hover {
    transform: perspective(1000px) rotateX(5deg) translateY(-10px);
}.price_plan_grid_10 .bundle_rate_46 {
    transition: all 0.4s ease;
    height: 100%;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.03) 100%);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}.price_plan_grid_10 .price_choices_36:hover .bundle_rate_46 {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3), 0 0 15px rgba(rgb(200,206,218,0.5), 0.5);
    border-color: rgba(255,255,255,0.2);
}.price_plan_grid_10 .bundle_rate_46::before {
    height: 50%;
    width: 40%;
    position: absolute;
    content: "";
    left: -10%;
    background: linear-gradient(135deg, rgb(200,206,218,0.5) 0%, transparent 70%);
    top: -10%;
    transition: all 0.6s ease;
    opacity: 0.1;
    transform: rotate(-45deg);
}.price_plan_grid_10 .price_choices_36:hover .bundle_rate_46::before {
    opacity: 0.15;
    transform: rotate(-45deg) translateY(-20%);
}.price_plan_grid_10 .cost_rates_61 {
    box-sizing: border-box;
    padding: 35px 30px;
    display: flex;
    height: 100%;
    flex-direction: column;
    min-height: 280px;
}.price_plan_grid_10 .cost_rates_61 h4 {
    margin-bottom: 20px;
    margin-top: 0;
    position: relative;
    font-weight: 600;
    color: #ffffff;
    font-size: calc(23px * 1.1);
    padding-bottom: 15px;
}.price_plan_grid_10 .cost_rates_61 h4::after {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 40px;
    background: rgb(200,206,218);
    content: "";
    transition: width 0.4s ease;
    height: 3px;
}.price_plan_grid_10 .price_choices_36:hover .cost_rates_61 h4::after {
    width: 60px;
}.price_plan_grid_10 .cost_rates_61 p {
    font-size: calc(13px * 0.9);
    color: rgb(255, 255, 255, 0.5);
    white-space: normal;
    flex-grow: 1;
    overflow-wrap: break-word;
    hyphens: auto;
    word-wrap: break-word;
    line-height: 1.7;
    margin-bottom: 25px;
}.price_plan_grid_10 .study_pricing_13 {
    overflow: hidden;
    font-weight: 700;
    transition: all 0.3s ease;
    align-self: flex-start;
    font-size: calc(23px * 1.2);
    padding: 10px 20px;
    border-radius: 4px;
    color: rgb(200,206,218);
    position: relative;
    display: inline-block;
    background: rgba(255,255,255,0.05);
}.price_plan_grid_10 .study_pricing_13::before {
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    transition: left 0.7s ease;
    content: "";
}.price_plan_grid_10 .price_choices_36:hover .study_pricing_13::before {
    left: 100%;
}

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

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

@media (max-width: 992px) {.price_plan_grid_10 {
    padding: 80px 0;
}.price_plan_grid_10 h2 {
    font-size: calc(31px * 0.9);
}.price_plan_grid_10 .plan_fees_15 {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.price_plan_grid_10 .cost_rates_61 {
    padding: 25px 20px;
}
}

@media (max-width: 768px) {.price_plan_grid_10 {
    padding: 70px 0;
}.price_plan_grid_10 h2 {
    font-size: calc(31px * 0.8);
    margin-bottom: 15px;
}.price_plan_grid_10 .group_plans_03 {
    font-size: calc(13px * 0.95);
    margin-bottom: 35px;
}.price_plan_grid_10 .plan_fees_15 {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 450px;
}.price_plan_grid_10 .cost_rates_61 {
    min-height: auto;
}
}

@media (max-width: 576px) {.price_plan_grid_10 {
    padding: 60px 0;
}.price_plan_grid_10 h2 {
    font-size: calc(31px * 0.7);
}.price_plan_grid_10 .group_plans_03 {
    font-size: calc(13px * 0.9);
}.price_plan_grid_10 .cost_rates_61 {
    padding: 20px 15px;
}.price_plan_grid_10 .cost_rates_61 h4 {
    font-size: 23px;
}.price_plan_grid_10 .cost_rates_61 p {
    font-size: calc(13px * 0.85);
}.price_plan_grid_10 .study_pricing_13 {
    font-size: 23px;
    padding: 8px 15px;
}}.get_in_touch_94 {
    overflow: hidden;
    position: relative;
    background: linear-gradient(90deg, #ffffff 50%, rgb(231,235,242) 50%);
    padding: 100px 0;
}.get_in_touch_94::before {
    top: 0;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 20%, rgba(0, 0, 0, 0.02) 0%, transparent 20%),
        radial-gradient(circle at 80% 80%, rgba(0, 0, 0, 0.02) 0%, transparent 20%);
    z-index: 0;
    background-size: 60px 60px;
    width: 100%;
    left: 0;
    content: "";
    position: absolute;
}.get_in_touch_94 .container {
    position: relative;
    z-index: 1;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
}.get_in_touch_94 h2 {
    position: relative;
    color: rgb(200,206,218);
    font-weight: 700;
    margin-bottom: 60px;
    font-size: 35px;
    text-align: center;
}.get_in_touch_94 h2::after {
    bottom: -15px;
    background: rgb(200,206,218);
    position: absolute;
    content: "";
    height: 3px;
    width: 60px;
    left: 50%;
    transform: translateX(-50%);
}.get_in_touch_94 .inquiry_section_64 {
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    overflow: hidden;
    position: relative;
    display: flex;
    border-radius: 22px;
}.get_in_touch_94 .inquiry_section_64::before {
    top: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(200,206,218), rgb(164,172,185));
    position: absolute;
    content: "";
    height: 5px;
    left: 0;
}.get_in_touch_94 .featured_image_19 {
    flex: 0 0 50%;
    min-height: 550px;
    position: relative;
    transition: all 0.5s ease;
}.get_in_touch_94 .featured_image_19::after {
    height: 100%;
    content: "";
    top: 0;
    background: linear-gradient(45deg, rgb(200,206,218,0.5), transparent);
    width: 100%;
    position: absolute;
    left: 0;
}.get_in_touch_94 .connect_links_61 {
    background: #ffffff;
    position: relative;
    padding: 60px 50px;
    flex: 0 0 50%;
}.get_in_touch_94 .connect_links_61::before {
    height: 100%;
    top: 0;
    width: 10px;
    left: 0;
    position: absolute;
    content: "";
    background: rgb(231,235,242);
}.get_in_touch_94 #contact {
    gap: 30px;
    display: flex;
    flex-direction: column;
}.get_in_touch_94 h3 {
    color: #000000;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    position: relative;
}.get_in_touch_94 h3::after {
    bottom: 0;
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    background: rgb(200,206,218,0.5);
}.get_in_touch_94 input[type="text"] {
    padding: 18px 20px;
    background: #ffffff;
    font-size: 18px;
    border: 2px solid rgb(231,235,242);
    transition: all 0.3s ease;
    width: 100%;
    color: #000000;
    border-radius: 10px;
}.get_in_touch_94 input[type="text"]:focus {
    outline: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-color: rgb(200,206,218);
}.get_in_touch_94 input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.6;
}.get_in_touch_94 .request_section_57 {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-top: 10px;
}.get_in_touch_94 .request_section_57 input[type="checkbox"] {
    transition: all 0.3s ease;
    border: 2px solid rgb(231,235,242);
    margin-top: 2px;
    width: 24px;
    height: 24px;
    appearance: none;
    cursor: pointer;
    position: relative;
    border-radius: 10px;
}.get_in_touch_94 .request_section_57 input[type="checkbox"]:checked {
    border-color: rgb(200,206,218);
    background: rgb(200,206,218);
}.get_in_touch_94 .request_section_57 input[type="checkbox"]:checked::after {
    border-right: 2px solid #ffffff;
    height: 10px;
    top: 5px;
    border-bottom: 2px solid #ffffff;
    content: "";
    left: 8px;
    width: 6px;
    transform: rotate(45deg);
    position: absolute;
}.get_in_touch_94 .request_section_57 label {
    font-size: 18px;
    color: #000000;
    line-height: 1.5;
}.get_in_touch_94 .request_section_57 a {
    color: rgb(200,206,218);
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}.get_in_touch_94 .request_section_57 a:hover {
    color: rgb(164,172,185);
}.get_in_touch_94 .support_request_20 {
    border: none;
    align-self: flex-start;
    transition: all 0.3s ease;
    border-radius: 10px;
    font-weight: 600;
    font-size: 15px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 20px rgb(200,206,218,0.5);
    cursor: pointer;
    background: rgb(200,206,218);
    padding: 16px 40px;
    color: #ffffff;
    margin-top: 20px;
}.get_in_touch_94 .support_request_20::before {
    position: absolute;
    top: 0;
    content: "";
    left: -100%;
    transition: all 0.6s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    width: 100%;
    height: 100%;
}.get_in_touch_94 .support_request_20:hover {
    background: rgb(164,172,185);
    box-shadow: 0 10px 25px rgb(164,172,185,0.5);
    transform: translateY(-3px);
}.get_in_touch_94 .support_request_20:hover::before {
    left: 100%;
}.get_in_touch_94 svg {
    height: 22px;
    fill: rgb(200,206,218);
    width: 22px;
    transition: all 0.3s ease;
}.get_in_touch_94 svg path {
    fill: rgb(200,206,218);
    transition: all 0.3s ease;
}.get_in_touch_94 svg:hover {
    fill: rgb(164,172,185);
    transform: translateY(-2px);
}.get_in_touch_94 svg:hover path {
    fill: rgb(164,172,185);
}

@media (max-width: 1200px) {.get_in_touch_94 {
    background: #ffffff;
}
}

@media (max-width: 992px) {.get_in_touch_94 {
    padding: 80px 0;
}.get_in_touch_94 .inquiry_section_64 {
    flex-direction: column-reverse;
}.get_in_touch_94 .featured_image_19 {
    min-height: 350px;
    flex: 0 0 auto;
}.get_in_touch_94 .connect_links_61 {
    flex: 0 0 auto;
    padding: 50px 40px;
}.get_in_touch_94 .connect_links_61::before {
    height: 10px;
    left: 0;
    top: 0;
    width: 100%;
}
}

@media (max-width: 768px) {.get_in_touch_94 {
    padding: 60px 0;
}.get_in_touch_94 h2 {
    font-size: calc(35px - 4px);
    margin-bottom: 40px;
}.get_in_touch_94 .connect_links_61 {
    padding: 40px 30px;
}.get_in_touch_94 #contact {
    gap: 25px;
}.get_in_touch_94 .featured_image_19 {
    min-height: 300px;
}
}

@media (max-width: 576px) {.get_in_touch_94 {
    padding: 50px 0;
}.get_in_touch_94 .container {
    padding: 0 15px;
}.get_in_touch_94 h2 {
    margin-bottom: 30px;
    font-size: calc(35px - 6px);
}.get_in_touch_94 .connect_links_61 {
    padding: 35px 25px;
}.get_in_touch_94 #contact {
    gap: 20px;
}.get_in_touch_94 input[type="text"] {
    padding: 15px;
}.get_in_touch_94 .support_request_20 {
    padding: 15px 25px;
    width: 100%;
}.get_in_touch_94 .featured_image_19 {
    min-height: 250px;
}}.company_info_08 {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.company_info_08::before {
    content: "";
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(200,206,218,0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
    height: 100%;
    z-index: 1;
    top: 0;
    width: 100%;
    backdrop-filter: blur(3px);
}.company_info_08 .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
}.company_info_08 .text_clip_53 {
    transform: translateY(20px);
    border-left: 5px solid rgb(200,206,218);
    opacity: 0;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    padding: 3rem;
    animation: fadeUp 0.8s ease-out forwards 0.3s;
}.company_info_08 .text_clip_53 > div:first-child {
    margin-bottom: 1rem;
    position: relative;
}.company_info_08 .text_clip_53 > div:first-child::before {
    background: rgb(200,206,218);
    transform-origin: left;
    position: absolute;
    transform: scaleX(0);
    width: 60px;
    height: 2px;
    bottom: -8px;
    animation: lineGrow 0.6s cubic-bezier(0.17, 0.67, 0.83, 0.67) forwards 0.8s;
    left: 0;
    content: "";
}.company_info_08 h5 {
    text-transform: uppercase;
    color: rgb(200,206,218);
    animation: slideIn 0.6s ease-out forwards 0.5s;
    margin: 0;
    font-size: 19px;
    transform: translateX(-10px);
    opacity: 0;
    letter-spacing: 2px;
    font-weight: 600;
}.company_info_08 .text_clip_53 > div:nth-child(2) {
    margin-bottom: 2rem;
}.company_info_08 .text_clip_53 > div:nth-child(2) p {
    opacity: 0;
    transform: translateY(15px);
    animation: fadeUp 0.6s ease-out forwards 0.7s;
    font-size: calc(19px * 1.3);
    color: #000000;
    margin: 0;
    font-weight: 300;
}.company_info_08 .text_clip_53 > div:nth-child(2) p b {
    position: relative;
    font-weight: 700;
    display: inline-block;
}.company_info_08 .text_clip_53 > div:nth-child(2) p b::after {
    width: 100%;
    height: 8px;
    transform: scaleY(0);
    z-index: -1;
    background: rgba(var(--primary-color-rgb), 0.2);
    bottom: 0;
    content: "";
    position: absolute;
    left: 0;
    animation: highlightGrow 0.5s ease-out forwards 1.2s;
    transform-origin: bottom;
}.company_info_08 ol {
    margin: 0;
    list-style-type: none;
    padding-left: 0;
    counter-reset: item;
}.company_info_08 ol li {
    transform: translateY(20px);
    animation: fadeUp 0.8s ease-out forwards 1s;
    line-height: 1.8;
    position: relative;
    color: #000000;
    padding-left: 0;
    columns: 2;
    font-family: Arial, sans-serif;
    font-size: 15px;
    opacity: 0;
    text-align: justify;
    column-gap: 3rem;
}.company_info_08 ol li::first-line {
    font-weight: 600;
    color: rgb(200,206,218);
}

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

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

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

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

@media (max-width: 992px) {.company_info_08 {
    padding: 80px 0;
}.company_info_08 .text_clip_53 {
    padding: 2.5rem;
}.company_info_08 ol li {
    columns: 1;
}.company_info_08 h5 {
    font-size: calc(19px * 0.9);
}.company_info_08 .text_clip_53 > div:nth-child(2) p {
    font-size: calc(19px * 1.1);
}
}

@media (max-width: 768px) {.company_info_08 {
    padding: 60px 0;
}.company_info_08 .text_clip_53 {
    padding: 2rem;
}.company_info_08 h5 {
    font-size: calc(19px * 0.85);
}.company_info_08 .text_clip_53 > div:nth-child(2) p {
    font-size: 19px;
}.company_info_08 .text_clip_53 > div:first-child::before {
    width: 40px;
}
}

@media (max-width: 576px) {.company_info_08 {
    padding: 40px 0;
}.company_info_08 .text_clip_53 {
    border-left-width: 3px;
    padding: 1.5rem;
}.company_info_08 h5 {
    letter-spacing: 1px;
    font-size: calc(19px * 0.8);
}.company_info_08 .text_clip_53 > div:nth-child(2) p {
    font-size: calc(15px * 1.2);
}.company_info_08 ol li {
    line-height: 1.6;
    font-size: calc(15px * 0.9);
}
}

@media (hover: hover) {.company_info_08 .text_clip_53:hover {
    transition: all 0.4s ease;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}}.thankYouHub_34 {
    background: linear-gradient(135deg, rgb(231,235,242) 0%, rgb(200,206,218,0.5) 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}.thankYouHub_34::before {
    position: absolute;
    top: 0;
    z-index: 1;
    content: "";
    pointer-events: none;
    left: 0;
    height: 100%;
    background-image: repeating-linear-gradient(0deg, transparent, transparent 20px, rgba(255,255,255,0.03) 20px, rgba(255,255,255,0.03) 40px);
    width: 100%;
}.thankYouHub_34::after {
    right: -150px;
    position: absolute;
    background: radial-gradient(circle, rgb(164,172,185) 0%, transparent 70%);
    filter: blur(50px);
    content: "";
    border-radius: 50%;
    opacity: 0.2;
    animation: float 15s infinite ease-in-out;
    width: 300px;
    height: 300px;
    top: -150px;
}.thankYouHub_34 .container {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
}.thankYouHub_34 h2 {
    font-weight: 700;
    font-size: 35px;
    color: rgb(200,206,218);
    transform: perspective(1000px) rotateX(2deg);
    transform-origin: center;
    line-height: 1.4;
    position: relative;
    letter-spacing: 0.5px;
    margin-bottom: 40px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-align: center;
    font-family: Arial, sans-serif;
}.thankYouHub_34 h2::after {
    transform: translateX(-50%);
    position: absolute;
    bottom: -15px;
    width: 80px;
    content: "";
    height: 3px;
    background: linear-gradient(90deg, rgb(200,206,218), rgb(164,172,185));
    transition: width 0.3s ease;
    left: 50%;
}.thankYouHub_34 .expert_guides_15 {
    border-radius: 29px;
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    transform: translateY(0);
    padding: 40px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1), 
                0 5px 15px rgba(0,0,0,0.05);
    overflow: hidden;
}.thankYouHub_34 .expert_guides_15::before {
    background-size: 200% 100%;
    height: 6px;
    top: 0;
    position: absolute;
    left: 0;
    animation: gradientShift 6s infinite linear;
    background: linear-gradient(90deg, rgb(200,206,218), rgb(164,172,185), rgb(200,206,218));
    width: 100%;
    content: "";
}.thankYouHub_34 .expert_guides_15:hover {
    transform: translateY(-5px);
}.thankYouHub_34 .expert_guides_15:hover h2::after {
    width: 120px;
}.thankYouHub_34 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}.thankYouHub_34 li {
    padding-left: 25px;
    position: relative;
}.thankYouHub_34 li::before {
    transform: rotate(45deg);
    transition: transform 0.3s ease;
    position: absolute;
    background: rgb(164,172,185);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    width: 10px;
    left: 0;
    height: 10px;
    top: 8px;
    content: "";
}.thankYouHub_34 li:hover::before {
    transform: rotate(225deg) scale(1.2);
}.thankYouHub_34 span {
    font-weight: 400;
    position: relative;
    padding: 10px 0;
    color: #000000;
    display: block;
    font-size: calc(18px + 2px);
    line-height: 1.7;
    letter-spacing: 0.3px;
    font-family: Arial, sans-serif;
}.thankYouHub_34 span::after {
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, transparent, rgba(0,0,0,0.05), transparent);
    content: "";
    bottom: 0;
}

@keyframes gradientShift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

@keyframes float {
    0% { transform: translate(0, 0); }
    25% { transform: translate(-30px, 30px); }
    50% { transform: translate(0, 60px); }
    75% { transform: translate(30px, 30px); }
    100% { transform: translate(0, 0); }
}

@media (max-width: 1024px) {.thankYouHub_34 {
    padding: 80px 0;
}.thankYouHub_34 h2 {
    font-size: calc(35px - 2px);
}.thankYouHub_34 .expert_guides_15 {
    padding: 30px;
}.thankYouHub_34 span {
    font-size: 18px;
}
}

@media (max-width: 768px) {.thankYouHub_34 {
    padding: 60px 0;
}.thankYouHub_34 h2 {
    transform: perspective(1000px) rotateX(1deg);
    font-size: calc(35px - 4px);
}.thankYouHub_34 .expert_guides_15 {
    padding: 25px;
}.thankYouHub_34 li::before {
    top: 6px;
}.thankYouHub_34 span {
    line-height: 1.6;
    font-size: calc(18px - 1px);
}
}

@media (max-width: 480px) {.thankYouHub_34 {
    padding: 40px 0;
}.thankYouHub_34 h2 {
    font-size: calc(35px - 6px);
    margin-bottom: 30px;
    transform: none;
}.thankYouHub_34 h2::after {
    width: 60px;
    bottom: -10px;
}.thankYouHub_34 .expert_guides_15 {
    padding: 20px;
}.thankYouHub_34 li {
    padding-left: 20px;
}.thankYouHub_34 li::before {
    height: 8px;
    top: 7px;
    width: 8px;
}.thankYouHub_34 span {
    letter-spacing: 0.2px;
    line-height: 1.5;
    font-size: calc(18px - 2px);
}}.homepage_80 {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    min-height: 600px;
    position: relative;
}.homepage_80 .tech_study_25 {
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    justify-content: center;
    display: flex;
    width: 100%;
    align-items: center;
}.homepage_80 .tech_study_25::before {
    z-index: 1;
    background: linear-gradient(
    135deg,
    rgb(164,172,185,0.5) 0%,
    rgb(200,206,218,0.5) 100%
  );
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    content: "";
    left: 0;
    opacity: 0.85;
}.homepage_80 .tech_study_25::after {
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
    content: "";
    width: 100%;
    animation: gradientShift 15s ease-in-out infinite alternate;
    opacity: 0.05;
    z-index: 2;
    background-image: repeating-linear-gradient(
    -45deg,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.5) 1px,
    transparent 1px,
    transparent 15px
  );
}.homepage_80 .training_classes_06 {
    z-index: 5;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    max-width: 1200px;
    transform: perspective(1000px) rotateX(2deg);
    padding: 3rem;
    width: 85%;
    position: relative;
    backdrop-filter: blur(8px);
}.homepage_80 .training_classes_06::before {
    content: "";
    left: -5px;
    filter: blur(10px);
    bottom: -5px;
    top: -5px;
    background: linear-gradient(45deg, rgb(164,172,185), transparent, rgb(200,206,218));
    right: -5px;
    opacity: 0.6;
    z-index: -1;
    animation: gradientFlow 8s ease-in-out infinite alternate;
    position: absolute;
    transform: scale(1.01);
}.homepage_80 .training_classes_06 > div {
    animation: fadeInUp 0.8s forwards;
    transform: translateY(20px);
    animation-delay: calc(var(--index, 0) * 0.2s);
    opacity: 0;
}.homepage_80 .training_classes_06 > div:nth-child(1) {
    --index: 1;
}.homepage_80 .training_classes_06 > div:nth-child(2) {
    --index: 2;
}.homepage_80 .training_classes_06 > div:nth-child(3) {
    --index: 3;
}.homepage_80 p {
    position: relative;
    line-height: 1.6;
    color: #ffffff;
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
    font-weight: 400;
    font-size: clamp(1rem, 1vw + 0.5rem, 1.25rem);
    letter-spacing: 0.03em;
    font-family: Arial, sans-serif;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}.homepage_80 p::before {
    left: 0;
    width: 5px;
    top: 0.5em;
    height: 5px;
    position: absolute;
    content: "";
    background: rgb(164,172,185);
    box-shadow: 0 0 10px rgb(164,172,185);
    border-radius: 50%;
    animation: pulse 3s infinite;
}.homepage_80 .title_style_header {
    margin: 0 0 1.5rem;
    transition: transform 0.5s ease;
    color: #ffffff;
    position: relative;
    line-height: 1.1;
    background-clip: text !important;
    background: linear-gradient(120deg, #ffffff, rgba(255, 255, 255, 0.8));
    letter-spacing: -0.02em;
    -webkit-background-clip: text !important;
    font-size: clamp(2.5rem, 5vw + 1rem, 4.5rem);
    transform-origin: left center;
    font-weight: 700;
    transform: scale(1);
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    -webkit-text-fill-color: transparent;
}.homepage_80 .title_style_header::after {
    content: "";
    left: 0;
    transform: scaleX(1);
    width: 80px;
    position: absolute;
    bottom: -0.5rem;
    background: rgb(164,172,185);
    transition: transform 0.5s ease-out;
    transform-origin: left center;
    height: 4px;
}.homepage_80 h3 {
    position: relative;
    max-width: 90%;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    margin: 0;
    opacity: 0.9;
    font-size: clamp(1.2rem, 1.5vw + 0.5rem, 2rem);
    font-weight: 600;
    line-height: 1.5;
}@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.5);
    opacity: 0.7;
  }
}

@keyframes gradientFlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes gradientShift {
  0% {
    opacity: 0.03;
    background-size: 15px 15px;
  }
  100% {
    opacity: 0.07;
    background-size: 20px 20px;
  }
}

.homepage_80 .training_classes_06:hover {
    transform: perspective(1000px) rotateX(0deg);
}.homepage_80 .training_classes_06:hover .title_style_header::after {
    transform: scaleX(1.5);
}

@media (max-width: 1200px) {.homepage_80 .training_classes_06 {
    padding: 2.5rem;
    width: 90%;
}.homepage_80 .title_style_header {
    max-width: 100%;
}
}

@media (max-width: 992px) {.homepage_80 {
    height: 90vh;
}.homepage_80 .training_classes_06 {
    padding: 2rem;
    transform: perspective(800px) rotateX(1deg);
}.homepage_80 h3 {
    max-width: 95%;
}
}

@media (max-width: 768px) {.homepage_80 {
    height: auto;
    min-height: 500px;
}.homepage_80 .training_classes_06 {
    padding: 1.8rem;
    width: 95%;
    transform: none;
}.homepage_80 .title_style_header {
    font-size: clamp(2rem, 5vw, 3rem);
}.homepage_80 p {
    font-size: 1rem;
    padding-left: 1.2rem;
}.homepage_80 h3 {
    font-size: clamp(1rem, 1.2vw + 0.5rem, 1.4rem);
    max-width: 100%;
}
}

@media (max-width: 576px) {.homepage_80 .training_classes_06 {
    padding: 1.5rem;
}.homepage_80 .title_style_header::after {
    width: 60px;
    height: 3px;
}.homepage_80 .training_classes_06::before {
    opacity: 0.4;
}.homepage_80 p::before {
    height: 4px;
    width: 4px;
}
}

@media (max-height: 700px) {.homepage_80 {
    min-height: 450px;
}.homepage_80 .training_classes_06 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}.homepage_80 p, .homepage_80 h3 {
    margin-bottom: 1rem;
}
}