.container {
    max-width: 100%;
    margin: auto;
    width: 1172px;
}

a {
    color: inherit;
    text-decoration: none;
}

.mentor_net {
    flex: 0 0 auto;
}

.mentor_net {
    position: relative;
    padding: 4rem 0 2.5rem;
    color: #ffffff;
}

header::after {
    width: 100%;
    content: '';
    bottom: 0;
    transition: transform 0.5s ease;
    height: 5px;
    left: 0;
    transform-origin: center;
    transform: scaleX(0.7);
    position: absolute;
    background: linear-gradient(to right, 
        rgb(158,201,216), 
        rgb(110,171,193), 
        rgb(158,201,216)
    );
}

header .header_mainbar img {
    transform: translateZ(20px);
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.2));
    max-height: 40px;
}

header .head_lead {
    transform-style: preserve-3d;
    margin: 0 0.3rem;
    position: relative;
}

header .head_lead a:hover {
    transform: translateZ(15px);
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

header .head_lead a::after {
    position: absolute;
    bottom: -5px;
    content: '';
    left: 5px;
    opacity: 0;
    background: rgb(158,201,216);
    height: 5px;
    transform: translateZ(-10px);
    right: 5px;
    transition: all 0.4s ease;
}

.program_details::before {
    content: "";
    left: 0;
    z-index: 1;
    top: 0;
    opacity: 0.6;
    width: 100%;
    background: 
        radial-gradient(ellipse at 75% 40%, rgb(110,171,193,0.5) 0%, transparent 50%),
        radial-gradient(circle at 25% 80%, rgb(158,201,216,0.5) 0%, transparent 40%);
    position: absolute;
    height: 100%;
    animation: pulseGlow 12s infinite alternate;
}

.program_details .page_top {
    animation: floatAndRotate 8s ease-in-out infinite;
    width: 120px;
    position: absolute;
    box-shadow: 
        0 15px 35px -10px rgba(0, 0, 0, 0.5),
        0 0 0 8px #ffffff,
        0 0 0 12px rgb(158,201,216,0.5);
    height: 120px;
    align-items: center;
    justify-content: center;
    left: 60px;
    background: #ffffff;
    top: -60px;
    transform-origin: center center;
    border-radius: 30% 70% 50% 50% / 40% 40% 60% 60%;
    display: flex;
}

.program_details .skill_explorer h3::after {
    left: 15px;
    position: absolute;
    content: "";
    bottom: 2.5px;
    width: 80px;
    background: linear-gradient(90deg, rgb(158,201,216), transparent);
    height: 3px;
}

.program_details .img_center_align::before {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    background: 
        linear-gradient(
            to right,
            rgb(158,201,216,0.5) 0%,
            transparent 40%,
            rgb(110,171,193,0.5) 100%
        );
    transition: opacity 0.5s ease;
    content: "";
    mix-blend-mode: multiply;
}

.title_greeting .study_growth {
    padding: 2rem;
    max-width: 1200px;
    z-index: 2;
    gap: 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    transform-style: preserve-3d;
    position: relative;
    margin: 0 auto;
    width: 100%;
}

.title_greeting .start_learn {
    border-radius: 14px;
    padding: 2.5rem;
    transform: translateY(0);
    background: linear-gradient(135deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.85) 100%);
    backdrop-filter: blur(5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1), 0 5px 15px rgba(0,0,0,0.05);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.title_greeting svg:hover path {
    fill: rgb(110,171,193);
}

.title_greeting .help_inquiry {
    padding: 1rem 2rem;
    background: linear-gradient(135deg, rgb(158,201,216) 0%, rgb(110,171,193) 100%);
    font-family: Arial, sans-serif;
    overflow: hidden;
    text-align: center;
    z-index: 1;
    font-size: 18px;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: inline-block;
    letter-spacing: 0.5px;
    font-weight: 600;
    position: relative;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border-radius: 10px;
    color: #ffffff;
    text-decoration: none;
}

.developer_experience::after {
    right: 0;
    position: absolute;
    z-index: 1;
    content: "";
    bottom: 0;
    height: 70%;
    background: rgb(110,171,193,0.5);
    width: 40%;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    opacity: 0.5;
}

.developer_experience .work_wrap {
    flex-direction: column;
    display: flex;
    position: relative;
    padding: 2rem;
    justify-content: center;
}

.developer_experience .name::after {
    left: 0;
    height: 1px;
    width: 100%;
    transform: translateX(-101%);
    bottom: 0;
    background: rgb(110,171,193);
    position: absolute;
    transition: transform 0.6s ease-out 0.2s;
    content: "";
}

.developer_experience .learning_feedback:hover .experience_details {
    transform: translateY(0);
    opacity: 1;
}



.developer_experience:hover .name {
    animation: 
        typing 2.5s steps(40, end),
        blink .75s step-end infinite;
    white-space: nowrap;
    overflow: hidden;
}

.company_overview .abstract_box > div:first-child {
    display: inline-block;
    position: relative;
}

.company_overview h5 {
    text-transform: uppercase;
    font-size: 23px;
    color: rgb(110,171,193);
    letter-spacing: 2px;
    margin: 0;
    font-weight: 700;
}

.company_overview div p b::before {
    content: "";
    z-index: -1;
    position: absolute;
    transform: skewX(-15deg);
    background: rgb(158,201,216,0.5);
    height: 8px;
    left: -5px;
    bottom: 0;
    width: calc(100% + 10px);
}

.data_statistics::before {
    height: 100%;
    top: 0;
    width: 100%;
    content: "";
    opacity: 0.07;
    position: absolute;
    left: 0;
    z-index: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(158,201,216,0.5) 0,
        rgb(158,201,216,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
}

.data_statistics .extra_gain {
    padding: 2rem;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    position: relative;
    border-left: 3px solid rgb(158,201,216);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 0 10px 10px 0;
    background: linear-gradient(to right, rgb(158,201,216,0.5) 0%, transparent 100%);
    transform: translateZ(0);
}

.data_statistics .statistics_elevation {
    color: #000000;
    font-weight: 700;
    position: relative;
    line-height: 1.3;
    font-size: 37px;
    margin: 0 0 2rem 0;
}

.data_statistics .extra_gain:nth-child(even) svg {
    margin-left: auto;
    fill: rgb(110,171,193);
}

.ideal_participants::before {
    content: '';
    top: 0;
    z-index: 1;
    height: 100%;
    opacity: 0.3;
    position: absolute;
    background-size: 200px 200px;
    width: 100%;
    left: 0;
    background-image: 
        linear-gradient(45deg, transparent 75%, rgb(158,201,216,0.5) 75%, transparent 76%),
        linear-gradient(135deg, transparent 75%, rgb(110,171,193,0.5) 75%, transparent 76%);
    animation: moveRays 30s linear infinite;
}

.ideal_participants li::before {
    top: 0;
    height: 100%;
    content: '';
    background: linear-gradient(90deg, rgb(158,201,216,0.5) 0%, transparent 100%);
    transition: width 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: absolute;
    left: 0;
    z-index: -1;
    opacity: 0.1;
    width: 0;
}

.ideal_participants li:hover svg {
    animation: flashLight 1s ease;
    transform: scale(1.1);
}

.ideal_participants li:hover svg path {
    fill: rgb(110,171,193);
}

footer {
    z-index: 1;
    position: relative;
}

footer::after {
    top: 0;
    left: 0;
    content: "";
    background-image: 
        linear-gradient(to right, rgba(255,255,255,0.07) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255,255,255,0.07) 1px, transparent 1px);
    z-index: -1;
    right: 0;
    bottom: 0;
    background-size: 20px 20px;
    position: absolute;
}

.mentor_net .goal_footer {
    background: rgba(0, 0, 0, 0.15);
    line-height: 1.6;
    clip-path: polygon(3% 0%, 97% 0%, 100% 100%, 0% 100%);
    margin: 0 1rem;
    font-size: 13px;
    padding: 1.5rem;
    color: #ffffff;
}

.mentor_net .top_lead .top_learn a {
    position: relative;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    padding: 0.6rem 1rem;
    color: #ffffff;
    font-size: 13px;
    clip-path: polygon(0% 0%, 97% 0%, 100% 100%, 3% 100%);
    display: block;
}

.lesson_cta .green_edu {
    font-size: 13px;
    clip-path: polygon(5% 0%, 95% 0%, 100% 100%, 0% 100%);
    text-align: center;
    background: rgba(255, 255, 255, 0.05);
    padding: 0.7rem 2rem;
    color: #ffffff;
    position: relative;
}

#cookiePopupMessage:checked ~ .cookie_panel_overlay {
    opacity: 0;
    visibility: hidden;
}



.wrapper-segment .cookie_panel_overlay {
    background: rgb(110,171,193);
    box-shadow: rgb(110,171,193,0.5) 0px 0px 40px 39px;
    padding: 40px 0;
    border: none;
}

.contact_sectionMXJO::before {
    z-index: 0;
    background-size: 40px 40px;
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    left: 0;
    background: 
        linear-gradient(45deg, transparent 48%, rgba(rgb(158,201,216), 0.05) 49%, rgba(rgb(158,201,216), 0.05) 51%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, rgba(rgb(110,171,193), 0.05) 49%, rgba(rgb(110,171,193), 0.05) 51%, transparent 52%);
    height: 100%;
}

.contact_sectionMXJO input[type="text"] {
    width: 100%;
    background: rgb(204,229,236);
    font-size: 13px;
    border: none;
    border-left: 3px solid rgb(158,201,216);
    border-radius: 0 10px 10px 0;
    transition: all 0.3s ease;
    color: #000000;
    padding: 15px 20px;
}

.contact_sectionMXJO .support_request input[type="checkbox"]:checked {
    border-color: rgb(158,201,216);
    background: rgb(158,201,216);
}

.contact_sectionMXJO .support_request a:hover {
    color: rgb(110,171,193);
}

.contact_sectionMXJO .support_request a::after {
    background: rgb(158,201,216);
    content: "";
    transition: all 0.3s ease;
    height: 1px;
    left: 0;
    bottom: -2px;
    position: absolute;
    width: 100%;
}

.contact_sectionMXJO svg {
    fill: rgb(158,201,216);
    transition: all 0.3s ease;
    width: 20px;
    height: 20px;
}

.contact_sectionMXJO svg:hover {
    fill: rgb(110,171,193);
}

.thanks_note::before {
    content: "";
    left: 0;
    z-index: 1;
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(158,201,216,0.5) 0px,
        rgb(158,201,216,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    width: 100%;
    top: 0;
    position: absolute;
    opacity: 0.1;
    transform: perspective(1000px) rotateX(5deg);
}

.thanks_note .study_growth::before {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    content: "";
    height: 6px;
    background: linear-gradient(90deg, rgb(158,201,216) 0%, rgb(110,171,193) 100%);
}

.follow {
    overflow: hidden;
    background: rgb(110,171,193);
    padding: 4rem 0;
    position: relative;
}

.follow::after {
    transform: rotate(-15deg) skew(15deg);
    bottom: -10%;
    height: 60%;
    opacity: 0.15;
    content: "";
    z-index: 1;
    background: rgb(158,201,216);
    width: 30%;
    right: -5%;
    position: absolute;
}

.follow h3::after {
    bottom: -10px;
    content: "";
    transition: transform 0.4s ease;
    left: 0;
    width: 60px;
    transform-origin: left;
    transform: scaleX(1);
    height: 3px;
    position: absolute;
    background: rgb(158,201,216);
}

.follow .input_holder {
    margin-top: 2rem;
    flex-wrap: wrap;
    display: flex;
    gap: 1rem;
    align-items: center;
    flex-direction: row;
}

.follow .input_holder input[type="email"]:focus::placeholder {
    opacity: 0.5;
}

.follow .input_holder .sub_signup:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    background: rgb(110,171,193);
    transform: translateY(-2px);
}

.follow .input_holder .sub_signup:active {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transform: translateY(1px);
}

.privacy_hideout::before,
.privacy_hideout::after {
    border-radius: 50%;
    position: absolute;
    content: '';
    opacity: 0.1;
    background: rgb(158,201,216,0.5);
}

.privacy_hideout::before {
    top: -50px;
    height: 200px;
    left: -50px;
    width: 200px;
}

.privacy_hideout ul {
    counter-reset: custom-counter;
    list-style-type: none;
    padding: 0;
    margin: 20px 0;
}

.privacy_hideout p::before {
    top: 0;
    background: rgb(158,201,216);
    content: '';
    border-radius: 50%;
    left: 0;
    position: absolute;
    width: 10px;
    height: 10px;
    transform: translate(-50%, -50%);
}

.privacy_hideout .container div::after {
    bottom: -10px;
    width: 20px;
    border-radius: 50%;
    background: rgb(110,171,193);
    content: '';
    position: absolute;
    opacity: 0.5;
    right: -10px;
    height: 20px;
}

.customer_feedback .container {
    position: relative;
    z-index: 1;
}

.customer_feedback h2::after {
    width: 70%;
    transform: translateX(15%);
    background: linear-gradient(90deg, rgb(110,171,193), transparent);
    content: "";
    left: 0;
    height: 4px;
    bottom: -10px;
    position: absolute;
}

.customer_feedback .learning_feedback:nth-child(3n) {
    transform: rotate(-1deg) translateY(10px);
}

.customer_feedback .learning_feedback img {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    transform: translateY(-20px);
    margin: 0 auto 1rem;
    border-radius: 50%;
    transition: all 0.5s ease;
    width: 80px;
    border: 3px solid #ffffff;
    height: 80px;
    object-fit: cover;
}

.service_connect::before {
    top: 0;
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    left: 0;
    content: '';
    position: absolute;
    height: 100%;
    z-index: 1;
}

.service_connect .message_info {
    color: #000000;
    font-size: 16px;
    margin: 0 auto 2rem;
    padding: 0 1.5rem;
    max-width: 80%;
    text-align: center;
    line-height: 1.6;
}

.service_connect .instant_request::before {
    position: absolute;
    left: 3rem;
    top: 0;
    height: 1px;
    right: 3rem;
    background: linear-gradient(
        to right,
        transparent,
        rgb(158,201,216,0.5),
        rgb(110,171,193,0.5),
        rgb(158,201,216,0.5),
        transparent
    );
    content: '';
}

.service_connect .instant_request > span:hover svg {
    transform: translateY(-3px) rotate(10deg);
    opacity: 1;
}

.service_connect .instant_request > span:hover svg path {
    stroke-width: 1;
}

.service_connect .instant_request span > span svg {
    margin-right: 8px;
    height: 16px;
    position: static;
    opacity: 0.8;
    width: 16px;
}

.service_connect .instant_request a:hover {
    color: rgb(110,171,193);
}

.service_connect .instant_request a:hover svg {
    transform: translateX(3px);
    fill: rgb(110,171,193);
}

.service_connect .edu_tutor {
    border-radius: 10px;
    position: relative;
    background-color: rgba(rgb(158,201,216,0.5), 0.05);
    padding: 2rem;
    margin-top: 2rem;
    grid-column: 1 / -1;
}

.service_connect .edu_tutor:hover h4 svg {
    transform: rotate(360deg);
}

.service_connect .edu_tutor span {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
    font-size: calc(16px * 0.95);
    color: #000000;
    padding: 0.5rem 1rem;
    transition: all 0.3s ease;
    align-items: center;
    margin-right: 1.5rem;
    background-color: rgba(255, 255, 255, 0.5);
    margin-bottom: 0.75rem;
    display: inline-flex;
    border-radius: 10px;
}

.service_connect .instant_request > span:nth-child(5) {
    animation-delay: 0.5s;
}

.service_connect .instant_request > span:hover::after {
    width: 100%;
    position: absolute;
    content: '';
    background: linear-gradient(
        to bottom right,
        transparent, 
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent,
        transparent
    );
    left: 0;
    z-index: 0;
    animation: shine 1.5s ease forwards;
    height: 100%;
    top: 0;
}

.tariff_block .cost_breakdown h2::after {
    background: rgb(158,201,216);
    content: "";
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    position: absolute;
    width: 80px;
    bottom: -10px;
}

.tariff_block .tuition_grid:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}

.tariff_block .fee_choices h3 {
    color: #000000;
    transition: transform 0.3s ease;
    transform: translateX(0);
    font-weight: 600;
    font-size: calc(19px + 2px);
    margin-bottom: 8px;
    position: relative;
}

.tariff_block .fee_choices p {
    white-space: normal;
    flex: 1;
    font-size: 14px;
    word-break: break-word;
    margin-top: 15px;
    color: #000000;
    line-height: 1.6;
    overflow-wrap: break-word;
}

.tariff_block .tuition_grid:nth-child(even) .cost_options {
    background: linear-gradient(135deg, rgba(245, 247, 252, 1) 0%, #ffffff 100%);
}


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



@media (max-width: 767px) {header {
    padding: 0;
}header .site_start {
    padding: 0.8rem 1.5rem;
}header .page_top {
    max-width: 140px;
}header .header_mainbar img {
    max-height: 35px;
}header .top_lead {
    scrollbar-width: thin;
    margin-top: 0.8rem;
    justify-content: flex-start;
    padding-bottom: 0.5rem;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
}header .top_lead::-webkit-scrollbar {
    height: 3px;
}header .top_lead::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(158,201,216,0.5);
}header .head_lead {
    margin: 0 0.2rem;
    flex: 0 0 auto;
}header .head_lead a {
    padding: 0.5rem 0.8rem;
    font-size: calc(14px - 2px);
    white-space: nowrap;
}
}



@media (min-width: 1200px) {.title_greeting .study_growth {
    padding: 3rem;
    gap: 4rem;
}.title_greeting h1 {
    font-size: calc(39px * 1.2);
}.title_greeting .img_center_align {
    height: 500px;
}.title_greeting svg {
    height: 150px;
    width: 150px;
}
}



@media (max-width: 480px) {.title_greeting {
    padding: 3rem 0;
}.title_greeting .study_growth {
    padding: 1rem;
}.title_greeting h1 {
    font-size: calc(37px * 0.8);
}.title_greeting .img_center_align {
    height: 200px;
}.title_greeting .start_learn {
    padding: 1.5rem;
}.title_greeting svg {
    height: 80px;
    width: 80px;
}}




@media screen and (min-width: 768px) {.company_overview {
    padding: 150px 0;
}.company_overview .abstract_box {
    grid-template-columns: 1fr 2fr;
    align-items: start;
}.company_overview .abstract_box > div:first-child,
    .company_overview .abstract_box > div:nth-child(2) {
    grid-column: 1;
}.company_overview .abstract_box > ol {
    margin-top: 20px;
    grid-column: 1 / -1;
}.company_overview ol li {
    column-count: 2;
    padding: 40px;
    column-gap: 40px;
}
}



@media (max-width: 768px) {.data_statistics {
    padding: 4rem 0;
}.data_statistics .key_statistics {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.data_statistics .extra_gain {
    border-left: 5px solid rgb(158,201,216);
    max-width: 100%;
}.data_statistics .extra_gain:nth-child(even) {
    text-align: left;
    transform: translateX(0);
    background: linear-gradient(to right, rgb(110,171,193,0.5) 0%, transparent 100%);
    border-right: none;
    border-radius: 0 10px 10px 0;
    border-left: 5px solid rgb(110,171,193);
}.data_statistics .extra_gain:nth-child(even):hover {
    transform: scale(1.05) translateZ(0);
}.data_statistics .extra_gain:nth-child(even) svg {
    margin-left: 0;
}.data_statistics .extra_gain h4 {
    font-size: calc(37px * 1.1);
}.data_statistics .extra_gain span {
    font-size: calc(17px * 0.9);
}.data_statistics .statistics_edge {
    padding-top: 2rem;
}.data_statistics .statistics_elevation {
    font-size: calc(37px * 0.9);
    margin-bottom: 1.5rem;
}.data_statistics .statistics_expertise {
    line-height: 1.7;
    font-size: calc(17px * 0.9);
}
}


@media only screen and (max-width: 800px) {.cookie_notice {
    display: none;
}.privacy_notify {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.cookie_panel_overlay h5 {
    text-align: center;
}.cookie_panel_overlay p {
    text-align: center;
}.cookie_panel {
    margin-bottom: 20px;
}body .wrapper-segment .cookie_overview {
    margin-bottom: 10px;
    margin-left: 0;
}}



@media (max-width: 768px) {.thanks_note {
    padding: 70px 0;
}.thanks_note h2 {
    margin-bottom: 30px;
    font-size: calc(29px * 0.8);
}.thanks_note h2::after {
    width: 60px;
}.thanks_note .study_growth {
    transform: perspective(1000px) rotateY(-1deg);
    padding: 25px;
}.thanks_note span {
    font-size: calc(17px * 0.95);
}
}


@media only screen and (max-width: 800px) {.privacy_hideout {
    padding: 30px;
}.privacy_hideout h1 {
    font-size: calc(19px - 8px);
}.privacy_hideout h2 {
    font-size: calc(19px - 8px);
}.privacy_hideout ul li {
    font-size: calc(14px - 2px);
}.privacy_hideout p {
    font-size: calc(14px - 2px);
}}


@media (max-width: 991px) {.service_connect .edu_tutor h4 {
    margin-bottom: 20px;
    width: 100%;
}.service_connect {
    padding: 4rem 0;
}.service_connect .instant_request {
    grid-template-columns: repeat(2, 1fr);
    padding: 2rem;
}.service_connect .edu_tutor {
    grid-column: span 2;
}.service_connect .message_info {
    max-width: 90%;
}.service_connect .instant_request > span svg {
    width: 20px;
    height: 20px;
}.service_connect .edu_tutor span svg {
    width: 12px;
    height: 12px;
}
}



@media (min-width: 1200px) {.tariff_block .price_tiers {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.tariff_block .cost_options {
    min-height: 500px;
}.tariff_block .img_center_align {
    height: 220px;
}.tariff_block .fee_choices h3 {
    font-size: calc(19px + 2px);
}.tariff_block .cost_schemes {
    font-size: calc(19px + 6px);
}
}



@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.05);
    }
}



@keyframes floatAndRotate {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    25% {
        transform: translateY(-5px) rotate(-3deg);
    }
    75% {
        transform: translateY(5px) rotate(3deg);
    }
}



@keyframes blink {
    50% { border-color: transparent }
}



@keyframes moveRays {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 200px 200px;
    }
}



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



@keyframes pulse {
    0%, 100% {
        opacity: 1;
        transform: translateZ(30px) scaleX(1);
    }
    50% {
        opacity: 0.8;
        transform: translateZ(30px) scaleX(1.1);
    }
}

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

