.wrapper-segment {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
}

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

header::before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: 
        linear-gradient(135deg, transparent 25%, rgba(rgb(158,201,216), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(225deg, transparent 25%, rgba(rgb(158,201,216), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(315deg, transparent 25%, rgba(rgb(158,201,216), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(45deg, transparent 25%, rgba(rgb(158,201,216), 0.03) 25%) 0 0 / 20px 20px;
    position: absolute;
    z-index: 0;
}

header .top_lead::before {
    height: 10px;
    left: 0;
    position: absolute;
    transform-origin: top;
    transform: rotateX(90deg);
    width: 100%;
    top: 100%;
    content: '';
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.05));
}

header .head_lead a:hover::before {
    opacity: 1;
}

header .head_lead a:hover::after {
    bottom: -8px;
    opacity: 0.3;
}

header .site_start::before {
    background: linear-gradient(to right, 
        transparent, 
        rgb(158,201,216), 
        transparent
    );
    left: 35%;
    position: absolute;
    top: 0;
    height: 1px;
    width: 30%;
    content: '';
}

.program_details .container {
    position: relative;
    z-index: 3;
}

.program_details .study_growth {
    border-radius: 22px;
    background: transparent;
    flex-direction: column;
    display: flex;
    position: relative;
    overflow: visible;
}

.program_details .skill_explorer::before {
    content: "";
    right: -15px;
    width: 200px;
    background: linear-gradient(135deg, rgb(158,201,216,0.5), rgb(110,171,193,0.5));
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    height: 200px;
    z-index: -1;
    top: -15px;
    position: absolute;
    animation: morphShape 15s infinite alternate ease-in-out;
}

.program_details .page_top:hover svg path {
    stroke: rgb(158,201,216);
    stroke-dashoffset: 50;
    animation: drawPath 2s forwards;
    stroke-dasharray: 50;
}

.program_details .skill_explorer p {
    position: relative;
    font-weight: 400;
    margin-bottom: 0;
    color: #000000;
    line-height: 1.8;
    text-shadow: 0 0 1px rgba(0,0,0,0.01);
    font-size: 18px;
}

.program_details .study_growth:hover .img_center_align {
    transform: perspective(1200px) rotateY(-2deg) rotateX(1deg) translateZ(30px);
}

.title_greeting {
    perspective: 1000px;
    overflow: hidden;
    align-items: center;
    display: flex;
    min-height: 100vh;
    justify-content: center;
    background-color: rgb(158,201,216,0.5);
    position: relative;
}

.title_greeting::after {
    animation: pulseBg 15s infinite alternate ease-in-out;
    width: 100%;
    position: absolute;
    top: -50%;
    right: -50%;
    z-index: 0;
    background: radial-gradient(circle at center, rgb(158,201,216) 0%, transparent 70%);
    height: 100%;
    opacity: 0.1;
    content: "";
}

.title_greeting .abstract_box {
    transform: translateZ(10px);
    position: relative;
    transition: transform 0.5s ease;
}

.title_greeting .start_learn:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.15), 0 10px 20px rgba(0,0,0,0.1);
    transform: translateY(-5px);
}

.title_greeting .start_learn:hover svg {
    transform: rotateY(360deg);
}

.title_greeting svg path {
    fill: rgb(158,201,216);
    transition: fill 0.3s ease;
}

.title_greeting svg:hover text {
    fill: rgb(110,171,193);
    transform: scale(1.05);
}

.title_greeting .help_inquiry:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.title_greeting .img_center_align::before {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    content: "";
    background: linear-gradient(to bottom, transparent 60%, rgb(158,201,216,0.5) 100%);
    left: 0;
}

.developer_experience {
    background: rgb(204,229,236);
    overflow: hidden;
    padding: 5rem 2rem;
    position: relative;
}

.developer_experience .img_center_align {
    width: 100%;
    position: relative;
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    aspect-ratio: 3/4;
    overflow: hidden;
    border-radius: 0;
    filter: grayscale(100%);
}

.developer_experience .work_wrap::before {
    position: absolute;
    width: 2px;
    left: 0;
    transition: height 0.8s ease-out;
    content: "";
    height: 0;
    top: 0;
    background: rgb(158,201,216);
}

.developer_experience .learning_feedback:hover .name::after {
    transform: translateX(0);
}

.developer_experience .experience_details {
    padding: 0 0 0 20px;
    font-size: 12px;
    color: #000000;
    transition: all 0.5s ease-out 0.6s;
    opacity: 0;
    font-weight: 300;
    position: relative;
    line-height: 1.8;
    transform: translateY(20px);
}

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

.company_overview .abstract_box > div:first-child::after {
    transform: scaleX(0);
    background: rgb(110,171,193);
    height: 3px;
    position: absolute;
    content: "";
    transform-origin: left;
    left: 0;
    width: 60px;
    bottom: -10px;
    animation: lineGrow 0.6s 0.8s ease-out forwards;
}

.company_overview ol li:hover {
    transform: translateX(0);
}

.company_overview ol li::before {
    background: linear-gradient(90deg, rgb(158,201,216,0.5) 0%, transparent 100%);
    content: "";
    left: 0;
    height: 100%;
    opacity: 0;
    top: 0;
    position: absolute;
    transition: opacity 0.3s ease;
    width: 100%;
    z-index: -1;
}

.data_statistics .key_statistics {
    transform: rotate(-3deg);
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    flex: 0 0 60%;
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
}

.data_statistics .extra_gain:nth-child(even) {
    border-radius: 10px 0 0 10px;
    transform: translateX(1.5rem) translateZ(0);
    background: linear-gradient(to left, rgb(110,171,193,0.5) 0%, transparent 100%);
    text-align: right;
    border-left: none;
    border-right: 3px solid rgb(110,171,193);
}

.data_statistics .statistics_edge {
    position: relative;
    padding-left: 3rem;
    flex: 0 0 35%;
}

.data_statistics .statistics_expertise {
    font-size: 17px;
    font-weight: 400;
    color: #000000;
    margin: 0;
    line-height: 1.8;
}

.data_statistics svg {
    width: 24px;
    transition: transform 0.3s ease;
    fill: rgb(158,201,216);
    height: 24px;
    margin-bottom: 0.5rem;
}

.ideal_participants .study_growth {
    padding: 0 2rem;
    max-width: 1000px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}

.ideal_participants h3::after {
    position: absolute;
    bottom: -15px;
    left: 50%;
    height: 2px;
    width: 150px;
    transform: translateX(-50%);
    content: '';
    animation: pulseLight 3s infinite alternate;
    background: linear-gradient(90deg, transparent, rgb(158,201,216), transparent);
}

.ideal_participants li::after {
    left: 0;
    content: '';
    width: 100%;
    opacity: 0.5;
    height: 1px;
    box-shadow: 0 0 10px rgb(158,201,216,0.5);
    position: absolute;
    bottom: 0;
    background: linear-gradient(90deg, rgb(158,201,216) 0%, transparent 100%);
}

.ideal_participants li svg path {
    transition: all 0.4s ease;
    fill: rgb(158,201,216);
}

.ideal_participants li:nth-child(1) {
    animation-delay: 0s;
}

.ideal_participants li:nth-child(3) {
    animation-delay: 0.2s;
}

.mentor_net::before {
    position: absolute;
    background: #ffffff;
    left: 0;
    width: 100%;
    top: 0;
    content: "";
    clip-path: polygon(
        0% 0%, 4% 100%, 8% 0%, 12% 100%, 16% 0%, 20% 100%, 
        24% 0%, 28% 100%, 32% 0%, 36% 100%, 40% 0%, 44% 100%, 
        48% 0%, 52% 100%, 56% 0%, 60% 100%, 64% 0%, 68% 100%, 
        72% 0%, 76% 100%, 80% 0%, 84% 100%, 88% 0%, 92% 100%, 
        96% 0%, 100% 100%
    );
    height: 10px;
    opacity: 0.2;
}

.mentor_net .top_learn {
    gap: 2.5rem;
    display: flex;
    flex-wrap: wrap;
}

.mentor_net .top_lead .top_learn {
    background: rgba(0, 0, 0, 0.15);
    clip-path: polygon(2% 0%, 98% 0%, 100% 95%, 0% 100%);
    gap: 0.8rem;
    flex-direction: column;
    padding: 1.5rem;
    display: flex;
}

.mentor_net .top_lead .top_learn a:hover::before {
    opacity: 0.7;
}

.lesson_cta {
    position: relative;
    margin-top: 3rem;
    clip-path: polygon(0% 20%, 2% 0%, 98% 0%, 100% 20%, 100% 100%, 0% 100%);
    padding: 2rem 0;
    background: rgba(255, 255, 255, 0.1);
}

.cookie_panel_overlay h5 {
    font-size: 22px;
    margin-bottom: 6px;
}

.cookie_panel_overlay p {
    font-size: 18px;
}

.cookie_overview {
    margin-left: 10px;
    flex-shrink: 0;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    border-bottom: 2px solid rgb(158,201,216);
    font-size: 24px;
    min-width: 120px;
    color: rgb(158,201,216);
    white-space: nowrap;
    cursor: pointer;
}

.contact_sectionMXJO h2 {
    color: #000000;
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-bottom: 50px;
    border-bottom: 3px solid rgb(158,201,216);
    padding-bottom: 15px;
    font-size: 36px;
}

.contact_sectionMXJO .inquiry_support::before {
    position: absolute;
    height: 100%;
    background-size: 30px 30px;
    z-index: -1;
    background-position: 0 0, 15px 15px;
    top: 0;
    background: 
        linear-gradient(135deg, #ffffff 0%, #ffffff 50%, transparent 50%, transparent 100%),
        linear-gradient(-135deg, #ffffff 0%, #ffffff 50%, transparent 50%, transparent 100%);
    width: 100%;
    opacity: 0.1;
    content: "";
    left: 0;
}

.contact_sectionMXJO .support_request label {
    font-size: 13px;
    line-height: 1.6;
    color: #000000;
}

.contact_sectionMXJO .support_request a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(158,201,216);
    position: relative;
}

.contact_sectionMXJO .help_inquiry {
    overflow: hidden;
    cursor: pointer;
    color: #ffffff;
    margin-top: 15px;
    position: relative;
    align-self: flex-start;
    border-radius: 10px;
    font-weight: 600;
    font-size: 18px;
    border: none;
    transition: all 0.3s ease;
    padding: 15px 35px;
    background: rgb(158,201,216);
}

.thanks_note::after {
    content: "";
    bottom: -50px;
    width: 300px;
    z-index: 0;
    animation: float 15s ease-in-out infinite;
    border-radius: 100px;
    right: -50px;
    position: absolute;
    height: 300px;
    opacity: 0.1;
    transform: rotate(15deg);
    background: rgb(158,201,216);
}

.thanks_note .study_growth {
    background: #ffffff;
    padding: 40px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.1),
        0 5px 15px rgba(0,0,0,0.05);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    transform: perspective(1000px) rotateY(-2deg);
}

.follow::before {
    content: "";
    top: 0;
    height: 100%;
    z-index: 1;
    width: 100%;
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(158,201,216,0.5) 0%, transparent 40%);
}

.follow .study_growth::before {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(110,171,193,0.5) 0,
        rgb(110,171,193,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
    opacity: 0.05;
    z-index: -1;
}

.follow .input_holder input[type="email"]:focus {
    border-color: rgb(158,201,216);
    box-shadow: 0 0 0 3px rgb(158,201,216,0.5);
    outline: none;
}

.follow .input_holder .sub_signup {
    font-family: Arial, sans-serif;
    color: #ffffff;
    min-height: 50px;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    cursor: pointer;
    flex: 0 0 auto;
    font-size: 15px;
    position: relative;
    padding: 0.75rem 1.5rem;
    background: rgb(158,201,216);
    border-radius: 10px;
    overflow: hidden;
    font-weight: 600;
    z-index: 1;
    border: none;
}

.privacy_hideout h1,
.privacy_hideout h2 {
    text-transform: uppercase;
    position: relative;
    margin: 20px 0;
    letter-spacing: 2px;
    padding-left: 40px;
}

.privacy_hideout h1 {
    font-weight: 700;
    color: rgb(158,201,216);
    font-size: 42px;
}

.privacy_hideout p {
    position: relative;
    margin: 20px 0;
    padding-left: 15px;
    border-left: 4px solid rgb(158,201,216);
    font-size: 14px;
    line-height: 1.8;
    font-weight: 300;
    color: #000000;
}

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

.customer_feedback::after {
    position: absolute;
    bottom: -5%;
    width: 250px;
    opacity: 0.5;
    filter: blur(60px);
    border-radius: 50%;
    height: 250px;
    background: linear-gradient(135deg, rgb(158,201,216), rgb(110,171,193,0.5));
    left: -5%;
    z-index: 0;
    content: "";
}

.customer_feedback .learning_feedback:nth-child(odd) {
    transform: rotate(4deg) translateY(-15px);
}

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

.customer_feedback .learning_feedback .description {
    font-style: italic;
    position: relative;
    text-align: center;
    line-height: 1.6;
    font-size: 15px;
    font-weight: 400;
    color: #000000;
}

.service_connect .container {
    z-index: 2;
    position: relative;
}

.service_connect .contact_links:hover {
    transform: perspective(1000px) rotateX(2deg);
}

.service_connect .contact_links h3 {
    text-align: center;
    position: relative;
    margin: 2.5rem 0 1rem;
    font-weight: 700;
    color: rgb(158,201,216);
    font-size: 31px;
}

.service_connect .instant_request {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    display: grid;
    position: relative;
    padding: 2rem 3rem 3rem;
    gap: 1.5rem;
}

.service_connect .instant_request > span::before {
    left: 0;
    content: '';
    width: 4px;
    background-color: rgb(158,201,216);
    top: 0;
    height: 100%;
    position: absolute;
}

.service_connect .instant_request > span:nth-child(even) svg {
    fill: rgb(110,171,193);
}

.service_connect .instant_request > span svg path {
    stroke-width: 0.5;
    stroke: #ffffff;
    transition: all 0.3s ease;
}

.service_connect .instant_request span > span {
    display: flex;
    color: #000000;
    align-items: center;
    font-weight: 400;
    margin-top: 0.5rem;
}

.service_connect .instant_request a::after {
    transform: scaleX(0);
    bottom: 0;
    transition: transform 0.3s ease;
    content: '';
    width: 100%;
    position: absolute;
    transform-origin: right;
    background-color: rgb(158,201,216);
    height: 1px;
    left: 0;
}

.service_connect .edu_tutor h4 {
    font-size: 20px;
    color: rgb(158,201,216);
    display: inline-flex;
    position: relative;
    align-items: center;
    font-weight: 600;
    margin-bottom: 1.5rem;
    margin-right: 10px;
}

.service_connect .edu_tutor span svg {
    transition: transform 0.3s ease;
    width: 14px;
    opacity: 0.7;
    height: 14px;
    fill: rgb(110,171,193);
    margin-right: 8px;
}

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

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

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

.tariff_block {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(204,229,236) 0%, rgba(245, 247, 252, 1) 100%);
}

.tariff_block::before {
    background-image: repeating-linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.02) 0px,
    rgba(0, 0, 0, 0.02) 1px,
    transparent 1px,
    transparent 11px
  );
    position: absolute;
    content: "";
    pointer-events: none;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    top: 0;
}

.tariff_block .price_tiers {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr;
}

.tariff_block .cost_options {
    flex-direction: column;
    position: relative;
    min-height: 450px;
    background-color: #ffffff;
    display: flex;
    overflow: hidden;
}

.tariff_block .tuition_grid:hover .fee_choices h3 {
    transform: translateX(5px);
}

.tariff_block .cost_schemes::before {
    background: rgb(158,201,216);
    opacity: 0;
    transition: all 0.3s ease;
    position: absolute;
    content: "";
    transform: translateX(-10px);
    width: 10px;
    left: -20px;
    top: 50%;
    height: 2px;
}

.tariff_block .tuition_grid:hover .img_center_align {
    transform: scale(1.05);
}

.tariff_block .tuition_grid:nth-child(1) {
    animation: fadeInUp 0.6s 0.1s both;
}

.tariff_block .tuition_grid:nth-child(4) {
    animation: fadeInUp 0.6s 0.4s both;
}



@media (max-width: 991px) {header .site_start {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .page_top {
    margin-bottom: 0;
    margin-right: 0;
}header .top_lead {
    flex-basis: 100%;
    justify-content: flex-end;
    margin-top: 1rem;
}header .head_lead a {
    padding: 0.6rem 1rem;
    font-size: calc(14px - 1px);
}
}



@media screen and (max-width: 768px) {.program_details {
    padding: 60px 0;
}.program_details .skill_explorer {
    padding: 30px;
    transform: translateY(-60px);
    width: 100%;
}.program_details .page_top {
    width: 80px;
    height: 80px;
    left: 30px;
    top: -40px;
}.program_details .skill_explorer h3 {
    margin-bottom: 20px;
    font-size: calc(31px * 0.85);
}.program_details .skill_explorer p {
    font-size: calc(18px * 0.95);
}.program_details .img_center_align {
    height: 280px;
}.program_details .skill_explorer::before {
    height: 150px;
    top: -10px;
    width: 150px;
    right: -10px;
}
}



@media (max-width: 991px) {.title_greeting .study_growth {
    grid-template-columns: 1fr;
    gap: 2rem;
}.title_greeting h1 {
    text-align: center;
    font-size: 37px;
}.title_greeting h1::after {
    left: 50%;
    transform: translateX(-50%);
}.title_greeting .start_learn {
    text-align: center;
    padding: 2rem;
}.title_greeting .img_center_align {
    height: 350px;
    order: -1;
    transform: translateZ(5px) rotate(0);
}
}



@media screen and (min-width: 992px) {.company_overview {
    padding: 180px 0;
}.company_overview::after {
    z-index: 1;
    height: 300px;
    width: 300px;
    opacity: 0.6;
    border-radius: 10px;
    position: absolute;
    transform: rotate(15deg);
    right: -50px;
    top: -50px;
    border: 2px solid rgb(110,171,193,0.5);
    content: "";
}.company_overview .abstract_box {
    grid-template-columns: 1fr 3fr;
    gap: 60px;
}.company_overview ol li {
    column-count: 3;
    column-gap: 50px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05));
    font-size: calc(16px * 1.05);
    padding: 50px;
}
}



@media (min-width: 992px) {.ideal_participants li {
    animation: slideIn 0.5s forwards;
    opacity: 0;
}
}



@media (max-width: 991px) {.ideal_participants {
    padding: 4rem 0;
}.ideal_participants h3 {
    font-size: calc(36px * 0.9);
}.ideal_participants li {
    padding: 1.2rem 1.8rem;
}.ideal_participants li svg {
    width: 35px;
    margin-right: 1.2rem;
    height: 35px;
}
}



@media (max-width: 992px) {.mentor_net {
    padding: 3.5rem 0 2rem;
}.mentor_net .container {
    gap: 2.5rem;
    flex-direction: column;
}.mentor_net .company_holder,
    .mentor_net .forum_link {
    min-width: 100%;
    flex: 1 1 100%;
}.mentor_net .top_lead {
    flex: 1 1 calc(50% - 1.25rem);
    min-width: 200px;
}
}



@media (max-width: 420px) {.mentor_net .company_holder {
    padding: 1.5rem;
    clip-path: polygon(0% 0%, 100% 0%, 97% 100%, 3% 100%);
}.mentor_net .company_holder h3 {
    padding: 0.4rem 1rem;
}.mentor_net .top_lead h5 {
    padding: 0.4rem 1rem;
}.mentor_net .top_lead .top_learn {
    padding: 1rem;
}.mentor_net .top_lead .top_learn a:hover {
    transform: translateX(3px);
}.lesson_cta .green_edu {
    width: 90%;
    padding: 0.6rem 1.5rem;
}}



@media (max-width: 576px) {.contact_sectionMXJO {
    padding: 50px 0;
}.contact_sectionMXJO .container {
    padding: 0 15px;
}.contact_sectionMXJO h2 {
    font-size: calc(36px - 6px);
    margin-bottom: 30px;
}.contact_sectionMXJO .inquiry_support {
    padding: 30px 20px 40px;
}.contact_sectionMXJO .help_inquiry {
    width: 100%;
}.contact_sectionMXJO .img_center_align {
    min-height: 200px;
}}



@media (max-width: 480px) {.follow {
    padding: 2.5rem 0;
}.follow .study_growth {
    padding: 1.5rem;
}.follow h3 {
    margin-bottom: 1rem;
    font-size: calc(23px * 0.8);
}.follow h3::after {
    width: 40px;
}.follow .input_holder {
    margin-top: 1.5rem;
}.follow .input_holder input[type="email"] {
    height: 45px;
}.follow .input_holder .sub_signup {
    padding: 0.6rem 1.2rem;
    min-height: 45px;
}}


@media (max-width: 767px) {.service_connect {
    padding: 3rem 0;
}.service_connect .instant_request {
    padding: 1.5rem;
    gap: 1rem;
    grid-template-columns: 1fr;
}.service_connect .edu_tutor {
    grid-column: 1;
    padding: 1.5rem;
}.service_connect .message_info {
    max-width: 100%;
}.service_connect .instant_request::before {
    left: 1.5rem;
    right: 1.5rem;
}.service_connect .instant_request > span svg {
    height: 18px;
    width: 18px;
}
}



@media (min-width: 992px) {.tariff_block .fee_struct {
    flex-direction: row;
    align-items: center;
    gap: 50px;
}.tariff_block .cost_breakdown {
    flex: 0 0 30%;
    margin-bottom: 0;
    text-align: left;
}.tariff_block .cost_breakdown h2::after {
    transform: none;
    left: 0;
}.tariff_block .price_tiers {
    grid-template-columns: repeat(2, 1fr);
    flex: 0 0 70%;
}.tariff_block .fee_choices {
    padding: 35px;
}
}



@keyframes morphShape {
    0%, 100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    25% {
        border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%;
    }
    50% {
        border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
    }
    75% {
        border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;
    }
}



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



@keyframes flashLight {
    0% {
        filter: drop-shadow(0 0 8px rgb(158,201,216,0.5));
    }
    50% {
        filter: drop-shadow(0 0 25px rgb(158,201,216));
    }
    100% {
        filter: drop-shadow(0 0 8px rgb(158,201,216,0.5));
    }
}



@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(158,201,216,0.5);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}



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

