* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}svg {
    height: 30px;
    width: 30px;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1271px;
}header,footer {
    width: 100%;
}.podcast_cta_861 {
    flex: 0 0 auto;
}.main_skill_974 {
    flex: 1 0 auto;
}html,body {
    auto
contain;
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
    min-height: 100%;
}a {
    text-decoration: none;
    color: inherit;
}.outer-container_386 {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}::-webkit-scrollbar {
    width: thin;
}::-webkit-scrollbar-track {
    background: radial-gradient(circle at top right, #ffffff 89%, rgb(255, 255, 255, 0.5) 66%, rgb(179,148,169) 68%, rgb(207,184,199,0.5) 15%);
    box-shadow: inset -4px 2px 5px 2px rgba(0, 0, 0, 0.2);
    border-radius: 3%;
}::-webkit-scrollbar-thumb {
    border: 3px dotted rgb(179,148,169,0.5);
    background: #ffffff;
    border-radius: 7.9em;
}::-webkit-scrollbar-thumb:hover {
    box-shadow: 1px -4px 1px 0px rgba(0, 0, 0, 0.7);
    background: rgb(255, 255, 255, 0.5);
    border-color: rgb(179,148,169,0.5);
}::-webkit-scrollbar-thumb:active {
    box-shadow: inset -2px 1px 9px 7px rgba(0, 0, 0, 0.7);
    transform: scale(0.95);
}html {
    scrollbar-color: rgb(207,184,199,0.5) #ffffff;
    scrollbar-width: none;
}

@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.modalDataProtection_192 {
    animation: slideUp 0.5s forwards;
    border-top: 3px solid rgb(179,148,169);
    padding: 20px 0;
    background: rgb(179,148,169);
    width: 100%;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
    bottom: 0;
    position: fixed;
    z-index: 90;
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
#popupPrivacyNotice_376 {
    display: none;
}#popupPrivacyNotice_376:checked ~ .modalDataProtection_192 {
    visibility: hidden;
    opacity: 0;
}.data_agree_134 {
    align-items: center;
    justify-content: space-between;
    display: flex;
    padding: 20px 5%;
    gap: 20px;
}.modalDataProtection_192 h5 {
    font-size: 21px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
}.modalDataProtection_192 p {
    line-height: 1.5;
    font-size: 16px;
    color: #ffffff;
    font-family: Arial, sans-serif;
}.privacy_ack_917 {
    align-items: center;
    margin-right: 15px;
    display: flex;
    filter: drop-shadow(0 0 10px rgb(207,184,199));
    flex-shrink: 0;
    justify-content: center;
}.privacy_ack_917 svg {
    transition: transform 0.3s ease-in-out;
    height: 80px;
    width: 80px;
    fill: rgb(207,184,199);
}.privacy_ack_917:hover svg {
    transform: scale(1.1);
}.edu_consent_817 {
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    background: linear-gradient(90deg, rgb(207,184,199), rgb(179,148,169));
    color: #000000;
    font-size: 18px;
    flex-shrink: 0;
    text-decoration: none;
    text-align: center;
    border-radius: 20px;
    white-space: nowrap;
    min-width: 140px;
    margin-left: 10px;
    box-shadow: 0 0 15px rgb(207,184,199);
    padding: 10px 20px;
    cursor: pointer;
    line-height: 40px;
}.edu_consent_817:hover {
    box-shadow: 0 0 20px rgb(179,148,169);
}.cookie_button.privacy_gate_532 {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid rgb(179,148,169);
}.cookie_button.privacy_gate_532:hover {
    box-shadow: 0 0 15px rgb(179,148,169);
    background: rgba(0, 0, 0, 0.5);
}.modalDataProtection_192 p a {
    color: rgb(207,184,199);
    text-decoration: none;
    transition: color 0.3s ease;
}.modalDataProtection_192 p a:hover {
    color: rgb(179,148,169);
}
@media only screen and (max-width: 1200px) {.modalDataProtection_192 {
    padding: 15px 0;
}.data_agree_134 {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.privacy_ack_917 {
    display: none;
}.data_agree_134 {
    flex-direction: column;
    text-align: center;
    align-items: center;
}.modalDataProtection_192 h5 {
    margin-bottom: 5px;
    font-size: 21px;
}.cookies_tracking_208 {
    margin-bottom: 15px;
}.edu_consent_817 {
    min-width: 100%;
    margin: 10px 0;
}}
footer {
    position: relative;
    color: #ffffff;
    font-family: Arial, sans-serif;
    z-index: 1;
}footer::before {
    width: 100%;
    top: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(207,184,199,0.5) 50%, rgb(179,148,169,0.5) 100%);
    height: 100%;
    z-index: -1;
    backdrop-filter: blur(8px);
    position: absolute;
    animation: gradientShift 15s ease infinite;
    content: "";
    left: 0;
}.podcast_cta_861 {
    padding: 4.5rem 0 2rem;
    position: relative;
}.podcast_cta_861::before {
    position: absolute;
    animation: shimmer 8s linear infinite;
    left: 0;
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(207,184,199) 25%, 
                #ffffff 50%, 
                rgb(179,148,169) 75%, 
                transparent 100%);
    top: 0;
    content: "";
    right: 0;
    height: 1px;
}.podcast_cta_861 .container {
    display: flex;
    z-index: 1;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
}.podcast_cta_861 .company_holder {
    backdrop-filter: blur(15px);
    flex: 1 1 350px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: rgba(0, 0, 0, 0.5);
    padding: 1.5rem;
    transform: translateY(0);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), 
                inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    border-radius: 17px;
    margin-right: 2rem;
}.podcast_cta_861 .company_holder:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
                inset 0 0 0 1px rgba(255, 255, 255, 0.15),
                0 0 20px rgb(207,184,199,0.5);
}.podcast_cta_861 .company_holder h3 {
    color: #ffffff;
    margin-bottom: 1.25rem;
    position: relative;
    font-size: calc(32px * 0.85);
    display: inline-block;
    font-weight: 700;
}.podcast_cta_861 .company_holder h3::after {
    content: "";
    left: 0;
    width: 100%;
    transition: transform 0.5s ease;
    transform: scaleX(0.3);
    height: 2px;
    position: absolute;
    background: linear-gradient(to right, rgb(207,184,199), rgb(179,148,169));
    bottom: -8px;
    transform-origin: left;
}.podcast_cta_861 .company_holder:hover h3::after {
    transform: scaleX(1);
}.podcast_cta_861 .math_tools_159 {
    line-height: 1.6;
    margin-top: 1rem;
    font-size: 12px;
    max-width: 450px;
    color: rgba(255, 255, 255, 0.7);
}.podcast_cta_861 .contest_info_861 {
    position: relative;
    flex: 1 1 450px;
}.podcast_cta_861 .top_page_329 {
    flex-wrap: wrap;
    gap: 1.5rem;
    display: flex;
}.podcast_cta_861 .contest_info_861 .top_page_329 {
    justify-content: flex-end;
}.podcast_cta_861 .head_bar_153 {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    overflow: hidden;
    transition: all 0.3s ease;
    flex: 1 1 200px;
    border-radius: 17px;
    position: relative;
    padding: 1.5rem;
}.podcast_cta_861 .head_bar_153 h5 {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 1.25rem;
    position: relative;
    font-size: 18px;
    display: inline-block;
}.podcast_cta_861 .head_bar_153 h5::before {
    transition: width 0.3s ease;
    height: 2px;
    position: absolute;
    left: 0;
    content: "";
    background: rgb(207,184,199);
    bottom: -6px;
    width: 40px;
}.podcast_cta_861 .head_bar_153:hover h5::before {
    width: 100%;
}.podcast_cta_861 .head_bar_153 .top_page_329 {
    flex-direction: column;
    display: flex;
    gap: 0.75rem;
}.podcast_cta_861 .head_bar_153 a {
    position: relative;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    text-decoration: none;
    z-index: 1;
    padding: 0.25rem 0.5rem;
    font-size: 12px;
    border-radius: 10px;
    transition: all 0.3s ease;
}.podcast_cta_861 .head_bar_153 a::before {
    background: linear-gradient(to right, rgb(207,184,199), rgb(179,148,169));
    content: "";
    left: 0;
    z-index: -1;
    transition: width 0.3s ease;
    height: 1px;
    position: absolute;
    bottom: 0;
    width: 0;
}.podcast_cta_861 .head_bar_153 a:hover {
    color: #ffffff;
    transform: translateX(5px);
}.podcast_cta_861 .head_bar_153 a:hover::before {
    width: 100%;
}.carbon_cta_034 {
    position: relative;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(15px);
    padding: 1.5rem 0;
}.carbon_cta_034::before {
    top: 0;
    position: absolute;
    right: 0;
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(179,148,169) 25%, 
                #ffffff 50%, 
                rgb(207,184,199) 75%, 
                transparent 100%);
    content: "";
    height: 1px;
    left: 0;
}.carbon_cta_034 .container {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}.carbon_cta_034 .twitter_cta_054 {
    text-align: center;
    border-radius: 30px;
    font-size: 14px;
    padding: 0.5rem 1rem;
    transition: all 0.3s ease;
    position: relative;
    color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(5px);
    background: rgba(0, 0, 0, 0.1);
}.carbon_cta_034 .twitter_cta_054:hover {
    background: rgba(0, 0, 0, 0.2);
    color: #ffffff;
    box-shadow: 0 0 15px rgb(207,184,199,0.5);
}

@keyframes gradientShift {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    100% {
        background-position: 1000px 0;
    }
}

@keyframes pulsate {
    0%, 100% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.6;
        transform: scale(1.05);
    }
}

@media (max-width: 992px) {.podcast_cta_861 {
    padding: 3.5rem 0 2rem;
}.podcast_cta_861 .container {
    flex-direction: column;
}.podcast_cta_861 .company_holder {
    margin-right: 0;
    flex: 1 1 100%;
    margin-bottom: 2rem;
}.podcast_cta_861 .contest_info_861 {
    flex: 1 1 100%;
}.podcast_cta_861 .contest_info_861 .top_page_329 {
    justify-content: space-between;
}.podcast_cta_861 .head_bar_153 {
    flex: 1 1 calc(50% - 1rem);
}
}

@media (max-width: 768px) {.podcast_cta_861 {
    padding: 3rem 0 1.5rem;
}.podcast_cta_861::before {
    height: 2px;
}.podcast_cta_861 .company_holder {
    padding: 1.25rem;
}.podcast_cta_861 .head_bar_153 {
    margin-bottom: 1rem;
    flex: 1 1 100%;
}.podcast_cta_861 .contest_info_861 .top_page_329 {
    flex-direction: column;
}.carbon_cta_034 {
    padding: 1.25rem 0;
}.carbon_cta_034::before {
    height: 2px;
}
}

@media (max-width: 576px) {.podcast_cta_861 {
    padding: 2.5rem 0 1rem;
}.podcast_cta_861 .company_holder h3 {
    font-size: calc(32px * 0.75);
}.podcast_cta_861 .math_tools_159 {
    font-size: calc(12px * 0.9);
}.podcast_cta_861 .head_bar_153 h5 {
    font-size: calc(18px * 0.9);
}.podcast_cta_861 .head_bar_153 a {
    font-size: calc(12px * 0.9);
}.carbon_cta_034 .twitter_cta_054 {
    font-size: calc(14px * 0.9);
    padding: 0.4rem 0.8rem;
}}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-30px) scale(1.1);
    }
}

.podcast_cta_861 .top_page_329 a::after {
    background: rgb(207,184,199);
    height: 4px;
    content: "";
    position: absolute;
    transform: translateY(-50%) scale(0);
    transition: transform 0.3s ease;
    width: 4px;
    border-radius: 50%;
    top: 50%;
    left: -10px;
}.podcast_cta_861 .top_page_329 a:hover::after {
    transform: translateY(-50%) scale(1);
}.podcast_cta_861 .math_tools_159::before {
    position: absolute;
    left: -10px;
    transition: width 0.5s ease 0.3s, height 0.5s ease;
    width: 0;
    top: -10px;
    border: 1px solid transparent;
    height: 0;
    content: "";
}.podcast_cta_861 .math_tools_159::after {
    content: "";
    border: 1px solid transparent;
    transition: width 0.5s ease 0.3s, height 0.5s ease;
    width: 0;
    right: -10px;
    position: absolute;
    height: 0;
    bottom: -10px;
}.podcast_cta_861 .company_holder:hover .math_tools_159::before {
    border-top-color: rgb(207,184,199,0.5);
    border-right-color: rgb(207,184,199,0.5);
    height: calc(100% + 20px);
    width: calc(100% + 20px);
    transition: width 0.5s ease, height 0.5s ease 0.3s;
}.podcast_cta_861 .company_holder:hover .math_tools_159::after {
    border-left-color: rgb(179,148,169,0.5);
    height: calc(100% + 20px);
    transition: width 0.5s ease, height 0.5s ease 0.3s;
    width: calc(100% + 20px);
    border-bottom-color: rgb(179,148,169,0.5);
}.company_info_375 {
    position: relative;
    padding: 80px 0;
    background: rgb(231,219,227);
    overflow: hidden;
}.company_info_375::before {
    height: 300px;
    right: -50px;
    width: 300px;
    content: "";
    z-index: 0;
    background: linear-gradient(135deg, rgb(207,184,199,0.5), rgb(179,148,169,0.5));
    animation: float 15s ease-in-out infinite alternate;
    position: absolute;
    opacity: 0.3;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 70%;
    top: -50px;
    filter: blur(15px);
}.company_info_375::after {
    opacity: 0.2;
    left: -50px;
    bottom: -100px;
    animation: float 18s ease-in-out infinite alternate-reverse;
    width: 250px;
    filter: blur(20px);
    background: linear-gradient(225deg, rgb(179,148,169,0.5), rgb(207,184,199,0.5));
    height: 250px;
    z-index: 0;
    position: absolute;
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    content: "";
}.company_info_375 .container {
    position: relative;
    margin: 0 auto;
    z-index: 1;
    padding: 0 20px;
    max-width: 1200px;
}.company_info_375 h1 {
    color: #000000;
    transform: translateZ(0);
    text-align: left;
    margin-bottom: 40px;
    font-size: 46px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    position: relative;
}.company_info_375 h1::after {
    content: "";
    transition: width 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    bottom: -10px;
    position: absolute;
    width: 80px;
    background: linear-gradient(90deg, rgb(207,184,199), rgb(179,148,169));
    left: 0;
    height: 4px;
}.company_info_375 h1:hover::after {
    width: 120px;
}.company_info_375 .learning_dna_579 {
    position: relative;
}.company_info_375 .learning_dna_579 ul {
    list-style: none;
    gap: 30px;
    display: grid;
    padding: 0;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    margin: 0;
}.company_info_375 .knowledge_center_072 {
    padding: 30px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    box-shadow: 9px 9px 16px rgba(0,0,0,0.05), 
                -9px -9px 16px rgba(255,255,255,0.8), 
                inset 3px 3px 7px rgba(0,0,0,0.05),
                inset -3px -3px 7px rgba(255,255,255,0.7);
    transform: translateZ(0);
    border-radius: 2px;
    background: #ffffff;
    overflow: hidden;
}.company_info_375 .knowledge_center_072:hover {
    box-shadow: 12px 12px 20px rgba(0,0,0,0.07), 
                -12px -12px 20px rgba(255,255,255,0.9), 
                inset 2px 2px 5px rgba(0,0,0,0.03),
                inset -2px -2px 5px rgba(255,255,255,0.5);
    transform: translateY(-5px) scale(1.01);
}.company_info_375 .knowledge_center_072::before {
    width: 5px;
    height: 0;
    left: 0;
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, rgb(207,184,199), rgb(179,148,169));
    transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    top: 0;
}.company_info_375 .knowledge_center_072:hover::before {
    height: 100%;
}.company_info_375 .knowledge_center_072 h4 {
    padding-left: 10px;
    margin-top: 0;
    font-family: Arial, sans-serif;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 20px;
    transition: transform 0.3s ease, color 0.3s ease;
    color: #000000;
    position: relative;
}.company_info_375 .knowledge_center_072:hover h4 {
    color: rgb(207,184,199);
    transform: translateX(5px);
}.company_info_375 .knowledge_center_072 div {
    overflow-y: auto;
    line-height: 1.7;
    position: relative;
    color: #000000;
    font-family: Arial, sans-serif;
    transition: color 0.3s ease;
    max-height: 250px;
    font-size: 17px;
    padding-left: 10px;
    padding-right: 10px;
}.company_info_375 .knowledge_center_072 div::-webkit-scrollbar {
    width: 5px;
}.company_info_375 .knowledge_center_072 div::-webkit-scrollbar-track {
    border-radius: 1px;
    background: rgba(0,0,0,0.03);
}.company_info_375 .knowledge_center_072 div::-webkit-scrollbar-thumb {
    border-radius: 1px;
    background: linear-gradient(to bottom, rgb(207,184,199,0.5), rgb(179,148,169,0.5));
}.company_info_375 .knowledge_center_072:hover div {
    color: #000000;
}

@keyframes float {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(15px, 15px) rotate(5deg);
    }
    100% {
        transform: translate(-15px, -15px) rotate(-5deg);
    }
}

@media (max-width: 992px) {.company_info_375 {
    padding: 60px 0;
}.company_info_375 h1 {
    text-align: center;
}.company_info_375 h1::after {
    transform: translateX(-50%);
    left: 50%;
}.company_info_375 .learning_dna_579 ul {
    grid-template-columns: 1fr;
}
}

@media (max-width: 768px) {.company_info_375 {
    padding: 40px 0;
}.company_info_375 .knowledge_center_072 {
    padding: 25px 20px;
}.company_info_375 .knowledge_center_072 div {
    max-height: 200px;
}
}

@media (max-width: 480px) {.company_info_375 h1 {
    font-size: calc(46px * 0.85);
    margin-bottom: 30px;
}.company_info_375 .knowledge_center_072 {
    padding: 20px 15px;
}.company_info_375 .knowledge_center_072 h4 {
    margin-bottom: 15px;
    font-size: calc(22px * 0.9);
}.company_info_375 .knowledge_center_072 div {
    max-height: 180px;
    font-size: calc(17px * 0.95);
}}.pricing_column_830 {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.pricing_column_830::before {
    z-index: 1;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    right: 0;
    content: "";
    top: 0;
    bottom: 0;
    position: absolute;
    left: 0;
}.pricing_column_830 .container {
    padding: 0 20px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
}.pricing_column_830 .basic_rates_153 {
    position: relative;
}.pricing_column_830 h2 {
    font-weight: 700;
    transform: translateY(20px);
    position: relative;
    animation: fadeUp 0.7s ease-out 0.2s forwards;
    text-align: center;
    margin-bottom: 20px;
    text-shadow: 0 2px 5px rgba(0,0,0,0.2);
    font-size: 28px;
    color: #ffffff;
    opacity: 0;
}.pricing_column_830 h2::after {
    box-shadow: 0 0 10px rgb(179,148,169,0.5);
    height: 3px;
    transform: translateX(-50%);
    content: "";
    background: rgb(179,148,169);
    width: 80px;
    bottom: -15px;
    left: 50%;
    position: absolute;
}.pricing_column_830 .pricing_levels_760 {
    margin: 0 auto 50px;
    color: #ffffff;
    text-align: center;
    animation: fadeUp 0.7s ease-out 0.4s forwards;
    opacity: 0;
    transform: translateY(20px);
    max-width: 800px;
    line-height: 1.6;
    font-size: calc(14px * 1.1);
    letter-spacing: 0.3px;
}.pricing_column_830 .cost_breakdown_874 {
    margin: 0;
    perspective: 1000px;
    display: grid;
    padding: 0;
    list-style: none;
    gap: 30px;
    grid-template-columns: repeat(1, 1fr);
}.pricing_column_830 .cost_breakdown_874 li {
    animation: fadeUp 0.8s ease-out forwards;
    animation-delay: calc(0.5s + var(--li-index, 0) * 0.15s);
    opacity: 0;
    transform: translateY(40px);
}.pricing_column_830 .cost_breakdown_874 li:nth-child(1) {
    --li-index: 1;
}.pricing_column_830 .cost_breakdown_874 li:nth-child(2) {
    --li-index: 2;
}.pricing_column_830 .cost_breakdown_874 li:nth-child(3) {
    --li-index: 3;
}.pricing_column_830 .cost_breakdown_874 li:nth-child(4) {
    --li-index: 4;
}.pricing_column_830 .price_opts_509 {
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    display: block;
    text-decoration: none;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.pricing_column_830 .price_opts_509:hover {
    transform: translateY(-10px) scale(1.02);
}.pricing_column_830 .pro_rates_794 {
    border-top: 1px solid rgba(255,255,255,0.2);
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.1) 0%, 
        rgba(255,255,255,0.05) 100%);
    border: 1px solid rgba(255,255,255,0.1);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2), 
                0 5px 15px rgba(0,0,0,0.1);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    position: relative;
    border-left: 1px solid rgba(255,255,255,0.2);
    height: 100%;
    padding: 40px 30px;
    transition: all 0.4s ease;
    overflow: hidden;
}.pricing_column_830 .price_opts_509:hover .pro_rates_794 {
    box-shadow: 0 25px 45px rgba(0,0,0,0.25), 
                0 10px 20px rgba(0,0,0,0.15);
    border-color: rgb(179,148,169,0.5);
}.pricing_column_830 .pro_rates_794::before {
    content: "";
    opacity: 0;
    top: -50%;
    z-index: 0;
    width: 200%;
    position: absolute;
    height: 200%;
    transform: scale(0.8);
    transition: transform 0.8s ease, opacity 0.8s ease;
    background: radial-gradient(
        circle at center,
        rgba(rgb(179,148,169), 0.05) 0%,
        transparent 70%
    );
    left: -50%;
}.pricing_column_830 .price_opts_509:hover .pro_rates_794::before {
    opacity: 1;
    transform: scale(1);
}.pricing_column_830 .premium_grid_965 {
    z-index: 2;
    position: relative;
}.pricing_column_830 .premium_grid_965 h4 {
    position: relative;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 15px;
    font-size: calc(19px * 1.15);
    padding-bottom: 15px;
    transition: transform 0.4s ease;
}.pricing_column_830 .price_opts_509:hover .premium_grid_965 h4 {
    color: rgb(179,148,169);
    transform: translateY(-5px);
}.pricing_column_830 .premium_grid_965 h4::after {
    left: 0;
    content: "";
    height: 2px;
    width: 50px;
    position: absolute;
    background: rgb(179,148,169);
    transition: width 0.4s ease;
    bottom: 0;
}.pricing_column_830 .price_opts_509:hover .premium_grid_965 h4::after {
    width: 80px;
}.pricing_column_830 .premium_grid_965 p {
    color: rgba(255,255,255,0.8);
    margin-bottom: 25px;
    overflow-y: auto;
    scrollbar-color: rgb(179,148,169) rgba(255,255,255,0.1);
    scrollbar-width: thin;
    line-height: 1.6;
    font-size: 14px;
    padding-right: 10px;
    max-height: 150px;
}.pricing_column_830 .premium_grid_965 p::-webkit-scrollbar {
    width: 4px;
}.pricing_column_830 .premium_grid_965 p::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(255,255,255,0.1);
}.pricing_column_830 .premium_grid_965 p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(179,148,169);
}.pricing_column_830 .study_fees_213 {
    position: relative;
    overflow: hidden;
    padding: 8px 20px;
    border-radius: 8px;
    background: linear-gradient(135deg, 
        rgb(179,148,169) 0%, 
        rgb(207,184,199) 100%);
    color: #ffffff;
    display: inline-block;
    font-weight: 700;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    transition: all 0.4s ease;
    font-size: calc(19px * 1.5);
}.pricing_column_830 .price_opts_509:hover .study_fees_213 {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 8px 25px rgba(0,0,0,0.3);
}.pricing_column_830 .study_fees_213::before {
    height: 100%;
    left: -100%;
    top: 0;
    transition: left 0.7s ease;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255,255,255,0.2) 50%,
        transparent 100%
    );
    position: absolute;
    width: 70%;
    content: "";
}.pricing_column_830 .price_opts_509:hover .study_fees_213::before {
    left: 200%;
}

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

@media (min-width: 768px) {.pricing_column_830 .cost_breakdown_874 {
    grid-template-columns: repeat(2, 1fr);
}.pricing_column_830 h2 {
    font-size: calc(28px * 1.1);
}
}

@media (min-width: 992px) {.pricing_column_830 {
    padding: 150px 0;
}.pricing_column_830 .cost_breakdown_874 {
    grid-template-columns: repeat(4, 1fr);
}.pricing_column_830 .pro_rates_794 {
    padding: 40px 25px;
}.pricing_column_830 h2 {
    margin-bottom: 30px;
    font-size: calc(28px * 1.2);
}.pricing_column_830 .pricing_levels_760 {
    margin-bottom: 70px;
}
}

@media (max-width: 767px) {.pricing_column_830 {
    padding: 80px 0;
}.pricing_column_830 h2 {
    font-size: calc(28px * 0.9);
}.pricing_column_830 .pricing_levels_760 {
    font-size: 14px;
    margin-bottom: 40px;
}.pricing_column_830 .pro_rates_794 {
    padding: 30px 20px;
}.pricing_column_830 .premium_grid_965 p {
    max-height: 120px;
}.pricing_column_830 .study_fees_213 {
    font-size: calc(19px * 1.2);
    padding: 6px 15px;
}}.statistical_summary_238 {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-color: #000000;
}.statistical_summary_238::before {
    content: "";
    width: 100%;
    position: absolute;
    z-index: -2;
    left: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(179,148,169,0.5) 30%, rgba(0, 0, 0, 0.5) 70%);
    top: 0;
    height: 100%;
}.statistical_summary_238::after {
    animation: gridMove 35s linear infinite;
    top: -50%;
    position: absolute;
    width: 200%;
    height: 200%;
    background: repeating-linear-gradient(
        rgba(rgb(207,184,199,0.5), 0.03) 0px,
        transparent 1px,
        transparent 30px
    ), 
    repeating-linear-gradient(
        90deg,
        rgba(rgb(207,184,199,0.5), 0.03) 0px,
        transparent 1px,
        transparent 30px
    );
    content: "";
    left: -50%;
    transform: rotate(15deg);
    z-index: -1;
}@keyframes gridMove {
    0% {
        transform: rotate(15deg) translate(0, 0);
    }
    50% {
        transform: rotate(17deg) translate(-5%, -2%);
    }
    100% {
        transform: rotate(15deg) translate(0, 0);
    }
}

.statistical_summary_238 .container {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
}.statistical_summary_238 .container::before {
    border-radius: 50%;
    background: radial-gradient(circle, rgb(207,184,199,0.5) 0%, transparent 70%);
    right: -20px;
    top: -80px;
    height: 200px;
    position: absolute;
    animation: pulseEffect 8s ease-in-out infinite;
    width: 200px;
    opacity: 0.4;
    content: "";
    filter: blur(50px);
}@keyframes pulseEffect {
    0%, 100% {
        transform: scale(1);
        opacity: 0.4;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.2;
    }
}

.statistical_summary_238 h2 {
    display: inline-block;
    padding-left: 20px;
    color: #ffffff;
    font-weight: 700;
    font-size: 41px;
    position: relative;
    margin-bottom: 60px;
}.statistical_summary_238 h2::before {
    transform: translateY(-50%);
    top: 50%;
    background: linear-gradient(to bottom, rgb(207,184,199), rgb(179,148,169));
    width: 6px;
    position: absolute;
    content: "";
    border-radius: 10px;
    left: 0;
    height: 90%;
}.statistical_summary_238 h2::after {
    background: linear-gradient(to right, rgb(207,184,199), transparent);
    bottom: -15px;
    left: 0;
    position: absolute;
    width: 100%;
    height: 2px;
    content: "";
}.statistical_summary_238 ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
    gap: 40px;
}.statistical_summary_238 .statistics_boost_762 {
    flex: 1 1 240px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    max-width: 100%;
    padding: 35px 30px;
    background: rgba(255, 255, 255, 0.03);
    min-width: 240px;
    border-radius: 27px;
    text-align: center;
    backdrop-filter: blur(10px);
}.statistical_summary_238 .statistics_boost_762::before {
    position: absolute;
    z-index: -1;
    content: "";
    background: linear-gradient(135deg, transparent 0%, rgba(255, 255, 255, 0.05) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}.statistical_summary_238 .statistics_boost_762::after {
    height: 200%;
    background: radial-gradient(circle, rgb(207,184,199,0.5) 0%, transparent 60%);
    transition: opacity 0.5s ease;
    content: "";
    width: 200%;
    opacity: 0;
    position: absolute;
    top: -50%;
    transform: scale(0.5);
    left: -50%;
    z-index: -1;
}.statistical_summary_238 .statistics_boost_762:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: translateY(-10px);
    border-color: rgba(rgb(207,184,199,0.5), 0.2);
}.statistical_summary_238 .statistics_boost_762:hover::after {
    opacity: 0.1;
    transform: scale(1);
}.statistical_summary_238 .statistics_boost_762 p {
    color: #ffffff;
    position: relative;
    line-height: 1;
    font-weight: 700;
    margin: 0 0 20px;
    font-size: 3.5rem;
    display: inline-block;
}.statistical_summary_238 .statistics_boost_762 p::before {
    height: 40px;
    left: -20px;
    opacity: 0.2;
    position: absolute;
    width: 40px;
    border-radius: 50%;
    background: rgb(207,184,199,0.5);
    z-index: -1;
    top: -10px;
    content: "";
    filter: blur(10px);
}.statistical_summary_238 .statistics_boost_762 span {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    position: relative;
    display: block;
    line-height: 1.5;
}.statistical_summary_238 .statistics_boost_762 span::after {
    height: 2px;
    border-radius: 10px;
    bottom: -15px;
    position: absolute;
    transform: translateX(-50%);
    background: rgb(207,184,199,0.5);
    left: 50%;
    width: 40px;
    content: "";
}.statistical_summary_238 ul:has(.statistics_boost_762:only-child) .statistics_boost_762 {
    margin: 0 auto;
    max-width: 500px;
    flex: 0 0 100%;
}.statistical_summary_238 ul:has(.statistics_boost_762:nth-child(2):last-child) .statistics_boost_762 {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
}.statistical_summary_238 ul:has(.statistics_boost_762:nth-child(3):last-child) .statistics_boost_762 {
    flex: 0 0 calc(33.33% - 27px);
    max-width: calc(33.33% - 27px);
}.statistical_summary_238 ul:has(.statistics_boost_762:nth-child(4):last-child) .statistics_boost_762 {
    flex: 0 0 calc(25% - 30px);
    max-width: calc(25% - 30px);
}.statistical_summary_238 ul:has(.statistics_boost_762:nth-child(5):nth-last-child(-n+1)) .statistics_boost_762 {
    flex: 0 0 calc(20% - 32px);
    max-width: calc(20% - 32px);
}.statistical_summary_238 ul:has(.statistics_boost_762:nth-child(n+6):nth-child(-n+10)) .statistics_boost_762 {
    flex: 0 0 calc(33.33% - 27px);
    max-width: calc(33.33% - 27px);
}.statistical_summary_238 svg {
    margin-bottom: 15px;
    width: 40px;
    transition: transform 0.3s ease;
    height: 40px;
    fill: rgb(207,184,199);
}.statistical_summary_238 svg path {
    fill: rgb(207,184,199);
}.statistical_summary_238 .statistics_boost_762:hover svg {
    transform: scale(1.2) rotate(5deg);
}

@media screen and (min-width: 1441px) {.statistical_summary_238 {
    padding: 150px 0;
}.statistical_summary_238 h2 {
    font-size: calc(41px * 1.2);
    margin-bottom: 80px;
}.statistical_summary_238 .statistics_boost_762 {
    padding: 45px 40px;
}.statistical_summary_238 .statistics_boost_762 p {
    font-size: 4rem;
}
}

@media screen and (max-width: 1440px) {.statistical_summary_238 {
    padding: 100px 0;
}.statistical_summary_238 ul {
    gap: 30px;
}.statistical_summary_238 .statistics_boost_762 {
    padding: 30px 25px;
}.statistical_summary_238 .statistics_boost_762 p {
    font-size: 3rem;
}
}

@media screen and (max-width: 1200px) {.statistical_summary_238 {
    padding: 90px 0;
}.statistical_summary_238 ul:has(.statistics_boost_762:nth-child(4):last-child) .statistics_boost_762,
    .statistical_summary_238 ul:has(.statistics_boost_762:nth-child(5):nth-last-child(-n+1)) .statistics_boost_762,
    .statistical_summary_238 ul:has(.statistics_boost_762:nth-child(n+6):nth-child(-n+10)) .statistics_boost_762 {
    flex: 0 0 calc(33.33% - 20px);
    max-width: calc(33.33% - 20px);
}.statistical_summary_238 .statistics_boost_762 p {
    font-size: 2.8rem;
}
}

@media screen and (max-width: 991px) {.statistical_summary_238 {
    padding: 80px 0;
}.statistical_summary_238 h2 {
    font-size: calc(41px * 0.9);
    margin-bottom: 50px;
}.statistical_summary_238 ul {
    gap: 25px;
}.statistical_summary_238 ul:has(.statistics_boost_762:nth-child(3):last-child) .statistics_boost_762,
    .statistical_summary_238 ul:has(.statistics_boost_762:nth-child(4):last-child) .statistics_boost_762,
    .statistical_summary_238 ul:has(.statistics_boost_762:nth-child(5):nth-last-child(-n+1)) .statistics_boost_762,
    .statistical_summary_238 ul:has(.statistics_boost_762:nth-child(n+6):nth-child(-n+10)) .statistics_boost_762 {
    max-width: calc(50% - 13px);
    flex: 0 0 calc(50% - 13px);
}.statistical_summary_238 .statistics_boost_762 {
    padding: 25px 20px;
}.statistical_summary_238 .statistics_boost_762 p {
    margin-bottom: 15px;
    font-size: 2.5rem;
}
}

@media screen and (max-width: 767px) {.statistical_summary_238 {
    padding: 70px 0;
}.statistical_summary_238 h2 {
    padding-left: 15px;
    margin-bottom: 40px;
    font-size: calc(41px * 0.8);
}.statistical_summary_238 h2::before {
    width: 4px;
}.statistical_summary_238 ul {
    flex-direction: column;
    gap: 20px;
}.statistical_summary_238 .statistics_boost_762,
    .statistical_summary_238 ul:has(.statistics_boost_762:nth-child(2):last-child) .statistics_boost_762,
    .statistical_summary_238 ul:has(.statistics_boost_762:nth-child(3):last-child) .statistics_boost_762,
    .statistical_summary_238 ul:has(.statistics_boost_762:nth-child(4):last-child) .statistics_boost_762,
    .statistical_summary_238 ul:has(.statistics_boost_762:nth-child(5):nth-last-child(-n+1)) .statistics_boost_762,
    .statistical_summary_238 ul:has(.statistics_boost_762:nth-child(n+6):nth-child(-n+10)) .statistics_boost_762 {
    max-width: 100%;
    flex: 0 0 100%;
}.statistical_summary_238 .statistics_boost_762 p {
    font-size: 2.2rem;
}.statistical_summary_238 svg {
    width: 35px;
    height: 35px;
}
}

@media screen and (max-width: 480px) {.statistical_summary_238 {
    padding: 60px 0;
}.statistical_summary_238 h2 {
    margin-bottom: 30px;
    font-size: calc(41px * 0.7);
    padding-left: 12px;
}.statistical_summary_238 h2::before {
    width: 3px;
}.statistical_summary_238 ul {
    gap: 15px;
}.statistical_summary_238 .statistics_boost_762 {
    padding: 20px 15px;
}.statistical_summary_238 .statistics_boost_762 p {
    margin-bottom: 10px;
    font-size: 2rem;
}.statistical_summary_238 .statistics_boost_762 span {
    font-size: calc(14px * 0.9);
}.statistical_summary_238 svg {
    height: 30px;
    margin-bottom: 10px;
    width: 30px;
}}header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 0;
    z-index: 100;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 0;
    background: linear-gradient(135deg, rgb(207,184,199,0.5) 0%, rgb(179,148,169,0.5) 100%);
    position: relative;
}header::before {
    left: 0;
    content: '';
    background: 
        radial-gradient(circle at 10% 20%, rgb(207,184,199,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(179,148,169,0.5) 0%, transparent 30%);
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: -1;
    position: absolute;
    top: 0;
}header .head_prime_027 {
    z-index: 5;
    display: flex;
    padding: 1.2rem 2.5rem;
    justify-content: space-between;
    align-items: center;
    position: relative;
}header .head_tutor_529 {
    flex: 0 0 auto;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
    border-radius: 20px;
    z-index: 2;
    -webkit-backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.15);
    transition: all 0.4s ease;
    padding: 0.8rem 1.2rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}header .head_tutor_529:hover {
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}header .nav_class_746 {
    display: block;
    transition: all 0.3s ease;
}header .nav_class_746 img {
    max-height: 40px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}header .head_bar_153 {
    margin: 0;
    position: relative;
    z-index: 2;
    list-style: none;
    padding: 0;
    display: flex;
}header .nav_sitewrap_384 {
    margin: 0 0.3rem;
    position: relative;
}header .nav_sitewrap_384 a {
    display: block;
    transition: all 0.3s ease;
    font-size: 17px;
    border-radius: 20px;
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    z-index: 1;
    position: relative;
    padding: 0.8rem 1.2rem;
    backdrop-filter: blur(5px);
}header .nav_sitewrap_384 a:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}header .nav_sitewrap_384 a::before {
    position: absolute;
    opacity: 0;
    width: 100%;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.1), 
        rgba(255, 255, 255, 0.05)
    );
    top: 0;
    content: '';
    left: 0;
    transition: opacity 0.3s ease;
    border-radius: 20px;
    z-index: -1;
    height: 100%;
}header .nav_sitewrap_384 a:hover::before {
    opacity: 1;
}header .nav_sitewrap_384::after {
    width: 0;
    opacity: 0.7;
    left: 50%;
    border-radius: 10px;
    background: #ffffff;
    transform: translateX(-50%);
    bottom: -3px;
    position: absolute;
    content: '';
    transition: width 0.3s ease;
    height: 3px;
}header .nav_sitewrap_384:hover::after {
    width: 70%;
}header .head_prime_027::before {
    opacity: 0.5;
    width: 100px;
    content: '';
    height: 100px;
    right: -20px;
    position: absolute;
    top: -20px;
    filter: blur(40px);
    border-radius: 50%;
    background: rgb(207,184,199,0.5);
    z-index: -1;
}header .head_prime_027::after {
    bottom: -20px;
    content: '';
    filter: blur(30px);
    height: 80px;
    width: 80px;
    left: -20px;
    background: rgb(179,148,169,0.5);
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    opacity: 0.5;
}header .main_skill_974 {
    z-index: 1;
    position: relative;
    padding-top: 2rem;
    background: rgb(231,219,227);
}@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

header .head_tutor_529::after {
    content: '';
    bottom: -20px;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.1) 0%, transparent 70%);
    left: 0;
    width: 100%;
    transition: all 0.4s ease;
    height: 20px;
    opacity: 0.5;
    position: absolute;
}header .head_tutor_529:hover::after {
    opacity: 0.7;
    transform: scaleX(0.9);
}

@media (min-width: 1400px) {header .head_prime_027 {
    margin: 0 auto;
    max-width: 1320px;
}header .nav_sitewrap_384 {
    margin: 0 0.5rem;
}header .nav_sitewrap_384 a {
    padding: 0.8rem 1.5rem;
}
}

@media (max-width: 991px) {header {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}header .head_prime_027 {
    flex-wrap: wrap;
    padding: 1rem 1.5rem;
}header .head_tutor_529 {
    border-radius: 10px;
    padding: 0.6rem 1rem;
    margin-bottom: 0;
}header .head_bar_153 {
    flex-basis: 100%;
    justify-content: flex-end;
    margin-top: 1rem;
}header .nav_sitewrap_384 a {
    padding: 0.6rem 1rem;
    border-radius: 10px;
    font-size: calc(17px - 1px);
}header .head_prime_027::before,
    header .head_prime_027::after {
    display: none;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .head_prime_027 {
    padding: 0.8rem 1.2rem;
}header .head_tutor_529 {
    max-width: 140px;
    padding: 0.5rem 0.8rem;
}header .nav_class_746 img {
    max-height: 35px;
}header .head_bar_153 {
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
    padding-bottom: 0.5rem;
    overflow-x: auto;
    margin-top: 0.8rem;
}header .head_bar_153::-webkit-scrollbar {
    height: 3px;
}header .head_bar_153::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
}header .nav_sitewrap_384 {
    margin: 0 0.15rem;
    flex: 0 0 auto;
}header .nav_sitewrap_384 a {
    font-size: calc(17px - 2px);
    padding: 0.5rem 0.8rem;
    white-space: nowrap;
}header .nav_sitewrap_384::after {
    display: none;
}header .head_tutor_529::after {
    display: none;
}
}

@media (max-width: 479px) {header .head_prime_027 {
    padding: 0.7rem 1rem;
}header .head_tutor_529 {
    padding: 0.4rem 0.7rem;
    max-width: 120px;
}header .nav_sitewrap_384 a {
    font-size: calc(17px - 3px);
    padding: 0.4rem 0.6rem;
}}.secure_guard_491 {
    padding: 50px;
    font-family: Arial, sans-serif;
    border: 1px solid rgba(0, 0, 0, 0.5);
    color: #000000;
    overflow: hidden;
    background-color: #ffffff;
    height: auto;
    width: 100%;
}.secure_guard_491 h1 {
    margin-bottom: 40px;
    font-size: 41px;
    padding-bottom: 15px;
    text-transform: uppercase;
    margin-top: 0;
    color: rgb(207,184,199);
    border-bottom: 3px solid rgb(207,184,199);
    font-weight: 700;
}.secure_guard_491 h2 {
    margin-bottom: 20px;
    font-weight: 600;
    color: rgb(179,148,169);
    border-bottom: 2px solid rgb(179,148,169);
    text-transform: uppercase;
    font-size: 31px;
    margin-top: 30px;
    padding-bottom: 10px;
}.secure_guard_491 h3, .secure_guard_491 h4, .secure_guard_491 h5, .secure_guard_491 h6 {
    padding-bottom: 5px;
    font-weight: 400;
    border-bottom: 1px solid rgb(207,184,199,0.5);
    color: rgb(207,184,199);
    margin-bottom: 15px;
    margin-top: 25px;
    font-size: 21px;
}.secure_guard_491 ul, .secure_guard_491 ol {
    list-style-type: none;
    padding-left: 0;
    margin: 20px 0;
}.secure_guard_491 ul li::before {
    content: '•';
    margin-left: -1em;
    display: inline-block;
    width: 1em;
    color: rgb(179,148,169);
}.secure_guard_491 ol li {
    counter-increment: list;
}.secure_guard_491 ol li::before {
    content: counter(list) ".";
    margin-left: -1em;
    display: inline-block;
    width: 1em;
    color: rgb(179,148,169);
}.secure_guard_491 li {
    padding-left: 5px;
    margin-bottom: 10px;
}.secure_guard_491 section {
    background: rgb(179,148,169,0.5);
    border: 1px solid rgb(207,184,199,0.5);
    padding: 30px;
    border-radius: 10px;
}.secure_guard_491 p, .secure_guard_491 span, .secure_guard_491 div {
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #000000;
}

@media only screen and (max-width: 800px) {.secure_guard_491 {
    padding: 25px;
}.secure_guard_491 h1 {
    font-size: calc(21px - 10px);
}.secure_guard_491 h2 {
    font-size: calc(21px - 8px);
}.secure_guard_491 h3, .secure_guard_491 h4, .secure_guard_491 h5, .secure_guard_491 h6 {
    font-size: calc(21px - 6px);
}.secure_guard_491 ul, .secure_guard_491 ol {
    margin-left: 15px;
}}

.secure_guard_491 a {
    border-bottom: 2px solid rgb(207,184,199,0.5);
    text-decoration: none;
    color: rgb(207,184,199);
}.secure_guard_491 a:hover {
    text-decoration: underline;
    border-bottom: 2px solid rgb(207,184,199);
}.greeting_page_187 {
    display: flex;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    perspective: 1000px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(207,184,199,0.5), rgb(231,219,227));
    position: relative;
}.greeting_page_187::before {
    content: "";
    top: 0;
    opacity: 0.8;
    height: 100%;
    width: 100%;
    left: 0;
    animation: pulseGradient 15s ease-in-out infinite alternate;
    z-index: 0;
    position: absolute;
    background: 
    radial-gradient(circle at 75% 25%, rgb(179,148,169,0.5) 0%, transparent 50%),
    radial-gradient(circle at 25% 75%, rgb(207,184,199,0.5) 0%, transparent 40%);
}.greeting_page_187::after {
    content: "";
    height: 40%;
    background: linear-gradient(225deg, rgb(179,148,169) 0%, transparent 70%);
    opacity: 0.1;
    transform: rotate(25deg);
    animation: rotateSlow 30s linear infinite;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    right: -10%;
    z-index: 1;
    top: -10%;
    width: 40%;
    position: absolute;
}.page_begin_187 {
    transform: translateZ(0);
    transform-style: preserve-3d;
    max-width: 1200px;
    display: grid;
    position: relative;
    width: 100%;
    gap: 2rem;
    grid-template-columns: 1fr;
    z-index: 2;
}.page_begin_187 > div:first-child {
    background: linear-gradient(to right, rgba(255,255,255,0.08), rgba(255,255,255,0.15));
    backdrop-filter: blur(10px);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    padding: 2rem;
    position: relative;
    transform: translateZ(20px);
}.page_begin_187 > div:first-child:hover {
    transform: translateZ(30px) translateY(-5px);
}.greeting_page_187 h3 {
    position: relative;
    margin: 0;
    font-size: calc(19px * 0.9);
    font-weight: 600;
    transition: color 0.3s ease;
    color: #000000;
    line-height: 1.4;
    text-wrap: balance;
}.greeting_page_187 h3::after {
    height: 3px;
    left: 0;
    transform-origin: left;
    bottom: -10px;
    width: 60px;
    position: absolute;
    transition: transform 0.4s ease-out;
    transform: scaleX(0.7);
    content: "";
    background: rgb(207,184,199);
}.page_begin_187 > div:first-child:hover h3::after {
    transform: scaleX(1);
}.page_begin_187 > div:nth-child(2) {
    z-index: 3;
    position: relative;
}.greeting_page_187 .team_culture_732 {
    position: relative;
    transform: translateZ(0);
    gap: 1.5rem;
    flex-direction: column;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s ease;
    background: linear-gradient(135deg, #ffffff 0%, rgba(255,255,255,0.9) 100%);
    padding: 2.5rem;
    display: flex;
    box-shadow: 
    0 20px 40px rgba(0,0,0,0.08),
    0 0 0 1px rgba(0,0,0,0.02);
}.greeting_page_187 .team_culture_732:hover {
    box-shadow: 
    0 30px 60px rgba(0,0,0,0.1),
    0 0 0 1px rgba(0,0,0,0.03);
    transform: translateY(-10px);
}.greeting_page_187 h1 {
    position: relative;
    text-wrap: balance;
    margin: 0;
    line-height: 1.1;
    color: #000000;
    font-weight: 700;
    font-size: calc(42px * 0.9);
}.greeting_page_187 h1::before {
    width: 30px;
    transform-origin: left;
    top: -15px;
    transform: scaleX(1);
    left: 0;
    height: 5px;
    position: absolute;
    transition: transform 0.4s ease, width 0.4s ease;
    content: "";
    background: rgb(207,184,199);
}.greeting_page_187 .team_culture_732:hover h1::before {
    transform: scaleX(1.2);
    width: 60px;
}.greeting_page_187 .team_culture_732 > div {
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.05);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    padding: 2rem;
}.greeting_page_187 .team_culture_732 > div::before {
    top: 0;
    width: 100%;
    content: "";
    background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0.3));
    z-index: 1;
    height: 100%;
    left: 0;
    position: absolute;
}.greeting_page_187 p {
    transition: transform 0.3s ease;
    line-height: 1.6;
    position: relative;
    transform: translateY(0);
    font-weight: 400;
    text-shadow: 0 1px 3px rgba(0,0,0,0.3);
    margin: 0;
    font-size: calc(16px * 1.1);
    color: #ffffff;
    z-index: 2;
}.greeting_page_187 .team_culture_732:hover p {
    transform: translateY(-5px);
}

@keyframes pulseGradient {
  0% {
    opacity: 0.6;
    transform: scale(1);
  }
  50% {
    opacity: 0.8;
    transform: scale(1.05);
  }
  100% {
    opacity: 0.6;
    transform: scale(1);
  }
}

@keyframes rotateSlow {
  0% {
    transform: rotate(25deg);
  }
  100% {
    transform: rotate(385deg);
  }
}

@media (min-width: 768px) {.greeting_page_187 {
    padding: 3rem;
}.page_begin_187 {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}.greeting_page_187 h3 {
    font-size: 19px;
}.greeting_page_187 h1 {
    font-size: 42px;
}.page_begin_187 > div:first-child {
    align-items: center;
    display: flex;
}
}

@media (min-width: 992px) {.greeting_page_187 {
    padding: 4rem;
}.page_begin_187 {
    gap: 4rem;
}.greeting_page_187 h3 {
    font-size: calc(19px * 1.1);
}.greeting_page_187 .team_culture_732 {
    padding: 3rem;
}.page_begin_187 > div:first-child {
    transform: translateZ(40px) translateX(-20px);
}.page_begin_187 > div:first-child:hover {
    transform: translateZ(60px) translateX(-20px) translateY(-5px);
}
}

@media (max-width: 767px) {.greeting_page_187 {
    padding: 1.5rem;
}.page_begin_187 > div:first-child {
    padding: 1.5rem;
}.greeting_page_187 h3 {
    font-size: calc(19px * 0.8);
}.greeting_page_187 h1 {
    font-size: calc(42px * 0.7);
}.greeting_page_187 .team_culture_732 {
    padding: 1.5rem;
}.greeting_page_187 p {
    font-size: 16px;
}}.course_instructor_438 {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background: rgb(231,219,227);
}.course_instructor_438::before {
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    opacity: 0.3;
    background: linear-gradient(90deg, 
        transparent 9%, 
        rgb(207,184,199,0.5) 10%, 
        transparent 11%);
    animation: gradientSlide 30s linear infinite;
    left: 0;
    background-size: 150px 100%;
    width: 100%;
}.course_instructor_438 .container {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}.course_instructor_438 .user_voices_487 {
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    position: relative;
    display: flex;
    padding: 60px 40px 40px;
    flex-direction: column;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    border-radius: 2px;
}.course_instructor_438 .user_voices_487:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.course_instructor_438 .img_banner_368 {
    left: 40px;
    transition: all 0.5s ease;
    transform: rotate(0deg);
    top: -60px;
    width: 120px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    height: 120px;
    border-radius: 2px;
    position: absolute;
    box-shadow: 10px 10px 0 #ffffff, 12px 12px 0 rgb(207,184,199);
}.course_instructor_438 .user_voices_487:hover .img_banner_368 {
    transform: rotate(-5deg);
}.course_instructor_438 .name {
    transform: translateX(0);
    margin-top: 40px;
    color: #000000;
    font-weight: 700;
    font-size: calc(19px * 1.2);
    margin-left: 0;
    transition: transform 0.5s ease;
    letter-spacing: -0.5px;
}.course_instructor_438 .user_voices_487:hover .name {
    transform: translateX(10px);
}.course_instructor_438 .user_voices_487 span:not(.name) {
    text-transform: uppercase;
    font-size: 13px;
    margin-top: 5px;
    transition: transform 0.5s ease;
    transform: translateX(0);
    color: #000000;
    font-weight: 300;
    letter-spacing: 1px;
}.course_instructor_438 .user_voices_487:hover span:not(.name) {
    transform: translateX(10px);
    color: rgb(207,184,199);
}.course_instructor_438 .job_table_465 {
    color: #000000;
    margin-top: 40px;
    font-size: 13px;
    transition: padding 0.5s ease;
    font-weight: 400;
    padding-left: 0;
    line-height: 1.8;
    position: relative;
}.course_instructor_438 .job_table_465::before {
    position: absolute;
    width: 30px;
    height: 2px;
    transform-origin: right;
    transition: transform 0.5s ease;
    background: rgb(207,184,199);
    transform: scaleX(0);
    content: "";
    left: -40px;
    top: 15px;
}.course_instructor_438 .user_voices_487:hover .job_table_465 {
    padding-left: 20px;
}.course_instructor_438 .user_voices_487:hover .job_table_465::before {
    transform: scaleX(1);
}

@keyframes gradientSlide {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 0%;
    }
}

@media (max-width: 768px) {.course_instructor_438 {
    padding: 80px 0;
}.course_instructor_438 .user_voices_487 {
    padding: 80px 25px 30px;
    margin: 0 15px;
}.course_instructor_438 .img_banner_368 {
    left: 25px;
    height: 100px;
    width: 100px;
}.course_instructor_438 .name {
    font-size: 19px;
}.course_instructor_438 .job_table_465 {
    font-size: calc(13px * 0.95);
}.course_instructor_438 .job_table_465::before {
    left: -25px;
    width: 20px;
}}.customer_feedback_026 {
    background: radial-gradient(ellipse at 30% 20%, rgb(207,184,199,0.5), rgb(179,148,169) 80%), 
                radial-gradient(circle at 70% 80%, rgb(179,148,169,0.5), transparent 70%);
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}.customer_feedback_026::before {
    background-image: 
        radial-gradient(circle at 15% 25%, rgba(255,255,255,0.05) 2px, transparent 2px),
        radial-gradient(circle at 35% 65%, rgba(255,255,255,0.05) 2px, transparent 2px),
        radial-gradient(circle at 75% 35%, rgba(255,255,255,0.05) 2px, transparent 2px),
        radial-gradient(circle at 85% 85%, rgba(255,255,255,0.05) 2px, transparent 2px);
    position: absolute;
    pointer-events: none;
    height: 100%;
    background-position: 0 0, 75px 75px, 30px 30px, 120px 120px;
    top: 0;
    width: 100%;
    content: "";
    background-size: 150px 150px;
    left: 0;
}.customer_feedback_026 .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
}.customer_feedback_026 h2 {
    margin-bottom: 3.5rem;
    position: relative;
    color: #ffffff;
    font-size: 32px;
    text-align: center;
    letter-spacing: 0.02em;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0,0,0,0.15);
    transform: perspective(1000px) rotateX(2deg);
}.customer_feedback_026 h2::after {
    left: 50%;
    width: 120px;
    transform: translateX(-50%) rotate(-1deg);
    content: "";
    position: absolute;
    bottom: -0.75rem;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgb(207,184,199) 30%, #ffffff 70%, transparent);
}.customer_feedback_026 .student_feedback_975 {
    display: grid;
    padding: 0;
    list-style: none;
    gap: 2rem;
    margin: 0;
    perspective: 1000px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.customer_feedback_026 .user_voices_487 {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, 
        rgba(255,255,255,0.1) 0%, 
        rgba(255,255,255,0.05) 50%, 
        rgba(255,255,255,0.02) 100%);
    transform-origin: center center;
    transition: transform 0.4s cubic-bezier(0.2, 0.85, 0.4, 1), 
                box-shadow 0.4s cubic-bezier(0.2, 0.85, 0.4, 1);
    padding: 1.5rem;
    backdrop-filter: blur(10px);
    transform: translateY(0) rotate(0);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 27px;
    box-shadow: 0 10px 30px -10px rgba(0,0,0,0.2), 
                0 5px 15px rgba(0,0,0,0.1);
}.customer_feedback_026 .user_voices_487:hover {
    box-shadow: 0 20px 40px -15px rgba(0,0,0,0.25), 
                0 15px 20px -5px rgba(0,0,0,0.1);
    transform: translateY(-10px) rotate(0.5deg);
}.customer_feedback_026 .user_voices_487::before {
    opacity: 0;
    transform: scale(0.8);
    position: absolute;
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
    left: -50%;
    width: 200%;
    top: -50%;
    background: radial-gradient(circle at center, 
                rgba(rgb(207,184,199,0.5), 0.1), 
                transparent 70%);
    content: "";
    pointer-events: none;
    height: 200%;
}.customer_feedback_026 .user_voices_487:hover::before {
    transform: scale(1);
    opacity: 1;
}.customer_feedback_026 .user_voices_487 div {
    align-items: center;
    margin-bottom: 1rem;
    display: flex;
}.customer_feedback_026 .user_voices_487 img {
    height: 60px;
    object-fit: cover;
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
    transform: scale(1) translateY(0);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 60px;
    border: 2px solid rgb(207,184,199);
    border-radius: 50%;
}.customer_feedback_026 .user_voices_487:hover img {
    transform: scale(1.05) translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    border-color: #ffffff;
}.customer_feedback_026 .user_voices_487 h4 {
    margin-left: 1rem;
    font-size: 19px;
    position: relative;
    transition: transform 0.3s ease, color 0.3s ease;
    font-weight: 600;
    color: #ffffff;
}.customer_feedback_026 .user_voices_487:hover h4 {
    transform: translateX(5px);
    color: rgb(207,184,199);
}.customer_feedback_026 .user_voices_487 h4::after {
    bottom: -5px;
    position: absolute;
    left: 0;
    transition: width 0.3s ease-out;
    height: 2px;
    content: "";
    width: 0;
    background: linear-gradient(90deg, rgb(207,184,199), transparent);
}.customer_feedback_026 .user_voices_487:hover h4::after {
    width: 100%;
}.customer_feedback_026 .description {
    padding: 0.5rem 0 0;
    z-index: 1;
    color: #ffffff;
    position: relative;
    margin: 0;
    transition: transform 0.3s ease;
    line-height: 1.6;
    font-size: 13px;
}.customer_feedback_026 .user_voices_487:hover .description {
    transform: translateY(-5px);
}.customer_feedback_026 .description::before {
    top: -20px;
    left: -10px;
    color: rgba(255,255,255,0.1);
    font-size: 5rem;
    z-index: -1;
    line-height: 1;
    position: absolute;
    content: "";
    font-family: serif;
}.customer_feedback_026 a {
    margin-top: 2.5rem;
    font-size: 18px;
    background: linear-gradient(135deg, rgb(207,184,199), rgb(179,148,169));
    padding: 0.8rem 2rem;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    overflow: hidden;
    position: relative;
    color: #ffffff;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    border-radius: 10px;
}.customer_feedback_026 a:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 10px 20px rgba(0,0,0,0.25);
}.customer_feedback_026 a::before {
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    transition: left 0.6s ease-in-out;
    content: "";
}.customer_feedback_026 a:hover::before {
    left: 100%;
}

@media (max-width: 991px) {.customer_feedback_026 {
    padding: 4rem 0;
}.customer_feedback_026 h2 {
    font-size: calc(32px * 0.9);
    margin-bottom: 2.5rem;
}.customer_feedback_026 .student_feedback_975 {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 1.5rem;
}
}

@media (max-width: 768px) {.customer_feedback_026 {
    padding: 3rem 0;
    background: radial-gradient(ellipse at 50% 30%, rgb(207,184,199,0.5), rgb(179,148,169) 90%);
}.customer_feedback_026 h2 {
    margin-bottom: 2rem;
    transform: perspective(1000px) rotateX(0deg);
    font-size: calc(32px * 0.8);
}.customer_feedback_026 .student_feedback_975 {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 1.25rem;
}.customer_feedback_026 .user_voices_487 {
    padding: 1.25rem;
}
}

@media (max-width: 576px) {.customer_feedback_026 {
    padding: 2.5rem 0;
}.customer_feedback_026 h2 {
    font-size: calc(32px * 0.7);
    margin-bottom: 1.5rem;
}.customer_feedback_026 h2::after {
    height: 2px;
    width: 80px;
}.customer_feedback_026 .user_voices_487 img {
    width: 50px;
    height: 50px;
}.customer_feedback_026 .description {
    font-size: calc(13px * 0.95);
}.customer_feedback_026 a {
    padding: 0.7rem 1.5rem;
    font-size: calc(18px * 0.9);
}
}

@media (prefers-reduced-motion) {.customer_feedback_026 .user_voices_487,
    .customer_feedback_026 .user_voices_487::before,
    .customer_feedback_026 .user_voices_487 img,
    .customer_feedback_026 .user_voices_487 h4,
    .customer_feedback_026 .user_voices_487 h4::after,
    .customer_feedback_026 .description,
    .customer_feedback_026 a,
    .customer_feedback_026 a::before {
    transition: none;
}}.contact_information_956 {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(231,219,227) 0%, rgba(0, 0, 0, 0.03) 100%);
    padding: 80px 0;
}.contact_information_956::before {
    position: absolute;
    z-index: 0;
    left: 0;
    content: "";
    top: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(207,184,199), 0.05) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgba(rgb(179,148,169), 0.05) 0%, transparent 30%);
    right: 0;
}.contact_information_956::after {
    left: 0;
    opacity: 0.6;
    position: absolute;
    z-index: 1;
    background-image: 
        linear-gradient(90deg, rgba(rgb(207,184,199), 0.03) 1px, transparent 1px),
        linear-gradient(rgba(rgb(207,184,199), 0.03) 1px, transparent 1px);
    width: 100%;
    content: "";
    animation: gridMove 20s linear infinite;
    height: 100%;
    background-size: 20px 20px;
    top: 0;
}@keyframes gridMove {
    0% { background-position: 0 0; }
    100% { background-position: 20px 20px; }
}

.contact_information_956 .container {
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
}.contact_information_956 h2 {
    font-size: 37px;
    text-align: center;
    transform: translateX(-50%);
    margin-bottom: 50px;
    left: 50%;
    display: inline-block;
    position: relative;
    font-weight: 700;
    color: #000000;
}.contact_information_956 h2::after {
    width: 70%;
    background: linear-gradient(90deg, transparent, rgb(207,184,199), transparent);
    position: absolute;
    left: 15%;
    bottom: -15px;
    content: "";
    height: 3px;
}.contact_information_956 .query_reach_107 {
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #ffffff;
    border-radius: 12px;
    transform: translateY(0);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(rgb(207,184,199), 0.05);
    display: flex;
}.contact_information_956 .query_reach_107:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                0 10px 20px rgba(rgb(207,184,199), 0.1);
}.contact_information_956 .query_reach_107::before {
    left: 0;
    position: absolute;
    width: 5px;
    height: 100%;
    content: "";
    top: 0;
    background: linear-gradient(to bottom, rgb(207,184,199), rgb(179,148,169));
}.contact_information_956 .img_banner_368 {
    width: 45%;
    position: relative;
    overflow: hidden;
}.contact_information_956 .img_banner_368::after {
    width: 100%;
    position: absolute;
    content: "";
    top: 0;
    background: linear-gradient(135deg, 
                rgba(rgb(207,184,199), 0.3) 0%, 
                rgba(rgb(179,148,169), 0.3) 100%);
    height: 100%;
    mix-blend-mode: overlay;
    left: 0;
}.contact_information_956 .img_banner_368::before {
    background: rgba(255, 255, 255, 0.2);
    left: -100px;
    width: 150%;
    top: -100px;
    transform: rotate(45deg);
    animation: shine 6s infinite;
    position: absolute;
    content: "";
    z-index: 2;
    height: 150px;
}@keyframes shine {
    0% { top: -100px; left: -100px; }
    100% { top: 100%; left: 100%; }
}

.contact_information_956 .support_help_740 {
    width: 55%;
    position: relative;
    padding: 50px 40px;
}.contact_information_956 .support_help_740::before {
    z-index: 0;
    content: "";
    right: -50px;
    width: 200px;
    background: radial-gradient(circle, rgba(rgb(207,184,199), 0.05) 0%, transparent 70%);
    height: 200px;
    border-radius: 50%;
    position: absolute;
    top: -50px;
}.contact_information_956 form {
    position: relative;
    z-index: 2;
}.contact_information_956 form h3 {
    position: relative;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 30px;
    font-size: 23px;
    color: #000000;
}.contact_information_956 form h3::after {
    left: 0;
    bottom: -10px;
    content: "";
    height: 2px;
    width: 40px;
    position: absolute;
    background: rgb(207,184,199);
}.contact_information_956 form input[type="text"] {
    margin-bottom: 20px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid rgba(#000000, 0.1);
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    color: #000000;
    font-size: 13px;
    position: relative;
    background: rgba(#ffffff, 0.8);
    padding: 15px 20px;
}.contact_information_956 form input[type="text"]:focus {
    box-shadow: 0 0 0 3px rgba(rgb(207,184,199), 0.1);
    border-color: rgb(207,184,199);
    outline: none;
    background: #ffffff;
}.contact_information_956 form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
    transition: all 0.3s ease;
}.contact_information_956 form input[type="text"]:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.5;
}.contact_information_956 .support_card_814 {
    align-items: flex-start;
    position: relative;
    margin-bottom: 30px;
    display: flex;
}.contact_information_956 .support_card_814 input[type="checkbox"] {
    cursor: pointer;
    opacity: 0;
    position: absolute;
    height: 0;
    width: 0;
}.contact_information_956 .support_card_814 label {
    line-height: 1.4;
    cursor: pointer;
    padding-left: 35px;
    font-size: 14px;
    color: #000000;
    position: relative;
    user-select: none;
}.contact_information_956 .support_card_814 label::before {
    position: absolute;
    transition: all 0.3s ease;
    height: 22px;
    content: "";
    left: 0;
    width: 22px;
    border: 1px solid rgba(#000000, 0.2);
    background: rgba(#ffffff, 0.8);
    border-radius: 10px;
    top: 0;
}.contact_information_956 .support_card_814 input[type="checkbox"]:checked + label::before {
    background: rgb(207,184,199);
    border-color: rgb(207,184,199);
}.contact_information_956 .support_card_814 input[type="checkbox"]:checked + label::after {
    top: 4px;
    position: absolute;
    height: 12px;
    transform: rotate(45deg);
    left: 8px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    width: 6px;
    content: "";
}.contact_information_956 .support_card_814 label a {
    position: relative;
    transition: all 0.3s ease;
    color: rgb(207,184,199);
    text-decoration: none;
}.contact_information_956 .support_card_814 label a::after {
    transition: transform 0.3s ease;
    width: 100%;
    position: absolute;
    content: "";
    transform: scaleX(0);
    left: 0;
    background: rgb(207,184,199);
    bottom: -2px;
    height: 1px;
    transform-origin: left;
}.contact_information_956 .support_card_814 label a:hover {
    color: rgb(179,148,169);
}.contact_information_956 .support_card_814 label a:hover::after {
    transform: scaleX(1);
    background: rgb(179,148,169);
}.contact_information_956 .help_card_372 {
    font-weight: 600;
    padding: 15px 20px;
    border-radius: 10px;
    overflow: hidden;
    color: #ffffff;
    z-index: 1;
    width: 100%;
    border: none;
    position: relative;
    background: linear-gradient(90deg, rgb(207,184,199), rgb(179,148,169));
    transition: all 0.3s ease;
    font-size: 14px;
    cursor: pointer;
}.contact_information_956 .help_card_372::before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    transition: opacity 0.3s ease;
    opacity: 0;
    z-index: -1;
    left: 0;
    background: linear-gradient(90deg, rgb(179,148,169), rgb(207,184,199));
    top: 0;
}.contact_information_956 .help_card_372:hover::before {
    opacity: 1;
}.contact_information_956 .help_card_372:active {
    transform: translateY(2px);
}.contact_information_956 svg {
    height: 20px;
    margin-right: 10px;
    transition: fill 0.3s ease;
    fill: rgb(207,184,199);
    width: 20px;
}.contact_information_956 svg path {
    fill: rgb(207,184,199);
    transition: fill 0.3s ease;
}.contact_information_956 svg:hover,
.contact_information_956 svg:hover path {
    fill: rgb(179,148,169);
}.contact_information_956 form input {
    background: rgb(231,219,227);
}
@media (max-width: 1024px) {.contact_information_956 {
    padding: 60px 0;
}.contact_information_956 .container {
    padding: 0 15px;
}.contact_information_956 h2 {
    margin-bottom: 40px;
}.contact_information_956 .support_help_740 {
    padding: 40px 30px;
}
}

@media (max-width: 768px) {.contact_information_956 {
    padding: 50px 0;
}.contact_information_956 h2 {
    margin-bottom: 30px;
}.contact_information_956 .query_reach_107 {
    flex-direction: column;
}.contact_information_956 .img_banner_368 {
    width: 100%;
    height: 250px;
}.contact_information_956 .support_help_740 {
    padding: 30px 25px;
    width: 100%;
}.contact_information_956 form h3 {
    margin-bottom: 25px;
}.contact_information_956 form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.contact_information_956 .support_card_814 {
    margin-bottom: 25px;
}.contact_information_956 .help_card_372 {
    padding: 12px 15px;
}
}

@media (max-width: 480px) {.contact_information_956 {
    padding: 40px 0;
}.contact_information_956 h2 {
    font-size: calc(37px * 0.85);
    margin-bottom: 25px;
}.contact_information_956 .img_banner_368 {
    height: 200px;
}.contact_information_956 .support_help_740 {
    padding: 25px 20px;
}.contact_information_956 form h3 {
    margin-bottom: 20px;
    font-size: calc(23px * 0.9);
}.contact_information_956 form input[type="text"] {
    padding: 10px 12px;
    margin-bottom: 12px;
}.contact_information_956 .support_card_814 {
    margin-bottom: 20px;
}.contact_information_956 .support_card_814 label {
    font-size: calc(14px * 0.9);
    padding-left: 30px;
}.contact_information_956 .support_card_814 label::before {
    width: 18px;
    height: 18px;
}.contact_information_956 .support_card_814 input[type="checkbox"]:checked + label::after {
    height: 10px;
    left: 6px;
    top: 3px;
    width: 5px;
}.contact_information_956 .help_card_372 {
    padding: 10px 12px;
}
}

@media (prefers-reduced-motion: reduce) {.contact_information_956::after,
    .contact_information_956 .img_banner_368::before {
    animation: none;
}.contact_information_956 .query_reach_107:hover {
    transform: none;
}}.our_info_915 {
    background: rgb(231,219,227);
    z-index: 1;
    overflow: hidden;
    position: relative;
    perspective: 1000px;
    padding: 120px 0;
}.our_info_915::before {
    z-index: -2;
    inset: 0;
    perspective: 1000px;
    transform: rotateX(60deg) translateZ(-100px);
    content: '';
    position: absolute;
    animation: perspectiveGrid 30s linear infinite;
    transform-origin: top;
    opacity: 0.2;
    background-image: 
        linear-gradient(rgb(207,184,199,0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgb(207,184,199,0.5) 1px, transparent 1px);
    background-size: 20px 20px;
}@keyframes perspectiveGrid {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 20px;
    }
}

.our_info_915::after {
    background: 
        radial-gradient(circle at 20% 20%, rgb(207,184,199,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgb(179,148,169,0.5) 0%, transparent 40%);
    position: absolute;
    filter: blur(50px);
    opacity: 0.3;
    z-index: -1;
    inset: 0;
    content: '';
}.our_info_915 .container {
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.our_info_915 .get_answers_489 {
    background: #ffffff;
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    z-index: 2;
    overflow: hidden;
    padding: 60px;
    border-radius: 0;
    clip-path: polygon(
        0 5%, 5% 0, 95% 0, 100% 5%,
        100% 95%, 95% 100%, 5% 100%, 0 95%
    );
    position: relative;
    backdrop-filter: blur(5px);
}.our_info_915 .get_answers_489::before {
    background: 
        repeating-conic-gradient(
            from 0deg,
            transparent 0deg 10deg,
            rgba(0, 0, 0, 0.01) 10deg 20deg
        ),
        repeating-conic-gradient(
            from 5deg,
            transparent 0deg 10deg,
            rgba(0, 0, 0, 0.02) 10deg 20deg
        );
    top: 0;
    position: absolute;
    left: 0;
    z-index: -1;
    height: 100%;
    opacity: 0.3;
    width: 100%;
    content: '';
}.our_info_915 .get_answers_489::after {
    opacity: 0.05;
    content: '';
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(45deg, transparent 25%, rgb(231,219,227) 25%, rgb(231,219,227) 26%, transparent 26%, transparent 75%, rgb(231,219,227) 75%, rgb(231,219,227) 76%, transparent 76%),
        linear-gradient(-45deg, transparent 25%, rgb(231,219,227) 25%, rgb(231,219,227) 26%, transparent 26%, transparent 75%, rgb(231,219,227) 75%, rgb(231,219,227) 76%, transparent 76%);
    left: 0;
    top: 0;
    z-index: -1;
    background-size: 60px 60px;
    position: absolute;
}.our_info_915 h3 {
    display: inline-block;
    padding-bottom: 15px;
    margin-bottom: 40px;
    position: relative;
    letter-spacing: 2px;
    font-size: 37px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(207,184,199);
}.our_info_915 h3::before {
    height: 2px;
    width: 100%;
    left: 0;
    content: '';
    background: linear-gradient(to right, rgb(207,184,199), transparent);
    position: absolute;
    bottom: 0;
}.our_info_915 .get_helpdesk_742 {
    padding: 25px;
    position: relative;
    background: rgb(231,219,227);
    clip-path: polygon(
        0 0, 98% 0, 100% 15px,
        100% 100%, 2% 100%, 0 calc(100% - 15px)
    );
    border-radius: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    color: #000000;
    font-size: 14px;
    margin-bottom: 50px;
    line-height: 1.8;
}.our_info_915 .get_helpdesk_742::before {
    width: 3px;
    background: rgb(207,184,199);
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    content: '';
}.our_info_915 .help_form_182 {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    position: relative;
    gap: 30px;
}.our_info_915 .help_form_182::before {
    width: 100%;
    top: -25px;
    content: '';
    background: repeating-linear-gradient(
        to right,
        rgb(207,184,199) 0,
        rgb(207,184,199) 8px,
        transparent 8px,
        transparent 16px
    );
    height: 1px;
    left: 0;
    position: absolute;
}.our_info_915 .help_form_182 span {
    flex-direction: column;
    clip-path: polygon(
        0 0, 90% 0, 100% 10%, 
        100% 100%, 10% 100%, 0 90%
    );
    display: flex;
    padding: 25px;
    backdrop-filter: blur(5px);
    position: relative;
    background: #ffffff;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.05);
    z-index: 1;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.our_info_915 .help_form_182 span::before {
    inset: 0;
    background: linear-gradient(135deg, transparent 0%, rgb(231,219,227) 100%);
    content: '';
    position: absolute;
    z-index: -1;
    transition: opacity 0.3s ease;
    opacity: 0.5;
}.our_info_915 .help_form_182 span::after {
    content: '';
    width: 200%;
    transition: opacity 0.5s ease;
    opacity: 0;
    transform: scale(0.5);
    z-index: -2;
    height: 200%;
    background: radial-gradient(
        circle at center,
        rgb(207,184,199,0.5) 0%,
        transparent 70%
    );
    top: -50%;
    position: absolute;
    left: -50%;
}.our_info_915 .help_form_182 span:hover {
    border-color: transparent;
    transform: translateY(-10px) scale(1.03);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgb(207,184,199,0.5);
}.our_info_915 .help_form_182 span:hover::before {
    opacity: 0.2;
}.our_info_915 .help_form_182 span:hover::after {
    transform: scale(1);
    opacity: 0.3;
}.our_info_915 .help_form_182 span p {
    font-weight: 600;
    position: relative;
    display: flex;
    font-size: 14px;
    color: #000000;
    align-items: center;
    margin-bottom: 10px;
    z-index: 2;
}.our_info_915 .help_form_182 span p::before {
    width: 8px;
    background: rgb(207,184,199);
    margin-right: 10px;
    display: inline-block;
    height: 8px;
    content: '';
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}.our_info_915 .help_form_182 span svg {
    stroke-width: 1;
    flex-shrink: 0;
    transition: transform 0.3s ease, fill 0.3s ease;
    margin-right: 8px;
    stroke: rgb(207,184,199);
    fill: rgb(207,184,199);
    width: 20px;
    height: 20px;
}.our_info_915 .help_form_182 span:hover svg {
    transform: scale(1.2);
    fill: rgb(179,148,169);
}.our_info_915 .help_form_182 span svg path {
    stroke-dashoffset: 0;
    stroke-dasharray: 100;
    transition: fill 0.3s ease, stroke 0.3s ease;
}.our_info_915 .help_form_182 span:hover svg path {
    stroke-dashoffset: 100;
    animation: dashAnimation 1.5s ease forwards;
}@keyframes dashAnimation {
    from {
        stroke-dashoffset: 100;
    }
    to {
        stroke-dashoffset: 0;
    }
}

.our_info_915 .help_form_182 span span {
    transform: none;
    background: transparent;
    display: inline;
    backdrop-filter: none;
    clip-path: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    border: none;
}.our_info_915 .help_form_182 span span::before,
.our_info_915 .help_form_182 span span::after {
    display: none;
}.our_info_915 .help_form_182 span span a {
    background-repeat: no-repeat;
    color: rgb(207,184,199);
    text-decoration: none;
    background-image: linear-gradient(
        transparent calc(100% - 2px),
        rgb(207,184,199) calc(100% - 2px),
        rgb(207,184,199) 100%
    );
    padding: 5px 0;
    z-index: 2;
    transition: all 0.3s ease;
    background-size: 0% 100%;
    font-weight: 600;
    transition: background-size 0.3s ease;
    position: relative;
    display: inline-block;
}.our_info_915 .help_form_182 span span a svg {
    height: 16px;
    fill: currentColor;
    transform-origin: center;
    vertical-align: middle;
    margin-right: 5px;
    width: 16px;
    stroke: currentColor;
    stroke-width: 0.5;
}.our_info_915 .write_feedback_305 {
    overflow: hidden;
    background: rgb(231,219,227);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    grid-column: 1 / -1;
    margin-top: 40px;
    padding: 35px;
}.our_info_915 .write_feedback_305::before {
    z-index: -1;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    background-image: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0, 0, 0, 0.02) 10px, rgba(0, 0, 0, 0.02) 20px);
    left: 0;
}.our_info_915 .write_feedback_305::after {
    width: 0;
    border-color: transparent rgb(207,184,199,0.5) transparent transparent;
    top: 0;
    border-width: 0 50px 50px 0;
    border-style: solid;
    height: 0;
    position: absolute;
    right: 0;
    content: '';
}.our_info_915 .write_feedback_305 h4 {
    font-weight: 700;
    position: relative;
    margin-bottom: 25px;
    color: rgb(207,184,199);
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-left: 15px;
    font-size: 23px;
    display: inline-block;
}.our_info_915 .write_feedback_305 h4::before {
    clip-path: polygon(0 0, 100% 25%, 100% 75%, 0 100%);
    content: '';
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    width: 5px;
    background: rgb(207,184,199);
    height: 20px;
    left: 0;
}.our_info_915 .write_feedback_305 h4 svg {
    height: 22px;
    vertical-align: middle;
    animation: rotateIcon 6s linear infinite;
    width: 22px;
    fill: rgb(207,184,199);
    stroke-width: 1;
    stroke: rgb(207,184,199);
    margin-right: 8px;
}@keyframes rotateIcon {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(90deg);
    }
    50% {
        transform: rotate(180deg);
    }
    75% {
        transform: rotate(270deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.our_info_915 .write_feedback_305 span {
    background: rgba(255, 255, 255, 0.7);
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    display: block;
    position: relative;
    padding: 12px 15px;
    margin-bottom: 12px;
    clip-path: polygon(
        0 0, 100% 0, 100% 100%, 
        15px 100%, 0 calc(100% - 15px)
    );
    transform-origin: left;
}.our_info_915 .write_feedback_305 span::before {
    top: 0;
    width: 3px;
    content: '';
    background: rgb(179,148,169);
    left: 0;
    position: absolute;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.3s ease;
    height: 100%;
}.our_info_915 .write_feedback_305 span:hover {
    transform: translateX(15px) scale(1.02);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.9);
}.our_info_915 .write_feedback_305 span:hover::before {
    transform: scaleY(1);
}.our_info_915 .write_feedback_305 span svg {
    transition: all 0.3s ease;
    fill: rgb(179,148,169);
    margin-right: 8px;
    stroke-width: 0.5;
    stroke: rgb(207,184,199);
    height: 18px;
    opacity: 0.8;
    width: 18px;
    vertical-align: middle;
}.our_info_915 .write_feedback_305 span:hover svg {
    transform: scale(1.1);
    opacity: 1;
    fill: rgb(207,184,199);
}.our_info_915 .write_feedback_305 span svg path {
    fill-opacity: 0.7;
    stroke-dashoffset: 50;
    transition: all 0.5s ease;
    stroke-dasharray: 50;
}.our_info_915 .write_feedback_305 span:hover svg path {
    stroke-dashoffset: 0;
    fill-opacity: 1;
}

@media (max-width: 991px) {.our_info_915 {
    padding: 80px 0;
}.our_info_915 .get_answers_489 {
    padding: 40px;
    clip-path: polygon(
            0 3%, 3% 0, 97% 0, 100% 3%,
            100% 97%, 97% 100%, 3% 100%, 0 97%
        );
}.our_info_915 h3 {
    font-size: calc(37px - 0.2rem);
}.our_info_915 .help_form_182 {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 25px;
}.our_info_915 .get_helpdesk_742 {
    padding: 20px;
}.our_info_915 .help_form_182 span svg {
    height: 18px;
    width: 18px;
}
}

@media (max-width: 767px) {.our_info_915 {
    padding: 60px 0;
}.our_info_915 .get_answers_489 {
    clip-path: polygon(
            0 2%, 2% 0, 98% 0, 100% 2%,
            100% 98%, 98% 100%, 2% 100%, 0 98%
        );
    padding: 30px;
}.our_info_915 h3 {
    font-size: calc(37px - 0.3rem);
    margin-bottom: 30px;
}.our_info_915 .get_helpdesk_742 {
    padding: 15px;
    margin-bottom: 35px;
}.our_info_915 .help_form_182 {
    grid-template-columns: 1fr;
    gap: 20px;
}.our_info_915 .write_feedback_305 {
    padding: 25px;
}.our_info_915 .write_feedback_305 svg {
    width: 16px;
    height: 16px;
}
}

@media (max-width: 480px) {.our_info_915 {
    padding: 40px 0;
}.our_info_915 .container {
    padding: 0 15px;
}.our_info_915 .get_answers_489 {
    clip-path: polygon(
            0 1%, 1% 0, 99% 0, 100% 1%,
            100% 99%, 99% 100%, 1% 100%, 0 99%
        );
    padding: 25px 20px;
}.our_info_915 h3 {
    font-size: calc(37px - 0.4rem);
    margin-bottom: 25px;
}.our_info_915 .get_helpdesk_742 {
    padding: 15px;
    margin-bottom: 30px;
}.our_info_915 .help_form_182 span {
    padding: 20px;
}.our_info_915 .write_feedback_305 {
    padding: 20px;
    margin-top: 25px;
}.our_info_915 .help_form_182 span svg,
    .our_info_915 .write_feedback_305 span svg {
    height: 16px;
    width: 16px;
    margin-right: 5px;
}}.course_summary_802 {
    position: relative;
    padding: 7rem 0;
    overflow: hidden;
    background: rgb(231,219,227);
}.course_summary_802::before {
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    background: 
        linear-gradient(45deg, transparent 45%, rgb(207,184,199,0.5) 100%),
        linear-gradient(135deg, transparent 45%, rgb(179,148,169,0.5) 100%);
    position: absolute;
    opacity: 0.15;
}.course_summary_802::after {
    background: 
        repeating-linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 20px);
    opacity: 0.05;
    top: 0;
    height: 100%;
    position: absolute;
    z-index: 0;
    left: 0;
    width: 100%;
    content: "";
}.course_summary_802 .learn_coding_829 {
    flex-direction: column;
    display: flex;
    align-items: center;
}.course_summary_802 .text_description_859 {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
    border-radius: 23px;
    clip-path: polygon(
        0% 5%, 
        5% 0%, 
        95% 0%, 
        100% 5%, 
        100% 95%, 
        95% 100%, 
        5% 100%, 
        0% 95%
    );
    position: relative;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    z-index: 3;
    width: 100%;
    transform: translateZ(0);
    padding: 4rem 3rem;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.course_summary_802 .text_description_859:hover {
    transform: translateY(-8px);
    box-shadow: 0 40px 70px rgba(0, 0, 0, 0.18);
}.course_summary_802 h2 {
    font-size: calc(35px * 1.2);
    font-weight: 700;
    color: #000000;
    margin-bottom: 1.8rem;
    display: inline-block;
    position: relative;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}.course_summary_802 h2::before {
    border-left: 3px solid rgb(207,184,199);
    opacity: 0.7;
    position: absolute;
    top: -15px;
    transition: all 0.5s ease;
    content: "";
    border-top: 3px solid rgb(207,184,199);
    width: 45px;
    left: -15px;
    height: 45px;
}.course_summary_802 h2::after {
    transition: all 0.5s ease;
    right: -15px;
    opacity: 0.7;
    width: 45px;
    height: 45px;
    position: absolute;
    border-bottom: 3px solid rgb(179,148,169);
    bottom: -15px;
    border-right: 3px solid rgb(179,148,169);
    content: "";
}.course_summary_802 .text_description_859:hover h2::before {
    top: -20px;
    left: -20px;
    width: 55px;
    height: 55px;
}.course_summary_802 .text_description_859:hover h2::after {
    height: 55px;
    width: 55px;
    right: -20px;
    bottom: -20px;
}.course_summary_802 .description {
    line-height: 1.9;
    color: #000000;
    font-size: 17px;
    margin-right: auto;
    position: relative;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    margin-left: auto;
    max-width: 85%;
    margin-bottom: 1.8rem;
}.course_summary_802 .description:last-of-type {
    transition: all 0.5s ease;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    border-right: 3px solid rgb(179,148,169);
    border-left: 3px solid rgb(207,184,199);
    padding: 1.2rem 1.8rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    font-weight: 600;
    max-width: 90%;
    transform: perspective(1000px) rotateX(2deg);
}.course_summary_802 .text_description_859:hover .description:last-of-type {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.course_summary_802 .img_banner_368 {
    width: 120%;
    transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
    left: -10%;
    border-radius: 0;
    z-index: 0;
    height: 120%;
    position: absolute;
    top: -10%;
    filter: brightness(0.95) contrast(1.05);
    transform: none;
}.course_summary_802 .img_banner_368::before {
    z-index: 1;
    position: absolute;
    opacity: 0.85;
    background: 
        radial-gradient(circle at center, transparent 30%, rgba(0, 0, 0, 0.5) 100%),
        linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 70%);
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    height: 100%;
}.course_summary_802 .img_banner_368::after {
    z-index: 2;
    position: absolute;
    background: 
        radial-gradient(
            ellipse at center, 
            transparent 30%, 
            rgb(207,184,199,0.5) 70%, 
            rgb(179,148,169,0.5) 100%
        );
    height: 150%;
    content: "";
    opacity: 0.3;
    width: 150%;
    animation: rotateGradient 20s infinite linear;
    left: -25%;
    top: -25%;
}@keyframes rotateGradient {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.course_summary_802 .text_description_859::before {
    position: absolute;
    width: 70%;
    animation: morph 15s linear infinite alternate;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    opacity: 0.15;
    z-index: -1;
    background: rgb(207,184,199,0.5);
    right: -5%;
    top: -5%;
    height: 70%;
    content: "";
}.course_summary_802 .text_description_859::after {
    background: rgb(179,148,169,0.5);
    left: -5%;
    width: 70%;
    content: "";
    z-index: -1;
    height: 70%;
    animation: morph 15s linear infinite alternate-reverse;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    bottom: -5%;
    opacity: 0.15;
    position: absolute;
}

@keyframes morph {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
    25% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    50% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
    75% {
        border-radius: 40% 60% 30% 70% / 60% 40% 30% 70%;
    }
    100% {
        border-radius: 60% 40% 60% 40% / 50% 60% 40% 50%;
    }
}

@media (max-width: 1200px) {.course_summary_802 .text_description_859 {
    max-width: 800px;
    padding: 3.5rem 2.5rem;
}.course_summary_802 .img_banner_368 {
    width: 130%;
    height: 130%;
}
}

@media (max-width: 992px) {.course_summary_802 {
    padding: 5rem 0;
}.course_summary_802 .text_description_859 {
    max-width: 700px;
    padding: 3rem 2rem;
}.course_summary_802 h2 {
    font-size: 35px;
}.course_summary_802 .description {
    line-height: 1.8;
    max-width: 90%;
}.course_summary_802 .img_banner_368 {
    top: -20%;
    width: 140%;
    height: 140%;
    left: -20%;
}
}

@media (max-width: 768px) {.course_summary_802 {
    padding: 4rem 0;
}.course_summary_802 .text_description_859 {
    clip-path: polygon(
            0% 3%, 
            3% 0%, 
            97% 0%, 
            100% 3%, 
            100% 97%, 
            97% 100%, 
            3% 100%, 
            0% 97%
        );
    max-width: 90%;
    padding: 2.5rem 1.5rem;
}.course_summary_802 h2 {
    font-size: calc(35px * 0.95);
}.course_summary_802 h2::before,
    .course_summary_802 h2::after {
    top: -10px;
    width: 35px;
    left: -10px;
    height: 35px;
}.course_summary_802 h2::after {
    right: -10px;
    bottom: -10px;
}.course_summary_802 .text_description_859:hover h2::before,
    .course_summary_802 .text_description_859:hover h2::after {
    height: 40px;
    width: 40px;
}.course_summary_802 .description {
    max-width: 95%;
    font-size: calc(17px * 0.95);
    line-height: 1.7;
}.course_summary_802 .description:last-of-type {
    max-width: 95%;
    padding: 1rem 1.5rem;
}.course_summary_802 .img_banner_368 {
    width: 150%;
    height: 150%;
}
}

@media (max-width: 576px) {.course_summary_802 {
    padding: 3rem 0;
}.course_summary_802 .text_description_859 {
    max-width: 95%;
    clip-path: polygon(
            0% 2%, 
            2% 0%, 
            98% 0%, 
            100% 2%, 
            100% 98%, 
            98% 100%, 
            2% 100%, 
            0% 98%
        );
    padding: 2rem 1.2rem;
}.course_summary_802 h2 {
    font-size: calc(35px * 0.85);
    margin-bottom: 1.2rem;
}.course_summary_802 h2::before,
    .course_summary_802 h2::after {
    width: 25px;
    left: -8px;
    border-width: 2px;
    top: -8px;
    height: 25px;
}.course_summary_802 h2::after {
    right: -8px;
    border-width: 2px;
    bottom: -8px;
}.course_summary_802 .text_description_859:hover h2::before,
    .course_summary_802 .text_description_859:hover h2::after {
    width: 30px;
    height: 30px;
}.course_summary_802 .description {
    max-width: 100%;
    font-size: calc(17px * 0.9);
    line-height: 1.6;
    margin-bottom: 1.2rem;
}.course_summary_802 .description:last-of-type {
    border-width: 2px;
    padding: 0.8rem 1.2rem;
    transform: none;
    max-width: 100%;
}.course_summary_802 .text_description_859:hover {
    transform: translateY(-5px);
}.course_summary_802 .text_description_859:hover .description:last-of-type {
    transform: none;
}.course_summary_802 .img_banner_368 {
    left: -30%;
    height: 160%;
    top: -30%;
    width: 160%;
}.course_summary_802 .text_description_859::before,
    .course_summary_802 .text_description_859::after {
    width: 80%;
    height: 80%;
}}.gratBox_039 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(231,219,227) 0%, rgba(rgb(207,184,199,0.5), 0.05) 100%);
    padding: 5rem 0;
    position: relative;
}.gratBox_039::before {
    transform: rotate(-15deg) translateZ(0);
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 85%);
    content: "";
    position: absolute;
    z-index: 1;
    width: 40%;
    height: 40%;
    background: linear-gradient(225deg, rgb(207,184,199) 0%, transparent 70%);
    left: -5%;
    top: -5%;
    opacity: 0.07;
}.gratBox_039::after {
    opacity: 0.07;
    content: "";
    clip-path: polygon(20% 0, 100% 15%, 100% 100%, 0 100%);
    right: -5%;
    z-index: 1;
    bottom: -5%;
    height: 50%;
    position: absolute;
    transform: rotate(15deg) translateZ(0);
    width: 50%;
    background: linear-gradient(45deg, transparent 40%, rgb(179,148,169) 100%);
}.gratBox_039 .container {
    width: 100%;
    padding: 0 15px;
    z-index: 2;
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
}.gratBox_039 .knowledge_space_204 {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), 
                box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    transform-origin: center top;
    transform: perspective(1000px) rotateX(2deg);
    padding: 3.5rem;
    flex-direction: column;
    background: #ffffff;
    display: flex;
    box-shadow: 0 10px 40px rgba(rgba(0, 0, 0, 0.5), 0.1), 
                0 2px 10px rgba(rgb(207,184,199,0.5), 0.05),
                0 30px 60px -10px rgba(rgb(179,148,169,0.5), 0.12);
}.gratBox_039 .knowledge_space_204:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 15px 50px rgba(rgba(0, 0, 0, 0.5), 0.15), 
                0 5px 20px rgba(rgb(207,184,199,0.5), 0.1),
                0 40px 80px -15px rgba(rgb(179,148,169,0.5), 0.18);
}.gratBox_039 .knowledge_space_204 > div:first-child {
    padding-bottom: 1.5rem;
    position: relative;
    margin-bottom: 2rem;
}.gratBox_039 .knowledge_space_204 > div:first-child::after {
    transform: scaleX(1) translateZ(0);
    content: "";
    transform-origin: left center;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: absolute;
    width: 20%;
    height: 3px;
    left: 0;
    background: linear-gradient(90deg, rgb(207,184,199), rgb(179,148,169));
    bottom: 0;
}.gratBox_039 .knowledge_space_204:hover > div:first-child::after {
    transform: scaleX(2) translateZ(0);
}.gratBox_039 h5 {
    transform: translateZ(0);
    color: #000000;
    transition: transform 0.4s ease-out;
    font-size: 18px;
    margin: 0;
    font-weight: 700;
    line-height: 1.4;
}.gratBox_039 .knowledge_space_204:hover h5 {
    transform: translateY(-3px) translateZ(0);
}.gratBox_039 a {
    overflow: hidden;
    text-decoration: none;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    display: block;
    position: relative;
}.gratBox_039 a:hover {
    transform: translateY(-5px);
}.gratBox_039 a::before {
    opacity: 0.1;
    position: absolute;
    content: "";
    right: -10px;
    z-index: 1;
    background: linear-gradient(135deg, transparent 45%, rgb(207,184,199) 55%);
    height: 50px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-origin: center;
    transform: rotate(45deg) scale(0);
    width: 50px;
    top: -10px;
}.gratBox_039 a:hover::before {
    transform: rotate(45deg) scale(1);
}.gratBox_039 p {
    color: #000000;
    font-size: 14px;
    margin: 0;
    transition: all 0.4s ease;
    font-weight: 400;
    background: linear-gradient(to right, rgba(rgb(179,148,169,0.5), 0.03), rgba(rgb(207,184,199,0.5), 0.03));
    padding: 1.5rem;
    border-left: 2px solid rgba(rgb(207,184,199,0.5), 0.2);
    position: relative;
    line-height: 1.7;
}.gratBox_039 a:hover p {
    border-left: 2px solid rgb(207,184,199);
    background: linear-gradient(to right, rgba(rgb(179,148,169,0.5), 0.07), rgba(rgb(207,184,199,0.5), 0.07));
}

@media (min-width: 768px) {.gratBox_039 .knowledge_space_204 {
    padding: 4rem 5rem;
}.gratBox_039 h5 {
    font-size: calc(18px * 1.2);
}.gratBox_039 p {
    padding: 2rem;
    font-size: calc(14px * 1.05);
}
}

@media (min-width: 992px) {.gratBox_039 {
    padding: 8rem 0;
}.gratBox_039 .knowledge_space_204 {
    padding: 5rem 6rem;
    margin: 0 auto;
    max-width: 90%;
}.gratBox_039 .knowledge_space_204 > div:first-child {
    margin-bottom: 3rem;
    padding-bottom: 2rem;
}.gratBox_039 .knowledge_space_204 > div:first-child::after {
    width: 15%;
}
}

@media (max-width: 767px) {.gratBox_039 {
    padding: 3rem 0;
}.gratBox_039 .knowledge_space_204 {
    padding: 2rem;
    transform: perspective(1000px) rotateX(1deg);
}.gratBox_039 h5 {
    font-size: calc(18px * 0.9);
}.gratBox_039 p {
    padding: 1rem;
    line-height: 1.6;
    font-size: calc(14px * 0.95);
}.gratBox_039 .knowledge_space_204 > div:first-child {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
}
}

@media (max-width: 480px) {.gratBox_039 {
    padding: 2rem 0;
}.gratBox_039 .knowledge_space_204 {
    transform: none;
    padding: 1.5rem;
}.gratBox_039 h5 {
    font-size: calc(18px * 0.85);
}.gratBox_039 p {
    padding: 0.75rem;
    font-size: calc(14px * 0.9);
    line-height: 1.5;
}}.instructional_approach_817 {
    min-height: 70vh;
    position: relative;
    background: rgb(231,219,227);
    overflow: hidden;
    isolation: isolate;
}.instructional_approach_817::before {
    width: 200%;
    top: -50%;
    height: 200%;
    position: absolute;
    left: -50%;
    z-index: 0;
    background: 
        radial-gradient(circle at 30% 30%, rgb(207,184,199,0.5) 0%, transparent 50%),
        radial-gradient(circle at 70% 70%, rgb(179,148,169,0.5) 0%, transparent 50%);
    content: "";
    animation: rotateBg 25s linear infinite;
}.instructional_approach_817::after {
    left: 0;
    z-index: 1;
    position: absolute;
    width: 100%;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 20px, rgba(255, 255, 255, 0.03) 20px, rgba(255, 255, 255, 0.03) 40px);
    top: 0;
    content: "";
    height: 100%;
}.instructional_approach_817 .container {
    margin: 0 auto;
    max-width: 1000px;
    position: relative;
    z-index: 2;
    padding: 5rem 2rem;
}.instructional_approach_817 .knowledge_space_204 {
    flex-direction: column;
    padding: 4rem 2rem;
    gap: 2rem;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}.instructional_approach_817 .knowledge_space_204::before {
    content: "";
    height: 30px;
    left: -10%;
    filter: blur(15px);
    width: 120%;
    z-index: -1;
    background: linear-gradient(90deg, transparent, rgb(207,184,199,0.5), transparent);
    animation: waveEffect 8s ease-in-out infinite;
    opacity: 0.7;
    top: 0;
    position: absolute;
}.instructional_approach_817 .knowledge_space_204::after {
    background: linear-gradient(90deg, transparent, rgb(179,148,169,0.5), transparent);
    height: 30px;
    position: absolute;
    content: "";
    filter: blur(15px);
    animation: waveEffect 8s ease-in-out infinite reverse;
    opacity: 0.7;
    bottom: 0;
    left: -10%;
    z-index: -1;
    width: 120%;
}.instructional_approach_817 h3 {
    transform-style: preserve-3d;
    font-size: 29px;
    width: 100%;
    color: rgb(207,184,199);
    font-weight: 700;
    position: relative;
    padding-bottom: 2rem;
    overflow: hidden;
    perspective: 500px;
    text-align: center;
    margin-bottom: 0;
}.instructional_approach_817 h3::before {
    z-index: 1;
    animation: shimmerEffect 5s infinite;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: "";
    transform: translateX(-100%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}.instructional_approach_817 h3::after {
    content: attr(data-text);
    top: 0;
    z-index: -1;
    left: 0;
    animation: glowPulse 4s ease-in-out infinite;
    text-shadow: 0 0 15px rgb(207,184,199), 0 0 10px rgb(207,184,199);
    width: 100%;
    height: 100%;
    opacity: 0;
    color: transparent;
    transform: translateZ(20px);
    position: absolute;
}.instructional_approach_817 span {
    padding: 2rem;
    border-radius: 16px;
    animation: floatText 6s ease-in-out infinite;
    font-size: 13px;
    text-align: center;
    position: relative;
    display: block;
    color: #000000;
    line-height: 1.8;
    max-width: 800px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    z-index: 2;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}.instructional_approach_817 span::before {
    position: absolute;
    left: -50%;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.1) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    content: "";
    z-index: -1;
    height: 200%;
    animation: holographicShine 10s linear infinite;
    top: -50%;
    transform: rotate(45deg);
    width: 200%;
}.instructional_approach_817 span::after {
    position: absolute;
    width: 80%;
    filter: blur(10px);
    border-radius: 50%;
    opacity: 0.5;
    background: rgb(179,148,169,0.5);
    animation: shadowPulse 6s ease-in-out infinite;
    height: 10px;
    left: 10%;
    z-index: -1;
    content: "";
    bottom: -10px;
}

@keyframes rotateBg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes waveEffect {
    0%, 100% {
        transform: translateX(-30%) scaleX(1.2);
    }
    50% {
        transform: translateX(30%) scaleX(0.8);
    }
}

@keyframes shimmerEffect {
    0% {
        transform: translateX(-100%);
    }
    20%, 100% {
        transform: translateX(100%);
    }
}

@keyframes glowPulse {
    0%, 100% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
}

@keyframes floatText {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes holographicShine {
    0% {
        transform: rotate(45deg) translateX(-100%);
    }
    100% {
        transform: rotate(45deg) translateX(100%);
    }
}

@keyframes shadowPulse {
    0%, 100% {
        opacity: 0.3;
        transform: scaleX(0.8);
    }
    50% {
        opacity: 0.6;
        transform: scaleX(1.2);
    }
}

@media (max-width: 992px) {.instructional_approach_817 {
    min-height: 60vh;
}.instructional_approach_817 .container {
    padding: 4rem 1.5rem;
}.instructional_approach_817 .knowledge_space_204 {
    padding: 3rem 1.5rem;
}.instructional_approach_817 h3 {
    font-size: calc(29px * 0.9);
    padding-bottom: 1.5rem;
}.instructional_approach_817 span {
    padding: 1.8rem;
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 768px) {.instructional_approach_817 {
    min-height: 50vh;
}.instructional_approach_817 .container {
    padding: 3rem 1.2rem;
}.instructional_approach_817 .knowledge_space_204 {
    padding: 2.5rem 1.2rem;
    gap: 1.5rem;
}.instructional_approach_817 h3 {
    padding-bottom: 1.2rem;
    font-size: calc(29px * 0.8);
}.instructional_approach_817 span {
    line-height: 1.7;
    padding: 1.5rem;
    font-size: calc(13px * 0.9);
}
}

@media (max-width: 576px) {.instructional_approach_817 {
    min-height: 40vh;
}.instructional_approach_817 .container {
    padding: 2.5rem 1rem;
}.instructional_approach_817 .knowledge_space_204 {
    padding: 2rem 1rem;
    gap: 1.2rem;
}.instructional_approach_817 h3 {
    padding-bottom: 1rem;
    font-size: calc(29px * 0.7);
}.instructional_approach_817 span {
    font-size: calc(13px * 0.85);
    line-height: 1.6;
    padding: 1.2rem;
}.instructional_approach_817 .knowledge_space_204::before,
    .instructional_approach_817 .knowledge_space_204::after {
    height: 20px;
}}.attempt_now_605 {
    background: rgb(231,219,227);
    position: relative;
    padding: 140px 0;
    overflow: hidden;
}.attempt_now_605::before {
    content: '';
    width: 50%;
    background: rgb(207,184,199,0.5);
    top: -50%;
    position: absolute;
    z-index: 1;
    right: 0;
    opacity: 0.1;
    transform: skewX(-20deg);
    height: 200%;
}.attempt_now_605::after {
    right: 15%;
    z-index: 1;
    content: '';
    background: rgb(179,148,169,0.5);
    opacity: 0.1;
    top: -50%;
    transform: skewX(-20deg);
    width: 30%;
    height: 200%;
    position: absolute;
}.attempt_now_605 .knowledge_space_204 {
    align-items: flex-start;
    z-index: 10;
    display: flex;
    flex-direction: row;
    position: relative;
}.attempt_now_605 .container p {
    flex: 0 0 60%;
    margin: 0;
    font-size: 31px;
    line-height: 1.4;
    color: #000000;
    font-weight: 700;
    position: relative;
    padding-right: 60px;
    z-index: 5;
}.attempt_now_605 .help_card_372 {
    font-size: 19px;
    display: flex;
    justify-content: center;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.1);
    border-radius: 60px 0 60px 60px;
    text-decoration: none;
    height: 120px;
    overflow: hidden;
    position: relative;
    color: #000000;
    background: #ffffff;
    transition: all 0.4s ease;
    z-index: 5;
    font-weight: 600;
    align-items: center;
    flex: 0 0 35%;
}.attempt_now_605 .help_card_372::before {
    width: 20px;
    background: rgb(207,184,199);
    transition: all 0.4s ease;
    top: 0;
    z-index: -1;
    right: 0;
    position: absolute;
    content: '';
    height: 20px;
}.attempt_now_605 .help_card_372:hover {
    color: #ffffff;
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.attempt_now_605 .help_card_372:hover::before {
    width: 100%;
    height: 100%;
    border-radius: 60px 0 60px 60px;
}.attempt_now_605 .container p::after {
    width: 60px;
    position: absolute;
    content: '';
    background: rgb(207,184,199);
    left: 0;
    border-radius: 3px;
    bottom: -20px;
    height: 6px;
}.attempt_now_605 .knowledge_space_204::before {
    width: 200px;
    border-radius: 50%;
    position: absolute;
    filter: blur(40px);
    background: rgb(207,184,199,0.5);
    z-index: -1;
    content: '';
    height: 200px;
    top: -100px;
    opacity: 0.1;
    left: -100px;
}.attempt_now_605 .knowledge_space_204::after {
    background: rgb(207,184,199);
    bottom: -30px;
    content: '';
    right: 40px;
    position: absolute;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}

@media (max-width: 991px) {.attempt_now_605 {
    padding: 120px 0;
}.attempt_now_605 .container p {
    font-size: calc(18px * 1.2);
    padding-right: 40px;
}.attempt_now_605 .help_card_372 {
    height: 100px;
}.attempt_now_605 .container p::after {
    height: 5px;
    width: 50px;
}
}

@media (max-width: 767px) {.attempt_now_605 {
    padding: 90px 0;
}.attempt_now_605 .knowledge_space_204 {
    flex-direction: column;
}.attempt_now_605 .container p {
    width: 100%;
    font-size: 18px;
    margin-bottom: 50px;
    flex: none;
    padding-right: 0;
}.attempt_now_605 .help_card_372 {
    width: 100%;
    height: 80px;
    flex: none;
}.attempt_now_605 .knowledge_space_204::after {
    left: 40px;
    right: auto;
}
}

@media (max-width: 480px) {.attempt_now_605 {
    padding: 70px 0;
}.attempt_now_605 .container p {
    margin-bottom: 40px;
    font-size: calc(12px * 1.2);
}.attempt_now_605 .help_card_372 {
    border-radius: 35px 0 35px 35px;
    height: 70px;
    font-size: calc(19px * 0.9);
}.attempt_now_605 .help_card_372:hover::before {
    border-radius: 35px 0 35px 35px;
}.attempt_now_605 .container p::after {
    height: 4px;
    width: 40px;
    bottom: -15px;
}.attempt_now_605 .knowledge_space_204::after {
    left: 30px;
    width: 8px;
    height: 8px;
    bottom: -25px;
}
}