﻿* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1253px;
}.metanav_lesson {
    flex: 1 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}.metawrap-structure {
    flex-direction: column;
    height: 100%;
    display: flex;
    min-height: 100%;
}header,footer {
    width: 100%;
}svg {
    width: 30px;
    height: 30px;
}html,body {
    color: #000000;
    font-family: Arial, sans-serif;
    height: 100%;
    min-height: 100%;
    scroll-behavior: smooth;
}.metadonate_btn {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header {
    position: relative;
    z-index: 99;
    overflow: visible;
    width: 100%;
    background: linear-gradient(135deg, rgb(208,212,198,0.5) 0%, rgb(173,179,161) 100%);
}header::before {
    position: absolute;
    left: 0;
    background: linear-gradient(145deg, rgb(173,179,161,0.5) 0%, transparent 70%);
    content: "";
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}header .metanav_core {
    flex-direction: row;
    justify-content: space-between;
    padding: 20px 15px;
    transform: none;
    display: flex;
    position: relative;
    z-index: 5;
    align-items: center;
}header .metanav_core .metapage_top {
    transform: translateX(0);
    margin-right: 10px;
    transition: transform 0.4s ease;
}header .metanav_core .metapage_top:hover {
    transform: scale(1.05);
}header .metanav_core .metapage_top .metasite_nav {
    display: inline-block;
}header .metanav_core .metapage_top .metasite_nav svg {
    width: auto;
    height: 50px;
}header .metanav_core .metamain_skill {
    position: relative;
    padding: 0;
    transform: none;
    padding: 20px 30px;
    flex-wrap: wrap;
    display: flex;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 29px;
    list-style: none;
    margin: 0;
}header .metanav_core .metamain_skill::before {
    background: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    height: 100%;
    top: 0;
    border-radius: 29px;
    left: 0;
    content: "";
    width: 100%;
    transform: rotate(-2deg) scale(1.03);
    z-index: -1;
    position: absolute;
}header .metanav_core .metamain_skill .metamain_sitewrap {
    position: relative;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin: 0 12px;
}header .metanav_core .metamain_skill .metamain_sitewrap:hover {
    transform: translateY(-3px) scale(1.05);
}header .metanav_core .metamain_skill .metamain_sitewrap a {
    font-size: 18px;
    text-decoration: none;
    font-weight: 600;
    display: block;
    overflow: hidden;
    padding: 8px 5px;
    position: relative;
    font-family: Arial, sans-serif;
    color: #ffffff;
}header .metanav_core .metamain_skill .metamain_sitewrap a::after {
    height: 2px;
    transition: transform 0.4s ease;
    transform: translateX(-100%);
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(173,179,161), transparent);
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
}header .metanav_core .metamain_skill .metamain_sitewrap:hover a::after {
    transform: translateX(0);
}

@media (max-width: 992px) {header .metanav_core {
    flex-direction: column;
    align-items: center;
}header .metanav_core .metapage_top {
    margin-right: 0;
    margin-bottom: 15px;
}header .metanav_core .metamain_skill {
    justify-content: center;
    width: 100%;
    padding: 15px;
}header .metanav_core .metamain_skill .metamain_sitewrap {
    margin: 5px 15px 5px 0;
}header .metanav_core .metamain_skill .metamain_sitewrap a {
    font-size: calc(18px - 2px);
    padding: 5px;
}}.metaget_in_touch {
    background: linear-gradient(120deg, rgb(238,239,234), rgba(rgb(208,212,198), 0.03));
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}.metaget_in_touch::before {
    z-index: 1;
    height: 100%;
    left: 0;
    content: "";
    width: 100%;
    position: absolute;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(208,212,198), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(173,179,161), 0.05) 0%, transparent 50%);
    top: 0;
}.metaget_in_touch::after {
    height: 100%;
    background-size: 30px 30px, 30px 30px, 600px 600px, 400px 400px, 300px 300px;
    width: 100%;
    z-index: 1;
    top: 0;
    background-position: center center;
    left: 0;
    position: absolute;
    background-image: 
        linear-gradient(90deg, rgba(rgb(208,212,198), 0.03) 1px, transparent 1px),
        linear-gradient(rgba(rgb(208,212,198), 0.03) 1px, transparent 1px),
        radial-gradient(circle at 50% 50%, rgba(rgb(173,179,161), 0.05) 0%, transparent 25%),
        radial-gradient(circle at 80% 20%, rgba(rgb(208,212,198), 0.04) 0%, transparent 30%),
        radial-gradient(circle at 20% 80%, rgba(rgb(173,179,161), 0.04) 0%, transparent 30%);
    animation: backgroundShift 30s linear infinite;
    content: "";
}@keyframes backgroundShift {
    0% {
        background-position: 0px 0px, 0px 0px, center center, 80% 20%, 20% 80%;
    }
    100% {
        background-position: 30px 30px, 30px 30px, center center, 85% 15%, 15% 85%;
    }
}

.metaget_in_touch .container {
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
}.metaget_in_touch h2 {
    letter-spacing: 1px;
    display: inline-block;
    perspective: 1000px;
    margin-bottom: 15px;
    transform: translateX(-50%);
    color: #000000;
    font-size: 28px;
    font-weight: 700;
    left: 50%;
    position: relative;
    text-align: center;
}.metaget_in_touch h2::before {
    position: absolute;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgb(208,212,198), transparent);
    left: 0;
    bottom: -10px;
    content: "";
}.metaget_in_touch .metamessage_help {
    margin-top: 60px;
    transform-style: preserve-3d;
    border-radius: 16px;
    display: flex;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    position: relative;
    perspective: 1000px;
}.metaget_in_touch .metamessage_help::before {
    z-index: 3;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(208,212,198), rgb(173,179,161));
    top: 0;
    content: "";
    height: 5px;
    position: absolute;
}.metaget_in_touch .metapost_thumbnail {
    flex: 0 0 45%;
    position: relative;
    overflow: hidden;
    transform: translateZ(0);
    min-height: 500px;
}.metaget_in_touch .metapost_thumbnail::before {
    position: absolute;
    background: linear-gradient(210deg, rgba(rgb(208,212,198), 0.5), rgba(rgb(173,179,161), 0.5));
    inset: 0;
    z-index: 1;
    content: "";
    mix-blend-mode: multiply;
}.metaget_in_touch .metapost_thumbnail::after {
    left: -100%;
    width: 300%;
    background: linear-gradient(45deg, transparent 45%, rgba(255, 255, 255, 0.1) 50%, transparent 55%);
    position: absolute;
    height: 300%;
    content: "";
    animation: shine 6s infinite ease-in-out;
    top: -100%;
    z-index: 2;
}@keyframes shine {
    0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
    30%, 100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

.metaget_in_touch .metainquiry_feedback {
    flex: 0 0 55%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.95));
    padding: 60px 50px;
    position: relative;
    backdrop-filter: blur(10px);
}.metaget_in_touch .metainquiry_feedback::before {
    opacity: 0.5;
    border-radius: 50%;
    position: absolute;
    width: 500px;
    top: 0;
    height: 500px;
    background: 
        radial-gradient(circle, rgba(rgb(208,212,198), 0.03) 0%, transparent 70%);
    z-index: 0;
    right: 0;
    content: "";
}.metaget_in_touch form {
    position: relative;
    z-index: 3;
}.metaget_in_touch form h3 {
    color: #000000;
    margin-bottom: 35px;
    font-weight: 600;
    position: relative;
    font-size: 24px;
    letter-spacing: 0.5px;
}.metaget_in_touch form h3::after {
    width: 30px;
    background: rgb(208,212,198);
    left: 0;
    bottom: -15px;
    position: absolute;
    height: 2px;
    content: "";
}.metaget_in_touch form input[type="text"] {
    padding: 18px 25px;
    margin-bottom: 25px;
    background: rgba(rgb(238,239,234), 0.5);
    border-radius: 8px;
    border: 1px solid rgba(rgb(208,212,198), 0.1);
    font-size: 15px;
    width: 100%;
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
    color: #000000;
}.metaget_in_touch form input[type="text"]:focus {
    border-color: rgb(208,212,198);
    outline: none;
    box-shadow: 0 0 0 4px rgba(rgb(208,212,198), 0.1);
    background: rgba(#ffffff, 0.9);
}.metaget_in_touch form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
    transition: all 0.3s ease;
}.metaget_in_touch form input[type="text"]:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.7;
}.metaget_in_touch .metaconnect_links {
    display: flex;
    position: relative;
    margin-bottom: 30px;
}.metaget_in_touch .metaconnect_links input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.metaget_in_touch .metaconnect_links label {
    padding-left: 35px;
    font-size: 12px;
    cursor: pointer;
    position: relative;
    color: #000000;
    line-height: 1.5;
}.metaget_in_touch .metaconnect_links label::before {
    border: 1px solid rgba(rgb(208,212,198), 0.3);
    background: rgba(#ffffff, 0.6);
    height: 22px;
    border-radius: 4px;
    top: 0;
    left: 0;
    transition: all 0.3s ease;
    width: 22px;
    position: absolute;
    content: "";
}.metaget_in_touch .metaconnect_links input[type="checkbox"]:checked + label::before {
    background: rgb(208,212,198);
    border-color: rgb(208,212,198);
}.metaget_in_touch .metaconnect_links input[type="checkbox"]:checked + label::after {
    height: 12px;
    border: solid #ffffff;
    left: 8px;
    position: absolute;
    content: "";
    border-width: 0 2px 2px 0;
    top: 4px;
    transform: rotate(45deg);
    width: 6px;
}.metaget_in_touch .metaconnect_links label a {
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
    font-weight: 600;
    color: rgb(208,212,198);
}.metaget_in_touch .metaconnect_links label a::after {
    height: 1px;
    width: 100%;
    transition: transform 0.3s ease;
    background: rgb(208,212,198);
    content: "";
    transform-origin: right;
    transform: scaleX(0);
    left: 0;
    bottom: -2px;
    position: absolute;
}.metaget_in_touch .metaconnect_links label a:hover {
    color: rgb(173,179,161);
}.metaget_in_touch .metaconnect_links label a:hover::after {
    background: rgb(173,179,161);
    transform-origin: left;
    transform: scaleX(1);
}.metaget_in_touch .metainquiry_info {
    color: #ffffff;
    padding: 16px 40px;
    transition: all 0.3s ease;
    z-index: 1;
    position: relative;
    border: none;
    background: rgb(208,212,198);
    overflow: hidden;
    font-size: 19px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    letter-spacing: 0.5px;
}.metaget_in_touch .metainquiry_info::before {
    left: 0;
    background: linear-gradient(45deg, rgb(208,212,198), rgb(173,179,161));
    transition: opacity 0.3s ease;
    content: "";
    opacity: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
}.metaget_in_touch .metainquiry_info:hover::before {
    opacity: 1;
}.metaget_in_touch .metainquiry_info::after {
    top: -50%;
    height: 50px;
    z-index: -1;
    position: absolute;
    border-radius: 50%;
    transition: all 0.5s ease;
    content: "";
    width: 50px;
    transform: scale(0);
    left: -10px;
    background: rgba(255, 255, 255, 0.3);
}.metaget_in_touch .metainquiry_info:hover::after {
    transform: scale(4);
    opacity: 0;
}.metaget_in_touch svg {
    filter: drop-shadow(0 2px 2px rgba(rgb(208,212,198), 0.3));
    height: 22px;
    width: 22px;
    fill: none;
    stroke: rgb(208,212,198);
    stroke-width: 2;
    transition: all 0.3s ease;
}.metaget_in_touch svg path {
    transition: all 0.3s ease;
    stroke: rgb(208,212,198);
    stroke-width: 2;
}.metaget_in_touch svg:hover,
.metaget_in_touch svg:hover path {
    stroke: rgb(173,179,161);
    transform: translateY(-2px);
}.metaget_in_touch form input {
    border: 1px solid rgb(208,212,198);
}

@media (max-width: 1024px) {.metaget_in_touch {
    padding: 80px 0;
}.metaget_in_touch .metamessage_help {
    margin-top: 50px;
}.metaget_in_touch .metapost_thumbnail {
    min-height: 450px;
}.metaget_in_touch .metainquiry_feedback {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.metaget_in_touch {
    padding: 60px 0;
}.metaget_in_touch .metamessage_help {
    margin-top: 40px;
    flex-direction: column;
}.metaget_in_touch .metapost_thumbnail {
    width: 100%;
    min-height: 300px;
}.metaget_in_touch .metainquiry_feedback {
    padding: 40px 30px;
    width: 100%;
}.metaget_in_touch form h3 {
    margin-bottom: 30px;
}.metaget_in_touch form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.metaget_in_touch .metaconnect_links {
    margin-bottom: 25px;
}.metaget_in_touch .metainquiry_info {
    padding: 14px 30px;
    width: 100%;
}
}

@media (max-width: 480px) {.metaget_in_touch {
    padding: 50px 0;
}.metaget_in_touch h2 {
    font-size: calc(28px * 0.85);
}.metaget_in_touch .metamessage_help {
    margin-top: 30px;
    border-radius: 12px;
}.metaget_in_touch .metapost_thumbnail {
    min-height: 220px;
}.metaget_in_touch .metainquiry_feedback {
    padding: 30px 20px;
}.metaget_in_touch form h3 {
    font-size: calc(24px * 0.9);
    margin-bottom: 25px;
}.metaget_in_touch form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.metaget_in_touch .metaconnect_links {
    margin-bottom: 20px;
}.metaget_in_touch .metaconnect_links label {
    font-size: calc(12px * 0.9);
}.metaget_in_touch .metainquiry_info {
    padding: 12px 20px;
}}.metadonate_btn {
    background: linear-gradient(45deg, #000000 0%, rgb(173,179,161,0.5) 100%);
    color: #ffffff;
    font-family: Arial, sans-serif;
    position: relative;
    padding: 6rem 0 2rem;
}.metadonate_btn::before {
    content: '';
    width: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(208,212,198,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(173,179,161,0.5) 0%, transparent 30%);
    opacity: 0.15;
    top: 0;
    z-index: 1;
    height: 100%;
    left: 0;
    position: absolute;
}.metadonate_btn::after {
    background-image: 
        repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.03) 4px),
        repeating-linear-gradient(90deg, transparent, transparent 2px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.03) 4px);
    height: 100%;
    width: 100%;
    content: '';
    top: 0;
    z-index: 2;
    left: 0;
    position: absolute;
}.metadonate_btn .container {
    z-index: 3;
    position: relative;
}.metadonate_btn .metadebate_club {
    display: flex;
    position: relative;
    flex-direction: column;
}.metadonate_btn .metamessage_block {
    margin-bottom: 2rem;
    position: relative;
    border-radius: 21px;
    padding: 1.25rem 2rem;
    justify-content: space-between;
    z-index: 10;
    transform: translateY(-3.5rem);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    background-color: #ffffff;
}.metadonate_btn .metamessage_block::before {
    background: linear-gradient(135deg, transparent 20%, rgb(208,212,198,0.5) 140%);
    position: absolute;
    content: '';
    border-radius: 21px;
    top: 0;
    opacity: 0.08;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
}.metadonate_btn .info_item {
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    min-width: 200px;
    position: relative;
    max-width: 300px;
    flex: 1;
}.metadonate_btn .info_item:not(:last-child)::after {
    height: 70%;
    transform: translateY(-50%);
    content: '';
    background: linear-gradient(to bottom, transparent, rgb(173,179,161,0.5), transparent);
    right: -0.75rem;
    top: 50%;
    position: absolute;
    width: 1px;
}.metadonate_btn .info_item p,
.metadonate_btn .info_item a {
    align-items: center;
    padding: 0.5rem;
    gap: 0.875rem;
    display: flex;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease;
    border-radius: 10px;
    color: #000000;
}.metadonate_btn .info_item:hover {
    transform: translateY(-5px);
}.metadonate_btn .info_item:hover p,
.metadonate_btn .info_item:hover a {
    color: rgb(208,212,198);
}.metadonate_btn .info_item svg {
    height: 22px;
    transition: transform 0.3s ease;
    width: 22px;
    fill: rgb(208,212,198);
}.metadonate_btn .info_item:hover svg {
    transform: scale(1.15);
}.metadonate_btn .text_main_holder {
    grid-template-columns: 1fr 1.5fr 1fr;
    gap: 4rem;
    display: grid;
    position: relative;
}.metadonate_btn .metapage_top {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}.metadonate_btn .metapage_top svg {
    height: auto;
    filter: brightness(0) invert(1);
    max-width: 180px;
    transition: filter 0.3s ease, transform 0.3s ease;
}.metadonate_btn .metapage_top:hover svg {
    transform: scale(1.03);
    filter: brightness(0) invert(1) drop-shadow(0 0 5px rgb(208,212,198,0.5));
}.metadonate_btn .metasec_cert {
    line-height: 1.6;
    font-size: calc(13px + 1px);
    opacity: 0.8;
}.metadonate_btn .metamain_skill {
    position: relative;
    display: flex;
    flex-direction: column;
}.metadonate_btn .metamain_skill::before {
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgb(173,179,161,0.5) 30%, rgb(173,179,161,0.5) 70%, transparent);
    content: '';
    position: absolute;
    bottom: 0;
    top: 0;
    left: -2rem;
}.metadonate_btn .metamain_skill::after {
    background: linear-gradient(to bottom, transparent, rgb(173,179,161,0.5) 30%, rgb(173,179,161,0.5) 70%, transparent);
    right: -2rem;
    content: '';
    bottom: 0;
    width: 1px;
    top: 0;
    position: absolute;
}.metadonate_btn .metamain_skill h5 {
    font-weight: 600;
    padding-bottom: 0.875rem;
    position: relative;
    margin-bottom: 1.75rem;
    font-size: 22px;
}.metadonate_btn .metamain_skill h5::after {
    position: absolute;
    left: 0;
    height: 2px;
    background: linear-gradient(to right, rgb(208,212,198), transparent);
    bottom: 0;
    width: 60px;
    content: '';
}.metadonate_btn .metatop_prime {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 1.25rem;
}.metadonate_btn .metatop_prime:first-child {
    margin-bottom: 2rem;
}.metadonate_btn .metatop_prime a {
    color: #ffffff;
    transform-origin: left;
    padding: 0.25rem 0;
    text-decoration: none;
    font-size: 16px;
    position: relative;
    transition: all 0.3s ease;
    opacity: 0.85;
}.metadonate_btn .metatop_prime a::before {
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    content: '';
    background-color: rgb(208,212,198);
    left: 0;
    transition: width 0.3s ease;
}.metadonate_btn .metatop_prime a:hover {
    opacity: 1;
    transform: translateX(8px);
    color: rgb(208,212,198);
}.metadonate_btn .metatop_prime a:hover::before {
    width: 20px;
}.metadonate_btn .subscribe_holder {
    border: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    padding: 2rem;
    border-radius: 21px;
    overflow: hidden;
    flex-direction: column;
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    gap: 1.5rem;
    backdrop-filter: blur(10px);
}.metadonate_btn .subscribe_holder::before {
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    position: absolute;
    opacity: 0.2;
    width: 100%;
    background: 
        linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.05) 50%, transparent 100%),
        radial-gradient(circle at top right, rgb(208,212,198,0.5), transparent 70%);
    content: '';
}.metadonate_btn .subscribe_holder::after {
    content: '';
    background: radial-gradient(circle, rgb(208,212,198,0.5) 0%, transparent 70%);
    right: 0;
    opacity: 0.3;
    height: 150px;
    width: 150px;
    z-index: -1;
    animation: pulseGlow 6s infinite alternate;
    bottom: 0;
    position: absolute;
}@keyframes pulseGlow {
    0% {
        opacity: 0.1;
        transform: scale(0.8);
    }
    100% {
        opacity: 0.3;
        transform: scale(1.2);
    }
}

.metadonate_btn .subscribe_holder h5 {
    position: relative;
    font-size: 22px;
    margin-bottom: 0.5rem;
    font-weight: 600;
    padding-bottom: 0.875rem;
}.metadonate_btn .subscribe_holder h5::after {
    height: 2px;
    content: '';
    left: 0;
    width: 40px;
    background: rgb(208,212,198);
    position: absolute;
    bottom: 0;
}.metadonate_btn .subscribe_holder p {
    line-height: 1.6;
    opacity: 0.9;
    font-size: 16px;
    margin-bottom: 0.5rem;
}.metadonate_btn .input_holder {
    flex-direction: column;
    margin-top: 0.5rem;
    gap: 1rem;
    display: flex;
    position: relative;
}.metadonate_btn .input_holder::before {
    width: calc(100% + 20px);
    top: -10px;
    left: -10px;
    animation: subtleRotate 15s linear infinite;
    content: '';
    position: absolute;
    opacity: 0.1;
    height: calc(100% + 20px);
    border-radius: calc(10px + 10px);
    z-index: -1;
    background: 
        radial-gradient(circle at bottom right, rgb(208,212,198,0.5) 0%, transparent 70%),
        radial-gradient(circle at top left, rgb(173,179,161,0.5) 0%, transparent 70%);
}@keyframes subtleRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.metadonate_btn .input_holder input[type="email"] {
    padding: 1.125rem 1.5rem;
    color: #ffffff;
    font-size: 16px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.metadonate_btn .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgb(208,212,198,0.5);
    box-shadow: 0 0 0 3px rgb(208,212,198,0.5);
    background-color: rgba(255, 255, 255, 0.15);
}.metadonate_btn .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}.metadonate_btn .metanews_wrap {
    overflow: hidden;
    transition: all 0.3s ease;
    color: #ffffff;
    background-color: rgb(208,212,198);
    border: none;
    font-weight: 600;
    cursor: pointer;
    border-radius: 10px;
    font-size: 15px;
    position: relative;
    padding: 1.125rem 1.5rem;
    z-index: 1;
}.metadonate_btn .metanews_wrap::before {
    height: 100%;
    width: 100%;
    content: '';
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    transition: left 0.7s ease;
    top: 0;
    z-index: -1;
}.metadonate_btn .metanews_wrap::after {
    top: 0;
    background: rgb(173,179,161);
    transition: opacity 0.3s ease;
    opacity: 0;
    height: 100%;
    z-index: -2;
    left: 0;
    content: '';
    position: absolute;
    width: 100%;
}.metadonate_btn .metanews_wrap:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}.metadonate_btn .metanews_wrap:hover::before {
    left: 100%;
}.metadonate_btn .metanews_wrap:hover::after {
    opacity: 1;
}.metadonate_btn .metaaward_show {
    padding-top: 2rem;
    margin-top: 4rem;
    text-align: center;
    position: relative;
}.metadonate_btn .metaaward_show::before {
    content: '';
    position: absolute;
    width: 60%;
    left: 20%;
    height: 1px;
    top: 0;
    background: linear-gradient(to right, transparent, rgb(173,179,161,0.5), transparent);
}.metadonate_btn .metafooter_edu {
    opacity: 0.7;
    font-size: 13px;
}

@media (max-width: 1200px) {.metadonate_btn .text_main_holder {
    gap: 3rem;
    grid-template-columns: 1fr 1.5fr;
}.metadonate_btn .subscribe_holder {
    grid-column: 1 / -1;
    margin-top: 2rem;
}.metadonate_btn .metamain_skill::after {
    display: none;
}
}

@media (max-width: 991px) {.metadonate_btn {
    padding: 5rem 0 2rem;
}.metadonate_btn .metamessage_block {
    flex-wrap: wrap;
    justify-content: center;
}.metadonate_btn .info_item {
    flex: 0 0 auto;
    max-width: none;
    width: calc(50% - 2rem);
}.metadonate_btn .info_item:not(:last-child)::after {
    display: none;
}.metadonate_btn .text_main_holder {
    grid-template-columns: 1fr;
    gap: 3rem;
}.metadonate_btn .metamain_skill::before, 
    .metadonate_btn .metamain_skill::after {
    display: none;
}.metadonate_btn .metapage_top {
    text-align: center;
    align-items: center;
}.metadonate_btn .metamain_skill h5, 
    .metadonate_btn .subscribe_holder h5 {
    text-align: center;
}.metadonate_btn .metamain_skill h5::after, 
    .metadonate_btn .subscribe_holder h5::after {
    left: 50%;
    transform: translateX(-50%);
}.metadonate_btn .metatop_prime {
    grid-template-columns: repeat(3, 1fr);
}.metadonate_btn .input_holder {
    margin: 0 auto;
    max-width: 400px;
}
}

@media (max-width: 768px) {.metadonate_btn {
    padding: 4rem 0 2rem;
}.metadonate_btn .metamessage_block {
    transform: translateY(-2.5rem);
    padding: 1rem 1.5rem;
}.metadonate_btn .info_item {
    max-width: none;
    width: 100%;
}.metadonate_btn .metatop_prime {
    grid-template-columns: repeat(2, 1fr);
}.metadonate_btn .metaaward_show {
    margin-top: 3rem;
}
}

@media (max-width: 576px) {.metadonate_btn {
    padding: 3rem 0 1.5rem;
}.metadonate_btn .metamessage_block {
    padding: 1rem;
    transform: translateY(-1.5rem);
}.metadonate_btn .info_item p,
    .metadonate_btn .info_item a {
    font-size: calc(16px - 1px);
}.metadonate_btn .metatop_prime {
    text-align: center;
    grid-template-columns: 1fr;
}.metadonate_btn .metatop_prime a:hover {
    transform: none;
}.metadonate_btn .metatop_prime a::before {
    transform: translateX(-50%);
    left: 50%;
}.metadonate_btn .metatop_prime a:hover::before {
    width: 30px;
}.metadonate_btn .input_holder {
    width: 100%;
}}.metaour_story {
    padding: 100px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(238,239,234) 0%, rgba(245, 245, 250, 0.98) 100%);
    overflow: hidden;
}.metaour_story::before {
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    width: 100%;
    top: 0;
    content: "";
    opacity: 0.08;
    background-size: 250px 250px;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(173,179,161,0.5) 0.5%, transparent 5%),
        radial-gradient(circle at 80% 70%, rgb(173,179,161,0.5) 0.5%, transparent 5%),
        radial-gradient(circle at 50% 50%, rgb(173,179,161,0.5) 0.5%, transparent 5%),
        radial-gradient(circle at 30% 80%, rgb(173,179,161,0.5) 0.5%, transparent 5%);
}.metaour_story .container {
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
}.metaour_story h1 {
    font-size: 41px;
    color: rgb(208,212,198);
    text-align: center;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: perspective(1000px) translateZ(0);
    position: relative;
    font-weight: 700;
    margin-bottom: 50px;
}.metaour_story h1::after {
    background: linear-gradient(90deg, rgb(208,212,198), rgb(173,179,161));
    bottom: -15px;
    left: 50%;
    height: 3px;
    transform: translateX(-50%);
    position: absolute;
    width: 80px;
    border-radius: 10px;
    content: "";
}.metaour_story .metaexpert_learnings {
    position: relative;
}.metaour_story .metaexpert_learnings ul {
    padding: 0;
    gap: 40px;
    display: grid;
    grid-template-columns: 1fr;
    list-style: none;
    margin: 0;
}.metaour_story .metatraining_experts {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 3px;
    padding: 40px;
    overflow: hidden;
}.metaour_story .metatraining_experts::before {
    background: linear-gradient(90deg, rgb(208,212,198), rgb(173,179,161));
    transform: scaleX(0);
    width: 100%;
    transform-origin: left;
    content: "";
    height: 4px;
    top: 0;
    left: 0;
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: absolute;
}.metaour_story .metatraining_experts:hover::before {
    transform: scaleX(1);
}.metaour_story .metatraining_experts::after {
    width: 200px;
    bottom: -100px;
    right: -100px;
    border-radius: 100%;
    background: radial-gradient(circle, rgb(173,179,161,0.5) 0%, transparent 70%);
    z-index: 0;
    position: absolute;
    height: 200px;
    content: "";
    opacity: 0.1;
}.metaour_story .metatraining_experts h4 {
    font-weight: 700;
    transition: transform 0.3s ease;
    color: rgb(208,212,198);
    transform: translateX(0);
    font-size: calc(22px + 2px);
    position: relative;
    margin-bottom: 20px;
}.metaour_story .metatraining_experts:hover h4 {
    transform: translateX(10px);
}.metaour_story .metatraining_experts h4::after {
    content: "";
    width: 40px;
    position: absolute;
    bottom: -10px;
    background-color: rgb(173,179,161);
    transition: width 0.3s ease;
    left: 0;
    height: 2px;
}.metaour_story .metatraining_experts:hover h4::after {
    width: 60px;
}.metaour_story .metatraining_experts div {
    overflow-y: auto;
    font-weight: 400;
    z-index: 1;
    color: #000000;
    font-family: Arial, sans-serif;
    padding-right: 10px;
    max-height: 200px;
    position: relative;
    line-height: 1.8;
    font-size: 13px;
}.metaour_story .metatraining_experts div::-webkit-scrollbar {
    width: 4px;
}.metaour_story .metatraining_experts div::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.05);
}.metaour_story .metatraining_experts div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(173,179,161,0.5);
}.metaour_story .metatraining_experts:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}

@media (min-width: 768px) {.metaour_story .metaexpert_learnings ul {
    grid-template-columns: repeat(2, 1fr);
}.metaour_story h1 {
    font-size: calc(41px + 4px);
    margin-bottom: 70px;
}.metaour_story .metatraining_experts div {
    max-height: 300px;
}
}

@media (min-width: 992px) {.metaour_story {
    padding: 120px 0;
}.metaour_story .metatraining_experts {
    padding: 50px;
}.metaour_story h1 {
    font-size: calc(41px + 8px);
}.metaour_story .metatraining_experts div {
    max-height: 350px;
    font-size: calc(13px + 1px);
}.metaour_story .container {
    padding: 0 40px;
}
}

@media (max-width: 767px) {.metaour_story {
    padding: 70px 0;
}.metaour_story h1 {
    margin-bottom: 40px;
    font-size: calc(41px - 2px);
}.metaour_story .metatraining_experts {
    padding: 30px;
}.metaour_story .metatraining_experts div {
    line-height: 1.6;
    font-size: calc(13px - 1px);
}
}

@media (hover: hover) {.metaour_story h1:hover {
    transform: perspective(1000px) translateZ(10px);
}.metaour_story .metatraining_experts:hover div::-webkit-scrollbar-thumb {
    background: rgb(173,179,161);
}}.metalanding_page {
    overflow: hidden;
    position: relative;
    font-family: Arial, sans-serif;
    min-height: 100vh;
}.metalanding_page .metalearn_intro {
    justify-content: center;
    align-items: center;
    position: relative;
    height: 100vh;
    display: flex;
    width: 100%;
}.metalanding_page .metalearn_intro::before {
    position: absolute;
    background: linear-gradient(135deg, 
    rgba(rgba(0, 0, 0, 0.5), 0.9) 0%,
    rgba(rgb(208,212,198,0.5), 0.7) 50%,
    rgba(rgb(173,179,161,0.5), 0.8) 100%);
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    content: "";
}.metalanding_page .metaexpert_team {
    gap: 2rem;
    transform: perspective(1000px) rotateX(5deg);
    margin: 0 auto;
    grid-template-columns: 1fr;
    z-index: 2;
    padding: 2rem;
    transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    transform-origin: bottom center;
    max-width: 1200px;
    display: grid;
    position: relative;
}.metalanding_page .metaexpert_team:hover {
    transform: perspective(1000px) rotateX(0deg);
}.metalanding_page .metaexpert_team > div {
    background: linear-gradient(120deg, 
    rgba(rgba(0, 0, 0, 0.5), 0.7) 0%,
    rgba(rgb(208,212,198,0.5), 0.3) 100%);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 
              0 5px 15px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    transform: translateZ(0);
    padding: 2rem;
    border-left: 4px solid rgb(208,212,198);
}.metalanding_page .metaexpert_team > div:first-child {
    transform: translateX(-30px) translateZ(30px);
}.metalanding_page .metaexpert_team > div:last-child {
    transform: translateX(30px) translateZ(20px);
}.metalanding_page .metaexpert_team:hover > div:first-child {
    transform: translateX(-10px) translateZ(50px);
}.metalanding_page .metaexpert_team:hover > div:last-child {
    transform: translateX(10px) translateZ(40px);
}.metalanding_page .title_style_header {
    letter-spacing: -0.02em;
    line-height: 1.2;
    font-size: clamp(2.5rem, 5vw, 45px);
    font-weight: 700;
    margin: 0 0 1rem;
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    position: relative;
}.metalanding_page .title_style_header::after {
    left: 0;
    height: 3px;
    bottom: -10px;
    width: 0;
    content: "";
    position: absolute;
    transition: width 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    background: linear-gradient(to right, 
    rgb(208,212,198), 
    rgb(173,179,161));
}.metalanding_page .metaexpert_team:hover .title_style_header::after {
    width: 50%;
}.metalanding_page h3 {
    line-height: 1.4;
    color: #ffffff;
    margin: 0 0 1.5rem;
    position: relative;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    font-weight: 600;
    font-size: clamp(1.2rem, 3vw, 18px);
}.metalanding_page p {
    font-weight: 400;
    font-size: clamp(1rem, 2vw, 17px);
    opacity: 0.9;
    margin: 0;
    transform: translateY(20px);
    position: relative;
    line-height: 1.6;
    transition: all 0.5s ease;
    color: #ffffff;
}.metalanding_page .metaexpert_team:hover p {
    transform: translateY(0);
    opacity: 1;
}.metalanding_page .metaexpert_team > div::before {
    border-top: 2px solid rgb(173,179,161);
    opacity: 0;
    height: 30%;
    top: -5px;
    right: -5px;
    border-right: 2px solid rgb(173,179,161);
    position: absolute;
    width: 30%;
    content: "";
    transition: all 0.5s ease;
}.metalanding_page .metaexpert_team > div::after {
    border-left: 2px solid rgb(208,212,198);
    bottom: -5px;
    content: "";
    position: absolute;
    opacity: 0;
    border-bottom: 2px solid rgb(208,212,198);
    width: 30%;
    transition: all 0.5s ease;
    height: 30%;
    left: -5px;
}.metalanding_page .metaexpert_team:hover > div::before,
.metalanding_page .metaexpert_team:hover > div::after {
    opacity: 1;
}

@media (min-width: 768px) {.metalanding_page .metaexpert_team {
    grid-template-columns: 1fr 1.2fr;
    padding: 3rem;
    gap: 3rem;
}.metalanding_page .metaexpert_team > div {
    padding: 3rem;
}.metalanding_page .title_style_header {
    margin: 0 0 1.5rem;
}.metalanding_page h3 {
    margin: 0 0 2rem;
}
}

@media (min-width: 992px) {.metalanding_page .metaexpert_team {
    gap: 5rem;
    padding: 4rem;
}.metalanding_page .metaexpert_team > div:first-child {
    transform: translateX(-50px) translateZ(40px);
}.metalanding_page .metaexpert_team > div:last-child {
    transform: translateX(50px) translateZ(20px);
}.metalanding_page .metaexpert_team:hover > div:first-child {
    transform: translateX(-20px) translateZ(60px);
}.metalanding_page .metaexpert_team:hover > div:last-child {
    transform: translateX(20px) translateZ(40px);
}
}

@media (max-width: 767px) {.metalanding_page .metalearn_intro {
    height: auto;
    min-height: 100vh;
}.metalanding_page .metaexpert_team {
    transform: perspective(800px) rotateX(3deg);
    padding: 1.5rem;
}.metalanding_page .metaexpert_team > div {
    padding: 1.5rem;
}.metalanding_page .metaexpert_team > div:first-child,
  .metalanding_page .metaexpert_team > div:last-child {
    transform: translateX(0) translateZ(20px);
}.metalanding_page .metaexpert_team:hover > div:first-child,
  .metalanding_page .metaexpert_team:hover > div:last-child {
    transform: translateX(0) translateZ(30px);
}
}

@media (max-width: 480px) {.metalanding_page .metaexpert_team {
    transform: perspective(600px) rotateX(2deg);
    padding: 1rem;
}.metalanding_page .metaexpert_team > div {
    padding: 1rem;
}.metalanding_page .title_style_header {
    font-size: 2rem;
}.metalanding_page h3 {
    font-size: 1rem;
}.metalanding_page p {
    font-size: 0.9rem;
}
}

@media (prefers-reduced-motion: reduce) {.metalanding_page .metaexpert_team,
  .metalanding_page .metaexpert_team > div,
  .metalanding_page .metaexpert_team:hover > div,
  .metalanding_page p,
  .metalanding_page .title_style_header::after {
    animation: none;
    transform: none;
    transition: none;
}}.metacookie_window_dialog {
    bottom: 0;
    z-index: 90;
    border-top: 2px solid rgb(208,212,198);
    position: fixed;
    width: 100%;
    background: rgb(238,239,234);
}.metacookie_user {
    align-items: center;
    padding: 20px 0;
    justify-content: space-between;
    display: flex;
}.metacookie_window_dialog h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.metacookie_window_dialog p {
    font-size: 18px;
}.metacookie_visitor {
    margin-right: 10px;
    flex-shrink: 0;
}.metacookie_visitor svg, .metacookie_visitor svg path, .metacookie_visitor img {
    width: 100px;
    height: 100px;
    fill: rgb(208,212,198);
}.metatrack_cookies {
    flex-shrink: 0;
    color: rgb(208,212,198);
    margin-left: 10px;
    white-space: nowrap;
    border-bottom: 2px solid rgb(208,212,198);
    text-decoration: none;
    cursor: pointer;
    font-size: 24px;
    text-align: center;
    min-width: 120px;
    line-height: 35px;
}.metacookie_window_dialog p a {
    text-decoration: none;
    color: rgb(208,212,198);
}#metacookie_alert_modal {
    display: none;
}#metacookie_alert_modal:checked ~ .metacookie_window_dialog {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 1200px) {.metacookie_window_dialog {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.metacookie_visitor {
    display: none;
}.metacookie_user {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.metacookie_window_dialog h5 {
    text-align: center;
}.metacookie_window_dialog p {
    text-align: center;
}.metalearn_agree {
    margin-bottom: 20px;
}body .metawrap-structure .metatrack_cookies {
    margin-left: 0;
}}
.metawrap-structure .metacookie_user {
    justify-content: flex-end;
}.metawrap-structure .metatrack_cookies {
    background: rgb(208,212,198);
    font-size: 20px;
    margin-left: 30px;
    padding: 10px;
    color: #ffffff;
}.metawrap-structure .metalearn_agree {
    text-align: right;
}
@media only screen and (max-width: 800px)  {.metawrap-structure .metatrack_cookies {
    margin-left: 0;
    margin-bottom: 10px;
}}header .top_plank {
    background: rgb(208,212,198);
    color:  #ffffff;
}header .top_plank .metalearning_header div svg, header .top_plank .metalearning_header div svg path {
    fill: #ffffff;
}header .top_plank .metalearning_header div span {
    color: #ffffff;
}header .top_plank .metalearning_header {
    flex-wrap: wrap;
    justify-content: flex-start;
    font-size: 16px;
    align-items: center;
    padding: 15px 0 10px 0;
    display: flex;
    width: 100%;
    line-height: 21px;
}header .top_plank .metalearning_header div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 24px;
}header .top_plank .metalearning_header div img, header .top_plank .metalearning_header div svg {
    width: 16px;
    margin-right: 8px;
    height: 16px;
}.metapricing_deck {
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
    background: rgb(238,239,234);
}.metapricing_deck::before {
    position: absolute;
    right: -50px;
    z-index: 0;
    height: 300px;
    width: 300px;
    content: "";
    top: -50px;
    border-radius: 50%;
    filter: blur(60px);
    background: linear-gradient(135deg, rgb(173,179,161,0.5), rgb(208,212,198,0.5));
}.metapricing_deck::after {
    bottom: -50px;
    background: linear-gradient(225deg, rgb(208,212,198,0.5), rgb(173,179,161,0.5));
    border-radius: 50%;
    height: 250px;
    content: "";
    width: 250px;
    filter: blur(50px);
    z-index: 0;
    left: -50px;
    position: absolute;
}.metapricing_deck .container {
    z-index: 1;
    position: relative;
}.metapricing_deck .metapricing_fees {
    flex-direction: column-reverse;
    gap: 3rem;
    display: flex;
}.metapricing_deck .metalearn_sub {
    padding: 0 1rem;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}.metapricing_deck .metalearn_sub h2 {
    display: inline-block;
    color: #000000;
    font-size: calc(31px * 1.1);
    position: relative;
    font-weight: 700;
    margin-bottom: 1.5rem;
}.metapricing_deck .metalearn_sub h2::after {
    width: 80px;
    background: linear-gradient(90deg, rgb(208,212,198), rgb(173,179,161));
    content: "";
    transform: translateX(-50%);
    bottom: -10px;
    left: 50%;
    position: absolute;
    height: 3px;
}.metapricing_deck .metacost_breakdown {
    line-height: 1.6;
    font-size: 12px;
    color: #000000;
    margin-bottom: 1rem;
}.metapricing_deck .metastudy_fees {
    perspective: 1000px;
    gap: 2rem;
    display: grid;
    grid-template-columns: 1fr;
}.metapricing_deck .metaplan_table {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform-style: preserve-3d;
    text-decoration: none;
    position: relative;
    display: block;
}.metapricing_deck .metaplan_table:hover {
    transform: translateY(-10px);
}.metapricing_deck .metaoffer_box {
    min-height: 430px;
    border-radius: 10px;
    justify-content: space-between;
    position: relative;
    transition: all 0.4s ease;
    background: #ffffff;
    z-index: 1;
    display: flex;
    flex-direction: column;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}.metapricing_deck .metaplan_table:hover .metaoffer_box {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}.metapricing_deck .metalearn_deals {
    position: relative;
    padding: 2rem;
    flex: 1;
    z-index: 2;
}.metapricing_deck .metaplan_table h3 {
    display: inline-block;
    font-size: calc(20px * 1.1);
    font-weight: 700;
    margin-bottom: 1rem;
    color: #000000;
    position: relative;
}.metapricing_deck .metaplan_table h3::before {
    transition: width 0.3s ease;
    height: 2px;
    bottom: -5px;
    width: 40px;
    background: rgb(208,212,198);
    left: 0;
    position: absolute;
    content: "";
}.metapricing_deck .metaplan_table:hover h3::before {
    width: 100%;
}.metapricing_deck .metaprice_plan {
    color: rgb(173,179,161);
    display: block;
    margin: 1.5rem 0;
    font-weight: 700;
    position: relative;
    font-size: calc(20px * 1.4);
}.metapricing_deck .metaprice_plan::after {
    left: -10px;
    transform: translateY(-50%);
    height: 20px;
    position: absolute;
    content: "";
    top: 50%;
    background: rgb(208,212,198);
    border-radius: 3px;
    width: 3px;
}.metapricing_deck .metaplan_table p {
    color: #000000;
    word-wrap: break-word;
    margin-bottom: 1rem;
    hyphens: auto;
    line-height: 1.6;
    overflow-wrap: break-word;
    font-size: 12px;
}.metapricing_deck .metapost_thumbnail {
    position: relative;
    height: 180px;
}.metapricing_deck .metapost_thumbnail::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    z-index: 1;
}.metapricing_deck .metaplan_table:nth-child(1) .metaoffer_box {
    border-top: 4px solid rgb(208,212,198);
}.metapricing_deck .metaplan_table:nth-child(2) .metaoffer_box {
    border-top: 4px solid rgb(173,179,161);
}.metapricing_deck .metaplan_table:nth-child(3) .metaoffer_box {
    border-top: 4px solid #6c5ce7;
}.metapricing_deck .metaplan_table:nth-child(4) .metaoffer_box {
    border-top: 4px solid #00b894;
}

@media (min-width: 768px) {.metapricing_deck .metastudy_fees {
    grid-template-columns: repeat(2, 1fr);
}.metapricing_deck .metaoffer_box {
    min-height: 480px;
}.metapricing_deck .metalearn_sub {
    padding: 0 2rem;
}.metapricing_deck .metalearn_sub h2 {
    font-size: calc(31px * 1.2);
}
}

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

@media (min-width: 1200px) {.metapricing_deck .metastudy_fees {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}.metapricing_deck .metaplan_table {
    transform: perspective(1000px) rotateY(0);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.metapricing_deck .metaplan_table:hover {
    transform: perspective(1000px) translateY(-15px) rotateY(2deg);
}.metapricing_deck .metaoffer_box {
    min-height: 520px;
    transform-style: preserve-3d;
    backface-visibility: hidden;
}.metapricing_deck .metapost_thumbnail {
    height: 200px;
}.metapricing_deck .metaprice_plan {
    font-size: calc(20px * 1.6);
}.metapricing_deck .metalearn_sub h2 {
    font-size: calc(31px * 1.3);
}}.metatySpotlight {
    background: linear-gradient(135deg, rgb(173,179,161,0.5), rgb(208,212,198,0.5));
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
}.metatySpotlight::before {
    pointer-events: none;
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(255,255,255,0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(255,255,255,0.1) 0%, transparent 40%);
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    position: absolute;
    z-index: 1;
}.metatySpotlight::after {
    z-index: 2;
    width: 100%;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(173,179,161) 25%, 
        rgb(208,212,198) 75%, 
        transparent 100%);
    bottom: -5px;
    animation: shimmer 4s infinite ease-in-out;
    left: 0;
    content: "";
    height: 10px;
    opacity: 0.7;
    position: absolute;
}.metatySpotlight .container {
    width: 90%;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 3;
}.metatySpotlight .metalearn_expert {
    transition: transform 0.5s ease-out;
    overflow: hidden;
    border-radius: 10px;
    transform-style: preserve-3d;
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.95), 
        rgba(255,255,255,0.85));
    padding: 4rem 3rem;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.1),
        0 3px 10px rgba(0,0,0,0.05),
        0 0 0 1px rgba(255,255,255,0.2) inset;
}.metatySpotlight .metalearn_expert::before {
    background: linear-gradient(135deg, 
        rgb(208,212,198,0.5) 0%, 
        transparent 70%);
    content: "";
    animation: float 8s infinite ease-in-out;
    right: -10%;
    opacity: 0.7;
    top: -10%;
    height: 200px;
    filter: blur(20px);
    width: 200px;
    position: absolute;
    z-index: -1;
    border-radius: 50%;
}.metatySpotlight .metalearn_expert:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.15),
        0 5px 15px rgba(0,0,0,0.08),
        0 0 0 1px rgba(255,255,255,0.3) inset;
}.metatySpotlight .metalearn_expert > div:first-child {
    animation: fadeSlideUp 0.8s ease-out;
    position: relative;
    opacity: 1;
    transform: translateY(0);
    margin-bottom: 2rem;
}.metatySpotlight .metalearn_expert > div:last-child {
    opacity: 1;
    transform: translateY(0);
    animation: fadeSlideUp 0.8s 0.2s ease-out both;
    position: relative;
}.metatySpotlight h5 {
    font-size: 21px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    position: relative;
    margin: 0 0 1rem;
    display: inline-block;
    line-height: 1.4;
    color: rgb(208,212,198);
}.metatySpotlight h5::after {
    position: absolute;
    transform-origin: left;
    left: 0;
    background: linear-gradient(90deg, rgb(173,179,161), transparent);
    animation: lineExpand 1.2s 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    height: 3px;
    content: "";
    bottom: -10px;
    transform: scaleX(0);
    border-radius: 2px;
    width: 60%;
}.metatySpotlight a {
    text-decoration: none;
    transition: all 0.3s ease;
    display: block;
}.metatySpotlight a:hover p {
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
    transform: translateY(-3px);
    color: rgb(208,212,198);
}.metatySpotlight p {
    color: #000000;
    transition: all 0.4s ease;
    position: relative;
    font-weight: 400;
    line-height: 1.8;
    font-size: 17px;
    margin: 0;
    font-family: Arial, sans-serif;
}

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

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

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

@keyframes shimmer {
    0%, 100% {
        opacity: 0.5;
        transform: translateX(0%);
    }
    50% {
        opacity: 0.8;
        transform: translateX(2%);
    }
}

@media (max-width: 991px) {.metatySpotlight {
    padding: 5rem 0;
}.metatySpotlight .metalearn_expert {
    transform: perspective(1000px) rotateX(1deg);
    padding: 3rem 2.5rem;
}.metatySpotlight h5 {
    font-size: calc(21px * 0.95);
}.metatySpotlight p {
    line-height: 1.7;
    font-size: calc(17px * 0.98);
}
}

@media (max-width: 767px) {.metatySpotlight {
    padding: 4rem 0;
}.metatySpotlight .metalearn_expert {
    transform: none;
    padding: 2.5rem 2rem;
}.metatySpotlight .metalearn_expert::before {
    height: 150px;
    width: 150px;
}.metatySpotlight h5 {
    font-size: calc(21px * 0.9);
}.metatySpotlight h5::after {
    width: 50%;
}.metatySpotlight p {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 576px) {.metatySpotlight {
    padding: 3rem 0;
}.metatySpotlight .container {
    width: 92%;
}.metatySpotlight .metalearn_expert {
    padding: 2rem 1.5rem;
}.metatySpotlight .metalearn_expert > div:first-child {
    margin-bottom: 1.5rem;
}.metatySpotlight h5 {
    font-size: calc(21px * 0.85);
}.metatySpotlight p {
    font-size: calc(17px * 0.9);
    line-height: 1.5;
}}.metaacademic_expertise {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(238,239,234) 0%, rgba(245, 248, 250, 0.9) 100%);
    padding: 6rem 0;
    position: relative;
}.metaacademic_expertise::before {
    background: radial-gradient(circle, rgb(208,212,198,0.5) 0%, transparent 70%);
    width: 40vw;
    content: "";
    right: -10%;
    height: 40vw;
    transform: translateZ(0);
    top: -5%;
    position: absolute;
    opacity: 0.15;
}.metaacademic_expertise::after {
    position: absolute;
    bottom: -5%;
    content: "";
    left: -10%;
    transform: translateZ(0);
    opacity: 0.1;
    background: radial-gradient(circle, rgb(173,179,161,0.5) 0%, transparent 70%);
    height: 30vw;
    width: 30vw;
}.metaacademic_expertise .container {
    padding: 0 2rem;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.metaacademic_expertise .metauser_voices {
    backdrop-filter: blur(10px);
    gap: 2rem;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.05),
        0 1px 3px rgba(0, 0, 0, 0.03),
        0 0 80px rgba(rgb(208,212,198), 0.03) inset;
    transform: translateZ(0);
    position: relative;
    padding: 2.5rem;
    grid-template-columns: 1fr;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    display: grid;
}.metaacademic_expertise .metauser_voices > div:first-child {
    justify-content: center;
    align-items: center;
    display: flex;
}.metaacademic_expertise .metapost_thumbnail {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 8px;
    height: 200px;
    overflow: hidden;
    transform: rotate(-2deg) translateZ(0);
    box-shadow: 
        10px 10px 20px rgba(0, 0, 0, 0.1),
        -10px -10px 20px rgba(255, 255, 255, 0.7);
    width: 200px;
    position: relative;
}.metaacademic_expertise .metapost_thumbnail::after {
    height: 100%;
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    background: linear-gradient(135deg, transparent 0%, rgba(rgb(208,212,198), 0.1) 100%);
}.metaacademic_expertise .metapost_thumbnail:hover {
    transform: rotate(0deg) scale(1.05) translateZ(0);
}.metaacademic_expertise .name {
    font-family: Arial, sans-serif;
    margin-bottom: 0.5rem;
    font-size: 23px;
    display: inline-block;
    font-weight: 700;
    position: relative;
    color: rgb(208,212,198);
}.metaacademic_expertise .name::after {
    transform-origin: left;
    transform: scaleX(0.8);
    width: 60%;
    content: "";
    background: linear-gradient(90deg, rgb(173,179,161) 0%, transparent 100%);
    transition: transform 0.4s ease;
    position: absolute;
    height: 3px;
    left: 0;
    bottom: -8px;
}.metaacademic_expertise .metauser_voices > div:nth-child(2) {
    display: flex;
    justify-content: center;
    flex-direction: column;
}.metaacademic_expertise .metauser_voices > div:nth-child(2) > div {
    letter-spacing: 0.02em;
    font-weight: 600;
    margin-top: 0.5rem;
    color: rgba(0, 0, 0, 0.5);
    font-size: calc(14px - 0.1rem);
}.metaacademic_expertise .metaemp_section {
    margin: 0;
    line-height: 1.6;
    color: #000000;
    font-size: 14px;
    position: relative;
    font-family: Arial, sans-serif;
}.metaacademic_expertise .metaemp_section::before {
    content: "";
    color: rgb(208,212,198,0.5);
    font-size: 6rem;
    left: -1rem;
    z-index: -1;
    opacity: 0.15;
    font-family: serif;
    top: -2rem;
    position: absolute;
}

@media (min-width: 768px) {.metaacademic_expertise {
    padding: 8rem 0;
}.metaacademic_expertise .metauser_voices {
    gap: 2.5rem 3rem;
    grid-template-columns: auto 1fr;
    padding: 3rem;
    grid-template-rows: auto 1fr;
}.metaacademic_expertise .metauser_voices > div:first-child {
    grid-row: span 2;
}.metaacademic_expertise .metapost_thumbnail {
    height: 260px;
    width: 260px;
}.metaacademic_expertise .name {
    font-size: calc(23px + 0.2rem);
}.metaacademic_expertise .metaemp_section {
    font-size: calc(14px + 0.05rem);
}
}

@media (min-width: 1024px) {.metaacademic_expertise .metauser_voices {
    grid-template-columns: auto 1fr;
    padding: 4rem;
    gap: 3rem 4rem;
}.metaacademic_expertise .metapost_thumbnail {
    transform: rotate(-3deg) translateZ(0);
    height: 300px;
    width: 300px;
}.metaacademic_expertise .name {
    font-size: calc(23px + 0.4rem);
}.metaacademic_expertise .name::after {
    height: 4px;
}.metaacademic_expertise .metaemp_section {
    font-size: calc(14px + 0.1rem);
    line-height: 1.7;
}.metaacademic_expertise .metauser_voices > div:nth-child(2) > div {
    font-size: 14px;
}
}

@media (min-width: 1200px) {.metaacademic_expertise .container {
    padding: 0 4rem;
}.metaacademic_expertise .metauser_voices {
    gap: 3rem 5rem;
}.metaacademic_expertise .metauser_voices:hover .name::after {
    transform: scaleX(1);
}
}

@media (max-width: 767px) {.metaacademic_expertise {
    padding: 4rem 0;
}.metaacademic_expertise .container {
    padding: 0 1rem;
}.metaacademic_expertise .metauser_voices {
    padding: 2rem;
}.metaacademic_expertise .metapost_thumbnail {
    height: 180px;
    width: 180px;
}}.metateaching_process {
    display: flex;
    align-items: center;
    min-height: 100vh;
    position: relative;
    background: linear-gradient(135deg, rgb(208,212,198,0.5) 0%, rgb(173,179,161) 100%);
    padding: 8rem 0;
    overflow: hidden;
    justify-content: center;
}.metateaching_process::before {
    content: '';
    left: 0;
    z-index: 1;
    position: absolute;
    top: 0;
    animation: pulsate 12s infinite alternate;
    background: 
        radial-gradient(circle at 20% 30%, rgb(208,212,198) 0%, transparent 8%),
        radial-gradient(circle at 80% 70%, rgb(173,179,161) 0%, transparent 8%),
        radial-gradient(circle at 40% 80%, rgb(208,212,198) 0%, transparent 6%),
        radial-gradient(circle at 60% 20%, rgb(173,179,161) 0%, transparent 6%);
    height: 100%;
    width: 100%;
}@keyframes pulsate {
    0% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.4;
        transform: scale(1);
    }
}

.metateaching_process::after {
    animation: slide 30s linear infinite;
    z-index: 1;
    width: 200%;
    position: absolute;
    content: '';
    background: repeating-linear-gradient(
        45deg,
        rgb(173,179,161,0.5) 0,
        rgb(173,179,161,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
    height: 200%;
    top: -50%;
    left: -50%;
}@keyframes slide {
    0% {
        transform: rotate(0deg) translateY(0);
    }
    100% {
        transform: rotate(360deg) translateY(0);
    }
}

.metateaching_process .metalearn_expert {
    border-radius: 21px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 0 5px 15px rgba(0, 0, 0, 0.1);
    max-width: 1200px;
    backdrop-filter: blur(10px);
    width: 90%;
    z-index: 5;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    overflow: hidden;
    position: relative;
}.metateaching_process .metalearn_expert:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.2), 0 15px 25px rgba(0, 0, 0, 0.1);
}.metateaching_process .metatext_box_wrap {
    position: relative;
    z-index: 2;
    padding: 4rem;
}.metateaching_process .metatext_box_wrap::before {
    position: absolute;
    top: 0;
    width: 5px;
    border-radius: 10px;
    height: 50%;
    content: '';
    left: 0;
    background: linear-gradient(to bottom, rgb(208,212,198), transparent);
}.metateaching_process .metatext_box_wrap::after {
    position: absolute;
    border-radius: 10px;
    height: 50%;
    content: '';
    background: linear-gradient(to top, rgb(173,179,161), transparent);
    right: 0;
    bottom: 0;
    width: 5px;
}.metateaching_process h2 {
    font-size: 29px;
    letter-spacing: 1px;
    text-fill-color: transparent;
    transition: transform 0.3s ease;
    transform: perspective(500px) translateZ(0);
    background: linear-gradient(135deg, rgb(208,212,198), rgb(173,179,161));
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background-clip: text !important;
    font-weight: 700;
    margin-bottom: 2rem;
}.metateaching_process .metalearn_expert:hover h2 {
    transform: perspective(500px) translateZ(20px);
}.metateaching_process p {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    transform: perspective(500px) translateZ(0);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    transition: transform 0.3s ease;
    margin-bottom: 2rem;
}.metateaching_process .metalearn_expert:hover p {
    transform: perspective(500px) translateZ(10px);
}

@media (max-width: 992px) {.metateaching_process {
    padding: 6rem 0;
    min-height: auto;
}.metateaching_process .metatext_box_wrap {
    padding: 3rem;
}.metateaching_process h2 {
    font-size: calc(29px * 0.9);
}
}

@media (max-width: 768px) {.metateaching_process {
    padding: 4rem 0;
}.metateaching_process .metalearn_expert {
    width: 95%;
}.metateaching_process .metatext_box_wrap {
    padding: 2rem;
}.metateaching_process h2 {
    font-size: calc(29px * 0.8);
    margin-bottom: 1.5rem;
}.metateaching_process p {
    font-size: calc(16px * 0.95);
}
}

@media (max-width: 576px) {.metateaching_process {
    padding: 3rem 0;
}.metateaching_process .metatext_box_wrap {
    padding: 1.5rem;
}.metateaching_process h2 {
    margin-bottom: 1rem;
    font-size: calc(29px * 0.7);
}.metateaching_process p {
    margin-bottom: 1rem;
    font-size: calc(16px * 0.9);
}.metateaching_process::before,
    .metateaching_process::after {
    opacity: 0.6;
}}.metacourse_summary {
    overflow: hidden;
    padding: 140px 0;
    position: relative;
    background: rgb(238,239,234);
}.metacourse_summary::before {
    z-index: 1;
    opacity: 0.15;
    top: 0;
    background: 
        linear-gradient(45deg, rgb(208,212,198,0.5) 0%, transparent 50%),
        linear-gradient(135deg, transparent 50%, rgb(173,179,161,0.5) 100%);
    position: absolute;
    bottom: 0;
    content: '';
    left: 0;
    right: 0;
}.metacourse_summary .container {
    position: relative;
    z-index: 2;
}.metacourse_summary .metanext_skill {
    display: flex;
    position: relative;
    flex-direction: column;
}.metacourse_summary .metatext_box_wrap {
    border-radius: 20px;
    margin: -80px auto 0;
    position: relative;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    z-index: 3;
    width: 80%;
    padding: 40px;
    order: 2;
}.metacourse_summary .metatext_box_wrap h2 {
    padding-bottom: 15px;
    font-size: 29px;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    font-weight: 700;
    color: #000000;
}.metacourse_summary .metatext_box_wrap h2::after {
    height: 3px;
    left: 50%;
    bottom: 0;
    width: 80px;
    background: linear-gradient(to right, rgb(208,212,198), rgb(173,179,161));
    transform: translateX(-50%);
    content: '';
    position: absolute;
    border-radius: 10px;
}.metacourse_summary .metatext_box_wrap .description {
    margin-bottom: 20px;
    text-align: center;
    font-size: 13px;
    color: #000000;
    line-height: 1.75;
}.metacourse_summary .metatext_box_wrap .description:last-of-type {
    margin-bottom: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    padding-top: 20px;
}.metacourse_summary .metapost_thumbnail {
    transform: perspective(1000px) rotateX(5deg);
    margin: 0 auto;
    height: 500px;
    z-index: 2;
    order: 1;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform-origin: bottom;
    overflow: hidden;
    width: 100%;
    border-radius: 20px;
}.metacourse_summary .metapost_thumbnail::before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent 70%);
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    content: '';
}.metacourse_summary .metapost_thumbnail::after {
    width: 100%;
    z-index: 1;
    bottom: 0;
    content: '';
    height: 30%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent);
    position: absolute;
    left: 0;
}.metacourse_summary .metanext_skill::before {
    border-radius: 50%;
    z-index: 1;
    height: 60px;
    width: 60px;
    position: absolute;
    animation: pulse 4s ease-in-out infinite;
    top: 20px;
    content: '';
    border: 2px solid rgb(208,212,198,0.5);
    left: 10%;
}.metacourse_summary .metanext_skill::after {
    height: 40px;
    width: 40px;
    position: absolute;
    border-radius: 10px;
    animation: float 6s ease-in-out infinite;
    content: '';
    z-index: 1;
    bottom: 50px;
    right: 15%;
    background: rgb(173,179,161,0.5);
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.3;
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(10deg);
    }
}

@media (min-width: 992px) {.metacourse_summary .metatext_box_wrap::before {
    z-index: 1;
    width: 200px;
    transform: translateY(130px) rotate(90deg);
    height: 3px;
    content: '';
    left: -160px;
    position: absolute;
    background: linear-gradient(to right, transparent, rgb(208,212,198,0.5), transparent);
    top: 0;
}.metacourse_summary .metatext_box_wrap::after {
    transform: translateY(130px) rotate(90deg);
    background: linear-gradient(to right, transparent, rgb(173,179,161,0.5), transparent);
    position: absolute;
    content: '';
    height: 3px;
    top: 0;
    z-index: 1;
    right: -160px;
    width: 200px;
}
}

@media (max-width: 1200px) {.metacourse_summary .metatext_box_wrap {
    width: 70%;
}
}

@media (max-width: 992px) {.metacourse_summary {
    padding: 100px 0;
}.metacourse_summary .metatext_box_wrap {
    padding: 30px;
    width: 80%;
}.metacourse_summary .metapost_thumbnail {
    height: 350px;
}
}

@media (max-width: 768px) {.metacourse_summary {
    padding: 80px 0;
}.metacourse_summary .metatext_box_wrap {
    margin-top: -50px;
    padding: 25px;
    width: 90%;
}.metacourse_summary .metapost_thumbnail {
    width: 100%;
    transform: perspective(1000px) rotateX(3deg);
    height: 300px;
}.metacourse_summary .metanext_skill::before,
    .metacourse_summary .metanext_skill::after {
    display: none;
}
}

@media (max-width: 576px) {.metacourse_summary {
    padding: 60px 0;
}.metacourse_summary .metatext_box_wrap {
    margin-top: -30px;
    width: 100%;
    padding: 20px;
}.metacourse_summary .metapost_thumbnail {
    height: 250px;
    transform: none;
}.metacourse_summary .metatext_box_wrap h2 {
    font-size: calc(29px * 0.85);
}.metacourse_summary .metatext_box_wrap .description {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}}.metasecure_cove {
    position: relative;
    overflow: hidden;
    background: rgb(238,239,234);
    color: #000000;
    font-family: Arial, sans-serif;
    padding: 5rem 2rem;
}.metasecure_cove::before {
    z-index: 0;
    left: 0;
    background: linear-gradient(135deg, 
        rgba(rgb(173,179,161,0.5), 0.03) 0%,
        rgba(rgb(173,179,161,0.5), 0.08) 60%, 
        rgba(rgb(173,179,161,0.5), 0.15) 100%);
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    content: "";
}.metasecure_cove::after {
    right: -40px;
    opacity: 0.1;
    height: 200px;
    top: -40px;
    position: absolute;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    content: "";
    z-index: 1;
    filter: blur(20px);
    transform: rotate(-15deg);
    width: 200px;
    background: linear-gradient(to bottom right, 
        rgb(173,179,161) 0%, 
        transparent 70%);
}.metasecure_cove .container {
    transition: transform 0.5s ease-out;
    z-index: 2;
    position: relative;
    padding: 3rem;
    background: #ffffff;
    transform-origin: left center;
    max-width: 1140px;
    transform: perspective(1000px) rotateY(0.5deg);
    box-shadow: 0 10px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
                0 3px 14px rgba(rgba(0, 0, 0, 0.5), 0.05);
    border-left: 4px solid rgb(208,212,198);
    margin: 0 auto;
}.metasecure_cove .container:hover {
    transform: perspective(1000px) rotateY(0deg);
}.metasecure_cove h1 {
    font-weight: 700;
    font-size: 45px;
    position: relative;
    letter-spacing: -0.02em;
    color: #000000;
    margin: 0 0 2.5rem 0;
    line-height: 1.2;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(rgb(173,179,161,0.5), 0.2);
}.metasecure_cove h1::before {
    background: linear-gradient(90deg, rgb(208,212,198), rgb(173,179,161));
    bottom: -1px;
    content: "";
    transform-origin: left;
    position: absolute;
    transform: scaleX(1);
    width: 30%;
    left: 0;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    height: 3px;
}.metasecure_cove h1:hover::before {
    transform: scaleX(1.2);
}.metasecure_cove h2 {
    font-weight: 600;
    position: relative;
    margin: 3rem 0 1.5rem;
    padding-left: 1.2rem;
    font-size: 36px;
    color: #000000;
}.metasecure_cove h2::before {
    top: 0.5rem;
    position: absolute;
    content: "";
    height: calc(100% - 1rem);
    left: 0;
    border-radius: 2px;
    width: 4px;
    background: rgb(173,179,161);
}.metasecure_cove h3 {
    font-size: calc(36px * 0.8);
    padding-bottom: 0.8rem;
    font-weight: 600;
    border-bottom: 1px dashed rgba(rgb(173,179,161,0.5), 0.2);
    color: #000000;
    margin: 2.5rem 0 1.2rem;
}.metasecure_cove h4 {
    letter-spacing: 0.01em;
    font-size: calc(36px * 0.7);
    font-weight: 400;
    color: #000000;
    margin: 2rem 0 1rem;
}.metasecure_cove p {
    max-width: 95%;
    margin-bottom: 1.5rem;
    font-size: 15px;
    color: #000000;
    line-height: 1.8;
}.metasecure_cove strong {
    color: rgb(208,212,198);
    font-weight: 600;
}.metasecure_cove span {
    margin-bottom: 1.5rem;
    line-height: 1.7;
    display: block;
    border-left: 2px solid rgba(rgb(173,179,161,0.5), 0.3);
    color: #000000;
    font-size: 15px;
    padding-left: 1rem;
}.metasecure_cove ul {
    list-style-type: none;
    margin: 1.5rem 0 2.5rem;
    padding-left: 1.2rem;
}.metasecure_cove li {
    margin-bottom: 1.2rem;
    position: relative;
    padding-left: 1.5rem;
    line-height: 1.7;
    font-size: 15px;
    color: #000000;
}.metasecure_cove li::before {
    opacity: 0.8;
    left: 0;
    top: 0.7rem;
    height: 8px;
    width: 8px;
    background: rgb(173,179,161);
    position: absolute;
    transform: rotate(45deg);
    transition: transform 0.3s ease, background 0.3s ease;
    content: "";
}.metasecure_cove li:hover::before {
    transform: rotate(135deg);
    background: rgb(208,212,198);
}

@media (max-width: 992px) {.metasecure_cove {
    padding: 4rem 1.5rem;
}.metasecure_cove .container {
    padding: 2.5rem 2rem;
    transform: perspective(800px) rotateY(0deg);
}.metasecure_cove h1 {
    font-size: calc(45px * 0.9);
    margin-bottom: 2rem;
    padding-bottom: 1.2rem;
}.metasecure_cove h2 {
    font-size: calc(36px * 0.9);
    margin: 2.5rem 0 1.2rem;
}
}

@media (max-width: 768px) {.metasecure_cove {
    padding: 3rem 1rem;
}.metasecure_cove .container {
    border-left: 3px solid rgb(208,212,198);
    padding: 2rem 1.5rem;
}.metasecure_cove h1 {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    font-size: calc(45px * 0.8);
}.metasecure_cove h2 {
    font-size: calc(36px * 0.8);
    padding-left: 1rem;
    margin: 2rem 0 1rem;
}.metasecure_cove h3 {
    margin: 2rem 0 1rem;
    font-size: calc(36px * 0.7);
}.metasecure_cove h4 {
    font-size: calc(36px * 0.6);
}.metasecure_cove p, 
    .metasecure_cove span,
    .metasecure_cove li {
    font-size: calc(15px * 0.95);
    line-height: 1.6;
}.metasecure_cove ul {
    padding-left: 0.5rem;
}.metasecure_cove li {
    padding-left: 1.2rem;
}
}

@media (max-width: 576px) {.metasecure_cove {
    padding: 2rem 0.5rem;
}.metasecure_cove .container {
    padding: 1.5rem 1.2rem;
    border-left: 2px solid rgb(208,212,198);
}.metasecure_cove h1 {
    font-size: calc(45px * 0.7);
}.metasecure_cove h2 {
    font-size: calc(36px * 0.7);
}.metasecure_cove h2::before {
    height: calc(100% - 0.8rem);
    top: 0.4rem;
    width: 3px;
}.metasecure_cove p, 
    .metasecure_cove span,
    .metasecure_cove li {
    font-size: calc(15px * 0.9);
    max-width: 100%;
}.metasecure_cove span {
    padding-left: 0.8rem;
}.metasecure_cove li::before {
    height: 6px;
    width: 6px;
}
}