* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}.nav_teach_90715 {
    flex: 1 0 auto;
}html,body {
    color: #000000;
    min-height: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
}.grid-container_46208 {
    flex-direction: column;
    min-height: 100%;
    height: 100%;
    display: flex;
}.container {
    width: 1254px;
    max-width: 100%;
    margin: auto;
}svg {
    height: 30px;
    width: 30px;
}header,footer {
    width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}.compliance_75802 {
    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;
}}
footer {
    position: relative;
    width: 100%;
}footer .compliance_75802 {
    font-family: Arial, sans-serif;
    position: relative;
    background-color: rgb(239,237,239);
    color: #000000;
    padding: 100px 0 30px;
}footer .compliance_75802::before {
    height: 100%;
    top: 0;
    opacity: 0.3;
    width: 100%;
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(212,204,209,0.5) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgb(179,169,172,0.5) 0%, transparent 20%);
    left: 0;
    position: absolute;
    content: "";
    z-index: 0;
}footer .equity_info_67421 {
    z-index: 1;
    position: relative;
}footer .reach_block_18937 {
    display: flex;
    flex-wrap: wrap;
    border-radius: 11px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    gap: 15px;
    padding: 25px;
    width: 85%;
    z-index: 3;
    justify-content: space-between;
    background-color: #ffffff;
    margin: auto;
}footer .info_item {
    padding: 15px;
    background-color: rgb(239,237,239);
    flex: 1 1 200px;
    align-items: center;
    transition: all 0.3s ease;
    display: flex;
    border-radius: 10px;
}footer .info_item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
}footer .info_item svg {
    margin-right: 12px;
    fill: rgb(212,204,209);
    width: 22px;
    height: 22px;
    transition: transform 0.3s ease;
}footer .info_item:hover svg {
    transform: scale(1.2);
}footer .info_item p,
footer .info_item a {
    color: #000000;
    transition: all 0.3s ease;
    font-size: 12px;
    text-decoration: none;
}footer .info_item a:hover {
    color: rgb(212,204,209);
}footer .text_main_holder {
    flex-direction: column;
    display: flex;
    position: relative;
    margin-top: 40px;
    gap: 20px;
    perspective: 2000px;
}footer .header_page_51423, footer .nav_lesson_71398, footer .subscribe_holder {
    border-radius: 11px;
    padding: 30px;
    transform-style: preserve-3d;
    transition: all 0.5s ease;
    transform-origin: center center;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}footer .header_page_51423 {
    z-index: 2;
    background-color: #ffffff;
    transform: translateZ(0) scale(1);
}footer .header_page_51423:hover {
    transform: translateZ(30px) scale(1.02);
}footer .nav_lesson_71398 {
    transform: translateZ(-10px) scale(0.98);
    z-index: 1;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: -20px;
    color: #ffffff;
    background-color: rgb(179,169,172);
}footer .subscribe_holder {
    background-color: rgb(212,204,209);
    margin-right: 40px;
    transform: translateZ(-20px) scale(0.96);
    margin-top: -20px;
    color: #ffffff;
    margin-left: 40px;
    z-index: 0;
}footer .subscribe_holder:hover {
    transform: translateZ(10px) scale(0.98);
}footer .header_page_51423::after, footer .nav_lesson_71398::after, footer .subscribe_holder::after {
    left: 0;
    content: "";
    transition: opacity 0.3s ease;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    position: absolute;
    opacity: 0;
    width: 100%;
    top: 0;
    z-index: -1;
    border-radius: 11px;
}footer .header_page_51423:hover::after, footer .nav_lesson_71398:hover::after, footer .subscribe_holder:hover::after {
    opacity: 1;
}footer .header_page_51423 svg {
    height: 45px;
    margin-bottom: 20px;
    display: block;
    width: auto;
}footer .event_cal_07182 {
    line-height: 1.6;
    font-size: 16px;
    color: #000000;
}footer .nav_lesson_71398 h5 {
    color: #ffffff;
    font-size: 22px;
    display: inline-block;
    position: relative;
    font-weight: 600;
    margin-bottom: 20px;
}footer .nav_lesson_71398 h5::after {
    bottom: -8px;
    background: linear-gradient(90deg, rgb(212,204,209), transparent);
    transition: width 0.3s ease;
    position: absolute;
    content: "";
    width: 40px;
    height: 2px;
    left: 0;
}footer .nav_lesson_71398 h5:hover::after {
    width: 100%;
}footer .header_start_58936 {
    margin-bottom: 20px;
    gap: 15px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
}footer .header_start_58936 a {
    font-size: 12px;
    display: inline-block;
    position: relative;
    padding: 5px 0;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
    transition: all 0.3s ease;
}footer .header_start_58936 a::before {
    width: 0;
    content: "";
    height: 1px;
    position: absolute;
    bottom: 0;
    transition: width 0.3s ease;
    background-color: rgb(212,204,209);
    left: 0;
}footer .header_start_58936 a:hover {
    color: #ffffff;
    transform: translateX(5px);
}footer .header_start_58936 a:hover::before {
    width: 100%;
}footer .subscribe_holder h5 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 22px;
    color: #ffffff;
}footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 25px;
    line-height: 1.6;
    font-size: 12px;
}footer .input_holder {
    display: flex;
    gap: 15px;
    flex-direction: column;
}footer .input_holder input[type="email"] {
    color: #ffffff;
    font-size: 12px;
    border-radius: 10px;
    padding: 14px 16px;
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    transition: all 0.3s ease;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .expand_knowledge_43269 {
    transition: all 0.3s ease;
    color: rgb(212,204,209);
    background-color: #ffffff;
    border-radius: 10px;
    cursor: pointer;
    font-size: 15px;
    text-align: center;
    padding: 14px 20px;
    border: none;
    font-weight: 600;
}footer .expand_knowledge_43269:hover {
    background-color: rgb(179,169,172);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
    color: #ffffff;
}footer .testimonial_63045 {
    margin-top: 60px;
    text-align: center;
    position: relative;
}footer .cheat_sheet_86204 {
    border-radius: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 8px 20px;
    display: inline-block;
    background-color: #ffffff;
    font-size: 16px;
    color: #000000;
}

@media (min-width: 992px) {footer .text_main_holder {
    flex-direction: row;
    align-items: stretch;
}footer .header_page_51423, footer .nav_lesson_71398, footer .subscribe_holder {
    margin-top: 0;
    flex-direction: column;
    display: flex;
    flex: 1;
}footer .header_page_51423 {
    margin-right: -20px;
}footer .nav_lesson_71398 {
    margin-left: 0;
    margin-right: -20px;
    z-index: 1;
}footer .subscribe_holder {
    margin-right: 0;
    margin-left: 0;
}
}

@media (max-width: 991px) {footer .reach_block_18937 {
    padding: 20px;
    width: 90%;
}footer .text_main_holder {
    margin-top: 80px;
}
}

@media (max-width: 767px) {footer .compliance_75802 {
    padding: 80px 0 30px;
}footer .reach_block_18937 {
    width: 95%;
    padding: 15px;
}footer .info_item {
    flex: 1 1 100%;
}footer .header_page_51423, footer .nav_lesson_71398, footer .subscribe_holder {
    padding: 25px 20px;
    margin-left: 0;
    margin-right: 0;
}footer .nav_lesson_71398, footer .subscribe_holder {
    margin-top: -10px;
}footer .testimonial_63045 {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .compliance_75802 {
    padding: 70px 0 20px;
}footer .reach_block_18937 {
    padding: 10px;
}footer .info_item {
    padding: 10px;
}footer .text_main_holder {
    margin-top: 60px;
}footer .header_page_51423, footer .nav_lesson_71398, footer .subscribe_holder {
    padding: 20px 15px;
}footer .nav_lesson_71398 h5, footer .subscribe_holder h5 {
    font-size: calc(22px - 2px);
}footer .header_start_58936 {
    grid-template-columns: 1fr;
}footer .input_holder input[type="email"],
    footer .expand_knowledge_43269 {
    padding: 12px;
}}.course_features_30627 {
    overflow: hidden;
    background-color: rgb(239,237,239);
    padding: 100px 0;
    position: relative;
}.course_features_30627::before {
    z-index: 1;
    content: "";
    width: 100%;
    background: repeating-linear-gradient(
    45deg,
    rgb(212,204,209,0.5) 0,
    rgb(212,204,209,0.5) 1px,
    transparent 1px,
    transparent 10px
  );
    opacity: 0.1;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}.course_features_30627::after {
    width: 100%;
    content: "";
    background: radial-gradient(
    circle at 80% 20%,
    rgb(179,169,172,0.5) 0%,
    transparent 60%
  );
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    height: 100%;
}.course_features_30627 .container {
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.course_features_30627 .master_sessions_29614 {
    gap: 60px;
    display: grid;
    position: relative;
    grid-template-columns: 1fr 1fr;
}.course_features_30627 .master_sessions_29614::before {
    content: "";
    position: absolute;
    top: -80px;
    border-radius: 50%;
    height: 200px;
    left: -120px;
    width: 200px;
    z-index: -1;
    animation: rotate 30s linear infinite;
    border: 1px solid rgb(212,204,209,0.5);
}.course_features_30627 .master_sessions_29614::after {
    right: -50px;
    border-radius: 50%;
    height: 300px;
    animation: rotate 40s linear infinite reverse;
    z-index: -1;
    bottom: -100px;
    content: "";
    width: 300px;
    border: 2px solid rgb(179,169,172,0.5);
    position: absolute;
}.course_features_30627 .program_guide_08495 {
    background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.05) 0%,
    rgba(255, 255, 255, 0.01) 100%
  );
    backdrop-filter: blur(10px);
    transform: translateZ(0);
    padding: 40px;
    border-radius: 29px;
    position: relative;
    flex-direction: column;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-left: 3px solid rgb(212,204,209);
    display: flex;
    justify-content: center;
}.course_features_30627 .program_guide_08495::before {
    height: 60px;
    top: 20px;
    right: 20px;
    content: "";
    width: 60px;
    border-top: 2px solid rgb(179,169,172,0.5);
    position: absolute;
    z-index: 1;
    border-right: 2px solid rgb(179,169,172,0.5);
}.course_features_30627 .program_guide_08495::after {
    content: "";
    left: 20px;
    position: absolute;
    bottom: 20px;
    width: 60px;
    z-index: 1;
    border-left: 2px solid rgb(212,204,209,0.5);
    height: 60px;
    border-bottom: 2px solid rgb(212,204,209,0.5);
}.course_features_30627 .header_page_51423 {
    margin-bottom: 30px;
    position: relative;
}.course_features_30627 .header_page_51423::before {
    position: absolute;
    background-color: rgb(212,204,209);
    height: 10px;
    width: 10px;
    transform: translateY(-50%);
    top: 50%;
    content: "";
    left: -20px;
    border-radius: 50%;
}.course_features_30627 .header_page_51423 svg {
    width: 60px;
    max-height: 70px;
    transition: filter 0.4s ease;
    height: 60px;
}.course_features_30627 .header_page_51423:hover svg {
    filter: drop-shadow(0 0 8px rgb(212,204,209,0.5));
}.course_features_30627 .header_page_51423 svg path {
    transition: fill 0.3s ease;
    fill: rgb(212,204,209);
}.course_features_30627 .header_page_51423:hover svg path {
    fill: rgb(179,169,172);
}.course_features_30627 h3 {
    letter-spacing: 1px;
    font-size: 31px;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 700;
}.course_features_30627 h3::after {
    background: linear-gradient(
    to right,
    rgb(212,204,209) 0%,
    rgb(179,169,172) 100%
  );
    content: "";
    position: absolute;
    border-radius: 10px;
    bottom: 0;
    height: 3px;
    left: 0;
    width: 80px;
}.course_features_30627 p {
    color: #000000;
    font-size: 13px;
    margin-bottom: 0;
    line-height: 1.8;
    position: relative;
}.course_features_30627 .photo_frame_91286 {
    position: relative;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: hidden;
    height: 500px;
    border-radius: 29px;
    transform: perspective(1000px) rotateY(-5deg);
    min-height: 500px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
}.course_features_30627 .photo_frame_91286::before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(
    to bottom right,
    rgb(212,204,209,0.5) 0%,
    transparent 30%,
    transparent 70%,
    rgb(179,169,172,0.5) 100%
  );
    z-index: 2;
    left: 0;
    top: 0;
    content: "";
}.course_features_30627 .photo_frame_91286::after {
    content: "";
    border-radius: 29px;
    z-index: 3;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: absolute;
    inset: 0;
}.course_features_30627 .photo_frame_91286:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes pulse {
  0% {
    opacity: 0.4;
    transform: scale(0.98);
  }
  50% {
    opacity: 0.6;
    transform: scale(1);
  }
  100% {
    opacity: 0.4;
    transform: scale(0.98);
  }
}

@media (max-width: 1199px) {.course_features_30627 .master_sessions_29614 {
    gap: 40px;
}.course_features_30627 .program_guide_08495 {
    padding: 30px;
}.course_features_30627 .photo_frame_91286 {
    min-height: 450px;
}
}

@media (max-width: 991px) {.course_features_30627 {
    padding: 70px 0;
}.course_features_30627 .master_sessions_29614 {
    gap: 40px;
    grid-template-columns: 1fr;
}.course_features_30627 .program_guide_08495 {
    order: 2;
}.course_features_30627 .photo_frame_91286 {
    transform: perspective(1000px) rotateY(0deg);
    min-height: 400px;
    order: 1;
}.course_features_30627 .master_sessions_29614::before,
  .course_features_30627 .master_sessions_29614::after {
    display: none;
}
}

@media (max-width: 767px) {.course_features_30627 {
    padding: 50px 0;
}.course_features_30627 .program_guide_08495 {
    padding: 25px;
}.course_features_30627 h3 {
    margin-bottom: 15px;
    font-size: calc(31px * 0.9);
    padding-bottom: 15px;
}.course_features_30627 .header_page_51423 {
    margin-bottom: 20px;
}.course_features_30627 .header_page_51423 svg {
    max-height: 60px;
}.course_features_30627 .photo_frame_91286 {
    min-height: 350px;
}.course_features_30627 .program_guide_08495::before,
  .course_features_30627 .program_guide_08495::after {
    height: 40px;
    width: 40px;
}
}

@media (max-width: 576px) {.course_features_30627 {
    padding: 40px 0;
}.course_features_30627 .program_guide_08495 {
    padding: 20px;
}.course_features_30627 h3 {
    font-size: calc(31px * 0.8);
}.course_features_30627 p {
    font-size: calc(13px * 0.95);
    line-height: 1.7;
}.course_features_30627 .header_page_51423 {
    margin-bottom: 15px;
}.course_features_30627 .header_page_51423 svg {
    max-height: 50px;
}.course_features_30627 .photo_frame_91286 {
    min-height: 300px;
}.course_features_30627 .program_guide_08495::before,
  .course_features_30627 .program_guide_08495::after {
    width: 30px;
    height: 30px;
}
}

@media (min-width: 1400px) {.course_features_30627 .container {
    max-width: 1320px;
}.course_features_30627 .photo_frame_91286 {
    min-height: 550px;
}}.thxBlock_46037 {
    padding: 120px 0;
    background: linear-gradient(145deg, rgb(212,204,209,0.5), rgb(179,169,172,0.5));
    position: relative;
    overflow: hidden;
}.thxBlock_46037::before {
    position: absolute;
    background: #ffffff;
    top: -10%;
    opacity: 0.03;
    left: -5%;
    width: 50%;
    content: "";
    transform: rotate(-15deg) skew(15deg);
    height: 70%;
    pointer-events: none;
}.thxBlock_46037::after {
    height: 80%;
    transform: rotate(25deg) skew(-15deg);
    background: rgb(179,169,172);
    right: -5%;
    width: 40%;
    content: "";
    opacity: 0.05;
    position: absolute;
    pointer-events: none;
    bottom: -10%;
}.thxBlock_46037 .container {
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.thxBlock_46037 .master_sessions_29614 {
    padding: 60px 50px;
    flex-direction: column;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    display: flex;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    background: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
}.thxBlock_46037 .master_sessions_29614:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.thxBlock_46037 .master_sessions_29614::before {
    top: 0;
    content: "";
    width: 6px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background: linear-gradient(to bottom, rgb(212,204,209), rgb(179,169,172));
    height: 100%;
    transform-origin: left center;
    transform: scaleY(0);
    left: 0;
    position: absolute;
}.thxBlock_46037 .master_sessions_29614:hover::before {
    transform: scaleY(1);
}.thxBlock_46037 .master_sessions_29614 > div:first-child {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}.thxBlock_46037 h5 {
    margin: 0;
    color: #000000;
    position: relative;
    font-weight: 700;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(0);
    line-height: 1.4;
    font-size: 20px;
}.thxBlock_46037 .master_sessions_29614:hover h5 {
    transform: translateY(-5px);
}.thxBlock_46037 h5::after {
    position: absolute;
    bottom: -8px;
    height: 3px;
    width: 80px;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    content: "";
    background: linear-gradient(90deg, rgb(212,204,209), rgb(179,169,172));
    transform: scaleX(0.7);
    transform-origin: left center;
    left: 0;
}.thxBlock_46037 .master_sessions_29614:hover h5::after {
    transform: scaleX(1);
}.thxBlock_46037 a {
    position: relative;
    text-decoration: none;
    transition: transform 0.4s ease;
    overflow: hidden;
    display: block;
}.thxBlock_46037 a:hover {
    transform: translateX(5px);
}.thxBlock_46037 p {
    position: relative;
    font-size: 18px;
    transition: color 0.3s ease;
    margin: 0;
    font-family: Arial, sans-serif;
    color: #000000;
    line-height: 1.8;
    font-weight: 400;
}.thxBlock_46037 a:hover p {
    color: rgb(212,204,209);
}.thxBlock_46037 a::before {
    opacity: 0.3;
    pointer-events: none;
    transition: left 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    height: 100%;
    top: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, #ffffff, rgb(179,169,172,0.5), #ffffff);
    transform: skewX(-15deg);
    left: -100%;
    content: "";
}.thxBlock_46037 a:hover::before {
    left: 200%;
}

@media (min-width: 992px) {.thxBlock_46037 {
    padding: 150px 0;
}.thxBlock_46037 .master_sessions_29614 {
    margin: 0 auto;
    transform: perspective(1000px) rotateX(2deg);
    max-width: 85%;
    padding: 80px 70px;
}.thxBlock_46037 h5 {
    font-size: calc(20px * 1.15);
    line-height: 1.3;
}.thxBlock_46037 p {
    font-size: calc(18px * 1.1);
    line-height: 1.9;
}.thxBlock_46037 h5::after {
    width: 100px;
}
}

@media (min-width: 1200px) {.thxBlock_46037 .master_sessions_29614 {
    max-width: 75%;
}
}

@media (max-width: 991px) {.thxBlock_46037 {
    padding: 100px 0;
}.thxBlock_46037 .master_sessions_29614 {
    padding: 50px 40px;
}
}

@media (max-width: 767px) {.thxBlock_46037 {
    padding: 80px 0;
}.thxBlock_46037 .master_sessions_29614 {
    padding: 40px 30px;
    transform: perspective(1000px) rotateX(1deg);
}.thxBlock_46037 h5 {
    font-size: calc(20px * 0.9);
}
}

@media (max-width: 575px) {.thxBlock_46037 {
    padding: 60px 0;
}.thxBlock_46037 .master_sessions_29614 {
    transform: none;
    padding: 30px 20px;
}.thxBlock_46037 h5 {
    font-size: calc(20px * 0.85);
    line-height: 1.5;
}.thxBlock_46037 p {
    font-size: calc(18px * 0.95);
    line-height: 1.7;
}.thxBlock_46037 h5::after {
    height: 2px;
    width: 60px;
}}header .top_plank {
    color:  #ffffff;
    background: rgb(212,204,209);
}header .top_plank .header_panel_95340 div svg, header .top_plank .header_panel_95340 div svg path {
    fill: #ffffff;
}header .top_plank .header_panel_95340 div span {
    color: #ffffff;
}header .top_plank .header_panel_95340 {
    justify-content: flex-start;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 15px;
    padding: 15px 0 10px 0;
    width: 100%;
    line-height: 21px;
}header .top_plank .header_panel_95340 div {
    display: flex;
    align-items: center;
    margin-right: 24px;
    justify-content: flex-start;
}header .top_plank .header_panel_95340 div img, header .top_plank .header_panel_95340 div svg {
    width: 16px;
    margin-right: 8px;
    height: 16px;
}.price_plan_grid_95063 {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.price_plan_grid_95063::before {
    bottom: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(212,204,209,0.5) 100%);
    top: 0;
    backdrop-filter: blur(8px);
    content: "";
    right: 0;
    z-index: 1;
}.price_plan_grid_95063 .container {
    margin: 0 auto;
    max-width: 1400px;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}.price_plan_grid_95063 .promo_plans_42381 {
    display: flex;
    flex-direction: column;
    align-items: center;
}.price_plan_grid_95063 h2 {
    font-size: 31px;
    font-weight: 700;
    transform: translateY(0);
    position: relative;
    animation: fadeSlideDown 0.8s ease-out forwards;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
    color: #ffffff;
    margin-bottom: 25px;
    text-align: center;
}.price_plan_grid_95063 h2::after {
    bottom: -15px;
    content: "";
    transform: translateX(-50%) scaleX(0);
    position: absolute;
    width: 80px;
    height: 3px;
    background: rgb(212,204,209);
    left: 50%;
    animation: expandLine 1.2s 0.4s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}.price_plan_grid_95063 .pricing_tiers_18574 {
    text-align: center;
    animation: fadeSlideUp 0.8s 0.3s ease-out forwards;
    font-size: calc(12px * 1.1);
    opacity: 0;
    line-height: 1.6;
    margin: 0 auto 60px;
    transform: translateY(20px);
    color: #ffffff;
    max-width: 700px;
}.price_plan_grid_95063 .rate_card_70481 {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    perspective: 1000px;
    list-style: none;
    width: 100%;
    margin: 0;
    gap: 30px;
    padding: 0;
}.price_plan_grid_95063 .rate_card_70481 li {
    transform: translateY(30px) rotateX(10deg);
    animation: cardReveal 0.7s cubic-bezier(0.2, 1, 0.3, 1) forwards;
    opacity: 0;
}.price_plan_grid_95063 .rate_card_70481 li:nth-child(1) {
    animation-delay: 0.4s;
}.price_plan_grid_95063 .rate_card_70481 li:nth-child(2) {
    animation-delay: 0.6s;
}.price_plan_grid_95063 .rate_card_70481 li:nth-child(3) {
    animation-delay: 0.8s;
}.price_plan_grid_95063 .rate_card_70481 li:nth-child(4) {
    animation-delay: 1s;
}.price_plan_grid_95063 .pricing_options_31689 {
    height: 100%;
    text-decoration: none;
    will-change: transform;
    color: #000000;
    transition: transform 0.45s cubic-bezier(0.2, 1, 0.3, 1);
    display: block;
}.price_plan_grid_95063 .pricing_options_31689:hover {
    transform: translateY(-12px);
}.price_plan_grid_95063 .pricing_deals_12645 {
    transition: box-shadow 0.45s ease, transform 0.45s cubic-bezier(0.2, 1, 0.3, 1);
    position: relative;
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1), 0 5px 15px rgba(0,0,0,0.07);
    height: 100%;
    background: #ffffff;
    overflow: hidden;
}.price_plan_grid_95063 .pricing_options_31689:hover .pricing_deals_12645 {
    box-shadow: 0 25px 45px rgba(0,0,0,0.15), 0 10px 20px rgba(0,0,0,0.12);
}.price_plan_grid_95063 .pricing_deals_12645::before {
    top: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(212,204,209) 0%, rgb(179,169,172) 100%);
    left: 0;
    transition: transform 0.5s cubic-bezier(0.3, 0.7, 0.4, 1.5);
    position: absolute;
    height: 6px;
    transform: scaleX(0);
    transform-origin: right;
    content: "";
}.price_plan_grid_95063 .pricing_options_31689:hover .pricing_deals_12645::before {
    transform: scaleX(1);
    transform-origin: left;
}.price_plan_grid_95063 .study_fees_10792 {
    padding: 35px 30px;
    position: relative;
}.price_plan_grid_95063 .study_fees_10792 h4 {
    font-weight: 700;
    padding-bottom: 15px;
    position: relative;
    color: #000000;
    margin-bottom: 20px;
    font-size: calc(23px * 1.1);
    transition: color 0.35s ease;
}.price_plan_grid_95063 .pricing_options_31689:hover .study_fees_10792 h4 {
    color: rgb(212,204,209);
}.price_plan_grid_95063 .study_fees_10792 h4::after {
    transition: width 0.35s ease, background 0.35s ease;
    position: absolute;
    width: 50px;
    background: rgb(212,204,209,0.5);
    left: 0;
    bottom: 0;
    height: 2px;
    content: "";
}.price_plan_grid_95063 .pricing_options_31689:hover .study_fees_10792 h4::after {
    width: 75px;
    background: rgb(212,204,209);
}.price_plan_grid_95063 .study_fees_10792 p {
    color: #000000;
    overflow-y: auto;
    max-height: 150px;
    line-height: 1.7;
    position: relative;
    padding-right: 15px;
    font-size: 12px;
    margin-bottom: 30px;
}.price_plan_grid_95063 .study_fees_10792 p::-webkit-scrollbar {
    width: 6px;
}.price_plan_grid_95063 .study_fees_10792 p::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0,0,0,0.05);
}.price_plan_grid_95063 .study_fees_10792 p::-webkit-scrollbar-thumb {
    transition: background 0.3s ease;
    background: rgb(212,204,209,0.5);
    border-radius: 10px;
}.price_plan_grid_95063 .pricing_options_31689:hover .study_fees_10792 p::-webkit-scrollbar-thumb {
    background: rgb(212,204,209);
}.price_plan_grid_95063 .learning_fees_28495 {
    overflow: hidden;
    position: relative;
    font-size: calc(23px * 1.2);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    color: #ffffff;
    justify-content: center;
    display: flex;
    border-radius: 10px;
    align-items: center;
    font-weight: 700;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    background: linear-gradient(135deg, rgb(179,169,172,0.5) 0%, rgb(212,204,209) 100%);
    padding: 12px 20px;
}.price_plan_grid_95063 .pricing_options_31689:hover .learning_fees_28495 {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}.price_plan_grid_95063 .learning_fees_28495::before {
    transform: translateX(-100%);
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    height: 100%;
    position: absolute;
    transition: transform 0.6s ease;
    content: "";
}.price_plan_grid_95063 .pricing_options_31689:hover .learning_fees_28495::before {
    transform: translateX(100%);
}

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

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

@keyframes expandLine {
    from {
        transform: translateX(-50%) scaleX(0);
    }
    to {
        transform: translateX(-50%) scaleX(1);
    }
}

@keyframes cardReveal {
    from {
        opacity: 0;
        transform: translateY(30px) rotateX(10deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotateX(0);
    }
}

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

@media (max-width: 991px) {.price_plan_grid_95063 {
    padding: 80px 0;
}.price_plan_grid_95063 h2 {
    font-size: calc(31px * 0.9);
}.price_plan_grid_95063 .pricing_tiers_18574 {
    font-size: 12px;
    margin-bottom: 50px;
}.price_plan_grid_95063 .rate_card_70481 {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}.price_plan_grid_95063 .study_fees_10792 {
    padding: 25px 20px;
}
}

@media (max-width: 767px) {.price_plan_grid_95063 {
    padding: 60px 0;
}.price_plan_grid_95063 h2 {
    font-size: calc(31px * 0.8);
}.price_plan_grid_95063 .pricing_tiers_18574 {
    margin-bottom: 40px;
    font-size: calc(12px * 0.95);
}.price_plan_grid_95063 .rate_card_70481 {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 450px;
}.price_plan_grid_95063 .study_fees_10792 p {
    max-height: none;
}
}

@media (max-width: 480px) {.price_plan_grid_95063 {
    padding: 50px 0;
}.price_plan_grid_95063 h2 {
    font-size: calc(31px * 0.7);
}.price_plan_grid_95063 .study_fees_10792 {
    padding: 20px 18px;
}.price_plan_grid_95063 .learning_fees_28495 {
    font-size: calc(23px * 1.1);
    padding: 10px 15px;
}}.welcome_30924 {
    height: 100vh;
    width: 100%;
    overflow: hidden;
    position: relative;
}.learn_quickpro_30267 {
    padding: 2rem;
    display: flex;
    z-index: 1;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    height: 100%;
}.learn_quickpro_30267::before {
    width: 100%;
    z-index: -1;
    position: absolute;
    left: 0;
    height: 100%;
    background: linear-gradient(135deg, 
    rgb(212,204,209,0.5) 0%,
    rgba(0,0,0,0.5) 100%);
    top: 0;
    content: "";
}.learn_quickpro_30267::after {
    position: absolute;
    background: linear-gradient(to top, 
    #000000 0%, 
    transparent 100%);
    clip-path: polygon(0 30%, 100% 0, 100% 100%, 0 100%);
    height: 35%;
    left: 0;
    z-index: -1;
    width: 100%;
    content: "";
    bottom: 0;
}.welcome_30924 .learn_learn_79340 {
    z-index: 2;
    box-shadow: 
    0 25px 50px -12px rgba(0,0,0,0.45),
    0 0 0 1px rgba(255,255,255,0.1);
    margin-left: 5%;
    position: relative;
    padding: 3rem;
    transform-origin: left center;
    max-width: 650px;
    background: linear-gradient(
    145deg,
    rgba(255,255,255,0.12) 0%,
    rgba(255,255,255,0.05) 100%
  );
    backdrop-filter: blur(8px);
    animation: slideIn 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    transform: perspective(1000px) rotateY(-3deg);
}.welcome_30924 .learn_learn_79340::before {
    transform: translateZ(-10px);
    position: absolute;
    height: calc(100% + 30px);
    top: -15px;
    width: calc(100% + 30px);
    z-index: -1;
    left: -15px;
    content: "";
    background: linear-gradient(
    45deg,
    rgb(179,169,172) 0%,
    transparent 50%
  );
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 85%);
    opacity: 0.3;
}.welcome_30924 h1 {
    margin-bottom: 1.5rem;
    transform: translateX(-10px);
    opacity: 0;
    font-size: 45px;
    line-height: 1.2;
    animation: fadeSlideRight 0.8s 0.3s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
    position: relative;
    font-weight: 700;
}.welcome_30924 h1::after {
    transform: scaleX(0);
    height: 3px;
    width: 60px;
    background: rgb(179,169,172);
    position: absolute;
    left: 0;
    transform-origin: left;
    content: "";
    animation: lineExpand 0.8s 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    bottom: -10px;
}.welcome_30924 h3 {
    font-weight: 600;
    margin-bottom: 1.5rem;
    font-size: 19px;
    transform: translateX(-10px);
    animation: fadeSlideRight 0.8s 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    color: #ffffff;
    line-height: 1.4;
    opacity: 0;
}.welcome_30924 p {
    border-left: 2px solid rgb(179,169,172);
    padding-left: 15px;
    position: relative;
    animation: fadeSlideRight 0.8s 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    font-size: 16px;
    opacity: 0;
    color: #ffffff;
    margin-top: 2rem;
    line-height: 1.6;
    transform: translateX(-10px);
}

@keyframes slideIn {
  from {
    transform: perspective(1000px) rotateY(-15deg) translateX(-50px);
    opacity: 0;
  }
  to {
    transform: perspective(1000px) rotateY(-3deg) translateX(0);
    opacity: 1;
  }
}

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

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

@media (max-width: 991px) {.learn_quickpro_30267 {
    justify-content: center;
    padding: 1.5rem;
    align-items: center;
}.welcome_30924 .learn_learn_79340 {
    transform: perspective(800px) rotateY(-2deg);
    max-width: 600px;
    padding: 2.5rem;
    margin-left: 0;
}.welcome_30924 h1 {
    font-size: calc(45px * 0.85);
}.welcome_30924 h3 {
    font-size: calc(19px * 0.9);
}
}

@media (max-width: 768px) {.welcome_30924 {
    min-height: 100vh;
    height: auto;
}.learn_quickpro_30267 {
    min-height: 100vh;
}.welcome_30924 .learn_learn_79340 {
    margin: 0 auto;
    padding: 2rem;
    transform: none;
    background: linear-gradient(
      145deg,
      rgba(255,255,255,0.15) 0%,
      rgba(255,255,255,0.05) 100%
    );
    backdrop-filter: blur(5px);
    width: 90%;
}.welcome_30924 h1 {
    font-size: calc(45px * 0.7);
}.welcome_30924 h3 {
    margin-bottom: 1rem;
    font-size: calc(19px * 0.85);
}.welcome_30924 p {
    margin-top: 1.5rem;
    font-size: calc(16px * 0.95);
}.learn_quickpro_30267::after {
    clip-path: polygon(0 50%, 100% 0, 100% 100%, 0 100%);
    height: 25%;
}
}

@media (max-width: 576px) {.welcome_30924 .learn_learn_79340 {
    padding: 1.5rem;
    width: 95%;
}.welcome_30924 h1 {
    font-size: calc(45px * 0.6);
}.welcome_30924 h3 {
    font-size: calc(19px * 0.8);
}.welcome_30924 p {
    font-size: calc(16px * 0.9);
    padding-left: 10px;
}.welcome_30924 .learn_learn_79340::before {
    top: -8px;
    height: calc(100% + 16px);
    left: -8px;
    width: calc(100% + 16px);
}
}

@media (hover: hover) {.welcome_30924 .learn_learn_79340:hover {
    transform: perspective(1000px) rotateY(-1deg) translateZ(10px);
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 
      0 30px 60px -15px rgba(0,0,0,0.5),
      0 0 0 1px rgba(255,255,255,0.15);
}.welcome_30924 .learn_learn_79340:hover h1::after {
    transition: width 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    width: 100px;
}.welcome_30924 .learn_learn_79340:hover::before {
    transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    opacity: 0.5;
}}.contact_panel_19302 {
    background: rgb(239,237,239);
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}.contact_panel_19302::before {
    background: rgb(239,237,239);
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 1;
    top: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(212,204,209,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(179,169,172,0.5) 0%, transparent 30%);
    height: 100%;
    content: "";
}.contact_panel_19302::after {
    position: absolute;
    z-index: 1;
    opacity: 0.2;
    background-position: 0 0, 0 0, 0 0, 0 0;
    content: "";
    left: 0;
    background-image: 
        repeating-linear-gradient(45deg, rgb(212,204,209,0.5) 0, rgb(212,204,209,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(-45deg, rgb(179,169,172,0.5) 0, rgb(179,169,172,0.5) 1px, transparent 1px, transparent 20px),
        linear-gradient(90deg, rgb(212,204,209,0.5), transparent 70%),
        linear-gradient(180deg, rgb(179,169,172,0.5), transparent 70%);
    animation: backgroundMove 30s infinite linear;
    background-size: 30px 30px, 30px 30px, 100% 100%, 100% 100%;
    height: 100%;
    width: 100%;
    top: 0;
}@keyframes backgroundMove {
    0% {
        background-position: 0 0, 0 0, 0 0, 0 0;
    }
    100% {
        background-position: 60px 60px, 60px 60px, 0 0, 0 0;
    }
}

.contact_panel_19302 .container {
    padding: 0 30px;
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}.contact_panel_19302 h2 {
    margin-bottom: 50px;
    font-weight: 700;
    letter-spacing: 2px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    font-size: 38px;
}.contact_panel_19302 h2::before {
    background: rgb(212,204,209);
    height: 2px;
    box-shadow: 
        0 0 5px rgb(212,204,209),
        0 0 10px rgb(212,204,209),
        0 0 15px rgb(212,204,209);
    bottom: -15px;
    width: 100px;
    position: absolute;
    left: calc(50% - 50px);
    content: "";
}.contact_panel_19302 .help_links_20673 {
    position: relative;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgb(212,204,209,0.5);
    display: flex;
    overflow: hidden;
    border-radius: 12px;
}.contact_panel_19302 .help_links_20673::before {
    border: 1px solid rgb(212,204,209);
    content: "";
    border-radius: 12px;
    pointer-events: none;
    position: absolute;
    inset: 0;
    opacity: 0.2;
    z-index: 3;
}.contact_panel_19302 .photo_frame_91286 {
    overflow: hidden;
    flex: 0 0 45%;
    min-height: 550px;
    position: relative;
}.contact_panel_19302 .photo_frame_91286::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
}.contact_panel_19302 .photo_frame_91286::after {
    position: absolute;
    background: 
        linear-gradient(135deg, transparent 0%, rgb(212,204,209,0.5) 100%);
    opacity: 0.7;
    z-index: 2;
    inset: 0;
    content: "";
}.contact_panel_19302 .query_card_48213 {
    padding: 60px;
    flex: 0 0 55%;
    background: #ffffff;
    position: relative;
}.contact_panel_19302 .query_card_48213::before {
    opacity: 0.3;
    position: absolute;
    height: 200px;
    right: -100px;
    top: -100px;
    z-index: 0;
    background: rgb(212,204,209,0.5);
    filter: blur(100px);
    width: 200px;
    content: "";
}.contact_panel_19302 .query_card_48213::after {
    width: 150px;
    left: -75px;
    opacity: 0.3;
    z-index: 0;
    content: "";
    background: rgb(179,169,172,0.5);
    bottom: -75px;
    filter: blur(80px);
    height: 150px;
    position: absolute;
}.contact_panel_19302 form {
    z-index: 2;
    position: relative;
}.contact_panel_19302 form h3 {
    position: relative;
    letter-spacing: 1px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-size: 18px;
}.contact_panel_19302 form h3::after {
    width: 40px;
    content: "";
    position: absolute;
    bottom: -15px;
    box-shadow: 
        0 0 5px rgb(212,204,209,0.5),
        0 0 10px rgb(212,204,209,0.5);
    background: rgb(212,204,209);
    height: 2px;
    left: 0;
}.contact_panel_19302 form input[type="text"] {
    border: 1px solid rgb(212,204,209,0.5);
    border-radius: 8px;
    background: rgb(239,237,239);
    font-size: 17px;
    padding: 18px 25px;
    width: 100%;
    color: #000000;
    transition: all 0.3s ease;
    margin-bottom: 25px;
}.contact_panel_19302 form input[type="text"]:focus {
    outline: none;
    border-color: rgb(212,204,209);
    box-shadow: 
        0 0 0 1px rgb(212,204,209),
        0 0 5px rgb(212,204,209,0.5);
}.contact_panel_19302 form input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.7;
}.contact_panel_19302 .help_map_63054 {
    margin-bottom: 35px;
    position: relative;
}.contact_panel_19302 .help_map_63054 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_panel_19302 .help_map_63054 label {
    line-height: 1.5;
    cursor: pointer;
    position: relative;
    font-size: 12px;
    color: #000000;
    padding-left: 35px;
}.contact_panel_19302 .help_map_63054 label::before {
    border: 1px solid rgb(212,204,209,0.5);
    top: 0;
    left: 0;
    content: "";
    height: 22px;
    background: rgb(239,237,239);
    width: 22px;
    border-radius: 4px;
    position: absolute;
    transition: all 0.3s ease;
}.contact_panel_19302 .help_map_63054 input[type="checkbox"]:checked + label::before {
    box-shadow: 0 0 5px rgb(212,204,209,0.5);
    background: rgb(212,204,209);
    border-color: rgb(212,204,209);
}.contact_panel_19302 .help_map_63054 input[type="checkbox"]:checked + label::after {
    top: 4px;
    position: absolute;
    border-width: 0 2px 2px 0;
    width: 6px;
    content: "";
    border: solid #ffffff;
    height: 12px;
    transform: rotate(45deg);
    left: 8px;
}.contact_panel_19302 .help_map_63054 label a {
    color: rgb(212,204,209);
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    font-weight: 600;
}.contact_panel_19302 .help_map_63054 label a::after {
    position: absolute;
    width: 100%;
    transition: transform 0.3s ease;
    transform-origin: right;
    left: 0;
    height: 1px;
    transform: scaleX(0);
    background: rgb(212,204,209);
    content: "";
    bottom: -1px;
}.contact_panel_19302 .help_map_63054 label a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}.contact_panel_19302 .connect_feedback_13947 {
    position: relative;
    font-size: 16px;
    transition: all 0.3s ease;
    border: none;
    text-transform: uppercase;
    padding: 18px 30px;
    cursor: pointer;
    border-radius: 8px;
    letter-spacing: 1px;
    color: #ffffff;
    box-shadow: 
        0 5px 15px rgb(212,204,209,0.5),
        0 0 0 1px rgb(212,204,209);
    overflow: hidden;
    font-weight: 700;
    width: 100%;
    background: rgb(212,204,209);
}.contact_panel_19302 .connect_feedback_13947::before {
    top: 0;
    transform-origin: right;
    transition: transform 0.5s ease;
    width: 100%;
    position: absolute;
    background: rgb(179,169,172);
    height: 100%;
    content: "";
    transform: scaleX(0);
    left: 0;
    z-index: -1;
}.contact_panel_19302 .connect_feedback_13947:hover {
    box-shadow: 
        0 5px 20px rgb(179,169,172,0.5),
        0 0 0 1px rgb(179,169,172);
}.contact_panel_19302 .connect_feedback_13947:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.contact_panel_19302 svg {
    fill: rgb(212,204,209);
    transition: all 0.3s ease;
    width: 22px;
    height: 22px;
    filter: drop-shadow(0 0 2px rgb(212,204,209,0.5));
}.contact_panel_19302 svg path {
    transition: all 0.3s ease;
    fill: rgb(212,204,209);
}.contact_panel_19302 svg:hover,
.contact_panel_19302 svg:hover path {
    fill: rgb(179,169,172);
    filter: drop-shadow(0 0 3px rgb(179,169,172,0.5));
    transform: translateY(-2px);
}

@media (max-width: 1024px) {.contact_panel_19302 {
    padding: 80px 0;
}.contact_panel_19302 .photo_frame_91286 {
    min-height: 500px;
}.contact_panel_19302 .query_card_48213 {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.contact_panel_19302 {
    padding: 60px 0;
}.contact_panel_19302 h2 {
    font-size: calc(38px * 0.8);
    margin-bottom: 40px;
}.contact_panel_19302 .help_links_20673 {
    flex-direction: column;
}.contact_panel_19302 .photo_frame_91286 {
    width: 100%;
    min-height: 300px;
}.contact_panel_19302 .query_card_48213 {
    width: 100%;
    padding: 40px 30px;
}.contact_panel_19302 form h3 {
    margin-bottom: 30px;
}.contact_panel_19302 form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.contact_panel_19302 .help_map_63054 {
    margin-bottom: 25px;
}.contact_panel_19302 .connect_feedback_13947 {
    padding: 15px 25px;
}
}

@media (max-width: 480px) {.contact_panel_19302 {
    padding: 50px 0;
}.contact_panel_19302 h2 {
    margin-bottom: 30px;
    font-size: calc(38px * 0.7);
}.contact_panel_19302 .photo_frame_91286 {
    min-height: 200px;
}.contact_panel_19302 .query_card_48213 {
    padding: 30px 20px;
}.contact_panel_19302 form h3 {
    margin-bottom: 25px;
    font-size: calc(18px * 0.9);
}.contact_panel_19302 form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.contact_panel_19302 .help_map_63054 {
    margin-bottom: 20px;
}.contact_panel_19302 .help_map_63054 label {
    font-size: calc(12px * 0.9);
}.contact_panel_19302 .connect_feedback_13947 {
    padding: 12px 20px;
}}.overlayConsentSettings_82453 {
    background: rgb(239,237,239);
    border-top: 2px solid rgb(212,204,209);
    position: fixed;
    z-index: 90;
    width: 100%;
    bottom: 0;
}.cookie_guard_30461 {
    align-items: center;
    justify-content: space-between;
    display: flex;
    padding: 20px 0;
}.overlayConsentSettings_82453 h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.overlayConsentSettings_82453 p {
    font-size: 18px;
}.cookie_window_74539 {
    margin-right: 10px;
    flex-shrink: 0;
}.cookie_window_74539 svg, .cookie_window_74539 svg path, .cookie_window_74539 img {
    height: 100px;
    fill: rgb(212,204,209);
    width: 100px;
}.online_tracking_54018 {
    text-align: center;
    color: rgb(212,204,209);
    line-height: 35px;
    text-decoration: none;
    white-space: nowrap;
    font-size: 24px;
    cursor: pointer;
    flex-shrink: 0;
    margin-left: 10px;
    border-bottom: 2px solid rgb(212,204,209);
    min-width: 120px;
}.overlayConsentSettings_82453 p a {
    text-decoration: none;
    color: rgb(212,204,209);
}
@media only screen and (max-width: 1200px) {.overlayConsentSettings_82453 {
    padding: 20px;
}}
#cookie_notice_box_04257 {
    display: none;
}#cookie_notice_box_04257:checked ~ .overlayConsentSettings_82453 {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 800px) {.cookie_window_74539 {
    display: none;
}.cookie_guard_30461 {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.overlayConsentSettings_82453 h5 {
    text-align: center;
}.overlayConsentSettings_82453 p {
    text-align: center;
}.data_comply_97582 {
    margin-bottom: 20px;
}body .grid-container_46208 .online_tracking_54018 {
    margin-left: 0;
}}header {
    overflow: visible;
    position: relative;
    background: linear-gradient(135deg, rgb(239,237,239), #ffffff);
    width: 100%;
    z-index: 99;
}header::before {
    bottom: 0;
    background-size: 20px 20px;
    height: 15px;
    content: "";
    background: 
        radial-gradient(
            circle at 0% 50%,
            transparent 6px,
            rgb(212,204,209,0.5) 6px,
            rgb(212,204,209,0.5) 10px,
            transparent 10px
        ) repeat-x;
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 0.3;
}header .header_main_37285 {
    justify-content: space-between;
    padding: 25px 30px;
    display: flex;
    position: relative;
    align-items: center;
}header .header_main_37285::before,
header .header_main_37285::after {
    height: 2px;
    background: linear-gradient(to right, rgb(212,204,209), transparent);
    width: 30%;
    position: absolute;
    content: "";
}header .header_main_37285::before {
    left: 0;
    top: 10px;
}header .header_main_37285::after {
    right: 0;
    bottom: 10px;
    background: linear-gradient(to left, rgb(179,169,172), transparent);
}header .header_main_37285 .header_page_51423 {
    z-index: 2;
    position: relative;
}header .header_main_37285 .header_page_51423::before {
    position: absolute;
    background: rgb(212,204,209,0.5);
    width: 140%;
    top: -20%;
    opacity: 0.05;
    z-index: -1;
    transition: transform 0.5s ease-in-out;
    content: "";
    border-radius: 60% 40% 50% 30% / 40% 50% 60% 50%;
    left: -20%;
    height: 140%;
}header .header_main_37285 .header_page_51423:hover::before {
    transform: rotate(15deg) scale(1.1);
}header .header_main_37285 .header_page_51423 .site_top_80564 {
    transition: transform 0.3s ease;
    display: block;
}header .header_main_37285 .header_page_51423:hover .site_top_80564 {
    transform: translateY(-3px);
}header .header_main_37285 .header_page_51423 .site_top_80564 svg {
    width: auto;
    filter: drop-shadow(0 2px 3px rgba(0,0,0,0.1));
    height: 45px;
}header .header_main_37285 .nav_lesson_71398 {
    display: flex;
    padding: 0;
    margin: 0;
    position: relative;
    list-style: none;
}header .header_main_37285 .nav_lesson_71398::before {
    left: 0;
    height: 100%;
    opacity: 0.05;
    transition: all 0.5s ease;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    width: 100%;
    content: "";
    top: 0;
    background: rgb(179,169,172,0.5);
    position: absolute;
    z-index: -1;
}header .header_main_37285 .nav_lesson_71398:hover::before {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    opacity: 0.08;
}header .header_main_37285 .nav_lesson_71398 .nav_mainwrap_04263 {
    position: relative;
    margin: 0 8px;
}header .header_main_37285 .nav_lesson_71398 .nav_mainwrap_04263 a {
    padding: 10px 15px;
    color: #000000;
    font-size: 12px;
    transition: all 0.4s ease;
    font-weight: 600;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    overflow: hidden;
    font-family: Arial, sans-serif;
    display: block;
    text-decoration: none;
    position: relative;
}header .header_main_37285 .nav_lesson_71398 .nav_mainwrap_04263 a:hover {
    color: #ffffff;
    border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
}header .header_main_37285 .nav_lesson_71398 .nav_mainwrap_04263 a::before {
    content: "";
    z-index: -1;
    transform-origin: right top;
    height: 100%;
    width: 100%;
    border-radius: 0% 0% 0% 0% / 0% 0% 0% 0%;
    transform: scale(0);
    left: 0;
    background: rgb(212,204,209);
    top: 0;
    position: absolute;
    transition: transform 0.4s ease, border-radius 0.4s ease;
}header .header_main_37285 .nav_lesson_71398 .nav_mainwrap_04263 a:hover::before {
    transform: scale(1);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}header .header_main_37285 .nav_lesson_71398 .nav_mainwrap_04263:nth-child(2n) a::before {
    background: rgb(179,169,172);
    transform-origin: left bottom;
}header .header_main_37285 .nav_lesson_71398 .nav_mainwrap_04263:nth-child(2n) a:hover::before {
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
}header .header_main_37285 .nav_lesson_71398 .nav_mainwrap_04263:hover {
    animation: menu-wobble 1s ease;
}

@keyframes menu-wobble {
    0%, 100% {
        transform: translateX(0);
    }
    15% {
        transform: translateX(-3px) rotate(-1deg);
    }
    30% {
        transform: translateX(2px) rotate(1deg);
    }
    45% {
        transform: translateX(-2px) rotate(-0.5deg);
    }
    60% {
        transform: translateX(1px) rotate(0.5deg);
    }
    75% {
        transform: translateX(-1px) rotate(-0.25deg);
    }
}

@media (max-width: 992px) {header .header_main_37285 {
    flex-direction: column;
    padding: 20px 15px;
}header .header_main_37285 .header_page_51423 {
    margin-bottom: 15px;
}header .header_main_37285 .nav_lesson_71398 {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}header .header_main_37285 .nav_lesson_71398 .nav_mainwrap_04263 {
    margin: 5px;
}header .header_main_37285 .nav_lesson_71398 .nav_mainwrap_04263 a {
    padding: 8px 12px;
    font-size: calc(12px - 1px);
}
}

@media (max-width: 767px) {header .header_main_37285 {
    padding: 15px 10px;
}header .header_main_37285 .header_page_51423 .site_top_80564 svg {
    height: 40px;
}header .header_main_37285 .nav_lesson_71398 .nav_mainwrap_04263 a {
    padding: 6px 10px;
    font-size: calc(12px - 2px);
}}.privacy_encasement_62305 {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    background-color: rgb(239,237,239);
    color: #000000;
    line-height: 1.6;
    padding: 50px 20px;
    font-family: Arial, sans-serif;
}.privacy_encasement_62305 h1, .privacy_encasement_62305 h2, .privacy_encasement_62305 h3, .privacy_encasement_62305 h4, .privacy_encasement_62305 h5, .privacy_encasement_62305 h6 {
    margin-bottom: 20px;
    color: rgb(212,204,209);
}.privacy_encasement_62305 h1 {
    border-bottom: 2px solid rgb(179,169,172);
    font-size: 43px;
    font-weight: 700;
    padding-bottom: 10px;
}.privacy_encasement_62305 h2 {
    padding-bottom: 8px;
    border-bottom: 1px solid rgb(179,169,172);
    font-size: 36px;
    font-weight: 600;
}.privacy_encasement_62305 ul, .privacy_encasement_62305 ol {
    margin-bottom: 20px;
    list-style: none;
    padding-left: 20px;
}.privacy_encasement_62305 li {
    color: #000000;
    padding-left: 20px;
    margin-bottom: 10px;
    position: relative;
    font-size: 18px;
}.privacy_encasement_62305 ul li:before, .privacy_encasement_62305 ol li:before {
    width: 10px;
    background-color: rgb(179,169,172);
    border-radius: 50%;
    height: 10px;
    position: absolute;
    content: '';
    left: 0;
    top: 0.5em;
}.privacy_encasement_62305 p, .privacy_encasement_62305 span {
    font-size: 18px;
    margin-bottom: 20px;
}.privacy_encasement_62305 p {
    text-align: justify;
}.privacy_encasement_62305 div {
    margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {.privacy_encasement_62305 {
    padding: 30px 15px;
}.privacy_encasement_62305 h1 {
    font-size: calc(24px - 10px);
}.privacy_encasement_62305 h2 {
    font-size: calc(24px - 8px);
}.privacy_encasement_62305 p, .privacy_encasement_62305 li {
    font-size: calc(18px - 2px);
}}.teaching_experience_95102 {
    background: linear-gradient(to bottom, rgb(239,237,239), rgb(212,204,209,0.5) 120%);
    overflow: hidden;
    position: relative;
    padding: 5rem 2rem;
    border-radius: 19px;
}.teaching_experience_95102::before {
    position: absolute;
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(179,169,172,0.5) 0,
        rgb(179,169,172,0.5) 2px,
        transparent 2px,
        transparent 10px
    );
    z-index: 1;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    opacity: 0.3;
}.teaching_experience_95102 .user_reviews_45031 {
    max-width: 500px;
    margin: 0 auto;
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 2;
    display: flex;
    position: relative;
    flex-direction: column;
    transform: translateY(0);
}.teaching_experience_95102 .user_reviews_45031:hover {
    transform: translateY(-15px);
}.teaching_experience_95102 .photo_frame_91286 {
    margin: 0 auto;
    box-shadow: 0 15px 25px -5px rgba(0, 0, 0, 0.5);
    border-radius: 19px 19px 0 0;
    z-index: 3;
    height: 350px;
    transition: all 0.5s ease;
    position: relative;
    width: 80%;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
}.teaching_experience_95102 .photo_frame_91286::after {
    background: linear-gradient(to bottom, 
                transparent 50%, 
                rgb(212,204,209,0.5) 100%);
    top: 0;
    height: 100%;
    content: "";
    left: 0;
    border-radius: 19px 19px 0 0;
    position: absolute;
    width: 100%;
}.teaching_experience_95102 .user_reviews_45031:hover .photo_frame_91286 {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 95%);
}.teaching_experience_95102 .experience_42681 {
    margin-top: -50px;
    padding: 70px 2rem 2rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    transition: transform 0.5s ease;
    background: #ffffff;
    border-radius: 19px;
    transform: translateZ(0);
    z-index: 2;
    position: relative;
}.teaching_experience_95102 .experience_42681::before {
    height: 6px;
    content: "";
    top: 0;
    right: 0;
    position: absolute;
    animation: gradient-shift 8s infinite alternate;
    background: linear-gradient(90deg, 
                rgb(212,204,209), 
                rgb(179,169,172), 
                rgb(212,204,209));
    border-radius: 10px 10px 0 0;
    background-size: 200% 100%;
    left: 0;
}.teaching_experience_95102 .experience_42681::after {
    bottom: 20px;
    height: 60px;
    animation: float-blob 10s infinite alternate;
    opacity: 0.2;
    position: absolute;
    content: "";
    right: 20px;
    background: rgb(179,169,172,0.5);
    filter: blur(15px);
    width: 60px;
    border-radius: 20% 40% 50% 30%;
}.teaching_experience_95102 .name {
    transform: translateY(0);
    font-weight: 700;
    opacity: 0.9;
    font-size: 35px;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    margin-bottom: 0.5rem;
    color: rgb(212,204,209);
}.teaching_experience_95102 .experience_42681 > div:nth-child(2) {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    font-size: 20px;
    color: rgb(179,169,172);
    transition: all 0.4s ease 0.1s;
    font-weight: 600;
    transform: translateY(0);
    opacity: 0.8;
    position: relative;
}.teaching_experience_95102 .experience_42681 > div:nth-child(2)::after {
    position: absolute;
    transition: width 0.4s ease;
    width: 40px;
    height: 3px;
    bottom: 0;
    background: rgb(179,169,172,0.5);
    left: 0;
    content: "";
}.teaching_experience_95102 .user_reviews_45031:hover .experience_42681 > div:nth-child(2)::after {
    width: 100px;
}.teaching_experience_95102 .work_record_27608 {
    transition: all 0.5s ease 0.2s;
    opacity: 0.7;
    transform: translateY(10px);
    position: relative;
    color: #000000;
    font-size: 15px;
    padding: 1rem 0 0 1.5rem;
    border-left: 3px solid rgb(179,169,172,0.5);
    line-height: 1.7;
    font-style: italic;
}.teaching_experience_95102 .user_reviews_45031:hover .work_record_27608 {
    transform: translateY(0);
    opacity: 1;
}

@keyframes gradient-shift {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

@keyframes float-blob {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-10px) rotate(180deg);
    }
    100% {
        transform: translateY(10px) rotate(360deg);
    }
}

@media (max-width: 768px) {.teaching_experience_95102 .photo_frame_91286 {
    width: 100%;
    height: 250px;
}}.our_mission_17452 {
    position: relative;
    background-color: rgb(239,237,239);
    padding: 90px 0;
    overflow: hidden;
}.our_mission_17452::before {
    height: 100%;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    width: 40%;
    right: 0;
    background-color: rgb(212,204,209,0.5);
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
}.our_mission_17452::after {
    bottom: 0;
    z-index: 1;
    content: "";
    left: 0;
    height: 40%;
    width: 30%;
    background-color: rgb(179,169,172,0.5);
    clip-path: polygon(0% 30%, 100% 0%, 100% 100%, 0% 100%);
    position: absolute;
}.our_mission_17452 .container {
    z-index: 5;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.our_mission_17452 .master_sessions_29614 {
    gap: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}.our_mission_17452 .study_growth_65387 {
    position: relative;
    flex: 0 0 350px;
}.our_mission_17452 .study_growth_65387::before {
    background-color: rgb(212,204,209);
    top: 20px;
    z-index: -1;
    content: "";
    height: 100%;
    left: 20px;
    width: 100%;
    position: absolute;
    border-radius: 10px;
    transition: transform 0.4s ease;
}.our_mission_17452 .study_growth_65387:hover::before {
    transform: translate(-8px, 8px);
}.our_mission_17452 .photo_frame_91286 {
    position: relative;
    height: 400px;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
    width: 100%;
    transition: transform 0.4s ease;
    border-radius: 10px;
}.our_mission_17452 .study_growth_65387:hover .photo_frame_91286 {
    transform: translate(8px, -8px);
}.our_mission_17452 .master_class_80256 {
    min-width: 230px;
    background-color: #ffffff;
    transition: transform 0.4s ease;
    bottom: -30px;
    border-radius: 10px;
    position: absolute;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    padding: 25px;
    right: -30px;
}.our_mission_17452 .study_growth_65387:hover .master_class_80256 {
    transform: translateY(-5px);
}.our_mission_17452 .learn_mastery_38169 {
    font-weight: 700;
    font-family: Arial, sans-serif;
    margin: 0 0 8px 0;
    color: #000000;
    font-size: 23px;
}.our_mission_17452 .pro_track_93845 {
    margin: 0;
    font-size: 12px;
    color: rgb(212,204,209);
    font-weight: 400;
    font-family: Arial, sans-serif;
}.our_mission_17452 .text_bubble_26573 {
    display: flex;
    flex-direction: column;
    gap: 25px;
    flex: 1;
}.our_mission_17452 .study_learn_43602 {
    margin-bottom: 10px;
    align-items: center;
    display: flex;
    gap: 15px;
}.our_mission_17452 .study_learn_43602 svg {
    width: 50px;
    fill: rgb(212,204,209);
    height: 50px;
}.our_mission_17452 .study_learn_43602 svg path {
    fill: rgb(212,204,209);
}.our_mission_17452 h2 {
    font-size: 34px;
    color: #000000;
    margin: 0 0 5px 0;
    font-family: Arial, sans-serif;
    display: inline-block;
    position: relative;
    font-weight: 700;
}.our_mission_17452 h2::after {
    left: 0;
    bottom: -10px;
    background-color: rgb(212,204,209);
    content: "";
    position: absolute;
    width: 70px;
    height: 4px;
}.our_mission_17452 p {
    margin: 15px 0 0 0;
    font-size: 12px;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    font-weight: 400;
    color: #000000;
}

@media (max-width: 992px) {.our_mission_17452 {
    padding: 70px 0;
}.our_mission_17452::before {
    width: 50%;
}.our_mission_17452 .master_sessions_29614 {
    flex-direction: column;
    gap: 80px;
}.our_mission_17452 .study_growth_65387 {
    flex: 0 0 auto;
    max-width: 450px;
    width: 100%;
}.our_mission_17452 .photo_frame_91286 {
    height: 350px;
}.our_mission_17452 .master_class_80256 {
    min-width: 200px;
    padding: 20px;
}

}

@media (max-width: 768px) {.our_mission_17452 {
    padding: 60px 0;
}.our_mission_17452::before,
    .our_mission_17452::after {
    opacity: 0.5;
}.our_mission_17452 .study_growth_65387 {
    max-width: 380px;
}.our_mission_17452 .photo_frame_91286 {
    height: 300px;
}.our_mission_17452 .master_class_80256 {
    bottom: -25px;
    padding: 18px;
    right: -25px;
}.our_mission_17452 .learn_mastery_38169 {
    font-size: calc(23px * 0.9);
}.our_mission_17452 .pro_track_93845 {
    font-size: calc(12px * 0.9);
}.our_mission_17452 h2 {
    font-size: calc(34px * 0.9);
}.our_mission_17452 h2::after {
    width: 60px;
    height: 3px;
}
}

@media (max-width: 576px) {.our_mission_17452 {
    padding: 50px 0;
}.our_mission_17452 .master_sessions_29614 {
    gap: 60px;
}.our_mission_17452 .study_growth_65387 {
    max-width: 100%;
}.our_mission_17452 .photo_frame_91286 {
    height: 280px;
}.our_mission_17452 .study_growth_65387::before {
    left: 15px;
    top: 15px;
}.our_mission_17452 .master_class_80256 {
    bottom: -20px;
    min-width: 180px;
    right: -15px;
    padding: 15px;
}.our_mission_17452 .study_learn_43602 svg {
    width: 40px;
    height: 40px;
}.our_mission_17452 h2 {
    font-size: calc(34px * 0.8);
}.our_mission_17452 h2::after {
    bottom: -8px;
    height: 3px;
    width: 50px;
}.our_mission_17452 p {
    line-height: 1.7;
    font-size: calc(12px * 0.95);
}
}