* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}html,body {
    scroll-behavior: smooth;
    height: 100%;
    min-height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
}.head_wrap_4590 {
    flex: 1 0 auto;
}svg {
    width: 30px;
    height: 30px;
}.wrapper-holder_7593 {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    height: 100%;
}header,footer {
    width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1182px;
}.help_center_4307 {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.appMessage_9540 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(208,219,234) 0%, rgb(162,185,210,0.5) 100%);
    padding: 80px 0;
}.appMessage_9540::before {
    left: 0;
    height: 100%;
    background-image: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 20px,
    rgba(255, 255, 255, 0.03) 20px,
    rgba(255, 255, 255, 0.03) 40px
  );
    top: 0;
    content: "";
    z-index: 1;
    width: 100%;
    position: absolute;
}.appMessage_9540::after {
    position: absolute;
    pointer-events: none;
    background: linear-gradient(
    to bottom right,
    transparent,
    rgba(var(--primary-color-rgb), 0.05) 30%,
    rgba(var(--primary-color-rgb), 0.1) 60%,
    transparent
  );
    transform: rotate(35deg);
    height: 200%;
    content: "";
    top: -50%;
    z-index: 2;
    right: -50%;
    width: 80%;
}.appMessage_9540 .container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 3;
    position: relative;
}.appMessage_9540 .study_experts_2135 {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    transform-origin: center top;
    grid-template-columns: 1fr;
    padding: 50px 40px;
    transform: perspective(1000px) rotateX(2deg);
    gap: 30px;
    background: #ffffff;
    display: grid;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 0 5px 15px rgba(0, 0, 0, 0.05);
}.appMessage_9540 .study_experts_2135::before {
    transform: scaleY(1.03);
    position: absolute;
    width: 5px;
    height: 100%;
    left: 0;
    content: "";
    top: 0;
    background: linear-gradient(to bottom, rgb(162,185,210), rgb(114,153,183));
}.appMessage_9540 .study_experts_2135:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12), 0 10px 20px rgba(0, 0, 0, 0.08);
}.appMessage_9540 h5 {
    font-size: 20px;
    transition: transform 0.4s ease-out;
    font-weight: 700;
    position: relative;
    margin: 0 0 10px;
    line-height: 1.4;
    transform: translateX(15px);
    color: rgb(162,185,210);
}.appMessage_9540 h5::after {
    transform-origin: left;
    transform: scaleX(0.7);
    left: 0;
    width: 80px;
    height: 3px;
    background: rgb(114,153,183);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    bottom: -10px;
    content: "";
    position: absolute;
}.appMessage_9540 .study_experts_2135:hover h5 {
    transform: translateX(0);
}.appMessage_9540 .study_experts_2135:hover h5::after {
    transform: scaleX(1);
}.appMessage_9540 p {
    position: relative;
    margin: 0;
    line-height: 1.7;
    font-size: 14px;
    transition: color 0.3s ease;
    color: #000000;
}.appMessage_9540 a {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 15px 20px;
    transition: all 0.4s ease;
    text-decoration: none;
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.03), transparent);
    border-radius: 4px;
}.appMessage_9540 a::before {
    background: rgb(162,185,210);
    left: 0;
    opacity: 0.5;
    position: absolute;
    width: 3px;
    content: "";
    height: 100%;
    top: 0;
    transition: width 0.3s ease;
}.appMessage_9540 a:hover {
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.07), transparent 70%);
}.appMessage_9540 a:hover::before {
    width: 5px;
}.appMessage_9540 a:hover p {
    color: rgb(162,185,210);
}.appMessage_9540 a::after {
    height: 30px;
    background: linear-gradient(135deg, transparent 50%, rgba(var(--secondary-color-rgb), 0.1) 50%);
    position: absolute;
    transition: all 0.3s ease;
    bottom: 0;
    right: 0;
    content: "";
    width: 30px;
}.appMessage_9540 a:hover::after {
    height: 40px;
    width: 40px;
    background: linear-gradient(135deg, transparent 50%, rgba(var(--secondary-color-rgb), 0.2) 50%);
}

@media (min-width: 768px) {.appMessage_9540 {
    padding: 120px 0;
}.appMessage_9540 .study_experts_2135 {
    gap: 50px;
    grid-template-columns: 1fr 1.5fr;
    padding: 60px 70px 60px 60px;
    align-items: center;
}.appMessage_9540 h5 {
    font-size: calc(20px * 1.1);
    transform: translateX(25px);
}.appMessage_9540 p {
    font-size: calc(14px * 1.05);
}
}

@media (max-width: 767px) {.appMessage_9540 {
    padding: 60px 0;
}.appMessage_9540 .study_experts_2135 {
    padding: 35px 25px;
    transform: perspective(1000px) rotateX(1deg);
}.appMessage_9540 h5 {
    font-size: calc(20px * 0.9);
    transform: translateX(10px);
}.appMessage_9540 a {
    padding: 10px 15px;
}.appMessage_9540 a::after {
    width: 20px;
    height: 20px;
}
}

@media (hover: none) {.appMessage_9540 .study_experts_2135 {
    transform: none;
}.appMessage_9540 .study_experts_2135:hover {
    transform: none;
}.appMessage_9540 h5 {
    transform: none;
}.appMessage_9540 h5::after {
    transform: scaleX(1);
}
}

@media (prefers-reduced-motion: reduce) {.appMessage_9540 .study_experts_2135,
  .appMessage_9540 h5,
  .appMessage_9540 h5::after,
  .appMessage_9540 a,
  .appMessage_9540 a::before,
  .appMessage_9540 a::after {
    transition: none;
}}.contact_section_5798 {
    overflow: hidden;
    padding: 80px 0;
    position: relative;
    background: #ffffff;
}.contact_section_5798::before {
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(225deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(315deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%),
                linear-gradient(45deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%);
    left: 0;
    background-size: 20px 20px;
    content: "";
    position: absolute;
    height: 100%;
    z-index: 0;
}.contact_section_5798 .container {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    max-width: 1200px;
    padding: 0 20px;
}.contact_section_5798 h2 {
    padding-left: 20px;
    font-weight: 700;
    border-left: 5px solid rgb(162,185,210);
    position: relative;
    color: #000000;
    margin-bottom: 50px;
    font-size: 31px;
    text-align: left;
}.contact_section_5798 .inquiry_request_7835 {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    flex-direction: row-reverse;
    overflow: hidden;
    display: flex;
    border-radius: 15px;
    background: #ffffff;
}.contact_section_5798 .image_cell_4756 {
    flex: 0 0 40%;
    min-height: 500px;
    position: relative;
}.contact_section_5798 .image_cell_4756::before {
    content: "";
    top: 0;
    width: 100%;
    position: absolute;
    z-index: 1;
    height: 100%;
    left: 0;
    mix-blend-mode: multiply;
    background: rgb(162,185,210,0.5);
}.contact_section_5798 .help_card_3645 {
    flex: 0 0 60%;
    padding: 60px;
    position: relative;
}.contact_section_5798 .help_card_3645::after {
    position: absolute;
    content: "";
    background: rgb(208,219,234);
    z-index: -1;
    width: 150px;
    top: 0;
    height: 150px;
    border-radius: 0 0 0 100%;
    right: 0;
}.contact_section_5798 #contact {
    flex-direction: column;
    display: flex;
    gap: 30px;
}.contact_section_5798 h3 {
    color: #000000;
    margin-bottom: 30px;
    position: relative;
    font-weight: 700;
    font-size: 22px;
}.contact_section_5798 h3::after {
    bottom: -10px;
    position: absolute;
    width: 40px;
    background: rgb(162,185,210);
    height: 2px;
    left: 0;
    content: "";
}.contact_section_5798 input[type="text"] {
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.03);
    background: rgb(208,219,234);
    border-radius: 10px;
    width: 100%;
    padding: 18px 20px;
    color: #000000;
    transition: all 0.3s ease;
    font-size: 16px;
    border: none;
}.contact_section_5798 input[type="text"]:focus {
    outline: none;
    background: #ffffff;
    box-shadow: 0 0 0 2px rgb(162,185,210,0.5), inset 0 2px 4px rgba(0, 0, 0, 0.03);
}.contact_section_5798 input[type="text"]::placeholder {
    opacity: 0.6;
    color: #000000;
}.contact_section_5798 .feedback_message_2481 {
    margin-top: 5px;
    display: flex;
    align-items: center;
    gap: 12px;
}.contact_section_5798 .feedback_message_2481 input[type="checkbox"] {
    border-radius: 10px;
    cursor: pointer;
    height: 22px;
    width: 22px;
    transition: all 0.2s ease;
    position: relative;
    appearance: none;
    border: 2px solid rgb(208,219,234);
}.contact_section_5798 .feedback_message_2481 input[type="checkbox"]:checked {
    background: rgb(162,185,210);
    border-color: rgb(162,185,210);
}.contact_section_5798 .feedback_message_2481 input[type="checkbox"]:checked::after {
    height: 11px;
    width: 6px;
    content: "";
    top: 3px;
    position: absolute;
    left: 7px;
    transform: rotate(45deg);
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
}.contact_section_5798 .feedback_message_2481 label {
    line-height: 1.5;
    font-size: 16px;
    color: #000000;
}.contact_section_5798 .feedback_message_2481 a {
    color: rgb(162,185,210);
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}.contact_section_5798 .feedback_message_2481 a:hover {
    color: rgb(114,153,183);
}.contact_section_5798 .feedback_message_2481 a::after {
    transition: all 0.3s ease;
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    background: rgb(162,185,210);
    bottom: -2px;
    left: 0;
}.contact_section_5798 .feedback_message_2481 a:hover::after {
    background: rgb(114,153,183);
}.contact_section_5798 .connect_request_9623 {
    background: rgb(162,185,210);
    font-size: 18px;
    margin-top: 20px;
    border-radius: 15px;
    align-self: flex-start;
    border: none;
    box-shadow: 0 4px 15px rgb(162,185,210,0.5);
    padding: 18px 40px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #ffffff;
    font-weight: 600;
}.contact_section_5798 .connect_request_9623:hover {
    box-shadow: 0 7px 20px rgb(114,153,183,0.5);
    background: rgb(114,153,183);
    transform: translateY(-2px);
}.contact_section_5798 svg {
    width: 20px;
    transition: all 0.3s ease;
    fill: rgb(162,185,210);
    height: 20px;
}.contact_section_5798 svg path {
    fill: rgb(162,185,210);
    transition: all 0.3s ease;
}.contact_section_5798 svg:hover {
    fill: rgb(114,153,183);
}.contact_section_5798 svg:hover path {
    fill: rgb(114,153,183);
}

@media (max-width: 992px) {.contact_section_5798 .inquiry_request_7835 {
    flex-direction: column;
}.contact_section_5798 .image_cell_4756 {
    order: 1;
    flex: 0 0 auto;
    min-height: 300px;
}.contact_section_5798 .help_card_3645 {
    order: 2;
    padding: 50px 40px;
    flex: 0 0 auto;
}.contact_section_5798 h2 {
    margin-bottom: 40px;
}
}

@media (max-width: 768px) {.contact_section_5798 {
    padding: 60px 0;
}.contact_section_5798 h2 {
    font-size: calc(31px - 4px);
    margin-bottom: 30px;
}.contact_section_5798 .help_card_3645 {
    padding: 40px 30px;
}.contact_section_5798 #contact {
    gap: 25px;
}.contact_section_5798 .image_cell_4756 {
    min-height: 250px;
}
}

@media (max-width: 576px) {.contact_section_5798 {
    padding: 40px 0;
}.contact_section_5798 .container {
    padding: 0 15px;
}.contact_section_5798 h2 {
    margin-bottom: 25px;
    font-size: calc(31px - 6px);
    padding-left: 15px;
}.contact_section_5798 .help_card_3645 {
    padding: 30px 20px;
}.contact_section_5798 #contact {
    gap: 20px;
}.contact_section_5798 input[type="text"] {
    padding: 15px;
}.contact_section_5798 .connect_request_9623 {
    width: 100%;
    padding: 15px 20px;
}.contact_section_5798 .image_cell_4756 {
    min-height: 200px;
}}.modalCookieAgreement_5306 {
    bottom: 0;
    background: rgb(114,153,183);
    width: 100%;
    padding: 15px 20px;
    position: fixed;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    z-index: 90;
    border-top: 3px solid rgb(162,185,210);
}.track_prefs_0478 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}.visitor_confirm_1360 {
    margin-right: 20px;
    flex-shrink: 0;
}.visitor_confirm_1360 svg {
    width: 50px;
    height: 50px;
    fill: rgb(162,185,210);
}.data_control_2485 {
    flex-direction: column;
    max-width: 600px;
    justify-content: center;
    display: flex;
}.modalCookieAgreement_5306 h5 {
    font-weight: 700;
    color: #ffffff;
    font-size: 23px;
    margin-bottom: 10px;
}.modalCookieAgreement_5306 p {
    line-height: 1.5;
    color: #000000;
    font-size: 15px;
}.cookie_all_6930 {
    padding: 10px 20px;
    border: 2px solid rgb(162,185,210);
    transition: none;
    color: #ffffff;
    background: rgb(162,185,210);
    text-align: center;
    font-size: 19px;
    flex-shrink: 0;
    margin-left: 10px;
    cursor: pointer;
    text-decoration: none;
    min-width: 150px;
    border-radius: 10px;
}.cookie_all_6930:hover {
    border-color: rgb(162,185,210,0.5);
    background: rgb(162,185,210,0.5);
}.modalCookieAgreement_5306 p a {
    text-decoration: none;
    color: rgb(162,185,210);
    border-bottom: 2px solid rgb(162,185,210);
}.modalCookieAgreement_5306 p a:hover {
    color: rgb(114,153,183);
    border-bottom-color: rgb(114,153,183);
}
@media only screen and (max-width: 1200px) {.modalCookieAgreement_5306 {
    padding: 15px;
}
}
@media only screen and (max-width: 800px) {.visitor_confirm_1360 {
    display: none;
}.track_prefs_0478 {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.modalCookieAgreement_5306 h5, .modalCookieAgreement_5306 p {
    text-align: center;
}.data_control_2485 {
    margin-bottom: 15px;
}.cookie_all_6930 {
    margin-left: 0;
    margin-top: 10px;
}}
#privacyAlertPopup_8023 {
    display: none;
}#privacyAlertPopup_8023:checked ~ .modalCookieAgreement_5306 {
    visibility: hidden;
    opacity: 0;
}header {
    z-index: 100;
    box-shadow: 0 5px 15px rgb(162,185,210,0.5);
    padding: 1.5rem 0;
    background: linear-gradient(to right, rgb(208,219,234), #ffffff);
    position: relative;
}header .container {
    margin: 0 auto;
    position: relative;
    padding: 0 1.5rem;
    max-width: 1200px;
}header .main_info_7893 {
    gap: 1.2rem;
    align-items: center;
    flex-direction: column;
    display: flex;
}header .first_teach_5187 {
    border-radius: 10px;
    margin-bottom: 0.5rem;
    display: block;
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
    padding: 0.5rem;
}header .first_teach_5187::after {
    height: 2px;
    width: 100%;
    left: 0;
    opacity: 0.7;
    content: '';
    background: linear-gradient(to right, transparent, rgb(162,185,210), transparent);
    bottom: -5px;
    position: absolute;
}header .first_teach_5187 svg {
    height: auto;
    width: 180px;
    transition: transform 0.3s ease;
}header .first_teach_5187:hover svg {
    transform: scale(1.05);
}header .head_top_2670 {
    flex-wrap: wrap;
    width: 100%;
    gap: 0.5rem;
    justify-content: center;
    border-radius: 11px;
    display: flex;
    padding: 0.8rem;
    background: linear-gradient(to right, rgb(162,185,210,0.5), rgb(114,153,183,0.5));
}header .top_main_6709 {
    transition: all 0.3s ease;
    font-weight: 400;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #000000;
    background: #ffffff;
    text-decoration: none;
    padding: 0.6rem 1.2rem;
}header .top_main_6709:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgb(162,185,210,0.5);
    background: linear-gradient(135deg, rgb(162,185,210), rgb(114,153,183));
    color: #ffffff;
}

@media (max-width: 991px) {header {
    padding: 1.2rem 0;
}header .first_teach_5187 svg {
    width: 160px;
}header .head_top_2670 {
    padding: 0.7rem;
}header .top_main_6709 {
    padding: 0.5rem 1rem;
    font-size: calc(13px - 1px);
}
}

@media (max-width: 767px) {header {
    padding: 1rem 0;
}header .main_info_7893 {
    gap: 1rem;
}header .first_teach_5187 svg {
    width: 140px;
}header .head_top_2670 {
    padding: 0.6rem;
    gap: 0.4rem;
}header .top_main_6709 {
    font-size: calc(13px - 2px);
    padding: 0.4rem 0.8rem;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .main_info_7893 {
    gap: 0.8rem;
}header .first_teach_5187 svg {
    width: 120px;
}header .head_top_2670 {
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
    padding: 0.5rem;
}header .head_top_2670::-webkit-scrollbar {
    height: 3px;
}header .head_top_2670::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(162,185,210);
}header .top_main_6709 {
    flex-shrink: 0;
    font-size: calc(13px - 2px);
    padding: 0.4rem 0.7rem;
    white-space: nowrap;
}}footer {
    background-color: #000000;
    margin-top: 0;
    position: relative;
}footer::before {
    position: absolute;
    height: 100%;
    opacity: 0.9;
    content: "";
    z-index: 1;
    background: linear-gradient(to right,
    #000000 0%,
    rgb(162,185,210,0.5) 50%,
    #000000 100%);
    left: 0;
    top: 0;
    width: 100%;
}.help_center_4307 {
    z-index: 5;
    background-color: transparent;
    padding: 60px 0 40px;
    position: relative;
}.help_center_4307 .container {
    grid-template-columns: repeat(12, 1fr);
    position: relative;
    display: grid;
    grid-gap: 30px;
}.help_center_4307 .company_holder {
    border-radius: 10px;
    grid-column: span 4;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.03);
    position: relative;
}.help_center_4307 .company_holder h3 {
    display: inline-block;
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
    color: #ffffff;
    font-size: 29px;
}.help_center_4307 .company_holder h3::after {
    content: "";
    background: rgb(162,185,210);
    height: 2px;
    left: 0;
    position: absolute;
    bottom: -8px;
    width: 100%;
}.help_center_4307 .contest_info_6831 {
    font-size: 14px;
    color: #ffffff;
    opacity: 0.8;
    line-height: 1.6;
}.help_center_4307 .challenge_cta_0913 {
    grid-column: span 8;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}.help_center_4307 .head_top_2670 {
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
    position: relative;
}.help_center_4307 .head_top_2670 h5 {
    margin-bottom: 20px;
    color: #ffffff;
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    position: relative;
}.help_center_4307 .head_top_2670 h5::after {
    bottom: -8px;
    content: "";
    background: rgb(114,153,183);
    width: 100%;
    position: absolute;
    height: 2px;
    left: 0;
}.help_center_4307 .head_top_2670 .top_prime_4796 {
    display: grid;
    grid-gap: 15px;
}.help_center_4307 .head_top_2670 .top_prime_4796 a {
    display: block;
    transition: color 0.3s ease, transform 0.3s ease;
    font-size: 14px;
    position: relative;
    text-decoration: none;
    opacity: 0.8;
    padding-left: 15px;
    color: #ffffff;
}.help_center_4307 .head_top_2670 .top_prime_4796 a::before {
    content: "";
    background: rgb(114,153,183);
    left: 0;
    transform: translateY(-50%);
    position: absolute;
    border-radius: 50%;
    width: 6px;
    top: 50%;
    height: 6px;
}.help_center_4307 .head_top_2670 .top_prime_4796 a:hover {
    transform: translateX(5px);
    opacity: 1;
    color: rgb(162,185,210);
}.lecture_ref_7069 {
    margin-top: 40px;
    padding: 25px 0;
    position: relative;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 5;
}.lecture_ref_7069 .container {
    justify-content: center;
    display: flex;
    align-items: center;
}.lecture_ref_7069 .donate_btn_3154 {
    color: #ffffff;
    opacity: 0.7;
    font-size: 15px;
    text-align: center;
}

@media (max-width: 991px) {.help_center_4307 .container {
    grid-template-columns: 1fr;
    grid-gap: 30px;
}.help_center_4307 .company_holder {
    grid-column: span 12;
}.help_center_4307 .challenge_cta_0913 {
    grid-column: span 12;
    grid-template-columns: 1fr 1fr;
}
}

@media (max-width: 767px) {.help_center_4307 {
    padding: 40px 0 30px;
}.help_center_4307 .challenge_cta_0913 {
    grid-template-columns: 1fr;
}.help_center_4307 .company_holder {
    padding: 25px;
}.help_center_4307 .head_top_2670 {
    padding: 25px;
}.help_center_4307 .company_holder h3 {
    font-size: calc(29px - 2px);
}.help_center_4307 .head_top_2670 h5 {
    font-size: calc(24px - 1px);
}
}

@media (max-width: 575px) {.help_center_4307 {
    padding: 30px 0 20px;
}.help_center_4307 .company_holder,
  .help_center_4307 .head_top_2670 {
    padding: 20px;
}.help_center_4307 .company_holder h3 {
    font-size: calc(29px - 4px);
}.lecture_ref_7069 {
    padding: 20px 0;
}}

.help_center_4307 .company_holder:hover,
.help_center_4307 .head_top_2670:hover {
    background-color: rgba(255, 255, 255, 0.05);
    transition: background-color 0.3s ease;
}.help_center_4307 .container::before {
    z-index: -1;
    content: "";
    background: 
    linear-gradient(to right, rgb(162,185,210,0.5) 1px, transparent 1px) 0 0 / 40px 100%,
    linear-gradient(to bottom, rgb(162,185,210,0.5) 1px, transparent 1px) 0 0 / 100% 40px;
    height: 100%;
    opacity: 0.05;
    left: 0;
    top: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
}.help_center_4307 .company_holder::before {
    height: 100%;
    opacity: 0.5;
    left: 0;
    width: 5px;
    background: rgb(162,185,210);
    content: "";
    position: absolute;
    top: 0;
}.help_center_4307 .head_top_2670::before {
    position: absolute;
    opacity: 0.5;
    width: 5px;
    background: rgb(114,153,183);
    left: 0;
    content: "";
    top: 0;
    height: 100%;
}footer::after {
    position: absolute;
    content: "";
    width: 100%;
    opacity: 0.3;
    left: 0;
    background: linear-gradient(to right,
    rgb(162,185,210),
    rgb(114,153,183),
    rgb(162,185,210));
    height: 5px;
    bottom: 0;
    z-index: 2;
}.help_center_4307 .top_prime_4796 {
    position: relative;
}.help_center_4307 .top_prime_4796::after {
    position: absolute;
    opacity: 0.2;
    height: 1px;
    bottom: -15px;
    left: 0;
    background: rgb(114,153,183,0.5);
    content: "";
    width: 100%;
}.help_center_4307 .head_top_2670 h5,
.help_center_4307 .company_holder h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
}.help_center_4307 .head_top_2670:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
}.help_center_4307 .head_top_2670:nth-child(2) {
    grid-row: 1;
    grid-column: 2;
}.lecture_ref_7069 .donate_btn_3154 {
    position: relative;
    display: inline-block;
}.lecture_ref_7069 .donate_btn_3154::before {
    left: -40px;
    transform: translateY(-50%);
    background: rgb(162,185,210);
    opacity: 0.5;
    top: 50%;
    width: 30px;
    position: absolute;
    content: "";
    height: 1px;
}.lecture_ref_7069 .donate_btn_3154::after {
    height: 1px;
    width: 30px;
    background: rgb(162,185,210);
    opacity: 0.5;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    content: "";
}.sign_up_now_1948 {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(208,219,234) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 100px 0;
}.sign_up_now_1948::before {
    position: absolute;
    width: 120%;
    animation: shift-background 15s linear infinite;
    z-index: 1;
    background: repeating-linear-gradient(
        45deg, 
        rgba(0, 0, 0, 0.5) 0%, 
        transparent 10%, 
        rgb(162,185,210,0.5) 20%
    );
    content: '';
    height: 120%;
    top: -10%;
    opacity: 0.05;
    left: -10%;
}.sign_up_now_1948::after {
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
    position: absolute;
    background: radial-gradient(
        circle at 20% 30%,
        rgb(162,185,210,0.5) 0%,
        transparent 30%
    ), 
    radial-gradient(
        circle at 80% 70%,
        rgb(114,153,183,0.5) 0%,
        transparent 30%
    );
    height: 100%;
    content: '';
}.sign_up_now_1948 .study_experts_2135 {
    justify-content: center;
    z-index: 10;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.1),
                -20px -20px 60px rgba(255, 255, 255, 0.05);
    padding: 60px;
    position: relative;
    text-align: center;
    align-items: center;
    border-radius: 15px;
    flex-direction: column;
    overflow: hidden;
    background: rgb(208,219,234);
    display: flex;
}.sign_up_now_1948 .study_experts_2135::before {
    height: 200%;
    position: absolute;
    z-index: -1;
    animation: rotate 30s linear infinite;
    left: -50%;
    background: radial-gradient(
        ellipse at center,
        transparent 30%,
        rgb(162,185,210,0.5) 100%
    );
    opacity: 0.1;
    content: '';
    top: -50%;
    width: 200%;
}.sign_up_now_1948 .container p {
    font-weight: 700;
    z-index: 5;
    max-width: 800px;
    position: relative;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    line-height: 1.4;
    margin-bottom: 40px;
    color: #000000;
    font-size: calc(35px * 1.2);
}.sign_up_now_1948 .container p::after {
    transform: translateX(-50%);
    height: 4px;
    background: linear-gradient(90deg, rgb(162,185,210), rgb(114,153,183));
    border-radius: 10px;
    position: absolute;
    left: 50%;
    width: 80px;
    content: '';
    bottom: -15px;
}.sign_up_now_1948 .connect_request_9623 {
    display: inline-block;
    color: #ffffff;
    z-index: 5;
    padding: 15px 40px;
    font-weight: 600;
    border-radius: 15px;
    position: relative;
    background: linear-gradient(135deg, rgb(162,185,210) 0%, rgb(114,153,183) 100%);
    overflow: hidden;
    transition: all 0.3s ease;
    font-size: 18px;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}.sign_up_now_1948 .connect_request_9623::before {
    height: 100%;
    width: 100%;
    content: '';
    top: 0;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: 0.5s;
    position: absolute;
    z-index: -1;
}.sign_up_now_1948 .connect_request_9623:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}.sign_up_now_1948 .connect_request_9623:hover::before {
    animation: shine 1.5s infinite;
    left: 100%;
}

@keyframes shift-background {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(5%, 5%);
    }
    100% {
        transform: translate(0, 0);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes shine {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

@media (max-width: 991px) {.sign_up_now_1948 {
    padding: 80px 0;
}.sign_up_now_1948 .study_experts_2135 {
    padding: 40px 30px;
}.sign_up_now_1948 .container p {
    margin-bottom: 30px;
    font-size: 35px;
}
}

@media (max-width: 767px) {.sign_up_now_1948 {
    padding: 60px 0;
}.sign_up_now_1948 .study_experts_2135 {
    padding: 30px 20px;
}.sign_up_now_1948 .container p {
    margin-bottom: 25px;
    font-size: calc(23px * 1.2);
}.sign_up_now_1948 .connect_request_9623 {
    padding: 12px 30px;
}
}

@media (max-width: 480px) {.sign_up_now_1948 {
    padding: 40px 0;
}.sign_up_now_1948 .study_experts_2135 {
    padding: 25px 15px;
}.sign_up_now_1948 .container p {
    font-size: 23px;
    margin-bottom: 20px;
}.sign_up_now_1948 .connect_request_9623 {
    padding: 10px 25px;
    font-size: calc(18px * 0.9);
}}.privacy_sanctum_6017 {
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    padding: 50px;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.5);
}.privacy_sanctum_6017 h1 {
    font-weight: 700;
    font-size: 43px;
    margin-bottom: 30px;
    color: #000000;
    padding-bottom: 10px;
    border-bottom: 3px solid rgb(162,185,210);
    margin-top: 0;
    text-align: center;
    font-family: Arial, sans-serif;
}.privacy_sanctum_6017 h2 {
    margin-top: 40px;
    text-align: left;
    padding-bottom: 8px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    font-size: 35px;
    border-bottom: 2px solid rgb(114,153,183);
    color: rgb(114,153,183);
}.privacy_sanctum_6017 h3, .privacy_sanctum_6017 h4, .privacy_sanctum_6017 h5, .privacy_sanctum_6017 h6 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #000000;
    font-size: 22px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    margin-top: 30px;
}.privacy_sanctum_6017 ul, .privacy_sanctum_6017 ol {
    margin: 0;
    padding: 20px 0;
    padding-left: 0;
    list-style: none;
}.privacy_sanctum_6017 li {
    margin-bottom: 15px;
    line-height: 1.8;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    font-size: 15px;
    padding: 10px 0;
    color: #000000;
}.privacy_sanctum_6017 section {
    background: #ffffff;
}.privacy_sanctum_6017 p, .privacy_sanctum_6017 span, .privacy_sanctum_6017 div {
    margin-bottom: 15px;
    font-family: Arial, sans-serif;
    padding-bottom: 10px;
    color: #000000;
    line-height: 1.8;
    font-size: 15px;
}

@media only screen and (max-width: 800px) {.privacy_sanctum_6017 {
    padding: 20px;
    box-shadow: none;
    border: none;
}.privacy_sanctum_6017 h1, .privacy_sanctum_6017 h2 {
    font-size: calc(22px - 10px);
    border-bottom-width: 1px;
    text-align: left;
}.privacy_sanctum_6017 ul, .privacy_sanctum_6017 ol {
    border-bottom-width: 0;
    border-top-width: 0;
    padding: 10px 0;
}.privacy_sanctum_6017 li {
    padding: 5px 0;
    border-bottom-width: 0;
}.privacy_sanctum_6017 p, .privacy_sanctum_6017 span, .privacy_sanctum_6017 div {
    padding-bottom: 5px;
    border-bottom-width: 0;
}}.customer_support_8512 {
    background: rgb(208,219,234);
    position: relative;
    padding: 80px 0;
    overflow: hidden;
}.customer_support_8512::before {
    left: 0;
    right: 0;
    top: 0;
    background: 
        linear-gradient(135deg, transparent 0%, rgb(162,185,210,0.5) 100%),
        radial-gradient(circle at 20% 30%, rgb(114,153,183,0.5) 0%, transparent 70%);
    bottom: 0;
    position: absolute;
    z-index: 1;
    content: '';
}.customer_support_8512::after {
    z-index: 2;
    position: absolute;
    right: 0;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    left: 0;
    bottom: 0;
    top: 0;
    content: '';
}.customer_support_8512 .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
    padding: 0 20px;
}.customer_support_8512 .contact_help_4675 {
    gap: 40px;
    background: rgba(255, 255, 255, 0.08);
    grid-template-columns: 1fr 2fr;
    padding: 0;
    position: relative;
    border-radius: 27px;
    display: grid;
    overflow: hidden;
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}.customer_support_8512 .help_desk_5184 {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.05), transparent);
    margin: 0;
    font-size: 38px;
    padding: 35px 40px;
    color: rgb(162,185,210);
    font-weight: 700;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    grid-column: 1 / -1;
}.customer_support_8512 .help_desk_5184::after {
    background: rgb(162,185,210);
    content: '';
    left: 40px;
    bottom: 0;
    width: 60px;
    height: 3px;
    border-radius: 10px;
    position: absolute;
}.customer_support_8512 .image_cell_4756 {
    border-radius: 0;
    height: 100%;
    min-height: 350px;
    transform: scale(1.001);
    position: relative;
    overflow: hidden;
}.customer_support_8512 .image_cell_4756::before {
    background: linear-gradient(
        to bottom right,
        transparent 0%,
        rgb(162,185,210,0.5) 100%
    );
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    content: '';
    top: 0;
}.customer_support_8512 .image_cell_4756::after {
    z-index: 2;
    animation: floatEffect 8s infinite alternate ease-in-out;
    height: 60%;
    position: absolute;
    top: -10%;
    right: -10%;
    width: 60%;
    content: '';
    opacity: 0.7;
    background: radial-gradient(
        circle,
        rgb(162,185,210,0.5) 0%,
        transparent 70%
    );
}@keyframes floatEffect {
    0% {
        transform: translateY(0) scale(1);
    }
    100% {
        transform: translateY(-20px) scale(1.1);
    }
}

.customer_support_8512 .assist_team_0143 {
    position: relative;
    background: rgba(255, 255, 255, 0.02);
    display: flex;
    gap: 22px;
    flex-direction: column;
    padding: 40px;
}.customer_support_8512 .assist_team_0143::before {
    left: 0;
    top: 0;
    content: '';
    height: 100%;
    position: absolute;
    width: 3px;
    background: linear-gradient(to bottom, rgb(162,185,210), rgb(114,153,183), rgb(162,185,210));
}.customer_support_8512 .assist_team_0143 p {
    display: flex;
    margin: 0;
    padding: 0 0 22px 0;
    align-items: flex-start;
    flex-direction: row;
    gap: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
}.customer_support_8512 .assist_team_0143 p:last-child {
    border-bottom: none;
    padding-bottom: 0;
}.customer_support_8512 .assist_team_0143 p svg {
    flex-shrink: 0;
    margin-top: 3px;
    height: 22px;
    width: 22px;
}.customer_support_8512 .assist_team_0143 p svg path {
    fill: rgb(162,185,210);
    transition: fill 0.3s ease;
}.customer_support_8512 .assist_team_0143 p:hover svg path {
    fill: #ffffff;
}.customer_support_8512 .assist_team_0143 p .content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex-grow: 1;
}.customer_support_8512 .assist_team_0143 p {
    color: #ffffff;
}.customer_support_8512 .assist_team_0143 p span {
    display: inline-block;
    color: #ffffff;
    font-size: 12px;
    transition: all 0.3s ease;
    position: relative;
}.customer_support_8512 .assist_team_0143 p:first-child span {
    font-size: calc(12px + 2px);
}.customer_support_8512 .assist_team_0143 p span a {
    text-decoration: none;
    border-radius: 10px;
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    padding: 2px 8px;
    transition: all 0.3s ease;
    color: #ffffff;
}.customer_support_8512 .assist_team_0143 p span a:hover {
    transform: translateX(5px);
    color: #ffffff;
    background: rgb(162,185,210,0.5);
}.customer_support_8512 .assist_team_0143 p span b {
    color: rgb(162,185,210);
    font-weight: 700;
}.customer_support_8512 .contact_card_9627 {
    padding-top: 35px;
    margin-top: 35px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}.customer_support_8512 .edu_query_3782 {
    color: rgb(162,185,210);
    font-size: 21px;
    display: flex;
    position: relative;
    align-items: center;
    margin: 0 0 20px 0;
    font-weight: 600;
    padding-bottom: 15px;
    gap: 12px;
}.customer_support_8512 .edu_query_3782 svg {
    width: 20px;
    height: 20px;
}.customer_support_8512 .edu_query_3782 svg path {
    fill: rgb(162,185,210);
}.customer_support_8512 .edu_query_3782:after {
    bottom: 0;
    content: '';
    height: 2px;
    border-radius: 10px;
    left: 0;
    width: 40px;
    position: absolute;
    background: rgb(162,185,210);
}.customer_support_8512 .assist_grid_4950 {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    display: grid;
    gap: 15px;
}.customer_support_8512 .quick_contact_2518 {
    font-size: calc(12px - 1px);
    padding: 12px 15px;
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    color: #ffffff;
    transition: all 0.3s ease;
}.customer_support_8512 .quick_contact_2518::before {
    width: 4px;
    content: '';
    left: 0;
    height: 100%;
    opacity: 0.7;
    position: absolute;
    top: 0;
    background: rgb(162,185,210);
}.customer_support_8512 .quick_contact_2518::after {
    position: absolute;
    background: rgb(162,185,210);
    height: 100%;
    content: '';
    width: 100%;
    opacity: 0;
    left: 0;
    z-index: -1;
    top: 0;
    transition: opacity 0.3s ease;
}.customer_support_8512 .quick_contact_2518:hover {
    transform: translateX(5px);
}.customer_support_8512 .quick_contact_2518:hover::after {
    opacity: 0.1;
}

@media (max-width: 1199px) {.customer_support_8512 .contact_help_4675 {
    gap: 30px;
}.customer_support_8512 .assist_team_0143 {
    padding: 30px;
}
}

@media (max-width: 991px) {.customer_support_8512 {
    padding: 60px 0;
}.customer_support_8512 .contact_help_4675 {
    grid-template-columns: 1fr;
}.customer_support_8512 .help_desk_5184 {
    padding: 30px;
}.customer_support_8512 .help_desk_5184::after {
    left: 30px;
}.customer_support_8512 .image_cell_4756 {
    min-height: 300px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}.customer_support_8512 .assist_team_0143 {
    padding: 30px;
}.customer_support_8512 .assist_team_0143 p svg {
    width: 20px;
    height: 20px;
}
}

@media (max-width: 767px) {.customer_support_8512 {
    padding: 50px 0;
}.customer_support_8512 .help_desk_5184 {
    padding: 25px;
    font-size: calc(38px - 4px);
}.customer_support_8512 .help_desk_5184::after {
    left: 25px;
}.customer_support_8512 .assist_team_0143 {
    gap: 18px;
    padding: 25px;
}.customer_support_8512 .assist_team_0143 p {
    padding-bottom: 18px;
}.customer_support_8512 .image_cell_4756 {
    min-height: 250px;
}.customer_support_8512 .contact_card_9627 {
    padding-top: 25px;
    margin-top: 25px;
}.customer_support_8512 .assist_grid_4950 {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}
}

@media (max-width: 576px) {.customer_support_8512 {
    padding: 40px 0;
}.customer_support_8512 .help_desk_5184 {
    text-align: center;
    padding: 20px;
}.customer_support_8512 .help_desk_5184::after {
    left: 50%;
    transform: translateX(-50%);
}.customer_support_8512 .assist_team_0143 {
    padding: 20px;
}.customer_support_8512 .image_cell_4756 {
    min-height: 200px;
}.customer_support_8512 .edu_query_3782 {
    text-align: center;
}.customer_support_8512 .edu_query_3782:after {
    left: 50%;
    transform: translateX(-50%);
}.customer_support_8512 .assist_grid_4950 {
    grid-template-columns: 1fr;
}.customer_support_8512 .assist_team_0143 p {
    flex-direction: row;
}.customer_support_8512 .assist_team_0143 p svg {
    width: 18px;
    height: 18px;
}
}

@media (max-width: 375px) {.customer_support_8512 .contact_help_4675 {
    border-radius: 10px;
}.customer_support_8512 .assist_team_0143 {
    padding: 15px;
}.customer_support_8512 .assist_team_0143 p {
    padding-bottom: 15px;
}.customer_support_8512 .image_cell_4756 {
    min-height: 180px;
}.customer_support_8512 .contact_card_9627 {
    margin-top: 20px;
    padding-top: 20px;
}
}

@media (prefers-reduced-motion: reduce) {.customer_support_8512 .image_cell_4756::after {
    animation: none;
}.customer_support_8512 .assist_team_0143 p span a:hover,
    .customer_support_8512 .quick_contact_2518:hover {
    transform: none;
}}.course_overview_1085 {
    background: rgb(208,219,234);
    overflow: hidden;
    perspective: 1000px;
    position: relative;
    padding: 120px 0;
}.course_overview_1085::before {
    opacity: 0.05;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgb(162,185,210,0.5) 0,
        rgb(162,185,210,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    animation: shiftLines 20s linear infinite;
}@keyframes shiftLines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

.course_overview_1085 .container {
    max-width: 1280px;
    overflow: visible;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}.course_overview_1085 .knowledge_track_4952 {
    display: grid;
    gap: 0;
    grid-template-rows: auto auto;
    min-height: 550px;
    grid-template-columns: 1fr;
    position: relative;
}.course_overview_1085 .note_frame_7468 {
    position: relative;
    background: #ffffff;
    padding: 40px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1),
                0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.5s ease;
    border-radius: 15px;
    margin-top: -80px;
    margin-right: 50px;
    margin-left: 50px;
    transform: translateZ(0);
    grid-row: 2;
    z-index: 5;
    grid-column: 1;
}.course_overview_1085 .note_frame_7468::before {
    height: 100%;
    position: absolute;
    left: 0;
    backdrop-filter: blur(10px);
    z-index: -1;
    border-radius: 15px;
    content: "";
    top: 0;
    background: linear-gradient(120deg, 
                rgba(255, 255, 255, 0.8) 0%, 
                rgba(255, 255, 255, 0.95) 100%);
    width: 100%;
}.course_overview_1085 .note_frame_7468::after {
    filter: blur(20px);
    right: -20px;
    width: 100px;
    opacity: 0.3;
    background: radial-gradient(circle, rgb(162,185,210) 0%, transparent 70%);
    z-index: -1;
    position: absolute;
    border-radius: 50%;
    content: "";
    top: -20px;
    animation: pulsate 5s ease-in-out infinite;
    height: 100px;
}@keyframes pulsate {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.5;
    }
}

.course_overview_1085 .note_frame_7468 h2 {
    font-weight: 700;
    position: relative;
    color: #000000;
    z-index: 2;
    font-size: 31px;
    display: inline-block;
    margin-bottom: 30px;
}.course_overview_1085 .note_frame_7468 h2::before {
    border-radius: 10px;
    bottom: -8px;
    content: "";
    position: absolute;
    background: rgb(162,185,210);
    width: 40px;
    height: 4px;
    transition: width 0.3s ease;
    left: 0;
}.course_overview_1085 .note_frame_7468:hover h2::before {
    width: 100%;
}.course_overview_1085 .note_frame_7468 .description {
    position: relative;
    color: #000000;
    font-size: 12px;
    line-height: 1.7;
    z-index: 2;
    margin-bottom: 20px;
}.course_overview_1085 .note_frame_7468 .description:last-child {
    margin-bottom: 0;
}.course_overview_1085 .image_cell_4756 {
    grid-column: 1;
    border-radius: 15px;
    transition: transform 0.5s ease;
    overflow: hidden;
    height: 450px;
    position: relative;
    z-index: 3;
    grid-row: 1;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    transform: rotateX(5deg);
}.course_overview_1085 .image_cell_4756::before {
    background: linear-gradient(180deg, 
                transparent 0%, 
                rgba(0, 0, 0, 0.5) 100%);
    top: 0;
    position: absolute;
    z-index: 1;
    left: 0;
    width: 100%;
    content: "";
    height: 100%;
}.course_overview_1085 .image_cell_4756::after {
    background: radial-gradient(
        circle at 70% 20%,
        rgb(162,185,210,0.5) 0%,
        transparent 60%
    );
    mix-blend-mode: overlay;
    z-index: 1;
    content: "";
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    position: absolute;
}.course_overview_1085:hover .image_cell_4756 {
    transform: rotateX(2deg) translateY(-10px);
}.course_overview_1085:hover .note_frame_7468 {
    transform: translateY(-10px);
}.course_overview_1085 .container::before,
.course_overview_1085 .container::after {
    border-radius: 50%;
    opacity: 0.1;
    background: rgb(114,153,183,0.5);
    position: absolute;
    content: "";
    z-index: 1;
}.course_overview_1085 .container::before {
    left: -50px;
    top: -100px;
    width: 200px;
    animation: float 20s ease-in-out infinite;
    height: 200px;
}.course_overview_1085 .container::after {
    width: 150px;
    bottom: -50px;
    height: 150px;
    right: -30px;
    animation: float 15s ease-in-out infinite reverse;
}@keyframes float {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(20px, -20px);
    }
    50% {
        transform: translate(0, -40px);
    }
    75% {
        transform: translate(-20px, -20px);
    }
}

.course_overview_1085 .knowledge_track_4952::after {
    content: "";
    right: 0;
    position: absolute;
    pointer-events: none;
    opacity: 0.05;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 20px,
        rgb(162,185,210,0.5) 20px,
        rgb(162,185,210,0.5) 21px
    );
}

@media screen and (max-width: 1024px) {.course_overview_1085 {
    padding: 80px 0;
}.course_overview_1085 .knowledge_track_4952 {
    min-height: 400px;
}.course_overview_1085 .image_cell_4756 {
    height: 350px;
}.course_overview_1085 .note_frame_7468 {
    padding: 30px;
    margin-right: 30px;
    margin-top: -60px;
    margin-left: 30px;
}.course_overview_1085 .container::before {
    height: 150px;
    width: 150px;
}.course_overview_1085 .container::after {
    width: 100px;
    height: 100px;
}
}

@media screen and (max-width: 767px) {.course_overview_1085 {
    padding: 60px 0;
}.course_overview_1085 .knowledge_track_4952 {
    min-height: auto;
}.course_overview_1085 .image_cell_4756 {
    height: 250px;
    transform: none;
}.course_overview_1085 .note_frame_7468 {
    padding: 25px;
    margin-left: 15px;
    transform: none;
    margin-top: -40px;
    margin-right: 15px;
}.course_overview_1085 .note_frame_7468 h2 {
    font-size: calc(31px * 0.85);
    margin-bottom: 20px;
}.course_overview_1085 .note_frame_7468 .description {
    font-size: calc(12px * 0.95);
}.course_overview_1085:hover .image_cell_4756,
    .course_overview_1085:hover .note_frame_7468 {
    transform: none;
}.course_overview_1085 .container::before,
    .course_overview_1085 .container::after {
    display: none;
}}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.course_overview_1085 .image_cell_4756 {
    animation: slideUp 0.8s ease-out forwards;
}.course_overview_1085 .note_frame_7468 {
    opacity: 0;
    animation: slideUp 1s 0.3s ease-out forwards;
    animation-fill-mode: forwards;
}

@media (prefers-color-scheme: dark) {.course_overview_1085 {
    background: rgb(162,185,210);
}.course_overview_1085 .note_frame_7468::before {
    background: linear-gradient(120deg, 
                    rgba(30, 30, 30, 0.9) 0%, 
                    rgba(50, 50, 50, 0.95) 100%);
}.course_overview_1085 .note_frame_7468 h2 {
    color: #ffffff;
}.course_overview_1085 .note_frame_7468 .description {
    opacity: 0.9;
    color: #ffffff;
}
}

@media (prefers-contrast: more) {.course_overview_1085 .note_frame_7468 {
    background: #ffffff;
}.course_overview_1085 .note_frame_7468 h2 {
    color: #000000;
}.course_overview_1085 .note_frame_7468 .description {
    color: #000000;
}.course_overview_1085 .image_cell_4756::before {
    opacity: 0.7;
}
}

@media (prefers-reduced-motion: reduce) {.course_overview_1085::before,
    .course_overview_1085 .container::before,
    .course_overview_1085 .container::after,
    .course_overview_1085 .note_frame_7468::after,
    .course_overview_1085:hover .image_cell_4756,
    .course_overview_1085:hover .note_frame_7468 {
    animation: none;
    transform: none;
}.course_overview_1085 .image_cell_4756,
    .course_overview_1085 .note_frame_7468 {
    animation: none;
    opacity: 1;
}}

.course_overview_1085 .image_cell_4756,
.course_overview_1085 .note_frame_7468 {
    transform: translateZ(0);
    will-change: transform;
}

@media (hover: hover) {.course_overview_1085 .note_frame_7468:hover h2::before {
    width: 100%;
}.course_overview_1085:hover .image_cell_4756 {
    transform: rotateX(2deg) translateY(-10px);
}.course_overview_1085:hover .note_frame_7468 {
    transform: translateY(-10px);
}}.company_info_6437 {
    z-index: 1;
    position: relative;
    background: rgb(162,185,210);
    overflow: hidden;
    padding: 100px 0;
}.company_info_6437::before {
    left: 0;
    width: 100%;
    content: "";
    position: absolute;
    z-index: -1;
    height: 100%;
    top: 0;
    background: 
        linear-gradient(0deg, rgb(162,185,210) 30%, transparent 70%),
        linear-gradient(90deg, rgb(162,185,210) 0%, transparent 50%, rgb(162,185,210) 100%),
        repeating-linear-gradient(90deg, transparent, transparent 20px, rgba(255, 255, 255, 0.03) 20px, rgba(255, 255, 255, 0.03) 40px);
}.company_info_6437::after {
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    background: radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.1) 0%, transparent 60%);
    position: absolute;
}.company_info_6437 .container {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}.company_info_6437 .study_experts_2135 {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgb(208,219,234);
    position: relative;
    display: grid;
    grid-template-areas: 
        "text photo"
        "logo photo";
    border-radius: 10px;
    gap: 40px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    grid-template-columns: 1fr 1fr;
    padding: 60px;
}.company_info_6437 .study_experts_2135::before {
    height: 100%;
    content: "";
    left: 50%;
    background: linear-gradient(to bottom, transparent, rgb(162,185,210,0.5), transparent);
    top: 0;
    position: absolute;
    width: 1px;
}.company_info_6437 .study_experts_2135::after {
    content: "";
    width: 100%;
    background: linear-gradient(90deg, rgb(162,185,210), rgb(114,153,183), rgb(162,185,210));
    position: absolute;
    bottom: 0;
    height: 4px;
    left: 0;
}.company_info_6437 .team_bios_9415 {
    padding-left: 40px;
    flex-direction: column;
    grid-area: photo;
    justify-content: center;
    display: flex;
    align-items: center;
}.company_info_6437 .team_bios_9415 .image_cell_4756 {
    overflow: hidden;
    height: 350px;
    position: relative;
    width: 280px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    border: 5px solid rgb(162,185,210);
    margin-bottom: 40px;
    border-radius: 10px;
}.company_info_6437 .master_sessions_2453 {
    background: rgb(114,153,183);
    width: 100%;
    border-radius: 10px;
    padding: 20px 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    max-width: 280px;
}.company_info_6437 .skill_studio_1524 {
    color: #ffffff;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 23px;
    margin: 0 0 10px 0;
}.company_info_6437 .learn_experts_5468 {
    color: #ffffff;
    font-size: 17px;
    opacity: 0.9;
    font-weight: 300;
    margin: 0;
}.company_info_6437 .note_frame_7468 {
    justify-content: center;
    flex-direction: column;
    display: flex;
    grid-area: text;
}.company_info_6437 h2 {
    margin: 0 0 25px 0;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    color: #000000;
    font-size: 29px;
    letter-spacing: 1px;
}.company_info_6437 h2::after {
    position: absolute;
    height: 3px;
    content: "";
    left: 0;
    width: 80px;
    background: rgb(162,185,210);
    bottom: -10px;
}.company_info_6437 p {
    font-size: 17px;
    margin: 0;
    line-height: 1.8;
    color: #000000;
}.company_info_6437 .learning_growth_9528 {
    grid-area: logo;
    padding-top: 20px;
    margin-bottom: 20px;
    align-items: center;
    display: flex;
    border-top: 1px solid rgba(rgb(162,185,210), 0.1);
}.company_info_6437 .learning_growth_9528 svg {
    width: 60px;
    fill: rgb(162,185,210);
    margin-right: 20px;
    height: 60px;
}.company_info_6437 .learning_growth_9528 svg path {
    fill: rgb(162,185,210);
}

@media screen and (max-width: 992px) {.company_info_6437 {
    padding: 80px 0;
}.company_info_6437 .study_experts_2135 {
    padding: 40px 30px;
    gap: 30px;
    grid-template-columns: 1fr;
    grid-template-areas: 
            "image_cell_4756"
            "text"
            "logo";
}.company_info_6437 .study_experts_2135::before {
    top: 50%;
    background: linear-gradient(to right, transparent, rgb(162,185,210,0.5), transparent);
    height: 1px;
    left: 0;
    width: 100%;
}.company_info_6437 .team_bios_9415 {
    padding-left: 0;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(rgb(162,185,210), 0.1);
}.company_info_6437 .note_frame_7468 {
    text-align: center;
}.company_info_6437 h2::after {
    transform: translateX(-50%);
    left: 50%;
}.company_info_6437 .learning_growth_9528 {
    justify-content: center;
    border-top: none;
    padding-top: 0;
}
}

@media screen and (max-width: 767px) {.company_info_6437 {
    padding: 60px 0;
}.company_info_6437 .study_experts_2135 {
    gap: 25px;
    padding: 30px 20px;
}.company_info_6437 .team_bios_9415 .image_cell_4756 {
    height: 280px;
    width: 220px;
    margin-bottom: 30px;
}.company_info_6437 .master_sessions_2453 {
    max-width: 220px;
    padding: 15px 20px;
}.company_info_6437 h2 {
    font-size: calc(29px * 0.85);
}
}

@media screen and (max-width: 480px) {.company_info_6437 {
    padding: 40px 0;
}.company_info_6437 .study_experts_2135 {
    padding: 25px 15px;
    gap: 20px;
}.company_info_6437 .team_bios_9415 .image_cell_4756 {
    margin-bottom: 25px;
    border-width: 3px;
    width: 180px;
    height: 230px;
}.company_info_6437 .master_sessions_2453 {
    padding: 12px 15px;
    max-width: 180px;
}.company_info_6437 .skill_studio_1524 {
    font-size: calc(23px * 0.9);
}.company_info_6437 .learn_experts_5468 {
    font-size: calc(17px * 0.9);
}.company_info_6437 .learning_growth_9528 svg {
    margin-right: 15px;
    width: 45px;
    height: 45px;
}.company_info_6437 h2 {
    margin-bottom: 20px;
    font-size: calc(29px * 0.7);
}.company_info_6437 p {
    font-size: calc(17px * 0.9);
}}.teaching_experience_7319 {
    overflow: hidden;
    isolation: isolate;
    position: relative;
    background: rgb(208,219,234);
    padding: 5rem 2rem;
}.teaching_experience_7319::before {
    z-index: -1;
    position: absolute;
    content: "";
    height: 140%;
    right: -5%;
    width: 60%;
    transform: rotate(15deg);
    filter: blur(3px);
    top: -20%;
    background: rgb(162,185,210,0.5);
}.teaching_experience_7319::after {
    width: 30%;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    height: 30%;
    bottom: -5%;
    z-index: -1;
    background: rgb(114,153,183,0.5);
    content: "";
    left: -5%;
    position: absolute;
    animation: morph 15s linear infinite alternate;
}@keyframes morph {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
}

.teaching_experience_7319 .user_review_9748 {
    display: grid;
    max-width: 1100px;
    margin: 0 auto;
    grid-template-columns: 1fr 1fr;
    position: relative;
    gap: 0;
}.teaching_experience_7319 .image_cell_4756 {
    height: 450px;
    grid-column: 1 / 2;
    width: 100%;
    grid-row: 1 / 2;
    position: relative;
    transform: translateX(-5%);
    z-index: 2;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    border-radius: 0;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
}.teaching_experience_7319 .image_cell_4756::after {
    height: 100%;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
    width: 100%;
    position: absolute;
    content: "";
    left: 0;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 50%
    );
    top: 0;
}.teaching_experience_7319 .user_review_9748:hover .image_cell_4756 {
    filter: contrast(1.1);
    transform: translateX(0) scale(1.02);
}.teaching_experience_7319 .exp_list_2049 {
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.5);
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    padding: 3rem 3rem 3rem 5rem;
    display: flex;
    z-index: 1;
    flex-direction: column;
    background: #ffffff;
    grid-row: 1 / 2;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
    justify-content: center;
    grid-column: 2 / 3;
    transform: translateX(-15%);
}.teaching_experience_7319 .user_review_9748:hover .exp_list_2049 {
    box-shadow: 0 25px 50px -15px rgba(0, 0, 0, 0.5);
    transform: translateX(-10%) translateY(-5px);
}.teaching_experience_7319 .name {
    font-weight: 700;
    margin-bottom: 0.7rem;
    position: relative;
    font-size: 30px;
    display: inline-block;
    color: rgb(162,185,210);
}.teaching_experience_7319 .name::before {
    position: absolute;
    content: "";
    transition: transform 0.4s ease 0.2s;
    height: 30px;
    width: 30px;
    z-index: -1;
    background: rgb(114,153,183,0.5);
    transform: rotate(45deg) scale(0);
    top: -10px;
    left: -20px;
    border-radius: 10px;
}.teaching_experience_7319 .user_review_9748:hover .name::before {
    transform: rotate(45deg) scale(1);
}.teaching_experience_7319 .exp_list_2049 > div:nth-child(2) {
    font-weight: 600;
    opacity: 0;
    transition: all 0.5s ease 0.3s;
    opacity: 0.9;
    font-size: 19px;
    transform: translateX(-20px);
    color: rgb(114,153,183);
    margin-bottom: 2rem;
}.teaching_experience_7319 .user_review_9748:hover .exp_list_2049 > div:nth-child(2) {
    transform: translateX(0);
    opacity: 1;
}.teaching_experience_7319 .emp_milestones_5073 {
    font-weight: 400;
    font-style: italic;
    font-size: 13px;
    line-height: 1.7;
    position: relative;
    transform: translateY(20px);
    opacity: 0;
    padding-top: 20px;
    transition: all 0.5s ease 0.5s;
    color: #000000;
}.teaching_experience_7319 .user_review_9748:hover .emp_milestones_5073 {
    transform: translateY(0);
    opacity: 1;
}.teaching_experience_7319 .emp_milestones_5073::before {
    content: "";
    position: absolute;
    width: 60px;
    top: 0;
    left: 0;
    background: linear-gradient(to right, rgb(162,185,210), transparent);
    height: 3px;
}@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

.teaching_experience_7319 .exp_list_2049::after {
    width: 40px;
    border-radius: 50%;
    right: 20px;
    background: rgb(162,185,210,0.5);
    animation: float 4s ease-in-out infinite;
    z-index: -1;
    height: 40px;
    bottom: 20px;
    content: "";
    position: absolute;
}

@media (max-width: 992px) {.teaching_experience_7319 .user_review_9748 {
    gap: 2rem;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
}.teaching_experience_7319 .image_cell_4756 {
    height: 300px;
    grid-column: 1 / 2;
    transform: none;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    grid-row: 1 / 2;
}.teaching_experience_7319 .image_cell_4756::after {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}.teaching_experience_7319 .exp_list_2049 {
    padding: 2rem;
    grid-column: 1 / 2;
    clip-path: none;
    grid-row: 2 / 3;
    transform: none;
}.teaching_experience_7319 .user_review_9748:hover .exp_list_2049 {
    transform: translateY(-5px);
}}.course_rewards_0921 {
    background: linear-gradient(135deg, rgb(208,219,234) 0%, #ffffff 75%);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.course_rewards_0921::before {
    right: -5%;
    height: 70%;
    top: -10%;
    opacity: 0.4;
    background: linear-gradient(45deg, rgb(162,185,210,0.5) 0%, rgb(114,153,183,0.5) 100%);
    z-index: 0;
    width: 40%;
    position: absolute;
    filter: blur(80px);
    transform: rotate(-15deg);
    content: "";
}.course_rewards_0921::after {
    position: absolute;
    height: 60%;
    transform: rotate(10deg);
    z-index: 0;
    bottom: -5%;
    width: 30%;
    opacity: 0.3;
    left: -5%;
    background: linear-gradient(225deg, rgb(114,153,183,0.5) 0%, rgb(162,185,210,0.5) 100%);
    filter: blur(60px);
    content: "";
}.course_rewards_0921 .container {
    z-index: 1;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}.course_rewards_0921 .study_experts_2135 {
    gap: 40px;
    position: relative;
    flex-direction: column-reverse;
    display: flex;
}.course_rewards_0921 .note_frame_7468 {
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    background: rgba(255, 255, 255, 0.92);
    transform: translateY(0);
    padding: 35px 40px;
    backdrop-filter: blur(10px);
    border-left: 3px solid rgb(162,185,210);
    flex: 1;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}.course_rewards_0921 .note_frame_7468:hover {
    transform: translateY(-5px);
}.course_rewards_0921 h4 {
    padding-bottom: 15px;
    line-height: 1.4;
    color: #000000;
    position: relative;
    font-weight: 700;
    font-size: calc(22px * 1.1);
    margin-bottom: 30px;
}.course_rewards_0921 h4::after {
    background: linear-gradient(90deg, rgb(162,185,210) 0%, rgb(114,153,183) 100%);
    content: "";
    bottom: 0;
    width: 80px;
    position: absolute;
    left: 0;
    height: 3px;
}.course_rewards_0921 .note_frame_7468 > div {
    display: flex;
    gap: 20px;
    flex-direction: column;
}.course_rewards_0921 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.course_rewards_0921 li {
    transition: transform 0.3s ease;
    margin-bottom: 15px;
}.course_rewards_0921 li:hover {
    transform: translateX(5px);
}.course_rewards_0921 li p {
    line-height: 1.6;
    align-items: flex-start;
    color: #000000;
    gap: 15px;
    margin: 0;
    font-size: 15px;
    display: flex;
}.course_rewards_0921 li p span:first-child {
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    display: flex;
}.course_rewards_0921 li p span:last-child {
    padding-top: 3px;
}.course_rewards_0921 svg {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    height: 24px;
    width: 24px;
}.course_rewards_0921 li:hover svg {
    transform: scale(1.2) rotate(5deg);
}.course_rewards_0921 svg path {
    fill: rgb(162,185,210);
    transition: fill 0.3s ease;
}.course_rewards_0921 li:hover svg path {
    fill: rgb(114,153,183);
}.course_rewards_0921 .image_cell_4756 {
    border-radius: 13px;
    object-fit: cover;
    box-shadow: 
        25px 25px 50px rgba(0, 0, 0, 0.07),
        -5px -5px 30px rgba(255, 255, 255, 0.8);
    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transform: perspective(1000px) rotateY(-3deg);
    height: auto;
    width: 100%;
}.course_rewards_0921 .image_cell_4756:hover {
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.09),
        -2px -2px 15px rgba(255, 255, 255, 0.9);
    transform: perspective(1000px) rotateY(0deg);
}

@media (min-width: 768px) {.course_rewards_0921 .note_frame_7468 > div {
    flex-direction: row;
    gap: 40px;
}.course_rewards_0921 .note_frame_7468 > div > div {
    flex: 1;
}
}

@media (min-width: 992px) {.course_rewards_0921 {
    padding: 150px 0;
}.course_rewards_0921 .study_experts_2135 {
    flex-direction: row;
    gap: 60px;
    align-items: center;
}.course_rewards_0921 .note_frame_7468 {
    flex: 1.2;
    padding: 45px 50px;
}.course_rewards_0921 .image_cell_4756 {
    transform: perspective(1000px) rotateY(-5deg);
    flex: 0.8;
    max-height: 550px;
}.course_rewards_0921 h4 {
    max-width: 90%;
    font-size: 33px;
}.course_rewards_0921 h4::after {
    width: 100px;
}
}

@media (min-width: 1200px) {.course_rewards_0921 .container {
    padding: 0 30px;
}.course_rewards_0921 .study_experts_2135 {
    gap: 80px;
}.course_rewards_0921 .note_frame_7468 {
    padding: 50px 60px;
}.course_rewards_0921 h4 {
    margin-bottom: 40px;
}.course_rewards_0921 li p {
    gap: 20px;
}
}

@media (max-width: 767px) {.course_rewards_0921 {
    padding: 80px 0;
}.course_rewards_0921 .note_frame_7468 {
    padding: 25px 30px;
}.course_rewards_0921 h4 {
    margin-bottom: 25px;
    font-size: calc(22px * 1.05);
}.course_rewards_0921 .image_cell_4756 {
    max-height: 300px;
    object-position: center;
}
}

@media (hover: none) {.course_rewards_0921 li:hover,
    .course_rewards_0921 .note_frame_7468:hover,
    .course_rewards_0921 .image_cell_4756:hover {
    transform: none;
}.course_rewards_0921 li:hover svg {
    transform: none;
}}.customer_feedback_6290 {
    position: relative;
    background: linear-gradient(135deg, #ffffff 0%, rgb(208,219,234) 100%);
    overflow: hidden;
    padding: 5rem 0;
}.customer_feedback_6290::before {
    left: -5%;
    height: 70%;
    content: "";
    position: absolute;
    background: linear-gradient(225deg, rgb(114,153,183,0.5) 0%, transparent 80%);
    top: -10%;
    transform: rotate(-15deg) skew(10deg);
    z-index: 1;
    width: 35%;
    pointer-events: none;
}.customer_feedback_6290::after {
    right: -10%;
    height: 70%;
    width: 50%;
    content: "";
    z-index: 1;
    background: linear-gradient(135deg, transparent 30%, rgb(162,185,210,0.5) 100%);
    position: absolute;
    pointer-events: none;
    transform: rotate(15deg) skew(-5deg);
    bottom: -15%;
}.customer_feedback_6290 h2 {
    position: relative;
    font-size: 33px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    letter-spacing: 0.5px;
    text-align: center;
    margin-bottom: 3rem;
    z-index: 2;
    font-weight: 700;
    color: #000000;
    transform: perspective(1000px) rotateX(5deg);
}.customer_feedback_6290 h2::after {
    right: 25%;
    content: "";
    left: 25%;
    background: linear-gradient(90deg, transparent, rgb(162,185,210), transparent);
    position: absolute;
    bottom: -15px;
    height: 3px;
}.customer_feedback_6290 .container.study_experts_2135 {
    position: relative;
    max-width: 1200px;
    z-index: 3;
    margin: 0 auto;
    padding: 0 20px;
}.customer_feedback_6290 .feedback_grid_0896 {
    perspective: 1000px;
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
}.customer_feedback_6290 .user_review_9748 {
    justify-content: space-between;
    height: 100%;
    transform: translateY(20px);
    background: linear-gradient(145deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    padding: 2rem;
    opacity: 0;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    animation: revealCard 0.7s forwards;
    animation-delay: calc(var(--i, 0) * 0.1s);
    overflow: hidden;
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.2);
    flex-direction: column;
}.customer_feedback_6290 .user_review_9748:nth-child(odd) {
    transform: translateY(20px) rotate(1deg);
}.customer_feedback_6290 .user_review_9748:nth-child(even) {
    transform: translateY(20px) rotate(-1deg);
}.customer_feedback_6290 .user_review_9748:hover {
    transform: translateY(-5px) scale(1.02);
    z-index: 5;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 
                0 10px 20px rgba(0, 0, 0, 0.05);
}.customer_feedback_6290 .user_review_9748::before {
    color: rgb(114,153,183,0.5);
    line-height: 1;
    opacity: 0.1;
    font-family: serif;
    font-size: 150px;
    content: "";
    left: 10px;
    position: absolute;
    top: -20px;
    z-index: 1;
}.customer_feedback_6290 .user_review_9748 h3 {
    padding-bottom: 10px;
    font-weight: 600;
    border-bottom: 2px solid rgb(114,153,183,0.5);
    position: relative;
    z-index: 2;
    letter-spacing: 0.8px;
    margin-bottom: 0.75rem;
    font-size: calc(21px + 2px);
    color: rgb(162,185,210);
}.customer_feedback_6290 .user_review_9748 p.description {
    font-style: italic;
    z-index: 2;
    position: relative;
    color: #000000;
    font-weight: 400;
    margin-bottom: 1.5rem;
    line-height: 1.6;
    font-size: 16px;
}.customer_feedback_6290 .user_review_9748 div {
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-top: auto;
    height: 60px;
    position: relative;
    z-index: 2;
    transition: transform 0.5s ease;
    width: 60px;
    border: 3px solid #ffffff;
}.customer_feedback_6290 .user_review_9748:hover div {
    transform: scale(1.1) rotate(5deg);
}.customer_feedback_6290 .user_review_9748 div img {
    transition: transform 0.5s ease;
    height: 100%;
    width: 100%;
    object-fit: cover;
}.customer_feedback_6290 .user_review_9748:hover div img {
    transform: scale(1.1);
}

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

@media screen and (max-width: 1200px) {.customer_feedback_6290 {
    padding: 4rem 0;
}.customer_feedback_6290 .feedback_grid_0896 {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem;
}
}

@media screen and (max-width: 992px) {.customer_feedback_6290 h2 {
    font-size: calc(33px - 2px);
}.customer_feedback_6290 .user_review_9748 {
    padding: 1.75rem;
}
}

@media screen and (max-width: 768px) {.customer_feedback_6290 {
    padding: 3rem 0;
}.customer_feedback_6290 h2 {
    margin-bottom: 2rem;
}.customer_feedback_6290 .feedback_grid_0896 {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1.25rem;
}.customer_feedback_6290 .user_review_9748::before {
    top: -15px;
    font-size: 120px;
}
}

@media screen and (max-width: 576px) {.customer_feedback_6290 {
    padding: 2.5rem 0;
}.customer_feedback_6290 .feedback_grid_0896 {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.customer_feedback_6290 h2 {
    font-size: calc(33px - 4px);
    transform: none;
}.customer_feedback_6290 .user_review_9748 {
    padding: 1.5rem;
}.customer_feedback_6290 .user_review_9748 h3 {
    font-size: 21px;
}
}

@media (prefers-reduced-motion: reduce) {.customer_feedback_6290 .user_review_9748 {
    opacity: 1;
    animation: none;
    transform: none !important;
}.customer_feedback_6290 .user_review_9748:hover {
    transform: none !important;
}}.primary_page_2019 {
    position: relative;
    font-family: Arial, sans-serif;
    min-height: 100vh;
    overflow: hidden;
}.primary_page_2019 .edu_welcome_2497 {
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
}.primary_page_2019 .edu_welcome_2497::before {
    left: 0;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgb(162,185,210,0.5), rgb(114,153,183,0.5));
    top: 0;
    position: absolute;
    content: "";
    right: 0;
}.primary_page_2019 .edu_welcome_2497::after {
    position: absolute;
    background-size: 40px 40px;
    background: 
    linear-gradient(45deg, transparent 49.5%, rgb(162,185,210,0.5) 49.5%, rgb(162,185,210,0.5) 50.5%, transparent 50.5%),
    linear-gradient(135deg, transparent 49.5%, rgb(114,153,183,0.5) 49.5%, rgb(114,153,183,0.5) 50.5%, transparent 50.5%);
    bottom: 0;
    right: 0;
    z-index: 2;
    top: 0;
    content: "";
    opacity: 0.15;
    left: 0;
    animation: patternShift 60s linear infinite;
}.primary_page_2019 .study_classes_0762 {
    padding: 3rem;
    z-index: 3;
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateX(2deg);
    gap: 2rem;
    width: 90%;
    background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.05),
    rgba(255, 255, 255, 0.15)
  );
    max-width: 1200px;
    grid-template-rows: auto auto auto;
    backdrop-filter: blur(5px);
    position: relative;
    box-shadow: 
    0 10px 30px -5px rgba(0, 0, 0, 0.2),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    display: grid;
}.primary_page_2019 .study_classes_0762 > div {
    animation: fadeUp 0.8s ease-out forwards;
    opacity: 0;
    transform: translateY(30px);
}.primary_page_2019 .study_classes_0762 > div:nth-child(1) {
    animation-delay: 0.2s;
}.primary_page_2019 .study_classes_0762 > div:nth-child(2) {
    animation-delay: 0.4s;
}.primary_page_2019 .study_classes_0762 > div:nth-child(3) {
    animation-delay: 0.6s;
}.primary_page_2019 p {
    position: relative;
    font-size: calc(15px * 1.2);
    margin: 0;
    padding-left: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 600;
}.primary_page_2019 p::before {
    left: 0;
    height: 2px;
    content: "";
    background-color: rgb(114,153,183);
    top: 50%;
    width: 10px;
    transform: translateY(-50%);
    position: absolute;
}.primary_page_2019 .title_style_header {
    font-size: 44px;
    line-height: 1.2;
    color: #ffffff;
    display: inline-block;
    position: relative;
    letter-spacing: -1px;
    font-weight: 700;
    margin: 0;
}.primary_page_2019 .title_style_header::after {
    background: linear-gradient(90deg, rgb(114,153,183), rgb(162,185,210));
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    transform-origin: left;
    width: 80px;
    transform: scaleX(0);
    height: 4px;
    animation: lineGrow 1.2s 0.8s forwards cubic-bezier(0.17, 0.67, 0.33, 0.99);
}.primary_page_2019 h3 {
    margin: 0;
    font-size: calc(21px * 1.1);
    font-weight: 400;
    opacity: 0.85;
    max-width: 800px;
    line-height: 1.5;
    color: #ffffff;
}

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

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

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

@media (max-width: 1200px) {.primary_page_2019 .study_classes_0762 {
    padding: 2.5rem;
    width: 95%;
}.primary_page_2019 .title_style_header {
    font-size: calc(44px * 0.9);
}.primary_page_2019 h3 {
    font-size: 21px;
}
}

@media (max-width: 992px) {.primary_page_2019 .edu_welcome_2497 {
    align-items: center;
}.primary_page_2019 .study_classes_0762 {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2rem;
}.primary_page_2019 .title_style_header {
    font-size: calc(44px * 0.8);
}.primary_page_2019 p {
    font-size: 15px;
}.primary_page_2019 h3 {
    font-size: calc(21px * 0.95);
}
}

@media (max-width: 768px) {.primary_page_2019 .edu_welcome_2497 {
    min-height: 100vh;
    padding: 4rem 0;
    height: auto;
}.primary_page_2019 .study_classes_0762 {
    transform: none;
    gap: 1.5rem;
    padding: 1.75rem;
}.primary_page_2019 .title_style_header {
    font-size: calc(44px * 0.7);
}.primary_page_2019 h3 {
    font-size: calc(21px * 0.9);
}
}

@media (max-width: 576px) {.primary_page_2019 .study_classes_0762 {
    padding: 1.5rem;
    gap: 1.25rem;
    width: 92%;
}.primary_page_2019 p {
    font-size: calc(15px * 0.9);
}.primary_page_2019 .title_style_header {
    letter-spacing: -0.5px;
    font-size: calc(44px * 0.6);
}.primary_page_2019 .title_style_header::after {
    width: 60px;
    height: 3px;
}.primary_page_2019 h3 {
    font-size: calc(21px * 0.85);
}
}

@media (max-width: 480px) {.primary_page_2019 .study_classes_0762 {
    gap: 1rem;
    padding: 1.25rem;
}.primary_page_2019 p {
    padding-left: 15px;
}.primary_page_2019 p::before {
    width: 8px;
}.primary_page_2019 .title_style_header {
    font-size: calc(44px * 0.5);
}.primary_page_2019 h3 {
    font-size: calc(21px * 0.8);
}
}

@media (hover: hover) {.primary_page_2019 .study_classes_0762:hover {
    box-shadow: 
      0 15px 40px -10px rgba(0, 0, 0, 0.3),
      0 0 0 1px rgba(255, 255, 255, 0.15) inset;
    transform: perspective(1000px) rotateX(1deg) translateY(-5px);
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.33, 0.99), box-shadow 0.5s ease;
}.primary_page_2019 .study_classes_0762:hover .title_style_header::after {
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.33, 0.99);
    transform: scaleX(1.2);
}}.sign_up_for_updates_8190 {
    background: rgb(208,219,234);
    overflow: hidden;
    padding: 5rem 2rem;
    position: relative;
}.sign_up_for_updates_8190::before {
    height: 100%;
    background:
        radial-gradient(circle at 10% 20%, rgb(162,185,210,0.5) 0%, transparent 35%),
        radial-gradient(circle at 90% 80%, rgb(114,153,183,0.5) 0%, transparent 35%);
    content: "";
    opacity: 0.5;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
}.sign_up_for_updates_8190 .study_experts_2135 {
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.sign_up_for_updates_8190 .connect_inquiry_2934 {
    border-radius: 14px;
    position: relative;
    max-width: 700px;
    margin: 0 auto;
    background: #ffffff;
    padding: 3.5rem 3rem;
}.sign_up_for_updates_8190 .connect_inquiry_2934::before {
    opacity: 0.2;
    position: absolute;
    border-radius: 50%;
    background: rgb(162,185,210);
    animation: moveBlob1 20s infinite alternate ease-in-out;
    content: "";
    top: -40px;
    width: 120px;
    right: -40px;
    height: 120px;
}.sign_up_for_updates_8190 .connect_inquiry_2934::after {
    position: absolute;
    background: rgb(114,153,183);
    opacity: 0.2;
    content: "";
    left: -60px;
    bottom: -60px;
    animation: moveBlob2 15s infinite alternate ease-in-out;
    width: 180px;
    border-radius: 50%;
    height: 180px;
}@keyframes moveBlob1 {
    0%, 100% {
        border-radius: 50%;
        transform: translate(0, 0) scale(1);
    }
    33% {
        border-radius: 60% 40% 70% 30% / 40% 50% 50% 60%;
        transform: translate(20px, 10px) scale(1.2);
    }
    66% {
        border-radius: 30% 70% 40% 60% / 60% 30% 70% 40%;
        transform: translate(-10px, 20px) scale(0.8);
    }
}

@keyframes moveBlob2 {
    0%, 100% {
        border-radius: 50%;
        transform: translate(0, 0) scale(1);
    }
    33% {
        border-radius: 40% 60% 30% 70% / 60% 40% 60% 40%;
        transform: translate(-20px, -10px) scale(1.1);
    }
    66% {
        border-radius: 70% 30% 60% 40% / 40% 70% 30% 60%;
        transform: translate(15px, -20px) scale(0.9);
    }
}

.sign_up_for_updates_8190 h3 {
    padding-bottom: 15px;
    overflow: hidden;
    text-align: center;
    position: relative;
    font-size: 23px;
    margin-bottom: 2.5rem;
    font-weight: 700;
    color: #000000;
}.sign_up_for_updates_8190 h3::after {
    bottom: 0;
    position: absolute;
    animation: waveMotion 3s infinite ease-in-out;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgb(162,185,210) 50%,
        transparent 100%
    );
    content: "";
    left: 0;
    height: 4px;
    width: 100%;
}@keyframes waveMotion {
    0%, 100% {
        transform: translateX(-100%);
    }
    50% {
        transform: translateX(100%);
    }
}

.sign_up_for_updates_8190 .input_holder {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    position: relative;
}.sign_up_for_updates_8190 input[type="email"] {
    color: #000000;
    padding: 1.2rem 1.5rem;
    font-family: Arial, sans-serif;
    border: none;
    font-size: 17px;
    transition: all 0.3s ease;
    background: rgb(208,219,234);
    border-radius: 50px;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.5);
}.sign_up_for_updates_8190 input[type="email"]:focus {
    background: #ffffff;
    outline: none;
    box-shadow: 
        inset 0 2px 5px rgba(0, 0, 0, 0.5),
        0 0 0 2px rgb(162,185,210,0.5);
}.sign_up_for_updates_8190 input[type="email"]::placeholder {
    opacity: 0.6;
    color: #000000;
}.sign_up_for_updates_8190 input[type="submit"] {
    position: relative;
    padding: 1rem 2rem;
    border-radius: 50px;
    border: none;
    min-width: 180px;
    color: #ffffff;
    background: linear-gradient(45deg, rgb(162,185,210) 0%, rgb(114,153,183) 100%);
    font-weight: 600;
    transition: all 0.3s ease;
    align-self: center;
    z-index: 1;
    letter-spacing: 1px;
    font-size: 15px;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    overflow: hidden;
    cursor: pointer;
}.sign_up_for_updates_8190 input[type="submit"]::before {
    bottom: -10px;
    top: -10px;
    transition: opacity 0.3s ease;
    right: -10px;
    left: -10px;
    border-radius: 50px;
    content: "";
    background: linear-gradient(45deg, rgb(114,153,183) 0%, rgb(162,185,210) 100%);
    opacity: 0;
    transform: scale(0.95);
    position: absolute;
    z-index: -1;
}.sign_up_for_updates_8190 input[type="submit"]:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}.sign_up_for_updates_8190 input[type="submit"]:hover::before {
    opacity: 1;
    animation: rotateGradient 2s infinite linear;
}@keyframes rotateGradient {
    0% {
        transform: scale(0.95) rotate(0deg);
    }
    100% {
        transform: scale(0.95) rotate(360deg);
    }
}

.sign_up_for_updates_8190 .input_holder::before {
    top: 15%;
    opacity: 0.3;
    position: absolute;
    animation: floatBubble 6s infinite alternate ease-in-out;
    width: 20px;
    right: 5%;
    background: rgb(162,185,210,0.5);
    content: "";
    height: 20px;
    border-radius: 50%;
}.sign_up_for_updates_8190 .input_holder::after {
    left: 5%;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    animation: floatBubble 8s infinite alternate-reverse ease-in-out;
    bottom: 15%;
    opacity: 0.3;
    position: absolute;
    background: rgb(114,153,183,0.5);
    content: "";
}

@keyframes floatBubble {
    0%, 100% {
        transform: translate(0, 0);
    }
    33% {
        transform: translate(10px, -10px);
    }
    66% {
        transform: translate(-10px, 10px);
    }
}

@media (max-width: 768px) {.sign_up_for_updates_8190 {
    padding: 4rem 1.5rem;
}.sign_up_for_updates_8190 .connect_inquiry_2934 {
    padding: 2.5rem 2rem;
}.sign_up_for_updates_8190 .connect_inquiry_2934::before,
    .sign_up_for_updates_8190 .connect_inquiry_2934::after {
    display: none;
}.sign_up_for_updates_8190 h3 {
    font-size: calc(23px * 0.9);
    margin-bottom: 2rem;
}
}

@media (max-width: 480px) {.sign_up_for_updates_8190 {
    padding: 3rem 1rem;
}.sign_up_for_updates_8190 .connect_inquiry_2934 {
    padding: 2rem 1.5rem;
}.sign_up_for_updates_8190 h3 {
    font-size: calc(23px * 0.8);
    margin-bottom: 1.5rem;
}.sign_up_for_updates_8190 input[type="email"] {
    padding: 1rem;
}.sign_up_for_updates_8190 input[type="submit"] {
    padding: 0.8rem 1.5rem;
    min-width: 100%;
}}.price_item_element_4652 {
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
    background: rgb(208,219,234);
}.price_item_element_4652::before {
    border-radius: 50%;
    top: -50px;
    position: absolute;
    height: 300px;
    z-index: 0;
    filter: blur(60px);
    background: linear-gradient(135deg, rgb(114,153,183,0.5), rgb(162,185,210,0.5));
    right: -50px;
    width: 300px;
    content: "";
}.price_item_element_4652::after {
    z-index: 0;
    height: 250px;
    border-radius: 50%;
    bottom: -50px;
    background: linear-gradient(225deg, rgb(162,185,210,0.5), rgb(114,153,183,0.5));
    left: -50px;
    filter: blur(50px);
    position: absolute;
    content: "";
    width: 250px;
}.price_item_element_4652 .container {
    z-index: 1;
    position: relative;
}.price_item_element_4652 .skill_plans_7529 {
    gap: 3rem;
    display: flex;
    flex-direction: column-reverse;
}.price_item_element_4652 .package_deals_4981 {
    margin: 0 auto;
    max-width: 800px;
    text-align: center;
    position: relative;
    padding: 0 1rem;
}.price_item_element_4652 .package_deals_4981 h2 {
    font-size: calc(37px * 1.1);
    font-weight: 700;
    display: inline-block;
    margin-bottom: 1.5rem;
    color: #000000;
    position: relative;
}.price_item_element_4652 .package_deals_4981 h2::after {
    left: 50%;
    background: linear-gradient(90deg, rgb(162,185,210), rgb(114,153,183));
    position: absolute;
    height: 3px;
    bottom: -10px;
    width: 80px;
    content: "";
    transform: translateX(-50%);
}.price_item_element_4652 .plan_matrix_1082 {
    color: #000000;
    margin-bottom: 1rem;
    line-height: 1.6;
    font-size: 14px;
}.price_item_element_4652 .sub_options_7625 {
    grid-template-columns: 1fr;
    gap: 2rem;
    perspective: 1000px;
    display: grid;
}.price_item_element_4652 .learning_cost_1072 {
    display: block;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    text-decoration: none;
    transform-style: preserve-3d;
}.price_item_element_4652 .learning_cost_1072:hover {
    transform: translateY(-10px);
}.price_item_element_4652 .plan_rates_5716 {
    background: #ffffff;
    border-radius: 10px;
    display: flex;
    z-index: 1;
    overflow: hidden;
    flex-direction: column;
    min-height: 430px;
    justify-content: space-between;
    transition: all 0.4s ease;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    position: relative;
}.price_item_element_4652 .learning_cost_1072:hover .plan_rates_5716 {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}.price_item_element_4652 .rate_choices_8473 {
    flex: 1;
    position: relative;
    z-index: 2;
    padding: 2rem;
}.price_item_element_4652 .learning_cost_1072 h3 {
    font-size: calc(20px * 1.1);
    display: inline-block;
    font-weight: 700;
    color: #000000;
    margin-bottom: 1rem;
    position: relative;
}.price_item_element_4652 .learning_cost_1072 h3::before {
    bottom: -5px;
    left: 0;
    position: absolute;
    transition: width 0.3s ease;
    content: "";
    height: 2px;
    background: rgb(162,185,210);
    width: 40px;
}.price_item_element_4652 .learning_cost_1072:hover h3::before {
    width: 100%;
}.price_item_element_4652 .cost_fee_5270 {
    font-size: calc(20px * 1.4);
    position: relative;
    color: rgb(114,153,183);
    font-weight: 700;
    margin: 1.5rem 0;
    display: block;
}.price_item_element_4652 .cost_fee_5270::after {
    border-radius: 3px;
    content: "";
    position: absolute;
    width: 3px;
    transform: translateY(-50%);
    height: 20px;
    background: rgb(162,185,210);
    left: -10px;
    top: 50%;
}.price_item_element_4652 .learning_cost_1072 p {
    hyphens: auto;
    font-size: 14px;
    color: #000000;
    overflow-wrap: break-word;
    word-wrap: break-word;
    line-height: 1.6;
    margin-bottom: 1rem;
}.price_item_element_4652 .image_cell_4756 {
    height: 180px;
    position: relative;
}.price_item_element_4652 .image_cell_4756::before {
    z-index: 1;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    content: "";
    position: absolute;
    inset: 0;
}.price_item_element_4652 .learning_cost_1072:nth-child(1) .plan_rates_5716 {
    border-top: 4px solid rgb(162,185,210);
}.price_item_element_4652 .learning_cost_1072:nth-child(2) .plan_rates_5716 {
    border-top: 4px solid rgb(114,153,183);
}.price_item_element_4652 .learning_cost_1072:nth-child(3) .plan_rates_5716 {
    border-top: 4px solid #6c5ce7;
}.price_item_element_4652 .learning_cost_1072:nth-child(4) .plan_rates_5716 {
    border-top: 4px solid #00b894;
}

@media (min-width: 768px) {.price_item_element_4652 .sub_options_7625 {
    grid-template-columns: repeat(2, 1fr);
}.price_item_element_4652 .plan_rates_5716 {
    min-height: 480px;
}.price_item_element_4652 .package_deals_4981 {
    padding: 0 2rem;
}.price_item_element_4652 .package_deals_4981 h2 {
    font-size: calc(37px * 1.2);
}
}

@media (min-width: 992px) {.price_item_element_4652 .skill_plans_7529 {
    flex-direction: row;
    gap: 4rem;
    align-items: center;
}.price_item_element_4652 .sub_options_7625 {
    flex: 2;
    grid-template-columns: repeat(2, 1fr);
}.price_item_element_4652 .package_deals_4981 {
    text-align: left;
    flex: 1;
    padding-right: 3rem;
}.price_item_element_4652 .package_deals_4981 h2::after {
    left: 0;
    transform: none;
}.price_item_element_4652 .plan_rates_5716 {
    min-height: 500px;
}
}

@media (min-width: 1200px) {.price_item_element_4652 .sub_options_7625 {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}.price_item_element_4652 .learning_cost_1072 {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateY(0);
}.price_item_element_4652 .learning_cost_1072:hover {
    transform: perspective(1000px) translateY(-15px) rotateY(2deg);
}.price_item_element_4652 .plan_rates_5716 {
    backface-visibility: hidden;
    min-height: 520px;
    transform-style: preserve-3d;
}.price_item_element_4652 .image_cell_4756 {
    height: 200px;
}.price_item_element_4652 .cost_fee_5270 {
    font-size: calc(20px * 1.6);
}.price_item_element_4652 .package_deals_4981 h2 {
    font-size: calc(37px * 1.3);
}
}