* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.framework-wrap {
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

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

header,footer {
    width: 100%;
}

header {
    padding: 0;
    z-index: 100;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    background: rgb(210,214,231);
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    margin-top: 0;
}

.confidential_lockup h3, .confidential_lockup h4, .confidential_lockup h5, .confidential_lockup h6 {
    margin-top: 20px;
    font-size: 19px;
    font-family: Arial, sans-serif;
    margin-bottom: 10px;
    font-weight: 400;
    color: #000000;
}

.confidential_lockup li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}

.confidential_lockup p, .confidential_lockup span, .confidential_lockup div {
    color: #000000;
    margin-bottom: 15px;
    line-height: 1.5;
    font-size: 16px;
    font-family: Arial, sans-serif;
}

.welcome_section .course_open::after {
    width: 100%;
    animation: backgroundPulse 8s infinite alternate ease-in-out;
    background: linear-gradient(45deg, transparent 30%, rgb(125,133,180,0.5) 180%);
    content: "";
    left: 0;
    top: 0;
    z-index: 2;
    transform-origin: center;
    height: 100%;
    position: absolute;
}

.welcome_section h1 {
    font-size: 46px;
    font-weight: 700;
    position: relative;
    color: #ffffff;
    line-height: 1.2;
    text-shadow: 0 2px 15px rgba(0,0,0,0.2);
    transform: translateX(-20px);
    animation: slideInText 0.8s ease-out forwards;
    margin-bottom: 1.5rem;
}

.welcome_section p {
    border-left: 3px solid rgb(125,133,180);
    animation: fadeUp 0.8s 0.6s ease-out forwards;
    font-weight: 400;
    padding-left: 2rem;
    margin-top: 2rem;
    color: #ffffff;
    position: relative;
    font-size: 17px;
    opacity: 0;
    transform: translateY(20px);
}

.customer_feedback::after {
    right: -50px;
    bottom: -50px;
    border-radius: 50%;
    width: 300px;
    height: 300px;
    content: "";
    z-index: 0;
    filter: blur(40px);
    background: linear-gradient(135deg, rgba(rgb(125,133,180,0.5), 0.05), rgba(rgb(167,179,206,0.5), 0.08));
    position: absolute;
}

.customer_feedback .learner_review {
    gap: 30px;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    list-style: none;
    margin: 0;
}

.customer_feedback .alumni_views:hover {
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.05), -15px -15px 30px rgba(255, 255, 255, 1);
    transform: translateY(-8px);
}

.customer_feedback .alumni_views div {
    z-index: 1;
    align-items: center;
    display: flex;
    position: relative;
    margin-bottom: 15px;
}

.customer_feedback .alumni_views h4::after {
    background: linear-gradient(90deg, rgb(167,179,206), transparent);
    height: 2px;
    left: 0;
    width: 0;
    bottom: -5px;
    position: absolute;
    content: "";
    transition: width 0.4s ease;
}

.customer_feedback .alumni_views:nth-child(even) {
    background: linear-gradient(145deg, #f8f9fa, #ffffff);
}

.customer_feedback a:hover {
    box-shadow: 0 8px 20px rgba(rgb(167,179,206,0.5), 0.3);
    transform: translateY(-3px);
}

.customer_feedback a:hover::before {
    left: 100%;
}



@supports (backdrop-filter: blur(10px)) {.customer_feedback .alumni_views {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px) saturate(150%);
}.customer_feedback .alumni_views:hover {
    backdrop-filter: blur(15px) saturate(180%);
}
}

.price_table::after {
    z-index: 2;
    top: 0;
    width: 100%;
    content: "";
    position: absolute;
    height: 100%;
    background: radial-gradient(circle at 75% 25%, rgba(rgb(167,179,206,0.5), 0.15) 0%, transparent 50%);
    left: 0;
}

.price_table .sub_options {
    color: #ffffff;
    font-size: calc(14px + 2px);
    opacity: 0.9;
    max-width: 700px;
    text-align: center;
    margin: 0 auto 40px;
    line-height: 1.6;
}

.price_table .learn_pricing {
    display: grid;
    gap: 30px;
    list-style: none;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    margin: 0;
    padding: 0;
}

.price_table .learning_pricing:hover {
    box-shadow: 0 25px 35px rgba(0, 0, 0, 0.25);
    transform: translateY(-10px) rotateX(5deg);
}

.price_table .learning_pricing:hover::before {
    opacity: 0.15;
}

.price_table .premium_plan {
    padding: 30px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    position: relative;
}

.price_table .learning_pricing:hover .fee_plan h4 {
    transform: translateY(-5px);
}

.price_table .learning_pricing:hover .fee_plan h4::after {
    width: 60px;
}

.price_table .edu_packages {
    transition: transform 0.3s ease;
    font-weight: 700;
    position: relative;
    align-self: flex-start;
    margin-top: auto;
    border-radius: 10px;
    font-size: calc(23px + 4px);
    color: #ffffff;
    padding: 10px 20px;
    background: linear-gradient(90deg, rgb(167,179,206,0.5), transparent);
    overflow: hidden;
}

.our_story::before {
    left: -10%;
    background-image: repeating-linear-gradient(0deg, transparent, transparent 40px, rgba(#000000, 0.03) 40px, rgba(#000000, 0.03) 41px),
                      repeating-linear-gradient(90deg, transparent, transparent 40px, rgba(#000000, 0.03) 40px, rgba(#000000, 0.03) 41px);
    transform: rotate(3deg);
    position: absolute;
    z-index: 0;
    width: 120%;
    content: "";
    top: -10%;
    height: 120%;
}

.our_story .knowledge_hub {
    position: relative;
}

.our_story .student_journey {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    background: #ffffff;
    position: relative;
    padding: 40px 35px;
    border-radius: 3px;
    z-index: 1;
}

.our_story .student_journey h4::after {
    bottom: 0;
    transition: width 0.3s ease, background 0.3s ease;
    left: 0;
    background: rgb(125,133,180);
    height: 3px;
    position: absolute;
    content: "";
    width: 40px;
}

.gratWrapper::before {
    height: 80%;
    transform: rotate(-15deg) skewX(15deg);
    width: 60%;
    right: -10%;
    position: absolute;
    z-index: 0;
    content: "";
    background: linear-gradient(145deg, rgba(rgb(125,133,180,0.5), 0.08), rgba(rgb(125,133,180,0.5), 0.03));
    top: -20%;
    filter: blur(20px);
}

.gratWrapper .heritage_edu {
    grid-template-columns: 1fr;
    box-shadow: 
        0 20px 50px -15px rgba(rgba(0, 0, 0, 0.5), 0.12),
        0 30px 70px -25px rgba(rgba(0, 0, 0, 0.5), 0.1),
        0 2px 5px rgba(rgb(167,179,206,0.5), 0.05),
        0 0 0 1px rgba(rgb(167,179,206,0.5), 0.08);
    padding: 3rem;
    position: relative;
    backdrop-filter: blur(10px);
    background: linear-gradient(170deg, 
        rgba(rgb(255, 255, 255, 0.5), 0.95), 
        rgba(rgb(255, 255, 255, 0.5), 0.85)
    );
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    gap: 2.5rem;
    transform: perspective(1000px) rotateX(2deg);
    display: grid;
}

.gratWrapper a {
    position: relative;
    display: block;
    transition: transform 0.3s ease;
    overflow: hidden;
    text-decoration: none;
}

.gratWrapper p {
    font-size: 17px;
    transition: color 0.3s ease;
    margin: 0;
    color: #000000;
    line-height: 1.7;
    font-weight: 400;
}

.sustain_cta::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);
    position: absolute;
    z-index: 2;
    content: '';
    height: 100%;
    left: 0;
    width: 100%;
    top: 0;
}

.sustain_cta .info_item {
    position: relative;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    flex: 1;
    min-width: 200px;
    max-width: 300px;
}

.sustain_cta .info_item:not(:last-child)::after {
    transform: translateY(-50%);
    height: 70%;
    right: -0.75rem;
    top: 50%;
    position: absolute;
    background: linear-gradient(to bottom, transparent, rgb(125,133,180,0.5), transparent);
    content: '';
    width: 1px;
}

.sustain_cta .text_main_holder {
    grid-template-columns: 1fr 1.5fr 1fr;
    position: relative;
    gap: 4rem;
    display: grid;
}

.sustain_cta .head_bar:hover svg {
    transform: scale(1.03);
    filter: brightness(0) invert(1) drop-shadow(0 0 5px rgb(167,179,206,0.5));
}

.sustain_cta .head_prime::after {
    position: absolute;
    background: linear-gradient(to bottom, transparent, rgb(125,133,180,0.5) 30%, rgb(125,133,180,0.5) 70%, transparent);
    width: 1px;
    content: '';
    bottom: 0;
    right: -2rem;
    top: 0;
}

.sustain_cta .header_know:first-child {
    margin-bottom: 2rem;
}

.sustain_cta .header_know a {
    text-decoration: none;
    font-size: 12px;
    transform-origin: left;
    transition: all 0.3s ease;
    padding: 0.25rem 0;
    position: relative;
    color: #ffffff;
    opacity: 0.85;
}

.sustain_cta .subscribe_holder::before {
    position: absolute;
    opacity: 0.2;
    content: '';
    top: 0;
    background: 
        linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.05) 50%, transparent 100%),
        radial-gradient(circle at top right, rgb(167,179,206,0.5), transparent 70%);
    height: 100%;
    left: 0;
    z-index: -1;
    width: 100%;
}

.sustain_cta .subscribe_holder p {
    line-height: 1.6;
    margin-bottom: 0.5rem;
    font-size: 12px;
    opacity: 0.9;
}

.sustain_cta .input_holder::before {
    top: -10px;
    z-index: -1;
    animation: subtleRotate 15s linear infinite;
    opacity: 0.1;
    content: '';
    height: calc(100% + 20px);
    background: 
        radial-gradient(circle at bottom right, rgb(167,179,206,0.5) 0%, transparent 70%),
        radial-gradient(circle at top left, rgb(125,133,180,0.5) 0%, transparent 70%);
    position: absolute;
    left: -10px;
    border-radius: calc(10px + 10px);
    width: calc(100% + 20px);
}

.sustain_cta .email_input_box::after {
    height: 100%;
    position: absolute;
    z-index: -2;
    transition: opacity 0.3s ease;
    top: 0;
    content: '';
    width: 100%;
    left: 0;
    opacity: 0;
    background: rgb(125,133,180);
}

.sustain_cta .email_input_box:hover::after {
    opacity: 1;
}

.sustain_cta .affiliate_cta {
    font-size: 15px;
    opacity: 0.7;
}

.course_instructor {
    padding: 70px 30px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(45deg, rgb(210,214,231) 0%, #ffffff 100%);
}

.course_instructor .alumni_views {
    perspective: 1500px;
    display: grid;
    max-width: 1000px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    transform-style: preserve-3d;
    grid-template-columns: 1fr;
}

.course_instructor .alumni_views:hover .cover_photo {
    transform: rotateX(0deg) translateZ(30px);
}

.course_instructor .employee_area {
    z-index: 1;
    padding: 40px;
    border-radius: 0 0 25px 25px;
    transform-origin: top;
    transform: rotateX(-5deg);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    position: relative;
}

.course_instructor .alumni_views:hover .name::after {
    width: 100%;
}

.course_instructor .alumni_views:hover .name {
    transform: translateZ(10px);
}

.course_instructor .work_container {
    color: #000000;
    font-size: 18px;
    position: relative;
    transition: transform 0.4s ease 0.2s;
    padding: 20px 0 0 0;
    line-height: 1.7;
    border-top: 1px solid rgb(210,214,231);
    transform: translateZ(0);
}

.contact_box::before {
    left: 0;
    right: 0;
    content: "";
    z-index: 1;
    top: 0;
    bottom: 0;
    background-color: rgb(210,214,231);
    position: absolute;
}

.contact_box .support_box::before {
    opacity: 0.3;
    right: -10%;
    width: 200px;
    height: 200px;
    content: "";
    position: absolute;
    top: -10%;
    border-radius: 50%;
    background: rgb(125,133,180);
}

.contact_box .support_box div {
    display: flex;
    z-index: 1;
    margin-bottom: 25px;
    border-left: 3px solid #ffffff;
    transition: all 0.3s ease;
    align-items: center;
    position: relative;
    padding-left: 15px;
}



.contact_box .support_box div {
    opacity: 0;
    animation: slideInLeft 0.5s forwards;
}

.contact_box .support_box div span a:hover {
    color: rgb(125,133,180);
}

.contact_box .message_box h3 {
    color: #000000;
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 18px;
}

.contact_box form input::placeholder {
    color: #BBBBBB;
}

.contact_box .help_block {
    align-items: flex-start;
    display: flex;
    margin-bottom: 25px;
}

.contact_box .help_block label::before {
    height: 20px;
    content: "";
    width: 20px;
    position: absolute;
    top: 2px;
    border: 2px solid #EFEFEF;
    transition: all 0.3s ease;
    border-radius: 10px;
    left: 0;
}

.contact_box .help_block label a:hover {
    text-decoration: underline;
}

.contact_box form .request_section {
    transition: all 0.3s ease;
    font-size: 15px;
    align-self: flex-start;
    overflow: hidden;
    position: relative;
    border: none;
    padding: 15px 30px;
    font-weight: 600;
    background-color: rgb(167,179,206);
    color: #ffffff;
    cursor: pointer;
    border-radius: 10px;
}

.contact_box .support_box div:nth-child(4) {
    animation-delay: 0.3s;
}

header .first_lesson {
    position: relative;
    justify-content: space-between;
    padding: 1.2rem 2rem;
    display: flex;
    z-index: 2;
    align-items: center;
}

header .head_sitewrap:hover {
    transform: translateY(-3px);
}

header .head_sitewrap img {
    max-width: 100%;
    filter: brightness(1.03);
    height: auto;
    display: block;
}

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

header .head_prime::after {
    left: 0;
    width: 100%;
    bottom: -15px;
    height: 1px;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(167,179,206,0.5), 
        transparent
    );
    content: '';
}

header .nav_train a:hover {
    color: rgb(167,179,206);
}

header .nav_train a:hover::before {
    transform: translateX(0);
}

header .first_lesson::before {
    right: 0;
    content: '';
    top: 0;
    width: 30%;
    background: linear-gradient(-90deg, rgb(210,214,231), transparent);
    position: absolute;
    z-index: -1;
    height: 100%;
}

header .header_site {
    position: relative;
    padding-top: 2rem;
    z-index: 1;
    background: #ffffff;
}

.cookie_eductrl {
    align-items: center;
    padding: 20px 5%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: space-between;
    border-radius: 24px;
    display: flex;
    gap: 20px;
    border: 2px dashed rgb(167,179,206);
}

.cookie_tips {
    background: rgb(167,179,206,0.5);
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 10px;
    margin-right: 20px;
    display: flex;
    border-radius: 24px;
}

.cookie_button.consent_learn {
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    border: 2px solid rgb(125,133,180);
}

.overlayConsentSettings p a:hover {
    color: rgb(125,133,180);
}


.program_details {
    overflow: hidden;
    position: relative;
    background: rgb(210,214,231);
    padding: 5rem 0;
}

.program_details::after {
    position: absolute;
    content: "";
    background: linear-gradient(225deg, rgb(125,133,180) 0%, transparent 80%);
    right: -10px;
    transform: rotate(-15deg);
    bottom: -10px;
    z-index: 1;
    height: 150px;
    width: 150px;
}

.program_details .cover_photo::before {
    background: linear-gradient(to right, rgb(167,179,206,0.5) 0%, transparent 100%);
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
    position: absolute;
    content: "";
    z-index: 1;
}

.program_details .cover_photo:hover::after {
    opacity: 0.8;
    transform: translate(5px, 5px);
}

.program_details .label_holder::before {
    top: 0;
    background: linear-gradient(135deg, rgb(125,133,180,0.5) 0%, transparent 70%);
    position: absolute;
    content: "";
    width: 100px;
    transform: translate(20px, -20px);
    height: 100px;
    z-index: -1;
    right: 0;
}

.program_details .description {
    position: relative;
    overflow-y: auto;
    padding-right: 10px;
    color: #000000;
    line-height: 1.6;
    font-size: 16px;
    margin-bottom: 1.5rem;
    max-height: 300px;
}

.our_story .student_journey div::-webkit-scrollbar {
    width: 6px;
}

.our_story .student_journey div::-webkit-scrollbar-track {
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.05);
}

.our_story .student_journey div::-webkit-scrollbar-thumb {
    background: rgb(125,133,180,0.5);
    border-radius: 3px;
}

.our_story .student_journey div::-webkit-scrollbar-thumb:hover {
    background: rgb(125,133,180);
}

.program_details .description::-webkit-scrollbar {
    width: 4px;
}

.program_details .description::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.05);
}

.program_details .description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(167,179,206,0.5);
}



@media screen and (max-width: 576px) {.welcome_section .course_open {
    min-height: 70vh;
    padding-top: 6rem;
}.welcome_section .skill_program {
    padding: 1.5rem;
    width: 100%;
}.welcome_section h1 {
    font-size: calc(46px - 0.8rem);
}.welcome_section h3 {
    line-height: 1.5;
    font-size: calc(24px - 0.2rem);
}.welcome_section p {
    margin-top: 1.2rem;
    font-size: calc(17px - 0.15rem);
}
}



@media (min-width: 992px) and (max-width: 1199px) {.customer_feedback .learner_review {
    grid-template-columns: repeat(3, 1fr);
}.customer_feedback {
    padding: 100px 0;
}
}



@media (max-width: 767px) {.customer_feedback {
    padding: 60px 0;
}.customer_feedback .learner_review {
    grid-template-columns: 1fr;
}.customer_feedback h2 {
    margin-bottom: 40px;
    font-size: calc(36px - 2px);
}.customer_feedback .alumni_views {
    padding: 25px 20px;
}.customer_feedback .alumni_views img {
    width: 50px;
    height: 50px;
}.customer_feedback a {
    margin-top: 30px;
    padding: 10px 25px;
}
}



@media (max-width: 576px) {.price_table {
    padding: 50px 0;
}.price_table h2 {
    font-size: calc(36px - 6px);
}.price_table .sub_options {
    font-size: calc(14px - 1px);
}.price_table .premium_plan {
    padding: 20px;
}.price_table .fee_plan p {
    font-size: calc(14px - 1px);
}}



@media screen and (max-width: 480px) {.our_story {
    padding: 50px 0 40px;
}.our_story h1 {
    margin-bottom: 30px;
    font-size: calc(41px * 0.9);
}.our_story h1::after {
    height: 3px;
    bottom: -10px;
}.our_story .student_journey {
    padding: 25px 20px;
}.our_story .student_journey h4 {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: calc(20px * 0.9);
}.our_story .student_journey div {
    max-height: 250px;
    font-size: calc(15px * 0.95);
}}



@media (max-width: 767px) {.gratWrapper {
    padding: 4rem 0;
}.gratWrapper .heritage_edu {
    gap: 2rem;
    padding: 2rem;
}.gratWrapper h5 {
    font-size: calc(23px * 0.9);
}.gratWrapper p {
    font-size: calc(17px * 0.95);
}.gratWrapper .heritage_edu > div:last-child {
    padding-left: 1rem;
}
}



@media (max-width: 991px) {.sustain_cta {
    padding: 5rem 0 2rem;
}.sustain_cta .join_us {
    justify-content: center;
    flex-wrap: wrap;
}.sustain_cta .info_item {
    max-width: none;
    width: calc(50% - 2rem);
    flex: 0 0 auto;
}.sustain_cta .info_item:not(:last-child)::after {
    display: none;
}.sustain_cta .text_main_holder {
    grid-template-columns: 1fr;
    gap: 3rem;
}.sustain_cta .head_prime::before, 
    .sustain_cta .head_prime::after {
    display: none;
}.sustain_cta .head_bar {
    text-align: center;
    align-items: center;
}.sustain_cta .head_prime h5, 
    .sustain_cta .subscribe_holder h5 {
    text-align: center;
}.sustain_cta .head_prime h5::after, 
    .sustain_cta .subscribe_holder h5::after {
    left: 50%;
    transform: translateX(-50%);
}.sustain_cta .header_know {
    grid-template-columns: repeat(3, 1fr);
}.sustain_cta .input_holder {
    max-width: 400px;
    margin: 0 auto;
}
}



@media screen and (max-width: 992px) {.contact_box .support_box,
    .contact_box .message_box {
    width: 100%;
    padding: 40px 30px;
}.contact_box .support_box {
    order: 2;
}.contact_box .message_box {
    order: 1;
}
}



@media (min-width: 1400px) {header .first_lesson {
    margin: 0 auto;
    max-width: 1300px;
}header .nav_train a {
    padding: 1rem 1.5rem;
}
}



@media (max-width: 767px) {header {
    margin-top: 0;
}header .first_lesson {
    padding: 1rem 1.5rem;
}header .head_bar {
    flex: 0 0 auto;
    max-width: 150px;
}header .head_prime {
    justify-content: flex-start;
    padding-bottom: 0.5rem;
    -webkit-overflow-scrolling: touch;
    margin-top: 0.5rem;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: thin;
    padding: 0.5rem 0;
}header .head_prime::-webkit-scrollbar {
    height: 3px;
}header .head_prime::-webkit-scrollbar-thumb {
    background: rgb(167,179,206,0.5);
    border-radius: 10px;
}header .nav_train {
    flex: 0 0 auto;
}header .nav_train a {
    padding: 0.6rem 0.8rem;
    white-space: nowrap;
    font-size: calc(14px - 2px);
}header .head_prime::after {
    bottom: 0;
}header .head_sitewrap::before {
    display: none;
}}



@media (max-width: 480px) {.program_details {
    padding: 3rem 0;
}.program_details .cover_photo {
    height: 200px;
}.program_details .label_holder {
    padding: 1.2rem;
}.program_details h3 {
    font-size: calc(22px * 0.9);
}.program_details .description {
    font-size: calc(16px * 0.95);
    max-height: 200px;
}
}



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

@keyframes subtleRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



@keyframes slideInTitle {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

