* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}.meta_header_base {
    flex: 1 0 auto;
}.container {
    width: 1246px;
    max-width: 100%;
    margin: auto;
}.meta_wrapper-capsule {
    display: flex;
    height: 100%;
    flex-direction: column;
    min-height: 100%;
}html,body {
    color: #000000;
    min-height: 100%;
    scroll-behavior: auto;
    height: 100%;
    font-family: Arial, sans-serif;
}header,footer {
    width: 100%;
}svg {
    height: 30px;
    width: 30px;
}.meta_lang_learn {
    flex: 0 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.meta_teacher_profile {
    position: relative;
    background: linear-gradient(135deg, rgb(244,223,209) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
    padding: 6rem 0;
}.meta_teacher_profile::before {
    background: conic-gradient(from 45deg at 50% 50%, transparent 0deg, rgb(218,175,148,0.5) 90deg, transparent 180deg, rgb(192,134,108,0.5) 270deg, transparent 360deg);
    content: "";
    height: 100%;
    opacity: 0.2;
    width: 100%;
    top: 0;
    position: absolute;
    animation: rotateBg 30s linear infinite;
    left: 0;
}@keyframes rotateBg {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.meta_teacher_profile .container {
    z-index: 1;
    margin: 0 auto;
    padding: 0 1.5rem;
    max-width: 1200px;
    position: relative;
}.meta_teacher_profile .meta_review_showcase {
    grid-gap: 1.5rem;
    grid-template-columns: minmax(250px, 35%) 1fr;
    transform: perspective(1000px) rotateX(2deg);
    border-radius: 26px;
    transition: transform 0.3s ease;
    grid-template-areas:
        "photo quote"
        "photo name"
        "photo job";
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    padding: 3rem;
    display: grid;
    backdrop-filter: blur(8px);
}.meta_teacher_profile .meta_review_showcase:hover {
    transform: perspective(1000px) rotateX(0);
}.meta_teacher_profile .meta_image_box {
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
    transform: translateZ(20px);
    grid-area: photo;
    transition: transform 0.3s ease;
    border-radius: 26px;
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.5);
    min-height: 350px;
}.meta_teacher_profile .meta_review_showcase:hover .meta_image_box {
    transform: translateZ(30px);
}.meta_teacher_profile .name {
    margin-bottom: 0.5rem;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-size: 28px;
    font-weight: 700;
    grid-area: name;
    transform: translateZ(10px);
}.meta_teacher_profile .meta_review_showcase span:not(.name) {
    grid-area: job;
    margin-bottom: 1rem;
    font-size: 17px;
    transform: translateZ(5px);
    color: rgb(192,134,108);
    font-weight: 600;
}.meta_teacher_profile .meta_experience_summary {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
    border-radius: 10px;
    border-left: 4px solid rgb(218,175,148);
    padding: 1.5rem;
    color: #ffffff;
    transform: translateZ(15px);
    grid-area: quote;
    position: relative;
    font-size: 14px;
    line-height: 1.6;
}.meta_teacher_profile .meta_experience_summary::before {
    content: "";
    background: linear-gradient(90deg, rgb(218,175,148,0.5) 0%, transparent 100%);
    top: 0;
    opacity: 0.1;
    height: 100%;
    mix-blend-mode: overlay;
    width: 100%;
    border-radius: 10px;
    position: absolute;
    left: 0;
}

@media (max-width: 991px) {.meta_teacher_profile .meta_review_showcase {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
            "photo photo"
            "name job"
            "quote quote";
}.meta_teacher_profile .meta_image_box {
    clip-path: polygon(0 0, 100% 0, 95% 95%, 5% 95%);
    min-height: 300px;
}
}

@media (max-width: 767px) {.meta_teacher_profile {
    padding: 3rem 0;
}.meta_teacher_profile .meta_review_showcase {
    grid-template-areas:
            "meta_image_box"
            "name"
            "meta_career_overview"
            "meta_experience_summary";
    grid-template-columns: 1fr;
    padding: 2rem;
}.meta_teacher_profile .meta_image_box {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    min-height: 250px;
}}.meta_statistical_summary {
    background: linear-gradient(135deg, rgb(218,175,148,0.5) 0%, rgb(244,223,209) 50%, rgb(192,134,108,0.5) 100%);
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}.meta_statistical_summary::before {
    position: absolute;
    opacity: 0.3;
    z-index: -1;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    background: repeating-radial-gradient(
    circle at 10% 20%,
    rgb(218,175,148,0.5) 0%,
    transparent 40%,
    rgb(192,134,108,0.5) 80%
  );
}.meta_statistical_summary .container {
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
}.meta_statistical_summary .meta_statistics_expert {
    padding: 0 20px;
    grid-row: 1;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}.meta_statistical_summary .meta_success_factors {
    color: #ffffff;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
    font-size: 42px;
    font-weight: 700;
}.meta_statistical_summary .meta_success_factors::before {
    position: absolute;
    height: 6px;
    left: 20%;
    width: 60%;
    content: "";
    bottom: -15px;
    background: linear-gradient(90deg, transparent, rgb(218,175,148), transparent);
    border-radius: 10px;
}.meta_statistical_summary .meta_value_elevation {
    font-size: 14px;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.8;
    color: #ffffff;
    opacity: 0.8;
}.meta_statistical_summary .meta_boost_statistics {
    display: flex;
    z-index: 2;
    grid-row: 2;
    flex-wrap: wrap;
    position: relative;
    gap: 0;
    justify-content: center;
}.meta_statistical_summary .meta_knowledge_statistics {
    flex-direction: column;
    display: flex;
    flex: 1;
    transition: all 0.4s ease;
    align-items: center;
    overflow: hidden;
    position: relative;
    height: 300px;
    padding: 30px;
    justify-content: center;
    max-width: 300px;
    min-width: 200px;
}.meta_statistical_summary .meta_knowledge_statistics::before {
    height: 100%;
    position: absolute;
    transform-origin: top right;
    z-index: -1;
    left: 0;
    transition: transform 0.4s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background: rgb(244,223,209);
    content: "";
    transform: skewY(2deg);
    width: 100%;
    top: 0;
}.meta_statistical_summary .meta_knowledge_statistics:hover::before {
    transform: skewY(-2deg);
}.meta_statistical_summary .meta_knowledge_statistics::after {
    top: 0;
    content: "";
    position: absolute;
    height: 0;
    background: rgb(218,175,148);
    width: 3px;
    transition: height 0.6s ease;
    left: 0;
}.meta_statistical_summary .meta_knowledge_statistics:hover::after {
    height: 100%;
}.meta_statistical_summary .meta_knowledge_statistics:nth-child(2n)::after {
    left: auto;
    background: rgb(192,134,108);
    right: 0;
}.meta_statistical_summary .meta_knowledge_statistics:nth-child(3n)::after {
    left: 50%;
    width: 0;
    transform: translateX(-50%);
    bottom: 0;
    transition: width 0.6s ease;
    top: auto;
    height: 3px;
}.meta_statistical_summary .meta_knowledge_statistics:nth-child(3n):hover::after {
    width: 100%;
    height: 3px;
}.meta_statistical_summary .meta_knowledge_statistics h4 {
    font-size: calc(30px * 1.8);
    color: rgb(218,175,148);
    position: relative;
    transition: transform 0.3s ease;
    margin-bottom: 15px;
    font-weight: 700;
}.meta_statistical_summary .meta_knowledge_statistics:hover h4 {
    transform: scale(1.1);
}.meta_statistical_summary .meta_knowledge_statistics:nth-child(2n) h4 {
    color: rgb(192,134,108);
}.meta_statistical_summary .meta_knowledge_statistics span {
    max-width: 100%;
    opacity: 0.9;
    font-weight: 400;
    text-align: center;
    position: relative;
    transition: transform 0.3s ease 0.1s;
    font-size: 14px;
    color: #000000;
}.meta_statistical_summary .meta_knowledge_statistics:hover span {
    transform: translateY(5px);
}.meta_statistical_summary .meta_knowledge_statistics:nth-child(odd) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}.meta_statistical_summary .meta_knowledge_statistics:nth-child(even) {
    border-left: 1px solid rgba(0, 0, 0, 0.08);
    border-right: 1px solid rgba(0, 0, 0, 0.08);
}.meta_statistical_summary svg {
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: 0.5;
    height: 30px;
    width: 30px;
    fill: rgb(218,175,148);
    transition: all 0.3s ease;
}.meta_statistical_summary .meta_knowledge_statistics:hover svg {
    transform: rotate(15deg);
    opacity: 1;
}.meta_statistical_summary svg path {
    fill: rgb(218,175,148);
    transition: fill 0.3s ease;
}.meta_statistical_summary .meta_knowledge_statistics:nth-child(2n) svg path {
    fill: rgb(192,134,108);
}.meta_statistical_summary .meta_boost_statistics::before {
    width: 0;
    content: "";
    position: absolute;
    height: 0;
    z-index: 3;
    pointer-events: none;
}

@media (max-width: 992px) {.meta_statistical_summary {
    padding: 70px 0;
}.meta_statistical_summary .meta_boost_statistics {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    display: grid;
}.meta_statistical_summary .meta_knowledge_statistics {
    min-width: 0;
    height: 250px;
    max-width: none;
}
}

@media (max-width: 768px) {.meta_statistical_summary {
    padding: 60px 0;
}.meta_statistical_summary .meta_success_factors {
    font-size: calc(30px * 1.2);
}.meta_statistical_summary .meta_boost_statistics {
    grid-template-columns: 1fr;
}.meta_statistical_summary .meta_knowledge_statistics {
    height: 200px;
}.meta_statistical_summary .meta_knowledge_statistics h4 {
    font-size: calc(30px * 1.5);
}
}

@media (max-width: 576px) {.meta_statistical_summary {
    padding: 50px 0;
}.meta_statistical_summary .container {
    gap: 40px;
    padding: 0 15px;
}.meta_statistical_summary .meta_success_factors {
    font-size: 30px;
}.meta_statistical_summary .meta_value_elevation {
    font-size: calc(14px * 0.9);
}.meta_statistical_summary .meta_knowledge_statistics {
    height: 180px;
    padding: 20px;
}.meta_statistical_summary .meta_knowledge_statistics h4 {
    font-size: calc(30px * 1.3);
}.meta_statistical_summary .meta_knowledge_statistics span {
    font-size: calc(14px * 0.9);
}}

@keyframes floatIn {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.meta_statistical_summary .meta_knowledge_statistics {
    animation: floatIn 0.5s ease forwards;
    opacity: 0;
}.meta_statistical_summary .meta_knowledge_statistics:nth-child(1) {
    animation-delay: 0.1s;
}.meta_statistical_summary .meta_knowledge_statistics:nth-child(2) {
    animation-delay: 0.2s;
}.meta_statistical_summary .meta_knowledge_statistics:nth-child(3) {
    animation-delay: 0.3s;
}.meta_statistical_summary .meta_knowledge_statistics:nth-child(4) {
    animation-delay: 0.4s;
}.meta_statistical_summary::after {
    pointer-events: none;
    height: 0;
    content: "";
    bottom: 0;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: -1;
}.meta_statistical_summary .container::after {
    position: absolute;
    z-index: -1;
    animation: pulse 8s infinite alternate;
    height: 200px;
    content: "";
    background: rgb(218,175,148,0.5);
    width: 200px;
    top: -50px;
    border-radius: 50%;
    filter: blur(100px);
    right: -50px;
}@keyframes pulse {
  0% {
    opacity: 0.1;
    transform: scale(0.8);
  }
  100% {
    opacity: 0.3;
    transform: scale(1.2);
  }
}.meta_tyWrap {
    position: relative;
    background: linear-gradient(145deg, rgb(218,175,148,0.5), rgb(192,134,108,0.5));
    overflow: hidden;
    padding: 120px 0;
}.meta_tyWrap::before {
    pointer-events: none;
    transform: rotate(-15deg) skew(15deg);
    height: 70%;
    width: 50%;
    content: "";
    top: -10%;
    position: absolute;
    background: #ffffff;
    opacity: 0.03;
    left: -5%;
}.meta_tyWrap::after {
    right: -5%;
    opacity: 0.05;
    position: absolute;
    height: 80%;
    transform: rotate(25deg) skew(-15deg);
    content: "";
    width: 40%;
    pointer-events: none;
    background: rgb(192,134,108);
    bottom: -10%;
}.meta_tyWrap .container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}.meta_tyWrap .meta_learning_growth {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    flex-direction: column;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    background: #ffffff;
    padding: 60px 50px;
    display: flex;
    transform: perspective(1000px) rotateX(2deg);
}.meta_tyWrap .meta_learning_growth:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.meta_tyWrap .meta_learning_growth::before {
    width: 6px;
    left: 0;
    background: linear-gradient(to bottom, rgb(218,175,148), rgb(192,134,108));
    transform-origin: left center;
    height: 100%;
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    content: "";
    transform: scaleY(0);
    top: 0;
}.meta_tyWrap .meta_learning_growth:hover::before {
    transform: scaleY(1);
}.meta_tyWrap .meta_learning_growth > div:first-child {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}.meta_tyWrap h5 {
    margin: 0;
    line-height: 1.4;
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    transform: translateY(0);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.meta_tyWrap .meta_learning_growth:hover h5 {
    transform: translateY(-5px);
}.meta_tyWrap h5::after {
    left: 0;
    background: linear-gradient(90deg, rgb(218,175,148), rgb(192,134,108));
    width: 80px;
    transform: scaleX(0.7);
    bottom: -8px;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: absolute;
    content: "";
    transform-origin: left center;
    height: 3px;
}.meta_tyWrap .meta_learning_growth:hover h5::after {
    transform: scaleX(1);
}.meta_tyWrap a {
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: transform 0.4s ease;
    display: block;
}.meta_tyWrap a:hover {
    transform: translateX(5px);
}.meta_tyWrap p {
    font-family: Arial, sans-serif;
    transition: color 0.3s ease;
    position: relative;
    line-height: 1.8;
    font-size: 15px;
    color: #000000;
    font-weight: 400;
    margin: 0;
}.meta_tyWrap a:hover p {
    color: rgb(218,175,148);
}.meta_tyWrap a::before {
    width: 100%;
    transform: skewX(-15deg);
    height: 100%;
    transition: left 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    left: -100%;
    top: 0;
    position: absolute;
    opacity: 0.3;
    pointer-events: none;
    content: "";
    background: linear-gradient(90deg, #ffffff, rgb(192,134,108,0.5), #ffffff);
}.meta_tyWrap a:hover::before {
    left: 200%;
}

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

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

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

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

@media (max-width: 575px) {.meta_tyWrap {
    padding: 60px 0;
}.meta_tyWrap .meta_learning_growth {
    padding: 30px 20px;
    transform: none;
}.meta_tyWrap h5 {
    font-size: calc(24px * 0.85);
    line-height: 1.5;
}.meta_tyWrap p {
    line-height: 1.7;
    font-size: calc(15px * 0.95);
}.meta_tyWrap h5::after {
    height: 2px;
    width: 60px;
}}.meta_contact {
    padding: 100px 0;
    overflow: hidden;
    background: rgb(244,223,209);
    position: relative;
}.meta_contact::before {
    background-image: linear-gradient(30deg, rgb(192,134,108,0.5) 12%, transparent 12.5%, transparent 87%, rgb(192,134,108,0.5) 87.5%, rgb(192,134,108,0.5)),
                      linear-gradient(150deg, rgb(192,134,108,0.5) 12%, transparent 12.5%, transparent 87%, rgb(192,134,108,0.5) 87.5%, rgb(192,134,108,0.5)),
                      linear-gradient(30deg, rgb(192,134,108,0.5) 12%, transparent 12.5%, transparent 87%, rgb(192,134,108,0.5) 87.5%, rgb(192,134,108,0.5)),
                      linear-gradient(150deg, rgb(192,134,108,0.5) 12%, transparent 12.5%, transparent 87%, rgb(192,134,108,0.5) 87.5%, rgb(192,134,108,0.5)),
                      linear-gradient(60deg, rgb(218,175,148,0.5) 25%, transparent 25.5%, transparent 75%, rgb(218,175,148,0.5) 75%, rgb(218,175,148,0.5)),
                      linear-gradient(60deg, rgb(218,175,148,0.5) 25%, transparent 25.5%, transparent 75%, rgb(218,175,148,0.5) 75%, rgb(218,175,148,0.5));
    height: 100%;
    content: '';
    opacity: 0.05;
    position: absolute;
    width: 100%;
    background-size: 80px 140px;
    left: 0;
    background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px;
    top: 0;
}.meta_contact .meta_image_box {
    box-shadow: 5px 0 25px rgba(0, 0, 0, 0.2);
    width: 45%;
    height: 90%;
    top: 5%;
    border-radius: 0 23px 23px 0;
    position: absolute;
    left: 0;
}.meta_contact .meta_image_box::after {
    left: 0;
    content: '';
    top: 0;
    height: 100%;
    position: absolute;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
    width: 100%;
    border-radius: 0 23px 23px 0;
}.meta_contact .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
}.meta_contact h3 {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    padding: 10px 30px;
    position: relative;
    display: inline-block;
    background: #ffffff;
    font-size: 38px;
    border-radius: 10px;
    margin-bottom: 50px;
    color: rgb(218,175,148);
    font-weight: 700;
    text-align: center;
}.meta_contact .meta_support_form {
    flex-direction: column;
    float: right;
    display: flex;
    overflow: hidden;
    border-radius: 23px;
    position: relative;
    width: 60%;
    background: #ffffff;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
}.meta_contact .meta_support_form::before {
    top: 0;
    left: 0;
    height: 5px;
    width: 100%;
    background: linear-gradient(to right, rgb(218,175,148), rgb(192,134,108));
    position: absolute;
    content: '';
}.meta_contact .meta_help_info {
    padding: 40px;
}.meta_contact form h3 {
    border-bottom: 2px solid rgb(192,134,108,0.5);
    width: 100%;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 30px;
    display: block;
    color: #000000;
    background: transparent;
    font-size: 23px;
    padding: 0;
    text-align: left;
    padding-bottom: 10px;
}.meta_contact input[type="text"],
.meta_contact textarea {
    border: none;
    padding: 15px;
    font-family: Arial, sans-serif;
    width: 100%;
    font-size: 17px;
    color: #000000;
    border-radius: 10px;
    margin-bottom: 20px;
    background: rgb(244,223,209);
    transition: all 0.3s ease;
}.meta_contact input[type="text"]:focus,
.meta_contact textarea:focus {
    box-shadow: 0 0 0 2px rgb(218,175,148);
    outline: none;
    background: #ffffff;
}.meta_contact textarea {
    resize: none;
    height: 130px;
}.meta_contact .meta_connect_query {
    align-items: flex-start;
    display: flex;
    margin-bottom: 25px;
}.meta_contact .meta_connect_query input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.meta_contact .meta_connect_query label {
    line-height: 1.5;
    position: relative;
    cursor: pointer;
    color: #000000;
    padding-left: 30px;
    font-size: 14px;
}.meta_contact .meta_connect_query label::before {
    top: 2px;
    border-radius: 10px;
    position: absolute;
    transition: all 0.3s ease;
    height: 18px;
    width: 18px;
    left: 0;
    content: '';
    border: 1px solid rgb(218,175,148);
}.meta_contact .meta_connect_query input[type="checkbox"]:checked + label::before {
    background: rgb(218,175,148);
}.meta_contact .meta_connect_query input[type="checkbox"]:checked + label::after {
    content: '';
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    top: 6px;
    border: solid #ffffff;
    height: 9px;
    position: absolute;
    width: 6px;
    left: 6px;
}.meta_contact .meta_connect_query a {
    transition: all 0.3s ease;
    font-weight: 600;
    text-decoration: none;
    color: rgb(218,175,148);
}.meta_contact .meta_connect_query a:hover {
    color: rgb(192,134,108);
    text-decoration: underline;
}.meta_contact .meta_connect_feedback {
    color: #ffffff;
    background: linear-gradient(to right, rgb(218,175,148), rgb(218,175,148));
    border-radius: 10px;
    cursor: pointer;
    border: none;
    transition: all 0.5s ease;
    font-family: Arial, sans-serif;
    background-size: 200% auto;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 30px;
}.meta_contact .meta_connect_feedback:hover {
    background-position: right center;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgb(218,175,148,0.5);
}.meta_contact .meta_feedback_help {
    color: #ffffff;
    background: linear-gradient(135deg, rgb(218,175,148), rgb(192,134,108));
    padding: 40px;
}.meta_contact .meta_feedback_help h4 {
    margin-bottom: 25px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    font-size: 23px;
    color: #ffffff;
    position: relative;
}.meta_contact .meta_feedback_help h4::after {
    content: '';
    bottom: -8px;
    left: 0;
    position: absolute;
    width: 40px;
    background: #ffffff;
    height: 2px;
}.meta_contact .meta_query_message {
    padding: 0;
    margin: 0;
    list-style: none;
}.meta_contact .meta_query_message li {
    align-items: flex-start;
    display: flex;
    transition: transform 0.3s ease;
    margin-bottom: 20px;
}.meta_contact .meta_query_message li:hover {
    transform: translateX(5px);
}.meta_contact .meta_query_message svg {
    height: 22px;
    margin-right: 15px;
    width: 22px;
    flex-shrink: 0;
    margin-top: 3px;
}.meta_contact .meta_query_message svg path {
    fill: #ffffff;
}.meta_contact .meta_query_message span {
    line-height: 1.5;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 17px;
}.meta_contact .meta_query_message a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: #ffffff;
}.meta_contact .meta_query_message a:hover {
    text-decoration: underline;
    opacity: 0.8;
}

@media (max-width: 992px) {.meta_contact {
    padding: 80px 0;
}.meta_contact .meta_image_box {
    display: none;
}.meta_contact .meta_support_form {
    margin: 0 auto;
    float: none;
    width: 100%;
    max-width: 650px;
}
}

@media (max-width: 768px) {.meta_contact {
    padding: 60px 0;
}.meta_contact h3 {
    margin-bottom: 40px;
    font-size: calc(38px * 0.9);
}.meta_contact .meta_help_info,
    .meta_contact .meta_feedback_help {
    padding: 30px;
}.meta_contact form h3,
    .meta_contact .meta_feedback_help h4 {
    font-size: calc(23px * 0.9);
    margin-bottom: 20px;
}
}

@media (max-width: 576px) {.meta_contact {
    padding: 40px 0;
}.meta_contact h3 {
    font-size: calc(38px * 0.8);
    margin-bottom: 30px;
}.meta_contact .meta_help_info,
    .meta_contact .meta_feedback_help {
    padding: 25px 20px;
}.meta_contact input[type="text"],
    .meta_contact textarea {
    padding: 12px;
    margin-bottom: 15px;
}.meta_contact textarea {
    height: 110px;
}.meta_contact .meta_connect_feedback {
    width: 100%;
}}footer {
    width: 100%;
    position: relative;
}footer .meta_lang_learn {
    color: #ffffff;
    position: relative;
    background: linear-gradient(135deg, rgb(218,175,148), rgb(192,134,108));
    padding: 120px 0 30px;
    font-family: Arial, sans-serif;
}footer .meta_lang_learn::before {
    top: 0;
    content: "";
    background: #ffffff;
    width: 100%;
    position: absolute;
    transform: rotateX(180deg);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
    opacity: 0.25;
    height: 100px;
    left: 0;
}footer .meta_lang_learn::after {
    opacity: 0.15;
    bottom: 0;
    position: absolute;
    content: "";
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
    height: 50px;
    left: 0;
    width: 100%;
    background: #ffffff;
}footer .meta_telegram_ref {
    z-index: 1;
    position: relative;
}footer .meta_contact_question {
    flex-wrap: wrap;
    margin-bottom: 60px;
    gap: 20px;
    display: flex;
    justify-content: center;
}footer .info_item {
    overflow: hidden;
    padding: 0 25px;
    display: flex;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 40px;
    max-width: 300px;
    position: relative;
    align-items: center;
    height: 80px;
    flex: 1 1 200px;
}footer .info_item::before {
    position: absolute;
    content: "";
    z-index: -1;
    left: -100%;
    width: 100%;
    animation: waveAnimation 15s linear infinite;
    opacity: 0.1;
    height: 100%;
    background: #ffffff;
}@keyframes waveAnimation {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

footer .info_item:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
    background-color: rgb(192,134,108,0.5);
}footer .info_item svg {
    width: 20px;
    margin-right: 15px;
    flex-shrink: 0;
    fill: #ffffff;
    height: 20px;
}footer .info_item p,
footer .info_item a {
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 14px;
    color: #ffffff;
}footer .info_item a:hover {
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}footer .text_main_holder {
    flex-wrap: wrap;
    display: flex;
    position: relative;
    gap: 25px;
}footer .meta_top_sitebar {
    margin-bottom: 30px;
    text-align: center;
    flex: 1 1 100%;
    position: relative;
}footer .meta_top_sitebar svg {
    margin: 0 auto 20px;
    width: auto;
    height: 50px;
    filter: brightness(0) invert(1);
}footer .meta_med_guides {
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.8);
    max-width: 500px;
    line-height: 1.6;
}footer .meta_first_teach,footer .subscribe_holder {
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
    overflow: hidden;
    border-radius: 13px;
    flex: 1 1 300px;
    padding: 30px;
}footer .meta_first_teach::before,footer .subscribe_holder::before {
    animation: waveAnimation 20s linear infinite;
    opacity: 0.1;
    height: 100%;
    top: 0;
    width: 300%;
    content: "";
    position: absolute;
    z-index: -1;
    background: #ffffff;
    left: -100%;
}footer .meta_first_teach h5, footer .subscribe_holder h5 {
    display: inline-block;
    margin-bottom: 20px;
    color: #ffffff;
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 21px;
    position: relative;
}footer .meta_first_teach h5::after, footer .subscribe_holder h5::after {
    height: 2px;
    content: "";
    background: linear-gradient(90deg, #ffffff, transparent);
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}footer .meta_header_guide {
    display: flex;
    margin-bottom: 20px;
    gap: 10px;
    flex-wrap: wrap;
}footer .meta_header_guide a {
    position: relative;
    padding: 8px 15px;
    transition: all 0.3s ease;
    border-radius: 20px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
    overflow: hidden;
    text-align: center;
    background-color: rgb(218,175,148,0.5);
    font-size: 14px;
    flex: 1 1 calc(50% - 10px);
}footer .meta_header_guide a::before {
    width: 100%;
    left: -100%;
    position: absolute;
    content: "";
    height: 2px;
    bottom: 0;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    transition: left 0.3s ease;
}footer .meta_header_guide a:hover {
    transform: translateY(-3px);
    background-color: rgb(192,134,108,0.5);
}footer .meta_header_guide a:hover::before {
    left: 0;
}footer .subscribe_holder p {
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 1.6;
}footer .input_holder {
    flex-direction: column;
    position: relative;
    gap: 15px;
    display: flex;
}footer .input_holder input[type="email"] {
    padding: 15px 20px;
    border: none;
    transition: all 0.3s ease;
    font-size: 14px;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 25px;
}footer .input_holder input[type="email"]:focus {
    background-color: rgb(218,175,148,0.5);
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .meta_email_signup {
    padding: 15px 20px;
    transition: all 0.3s ease;
    font-size: 16px;
    cursor: pointer;
    border: none;
    border-radius: 25px;
    background-color: #ffffff;
    color: rgb(218,175,148);
    position: relative;
    overflow: hidden;
    font-weight: 600;
}footer .meta_email_signup::after {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: "";
    transition: left 0.7s ease;
    position: absolute;
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
}footer .meta_email_signup:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: rgb(244,223,209);
}footer .meta_email_signup:hover::after {
    left: 100%;
}footer .meta_sponsor_logo {
    position: relative;
    margin-top: 60px;
    text-align: center;
}footer .meta_debate_club {
    font-size: 14px;
    padding: 0 30px;
    position: relative;
    display: inline-block;
    color: rgba(255, 255, 255, 0.7);
}footer .meta_debate_club::before,
footer .meta_debate_club::after {
    background-color: rgba(255, 255, 255, 0.3);
    top: 50%;
    width: 20px;
    height: 1px;
    content: "";
    position: absolute;
}footer .meta_debate_club::before {
    left: 0;
}footer .meta_debate_club::after {
    right: 0;
}

@media (min-width: 768px) {footer .meta_top_sitebar {
    flex: 1 1 100%;
}footer .meta_first_teach, footer .subscribe_holder {
    flex: 1 1 300px;
}footer .input_holder {
    flex-direction: row;
}footer .meta_email_signup {
    white-space: nowrap;
}
}

@media (max-width: 991px) {footer .meta_lang_learn {
    padding: 100px 0 30px;
}footer .text_main_holder {
    gap: 20px;
}
}

@media (max-width: 767px) {footer .meta_lang_learn {
    padding: 80px 0 30px;
}footer .meta_lang_learn::before {
    background-size: 100% 60px;
    height: 60px;
}footer .meta_contact_question {
    margin-bottom: 40px;
}footer .info_item {
    padding: 15px 20px;
    height: auto;
}footer .meta_first_teach, footer .subscribe_holder {
    padding: 25px 20px;
}footer .meta_sponsor_logo {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .meta_lang_learn {
    padding: 60px 0 20px;
}footer .meta_lang_learn::before {
    background-size: 100% 40px;
    height: 40px;
}footer .meta_first_teach h5, footer .subscribe_holder h5 {
    margin-bottom: 15px;
    font-size: calc(21px - 2px);
}footer .meta_header_guide a {
    flex: 1 1 100%;
}footer .input_holder input[type="email"],
    footer .meta_email_signup {
    padding: 12px 15px;
}}.meta_teaching_process {
    padding: 180px 0 150px;
    background: linear-gradient(155deg, rgb(244,223,209) 0%, rgb(218,175,148,0.5) 100%);
    overflow: visible;
    position: relative;
}.meta_teaching_process::before {
    height: 100%;
    position: absolute;
    background: linear-gradient(45deg, rgb(218,175,148,0.5) 0%, transparent 60%);
    content: '';
    top: 0;
    z-index: 1;
    left: 0;
    width: 100%;
    opacity: 0.1;
}.meta_teaching_process .meta_learning_growth {
    margin: 0 auto;
    justify-content: flex-start;
    display: flex;
    z-index: 2;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
}.meta_teaching_process .meta_text_holder_wrap {
    width: 55%;
    position: relative;
    margin-left: 5%;
    flex-direction: column;
    display: flex;
}.meta_teaching_process .meta_text_holder_wrap h2 {
    align-self: flex-start;
    transform: translateX(-80px) translateY(20px);
    font-size: 38px;
    border-radius: 0 21px 21px 0;
    font-weight: 700;
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(10px);
    z-index: 4;
    position: relative;
    background: linear-gradient(120deg, rgb(218,175,148,0.5) 0%, rgba(255, 255, 255, 0.1) 100%);
    color: #ffffff;
    padding: 40px;
    margin-bottom: 0;
}.meta_teaching_process .meta_text_holder_wrap p {
    z-index: 3;
    font-size: 17px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    line-height: 1.8;
    border-radius: 21px 0 0 21px;
    margin-top: -30px;
    align-self: flex-end;
    position: relative;
    color: #ffffff;
    padding: 45px;
    background: rgba(255, 255, 255, 0.05);
    transform: translateX(60px);
    backdrop-filter: blur(15px);
}.meta_teaching_process .meta_text_holder_wrap::before {
    opacity: 0.1;
    transform: rotate(25deg);
    height: 300px;
    position: absolute;
    width: 300px;
    animation: rotate-float 40s infinite linear;
    right: -200px;
    z-index: 1;
    border: 2px solid rgb(218,175,148,0.5);
    content: '';
    top: -130px;
}.meta_teaching_process .meta_text_holder_wrap::after {
    animation: rotate-float 30s infinite linear reverse;
    transform: rotate(15deg);
    z-index: 0;
    position: absolute;
    left: -150px;
    width: 250px;
    height: 250px;
    content: '';
    opacity: 0.1;
    border: 2px solid rgb(192,134,108,0.5);
    bottom: -100px;
}.meta_teaching_process .meta_text_holder_wrap h2::before {
    top: -25px;
    content: '';
    height: 80px;
    z-index: -1;
    position: absolute;
    width: 80px;
    transform: rotate(45deg);
    opacity: 0.1;
    background: rgb(218,175,148);
    left: -25px;
}.meta_teaching_process .meta_text_holder_wrap h2::after {
    position: absolute;
    height: 3px;
    content: '';
    opacity: 0.6;
    left: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(218,175,148) 0%, transparent 100%);
}.meta_teaching_process .meta_text_holder_wrap p::before {
    position: absolute;
    opacity: 0.3;
    content: '';
    right: 0;
    width: 15px;
    top: 15%;
    background: rgb(192,134,108,0.5);
    height: 70%;
}.meta_teaching_process .meta_text_holder_wrap p::after {
    height: 3px;
    content: '';
    background: linear-gradient(90deg, transparent 0%, rgb(218,175,148) 100%);
    animation: pulse-width 5s infinite ease-in-out;
    right: 30px;
    opacity: 0.3;
    bottom: 20px;
    transform-origin: right center;
    width: 170px;
    position: absolute;
}.meta_teaching_process::after {
    position: absolute;
    content: '';
    height: 2px;
    bottom: 50px;
    background: linear-gradient(90deg, transparent 0%, rgb(218,175,148) 60%, rgb(218,175,148) 100%);
    width: 35%;
    opacity: 0.3;
    right: 0;
    z-index: 1;
}.meta_teaching_process .meta_learning_growth::before {
    opacity: 0.05;
    left: -125px;
    height: 250px;
    width: 250px;
    top: -125px;
    content: '';
    filter: blur(80px);
    position: absolute;
    border-radius: 50%;
    background: rgb(218,175,148);
    animation: pulse-subtle 15s infinite alternate;
}.meta_teaching_process .meta_learning_growth::after {
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgb(218,175,148,0.5), transparent);
    height: 150%;
    opacity: 0.2;
    top: -25%;
    position: absolute;
    content: '';
    left: 30%;
    z-index: 0;
}

@keyframes rotate-float {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulse-width {
    0%, 100% {
        width: 170px;
        opacity: 0.3;
    }
    50% {
        width: 120px;
        opacity: 0.5;
    }
}

@keyframes pulse-subtle {
    0%, 100% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.08;
        transform: scale(1.1);
    }
}

@media screen and (max-width: 1200px) {.meta_teaching_process .meta_text_holder_wrap {
    width: 65%;
}.meta_teaching_process .meta_text_holder_wrap h2 {
    transform: translateX(-60px) translateY(20px);
}.meta_teaching_process .meta_text_holder_wrap p {
    transform: translateX(40px);
}.meta_teaching_process .meta_text_holder_wrap::before {
    height: 250px;
    right: -150px;
    width: 250px;
}.meta_teaching_process .meta_text_holder_wrap::after {
    height: 200px;
    left: -100px;
    width: 200px;
}
}

@media screen and (max-width: 992px) {.meta_teaching_process {
    padding: 150px 0 120px;
}.meta_teaching_process .meta_text_holder_wrap {
    width: 75%;
}.meta_teaching_process .meta_text_holder_wrap h2 {
    padding: 35px;
    transform: translateX(-40px) translateY(15px);
}.meta_teaching_process .meta_text_holder_wrap p {
    transform: translateX(30px);
    padding: 35px;
}.meta_teaching_process .meta_text_holder_wrap::before {
    right: -100px;
    height: 200px;
    top: -100px;
    width: 200px;
}.meta_teaching_process .meta_text_holder_wrap::after {
    height: 150px;
    width: 150px;
    left: -75px;
    bottom: -75px;
}.meta_teaching_process .meta_learning_growth::after {
    left: 20%;
}
}

@media screen and (max-width: 768px) {.meta_teaching_process {
    padding: 120px 0 100px;
    overflow: hidden;
}.meta_teaching_process .meta_learning_growth {
    justify-content: center;
}.meta_teaching_process .meta_text_holder_wrap {
    width: 90%;
    margin-left: 0;
}.meta_teaching_process .meta_text_holder_wrap h2 {
    font-size: calc(38px * 0.9);
    transform: translateX(0) translateY(0);
    margin-bottom: 20px;
    border-radius: 21px;
    padding: 30px;
    align-self: center;
}.meta_teaching_process .meta_text_holder_wrap p {
    transform: translateX(0);
    margin-top: 0;
    border-radius: 21px;
    align-self: center;
    padding: 30px;
}.meta_teaching_process .meta_text_holder_wrap::before,
    .meta_teaching_process .meta_text_holder_wrap::after,
    .meta_teaching_process::after,
    .meta_teaching_process .meta_learning_growth::before,
    .meta_teaching_process .meta_learning_growth::after {
    display: none;
}
}

@media screen and (max-width: 480px) {.meta_teaching_process {
    padding: 100px 0 80px;
}.meta_teaching_process .meta_text_holder_wrap {
    width: 100%;
}.meta_teaching_process .meta_text_holder_wrap h2 {
    font-size: calc(38px * 0.8);
    padding: 25px;
}.meta_teaching_process .meta_text_holder_wrap p {
    font-size: calc(17px * 0.9);
    padding: 25px;
}}.meta_pricing_options {
    overflow: hidden;
    position: relative;
    color: #ffffff;
    padding: 120px 0;
}.meta_pricing_options::before {
    content: "";
    top: 0;
    left: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    right: 0;
    z-index: 1;
    position: absolute;
    bottom: 0;
}.meta_pricing_options .container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}.meta_pricing_options .meta_plan_matrix {
    position: relative;
}.meta_pricing_options .meta_plan_matrix::before {
    opacity: 0.2;
    pointer-events: none;
    height: 300px;
    background: radial-gradient(circle, rgb(218,175,148,0.5) 0%, transparent 70%);
    left: -150px;
    width: 300px;
    position: absolute;
    top: -50px;
    border-radius: 50%;
    content: "";
}.meta_pricing_options .meta_plan_matrix::after {
    bottom: -80px;
    width: 250px;
    opacity: 0.15;
    height: 250px;
    border-radius: 50%;
    pointer-events: none;
    position: absolute;
    content: "";
    right: -120px;
    background: radial-gradient(circle, rgb(192,134,108,0.5) 0%, transparent 70%);
}.meta_pricing_options h2 {
    font-weight: 700;
    display: inline-block;
    font-size: 35px;
    position: relative;
    margin-bottom: 20px;
    color: #ffffff;
    transform: translateX(-5%);
}.meta_pricing_options h2::after {
    width: 60%;
    left: 0;
    content: "";
    height: 3px;
    background: linear-gradient(90deg, rgb(218,175,148) 0%, rgb(192,134,108) 100%);
    position: absolute;
    bottom: -8px;
}.meta_pricing_options .meta_cost_table {
    transform: translateX(-3%);
    margin-bottom: 50px;
    opacity: 0.9;
    max-width: 80%;
    font-size: calc(14px * 1.1);
    line-height: 1.6;
}.meta_pricing_options .meta_bundle_rate {
    list-style: none;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    gap: 30px;
    margin: 0;
}.meta_pricing_options .meta_bundle_rate li {
    transition: transform 0.4s ease;
    perspective: 1000px;
    transform-style: preserve-3d;
}.meta_pricing_options .meta_value_fees {
    color: #ffffff;
    height: 100%;
    display: block;
    text-decoration: none;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
}.meta_pricing_options .meta_value_fees:hover {
    transform: translateY(-8px) scale(1.02);
}.meta_pricing_options .meta_price_sheet {
    padding: 5px;
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.12) 0%, 
        rgba(255,255,255,0.05) 100%);
    overflow: hidden;
    border-radius: 8px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 15px 25px rgba(0,0,0,0.2), 
                0 5px 10px rgba(0,0,0,0.1), 
                inset 0 1px 1px rgba(255,255,255,0.1);
    height: 100%;
}.meta_pricing_options .meta_price_sheet::before {
    left: 0;
    background: linear-gradient(45deg, 
        rgb(218,175,148,0.5) 0%, 
        transparent 50%, 
        rgb(192,134,108,0.5) 100%);
    transition: opacity 0.4s ease;
    content: "";
    top: 0;
    position: absolute;
    opacity: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}.meta_pricing_options .meta_value_fees:hover .meta_price_sheet::before {
    opacity: 0.15;
}.meta_pricing_options .meta_discount_tier {
    z-index: 1;
    height: 100%;
    position: relative;
    padding: 35px 30px;
    flex-direction: column;
    display: flex;
}.meta_pricing_options .meta_discount_tier h4 {
    margin: 0 0 20px;
    font-weight: 700;
    color: #ffffff;
    font-size: calc(24px * 1.2);
    transition: color 0.3s ease;
    position: relative;
}.meta_pricing_options .meta_discount_tier h4::after {
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, rgb(218,175,148), rgb(192,134,108));
    opacity: 0.8;
    width: 5px;
    transition: all 0.3s ease;
    height: 70%;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
}.meta_pricing_options .meta_value_fees:hover .meta_discount_tier h4::after {
    opacity: 1;
    height: 100%;
}.meta_pricing_options .meta_discount_tier p {
    max-height: 200px;
    color: rgba(255,255,255,0.8);
    margin-bottom: 25px;
    flex-grow: 1;
    scrollbar-width: thin;
    font-size: 14px;
    scrollbar-color: rgb(218,175,148) rgba(255,255,255,0.1);
    word-break: break-word;
    overflow-y: auto;
    overflow-wrap: break-word;
    line-height: 1.6;
}.meta_pricing_options .meta_discount_tier p::-webkit-scrollbar {
    width: 5px;
}.meta_pricing_options .meta_discount_tier p::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(255,255,255,0.1);
}.meta_pricing_options .meta_discount_tier p::-webkit-scrollbar-thumb {
    background: rgb(218,175,148);
    border-radius: 10px;
}.meta_pricing_options .meta_learning_fees {
    position: relative;
    display: inline-block;
    color: #ffffff;
    border-radius: 4px;
    padding: 5px 10px;
    font-size: calc(24px * 1.3);
    margin-top: auto;
    align-self: flex-start;
    transition: all 0.3s ease;
    font-weight: 700;
    background: linear-gradient(135deg, 
        rgb(218,175,148,0.5) 0%, 
        rgb(192,134,108,0.5) 100%);
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}.meta_pricing_options .meta_value_fees:hover .meta_learning_fees {
    transform: scale(1.05);
    box-shadow: 0 6px 15px rgba(0,0,0,0.25);
}

@media (max-width: 1200px) {.meta_pricing_options {
    padding: 100px 0;
}.meta_pricing_options .meta_bundle_rate {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}.meta_pricing_options h2 {
    transform: translateX(0);
}.meta_pricing_options .meta_cost_table {
    max-width: 90%;
    transform: translateX(0);
}
}

@media (max-width: 992px) {.meta_pricing_options {
    padding: 80px 0;
}.meta_pricing_options .meta_bundle_rate {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.meta_pricing_options .meta_discount_tier {
    padding: 25px 20px;
}.meta_pricing_options .meta_discount_tier p {
    max-height: 180px;
    font-size: calc(14px * 0.95);
}.meta_pricing_options .meta_learning_fees {
    font-size: calc(24px * 1.2);
}
}

@media (max-width: 768px) {.meta_pricing_options {
    padding: 70px 0;
}.meta_pricing_options .meta_bundle_rate {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}.meta_pricing_options h2 {
    font-size: calc(35px * 0.9);
}.meta_pricing_options .meta_cost_table {
    max-width: 100%;
    font-size: 14px;
    margin-bottom: 40px;
}
}

@media (max-width: 576px) {.meta_pricing_options {
    padding: 60px 0;
}.meta_pricing_options .meta_bundle_rate {
    grid-template-columns: 1fr;
}.meta_pricing_options h2 {
    text-align: center;
    font-size: calc(35px * 0.8);
    display: block;
}.meta_pricing_options h2::after {
    left: 20%;
    width: 60%;
}.meta_pricing_options .meta_cost_table {
    text-align: center;
    margin-bottom: 30px;
}.meta_pricing_options .meta_discount_tier h4 {
    font-size: calc(24px * 1.1);
}.meta_pricing_options .meta_discount_tier p {
    max-height: 150px;
}.meta_pricing_options .meta_learning_fees {
    font-size: calc(24px * 1.1);
}}.meta_program_assets {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(192,134,108,0.5), rgb(244,223,209));
}.meta_program_assets::before {
    position: absolute;
    width: 200px;
    top: -50px;
    z-index: 1;
    height: 200px;
    left: -50px;
    opacity: 0.6;
    animation: float 15s infinite ease-in-out;
    background: radial-gradient(circle, rgb(218,175,148,0.5) 0%, transparent 70%);
    content: "";
}.meta_program_assets::after {
    opacity: 0.3;
    position: absolute;
    bottom: -50px;
    background: radial-gradient(ellipse, rgb(192,134,108) 0%, transparent 70%);
    width: 300px;
    z-index: 1;
    content: "";
    height: 300px;
    right: -50px;
    animation: float 18s infinite ease-in-out reverse;
}.meta_program_assets .container {
    padding: 0 20px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
}.meta_program_assets .meta_learning_growth {
    gap: 40px;
    position: relative;
    flex-direction: column-reverse;
    display: flex;
}.meta_program_assets .meta_text_holder_wrap {
    backdrop-filter: blur(10px);
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    flex: 1;
    padding: 40px 30px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
    will-change: transform;
    transform: translateZ(0);
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}.meta_program_assets .meta_text_holder_wrap:hover {
    transform: translateY(-5px) translateZ(0);
}.meta_program_assets .meta_text_holder_wrap h4 {
    color: #000000;
    position: relative;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.4;
}.meta_program_assets .meta_text_holder_wrap h4::after {
    height: 3px;
    content: "";
    bottom: -10px;
    transition: width 0.4s ease;
    left: 0;
    width: 80px;
    background: linear-gradient(90deg, rgb(218,175,148), rgb(192,134,108));
    position: absolute;
}.meta_program_assets .meta_text_holder_wrap:hover h4::after {
    width: 120px;
}.meta_program_assets .meta_text_holder_wrap > div {
    gap: 20px;
    flex-direction: column;
    display: flex;
}.meta_program_assets .meta_text_holder_wrap ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.meta_program_assets .meta_text_holder_wrap li {
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform: translateX(0);
    margin-bottom: 18px;
    opacity: 0.95;
}.meta_program_assets .meta_text_holder_wrap li:hover {
    transform: translateX(5px);
    opacity: 1;
}.meta_program_assets .meta_text_holder_wrap li p {
    font-size: 16px;
    color: #000000;
    display: flex;
    gap: 16px;
    line-height: 1.6;
    align-items: flex-start;
    margin: 0;
}.meta_program_assets .meta_text_holder_wrap li p span:first-child {
    top: -2px;
    position: relative;
    flex-shrink: 0;
}.meta_program_assets .meta_text_holder_wrap li p span:last-child {
    flex: 1;
}.meta_program_assets svg {
    height: 24px;
    transform-origin: center;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 24px;
    display: block;
}.meta_program_assets li:hover svg {
    transform: scale(1.15) rotate(5deg);
}.meta_program_assets svg path {
    fill: rgb(218,175,148);
    transition: fill 0.3s ease;
}.meta_program_assets li:hover svg path {
    fill: rgb(192,134,108);
}.meta_program_assets .meta_image_box {
    box-shadow: 25px 25px 50px rgba(0, 0, 0, 0.15),
                -5px -5px 30px rgba(255, 255, 255, 0.1);
    height: auto;
    object-fit: cover;
    will-change: transform;
    border-radius: 8px;
    position: relative;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateY(-2deg) rotateX(2deg);
    z-index: 3;
    width: 100%;
}.meta_program_assets .meta_image_box:hover {
    transform: perspective(1000px) rotateY(0) rotateX(0);
}

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

@media (min-width: 768px) {.meta_program_assets {
    padding: 140px 0;
}.meta_program_assets .meta_learning_growth {
    gap: 60px;
    align-items: center;
    flex-direction: row;
}.meta_program_assets .meta_text_holder_wrap {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
    padding: 50px;
}.meta_program_assets .meta_text_holder_wrap > div {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 30px;
}.meta_program_assets .meta_text_holder_wrap > div > div {
    flex: 1;
    min-width: 250px;
}.meta_program_assets .meta_image_box {
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
    height: 500px;
    object-position: center;
    max-width: 45%;
}
}

@media (min-width: 992px) {.meta_program_assets .container {
    padding: 0 40px;
}.meta_program_assets .meta_text_holder_wrap {
    transform: translateX(-40px) translateZ(0);
}.meta_program_assets .meta_text_holder_wrap:hover {
    transform: translateX(-40px) translateY(-5px) translateZ(0);
}.meta_program_assets .meta_image_box {
    transform: perspective(1500px) rotateY(-4deg) rotateX(2deg) translateX(40px);
}.meta_program_assets .meta_image_box:hover {
    transform: perspective(1500px) rotateY(0) rotateX(0) translateX(40px);
}.meta_program_assets h4 {
    font-size: calc(21px * 1.1);
}
}

@media (min-width: 1200px) {.meta_program_assets .meta_learning_growth {
    gap: 80px;
}.meta_program_assets .meta_text_holder_wrap {
    padding: 60px 70px 60px 60px;
}.meta_program_assets .meta_image_box {
    height: 550px;
}.meta_program_assets h4 {
    font-size: calc(21px * 1.2);
}
}

@media (max-width: 767px) {.meta_program_assets {
    padding: 80px 0;
}.meta_program_assets .meta_text_holder_wrap {
    padding: 30px 25px;
}.meta_program_assets .meta_image_box {
    max-height: 300px;
    object-position: center top;
}.meta_program_assets h4 {
    font-size: calc(21px * 0.9);
}}.meta_cookie_alert_message {
    position: fixed;
    border-top: 3px solid rgb(218,175,148);
    padding: 15px 20px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    width: 100%;
    z-index: 90;
    bottom: 0;
    background: rgb(192,134,108);
}.meta_privacy_ack {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
}.meta_digital_consent {
    flex-shrink: 0;
    margin-right: 20px;
}.meta_digital_consent svg {
    fill: rgb(218,175,148);
    height: 50px;
    width: 50px;
}.meta_consent_box {
    flex-direction: column;
    justify-content: center;
    max-width: 600px;
    display: flex;
}.meta_cookie_alert_message h5 {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700;
}.meta_cookie_alert_message p {
    line-height: 1.5;
    font-size: 15px;
    color: #000000;
}.meta_track_optin {
    border: 2px solid rgb(218,175,148);
    flex-shrink: 0;
    background: rgb(218,175,148);
    font-size: 15px;
    color: #ffffff;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    min-width: 150px;
    transition: none;
    border-radius: 10px;
    margin-left: 10px;
    padding: 10px 20px;
}.meta_track_optin:hover {
    border-color: rgb(218,175,148,0.5);
    background: rgb(218,175,148,0.5);
}.meta_cookie_alert_message p a {
    text-decoration: none;
    border-bottom: 2px solid rgb(218,175,148);
    color: rgb(218,175,148);
}.meta_cookie_alert_message p a:hover {
    color: rgb(192,134,108);
    border-bottom-color: rgb(192,134,108);
}
@media only screen and (max-width: 1200px) {.meta_cookie_alert_message {
    padding: 15px;
}
}
@media only screen and (max-width: 800px) {.meta_digital_consent {
    display: none;
}.meta_privacy_ack {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.meta_cookie_alert_message h5, .meta_cookie_alert_message p {
    text-align: center;
}.meta_consent_box {
    margin-bottom: 15px;
}.meta_track_optin {
    margin-left: 0;
    margin-top: 10px;
}}
#meta_alertTrackingUsage {
    display: none;
}#meta_alertTrackingUsage:checked ~ .meta_cookie_alert_message {
    visibility: hidden;
    opacity: 0;
}.meta_program_information {
    background: linear-gradient(120deg, rgb(244,223,209) 0%, rgb(218,175,148,0.5) 25%, rgb(192,134,108,0.5) 75%, rgb(244,223,209) 100%);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.meta_program_information::before {
    content: "";
    animation: patternShift 20s linear infinite;
    left: 0;
    position: absolute;
    height: 100%;
    background-image: repeating-linear-gradient(
        45deg,
        rgb(218,175,148,0.5) 0,
        rgb(218,175,148,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
    top: 0;
    width: 100%;
    opacity: 0.1;
}.meta_program_information::after {
    background: radial-gradient(
        circle at 30% 70%,
        rgb(192,134,108,0.5) 0%,
        transparent 50%
    );
    width: 100%;
    z-index: 1;
    top: 0;
    height: 100%;
    position: absolute;
    left: 0;
    filter: blur(50px);
    content: "";
}.meta_program_information .container {
    z-index: 2;
    position: relative;
}.meta_program_information .meta_learning_growth {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    min-height: 500px;
    border-radius: 0;
}.meta_program_information .meta_image_box {
    top: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    transform: scale(1.05);
    filter: saturate(1.2) contrast(1.1);
    transition: transform 0.7s ease-out, filter 0.7s ease;
    position: absolute;
    left: 0;
}.meta_program_information .meta_image_box::before {
    top: 0;
    background: linear-gradient(
        135deg,
        transparent 30%,
        rgb(218,175,148,0.5) 100%
    );
    position: absolute;
    content: "";
    z-index: 2;
    width: 100%;
    left: 0;
    height: 100%;
}.meta_program_information .meta_image_box::after {
    opacity: 0.8;
    left: 0;
    background: 
        radial-gradient(
            circle at 75% 25%,
            transparent 0%,
            rgba(0, 0, 0, 0.5) 90%
        );
    content: "";
    position: absolute;
    z-index: 3;
    top: 0;
    width: 100%;
    height: 100%;
}.meta_program_information .meta_learn_code {
    z-index: 4;
    padding: 50px;
    border-radius: 12px 0 0 12px;
    background: rgba(255, 255, 255, 0.85);
    max-width: 55%;
    box-shadow: -15px 15px 30px rgba(0, 0, 0, 0.15);
    transform: translateX(-30px);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    position: relative;
    backdrop-filter: blur(10px);
}.meta_program_information .meta_learn_code::before {
    left: 0;
    z-index: -1;
    width: 100%;
    background: linear-gradient(
        135deg,
        #ffffff 0%,
        rgba(255, 255, 255, 0.8) 100%
    );
    position: absolute;
    top: 0;
    border-radius: 12px 0 0 12px;
    height: 100%;
    content: "";
}.meta_program_information .meta_learn_code::after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 15px;
    border: 1px solid rgb(218,175,148,0.5);
    left: 15px;
    height: calc(100% - 30px);
    border-radius: calc(12px - 10px) 0 0 calc(12px - 10px);
    opacity: 0.5;
    width: calc(100% - 30px);
}.meta_program_information .meta_top_sitebar {
    margin-bottom: 25px;
    display: inline-block;
    position: relative;
    z-index: 5;
}.meta_program_information .meta_top_sitebar svg {
    height: 60px;
    transition: transform 0.3s ease;
    width: auto;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}.meta_program_information .meta_top_sitebar svg:hover {
    transform: scale(1.05) translateY(-5px);
}.meta_program_information .meta_top_sitebar svg path {
    transition: fill 0.3s ease;
    fill: rgb(218,175,148);
}.meta_program_information .meta_top_sitebar::after {
    bottom: -8px;
    height: 3px;
    width: 40px;
    border-radius: 10px;
    background: rgb(192,134,108);
    content: "";
    left: 0;
    position: absolute;
    transition: width 0.3s ease;
}.meta_program_information .meta_top_sitebar:hover::after {
    width: 100%;
}.meta_program_information h3 {
    position: relative;
    padding-bottom: 15px;
    color: #000000;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.3;
}.meta_program_information h3::after {
    width: 70px;
    border-radius: 10px;
    height: 2px;
    bottom: 0;
    position: absolute;
    left: 0;
    background: linear-gradient(
        90deg,
        rgb(218,175,148) 0%,
        rgb(192,134,108) 100%
    );
    content: "";
}.meta_program_information p {
    line-height: 1.8;
    color: #000000;
    margin-bottom: 0;
    position: relative;
    font-size: 13px;
}

@keyframes patternShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@media (max-width: 1200px) {.meta_program_information .meta_learn_code {
    max-width: 65%;
}
}

@media (max-width: 992px) {.meta_program_information {
    padding: 80px 0;
}.meta_program_information .meta_learning_growth {
    min-height: auto;
    display: block;
}.meta_program_information .meta_image_box {
    height: 300px;
    margin-bottom: 30px;
    position: relative;
}.meta_program_information .meta_learn_code {
    max-width: 100%;
    transform: translateX(0);
    border-radius: 12px;
    padding: 40px 30px;
}.meta_program_information .meta_learn_code::before,
    .meta_program_information .meta_learn_code::after {
    border-radius: 12px;
}
}

@media (max-width: 768px) {.meta_program_information {
    padding: 60px 0;
}.meta_program_information .meta_image_box {
    height: 250px;
}.meta_program_information .meta_learn_code {
    padding: 30px 25px;
}.meta_program_information h3 {
    font-size: calc(36px * 0.9);
}.meta_program_information p {
    font-size: calc(13px * 0.95);
}.meta_program_information .meta_top_sitebar svg {
    height: 50px;
}}header {
    margin-top: 0;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        15px 100%, 
        0 calc(100% - 15px)
    );
    z-index: 100;
    position: relative;
    overflow: visible;
    background: linear-gradient(120deg, rgb(218,175,148) 0%, rgb(192,134,108) 100%);
    padding: 0;
}header::before {
    left: 2px;
    position: absolute;
    z-index: -1;
    content: '';
    bottom: 2px;
    top: 2px;
    right: 2px;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        15px 100%, 
        0 calc(100% - 15px)
    );
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05) 0px,
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
}header .meta_header_start {
    display: flex;
    position: relative;
    justify-content: space-between;
    z-index: 5;
    padding: 1.2rem 3rem;
    align-items: center;
}header .meta_top_sitebar {
    margin-right: 2rem;
    clip-path: polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% 100%,
        10px 100%,
        0 calc(100% - 10px)
    );
    position: relative;
    padding: 0.7rem 1.2rem 0.7rem 1rem;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.15);
    flex: 0 0 auto;
}header .meta_top_sitebar::before {
    border: 1px dashed rgba(255, 255, 255, 0.3);
    content: '';
    right: 3px;
    bottom: 3px;
    clip-path: polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% 100%,
        10px 100%,
        0 calc(100% - 10px)
    );
    position: absolute;
    left: 3px;
    top: 3px;
    z-index: -1;
}header .meta_top_sitebar:hover {
    transform: translateY(-3px) scale(1.03);
    background: rgba(255, 255, 255, 0.2);
}header .meta_page_nav {
    z-index: 1;
    position: relative;
    display: block;
    transition: all 0.3s ease;
}header .meta_page_nav img {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
    max-height: 40px;
}header .meta_first_teach {
    list-style: none;
    position: relative;
    display: flex;
    margin: 0;
    z-index: 2;
    padding: 0;
}header .meta_header_wrap {
    position: relative;
    margin: 0 0.5rem;
}header .meta_header_wrap a {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    clip-path: polygon(
        10px 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% calc(100% - 10px),
        calc(100% - 10px) 100%,
        10px 100%,
        0 calc(100% - 10px),
        0 10px
    );
    transition: all 0.3s ease;
    overflow: hidden;
    text-decoration: none;
    border: 1px solid transparent;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    padding: 0 1.2rem;
    height: 40px;
    justify-content: center;
    display: flex;
}header .meta_header_wrap a::before {
    content: '';
    transition: left 0.7s ease;
    height: 100%;
    left: -100%;
    position: absolute;
    width: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    top: 0;
}header .meta_header_wrap a:hover {
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}header .meta_header_wrap a:hover::before {
    left: 100%;
}header .meta_header_wrap::after {
    height: 2px;
    background: #ffffff;
    width: 0;
    transition: width 0.3s ease;
    content: '';
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    bottom: -5px;
}header .meta_header_wrap:hover::after {
    width: 80%;
}header .meta_header_start::before {
    height: 40px;
    opacity: 0.5;
    top: 10px;
    right: 10px;
    width: 40px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-bottom: none;
    border-right: none;
    content: '';
    position: absolute;
}header .meta_header_start::after {
    border: 2px solid rgba(255, 255, 255, 0.3);
    left: 10px;
    border-left: none;
    height: 40px;
    opacity: 0.5;
    bottom: 10px;
    position: absolute;
    width: 40px;
    content: '';
    border-top: none;
}header .meta_header_base {
    z-index: 1;
    position: relative;
    background: rgb(244,223,209);
    padding-top: 2rem;
    margin-top: -15px;
}@keyframes pulse {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}

header::after {
    top: 15px;
    right: 15px;
    animation: pulse 2s infinite;
    border-radius: 50%;
    width: 8px;
    content: '';
    background: #ffffff;
    position: absolute;
    height: 8px;
    box-shadow: 0 0 10px #ffffff;
}

@media (min-width: 1400px) {header .meta_header_start {
    max-width: 1320px;
    margin: 0 auto;
}header .meta_header_wrap {
    margin: 0 0.7rem;
}header .meta_header_wrap a {
    padding: 0 1.5rem;
}
}

@media (max-width: 991px) {header {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            10px 100%, 
            0 calc(100% - 10px)
        );
}header .meta_header_start {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .meta_top_sitebar {
    margin-right: 0;
    margin-bottom: 0;
}header .meta_first_teach {
    justify-content: flex-end;
    flex-basis: 100%;
    margin-top: 1rem;
}header .meta_header_wrap a {
    height: 35px;
    font-size: calc(18px - 1px);
    padding: 0 1rem;
}header .meta_header_start::before,
    header .meta_header_start::after {
    display: none;
}.meta_header_base {
    margin-top: -10px;
}
}

@media (max-width: 767px) {header {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 5px), 
            calc(100% - 5px) 100%, 
            5px 100%, 
            0 calc(100% - 5px)
        );
    padding: 0;
}header .meta_header_start {
    padding: 0.8rem 1.5rem;
}header .meta_top_sitebar {
    clip-path: polygon(
            0 0,
            calc(100% - 5px) 0,
            100% 5px,
            100% 100%,
            5px 100%,
            0 calc(100% - 5px)
        );
    padding: 0.5rem 0.8rem;
}header .meta_page_nav img {
    max-height: 35px;
}header .meta_first_teach {
    padding-bottom: 0.5rem;
    overflow-x: auto;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
    margin-top: 0.8rem;
    justify-content: flex-start;
}header .meta_first_teach::-webkit-scrollbar {
    height: 3px;
}header .meta_first_teach::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}header .meta_header_wrap {
    margin: 0 0.25rem;
    flex: 0 0 auto;
}header .meta_header_wrap a {
    clip-path: polygon(
            5px 0,
            calc(100% - 5px) 0,
            100% 5px,
            100% calc(100% - 5px),
            calc(100% - 5px) 100%,
            5px 100%,
            0 calc(100% - 5px),
            0 5px
        );
    font-size: calc(18px - 2px);
    white-space: nowrap;
    padding: 0 0.8rem;
    height: 32px;
}header .meta_header_wrap::after {
    display: none;
}header::after {
    right: 10px;
    top: 10px;
    width: 5px;
    height: 5px;
}.meta_header_base {
    margin-top: -5px;
}
}

@media (max-width: 479px) {header .meta_header_start {
    padding: 0.7rem 1.2rem;
}header .meta_top_sitebar {
    max-width: 120px;
    padding: 0.4rem 0.6rem;
}header .meta_header_wrap a {
    height: 30px;
    padding: 0 0.6rem;
    font-size: calc(18px - 3px);
}}.meta_privacy_arsenal {
    color: #000000;
    transition: background-color 0.3s, box-shadow 0.3s;
    overflow: hidden;
    font-family: Arial, sans-serif;
    width: 100%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
    height: auto;
    padding: 40px;
}.meta_privacy_arsenal h1 {
    border-bottom: 2px solid rgb(218,175,148);
    padding-bottom: 10px;
    color: rgb(218,175,148);
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 40px;
    margin-bottom: 25px;
    font-size: 46px;
}.meta_privacy_arsenal h2 {
    border-bottom: 1px solid rgb(192,134,108);
    color: rgb(192,134,108);
    font-size: 28px;
    margin-top: 30px;
    padding-bottom: 5px;
    font-weight: 600;
    margin-bottom: 20px;
}.meta_privacy_arsenal h3, .meta_privacy_arsenal h4, .meta_privacy_arsenal h5, .meta_privacy_arsenal h6 {
    margin-bottom: 15px;
    color: rgb(218,175,148);
    font-size: 23px;
    margin-top: 25px;
    font-weight: 600;
}.meta_privacy_arsenal li {
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 15px;
    font-size: 12px;
    color: #000000;
}.meta_privacy_arsenal section {
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
    background: rgb(244,223,209);
}.meta_privacy_arsenal p, .meta_privacy_arsenal span, .meta_privacy_arsenal div {
    color: #000000;
    font-size: 12px;
    margin-bottom: 10px;
    font-weight: 300;
    line-height: 1.8;
}

@media only screen and (max-width: 800px) {.meta_privacy_arsenal {
    padding: 20px 10px;
}.meta_privacy_arsenal h1 {
    font-size: calc(23px * 0.8);
}.meta_privacy_arsenal h2 {
    font-size: calc(23px * 0.8);
}.meta_privacy_arsenal h3, .meta_privacy_arsenal h4, .meta_privacy_arsenal h5, .meta_privacy_arsenal h6 {
    font-size: calc(23px * 0.8);
}.meta_privacy_arsenal p, .meta_privacy_arsenal span, .meta_privacy_arsenal div {
    font-size: calc(12px * 0.9);
}}.meta_landing_page {
    flex-direction: column;
    position: relative;
    min-height: 100vh;
    display: flex;
    background: linear-gradient(135deg, rgb(244,223,209) 0%, #ffffff 100%);
    overflow: hidden;
}.meta_landing_page::before {
    top: 0;
    position: absolute;
    width: 100%;
    pointer-events: none;
    background: radial-gradient(circle at 70% 30%, rgb(218,175,148,0.5) 0%, transparent 60%);
    left: 0;
    height: 100%;
    content: "";
    z-index: 1;
}.meta_landing_page h1 {
    margin: 3rem 2rem 1rem;
    opacity: 0;
    text-align: center;
    color: #000000;
    animation: fadeSlideUp 0.8s ease-out 0.2s forwards;
    position: relative;
    font-size: 34px;
    font-weight: 700;
    z-index: 10;
    transform: translateY(20px);
}.meta_landing_page .meta_learning_growth {
    z-index: 5;
    flex: 1;
    padding: 0 20px;
    gap: 30px;
    position: relative;
    grid-template-columns: 1fr;
    display: grid;
}.meta_landing_page .meta_text_holder_wrap {
    opacity: 0;
    z-index: 10;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(30px);
    background: rgba(255, 255, 255, 0.85);
    animation: fadeSlideUp 0.8s ease-out 0.4s forwards;
    border-left: 5px solid rgb(218,175,148);
    position: relative;
    backdrop-filter: blur(10px);
    padding: 2rem;
}.meta_landing_page .meta_text_holder_wrap ol {
    gap: 2rem;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    flex-direction: column;
}.meta_landing_page .meta_text_holder_wrap li {
    position: relative;
}.meta_landing_page .meta_edu_expert {
    gap: 1.5rem;
    align-items: center;
    flex-direction: column;
    display: flex;
}.meta_landing_page .meta_edu_expert svg {
    animation: scaleInRotate 1s cubic-bezier(0.34, 1.56, 0.64, 1) 0.6s forwards;
    transform: scale(0) rotate(-10deg);
    width: 120px;
    height: 120px;
    filter: drop-shadow(0 5px 15px rgba(94, 170, 168, 0.3));
}.meta_landing_page .meta_edu_expert svg path {
    transition: fill 0.3s ease;
    fill: rgb(218,175,148);
}.meta_landing_page .meta_edu_expert svg:hover path {
    fill: rgb(192,134,108);
}.meta_landing_page .meta_edu_expert svg text {
    font-family: Arial, sans-serif;
    opacity: 0;
    animation: fadeIn 0.8s ease-out 1.2s forwards;
}.meta_landing_page .meta_edu_expert p {
    animation: fadeSlideUp 0.8s ease-out 0.8s forwards;
    font-size: calc(18px * 1.1);
    margin: 0;
    max-width: 600px;
    transform: translateY(15px);
    line-height: 1.6;
    text-align: center;
    color: #000000;
    opacity: 0;
}.meta_landing_page .meta_connect_feedback {
    box-shadow: 0 10px 20px rgba(94, 170, 168, 0.3);
    opacity: 0;
    display: inline-block;
    position: relative;
    overflow: hidden;
    font-weight: 600;
    padding: 15px 35px;
    border-radius: 10px;
    font-size: 16px;
    transform: translateY(20px);
    align-self: center;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
    color: #ffffff;
    animation: fadeSlideUp 0.8s ease-out 1s forwards;
    text-decoration: none;
    background: linear-gradient(135deg, rgb(218,175,148) 0%, rgb(192,134,108) 100%);
}.meta_landing_page .meta_connect_feedback::before {
    height: 100%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: "";
    position: absolute;
    width: 100%;
    left: -100%;
    transition: left 0.7s ease;
}.meta_landing_page .meta_connect_feedback:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 25px rgba(94, 170, 168, 0.4);
}.meta_landing_page .meta_connect_feedback:hover::before {
    left: 100%;
}.meta_landing_page .meta_image_box {
    overflow: hidden;
    height: 300px;
    animation: fadeScaleUp 1s cubic-bezier(0.23, 1, 0.32, 1) 0.6s forwards;
    border-radius: 16px;
    position: relative;
    transform: translateY(30px) scale(0.95);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    width: 100%;
    opacity: 0;
}.meta_landing_page .meta_image_box::after {
    position: absolute;
    content: "";
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.5));
}.meta_landing_page .meta_text_holder_wrap li:last-child {
    justify-content: center;
    display: flex;
    margin-top: 1rem;
}

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

@keyframes fadeScaleUp {
    from {
        opacity: 0;
        transform: translateY(30px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes scaleInRotate {
    from {
        transform: scale(0) rotate(-10deg);
    }
    to {
        transform: scale(1) rotate(0deg);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media (min-width: 768px) {.meta_landing_page h1 {
    text-align: left;
    margin: 4rem 3rem 2rem;
    font-size: calc(34px * 1.2);
}.meta_landing_page .meta_learning_growth {
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
    padding: 0 40px;
}.meta_landing_page .meta_text_holder_wrap {
    transform: perspective(1000px) rotateY(-3deg);
    border-left: 8px solid rgb(218,175,148);
    padding: 3rem;
    transition: transform 0.5s ease;
}.meta_landing_page .meta_text_holder_wrap:hover {
    transform: perspective(1000px) rotateY(0deg);
}.meta_landing_page .meta_edu_expert {
    align-items: flex-start;
}.meta_landing_page .meta_edu_expert p {
    text-align: left;
}.meta_landing_page .meta_text_holder_wrap li:last-child {
    justify-content: flex-start;
}.meta_landing_page .meta_image_box {
    height: 500px;
    transform: perspective(1000px) rotateY(3deg);
    transition: transform 0.5s ease;
}.meta_landing_page .meta_image_box:hover {
    transform: perspective(1000px) rotateY(0deg);
}
}

@media (min-width: 992px) {.meta_landing_page .meta_learning_growth {
    padding: 0 80px;
    gap: 80px;
}.meta_landing_page .meta_edu_expert svg {
    width: 150px;
    height: 150px;
}.meta_landing_page .meta_edu_expert p {
    font-size: calc(18px * 1.2);
}.meta_landing_page .meta_image_box {
    height: 600px;
}
}

@media (min-width: 1200px) {.meta_landing_page h1 {
    margin: 5rem 5rem 3rem;
    font-size: calc(45px * 0.8);
}.meta_landing_page .meta_learning_growth {
    padding: 0 120px;
    gap: 100px;
}.meta_landing_page .meta_text_holder_wrap {
    padding: 4rem;
}
}

@media (max-width: 767px) {.meta_landing_page {
    padding-bottom: 50px;
}.meta_landing_page .meta_text_holder_wrap li:last-child {
    margin-top: 2rem;
}}.meta_about_this {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background-color: rgb(244,223,209);
}.meta_about_this::before {
    position: absolute;
    height: 100%;
    content: "";
    top: 0;
    background: linear-gradient(135deg, rgb(218,175,148,0.5) 0%, transparent 50%, rgb(192,134,108,0.5) 100%);
    width: 100%;
    z-index: 1;
    left: 0;
}.meta_about_this::after {
    content: "";
    background: radial-gradient(circle at 30% 30%, rgb(218,175,148,0.5) 0%, transparent 40%);
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    z-index: 2;
    width: 100%;
}.meta_about_this .container {
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 5;
}.meta_about_this h2 {
    font-weight: 700;
    text-align: center;
    color: #000000;
    padding-bottom: 20px;
    margin-bottom: 60px;
    font-size: 33px;
    position: relative;
}.meta_about_this h2::before {
    left: 50%;
    background: linear-gradient(90deg, rgb(218,175,148), rgb(192,134,108));
    content: "";
    border-radius: 10px;
    height: 3px;
    position: absolute;
    width: 80px;
    bottom: 0;
    transform: translateX(-50%);
}.meta_about_this h2::after {
    position: absolute;
    height: 3px;
    content: "";
    background: linear-gradient(90deg, rgb(192,134,108), rgb(218,175,148));
    transform: translateX(-50%);
    left: 50%;
    border-radius: 10px;
    animation: pulse 3s infinite;
    bottom: -5px;
    width: 40px;
}.meta_about_this .meta_master_program {
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 40px;
    position: relative;
}.meta_about_this .meta_master_program::before {
    height: 100%;
    top: 0;
    width: 2px;
    content: "";
    background: linear-gradient(to bottom, transparent, rgb(218,175,148,0.5), rgb(192,134,108,0.5), transparent);
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
}.meta_about_this .meta_how_grow {
    z-index: 2;
    border-radius: 12px;
    padding: 40px;
    transition: all 0.3s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    overflow: hidden;
    position: relative;
}.meta_about_this .meta_how_grow:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}.meta_about_this .meta_how_grow::before {
    background: linear-gradient(90deg, rgb(218,175,148), rgb(192,134,108));
    left: 0;
    height: 5px;
    content: "";
    top: 0;
    position: absolute;
    width: 100%;
}.meta_about_this .meta_how_grow::after {
    opacity: 0;
    z-index: -1;
    right: 0;
    background: radial-gradient(circle at bottom right, rgb(218,175,148,0.5) 0%, transparent 70%);
    width: 30%;
    height: 30%;
    bottom: 0;
    position: absolute;
    content: "";
    transition: opacity 0.3s ease;
}.meta_about_this .meta_how_grow:hover::after {
    opacity: 1;
}.meta_about_this .meta_how_grow:first-child::before {
    background: linear-gradient(90deg, rgb(218,175,148), rgb(192,134,108));
}.meta_about_this .meta_how_grow:last-child::before {
    background: linear-gradient(90deg, rgb(192,134,108), rgb(218,175,148));
}.meta_about_this .meta_how_grow h3 {
    margin-bottom: 20px;
    font-weight: 600;
    color: #000000;
    font-size: 20px;
    padding-left: 20px;
    position: relative;
}.meta_about_this .meta_how_grow h3::before {
    content: "";
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
    background-color: rgb(218,175,148);
    width: 8px;
    height: 8px;
    border-radius: 50%;
}.meta_about_this .meta_how_grow:first-child h3::before {
    background-color: rgb(218,175,148);
}.meta_about_this .meta_how_grow:last-child h3::before {
    background-color: rgb(192,134,108);
}.meta_about_this .meta_how_grow p {
    font-size: 13px;
    position: relative;
    line-height: 1.8;
    margin-bottom: 0;
    color: #000000;
}.meta_about_this .meta_how_grow p::first-letter {
    font-weight: 600;
    font-size: 1.2em;
    color: rgb(218,175,148);
}.meta_about_this .meta_how_grow:last-child p::first-letter {
    color: rgb(192,134,108);
}@keyframes pulse {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
    }
}

@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes gradient-shift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.meta_about_this .container::before,
.meta_about_this .container::after {
    position: absolute;
    border-radius: 50%;
    width: 200px;
    filter: blur(60px);
    content: "";
    height: 200px;
    z-index: -1;
    background: rgb(218,175,148,0.5);
}.meta_about_this .container::before {
    left: -100px;
    animation: float 15s ease-in-out infinite;
    top: -100px;
}.meta_about_this .container::after {
    right: -100px;
    background: rgb(192,134,108,0.5);
    bottom: -100px;
    animation: float 20s ease-in-out infinite reverse;
}.meta_about_this::before {
    position: absolute;
    top: 0;
    background: linear-gradient(45deg, transparent 45%, rgb(218,175,148,0.5) 45%, rgb(218,175,148,0.5) 55%, transparent 55%);
    width: 100%;
    background-size: 30px 30px;
    left: 0;
    content: "";
    opacity: 0.3;
    z-index: 1;
    height: 100%;
}.meta_about_this .meta_how_grow:hover h3 {
    transition: color 0.3s ease;
    color: rgb(218,175,148);
}.meta_about_this .meta_how_grow:last-child:hover h3 {
    color: rgb(192,134,108);
}.meta_about_this .meta_how_grow:hover::before {
    background-size: 200% 200%;
    animation: gradient-shift 3s linear infinite;
}

@media (max-width: 991px) {.meta_about_this {
    padding: 80px 0;
}.meta_about_this h2 {
    margin-bottom: 40px;
}.meta_about_this .meta_master_program {
    gap: 30px;
    grid-template-columns: 1fr;
}.meta_about_this .meta_master_program::before {
    display: none;
}.meta_about_this .meta_how_grow {
    padding: 30px;
}.meta_about_this .container::before,
    .meta_about_this .container::after {
    width: 150px;
    height: 150px;
}
}

@media (max-width: 767px) {.meta_about_this {
    padding: 60px 0;
}.meta_about_this h2 {
    margin-bottom: 30px;
    font-size: calc(33px * 0.9);
}.meta_about_this h2::before {
    width: 60px;
}.meta_about_this h2::after {
    width: 30px;
}.meta_about_this .meta_how_grow {
    padding: 25px;
}.meta_about_this .meta_how_grow h3 {
    margin-bottom: 15px;
    font-size: calc(20px * 0.9);
}.meta_about_this .meta_how_grow p {
    font-size: calc(13px * 0.95);
}.meta_about_this .container::before,
    .meta_about_this .container::after {
    width: 100px;
    filter: blur(40px);
    height: 100px;
}
}

@media (max-width: 480px) {.meta_about_this {
    padding: 40px 0;
}.meta_about_this h2 {
    font-size: calc(33px * 0.8);
    margin-bottom: 25px;
    padding-bottom: 15px;
}.meta_about_this h2::before {
    height: 2px;
    width: 50px;
}.meta_about_this h2::after {
    width: 25px;
    bottom: -3px;
    height: 2px;
}.meta_about_this .meta_how_grow {
    padding: 20px;
}.meta_about_this .meta_how_grow h3 {
    font-size: calc(20px * 0.85);
    padding-left: 15px;
    margin-bottom: 12px;
}.meta_about_this .meta_how_grow h3::before {
    height: 6px;
    width: 6px;
}.meta_about_this .meta_how_grow p {
    font-size: calc(13px * 0.9);
}.meta_about_this .meta_how_grow::before {
    height: 3px;
}.meta_about_this .container::before,
    .meta_about_this .container::after {
    width: 80px;
    height: 80px;
    filter: blur(30px);
}
}