* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.top_learn_73580 {
    flex: 1 0 auto;
}.green_edu_07683 {
    flex: 0 0 auto;
}.wrapper-capsule_48537 {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
}html,body {
    font-family: Arial, sans-serif;
    scroll-behavior: auto;
    height: 100%;
    min-height: 100%;
    color: #000000;
}svg {
    width: 30px;
    height: 30px;
}.container {
    width: 1257px;
    margin: auto;
    max-width: 100%;
}a {
    text-decoration: none;
    color: inherit;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    width: 100%;
    left: 0;
    z-index: 1000;
    position: fixed;
    background: rgb(226,224,204);
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    top: 0;
}header:before {
    position: absolute;
    width: 100%;
    content: '';
    left: 0;
    top: 0;
    background: linear-gradient(90deg, 
        rgb(192,181,179) 0%, 
        rgb(154,141,143) 50%, 
        rgb(192,181,179) 100%
    );
    height: 5px;
}header:after {
    left: 0;
    background-color: rgba(0, 0, 0, 0.01);
    background: 
        linear-gradient(135deg, rgb(226,224,204) 25%, transparent 25%) -10px 0,
        linear-gradient(225deg, rgb(226,224,204) 25%, transparent 25%) -10px 0,
        linear-gradient(315deg, rgb(226,224,204) 25%, transparent 25%),
        linear-gradient(45deg, rgb(226,224,204) 25%, transparent 25%);
    opacity: 0.4;
    position: absolute;
    background-size: 20px 20px;
    height: 100%;
    pointer-events: none;
    width: 100%;
    content: '';
    bottom: 0;
}header .main_tutor_59732 {
    overflow: hidden;
    position: relative;
}header .main_tutor_59732:before {
    position: absolute;
    left: 0;
    height: 1px;
    bottom: 0;
    width: 100%;
    content: '';
    background: linear-gradient(to right, 
        transparent, 
        rgb(192,181,179,0.5),
        transparent
    );
}header .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 15px 25px;
}header .container:before {
    content: '';
    top: 50%;
    height: 8px;
    transform: translateY(-50%) rotate(45deg);
    opacity: 0.7;
    position: absolute;
    width: 8px;
    left: 10px;
    background: rgb(192,181,179);
}header .container:after {
    opacity: 0.7;
    content: '';
    height: 8px;
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
    right: 10px;
    background: rgb(154,141,143);
    width: 8px;
    position: absolute;
}header .nav_lead_25193 {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
}header .nav_lead_25193:before {
    background: linear-gradient(90deg,
        transparent 0%,
        #000000 20%,
        #000000 80%,
        transparent 100%
    );
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    bottom: -10px;
    opacity: 0.2;
    left: 0;
}header .main_mentor_04173 {
    position: relative;
    align-items: center;
    gap: 30px;
    display: flex;
}header .main_mentor_04173:before {
    background: rgb(192,181,179);
    left: 0;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: absolute;
    bottom: -8px;
    opacity: 0;
    width: 100%;
    content: '';
    height: 2px;
    transform-origin: center;
    transform: scaleX(0.9);
}header .main_mentor_04173:hover:before {
    opacity: 0.3;
    transform: scaleX(1);
}header .first_section_25978 {
    text-decoration: none;
    padding: 8px 2px;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    font-family: Arial, sans-serif;
    font-size: 17px;
    color: #000000;
    transition: all 0.3s ease;
    overflow: hidden;
    letter-spacing: 0.5px;
}header .first_section_25978:before {
    width: 100%;
    position: absolute;
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    content: '';
    left: 0;
    height: 2px;
    bottom: 0;
    transform: translateX(-101%);
    background: rgb(192,181,179);
}header .first_section_25978:after {
    transition: all 0.3s ease;
    transform: translate(-50%, -50%) rotate(45deg);
    content: '';
    height: 8px;
    top: 100%;
    width: 8px;
    background: rgb(192,181,179);
    position: absolute;
    left: 50%;
    opacity: 0;
}header .first_section_25978:hover {
    color: rgb(192,181,179);
}header .first_section_25978:hover:before {
    transform: translateX(0);
}header .first_section_25978:hover:after {
    top: calc(100% - 3px);
    opacity: 1;
}header .header_mainbar_27583 {
    padding: 5px 12px;
    position: relative;
    align-items: center;
    text-decoration: none;
    display: flex;
    transition: all 0.3s ease;
}header .header_mainbar_27583:before {
    top: 0;
    content: '';
    border: 2px solid transparent;
    left: 0;
    height: 100%;
    background: linear-gradient(rgb(226,224,204), rgb(226,224,204)) padding-box,
                linear-gradient(135deg, rgb(192,181,179), rgb(154,141,143)) border-box;
    width: 100%;
    border-radius: 10px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 0;
    position: absolute;
}header .header_mainbar_27583:after {
    opacity: 0;
    position: absolute;
    content: '';
    transform: scale(0);
    top: -5px;
    transition: all 0.4s ease;
    left: -5px;
    background: linear-gradient(135deg, rgb(192,181,179), rgb(154,141,143));
    height: 10px;
    width: 10px;
    border-radius: 50%;
}header .header_mainbar_27583:hover:before {
    opacity: 1;
}header .header_mainbar_27583:hover:after {
    opacity: 1;
    transform: scale(1);
}header .header_mainbar_27583 svg {
    width: auto;
    height: 42px;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}header .header_mainbar_27583:hover svg {
    transform: scale(1.05);
}

@keyframes drawBorder {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
    }
    50% {
        opacity: 1;
    }
}

@media (max-width: 991px) {header .container {
    padding: 15px 20px;
}header .main_mentor_04173 {
    gap: 20px;
}header .header_mainbar_27583 svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .main_mentor_04173 {
    max-width: 320px;
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.1);
    top: 0;
    gap: 5px;
    padding: 75px 30px 30px;
    height: 100vh;
    z-index: 1001;
    width: 80%;
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    flex-direction: column;
    background: rgb(226,224,204);
    right: -100%;
    position: fixed;
}header .main_mentor_04173:before {
    height: 1px;
    width: 80%;
    left: 10%;
    bottom: auto;
    top: 60px;
}header .menu.active {
    right: 0;
}header .first_section_25978 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    width: 100%;
    padding: 14px 5px;
}header .first_section_25978:last-child {
    border-bottom: none;
}header .first_section_25978:after {
    left: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}header .first_section_25978:hover:after {
    left: 5px;
    top: 50%;
    opacity: 1;
}header .header_mainbar_27583 {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .container:before,
    header .container:after {
    display: none;
}header .header_mainbar_27583 svg {
    height: 35px;
}}.homepage_34087 {
    background-color: rgb(192,181,179);
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100vh;
}.homepage_34087::before {
    z-index: 2;
    background: linear-gradient(0deg, #000000 0%, transparent 50%);
    top: 0;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    left: 0;
}.homepage_34087 .learn_training_90178 {
    height: 100%;
    align-items: flex-end;
    display: flex;
    z-index: 3;
    justify-content: center;
    position: relative;
    width: 100%;
}.homepage_34087 .start_first_29031 {
    z-index: 1;
    height: 100%;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    width: 100%;
}.homepage_34087 .start_first_29031::after {
    height: 100%;
    top: 0;
    z-index: 1;
    pointer-events: none;
    width: 100%;
    content: "";
    left: 0;
    background: 
        linear-gradient(90deg, #000000 0%, transparent 20%),
        linear-gradient(270deg, #000000 0%, transparent 20%);
    position: absolute;
}.homepage_34087 .learn_techfast_95867 {
    height: 100%;
    perspective: 1000px;
    animation: cube-carousel 20s ease-in-out infinite;
    transform-style: preserve-3d;
    display: flex;
}.homepage_34087 .learn_begin_71839 {
    position: relative;
    transform: rotateY(0deg);
    height: 100%;
    transform-origin: center center;
    backface-visibility: hidden;
    transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
    flex: 0 0 100%;
}.homepage_34087 .learn_begin_71839:nth-child(2) {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    transform: rotateY(90deg);
    left: 0;
}.homepage_34087 .learn_begin_71839:nth-child(3) {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: rotateY(180deg);
}.homepage_34087 .learn_begin_71839:nth-child(4) {
    transform: rotateY(270deg);
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    width: 100%;
}.homepage_34087 .learn_begin_71839::before {
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, transparent 70%, #000000 100%);
    inset: 0;
    z-index: 1;
    opacity: 0.8;
}.homepage_34087 .learn_begin_71839 img {
    object-fit: cover;
    height: 100%;
    filter: saturate(0.8) brightness(0.9);
    width: 100%;
}.homepage_34087 .text_capsule_07146 {
    max-width: 1000px;
    position: relative;
    z-index: 4;
    padding: 2rem 3rem;
    margin-bottom: 5rem;
    text-align: center;
    width: 100%;
}.homepage_34087 .text_capsule_07146::before {
    border-top: 1px solid rgb(192,181,179);
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
    backdrop-filter: blur(10px);
    position: absolute;
    inset: 0;
}.homepage_34087 .text_capsule_07146 h1 {
    margin-bottom: 1rem;
    position: relative;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 48px;
    display: inline-block;
    color: #ffffff;
}.homepage_34087 .text_capsule_07146 h1::after {
    bottom: -10px;
    left: 50%;
    width: 60%;
    background-color: rgb(192,181,179);
    content: "";
    height: 1px;
    transform: translateX(-50%);
    position: absolute;
}.homepage_34087 .text_capsule_07146 p {
    line-height: 1.6;
    max-width: 800px;
    margin: 1.5rem auto;
    color: #ffffff;
    font-size: 17px;
    opacity: 0.9;
}.homepage_34087 .text_capsule_07146 .inquiry_box_81204 {
    text-decoration: none;
    transition: all 0.4s ease;
    margin-top: 1rem;
    z-index: 1;
    background-color: rgb(192,181,179);
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    overflow: hidden;
    border: 1px solid rgb(192,181,179);
    position: relative;
    display: inline-block;
    padding: 1rem 2.5rem;
}.homepage_34087 .text_capsule_07146 .inquiry_box_81204::before {
    transform-origin: 0 50%;
    bottom: 0;
    background-color: rgb(154,141,143);
    left: 0;
    top: 0;
    right: 0;
    transition: transform 0.5s ease-out;
    content: "";
    position: absolute;
    transform: scaleX(0);
    z-index: -1;
}.homepage_34087 .text_capsule_07146 .inquiry_box_81204:hover {
    border-color: rgb(154,141,143);
}.homepage_34087 .text_capsule_07146 .inquiry_box_81204:hover::before {
    transform: scaleX(1);
}@keyframes cube-carousel {
    0%, 20% {
        transform: rotateY(0deg);
    }
    25%, 45% {
        transform: rotateY(-90deg);
    }
    50%, 70% {
        transform: rotateY(-180deg);
    }
    75%, 95% {
        transform: rotateY(-270deg);
    }
    100% {
        transform: rotateY(-360deg);
    }
}

@keyframes fade-in-up {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.homepage_34087 .text_capsule_07146 h1 {
    opacity: 0;
    animation: fade-in-up 0.8s ease-out forwards;
    animation-delay: 0.2s;
}.homepage_34087 .text_capsule_07146 p {
    animation-delay: 0.5s;
    opacity: 0;
    animation: fade-in-up 0.8s ease-out forwards;
}.homepage_34087 .text_capsule_07146 .inquiry_box_81204 {
    animation: fade-in-up 0.8s ease-out forwards;
    animation-delay: 0.8s;
    opacity: 0;
}

@media (max-width: 992px) {.homepage_34087 .text_capsule_07146 {
    margin-bottom: 4rem;
    padding: 2rem;
}.homepage_34087 .text_capsule_07146 h1 {
    font-size: calc(48px * 0.85);
}.homepage_34087 .text_capsule_07146 p {
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 768px) {.homepage_34087 .text_capsule_07146 {
    padding: 1.5rem;
    margin-bottom: 3rem;
}.homepage_34087 .text_capsule_07146 h1 {
    font-size: calc(48px * 0.7);
}.homepage_34087 .text_capsule_07146 h1::after {
    bottom: -8px;
}.homepage_34087 .text_capsule_07146 p {
    margin: 1.2rem auto;
    font-size: calc(17px * 0.9);
    line-height: 1.5;
}.homepage_34087 .text_capsule_07146 .inquiry_box_81204 {
    padding: 0.8rem 2rem;
}
    
    @keyframes cube-carousel {
        0%, 20% {
            transform: rotateY(0deg);
        }
        25%, 45% {
            transform: rotateY(-90deg);
        }
        50%, 70% {
            transform: rotateY(-180deg);
        }
        75%, 95% {
            transform: rotateY(-270deg);
        }
        100% {
            transform: rotateY(-360deg);
        }
    }
}

@media (max-width: 576px) {.homepage_34087 {
    height: 90vh;
}.homepage_34087 .text_capsule_07146 {
    padding: 1.2rem;
    margin-bottom: 2rem;
}.homepage_34087 .text_capsule_07146 h1 {
    font-size: calc(48px * 0.6);
}.homepage_34087 .text_capsule_07146 h1::after {
    bottom: -6px;
}.homepage_34087 .text_capsule_07146 p {
    line-height: 1.4;
    font-size: calc(17px * 0.85);
    margin: 1rem auto;
}.homepage_34087 .text_capsule_07146 .inquiry_box_81204 {
    padding: 0.7rem 1.5rem;
    font-size: calc(20px * 0.9);
    margin-top: 0.5rem;
}}.price_item_element_25307 {
    background: #ffffff;
    padding: 7rem 0;
    overflow: hidden;
    position: relative;
}.price_item_element_25307::before {
    opacity: 0.6;
    content: '';
    z-index: 1;
    right: -100px;
    animation: float 15s ease-in-out infinite alternate;
    position: absolute;
    height: 400px;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    background: linear-gradient(135deg, rgb(192,181,179,0.5), transparent);
    top: -150px;
    filter: blur(30px);
    width: 400px;
}.price_item_element_25307::after {
    position: absolute;
    z-index: 1;
    opacity: 0.5;
    content: '';
    animation: float 18s ease-in-out infinite alternate-reverse;
    left: -50px;
    bottom: -100px;
    background: linear-gradient(135deg, rgb(154,141,143,0.5), transparent);
    filter: blur(25px);
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    height: 300px;
    width: 300px;
}.price_item_element_25307 .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    z-index: 2;
}.price_item_element_25307 .learn_price_69830 {
    flex-direction: column;
    display: flex;
}.price_item_element_25307 .pricing_schemes_50928 {
    margin-bottom: 3rem;
    animation: fadeUp 0.8s ease-out 0.2s forwards;
    opacity: 0;
    transform: translateY(20px);
    text-align: center;
}.price_item_element_25307 .pricing_schemes_50928 h2 {
    position: relative;
    display: inline-block;
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #000000;
}.price_item_element_25307 .pricing_schemes_50928 h2::after {
    content: '';
    background: rgb(192,181,179);
    bottom: -10px;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    left: 50%;
    position: absolute;
}.price_item_element_25307 .pricing_tiers_07321 {
    color: #000000;
    margin: 1.5rem auto 0;
    max-width: 700px;
    font-size: 14px;
    line-height: 1.6;
}.price_item_element_25307 .fee_package_31748 {
    display: grid;
    margin-top: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
}.price_item_element_25307 .plan_pricing_21985 {
    text-decoration: none;
    display: block;
    position: relative;
    opacity: 0;
    transform: translateY(30px);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation: fadeUp 0.8s ease-out 0.4s forwards;
}.price_item_element_25307 .plan_pricing_21985:nth-child(2) {
    animation-delay: 0.5s;
}.price_item_element_25307 .plan_pricing_21985:nth-child(3) {
    animation-delay: 0.6s;
}.price_item_element_25307 .plan_pricing_21985:nth-child(4) {
    animation-delay: 0.7s;
}.price_item_element_25307 .plan_pricing_21985:hover {
    transform: translateY(-10px);
}.price_item_element_25307 .deal_opts_02745 {
    overflow: hidden;
    flex-direction: column;
    background: linear-gradient(140deg, #ffffff, #f8f9fa);
    position: relative;
    display: flex;
    transition: all 0.4s ease;
    border-radius: 4px;
    height: 100%;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06), 
                0 5px 15px rgba(0, 0, 0, 0.04);
}.price_item_element_25307 .plan_pricing_21985:hover .deal_opts_02745 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 10px 20px rgba(0, 0, 0, 0.08);
}.price_item_element_25307 .annual_fee_72056 {
    z-index: 2;
    padding: 2.5rem 2rem;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}.price_item_element_25307 .annual_fee_72056 h3 {
    position: relative;
    transition: color 0.3s ease;
    color: #000000;
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: calc(18px + 2px);
}.price_item_element_25307 .plan_pricing_21985:hover .annual_fee_72056 h3 {
    color: rgb(192,181,179);
}.price_item_element_25307 .study_costs_93648 {
    position: relative;
    color: rgb(192,181,179);
    padding-bottom: 10px;
    font-size: calc(18px + 4px);
    margin-bottom: 1.5rem;
    display: inline-block;
    font-weight: 700;
}.price_item_element_25307 .study_costs_93648::after {
    height: 2px;
    background: rgb(192,181,179,0.5);
    bottom: 0;
    position: absolute;
    width: 40px;
    left: 0;
    transition: width 0.3s ease;
    content: '';
}.price_item_element_25307 .plan_pricing_21985:hover .study_costs_93648::after {
    width: 80px;
}.price_item_element_25307 .annual_fee_72056 p {
    white-space: normal;
    word-wrap: break-word;
    margin-bottom: 2rem;
    font-size: 14px;
    flex-grow: 1;
    color: #000000;
    line-height: 1.6;
    hyphens: auto;
    overflow-wrap: break-word;
}.price_item_element_25307 .thumb_76123 {
    width: 100%;
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease;
    height: 200px;
}.price_item_element_25307 .thumb_76123::after {
    top: 0;
    bottom: 0;
    content: '';
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    left: 0;
    transition: opacity 0.4s ease;
    opacity: 0;
    position: absolute;
    right: 0;
}.price_item_element_25307 .plan_pricing_21985:hover .thumb_76123::after {
    opacity: 1;
}

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

@keyframes float {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(5deg);
    }
    100% {
        transform: translateY(0) rotate(0deg);
    }
}

@media (min-width: 992px) {.price_item_element_25307 .learn_price_69830 {
    flex-direction: row-reverse;
}.price_item_element_25307 .pricing_schemes_50928 {
    display: flex;
    width: 35%;
    padding-right: 3rem;
    flex-direction: column;
    text-align: left;
    justify-content: center;
}.price_item_element_25307 .pricing_schemes_50928 h2 {
    text-align: left;
}.price_item_element_25307 .pricing_schemes_50928 h2::after {
    transform: none;
    left: 0;
}.price_item_element_25307 .pricing_tiers_07321 {
    margin: 1.5rem 0 0;
}.price_item_element_25307 .fee_package_31748 {
    width: 65%;
    gap: 2rem;
    margin-top: 0;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 991px) {.price_item_element_25307 {
    padding: 5rem 0;
}.price_item_element_25307 .pricing_schemes_50928 {
    margin-bottom: 2rem;
}.price_item_element_25307 .fee_package_31748 {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
}
}

@media (max-width: 767px) {.price_item_element_25307 {
    padding: 4rem 0;
}.price_item_element_25307 .annual_fee_72056 {
    padding: 2rem 1.5rem;
}.price_item_element_25307 .thumb_76123 {
    height: 180px;
}
}

@media (max-width: 575px) {.price_item_element_25307 {
    padding: 3rem 0;
}.price_item_element_25307 .pricing_schemes_50928 h2 {
    font-size: calc(29px - 4px);
}.price_item_element_25307 .fee_package_31748 {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.price_item_element_25307 .annual_fee_72056 {
    padding: 1.5rem 1.25rem;
}.price_item_element_25307 .thumb_76123 {
    height: 160px;
}
}

@media (hover: none) {.price_item_element_25307 .plan_pricing_21985:hover {
    transform: none;
}.price_item_element_25307 .plan_pricing_21985:hover .deal_opts_02745 {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06), 
                    0 5px 15px rgba(0, 0, 0, 0.04);
}.price_item_element_25307 .plan_pricing_21985:hover .thumb_76123::after {
    opacity: 0;
}.price_item_element_25307 .plan_pricing_21985:hover .study_costs_93648::after {
    width: 40px;
}}.user_feedback_34182 {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(120deg, rgb(226,224,204), #ffffff);
    overflow: hidden;
}.user_feedback_34182::before {
    position: absolute;
    opacity: 0.6;
    z-index: 0;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    content: "";
    background: 
        radial-gradient(ellipse at top left, rgb(192,181,179,0.5) 0%, transparent 50%),
        radial-gradient(ellipse at bottom right, rgb(154,141,143,0.5) 0%, transparent 50%);
}.user_feedback_34182::after {
    opacity: 0.03;
    z-index: 0;
    width: 100%;
    background-position: 0 0, 0 50px, 50px -50px, -50px 0px;
    left: 0;
    height: 100%;
    top: 0;
    background-size: 100px 100px;
    position: absolute;
    content: "";
    background: 
        linear-gradient(45deg, rgb(192,181,179,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(192,181,179,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(192,181,179,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(192,181,179,0.5) 75%);
}.user_feedback_34182 .learn_training_90178 {
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
}.user_feedback_34182 h4 {
    font-weight: 700;
    font-size: 38px;
    letter-spacing: 1px;
    margin-bottom: 80px;
    text-align: center;
    color: #000000;
    position: relative;
}.user_feedback_34182 h4::before {
    background: rgb(192,181,179);
    position: absolute;
    height: 2px;
    content: "";
    width: 100px;
    transform: translateX(-50%);
    left: 50%;
    bottom: -15px;
}.user_feedback_34182 h4::after {
    border-radius: 50%;
    position: absolute;
    content: "";
    height: 12px;
    transform: translateX(-50%);
    left: 50%;
    width: 12px;
    bottom: -20px;
    background: rgb(192,181,179);
}.user_feedback_34182 .user_praise_05698 {
    position: relative;
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
    align-items: stretch;
}.user_feedback_34182 .feedback_stories_39026 {
    overflow: hidden;
    cursor: pointer;
    border-radius: 15px;
    height: 120px;
    margin: 0 20px 40px;
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    background: rgba(255, 255, 255, 0.8);
    width: calc(33.33% - 40px);
    z-index: 1;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    backdrop-filter: blur(10px);
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.05),
        0 1px 3px rgba(0, 0, 0, 0.03),
        inset 0 1px 0 rgba(255, 255, 255, 0.4);
}.user_feedback_34182 .feedback_stories_39026:hover {
    height: 280px;
    z-index: 2;
    box-shadow: 
        0 15px 40px rgba(0, 0, 0, 0.1),
        0 2px 6px rgba(0, 0, 0, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.4);
}.user_feedback_34182 .feedback_stories_39026::before {
    content: "";
    top: 0;
    height: 100%;
    background: 
        linear-gradient(135deg, 
            rgba(255, 255, 255, 0.4) 0%, 
            rgba(255, 255, 255, 0) 100%);
    border-radius: inherit;
    width: 100%;
    left: 0;
    z-index: -1;
    position: absolute;
}.user_feedback_34182 .feedback_stories_39026::after {
    opacity: 0.3;
    width: 30px;
    right: 15px;
    content: "";
    border: 2px solid rgb(192,181,179,0.5);
    z-index: 0;
    transition: all 0.4s ease;
    top: 15px;
    border-radius: 50%;
    height: 30px;
    position: absolute;
}.user_feedback_34182 .feedback_stories_39026:hover::after {
    transform: scale(0.8);
    opacity: 0.6;
}.user_feedback_34182 .thumb_76123 {
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    margin: 25px 20px;
    width: 70px;
    float: left;
    position: relative;
    height: 70px;
    z-index: 1;
    transition: all 0.4s ease;
    box-shadow: 
        0 5px 15px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}.user_feedback_34182 .feedback_stories_39026:hover .thumb_76123 {
    box-shadow: 
        0 8px 20px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    transform: scale(1.1);
    margin-bottom: 10px;
    border-color: rgb(192,181,179,0.5);
}.user_feedback_34182 .feedback_stories_39026 span {
    display: block;
    padding-right: 60px;
    white-space: nowrap;
    overflow: hidden;
    color: #000000;
    text-overflow: ellipsis;
    font-size: calc(14px * 1.1);
    margin-top: 40px;
    transition: all 0.4s ease;
    font-weight: 600;
}.user_feedback_34182 .feedback_stories_39026:hover span {
    margin-left: 20px;
    color: rgb(192,181,179);
    margin-top: 15px;
    white-space: normal;
}.user_feedback_34182 .feedback_stories_39026 p {
    line-height: 1.6;
    opacity: 0;
    display: -webkit-box;
    color: #000000;
    -webkit-line-clamp: 5;
    font-size: 14px;
    overflow: hidden;
    max-height: 0;
    transition: all 0.5s ease;
    margin: 0 20px;
    -webkit-box-orient: vertical;
}.user_feedback_34182 .feedback_stories_39026:hover p {
    opacity: 1;
    max-height: 150px;
    margin-top: 15px;
}.user_feedback_34182 .feedback_stories_39026:nth-child(3n+1) {
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(255, 255, 255, 0.7) 100%
    );
}.user_feedback_34182 .feedback_stories_39026:nth-child(3n+2) {
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.8) 0%,
        rgba(rgb(192,181,179,0.5), 0.05) 100%
    );
}.user_feedback_34182 .feedback_stories_39026:nth-child(3n+3) {
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(rgb(154,141,143,0.5), 0.05) 100%
    );
}

@media (max-width: 1200px) {.user_feedback_34182 .feedback_stories_39026 {
    width: calc(50% - 30px);
    margin: 0 15px 30px;
}
}

@media (max-width: 992px) {.user_feedback_34182 .feedback_stories_39026 {
    height: 100px;
}.user_feedback_34182 .feedback_stories_39026:hover {
    height: 250px;
}.user_feedback_34182 .thumb_76123 {
    width: 60px;
    margin: 20px 15px;
    height: 60px;
}.user_feedback_34182 .feedback_stories_39026 span {
    margin-top: 32px;
    font-size: 14px;
}
}

@media (max-width: 768px) {.user_feedback_34182 {
    padding: 70px 0;
}.user_feedback_34182 h4 {
    margin-bottom: 60px;
}.user_feedback_34182 .feedback_stories_39026 {
    width: 100%;
    height: auto;
    min-height: 100px;
    max-width: 400px;
    margin: 0 auto 25px;
}.user_feedback_34182 .feedback_stories_39026:hover {
    height: auto;
    min-height: 250px;
}.user_feedback_34182 .feedback_stories_39026:last-child {
    margin-bottom: 0;
}.user_feedback_34182 .feedback_stories_39026::after {
    top: 10px;
    right: 10px;
}.user_feedback_34182 .thumb_76123 {
    margin: 15px;
}.user_feedback_34182 .feedback_stories_39026 span {
    margin-top: 28px;
}.user_feedback_34182 .feedback_stories_39026:hover span {
    margin-top: 10px;
}.user_feedback_34182 .feedback_stories_39026:hover p {
    margin-top: 10px;
}}.future_attendees_91630 {
    background: linear-gradient(45deg, rgb(226,224,204) 0%, #ffffff 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}.future_attendees_91630::before {
    background: rgb(192,181,179,0.5);
    top: 0;
    opacity: 0.1;
    content: "";
    position: absolute;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    z-index: 1;
    right: 0;
    height: 100%;
    width: 50%;
}.future_attendees_91630::after {
    position: absolute;
    bottom: 0;
    clip-path: polygon(0 100%, 0 0, 100% 100%);
    z-index: 1;
    left: 0;
    opacity: 0.1;
    height: 100%;
    content: "";
    width: 50%;
    background: rgb(154,141,143,0.5);
}.future_attendees_91630 .container {
    margin: 0 auto;
    z-index: 2;
    max-width: 1140px;
    position: relative;
    padding: 0 15px;
}.future_attendees_91630 .learn_training_90178 {
    position: relative;
}.future_attendees_91630 h4 {
    margin-bottom: 60px;
    border-left: 4px solid rgb(192,181,179);
    font-weight: 700;
    color: #000000;
    padding-left: 20px;
    font-size: 32px;
    text-align: left;
    position: relative;
}.future_attendees_91630 h4::after {
    left: 0;
    position: absolute;
    height: 1px;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(154,141,143), transparent);
    width: 60%;
    content: "";
}.future_attendees_91630 div > div {
    display: flex;
    max-width: 800px;
    position: relative;
    flex-direction: column;
    margin-left: 60px;
}.future_attendees_91630 div > div::before {
    height: 100%;
    left: 15px;
    z-index: 1;
    top: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgb(192,181,179,0.5), rgb(154,141,143,0.5));
    width: 2px;
    content: "";
}.future_attendees_91630 p {
    padding: 20px 25px;
    display: flex;
    color: #000000;
    border-radius: 10px;
    font-size: 18px;
    align-items: center;
    position: relative;
    transition: all 0.3s ease;
    background: #ffffff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    margin-left: 30px;
    margin-bottom: 30px;
    z-index: 2;
}.future_attendees_91630 p:last-child {
    margin-bottom: 0;
}.future_attendees_91630 p::before {
    background: linear-gradient(90deg, rgb(192,181,179,0.5), rgb(154,141,143));
    left: -30px;
    position: absolute;
    transform: translateY(-50%);
    content: "";
    width: 30px;
    height: 2px;
    top: 50%;
}.future_attendees_91630 p::after {
    top: 50%;
    z-index: 3;
    background: #ffffff;
    border: 3px solid rgb(192,181,179);
    transition: all 0.3s ease;
    transform: translateY(-50%);
    position: absolute;
    border-radius: 50%;
    content: "";
    left: -42px;
    height: 16px;
    width: 16px;
}.future_attendees_91630 p:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform: translateX(10px);
}.future_attendees_91630 p:hover::after {
    background: rgb(192,181,179);
    transform: translateY(-50%) scale(1.2);
}.future_attendees_91630 p:nth-child(odd)::after {
    border-color: rgb(192,181,179);
}.future_attendees_91630 p:nth-child(even)::after {
    border-color: rgb(154,141,143);
}.future_attendees_91630 p:nth-child(even):hover::after {
    background: rgb(154,141,143);
}.future_attendees_91630 p svg {
    flex-shrink: 0;
    width: 24px;
    margin-right: 15px;
    transition: all 0.3s ease;
    height: 24px;
}.future_attendees_91630 p svg path {
    fill: rgb(192,181,179);
    transition: fill 0.3s ease;
}.future_attendees_91630 p:nth-child(even) svg path {
    fill: rgb(154,141,143);
}.future_attendees_91630 p:hover svg {
    transform: scale(1.1) rotate(10deg);
}.future_attendees_91630 p:nth-child(1) {
    transform: translateX(0);
}.future_attendees_91630 p:nth-child(2) {
    transform: translateX(30px);
}.future_attendees_91630 p:nth-child(3) {
    transform: translateX(60px);
}.future_attendees_91630 p:nth-child(4) {
    transform: translateX(90px);
}.future_attendees_91630 p:nth-child(5) {
    transform: translateX(120px);
}.future_attendees_91630 p:nth-child(6) {
    transform: translateX(150px);
}.future_attendees_91630 p:nth-child(1):hover {
    transform: translateX(10px);
}.future_attendees_91630 p:nth-child(2):hover {
    transform: translateX(40px);
}.future_attendees_91630 p:nth-child(3):hover {
    transform: translateX(70px);
}.future_attendees_91630 p:nth-child(4):hover {
    transform: translateX(100px);
}.future_attendees_91630 p:nth-child(5):hover {
    transform: translateX(130px);
}.future_attendees_91630 p:nth-child(6):hover {
    transform: translateX(160px);
}@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.future_attendees_91630 .learn_training_90178 > div p {
    opacity: 0;
    animation: slideIn 0.5s ease forwards;
}.future_attendees_91630 .learn_training_90178 > div p:nth-child(1) {
    animation-delay: 0.1s;
}.future_attendees_91630 .learn_training_90178 > div p:nth-child(2) {
    opacity: 1;
    transform: translateX(30px);
    animation-name: none;
    animation-delay: 0.2s;
}.future_attendees_91630 .learn_training_90178 > div p:nth-child(3) {
    animation-delay: 0.3s;
    opacity: 1;
    animation-name: none;
    transform: translateX(60px);
}.future_attendees_91630 .learn_training_90178 > div p:nth-child(4) {
    transform: translateX(90px);
    animation-delay: 0.4s;
    animation-name: none;
    opacity: 1;
}.future_attendees_91630 .learn_training_90178 > div p:nth-child(5) {
    transform: translateX(120px);
    opacity: 1;
    animation-delay: 0.5s;
    animation-name: none;
}.future_attendees_91630 .learn_training_90178 > div p:nth-child(6) {
    animation-name: none;
    animation-delay: 0.6s;
    opacity: 1;
    transform: translateX(150px);
}.future_attendees_91630 .learn_training_90178 > div p:nth-child(7) {
    transform: translateX(120px);
    animation-name: none;
    animation-delay: 0.6s;
    opacity: 1;
}.future_attendees_91630 .learn_training_90178 > div p:nth-child(8) {
    opacity: 1;
    animation-delay: 0.6s;
    animation-name: none;
    transform: translateX(90px);
}.future_attendees_91630 .learn_training_90178 > div p:nth-child(9) {
    transform: translateX(60px);
    animation-name: none;
    animation-delay: 0.6s;
    opacity: 1;
}.future_attendees_91630 .learn_training_90178 > div p:nth-child(10) {
    transform: translateX(30px);
    animation-delay: 0.6s;
    opacity: 1;
    animation-name: none;
}


@media (max-width: 991px) {.future_attendees_91630 {
    padding: 80px 0;
}.future_attendees_91630 h4 {
    font-size: calc(32px * 0.9);
    margin-bottom: 50px;
}.future_attendees_91630 div > div {
    margin-left: 40px;
}.future_attendees_91630 p {
    margin-bottom: 25px;
    padding: 18px 20px;
}.future_attendees_91630 p:nth-child(1) {
    transform: translateX(0);
}.future_attendees_91630 p:nth-child(2) {
    transform: translateX(20px);
}.future_attendees_91630 p:nth-child(3) {
    transform: translateX(40px);
}.future_attendees_91630 p:nth-child(4) {
    transform: translateX(60px);
}.future_attendees_91630 p:nth-child(5) {
    transform: translateX(80px);
}.future_attendees_91630 p:nth-child(6) {
    transform: translateX(100px);
}.future_attendees_91630 p:nth-child(7) {
    transform: translateX(120px);
}.future_attendees_91630 p:nth-child(8) {
    transform: translateX(140px);
}.future_attendees_91630 p:nth-child(9) {
    transform: translateX(160px);
}.future_attendees_91630 p:nth-child(10) {
    transform: translateX(180px);
}.future_attendees_91630 p:nth-child(1):hover {
    transform: translateX(5px);
}.future_attendees_91630 p:nth-child(2):hover {
    transform: translateX(25px);
}.future_attendees_91630 p:nth-child(3):hover {
    transform: translateX(45px);
}.future_attendees_91630 p:nth-child(4):hover {
    transform: translateX(65px);
}.future_attendees_91630 p:nth-child(5):hover {
    transform: translateX(85px);
}.future_attendees_91630 p:nth-child(6):hover {
    transform: translateX(105px);
}.future_attendees_91630 p:nth-child(7):hover {
    transform: translateX(125px);
}.future_attendees_91630 p:nth-child(8):hover {
    transform: translateX(145px);
}.future_attendees_91630 p:nth-child(9):hover {
    transform: translateX(165px);
}.future_attendees_91630 p:nth-child(10):hover {
    transform: translateX(185px);
}
}

@media (max-width: 768px) {.future_attendees_91630 {
    padding: 70px 0;
}.future_attendees_91630 h4 {
    font-size: calc(32px * 0.8);
    padding-left: 15px;
    margin-bottom: 40px;
}.future_attendees_91630 div > div {
    margin-left: 30px;
}.future_attendees_91630 div > div::before {
    left: 10px;
}.future_attendees_91630 p {
    padding: 15px;
    margin-bottom: 20px;
    margin-left: 20px;
}.future_attendees_91630 p::before {
    left: -20px;
    width: 20px;
}.future_attendees_91630 p::after {
    width: 14px;
    left: -32px;
    height: 14px;
}.future_attendees_91630 p:nth-child(1) {
    transform: translateX(0);
}.future_attendees_91630 p:nth-child(2) {
    transform: translateX(0);
}.future_attendees_91630 p:nth-child(3) {
    transform: translateX(0);
}.future_attendees_91630 p:nth-child(4) {
    transform: translateX(0);
}.future_attendees_91630 p:nth-child(5) {
    transform: translateX(0);
}.future_attendees_91630 p:nth-child(6) {
    transform: translateX(0);
}.future_attendees_91630 p:hover,
    .future_attendees_91630 p:nth-child(n):hover {
    transform: translateX(5px);
}
}

@media (max-width: 576px) {.future_attendees_91630 {
    padding: 60px 0;
}.future_attendees_91630 h4 {
    border-left-width: 3px;
    font-size: calc(32px * 0.7);
    margin-bottom: 30px;
}.future_attendees_91630 div > div {
    margin-left: 25px;
}.future_attendees_91630 p {
    font-size: calc(18px * 0.9);
    padding: 12px;
    margin-bottom: 15px;
}.future_attendees_91630 p svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}.future_attendees_91630 p::after {
    border-width: 2px;
    width: 12px;
    height: 12px;
}}.our_background_95302 {
    padding: 6rem 0;
    background: linear-gradient(145deg, rgb(226,224,204) 0%, rgba(245, 247, 250, 0.9) 100%);
    position: relative;
    overflow: hidden;
}.our_background_95302::before {
    background: linear-gradient(135deg, rgb(192,181,179,0.5) 0%, transparent 80%);
    position: absolute;
    right: -5%;
    width: 40%;
    content: "";
    opacity: 0.1;
    animation: float 20s infinite ease-in-out;
    z-index: 1;
    transform: rotate(-15deg) skew(15deg);
    height: 70%;
    top: -10%;
}.our_background_95302::after {
    bottom: -10%;
    z-index: 1;
    background: linear-gradient(225deg, rgb(154,141,143,0.5) 0%, transparent 80%);
    opacity: 0.1;
    position: absolute;
    height: 60%;
    width: 30%;
    content: "";
    transform: rotate(15deg) skew(-15deg);
    left: -5%;
    animation: float 25s infinite ease-in-out reverse;
}.our_background_95302 .container {
    max-width: 1200px;
    padding: 0 1.5rem;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}.our_background_95302 h1 {
    text-align: left;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 42px;
    font-weight: 700;
    position: relative;
    transform: translateX(-0.5rem);
    margin-bottom: 3rem;
}.our_background_95302 h1::before {
    width: 6rem;
    height: 0.25rem;
    left: 0;
    background: rgb(192,181,179);
    position: absolute;
    transform: scaleX(0.6);
    transform-origin: left;
    content: "";
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    bottom: -0.75rem;
}.our_background_95302 h1::after {
    left: 0;
    bottom: -0.75rem;
    height: 0.25rem;
    transform-origin: left;
    background: rgb(154,141,143);
    position: absolute;
    content: "";
    width: 3rem;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    transform: translateX(6.5rem) scaleX(0.3);
}.our_background_95302:hover h1::before {
    transform: scaleX(1);
}.our_background_95302:hover h1::after {
    transform: translateX(7rem) scaleX(0.5);
}.our_background_95302 .creds_block_95073 {
    position: relative;
}.our_background_95302 .creds_block_95073 ul {
    margin: 0;
    padding: 0;
    grid-template-columns: 1fr;
    list-style: none;
    display: grid;
    gap: 2.5rem;
}.our_background_95302 .training_space_62049 {
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
    padding: 2.5rem;
}.our_background_95302 .training_space_62049::before {
    content: "";
    width: 0.25rem;
    background: linear-gradient(to bottom, rgb(192,181,179), rgb(154,141,143));
    transform: scaleY(0.6);
    left: 0;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    height: 100%;
    position: absolute;
    transform-origin: center;
    top: 0;
    opacity: 0.8;
}.our_background_95302 .training_space_62049:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    transform: translateY(-0.5rem);
}.our_background_95302 .training_space_62049:hover::before {
    transform: scaleY(1);
}.our_background_95302 .training_space_62049 h4 {
    margin-bottom: 1.5rem;
    margin-top: 0;
    display: inline-block;
    position: relative;
    color: #000000;
    font-weight: 600;
    font-family: Arial, sans-serif;
    font-size: calc(18px * 1.1);
}.our_background_95302 .training_space_62049 h4::after {
    background: linear-gradient(to right, rgb(192,181,179), transparent);
    position: absolute;
    transform: scaleX(0.3);
    width: 100%;
    transform-origin: left;
    height: 0.125rem;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    bottom: -0.5rem;
    content: "";
}.our_background_95302 .training_space_62049:hover h4::after {
    transform: scaleX(1);
}.our_background_95302 .training_space_62049 div {
    padding-right: 0.5rem;
    max-height: 350px;
    overflow-y: auto;
    line-height: 1.7;
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #000000;
}.our_background_95302 .training_space_62049 div::-webkit-scrollbar {
    width: 0.25rem;
}.our_background_95302 .training_space_62049 div::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}.our_background_95302 .training_space_62049 div::-webkit-scrollbar-thumb {
    background: rgb(192,181,179,0.5);
    border-radius: 10px;
}

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

@media (min-width: 768px) {.our_background_95302 {
    padding: 8rem 0;
}.our_background_95302 h1 {
    font-size: calc(42px * 1.2);
    margin-bottom: 4rem;
}.our_background_95302 .creds_block_95073 ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
}.our_background_95302 .training_space_62049 {
    padding: 3rem;
}.our_background_95302 .training_space_62049 h4 {
    margin-bottom: 2rem;
    font-size: calc(18px * 1.2);
}.our_background_95302 .training_space_62049 div {
    max-height: 400px;
    font-size: calc(13px * 1.05);
}.our_background_95302::before {
    height: 75%;
    width: 45%;
}.our_background_95302::after {
    width: 35%;
    height: 65%;
}
}

@media (min-width: 992px) {.our_background_95302 {
    padding: 10rem 0;
}.our_background_95302 .container {
    padding: 0 2rem;
}.our_background_95302 h1 {
    font-size: calc(42px * 1.4);
    transform: translateX(-1rem);
}.our_background_95302 .training_space_62049 {
    padding: 3.5rem;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.our_background_95302 .training_space_62049:first-child {
    transform: translateY(2rem);
}.our_background_95302 .training_space_62049:last-child {
    transform: translateY(-2rem);
}.our_background_95302 .training_space_62049:first-child:hover {
    transform: translateY(1.5rem);
}.our_background_95302 .training_space_62049:last-child:hover {
    transform: translateY(-2.5rem);
}.our_background_95302 .training_space_62049 div {
    font-size: calc(13px * 1.1);
    padding-right: 1rem;
    max-height: 450px;
}.our_background_95302 .training_space_62049 h4 {
    font-size: calc(18px * 1.3);
}.our_background_95302::before {
    width: 50%;
    height: 80%;
}.our_background_95302::after {
    height: 70%;
    width: 40%;
}
}

@media (min-width: 1200px) {.our_background_95302 {
    padding: 12rem 0;
}.our_background_95302 .container {
    padding: 0;
}.our_background_95302 h1 {
    font-size: calc(42px * 1.5);
}.our_background_95302 .creds_block_95073 ul {
    gap: 4rem;
}.our_background_95302 .training_space_62049 {
    padding: 4rem;
}.our_background_95302 .training_space_62049:first-child {
    transform: translateY(3rem);
}.our_background_95302 .training_space_62049:last-child {
    transform: translateY(-3rem);
}.our_background_95302 .training_space_62049:first-child:hover {
    transform: translateY(2.5rem);
}.our_background_95302 .training_space_62049:last-child:hover {
    transform: translateY(-3.5rem);
}}.course_offering_42569 {
    position: relative;
    background: linear-gradient(135deg, rgb(226,224,204) 0%, rgba(249, 249, 249, 0.95) 100%);
    padding: 6rem 0;
    overflow: hidden;
}.course_offering_42569::before {
    left: 0;
    right: 0;
    position: absolute;
    background-image: 
        linear-gradient(45deg, rgb(154,141,143,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(154,141,143,0.5) 25%, transparent 25%);
    background-size: 60px 60px;
    opacity: 0.05;
    z-index: 0;
    top: 0;
    content: "";
    bottom: 0;
}.course_offering_42569 .container {
    margin: 0 auto;
    padding: 0 2rem;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}.course_offering_42569 .skill_path_29653 {
    display: grid;
    transform: translateY(20px);
    opacity: 0;
    animation: fadeIn 0.8s ease-out forwards 0.3s;
    gap: 3rem;
    grid-template-columns: 1fr;
}.course_offering_42569 .thumb_76123 {
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12),
                0 8px 16px rgba(0, 0, 0, 0.08);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 380px;
    transform: perspective(1000px) rotateY(-2deg);
}.course_offering_42569 .thumb_76123::after {
    position: absolute;
    top: 0;
    transition: opacity 0.6s ease;
    background: linear-gradient(to bottom right, 
                rgb(192,181,179,0.5) 0%, 
                transparent 40%, 
                transparent 60%, 
                rgb(154,141,143,0.5) 100%);
    opacity: 0.5;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
}.course_offering_42569 .thumb_76123:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.course_offering_42569 .thumb_76123:hover::after {
    opacity: 0.2;
}.course_offering_42569 .text_capsule_07146 {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 2rem;
    justify-content: center;
    transform: translateX(0);
    position: relative;
    background: #ffffff;
    display: flex;
    flex-direction: column;
}.course_offering_42569 .text_capsule_07146::before {
    height: 0;
    top: 0;
    left: 0;
    transition: height 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, rgb(192,181,179), rgb(154,141,143));
    width: 5px;
}.course_offering_42569 .skill_path_29653:hover .text_capsule_07146::before {
    height: 100%;
}.course_offering_42569 h3 {
    font-weight: 700;
    transition: transform 0.4s ease;
    padding-bottom: 1rem;
    transform: translateY(0);
    font-size: calc(19px * 1.1);
    position: relative;
    color: #000000;
    margin-bottom: 1.5rem;
}.course_offering_42569 h3::after {
    bottom: 0;
    position: absolute;
    width: 60px;
    background: linear-gradient(90deg, rgb(192,181,179), rgb(154,141,143));
    transition: width 0.5s ease;
    left: 0;
    content: "";
    height: 3px;
}.course_offering_42569 .text_capsule_07146:hover h3 {
    transform: translateY(-5px);
}.course_offering_42569 .text_capsule_07146:hover h3::after {
    width: 100px;
}.course_offering_42569 .description {
    max-height: 200px;
    padding-right: 1rem;
    font-size: 15px;
    line-height: 1.7;
    overflow-y: auto;
    color: #000000;
    margin-bottom: 1.5rem;
    position: relative;
}.course_offering_42569 .description::-webkit-scrollbar {
    width: 4px;
}.course_offering_42569 .description::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.03);
}.course_offering_42569 .description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(154,141,143,0.5);
}.course_offering_42569 span.description {
    display: none;
}

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

@media (min-width: 768px) {.course_offering_42569 {
    padding: 8rem 0;
}.course_offering_42569 .skill_path_29653 {
    align-items: center;
    gap: 4rem;
    grid-template-columns: 1fr 1fr;
}.course_offering_42569 .text_capsule_07146 {
    transform: translateX(-30px);
}.course_offering_42569 .skill_path_29653:hover .text_capsule_07146 {
    transform: translateX(0);
}.course_offering_42569 .thumb_76123 {
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
    height: 480px;
}.course_offering_42569 .thumb_76123:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(0) translateY(-10px);
}.course_offering_42569 h3 {
    font-size: 19px;
}
}

@media (min-width: 992px) {.course_offering_42569 {
    padding: 10rem 0;
}.course_offering_42569 .container {
    padding: 0 3rem;
}.course_offering_42569 .skill_path_29653 {
    gap: 6rem;
}.course_offering_42569 .text_capsule_07146 {
    padding: 3rem;
}.course_offering_42569 .thumb_76123 {
    height: 550px;
}.course_offering_42569 h3 {
    margin-bottom: 2rem;
    font-size: calc(19px * 1.2);
}.course_offering_42569 .description {
    line-height: 1.8;
    max-height: 300px;
}
}

@media (max-width: 767px) {.course_offering_42569 {
    padding: 4rem 0;
}.course_offering_42569 .container {
    padding: 0 1.5rem;
}.course_offering_42569 .thumb_76123 {
    margin-bottom: 1rem;
    height: 280px;
}.course_offering_42569 .text_capsule_07146 {
    padding: 1.5rem;
}.course_offering_42569 h3 {
    margin-bottom: 1rem;
    font-size: calc(20px * 1.1);
    padding-bottom: 0.75rem;
}.course_offering_42569 .description {
    font-size: calc(15px * 0.95);
    max-height: 180px;
    line-height: 1.6;
}}.education_framework_02491 {
    overflow: hidden;
    padding: 8rem 2rem;
    background: rgb(226,224,204);
    position: relative;
}.education_framework_02491::before {
    height: 100%;
    animation: floatCircle 15s infinite alternate ease-in-out;
    background: rgb(192,181,179,0.5);
    width: 100%;
    z-index: 0;
    top: -30%;
    border-radius: 50%;
    content: "";
    filter: blur(120px);
    opacity: 0.25;
    left: -30%;
    position: absolute;
}.education_framework_02491::after {
    bottom: -30%;
    animation: floatCircle 15s infinite alternate-reverse ease-in-out;
    content: "";
    width: 100%;
    border-radius: 50%;
    position: absolute;
    filter: blur(120px);
    z-index: 0;
    height: 100%;
    background: rgb(154,141,143,0.5);
    right: -30%;
    opacity: 0.25;
}.education_framework_02491 .learn_training_90178 {
    align-items: center;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    position: relative;
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
}.education_framework_02491 h3 {
    font-weight: 700;
    animation: slideInLeft 0.8s ease-out forwards;
    position: relative;
    margin: 0;
    color: #000000;
    padding: 0;
    font-size: 33px;
}.education_framework_02491 h3::before {
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(192,181,179), rgb(154,141,143));
    transform-origin: left;
    width: 4rem;
    transform: scaleX(0);
    top: -1rem;
    height: 4px;
    animation: expandLine 1s 0.4s forwards ease-out;
    left: 0;
    content: "";
    position: absolute;
}.education_framework_02491 h3::after {
    background: rgb(192,181,179,0.5);
    width: 2rem;
    transform: scaleX(0);
    animation: expandLine 1s 0.6s forwards ease-out;
    border-radius: 10px;
    left: 0;
    bottom: -1rem;
    height: 4px;
    transform-origin: left;
    content: "";
    position: absolute;
}.education_framework_02491 span {
    border-left: 2px solid rgb(154,141,143,0.5);
    padding: 2rem;
    line-height: 1.8;
    animation: slideInRight 0.8s ease-out forwards;
    position: relative;
    color: #000000;
    font-size: 14px;
}.education_framework_02491 span::before {
    position: absolute;
    background: rgb(154,141,143);
    animation: pulse 3s infinite;
    content: "";
    height: 8px;
    left: -5px;
    border-radius: 50%;
    top: 0;
    width: 8px;
}.education_framework_02491 span::after {
    bottom: 0;
    content: "";
    border-radius: 50%;
    width: 8px;
    left: -5px;
    position: absolute;
    height: 8px;
    background: rgb(192,181,179);
    animation: pulse 3s 1.5s infinite;
}

@keyframes floatCircle {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(15%, 15%);
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes expandLine {
    to {
        transform: scaleX(1);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.7;
    }
}

@media (max-width: 992px) {.education_framework_02491 {
    padding: 6rem 2rem;
}.education_framework_02491 .learn_training_90178 {
    gap: 2rem;
}.education_framework_02491 h3 {
    font-size: calc(33px * 0.9);
}.education_framework_02491 span {
    padding: 1.5rem;
}
}

@media (max-width: 768px) {.education_framework_02491 {
    padding: 5rem 1.5rem;
}.education_framework_02491 .learn_training_90178 {
    gap: 2rem;
    grid-template-columns: 1fr;
}.education_framework_02491 h3 {
    font-size: calc(33px * 0.8);
    text-align: center;
}.education_framework_02491 h3::before,
    .education_framework_02491 h3::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0);
}.education_framework_02491 span {
    font-size: calc(14px * 0.95);
    padding: 1.5rem;
    border-left: none;
    border-top: 2px solid rgb(154,141,143,0.5);
}.education_framework_02491 span::before,
    .education_framework_02491 span::after {
    transform: translateX(-50%);
    left: 50%;
}.education_framework_02491 span::before {
    top: -5px;
    left: 50%;
}.education_framework_02491 span::after {
    left: calc(50% + 15px);
    top: -5px;
    bottom: auto;
}@keyframes expandLine {
        to {
            transform: translateX(-50%) scaleX(1);
        }
    }
    
    @keyframes pulse {
        0%, 100% {
            transform: translateX(-50%) scale(1);
            opacity: 1;
        }
        50% {
            transform: translateX(-50%) scale(1.5);
            opacity: 0.7;
        }
    }
}.secure_fence_07325 {
    background-color: rgb(226,224,204);
    padding: 50px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    color: #000000;
}.secure_fence_07325 h1 {
    font-size: 39px;
    font-weight: 700;
    margin: 20px 0;
    font-family: Arial, sans-serif;
    color: rgb(192,181,179);
}.secure_fence_07325 h2 {
    font-weight: 700;
    font-size: 29px;
    margin: 15px 0;
    font-family: Arial, sans-serif;
    color: rgb(154,141,143);
}.secure_fence_07325 h3, .secure_fence_07325 h4, .secure_fence_07325 h5, .secure_fence_07325 h6 {
    margin: 1rem 0;
    color: rgb(154,141,143);
}.secure_fence_07325 ul {
    padding: 0;
    list-style-type: none;
}.secure_fence_07325 li {
    color: #000000;
    font-size: 17px;
    font-family: Arial, sans-serif;
    line-height: 1.6;
}.secure_fence_07325 li:before {
    margin-left: -1em;
    width: 1em;
    color: rgb(192,181,179);
    content: "\2022";
    display: inline-block;
}
@media only screen and (max-width: 800px) {.secure_fence_07325 {
    padding: 30px;
}.secure_fence_07325 h1 {
    font-size: calc(18px * 0.9);
}.secure_fence_07325 h2 {
    font-size: calc(18px * 0.9);
}.secure_fence_07325 li {
    font-size: calc(17px * 0.9);
}}footer {
    width: 100%;
    position: relative;
}.green_edu_07683 {
    color: #000000;
    padding: 80px 0 30px;
    font-family: Arial, sans-serif;
    background-color: #ffffff;
    position: relative;
}.green_edu_07683::before {
    content: "";
    bottom: 0;
    position: absolute;
    background-image: repeating-linear-gradient(
        to right,
        rgb(192,181,179),
        rgb(192,181,179) 10px,
        transparent 10px,
        transparent 20px
    );
    left: 0;
    height: 1px;
    width: 100%;
}footer .rating_stars_64230 {
    position: relative;
    z-index: 1;
}footer .get_contact_29038 {
    flex-wrap: wrap;
    margin-bottom: 70px;
    justify-content: space-between;
    height: 100px;
    overflow: hidden;
    position: relative;
    display: flex;
}footer .info_item {
    display: flex;
    margin-right: 1px;
    cursor: pointer;
    background-color: rgb(154,141,143);
    padding: 0 25px;
    flex: 1;
    position: relative;
    min-width: 250px;
    overflow: hidden;
    align-items: center;
    height: 100px;
    transition: all 0.5s ease;
}footer .info_item:last-child {
    margin-right: 0;
}footer .info_item:hover {
    flex: 1.5;
    background-color: rgb(192,181,179);
}footer .info_item::after {
    top: 0;
    content: "";
    height: 100%;
    width: 1px;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.1);
    right: 0;
}footer .info_item:last-child::after {
    display: none;
}footer .info_item svg {
    z-index: 2;
    flex-shrink: 0;
    fill: #ffffff;
    width: 24px;
    position: relative;
    margin-right: 15px;
    height: 24px;
}footer .info_item p,
footer .info_item a {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    white-space: nowrap;
    z-index: 2;
    text-decoration: none;
    position: relative;
    color: #ffffff;
    max-width: 100%;
}footer .info_item::before {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    content: "";
    transition: opacity 0.5s ease;
    opacity: 0;
    height: 100%;
}footer .info_item:hover::before {
    opacity: 1;
}footer .text_main_holder {
    padding: 0 20px;
    display: flex;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    margin: 0 -20px;
    gap: 0;
}footer .text_main_holder::-webkit-scrollbar {
    display: none;
}footer .head_guide_60835, footer .main_mentor_04173, footer .subscribe_holder {
    max-width: 500px;
    min-width: 280px;
    height: 450px;
    scroll-snap-align: start;
    margin-right: 30px;
    border-radius: 17px;
    position: relative;
    flex: 0 0 100%;
    padding: 30px;
    transition: all 0.4s ease;
}footer .head_guide_60835 {
    justify-content: center;
    align-items: center;
    background-color: rgb(226,224,204);
    display: flex;
    text-align: center;
    flex-direction: column;
}footer .head_guide_60835 svg {
    height: 50px;
    margin-bottom: 30px;
    width: auto;
}footer .lecture_ref_43695 {
    color: #000000;
    max-width: 300px;
    line-height: 1.6;
    font-size: 12px;
}footer .main_mentor_04173 {
    background-color: rgb(154,141,143);
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(154,141,143,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(192,181,179,0.5) 0%, transparent 40%);
    justify-content: center;
    color: #ffffff;
    position: relative;
    display: flex;
    overflow: hidden;
    flex-direction: column;
}footer .main_mentor_04173::after {
    background-image: 
        linear-gradient(45deg, transparent 92%, rgba(255, 255, 255, 0.05) 93%, transparent 94%),
        linear-gradient(135deg, transparent 92%, rgba(255, 255, 255, 0.05) 93%, transparent 94%);
    right: 0;
    opacity: 0.3;
    position: absolute;
    bottom: 0;
    content: "";
    background-size: 30px 30px;
    pointer-events: none;
    top: 0;
    left: 0;
}footer .main_mentor_04173 h5 {
    color: #ffffff;
    display: inline-block;
    font-weight: 700;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 20px;
}footer .main_mentor_04173 h5::after {
    height: 2px;
    bottom: -10px;
    left: 0;
    width: 30px;
    content: "";
    position: absolute;
    background-color: rgb(192,181,179);
}footer .nav_primary_63879 {
    max-height: 280px;
    overflow: hidden;
    height: auto;
    margin-bottom: 20px;
    position: relative;
}footer .nav_primary_63879 a {
    color: rgba(255, 255, 255, 0.7);
    padding: 10px 0;
    font-size: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    text-decoration: none;
    display: block;
}footer .nav_primary_63879 a:hover {
    border-bottom-color: rgb(192,181,179);
    padding-left: 10px;
    color: #ffffff;
}footer .subscribe_holder {
    background-color: rgb(192,181,179);
    flex-direction: column;
    justify-content: center;
    display: flex;
    color: #ffffff;
}footer .subscribe_holder h5 {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 20px;
}footer .subscribe_holder p {
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.9);
}footer .input_holder {
    flex-direction: column;
    display: flex;
    gap: 15px;
}footer .input_holder input[type="email"] {
    padding: 15px;
    color: #ffffff;
    border-radius: 10px;
    font-size: 12px;
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    background-color: rgba(255, 255, 255, 0.2);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .course_offerings_81679 {
    cursor: pointer;
    font-size: 19px;
    padding: 15px;
    font-weight: 600;
    text-align: center;
    border-radius: 10px;
    transition: all 0.3s ease;
    color: #ffffff;
    border: none;
    background-color: rgb(154,141,143);
}footer .course_offerings_81679:hover {
    background-color: rgb(154,141,143,0.5);
}footer .cloud_lab_89241 {
    margin-top: 40px;
    position: relative;
    padding-top: 20px;
}footer .cloud_lab_89241::before {
    right: 20%;
    left: 20%;
    height: 1px;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.5), transparent);
    content: "";
    top: 0;
}footer .achieve_cta_96507 {
    text-align: center;
    color: #000000;
    font-size: 12px;
}

@media (min-width: 992px) {footer .text_main_holder {
    scroll-snap-type: none;
    overflow-x: visible;
    margin: 0;
    flex-wrap: wrap;
    padding: 0;
    gap: 30px;
}footer .head_guide_60835, footer .main_mentor_04173, footer .subscribe_holder {
    height: 500px;
    flex: 1;
    min-width: 0;
    margin-right: 0;
}
}

@media (max-width: 991px) {footer .info_item {
    min-width: 200px;
}footer .head_guide_60835::before,
    footer .main_mentor_04173::before,
    footer .subscribe_holder::before {
    font-size: 3rem;
}
}

@media (max-width: 767px) {footer .green_edu_07683 {
    padding: 60px 0 30px;
}footer .get_contact_29038 {
    height: auto;
    flex-direction: column;
    margin-bottom: 40px;
}footer .info_item {
    margin-right: 0;
    width: 100%;
    margin-bottom: 1px;
}footer .info_item:hover {
    padding-left: 35px;
    flex: 1;
}footer .head_guide_60835, footer .main_mentor_04173, footer .subscribe_holder {
    height: auto;
    padding: 25px 20px;
    min-height: 350px;
}
}

@media (max-width: 576px) {footer .green_edu_07683 {
    padding: 50px 0 20px;
}footer .head_guide_60835::before,
    footer .main_mentor_04173::before,
    footer .subscribe_holder::before {
    left: 15px;
    font-size: 2rem;
    top: 15px;
}footer .nav_primary_63879 {
    max-height: 220px;
    height: auto;
}footer .head_guide_60835, footer .main_mentor_04173, footer .subscribe_holder {
    min-height: 300px;
    padding: 20px 15px;
}footer .main_mentor_04173 h5, footer .subscribe_holder h5 {
    font-size: calc(20px - 2px);
    margin-bottom: 15px;
}footer .subscribe_holder p {
    margin-bottom: 20px;
}footer .input_holder input[type="email"],
    footer .course_offerings_81679 {
    padding: 12px;
}}.cookieNoticeContainer_13085 {
    border-top: 3px solid rgb(192,181,179);
    bottom: 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease-in-out;
    position: fixed;
    width: 100%;
    z-index: 90;
    background: rgb(226,224,204);
}.cookie_review_65812 {
    padding: 20px 15px;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    display: flex;
    margin: 0 auto;
}.cookie_compl_52140 {
    margin-right: 15px;
    flex-shrink: 0;
}.cookie_compl_52140 svg {
    width: 60px;
    fill: rgb(192,181,179);
    height: 60px;
    transition: fill 0.3s ease;
}.cookie_compl_52140 svg:hover {
    fill: rgb(154,141,143);
}.cookies_terms_36107 {
    flex-grow: 1;
    color: #000000;
    margin-right: 15px;
}.cookieNoticeContainer_13085 h5 {
    margin-bottom: 8px;
    color: rgb(192,181,179);
    font-size: 18px;
    font-weight: 600;
    font-family: Arial, sans-serif;
}.cookieNoticeContainer_13085 p {
    color: #000000;
    line-height: 1.5;
    font-family: Arial, sans-serif;
    font-size: 13px;
}.digital_consent_51498 {
    font-size: 19px;
    margin-left: 10px;
    text-align: center;
    line-height: 35px;
    color: #ffffff;
    background: rgb(192,181,179);
    transition: background 0.3s ease, box-shadow 0.3s ease;
    border-radius: 22px;
    text-decoration: none;
    cursor: pointer;
    padding: 10px 20px;
}.digital_consent_51498:hover {
    background: rgb(154,141,143);
    box-shadow: 0 0 10px rgb(154,141,143,0.5);
}#cookies_acceptance_approval_96578 {
    background: rgb(192,181,179);
}#decline_tracking_consent_84291 {
    background: rgba(0, 0, 0, 0.5);
}.cookieNoticeContainer_13085 p a {
    transition: color 0.3s ease;
    text-decoration: underline;
    color: rgb(192,181,179);
}.cookieNoticeContainer_13085 p a:hover {
    color: rgb(154,141,143);
}
@media only screen and (max-width: 1200px) {.cookie_review_65812 {
    flex-direction: column;
    align-items: center;
}.cookie_compl_52140 {
    margin-bottom: 15px;
}.cookies_terms_36107 {
    text-align: center;
    margin-right: 0;
    margin-bottom: 15px;
}.digital_consent_51498 {
    margin-left: 0;
    margin-bottom: 10px;
    max-width: 200px;
    width: 100%;
}
}
@media only screen and (max-width: 800px) {.cookie_review_65812 {
    padding: 15px;
}.cookie_compl_52140 {
    display: none;
}.cookieNoticeContainer_13085 h5 {
    font-size: 20px;
}.cookieNoticeContainer_13085 p {
    font-size: 12px;
}}
#policyAlertWindow_92458 {
    display: none;
}#policyAlertWindow_92458:checked ~ .cookieNoticeContainer_13085 {
    opacity: 0;
    visibility: hidden;
}.tyPanel_15307 {
    position: relative;
    padding: 5rem 0;
    z-index: 1;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(192,181,179,0.5), rgb(154,141,143,0.5) 70%);
}.tyPanel_15307::before {
    top: 0;
    position: absolute;
    left: 0;
    z-index: -1;
    height: 100%;
    background-image: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    content: '';
    width: 100%;
}.tyPanel_15307::after {
    z-index: -1;
    height: 100%;
    opacity: 0.4;
    background: radial-gradient(circle, rgb(154,141,143,0.5) 0%, transparent 70%);
    transform: scale(1.5);
    content: '';
    right: -50%;
    top: -50%;
    animation: pulse 15s infinite alternate ease-in-out;
    position: absolute;
    width: 100%;
}.tyPanel_15307 .container {
    margin: 0 auto;
    padding: 0 2rem;
    max-width: 1200px;
    position: relative;
}.tyPanel_15307 .learn_training_90178 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.9);
    margin: 0 auto;
    max-width: 900px;
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateX(2deg);
    z-index: 2;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    display: flex;
    padding: 3.5rem;
    position: relative;
    flex-direction: column;
}.tyPanel_15307 .learn_training_90178:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 
                0 10px 20px rgba(0, 0, 0, 0.07),
                0 0 0 1px rgba(255, 255, 255, 0.15);
}.tyPanel_15307 .learn_training_90178 > div:first-child {
    position: relative;
    margin-bottom: 2rem;
}.tyPanel_15307 .learn_training_90178 > div:first-child::before {
    height: 60px;
    background: rgb(192,181,179);
    position: absolute;
    transform: translateY(-50%);
    content: '';
    width: 1.5rem;
    top: 50%;
    left: -3.5rem;
}.tyPanel_15307 h5 {
    font-size: 20px;
    border-left: 3px solid rgb(154,141,143);
    line-height: 1.4;
    margin: 0;
    color: #000000;
    position: relative;
    padding-left: 1rem;
    font-weight: 700;
}.tyPanel_15307 a {
    text-decoration: none;
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease;
    display: block;
    transform-origin: left center;
}.tyPanel_15307 a::before {
    background: linear-gradient(90deg, rgb(192,181,179,0.5) 0%, transparent 100%);
    z-index: -1;
    content: '';
    height: 100%;
    transition: opacity 0.5s ease;
    opacity: 0;
    width: 100%;
    position: absolute;
}.tyPanel_15307 a:hover::before {
    opacity: 0.1;
}.tyPanel_15307 p {
    color: #000000;
    font-size: 17px;
    margin: 0;
    transition: transform 0.3s ease, color 0.3s ease;
    line-height: 1.7;
}.tyPanel_15307 a:hover p {
    transform: translateX(5px);
    color: rgb(192,181,179);
}.tyPanel_15307 .learn_training_90178 > div:last-child {
    padding-top: 2rem;
    position: relative;
}.tyPanel_15307 .learn_training_90178 > div:last-child::before {
    top: 0;
    content: '';
    height: 1px;
    background: linear-gradient(90deg, rgb(192,181,179,0.5), transparent 80%);
    width: 100%;
    position: absolute;
    left: 0;
}

@keyframes pulse {
    0% { transform: scale(1.5); opacity: 0.4; }
    50% { transform: scale(1.7); opacity: 0.5; }
    100% { transform: scale(1.5); opacity: 0.4; }
}

@media (max-width: 992px) {.tyPanel_15307 {
    padding: 4rem 0;
}.tyPanel_15307 .learn_training_90178 {
    padding: 2.5rem;
    transform: perspective(800px) rotateX(1deg);
}.tyPanel_15307 .learn_training_90178 > div:first-child::before {
    width: 1rem;
    height: 50px;
    left: -2.5rem;
}.tyPanel_15307 h5 {
    font-size: calc(20px - 0.1rem);
}
}

@media (max-width: 768px) {.tyPanel_15307 {
    padding: 3rem 0;
}.tyPanel_15307 .learn_training_90178 {
    padding: 2rem;
    transform: none;
}.tyPanel_15307 .learn_training_90178:hover {
    transform: translateY(-5px);
}.tyPanel_15307 .learn_training_90178 > div:first-child::before {
    height: 40px;
    width: 0.7rem;
    left: -2rem;
}.tyPanel_15307 h5 {
    padding-left: 0.7rem;
    font-size: calc(20px - 0.2rem);
}
}

@media (max-width: 576px) {.tyPanel_15307 {
    padding: 2.5rem 0;
}.tyPanel_15307 .container {
    padding: 0 1.5rem;
}.tyPanel_15307 .learn_training_90178 {
    padding: 1.5rem;
}.tyPanel_15307 .learn_training_90178 > div:first-child {
    margin-bottom: 1.5rem;
}.tyPanel_15307 .learn_training_90178 > div:first-child::before {
    left: -1.5rem;
    width: 0.5rem;
    height: 30px;
}.tyPanel_15307 h5 {
    padding-left: 0.5rem;
    font-size: calc(20px - 0.3rem);
}.tyPanel_15307 p {
    font-size: calc(17px - 0.1rem);
    line-height: 1.6;
}.tyPanel_15307 .learn_training_90178 > div:last-child {
    padding-top: 1.5rem;
}}.teaching_experience_31278 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(226,224,204) 0%, rgb(192,181,179,0.5) 100%);
    position: relative;
    perspective: 1000px;
    padding: 6rem 0;
}.teaching_experience_31278::before {
    opacity: 0.4;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    animation: rotateBackground 15s linear infinite;
    height: 100%;
    background: conic-gradient(from 225deg at 50% 50%, rgb(154,141,143,0.5) 0%, transparent 25%, rgb(192,181,179,0.5) 50%, transparent 75%, rgb(154,141,143,0.5) 100%);
    position: absolute;
}.teaching_experience_31278 .container {
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 1;
    max-width: 1200px;
}.teaching_experience_31278 .feedback_stories_39026 {
    grid-template-rows: auto auto;
    display: grid;
    transform: rotateY(-5deg);
    transition: transform 0.5s ease;
    grid-template-areas:
        "photo quote"
        "info quote";
    grid-template-columns: 300px 1fr;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5),
                0 0 0 1px rgb(154,141,143,0.5),
                0 10px 0 -5px rgb(192,181,179,0.5);
    backdrop-filter: blur(10px);
    background: linear-gradient(120deg, #ffffff 0%, rgba(255, 255, 255, 0.9) 100%);
    padding: 3rem;
    position: relative;
    gap: 1.5rem;
    border-radius: 24px;
}.teaching_experience_31278 .feedback_stories_39026:hover {
    transform: rotateY(0);
}.teaching_experience_31278 .thumb_76123 {
    height: 220px;
    grid-area: photo;
    transition: all 0.4s ease;
    border: 5px solid #ffffff;
    border-radius: 50%;
    transform: translateZ(30px);
    width: 220px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5),
                0 0 0 10px rgb(192,181,179,0.5);
}.teaching_experience_31278 .feedback_stories_39026:hover .thumb_76123 {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5),
                0 0 0 10px rgb(192,181,179);
    transform: translateZ(50px) scale(1.05);
}.teaching_experience_31278 .name {
    margin-bottom: 0.5rem;
    font-weight: 700;
    color: #000000;
    display: block;
    margin-top: 1rem;
    font-size: 35px;
    transform: translateZ(20px);
    grid-area: info;
}.teaching_experience_31278 .feedback_stories_39026 span:not(.name) {
    font-size: 17px;
    color: rgb(192,181,179);
    transform: translateZ(15px);
    display: block;
    grid-area: info;
    font-weight: 600;
    margin-top: 3.5rem;
}.teaching_experience_31278 .exp_content_92407 {
    position: relative;
    color: #000000;
    border-radius: 0 24px 24px 0;
    font-weight: 400;
    grid-area: quote;
    border-left: 4px solid rgb(154,141,143);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    font-size: calc(17px * 1.1);
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.8));
    transform: translateZ(10px);
    padding: 1.5rem 2rem;
    line-height: 1.6;
}.teaching_experience_31278 .exp_content_92407::before {
    top: 0;
    position: absolute;
    opacity: 0.2;
    background: linear-gradient(45deg, transparent 40%, rgb(154,141,143,0.5) 40%, rgb(154,141,143,0.5) 60%, transparent 60%);
    content: "";
    width: 100%;
    height: 100%;
    mix-blend-mode: overlay;
    background-size: 200% 200%;
    animation: shimmer 3s infinite linear;
    left: 0;
}

@keyframes rotateBackground {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes shimmer {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

@media (max-width: 992px) {.teaching_experience_31278 .feedback_stories_39026 {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    padding: 2rem;
    grid-template-areas:
            "thumb_76123"
            "help_feedback_23541"
            "exp_content_92407";
}.teaching_experience_31278 .thumb_76123 {
    margin: 0 auto;
    width: 180px;
    height: 180px;
}.teaching_experience_31278 .name,
    .teaching_experience_31278 .feedback_stories_39026 span:not(.name) {
    text-align: center;
    margin-top: 1rem;
}.teaching_experience_31278 .feedback_stories_39026 span:not(.name) {
    margin-top: 0;
}
}

@media (max-width: 576px) {.teaching_experience_31278 {
    padding: 4rem 0;
}.teaching_experience_31278 .feedback_stories_39026 {
    transform: none;
    padding: 1.5rem;
}.teaching_experience_31278 .thumb_76123 {
    width: 140px;
    height: 140px;
}.teaching_experience_31278 .exp_content_92407 {
    padding: 1rem;
    font-size: 17px;
}}.data_analysis_28975 {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background-color: #ffffff;
}.data_analysis_28975::before {
    z-index: 0;
    content: "";
    background: linear-gradient(90deg, #ffffff 0%, rgb(154,141,143,0.5) 100%);
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
}.data_analysis_28975 .container {
    z-index: 1;
    display: grid;
    margin: 0 auto;
    max-width: 1200px;
    gap: 60px;
    grid-template-columns: 300px 1fr;
    position: relative;
    padding: 0;
}.data_analysis_28975 h2 {
    letter-spacing: 3px;
    position: relative;
    font-size: 47px;
    grid-column: 1;
    text-align: right;
    height: 100%;
    color: #000000;
    font-weight: 700;
    margin: 0;
    transform: rotate(180deg);
    writing-mode: vertical-rl;
    align-self: center;
    padding: 0;
    justify-self: center;
    align-items: center;
    text-transform: uppercase;
    display: flex;
    grid-row: 1;
}.data_analysis_28975 h2::before {
    left: -30px;
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom, transparent, rgb(192,181,179), transparent);
    content: "";
    width: 1px;
    height: 100%;
}.data_analysis_28975 h2::after {
    right: -30px;
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, transparent, rgb(154,141,143), transparent);
    top: 0;
    position: absolute;
    content: "";
}.data_analysis_28975 ul {
    grid-row: 1;
    display: flex;
    justify-content: center;
    grid-column: 2;
    padding: 0;
    align-items: center;
    margin: 0;
    list-style: none;
    flex-wrap: wrap;
    position: relative;
}.data_analysis_28975 .expert_pros_81305 {
    transform-style: preserve-3d;
    position: relative;
    flex-direction: column;
    display: flex;
    height: 180px;
    margin: 20px;
    transition: transform 0.5s ease;
    perspective: 1000px;
    width: 180px;
    justify-content: center;
    align-items: center;
}.data_analysis_28975 .expert_pros_81305::before {
    background: rgb(192,181,179,0.5);
    top: 0;
    height: 100%;
    transition: all 0.5s ease;
    width: 100%;
    border-radius: 50%;
    content: "";
    left: 0;
    transform: scale(0.8) translateZ(-10px);
    position: absolute;
    opacity: 0.1;
}.data_analysis_28975 .expert_pros_81305:hover::before {
    opacity: 0.2;
    transform: scale(1.1) translateZ(-5px);
}.data_analysis_28975 .expert_pros_81305 p {
    font-size: 2.8rem;
    margin: 0 0 10px;
    transition: transform 0.4s ease;
    color: #000000;
    position: relative;
    line-height: 1;
    font-weight: 700;
}.data_analysis_28975 .expert_pros_81305 p::after {
    width: 0;
    background: rgb(192,181,179);
    content: "";
    left: 50%;
    transition: width 0.3s ease;
    height: 2px;
    bottom: -5px;
    transform: translateX(-50%);
    position: absolute;
}.data_analysis_28975 .expert_pros_81305:hover p::after {
    width: 80%;
}.data_analysis_28975 .expert_pros_81305:hover p {
    transform: translateY(-5px);
}.data_analysis_28975 .expert_pros_81305 span {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.7);
    max-width: 160px;
    transition: transform 0.4s ease;
    text-align: center;
}.data_analysis_28975 .expert_pros_81305:hover span {
    transform: translateY(5px);
}.data_analysis_28975 svg {
    z-index: -1;
    stroke-width: 1;
    stroke: rgb(192,181,179);
    width: 100%;
    opacity: 0.2;
    stroke-dashoffset: 100;
    transition: stroke-dashoffset 1s ease, opacity 0.5s ease;
    height: 100%;
    stroke-dasharray: 100;
    fill: none;
    position: absolute;
}.data_analysis_28975 svg path {
    stroke: rgb(192,181,179);
    fill: none;
}.data_analysis_28975 .expert_pros_81305:hover svg {
    opacity: 0.4;
    stroke-dashoffset: 0;
}.data_analysis_28975 ul:has(.expert_pros_81305:only-child) .expert_pros_81305 {
    height: 280px;
    width: 280px;
}.data_analysis_28975 ul:has(.expert_pros_81305:only-child) .expert_pros_81305 p {
    margin-bottom: 20px;
    font-size: 4rem;
}.data_analysis_28975 ul:has(.expert_pros_81305:only-child) .expert_pros_81305 span {
    font-size: calc(14px * 1.2);
    max-width: 240px;
}.data_analysis_28975 ul:has(.expert_pros_81305:nth-child(2):last-child) {
    justify-content: space-around;
}.data_analysis_28975 ul:has(.expert_pros_81305:nth-child(3):last-child) {
    justify-content: space-around;
}.data_analysis_28975 ul:has(.expert_pros_81305:nth-child(4):last-child) {
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    display: grid;
}.data_analysis_28975 ul:has(.expert_pros_81305:nth-child(5):last-child) {
    gap: 30px;
    display: grid;
    grid-template-areas:
        "a b b"
        "a c d"
        "e e d";
}.data_analysis_28975 ul:has(.expert_pros_81305:nth-child(5):last-child) .expert_pros_81305:nth-child(1) {
    grid-area: a;
}.data_analysis_28975 ul:has(.expert_pros_81305:nth-child(5):last-child) .expert_pros_81305:nth-child(2) {
    grid-area: b;
}.data_analysis_28975 ul:has(.expert_pros_81305:nth-child(5):last-child) .expert_pros_81305:nth-child(3) {
    grid-area: c;
}.data_analysis_28975 ul:has(.expert_pros_81305:nth-child(5):last-child) .expert_pros_81305:nth-child(4) {
    grid-area: d;
}.data_analysis_28975 ul:has(.expert_pros_81305:nth-child(5):last-child) .expert_pros_81305:nth-child(5) {
    grid-area: e;
}.data_analysis_28975 ul:has(.expert_pros_81305:nth-child(n+6):nth-child(-n+10)) {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

@media screen and (min-width: 1441px) {.data_analysis_28975 {
    padding: 150px 0;
}.data_analysis_28975 .container {
    gap: 80px;
    grid-template-columns: 350px 1fr;
}.data_analysis_28975 h2 {
    font-size: calc(47px * 1.2);
}.data_analysis_28975 .expert_pros_81305 {
    height: 200px;
    margin: 25px;
    width: 200px;
}.data_analysis_28975 .expert_pros_81305 p {
    font-size: 3.2rem;
}
}

@media screen and (max-width: 1200px) {.data_analysis_28975 {
    padding: 100px 0;
}.data_analysis_28975 .container {
    grid-template-columns: 250px 1fr;
    gap: 40px;
}.data_analysis_28975 h2 {
    font-size: calc(47px * 0.9);
}.data_analysis_28975 .expert_pros_81305 {
    height: 160px;
    margin: 15px;
    width: 160px;
}.data_analysis_28975 .expert_pros_81305 p {
    font-size: 2.5rem;
}.data_analysis_28975 ul:has(.expert_pros_81305:nth-child(n+6):nth-child(-n+10)) {
    grid-template-columns: repeat(2, 1fr);
}
}

@media screen and (max-width: 991px) {.data_analysis_28975 {
    padding: 80px 0;
}.data_analysis_28975 .container {
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr;
    gap: 60px;
}.data_analysis_28975 h2 {
    height: auto;
    grid-row: 1;
    text-align: center;
    grid-column: 1;
    justify-self: center;
    align-self: start;
    width: 100%;
    writing-mode: horizontal-tb;
    transform: none;
}.data_analysis_28975 h2::before, 
    .data_analysis_28975 h2::after {
    top: auto;
    width: 100px;
    height: 1px;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}.data_analysis_28975 h2::before {
    width: 50px;
    left: calc(50% - 60px);
}.data_analysis_28975 h2::after {
    width: 50px;
    left: calc(50% + 10px);
}.data_analysis_28975 ul {
    grid-row: 2;
    grid-column: 1;
}.data_analysis_28975 ul:has(.expert_pros_81305:nth-child(4):last-child) {
    grid-template-columns: repeat(2, 1fr);
}.data_analysis_28975 ul:has(.expert_pros_81305:nth-child(5):last-child) {
    grid-template-areas:
            "a b"
            "c d"
            "e e";
    display: grid;
}
}

@media screen and (max-width: 767px) {.data_analysis_28975 {
    padding: 70px 0;
}.data_analysis_28975 .container {
    gap: 40px;
}.data_analysis_28975 h2 {
    font-size: calc(47px * 0.8);
}.data_analysis_28975 ul {
    align-items: center;
    flex-direction: column;
    display: flex;
}.data_analysis_28975 .expert_pros_81305 {
    height: 220px;
    margin: 15px 0;
    width: 220px;
}.data_analysis_28975 ul:has(.expert_pros_81305:nth-child(4):last-child),
    .data_analysis_28975 ul:has(.expert_pros_81305:nth-child(5):last-child),
    .data_analysis_28975 ul:has(.expert_pros_81305:nth-child(n+6):nth-child(-n+10)) {
    display: flex;
    flex-direction: column;
    align-items: center;
}
}

@media screen and (max-width: 480px) {.data_analysis_28975 {
    padding: 60px 0;
}.data_analysis_28975 h2 {
    font-size: calc(47px * 0.7);
}.data_analysis_28975 h2::before, 
    .data_analysis_28975 h2::after {
    width: 40px;
    bottom: -15px;
}.data_analysis_28975 h2::before {
    left: calc(50% - 45px);
}.data_analysis_28975 h2::after {
    left: calc(50% + 5px);
}.data_analysis_28975 .expert_pros_81305 {
    margin: 10px 0;
    width: 180px;
    height: 180px;
}.data_analysis_28975 .expert_pros_81305 p {
    font-size: 2.2rem;
}.data_analysis_28975 .expert_pros_81305 span {
    font-size: calc(14px * 0.9);
}}.contact_section_27846 {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.contact_section_27846::before {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    height: 100%;
    left: 0;
    backdrop-filter: blur(8px);
    width: 100%;
    top: 0;
    content: '';
    z-index: 1;
}.contact_section_27846::after {
    position: absolute;
    width: 100%;
    left: 0;
    background: linear-gradient(135deg, rgb(192,181,179,0.5) 0%, transparent 50%, rgb(154,141,143,0.5) 100%);
    height: 100%;
    top: 0;
    z-index: 2;
    animation: gradientShift 15s ease infinite;
    content: '';
}@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.contact_section_27846 .container {
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    z-index: 3;
    max-width: 1200px;
}.contact_section_27846 .help_card_92514 {
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
    position: relative;
    backdrop-filter: blur(10px);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}.contact_section_27846 .help_card_92514::before {
    left: -50%;
    top: -50%;
    pointer-events: none;
    width: 200%;
    height: 200%;
    opacity: 0.1;
    position: absolute;
    background: radial-gradient(circle, rgb(192,181,179,0.5) 0%, transparent 30%);
    animation: rotate 30s linear infinite;
    content: '';
}@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.contact_section_27846 .support_request_68405 {
    background: linear-gradient(145deg, rgb(192,181,179,0.5) 0%, rgb(154,141,143,0.5) 100%);
    overflow: hidden;
    flex: 1;
    position: relative;
    padding: 50px;
}.contact_section_27846 .support_request_68405::after {
    height: 100%;
    content: '';
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    width: 100px;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1));
    right: 0;
    top: 0;
}.contact_section_27846 .support_request_68405 h3 {
    font-size: 32px;
    margin-bottom: 40px;
    color: #ffffff;
    position: relative;
    padding-bottom: 15px;
    font-weight: 700;
}.contact_section_27846 .support_request_68405 h3::after {
    width: 80px;
    bottom: 0;
    position: absolute;
    left: 0;
    height: 3px;
    border-radius: 10px;
    background: #ffffff;
    content: '';
}.contact_section_27846 .support_request_68405 div {
    transition: transform 0.3s ease;
    align-items: center;
    padding-left: 15px;
    position: relative;
    transform: translateX(0);
    display: flex;
    margin-bottom: 25px;
}.contact_section_27846 .support_request_68405 div:hover {
    transform: translateX(10px);
}.contact_section_27846 .support_request_68405 div::before {
    border-radius: 10px;
    top: 50%;
    background: #ffffff;
    width: 5px;
    left: 0;
    position: absolute;
    content: '';
    height: 0;
    transition: height 0.3s ease, top 0.3s ease;
}.contact_section_27846 .support_request_68405 div:hover::before {
    top: 10%;
    height: 80%;
}.contact_section_27846 .support_request_68405 svg {
    height: 24px;
    width: 24px;
    fill: #ffffff;
    margin-right: 15px;
}.contact_section_27846 .support_request_68405 svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}.contact_section_27846 .support_request_68405 div:hover svg path {
    fill: rgb(154,141,143);
}.contact_section_27846 .support_request_68405 span {
    color: #ffffff;
    font-weight: 400;
    font-size: 12px;
}.contact_section_27846 .support_request_68405 span a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: #ffffff;
}.contact_section_27846 .support_request_68405 span a:hover {
    color: rgb(154,141,143);
}.contact_section_27846 .inquiry_panel_09475 {
    position: relative;
    backdrop-filter: blur(10px);
    flex: 1.2;
    background: rgba(255, 255, 255, 0.05);
    overflow: hidden;
    padding: 50px;
}.contact_section_27846 .inquiry_panel_09475::before {
    position: absolute;
    animation: pulse 4s ease-in-out infinite alternate;
    right: -100px;
    top: -100px;
    height: 200px;
    content: '';
    border-radius: 50%;
    background: radial-gradient(circle, rgb(154,141,143,0.5) 0%, transparent 70%);
    width: 200px;
}@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: scale(1);
    }
    100% {
        opacity: 0.7;
        transform: scale(1.2);
    }
}

.contact_section_27846 .inquiry_panel_09475 h3 {
    font-weight: 600;
    position: relative;
    margin-bottom: 40px;
    color: #ffffff;
    font-size: 32px;
    text-align: center;
}.contact_section_27846 .inquiry_panel_09475 h3::after {
    left: 50%;
    border-radius: 10px;
    bottom: -15px;
    transform: translateX(-50%);
    background: rgb(154,141,143);
    content: '';
    width: 50px;
    position: absolute;
    height: 2px;
}.contact_section_27846 .inquiry_panel_09475 form {
    flex-direction: column;
    display: flex;
}.contact_section_27846 .inquiry_panel_09475 input[type="text"],
.contact_section_27846 .inquiry_panel_09475 input[type="email"] {
    background: rgba(255, 255, 255, 0.05);
    padding: 15px 20px;
    transition: all 0.3s ease;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    backdrop-filter: blur(5px);
    font-size: 12px;
}.contact_section_27846 .inquiry_panel_09475 input[type="text"]:focus,
.contact_section_27846 .inquiry_panel_09475 input[type="email"]:focus {
    border-color: rgb(154,141,143);
    outline: none;
    box-shadow: 0 0 0 2px rgb(154,141,143,0.5);
}.contact_section_27846 .inquiry_panel_09475 input[type="text"]::placeholder,
.contact_section_27846 .inquiry_panel_09475 input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.7);
}.contact_section_27846 .inquiry_panel_09475 .feedback_block_67415 {
    position: relative;
    align-items: flex-start;
    display: flex;
    margin-bottom: 25px;
}.contact_section_27846 .inquiry_panel_09475 .feedback_block_67415 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_section_27846 .inquiry_panel_09475 .feedback_block_67415 label {
    line-height: 1.5;
    padding-left: 30px;
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    position: relative;
}.contact_section_27846 .inquiry_panel_09475 .feedback_block_67415 label::before {
    content: '';
    position: absolute;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    width: 18px;
    transition: all 0.3s ease;
    height: 18px;
    top: 2px;
    background: rgba(255, 255, 255, 0.05);
    left: 0;
}.contact_section_27846 .inquiry_panel_09475 .feedback_block_67415 label::after {
    opacity: 0;
    transition: all 0.2s ease;
    top: 9px;
    width: 8px;
    border-bottom: 2px solid #ffffff;
    position: absolute;
    left: 5px;
    transform: rotate(-45deg) scale(0);
    border-left: 2px solid #ffffff;
    content: '';
    height: 4px;
}.contact_section_27846 .inquiry_panel_09475 .feedback_block_67415 input[type="checkbox"]:checked + label::before {
    border-color: rgb(154,141,143);
    background: rgb(154,141,143,0.5);
}.contact_section_27846 .inquiry_panel_09475 .feedback_block_67415 input[type="checkbox"]:checked + label::after {
    opacity: 1;
    transform: rotate(-45deg) scale(1);
}.contact_section_27846 .inquiry_panel_09475 .feedback_block_67415 label a {
    transition: color 0.3s ease;
    color: rgb(154,141,143);
    text-decoration: none;
}.contact_section_27846 .inquiry_panel_09475 .feedback_block_67415 label a:hover {
    color: #ffffff;
    text-decoration: underline;
}.contact_section_27846 .inquiry_panel_09475 .inquiry_box_81204 {
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(90deg, rgb(192,181,179) 0%, rgb(154,141,143) 100%);
    padding: 15px 30px;
    transition: all 0.3s ease;
    z-index: 1;
    font-family: Arial, sans-serif;
    border: none;
    color: #ffffff;
}.contact_section_27846 .inquiry_panel_09475 .inquiry_box_81204::before {
    content: '';
    left: -100%;
    transition: all 0.6s ease;
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}.contact_section_27846 .inquiry_panel_09475 .inquiry_box_81204:hover::before {
    left: 100%;
}.contact_section_27846 .inquiry_panel_09475 .inquiry_box_81204:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transform: translateY(-3px);
}

@media (max-width: 992px) {.contact_section_27846 {
    padding: 80px 0;
}.contact_section_27846 .help_card_92514 {
    flex-direction: column;
}.contact_section_27846 .support_request_68405,
    .contact_section_27846 .inquiry_panel_09475 {
    padding: 40px;
}.contact_section_27846 .support_request_68405 {
    text-align: center;
}.contact_section_27846 .support_request_68405 h3::after {
    transform: translateX(-50%);
    left: 50%;
}.contact_section_27846 .support_request_68405 div {
    padding-left: 0;
    justify-content: center;
}.contact_section_27846 .support_request_68405 div::before {
    display: none;
}
}

@media (max-width: 768px) {.contact_section_27846 {
    padding: 60px 0;
}.contact_section_27846 .support_request_68405,
    .contact_section_27846 .inquiry_panel_09475 {
    padding: 30px;
}.contact_section_27846 .support_request_68405 h3,
    .contact_section_27846 .inquiry_panel_09475 h3 {
    margin-bottom: 30px;
    font-size: calc(32px * 0.8);
}.contact_section_27846 .support_request_68405 div {
    margin-bottom: 20px;
}.contact_section_27846 .inquiry_panel_09475 input[type="text"],
    .contact_section_27846 .inquiry_panel_09475 input[type="email"] {
    padding: 12px 15px;
}.contact_section_27846 .inquiry_panel_09475 .inquiry_box_81204 {
    padding: 12px 20px;
}
}

@media (max-width: 480px) {.contact_section_27846 {
    padding: 40px 0;
}.contact_section_27846 .container {
    padding: 0 10px;
}.contact_section_27846 .support_request_68405,
    .contact_section_27846 .inquiry_panel_09475 {
    padding: 20px;
}.contact_section_27846 .support_request_68405 h3,
    .contact_section_27846 .inquiry_panel_09475 h3 {
    font-size: calc(32px * 0.7);
    margin-bottom: 25px;
}.contact_section_27846 .support_request_68405 svg {
    width: 20px;
    height: 20px;
}.contact_section_27846 .inquiry_panel_09475 .feedback_block_67415 label {
    font-size: calc(14px * 0.9);
}.contact_section_27846 .inquiry_panel_09475 .inquiry_box_81204 {
    width: 100%;
}
}