﻿header,footer {
    width: 100%;
}

header {
    margin-top: 0;
    z-index: 100;
    position: relative;
    background: rgb(155,136,118);
    padding: 0;
    overflow: visible;
}

svg {
    height: 30px;
    width: 30px;
}

.get_in_touch_ma::before {
    height: 200%;
    left: -50%;
    animation: subtle-pulse 12s infinite alternate;
    top: -50%;
    content: '';
    z-index: 1;
    width: 200%;
    background: radial-gradient(
        circle at center, 
        rgba(255,255,255,0.05) 0%, 
        transparent 70%
    );
    position: absolute;
}

.get_in_touch_ma .reach_inquiry_ck {
    border-radius: 25px;
    display: flex;
    align-items: stretch;
    border: 1px solid rgba(255,255,255,0.1);
    overflow: hidden;
    backdrop-filter: blur(10px);
    background: rgba(255,255,255,0.05);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.get_in_touch_ma .help_panel_kK h3 {
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 2rem;
    color: #ffffff;
    text-align: center;
}

.get_in_touch_ma .help_panel_kK .connect_feedback_WU input[type="checkbox"] {
    margin-right: 1rem;
    appearance: none;
    cursor: pointer;
    width: 22px;
    border-radius: 10px;
    height: 22px;
    transition: all 0.3s ease;
    border: 2px solid #ffffff;
    position: relative;
}

.get_in_touch_ma .help_panel_kK .connect_feedback_WU a:hover {
    text-decoration: underline;
}

.get_in_touch_ma .help_panel_kK .message_links_0b:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    transform: translateY(-3px);
}

.privacy_notify_wy {
    margin: auto;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 30px;
}

.track_accept_NV {
    flex-shrink: 0;
    margin-right: 20px;
}

.cookie_explained_eS {
    background: rgb(190,169,149);
    color: #ffffff;
    box-shadow: rgb(190,169,149,0.5) 0px 4px 10px 0px;
    font-size: 17px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    padding: 10px 20px;
    cursor: pointer;
    text-decoration: none;
    margin-left: 20px;
    border-radius: 14px;
    line-height: 35px;
}


#cookiePolicyBanner_h2 {
    display: none;
}

header .top_plank .top_toolbar_0v div svg, header .top_plank .top_toolbar_0v div svg path {
    fill: #ffffff;
}

header .top_plank .top_toolbar_0v div img, header .top_plank .top_toolbar_0v div svg {
    margin-right: 8px;
    width: 16px;
    height: 16px;
}

.our_story_Cn .container {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    padding: 0 20px;
    z-index: 3;
    max-width: 1200px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    transform: perspective(1000px) rotateX(2deg);
    backdrop-filter: blur(10px);
    position: relative;
    padding: 40px;
}

.our_story_Cn .text_cloud_IQ p {
    color: #ffffff;
    font-size: calc(15px * 1.4);
    font-weight: 600;
    position: relative;
    -webkit-background-clip: text !important;
    background: linear-gradient(135deg, #ffffff, rgb(155,136,118));
    -webkit-text-fill-color: transparent;
    display: inline-block;
    margin-bottom: 20px;
}

.potential_learners_1H::before {
    content: '';
    width: 150%;
    left: 50%;
    z-index: 1;
    top: 50%;
    position: absolute;
    animation: rotateRings 60s linear infinite;
    height: 150%;
    background: radial-gradient(
        ellipse at center,
        transparent 0%,
        transparent 30%,
        rgba(rgb(155,136,118,0.5), 0.1) 31%,
        rgba(rgb(155,136,118,0.5), 0.1) 32%,
        transparent 33%,
        transparent 40%,
        rgba(rgb(155,136,118,0.5), 0.05) 41%,
        rgba(rgb(155,136,118,0.5), 0.05) 42%,
        transparent 43%,
        transparent 50%,
        rgba(rgb(190,169,149,0.5), 0.07) 51%,
        rgba(rgb(190,169,149,0.5), 0.07) 52%,
        transparent 53%,
        transparent 70%,
        rgba(rgb(190,169,149,0.5), 0.05) 71%,
        rgba(rgb(190,169,149,0.5), 0.05) 72%,
        transparent 73%
    );
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.potential_learners_1H li:hover svg {
    filter: drop-shadow(0 0 8px rgb(190,169,149));
    fill: rgb(190,169,149);
    transform: rotate(15deg);
}

.training_structure_PR::before {
    opacity: 0.5;
    animation: pulseBackground 8s ease-in-out infinite alternate;
    content: "";
    z-index: 1;
    width: 100%;
    background: 
        radial-gradient(ellipse at 30% 30%, rgb(190,169,149,0.5) 0%, transparent 60%),
        radial-gradient(ellipse at 70% 70%, rgb(155,136,118,0.5) 0%, transparent 60%);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
}

.training_structure_PR h3 {
    animation: magneticPulse 5s ease-in-out infinite;
    font-weight: 700;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    padding: 2rem 3rem;
    justify-content: center;
    text-align: center;
    margin: 0 10px;
    color: rgb(190,169,149);
    display: flex;
    position: relative;
    max-width: 600px;
    z-index: 2;
    font-size: 36px;
    flex: 0 1 48%;
    align-items: center;
}

.training_structure_PR span::after {
    top: 50%;
    width: 40px;
    position: absolute;
    left: -20px;
    content: "";
    z-index: 1;
    background: linear-gradient(to left, rgb(155,136,118), transparent);
    height: 2px;
}

.find_contact_Mc::after {
    background: rgb(155,136,118,0.5);
    z-index: 0;
    filter: blur(60px);
    left: -5%;
    animation: float 10s ease-in-out infinite alternate-reverse;
    position: absolute;
    opacity: 0.5;
    bottom: -5%;
    width: 30%;
    height: 30%;
    content: "";
    transform: rotate(15deg);
}

.find_contact_Mc h3::after {
    left: 0;
    position: absolute;
    border-radius: 2px;
    background: linear-gradient(90deg, rgb(190,169,149) 0%, rgb(155,136,118) 100%);
    width: 40%;
    transition: width 0.4s ease;
    height: 4px;
    content: "";
    bottom: -8px;
}

.find_contact_Mc h5 svg path {
    fill: rgb(190,169,149);
    transition: fill 0.3s ease;
}

.find_contact_Mc .ask_form_MH:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.find_contact_Mc .ask_form_MH svg {
    height: 20px;
    position: relative;
    z-index: 2;
    width: 20px;
}

.find_contact_Mc .ask_form_MH:hover svg path {
    fill: rgb(190,169,149);
}

.user_comments_ve::before {
    width: 100%;
    content: "";
    opacity: 0.07;
    background-size: 60px 60px;
    top: 0;
    height: 100%;
    left: 0;
    background: 
        linear-gradient(45deg, rgb(190,169,149,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(190,169,149,0.5) 25%, transparent 25%);
    position: absolute;
    z-index: 0;
}

.user_comments_ve .learner_quotes_hf::before {
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom, rgb(190,169,149), rgb(155,136,118));
    width: 2px;
    content: "";
    z-index: 1;
    left: 24px;
    bottom: 0;
}

.user_comments_ve .user_praise_sr:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    transform: translateX(10px);
}

.user_comments_ve .user_praise_sr:nth-child(even) {
    background: linear-gradient(135deg, #ffffff 0%, rgb(226,203,181) 100%);
    border-left: 3px solid rgb(190,169,149);
    align-self: flex-end;
}

.user_comments_ve .user_praise_sr:nth-child(even) .gallery_slider_Up {
    margin-left: 20px;
    margin-right: 0;
    float: right;
}

.user_comments_ve .user_praise_sr p {
    line-height: 1.6;
    color: #000000;
    margin-top: 1rem;
    clear: both;
    font-size: 15px;
}

.privacy_section_hW h2 {
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    margin-top: 25px;
}

.privacy_section_hW li {
    border-radius: 10px;
    color: #000000;
    align-items: center;
    background-color: rgb(155,136,118,0.5);
    justify-content: flex-start;
    margin-bottom: 15px;
    padding: 15px;
    font-size: 18px;
    display: flex;
}

.plan_list_item_Yd .container {
    margin: 0 auto;
    position: relative;
    padding: 0 1.5rem;
    max-width: 1200px;
    z-index: 1;
}

.plan_list_item_Yd .lesson_fees_XB h2 {
    display: inline-block;
    position: relative;
    margin-bottom: 1rem;
    font-size: 29px;
    color: #000000;
    font-weight: 700;
}

.plan_list_item_Yd .tuition_plans_uI {
    text-decoration: none;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    z-index: 2;
    position: relative;
    color: #000000;
}

.plan_list_item_Yd .learning_plan_5Z h3 {
    margin-bottom: 0.5rem;
    color: #000000;
    display: inline-block;
    position: relative;
    transition: color 0.3s ease;
    font-weight: 600;
    font-size: calc(20px + 0.1rem);
}

.plan_list_item_Yd .learning_plan_5Z p {
    overflow-wrap: break-word;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    color: #000000;
    flex-grow: 1;
    word-break: break-word;
    font-size: calc(12px - 0.1rem);
}

.plan_list_item_Yd .study_cost_Fq::before {
    top: 0;
    width: 100%;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform-origin: left;
    content: "";
    height: 5px;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(190,169,149), rgb(155,136,118));
    position: absolute;
    left: 0;
}

.title_welcome_4o > div > div:first-child {
    padding-left: 2rem;
    position: relative;
}

.title_welcome_4o .title_style_header {
    text-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
    animation: slideTitle 1s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.5s;
    margin: 0;
    position: relative;
    line-height: 1.2;
    font-weight: 700;
    opacity: 0;
    font-size: clamp(2.5rem, 5vw, 48px);
    color: #ffffff;
    transform: translateX(-1rem);
}

.title_welcome_4o .creds_block_OW {
    margin-bottom: 1.8rem;
    position: relative;
}

.title_welcome_4o .creds_block_OW h3 {
    opacity: 0;
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards 1.1s;
    margin: 0;
    line-height: 1.4;
    transform: translateY(1rem);
    font-weight: 600;
    color: #ffffff;
    font-size: clamp(1.2rem, 3vw, 1.7rem);
}

.site_map_Uf::before {
    position: absolute;
    height: 1px;
    width: 100%;
    top: 0;
    opacity: 0.1;
    background: linear-gradient(90deg, transparent 0%, #ffffff 50%, transparent 100%);
    left: 0;
    content: '';
}

.site_map_Uf .equity_pledge_U2 {
    line-height: 1.6;
    font-size: 17px;
    text-align: center;
    position: relative;
    max-width: 80%;
    margin: 0 auto;
    padding-top: 15px;
}

.site_map_Uf .header_master_jx {
    max-width: calc(50% - 30px);
    padding: 20px;
    border-radius: 10px;
    min-width: 250px;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
    transform: translateZ(0);
    flex: 1;
    background: rgba(255, 255, 255, 0.03);
}

.site_map_Uf .header_master_jx .header_train_Id {
    flex-direction: column;
    display: flex;
    padding: 0 10px;
    gap: 12px;
    margin: 0;
}

.site_map_Uf .header_master_jx .header_train_Id a:hover::before {
    transform: scale(1);
    opacity: 1;
}

.discount_cta_qo {
    z-index: 2;
    margin-top: 40px;
    padding: 25px 0;
    background: rgba(0, 0, 0, 0.2);
    position: relative;
}



.site_map_Uf .collab_space_sL::before {
    filter: blur(100px);
    bottom: -10%;
    z-index: -1;
    background: rgb(155,136,118);
    position: absolute;
    height: 250px;
    left: -5%;
    opacity: 0.1;
    width: 250px;
    animation: pulse 10s infinite ease-in-out reverse;
    border-radius: 50%;
    content: '';
}

.training_specialist_CE .user_praise_sr {
    position: relative;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    display: flex;
    flex-direction: column;
    background: #ffffff;
    padding: 60px 40px 40px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
    border-radius: 2px;
}

.training_specialist_CE .user_praise_sr span:not(.name) {
    text-transform: uppercase;
    transition: transform 0.5s ease;
    font-size: 16px;
    margin-top: 5px;
    font-weight: 300;
    transform: translateX(0);
    letter-spacing: 1px;
    color: #000000;
}

header::before {
    height: 100%;
    left: 0;
    background-size: 20px 20px;
    background-image: linear-gradient(0deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px),
    linear-gradient(90deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px);
    z-index: 0;
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
}

header .nav_learning_5O:hover::before {
    transform: scaleX(1);
    opacity: 1;
}

header .header_guide_Wh::after {
    transition: all 0.3s ease;
    right: -5px;
    bottom: -5px;
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    opacity: 0;
    background: rgb(190,169,149);
}

header .header_sitebar_p8 a:hover {
    border-right-color: rgba(255, 255, 255, 0.2);
    border-left-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

header .header_sitebar_p8 a::after {
    transform-origin: right;
    transition: transform 0.3s ease;
    width: 100%;
    top: 0;
    left: 0;
    transform: scaleX(0);
    height: 2px;
    background: rgb(190,169,149);
    position: absolute;
    content: '';
}



header .header_sitebar_p8:last-child::after {
    animation: typingCursor 1s infinite;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 700;
    right: -10px;
    position: absolute;
    content: '|';
    color: rgb(190,169,149);
}

.course_features_Qi .container {
    z-index: 1;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}

.course_features_Qi .gallery_slider_Up {
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 350px;
    transform: perspective(1000px) rotateY(-2deg) translateZ(0);
}

.course_features_Qi .text_cloud_IQ:hover::before {
    transform: scaleY(1);
}

.course_features_Qi h3 {
    transition: transform 0.4s ease;
    font-family: Arial, sans-serif;
    transform: translateX(0);
    color: #000000;
    font-size: calc(24px + 0.2rem);
    z-index: 1;
    margin-bottom: 24px;
    font-weight: 700;
    position: relative;
}

.course_features_Qi span.description {
    display: none;
}

.thanksGrid_dr {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(226,203,181) 0%, rgba(255,255,255,0.95) 100%);
    position: relative;
    padding: 120px 0;
}

.thanksGrid_dr .pro_classes_mS {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), 
                box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    display: grid;
    perspective: 1000px;
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(0,0,0,0.04), 
                0 5px 15px rgba(0,0,0,0.03),
                0 0 0 1px rgba(0,0,0,0.02);
    position: relative;
    grid-template-columns: 1fr;
    padding: 60px 40px;
    gap: 40px;
    transform-style: preserve-3d;
}

.thanksGrid_dr h5 {
    position: relative;
    line-height: 1.4;
    display: inline-block;
    animation: slideUp 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    transform: translateY(20px);
    color: #000000;
    font-size: 20px;
    opacity: 0;
    font-weight: 700;
    margin-bottom: 10px;
}

.thanksGrid_dr p::before {
    position: absolute;
    opacity: 0.2;
    left: 10px;
    color: rgb(190,169,149,0.5);
    content: "";
    top: 10px;
    font-size: 60px;
    font-family: serif;
    line-height: 1;
}


@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}



@media screen and (max-width: 1024px) {.get_in_touch_ma .reach_inquiry_ck {
    flex-direction: column;
}.get_in_touch_ma .gallery_slider_Up {
    flex: 0 0 100%;
    min-height: 300px;
}.get_in_touch_ma .help_panel_kK {
    flex: 0 0 100%;
    padding: 3rem 2rem;
}
}



@media (min-width: 768px) {.our_story_Cn {
    padding: 150px 0;
}.our_story_Cn .container {
    padding: 60px;
    transform: perspective(1000px) rotateX(2deg);
}.our_story_Cn h2 {
    font-size: calc(34px * 1.2);
    margin-bottom: 50px;
}.our_story_Cn .text_cloud_IQ {
    display: flex;
    box-shadow: 
            inset 3px 3px 7px rgba(255, 255, 255, 0.05),
            inset -3px -3px 7px rgba(0, 0, 0, 0.25),
            10px 10px 20px rgba(0, 0, 0, 0.1);
    flex-direction: row;
}.our_story_Cn .text_cloud_IQ > div {
    padding: 40px;
}.our_story_Cn .text_cloud_IQ p {
    margin-bottom: 30px;
    font-size: calc(15px * 1.8);
}.our_story_Cn .text_cloud_IQ div div {
    column-gap: 40px;
    column-rule: 1px solid rgba(255, 255, 255, 0.1);
    column-count: 2;
    padding: 30px;
}
}



@media (max-width: 576px) {.training_structure_PR {
    padding: 2.5rem 0;
}.training_structure_PR .container {
    padding: 0 1rem;
}.training_structure_PR .pro_classes_mS {
    gap: 2rem;
}.training_structure_PR h3 {
    padding: 1.2rem 1.5rem;
    font-size: calc(36px * 0.7);
}.training_structure_PR span {
    font-size: calc(17px * 0.85);
    padding: 1.2rem 1.5rem;
}.training_structure_PR h3::after {
    width: 30px;
    bottom: -15px;
}.training_structure_PR h3::before,
    .training_structure_PR span::before {
    inset: -2px;
}}



@media (max-width: 992px) {.user_comments_ve {
    padding: 5rem 1.5rem;
}.user_comments_ve h4 {
    font-size: calc(30px * 0.9);
}.user_comments_ve .user_praise_sr {
    padding: 1.5rem;
}
}



@media (min-width: 768px) {.plan_list_item_Yd .pay_plans_tu {
    align-items: flex-start;
    gap: 2rem;
    flex-direction: row;
}.plan_list_item_Yd .lesson_fees_XB {
    margin-bottom: 0;
    padding-top: 2rem;
    flex: 0 0 30%;
    order: 0;
}.plan_list_item_Yd .program_fees_JH {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    flex: 0 0 70%;
}.plan_list_item_Yd .study_cost_Fq {
    border-radius: 0.25rem;
}
}



@media (min-width: 1024px) {.plan_list_item_Yd .program_fees_JH {
    grid-template-columns: repeat(2, 1fr);
}.plan_list_item_Yd .tuition_plans_uI:nth-child(odd) {
    transform: translateY(1.5rem);
}
}



@media (prefers-reduced-motion: reduce) {.plan_list_item_Yd .tuition_plans_uI,
    .plan_list_item_Yd .study_cost_Fq,
    .plan_list_item_Yd .gallery_slider_Up,
    .plan_list_item_Yd .pricing_list_fn::before,
    .plan_list_item_Yd .study_cost_Fq::before {
    transition: none;
}}



@media (max-width: 480px) {.title_welcome_4o {
    min-height: 85vh;
    padding: 1.5rem 0.875rem;
}.title_welcome_4o > div {
    gap: 1.25rem;
}.title_welcome_4o > div > div:first-child {
    padding-left: 1rem;
}.title_welcome_4o > div > div:first-child::before {
    width: 3px;
}.title_welcome_4o .learning_welcome_IM {
    padding: 1.5rem;
}.title_welcome_4o .creds_block_OW {
    margin-bottom: 1.5rem;
}.title_welcome_4o .creds_block_OW::after {
    bottom: -0.75rem;
}}



@media (max-width: 767px) {header {
    padding: 0;
}header .page_top_4D {
    padding: 0.8rem 1.5rem;
}header .nav_learning_5O {
    padding: 0.4rem 0.6rem;
    max-width: 140px;
}header .header_guide_Wh img {
    max-height: 35px;
}header .header_master_jx {
    padding-bottom: 0.5rem;
    overflow-x: auto;
    margin-top: 0.8rem;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
    scrollbar-width: thin;
}header .header_master_jx::-webkit-scrollbar {
    height: 3px;
}header .header_master_jx::-webkit-scrollbar-thumb {
    background: rgb(190,169,149);
    border-radius: 10px;
}header .header_sitebar_p8 {
    flex: 0 0 auto;
    margin: 0;
}header .header_sitebar_p8 a {
    height: 35px;
    padding: 0 0.8rem;
    font-size: calc(13px - 2px);
    letter-spacing: 0.5px;
    white-space: nowrap;
}header .header_sitebar_p8:last-child::after {
    display: none;
}
}



@media (min-width: 992px) {.thanksGrid_dr .pro_classes_mS {
    gap: 60px;
    padding: 100px 80px;
}.thanksGrid_dr .pro_classes_mS:hover {
    transform: translateY(-5px) rotateX(2deg) rotateY(-2deg);
    box-shadow: 0 30px 60px rgba(0,0,0,0.07), 
                    0 12px 25px rgba(0,0,0,0.05),
                    0 0 0 1px rgba(0,0,0,0.02);
}.thanksGrid_dr .pro_classes_mS:hover > div:first-child {
    transform: translateZ(35px);
}.thanksGrid_dr .pro_classes_mS:hover > div:last-child {
    transform: translateZ(25px);
}.thanksGrid_dr h5 {
    font-size: calc(20px * 1.3);
}.thanksGrid_dr p {
    font-size: calc(17px * 1.1);
    line-height: 1.9;
}
}



@keyframes slideTitle {
  from {
    opacity: 0;
    transform: translateX(-1rem);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}



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



@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.8;
    }
}

@keyframes typingCursor {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}



@keyframes morph {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    25% {
        border-radius: 50% 50% 30% 70% / 60% 40% 60% 40%;
    }
    50% {
        border-radius: 70% 30% 50% 50% / 40% 60% 40% 60%;
    }
    75% {
        border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%;
    }
    100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
}

