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

header,footer {
    width: 100%;
}

header {
    width: 100%;
    z-index: 100;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
    position: relative;
    background: linear-gradient(to right, #ffffff, rgb(244,239,244));
    padding: 0;
}

.learning_profits63915::after {
    position: absolute;
    height: 40%;
    content: "";
    width: 40%;
    pointer-events: none;
    right: -5%;
    bottom: -5%;
    z-index: 0;
    background: radial-gradient(circle, rgb(179,124,175,0.5) 0%, transparent 70%);
}

.learning_profits63915 .knowledge_space35489 {
    gap: 2rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border-radius: 26px;
    flex-direction: column;
    transform: translateY(0);
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: #ffffff;
    display: flex;
}

.learning_profits63915 li p {
    color: #000000;
    align-items: flex-start;
    margin: 0;
    gap: 0.5rem;
    font-size: 14px;
    display: flex;
    line-height: 1.6;
}

.learning_profits63915 li:hover svg path:first-child {
    fill: rgb(179,124,175);
}

.plan_block68547::before {
    top: 0;
    position: absolute;
    z-index: -1;
    width: 100%;
    background: linear-gradient(135deg, rgba(36, 48, 94, 0.95), rgba(26, 35, 72, 0.97));
    content: "";
    left: 0;
    height: 100%;
}

.plan_block68547 .pricing_card72059 {
    letter-spacing: 0.2px;
    font-size: calc(16px * 1.05);
    max-width: 80%;
    text-align: center;
    color: rgb(255, 255, 255, 0.5);
    margin: 0 auto 50px;
    font-weight: 400;
    line-height: 1.6;
}

.plan_block68547 .study_fees92043::before {
    left: 0;
    background: linear-gradient(90deg, rgb(207,178,206), rgb(179,124,175));
    content: "";
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    position: absolute;
    height: 5px;
    transform: translateY(-5px);
    width: 100%;
    top: 0;
}

.plan_block68547 .study_fees92043 h4::after {
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    height: 2px;
    transition: width 0.4s ease, background-color 0.4s ease;
    width: 40px;
    content: "";
    bottom: 0;
    left: 0;
}

.plan_block68547 .study_fees92043:hover .rate_choice48057 {
    transform: translateY(-3px);
    color: rgb(179,124,175);
}

.plan_block68547 .study_fees92043:hover .rate_choice48057::before {
    width: 40px;
    opacity: 1;
}

.title_portal19302 > div {
    display: grid;
    max-width: 1200px;
    position: relative;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 60px;
    z-index: 2;
}

.title_portal19302 .page_home98462::after {
    position: absolute;
    content: "";
    height: 4px;
    left: 0;
    width: 80px;
    bottom: -12px;
    transform: scaleX(0);
    transform-origin: left;
    background: rgb(207,178,206);
    animation: growLine 1.2s 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.title_portal19302 .learn_skill94236 span {
    animation: fadeUp 1s 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    width: 100%;
    left: 0;
    padding: 30px;
    bottom: 0;
    transform: translateY(10px);
    z-index: 2;
    position: absolute;
}

.thxDiv65781 {
    font-family: Arial, sans-serif;
    padding: 4rem 0;
    background: linear-gradient(135deg, #f5f7fa 0%, #ebedee 100%);
    overflow: hidden;
    position: relative;
}

.thxDiv65781 .knowledge_space35489 {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 3rem;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05),
                -10px -10px 30px rgba(255, 255, 255, 0.8),
                inset 2px 2px 5px rgba(255, 255, 255, 0.4),
                inset -2px -2px 5px rgba(0, 0, 0, 0.05);
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1),
                box-shadow 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    backdrop-filter: blur(5px);
    border-radius: 15px;
}

.thxDiv65781 .knowledge_space35489:hover h5::before {
    transform: translateY(-50%) scale(1);
    opacity: 1;
}

.thxDiv65781 a::before {
    bottom: 0;
    transform-origin: right;
    content: "";
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgb(207,178,206,0.5) 0%, rgb(179,124,175) 100%);
    left: 0;
    transform: scaleX(0);
    position: absolute;
}

.whatsapp_grp16043 .container {
    display: grid;
    position: relative;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}

.whatsapp_grp16043 .company_holder {
    border-radius: 26px;
    transform-style: preserve-3d;
    transition: all 0.4s ease;
    padding: 2rem;
    backdrop-filter: blur(10px);
    border-left: 3px solid rgb(207,178,206);
    background: rgba(0, 0, 0, 0.2);
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.whatsapp_grp16043 .webinar_cta03586 {
    padding-left: 1rem;
    position: relative;
    color: rgba(255, 255, 255, 0.8);
    max-width: 100%;
    font-size: 17px;
    line-height: 1.7;
}

.whatsapp_grp16043 .head_nav69821::before {
    height: 200%;
    transition: all 0.6s ease;
    z-index: -1;
    width: 200%;
    background: linear-gradient(
        transparent,
        transparent,
        rgba(255, 255, 255, 0.05),
        transparent,
        transparent
    );
    top: -50%;
    left: -50%;
    position: absolute;
    transform: rotate(45deg);
    content: "";
}

.whatsapp_grp16043 .head_nav69821::before {
    left: -20px;
    top: -20px;
}

.whatsapp_grp16043 .head_nav69821:hover h5::after {
    width: 100%;
}

.whatsapp_grp16043 .head_nav69821 a {
    transition: all 0.3s ease;
    color: rgba(255, 255, 255, 0.75);
    font-size: 17px;
    display: block;
    padding: 0.5rem 0;
    transform-style: preserve-3d;
    position: relative;
    text-decoration: none;
}

.donate_books62543 .container {
    justify-content: center;
    align-items: center;
    display: flex;
}

.donate_books62543 .play_market87034:hover {
    background: rgba(0, 0, 0, 0.3);
    color: #ffffff;
    box-shadow: 0 0 15px rgba(rgb(207,178,206), 0.3);
}

.whatsapp_grp16043 .company_holder:hover::before,
.whatsapp_grp16043 .head_nav69821:hover::before {
    opacity: 0.5;
}



.whatsapp_grp16043 .company_holder .webinar_cta03586::after {
    content: "";
    bottom: -10px;
    position: absolute;
    transition: width 0.4s ease;
    height: 3px;
    left: 1rem;
    width: 70px;
    background: linear-gradient(to right, rgb(207,178,206), transparent);
}

.whatsapp_grp16043 .nav_section28376 a::after {
    bottom: 0;
    width: 0;
    position: absolute;
    background: linear-gradient(to right, rgb(207,178,206), rgb(179,124,175));
    content: "";
    height: 1px;
    left: 0;
    transition: width 0.3s ease;
}

.our_background34796 h2 {
    display: inline-block;
    font-size: 39px;
    color: #000000;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
}

.our_background34796 .study_experts72081 {
    display: grid;
    grid-template-rows: auto;
    gap: 0;
    grid-template-columns: repeat(4, 1fr);
}

.our_background34796 .knowledge_studio30279:nth-child(1)::before {
    width: 40px;
    position: absolute;
    top: 0;
    content: "";
    right: 0;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.03));
    z-index: -1;
}

.our_background34796 .knowledge_studio30279:nth-child(1)::after {
    background: rgb(207,178,206,0.5);
    width: 80px;
    left: -100%;
    top: -100%;
    content: "";
    height: 80px;
    position: absolute;
    z-index: -1;
    transition: all 0.5s ease;
    border-radius: 50%;
    opacity: 0.1;
}

.our_background34796 .knowledge_studio30279 p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.8;
    position: relative;
}

.our_background34796 .container::before {
    z-index: 0;
    background: rgb(179,124,175,0.5);
    opacity: 0.05;
    filter: blur(50px);
    top: -50px;
    width: 200px;
    right: -50px;
    border-radius: 50%;
    position: absolute;
    height: 200px;
    content: "";
}

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

.cookie_notice97012 {
    flex-grow: 1;
    text-align: left;
    color: #ffffff;
}

.cookie_notice97012 p a {
    color: rgb(207,178,206);
    text-decoration: underline;
}

.consent_box40357 {
    border: none;
    cursor: pointer;
    background: rgb(207,178,206);
    flex-shrink: 0;
    min-width: 120px;
    font-size: 17px;
    border-radius: 10px;
    text-align: center;
    color: #ffffff;
    padding: 10px 20px;
    text-decoration: none;
}

.get_in_touch08971 h2::after {
    height: 4px;
    content: "";
    width: 60px;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    bottom: -15px;
    background: rgb(207,178,206);
}

.get_in_touch08971 .img_pic08674 {
    position: relative;
    order: 2;
    min-height: 600px;
    height: 100%;
}

.get_in_touch08971 form h3 {
    color: #000000;
    font-family: Arial, sans-serif;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 40px;
    position: relative;
    font-size: 18px;
    border-bottom: 2px solid rgb(179,124,175,0.5);
}

.get_in_touch08971 form input#name::before {
    width: 20px;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    content: "";
    transform: translateY(-50%);
    background: rgb(207,178,206);
    height: 20px;
    left: 20px;
}

.get_in_touch08971 .message_links13594 input[type="checkbox"]:checked + label::after {
    height: 14px;
    position: absolute;
    content: "";
    left: 8px;
    transform: rotate(45deg);
    top: 4px;
    width: 8px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
}

.get_in_touch08971 form .query_list70946:hover {
    box-shadow: 0 10px 20px -10px rgb(207,178,206);
    transform: translateY(-3px);
}

.get_in_touch08971 svg path {
    fill: rgb(207,178,206);
    transition: fill 0.3s ease;
}

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

header .head_nav69821 {
    gap: 0.4rem;
    padding: 0.4rem 0.6rem;
    position: relative;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
    align-items: center;
    display: flex;
}

header .nav_pagewrap67048:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
    color: #ffffff;
}

.privacy_garrison04275 {
    background-image: linear-gradient(to right, rgb(207,178,206,0.5) 50%, rgb(179,124,175,0.5) 50%);
    background-size: 200% 100%;
    width: 100%;
    background-position: right bottom;
    box-shadow: inset 0 0 10px rgb(179,124,175,0.5), 0 0 20px rgba(0, 0, 0, 0.5);
    padding: 50px;
    height: auto;
    background-color: #ffffff;
    border: 2px solid rgb(207,178,206);
}

.privacy_garrison04275 li::before {
    width: 10px;
    content: "";
    left: 0;
    border-radius: 50%;
    height: 10px;
    top: 5px;
    background-color: rgb(207,178,206);
    position: absolute;
}

.learning_system72315::before {
    opacity: 0.2;
    height: 100%;
    position: absolute;
    width: 100%;
    content: '';
    z-index: 1;
    left: 0;
    top: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgb(207,178,206,0.5) 0%, transparent 40%),
        radial-gradient(circle at 85% 30%, rgb(179,124,175,0.5) 0%, transparent 40%);
}

.learning_system72315 .text_capsule75026 h2 {
    color: #ffffff;
    display: inline-block;
    margin-bottom: 35px;
    font-size: 36px;
    position: relative;
    font-weight: 700;
}

.learning_system72315::after {
    opacity: 0.8;
    background: linear-gradient(to bottom, transparent, rgb(244,239,244));
    position: absolute;
    content: '';
    left: 0;
    height: 100px;
    bottom: 0;
    z-index: 1;
    width: 100%;
}



.learning_system72315 .text_capsule75026 p::after {
    filter: blur(20px);
    position: absolute;
    right: -20px;
    border-radius: 50%;
    opacity: 0.3;
    bottom: -20px;
    width: 60px;
    height: 60px;
    background: rgb(207,178,206,0.5);
    content: '';
    animation: pulse 8s infinite;
}

.program_details16724::after {
    content: "";
    z-index: 1;
    position: absolute;
    left: -2%;
    height: 50%;
    bottom: -5%;
    filter: blur(15px);
    background: linear-gradient(45deg, rgb(179,124,175,0.5) 0%, rgb(207,178,206,0.5) 100%);
    opacity: 0.4;
    width: 25%;
    transform: rotate(10deg) translateZ(0);
}

.program_details16724 .img_pic08674::after {
    width: 100%;
    background: rgb(207,178,206);
    left: 0;
    height: 100%;
    position: absolute;
    mix-blend-mode: overlay;
    top: 0;
    opacity: 0.2;
    content: "";
}

.program_details16724 .text_capsule75026 p.description {
    color: #000000;
    opacity: 0;
    margin-bottom: 1.5rem;
    font-size: 12px;
    transform: translateY(20px);
    animation-delay: 0.5s;
    animation: slideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    line-height: 1.7;
}

.education_history76501 .success_stories05917 {
    max-width: 900px;
    display: grid;
    position: relative;
    margin: 0 auto;
    gap: 0;
    grid-template-columns: 45% 55%;
    z-index: 2;
}

.education_history76501 .success_stories05917:hover .img_pic08674 {
    filter: grayscale(0%);
}

.education_history76501 .employee_history19042 {
    margin-left: -10%;
    flex-direction: column;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.5);
    padding: 2rem 2rem 2rem 4rem;
    display: flex;
    background: #ffffff;
    justify-content: center;
    position: relative;
    z-index: 3;
}

.education_history76501 .work_insights53764 {
    opacity: 0.8;
    font-size: 13px;
    position: relative;
    transition: all 0.4s ease 0.2s;
    color: #000000;
    line-height: 1.8;
    transform: translateX(10px);
}

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

.get_support42937 {
    background: rgb(244,239,244);
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 80px 0;
}

.get_support42937 .ask_question35069 {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06), 0 0 0 1px rgba(0, 0, 0, 0.02);
    border-radius: 28px;
    position: relative;
    backdrop-filter: blur(10px);
    z-index: 2;
    overflow: hidden;
    background: #ffffff;
    padding: 45px 40px;
}

.get_support42937 .ask_question35069:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.02);
}

.get_support42937 h3::after {
    width: 40%;
    content: '';
    border-radius: 10px;
    bottom: 0;
    position: absolute;
    background: rgb(207,178,206);
    left: 0;
    height: 3px;
}

.get_support42937 .instant_request23409 span::before {
    transition: all 0.3s ease;
    top: 0;
    width: 3px;
    left: 0;
    position: absolute;
    background: rgb(207,178,206);
    height: 100%;
    opacity: 0.7;
    content: '';
}

.get_support42937 .instant_request23409 span:nth-child(2) p {
    font-weight: 600;
}

.get_support42937 .instant_request23409 span > span:hover {
    transform: none;
    box-shadow: none;
}

.get_support42937 .instant_request23409 span a:hover {
    color: rgb(179,124,175);
}

.get_support42937 .instant_request23409 span svg {
    stroke-linecap: round;
    stroke-width: 2;
    width: 18px;
    flex-shrink: 0;
    height: 18px;
    stroke-linejoin: round;
    fill: none;
    margin-right: 8px;
    transition: all 0.3s ease;
    stroke: rgb(207,178,206);
}

.get_support42937 .instant_request23409 span:nth-child(5) svg path {
    transition: all 0.3s ease;
}

.get_support42937 .instant_request23409 span:nth-child(6) svg {
    transform-origin: center;
}

.get_support42937 .instant_request23409 span:nth-child(3):hover svg::before {
    background: rgb(179,124,175);
    width: 30px;
    height: 30px;
    opacity: 0.2;
}

.get_support42937 .instant_request23409 span:nth-child(6):hover svg path {
    animation-duration: 2s;
}

.get_support42937 .request_support86201 h4::before {
    background-position: center;
    width: 20px;
    content: '';
    height: 20px;
    background-size: contain;
    margin-right: 8px;
    background-repeat: no-repeat;
    display: inline-block;
    flex-shrink: 0;
}

.get_support42937 .request_support86201 span {
    color: #000000;
    margin-bottom: 6px;
    position: relative;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.05);
    padding: 8px 0;
    z-index: 1;
    display: block;
}


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



@media (max-width: 767px) {.learning_profits63915 {
    padding: 4rem 1rem;
}.learning_profits63915 h5 {
    margin-bottom: 2rem;
    font-size: calc(20px * 0.9);
}.learning_profits63915 ul {
    gap: 1rem;
}.learning_profits63915 li {
    margin-bottom: 0.5rem;
}.learning_profits63915 li p {
    font-size: calc(14px * 0.95);
    line-height: 1.5;
}.learning_profits63915 li svg {
    height: 20px;
    width: 20px;
    top: 2px;
}}




@media (max-width: 1200px) {.plan_block68547 {
    padding: 80px 0;
}.plan_block68547 .pricing_card72059 {
    max-width: 90%;
}.plan_block68547 .bundle_rate67804 {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}
}



@media (max-width: 768px) {.plan_block68547 {
    padding: 60px 0;
}.plan_block68547 h2 {
    font-size: calc(36px * 0.9);
}.plan_block68547 .pricing_card72059 {
    margin-bottom: 40px;
    max-width: 100%;
    font-size: 16px;
}.plan_block68547 .bundle_rate67804 {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto;
}.plan_block68547 .study_fees92043 {
    max-height: none;
}.plan_block68547 .study_fees92043 p {
    font-size: calc(16px * 0.95);
    margin-bottom: 25px;
}
}



@media (max-width: 767px) {.title_portal19302 {
    padding: 100px 20px;
}.title_portal19302 .page_home98462 {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
}.title_portal19302 p {
    margin-bottom: 30px;
    font-size: 1rem;
}.title_portal19302 .learn_skill94236 span {
    padding: 20px;
}.title_portal19302 .learn_skill94236 h3 {
    font-size: 1rem;
    max-width: 100%;
}}



@media (max-width: 768px) {.whatsapp_grp16043 {
    padding: 3.5rem 0 1.5rem;
}.whatsapp_grp16043 .nav_section28376 {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.whatsapp_grp16043 .company_holder,
    .whatsapp_grp16043 .head_nav69821 {
    padding: 1.5rem;
}.whatsapp_grp16043 .company_holder h3,
    .whatsapp_grp16043 .head_nav69821 h5 {
    margin-bottom: 1.25rem;
}.donate_books62543 {
    padding: 1.25rem 0;
    margin-top: 2rem;
}
}



@media screen and (max-width: 576px) {.our_background34796 {
    padding: 60px 0;
}.our_background34796 h2 {
    font-size: 32px;
    margin-bottom: 40px;
}.our_background34796 .knowledge_studio30279:nth-child(1),
    .our_background34796 .knowledge_studio30279:nth-child(2) {
    padding: 30px 20px;
}.our_background34796 .knowledge_studio30279 h3 {
    font-size: calc(20px + 0.1rem);
    margin-bottom: 15px;
}.our_background34796 .knowledge_studio30279 p {
    font-size: calc(18px - 0.05rem);
}}



@media (max-width: 767px) {header::after {
    width: 3px;
}header .head_pagebar07248 {
    gap: 0.7rem;
    padding: 0.8rem 2%;
    margin-left: 3px;
    align-items: flex-start;
    flex-direction: column;
}header .nav_mainbar69380 {
    padding: 0.4rem;
}header .nav_mainbar69380 svg {
    width: 120px;
}header .head_nav69821 {
    justify-content: flex-start;
    overflow-x: auto;
    width: 98%;
    padding: 0.4rem;
}header .head_nav69821::-webkit-scrollbar {
    height: 2px;
}header .head_nav69821::-webkit-scrollbar-thumb {
    background: rgb(207,178,206);
    border-radius: 10px;
}header .nav_pagewrap67048 {
    font-size: calc(18px - 1px);
    white-space: nowrap;
    padding: 0.3rem 0.5rem;
}
}



@media (min-width: 768px) {.program_details16724 {
    padding: 7rem 0;
}.program_details16724 .skill_up68405 {
    grid-template-columns: 45% 55%;
    gap: 0;
    transform: perspective(1200px) rotateY(-2deg);
    transition: transform 0.5s ease;
}.program_details16724 .skill_up68405:hover {
    transform: perspective(1200px) rotateY(0deg);
}.program_details16724 .img_pic08674 {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    height: 100%;
}.program_details16724 .text_capsule75026 {
    clip-path: none;
    transform: translateY(0) translateX(-50px);
    padding: 3.5rem 3rem 3.5rem 4rem;
}.program_details16724 .text_capsule75026 h3 {
    margin-bottom: 2rem;
    font-size: 35px;
}.program_details16724 .text_capsule75026 div {
    max-height: 350px;
}
}



@media (max-width: 576px) {.get_support42937 {
    padding: 40px 0;
}.get_support42937 .ask_question35069 {
    padding: 25px 20px;
}.get_support42937 h3 {
    font-size: calc(33px * 0.7);
    padding-bottom: 10px;
}.get_support42937 .instant_request23409 span {
    padding: 10px 14px;
}.get_support42937 .instant_request23409 span p,
    .get_support42937 .instant_request23409 span a {
    font-size: calc(14px * 0.9);
}.get_support42937 .instant_request23409 span svg {
    height: 14px;
    width: 14px;
    margin-right: 6px;
}.get_support42937 .request_support86201 {
    padding: 18px 20px;
}.get_support42937 .request_support86201 span {
    font-size: calc(14px * 0.9);
    padding: 6px 0;
}.get_support42937 .request_support86201 h4::before {
    height: 16px;
    width: 16px;
    margin-right: 6px;
}.get_support42937 .request_support86201 h4 svg {
    width: 16px;
    height: 16px;
}
}

@keyframes gradientMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}



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

@keyframes dashAnimation {
    0% {
        stroke-dashoffset: 20;
    }
    50% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: -20;
    }
}

